@import url('https://fonts.googleapis.com/css2?family=Anek+Gujarati:wdth,wght@75..125,100..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*********************
 * PALETA DE COLORES *
 ********************/
:root{
   --azul-cielo: #c4e7ff;
   --azul-marino: #112559;
   --azul-rey: #0085ff;
   --amarillo-fosfo: #ebff57;
   --anek: "Anek Gujarati", sans-serif;
   --noto: "Noto Sans", sans-serif;
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.top{
    width: 100%;
    height: 120px;
    background-color: var(--fondo);
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
body{
    margin: 0 auto;
    font-family: var(--noto);
    -webkit-font-smoothing:antialiased;
    background-color: #FFF;
    color: var(--azul-marino);
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 8%;
    padding-left: 8%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
section > aside{
	display: flex;
	justify-content: center;
	align-items: center;
}
h1{
    font-size: 4.5vw;
    text-align: center;
    font-family: var(--anek);
    font-weight: 600;
    line-height: .9;
    color: var(--azul-marino);
  	font-variation-settings: "wdth" 75;
    width: 100%;
}
h2{
    font-size: 2.2vw;
    color: var(--azul-marino);
    font-variation-settings: "wdth" 75;
    font-family: var(--anek);
    font-weight: 500;
    line-height:.9;
    width: 100%;
}
h3{
    font-size: 1.3vw;
}
p{
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.2;
}
a{
    text-decoration: none;
    color: inherit;
}
.tope{
    position: relative;
    width: 100%;
    height: 90px;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 16;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
header > p{
    position: absolute;
    width: 130px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}
header > a{
    width: 350px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-right: solid 1px #ccc;*/
}
header > a > img{
    width: 70%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    z-index: 2;
}
header > nav{
    width:calc(100% - 500px);
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header > nav > a, header > nav > p{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    color: var(--azul-marino);
    height: 100%;
    line-height: 90px;
    cursor: pointer;
}
header > nav > a:hover{
    background-color: var(--azul-marino);
    color: #FFF;
}
header > nav > div{
    font-size: 14px;
    font-weight: 700;
    color: var(--azul-marino);
    height: 100%;
    line-height: 90px;
    padding-left: 20px;
    padding-right: 20px;
}
header > nav > div > article{
    background-color: var(--azul-marino);
    color: #FFF;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 370px;
    left: -117px;
    padding: 20px;
    top: 90px;
    display: none;
}
/*header > nav > div:hover > article{
    display: flex;
}*/
/*header > nav > div:hover{
    background-color: var(--azul-marino);
    color: #FFF;
}*/
header > nav > div > article > a{
    line-height: 1.2;
    font-weight: 500;
}
header > nav > div > article > a:hover{
    font-weight: 700;
}
header > div{
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-left: solid 1px #ccc;*/
}
header > div > a{
    margin: 1vw;
}

/*********************
 *      SUBMENU      *
 ********************/
.submenu{
    position: fixed;
    top: 90px;
    width: 100%;
    background-color: var(--azul-marino);
    z-index: 2;
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
}
.submenu > p{
    width: 1px;
    height: 60%;
    background-color: #FFF;
}
.submenu > a{
    font-weight: 500;
}
.submenu > a:hover{
    color: var(--amarillo-fosfo);
}
#menu-soluciones, #menu-servicios{
    display: none;
}
#menu-soluciones > a:nth-child(1){
    width: 140px;
}
#menu-soluciones > a:nth-child(3){
    width: 190px;
}
#menu-soluciones > a:nth-child(5){
    width: 70px;
}
#menu-soluciones > a:nth-child(7){
    width: 120px;
}
#menu-soluciones > a:nth-child(9){
    width: 90px;
}
#menu-soluciones > a:nth-child(11){
    width: 145px;
}
#menu-soluciones > a:nth-child(13){
    width: 75px;
}
#menu-soluciones > a:nth-child(15){
    width: 90px;
}
#menu-servicios > a:nth-child(1){
    width: 110px;
}
#menu-servicios > a:nth-child(3){
    width: 190px;
}
#menu-servicios > a:nth-child(5){
    width: 130px;
}
#menu-servicios > a:nth-child(7){
    width: 60px;
}
#menu-servicios > a:nth-child(9){
    width: 120px;
}
#menu-servicios > a:nth-child(11){
    width: 70px;
}
.activo{
    background-color: var(--azul-marino);
    color: #FFF;
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
label{
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
    right: 5%;
    position:fixed;
    top: 25px;
    z-index: 20;
    box-sizing: content-box;
    padding: 10px;
    display: none;
}
label span{
    background: #000;
    height:2px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label span:nth-of-type(1){
    width:50%;
}
label span:nth-of-type(2){
    width:100%;
}
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: 40vw;
    padding-top: 5vw;
}
.inicio > canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.inicio > article{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inicio > article > *{
    color: #FFF;
}
.inicio > article > h1{
    font-size: 18vw;
    font-weight: 800;
    line-height: 1;
    width: 100%;
    text-align: center;
    line-height: .55;
}
.inicio > article > h2{
    font-size: 6.5vw;
    font-weight: 300;
    width: 100%;
    text-align: center;
    letter-spacing: 1.2vw;
    padding-left: 1vw;
}
.inicio > article > h3{
    font-weight: 900;
    width: 100%;
    text-align: center;
    font-variation-settings: "wdth" 75;
    font-family: var(--anek);
    font-size: 2.6vw;
    letter-spacing: .4vw;
    line-height: 1;
}
.inicio > article > p{
    font-variation-settings: "wdth" 75;
    font-family: var(--anek);
    font-weight: 200;
    font-size: 2.8vw;
}


/*********************
 * 		ALIADO		 *
 ********************/
.aliado{
    padding-bottom: 7vw;
    padding-top: 7vw;
}
.aliado > aside{
}
.aliado > aside > article{
	width: 70%;
    padding-left: 10%;
    padding-right: 3%;
}
.aliado > aside > article > h1{
	text-align: left;
    line-height: .9;
}
.aliado > aside > article > h1 > span{
	background-color: var(--azul-cielo);
    border-radius: 4vw;
    height: 4.5vw;
    display: inline-block;
    padding: .5vw;
}
.aliado > aside > article > p{
	margin-top: 2vw;
}
.aliado > aside > img{
	width: 26%;
	margin-right: 4%;
	height: min-content;
}
.aliado > aside > article > h2{
    color: var(--azul-marino);
}
.aliado > aside > article > h2 > span{
    font-weight: 700;
}
.aliado > aside:nth-child(2){
    padding-top: 5vw;
    align-items: center;
}
.aliado > aside:nth-child(2) > img{
    width: 42%;
    margin: 0px;
    /*animation-name: giro;
    animation-duration: 1000s;
    animation-iteration-count: infinite;*/
}
.aliado > aside:nth-child(2) > article{
    padding-left: 7vw;
    padding-right: 0px;
}

@keyframes giro{
    from{transform: rotate(0deg);}
    to{transform: rotate(36000deg);}
}

/*********************
 *     CINTILLO      *
 ********************/
.cintillo{
    background-image: url(images/next-gen-data.png);
    width: 100%;
    height: 12vw;
    background-position: center center;
    background-size: auto 100%;
}

/*********************
 *  COMO TRABAJAMOS  *
 ********************/
.como-trabajamos{
    padding-bottom: 10vw;
    background-image: url(images/x_fondo.png);
    background-repeat: no-repeat;
    background-position: center 1vw;
    background-size: 35%;
}
.como-trabajamos > h2{
    font-size: 3vw;
    line-height: 1.2;
    color: var(--azul-marino);
    padding-right: 15%;
}
.como-trabajamos > h2 > span{
    font-weight: 700;
    color: var(--azul-marino);
}
.como-trabajamos > h1{
    font-weight: 800;
    /*font-size: 3.7vw;*/
    text-align: left;
    padding-top: 3vw;
}
.como-trabajamos > h1 > span{
    background-color: var(--amarillo-fosfo);
    border-radius: 4vw;
    padding: .5vw;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 0px;
    display: inline-block;
}
.como-trabajamos > p{
    padding-top: 2vw;
    padding-right: 18%;
}
.como-trabajamos > img{
    width: 70%;
    margin-top: 10vw;
}

/*********************
 *     BUZZWORDS     *
 ********************/
.buzzwords{
    width: 100%;
    height: 30vw;
    background-color: var(--azul-marino);
    /*background-image: url(images/fondo_azul_grafico.png);*/
    background-position: center center;
    background-size: cover;
}
.buzzwords > h1{
    color: #FFF;
    font-size: 6vw;
    font-weight: 800;
    text-transform: uppercase;
    /*font-size: 3.5vw;*/
    width: 65%;
}
.buzzwords > canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 1em 2em 0.5em hsla(210deg, 35%, 0%, 0.1)
}

/*********************
 *       LISTO       *
 ********************/
.listo{
    padding-bottom: 7vw;
}
.listo > h1{
    text-align: left;
    font-weight: 800;
}
.listo > aside > h3{
    color: var(--azul-marino);
    font-size: 2.2vw;
    font-weight: 600;
    font-family: var(--anek);
    line-height: 1.2;
    width: 50%;
    padding-right: 7%;
    font-variation-settings: "wdth" 75;
}
.listo > aside > p{
    width: 50%;
}
.listo > aside:nth-child(3){
    margin-top: 5vw;
}
.listo > aside > img{
    width: 35%;
    margin-left: 7.5%;
    margin-right: 7.5%;
}
.listo > aside:nth-child(3) > article > h2{
    font-size: 2.2vw;
    color: var(--azul-marino);
    font-weight: 600;
}
.listo > aside:nth-child(3) > article > p{
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}
.listo > aside:nth-child(3) > article > h3{
    font-size: 2.2vw;
    font-weight: 800;
    font-family: var(--anek);
    font-variation-settings: "wdth" 75;
}

/*********************
 *     ENFOCADOS     *
 ********************/
.enfocados{
    background-color: #0e1e2e;
    padding-bottom: 5vw;
    padding-top: 5vw;
}
.enfocados > h2{
    font-weight: 200;
    font-family: var(--anek);
    color: var(--azul-rey);
    font-size: 5vw;
    padding-left: 4%;
    padding-bottom: 5vw;
}
.enfocados > aside > img{
    width: 30%;
    margin-left: 5%;
    margin-right: 15%;
}
.enfocados > aside > article{
    width: 46%;
}
.enfocados > aside > article > h1{
    color: #FFF;
    font-weight: 800;
    text-align: left;
    /*font-size: 5vw;*/
}
.enfocados > aside > article > p{
    color: #FFF;
    font-weight: 300;
    text-align: left;
    /*font-size: .8vw;*/
}
.enfocados > aside > article > p > span{
    font-weight: 800;
}

/*********************
 *      ALIADOS      *
 ********************/
.aliados > aside{
    width: 100%;
    overflow: hidden;
    margin-top: 3vw;
}
.aliados{
    padding-top: 10vw;
    padding-bottom: 10vw;
    flex-wrap: wrap;
    flex-direction: row;
}
.aliados > h1{
    /*text-transform: uppercase;*/
    font-weight: 800;
    /*font-size: 3.5vw;*/
    padding-bottom: 1vw;
}
.aliados > p{
    font-weight: 600;
    font-size: 2.2vw;
    color: var(--azul-marino);
    width: 80%;
    text-align: center;
    font-family: var(--anek);
    font-variation-settings: "wdth" 75;
}
.aliados img{
   /*width: 50%;*/
   height: 5vw;
}
.aliados article{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7vw;
}

/*********************
 *      POR QUE      *
 ********************/
.por-que{
    background-image: url(images/fondo_mundo.png);
    background-position: center center;
    background-size: cover;
    padding-top: 5vw;
    padding-bottom: 15vw;
}
.por-que > article{
    width: 100%;
    padding-right: 50%;
    padding-right: 35%;
}
.por-que > article > h1{
    color: #FFF;
    font-size: 3vw;
    font-size: 4.5vw;
    font-weight: 800;
    /*font-variation-settings: "wdth" 100;*/
    text-align: left;
    /*line-height: 1.2;*/
}
.por-que > article > p{
    color: #FFF;
    width: 100%;
    padding-right: 20%;
    padding-top: 2vw;
}
.por-que > p{
    /*font-size: .9vw;*/
    color: #FFF;
    width: 100%;
    padding-left: 55%;
    padding-right: 5%;
    margin-top: 3vw;
}
.por-que > p > span{
    font-size: 1.2vw;
}

/*********************
 *      FOOTER       *
 ********************/
footer{
    display: flex;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 5vw;
}
footer > h1{
    width: 25%;
    font-size: 4.5vw;
    padding-right: 2%;
    padding-left: 8%;
    text-align: left;
}
footer > form{
    width: 20%;
    margin-left: 2%;
    margin-right: 3%;
    padding-top: 3vw;
}
footer > form > input{
    width: 100%;
    border:0px;
    height: 2.7vw;
    border-radius: 5px;
    margin-top: .5vw;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    font-family: var(--noto);
    padding-left: 5%;
    font-size: .8vw;
}
footer > form > textarea{
    width: 100%;
    border:0px;
    border-radius: 5px;
    margin-top: .5vw;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
    font-family: var(--noto);
    padding-left: 5%;
    font-size: .8vw;
    padding-top: .5vw;
}
footer > form > input[type=submit]{
    width: 30%;
    padding: 0px;
    background-color: var(--azul-marino);
    color: #FFF;
    font-size: 1vw;
    cursor: pointer;
}
footer > article{
    width: 50%;
    padding-left: 5%;
}
footer > article > img{
    width: 58%;
    margin-bottom: 2vw;
    margin-left: 5%;
}
footer > article > div{
    display: flex;
    align-items: center;
}
footer > article > div > p{
    font-weight: 700;
    font-family: var(--anek);
    font-variation-settings: "wdth" 75;
    font-size: 1.5vw;
    width: 40%;
}
footer > article > div > p > span{
    font-size: 1.8vw;
}
footer > article > div > p > a{
    font-weight: 500;
}
footer > article > div > ul{
    list-style: none;
    padding: 0px;
    width: 20%;
    padding-left: 8%;
}
footer > article > div > ul > li{
    font-size: 1.8vw;
    margin-top: .5vw;
    margin-bottom: .5vw;
    color: var(--azul-rey);
}
footer > form > input[type=submit]:hover{
    background-color: var(--azul-rey);
}
footer > article > aside{
    width: 100%;
    display: flex;
}
footer > article > aside img{
    height: 10vw;
    margin-bottom: 2vw;
}
footer > article > aside a > img{
    margin-top: 2vw;
}

/*********************
 *     SERVICIOS     *
 ********************/
.servicios{
    background-image: url(images/servicios/servicios-interior1.png);
    background-position: cente center;
    background-size: cover;
}
.servicios > aside *{
    color: #FFF;
}
.servicios > h1{
    font-weight: 200;
    font-size: 2vw;
    color: var(--azul-rey);
    font-variation-settings: "wdth" 85;
}
.servicios > aside > h1{
    font-size: 2.2vw;
    text-align: left;
    width: 45%;
    line-height: 1.2;
    font-variation-settings: "wdth" 100;
}
.servicios > aside > article{
    width: 85%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #283347;
    padding: 20px;
    margin-top: 3vw;
    background: linear-gradient(180deg, rgba(40, 51, 71, 1) 0%, rgba(32, 41, 56, 1) 50%, rgba(20, 27, 35, 1) 100%);
}
.servicios > aside > article > a{
    width: 50%;
    padding: 2vw;
    height: 15vw;
    border-bottom: solid 1px rgba(0, 133, 255, .3);
}
.servicios > aside > article > a:nth-child(1), .servicios > aside > article > a:nth-child(2){
    padding-top: 1vw
}
.servicios > aside > article > a:nth-child(5), .servicios > aside > article > a:nth-child(6){
    border: 0px;
}
.servicios > aside > article > a:nth-child(odd){
    border-right: solid 1px rgba(0, 133, 255, .3);
    padding-left: 1vw
}
.servicios > aside > article > a:nth-child(even){
    padding-right: 1vw
}
.servicios > aside > article > a > div{
    width: 4vw;
    height: 4vw;
    margin-bottom: 1vw;
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
}
.servicios > aside > article > a:nth-child(1) > div{
    background-image: url(images/servicios/icono-1.png);
}
.servicios > aside > article > a:nth-child(2) > div{
    background-image: url(images/servicios/icono-2.png);
}
.servicios > aside > article > a:nth-child(3) > div{
    background-image: url(images/servicios/icono-3.png);
}
.servicios > aside > article > a:nth-child(4) > div{
    background-image: url(images/servicios/icono-4.png);
}
.servicios > aside > article > a:nth-child(5) > div{
    background-image: url(images/servicios/icono-5.png);
}
.servicios > aside > article > a:nth-child(6) > div{
    background-image: url(images/servicios/icono-6.png);
}
.servicios > aside > article > a > h2{
    color: var(--azul-rey);
    font-size: 1.6vw;
}
.servicios > aside > article > a > p{
    font-size: 1vw;
    padding-top: 1vw;
}

/*********************
 *    SOLUCIONES     *
 ********************/
.soluciones{
    background-image: url(images/soluciones/soluciones1.png);
}

.soluciones > aside > article > a:nth-child(1) > div{
    background-image: url(images/icon_agiledata.png);
}
.soluciones > aside > article > a:nth-child(2) > div{
    background-image: url(images/icon_architecture.png);
}
.soluciones > aside > article > a:nth-child(3) > div{
    background-image: url(images/icon-ustomer.png);
}
.soluciones > aside > article > a:nth-child(4) > div{
    background-image: url(images/icon-dataprotection.png);
}
.soluciones > aside > article > a:nth-child(5) > div{
    background-image: url(images/icon_observability.png);
}
.soluciones > aside > article > a:nth-child(6) > div{
    background-image: url(images/icon_user.png);
}
.soluciones > aside > article > a:nth-child(7) > div{
    background-image: url(images/icon_cataloging.png);
}
.soluciones > aside > article > a:nth-child(8) > div{
    background-image: url(images/icon-marketplace.png);
}


/*********************
 *     SERVICIO      *
 ********************/
.servicio{
    padding: 0px;
    padding-bottom: 0vw;
}
.servicio > article{
    width: 100%;
    height: 17vw;
    background-size: cover;
    background-position: center center;
    background-image: url(images/fondo_azul_grafico.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.servicio > article > h2{
    color: var(--azul-rey);
    text-align: center;
    font-weight: 300;
    font-variation-settings: "wdth" 100;
}
.servicio > article > h1{
    color: #FFF;
    font-weight: 800;
    line-height: .9;
    padding-left: 18%;
    padding-right: 18%;
    margin-top: 2vw;
    font-variation-settings: "wdth" 100;
}
.servicio > aside{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10vw;
    flex-direction: column;
}
.servicio > aside > h3{
    font-weight: 800;
    font-family: var(--anek);
    font-size: 3.8vw;
    font-variation-settings: "wdth" 75;
    line-height: .8;
    padding-bottom: 1vw;
}
.servicio > aside > h3 > span{
    background-color: var(--amarillo-fosfo);
    border-radius: 3vw;
    display: inline-block;
    padding-left: .5vw;
    padding-right: .5vw;
}
.servicio > aside > img {
    width: 150%;
    margin-top: 0vw;
}
.servicio > aside > p{
    width: 100%;
}

/*********************
 *     SOLUCION      *
 ********************/
.solucion > aside > h3 > span{
    background-color: transparent;
    font-size: 2.5vw;
    display: unset;
    padding: 0px;
}
.solucion > aside > ul{
    margin-top: 1vw;
}
.solucion > aside > ul > li{
    font-size: 1.1vw;
    margin-bottom: 1vw;
}
.solo-movil{
    display: none;
}

.aviso{
    text-align: left;
    align-items: flex-start;
}

@media (max-width: 480px){
    .no-movil{
        display: none;
    }
    .solo-movil{
        display: flex;
        flex-direction: column;
    }
    label{
        display: flex;
    }
    h1{
        font-size: 9vw;
    }
    h2{
        font-size: 7vw;
    }
    p{
        font-size: 5vw;
    }
    section{
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 10vw;
    }
    header > a{
        z-index: 4;
    }
    header > a > img {
        width: 75%;
        margin-left: 0%;
        margin-right: 0px;
        margin-right: 10%;
    }
    header > nav{
        position: fixed;
        width: 100%;
        height: 100vh;
        padding: 0px;
        z-index: 3;
        top: 90px;
        flex-direction: column;
        background-color: #FFF;
        justify-content: flex-start;
        display: none;
    }
    header > nav > a{
        font-size: 5vw;
        line-height: 1;
        width: 89%;
        text-align: center;
        height: auto;
        line-height: 3;
        color: #FFF;
        margin-bottom: 1vw;
        background-color: var(--azul-marino);
    }
    header > nav > div{
        font-size: 5vw;
        line-height: 1;
        width: 100%;
        text-align: center;
        line-height: 3;
        height: auto;
    }
    header > nav > div:hover{
        background-color: transparent;
    }
    header > nav > div > article{
        left: 0px;
        width: 100%;
        position: relative;
        top: 0px;
        padding-top: 20px;
        display: flex;
        background-color: transparent;
    }
    header > nav > div > a{
        width: 97.4%;
        position: relative;
        display: block;
        color: #FFF;
        background-color: var(--azul-marino);
        margin-left: 1.3%;
    }
    header > nav > div:hover > a{
        color: #FFF;
        background-color: var(--azul-marino);
    }
    header > nav > div > article >  a{
        font-size: 3vw;
        text-align: center;
        width: 100%;
        color: var(--azul-marino);
    }
    header > div{
        z-index: 4;
    margin-right: 10vw;
    }
    header > div > a{
        font-size: 5vw;
    }
    .inicio{
        height: 120vw;
        font-size: 30vw;
    }
    .inicio > article > h1{
        font-size: 30vw;
    }
    .inicio > article > h2{
        font-size: 14vw;
    }
    .inicio > article > h3{
        font-weight: 400;
        font-size: 7vw;
        width: 80%;
        text-align: center;
    }
    .inicio > article > p{
        font-weight: 400;
        font-size: 5vw;
    }
    .aliado > aside{
        flex-direction: column-reverse;
    }
    .aliado > aside > article, .aliado > aside:nth-child(2) > article{
        width: 100%;
        padding: 0px;
        padding-top: 5vw;
    }
    .aliado > aside > img{
        width: 50%;
        margin-right: 0%;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .aliado > aside:nth-child(2){
        flex-direction: column;
    }
    .aliado > aside:nth-child(2) > img{
        width: 56%;
        margin-left: 10%;
        margin-bottom: 0vw;
        margin-right: 10%;
    }
    .cintillo{
        height: 25vw;
        background-position: -37vw center;
    }
    .como-trabajamos > h2{
        font-size: 9vw;
        padding: 0px;
        margin-top: 5vw;
        margin-bottom: 5vw;
        line-height: 1;
    }
    .como-trabajamos > p{
        padding: 0px;
    }
    .como-trabajamos > img{
        width: 100%;
        margin-top: 15vw;
    }
    .buzzwords{
        height: 50vw;
    }
    .buzzwords > h1{
        width: 80%;
        font-size: 8vw;
    }
    .listo > aside{
        flex-direction: column;
    }
    .listo > aside > h3{
        width: 100%;
        padding: 0px;
        font-size: 7vw;
        padding-top: 3vw;
        padding-bottom: 4vw;
    }
    .listo > aside > p{
        width: 100%;
    }
    .listo > aside:nth-child(3) > article > h2{
        font-size: 6vw;
    }
    .listo > aside > img {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 9vw;
        margin-bottom: 12vw;
    }
    .listo > aside:nth-child(3) > article > h3{
        font-size: 8vw;
        line-height: 1;
        padding-top: 2vw;
    }
    .enfocados{
        padding-top: 15vw;
    }
    .enfocados > h2{
        padding-left: 0px;
        font-size: 9vw;
        text-align: center;
    }
    .enfocados > aside{
        flex-direction: column;
    }
    .enfocados > aside > img {
        width: 60%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .enfocados > aside > article {
        width: 100%;
    }
    .aliados > p{
        font-size: 7vw;
        width: 100%;
    }
    .por-que > article > h1{
        font-size: 8vw;
    }
    .por-que{
        padding-top: 15vw;
    }
    .por-que > article{
        padding: 0px;
    }
    .por-que > article > p{
        padding: 0px;
        padding-top: 3vw;
    }
    .por-que > p {
        color: #FFF;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .por-que > p > span {
        font-size: 5vw;
    }
    footer{
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10vw;
    }
    footer > h1{
        width: 100%;
        padding: 0px;
        text-align: center;
        font-size: 10vw;
    }
    footer > form {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 6vw;
        margin-bottom: 5vw;
    }
    footer > form > input{
        height: 10vw;
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    footer > form > textarea{
        font-size: 4vw;
        padding-top: 2vw;
    }
    footer > form > input[type=submit]{
        font-size: 4vw;
    }
    footer > article {
        width: 100%;
        padding-left: 0%;
    }
    footer > article > img {
        width: 60%;
        margin-bottom: 5vw;
        margin-left: 20%;
        margin-top: 5vw;
        display: none;
    }
    footer > article > div{
        flex-direction: column;
    }
    footer > article > div > p{
        font-size: 7vw;
        width: 100%;
    }
    footer > article > div > p > span {
        font-size: 7vw;
    }

    footer > article > div > ul {
        list-style: none;
        padding: 0px;
        width: 60%;
        padding-left: 0%;
        display: flex;
        justify-content: space-between;
    }
    footer > article > div > ul > li {
        font-size: 6vw;
        margin-top: 6vw;
        margin-bottom: 5vw;
    }
    .servicios{
        padding-top: 15vw;
        padding-bottom: 10vw;
    }
    .servicios > h1{
        font-size: 8vw;
    }
    .servicios > aside{
        flex-direction: column;
    }
    .servicios > aside > h1{
        font-size: 4vw;
        width: 100%;
        margin-top: 4vw;
    }
    .servicios > aside > article{
        width: 100%;
        margin: 0px;
        margin-top: 5vw;
    }
    .servicios > aside > article > a{
        width: 100%;
        height: auto;
        padding-bottom: 5vw;
        padding-top: 5vw !important;
        border-bottom: solid 1px rgba(0, 133, 255, .3) !important;
    }
    .servicios > aside > article > a:nth-child(odd){
        border-right: 0px;
    }
    .servicios > aside > article > a > div{
        width: 8vw;
        height: 8vw;
        margin-bottom: 2vw;
    }
    .servicios > aside > article > a > h2{
        font-size: 6vw;
    }
    .servicios > aside > article > a > p{
        font-size: 3.5vw;
    }
    .servicio > article > h1{
        padding-left: 10%;
        padding-right: 10%;
    }
    .servicio > article{
        height: 55vw;
    }
    .servicio > article > h1{
        font-size: 9vw;
    }
    .servicio > aside > h3{
        font-size: 10vw;
    }
    .solucion > aside > h3 > span{
        font-size: 6vw;
    }
    .solucion > aside > ul{
        padding-left: 4vw;
    }
    .solucion > aside > ul > li{
        font-size: 4.5vw;
    }
    .servicio > aside > img{
        width: 100%;
    }
    .buzzwords{
        background-color: var(--azul-marino);
    }
    .buzzwords > canvas{
        display: none;
    }
    footer > article > aside img {
        height: 22vw;
    }
}




