*{
     font-family: 'Raleway';
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline:none;
}
html,
body {
	height: 100%;
}
body{
    padding-top: 160px;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#mainNav{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
.slick-slide{
    float: left;
    height: 100%;
    min-height: 1px;
    outline:0;
}
.container{
    max-width: 1500px;
}


#mainNav .part-1{
    background: #00A0A6;
    transition: all 0.4s;
}

.part-1 .container{
    padding: 16px 24px 16px 30px;
    height: 56px;
    position: relative;
}
.lista-enlaces li,
.lista-enlaces2 li,
.footer-iconos li,
.footer-espace1 li,
.footer-lista li,
.list-hover li{
    display: inline-block;
}
.lista-enlaces i{
    background: #FFFFFF;
    color: #00A0A6;
    height: 24px;
    width: 24px;
    border-radius: 15px;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin-left: 16px;
}
#mainNav .part-1 .lista-enlaces {
    text-align: right;
    display: inline-block;
    float: right;
}
#mainNav .span-unico{
    position: absolute;
    left: 15px;
    top: 16px;
    color:#fff;
}
#mainNav .lista-enlaces span{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: underline;
}
#mainNav .part-2{
    background:#FFFFFF;
}
#mainNav .part-2 .container{
    padding: 0px 0px 0px 15px;
    height: 104px;
}
#mainNav .contenedor-menu {
    max-width: 62%;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    position: relative;
    right: -2%;
}
#mainNav .img-logo{
    max-width: 365px;
    width: 100%;
    height: auto;
    position: relative;
    top: -6px;
    left: 0px;
}
#mainNav .lista-enlaces2 a{
    font-size: 17px;
    font-weight: 400;
    color: #6F7271;
    margin-left: 0;
    padding: 40px 20px;
    display: inline-block;
}
#mainNav .img-search{
    max-width: 40px;
    width: 100%;
    height: auto;
    top: 28px;
    left: -28px;
    position: relative;
    background: #E87850;
}
#mainNav .caja-orange{
    position: relative;
    width: 104px;
    height: 100%;
    background: #E87850;
    margin-left: 32px;
    padding-left: 65px;
    float: right;
    top: 0;
    right: 0px;
}
.fullx1{
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}
.img-obra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 0;
}
.fullx1 .img-obra::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.25) 100%);
    opacity: 0.3;
}
.fullx1 .container {
    position: relative;
    top: 1%;
    left: 14%;
}
.contenido-principal{
    max-width: 680px;
}
.contenido-principal h2{
    font-size: 54px;
    font-weight:bold;
    color: #FEFEFD;
    margin: 0;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.54);
}
.contenido-principal p{
    font-size: 22px;
    font-weight:600;
    color: #FEFEFD;
    margin: 0;
    padding: 20px 0px 11px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.54);
}
.contenido-principal .boton-green,
.section-noticias .boton-green{
    display: inline-table;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    background: #00A0A6;
    border: 1px solid #00A0A6;
    color: #ffffff;
    outline: none;
}
.arrow-left{
    position: absolute;
    top: 51%;
    left: 3%;
    cursor: pointer;
}
.arrow-right{
    position: absolute;
    top: 51%;
    right: 3%;
    cursor: pointer;
}
.arrow-left i,
.arrow-right i{
    font-size: 24px;
    color: white;
    padding: 5px;
}
.slider-principal .slick-dots {
    bottom: 20px;
}
.slider-principal .slick-dots li button::before {
    font-size:10px!important;
    color:white!important;
}
.slider-principal  .slick-dots li{
    width: 15px!important;
}


.container-darkgreen{
    background: #026D71;
}
.container-darkgreen .container{
    padding: 58px 0 58px 0;
    max-width: 1257px;
}
.footer-espace1 img{
    margin-right: 15px;
}
.footer-espace1 p{
    font-size: 21px;
    margin: 0;
    font-weight: 400;
    color: #FEFEFD;
    padding: 10px 15px 0;
    text-align: center;
}
.option-button{
    position: relative;
}
.option-button input{
    width: 580px;
    border: 1px solid white;
    padding: 15px 155px 15px 20px;
    border-radius: 5px;
    outline: none;
}
.option-button button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #E87850;
    color: #fff;
    border: 0;
    padding: 16px 40px;
    cursor: pointer;
    font-weight: 500;
    height: 56px;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.container-green1,
.container-green2{
    background: #00A0A6;
}
.container-green1 .container{
    padding: 0 72px 0 100px;
}
.espacex1{
    padding-top:67px ;
    padding-bottom: 66px;
}
.footer-iconos i {
    background: #FFFFFF;
    color: #00A0A6;
    height: 32px;
    width: 32px;
    border-radius: 25px;
    font-size: 20px;
    padding: 6px;
    text-align: center;
    margin-left: 32px;
}
.container-green1 .line-white{
    position: relative;
    top: 0;
    left: -25%;
}
.container-green1 .line-white::before{
    position: absolute;
    content: '';
    display: block;
    top:0;
    right: 0;
    background: #33c3c373;
    width: 2px;
    height: 100%;
}
.espacex2{
    padding-top:70px ;
    padding-bottom: 69px;
}
.footer-lista a{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding-left:32px;
    z-index: 0;
}
.container-green2{
    border-top: 2px solid #33c3c373;
}
.container-green2 .container{
    padding: 35px 48px 32px 49px;
}
.container-green2 .container span{
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
}
.span-center{
    text-align: center;
}
.container-green2 .container a{
    font-size: 11px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: underline;
}
.container-green2 .container p{
    text-align: right!important;
}



.home-img .container{
    padding: 0px 8px;
}
.diseño-hover li,
.box-events li,
.contenido-box2 li{
    display: block;
}
.margin-espace{
    margin: 8px 3px;
}
.box-diseño1{
    height: 648px;
    width:100%;
    transition: all 0.3s;
    z-index: 0;
}
.box-diseño2{
    height: 320px;
    width:100%;
    transition: all 0.3s;
    z-index: 0;
}
.img-central{
    width: 100%;
    height:100%;
    background-size: cover;
    background-position: center;
}
.img-central2{
    max-width: 100%;
    height:100%;
    background-size: cover;
    background-position: center;
}
.box-central,
.box-central2,
.box-central3{
    z-index: 5;
    position: absolute;
    bottom: 23%;
    padding:0 35px 0 40px;
    right: 0;
    width: 100%;
    height: 100px;
}
.box-central2{
    bottom: 40%;
}
.box-central3{
    top: 12%;
}
.box-central h5,
.box-central2 h5{
    font-size: 17px;
    font-weight: 400;
    color: #FEFEFD;
    margin: 0;
    padding-bottom: 4px;
}
.box-central h6,
.box-central2 h6{
    font-size: 34px;
    font-weight: 500;
    color: #FEFEFD;
    margin: 0;
    padding-bottom: 24px;
}
.box-central2 h6{
    padding-bottom: 16px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.54);
}
.box-central a,
.box-central2 a,
.text-readme{
    font-size: 15px;
    font-weight: 600;
    color: #FEFEFD;
    margin: 0;
    text-decoration: underline;
}
.botton-new,
.botton-newsletters{
    z-index: 5;
    position: absolute;
    top: 4%;
    padding: 0 40px;
    right: 0;
    width: 100%;
    height: 100px;
}
.botton-new span,
.botton-newsletters span{
    padding: 4px 8px;
    font-weight: 700;
    font-size: 11px;
    border-radius: 3px;
    background: #026D71;
    border: 1px solid #026D71;
    color: #ffffff;
    outline: none;
}
.botton-newsletters span{
    background: #E87850;
    border: 1px solid #E87850;
}
.box-central3 h5{
    font-size: 34px;
    font-weight: 500;
    margin: 0;
    color: #FEFEFD;
    padding-bottom:16px;
}
.box-central3 p{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #FEFEFD;
}
.box-central3 .img-arrow{
    position: absolute;
    top: 12px;
    right: 10%;
}
.box-central .img-arrow{
    transition: all 0.3s;
    position: absolute;
    bottom: -85%;
    right: 10%;
    opacity:0;
}
.box-central2 .img-arrow{
    transition: all 0.3s;
    position: absolute;
    bottom: -58%;
    right: 10%;
    opacity:0;
}
.home-noticias .item:hover .img-arrow{
    opacity: 1;
}
.home-noticias .item::before,
.home-noticias .item-2::before{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0, 160, 166, 0.7);
  z-index: 2;
  opacity:0;
  transition: all 0.3s;
}
.home-noticias .item:hover::before{
    opacity: 1;
}
.home-noticias .item-2::before{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(2, 109, 113, 0.9);
  z-index: 2;
  opacity:1;
  transition: all 0.3s;
}
.fullx2{
    background: #C0DBDB;
    height: auto;
    width: 100%;
    position: relative;
}
.img-mapa{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.fullx2 .container{
    max-width: 1120px;
    padding: 95px 0px;
    padding-bottom: 115px;
}
.box-title{
    text-align: center;
    padding-bottom: 40px;
}
.box-title h3{
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 26px;
    color: #026D71;
}
.box-title p{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    color: #026D71;
}
.list-hover{
    padding-bottom: 10px;
}
.list-hover li{
    margin: 5px 7px;
}
.box-hover{
    position: relative;
    width: 206px;
    height: 206px;
}
.img-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    top:0;
    left:0;
}
.box-hover h5{
    position: absolute;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    top: 16px;
    left: 16px;
}
.box-hover .img-oculta{
    transition: all 0.3s;
    opacity: 0;
}
.box-hover:hover .img-oculta{
    opacity: 1;
}

.fullx2 .container a{
    text-decoration: none;
    color: #FFFFFF;
}
.botton-green,
.section-events .boton-green{
    display: table;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 10px;
    background: #026D71;
    border: 1px solid #026D71;
    padding: 16px 32px;

}



.box-events{
    max-width: 600px;
}
.list-events{
    position: relative;
    top: 0;
    left: 8px;
    width: 584px;
    height: auto;
    min-height: 130px;
}
.box-calendario{
    position: absolute;
    width: 122px;
    height: 129px;
    border: 1px solid #026D71;
    border-radius: 8px;
    padding: 4px 24px 12px;
}
.box-calendario h2{
    font-size: 60px;
    color: #026D71;
    margin: 0;
    font-weight: bold;
}
.box-calendario p{
    font-size: 15px;
    color: #026D71;
    margin: 0;
    padding-left: 8px;
}
.box-calendario img{
    position: absolute;
    bottom: 25%;
    left: 60%;
}
.box-calendario span{
    font-size: 11px;
    color: #4B4E4D;
    margin: 0;
    padding-left: 8px;
    letter-spacing: 1.5px;
}
.list-view{
    padding-left: 160px;
    padding-top: 15px;
    padding-right: 20px;
}
.list-view p{
    font-size: 15px;
    margin: 0;
    color: #6F7271;
    padding-bottom:8px;
}
.lista-noticia-0 li:nth-child(1) .espace-events{
    padding-bottom: 32px;
}
.lista-noticia-0 li:nth-child(2) .espace-events{
    padding:32px 0;
    border-top: 0.5px solid #6F7271;
    border-bottom: 0.5px solid #6F7271;
}
.lista-noticia-0 li:nth-child(3) .espace-events{
    padding-top: 32px;
}
.lista-noticia-0 .espace-events:hover .box-calendario{
    background: #E87850;
    border: 1px solid #E87850;
}
.lista-noticia-0 .espace-events:hover .box-calendario span,
.lista-noticia-0 .espace-events:hover .box-calendario p,
.lista-noticia-0 .espace-events:hover .box-calendario h2{
    color: white;
}
.lista-noticia-0 .espace-events .box-calendario .ico-2,
.wpml-ls-current-language,
.mec-single-event .mec-events-event-image,
.sidebar-share span {
    display: none !important;
}
.sidebar-share a {
    display: inline-block !important;
    margin-top: -20px !important;
}
.sidebar-share > div > div {
    text-align: center !important;
}
.lista-noticia-0 .espace-events:hover .box-calendario .ico-2{
    display: inline-block;
}
.lista-noticia-0 .espace-events:hover .box-calendario .ico-1{
    display: none;
}
.lista-noticia-0 .espace-events:hover .list-view strong{
    text-decoration:underline;
}
.lista-noticia-0 .espace-events:hover .ico-arrow {
    opacity: 1;
}
.ico-arrow{
    transition: all 0.3s;
    position: absolute;
    color: #E87850;
    bottom: 46%;
    right: 0;
    opacity: 0;
}
.section-events .container{
    padding: 84px 0;
    max-width: 1130px;
    z-index: 1;
}
.section-events .container h4{
    font-size: 34px;
    font-weight: 500;
    color: #00A0A6;
    margin: 0;
    padding-bottom: 56px;
}
.section-events .containe a{
    text-decoration: none;
    color: white;
}
.section-events .boton-green{
    margin-top: 32px;
    margin-left: auto;
    background: #00A0A6;
    border: 1px solid #00A0A6;
    margin-right: 0;
}
.page-template-thematic-areas .contenido-noticias {
    max-width: 1100px;
    margin: 0 auto;
}
.fullx3 .container{
    max-width: 1300px;
}
.fullx3{
    width: 100%;
    height: 290px;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.contenido-unico h2,
.contenido-unico h3,
.contenido-unico2 h2{
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    color: #FEFEFD;
}
.contenido-unico h3 {
    font-size: 36px;
}
.bgn-gris{
    background: #DBEEEF;
}
.bgn-gris .container{
    padding: 16px 15px;
    max-width: 1300px;
}
.list-inline li{
    display: inline-block;
}
.list-inline a{
    text-decoration: none;
    color: #6F7271;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.list-inline span{
    color: #00A0A6;
    margin:0 4px;
}
.list-inline a:hover{
    color: #6F7271;
    opacity: 0.6;
}
.section-noticias .container {
    padding: 80px 30px 40px 30px;
    max-width: 1360px;
}
.img-panel,
.img-duos,
.img-world{
    width: 100%;
    height: auto;
}
.contenido-box1 h1{
    color:#00A0A6;
    font-size: 34px;
    font-weight: 500;
    padding-top: 40px;
    margin: 0;
}
.contenido-box1 span{
    color:#4B4E4D;
    font-size: 17px;
    padding-top: 40px;
    margin: 0;
    opacity: 0.6;
}
.contenido-box1 p{
    color:#4B4E4D;
    font-size: 17px;
    margin: 0;
    padding: 16px 0;
    letter-spacing: 0.25px;
}




.contenido-box2{
    margin: 40px 0 32px;
}
.box-duos{
    position: relative;
    min-height: 226px;
}
.img-caja{
    position: absolute;
    width: 325px;
    height: auto;
}
.box1-contenido{
    padding-left: 345px;
}
.box1-contenido h1{
    color:#00A0A6;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
}
.box1-contenido span{
    color:#4B4E4D;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    opacity: 0.6;
}
.box1-contenido p{
    color:#4B4E4D;
    font-size: 17px;
    margin: 0;
    padding: 16px 0;
}
.lista-noticia-1 li:nth-child(1) .espace-events{
    padding:32px 0;
    border-top: 0.5px solid #00A0A6;
}
.lista-noticia-1 li:nth-child(2) .espace-events{
    padding:32px 0;
    border-top: 1px solid #00A0A6;
    border-bottom: 1px solid #00A0A6;
}
.box-categorias{
    background: #F5FAF8;
    padding: 24px;
    margin-left: 60px;
    position: relative;
}
.box-categorias h5{
    color:#00A0A6;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #026D71;
    padding-bottom: 16px;
}
.box-categorias a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #6F7271;
    margin:0;
    line-height: 1.5;
}
.box-categorias li{
    font-size: 20px;
    top: 0px;
    left: 20px;
    color: #026D71;
    position: relative;
}
.box-categorias p{
    color: #026D71;
    font-size: 15px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 40px;
}
.img-world{
    margin-top: 10px;
}
.box-categorias .boton-green{
    background: #E87850;
    border: 1px solid #E87850;
    position: relative;
    left: 50% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin-bottom: -40px;
    display: table;
    top: -136px;
}
.contenido-noticias{
    margin-right: 0;
    padding: 0 15px;
}
.contenido-noticias h3{
    font-size: 42px;
    font-weight: 600;
    margin:0;
    color: #00A0A6;
    padding-bottom: 16px;
}
.post-type-archive-newsletters .section-noticias .col-8 h2,
.post-type-archive-newsletters .section-noticias .col-8 h3,
.post-type-archive-newsletters .section-noticias .col-8 h4 {
    font-size: 42px;
    font-weight: 600;
    margin:0;
    color: #00A0A6;
    padding-bottom: 16px;
}
.post-type-archive-newsletters .section-noticias .col-8 h3,
.post-type-archive-newsletters .section-noticias .col-8 h3 a {
    font-size: 32px;
    text-decoration: underline;
    color: #00A0A6;
}
.post-type-archive-newsletters .section-noticias .col-8 h4,
.post-type-archive-newsletters .section-noticias .col-8 h4 a {
    font-size: 24px;
    color: #00A0A6;
}
.contenido-noticias h6{
    font-size: 17px;
    font-weight: 400;
    margin:0;
    color: #6F7271;
    padding-bottom: 32px;
}
.img-noticias{
    width: 100%;
    max-width: 100%;
    height: 558px;
    margin-bottom: 32px;
}
.contenido-noticias p{
    font-size: 17px;
    font-weight: 400;
    margin:0;
    color: #4B4E4D;
    padding-bottom:15px;
}
.extracto p{
    font-size: 18px;
    font-weight: 400;
    margin:0;
    color: #026D71;
}
.contenido-noticias h1,
.contenido-noticias h2,
.contenido-noticias h3,
.contenido-noticias h4,
.contenido-noticias h5,
.contenido-noticias h6{
    font-weight: 600;
    color: #00A0A6;
}
.contenido-noticias strong,
.contenido-noticias b{
    color: #00A0A6;
}
.caja-recent{
    border-bottom: 1px solid #00A0A6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.caja-recent h3{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #6F7271;
    margin: 0;
    max-width: 250px;
}
.caja-recent h2{
    font-size: 15px;
    color: #6F7271;
    opacity: 0.6;
}
.boton-learn{
    text-align: center;
    background: #00A0A6;
    padding: 24px 30px;
    border-radius: 10px;
    color: #FEFEFD;
    letter-spacing: 0.25px;
}
.boton-learn span{
    font-size: 21px;
}
.boton-learn h1{
    font-size: 17px;
    margin: 0;
    padding-top: 4px;
}
.contenido-unico2 h2{
    color: #026D71;
}
.page-template-thematic-areas-parent .contenido-noticias {
    min-height: 750px;
}
/* Mapa */
#map {
    background: #fff url(../img/map/map_bg.jpg) no-repeat;
    width: 645px;
    height: 800px;
    position: relative;
    margin: 0 auto;
}
#northAmerica {
	position:absolute;
	top:89px;
	left:72px;
	z-index:1;
}
#southAmerica {
	position:absolute;
	top:438px;
	left:383px;
	z-index:1;
}
#carribean {
	position:absolute;
	top:384px;
	left:373px;
	z-index:1;
}
#centralAmerica {
	position:absolute;
	top:408px;
	left:273px;
	z-index:1;
}
.EN_NA {
    background-image: url('../img/map/northAmerica.png');
    background-repeat: no-repeat;
}
.EN_NA:hover {
    background-image: url('../img/map/northAmerica_hover.png');
    background-repeat: no-repeat;
}
.SP_NA {
    background-image: url('../img/map/spanish/northAmerica.png');
    background-repeat: no-repeat;
}
.SP_NA:hover {
    background-image: url('../img/map/spanish/northAmerica_hover.png');
    background-repeat: no-repeat;
}
/*South America*/
.EN_SA {
    background-image: url('../img/map/southAmerica.png');
    background-repeat: no-repeat;
}
.EN_SA:hover {
    background-image: url('../img/map/southAmerica_hover.png');
    background-repeat: no-repeat;
}
.SP_SA {
    background-image: url('../img/map/spanish/southAmerica.png');
    background-repeat: no-repeat;
}
.SP_SA:hover {
    background-image: url('../img/map/spanish/southAmerica_hover.png');
    background-repeat: no-repeat;
}
/* Carribean*/
.EN_CR {
    background-image: url('../img/map/carribean.png');
    background-repeat: no-repeat;
}
.EN_CR:hover {
    background-image: url('../img/map/carribean_hover.png');
    background-repeat: no-repeat;
}
.SP_CR {
    background-image: url('../img/map/spanish/carribean.png');
    background-repeat: no-repeat;
}
.SP_CR:hover {
    background-image: url('../img/map/spanish/carribean_hover.png');
    background-repeat: no-repeat;
}
/* Central America*/
.EN_CA {
    background-image: url('../img/map/centralAmerica.png');
    background-repeat: no-repeat;
}
.EN_CA:hover {
    background-image: url('../img/map/centralAmerica_hover.png');
    background-repeat: no-repeat;
}
.SP_CA {
    background-image: url('../img/map/spanish/centralAmerica.png');
    background-repeat: no-repeat;
}
.SP_CA:hover {
    background-image: url('../img/map/spanish/centralAmerica_hover.png');
    background-repeat: no-repeat;
}
.thematic-areas-flags .col-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.thematic-area {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.thematic-area:hover span {
    display: inline-block;
}
.thematic-area span {
    position: absolute;
    left: 50%;
    font-size: 12px;
    color: #8a6611;
    background: #f5bd39;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: -14px 0 0 -43px;
    top: 50%;
    display: none;
}
.thematic li {
    display: inline-block;
    text-align: center;
    width: 200px;
    line-height: 24px;
    padding: 30px;
    vertical-align: top;
}
.thematic li a {
    color: #00a0a6;
    font-weight: bold;
}
.thematic li img {
    margin-bottom: 15px;
}
#initiativeSelection h4 {
    padding-bottom: 20px;
}
#mainNav .contenedor-menu ul li .sub-menu{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    background: #274690;
    z-index: 99;
    top: 136px;
    justify-content: center;
}
#mainNav .contenedor-menu ul li{
    position: relative;
}
#mainNav .contenedor-menu .sub-menu a{
    color:#fff !important;
    font-size: 16px;
    line-height: 1.4;
}
#mainNav .contenedor-menu ul li .sub-menu li a {
    padding: 10px 22px;
    padding-right: 30px;
    background: #00A0A6;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: left;
    transition: all 0.4s;
}
#mainNav .contenedor-menu ul li .submenu{
    position:absolute;
    right:0;
}
#mainNav .contenedor-menu ul li li .sub-menu{
    right: -215px !important;
    left: auto !important;
    top: 0 !important;
    display: none;
}
#mainNav .contenedor-menu ul li.menu-item-has-children:hover .sub-menu{
    display: block;
    width: 215px;
    top: 104px;
}
#mainNav .contenedor-menu ul li li .sub-menu,
#mainNav .contenedor-menu ul li ul li ul li .sub-menu {
    display: none !important;
}
#mainNav .contenedor-menu ul li li:hover > .sub-menu {
    display: block !important;
}
#mainNav .contenedor-menu ul li .sub-menu li {
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#mainNav .menu-item.menu-item-has-children .menu-item.menu-item-has-children::before{
    content: "\f054";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 40%;
    right: 15px;
    color: #fff;
    font-size: 10px;
}
#mainNav .menu-item.menu-item-has-children a{
    transition: all 0.4s;
}
#mainNav .menu-item.menu-item-has-children .menu-item:hover > a{
    background: #026D71;
}
.wpcf7-form {
    margin-bottom: 20px;
}
.wpcf7-form label {
    margin-bottom: 10px;
}
.wpcf7-form .wpcf7-submit {
    padding: 10px 20px;
    background: #00A0A6;
    color: #fff;
    border-color: #00A0A6;
    border-radius: 2px;
    border-style: none;
}
.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
    width: 100%;
}
.section-home .boton-green{
    margin-top: 10px;
}
@media (max-width: 1350px){
    #mainNav .lista-enlaces2 a {
        padding: 40px 13px;
    }
    #mainNav .contenedor-menu {
        max-width: 58%;
    }
}
#btn-hambuger{
    display: none;
    position: absolute;
    max-width: 35px;
    right: 130px;
    top: 33px;
}
@media (max-width: 1250px){
    #mainNav .contenedor-menu{
        display: none;
    }
    #mainNav .img-logo {
        top: 22px;
    }
    #btn-hambuger{
        display: inline-block;
    }
}


.sidebar-wrapper{
    width: 375px;
    height: 102vh;
    position: fixed;
    left: -200%;
    top: 0;
    padding-top: 35px;
    background: #00A0A6;
    z-index: 999999;
    transition: all 0.5s linear;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: scroll;
    padding-bottom: 100px;
}
#sidebar-principal.toggled{
	left: 0 !important;
}
.overlay-menu{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 9999;
}
.close-menu{
    position: absolute;
    z-index: 9999;
    top: 9px;
    right: 10px;
    width: 32px;
}
.sidebar-wrapper .desplegable:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-wrapper > ul {
  margin-top: 40px;
}
.sidebar-wrapper > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul hr {
  border-color: #2e699e;
}
.sidebar-wrapper > ul li[data-status=open] {
  background: #000;
}
.sidebar-wrapper .desplegable {
    position: absolute;
    right: -15px;
    top: -7px;
    font-size: 33px;
    color: #fff;
    padding: 1px 15px;
    padding-left: 5%;
    cursor: pointer;
}
.sidebar-wrapper .sub-menu .desplegable {
    top: 4px;
    right: -4px;
    font-size: 20px;
    display: inline-block;
    width: 39px;
}
.sidebar-wrapper .desplegable:before {
  content: "";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-wrapper .desplegable:before.open {
  content: "";
}
.sidebar-wrapper .sub-menu{
    list-style: none;
    display: none;
    padding-left: 25px;
    margin-bottom: 25px;
}
.sidebar-wrapper ul li{
    position: relative;
    font-size: 23px;
    font-weight: bold;
    margin: 18px 0;
    line-height: 1.3;
}
.sidebar-wrapper ul li a{
    color:#fff;
}
.sidebar-wrapper ul.sub-menu li a{
    font-size: 18px;
}
.sidebar-wrapper .bloque-1{
    border-top: 1px solid #ea5a60;
    border-bottom: 1px solid #ea5a60;
    padding: 3px 0;
    padding-bottom: 8px;
    margin-top: 17px;
    position: relative;
}
.sidebar-wrapper .bloque-1 .link-inicio{
    position: absolute;
    top: -41px;
    left: 0;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}
.sidebar-wrapper .bloque-2{
    border-bottom: 1px solid #ea5a60;
    padding-top: 7px;
    padding-bottom: 4px;
}
.single-mec-events .mec-container {
    margin-bottom: 80px;
}
.event_id,
.menu-idioma .sub-menu {
    display: none;
}
.past-list .item {
    justify-content: space-between;
}
.menu-idioma {
    width: 120px;
    display: inline-block;
}
.menu-idioma a {
    color: #fff;
}
.menu-idioma li {
    display: block;
}
.menu-idioma li:hover .sub-menu,
.menu-idioma li .sub-menu:hover {
    display: block;
    position: absolute;
    background: #00a0a6;
    padding: 4px 10px 10px;
    z-index: 9;
}
.menu-idioma .sub-menu li {
    display: block;
    padding-top: 10px;
}
.mc4wp-response {
    max-width: 400px;
}
.mc4wp-response p {
    font-size: 14px;
    padding: 10px 0 0;
}
@media (max-width: 600px){
    #mainNav .part-1,
    #mainNav .caja-orange{
        display: none;
    }
    #mainNav{
        top: -1px;
    }
    #btn-hambuger {
        right: 17px;
    }
    body {
        padding-top: 104px;
    }
}
.single-mec-events .mec-container {
    margin-bottom: 80px;
}
#close-principal{
    width: 45px;
    height: auto;
    margin-left: auto;
    display: table;
    position: relative;
    right: -7px;
    margin-top: -15px;
    margin-bottom: 30px;
}
#sidebar-principal .lista-enlaces{
    position: relative;
    left: -10px;
}
#sidebar-principal .lista-enlaces i {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    font-size: 20px;
    padding: 6px;
}
#sidebar-principal .bloque-idioma a,
#sidebar-principal .bloque-idioma a span{
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}
#sidebar-principal .bloque-idioma{
    margin-top: 15px;
}
footer{
    position: relative;
    overflow: hidden;
}
#mainNav .img-logo.img-logo-desktop{
    display: inline-block;
}
#mainNav .img-logo.img-logo-mobile{
    display: none;
}
@media (max-width: 500px){
    #mainNav .img-logo.img-logo-desktop{
        display: none;
    }
    #mainNav .img-logo.img-logo-mobile{
        display: inline-block;
        max-width: 160px;
    }
    #mainNav .part-2 .container {
        height: 85px;
    }
    #btn-hambuger {
        max-width: 29px;
        top: 27px;
    }
    body {
        padding-top: 85px;
    }
}
@media (max-width: 480px){
    .sidebar-wrapper{
        width: 100%;
    }
}
@media (max-width: 360px){
    #mainNav .img-logo.img-logo-mobile{
        top: 23px;
        max-width: 150px;
    }
}
@media (max-width: 1250px){
    footer .container-green1 .col-3{
        display: none;
    }
    footer .container-green1 .col-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .container-green1 .container {
        padding: 0 15px;
    }
}
@media (max-width: 860px){
    footer .footer-lista li{
        display: block;
        text-align: center;
    }
    footer .footer-lista a {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        display: table;
        text-align: center;
        margin: 0 auto;
    }
    footer .espacex2 {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    footer .container-green2 .col-3,
    footer .container-green2 .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .container-green2 .container p,
    footer .container-green2{
        text-align: center !important;
    }
    footer .container-green2 .span-center{
        margin-bottom: 10px;
        margin-top: 5px;
    }
    footer.container-green2 .container{
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.navbar-principal.sticky-project .part-1{
    height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.navbar-principal.sticky-project .part-2{
    margin-top: -1px;
}
.navbar-principal.sticky-project{
    box-shadow: 0px 0px 3px rgb(93, 93, 93, 0.3);
}
.footer-espace1 li {
    vertical-align: top;
}
@media (max-width: 1280px){
    .option-button input {
        width: 430px;
    }
}
@media (max-width: 1120px){
    .container-darkgreen .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-darkgreen .container .footer-espace1{
        text-align: center;
    }
    .container-darkgreen .container .option-button{
        margin-top: 30px;
    }
}
@media (max-width: 500px){
    .container-darkgreen .footer-espace1 p {
        padding: 0;
    }
    .container-darkgreen .footer-espace1 img {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
        max-width: 45px;
    }
    .container-darkgreen .option-button input {
        width: 100%;
        padding: 15px 120px 15px 20px;
    }
    .container-darkgreen .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-darkgreen .bloque-suscribete{
        width:100%;
    }
    .container-darkgreen .option-button button {
        padding: 16px 22px;
    }
}
@media (max-width: 991px){
    .section-home .fullx1 .container {
        left: 0;
    }
    .section-home .arrow-left i,
    .section-home .arrow-right i{
        display: none;
    }
    .section-home .contenido-principal {
        margin: 0 auto;
    }
}
.contenido-principal .boton-green{
    margin-top: 10px;
}
.section-home .slick-dots li button::before{
    display: none;
}
.section-home .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    opacity: 0.5;
    margin: 0 auto;
}
.section-home .slick-dots li.slick-active button{
    opacity: 1;
}
@media (max-width: 767px){
    .section-home .contenido-principal{
        text-align: center;
    }
}
@media (max-width: 650px){
    .section-home .contenido-principal h2 {
        font-size: 32px;
    }
    .section-home .contenido-principal p {
        font-size: 16px;
    }
    .section-home .contenido-principal .boton-green{
        padding: 10px 32px;
    }
}
@media (max-width: 1280px){
    .home-noticias .box-central2 h6 {
        font-size: 30px;
    }
    .home-noticias .box-central3 p {
        font-size: 15px;
    }
}
@media (max-width: 991px){
    .home-noticias .box-central3 {
        top: 6%;
    }
}
@media (max-width: 850px){
    .home-noticias .columna-1{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-noticias .columna-2,
    .home-noticias .columna-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-noticias .columna-1 .margin-espace{
        margin-bottom: -2px;
    }
    .home-noticias .columna-1 .box-diseño1{
        height: 320px;
    }
}
@media (max-width: 650px){
    .home-noticias .columna-2,
    .home-noticias .columna-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-noticias .box-diseño2.item-2{
        display: flex;
        align-items: center;
    }
    .home-noticias .box-diseño2.item-2 .box-central3{
        top: 0;
        position: relative;
        height: auto;
    }
    .home-noticias .margin-espace{
        margin-left: 0;
        margin-right: 0;
    }
    .home-noticias .box-central{
        bottom: 35%;
    }
}
@media (max-width: 500px){
    .home-noticias .botton-new,
    .home-noticias .botton-newsletters,
    .home-noticias .box-central,
    .home-noticias .box-central2,
    .home-noticias .box-central3{
        padding: 0 25px;
    }
}
.section-resources {
    padding: 80px 20px 40px 20px;
    max-width: 1380px;
    margin: 0 auto;
}
.resources-list .item {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.resources-list .item .part-1 {
    margin-right: 20px;
}
.resources-list .item .part-2 .title {
    color: #00A0A6;
    font-size: 24px;
}
.resources-list .item .part-2 a:hover {
    text-decoration: underline;
}
.resources-list .year {
    color: #00A0A6;
    font-size: 32px;
    font-weight: bolder;
    margin-top: 16px;
}
.resources-list strong,
.resources-list a {
    color: #00A0A6;
}
@media (max-width: 1150px){
    .fullx2 .container {
        max-width: 800px;
        text-align: center;
    }
    .fullx2 .container .box-hover h5 {
        padding: 0 10px;
    }
}
@media (max-width: 600px){
    .fullx2 .container {
        padding-bottom: 70px;
        padding-top: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .fullx2 .container .box-title h3 {
        font-size: 34px;
    }
    .fullx2 .container a {
        min-width: 205px;
    }
}
@media (max-width: 1180px){
    .section-events .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 950px){
    .section-events .col-8,
    .section-events .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-events .boton-green {
        margin-top: 25px;
        margin-right: auto;
    }
    .section-events .box-events,
    .section-events iframe{
        margin: 0 auto;
    }
    .section-events iframe{
        display: table !important;
    }
    .section-events .container h4 {
        font-size: 32px;
        padding-bottom: 20px;
        text-align: center;
    }
    .section-events .col-8{
        padding-bottom: 65px !important;
    }
}
@media (max-width: 620px){
    .section-events .list-events{
        width:100%;
        left: 0;
    }
    .section-events .list-view {
        padding-left: 110px;
        padding-top: 0;
        padding-right: 0;
    }
    .section-events .box-calendario {
        width: 100px;
        height: 100px;
        padding: 6px;
    }
    .section-events .box-calendario h2 {
        font-size: 42px;
        text-align: center;
    }
    .section-events .box-calendario p {
        padding-left: 15px;
    }
    .section-events .box-calendario span {
        display: table;
        text-align: center;
        width: 100%;
    }
    .section-events .list-events{
        min-height: 100px;
    }
    .section-events .ico-arrow{
        display: none;
    }
}
.contenido-noticias{
    position: relative;
    overflow: hidden;
}
.contenido-noticias a{
    color: #00A0A6;
    text-decoration: underline;
}
.contenido-noticias img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1250px){
    .section-noticias .container {
        padding: 80px 20px 40px 20px;
    }
}
@media (max-width: 1150px){
    .box-categorias .boton-green{
        top: -117px;
    }
}
@media (max-width: 1080px){
    .box-categorias .boton-green{
        top: -103px;
    }
}
@media (max-width: 991px){
    .section-noticias .col-8,
    .section-noticias .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-noticias .box-categorias {
        max-width: 285px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .contenido-noticias p {
        font-size: 16px;
    }
    .contenido-noticias h3 {
        font-size: 40px;
    }
    .contenido-unico h2{
        font-size: 48px;
    }
}
.section-resources .container{
    padding: 0;
}
@media (max-width: 600px){
    .section-noticias .container {
        padding: 60px 0;
    }
    .contenido-noticias h3 {
        font-size: 34px;
    }
    .bgn-gris .list-inline a {
        font-size: 13px;
    }
    .bgn-gris .container {
        padding: 10px 15px;
    }
    .contenido-unico h2{
        font-size: 38px;
    }
    .fullx3 {
        height: 260px;
    }
    .resources-list .item .part-1{
        margin-right: 0;
    }
    .resources-list .item {
        display: block;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 15px;
    }
    .resources-list .item .part-2 .title {
        font-size: 20px;
        margin-bottom: 5px;
        display: table;
        margin-top: 10px;
    }
    .resources-list .item .part-1 img{
        width: auto;
        max-width: 150px;
        height: auto;
        max-height: 200px;
    }
    .contenido-unico h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px){
    .thematic-areas-flags .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 767px){
    .thematic-areas-flags .col-sm-3 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (max-width: 650px){
    .thematic-areas-flags .col-sm-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 500px){
    .thematic-areas-flags .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .thematic-areas-flags .col-sm-3 img{
        margin: 0 auto;
        display: table;
    }
}
.btn.btn-primary{
    color: #fff !important;
    background-color: #00A0A6 !important;
    border-color: #00A0A6 !important;
    text-decoration: none !important;
    transition: all 0.4s;
}
.btn.btn-primary:hover{
    background-color: #026d71 !important;
    border-color: #026d71 !important;
}
@media (max-width: 600px){
    .resources-list.past-list .part-3{
        margin-top: 10px;
    }
}
.col-past-b{
    left: 66.6666%;
}
.col-past-a{
    left: -33.3333%;
}
@media (max-width: 1015px){
    .content-past-0 .col-past-a,
    .content-past-0 .col-past-b{
        left:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-past-0 .panel-center{
        max-width: 400px;
        margin: 0 auto;
    }
}
@media (max-width: 600px){
    .content-past-0 .col-past-a{
        display: none;
    }
    .content-past-0 #initiativeSelection h4 {
        padding-bottom: 12px;
        font-size: 20px;
    }
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #026d71;
    padding: 5px 9px;
    padding-bottom: 6px;
    margin: 2px;
    color: #026d71;
}
.wp-pagenavi span.current {
    font-weight: 400;
    border: 1px solid #026d71;
    background: #026d71;
    color: #fff;
}
@media (max-width: 480px){
    .contenido-noticias h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .section-resources .contenido-noticias{
        padding: 0;
    }
}
#sidebar-principal .bloque-idioma ul{
    list-style: none;
    display: block !important;
    padding-left: 5px !important;
}
#sidebar-principal .bloque-idioma a span{
    font-weight: 600;
}
#mainNav .part-1 .menu-idioma ul{
    padding: 0;
    position: relative;
}
#mainNav .part-1 .menu-idioma li{
    position: relative;
}
#mainNav .part-1 .menu-idioma li .sub-menu{
    left: -15px;
}
#mainNav .part-1 .menu-idioma li .sub-menu li a{
    padding: 5px 15px;
    display: table;
    width: 100%;
}
.section-pagina.section-gracias{
    min-height: 100%;
    display: flex;
    align-items: center;
}
.section-pagina.section-gracias .titulo-gracias{
    font-size: 9em;
    font-weight: 600;
    color: #026d71;
}
.section-pagina.section-gracias .subtitulo{
    font-size: 22px;
    color: #026d71;
}
.btn-404{
    background: #E87850;
    color: #fff !important;
    border: 0;
    padding: 16px 40px;
    cursor: pointer;
    font-weight: 500;
    height: 100%;
    outline: none;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 480px){
    .section-pagina.section-gracias .titulo-gracias{
        font-size: 6em;
    }
}
#modal-search .modal-dialog{
    top: 20%;
}
#modal-search .modal-body {
    position: relative;
    padding: 0 15px;
    background: #00A0A6;
    height: 60px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 17px;
    padding-bottom: 5px;
}
.close-modal {
    width: 30px;
    opacity: 1;
    position: relative;
    top: -5px;
    opacity: 1;
}
.modal-header .close{
    opacity: 1;
    outline: 0;
}
.block-search button img{
    width: 30px;
}
.block-search {
    position: relative;
    top: 7px;
    margin-bottom: -15px;
    float: left;
    width: 100%;
}
.block-search input {
    font-size: 22px;
    border-radius: 5px;
    border: 0;
    background: transparent;
    padding: 8px 8px;
    padding-right: 35px;
    outline: none;
    position: relative;
    top: -3px;
    width: 88%;
    color: #fff;
}
.block-search input::placeholder{
    color:#fff;
}
.block-search button{
    position: absolute;
    top: 3px;
    right: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 5px 6px;
    z-index: 2;
    cursor: pointer;
}
.section-search .container{
    padding: 0;
    max-width: 1200px;
}
.section-search{
    padding-top: 60px;
    padding-bottom: 30px;
}
.title-search h3{
    font-weight: 300;
    color:#026d71;
}
.title-search h3 span{
    font-weight: 600;
}
.title-search{
    margin-bottom: 50px;
}
.section-search .item-search p{
    font-size: 16px;
    font-weight: 400;
    color: #6F7271;
}
.section-search .item-search .titulo{
    color:#00A0A6;
}
.section-search .item-search{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
    padding-bottom: 25px;
}
.section-media .section-media-3 .contenido-noticias h3{
    font-size: 28px;
}
.section-media .section-media-1{
    padding: 0 15px;
    padding-bottom: 45px;
}
.section-media-1 .title{
    font-size: 28px;
    font-weight: 600;
    color: #00A0A6;
    margin: 0;
    padding-bottom: 15px;
}
.btn-readmore{
    background: #00A0A6;
    transition: all 0.4s;
    color: #fff !important;
    border: 0;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 500;
    height: 100%;
    outline: none;
    border-radius: 5px;
    display: table;
    margin: 0;
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.item-media .bg-img{
    height: 200px;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}
.item-media a {
    color: #00A0A6;
    font-weight: bold;
}
.part-sidebar-media{
    padding-top: 35px;
    padding-bottom: 5px;
}
.part-sidebar-media p{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
    color: #6F7271;
}
.part-sidebar-media a{
    color: #00a0a6;
    margin-bottom: 10px;
}
img.alignright {
    float: right; margin: 0 0 1em 1em;
}
img.alignleft {
    float: left; margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block; margin-left: auto; margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block; margin-left: auto; margin-right: auto;
}
.item-ecpa-special .titulo{
    font-size: 48px !important;
    font-weight: 600;
    padding-bottom: 5px;
}
.item-ecpa-special .date{
    font-size: 24px;
    font-weight: 400;
}
@media (max-width: 1125px){
    .item-ecpa-special .titulo{
        font-size: 38px !important;
    }
}
@media (max-width: 850px){
    .item-ecpa-special .titulo{
        font-size: 46px !important;
    }
}
@media (max-width: 650px){
    .home-noticias .columna-3 .margin-espace{
        margin-top: 0;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
