
/* ======================================================
* Style CRUZ ROJA
* Actualizado: 1 octubre, 2018
*
------------------------------------------------------*/

body {
    font-size: 16px;
}

@font-face {
	font-family: 'HelveticaNeueLTStd-Hv';
	src: url('../fonts/HelveticaNeueLTStd-Hv.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Hv.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Hv.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaeciliaLTStd-Light';
	src: url('../fonts/Caecilia-LT-Std-45-Light_8982.eot');
	src: local('☺'), url('../fonts/Caecilia-LT-Std-45-Light_8982.woff') format('woff'), url('../fonts/Caecilia-LT-Std-45-Light_8982.ttf') format('truetype'), url('../fonts/Caecilia-LT-Std-45-Light_8982.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wpcf7-form-control-wrap{
    color: white !important;
}

h1, h2, h3{
    font-family: 'HelveticaNeueLTStd-Hv';
}

body{
    font-family: 'CaeciliaLTStd-Light';
}


/*===============================================
/// BUSCADOR
-----------------------------------------------*/

.searchcont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 30%;
    color: white;
    text-align: center;
}

.searchcont input[type="search"] {
    border: 2px solid #FFF;
    padding: 10px;
    width: 100%;
    display: inline-block;
    color: #333;
        margin-bottom: 20px;
}

input.search-submit.screen-reader-text {
    padding: 0;
    transition: all 0.2s;
    width: 50px;
    height: 50px;
    position: relative;
    top: 0px;
    right: -10px;
    float: right;
    margin-top: -50px;
}

input.search-submit.screen-reader-text:hover {
    background: #000;
    background-color:#000;
}

.dasearch .cerrar {
    position: absolute;
    color: #fff !important;
    border: 1px solid #fff !important;
    top: 50px;
    right: 20px;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size: 30px !important;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1 !important;
}

.dasearch .cerrar span{
    position: relative;
    top: -3px;
}

.search-submit{
    background-image: url('../images/icono_buscar.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    background-color: transparent;
}


.buscador_general input {
    color: #000;
}

/*=============================================
/// GRAFICOS HOME
---------------------------------------------*/
.graficos-home{

}

.graficos-home .ver-mas{
    color: #fff;
    padding: 10px;
    border: 1px solid #e1b13b;
    width: 200px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    border-radius: 6px;
    font-family: 'CaeciliaLTStd-Light';
    background-color: #e1b13b;
}

.graficos-home .ver-mas:hover{
    background-color: #fff;
    color: #e1b13b;
    text-decoration: none;
    border: 1px solid #e1b13b;
}

.graficos-home .no-actualizada .fa-square {
    color: #660b14;
}

.graficos-home .no-db .fa-square {
    color: #d6a130;
}

.graficos-home p{
    display: none;
}

.graficos-home h2 {
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.graficos-home h1{
    display: none;
}

.graficos-home .datos-analisis .grafico-barras {
    height: 190px;
    width: 195px;
    float: left;
    overflow: hidden;
}

.graficos-home .graficos-analisis .grafico {
    height: 200px;
    width: 200px;
    float: left;
}

.graficos-home .btn-red, .graficos-home .btn-blue {
    background-color: #e2231a !important;
    color: #fff;
    font-size: 18px;
    padding: 8px 50px;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 6px;
    font-family: 'CaeciliaLTStd-Light';
}

/*=============================================
/// USUARIO
---------------------------------------------*/
.usuario{
    position: absolute;
    height: 50px;
    left: 15px;
    z-index: 999;
}

.usuario .gravatar-autor {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    border: 2px solid #fff;
}

.usuario .gravatar-autor img {
    max-width: 100%;
    width: 115%;
    height: 115%;
    position: relative;
    left: 4px;
}

.usuario .gravatar-autor img:hover{
    transform: scale(1);
}

.usuario .user-name{
    float: left;
    position: relative;
    top: 10px;
    color: #fff;
}

.usuario .btn-logout {
    background-color: #e2231a;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    float: right;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: 3px;
}

.usuario .btn-logout:hover {
    background-color: #e2231a;
    color: #e1b13b;
    text-decoration: none;
}

.usuario .user-name label{
      margin-right: 10px;
}


.is-movil{
  display: none;
}

/*============================================
/// SLIDER
--------------------------------------------*/

.slider{
    height: 100vh;
    position: relative;
}

.bg-video{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    transform: translateZ(0);
    animation: 16s forwards zoomScale;
}

.slider .texto{
    display: block;
}

.YTPOverlay{
    opacity: 0 !important;
}

.imageOverlay{
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    /*background-image: url("/media/hero.png");*/

}


.slider-internas {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-internas img{
    width: 100%;

}

.slider-internas h2 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 50%;
    text-align: center;
    z-index: 2;
}

.slider-internas span {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    top: 58%;
    text-align: center;
    z-index: 2;
}

.slider-internas:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.40;
    z-index: 1;

}

.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.jarallax {
    min-height: 350px;
    position: relative;
    z-index: 0;
    height: 350px;
}

.caption-slider {
    display: table;
    width: 100%;
    height: 350px;
    /*background-color: rgba(39, 35, 51, 0.6);*/
    color: #fff;
    position: absolute;
    top: 0;
}

.titulo{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.slider-header #jarallax-container-0{
    top: 0px !important;
}


.home{
    background-color: #fff;
}

.graficos {
    background-color: #DEAE3B;
    padding-top: 0.5em;
    position: relative;
    padding-top: 3em;
}

.graficos ul{
}

.graficos ul li{width: 33%;text-align: center;}

.graficos li .chart {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 115px !important;
    height: 115px !important;
    line-height: 116px !important;
}

.graficos li .chart:before {
    content: "";
    width: 115%;
    height: 115%;
    position: absolute;
    background-color: white;
    border-radius: 100px;
    z-index: 0;
    left: -10px;
    top: -11px;
}

.graficos li .chart:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background-color: #cc3333;
    border-radius: 100px;
    z-index: 0;
    left: 25%;
    top: 25%;
}

.graficos li .mask {
    background: #003333;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 0;
    border-radius: 100px;
    left: 17px;
    top: 19px;
    display: none;
}

.graficos img {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 0;
}

.vertical-page .charts {
    position: relative;
    z-index: 2;
}

#gage_chart {
    /*display: none;*/
}

.vertical-page .chartbox {
    margin: 20px 20px 0;
    /*display: contents;*/
}

.chartbox p {
    color: white;
}

.chart span {
    visibility: visible;
    z-index: 2222;
    color: white;
    position: relative;
}

.chart {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

.chartbox p {
    font-family: 'HelveticaNeueLTStd-Hv';
    text-transform: unset;
    color: white !important;
}

.chartbox {
    display: contents;
}

/*.chart span:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: aqua;
}*/

.easyPieChart canvas {
    width: 115px !important;
    height: 115px !important;
}

.imagen-mapa {
    padding: 0;
}

.imagen-mapa img{
    width: 100%;

}

.editor-mapa {
    line-height: 25px;
    overflow: hidden;
    padding-bottom: 20px;
}

.mapa {
    background-color: #003045;
    color: white;
    width: 100%;
    float: none;
    display: table;
}

.editor-mapa h2{

}

.editor-mapa .ubicacion span{
    margin-left: 5px;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#play-video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    left: 0;
}

#play-video:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
    opacity: 0.40;
}

#play-video img {width: 100%;}

.boton-play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px !important;
    top: 40%;
    transition: all 0.3s;
    cursor: pointer;
}

.boton-play:hover{
    transform: scale(1.1);
}

.current_page_item a{
    color: #DEAE3B !important;

}

.azul-marino{
    color: #003045;
}

.contenido h2{
    color: #003045;

}

.contenido  {
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
}

.contenido .regresar {
    margin-left: 10px;
    top: 330px;
    float: right;
    right: 30px;
    position: absolute;
}

.buscar-recursos .select2-container--default .select2-selection--single:focus {
    box-shadow: none;
    border: 1px solid rgb(153, 172, 180);
}

.ingreso-de-proyectos ul.acf-radio-list li, .ingreso-de-proyectos ul.acf-checkbox-list li{
  margin: 10px 0;
}

.ingreso-de-proyectos img{
    width: 100%;
}

.ingreso-de-proyectos a.acf-icon{
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}

.mapa-grande{
}

.mapa-grande img{
    width: 100%;
}

.ingreso-de-proyectos {
    background-color: #DFAF3B;
    color: white;
    float: left;
    width: 100%;
}

.titulo-amarillo h2 {
    color: #DFAF3B;
}

.titulo-rojo h2{
    color:#7A1600;
}

.datos_graficos{
    min-width: 100% !important;
}

.datos_graficos .acf-table > tbody > tr > th,
.datos_graficos .acf-table > thead > tr > th,
.datos_graficos .acf-table > tbody > tr > td,
.datos_graficos .acf-table > thead > tr > td {
    padding: 8px;
    vertical-align: top;
    background: #dfaf3c;
    text-align: left;
    border-style: solid;
    font-weight: normal;
    color: #fff !important;
}

.datos_graficos .acf-repeater .acf-row-handle.order {
    background: #dfaf3c;
    cursor: move;
    color: #aaa;
    text-shadow: #fff 0 1px 0;
}

.datos_graficos .acf-repeater .acf-row-handle.remove {
    background: #dfaf3c;
    border-left-color: #DFDFDF;
}

.datos_graficos .acf-icon.-plus:before {
    content: '\e800';
    text-align: center;
    font-size: 18px;
    position: relative;
    left: -6px;
    top: -6px;
}

.datos_graficos .acf-icon.-minus:before {
    content: '\e801';
    text-align: center;
    font-size: 18px;
    position: relative;
    left: -6px;
    top: -6px;
}

.datos_graficos .acf-repeater .acf-row-handle .acf-icon {
    margin: 1px 0 0 0px;
}


.ingreso-de-proyectos input, .ingreso-de-proyectos textarea {
    border: white solid 1px;
    background-color: transparent;
}

.ingreso-de-proyectos .acf-input-wrap input {
    height: 40px;
    margin: 0;
}

.ingreso-de-proyectos .acf-field p.description, .ingreso-de-proyectos .acf-field .acf-label label{
    font-size: 16px;
}

iframe body {
    background-color: transparent !important;
}

.ingreso-de-proyectos a{
    color: white;
    border: 1px solid;
    padding: 5px;
    display: block;
    width: 100px;
    border-radius: 8px;
    text-align: center;
    margin-top: 8px;
}

.ingreso-de-proyectos a:hover{
    background-color: #7A1600;
    color: #fff;
    text-decoration: none;
}

.ingreso-de-proyectos input[type=submit] {
    color: #DFAF3B;
    background-color: white;
    margin-bottom: 2em;
    border-radius: 6px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    transition: all 0.3s;
    border: none;
}

.ingreso-de-proyectos input[type=submit]:hover {
    background-color: #7A1600;
    border: none;
}

.compartir {
    color: white;
    background-color: #DFAF3B;
    margin-bottom: 2em;
    border-radius: 6px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    transition: all 0.3s;
    border: none;
    display: inline-block;
    margin-top: 1em;
    padding: 2px 20px;
    line-height: 24px;
}

.compartir:hover{
    background-color: #7A1600;
    cursor: pointer;
}

.padding-right-none {
    padding-right: 0;
}

.padding-top-2em {
    padding-top: 2em;
}

.padding-bottom-2em {
    padding-bottom: 2em;
}

.padding-top-3em {
    padding-top: 3em;
}

.padding-bottom-3em {
    padding-bottom: 3em;
}

.padding-top-5em {
    padding-top: 5em !important;
}

.padding-bottom-5em {
    padding-bottom: 5em !important;
}

.padding-left-1em {
    padding-left: 1em;
}

.padding-right-1em {
    padding-right: 1em;
}

.padding-top-4em {
    padding-top: 5em;
}

.padding-bottom-4em {
    padding-bottom: 5em;
}

.margin-top-2em {
    margin-top: 2em;
}

.margin-bottom-2em {
    margin-bottom: 2em;
}

.margin-top-1em {
    margin-top: 1em;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-bottom-cero{
    margin-bottom: 0 !important;
}

.margin-top-cero{
    margin-top: 0 !important;
}

.padding-top-cero{
    padding-top: 0 !important;
}

.link-color-blanco, .link-color-blanco a{
    color: white;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.nosotros-home{
  margin-top: 30px;
}


.ingreso-de-proyectos ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.ingreso-de-proyectos ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.ingreso-de-proyectos :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.ingreso-de-proyectos :-moz-placeholder { /* Firefox 18- */
  color: white;
}

.ingreso-de-proyectos .acf-form-submit{
    padding-left: 12px;
}

.ingreso-de-proyectos textarea:focus, .ingreso-de-proyectos input:focus{
    outline: none;
}

.ingreso-de-proyectos .acf-basic-uploader input{
    border: none;
}

.ingreso-de-proyectos .multi-language-field-wysiwyg .wp-switch-editor {
    border-radius: 0;
    color: #000;
    width: 100px !important;
}

.intro-recurso{
    width: 100% !important;
}


.editor-mapa ul{
    margin: 0;
    padding: 0;

}

.editor-mapa ul li{
    list-style: none;

}

.editor-mapa a{
    color: white;

}

.autor-link{
    color: #DFAF3B !important;
}

.boton-cafe {
    background-color: #7A1600;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 1em 7em 1em;
    margin: 0 auto;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 450px;
    transition: all 0.3s;
    cursor: pointer;
}

.voluntarios-accion .boton-cafe {
    background-color: #7A1600;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    /* float: none; */
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 100%;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
}

.voluntarios-accion .boton-cafe:hover{
    background-color: #FFCC00;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    /* float: none; */
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 100%;
    transition: all 0.3s;
    cursor: pointer;
    width: 100%;
}

.voluntarios-accion .btn-despues{
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}

.voluntarios-accion .btn-despues:hover{
    color: #fff !important;
}

.boton-amarillo {
    background-color: #FFCC00;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 6px;
    /* min-width: 450px; */
    max-width: 450px;
    width: 100%;
    border: 1px solid #FFCC00;
}

.boton-cafe:hover {
    background-color: #fff;
    text-decoration: none;
    color: #fff;
    border: 1px solid #FFCC00;
}

.boton-amarillo:hover {
    background-color: #fff;
    text-decoration: none;
    color: #FFCC00;
    border: 1px solid #FFCC00;
}

.text-align-center{
    text-align: center;
}

.text-align-left{
    text-align: left;
}

.subtitulo {
    font-size: x-large;
}

.boton-amarillo a:focus, .boton-amarillo a:hover {
    color: white;
    text-decoration: none;
}

.boton-rojo a:focus, .boton-rojo a:hover {
    color: white;
    text-decoration: none;
}

.caja-flotante {
    position: fixed;
    z-index: 101;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    top: 50%;
    width: 100%;
    max-width: 910px;
    text-align: center;
    border-radius: 6px;
    padding: 1em 2em;
    display: none;
    padding-top: 2em;
}

.caja-flotante h2{
    color: #DFAF3B;
}

.mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    opacity: 0.60;
    top: 0;
    z-index: 100;
    display: none;
}

.caja-flotante .cerrar {
    position: absolute;
    cursor: pointer;
    right: 1em;
    top:1em;
    transition: all 0.3s;
}

.caja-flotante .cerrar:hover {
    color: #DEAE3B;
}

    .donar{
        overflow: hidden;
    }

.formulario-voluntarios {
    background-color: #7A1600;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 20px;
    width: 94%;
    color: white;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 4em;
    float: left;
}

.formulario-voluntarios input, .formulario-voluntarios select {
    background-color: transparent;
    border: solid 1px white;
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 1.5em;
    padding-left: 1em;
    height: 36px;
}

.formulario-voluntarios br {
    margin: 0;
    padding: 0;
}

.formulario-voluntarios .acf-field select {
    padding: 2px;
    color: #fff;
    height: 37px;
}

.formulario-voluntarios .acf-input-wrap input {
    height: 40px;
    margin: 0;
}

.formulario-voluntarios .lista-paises{
    margin-top: -50px;
    top: -55px;
    height: 40px;
}

.formulario-voluntarios input[type=submit]{
    right: 25px;
}

.formulario-voluntarios .captcha {
    background: none;
    height: 40px;
    width: 49%;
    border: 1px #fff solid;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}

.formulario-voluntarios .captcha label{
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 37px;
    width: 180px;
    left: 50px;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    background-color: #7a1504;
}

.formulario-voluntarios .g-recaptcha {
    overflow: hidden;
    height: 76px;
    border-right: 102px solid #7A1600;
}

.formulario-voluntarios .g-recaptcha:after {
    content:'';
    display: block;
    background-color: #7A1600;
    height: 25px;
    width: 100%;
    top: -2px;
    left: 0px;
    position: absolute;
}

.formulario-voluntarios .g-recaptcha:before {
    content:'';
    display: block;
    background-color: #7A1600;
    height: 100%;
    width: 14px;
    top: 10px;
    left: -1px;
    position: absolute;
    z-index: 1;
}

.formulario-voluntarios .g-recaptcha {
    overflow: hidden;
    height: 76px;
    border-right: 188px solid #7A1600;
    border-bottom: 24px solid #7A1600;
    position: relative;
    box-sizing: border-box;
    max-width: 294px;
    margin-top: -18px;
}


.formulario-voluntarios ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.formulario-voluntarios ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.formulario-voluntarios :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.formulario-voluntarios :-moz-placeholder { /* Firefox 18- */
  color: white;
}

.black-text{
    color: black;
}

.formulario-voluntarios .btn, .formulario-voluntarios .wpcf7-submit {
    background-color: #E1B13B;
    border: none;
    border-radius: 6px;
    transition: all 0.3s;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.formulario-voluntarios .btn:hover, .formulario-voluntarios .wpcf7-submit:hover {
    background-color: white;
    color: #E1B13B;
}

.formulario-voluntarios .radio-content {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.formulario-voluntarios .radio-content br {
}

.formulario-voluntarios .radio-content input {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

.formulario-voluntarios .radio-content span {
    float: none;
    margin: 0;
    width: auto;
}

.formulario-voluntarios .caja {
    float: right;
    width: 265px;
}

.formulario-voluntarios .ajax-loader, .formulario-voluntarios br{
    display: none !important;
}

.formulario-voluntarios .icheckbox_square-yellow, .formulario-voluntarios .iradio_square-yellow{
    margin-right: 7px;
}

.formulario-voluntarios ul.acf-checkbox-list li{
    margin-bottom: 10px;
}

.formulario-voluntarios ul.acf-checkbox-list li label {
    color: #7a1504;
}

.formulario-voluntarios ul.acf-checkbox-list li label span{
    color:#fff;
}

.formulario-voluntarios .acf-bl > li{
    margin-bottom: 8px !important;
}

.formulario-voluntarios input:focus::-webkit-input-placeholder, .formulario-voluntarios textarea:focus::-webkit-input-placeholder { color:transparent; }
.formulario-voluntarios input:focus:-moz-placeholder, .formulario-voluntarios textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.formulario-voluntarios input:focus::-moz-placeholder, .formulario-voluntarios textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.formulario-voluntarios input:focus:-ms-input-placeholder, .formulario-voluntarios textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #E1B13B;
    float: left;
}

.formulario-voluntarios span.wpcf7-not-valid-tip {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #E1B13B;
}

.formulario-voluntarios input {
    position: relative;
}

.formulario-voluntarios textarea {
    width: 100%;
    background-color: transparent;
    border: solid 1px white;
    color: white;
    margin-bottom: 1em;
    padding: 1em;
    height: 180px;
}

.formulario-voluntarios .descripcion {
    width: 99% !important;
}

.formulario-voluntarios .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    overflow: hidden;
}


/* Change Autocomplete styles in Chrome*/
.formulario-voluntarios input:-webkit-autofill,
.formulario-voluntarios input:-webkit-autofill:hover,
.formulario-voluntarios input:-webkit-autofill:focus
.formulario-voluntarios input:-webkit-autofill,
.formulario-voluntarios textarea:-webkit-autofill,
.formulario-voluntarios textarea:-webkit-autofill:hover
.formulario-voluntarios textarea:-webkit-autofill:focus,
.formulario-voluntarios select:-webkit-autofill,
.formulario-voluntarios select:-webkit-autofill:hover,
.formulario-voluntarios select:-webkit-autofill:focus {
      border: 1px solid #999;
      background-color: #fff !important;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.formulario-voluntarios .input-text:focus,
.formulario-voluntarios input[type=email]:focus,
.formulario-voluntarios input[type=password]:focus,
.formulario-voluntarios input[type=search]:focus,
.formulario-voluntarios input[type=text]:focus,
.formulario-voluntarios input[type=url]:focus,
.formulario-voluntarios textarea:focus {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.background-color-azul{
    background-color: #003045;
    color: white;
}

.background-color-amarillo-claro{
    background-color: #D8B97E;
    color: white;
}

.float-left{
    float: left;
}

.width-100{
    width: 100%;
}

.content-image img{
    width: 100%;
}

.amarillo h2{
    color: #E1B13B;
}

.icono {
    width: 140px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}

.banner-gracias {
    background-color: #D9BA7E;
    color: #3D3D3D;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: large;
    margin-top: 30px;
}

.icono{position: relative; animation: iconos 4s;}

@keyframes iconos{
    0%{ left: -800px;}
    50%{ left: -800px;}
    100%{ left: 0px;}
}

.buscador {
    background-color: #003045;
    padding: 20px 60px;
    margin: 0 30px;
    margin-bottom: 20px;
    color: #fff;
}

.buscador li{
    list-style: none;
    text-align: left;
}


.buscador .content {
    background-color: #7A1600;
    color: white;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.buscador .solicite {
    background-color: #E0B03B;
    padding-top: 2em;
    padding-bottom: 2em;
    color: white;
    font-size: large;
    margin-top: 2em;
}

.buscador .btn {
    border: solid 1px white;
    border-radius: 0;
    padding-left: 6em;
    padding-right: 6em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.buscador div{
    text-align: center;

}

.buscador p{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.buscador .titulo {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-weight: bold;
}

.buscador select {
    height: 40px;
    background: #7a1407;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-shadow: none;
    font-size: 16px;
    /* border: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ffffff61;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.buscador .down {
    content: '';
    margin-left: 5px;
    border: 8px solid transparent;
    border-top-color: #ffffff;
    top: 15px;
    right: 25px;
    position: absolute;
    z-index: 9;
}

.buscador .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0ea650;
    border: 1px solid #0ea650;
    color: #fff;
}

.buscador .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e1b13b;
    border: 1px solid #e1b13b;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
  }

  .buscador .select2-container--default.select2-container--focus .select2-selection--multiple ,
  .buscador .select2-container .select2-selection--multiple {
    border: solid #fff 1px !important;
    outline: 0;
    height: auto;
    background-color: #003045;
    border-radius: 0;
    min-height: 40px;
  }

  .buscador .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #fff;
  }

  .buscador .select2-container{
      margin-top: 0px;
      width: 100% !important;
  }

  .buscador .select2-container .select2-selection--multiple{
      min-height: 35px;
      border: 1px solid #dbdbdb;
  }

  .buscador .select2-container .select2-search--inline {
        float: left;
        padding-left: 10px;
        color: #fff;
        padding-top: 5px;
    }

  .buscador .select2-container--default .select2-selection--single .select2-selection__arrow{

  }

  .buscador .select2-container--default .select2-selection--single {
        background-color: #003045;
        border: 1px solid #fff;
        border-radius: 0;
        height: 40px;
        text-align: left;
        padding-left: 10px;
        line-height: 41px;
        padding-top: 5px;
        color: #fff;
    }

  .buscador .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        line-height: 28px;
    }

  .buscador .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
    }

    .buscador .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        top: 60%;
    }

    .buscador .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent;
        border-width: 0 8px 8px 8px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #072f45 !important;
        color: white;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #072f45 !important;
        color: #fff !important;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #072f45 !important;
        color: white;
    }

    input[type=text],
    textarea, select ,
    input[type=email],
    input[type=tel],
    input[type=search],
    button{
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      border: 1px solid #DDDDDD;
    }

    input[type=text]:focus,
    textarea:focus,
    select:focus,
    input[type=email]:focus,
    input[type=tel]:focus,
    input[type=search]:focus,
    input[type=date]:focus,
    button:focus {
      box-shadow: 0 0 0px #ffffff;
      border: 1px solid #ffffff;
    }

  .buscador select {
    width: 100%;
    height: 35px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
    text-shadow: none;
}

  .buscador input::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
  }

  .buscador input:-moz-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
  }

  .buscador input::-moz-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
  }

  .buscador input:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
  }

.btn-buscar{
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a130a;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    padding: 6px 10px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    height: 40px;
}

.btn-buscar a{
    color: #fff;
}

.btn-buscar button{
    border: none;
    line-height: 20px;
    width: 100%;
    margin-left: -20px;
    height: 40px;
    margin-top: -30px;
    background: #FFCD00;
    border-radius: 6px;
    color: #fff;
}

.btn-buscar button:hover{
    background-color: #fff;
    color: #FFCD00;
}


/*===========================================
/// GRACIAS
-------------------------------------------*/
.gracias{
    padding: 60px 0;
    min-height: 50vh;
}

.btn-regresar {
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    width: auto;
    border-radius: 6px;
}

.btn-regresar:hover{
    background-color: #fff;
    border: 1px solid #e1b13b;
    color: #e1b13b;
}

/* -------------- LOADING -------------- */

.loader-buscador {
    background: url(../images/loader.gif) repeat;
    width: 100%;
    position: relative;
    margin: 30px auto;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
}

.loader-estadisticas {
    background: url(../images/loader-estadisticas.gif) repeat;
    width: 100%;
    position: relative;
    margin: 30px auto;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-repeat: no-repeat;
    padding: 20px;
    background-position: center;
}

/*==========================================
/// SOLICITAR
------------------------------------------*/
.solicitar{
    background-color: #e1b13b;
    padding: 30px 50px;
}

.solicitar h1{
    color: #fff;
    font-size: 22px;
    text-align: right;
    font-family: CaeciliaLTStd-Light;
    font-weight: 800;
}

.solicitar .btn{
    border: 1px solid #ffffff8a;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    font-weight: 100;
}

/*==========================================
/// RESULTADO DE BUSQUEDA
------------------------------------------*/

.resultados{
    padding: 20px;
}

.resultados .container-fluid{
    padding: 0 20px;
}

.resultados h2{
    color: #7a1407;
    text-align: center;
}

.resultados span{
    margin: 0 5px;
}

.resultados span:after{
  content: ',';
}

.resultados span:last-child::after{
  content: '.';
}

.resultados .link-proyecto{
    display: inline-block;
    color: #000;
    float: none;
}

.resultados .btn {
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 30px;
        white-space: normal;
}

.resultados .btn:hover{
    color: #e1b13b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e1b13b;
}

.mensaje h3{
    text-align: center;
}


.resultados .current{
    background-color: #7a1504;
}

/*====================================
/// OPORTUNIDAD
-------------------------------------*/

.oportunidad{
    overflow: hidden;
}

.oportunidad .descripcion{
    padding: 20px 40px;
    text-align: justify;
    padding-right: 50px;
}

.background-color-azul{
    background-color: #003045;
    width: 100%;
}

.titulo-color-rojo h2, .titulo-color-rojo h3{
    color: #E1251B;
}

.titulo-color-azul h2, .titulo-color-azul h3{
    color: #003045;
}

.text-align-center{
    text-align: center;
}

.list-red li{
    position: relative;
}

.list-red li:before {
    content: "";
    background-image: url(../images/icono-lista-rojo.svg);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 30px;
    float: left;
    margin-right: 1em;
}

.list-red {
    padding-top: 3em;
    padding-bottom: 3em;
}

.list-red ul {
    padding: 0;
    margin: 0;
}

.list-red li {
    list-style: none;
    padding-left: 35px;
    margin-bottom: 2em;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-25 {
    line-height: 25px;
}

.cintillo {
    background-color: #D8B97E;
    float: left;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    padding: 20px 30px;
}

.cintillo h1 {
    text-align: left;
    font-family: CaeciliaLTStd-Light;
    font-size: 24px;
    font-weight: bold;
}

.cintillo p{
    text-align: left;
}


.responsabilidad{
    padding: 20px 40px;
    overflow: hidden;
}

.responsabilidad h1{
    color: #e2231a;
    font-family: CaeciliaLTStd-Light;
    font-size: 24px;
    font-weight: bold;
}

.responsabilidad .fa-check-circle{
    color: #e2231a;
    font-size: 30px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.responsabilidad ul{
    padding: 20px;
    list-style: none;
    padding-left: 40px;
}

.responsabilidad li{
    margin: 10px 0;
    padding: 10px 0 ;
}

.responsabilidad li p{
    padding-left: 45px;
}

.oportunidad .ubicacion {
    color: #d8b97e;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid;
    border-radius: 12px;
    padding: 2px 20px;
    width: auto;
    display: inline-block;
    margin-top: 20px;
}

.oportunidad .ubicacion span{
  margin-left: 5px;
}

.oportunidad  .areas-interes h4{
    color: #facd02;
    margin-top: 30px;
}

.oportunidad  .areas-interes li{
  list-style: none;
}

.oportunidad  .areas-interes .fa-dot-circle{
  margin-right: 10px;
}

/*======================================
/// DATOS ADICIONALES
--------------------------------------*/
.adicionales{
    padding: 20px 40px;
    overflow: hidden;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
    margin-top: 65px;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    padding: 20px 0;
    text-align: left;
    font-size: 20px;
}

div.bhoechie-tab-menu a.list-group-item{
    color: #fff;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: transparent;
    background-image: none;
    color: #e1b13b;
    border: none;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
  display: none;
}

div.bhoechie-tab-content{
  background-color: transparent;
  border: none;
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab-content ul{
    text-align: justify;
    list-style: none;
    margin: 0;
    padding: 0;
}

div.bhoechie-tab-content li{
    padding: 20px 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

div.bhoechie-tab-content h1{
    text-align: left;
    font-family: CaeciliaLTStd-Light;
    font-size: 22px;
    color: #e1b13b;
    margin-bottom: 20px;
}

div.bhoechie-tab-content p{
    text-align: justify;
}

div.bhoechie-tab-content .fa-asterisk{
    font-size: 8px;
    float: left;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

div.bhoechie-tab-content li{
    padding-left: 0px;
}

div.bhoechie-tab-content li:first-child{
    padding-top: 0;
}

.adicionales {
    position: relative;
    color: white;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.adicionales h2 {
    color: white;
    text-align: center;
    z-index: 1;
    position: relative;
}

.adicionales:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.80;
}

.adicionales .lista_1 {
    margin-top: 4em;
}

.adicionales .lista_2 b {
    color: #FFCD00;
    font-weight: bold;
    font-size: large;
    margin-bottom: 1em;
    display: block;
}

.adicionales .lista_1 li {
    list-style: none;
    font-size: large;
    font-weight: bold;
    margin-bottom: 1em;
    transition: all 0.3s;
    width: auto;
    display: table;
}

.adicionales .lista_1 li:hover {
    cursor: pointer;
    color: #FFCD00;
}

.adicionales .lista_2{

}

.adicionales .lista_2 li{
    display: none;

}

.display-block{
    display: block !important;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #fff;
    float: left;
    padding: 10px 15px;
}

.imagen-como-fondo {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*====================================================
/// FORMULARIO OPORTINIDAD
---------------------------------------------------*/
.quiero-oportunidad{
    padding: 40px;
}

.quiero-oportunidad h3{
    text-align: center;
    color: #003045;
    font-family: 'CaeciliaLTStd-Light';
    font-size: 18px
}

.quiero-oportunidad .wpcf7{
    background-color: #003045;
    padding: 20px 60px;
    padding-top: 40px;
    margin: 0 5px;
    color: #fff;
    overflow: hidden;
}

.quiero-oportunidad input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #003045 !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #fff;
    padding: 8px 10px 8px;
    background: none repeat scroll 0% 0% #fff;
    margin-bottom: 10px;
}

.quiero-oportunidad input[type=submit]{
    border: none;
    line-height: 20px;
    width: 20%;
    height: 40px;
    background: #FFCD00 !important;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    float: right;
}

.quiero-oportunidad input[type=submit]:hover{
    background-color: #fff !important;
    border: 1px solid #FFCD00;
    color: #FFCD00;
}

.quiero-oportunidad input:-webkit-autofill,
.quiero-oportunidad input:-webkit-autofill:hover,
.quiero-oportunidad input:-webkit-autofill:focus
.quiero-oportunidad input:-webkit-autofill,
.quiero-oportunidad textarea:-webkit-autofill,
.quiero-oportunidad textarea:-webkit-autofill:hover
.quiero-oportunidad textarea:-webkit-autofill:focus,
.quiero-oportunidad select:-webkit-autofill,
.quiero-oportunidad select:-webkit-autofill:hover,
.quiero-oportunidad select:-webkit-autofill:focus {
      border: 1px solid #999;
      background-color: #fff !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.quiero-oportunidad .input-text:focus,
.quiero-oportunidad input[type=email]:focus,
.quiero-oportunidad input[type=password]:focus,
.quiero-oportunidad input[type=search]:focus,
.quiero-oportunidad input[type=text]:focus,
.quiero-oportunidad input[type=url]:focus,
.quiero-oportunidad textarea:focus {
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}

.quiero-oportunidad .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.quiero-oportunidad span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.quiero-oportunidad .captcha {
    background: none;
    height: 40px;
    width: 49%;
    border: 1px #fff solid;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}

.quiero-oportunidad .captcha label{
    color: #fff;
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 37px;
    width: 180px;
    left: 50px;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    background-color: #072f45;
}

.quiero-oportunidad .g-recaptcha {
    overflow: hidden;
    height: 76px;
    border-right: 102px solid #072f45;
}

.quiero-oportunidad .g-recaptcha:after {
    content:'';
    display: block;
    background-color: #072f45;
    height: 25px;
    width: 100%;
    top: -2px;
    left: 0px;
    position: absolute;
}

.quiero-oportunidad .g-recaptcha:before {
    content:'';
    display: block;
    background-color: #072f45;
    height: 100%;
    width: 14px;
    top: 10px;
    left: -1px;
    position: absolute;
    z-index: 1;
}

.quiero-oportunidad .g-recaptcha {
    overflow: hidden;
    height: 76px;
    border-right: 188px solid #072f45;
    border-bottom: 24px solid #072f45;
    position: relative;
    box-sizing: border-box;
    max-width: 294px;
    margin-top: -18px;
}


.quiero-oportunidad .correo-contacto, .quiero-oportunidad .title-oportunidad{
    display: none;
}

.quiero-oportunidad div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    float: left;
    padding: 10px 20px;
}

.quiero-oportunidad div.wpcf7-validation-errors, .quiero-oportunidad div.wpcf7-acceptance-missing {
    border: 2px solid #E1B13B;
    float: left;
    padding: 10px 20px;
}

/*====================================================
// LOGIN
----------------------------------------------------*/

.login-page {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height: 30vh;
    padding-top: 50px;
}

.login-page form{

}

.login-page input{

}

.login-page label{
    font-family: 'CaeciliaLTStd-Light';
    color: #fff;
    text-align: left;
}

/*.login-page .div_text {
    width: 50% !important;
    float: left;
    padding-left: 0.5%;
    padding-right: 0.5%;
}*/

.login-page .text {
    width: 50% !important;
    float: left;
    display: none !important;
}

.login-page legend{
    display: none;
}

.login-page .buttons {
    background-color: #7A1600;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 0.5em;
    margin: 0 auto !important;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 360px;
    transition: all 0.3s;
    border: 0;
}

.login-page .buttons:hover {
    background-color: #FFCC00;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 1em 7em 1em;
    margin: 0 auto;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 360px;
    border: 0;
    padding: 0.5em;
}


.login-page .button_div{
    width: 100% !important;
    margin-top: 20px;
}

.login-page fieldset{
    margin-top: 1em !important;
}

.login-page #wpmem_login {
    max-width: 480px;
    margin: 0 auto;
}

.login-page #wpmem_login .div_text {
    width: 100% !important;
    margin: 10px 0;
}


/*===================================================
/// MI CUENTA
---------------------------------------------------*/
.mi-cuenta{
    padding-bottom: 20px;
    min-height: 50vh;
}

.mi-cuenta li a {
    background-color: #7A1600;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 0.5em;
    margin: 0 auto !important;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 360px;
    transition: all 0.3s;
    border: 0;
    margin-top: 1em !important;
}

.mi-cuenta li a:hover {
    background-color: #FFCC00;
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 1em 7em 1em;
    margin: 0 auto;
    float: none;
    display: table;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 7px;
    min-width: 360px;
    border: 0;
    padding: 0.5em;
}

.mi-cuenta #wpmem_login, .mi-cuenta #wpmem_reg{
    width: 100%;
    display: block;
    clear: both;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mi-cuenta label {
    display: block;
    color: #fff;
    padding-bottom: 15px;
}

.mi-cuenta legend{
    color: #003045;
    display: block;
    font-family: 'HelveticaNeueLTStd-Hv';
    font-size: 30px !important;
}

.mi-cuenta .buttons {
    background-color: #e1b13b;
    border: 1px solid #e1b13b;
}

.mi-cuenta .buttons:hover {
    background-color: #fff;
    color: #e1b13b;
    border: 1px solid #e1b13b;
}

.mi-cuenta .text {
    float: left;
    display: inline-block !important;
    text-align: left;
    padding-left: 20px;
    width: 100% !important;
}

.mi-cuenta .div_text{
    display: block;
    margin-bottom: 20px;
}

.mi-cuenta #wpmem_reg .noinput{
    color: #fff;
}

.mi-cuenta button, .mi-cuenta input, .mi-cuenta select, .mi-cuenta textarea, .mi-cuenta label, .mi-cuenta .div_radio{
    font-family: 'Conv_Helvetica-Neue-LT';
}

.mi-cuenta label{
    color: #fff;
    float: left;
    margin: 20px 0;
}

.mi-cuenta .div_radio {
    color: #fff;
    float: left;
    margin: 10px 0;
    text-align: left;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}

.registrarse .div_radio input{
    width: 30px;
}

.mi-cuenta select{
    height: 42px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 0 0 !important;
    padding: 9px;
    text-shadow: none;
    border-radius: 0 !important;
    float: left;
    margin: 0;
    text-shadow: none;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mi-cuenta .select_field1::after,
.mi-cuenta .select_field2::after,
.mi-cuenta .select_field3::after,
.mi-cuenta .select_field4::after,
.mi-cuenta .select_field5::after,
.mi-cuenta .select_field6::after,
.mi-cuenta .select_field7::after,
.mi-cuenta .select_field8::after,
.mi-cuenta .select_field9::after,
.mi-cuenta .select_field10::after,
.mi-cuenta .select_field11::after,
.mi-cuenta .select_field12::after{
    content: "\025be";
    display: table-cell;
    padding-top: 3px;
    text-align: center;
    position: relative;
    top: 12px;
    right: 16px;
    width: 30px;
    height: 38px;
    pointer-events: none;
    font-size: 20px;
    color: #072f45;
    float: right;
    margin-top: -50px;
}

.mi-cuenta input[type='radio']{
    margin-right: 10px !important;
}


.mi-cuenta input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 18px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #f4f4f4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d8d8d8;
}

.mi-cuenta input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 18px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #e1b13b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d8d8d8;
}

.mi-cuenta #wpmem_reg label{
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    clear: both;
    float: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 0px;
}


.mi-cuenta .div_select{
    margin-bottom: 20px;
}

.mi-cuenta .select_field3 label{
    margin-top: -25px !important;
}

.mi-cuenta .select_field3{
    margin-top: -15px;
}

.mi-cuenta .label_field1{
    float: none !important;
    margin: 0;
    padding: 0;
    padding-bottom: 0 !important;
}

.mi-cuenta .num_field1{
    text-align: left;
}

.btn-logout{
    background-color: #e2231a;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    float: right;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.btn-logout .fa-times-circle{
    font-size: 21px;
    margin-right: 10px;
}

.btn-logout:hover{
    background-color: #e1b13b;
    color: #fff;
    text-decoration: none;
}

.login-page #wpmem_login .button_div label{
    display: none !important;
}

.login-page #wpmem_login a{
}

.login-page li{
    list-style: none;
    margin-bottom: 40px;
}

.login-page ul{
    margin: 0;
    padding: 0;
}

.login-page #wpmem_reg a{
    display: none;
}

.login-page .wpmem_msg {
    width: 100%;
    margin-bottom: 20px;
}


.mi-cuenta .datos-generales {
    width: 100%;
    display: block;
    clear: both;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;

    background-color: #003045;
}

.mi-cuenta .es-miembro {
    width: 100%;
    display: block;
    clear: both;
    background-color: #003045;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mi-cuenta .es-voluntario{
    margin-top: 30px;
    border-top: 1px solid #dedede;
    padding-top: 30px;
}

.mi-cuenta .es-remunerado{
    margin-top: 30px;
    border-top: 1px solid #dedede;
    padding-top: 15px;
}

.mi-cuenta .no-miembro {
    width: 100%;
    display: block;
    clear: both;
    padding: 15px;
    overflow: hidden;
    background-color: #072f45;
}

.mi-cuenta .panel-form, .mi-cuenta .es-remunerado, .mi-cuenta .es-voluntario{
    overflow: hidden;
}

.mi-cuenta .label_field9,
.mi-cuenta .label_field12,
.mi-cuenta .label_field13,
.mi-cuenta .label_field16,
.mi-cuenta .label_field17,
.mi-cuenta .label_field18,
.mi-cuenta .label_field19,
.mi-cuenta .label_field20,
.mi-cuenta .label_field21,
.mi-cuenta .num_field7{
    display: none !important;
}

.mi-cuenta .num_field6{
    margin-top: 58px;
    display: none;
}

.mi-cuenta .select_field5 label,
.mi-cuenta .select_field6 label,
.mi-cuenta .select_field8 label,
.mi-cuenta .select_field9 label,
.mi-cuenta .select_field10 label,
.mi-cuenta .select_field11 label,
.mi-cuenta .select_field12 label{
    padding-left: 0 !important;
}


.ingresar .label_field1, .ingresar .label_field2, .ingresar .label_field3{
    display: none !important;
}


.numero {
    background: #DEAE3B;
    display: inline-block;
    padding: 5px;
    color: white;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 44px;
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 0.5em;
}

.acf-input{
    position: relative;
}

.guia-video {
    background-color: white;
    color: black;
    padding: 8px 6px;
    width: 100%;
    border-radius: 8px;
    opacity: 0.65;
    margin-top: 8px;
    /*position: absolute;*/
    display: none;
}

.guia-video b {
    font-weight: bold;
    clear: both;
    display: table;
    font-size: larger;
    margin-bottom: 3px;
}

.acf-field textarea:focus {
    resize: vertical;
}

.custom-canvas {
    width: 80% !important;
    height: 80% !important;
    margin: 0 auto !important;
    margin-bottom: 2em !important;
    display: none;
}

.show-canvas{
    display: block;
}

.list-style-none{
    list-style: none;
}

.analisis-y-reportes .contenido li a {
    background-color: #003045;
    border: 1px #fff solid;
    border-radius: 6px;
    padding: 8px 40px;
    font-family: 'CaeciliaLTStd-Light';
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 200ms;
}

.analisis-y-reportes .contenido li a:hover {
    background-color: white;
    border: 1px #003045 solid;
    border-radius: 6px;
    padding: 8px 40px;
    font-family: 'CaeciliaLTStd-Light';
    color: #003045;
    text-decoration: none;
    font-size: 16px;
    transition: 200ms;
}

.max-width-1200px{
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    text-align: justify;
    overflow: hidden;
}

.donde-trabajamos {

}

.donde-trabajamos .paises {
    margin: 0;
    text-align: center;
    margin-top: 1em;
}

.donde-trabajamos .paises ul{

}

.donde-trabajamos .paises li {
    list-style: none;
    display: inline-block;
}

.donde-trabajamos .paises li a {
    color: black;
    padding: 3px 7px;
}

.donde-trabajamos a {
    color: #e1b13b;
}

.mapa-vectores a {
    color: #fff;
    text-align: center;
}

.donde-trabajamos .paises li a:hover {
    color: white;
    background-color: #e1b13b;
    text-decoration: none;
}

.cursor-pointer{
    cursor: pointer;
}

.mapa-vectores{

}

.mapa-vectores img{

}

.mapa-vectores a{

}

.btn-pais{
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    width: 300px;
    border-radius: 6px;
}

.america {
    position: absolute;
    width: 44%;
    top: 38%;
    height: auto;
    left: 17%;
    width: 7%;
    height: 12%;
}

.europa {
    position: absolute;
    width: 8%;
    height: 12%;
    left: 56%;
    top: 32%;
}

.africa {
    position: absolute;
    left: 51%;
    top: 58%;
    width: 7%;
    height: 12%;
    cursor: pointer;
}

.africa .link1, .africa .link2 {
    display: none;
    color: black;
    width: 240px;
    text-align: left;
    background-color: rgba(0,0,0,0.80);
    color: white;
    text-align: center;
    padding: 0.2em;
    border-radius: 10px;
    margin-left: -91%;
}

.africa .link1 {
    margin-top: 6em;
    margin-bottom: 0.5em;
}

.asia {
    position: absolute;
    left: 70%;
    top: 35%;
    width: 6%;
    height: 15%;
}

.oceania {
    position: absolute;
    width: 21%;
    left: 75%;
    top: 69%;
}

.mapa-base{
    opacity: 0;
    position: relative;
    z-index: -100;

}

.mapa-vectores svg, .mapa-vectores .svg{
    fill:blue;
}

.europa-vector{
    cursor: pointer !important;
}

.europa-vector:before{
    content:"";


}

.tex_aling_center{ text-align: center;}

.sobre-pladvo .text-align-left{
    padding: 20px 40px;
}

.gravatar-autor {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    border: 2px solid #deae3a;
}

.gravatar-autor img{
    max-width: 100%;
    width: 110%;
    height: 110%;
    transition: none;
}

.autor p{
    font-size: 14px;
    margin-bottom: 0;
}

.autor{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #005686;
}

/*===================================
/// PROYECTOS POR AUTOR
------------------------------------*/

.slider-autor{
    height: 400px;
}

.perfil{
    padding: 20px 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
}

.perfil a{
    color: #DFAF3B;
}

.proyectos{
    overflow: hidden;
    padding: 40px 0;
}

.perfil .gravatar-autor {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s;
    border: 2px solid #deae3a;
    float: none;
    margin-bottom: 20px
}

.perfil .gravatar-autor img{
    max-width: 100%;
    width: 110%;
    height: 110%;
}

.perfil h2{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    font-family: 'CaeciliaLTStd-Light';
}

.perfil h3{
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 100;
    font-family: 'Conv_Helvetica-Neue-LT';
}
.perfil h4{
    color: #fff;
    font-size: 14px;
    font-family: 'CaeciliaLTStd-Light';
}

.num_proyectos{
color: #fff;
margin: 10px 0;
}

.num_proyectos strong{
    background-color: #e1b13b;
    padding: 8px 20px;
    color: #fff;
}

.num_proyectos label{
    background-color: #fff;
    padding: 5px 20px;
    color: #e1b13b
}


/* Common style */
.proyectos figure {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 100%;
    min-height: 320px;
    background: #003045;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 9;
}

.proyectos figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 18px;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #003045;
}

figure.effect-milo .imagen {
    max-width: none;
    width: -webkit-calc(99.9% + 60px);
    width: calc(99.9% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.02);
    transform: translate3d(-30px,0,0) scale(1.02);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover .imagen {
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    padding-top: 8%;
    height: 80px;
    width: 100%;
    background-color: #7a1600;
    z-index: 999;
    color: #fff;
    font-size: 22px;
    font-family: 'Conv_Helvetica-Neue-LT';

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 70%;
    border-right: 1px solid #fff;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
    z-index: 9;
}

figure.effect-milo:hover h2{
    background-color: rgba(238, 58, 60, 0.6);
}

/*===================================
 /// ANALISIS Y REPORTES
==================================*/

.analisis-y-reportes .slider-internas {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.introduccion{
    padding: 20px 0;
}

.analisis-y-reportes .texto_inic {
    border: 0;
    background: #fff;
    color: #999;
}

.content_analisis{
    padding: 20px;
    overflow: hidden;
    height: auto;
}

.content_analisis h1{
    font-size: 36px;
    margin-bottom: 30px;
}

.analisis-y-reportes .content_analisis p {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 15px;
    text-align: justify;
    display: none;
}

.content_analisis p.parrafo1{
    display: block;
}

.consideraciones .content_analisis p.parrafo1, .consideraciones .content_analisis p.parrafo2{
    display: block;
}

.text-hidden{
    height: 200px;
    margin-bottom: 20px;
}

.open-texto{
    height: auto;
}

.open-texto p{
    display: block;
}

.leer-mas{
    color: #7b1603;
}

.leer-mas .svg-inline--fa{
    margin-left: 5px;
}

.leer-mas:focus, .leer-mas:hover {
    color: #e1b13b;
    text-decoration: none;
}

.analisis-y-reportes .botonera{
    margin: 50px 0;
}

.analisis-y-reportes .btn{
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    width: 300px;
    border-radius: 6px;
}

.analisis-y-reportes .btn:hover {
    background-color: #fff;
    color: #e1b13b;
    border: 1px solid #e1b13b;
}

.analisis-y-reportes .seleccionado{
    background-color: #7b1603;
}

.btn-voluntariado{
    margin-right: 30px;
    float: right;
}

.btn-juventud{
    margin-left: 30px;
    float: left;
}

/*====================================
/// SINGLE ANALISIS
-----------------------------------*/
.bg-red{
    background-color: #7a1600;
    padding: 20px;
}

.bg-red h1{
    color: #fff;
    font-size: 26px;
}

.bg-red p{
    color: #fff;
    margin: 20px 0;
    text-align: justify;
}

.info-general{
    padding: 20px 30px;
}

.info-general h1{
    color: #e2231a;
    font-size: 30px;
    padding: 0 10%;
}

.info-general h2{
    color: #000;
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.info-general p{
    color: #999;
    margin: 0;
    text-align: justify;
}

.canvasjs-chart-credit{
    display: none;
}

.graficos-analisis {
    padding-top: 0.5em;
    position: relative;
    padding-top: 3em;
    overflow: hidden;
    height: auto;
    min-height: 300px;
}

.graficos-analisis-db {
    background-color: #e1b13b !important;
}

.graficos-analisis .grafico{
    height: 200px;
    width: 20%;
    float: left;
}

.etiquetas-graficos{
    margin-bottom: 30px;
}

.etiquetas-graficos label{
    margin: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.si .fa-square{
    color: #0f3267;
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.no .fa-square{
    color: #d6a130;    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.dificultad .fa-square{
    color: #660e11;    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.analisis-y-reportes .btn-red {
    background-color: #e2231a !important;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 6px;
}

.bg-amarillo{
    background-color: #e1b13b;
    padding: 20px 30px;
    margin-top: 30px;
}

.bg-amarillo h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.bg-amarillo h1 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.bg-amarillo p{
    color: #fff;
    margin: 0;
    text-align: justify;
}

.analisis-y-reportes .btn-blue {
    background-color: #0F327E !important;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    margin: auto;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 6px;
}

.si-db .fa-square{
    color: #0f3267;
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.no-db .fa-square{
    color: #660e11;    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.no-actualizada .fa-square{
    color: #e8d7b4;    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.etiquetas-db label{
    color: #fff;
}


.programas-voluntariado{
    padding: 20px 30px;
}

.programas-voluntariado h2 {
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.programas-voluntariado p {
    margin: 0;
    text-align: justify;
}

.programas-voluntariado figure{
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
}

.programas-voluntariado figure img{
    margin: auto;
    width: 30%;
}


.programas-voluntariado .texto{
    margin-bottom: 30px;
}

.programas-voluntariado .anio{
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
    text-align: center;
}

.programas-voluntariado .texto-adicional{
    margin: 40px 0;
}

.bg-blue{
    background-color: #071f34;
    padding: 30px 30px;
    padding-bottom: 60px;
}

.bg-blue h1{
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.bg-blue h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.bg-blue p {
    color: white;
    margin: 0;
    text-align: justify;
}

.datos-analisis{
    padding: 20px 30px;
}

.datos-analisis .grafico-barras {
    height: 190px;
    width: 195px;
    float: left;
    overflow: hidden;
}

.datos-analisis .canvasjs-chart-container:after{
    content: "";
    background-color: #FFF;
    height: 20px;
    position: absolute;
    z-index: 99;
    width: 72px;
    top: 179px;
}

.grafico .canvasjs-chart-container:after{
    content: "";
    background-color: #FFF;
    height: 20px;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 180px;
}

.bg-amarillo .canvasjs-chart-container:after{
    background-color: #e1b13b;
}

.datos-analisis h2 {
    font-size: 22px;
    font-family: 'CaeciliaLTStd-Light';
}

.centrar-graficos{
    margin: auto;
    display: block;
    float: none;
}

.consideraciones{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 30px;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 400px;
    position: relative;
    background-color: #ffffff !important;
    padding: 40px 30px;
}

.consideraciones h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #e1b13b;
    text-align: center;
}

.consideraciones p{
    color: #fff;
    text-align: justify;
}

.consideraciones .leer-mas {
    color: #e1b13b;
}

.consideraciones .text-hidden {
    height: 300px;
    margin-bottom: 20px;
}

/*=============================================
/// FINANCIAR PROYECTOS
----------------------------------------------*/
.lista-proyectos{
    display: block;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 20px;
}

.lista-proyectos figure {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 100%;
    min-height: 320px;
    background: #003045;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 9;
}

.lista-proyectos .boxtext{
    margin-top: 15px;
}

.buscador-proyectos  label{
    margin-left: 10px;
    margin-top: 5px;
}

.lista-proyectos .boxtext p{
    text-align: justify;
}

/*==================================================
/// SINGLE DONACION
---------------------------------------------------*/
.donar {
    overflow: hidden;
    margin-bottom: 30px;
}

.descripcion-donacion{
    padding: 20px 0;
}

.objetivos h2{
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Hv';
}

.objetivos {
    padding: 20px 0;
    padding-bottom: 40px;
    margin-top: 0;
}

.objetivos li{
    margin: 10px 0;
    list-style: none;
    color: #fff;
}

.objetivos li .fa-check-circle{
    margin-right: 10px;
    font-size: 22px;
    color: #7a1504;
}

.objetivos li figure{
    float: left;
    width: 26px;
    height: 26px;
    background-color: #7a1504;
    border-radius: 13px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.beneficiarios{
    margin: 0;
    padding: 30px 0;
}

.beneficiarios h3 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0;
}

.objetivos label{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    font-family: 'HelveticaNeueLTStd-Hv';
}

.objetivos .dato{
    text-align: center;
    display: block;
}

.objetivos .dato span:before{
    content: ',';
    margin-right: 5px;
}

.objetivos .dato span:first-child:before{
    display: none;
}

.resultados-esperados{
    color: #fff;
    padding: 30px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.proyecto-url, .proyecto-title, .email-contacto{
    display: none;
}

.formulario-voluntarios input:-webkit-autofill,
.formulario-voluntarios input:-webkit-autofill:hover,
.formulario-voluntarios input:-webkit-autofill:focus
.formulario-voluntarios input:-webkit-autofill,
.formulario-voluntarios textarea:-webkit-autofill,
.formulario-voluntarios textarea:-webkit-autofill:hover
 .formulario-voluntarios textarea:-webkit-autofill:focus,
 .formulario-voluntarios select:-webkit-autofill,
 .formulario-voluntarios select:-webkit-autofill:hover,
 .formulario-voluntarios select:-webkit-autofill:focus {
    border: 1px solid #999;
    background-color: #fff !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*-------------------------------------------------------
  /// MENU SIDE LEFT
  --------------------------------------------------------*/
  #fixed-top{
    right: 0px;
    top: 70px;
    z-index: 99999;
    position: absolute;
    display: none;
    text-align: center;
  }

  #fixed-top .icon-menu:before {
    content: "\e120";
  }

  .sb-toggle-left {
      color: #fff;
      width: 70px;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      font-size: 40px;
      letter-spacing:2px;
      position: relative;
      top: 0;
      cursor: pointer;
      padding: 0px 10px 0;
  }

  .sb-toggle-left:hover{
    color: #7a1504;
  }

  .sb-toggle-left .fa-bars {
      font-size:40px;
  }

  .sb-slidebar .cerrar{
      position: absolute;
      right: 15px;
      cursor: pointer;
      top: 10px;
      z-index: 99999;
      width: 50px;
      height: 50px;
      display: block;
      margin-bottom: 0px;
       color:#660516;
       font-size: 50px;
  }

  .sb-slidebar .cerrar .fa-times-circle{
      color: #fff;
  }

  .sb-slidebar .cerrar .fa-times-circle:hover{
      color: #000;
  }

  .sb-slidebar.sb-active {
      display: block;
      z-index: 999999999999 !important;
      border-right: none !important;
    border-left:none !important;
    padding-top:15px;
  }

  .sb-slidebar {
      background-color: #7a1504 !important;
  }

  .sb-slidebar h1 {
      color: #FFFFFF;
      font-family: CaeciliaLTStd-Light;
      font-size: 18px;
      letter-spacing: 1px;
      text-align: center;
      line-height: 24px;
      width: 100%;
      margin-top: 30px;
      margin-left: 0px;
    padding:0 10px;
    display:none;
  }

  .menu-movil{
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    padding-top: 45px;
    border-bottom: transparent !important;
  }

  .menu-movil li{
    width: 100%;
    list-style: none;
    margin:0 !important;
    padding: 0;
  }

  .menu-movil li a {
      color: #fff;
      padding-left: 20%;
      font-family: CaeciliaLTStd-Light;
      font-size: 18px;
      margin-bottom: 0px;
      padding: 15px 20px;
      text-transform: uppercase;
  }

  .menu-movil .current-menu-item a, .menu-movil a:hover {
    color: #fff !important;
    background-color: #e1b13b !important;
    border-radius: 0;
    margin: 0;
    border: none !important;
}

.menu-movil .sub-menu .current-menu-item a{
    color: #e1b13b !important;
}

.menu-movil{
    margin: 20px 0;
    display: none;
}

.menu-movil li a{
    background-color: rgba(0, 0, 0, 0) !important;
    border-top: none !important;
}

.menu-movil li.has-sub {
   min-height: 30px !important;
    height: auto;
}

.menu-movil #menu_entorno ul li{
    width: 100%;
    margin-bottom: 0 !important;
}

.menu-movil li.open {
    background-color: transparent !important;
    color: #fff;
}

.menu-movil #menu_entorno:after{
    top: 15px;
    position: absolute;
    left: 58%;
}

.menu-movil .dropdown-menu>li>a {
    color: #fff;
    padding: 12px 20px !important;
    background-color: #7a1407 !important;
    margin-bottom: 0;
    text-align: center;
}

.menu-movil .dropdown-toggle{
    position: relative !important;
    position: relative !important;
    width: 100% !important;
    margin-top: 0px !important;
    padding: 15px 0;
    border: none;
    clear: both;
    float: none !important;
}

.menu-movil .has-sub button{
    display: none;
}

.menu-movil li.has-sub::after{
    right: 20px;
    top: 20px;
    border: 8px solid transparent;
    border-top-color: #fff;
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.menu-movil .open > a, .menu-movil .open > a:hover, .menu-movil .open>a:focus {
    background-color: #e1b13b !important;
    border-color: #7a1407 !important;
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 0;
}

.menu-movil .dropdown-menu{
    background-color: #7a1504;
}

.open>.dropdown-menu {
    display: block;
}

.menu-movil .dropdown-menu {
    position: relative !important;
    width: 100% !important;
    margin-top: 0px !important;
    padding: 0;
    border: none;
    clear: both;
    float: none !important;
}
.menu-movil ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*---------------------------------------------------------------
/// FORMULARIO REGISTRO
---------------------------------------------------------------*/
#contacto {
  width: 100%;
    height: 100%;
    position: fixed;
    text-align: right;
    left: 0;
  bottom:-100%;
  display:none;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 0.95);
  padding:50px 0;
  overflow:scroll;
}

.white-popup-block{
    padding: 50px 15px;
  width: 80% !important;
      max-width: 1400px;
}

#contacto h1 {
  font-family:'HelveticaNeueLTStd-Hv';
  font-size: 28px;
  line-height: 28px;
  color:#003049;
  text-align: center;
  padding:0;
  margin:0;
  margin-bottom:0px;
}

#contacto .contenido p{
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin: 15px 0;
    display: block;
}

#contacto .btn_cerrar{
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    right: 110px;
    top: 40px;
    color: #e2231a;
    z-index: 9999;
    padding: 8px 0;
    display: none;
    opacity: 0;
    font-size: 40px;
}

#contacto .btn_cerrar:hover {
  text-decoration: none;
    color: #e1b13b;
}

#contacto .btn_cerrar:hover > i{
  color:#fff;
}


#contacto .btn_cerrar i{
    position: relative;
  font-size:32px;
  color: #fff;
    text-align: center;
}

/*=======================================
/// INGRESAR USUARIO
----------------------------------------*/

.ingresar-form{
    display: none;
}

.ingresar-form #wpmem_login fieldset {
    border: none;
    padding: 0;
    margin: 10px;
}

.ingresar-form{
    padding: 15px 20px;
    background-color: #003045;
}

.ingresar-form .subtitulo{
    margin-bottom: 20px;
    color: #fff;
}

.ingresar-form h3{
    color: #fff;
    font-family: 'CaeciliaLTStd-Light';
    font-size: 18px;
}

.ingresar-form .button_div{
    text-align: center !important;
    width: 100% !important;
}

.ingresar-form .button_div input[type=submit] {
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px !important;
    padding: 8px 50px;
    width: 300px;
    border-radius: 6px;
    display: block;
    margin: auto;
    border: 1px solid #e1b13b;
    font-family: 'CaeciliaLTStd-Light';
}

.ingresar-form .button_div input[type=submit] {
    margin: auto !important;
}

.ingresar-form .button_div input[type=submit]:hover{
    background-color: #fff;
    color: #e1b13b;
    border: 1px solid #e1b13b;
}

.ingresar-form input:-webkit-autofill{
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.ingresar-form input[type=text],
.ingresar-form input[type=email],
.ingresar-form input[type=tel],
button{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

.ingresar-form input[type=text]:focus,
.ingresar-form textarea:focus,
.ingresar-form select:focus,
.ingresar-form input[type=email]:focus,
.ingresar-form input[type=tel]:focus,
.ingresar-form input[type=search]:focus,
.ingresar-form button:focus {
  box-shadow: 0 0 5px #ffffff;
  border: 1px solid #ffffff;
}

#wpmem_login .link-text{
  color: #e1b03b;
  width: 100%;
  text-align: center;
  font-family: 'CaeciliaLTStd-Light';
}

#rememberme{
  display: none;
}


.ingresar-form input[type="text"], .ingresar-form input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #003045 !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #fff !important;
    padding: 8px 10px 8px;
    background: none repeat scroll 0% 0% #fff;
    margin-bottom: 10px;
}

.ingresar-form input[type="text"]:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.ingresar-form input[type=text], .ingresar-form input[type=password]{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

.ingresar-form input::-webkit-input-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
  }

.ingresar-form input:-moz-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
}

.ingresar-form input::-moz-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
}

.ingresar-form input:-ms-input-placeholder {
    color: #fff !important;
    font-family: 'CaeciliaLTStd-Light';
}


.factores{
    overflow: hidden;
    padding: 30px 0;
}

.login-ve{
    display: block;
}


/*==========================================
/// LOGIN
--------------------------------------------*/

#header-5 {
    /*background-image: url(images/login-novus.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.64);
}

.header-content {
    padding: 20vh 0;
}

.page-template-login-filtros .site-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

#header-5 .overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.header-content.header-w-image {
  padding-top: 70px;
  padding-bottom: 0;
}

.header-content-details {
  padding: 110px 15px;
}

.log-title{
    text-transform: uppercase;
    font-size: 28px;
    color: #e2231a;
    margin: 0;
    margin-bottom: 30px;
}

.header-content p{
    font-size: 16px;
    text-align: justify;
    font-family: 'CaeciliaLTStd-Light';
}

.header-brand .text-primary {
    color: #9fcf65;
    text-shadow: rgb(33, 113, 0) 0px 1px 0px, #007323 0px 1px 0px;
}

/* End Login / Register Forms */
/* Contact Forms */
#contact-form-1 {
  width: 100%;
  background: white;
  border: 1px solid #ebebeb;
  padding: 35px;
}

#contactForm .form-control {
  color: #666666;
  background: #f7f7f7;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contactForm textarea {
  max-width: 100%;
  min-height: 130px !important;
  max-height: 211px;
  padding: 20px !important;
}

#contactForm::-webkit-input-placeholder {
  color: #cccccc !important;
}

#contactForm:-moz-placeholder {
  color: #cccccc !important;
}

#contactForm::-moz-placeholder {
  color: #cccccc !important;

}

#contactForm:-ms-input-placeholder {
  color: #cccccc !important;
}

.has-error .form-control {
  color: #c51f1f !important;
  border: 1px solid #c51f1f !important;
}

.help-block.with-errors li {
  color: #c51f1f;
  font-size: 13px;
  margin-top: -30px;
  margin-bottom: 0;
}

#msgSubmit.h3 {
  font-size: 14px;
  margin-top: 5px;
}

#contact-form-1 .form-group {
 color: #fff;
}

#contact-form-1 #contactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#contact-form-1 .btn-form-submit {
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 14px 24px;
}

#contact-form-1 .login-form {
    background-color: #fff;
    padding: 0;
    border-radius: 6px;
}

#contact-form-1 .form-control {
    color: #000;
    background: #fff;
    font-weight: 100;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px 20px;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact-form-1 input[type=text],
#contact-form-1 input[type=password],
#contact-form-1 button{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

#contact-form-1 input[type=text]:focus,
#contact-form-1 input[type=password]:focus,
#contact-form-1 button:focus {
  box-shadow: 0 0 5px #ffffff;
  border: 1px solid #DDDDDD;
}

#contact-form-1 input[type=text]:-webkit-autofill,
#contact-form-1 input[type=password]:-webkit-autofill,
#contact-form-1 input:-webkit-autofill,
#contact-form-1 textarea:-webkit-autofill,
#contact-form-1 select:-webkit-autofill {
    background-color: #ffffff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


#contact-form-1 .btn-primary {
    color: #fff;
    background-color: #e1b13b !important;
    border-color: #e1b13b;
    margin-bottom: -22px;
    font-family: 'CaeciliaLTStd-Light';
}

#contact-form-1 .btn-primary:hover {
    text-decoration: none;
    background: #fff !important;
    border: 1px solid #e1b13b !important;
    color: #e1b13b;
}

#contact-form-1 .login-form .login-field-icon {
    color: #bfc9ca;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 12px;
    -webkit-transition: .25s;
    transition: .25s;
}

#contact-form-1 .login-form .login-field:focus+.login-field-icon {
    color: #7a1504;
}

#contact-form-1 .lite-cyan-check {
    font-size: 13px;
    font-weight: 300;
}

#contact-form-1 a {
    color: #9fcf64;
    text-decoration: none;
}

#contact-form-1 a:hover {
    color: #696969;
    text-decoration: none;
}

#contact-form-1 input[type=checkbox].flat-checkbox:after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d8d8d8;
    float: right;
}

#contact-form-1 input[type=checkbox].flat-checkbox:checked:after {
  content: "âœ“";
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    position: relative;
    background-color: #ed1c24;
    display: inline-block;
    visibility: visible;
    border: 2px solid #d8d8d8;
    float: right;
    color: #fff;
    line-height: 19px;
    text-align: center;
}

#contact-form-1 .login-form .form-group:nth-child(3){
    color: #000;
}

/* End Contact Forms */

/*=============================================
/// PLATAFORMA COLABORADOR
----------------------------------------------*/
.plataforma-colaborador{
    display: block;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    min-height: 50vh;
}

.plataforma-colaborador figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 320px;
    background: #003045;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 9;
}

.plataforma-colaborador figure.effect-milo h2{
    line-height: 40px;
    padding-top: 20px;
    background-color: #c9b57d;
}


.plataforma-colaborador figure.effect-milo .ov{
    line-height: 24px;
}

.plataforma-colaborador figure.effect-milo:hover h2 {
    background-color: #c9b57dbf;
}

.plataforma-colaborador .boxtext{
    margin-top: 15px;
}

.plataforma-colaborador  label{
    margin-left: 10px;
    margin-top: 5px;
}

.plataforma-colaborador p{
    text-align: justify;
}


.plataforma-colaborador .item{
    margin: 15px 0;
}

.intro-plataforma{
    padding: 30px;
}


.intro-plataforma .btn {
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    width: auto;
    margin: 20px auto;
    margin-top: 40px;
    display: block;
    float: none;
    border-radius: 6px;
}


.intro-plataforma .btn:hover{
    background-color: #fff;
    border: 1px solid #e1b13b;
    color: #e1b13b;
}

/*=============================================
/// CONTENIDO PLATAFORMA
----------------------------------------------*/
.contenido-plataforma{
    padding: 30px;
}

.contenido-plataforma h1{
    text-align: center;
}

.lista-items figure {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 100%;
    min-height: 320px;
    background: #003045;
    text-align: center;
    cursor: pointer;
    margin: 0;
    background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 9;
}

.lista-items .boxtext {
    margin-top: 15px;
}

#items .jplist-panel .jplist-pagination .jplist-current {
    font-weight: bold;
    color: #fff;
    background: #e2271c !important;
    text-shadow: none;
    box-shadow: none;
}

#items .jplist-panel .jplist-pagination button{
    color: #e2271c;
}

#items .jplist-panel .jplist-pagination button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

#items .jplist-panel{
    margin-bottom: 20px;
    overflow: hidden;
}

.otros-contenidos{
    min-height: auto;
}

.otros-contenidos figure.effect-milo p {
    width: 100%;
    line-height: 20px;
}

.contenido-plataforma .list-item{
    margin-bottom: 15px;
}

.contenido-plataforma .ProTitulo {
    color: #003045;
    min-height: 54px;
    text-align: center;
}

.contenido-plataforma .vermas{
    text-align: center;
    width: 160px;
    margin: auto;
    float: none;
}

/*===============================================
/// EDITAR CONTENIDO
-----------------------------------------------*/

.modal-editar{
    background-color: #000000b8;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.editar-proyecto{
    background-color: #DFAF3B;
    color: #fff;
    margin: 50px;
    padding: 50px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.editar-proyecto .cerrar{
    color: #7a1504;
    opacity: 1;
    font-size: 40px;
    position: relative;
    right: -10px;
    top: -10px;
    z-index: 9;
}

.editar-proyecto .cerrar:hover{
    color: #ea2629;
}
.post-edit-button{
    background-color: #cc3433;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    float: right;
    right: 20px;
    top: 300px;
    position: relative;
    z-index: 999;
}

.post-edit-button:hover{
    background-color: #e2231a;
    color: #fff;
    text-decoration: none;
}

.post-edit-button i{
    font-size: 22px;
    position: relative;
    top: 2px;
}

.form-crear-proyecto #message{
    background-color: #8ac641;
    padding: 1px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.form-crear-proyecto .message{
    position: relative;
    top: -2px;
    left: 2px;
}


.editar-proyecto .acf-input-wrap input {
    height: 40px;
    margin: 0;
    padding-left: 10px !important;
    background-color: #dfaf3c;
}

.editar-proyecto .acf-fields > .acf-field{
    border: none;
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
}

.editar-proyecto .acf-field-google-map{
    width: 100% !important;
}

.editar-proyecto .acf-field-select .acf-input::after{
    content: "\025be";
    display: table-cell;
    padding-top: 3px;
    text-align: center;
    position: relative;
    top: 12px;
    right: 5px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -50px !important;
}

.editar-proyecto textarea {
    border: white solid 1px;
    background-color: transparent;
}

.editar-proyecto .acf-field-textarea{
    width: 100% !important;
}

.acf-field.acf-field-wysiwyg.acf-field-5ab010faa8d7d{
    display: none;
}

.acf-fields > .acf-field {
    margin: 0;
    padding: 15px 12px;
    border-top: 0 !important;
    position: relative;
    font-size: 14px;
}

.wp-editor-tabs {
    float: right;
    margin-right: 5px;
}

.acf-field.acf-field-wysiwyg.acf-field-5ab010faa8fa4{
    width: 100% !important;
}

/*.acf-field .acf-label label {
    display: none;
}*/

.acf-field.acf-field-image.acf-field-5ab010faa8d13 label,
.acf-field.acf-field-text.acf-field-5ab010faa900e label,
.acf-field.acf-field-image.acf-field-5ab010faa8f3b label{
    display: block !important;
}

.acf-field[data-width] + .acf-field[data-width] {
    border-left: 0 !important;
}

.acf-field.acf-field-text.acf-field-5ab010faa900e .description{
    display: none;
}

/* Change Autocomplete styles in Chrome*/
.acf-field input:-webkit-autofill,
.acf-field input:-webkit-autofill:hover,
.acf-field input:-webkit-autofill:focus
.acf-field input:-webkit-autofill,
.acf-field textarea:-webkit-autofill,
.acf-field textarea:-webkit-autofill:hover
.acf-field textarea:-webkit-autofill:focus,
.acf-field select:-webkit-autofill,
.acf-field select:-webkit-autofill:hover,
.acf-field select:-webkit-autofill:focus {
  border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.acf-field .input-text:focus,
.acf-field input[type=email]:focus,
.acf-field input[type=password]:focus,
.acf-field input[type=search]:focus,
.acf-field input[type=text]:focus,
.acf-field input[type=url]:focus,
.acf-field textarea:focus {
    background-color: transparent;
    color: #fff;
}

.acf-field select{
    height: 42px;
    box-shadow: 0 0 1px #fff;
    background: #dfaf3c;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #ffff;
    float: left;
    margin: 10px 0 0 !important;
    padding: 9px;
    text-shadow: none;
    border-radius: 0 !important;
    float: left;
    margin: 0;
    text-shadow: none;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 10px !important;
}

.field3::after,.field4::after{
    content: "\025be";
    display: table-cell;
    padding-top: 3px;
    text-align: center;
    position: relative;
    top: 12px;
    right: 5px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -50px;
}

.field2 label, .field4 label{
    display: block !important;
}

.editar-proyecto .field1 label, .editar-proyecto .field5 label, .editar-proyecto .field6 label, .editar-proyecto .field7 label,
.editar-proyecto .field8 label, .editar-proyecto .field9 label, .editar-proyecto .field10 label, .editar-proyecto .field11 label,
.editar-proyecto .field12 label, .editar-proyecto .field13 label, .editar-proyecto .field14 label, .editar-proyecto .field3 label{
    display: block !important;
}

.ingreso-de-proyectos a {
    padding: 8px 6px;
    width: 60% !important;
}

.editar-proyecto input[type=submit]{
    height: 40px;
}

.editar-proyecto .acf-input-wrap input {
    height: 40px;
    margin: 0;
    padding-left: 10px !important;
}

.field3, .field4{
    margin-right: 10px !important;
}


.editar-proyecto input[type=submit] {
    color: #DFAF3B;
    background-color: white;
    margin-bottom: 2em;
    border-radius: 6px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    transition: all 0.3s;
    border: none;
}


.editar-proyecto input[type=submit]:hover {
    background-color: #7A1600;
    border: none;
    color: #fff;
}

.editar-proyecto .acf-google-map .title .search{
    background: #dfaf3c;
}

.editar-proyecto .acf-field input[type=search]:focus{
    background-color: #dfaf3c;
    color: #fff;
}

.editar-proyecto .-cancel, .editar-proyecto .-location {
    padding: 5px;
    line-height: 3px;
}

.editar-proyecto .-search{
    padding: 1px;
}

.editar-proyecto .acf-icon.grey{
    background: #003049;
    border-radius: 0;
    width: auto !important;
}

.editar-proyecto .acf-google-map .title .actions {
    position: absolute;
    top: 0;
    right: 0;
}

.editar-proyecto .acf-button{
    color: #fff;
    background-color: #7a1504;
    padding: 8px 15px;
    border-radius: 12px;
    margin-left: 5px;
}

.editar-proyecto .acf-button:hover{
    background-color: #fff;
    color: #7a1504;
    text-decoration: none;
}

.editar-proyecto .field-2{
    top: -44px;
}

.editar-proyecto .field-5 .acf-label{
    margin-bottom: -2px !important;
}

.editar-proyecto .field-5 select{
    height: 38px;
}


#acf-popup .acf-input-wrap input{
    color: #000;
    border: 1px solid #999;
}

.editar-proyecto .acf-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
    margin-bottom: 10px !important;
    margin-left: 5px;
}

.editar-proyecto .acf-taxonomy-field ul.children {
    padding-left: 18px;
    margin-top: 10px;
}


#acf-popup .acf-submit .button {
    margin-right: 5px;
    background-color: #7a1504;
    color: #fff;
    border-radius: 14px;
    padding: 2px 20px;
}

#acf-popup .acf-submit .button:hover{
    background-color: #fff;
    border: 1px solid #7a1504;
    color: #7a1504;
}

.ui-editor-image-resize-resize-button{
    display: none;
}

.editar-proyecto .field-10 .acf-label label{
    margin-bottom: 19px !important;
}

.editar-proyecto input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    top: -4px;
    left: 0px;
    position: relative;
    background-color: #dfaf3c;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #fff;
    float: right;
}

.editar-proyecto input[type='checkbox']:checked:after {
  content: "✓";
  width: 20px;
  height: 20px;
  top: -4px;
  left: 0px;
  position: relative;
  background-color: #D54E20;
  display: inline-block;
  visibility: visible;
  border: 1px solid #fff;
  float: right;
  color: #fff;
  line-height: 19px;
  text-align: center;
}

.back-button{
  margin-left: 10px;
}

.editar-recurso .wp-media-buttons .insert-media{
  display: none !important;
}

.editar-recurso .field-4{
  width: 100% !important;
}

.editar-recurso .field-13 .acf-field .acf-label label{
  margin-bottom: 20px;
}

/*========================================================
/// LISTA DE VOLUNTARIOS
---------------------------------------------------------*/
.listado-voluntarios{
    padding: 15px 30px;
}

.listado-voluntarios h1{
    text-align: center;
}

.listado-voluntarios .table>tbody>tr:nth-of-type(even) {
    background-color: #D9BA7E;
}


.listado-voluntarios .glyphicon-export:before {
    content: "\f0f6" !important;
}

.listado-voluntarios .fa-file-text-o{
    color: #61a016;
}
.bold-blue {
    font-weight: bold;
    color: #0277BD;
}
.listado-voluntarios .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 5px !important;
    border-top-color: #fff;
}

.listado-voluntarios .bootstrap-table .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.no-input .sortable{
    margin-top: -5px !important;
}

.no-input .fht-cell{
    display: none !important;
}

.encabezados{
    overflow: hidden;
    background-color: #003049;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.encabezados th {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align:center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 0px !important;
    line-height: 15px !important;
    padding-bottom: 5px !important;
}

.encabezados th span{
    display: block;
}

.encabezados .form-control {
    font-family: 'Montserrat', sans-serif !important;
    height: 30px;
    border-radius: 0;
    padding: 0 5px;
    text-align: center;
}

.titulo-doble{
    width: 160px;
}

.titulo-doble .th-inner{
    text-overflow: clip !important;
    white-space: pre-wrap !important;
    line-height: 12px !important;
    width: 250px;
}

.listado-voluntarios .fixed-table-container tbody td{
    text-align: center;
    font-size: 14px;
}


.listado-voluntarios input[type="checkbox"]:checked::after {
    content: "✓";
    width: 20px;
    height: 20px;
    top: -2px;
    left: 3px;
    position: relative;
    background-color: rgb(237, 28, 36);
    display: inline-block;
    visibility: visible;
    float: right;
    color: rgb(255, 255, 255);
    line-height: 19px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
}

.listado-voluntarios input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    top: -2px;
    left: 3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d8d8d8;
    float: right;
}

#toolbar .form-control{
    background-color: #e1b13b;
    color: #fff;
    font-size: 20px !important;
    padding: 8px 50px;
    /* width: 200px; */
    border-radius: 6px;
    display: block;
    height: 40px;
    line-height: 20px;
    border-color: #e1b13b;
    float: right;
    text-align: center;
}

.listado-voluntarios .btn-default {
    color: #fff;
    background-color: #7a1504;
}

.bars::after {
    content: "\025be";
    display: table-cell;
    padding-top: 3px;
    text-align: center;
    position: relative;
    top: 12px;
    right: 5px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -50px;
}

.listado-voluntarios .search .form-control{
    box-shadow: 0 0 5px #ffffff;
    border: 1px solid #dadada;
}

.listado-voluntarios .open .dropdown-toggle.btn-default {
    background: #e2231a;
    border-color: #e2231a;
}

.listado-voluntarios .dropdown-menu>li>a:focus,
.listado-voluntarios .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #d8d8d8;
}

.listado-voluntarios .bs-checkbox {
    padding: 10px 5px !important;

}

/*===============================================
/// ENVIO DE NOTIFICACIONES
------------------------------------------------*/
.envio-notificaciones {
    background-color: #003045;
    padding: 20px 60px;
    margin: 0 30px;
    margin-bottom: 20px;
    color: #fff;
}

.envio-notificaciones li{
    list-style: none;
    text-align: left;
}


.envio-notificaciones .content {
    background-color: #7A1600;
    color: white;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.envio-notificaciones .btn {
    border: solid 1px white;
    border-radius: 0;
    padding-left: 6em;
    padding-right: 6em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.envio-notificaciones div{
    text-align: center;

}

.envio-notificaciones p{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.envio-notificaciones .titulo {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-weight: bold;
}

.envio-notificaciones select {
    height: 40px;
    background: #7a1407;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    text-shadow: none;
    font-size: 16px;
    /* border: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ffffff61;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.envio-notificaciones .down {
    content: '';
    margin-left: 5px;
    border: 8px solid transparent;
    border-top-color: #ffffff;
    top: 15px;
    right: 25px;
    position: absolute;
    z-index: 9;
}

.envio-notificaciones .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0ea650;
    border: 1px solid #0ea650;
    color: #fff;
}

.envio-notificaciones .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e1b13b;
    border: 1px solid #e1b13b;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
  }

  .envio-notificaciones .select2-container--default.select2-container--focus .select2-selection--multiple ,
  .envio-notificaciones .select2-container .select2-selection--multiple {
    border: solid #fff 1px !important;
    outline: 0;
    height: auto;
    background-color: #003045;
    border-radius: 0;
    min-height: 40px;
  }

  .envio-notificaciones .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #fff;
  }

  .envio-notificaciones .select2-container{
      margin-top: 0px;
      width: 100% !important;
  }

  .envio-notificaciones .select2-container .select2-selection--multiple{
      min-height: 35px;
      border: 1px solid #dbdbdb;
  }

  .envio-notificaciones .select2-container .select2-search--inline {
        float: left;
        padding-left: 10px;
        color: #fff;
        padding-top: 5px;
    }

  .envio-notificaciones .select2-container--default .select2-selection--single .select2-selection__arrow{

  }

  .envio-notificaciones .select2-container--default .select2-selection--single {
        background-color: #003045;
        border: 1px solid #9fb1b9;
        border-radius: 0;
        height: 40px;
        text-align: left;
        padding-left: 10px;
        line-height: 41px;
        padding-top: 5px;
        color: #fff;
    }

  .envio-notificaciones .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        line-height: 28px;
    }

  .envio-notificaciones .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
    }

    .envio-notificaciones input:-webkit-autofill,
    .envio-notificaciones textarea:-webkit-autofill,
    .envio-notificaciones select:-webkit-autofill {
        background-color: #003045 !important;
        background-image: none !important;
        color: #fff !important;
    }

    .envio-notificaciones .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        top: 60%;
    }

    .buscador .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent;
        border-width: 0 8px 8px 8px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #072f45 !important;
        color: white;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #072f45 !important;
        color: #fff !important;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #072f45 !important;
        color: white;
    }

    .envio-notificaciones input[type=text]:focus,
    .envio-notificaciones textarea:focus,
    .envio-notificaciones select:focus,
    .envio-notificaciones input[type=email]:focus,
    .envio-notificaciones input[type=tel]:focus,
    .envio-notificaciones input[type=search]:focus,
    .envio-notificaciones input[type=date]:focus,
    .envio-notificaciones button:focus {
      box-shadow: 0 0 0px #ffffff;
      border: 1px solid #9fb1b9;
    }

.envio-notificaciones select {
    width: 100%;
    height: 35px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
    text-shadow: none;
}

.envio-notificaciones{
  padding: 50px;
  margin: 20px 0;
  margin-bottom: -20px;
}

.envio-notificaciones input[type="text"],
.envio-notificaciones input[type="password"],
.envio-notificaciones textarea,
.envio-notificaciones input[type="date"],
.envio-notificaciones [type="password"] {
    background-color: #003045;
    border-color: #fff9;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    height: 40px;
    font-size: 16px;
    font-family: 'CaeciliaLTStd-Light';
    width: 100%;
    margin-bottom: 20px
}


.envio-notificaciones textarea{
  height: 200px;
  margin-top: 20px;
}

.envio-notificaciones .btn-buscar button {
  border: none;
  line-height: 20px;
  width: 20%
}

.envio-notificaciones .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}

input[type="date"]:not(.has-value):before{
  color: #777;
  content: attr(placeholder);
  margin-right: 10px;
}

.envio-notificaciones input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777 !important;
}
.envio-notificaciones input::-moz-placeholder { /* Firefox 19+ */
  color: #777 !important;
}
.envio-notificaciones input:-ms-input-placeholder { /* IE 10+ */
  color: #777 !important;
}
.envio-notificaciones input:-moz-placeholder { /* Firefox 18- */
  color: #777 !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.envio-notificaciones input[type=date]:focus{
  box-shadow: 0 0 0px #ffffff;
  border: 1px solid #9fb1b9;
}

.resultados-notificaciones .msj-notificacion{
    text-align: center;
    padding: 20px;
    color: #082b45;
    border: 1px solid;
    margin: 40px;
    margin-top: 60px;
}


/*===================================================
/// ESTADISTICAS
---------------------------------------------------*/
.estadisticas-panel{
  background-color: #082b45;
  padding: 30px;
  color: #fff;
}

.estadisticas-panel h1{
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.estadisticas-panel h2{
    font-size: 20px;
}

.estadisticas-panel .incremental-counter .num {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    color: #dfb529;
    display: inline-block;
    height: 64px;
    line-height: 62px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 50px;
    font-size: 45px;
    font-size: 3.72625em;
    font-weight: 700;
    box-shadow: 0 2px 3px #07182d85;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.estadisticas-panel .incremental-counter .num::before {
    background: #6969698c;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: -1px;
    top: 50%;
    width: auto;
}

.estadisticas-panel .datos {
    background-color: #082b45;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    min-height: 150px;
    border: 1px solid #597290;
}

.estadisticas-panel .loader-proyectos{
  min-height: 490px;
}

.estadisticas-panel .loader-proyectos .loader{
    margin-top: 60px;
}

.estadisticas-panel .filters{
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #5b7393;
    border-radius: 12px;
}

.datos-estadisticos{
  margin-top: 30px;
}

.datos-estadisticos label{
    margin-left: 20px;
    text-transform: uppercase;
    width: 100%;
}

.datos-estadisticos label strong{
  font-size: 22px;
}

.datos-estadisticos .label-pais strong{
  font-size: 22px;
  color: #dfb529;
}

.label-pais .fa-square{
    color: #ddb900;
}

.datos-estadisticos .fa-square{
  margin-right: 10px;
}

.estadisticas-panel .select2-container{
  width: 90% !important;
}

.estadisticas-panel .select2-container .select2-selection--multiple {
    min-height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    border: 1px solid #fff !important;
    background-color: #082b45;
    color: #fff !important;
    padding-top: 5px;
    padding-left: 5px;
}

.estadisticas-panel .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e1b13b;
    border: 1px solid #e1b13b;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
}

.estadisticas-panel .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.estadisticas-panel .select2-container .select2-selection--multiple::before {
    content: '';
    margin-left: 5px;
    border: 8px solid transparent;
    border-top-color: #ffffff;
    top: 18px;
    right: 15px;
    position: absolute;
    z-index: 9;
}

.estadisticas-panel .btn-buscar button {
    border: none;
    line-height: 20px;
    width: 100%;
    margin-left: -60px;
    height: 40px;
    margin-top: 20px;
    background: #FFCD00;
    border-radius: 6px;
    color: #fff;
}

.estadisticas-panel .btn-buscar button:hover {
    background-color: #fff;
    color: #FFCD00;
}

.buscar-recursos input, .buscar-recursos select {
    position: relative;
    z-index: 2;
    
}

.buscar-recursos #todos_recursos{
    z-index: 0;
}

.col-md-4.col-sm-12.todos-recursos{
    float: left;
}

