/*
	Theme Name: Amazon Global
	Theme URI: http://html5blank.com
	Description: Amazon Global WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

:root{
    --primary-color: #00A4B4;
    --secondary-color: #FF9900;
    --text-color: #232F3E;


    /* PRIMARY COLORS */
    --Royal-Blue: #004D99;
    --Royal-Light-Gray: #D1D3D4;
    --Royal-Slate-Gray: #697278;    
    --Royal-Rich-Black: #000000;
    
    /* SECONDARY COLORS */
    --Royal-Mango: #FFD34E;
    --Royal-Fresh-Mint: #B0E2B4;
    --Royal-Blueberry: #4A8FD8;
    --Royal-Papaya: #F6958A;
    --Royal-Terracota: #b0615a;
    
}
@font-face {
    font-family: Amazon Ember;
    src: url(./fonts/Amazon\ Ember\ Display.otf);
    font-weight: normal;
}
@font-face {
    font-family: Amazon Ember;
    src: url(./fonts/Amazon\ Ember\ Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Amazon Ember;
    src: url(./fonts/Amazon\ Ember\ Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: Amazon Ember;
    src: url(./fonts/Amazon\ Ember\ Thin.ttf);
    font-weight: 300;
}

html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
    scroll-padding-top: 130px; 
}


.logo-mob{display: none;}
*{
    padding: 0;
    margin: 0;
}
.menu-activador {
    width: 30px;
    height: 20px;
    display: none;
}
.menu-activador a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.menu-activador-linea {
    height: 2px;
    background-color: #00A4B4;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}
a.menu-abierto .menu-activador-linea:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
a.menu-abierto .menu-activador-linea:nth-child(2) {
    opacity: 0;
}
a.menu-abierto .menu-activador-linea:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.half{
    width: 50%;
}
.orange{
    color: #FF9900;
}
.btn{
    display: block;
    width: 112px;
    height: 40px;
    box-sizing: border-box;
}
.btn a{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFF;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12.5px 0;
}
.btn a:hover{
    color: #FFF;
}
.btn-pry-register{
    background: #FF9900 0% 0% no-repeat padding-box;
    border: 2px solid #FF9900;
    border-radius: 20px;
}
.btn-pry-register:hover{
    box-shadow: 0px 1px 5px #00000059;
}
body{
    width: 100%;
    min-height: 100vh;
    height: auto;
    font-family: Amazon Ember;
}
header{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
}
header .why{
    width: 629px;
    height: 45px;
    background: #00A4B4 0% 0% no-repeat padding-box;
    border-radius: 50px 0px 0px 0px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
header .why span{
    margin-left: 35px;
    /* width: 352px; */
    height: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
header .first{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
header .sec{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0;
}
.cont{
    width: 90%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}
header nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
header nav ul li{
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #1D1D1B;
    margin: 0 13px;
    padding: 10px;
    cursor: pointer;
}

header nav ul li a{
    color: #000;
    text-decoration: none;
}

section.main{
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(./img/bg_royal_hero.jpg);
    background-size: cover;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
}
section.main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    z-index: 0;
}
section.main::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: white;
    -webkit-mask-image: url(./img/trazadofooter.png);
    /* mask-image: url(./img/trazadofooterpng); */
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 0;
}
section.main .cont{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    z-index: 5;
}
section.main .info h2{
    text-align: left;
    font-size: 65px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    color: #FFFFFF;
}
section.main .video{
    text-align: center;
    width: 50%;
}
section.main .video h3{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 15px 0;
}
section.main .btn-gray{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 34px;
    display: block;
    width: fit-content;
    margin: 20px auto;
}
section.main .btn-gray a{
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #2B313F;
    padding: 24px;
    display: block;
}
section.main .video .bg-video{
    width: 90%;
    max-width: 480px;
    border-radius: 5px;
    aspect-ratio: 16/9;
    background-image: url(./img/video_captura_2025.png);
    background-position: center;
    background-size: cover;
    border: 3px solid white;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.main .video .bg-video .circle-play{
    border-radius: 50%;
    background-color: #00000087;
    padding: 22px;
    border: 1px solid white;
}
section.main .video .bg-video .circle-play .icon-play{
    -webkit-mask-image: url(./img/play-blue.png);
    mask-image: url(./img/play-blue.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: white;
    width: 50px;
    aspect-ratio: 1/1;
}

section.crece .title{
    text-align: left;
    
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
}
section.crece .sub-title{
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #00A4B4;
}
section.crece .sub-title img{
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
}
section.crece .cont-blue{
    background: #2B313F 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: 90%;
    margin: 20px auto;
    padding: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
section.crece .cont-blue .title{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
    margin-bottom: 15px;
}
section.crece .cont-blue .desc{
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #AAB7B8;
}
section.crece .cont-blue .cont-airplane{
    width: 25px;
    aspect-ratio: 1/1;
    background-color: #0099D9;
    border-radius: 50%;
    padding: 7px;
    margin-right: 25px;
}
section.crece .cont-blue .airplane{
    -webkit-mask-image: url(./img/plane-departure-solid.svg);
    mask-image: url(./img/plane-departure-solid.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 20px;
    aspect-ratio: 1/1;
    background: white;
    position: relative;
}
section.why{
    padding: 45px 0;
}
section.why .title{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
    margin-top: 20px;
}
section.why .desc{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    /* width: 90%; */
    margin: 20px 0;
}
section.why .desc span{
    font-weight: 900;
}
section.why .reasons .info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 15px 0;
}
section.why .reasons .info .point{
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    margin-left: 38px;
    margin-right: 50px;
}
section.why .reasons .info .title{
    text-align: left;
    font-size: 34px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    margin-top: 0;
}
section.why .reasons .info .desc{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
}
section.why .reasons .info img{
    width: 135px;
}
section.how{
    padding: 35px 0;
    background-color: #2B313F;
}
section.how .main-title{
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-left: 14px solid #0099D9;
    padding-left: 40px;
}
section.how .main-title .blue{
    font-size: 45px;
    font-weight: 900;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
    display: block;
}
section.how .info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 60px;
}
section.how .info .cont-data{
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
section.how .info .cont-data .title{
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}
section.how .info .cont-data .sub-title{
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FF9900;
    margin: 20px 0;
}
section.how .info .cont-data .desc{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #EBF8FA;
}
section.how .info .cont-data .info-lv{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    text-align: left;
}
section.how .info .cont-data .info-lv .img{
    width: 90%;
    max-width: 290px;
    aspect-ratio: 1/1;
    background-image: url(./img/lilian.jpg?v=1.2);
    background-position: top;
    background-size: cover;
    border-radius: 50%;
    -webikit-border-radius: 50%;
    margin: 60px 0;
}
section.how .info .cont-data .info-lv .info-ls .name{
     font-size: 28px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}
section.how .info .cont-data .info-lv .info-ls .ocupation{
    font-size: 30px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FF9900;
    margin: 20px 0;
}
section.how .info .cont-data .info-lv .info-ls .time{
    font-size: 26px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
}
section.how .info .cont-data .ls-title{
    font-size: 36px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
    margin: 25px 0 20px 0;
}
section.how .info .cont-data .ls-desc{
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #EBF8FA;
}
section.how .info .cont-data .ls-desc span{
    font-weight: bold;
}
section.how .info .cont-form .form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
    width: 500px;
    box-sizing: border-box;
}
section.how .info .cont-form .form .title{
    font-size: 36px;
    font-weight: 400;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #2B313F;
}
section.how .info .cont-form .form .sub-title{
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    border-top: 1px solid #6c777887;
    padding-top: 15px;
    margin-top: 15px;
}
section.how .info .cont-form .form iframe{
    width: 100%;
    height: 650px;
}
section.tutos{
    padding: 80px 0;
    background-color: #F0F0F0;
}
section.tutos .cont{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
section.tutos .cont .info{
    width: 100%;
}
section.tutos .cont .img .bg-img{
    width: 450px;
    aspect-ratio: 581/856;
    box-shadow: 0px 3px 6px #00000029;
    background-image: url(./img/tutoriales.png);
    background-position: center;
    background-size: auto;
    border-radius: 48px;
}
section.tutos .cont .info .title{
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
    border-left: 14px solid #0099D9;
    padding-left: 40px;
}
section.tutos .cont .info .blue{
    background: #232F3E 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 60px 20px;
    width: 95%;
    box-sizing: border-box;
    margin-top: 60px;
}
section.tutos .cont .info .blue .sub-title{
     font-size: 36px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
    text-align: center;
}
section.tutos .cont .info .blue .desc{
    font-size: 32px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
}
section.tutos .cont .info .blue .desc span{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
}
section.tutos .cont .info .blue .desc img{
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
}

section.tutos .cont .info .cont-tutos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 95%;
}
section.tutos .cont .info .cont-tutos .info-tuto{
    width: 47%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin-top: 50px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-title{
    text-align: center;
     font-size: 28px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
    width: fit-content;
    display: block;
    margin: 20px auto;
    text-align: center;
}
section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc img{
    width: 33px;
    vertical-align: middle;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
section.inspirarte .grid_row{
    display: grid;
    /* grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr); */
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 35px 0;
}
.grid_row .nota_card {
    min-height: 14em;
    height: 100%;
}
.nota_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 310px;
    width: 100%;
    display: block;
    box-shadow: 0px 3px 6px #00000029;
    background: #333;
}
.nota_card figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.nota_card figure img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nota_card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5em 2em 1em;
    color: #fff;
    background: linear-gradient( 180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100% );
    text-shadow: 0 0 20px rgb(0 0 0 / 80%), 0 0 20px rgb(0 0 0 / 80%);
    box-sizing: border-box;
}
.nota_card figcaption strong {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.grid_row .nota_card:nth-child(1) {
    /* grid-column: 1/5;
    grid-row: 1; */
}
.grid_row .nota_card:nth-child(2) {
    /* grid-column: 5/7;
    grid-row: 1/3; */
}
.grid_row .nota_card:nth-child(3) {
    /* grid-column: 1/3;
    grid-row: 2; */
}
.grid_row .nota_card:nth-child(4) {
    /* grid-column: 3/5;
    grid-row: 2; */
}
section.inspirarte .title{
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
    margin-bottom: 25px;
}
section.inspirarte .desc{
    font-size: 40px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    margin-bottom: 45px;
}
section.inspirarte{
    padding: 45px 0;
}
section.videos{
    padding: 45px 0;
}
section.videos .title{
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
}
section.videos .desc{
    text-align: left;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    opacity: 1;
    margin: 25px 0;
}
.slick-videos{
    width: 100%;
    height: 550px;
    max-width: 1600px;
    margin: 0 auto;
}
.cont-video{
    width: 33.33%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin: 20px;
    transition: transform .2s;
}
.cont-video a{
    text-decoration: none;
}
.cont-video .video{
    width: 100%;
    aspect-ratio: 587/326;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-video .video .play{
    background: #FFFFFFB3 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    width: 90px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-video .video .play img{
    width: 45px;
}
.cont-video .info-video{
    padding: 15px;
}
.cont-video .info-video .video-title{
    text-align: left;
    font-size: 37px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #0099D9;
}
.cont-video .info-video .video-people{
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
}
.cont-video .info-video .video-puesto{
    font-size: 17px;
    font-weight: 300;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
}
.slider-container {
    max-width: 100vw;
    width: 100%;
}
.slick-videos .slick-current{
    transform: scale(1.3);
}
.slick-list{
    height: 100%;
}
section.esperas{
    background-image: url(./img/trazadofooter.png);
    background-position: bottom left;
    background-size: contain;
    padding: 50px 0 30px 0; position: relative;
    background-repeat: repeat-x;
}
section.esperas .title{
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #232F3E;
    margin-bottom: 30px;
}
section.esperas .desc{
    text-align: left;
    font-size: 41px;
    font-weight: 500;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #6C7778;
    width: 90%;
    max-width: 900px;
    margin: 20px 0;
}
.btn-max{
    background: #FF9900 0% 0% no-repeat padding-box;
    border: 1px solid #FF9900;
    border-radius: 36px;
    width: fit-content;
    height: fit-content;
    margin: 20px 0;
    margin-top: 35px;
}
.btn-max a{
    padding: 27px 42px;
    display: block;
    width: fit-content;
     font-size: 28px;
    font-weight: bold;
    font-family: 'Amazon Ember', sans-serif;
    letter-spacing: 0px;
    color: #FFF;
}
section.esperas .footer-map{
    width: 700px;
    right: 0;
    position: absolute;
    bottom: 0;
}
.footer{
    display: flex;
    justify-content: center;
    background: #232F3E;
    padding: 50px 0px;
    color: #ffffff;
  }
  
  .boxcontentfooter{
    display: flex;
    flex-direction: column;
    width: 1108px;
  }
  
  .logofooter{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  
  .logofooter img{
    flex: 0 0 245px;
    max-width: 435px;
    /* height: 64px; */
    display: block;
    overflow: hidden;
    margin-bottom: 1em;
    
  }
  .linksfooter{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
  }
  .linkstext, .linksicon{
    display: flex;
  }
  
  .linkstext ul, .linksicon ul{
    display: flex;
  }
  .linkstext ul li{
    list-style: none;
    padding-right: 25px;
  }
  .linksicon ul li{
    list-style: none;
    padding-left: 20px;
  }
  
  .linkstext ul li a{
    text-decoration: none;
    color: #ffffff;
  }
  .linksicon ul li a{
    color: #0099D9;
  }
  
  div.overlay{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #00000080 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  div.overlay .modal{
    width: 90%;
    max-width: 850px;
  }
  div.overlay .iframe-yt{
    aspect-ratio: 16/9;
    width: 100%;
  }
  div.overlay .close{
    font-size: 40px;
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement {
    height: 32px;
    line-height: 1.3;
    border: 1px solid #dddddd !important;
    }

    .frm_form_field input, .frm_form_field select, .frm_form_field textarea {
        border: 1px solid #dddddd !important;
    }

    .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
        background-color: #ffffff;
        border-color: #ff9900;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255,153,0, 0.6);
    }

    header .sec .logos img{
        width: 420px;
        height: auto;
    }

    .reasons{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 20px 0;

    }
    section.how .info .cont-data .info-lv{
        flex-direction: column;
        align-self: start;
        margin: 1em 0;
        
    }
    ul.custom-list{
        color: #FFF;
    }
    ul.custom-list li{
        list-style: none;
        margin-bottom: 10px;
        color: #FFF;
    }
    ul.custom-list li a{
        color: #FFF;
    }

    ul.custom-list p{
        color: #FFF;  
    }

    ul.custom-list a{
       color: #0099D9;
    }

    .info-lv p{
        color: #FFF;
    }
    .info-lv p a{
        color: #0099D9;

    }
    .info-lv p a.button-primary{
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Amazon Ember', sans-serif;
        letter-spacing: 0px;
        background: #FFF;
        color: #0099D9;;
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 12.5px;
        border-radius: 36px;

        width: fit-content;
        margin: 10px 0px ;
        transition: all .3s ease-in-out;
        
    }
    .info-lv p a.button-primary:hover{
        background: #0099D9;
        color: #FFF;
        
    }
        
    



    /* ====== UL principal ====== */
.custom-list {
    list-style: none;           /* quitamos los bullets nativos */
    padding: 0;

  }
  
  /* ====== LI individual ====== */
  .custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;                  /* espacio entre icono e info */
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.5;
    color: #FFF;
  }
  
  /* ====== Iconos/imagenes pequeñas ====== */
  .custom-list li img {
    width: 26px;                /* tamaño configurable */
    height: 26px;
    flex-shrink: 0;             /* evita que se deforme */
    margin-top: 3px;            /* alinea mejor si el texto es multilinea */
    filter: invert(1);
  }
  
  /* ====== Hover opcional ====== */
  .custom-list li:hover {
    color: #0ea5e9;             /* color de texto al pasar el mouse */
  }

  @media (min-width: 992px) {
    /* html, body {
      font-size: 70% !important; 
    } */
  }

  @media (max-width: 1575px) { 
    section.esperas .footer-map{
        width: 650px;
    }
  }
  @media (max-width: 1425px) { 
    section.esperas .desc{
        width: 65%;
        font-size: 37px;
        font-weight: 500;
        font-family: 'Amazon Ember', sans-serif;
    }
    section.main .info h2{
        font-size: 60px;
        font-weight: bold;
        font-family: 'Amazon Ember', sans-serif;
    }
  }
  @media (max-width: 1350px) { 
    section.esperas .footer-map{
        width: 600px;
    }
  }
  @media (max-width: 1280px) { 
    section.main{
        margin-top: 128.81px;
    }
    section.main .info h2 {
        font-size: 52px;
        font-weight: bold;
        font-family: 'Amazon Ember', sans-serif;
    }
    section.esperas .footer-map {
        width: 525px;
    }
    section.esperas .desc {
        font-size: 32px;
        font-weight: 500;
        font-family: 'Amazon Ember', sans-serif;
    }
    header .sec .logos img{
        width: 400px;
    }
    section.how .info .cont-data .info-lv .img{
        width: 250px;
    }
    section.how .info .cont-data .desc{
        font-size: 22px;
        font-weight: normal;
        font-family: 'Amazon Ember', sans-serif;
    }
    section.how .info .cont-data .info-lv .info-ls .name{
        font-size: 34px;
    }
    section.how .info .cont-data .info-lv .info-ls .ocupation{
        font-size: 27px;
        line-height: 34px;
    }
    section.how .info .cont-data .ls-desc{
        font-size: 20px;
    }
    section.how .info .cont-form .form{
        width: 460px;
    }
  }
  /* Extra large devices (large desktops, 1200px and up) */
  @media (max-width: 1200px) { 
    .boxcontentfooter {
     width: 95%;
    }
    section.crece .title, section.why .title, section.how .main-title{
        font-size: 65px;
        line-height: 77px;
    }
    section.how .main-title .blue{
        font-size: 43px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-title{
        font-size: 36px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        font-size: 24px;
    }
    section.tutos .cont .img .bg-img{
        width: 425px;
    }
    section.tutos .cont .info .blue .sub-title{
        font-size: 47px;
    }
    section.tutos .cont .info .blue .desc{
        font-size: 30px;
    }
    section.tutos .cont .info .blue{
        padding: 50px 20px;
    }
    section.videos .title{
        font-size: 65px;
    }
    section.videos .desc{
        font-size: 35px;
        line-height: 45px;
    }
  }
  @media (max-width: 1110px) { 
    section.main .video img{
        max-width: 400px;
    }  
    section.main .video h3{
        font-size: 37px;
    }
    header nav ul li{
        margin: 0 5px;
    }
    section.esperas .footer-map{
        width: 500px;
    }
    section.esperas .desc{
        font-size: 30px;
        line-height: 40px;
    }
    section.main .info h2{
        font-size: 48px;
    }
    header .sec .logos img{
        width: 365px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        font-size: 22px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-title {
        font-size: 32px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc img{
        width: 30px;
    }
    section.tutos .cont .img .bg-img {
        width: 400px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto{
        margin-top: 40px;
    }
    section.tutos .cont .info .blue{
        margin-top: 45px;
    }
    .cont-video .info-video .video-title{
        font-size: 30px;
    }
    .cont-video .info-video .video-people{
        font-size: 22px;
        line-height: 25px;
    }
    .cont-video .info-video .video-puesto{
        font-size: 15px;
    }
    section.esperas{
        padding-top: 0;
    }
    .slick-videos{
        height: 480px;
    }
    section.main{
        margin-top: 128.96px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (max-width: 1000px) { 
    .boxcontentfooter {
      width: 95%;
    }
    .linksfooter {
      flex-direction: column;
    }
    .linkstext, .linksicon {
     width: 100%;
     margin-bottom: 20px;
    }
    .linksicon ul li:first-child {
      padding-left: 0px;
    }
    header .sec .logos img {
        width: 300px;
    }
    header nav ul li{
        padding: 5px;
        font-size: 16px;
    }
    section.main .info h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.crece .title, section.why .title, section.how .main-title {
        font-size: 55px;
        line-height: 70px;
    }
    section.why .desc{
        font-size: 21px;
        line-height: 28px;
    }
    section.why .desc span{
        font-size: 21px;
    }
    section.why .reasons .info img{
        width: 100px;
    }
    section.why .reasons .info .point{
        margin-left: 18px;
        margin-right: 30px;
    }
    section.why .reasons .info .title, section.why .reasons .info .point{
        font-size: 29px;
    }
    section.why .reasons .info .desc{
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
    }
    section.how .info{
        flex-direction: column;
        align-items: center
    }
    section.how .info .cont-data .info-lv{
        justify-content: space-around;
    }
    section.how .info .cont-form .form{
        width: 500px;
        margin-top: 100px;
    }
    section.tutos .cont .info .cont-tutos .info-tuto .tuto-desc{
        width: 80%;
        text-align: center;
        line-height: 32px;
    }
    section.videos .title {
        font-size: 55px;
    }
    section.esperas .footer-map {
        width: 420px;
    }
    section.main{
        margin-top: 125.98px;
    }
  }

  @media (max-width: 880px){
    .menu-activador {
        display: block;
    }
    header nav{
        position: absolute;
        width: 100%;
        top: -350px;
        left: 0;
        background-color: white;
    }
    header nav ul{
        flex-direction: column;
    }
    header .sec .logos img {
        width: 320px;
    }
    section.main .cont {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header nav ul li{
        padding: 15px 0;
        font-size: 18px;
    }
    .half {
        width: 100%;
    }
    section.main .info h2{
        text-align: center;
        margin-bottom: 40px;
    }
    section.main .video{
        width: 100%;
    }
    section.crece .title, section.why .title, section.how .main-title{
         font-size: 36px;
    }
    section.how .main-title .blue{
         font-size: 28px;
    }
    section.tutos .cont .img .bg-img{
        display: none;
    }
    .slick-videos .slick-current{
        transform: unset;
    }
    section.esperas{
        background-size: cover;
    }
    section.how .info .cont-form .form{
        width: 90%;
        display: block;
        margin: 100px auto 20px;
    }
    section.main{
        margin-top: 132.74px;
    }
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (max-width: 768px) { 
    .logofooter {
      justify-content: center;
    }
    .linksfooter {
      flex-direction: column;
    }
    .linkstext, .linksicon {
        justify-content: center;
    }
    .linkstext ul {
      flex-direction: column;
      align-items: center;
    }
    .linkstext ul li {
      padding-right: 0px;
      margin-bottom: 10px;
    }
    section.crece .title, section.why .title, section.how .main-title{
        font-size: 41px;
        line-height: 49px;
    }
    section.crece .sub-title{
        font-size: 40px;
    }
    section.why .reasons .info{
        flex-direction: column;
        margin-bottom: 0rem;
        align-items: center;
    }
    section.why .reasons .info .point{
        display: none;
    }
    section.why .reasons .info .title{
        margin: 0;
    }
    section.why .reasons .info img {
        width: 100px;
        margin-bottom: 1em;
    }
    .data{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.how .main-title{
        padding-left: 20px;
    }
    section.how .main-title .blue {
        font-size: 30px;
    }
    section.videos .title {
         font-size: 36px;
        line-height: 55px;
    }
    section.videos .desc {
        font-size: 29px;
        line-height: 39px;
    }
    section.esperas .footer-map {
        width: 300px;
    }
    section.esperas .desc{
        width: 80%;
        font-size: 27px;
        line-height: 35px;
    }
    section.esperas .title{
         font-size: 36px;
    }
    .btn-max a{
        font-size: 30px;
    }
    section.crece .cont-blue {
        
        width: 100%;
        margin: 15px auto;
        padding: 25px;
    }
    section.why .desc {
        width: 100%;
        margin: 15px 0;
    }
    section.how .info .cont-form .form {
        width: 100%;
    }
    .reasons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        margin: 0px 0;
        text-align: center;
    }
   }

  @media (max-width: 600px) { 
    section.crece .title, section.why .title, section.how .main-title {
        font-size: 35px;
        line-height: 40px;
    }
    section.crece .sub-title {
        font-size: 33px;
    }
    section.crece .sub-title img{
        width: 35px;
        margin-left: 5px;
    }
    section.esperas .footer-map {
        width: 250px;
    }
    header .sec{
        width: 95%;
        margin: 0 auto;
        justify-content: space-between;
    }
    header .sec .logos img{
        width: 280px;
    }
    section.how .main-title .blue{
        line-height: 35px;
    }
    section.how .info .cont-data .title{
        font-size: 30px;
    }
    section.inspirarte .grid_row{
        grid-template-columns: 1fr;
    }
  }
@media (max-width: 480px){
   
    header .sec{
        height: 80px;
        box-sizing: border-box;
    }
    .logo-mob{display: block;}
    .logo-desk{display: none;}
    section.main {
        margin-top: 100px;
    }
    section.main::after{
        content: unset;
    }
    header .why span{
        margin-left: 20px;
        font-size: 14px;
    }
    section.how .info .cont-data .info-lv{
        flex-direction: column;
    }
    section.how .info .cont-form .form{
        width: 100%;
    }
    section.tutos .cont .info .cont-tutos{
        flex-direction: column;
    }
    section.tutos .cont .info .cont-tutos .info-tuto{
        width: 100%;
    }
    section.crece .cont-blue .cont-airplane{
        display: none;
    }
    header .sec .logos img{
        width: 165px;
    }
    section.crece{
        padding-top: 50px;
    }
    section.crece .sub-title{
        line-height: 40px;
        margin-top: 15px;
    }
    section.tutos .cont .info .title{
        padding-left: 20px;
        font-size: 45px;
    }
    section.tutos .cont .info .blue .sub-title{
        font-size: 40px;
    }
    section.videos .title{
        font-size: 40px;
    }
    section.esperas{
        overflow: hidden;
    }
    section.esperas .footer-map {
        width: 180px;
        right: -25px;
    }
    .btn-max a {
        font-size: 19px;
        padding: 10px 10px;
        line-height: 1.4;
    }
    section.how .info .cont-data .info-lv .img {
        margin: 30px 0;
    }
    .info-ls{
        margin-bottom: 2rem;
    }
    section.main{
        margin-top: 80px;
    }

    html, body { overflow-x: hidden; }

}

@media (max-width: 380px){
    header .why span {
        font-size: 12px;
    }
}

/* === Paleta Royal === */
:root{
    --royal-blue:#004D99;
    --light-gray:#D1D3D4;
    --slate-gray:#697278;
    --rich-black:#000000;
  
    --mango:#FFD34E;
    --fresh-mint:#B0E2B4;
    --blueberry:#4A8FD8;
    --papaya:#F6958A;
    --terracota:#b0615a;
  }
  
  /* Base sin tocar tu layout */
  a{color:var(--royal-blue);text-decoration:none}
  a:hover{color:var(--blueberry)}
  button,.button,.btn,.wp-block-button__link{
    background:var(--royal-blue);
    color:#fff;
    border:0;
    border-radius:.5rem;
    padding:.7rem 1rem;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  button:hover,.button:hover,.btn:hover,.wp-block-button__link:hover{
    background:var(--blueberry);
    color:#fff;
  }
  .site-footer,#colophon,footer{
    background:var(--rich-black);
    color:var(--light-gray)
  }
  .site-footer a,#colophon a,footer a{color:var(--fresh_mint)}
  .site-footer a:hover,#colophon a:hover,footer a:hover{color:var(--mango)}
  
  /* Utilidades opt-in */
  .bg-royal{background:var(--royal-blue)!important;color:#fff}
  .bg-slate{background:var(--slate-gray)!important;color:#fff}
  .bg-mango{background:var(--mango)!important}
  .text-royal{color:var(--royal-blue)!important}
  .text-slate{color:var(--slate-gray)!important}
  .text-light{color:var(--light-gray)!important}
  
  /* Nuevas secciones (no afectan el resto) */
  .royal-hero{
    background:linear-gradient(135deg,var(--royal-blue),var(--slate-gray));
    color:#fff;padding:3rem 1.25rem;text-align:center
  }
  .royal-hero h1{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 .75rem}
  .royal-hero p{font-size:clamp(1rem,1.6vw,1.2rem);max-width:900px;margin:.5rem auto 1.25rem}
  .royal-cta{
    display:inline-block;background:var(--mango);color:#222;
    padding:.85rem 1.25rem;border-radius:.5rem;font-weight:700
  }
  .royal-cta:hover{background:var(--papaya);color:#111}
  
  .royal-section{padding:2.5rem 1rem;border-top:1px solid var(--light-gray)}
  .royal-section h2{color:var(--royal-blue);margin:0 0 .75rem;font-size:clamp(1.4rem,2.2vw,2rem)}
  .royal-grid{display:grid;gap:1rem;grid-template-columns:1fr}
  @media (min-width:640px){.royal-grid{grid-template-columns:repeat(2,1fr)}}
  @media (min-width:992px){.royal-grid{grid-template-columns:repeat(3,1fr)}}
  .royal-card{
    background:#fff;border:1px solid var(--light-gray);
    border-radius:.75rem;padding:1rem;box-shadow:0 1px 2px rgba(0,0,0,.04)
  }
  .royal-card h3{margin:.2rem 0;color:var(--slate-gray)}
