/*  
Theme Name: Aspen
Author: Shai
*/


            /*  CSS RESET  */
                  /**/
                  /**/
                  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration:none;
    color: #3c3c3b;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
    outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    position: relative;
    display: block;
    height: 100%;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::selection {
    background-color: #817450;
    color: #FFF;
}

::-moz-selection {
    background-color: #817450;
    color: #FFF;
}

                                        /* Tipografia */

@font-face {
    font-family: 'DINPro Light';
    src: url('assets/fonts/DINPro-Light/DINPro-Light.eot');
    src: url('assets/fonts/DINPro-Light/DINPro-Light.eot?#iefix') format('embedded-opentype'), 
    url('assets/fonts/DINPro-Light/DINPro-Light.woff') format('woff'), 
    url('assets/fonts/DINPro-Light/DINPro-Light.ttf') format('truetype'), 
    url('assets/fonts/DINPro-Light/DINPro-Light.svg#calendasplus') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}



                                        /* Estructura */
                                        
html, body {
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #f3f5f6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

body {
    /*padding-bottom: 50px;*/
    min-height: 100%;
    height: auto;
    /*min-width: 900px;*/
    color: #fff;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-size: 12px;
}

b {
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif; font-weight:700;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 80%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }
p { line-height: 130%; }


                                            /* NAVEGACIÓN-TOGGLE */
                                    
                                    
#navbar-toggle {
    width: 37px;
    height: 36px;
    padding: 0px;
    border: none;
    background: none;
    transition: all 0.035s linear;
    clear: both;
    cursor: pointer;
    position: absolute;
    right:10%;
    top: 75px;
    outline: none;
    display: none;
    z-index: 4;
}

#navbar-toggle .icon-bar,
#navbar-toggle-submenu .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color:#0a5280;
    border-radius: 1px;
    transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar,
#navbar-toggle-submenu .icon-bar + .icon-bar {
    margin-top: 5px;
}

.hamburger-bun,
.hamburger-patty {
    position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
    top: 8px;
}

.navbar-toggle-active .hamburger-patty {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.navbar-toggle-active .bun-btm {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0,0,0,0);
    overflow: hidden;
}

.contenedor-general {
    width: 100%;
    height: 100%;
    min-height: 90vh;
    display: block;
    margin: 50px auto 0 auto;
    position: relative;
}

.nosotros-grid span p, .nosotros-grid2 span p {
    color: #949494;
    font-size: 13px;
}

.mec-single-title {
    width: 80%;
    font-size: 20px !important;
    margin-bottom: 60px !important;
    margin: 0 auto;
}

.shbx-integrante {
    width: 80%;
    height: auto;
    max-height: 60vh;
    padding: 50px;
    position: fixed;
    background-color: #fff;
    top: 20vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    border: 10px solid #005280;
    z-index: 3;
    overflow: auto;
    box-shadow: 0px 0px 10px #0000008c;
    display: none;
}

.shbx-integrante p {
    line-height: 150%;
    font-size: 15px !important;
    text-align: left !important;
    margin-bottom: 20px;
    color: #666666 !important;
}

.close {
    color: #a11b1f;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.close-popup {
    color: #095180;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}

.video-interno {
    margin: 30px auto;
    text-align: center;
    display: block;
}

.txt-sliderh {
    margin: 40px 5%;
    width: 28%;
    display: inline-block;
    color: #000;
    vertical-align: top;
}

.img-sliderh {
    width: 62%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    vertical-align: top;
    float: right;
}

.seccion-gral {width:85%;display:block;margin: 60px auto;}

.seccion-box {
    width: 31%;
    margin: 0 1% 80px 1%;
    display: inline-block;
    vertical-align: top;
}

ul#slider-home ul.slick-dots {
    display: block !important;
    width: 62%;
    height: 40px;
    position: absolute;
    bottom: -10px;
    text-align: center;
    right: 0;
}

ul#slider-home ul.slick-dots li {
    display: inline;
    margin: 0 5px;
    text-align: center;
}

ul#slider-home ul.slick-dots li button {
    width: 10px;
    height: 14px;
    border-radius: 100%;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000085;
}

.cat1, .mod1, .marcador.mark-8 { background-color: #0025a0 !important;}
.cat2, .mod2, .marcador.mark-9 { background-color: #418d5a !important;}
.cat3, .mod3, .marcador.mark-10 { background-color: #773180 !important;}
.cat4, .mod4, .marcador.mark-11 { background-color: #F1C032 !important;}
.cat5, .mod5, .marcador.mark-16 { background-color: #e8501b !important;}
.cat6, .mod6, .marcador.mark-17 { background-color: #00bac4 !important;}


.img-seccion {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.seccion-box h2 {
    font-size: 1.7em;
    margin: 10px auto;
    min-height: 90px;
}

.seccion-box .marcador {
    width: 100%;
    height: 10px;
}

.columna {
    width: 100%;
    height: auto;
    display: flex;
}

.column-st {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    vertical-align: top;
}

.column-st a.btn-mas {
    width: 140px;
    margin: auto;
    font-size: 12px;
}
.small{font-size:9.5px;}
.ideas-st {
    width: 50%;
    background-color: #f1f1f1;
    padding: 10px 30px 30px 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.ideas-st h2 {
    text-align: center;
}

.ideas-st h3 {
    font-size: 1.5vw;
}

.ideas-st p {
    color: #333333;
    font-size: 1.3vw;
}

.ideas-st a {
    color: #005280 !important;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
}

.ideas-st .btn-white {
    background-color: #005280 !important;
    color: #fff !important;
    width: 160px;
    margin: 40px auto 0 auto;
    padding: 5px 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.columna a{color:#fff;}

.categorias {
    font-size: 1.7vw;
    font-weight: 700;
    text-align: center;
    background-color: #0125a0;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modulos {display: flex;}

.modulo {
    width: 17%;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    padding: 140px 1% 30px 1%;
    background-position: 50% 30px;
    background-size: 6vw;
    background-repeat: no-repeat;
    font-weight: 700;
    font-size: 1.4em;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.pleca-m {
    width: 19%;
    display: inline-flex;
    height: 20px;
}

.pleca-m.mod1 {background-color: #0025a0;background-image: none;cursor: pointer;}
.pleca-m.mod2 {background-color: #418d5a;background-image: none;cursor: pointer;}
.pleca-m.mod3 {background-color: #793180;background-image: none;cursor: pointer;}
.pleca-m.mod4 {background-color: #f3c032;background-image: none;cursor: pointer;}
.pleca-m.mod5 {background-color: #418d5a;background-image: none;cursor: pointer;}

.modulo.mod1 {
    background-color: #0025a0;
    background-image: url(assets/img/icono-6.png);
}

.modulo.mod2 {
    background-color: #418d5a;
    background-image: url(assets/img/icono-2.png);
}

.modulo.mod3 {
    background-color: #793180;
    background-image: url(assets/img/icono-4.png);
}

.modulo.mod4 {
    background-color: #f3c032;
    background-image: url(assets/img/icono-1.png);
}

.modulo.mod5 {
    background-color: #e8501b;
    background-image: url(assets/img/icono-5.png);
}

.modulo.mod6 {
    background-color: #00bac4;
    background-image: url(assets/img/icono-3.png);
}



.btn-mas {
    background: #0a5280;
    color: #fff;
    padding: 10px 30px;
    border-radius: 7px;
    display: block;
    width: 70px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.btn-doc {
    position: absolute;
    bottom: 10px;
    background: #0a5280;
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
}

.twitter-social-btn-bottom {
    margin: 30px 0 0 5% !important;
}

h1 {
    font-size: 35px;
    color: #0a5280;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    padding: 30px 0;
}

h2.subtitle {
    color: #666666;
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-weight: 500;
}

h3 {
    font-weight: 700;
    font-size: 1.8em;
    color: #0a5280;
    line-height: 110%;
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
}

.nos-gral p, .grid-nos p {
    font-size: 16px;
    color: #0a5280;
    text-align: center;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
}

.nos-gral p span, .grid-nos p span {
    font-size: 14px;
    color: #666;
    text-align: center;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
}

.nos-gral.descargas p, .nos-gral.descargas h2, .nos-gral.descargas h3 {text-align: left;}
.nos-gral.descargas h3 {margin:30px 0 0 0;}
.nos-gral.descargas p {margin: 0;font-size: 16px;}
.nos-gral.descargas p a {font-size: 13px;cursor: pointer;color:#969696;}
.nos-gral.descargas p a:hover {opacity:.5;}

.img-single {
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    margin: 30px auto;
}

.contenido p { margin-left: 10%;}
.contenido p {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
}

.events-blog p.tit-sub {
    border: none;
    text-align: left;
}

.events-blog .event-box {
    display: block;
}

.events-blog p {
    color: #666;
    margin: 5px 0 0 0;
}

.events-blog .event-box {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

.events-blog h2 {
    color: #0a5280 !important;
    font-weight: 400;
    margin: 0 !important;
}



.col6 {
    width: 66%;
    padding: 50px 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.col4 {
    width: 33%;
    padding: 0 5% 0 3%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-left: 2px solid #0025a0;
    margin-top: 50px;
}

.col6 iframe {
    width: 80%;
    margin: 30px auto 10px auto;
    text-align: center;
    display: block;
}

figcaption {
    color: #888888;
    margin: 0 auto 30px auto;
    width: 80%;
}

.wp-block-file {margin: 22px auto 70px auto;}

.wp-block-gallery {
    width: 80%;
    margin: 30px auto;
}

.pub-box {
    width: 100%;
    margin: 0 0 30px 0;
    padding-left: 5%;
    box-sizing: border-box;
    display: block;
}

.marcador {
    width: 10px;
    height: 250px;
    background-color: #793180;
    display: inline-flex;
    vertical-align: middle;
}

.img-pub {
    width: 60%;
    display: inline-flex;
    height: 250px;
    margin-left: 1%;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

.pub-box h2 {
    box-sizing: border-box;
    width: 36%;
    display: inline-flex;
    vertical-align: top;
    font-size: 1.7vw;
    color: #333333;
    margin: 0;
    padding: 0 0 0 10px;
    line-height: 150%;
}

p.tit-sub {
    color: #666666;
    text-align: center;
    border-bottom: 2px solid #0a5280;
    font-size: 1.7vw;
    font-weight: 700;
    padding-bottom: 5px;
}

.marcador-event {
    width: 2vw;
    height: 2vw;
    background-color: rebeccapurple;
    display: inline-flex;
}

.event-box {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.event-box h2 {
    font-size: 14px;
    color: #793180;
    margin: 0 0 0 10px;
    line-height: 100%;
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

.evento-box {
    width: 100%;
    margin-bottom: 30px;
}

p.date-event {
    position: absolute;
    left: 18%;
    margin-top: 0;
    color: #666666;
    font-size: 12px;
}

.video {
    background-image: url(assets/img/video.png);
    width: 100%;
    height: 13vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 50px 0;
}

.search-bx {
	 display: inline-block;
	 width: 200px;
	 float: right;
	 padding-right: 290px;
}

.gray-block {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 50px 5%;
    box-sizing: border-box;
    color: #000;
}

/* .gray-block a {
    width: 30%;
    display: inline-flex;
    height: 350px;
    margin: 0 2%;
    background-color: #fff;
    border-radius: 15px;
    background-size: 80%;
    position: relative;
} */

.tercio {
    width: 80% !important;
    height: 80% !important;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

.playbook {
    background-image: url(assets/img/playbook.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    top: -30px !important;
}

.feed {
    width: 30%;
    display: inline-block;
    height: 450px;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 15px;
    background-size: 80%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}


.insta-feed {
    background-image: url(assets/img/insta.png);
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

.suscribe-block {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
}

.suscribe {
    background-color: #0a5280;
    padding: 50px 5%;
    text-align: center;
    font-size: 2.5vw;
}

.contact {
    background-color:#8a8a8a;
    padding: 50px 5%;
    width: 50%;
    box-sizing: border-box;
}

.btn-white {
    padding: 10px 20px;
    border-radius: 8px;
    outline: none;
    color: #0a5280 !important;
    cursor: pointer;
    border: none;
    font-size: 12px;
    background-color: #fff;
    font-weight: normal;
}

.contact p span {
    font-family: 'Noto Sans', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-size: 14px;
}

.gradient {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0.2091211484593838) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
}

input {
    color: #666;
    padding: 5px;
    border: none;
}

.img-nosotros {
    width: 20%;
    height: 20vw;
    background-position: center;
    background-size: cover;
    margin:0 auto 10px auto;
}

.grid-nos {
    width: 100%;
    padding: 30px 5%;
    box-sizing: border-box;
}

.nosotros-grid {
    width: 20%;
    height: auto !important;
    margin: 0 2% 20px 2%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.nosotros-grid2 {
    width: 20%;
    height: auto !important;
    margin: 0 2% 30px 2%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.img-grid {
    width: 25%;
    height: 20vw;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    vertical-align: top;
}

.nosotros-grid:first-child {width: 100% !important;margin-bottom:50px;}
.nosotros-grid2:first-child {width: 100% !important;margin-bottom:50px;}
.int-centrado {width: 100% !important;margin-bottom:50px;}
.nosotros-grid.honor:first-child {width: 45% !important;margin-bottom:50px;}s
.nosotros-grid.honor {width: 45% !important;margin-bottom:20px;}

.integ-txt {
    display: inline-block;
    width: 70%;
    margin-left: 3%;
    vertical-align: top;
}
.nos-gral {
    margin: 0 7%;
    padding-bottom: 20px;
}




            /*      H E A D E R     */
header {
    width: 100%;
    height: auto;
}

.logo-header {
    display: inline-block;
    position: relative;
    top: 25px;
    left: 0;
    right: 0;
    width: 15%;
    height: 80px;
    background-image: url(http://aspeninstitutemexico.org/wp-content/uploads/2021/04/aspen-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin: 0 0 0 5%;
    vertical-align: middle;
}

ul#menu-aspen {
    display: inline-block;
    position: relative;
    top: 55px;
    width: 60%;
    height: auto;
    padding: 0 0 30px 0;
    box-sizing: border-box;
    z-index: 3;
    text-align: right;
    vertical-align: middle;
}

ul#menu-aspen li {
    margin: 0;
    display: inline-block;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    padding: 10px 0 10px 1.2vw;
    text-align: right;
    font-weight: 500;
}

ul#menu-aspen li a {
    font-size: 0.8vw;
    color: #666666;
    text-align: right;
}

ul#menu-aspen li.activo {background-color: #fff;color:#0a5280;}
ul#menu-aspen li:hover {background-color: #fff;color:#0a5280;}
ul#menu-aspen li a:hover {color:#0a5280;}

.half {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}


.barra-azul {
    background-color: #0a5280;
    padding: 20px 5%;
    box-sizing: border-box;
}

header .socialm {margin: 0 auto;}

header p {
    font-family: 'Noto Sans', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-size: 17px;
    position: absolute;
    right: 300px;
    top: 25px;
}



            /*      H O M E     */

ul#slider-home {
    position: relative !important;
    width: 60%;
    height: 450px;
    margin-top: 60px;
    top: 0;
    padding: 0 5% !important;
    box-sizing: border-box;
}

ul#slider-home li {
    box-sizing: border-box;
    background: rgba(148,148,148,0.4);
    background: -moz-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,148,148,0.4)), color-stop(24%, rgba(255,255,255,0.4)), color-stop(74%, rgba(255,255,255,0.4)), color-stop(100%, rgba(148,148,148,0.4)));
    background: -webkit-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -o-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: linear-gradient(to bottom, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#949494', GradientType=0 );
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
}

.nos-gral h2 {
    text-align: center;
}

.pleca-m {
    width: 20%;
    display: inline-flex;
    height: 20px;
}

p.text-gral, .text-gral p {
    color: #000;
    line-height: 170%;
    font-size: 1.3em;
    width: 80%;
    margin: 0 auto 15px auto;
    text-align: left;
}

.nos-gral p {
    color: #0a5280;
    line-height: 170%;
    font-size: 1.3em;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align:center;
}

.nos-gral.asoc p, .nos-gral.asc p a {
    color:#095180 !important;
    font-size: 13px !important;
}

.nos-gral img {
    text-align: center;
    margin: 30px auto;
    position: relative;
    display: block;
}

.nos-exc {
    color: #000;
    line-height: 170%;
    font-size: 1.5em;
    width: 40%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.tres-c {
    display: block;
    color: #000;
    font-size: 1em;
    line-height: 170%;
    margin: 30px;
    box-sizing: border-box;
    vertical-align: top;
}

.tres-c p {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin: 0 2% 60px 2%;
}

.sub-menu {
    display: none;
    position: absolute;
    right: 40%;
    background-color: #fff;
    padding: 20px;
}

#menu-item-155 .sub-menu {right:38%;}
#menu-item-527 .sub-menu {right:22.5%;}
#menu-item-915 .sub-menu {right:15%;}
.sub-menu li {display: block !important;}

.pleca {
    width: 100%;
    padding: 20px 0;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.pleca img {
    height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}

.cont-menu-pleca {
    width: 100%;
    height: 20px;
    display: flex;
    margin-bottom: 30px;
}


h2 {
    font-weight: 700;
    font-size: 2vw;
    color: #0a5280;
    line-height: 110%;
    margin: 0 0 10px 0;
}

.txt-sliderh p span {
    color: #666;
    font-size: 1.5vw;
}

.txt-sliderh p  {
    color: #666;
    font-size: 1.1vw;
    line-height: 150%;
    margin: 0 0 10px 0;
}

div#slider-doc {
    position: relative !important;
    vertical-align: top;
    margin-top: -60px;
    display: inline-block !important;
}

#slider-doc button.slick-prev.slick-arrow, #slider-bol button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left:2%;
    background-image: url(assets/img/arrow_prev-gris.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 2;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: .4;
}

#slider-doc button.slick-next.slick-arrow, #slider-bol button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right:2%;
    background-image: url(assets/img/arrow_next-gris.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    z-index: 2;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: .4;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10vh;
    box-sizing: border-box;
    z-index: 5;
    overflow: hidden;
}

.img-pop-up {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.country-selector {
    position: absolute;
    left: 220px;
    top: -25px;
    font-size: 14px;
    height: auto;
    display: none !important;
}

            /*      F O O T E R     */

footer {
    width: 100%;
    height: auto;
    padding: 30px 10%;
    box-sizing: border-box;
    background: rgba(148,148,148,0.4);
    background: -moz-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148,148,148,0.4)), color-stop(24%, rgba(255,255,255,0.4)), color-stop(74%, rgba(255,255,255,0.4)), color-stop(100%, rgba(148,148,148,0.4)));
    background: -webkit-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -o-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    background: linear-gradient(to bottom, rgba(148,148,148,0.4) 0%, rgba(255,255,255,0.4) 24%, rgba(255,255,255,0.4) 74%, rgba(148,148,148,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#949494', GradientType=0 );
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #808080;
    text-align: center;
    line-height: 130%;
}

footer a {color: #808080;}

.logo-footer {
    background-image: url(http://aspeninstitutemexico.org/wp-content/uploads/2021/04/aspen-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
    min-width: 200px;
    height: 70px;
    display: block;
    position: relative;
    margin: 0 auto 20px auto;
}

footer h2 {
    color: #005280;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 30px 0;
}

.columnc-2 {
    column-count: 2;
    text-align: left;
}

.columnc-3 {
    column-count: 3;
    text-align: left;
}

footer li {
    margin: 0 0 10px 0;
}

.socialm {
    width: 100%;
    margin: 30px auto 0 auto;
    display: block;
}

.socialm a {
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

a.menu-grap {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    margin-left: 2%;
    top: 40px;
    position: relative;
}

a.menu-grap.ande {
    width: 8% !important;
    margin: 0 0 0 1% !important;
}

a.menu-grap img {
    width: 100%;
}

.fts-jal-fb-header h1 {
    display: none !important;
}
.youtube {background-image: url(assets/img/youtube.png);}
.linkedin {background-image: url(assets/img/linkedin.png);}
.twitter {background-image: url(assets/img/twitter.png);}
.instagram {background-image: url(http://aspeninstitutemexico.org/wp-content/themes/aspen/assets/img/instagram.png);}
.facebook {background-image: url(assets/img/facebook.png);}
.tiktok {background-image: url(assets/img/tiktok.png);}

.barra-azul .instagram {
    width: 20px;
    height: 25px;
}

.mec-calendar .mec-event-article .mec-event-image img {
    width: 100%;
    height: auto;
}

.mec-events-event-image img {
    width: 100%;
    height: auto;
}

#main-content {
    margin: 50px auto;
}

h4.mec-event-title {
    font-size: 12px !important;
}

.mec-event-detail {
    font-size: 12px !important;
    margin: 15px 0 0 0;
}

a.mec-detail-button {
    padding: 5px 10px !important;
}

aside.country-selector.weglot-inline.weglot-default {
    position: absolute;
    width: 150px;
    height: 18px;
    top: 23px;
    left: 280px;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto', Arial Narrow, Helvetica Neue, Impact, sans-serif;
}

.country-selector a {
    color: #fff !important;
    opacity: .3;
    font-weight: 700 !important;
}

.wp-block-file {color: #000;margin-left: 10% !important;margin-bottom: 20px !important;font-size: 16px !important;}
a.wp-block-file__button {margin: 10px 0 40px 0 !important; display: block; width: auto; max-width: 150px; text-align: center;}
figure.wp-block-gallery.columns-3 {margin-left: 10% !important; margin-bottom: 20px !important; font-size: 16px !important;}

div#slider-bol {
    position: relative !important;
    vertical-align: top;
    margin-top: -60px;
    display: inline-block !important;
}