/*
Theme Name: AMID
Theme URI: https://wordpress.org/themes/twentyten/
Description: La Asociación Mexicana de Industrias Innovadoras de Dispositivos Médicos (AMID) agrupa a más de 44 líderes globales en innovación de dispositivos médicos y sistemas de diagnóstico, caracterizados por su tecnología eficaz, segura y de calidad.
Author: Vertice Asociados [Saul Chávez (programación) Víctor Martínez (diseño gráfico)]
Author URI: https://verticeasociados.com/
Version: 1.0
Tested up to: 6.9
Requires at least: 3.0
Requires PHP: 5.2.4
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
Text Domain: amid

-------------------------------------------------------------- */

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Black.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-BlackOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-HeavyOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-HeavyOblique.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-MediumOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-BookOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-BookOblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('fonts/AvenirLTPro-LightOblique.woff2') format('woff2'),
        url('fonts/AvenirLTPro-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'SFCompactDisplay';
    src: url('fonts/SFCompactDisplay-Bold.woff2') format('woff2'),
        url('fonts/SFCompactDisplay-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactDisplay';
    src: url('fonts/SFCompactDisplay-Semibold.woff2') format('woff2'),
        url('fonts/SFCompactDisplay-Semibold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFCompactDisplay';
    src: url('fonts/SFCompactDisplay-Medium.woff2') format('woff2'),
        url('fonts/SFCompactDisplay-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Compact Text';
    src: url('fonts/SFCompactText-Regular.woff2') format('woff2'),
        url('fonts/SFCompactText-Regular.woff') format('woff');
    font-weight:400;
    font-style: normal;
    font-display: swap;
}

/*********************
 * PALETA DE COLORES *
 ********************/
:root{
    --avenir: 'Avenir LT Pro';
    --sfc: 'SF Compact Text';
    --texto: var(--avenir);

    --azul-cielo: #3796cd;
    --azul-marino: #153256;
    --azul: #76bfdf;
    --turqueza: #41d0ce;
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.tope{
    width: 100%;
    height: 21px;
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
body{
    margin: 0 auto;
    font-family: var(--texto);
    -webkit-font-smoothing:antialiased;
    background-color: #FFF;
    font-style: normal;
    color: var(--azul-marino);
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 7%;
    padding-left: 7%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
h1{
    font-size: 4vw;
    line-height: .9;
    text-align: center;
    font-family: var(--sfc);
    color: var(--turquesa);
    font-weight: 300;
}
h2{
    font-size: 1.5vw;
    line-height: 1.1;
    font-weight: 600;
    font-family: var(--sfc);
}
h3{
    font-size: 1.2vw;
    line-height: 1.1;  
    font-family: var(--sfc);
}
p{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.2;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    top: 0px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 120px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    /*background-color: #000;*/
    /*display: none;*/
}
header > a{
    width: 240px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(images/frame-2.png);
    background-size: 250px 100%;
    background-repeat: no-repeat;
}
header > a > img{
    height: 90%
}
header > nav{
    width: calc(100% - 240px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    border-top: solid 21px #FFF;
    height: 120px;
}
header > nav > a{
    font-size: 12px;
    font-weight: 800;
    font-family: var(--sfc);
    width: fit-content;
    color: #FFF;
}
header > nav > a:hover{
    color: var(--turqueza);
}
.abre-modal{
    cursor: pointer;
}
header.version-2{
    width: 100%;
    margin: 0px;
    height: 80px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.3);
    background-image: none;
}
header.version-2 > a{

    background-image: none;
}
header.version-2 > nav{
    border: 0px;
}
header.version-2 > nav > a{
    color: var(--azul-marino);
}
header.version-2 > nav > a:hover{
    color: var(--turqueza);
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
body > label{
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    right: 5%;
    position:fixed;
    z-index: 20;
    box-sizing: content-box;
    padding: 10px;
    display: none;
    top: 25px;
}
body > label span{
    background: var(--azul-marino);
    height:2px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
body > label span:nth-of-type(1){
    width:50%;
}
body > label span:nth-of-type(2){
    width:100%;
}
body > label span:nth-of-type(3){
    width:75%;
}    
input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(2px,0px)
}
input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
input[type="checkbox"]:checked ~ span:nth-of-type(3){ 
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
    transform: translate(12px, -4px) rotatez(45deg);
}

/*********************
 *      INICIO       *
 ********************/
.inicio{
    padding: 0px;
    height: 48.5vw;
    justify-content: flex-start;
    align-items: flex-start;

    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 1.5vw;
}
.inicio > video{
    /*position: relative;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    z-index: 1;*/
    position: absolute;
    width: 100%;
}
.inicio > div{
    position: relative;
    height: 100%;
    width: 100%;
    /*background-image: url(images/frame.svg);*/
    /*background-image: url(images/banner-home.png);*/
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    /*border-radius: 1.5vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 35%;
    padding-right: 35%;
    z-index: 2;
}
.inicio > div > h2{
    font-size: 1vw;
    color: var(--azul-marino);
    padding-bottom: 1vw;
    padding: 0.3vw;
    background-color: #FFF;
    margin-bottom: 2vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.inicio > div > h2 > span{
    color: var(--azul-cielo);
}
.inicio > div > h1{
    font-weight: 900;
    font-size: 6vw;
    color: #FFF;
    /*font-family: var(--sfc);*/
}
.inicio > div > h1 > span{
    color: var(--azul-cielo);
}

/*********************
 *    DISPOSITIVO    *
 ********************/
.dispositivo{
    flex-direction: row;
    /*height: 100vh;*/
    padding-top: 10vw;
    padding-bottom: 10vw;
}
.dispositivo > aside{
    width: 50%;
}
.dispositivo > article{
    width: 50%;
}
.dispositivo > article > h1{
    font-size: 2.3vw;
    font-family: var(--sfc);
    text-align: left;
    padding-bottom: 4vw;
}
.dispositivo > article > p{
    font-size: 1.1vw;
    padding-left: 12%;
    padding-right: 10%;
}
.dispositivo > article > p > span{
    font-weight: 900;
    font-size: 1.2vw;
}
.dispositivo > article > a{
    margin-top: 2vw;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    padding-right: 8%;
}



.dispositivo > article > a > p{
    color: #FFF;
    font-weight: 700;
    font-size: 1.3vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
}
.dispositivo > article > a > p:nth-child(1){
    background-color: var(--azul-marino);
    width: 9vw;
    padding-left: 1.5vw;
}
.dispositivo > article > a > p:nth-child(2){
    background-color: var(--azul-cielo);
    width: 2vw;
}
.dispositivo > aside{
    padding-right: 3%;
}
.dispositivo > aside > div{
    width: 100%;
    height: 25vw;
    /*border-radius: 2vw 4vw 15vw 2vw;*/
    background-position: center center;
    background-image: url(images/banner-home.png);
    overflow: hidden;
    border-radius: 2vw;
}
.dispositivo > aside > div > video{
    position: absolute;
    height: 100%;
}
.dispositivo > aside > div:nth-child(2){
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    bottom: 0px;
    border-style: solid;
    border-width: 0px 0px 13vw 13vw;
    border-color: transparent transparent #FFF transparent;
    transform: rotate(0deg);
    right: 4%;
}
.dispositivo > aside > div:nth-child(3){
    position: absolute;
    right: 0px;
    width: 0; 
    height: 0;
    bottom: 0px;
    border-style: solid;
    border-width: 0px 0px 8vw 8vw;
    border-color: transparent transparent var(--azul-cielo); transparent;
    transform: rotate(0deg);
    border-radius: 1vw;
    right: 7%;
}
/*********************
 *   BANNER ENTRADA  *
 ********************/
.entrada{

    padding-top: 0px;
}
.banner-entrada{
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 0px;
}
.banner-entrada > div{
    width: 50%;
    margin-left: 5%;
    height: 30vw;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.banner-entrada > h1{
    width: 50%;
    margin-left: -5%;
    font-weight: 900;
    font-size: 2.8vw;
    text-align: left;
    padding-right: 10%;
    line-height: 1.2;
    background-color: #FFF;
    padding: 1vw;
    border-radius: .5vw;
}
.entrada > p{
    font-size: 1.2vw;
    margin-bottom: .5vw;
    margin-top: .5vw;
}
.entrada  li{
    font-size: 1.2vw;
    margin-bottom: .5vw;
    margin-top: .5vw;
}
.entrada blockquote{
    font-style: italic;
}
/*********************
 *      ENTRADA      *
 ********************/
.entrada{
    padding-left: 15%;
    padding-right: 15%;
}
.entrada > *{
    width: 100%;
    text-align: left;
    font-size: 1vw;
    line-height: 1.4;
}
.entrada > h2{
    padding-bottom: 1vw;
    padding-top: 1vw;
    text-align: left;
    font-size: 1.4vw;
}
.entrada > ul{
    padding-left: 3vw;
}

/*********************
 *       BANNER      *
 ********************/
.banner{
    padding-top: 0px;
    padding-bottom: 0px;
}
.banner > img{
    width: 100%;
}

/*********************
 *        AMID       *
 ********************/
.amid{
    padding-left: 20%;
    padding-right: 20%;
    justify-content: center;
    align-items: center;
}
.amid > img{
    width: 23%;
    margin-bottom: 2vw;
}
.amid > p{
    font-size: 1.8vw;
    padding-bottom: 2vw;
    text-align: center;
}
.amid > h2{
    text-align: center;
    font-size: 1.7vw;
    font-weight: 700;
    padding-bottom: 2vw;
}

/*********************
 *  DATOS ECONOMICOS *
 ********************/
.datos-economicos{
    padding-left: 9%;
    padding-right: 9%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.datos-economicos > h3{
    font-size: 1.2vw;
    font-weight: 900;
    padding-bottom: 3vw;
    width: 100%;
    text-align: center;
}
.datos-economicos > h1{
    font-size: 2.9vw;
    font-weight: 900;
    line-height: 1.2;
    padding-bottom: 3vw;
    color: var(--azul-cielo);
    width: 100%;
}
.datos-economicos > h2{
    font-size: 2.2vw;
    font-weight: 400;
    padding-bottom: 8vw;
    margin-top: 4vw;
    width: 100%;
    text-align: center;
}
.datos-economicos > aside{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.datos-economicos > aside > div{
    width: 45%;
    height: 22vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    /*border-radius: 3vw 3vw 11vw 3vw;*/
    /*background-color: #FA0;*/
}
.datos-economicos > aside > div:nth-child(1){
    background-image: url(images/exportador_home_img-1.png);
}
.datos-economicos > aside > div:nth-child(2){
    background-image: url(images/exportador_home_img-2.png);
}
.datos-economicos > aside > div > h2{
    color: #FFF;
    font-weight: 900;
    font-size: 1.8vw;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 3vw;
}
.datos-economicos > aside > div > article{
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    bottom: 0px;
    border-style: solid;
    border-width: 0px 0px 9vw 9vw;
    border-color: transparent transparent #FFF transparent;
    transform: rotate(0deg);
    display: none;
}
.datos-economicos > aside > div > div{
    position: absolute;
    left: -3.5vw;
    bottom: 3vw;
    border-radius: 0px;
    background-color: var(--azul-cielo);
    color: #FFF;
    font-weight: 900;
    font-size: 3.5vw;
    width: 7vw;
    height: 7vw;
    border-radius: 1vw 5vw 5vw 5vw;
    text-align: center;
    line-height: 7vw;
}
.datos-economicos > aside > div:nth-child(2) > div{
    background-color: var(--azul-marino);
}

/*********************
 *     CLUSTERES     *
 ********************/
.clusteres{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.clusteres > div:nth-child(1){
    width: 50%;
}
.clusteres > div > h2{
    color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.8vw;
    font-family: var(--sfc);
    margin-bottom: 2vw;
    text-align: center;
}
.clusteres > div:nth-child(1) > h2{
    padding-left: 25%;
    padding-right: 25%;
}
.clusteres > div:nth-child(2) > h2{
    padding-left: 15%;
    padding-right: 15%;
}
.clusteres > div > img{
    width: 100%;
}
.clusteres > img{
    width: 25%;
}
.clusteres > div:nth-child(2){
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.clusteres > div:nth-child(2) > img{
    width: 35%;
    margin-left: 10%;
}
.clusteres > div h3{
    font-size: 2vw;
    font-weight: 900;
    text-align: center;
    width: 100%;
}
.clusteres > div > article{
    width: 55%;
    margin-top: 7vw;
}
.clusteres > div > article > h1{
    font-size: 11vw;
    color: var(--azul-cielo);
    font-weight: 900;
    text-align: center;
}
.clusteres > div > article > p{
    font-size: 1.8vw;
    text-align: center;
    text-align: left;
}

/*********************
 *   EXPORTACIONES   *
 ********************/
.exportaciones{

}
.exportaciones > h2{
    font-size: 2.6vw;
    font-weight: 400;
    font-family: var(--sfc);
}
.exportaciones > h3{
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.5;
}
.exportaciones > article{
    width: 100%;
    margin-top: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exportaciones > article > p{
    background-color: var(--azul-marino);
    color: #FFF;
    font-weight: 900;
    font-size: 8vw;
    padding: 1.5vw;
    padding-bottom: .5vw;
    padding-left: 5vw;
    padding-right: 10vw;
    border-radius: 4vw;
}
.exportaciones > article > p:nth-child(2){
    font-size: 2.2vw;
    padding: 1.5vw;
    background-color: var(--azul-cielo);
    padding-left: 3vw;
    padding-right: 3vw;
    border-radius: 5vw;
    margin-left: -6vw;
}

/*********************
 *       EMPLEO      *
 ********************/
.empleo{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.empleo > h2{
    color: var(--azul-cielo);
    font-family: var(--sfc);
    font-size: 2.5vw;
    width: 100%;
    text-align: center;
    margin-bottom: 7vw;
}
.empleo > img{
    width: 25%;
}
.empleo > div:nth-child(4){
    width: 18%;
    text-align: center;
}
.empleo > div:nth-child(3){
    width: 38%;
    text-align: right;
}
.empleo > div > h2{
    font-size: 7vw;
    font-weight: 900;
    color: var(--azul-cielo);
}
.empleo > div > h2 > span{
    color: var(--azul-marino);
}
.empleo > div > p{
    font-size: 1.4vw;
    font-weight: 900;
}
.empleo > div:nth-child(3) > p{
    width: 100%;
    padding-left: 50%;
}

/*********************
 *    CONSUMIDOS     *
 ********************/
.consumidos{

}
.consumidos > aside{
    width: 50%;
}
.consumidos > article{
    width: 50%;
}
.consumidos > article > h1{
    color: var(--turqueza);
    font-weight: 900;
    font-size: 10vw;
}


/*********************
 *    INTELIGENCIA   *
 ********************/
.inteligencia{
    padding-left: 7%;
    padding-right: 7%;
}
.inteligencia > div{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5vw;
    margin-bottom: 3vw;
}
.inteligencia > div > img{
    width: calc(100% / 3);
}
.inteligencia > h2{
    font-family: var(--sfc);
    font-size: 2.4vw;
    width: 100%;
    padding-left: 34%;
    text-align: center;
    padding-right: 34%;
}
.inteligencia > article{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    margin-top: 3vw;
    margin-bottom: 4vw;
}
.inteligencia > article > p{
    width: 55%;
    font-weight: 700;
    font-size: 1.5vw;
    height: 4vw;
    text-align: center;
    line-height: 4vw;
    border-radius: 2vw;
    cursor: pointer;
    z-index: 1;
}
.inteligencia > article > p:hover{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
}
.inteligencia > article > p.webinar-activo{
    z-index: 2;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
}
.inteligencia > article > p:nth-child(1){
    background-color: var(--azul-cielo);
}
.inteligencia > article > p:nth-child(2){
    background-color: var(--turqueza);
    margin-left: -10%;
}
.inteligencia > aside{
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
.inteligencia > aside > h2{
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.inteligencia > aside > h3{
    font-weight: 700;
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    margin-bottom: 3vw;
}
.inteligencia > aside > div{
    overflow: hidden;
}
.inteligencia .slider-item > a{
    display: flex;
    width: 100%;
    height: 11vw;
    background-image: url(images/poster-general.png);
    background-position: center center;
    background-size: 150%;
    border-radius: 1vw;
    border:solid 1px #ccc;
}
.inteligencia .slider-item > h2{
    font-weight: 400;
    font-size: 1vw;
    margin-top: 1.5vw;
    text-align: center;
}
.atras, .adelante{
    position: absolute;
    background-color: var(--azul-cielo);
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 20px;
    top: calc(50% + 10px);
    cursor: pointer;
}
.atras:hover, .adelante:hover{
    background-color: var(--turqueza);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
}
.atras{
    left: -5%;
}
.adelante{
    right: -5%;
}
.innovacion .atras{
    left: 0px;
}
.innovacion .adelante{
    right: 0px;
}
#sli-atras{
    left: 4%;
    background-color: var(--azul-marino);
}
#sli-adelante{
    right: 4%;
    background-color: var(--azul-marino);
}
#sli-atras:hover, #sli-adelante:hover{
    background-color: var(--turqueza);
}
#webinar2{
    display: none;
}

/*********************
 *    INNOVACION     *
 ********************/
.innovacion{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding: 0px;
    background-color: var(--azul-cielo);
    border-radius: 3vw;
    padding-bottom: 2vw;
}
.innovacion > aside{
    width: 100%;
    background-color: var(--azul);
    padding-bottom: 4vw;
    padding-top: 4vw;
    border-radius: 3vw;
    display: flex;
    flex-wrap: wrap;
}
.innovacion > aside > h1{
    color: #FFF;
    width: 100%;
    font-weight: 700;
    font-size: 2vw;
    margin-bottom: 5vw;
}
.innovacion > aside > div{
    width: 50%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.innovacion > aside > div > h2{
    font-size: 25vw;
    font-weight: 900;
    letter-spacing: -3vw;
    color: var(--azul-cielo);
    width: 60%;
    height: 23vw;
}
.innovacion > aside > div > h3{
    font-size: 1.4vw;
    font-weight: 900;
    color: var(--azul-marino);
    width: 40%;
    margin-left: -18%;
    text-align: right;
    padding-right: 11%;
    padding-top: 2vw;
}
.innovacion > aside > div > p{
    padding-left: 16%;
    font-size: 1.1vw;
    font-weight: 500;
}
.innovacion > aside:nth-child(2){
    background-color: transparent;
}
.innovacion > aside:nth-child(2) > h1{
    color: var(--azul-marino);
    margin-top: 2vw;
}
.innovacion > aside > aside{
    overflow: hidden;
    width: 40%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2vw;
}
.innovacion > aside > aside .swiper-container{
    overflow: hidden;
}

.slider-innovacion article{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.slider-innovacion article > div{
    font-weight: 900;
    color: #FFF;
    font-size: 4vw;
    width: 6.5vw;
    height: 6.5vw;
    border-radius: 7vw;
    border: solid 1vw #FFF;
    text-align: center;
    line-height: 5.5vw;
    margin-left: .5vw;
}
.slider-innovacion article > h2{
    font-weight: 300;
    font-size: 1.6vw;
    width: 60%;
    padding-left: 5%;
}
.slider-innovacion article > h2 > span{
    font-weight: 700;
    font-family: var(--sfc);
}
.slider-innovacion article > ol{
    list-style: none;
    padding: 0px;
}
.slider-innovacion article > ol > li{
    font-size: 1.2vw;
    margin-top: 1.5vw;
}
.slider-innovacion article > ol > li > span{
    font-weight: 700;
}

.innovacion > aside:nth-child(2) > div{
    width: 85%;
    overflow: hidden;
    margin-right: 7.5%;
    margin-left: 7.5%;
}
.innovacion > aside:nth-child(2) > div .slider-item{
    display: flex;
    flex-wrap: wrap;
}
.innovacion > aside:nth-child(2) > div .slider-item > div{
    width: 40%;
    height: 19vw;
    background-image: url(images/foto3.png);
    background-position: center center;
    background-size: cover;
}
.innovacion > aside:nth-child(2) > div .slider-item:nth-child(1) > div{
    background-image: url(images/datos_industria-img1.png);
}
.innovacion > aside:nth-child(2) > div .slider-item:nth-child(3) > div{
    background-image: url(images/exportador_home_img-1.png);
}
.innovacion > aside:nth-child(2) > div .slider-item > article{
    padding-left: 5%;
    padding-right: 5%;
    width: 60%;
}
.innovacion > aside:nth-child(2) > div .slider-item > article > p{
    color: #FFF;
    font-weight: 300;
    font-size: 1.3vw;
    margin-bottom: 1vw;
}
.innovacion > aside:nth-child(2) > div .slider-item > h2{
    width: 100%;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 2vw;
    font-size: 2vw;
}
.innovacion > aside:nth-child(2) > div .slider-item > article > ol{
    list-style: none;
    padding-left: 0px;
}
.innovacion > aside:nth-child(2) > div .slider-item > article > ol > li{
    color: #FFF;
    font-size: 1.2vw;
    margin-bottom: 1vw;
}
.innovacion > aside:nth-child(2) > div .slider-item > article > ol > li > span{
    font-weight: 700;
}


/*********************
 *     COMPROMISO    *
 ********************/
.compromiso{
    flex-direction: row;
    flex-wrap: wrap;
}
.compromiso > aside{
    width: 50%;
    padding-right: 11%;
}
.compromiso > aside > h1{
    font-family: var(--sfc);
    color: var(--azul-cielo);
    font-size: 2vw;
    padding-right: 20%;
    line-height: 1.2;
    font-weight: 900;
    text-align: left;
    margin-bottom: 3vw;
}
.compromiso > aside > p{
    font-size: 1.1vw;
}
.compromiso > aside > a{
    width: 100%;
    display: block;
    font-size: 1.1vw;
    font-weight: 800;
    margin-top: 1vw;
    color: #FFF;
    background-color: var(--azul-marino);
    border-radius: 1vw;
    padding: .5vw;
    padding-left: 3%;
    padding-right: 3%;
}
.compromiso > aside > a:hover{
    background-color: var(--azul);
}
.compromiso > aside > a > .fa-eye{
    font-size: 1vw;
}
.compromiso > aside > p > span{
    font-weight: 700;
}
.compromiso > article{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.compromiso > article > div{
    width: 17vw;
    margin: .1vw;
    height: 17vw;
    border-radius: 17vw;
    background-color: var(--azul-cielo);
    text-align: center;
    line-height: 17vw;
    color: #FFF;
    font-weight: 900;
    font-size: 1.8vw;
    font-family: var(--sfc);
    opacity: .4;
    overflow: hidden;
    cursor: pointer;
}
.compromiso > article > div > p{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
    top: 0px;
    left: 0px;
    padding-left: 14%;
    padding-right: 14%;
    background-color: inherit;
    animation-name: oculta-texto;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.compromiso > article > div:hover > p{
    animation-name: muestra-texto;
    /*display: flex;*/
}
.compromiso > article > div:nth-child(1){
    border-radius: 20vw 20vw 0vw 20vw;
    background-color: var(--azul-marino);
    opacity: .9;
}
.compromiso > article > div:nth-child(2){
    border-radius: 0vw 20vw 20vw 20vw;
}
.compromiso > article > div:nth-child(3){
    border-radius: 0vw 20vw 20vw 20vw;
}
.compromiso > article > div:nth-child(4){
    border-radius: 20vw 20vw 0vw 20vw;
    background-color: var(--turqueza);
    opacity: .3;
}

/*********************
 *       MODAL       *
 ********************/
.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 9;
    display: flex;
    top: 0px;
    left: 0px;
    /*align-items: center;
    justify-content: center;*/

    align-items: flex-start;
    justify-content: flex-end;
    padding: 10vw;
    display: none;
}
.modal > form{
    width: 400px;
    height: 110px;
    background-color: var(--azul-cielo);
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    align-items: center;
    border-radius: 1vw;
}
.modal > form > p{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: var(--azul-marino);
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-weight: 900;
    cursor: pointer;
}
.modal > form > p:hover{
    background-color: var(--turqueza);
    color: var(--azul-marino);
}
.modal > form > div:nth-child(1){
    width: 50%;
    padding-left: 10%;
    padding-right: 7%;
}
.modal > form > div:nth-child(2){
    width: 50%;
    padding-right: 10%;
}
.modal > form > div > input{
    width: 100%;
    border-radius:10px;
    border:0px;
    padding-left: 5%;
    padding-right: 5%;
    height: 20px;
    font-size: 10px;
    font-family: var(--avenir);
    font-weight: 500;
    margin-bottom: 7px;
}
.modal > form > div > input[type=submit]{
    background-color: var(--azul-marino);
    color: #FFF;
    width: 50%;
    margin-left: 50%;
    margin-bottom: 0px;
    cursor: pointer;
}
.modal > form > div > input[type=submit]:hover{
    background-color: var(--turqueza);
    color: var(--azul-marino);
}
.modal > form > div > h2{
    font-weight: 900;
    font-size: 16px;
}
.modal > form > div > p{
    font-weight: 500;
    font-size: 11px;
}

/*********************
 *    CONSUMIDOS     *
 ********************/
.consumidos{
    flex-direction: row;
    flex-wrap: wrap;
}
.consumidos > aside{
    width: 50%;
    height: 26vw;
    background-image: url(images/foto3.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.consumidos > article{
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
}
.consumidos > article > h1{
    text-align: left;
}
.consumidos > article > h2{
    text-align: left;
    font-weight: 900;
}
.consumidos > article > p{
    font-size: 1.4vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}
.consumidos > article > ul{
    padding: 0px;
    list-style: none;
}
.consumidos > article > ul > li{
    font-size: 1.5vw;
    font-weight: 900;
}

/*********************
 *    NEWSLETTERS    *
 ********************/
.newsletters{
    flex-direction: row;
    flex-wrap: wrap;
}
.newsletters > a{
    width: 25%;
    margin: 3vw;
}
.newsletters > a > div{
    width: 100%;
    height: 20vw;
    background-position: top center;
    background-size: cover;
    border-radius: 2vw;
    border:solid 1px #f2f2f2;
}
.newsletters > a > p{
    font-weight: 900;
    font-size: 1.2vw;
    text-align: center;
    padding-top: 1vw;
}

/*********************
 *      GENERAL      *
 ********************/
.general{
    flex-direction: row;
    flex-wrap: wrap;
    /*display: none;*/
}
.general:nth-child(1){
    display: flex;
}
.general > aside{
    width: 50%;
    height: 35vw;
    background-size: 85%;
    background-position: center center;
    background-repeat: no-repeat;
}
.general > article{
    width: 50%;
    padding-left: 8%;
}
.general > article > ul{
    padding: 0px;
    list-style: none;
}
.general > article > ul > li{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    align-content: center;
    border-bottom: solid 1px var(--azul-marino);
    padding-bottom: 1vw;
    padding-top: 1vw;
    align-items: center;
}
.general > article > ul > li > h2{
    font-weight: 900;
    font-size: 1.3vw;
    width: 63%;
}
.general > article > ul > li > a{
    display: flex;
    width: 20%;
}
.general > article > ul > li > a:nth-child(3){
    width: 15%;
    margin-left: 2%;
}
.general > article > ul > li > a > p:nth-child(1){
    background-color: var(--azul-marino);
    border-radius: .5vw;
    width: 80%;
    text-align: center;
    color: #FFF;
    line-height: 1.6vw;
    height: 1.5vw;
}
.general > article > ul > li > a > p:nth-child(2){
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 2vw;
    text-align: center;
    line-height: 1.8vw;
    background-color: var(--azul-cielo);
    color: #FFF;
    transform: rotate(-45deg);
}
/*********************
 *     MIEMBROS      *
 ********************/
.miembros{
    flex-wrap: wrap;
    flex-direction: row;
}
.miembros > aside{
    width: 50%;
    height: 35vw;
    background-image: url(images/quienes-img1.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-color: #FA0;*/
}
.miembros > article{
    width: 50%;
    padding-left: 5%;
}
.miembros > article > h1{
    font-weight: 900;
    font-size: 1.8vw;
    text-align: left;
}
.miembros > article > p{
    font-size: 1.1vw;
    text-align: left;
    padding-top: 2vw;
}
.miembros > article > a{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: flex-end;
    margin-top: 4vw;
}
.miembros > article > a > h2{
    background-color: var(--azul-cielo);
    color: #FFF;
    font-weight: 900;
    width: calc(80% - 2.5vw);
    border-radius: 3vw;
    text-align: center;
    padding-top: .5vw;
    padding-bottom: .5vw;
}
.miembros > article > a > h3{
    background-color: var(--azul-marino);
    color: #FFF;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 2vw;
    text-align: center;
    line-height: 2.8vw;
    top: 1vw;
    right: .5vw;
    transform: rotate(-45deg);
}


/*********************
 *       MISION      *
 ********************/
.mision{
    flex-wrap: wrap;
    flex-direction: row;
}
.mision > aside{
    width: 50%;
    height: 35vw;
    background-image: url(images/quienes-img2.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mision > article{
    width: 50%;
    padding-right: 5%;
}
.mision > article > h2{
    font-family: var(--sfc);
    font-size: 2.6vw;
    color: var(--azul-cielo);
    font-weight: 300;
}
.mision > article > p{
    font-size: 1.2vw;
    padding-top: 1vw;
    margin-bottom: 3vw;
}

/*********************
 *      VALORES      *
 ********************/
.valores{
    flex-wrap: wrap;
    flex-direction: row;
}
.valores > aside{
    width: 50%;
    height: 35vw;
    background-image: url(images/quienes-img3.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.valores > article{
    width: 50%;
    padding-left: 10%;
}
.valores > article > h1{
    font-weight: 300;
    color: var(--azul-cielo);
    font-family: var(--sfc);
    font-size: 2.6vw;
    text-align: left;
    margin-bottom: 3vw;
}
.valores > article > ul{
    padding: 0px;
    list-style: none;
}
.valores > article > ul > li{
    display: flex;
    align-items: center;
    height: 5vw;
}
.valores > article > ul > li > p:nth-child(1){
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 2vw;
    color: #FFF;
    text-align: center;
    line-height: 1.7vw;
    background-color: var(--azul-marino);
}
.valores > article > ul > li > p:nth-child(2){
    font-size: 2vw;
    width: calc(100% - 1.5vw);
    padding-left: 2%;
}

/*********************
 *    TRABAJAMOS     *
 ********************/
.trabajamos{
    flex-wrap: wrap;
    flex-direction: row;
    background-image: url(images/quienes-img4.png);
    background-size: cover;
    background-position: center center;
    padding-top: 10vw;
    padding-bottom: 10vw;
}
.trabajamos > aside{
    width: 50%;
}
.trabajamos > aside > h1{
    font-weight: 900;
    color: var(--azul-cielo);
    font-size: 4vw;
    font-family: var(--avenir);
    line-height: 1.2;
    text-align: left;
}
.trabajamos > aside > p{
    font-weight: 900;
    font-size: 1.6vw;
    width: 60%;
    margin-top: 3vw;
}
.trabajamos > article{
    width: 50%;
    padding-left: 12%;
    padding-right: 12%;
}
.trabajamos > article > p{
    font-size: 1.6vw;
    font-weight: 400;
    margin-bottom: 3vw;
    margin-top: 3vw;
}
/*********************
 *   MENU EDUCACION  *
 ********************/
.menu-educacion{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    /*padding-bottom: 0px;*/
}
.menu-educacion > p{
    font-weight: 900;
    font-size: 1.2vw;
    height: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: .5vw;
    background-color: var(--azul-marino);
    color: #FFF;
    cursor: pointer;
    width: 32%;
    margin: .5%;
    text-align: center;
}
.menu-educacion > p:hover{
    background-color: var(--azul-cielo);
    color: #FFF
}
.menu-educacion > p.activo{
    background-color: var(--azul-cielo);
    color: #FFF
}

/*********************
 *      SOCIOS       *
 ********************/
.socios{
    flex-direction: row;
    flex-wrap: wrap;
}
.socios > h1{
    color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.4vw;
    font-family: var(--avenir);
    width: 100%;
}
.socios > img{
    margin: 2vw;
    max-height: 5vw;
    max-width: 10vw;
    width: auto;
}

/*********************
 *    DIRECTORIO     *
 ********************/
.directorio{
    flex-wrap: wrap;
    flex-direction: row;
}
.directorio > h1{
    color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.4vw;
    font-family: var(--avenir);
    width: 100%;
}
.directorio > h2{
    font-weight: 900;
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.directorio > aside{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
}
.directorio > aside > article{
    width: 17vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    width: 100%;
    background-color: var(--azul);
    border-radius: 2vw;
    /*padding: 2vw;*/
    border:solid 1px var(--azul);
    overflow: hidden;
    margin-bottom: 2vw;
}
.directorio > aside > article > aside{
    font-size: 1.3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    border-radius: 2vw;
}
.directorio > aside > article > aside.chico{
    width: 26%;
    flex-direction: column;
    background-color: #FFF;
}
.directorio > aside > article > aside.grande{
    width: 74%;
}
.directorio > aside > article > aside.izquierdo{
    text-align: left;
    padding-left: 2%;
}
.directorio > aside > article > aside.derecho{
    text-align: right;
    padding-right: 2%;
}
.directorio > aside > article > aside > div{
    width: 12vw;
    height: 12vw;
    border-radius: 10vw;
    border: solid 1px var(--azul-marino);
    background-color: #FFF;
    margin-bottom: 1vw;
}
.directorio > aside > article > aside > div > div{
    position: absolute;
    width: 11vw;
    height: 11vw;
    left: .5vw;
    top: .5vw;
    border-radius: 8vw;
    background-position: center center;
    background-size: cover;
}
.directorio > *{
    text-align: center;
}
.directorio > aside > article > aside > h2{
    font-weight: 900;
    font-size: 1.8vw;
}
.directorio > aside > article > aside > h3{
    color: var(--azul-cielo);
    font-weight: 500;
    font-size: 1.6vw;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: .5vw;
    padding-bottom: .5vw;
}
.directorio > aside > article > aside > p{
    font-size: 1.1vw;
    color: var(--turqueza);
    font-weight: 800;
}
.directorio > aside > article:nth-child(1){
    /*margin-left: calc(50% - 8.5vw);*/
    /*margin-right: calc(50% - 8.5vw);*/
}
/*.directorio > aside > article:nth-child(3){
   margin-top: 10vw;
}*/

.directorio > aside > article:nth-child(1) > aside > div > div{
    background-image: url(images/joao.png);
}
.directorio > aside > article:nth-child(2) > aside > div > div{
    background-image: url(images/laura.png);
}
.directorio > aside > article:nth-child(3) > aside > div > div{
    background-image: url(images/victor.png);
}
.directorio > aside > article:nth-child(4) > aside > div > div{
    background-image: url(images/carlos.png);    
}

/*********************
 *      COMITE      *
 ********************/
.comite{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.comite > h1{
    color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.4vw;
    font-family: var(--avenir);
    width: 100%;
}
.comite > h2{
    font-weight: 900;
    font-size: 1.6vw;
    width: 100%;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.comite > article{
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 1.8vw;
    padding-bottom: 1.3vw;
    border-radius: 5vw;
    background-color: var(--azul-marino);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.comite > article > *{
    text-align: center;
    width: 100%;
}
.comite > article > h2{
    color: #FFF;
    font-size: 1.4vw;
    font-weight: 900;
}
.comite > article > h3{
    color: var(--azul-cielo);
    font-size: 1.4vw;
    font-weight: 400;
}
.comite > article > p{
    color: var(--turqueza);
    font-size: .8vw;
    font-weight: 800;
    margin-top: .5vw;
}


/*********************
 *      GENERALES     *
 ********************/
.banner-interno{
    margin-left: 1%;
    width: 98%;
    height: 22vw;
    /*margin-top: 1vw;*/
    background-image: url(images/datos_industria-banner.png);
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 2vw;
}
.banner-interno > h1{
    font-weight: 900;
    color: #FFF;
    padding-top: 5vw;
    text-align: left;
    padding-right: 40%;
}
.ver-mas{
    display: flex;
    margin-top: 2vw;
}
.ver-mas > p:nth-child(1){
    background-color: var(--azul-marino);
    color: #FFF;
    width: 7vw;
    padding: .2vw;
    padding-right: 2%;
    text-align: right;
    border-radius: 2vw;
    font-weight: 900;
}
.ver-mas > p:nth-child(2){
    background-color: var(--azul-cielo);
    color: #FFF;
    height: 1.5vw;
    width: 1.5vw;
    border-radius: 4vw;
    text-align: center;
    line-height: 1.7vw;
}
.fondo-etica{
    background-image: url(images/etica_img1.png);
}
.general > aside.fondo-educacion-1, .general > aside.fondo-educacion-4{
    height: 39vw;
    background-image: url(images/educacion_img1.png);
}
.general > aside.fondo-educacion-2, .general > aside.fondo-educacion-5{
    height: 39vw;
    background-image: url(images/educacion_img2.png);
}
.general > aside.fondo-educacion-3, .general > aside.fondo-educacion-6{
    height: 39vw;
    background-image: url(images/educacion_img3.png);
}
.banner-nosotros{
    background-image: url(images/quienes-banner.png);
}
.banner-industria{
    background-image: url(images/datos_industria-banner.png);
}
.banner-etica{
    background-image: url(images/etica_banner.png);
}
.banner-educacion{
    background-image: url(images/educacion_bannee.png);
}
.banner-prensa{
    background-image: url(images/noticias-banner.png);
}

/*********************
 *     EXPORTADOR    *
 ********************/
.exportador{
    flex-direction: row;
    flex-wrap: wrap;
}
.exportador > aside{
    width: 50%;
    height: 35vw;
    background-image: url(images/datos_industria-img3.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-color: #FA0;*/
}
.exportador > article{
    width: 50%;
    padding-left: 5%;
}
.exportador > article > h1{
    font-weight: 900;
    font-size: 5vw;
    text-align: left;
    margin-bottom: 3vw;
}
.exportador > article > h1 > span{
    color: var(--turqueza);
}
.exportador > article > p{
    font-size: 1.4vw;
    color: var(--azul);
}

/*********************
 *  DATOS INDUSTRIA  *
 ********************/
.datos-industria{
    flex-wrap: wrap;
    flex-direction: row;
}
.datos-industria > img:nth-child(1){
    width: 33%;
    margin-bottom: 5vw;
}
.datos-industria > div:nth-child(2){
    width: 33%;
    padding-right: 7%;
    padding-left: 7%;
}
.datos-industria > div:nth-child(3){
    width: 33%;
}
.datos-industria > article:nth-child(4){
    width: 45%;
}
.datos-industria > img:nth-child(5){
    width: 22%;
    margin-left: 6%;
}
.datos-industria > div:nth-child(6){
    width: 27%;
    padding-left: 5%;
}
.datos-industria > div:nth-child(2) > h2{
    color: var(--azul-cielo);
}
.datos-industria > div:nth-child(3) > h2{
    color: var(--azul);
}
.datos-industria > div:nth-child(6) > h2 > span{
    color: var(--turqueza);
}
.datos-industria > div:nth-child(6) > p{
    color: var(--turqueza);
}
.datos-industria > div > h2{
    font-size: 10vw;
    font-weight: 900;
    display: flex;
    align-items: center;
    line-height: .7;
}
.datos-industria > div > h2 > span{
    font-size: 7vw;
}
.datos-industria > div > p{
    font-weight: 900;
    font-size: 2vw;
    text-align: right;
    line-height: .9;
}
.datos-industria > article > h2{
    background-color: var(--turqueza);
    font-weight: 900;
    font-size: 8vw;
    border-radius: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1vw;
    letter-spacing: -.5vw;
}
.datos-industria > article > p{
    background-color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.5vw;
    border-radius: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    height: 5vw;
    width: fit-content;
    padding-left: 5%;
    padding-right: 5%;
    width: 70%;
    margin-left: 20%;
}

/*********************
 *     DOCUMENTOS    *
 ********************/
.documentos{
    flex-direction: row;
    flex-wrap: wrap;
}
.documentos > h1, .documentos-general > h1{
    font-weight: 900;
    font-size: 2vw;
    font-family: var(--sfc);
    width: 100%;
    padding-bottom: 3vw;
}
.documentos > article{
    width: 28%;
    margin: 2.5%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    border-radius: 1.5vw;
    background-color: var(--turqueza);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 3vw;
    padding-bottom: 2vw;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,.6); 
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,.6);
    height: 15vw;
}
.documentos > article > p{
    font-weight: 400;
    font-size: 1.2vw;
    text-align: center;
}
.documentos > article > a{
    font-weight: 500;
    font-size: .8vw;
    color: #FFF;
    width: 45%;
    height: 1.8vw;
    display: flex;
    border-radius: 2vw;
    justify-content: center;
    align-items: center;
    background-color: var(--azul-marino);
    margin-top: 1vw;
}

/*********************
 *      NOSOTROS       *
 ********************/


/*********************
 *      PRENSA       *
 ********************/

.banner-prensa{
}
.prensa{
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 2vw;
    justify-content: space-between;
    align-items: flex-start;
}
.prensa > article{
    width: 30%;
    margin: 1.5vw;
}
.prensa > article > div{
    width: 100%;
    height: 17vw;
    border-radius: 2vw;
    /*background-color: #FA0;*/
    background-position: center center;
    background-size: cover;
    background-image: url(images/exportador_home_img-2.png);
}
.prensa > article > h2{
    font-size: 1.2vw;
    font-weight: 900;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.prensa > article > p{
    font-weight: 500;
    font-size: 1.1vw;
}



/*********************
 *      FOOTER       *
 ********************/
footer{
    background-color: var(--azul);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2vw;
    padding-top: 2vw;
}
footer > div{
    width: 33%;
    padding-left: 8%;
    padding-right: 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
footer > div > h2{
    font-size: 1.1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
footer > div > p{
    font-size: 1vw;
    color: #fff;
    font-weight: 700;
    font-family: var(--sfc);
    width: 90%;
}
footer > div > a{
    font-weight: 400;
    margin-bottom: 2vw;
    margin-top: .5vw;
    /*text-decoration: underline;*/
    font-size: 1vw;
}
footer > div > a:hover{
    color: var(--azul-cielo);
}
footer > div > iframe{
    height: 14vw;
    margin-top: 1vw;
}
footer > nav{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}
footer > nav > a{
    font-size: .9vw;
    font-weight: 700;
    font-family: var(--sfc);
    margin-top: .5vw;
    margin-bottom: .5vw;
}
footer > article{
    display: flex;
    width: 37%;
    padding-right: 7%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
footer > article > a:nth-child(1){
    font-size: .9vw;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    text-align: right;
    margin: 0px;
    margin-bottom: 1vw;
}
footer > article > div{
    height: 9vw;
    width: 100%;
    background-image: url(images/logo-blanco.svg);
    background-repeat: no-repeat;
    background-position: 165% center;
    background-size: 90%;
}
footer > article > p{
    font-size: 1vw;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    text-align: right;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
footer > article > a{
    font-size: 1.5vw;
    margin: 1vw;
    margin-top: 0px;
    margin-bottom: 0px;
}


a{
    text-decoration: none;
    color: inherit;
}


#primary{
    display: none;
}
body.page .site,
body.page .site-content,
body.page .content-area,
body.page .entry-content {
  all: unset;
}


.ultimo > article{
    width: 100%;
    padding-left: 0px;
}
.podcast > h1{
    color: var(--azul-cielo);
    font-weight: 900;
    font-size: 2.4vw;
    font-family: var(--avenir);
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 2vw;
}
.podcast figure.is-provider-youtube{
    width: 100%;
}
.podcast .wp-block-embed iframe{
    width: 100%;
    height: 40vw;
}
/*********************
 *     HISTORIAL     *
 ********************/
.historial{
    flex-direction: row;
    flex-wrap: wrap;
}
.historial > h1{
    width: 100%;
}
.historial > div{
    width: 45%;
    margin: 2.5%;
    /*height: 20vw;*/
}
.historial > div h2{
    text-align: center;
    font-weight: 400;
}
.wp-block-embed{
    margin-bottom: 1vw !important;
}

/*********************
 *    ANIMACIONES    *
 ********************/
@keyframes cierra-letras{
    from{letter-spacing: .1vw; background-color: var(--turqueza);}
    to{letter-spacing: 0vw; background-color: var(--azul-cielo);}
}
@keyframes abre-letras{
    from{letter-spacing: 0vw; background-color: var(--azul-cielo);}
    to{letter-spacing: .1vw; background-color: var(--turqueza);}
}
@keyframes cierra-letras-1{
    from{background-color: var(--turqueza); letter-spacing: .1vw;}
    to{background-color: var(--azul-cielo); letter-spacing: 0vw;}
}
@keyframes abre-letras-2{
    from{background-color: var(--azul-cielo); letter-spacing: 0vw;}
    to{background-color: var(--turqueza); letter-spacing: .1vw;}
}
@keyframes gira-circulo-1{
    from{transform: rotate(0deg); margin-left: 0vw; margin-right: 0vw; scale: 1; background-color: var(--azul-marino);}
    to{transform: rotate(-45deg); margin-left: 1vw; margin-right: .5vw; scale: 1.3; background-color: var(--azul-marino);}
}
@keyframes gira-circulo-2{
    from{transform: rotate(-45deg); margin-left: 1vw; margin-right: .5vw; scale: 1.3; background-color: var(--azul-marino);}
    to{transform: rotate(0deg); margin-left: 0vw; margin-right: 0vw; scale: 1; background-color: var(--azul-marino);}
}
@keyframes gc-1{
    from{transform: rotate(0deg); background-color: var(--azul-marino);}
    to{transform: rotate(-45deg); background-color: var(--azul-marino);}
}
@keyframes gc-2{
    from{transform: rotate(-45deg); background-color: var(--azul-marino);}
    to{transform: rotate(0deg); background-color: var(--azul-marino);}
}
.dispositivo > article > a > p:nth-child(1), .miembros > article > a > h2{
    animation-name: cierra-letras;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.dispositivo > article > a > p:nth-child(2), .miembros > article > a > h3{
    animation-name: gira-circulo-2;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.dispositivo > article > a:hover > p:nth-child(1), .miembros > article > a:hover > h2{
    animation-name: abre-letras;
}
.dispositivo > article > a:hover > p:nth-child(2), .miembros > article > a:hover > h3{
    animation-name: gira-circulo-1;
}

.general > article > ul > li > a > p:nth-child(1){
    animation-name: cierra-letras-1;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.general > article > ul > li > a > p:nth-child(2){
    animation-name: gc-2;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}
.general > article > ul > li > a:hover > p:nth-child(1){
    animation-name: abre-letras-2;
}
.general > article > ul > li > a:hover > p:nth-child(2){
    animation-name: gc-1;
}

@keyframes muestra-texto{
    from{opacity: 0}
    to{opacity: 1}
}
@keyframes oculta-texto{
    from{opacity: 1}
    to{opacity: 0}
}

@media (max-width: 480px){
    header.version-2 > nav > a{
        color: #FFF;
    }
    .tope{
        height: 100px;
    }
    input[type="checkbox"], .logo-movil{
        /*display:none;*/
    }
    body > label{
        display: flex;
    }
    h1{
        font-size: 8vw !important;
    }
    p{
        font-size: 5vw !important;
    }
    section{
        flex-direction: column;
        padding-top: 15vw !important;
        padding-bottom: 15vw !important;
    } 
    .dispositivo{
        flex-direction: column-reverse;
    }
    .dispositivo > aside{
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .dispositivo > aside > div{
        height: auto;
    }
    .dispositivo > aside > div > video{
        width: 100%;
        height: auto;
        position: relative;
    }
    .dispositivo > article{
        width: 100%;
        padding-bottom: 10vw;
    }
    .dispositivo > article > h1{
        text-align: center;
        padding-top: 4vw;
        font-weight: 900;
    }
    .dispositivo > article > p{
        padding: 0px;
        line-height: 1.5;
    }
    .dispositivo > article > p > span{
        font-size: 5vw;
    }
    .dispositivo > article > a{
        margin-top: 5vw;
    }
    .dispositivo > article > a > p{
        font-size: 5vw;
    }
    .dispositivo > article > a > p:nth-child(1), .miembros > article > a > h2{
        width: 30vw;
        height: 10vw;
        border-radius: 20vw;
    }
    .dispositivo > article > a > p:nth-child(2){
        width: 10vw;
        height: 10vw;
        border-radius: 10vw;
        font-size: 5vw;
    }
    .amid{
        padding-left: 5%;
        padding-right: 5%;
    }
    .amid > img{
        width: 65%;
    }
    .amid > p{
        padding: 0px;
    }
    .amid > h2{
        font-size: 5vw;
        padding-top: 3vw;
    }
    .datos-economicos > h3{
        font-size: 5vw;
    }
    .datos-economicos > h2{
        font-size: 5vw;
    }
    .datos-economicos > aside > div{
        width: 100%;
        height: 50vw;
        margin-bottom: 5vw;
    }
    .datos-economicos > aside > div > h2{
        font-size: 5vw;
        padding-bottom: 7vw;
    }
    .datos-economicos > aside > div > div{
        width: 15vw;
        height: 15vw;
        border-radius: 3vw 15vw 15vw 15vw;
        font-size: 7vw;
        line-height: 15vw;
    }
    .exportaciones > h2{
        font-size: 7vw;
        text-align: center;
        width: 100%;
    }
    .exportaciones > h3{
        font-size: 9vw;
    }
    .empleo{
        flex-direction: column;
    }
    .empleo > h2{
        font-size: 8vw;
    }
    .empleo > img{
        width: 50%;
        margin-bottom: 5vw;
        margin-top: 5vw;
    }
    .empleo > div:nth-child(3), .empleo > div:nth-child(4){
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 10vw;
    }
    .empleo > div > h2{
        font-size: 15vw;
        text-align: right;
    }
    .empleo > div:nth-child(3) > p{
        width: 100%;
        padding-left: 0%;
    }
    .empleo > div > p{
        text-align: right;
        font-size: 8vw !important;
    }
    .clusteres > div:nth-child(1){
        width: 100%;
    }
    .clusteres > div:nth-child(1) > h2{
        font-size: 8vw;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 10vw;
    }
    .clusteres > div:nth-child(2){
        width: 100%;
        margin-top: 15vw;
    }
    .clusteres > div:nth-child(2) > h2{
        font-size: 8vw;
    }
    .clusteres > div h3{
        font-size: 6vw;
    }
    .clusteres > div:nth-child(2) > img {
        width: 60%;
        margin-left: 20%;
        margin-top: 5vw;
    }
    .clusteres > div > article{
        width: 100%;
    }
    .clusteres > div > article > h1{
        font-size: 30vw !important;
    }
    .clusteres > div > article > p{
        text-align: center;
    }
    .consumidos > aside{
        width: 100%;
        height: 52vw;
    }
    .consumidos > article{
        width: 100%;
        padding: 0px;
    }
    .consumidos > article > h1{
        font-size: 20vw !important;
        text-align: center;
        padding-top: 10vw;
        padding-bottom: 4vw;
    }
    .consumidos > article > h2{
        font-size: 5vw;
        text-align: center;
    }
    .consumidos > article > p{
        text-align: center;
    }
    .consumidos > article > ul{
        list-style: disc;
        padding-left: 10%;
        padding-right: 10%;
    }
    .consumidos > article > ul > li{
        font-size: 5vw;
    }
    .inteligencia > h2{
        font-size: 7.5vw;
        padding: 0px;
    }
    .inteligencia > article{
        width: 90%;
        margin-top: 6vw;
        margin-bottom: 8vw;
    }
    .inteligencia > article > p{
        height: 10vw;
        line-height: 10vw;
        border-radius: 10vw;
    }
    .inteligencia > aside > h2{
        font-size: 6vw;
        padding-bottom: 4vw;
    }
    .inteligencia > aside > h3{
        font-size: 5vw;
        padding-bottom: 5vw;
    }
    .inteligencia .slider-item > a{
        height: 50vw;
    }
    .inteligencia .slider-item > h2{
        font-size: 5vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .inteligencia .slider-item > p{
        font-size: 3vw;
        text-align: center;
        font-weight: 800;
    }
    section.innovacion{
        padding-top: 0px !important;
    }
    .innovacion > aside > h1{
        font-size: 7vw !important;
        padding-top: 10vw;
        padding-bottom: 5vw;
    }
    .innovacion > aside > div{
        width: 100%;
    }
    .innovacion > aside > div > h2{
        width: 40%;
        font-size: 32vw;
        height: 30vw;
    }
    .innovacion > aside > div > h3{
        width: 60%;
        margin-left: 0%;
        font-size: 5vw;
    }
    .innovacion > aside > div > p{
        width: 100%;
        padding: 0px;
        padding-left: 5%;
        padding-right: 10%;
        padding-top: 5vw;
    }
    .innovacion > aside > aside{
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }
    .slider-innovacion article > div{
        width: 15vw;
        height: 15vw;
        border-radius: 15vw;
        line-height: 14.5vw;
        font-size: 10vw;
    }
    .slider-innovacion article > h2{
        width: calc(100% - 20vw);
        font-size: 6vw;
    }
    .slider-innovacion article > ol > li {
        font-size: 4vw;
        margin-top: 5vw;
    }
    .innovacion > aside:nth-child(2) > div .slider-item{
        align-content: flex-start;
    }
    .innovacion > aside:nth-child(2) > div .slider-item > h2{
        font-size: 6vw;
        padding-top: 6vw;
    }
    .innovacion > aside:nth-child(2) > div .slider-item > div{
        width: 100%;
        height: 45vw;
        margin-bottom: 7vw;
    }
    .innovacion > aside:nth-child(2) > div .slider-item > article{
        width: 100%;
    }
    .innovacion > aside:nth-child(2) > div .slider-item > article > ol > li{
        font-size: 4vw;
        margin-top: 5vw;
    }
    .compromiso > aside{
        padding: 0px;
        width: 100%;
    }
    .compromiso > article{
        width: 100%;
        justify-content: center;
        margin-top: 10vw;
    }
    .compromiso > article > div{
        width: 40vw;
        margin: .5vw;
        height: 40vw;
        font-size: 5vw;
        line-height: 41vw;
    }
    .compromiso > article > div > p{
        font-size: 3vw !important;
        padding-left: 10%;
        padding-right: 10%;
    }
    .banner-interno{
        height: 60vw;
        background-size: cover;
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
        margin: 0px;
        margin-left: 5%;
        margin-right: 5%;
        border-radius: 3vw;
    }
    .banner-interno > h1{
        padding-left: 10%;
        padding-right: 10%;
    }
    .miembros{
        flex-direction: column;
    }
    .miembros > aside, .mision > aside, .valores > aside, .general > aside, .exportador > aside{
        width: 100%;
        height: 70vw;
    }
    .miembros > article{
        width: 100%;
        padding: 0px;
        padding-top: 7vw;
    }
    .miembros > article > a > h2{
        font-size: 4vw;
    }
    .miembros > article > a > h3{
        width: 7vw;
        height: 7vw;
        border-radius: 7vw;
        font-size: 4vw;
        line-height: 8vw;
    }
    .mision > article > h2{
        font-size: 7vw;
    }
    .mision > article, .valores > article, .general > article, .exportador > article{
        width: 100%;
        padding-left: 0px;
    }
    .valores{
        flex-direction: column-reverse;
    }
    .valores > article > ul > li > p:nth-child(1){
        width: 4vw;
        height: 4vw;
        border-radius: 4vw;
        line-height: 4vw;
        font-size: 2vw !important;
    }
    .trabajamos > aside, .trabajamos > article{
        width: 100%;
        padding: 0px;
    }
    .directorio > h2{
        font-size: 4vw;
    }
    .directorio > aside > article > aside.chico{
        width: 100%;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }
    .directorio > aside > article > aside > div{
        width: 24vw;
        height: 24vw;
        border-radius: 13vw;
    }
    .directorio > aside > article > aside > div > div{
        width: 22vw;
        height: 22vw;
        left: 1vw;
        top: 1vw;
        border-radius: 14vw;
    }
    .directorio > aside > article > aside > h2{
        font-size: 5vw;
    }
    .directorio > aside > article > aside > h3{
        font-size: 4vw;
        padding-right: 10%;
        padding-left: 10%;
    }
    .directorio > aside > article > aside > p{
        font-size: 3vw !important;
    }
    .directorio > aside > article > aside.grande{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 4vw;
        padding-top: 7vw;
        padding-bottom: 7vw;
    }
    .directorio > aside > article:nth-child(2), .directorio > aside > article:nth-child(4){
        flex-direction: column-reverse;
    }
    .comite > h2{
        font-size: 4vw;
    }
    .comite > article{
        width: 80%;
        padding-top: 3vw;
        padding-bottom: 3vw;
        border-radius: 13vw;
    }
    .comite > article > h2{
        font-size: 5vw;
    }
    .comite > article > h3{
        font-size: 4vw;
    }
    .comite > article > p{
        font-size: 3vw !important;
    }
    .socios > img {
        margin: 4vw;
        max-height: 10vw;
        max-width: 20vw;
    }
    .general > article > ul > li{
        flex-wrap: wrap;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
    .general > article > ul > li > h2{
        width: 100%;
        font-size: 4vw;
    }
    .general > article > ul > li > a{
        width: 40%;
        margin-top: 1vw;
    }
    .general > article > ul > li > a > p:nth-child(1){
        font-size: 4vw !important;
        line-height: 5vw;
        height: 5vw;
        border-radius: 5vw;
    }
    .general > article > ul > li > a > p:nth-child(2){
        width: 5vw;
        height: 5vw;
        border-radius: 5vw;
        text-align: center;
        line-height: 5vw;
    }
    .datos-industria > img:nth-child(1){
        width: 100%;
        margin-bottom: 10vw;
    }
    .datos-industria > div:nth-child(2),.datos-industria > div:nth-child(3),.datos-industria > article:nth-child(4),.datos-industria > div:nth-child(6){
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        margin-top: 7vw;
        margin-bottom: 7vw;
    }
    .datos-industria > div > h2{
        font-size: 30vw;
    }
    .datos-industria > div > h2 > span{
        font-size: 21vw;
    }
    .datos-industria > div > p{
        font-size: 10vw !important;
    }
    .datos-industria > article > h2{
        font-size: 15vw;
        border-radius: 20vw;
        padding-top: 3vw;
    }
    .datos-industria > article > p{
        font-size: 6vw !important;
        width: 90%;
        margin-left: 10%;
        height: 8vw;
        padding-top: 1vw;
    }
    .datos-industria > img:nth-child(5){
        width: 80%;
        margin-left: 0px;
        margin-top: 7vw;
        margin-bottom: 7vw;
    }
    .general > aside.fondo-educacion-1, .general > aside.fondo-educacion-2,.general > aside.fondo-educacion-3{
        height: 80vw;
        margin-bottom: 7vw;
    }
    .menu-educacion, .general{
        padding-bottom: 3vw !important;
        padding-top: 6vw !important;
    }
    .menu-educacion > p {
        height: 13vw;
        border-radius: 5vw;
        font-size: 4.5vw !important;
        width: 100%;
        margin-bottom: 3vw;
    }
    .general{
        padding-bottom: 10vw !important;
    }
    section.prensa{
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .prensa > article{
        width: 100%;
        margin: 0px;
        margin-bottom: 10vw;
    }
        
    .prensa > article > div{
        height: 50vw;
    }
    .prensa > article > h2{
        font-size: 5vw;
        padding-top: 3vw;
    }
    .prensa > article > p{
        font-size: 4vw !important;
    }
    .ver-mas{

    }
    .ver-mas > p:nth-child(1){
        width: 26vw;
        padding: 1vw;
        padding-right: 4%;
        border-radius: 5vw;
        font-size: 4vw !important;
        padding-top: 1.5vw;
    }
    .ver-mas > p:nth-child(2) {
        height: 8vw;
        width: 8vw;
        border-radius: 8vw;
        line-height: 9vw;
    }
    footer{
        padding-bottom: 8vw;
        padding-top: 8vw;
    }
    footer > div, footer > article{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    footer > div > h2 {
        font-size: 5vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    footer > nav{
        display: none;
    }
    footer > article{
        justify-content: center;
    }
    footer > article > a:nth-child(1){
        font-size: 5vw;
        text-align: center;
        margin-top: 7vw;
    }
    footer > article > div {
        height: 30vw;
        background-position: center center;
        background-size: 70%;
    }
    footer > article > a {
        font-size: 6vw;
        margin: 3vw;
    }
    footer > article > p{
        text-align: center;
    }
    footer > div > a {
        margin-bottom: 5vw;
        margin-top: 2vw;
        font-size: 4vw;
    }

    header{
        height: 80px;
        background-color: #FFF;
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,.3);
        justify-content: space-between;
        width: 100%;
        margin: 0px;
    }
    header > a{
        background-image: none;
    }
    header > nav{
        position: fixed;
        top: 80px;
        left: 0px;
        width: 100%;
        height: 100vh;
        z-index: 10;
        background-color: #FFF;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 80px;
        background-color: var(--azul-cielo);
        display: none;
        border: 0px;
    }
    header > a{
        justify-content: flex-start;
        padding-left: 25px;
    }
    header > nav > a{
        color: var(--azul-marino);
        font-size: 6vw;
        line-height: 2.5;
        color: #FFF;
        font-weight: 900;
        font-family: var(--avenir);
    }
    header > nav > a:hover{
        color: var(--turqueza);
    }
    .modal{
        z-index: 999;
        align-items: center;
        justify-content: center;
    }
    .modal > form{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
    .modal > form > div:nth-child(1), .modal > form > div:nth-child(2) {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .modal > form > div > h2{
        font-size: 7vw;
    }
    .modal > form > div > input{
        height: 8vw;
        border-radius: 8vw;
        font-size: 4vw;
    }
    .newsletters > a{
        width: 90%;
        margin-bottom: 10vw;
    }
    .newsletters > a > div{
        height: 100vw;
    }
    .newsletters > a > p{
        padding-top: 3vw;
    }
    .inicio{
        height: 90vw;
        width: 90%;
        margin-left: 5%;
        border-radius: 5vw;
        overflow: hidden;
        padding: 0px !important;
    }
    .inicio > video{
        width: 200%;
    }
    .inicio > div{
        padding-right: 0px;
        padding-left: 0px;
        background-image: none;
    }
    .inicio > div > h2{
        width: 90%;
        font-size: 4vw;
        text-align: center;
        line-height: 2;
        margin-bottom: 7vw;
    }
    .inicio > div > h1{
        font-size: 10vw !important;
        width: 90%;
        line-height: 1;
    }
    .inicio > div{

    }
    .adelante, .atras{
        display: none;
    }
    .entrada > *{
        font-size: 4vw;
    }
    .entrada{
        padding-left: 7.5%;
        padding-right: 7.5%;
        padding-top: 0px !important;
    }
    .entrada > h2{
        font-size: 7vw;
    }
    .entrada > h3{
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .entrada li {
        font-size: 4vw;
        margin-bottom: 1.5vw;
        margin-top: 1.5vw;
    }
    .entrada a{
        display: block;
        margin-top: 3vw;
        margin-bottom: 3vw;
        text-decoration: underline !important;
    }
    .general > article > ul > li > a:nth-child(3){
        width: 30%;
    }
    .inteligencia > div > img {
        width: 100%;
    }
    .compromiso > aside > a{
        font-size: 4vw;
        font-weight: 800;
        margin-top: 3vw;
        border-radius: 6vw;
        padding: 2vw;
        padding-left: 6%;
        padding-right: 6%;
    }
    .compromiso > aside > a > .fa-eye{
        font-size: 3vw;
    }
    .historial > div h2{
        font-size: 4vw;
    }
    .historial > div{
        width: 95%;
        margin-bottom: 6vw;
    }
    .wp-block-embed iframe{
        height: 60vw;
        margin-top: 4vw;
    }
}

