body {
    margin: 0;
    padding: 0;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(154, 158, 157, 0.4); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(154, 158, 157, 0.4); 
}
header.header-fixed {
    position: fixed;
    background: #FFF;
    color: #4c4c4b;
    box-shadow: 2px 0 2px rgba(0,0,0,0.4);
    height: 70px;
    z-index: 9;
    top: 0;
    padding: 0;
}
header.header-fixed a {
	color: #4c4c4b;
	text-decoration: none;
}
header.header-fixed .logo img {
    width: 80%;
    margin-top: 2px;
}
header.header-fixed .logo-premios {
    width: 20%;
    padding-left: 5%;
    padding-top: 0.7%;
}
header.header-fixed .logo-premios img {
    width: 57%;
}
header.header-fixed .fb-sm {
    width: 27px;
    height: 27px;
    background-image: url(../img/social_media_sprite.png);
    background-position: 0px -34px;
    background-repeat: no-repeat;
    margin: 0 5px;
    margin-top: -5px;
    cursor: pointer;
}
header.header-fixed .tw-sm {
    width: 27px;
    height: 27px;
    background-image: url(../img/social_media_sprite.png);
    background-position: -35px -35px;
    background-repeat: no-repeat;
    margin: 0 5px;
    margin-top: -5px;
    cursor: pointer;
}
header.header-fixed .yt-sm {
    width: 27px;
    height: 27px;
    background-image: url(../img/social_media_sprite.png);
    background-position: -71px -35px;
    background-repeat: no-repeat;
    margin: 0 5px;
    margin-top: -5px;
    cursor: pointer;
}
header.header-fixed .inst-sm {
    width: 27px;
    height: 27px;
    background-image: url(../img/social_media_sprite.png);
    background-position: -106px -35px;
    background-repeat: no-repeat;
    margin: 0 5px;
    margin-top: -5px;
    cursor: pointer;
}
header.header-fixed .organizadores-header {
    background-color: rgba(0,0,0,0.04);
    padding: 6px 10px;
    color: #4c4c4b;
    height: 36px;
    margin-top: 1.1%;
    opacity: 1;
    width: 23%;
}
header.header-fixed .organizadores-header span {
    vertical-align: top;
}
header.header-fixed .organizadores-header img {
    width: 25%;
    margin: 0 2%;
    vertical-align: top;
}
header.header-fixed .organizadores-header img:nth-child(2) {
    width: 40%;
    margin: 0 2%;
    vertical-align: top;
}
header.header-fixed .opcion-menu-desk {
    width: 16%;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 3.5%;
}
header.header-fixed .opcion-menu-desk:nth-child(1) {
    width: 25%;
}
header.header-fixed .social-media {
    display: flex;
    width: 100%;
    padding-top: 3.5%;
}
header.header-fixed .separador {
    padding-top: 3.5%;
    text-align: center;
    width: auto;
    margin-right: 14px;
}
header.header-fixed .opciones-menu-dsk {
    display: flex;
    width: 62%;
    font-size: 19px;
    margin-left: 7%;
    justify-content: flex-end;
}
/********/
header {
    display: flex;
    position: absolute;
    width: 100%;
    height: 80px;
    font-family: 'Open Sans';
    color: #4c4c4c;
    text-transform: uppercase;
    padding: 10px 0;
    z-index: 9;
    top: 0;
}

.opcion-desktop.active a {
    color: #e42032!important;
}
header a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: bold;
}

.logo {
    margin-left: 73px;
    display: block;
}

.menu-desktop {
    display: flex;
    width: 72%;
    justify-content: flex-end;
}
.opcion-desktop {
    margin-top: 2.5%;
}
.opcion-desktop.opc-short {
    width: 15%;
    text-align: center;
}
.menu-mobile {
    display: none;
}
.navigation.menu {
    display: none;
}
.logo-mobile {
    display: none;
}
section {
    width: 100%;
    height: auto;
}
.slick-slide {
    display: none;
    float: left;
    height: 100vh;
    min-height: 100vh;
    top: 100px!important;
}
.slick-arrow {
    position: absolute;
    top: 52%;
    z-index: 1;
}
.arrowNext.slick-arrow {
    right: 5%;
}
.arrowPrev.slick-arrow {
    left: 5%;
}
.slick-dots {
    position: absolute;
    bottom: 3%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}
li.slick-active {
    background: #FFF;
}
.text-slide {
    position: relative;
    color: red;
    z-index: 2;
    bottom: 65%;
    color: #FFF;
    text-align: center;
}
.txt-1 {
    font-family: 'Roboto';
    font-size: 24px;
    margin: 0;
}
.txt-2 {
    font-family: 'Roboto';
    font-size: 63px;
    margin: 0;
    font-weight: bold;
}
.conoce-mas {
    width: 330px;
    height: 60px;
    background: #e53f51;
    margin: 0 auto;
    margin-top: 1%;
    line-height: 57px;
}
.conoce-mas a {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 21px;
}
section#directorio {
    height: 100vh;
}
.mision,
.vision,
.alcance,
.valores {
    width: 44%;
    text-align: center;
    float: left;
    height: 490px;
    margin: 0 3%;
    margin-bottom: 3%;
}
.mision p,
.vision p,
.alcance p,
.valores p{
    text-align: justify!important;
    color: #363636;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 1.1px;
}
.mision img, 
.vision img, 
.alcance img, 
.valores img {
    width: 100%;
}
.grid-nosotros {
    width: 90%;
    margin: 0 5%;
    height: auto;
    text-align: center;
}
.grid-nosotros h3 {
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    color: #363636;
    font-size: 19px;
}
#nosotros h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #32333a;
    padding-top: 95px;
}
.nst-parrafo {
    text-align: center;
    color: #363636;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 1.1px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 3%;
}
section#nosotros {
    height: 180vh;
}
section#socios {
    color: #f8f8f8;
    height: 100vh;
    width: 100%;
}
.socios-content {
    background-color: rgba(245, 245, 245, 0.5);
    height: 80vh;
    position: absolute;
    margin-top: 10%;
    width: 100%;
}
#socios .h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #32333a;
    padding-top: 0px;
    text-transform: uppercase;
}
.grid-logos {
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-top: 6%;
}
.grid-logos-top {
    display: flex;
    margin-bottom: 15px;
}
.grid-logos-down {
    display: flex;
}
.logos-socios {
    width: 15%;
    margin: 0 auto;
    text-align: center;
}
.logos-socios img {
    width: 100%;
}
#directorio h2 {
    text-align: center;
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #32333a;
    padding-top: 90px;
    text-transform: uppercase;
}
.grid-junta {
    display: block;
}
.grid-junta-top {
    display: flex;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
.grid-junta-top .miembro-junta {
    width: 23%;
    margin: 0 7px;
}
.grid-junta-down {
    display: flex;
    width: 60%;
    margin: 2% auto;
    text-align: center;
    justify-content: center;
}
.grid-junta-down .miembro-junta {
    width: 32%;
}
.nombre-miembro {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 19px;
    color: #32333a;
    margin-bottom: 0;
    margin-top: 10px;
}
.cargo-junta {
    color: #32333a;
    font-family: 'Open Sans';
    margin: 0;
    font-size: 14px;
}
.miembro-junta img {
    width: 150px;
    height: 150px;
}
footer {
    height: 34px;
    background-color: #32333a;
    font-family: 'Roboto';
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
}
.copyright {
    line-height: 34px;
    margin-left: 4%;
    width: 46%;
}
.contacto {
    line-height: 34px;
    width: 46%;
    text-align: right;
    margin-right: 4%;
}
.logos-socios:hover img {
    transform: scale(1.3);
}
.ES {
    color: #e42032!important;
}
.lenguaje-mobile {
    display: none;
}
div#video {
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    z-index: 9;
    top: 0;
    width: 100%;
    height: 100vh;
}
.video-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}
.close-video {
    position: relative;
    top: 24%;
    width: 76%;
    text-align: right;
    color: #FFF;
    font-size: 30px;
    cursor: pointer;
}
.solo-desktop {
    display: block;
}
.solo-movil {
    display: none;
}
div#comunicado {
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    z-index: 9;
    top: 0;
    width: 100%;
    height: 100vh;
}

div#comunicado .comunicado-content {
    width: 35%;
    transform: translate(-50%, -50%);
    position: relative;
    left: 50%;
    top: 50%;
    color: #FFF;
    max-width: 500px;
}

div#comunicado .cuerpo-comunicado {
    /*background: #FFF;
    color: #000;
    padding: 40px;
    border-radius: 10px;*/
    text-align: center;
    position: relative;
}
div#comunicado .cuerpo-comunicado img {
    width: 90%;
    border-radius: 10px;
}

div#comunicado .cuerpo-comunicado h2 {
    font-family: 'Roboto';
    font-size: 24px;
    margin: 0;
}

div#comunicado .cuerpo-comunicado p {
    font-family: 'Roboto';
    font-size: 28px;
    font-weight: bold;
    width: 80%;
    margin: 10px auto;
    margin-bottom: 30px;
}
div#comunicado .cuerpo-comunicado a {
    width: auto;
    background: #e53f51;
    margin: 0 auto;
    color: #FFF;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%);
}
div#comunicado .comunicado-content .close-comunicado {
    margin-bottom: 10px;
    font-size: 30px;
    position: relative;
    width: 30px;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    height: 30px;
    border-radius: 100%;
}
@media screen and (max-width: 768px) {
    div#comunicado .comunicado-content {
        width: 95%;
    }
    div#comunicado .cuerpo-comunicado img {
        width: 95%;
        border-radius: 10px;
        padding-bottom: 20px;
        background: #FFF;
    }
    div#comunicado .cuerpo-comunicado a {
        font-size: 13px;
        bottom: 5%;
    }
    div#comunicado .cuerpo-comunicado p {
        font-size: 25px;
        width: 100%;
    }
    div#comunicado .cuerpo-comunicado h2 {
        font-size: 21px;
    }
    .solo-desktop {
        display: none;
    }
    .solo-movil {
        display: block;
    }
    .video-content iframe {
        width: 90%;
    }
    .close-video {
        width: 96%;
    }
    .mg-left-mv {
        margin-left: 50%;
    }
    .opcion-mobile.active a {
        color: #e42032!important;
    }
    .grid-logos-top,
    .grid-logos-down {
        display: grid;
        grid-gap: 4px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .logos-socios {
        width: 80px;
        margin: 0 auto;
        text-align: center;
    }
    .logos-socios img {
        vertical-align: middle;
    }
    section#directorio {
        height: 160vh;
    }
    #socios h2 {
        text-align: center;
        font-size: 25px;
        padding-top: 0px;
    }
    section#socios {
        color: rgba(245, 245, 245, 1);
        height: 70vh;
        width: 100%;
        padding-bottom: 10px;
    }
    .socios-content {
        width: 100%;
        background-color: rgba(245, 245, 245, 1);
        margin-top: 5%;
        padding-bottom: 0;
        padding-top: 60px;
        height: 70vh;
    }
    .grid-logos {
        display: block;
        width: 95%;
        margin: 0 auto;
        margin-top: 12%;
    }
    #directorio h2 {
        text-align: center;
        font-size: 25px;
    }
    .grid-junta {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .grid-junta-top {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .grid-junta-top .miembro-junta {
        width: 50%;
        margin: 0 auto;
        float: left;
        margin-bottom: 15px;
    }
    .grid-junta-down .miembro-junta {
        width: 50%;
        margin: 0 auto;
        float: left;
        margin-bottom: 15px;
    }
    .grid-junta-down {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .grid-junta-down .miembro-junta:last-child {
        width: 100%;
    }
    .miembro-junta img {
        width: 120px;
        height: 120PX;
    }
    .nombre-miembro {
        font-size: 15px;
        margin-bottom: 0;
    }
    .cargo-junta {
        font-size: 12px;
    }
    section#nosotros {
        height: 210vh;
    }
    #nosotros h2 {
        text-align: center;
        font-size: 25px;
        padding-top: 65px;
    }
    .nst-parrafo {
        font-size: 12px;
        width: 90%;
        text-align: justify;
        letter-spacing: 0;
        margin-bottom: 10%;
    }
    .mision, .vision, .alcance, .valores {
        width: 100%;
        text-align: center;
        float: none;
        height: auto;
        margin: 0;
        margin-bottom: 10%;
    }
    .mision p, .vision p, .alcance p, .valores p {
        text-align: justify!important;
        color: #363636;
        font-family: 'Open Sans';
        font-size: 12px;
        letter-spacing: 0;
    }
    .slick-slide {
        top: 51px!important;
    }
    .txt-1 {
        font-size: 13px;
    }
    .txt-2 {
        font-size: 40px;
    }
    .conoce-mas {
        width: 235px;
        height: 42px;
        background: #e53f51;
        margin: 0 auto;
        margin-top: 4%;
        line-height: 42px;
    }
    .conoce-mas a {
        font-size: 15px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    header {
        height: 40px;
        padding: 5px 0;
    }
    .logo-mobile {
        display: block;
        width: 45%;
        margin-left: 4%;
    }
    .logo-mobile img {
        width: 75%;
        margin-top: -1px;
    }
    span.lang {
        font-size: 15px;
    }
    .ES {
        color: #fff!important;
        border-bottom: 2px solid;
    }
    .logo {
        display: none;
    }
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        z-index: 9;
    }
    .lenguaje-mobile {
        width: 35%;
        position: absolute;
        z-index: 8;
        top: 70px;
        left: 5%;
        display: flex;
    }
    .lenguaje-mobile a {
        font-family: 'Roboto';
        color: #FFF;
        text-decoration: none;
    }
    .lenguaje-mobile span {
        font-family: 'Roboto';
        color: #FFF;
        text-decoration: none;
    }
    .navigation.menu {
        display: block;
    }
    .menu-mobile .control {
        position: relative;
        height: 30px;
        width: 30px;
        right: 0;
        left: 39%;
        top: 22%;
        float: left;
    }
    .organizadores-header {
        height: 50px;
        opacity: 0;
        width: 50%;
    }
    .menu-mobile .control .icon {
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .menu-mobile .control .icon span, 
    .menu-mobile .control .icon span:before, 
    .menu-mobile .control .icon span:after {
        cursor: pointer;
        border-radius: 6px;
        height: 3px;
        width: 23px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }
    .menu-mobile .control .icon span {
        margin-top: 35%;
        margin-left: 15%;
    }
    .menu-mobile .control .icon span:before {
        top: -6px;
    }
    .menu-mobile .control .icon span:after {
        bottom: -6px;
    }
    .menu-mobile .control .icon.active span {
        background-color: transparent;
        -webkit-transform: rotate(180deg) scale(1.2);
        -moz-transform: rotate(180deg) scale(1.2);
        -o-transform: rotate(180deg) scale(1.2);
        -ms-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2);
        margin-top: 50%;
    }
    .menu-mobile .control .icon.active span:before {
        -webkit-transform: rotate(135deg) scale(1.2);
        -moz-transform: rotate(135deg) scale(1.2);
        -o-transform: rotate(135deg) scale(1.2);
        -ms-transform: rotate(135deg) scale(1.2);
        transform: rotate(135deg) scale(1.2);
    }

    .menu-mobile .control .icon.active span:before, 
    .menu-mobile .control .icon.active span:after {
        top: 6px;
        background: #000;
        width: 17px;
        margin-left: 3px;
        height: 2px;
    }
    .menu-mobile .control .icon.active span:after {
        -webkit-transform: rotate(-135deg) scale(1.2);
        -moz-transform: rotate(-135deg) scale(1.2);
        -o-transform: rotate(-135deg) scale(1.2);
        -ms-transform: rotate(-135deg) scale(1.2);
        transform: rotate(-135deg) scale(1.2);
    }


    .menu .lista {
        position: absolute;
        width: 430px;
        -webkit-transform: scale(0) !important;
        -moz-transform: scale(0) !important;
        -o-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        transform: scale(0) !important;
        opacity: 0 !important;
    }
    .menu .lista.menu-abrir {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
        -ms-filter: none !important;
        filter: none !important;
        position: absolute;
        display: block;
        width: 100%;
        height: 100vh;
        z-index: 1;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
    }
    .menu .lista .contiene-lista {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: auto;
        background: #FFF;
        width: 100%;
        position: absolute;
        padding-top: 50px;
        color: #32333a;
        font-family: 'Open Sans';
    }
    .menu .lista .contiene-lista .nav-lista li {
        display: block;
        text-transform: uppercase;
        vertical-align: middle;
        text-align: center;
    }
    .menu .lista .contiene-lista .nav-lista a {
        color: #4c4c4c;
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
    }
    .opcion-mobile {
        padding: 10px 0;
    }
    nav.nav-lista {
        width: 100%;
        padding: 15px 0;
    }
    header.header-fixed {
        height: 50px;
    }
    header.header-fixed .menu-mobile {
        display: flex;
        width: 100%;
        z-index: 9;
    }
    header.header-fixed .logo-mobile img {
        width: 75%;
        margin-top: 3px;
    }
    header.header-fixed .menu-mobile .control {
        position: relative;
        height: 30px;
        width: 30px;
        right: 0;
        left: 45%;
        top: 10%;
        float: left;
    }
    header.header-fixed .opcion-desktop {
        margin-top: 3.5%;
    }
    header.header-fixed .logo-premios {
        width: 26%;
        padding-left: 2.5%;
        padding-top: 2.2%;
    }
    header.header-fixed .logo-premios img {
        width: 100%;
    }
    header.header-fixed .menu-mobile .control .icon span, 
    header.header-fixed .menu-mobile .control .icon span:before, 
    header.header-fixed .menu-mobile .control .icon span:after {
        background: #000;
        height: 3px;
    }
    header.header-fixed .menu-mobile .control .icon span {
    margin-top: 65%;
    margin-left: -65%;
    }

    header.header-fixed .menu-mobile .control .icon.active span {
        background-color: transparent;
        -webkit-transform: rotate(180deg) scale(1.2);
        -moz-transform: rotate(180deg) scale(1.2);
        -o-transform: rotate(180deg) scale(1.2);
        -ms-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2);
        margin-top: 100%;
    }
    header.header-fixed .social-media-menu-mobile .fb-sm {
        background-position: 0px 0px;
    }
    header.header-fixed .social-media-menu-mobile .tw-sm {
        background-position: -35px -1px;
    }
    header.header-fixed .social-media-menu-mobile .yt-sm {
        background-position: -71px -1px;
    }
    header.header-fixed .social-media-menu-mobile .inst-sm {
        background-position: -106px -1px;
    }
    header.header-fixed .menu-mobile .organizadores-header {
        background-color: rgba(0,0,0,0.1);
        padding: 5px 10px;
        color: #4c4c4b;
        height: 20px;
        font-size: 12px;
        margin-top: 3.5%;
        opacity: 1;
        width: 60%;
        margin-left: 2%;
        display: flex;
    }
    header.header-fixed .menu-mobile .organizadores-header img {
        width: 25%;
    }
    header.header-fixed .organizadores-header img:nth-child(2) {
        width: 40%;
        margin: 0 2%;
        vertical-align: top;
    }
}
@media only screen and (max-width:320px) {
    .logos-socios {
        width: 72px;
        margin: 0 auto;
        text-align: center;
    }
    section#directorio {
        height: 170vh;
    }
    .grid-junta-top .miembro-junta {
        width: 50%;
        margin: 0 auto;
        float: left;
        margin-bottom: 15px;
        height: 168px;
    }
    .miembro-junta img {
        width: 100px;
        height: 100px;
    }
    footer {
        font-size: 11px;
        width: 100%;
    }
    .contacto {
        padding-left: 1%;
    }
}
@media only screen and (min-width: 414px) and (max-width: 736px) { 
    .logo-mobile img {
        width: 70%;
        margin-top: -1px;
    }
    header.header-fixed .logo-mobile img {
        width: 70%;
        margin-top: 3px;
    }
    section#nosotros {
        height: 185vh;
    }
    section#directorio {
        height: 130vh;
    }
}
/* Microsoft Edge Browser 15+ - @supports method */

@supports (-ms-ime-align:auto)
and (-webkit-text-stroke:initial) {
    header a {
        color: #4c4c4c;
        text-decoration: none;
        font-weight: bold;
        line-height: 72px;
    }
}


