@import url('https://vuela.aeromexico.com/fonts/stylesheet.css');

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #ffffff;
    font-family: 'Garnett-Regular', sans-serif;
    color: #0b2343;
    min-width: 320px;
}

label{
    margin: 0;
}

a {
    cursor: pointer !important;
}

p {
    margin-bottom: 0;
}

#airportSelect {
    display: none;
}

#airportOptions {
    display: block;
}

#desktop {
    display: block;
}

#mobile {
    display: none;
}

#banners {
    display: none;
}

.general {
    max-width: 734px;
    margin: 0 auto;
    padding-top: 65px;
}

.generalContainer {
    max-width: 1280px;
    margin: 0 auto;
}

.generalContainers {
    margin: 0 auto;
}

.contentMenu {
    background-color: #E8EFF4;
    padding: 70px 80px 10px 80px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 9980;
    width: 100%;
}

.leftMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleMenu {
    font-family: 'NeueHaasUnicaPro-Medium';
    font-size: 16px;
    color: #0B2343;
    text-decoration: none;
}

.leftMenu img {
    margin-right: 10px;
    width: 38px;
}

.leftMenu img:hover {
    cursor: pointer;
}

.leftMenu .titleMenu span {
    color: #1B8198;
}

.rightMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightMenu ul {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.rightMenu li {
    float: left;
}

.rightMenu li .optionMenu {
    font-family: 'NeueHaasUnicaPro-Medium';
    display: block;
    color: #0B2343;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
}

.rightMenu li a:hover {
    text-decoration: none;
}

.blueBtnMenu {
    font-size: 12px;
    color: #ffffff !important;
    padding: 10px 32px;
    border-radius: 25px;
    background-color: #007CC2;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 200;
}

.blueBtnMenu:hover {
    background-color: #E91B2F;
}

.contentHeader {
    background-color: #E8EFF4;
    padding: 160px 0 0 0;
    text-align: center;
}

.bottomHeader {
    background-image: linear-gradient(to bottom, rgb(232 239 244 / 60%), rgba(235, 240, 242, 0)), url('../img/background.png');
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto;
    padding: 120px 0;
    text-align: center;
}

.bottomHeader img {
    width: 1280px;
    max-width: 100%;
}

/* .bottomHeader .generalContainer {
    height: 420px;
} */

.contentHeader p.preheader {
    font-family: 'NeueHaasUnicaPro-Medium';
    display: block;
    color: #0B2343;
    font-size: 14px;
    margin: 0;
}

.contentHeader .title {
    font-family: 'NeueHaasUnicaPro-Medium';
    font-size: 70px;
    line-height: 74px;
    color: #0b2343;
    font-weight: normal;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.contentHeader .title span {
    color: #1B8198;
}

.contentHeader .content {
    font-family: 'NeueHaasUnicaPro-Light';
    font-size: 24px;
    color: #0B2343;
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
}

.btnsHeader {
    display: flex;
    justify-content: center;
    margin: 20px 20px 0;
}

.btnsHeader .blueBtn {
    margin-right: 20px;
}

.btnsHeader .blueBtn img {
    padding-bottom: 3px;
    margin-right: 5px;
}

.contentBody {
    position: relative;
    top: -180px;
}

.blueBtn {
    font-size: 12px;
    color: #ffffff !important;
    padding: 14px 44px;
    border-radius: 25px;
    background-color: #007CC2;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.blueBtn:hover {
    background-color: #E91B2F;
    color: #ffffff !important;
}

.whiteBtn {
    font-size: 12px;
    color: #007CC2 !important;
    padding: 14px 45px;
    border-radius: 25px;
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.whiteBtn:hover {
    text-decoration: none;
    background-color: #E91B2F;
    border: 1px solid #E91B2F;
    color: #ffffff !important;
}

.bodyTitle {
    max-width: 630px;
}

.bodyTitle .title {
    font-family: 'Garnett-Semibold', sans-serif;
    font-size: 44px;
    line-height: 48px;
    color: #020C41;
    font-weight: normal;
    max-width: 432px;
}

.bodyTitle .title span {
    color: #030D75;
}

.subtitle {
    font-family: 'Garnett-Regular', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #020C41;
    margin: 0;
    padding: 10px 0;
}

.tabs-SGSH {
    padding: 40px 0 0 0;
}

.nav-tabs-container{
    overflow: auto hidden;
    border-bottom: 1px solid #007DC3;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-family: 'Garnett-Semibold', sans-serif;
    color: #020C41;
    background-color: #ffffff;
    border-color: #007DC3 #007DC3 #ffffff;
}

.nav-link {
    font-size: 14px;
    line-height: 20px;
}

#pills-tab {
    background: #F2F2F0;
    border-radius: 4px;

}

#pills-tab .nav-item {
    border-right: 1px solid #D6D6D6;
}

#pills-tab .nav-item:last-of-type {
    border-right: 0px;
}

#pills-tab .nav-link {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
    color: #020C41;
    margin: 2px 6px;
}

#pills-tab .nav-link:hover {
    color: #035CF7;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #FFFFFF;
    color:#035CF7 !important;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.wrapper-intro{
    padding: 40px 0;
}

.tab-intro {
    display: flex;
    /* padding: 40px 0; */
    justify-content: space-between;
    align-items: center;
    max-width: 734px;
    margin: 0 auto;
}

.tab-intro .title {
    font-family: 'Garnett-Semibold', sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #020C41;
    font-weight: normal;
    max-width: 500px;
    margin: 0;
}

.tab-intro .subtitle {
    max-width: 500px;
}

.content-banner-important{
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.banner-important{
    padding: 15px;
    background: #EBF5FA;
    border-radius: 3px;
    display: flex;
    width: 500px;
    /* margin: 0 auto; */
    align-items: center;
}

.banner-important p {
    color: #0b2343;
    margin: 0 10px;
    font-size: 14px;
}

.banner-important p span {
    font-family: 'NeueHaasUnicaPro-Medium';
    color: #0B2343;
}

a.link-important{
    color: #0B2343!important;
    text-decoration: underline;
}

.content-banner-infografia{
    display: flex;
    align-items: center; 
    padding: 20px;
}

.banner-infografia {
    background: rgba(229, 229, 229, 0.2);
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    max-width: 937px;
    margin: 0 auto;
    align-items: center;
}

.banner-infografia p {
    color: #020C41;
    margin: 0 10px;
    font-size: 14px;
}

.banner-infografia p span {
    font-family: 'Garnett-Regular', sans-serif;
    color: #035CF7;
}
/* BANNER MÁS INFORMACIÓN */
.generalMoreInfo {
    max-width: 1122px;
    margin: 0 auto;
}

.more-info {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin: 40px auto 80px;
}

.wrapperMoreInfo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 20px;
}

.wrapperMoreInfo img {
    max-width: 100%;
}

.moreInfo-RightWrapp {
    max-width: 600px;
}

.moreInfo-RightWrapp h3 {
    font-family: 'NeueHaasUnicaPro-Medium';
    color: #0b2343;
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
    max-width: 420px;
}

.moreInfo-bulletsContent {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.moreInfo-bulletsContent img {
    margin-right: 10px;
}

.moreInfo-bulletsContent p {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    max-width: 510px;
}

.footerMoreInfo {
    background: #F2F8FC;
    padding: 20px 60px;
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}                                      

.footerMoreInfo p {
    color: #0B2343;
    font-size: 16px;
    line-height: 24px;
} 

.footerMoreInfo .downloadCTA img {
    margin-right: 10px;
    width: 16px;
}

.footerMoreInfo .downloadCTA {
    border: 1px solid #007CC2;
    border-radius: 25px;
    background-color: #007CC2;
    padding: 14px;
    width: 27%;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.footerMoreInfo .downloadCTA:hover {
    background-color: #bd2d34;
    border: 1px solid #bd2d34;
}

.info-aditional {
    background-color: #004990;
    display: flex;
}

.content-aditional {
    padding: 40px 0 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.info-aditional .title {
    font-family: 'NeueHaasUnicaPro-Light';
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
    padding: 20px 40px;
    margin-bottom: 0;
}

.subcontent-aditional {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 1280px;
}

.item-aditional {
    /*width: 420px;*/
    width: 50%;
    margin: 0 auto;
    height: 400px;
    padding-top: 20px;
}

.item-aditional:nth-of-type(2) {
    /*border-right: 1px solid rgba(255, 255, 255, 0.3);*/
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.subcontent-aditional .item-aditional img {
    width: 90px;
    max-width: 100%;
    padding-top: 15px;
}

.item-aditional h5 {
    font-family: 'NeueHaasUnicaPro-Regular';
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 0;
}

.item-aditional p {
    font-family: 'NeueHaasUnicaPro-Regular';
    font-size: 14px;
}

.aditional-btn {
    height: 290px;
    max-width: 240px;
    margin: 0 auto
}

.item-aditional .btnAditional {
    font-family: 'NeueHaasUnicaPro-Regular';
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 24px;
    cursor: pointer;
}

.btnAditional:hover {
    background-color: #E91B2F;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #E91B2F;
}

/* .item-aditional:nth-of-type(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
} */

.content-pills {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
    max-width: 734px;
    margin: 0 auto;
    padding-top: 0;
}

.content-pills p {
    color: #666666;
}

#wrapperGral {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 740px;
    padding-bottom: 85px;
}

/* Contenedor de toda la infografia. A este se le pone el scroll horizontal*/
.wrapperInfografia {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
    overflow-x: auto;
}

.wrapperInfografia.twoColumns {
    max-width: 640px;
}

/* Este es el contenedor invisible, el que rebasa el tamaño del wrapper original */
.contenedorTooltipImgs {
    position: relative;
    height: 276px;
    width: 100%;
}

/* Imagen infografia */
.contenedorTooltipImgs img {
    height: 100%;
}

/* Clase general para todo los tooltips */
.tooltipInfografia {
    position: absolute;
    z-index: 100;
}

.tooltipInfografia:hover {
    z-index: 9960;
}

/* Clase general de los números en circulito */
.tooltipInfografia a.cicleNumber {
    align-items: center;
    background-color: #020C41;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 30px;
    font-family: 'Garnett-Regular', sans-serif;
    font-size: 11px;
}

.tooltipInfografia:hover>a.cicleNumber {
    background-color: #FA0073;
}

/* Clase general del cuadro de texto del tooltip. Abajo el título y el párrafo*/
.tooltipInfografia .tooltipText {
    background-color: #020C41;
    border-radius: 3px;
    color: #ffffff;
    display: none;
    flex-direction: column;
    width: 210px;
    padding: 20px 15px;
    position: absolute;
    
}

.tooltipInfografia .tooltipText:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipInfografia .tooltipText a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
    line-height: 18px;
}

.tooltipInfografia .tooltipText h5 {
    font-family: 'Garnett-Semibold', sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.tooltipInfografia .tooltipText p {
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    margin: 0;
}


@media (min-width:1600px) {
    .contentMenu {
        padding: 70px 120px 10px 120px;
    }
}


@media (max-width: 1193px) {
    .general {
        padding-top: 60px;
    }

    .generalContainer {
        padding: 0 94px;
    }


    .bottomHeader {
        background-image: linear-gradient(to bottom, rgb(232 239 244), rgba(235, 240, 242, 0)), url('../img/background.png');
        background-position: center;
        padding-top: 100px;
    }

    .aditional-btn {
        height: 300px;
    }

    .contentBody {
        position: relative;
        top: -240px;
    }

    .moreInfo-RightWrapp {
        max-width: 600px;
        margin-left: 20px;
    }
}

/* Muestra el tooltip de texto cuando hacen hover (sólo desktop, después es al click -ver js-)*/
@media (min-width: 1280px) {
    .tooltipInfografia:hover>.tooltipText {
        display: flex;
    }
}

/* esta clase se inserta por ciertos segundos al click */
.activeTooltip {
    z-index: 1000;
}

.activeTooltip a.cicleNumber {
    background-color: #FA0073;
}

.activeTooltip .tooltipText {
    display: flex;
}

/* Posición del tooltip derecha/izquierda*/
.tooltipLeft .tooltipText::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid white;
}

.tooltipRight .tooltipText::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid white;
}

@media only screen and (max-width:1020px) {
    .generalContainer {
        padding: 0 60px;
    }

    .general {
        padding-top: 60px;
    }

    .content-aditional {
        padding: 40px 60px;
    }

    .iframe {
        height: 460px;
    }

    .contentMenu {
        padding: 70px 20px 10px 20px;
    }

    .contentHeader .title {
        font-size: 64px;
    }

    .contentHeader .content {
        font-size: 22px;
    }

    .tab-intro .title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 20px;
    }

    .banner-infografia p {
        font-size: 14px;
    }

    .subcontent-aditional {
        padding: 0 20px 20px;
    }

    .aditional-btn {
        height: 320px;
    }

    .info-aditional .title {
        font-size: 22px;
    }

    .bodyTitle {
        max-width: 500px;
    }

    .bodyTitle .title {
        font-size: 46px;
    }

    .content-pills p {
        font-size: 14px;
    }

    .contentBody {
        position: relative;
        top: -120px;
    }

    #backgroundHeader {
        display: none;
    }

    .bottomHeader {
        background-image: linear-gradient(rgb(233 239 244 /40%), rgba(235, 240, 240, 0)), url('../img/background-mobile.png');
        background-position: center;
        padding: 200px 0;
    }

    .footerMoreInfo .downloadCTA {
        width: 35%;
    }

}

@media only screen and (min-width: 826px) and (max-width:1019px) {
    .bottomHeader {
        padding: 180px 0 !important;
    }
}

@media only screen and (max-width: 980px){
    .content-pills p {
        display: none;
    }

    .content-pills {
        justify-content: center;
    }

    .wrapperMoreInfo {
        flex-direction: column;
    }

    .moreInfo-RightWrapp {
        margin-left: 0;
    }

    .moreInfo-RightWrapp h3 {
        margin: 20px auto;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        max-width: 60%;
    }

    .footerMoreInfo {
        flex-direction: column;
        text-align: center;
    }

    .footerMoreInfo .downloadCTA {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (max-width:891px) {
    .contentHeader .title {
        font-size: 52px;
        max-width: 600px;
        line-height: 55px;
    }

    .tab-intro .subtitle {
        font-size: 18px;
        max-width: 400px;
        line-height: 24px;
    }

    .banner-important{
        width: 400px;
    }

    .iframe {
        height: 400px;
    }

    .bottomHeader .generalContainer {
        height: 340px;
    }

    .bottomHeader {
        padding: 200px 0;
    }

}

@media only screen and (max-width:824px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .generalContainer {
        padding: 20px 40px;
        max-width: 712px;
    }

    .general {
        padding: 20px 0;
        padding-top: 60px;
    }

    .titleMenu {
        font-size: 14px;
    }

    .rightMenu li .optionMenu {
        font-size: 13px;
        margin: 0 5px;
    }

    .contentMenu {
        padding: 70px 10px 10px 10px;
    }

    .contentHeader .content {
        font-size: 18px;
    }

    .blueBtnMenu {
        padding: 10px 20px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .tab-intro .title {
        font-size: 24px;
        line-height: 32px;
    }

    .tab-intro .subtitle {
        font-size: 16px;
    }

    .content-aditional {
        padding: 40px;
    }

    .subcontent-aditional .item-aditional {
        padding: 0 20px;
    }

    .subcontent-aditional {
        padding: 0;
    }

    .subcontent-aditional .item-aditional img {
        width: 80px;
        padding-top: 10px;
    }

    .content-banner-infografia{
        display: flex; 
        padding: 10px;
    }

    .wrapper-intro{
        padding: 20px 0;
    }

    /* .banner-infografia {
        padding: 15px;
    } */

    .bottomHeader .generalContainer {
        height: 300px;
    }
}

@media only screen and (max-width: 700px){
    .leftMenu .titleMenu {
        display: none;
    }

    .btnsHeader {
        display: none;
    }
}

@media only screen and (max-width:680px) {
    .generalContainer {
        padding: 0 20px 40px;
    }

    .general {
        padding: 40px 20px 0 20px;
    }

    .contentHeader {
        padding: 140px 0 0 0;
    }

    #airportOptions {
        display: none;
    }

    #airportSelect {
        display: block;
    }

    .content-pills {
        padding: 20px 0;
        justify-content: center;
        align-items: center;
    }

    .contentSelect {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #020C41;
    }

    label {
        font-size: 12px;
        margin: 10px 0;
    }

    select {
        font-family: 'Garnett-Semibold', sans-serif;
        width: 158px;
        height: 36px;
        color: #020C41;
        border: 1px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px 5px;
        background: #ffffff;
        margin-left: 20px;
    }

    select:focus {
        outline: none;
    }

    .contentHeader .title {
        font-size: 42px;
        max-width: 340px;
        line-height: 42px;
    }

    .contentHeader .content {
        font-size: 16px;
        max-width: 360px;
        line-height: 22px;
    }

    .bottomHeader .generalContainer {
        height: 240px;
    }

    .bottomHeader .generalContainer {
        height: 100px;
    }

    .bodyTitle .title {
        font-size: 36px;
        line-height: 36px;
    }

    .subtitle {
        padding: 5px 0;
    }

    #generalTabs .nav-link {
        padding: 10px 15px;
        width: auto;
    }

    .tab-intro {
        display: block;
        padding: 20px 0;
        padding-bottom: 0;
        justify-content: center;
    }

    .banner-important{
        width: 100%;
        padding: 10px;
    }


    .content-banner-important{
        padding: 0;
    }

    .banner-infografia p {
        margin: 0 10px;
    }

    .subcontent-aditional {
        display: grid;
    }

    .aditional-btn {
        height: 260px;
    }

    .subcontent-aditional .item-aditional {
        padding: 20px 20px 30px 20px;
    }

    .item-aditional:nth-of-type(2) {
        border-right: 0px;
        border-left: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .subcontent-aditional .item-aditional img {
        width: 100px;
        padding-top: 0;
    }

    #contentBody {
        position: relative;
        top: 30px;
    }

    .contentHeader {
        padding: 140px 20px 0 20px;
    }

    .tabs-SGSH {
        padding: 40px 0 0 0;
    }

    .bottomHeader {
        background-image: linear-gradient(rgb(233 239 244 /40%), rgba(235, 240, 240, 0)), url('../img/bgmob.png');
        background-position: center;
        background-position: top center;
        background-size: contain;
    }

    .nav-tabs {
        padding: 0 10px;
    }

    #antes-viaje .wrapper-intro{
        padding: 20px 0 40px 0;
    }

    .moreInfo-bulletsContent p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .footerMoreInfo p {
        font-size: 14px;
        line-height: 20px;
    }

    .footerMoreInfo .downloadCTA {
        width: 100%;
    } 

}

@media only screen and (max-width:600px) {
    #wrapperGral {
        padding: 0;
        padding-bottom: 40px;
    }

    .tooltipText {
        display: none !important;
    }

    .tabs-SGSH {
        padding: 40px 0 0 0;
    }

    #banners {
        display: block;
        background-color: #002B5C;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        /* position: relative;
        top: -80px; */
    }

    .headBanner {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        align-items: center;
        text-align: center;
        padding: 15px 20px;
    }

    .headBanner h5 {
        font-family: 'NeueHaasUnicaPro-Medium';
        font-size: 16px;
        margin: 0;
        font-weight: normal;
        text-align: left;
    }

    .headBanner img {
        margin-left: 10px;
    }

    .headBanner img:hover {
        cursor: pointer;
    }

    .bodyBanner {
        padding: 20px;
    }

    .bodyBanner p {
        font-size: 14px;
        margin: 0;
        line-height: 20px;
    }

    .btnBanner {
        width: 100%;
        height: 40px;
        border-radius: 25px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        font-size: 14px;
        cursor: pointer;
        margin: 20px 0 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0B2343;
    }

    .btnBanner:focus {
        outline: none;
    }

    .nav-tabs .nav-item {
        width: 22%;
        min-width: min-content;
    }

    .nav-tabs {
        padding: 0 20px;
    }

    .content-aditional {
        padding: 20px;
    }

    .item-aditional {
        width: auto
    }

    .info-aditional .title {
        padding: 20px 0;
        font-size: 20px;
        line-height: 26px;
    }

    .aditional-btn {
        height: 280px;
    }

    .more-info {
        margin: 40px auto 20px;
    }

    .moreInfo-RightWrapp h3 {
        max-width: 100%;
    }

    .footerMoreInfo { 
        padding: 20px;
    }
}

@media only screen and (max-width:500px) {
    .contentHeader .title {
        font-size: 32px;
        max-width: 500px;
        line-height: 34px;
    }

    .iframe {
        height: 220px;
    }

    .leftMenu img {
        margin-right: 0;
        width: 36px;
    }

    .bodyTitle .title {
        font-size: 32px;
        line-height: 34px;
    }

    .rightMenu li .optionMenu {
        font-size: 12px;
        margin: 0 3px;
    }

    .rightMenu ul {
        margin: 0;
    }

    #generalTabs .nav-link {
        padding: 10px;
        width: auto;
        font-size: 14px;
    }
}

@media only screen and (max-width:400px) {
    .contentMenu {
        padding: 70px 5px 10px 5px;
        justify-content: left;
    }

    .nav-tabs {
        padding: 0px 20px;
    }

    #generalTabs .nav-link {
        padding: 3px 8px;
        width: auto;
    }

    .rightMenu {
        width: 100%;
    }

    .leftMenu img {
        width: 34px;
    }
    
    .blueBtnMenu {
        font-size: 11px;
        padding: 8px 3px;
        width: 25%;
        margin-left: 2px;
        text-align: center;
    }
}

@media only screen and (max-width:320px){
    .blueBtnMenu{
        display: none;
    }

    .leftMenu img {
        width: 34px;
    }

    .contentMenu {
        padding: 70px 15px 10px 15px;
    }

    .rightMenu li .optionMenu {
        font-size: 12px;
        margin:  0 5px;
    }
    select{
        font-size: 12px;
    }

    .moreInfo-RightWrapp h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    .wrapperMoreInfo {
        padding: 20px;
    }
    .footerMoreInfo {
        padding: 20px 10px;
    }
}

@media screen and (max-width:768px) {
    .general{
        max-width: 637px;
    }
    
}

@media screen and (max-width:768px) {
    .nav-tabs{
        max-width: 637px;
    }
    
}


.wrapperInfografia::-webkit-scrollbar{
	height: 8px;
	background-color: #ffffff;
}
.wrapperInfografia::-webkit-scrollbar-track{
    border-radius: 10px;
	background-color: #EBEDF0;    
}
.wrapperInfografia::-webkit-scrollbar-thumb{
	background-color: #CCCCCC;
    height: 8px;
    border-radius: 10px;
}


/* #region Tabs */
.navTabs-container{
    position: relative;
}
.line-tabs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--amLightBlue);
}
.navTabs-scroll{
    overflow: auto;
    position: relative;
}

.navTabs-scroll::-webkit-scrollbar{
    display: none;
}

/* .navTabs-scroll::-webkit-scrollbar-thumb{
    background-color: #CCCCCC;
    border-radius: 12px;
    height: 6px;
} */

.navTabs-container .nav.nav-tabs{
    border-bottom: 0;
    margin: 0 auto;
    max-width: 734px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 16px;
    position: relative;
}

@media only screen and (max-width: 824px){
    .navTabs-container .nav.nav-tabs{
        padding: 0 40px;
        max-width: 712px;
    }
}

@media only screen and (max-width: 680px){
    .navTabs-container .nav.nav-tabs{
        padding: 0 20px;
    }
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    max-width: 148px;
    min-width: max-content;
}

.nav-tabs .nav-link {
    text-align: center;
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid var(--amLightBlue);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: var(--amBrandBlue);
}

.nav-tabs .nav-link:hover{
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid var(--amLightBlue);
}

.nav-tabs .nav-link.active{
    text-align: center;
    border: 1px solid var(--amLightBlue);
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Garnett-Semibold', sans-serif;
    background-color: #ffffff;
}
/* #endregion Tabs */

/* #region 2 columnas*/
.bannerPremios-container{
    width: 100%;
}

.bannerPremios-title{
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #0B2343;
    padding-bottom: 34px;
    font-family: 'NeueHaasUnicaPro-Regular';
    margin: 0;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .bannerPremios-title{
        font-size: 24px;
    }    
}

@media screen and (max-width:440px) {
    .bannerPremios-title{
        font-size: 20px;
    }
    
}

.bannerPremios-wrapper{
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width:640px) {
    .bannerPremios-wrapper{
        align-items: center;
    }    
}

.bannerPremios-element-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.bannerPremios-element-container.lineBetween{
    border-right: 1px solid #E5E5E5;
}


@media screen and (max-width:640px) {
    .bannerPremios-element-container{
        width: 100%;
    }
    .bannerPremios-element-container:first-of-type{
        padding-top: 0;
    }
    .bannerPremios-element-container.lineBetween{
        border-right: none;
    }
      
}

.bannerPremios-elementCircle{
    width: 234px;
    margin-bottom: 10px;
}

@media screen and (max-width:1100px) {
    .bannerPremios-elementCircle{
        width: 200px;
    }    
}

@media screen and (max-width:900px) {
    .bannerPremios-elementCircle{
        width: 180px;
    }    
}

@media screen and (max-width:640px) {
    .bannerPremios-elementCircle{
        width: 120px;
    }    
}


.bannerPremios-elementCircle img{
    width: 100%;
    vertical-align: middle;
}

.bannerPremios-elementText-container{
    padding-bottom: 20px;
    text-align: center;
    max-width: 240px;
}

.bannerPremios-elementText-container .elementTitle{
    color: #0B2343;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:640px){
    .bannerPremios-elementText-container .elementTitle{
        font-size: 16px;
        line-height: 20px;
    }    
}

.bannerPremios-elementText-container .elementSubTitle{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
}

@media screen and (max-width:640px){
    .bannerPremios-elementText-container .elementSubTitle{
        font-size: 14px;
        line-height: 20px;
    }    
}

/* #endregion Banner 2 columnas */

main{
    margin-top: 60px;
}

/* #region Video Component */
.videoComponent-wrapper{
    padding: 80px 20px 120px 20px;
    max-width: 780px;
    margin: 0 auto;   
}

@media screen and (max-width: 680px) {
    .videoComponent-wrapper{
        padding: 40px 20px 60px 20px;
        max-width: 720px;
        margin: 0 auto;   
    }  
}

.videoElement-container{
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .videoElement-container{
        border-radius: 4px;
    }  
}

.videoElement-container .iframeVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* #endregion Video Component */

/* #region Swiper */
.sliderSection{
    overflow-x: hidden;
    background-color: #F3F7FF;
}
.slider-content{
    padding: 80px 20px 32px 20px;
    margin-left: -50px;
}

@media screen and (max-width:740px) {
    .slider-content{
        padding: 40px 20px 20px 20px;
        margin-left: -20px;
    }
}

@media screen and (max-width:680px) {
    .slider-content{
        padding: 40px 20px;
        margin-left: 0;
    }
}
.swiper {
    width: 781px;
    height: 420px;
}

@media screen and (max-width:1024px) {
    .swiper{
        max-width: 744px;
    }
}

@media screen and (max-width:800px) {
    .swiper{
        max-width: 680px;
        height: 360px;
    }
}
@media screen and (max-width:740px) {
    .swiper{
        max-width: 680px;
    }
}


@media screen and (max-width:680px) {
    .swiper{
        width: 100%;
        max-width: 600px;
        height: 400px;
    }
}

@media screen and (max-width:400px) {
    .swiper{
        max-width: 600px;
        height: 400px;
    }
}

@media screen and (max-width:360px) {
    .swiper{
        max-width: 600px;
        height: 400px;
    }
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    width: 50px;
    height: 50px;
    top: 40%;
}

@media screen and (max-width:1024px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        top: 34%;
    }
    
}

@media screen and (max-width:480px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        background-color: inherit;
    }    
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    width: 50px;
    height: 50px;
    top: 40%;
}

@media screen and (max-width:1024px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        top: 34%;
    }    
}

@media screen and (max-width:480px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        background-color: inherit;
    }    
}

.swiper-button-next::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('../assets/flechaderecha.svg');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:480px) {
    .swiper-button-next::after {
        background-image: url('../assets/flechaderecharesp.svg');
    }    
}

.swiper-button-prev::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url('../assets/flechaizquierda.svg');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width:480px) {
    .swiper-button-prev::after {
        background-image: url('../assets/flechaizquierdaresp.svg');
    }    
}


@media screen and (max-width:680px) {
    .swiper-button-next, .swiper-button-prev{
        bottom: 0;
        top: auto;
    }
    
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #E5E5E5;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: var(--amLightBlue);
}

.promoSlider-wrapper{
    display: flex;
    align-items: center;
    padding: 0 50px 0 30px;
}

@media screen and (max-width:680px) {
    .promoSlider-wrapper{
        flex-direction: column;
        align-items: center;
        padding: 0 10px 0 10px;
    }
    
}

@media screen and (max-width:680px) {
    .promoSlider-imageContainer{
        margin-bottom: 16px;
    }
}
.promoSlider-imageContainer .promoSlider-image{
    width: 229px;
}
@media screen and (max-width:768px) {
    .promoSlider-imageContainer .promoSlider-image{
        width: 203px;
    }
}

@media screen and (max-width:680px) {
    .promoSlider-imageContainer .promoSlider-image{
        width: 152px;
    }
}

.promoSlider-textContent{
    margin-left: 32px;
}

@media screen and (max-width:1024px) {
    .promoSlider-textContent{
        margin-left: 24px;
    }    
}

@media screen and (max-width:768px) {
    .promoSlider-textContent{
        margin-left: 16px;
    }    
}

@media screen and (max-width:680px) {
    .promoSlider-textContent{
        margin-left: 0;
        text-align: center;
        max-width: 350px;
    }    
}


.promoSlider-textContent-preHeader{
    color: var(--amLightBlue);
    font-family: var(--amFontMedium);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    padding-bottom: 7px;
}

@media screen and (max-width:680px) {
    .promoSlider-textContent-preHeader{
        font-size: 12px;
        line-height: 18px;
    }    
}


.promoSlider-textContent-header{
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: var(--amBrandBlue);
    font-family: 'Garnett-Semibold', sans-serif;
    padding-bottom: 7px;
    max-width: 415px;
    font-weight: inherit;

}

@media screen and (max-width:680px) {
    .promoSlider-textContent-header{
        font-size: 18px;
        line-height: 24px;
    }    
}

.promoSlider-textContent-content{
    font-size: 16px;
    line-height: 24px;
    color: #666665;
    padding-bottom: 24px;
    max-width: 392px;
    font-family: 'Garnett-Regular', sans-serif;
}

@media screen and (max-width:680px) {
    .promoSlider-textContent-content{
        font-size: 14px;
        line-height: 20px;
    }    
}


.promoSlider-textContent-button{
    color: var(--amLightBlue);
    font-family: 'Garnett-Semibold', sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding: 12px 12px;
    border-radius: 4px;
    border:  1px solid #035CF7;
    background-color: #ffffff;
    text-decoration: none;
}

.promoSlider-textContent-button:hover{
    background-color: var(--amLightBlue);
    border: 1px solid #035CF7;
    text-decoration: none;
    color: #ffffff;

}
@media screen and (max-width:680px) {
    .promoSlider-textContent-button{
        margin: 0 auto;
    }    
}



/* #endregion */
