body{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}
/********* FONTS **********/
.space-mono-regular {
    font-family: "Space Mono", serif;
    font-weight: 400;
    font-style: normal;    
  }

.over-menu{
    background-color: #39B1A7;
    color: #FFF;
    padding-top: 8px;
    padding-bottom: 8px;
    @media (min-width: 992px) { 
        padding-top: 10px;
        padding-bottom: 10px;
    }
    > h3{
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 0;
        @media (min-width: 992px) { 
            font-size: 10px;
            line-height: 12px;
            margin-bottom: 0;
        }
    }
}


.navbar{
    background-color: #3A5BA7 !important;
    @media (min-width: 992px) { 
        padding: 20px 140px;
    }    
    .nav-link{
        color: #FFF !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        opacity: 0.5;
        @media (min-width: 992px) { 
            font-size: 20px;
        }        
    }
    .nav-link.active{
        opacity: 1;
    }
    .nav-link:hover{
        opacity: 1;
    }
    
}

.navbar-toggler{
    border: 0;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-contacto{
    background-color: #FFF;
    color: #3A5BA7;
    border-radius: 100px;
    padding: 5px 12px 5px 40px;
    background-image: url('../img//icon_contac.svg');
    background-position: 12px center;
    background-repeat: no-repeat;
}

.btn-contacto:hover{
    background-color: #FAAF3B;
    color: #333333;
    background-image: url('../img//icon_contac_hover.svg');
}


/*************** HOME *****************/
.hero-home{
    background-image: url('../img/img_home_1_m.png');
    min-height: 600px;
    @media (min-width: 992px) { 
        background-image: url('../img/img_home_1.png');
    }
    background-size: cover;
    background-position: 10% center;
    
    color: #FFF;
    
    .brand-lema{
        margin-top: 380px;
        border-bottom: 1px solid rgb(255, 255, 255);
        font-size: 24px;
        @media (min-width: 992px) { 
            font-size: 30px;
        }   
    }
}

.microsoft{
    background-color: #ECE9F7;
}

.microsoft h4{
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
}

.microsoft a{
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
    color: #333333;
}

.microsoft p{
    font-size: 14px;
    line-height: 18px;
    padding-left: 60px;
    padding-right: 60px;
}

.home-empresas{
    padding-top: 60px;
    padding-bottom: 60px;

    color: #FFF;
    background-image: url('../img/img_home_2_m.png');
    background-position: top;
    background-repeat: no-repeat;
    background-color: #162967;
    @media (min-width: 768px) { 
        background-image: url('../img/img_home_2@2x.png');
        background-size: cover;
        background-position: top right;
    }
    .dream{
        background-color: #3A5BA7;
        border-radius: 10px;
        opacity: 0.8;
        margin-bottom: 20px;
        padding: 30px;
        font-size: 16px;
        position: relative;
    }

    .icon-dreams-1{
        position: absolute;
        top: 35%;
        right: -40px;
    }
    .icon-dreams-2{
        position: absolute;
        top: 35%;
        left: -40px;
    }
    .icon-dreams-3{
        position: absolute;
        top: 35%;
        right: -40px;
    }

}

.home-tipos{
    padding: 0;
    .col-tabs{
        padding: 0;
        -webkit-box-shadow: 10px 0 5px -2px grey;
        -moz-box-shadow: 10px 0 5px -2px grey;
        box-shadow: 10px 0 5px -2px grey;
        @media (min-width: 992px) { 
            padding: 30px 30px 40px 70px;
        }
        @media (min-width: 1200px) {
            padding: 30px 30px 40px 140px;
        }
    }
    .col-items{
        background-color: #F4F4F4;
        border-radius: 10px 10px 0 0;
        > #myTabContent{
            
        }
    }
    .img-check{
        margin-left: 32px;
        margin-top: 170px;
    }
    #tabs-tipos li{
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        font-size: 24px;
        line-height: 29px;
        color: #3A5BA7;
        > button{
            opacity: 0.5;
            font-weight: bold;
        }
        > button:hover{
            opacity: 1;
        }
        > button[aria-selected=true]{
            opacity: 1;
            border-bottom: 1px solid #3A5BA7;
        }        
    }   
    .lista-items{
        padding: 0 0 0 20px;
        @media (min-width: 992px) { 
            padding: 30px 0px 40px 50px;
        }
        > li{
            list-style: none;
            color: #333333;
            font-size: 14px;
            line-height: 18px;
            padding-top: 20px;
            @media (min-width: 992px) { 
                font-size: 16px;
                line-height: 19px;  
            }
            > img{
                margin-right: 10px;
            }
        }
    }
    #myTabContent{
        height: 100%;
    }
    @media (min-width: 1200px) {
        #viajero{
            background-image: url(../img/img_viajero.png);
            background-position: center right;
            background-repeat: no-repeat;
            height: 100%;
        }
        #manager{
            background-image: url(../img/img_travel_manager.png);
            background-position: center right;
            background-repeat: no-repeat;
            height: 100%;
        }
        #financiero{
            background-image: url(../img/img_financiero.png);
            background-position: center right;
            background-repeat: no-repeat;
            height: 100%;
        }
        #herramientas{
            background-image: url(../img/img_herramientas.png);
            background-position: center right;
            background-repeat: no-repeat;
            height: 100%;
        }
        #gestor-de-viajes{
            background-image: url(../img/img_gestor.png);
            background-position: center right;
            background-repeat: no-repeat;
            height: 100%;
        }
    }

    

}

.badges-tabs button{
    padding: 9px 16px;
    color: #3A5BA7;
    border: 2px solid #3A5BA7;
    background-color: #FFF;
    border-radius: 100px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}


.badges-tabs button.active{
    background-color: #3A5BA7;
    color: #FFF;
}

.home-marcas {
    background-color: #333333;
    color: #FFF;
    padding: 10px;

    @media (min-width: 992px) { 
        padding: 40px;
    }

    h2 {
        font-size: 24px;  
        line-height: 29px;

        @media (min-width: 992px) { 
            font-size: 30px;
            line-height: 37px;  
        }
    }

    .slick-list {
        @media (min-width: 1200px) {
            margin-left: 25px;
        }
    }

    .slick-dots li button:before {
        color: #FFF !important;
        font-size: 10px;
    }

    .slick-marcas img {
        margin: auto;
    }
}


.home-historia{
    padding-top: 40px;
    padding-bottom: 40px;
    .slick-prev:before,
      .slick-next:before {
         color: black;
       }
    .slick-dots li button:before{
        font-size: 10px;
    }   
    .slick-list{
        height: 365px;
    }
}

.historia-item{
    max-width: 300px;
    border-radius: 10px 10px 0px 0px; 
}
.historia-item img{
    border-radius: 10px 10px 0px 0px;
}
.text-historia{
    padding: 20px;
    height: 185px;
    -webkit-box-shadow: 0 0 3px 1px grey;
    -moz-box-shadow: 0 0 3px 1px grey;
    box-shadow: 0 0 3px 1px grey;
    border-radius: 0px 0px 10px 10px;
}

.year-badge{
    border-radius: 100px;
    background: rgba(58,91,167, 0.15)  0% 0% no-repeat padding-box;
    color: #3A5BA7;
    padding: 6px 12px;
    font-weight: bold;
}

.home-datos{
    color: #FFF;
    background-image: url('../img/img_bg_datos-m@2x.png');
    @media (min-width: 992px) {
        background-image: url('../img/img_bg_datos@2x.png');
    }
    
}

.box-datos{
    padding: 8px;
    
    @media (min-width: 992px) { 
        padding: 20px;
        max-width: 225px;
    }
}

.box-datos .number{
    font-size: 60px;
    line-height: 73px;
}

.box-datos .datos-text{
    font-size: 16px;
    line-height: 19px;
}

.home-contacto{
    background-color: #FAAF3B ;
}

.home-contacto h2{
    color: #333333;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
}

.home-contacto a{
    color: #000000;
    text-decoration: none;


}
/******************** ALL IN ONE ***************/
.hero-allone{
    background-image: url('../img/img_allinone.png');
    min-height: 650px;
    background-size: cover;
    background-position: bottom center;
    color: #FFF;
    @media (min-width: 992px) { 
        background-image: url('../img/img_allinone.png');
    }
    
    .img-all-one{
        margin-top: 150px;
        margin-bottom: 30px;
        @media (min-width: 992px) { 
            margin-top: 200px;
        }
    }
    .brand-lema{
        
        border-bottom: 1px solid rgb(255, 255, 255);
        font-size: 24px;
        @media (min-width: 992px) { 
            font-size: 30px;
        }   
    }
}

.allone-plataforma{
    padding: 10px;
    @media (min-width: 992px) { 
        padding-size: 40px;
    }
    .slick-dots li button:before{
        font-size: 10px;
    }
    .slick-prev:before,
      .slick-next:before {
         color: black;
       }
}

.allone-necesario{
    
    padding: 0;
    @media (min-width: 768px) { 
        min-height: 600px;
        padding: 150px 20px 50px 20px;
        background-image: url('../img/img_allinone_grey@2x.png');
        background-position: center;
        background-size: cover;
    }
    .row-bg-resp{
        @media (max-width: 767.98px) { 
            background-image: url('../img/img_allinone_grey_m@2x.png');
            background-position: center;
            background-size: cover;   
            padding: 40px 20px;
        }
    }
    .row-grey-resp{
        @media (max-width: 767.98px) { 
            background-color: #333333;
        }
        @media (min-width: 768px) {
            margin-top: 140px;
        } 
        
    }
    .btn-descubrir{
        background-color: rgba(255, 255, 255, 0.5);
        padding: 12px 24px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 100px;
        font-weight: bold;
        
        @media (max-width: 767.98px) { 
            width: 100%;    
        }
    }
    .btn-descubrir:hover{
        background-color: rgba(255, 255, 255, 1);
    }
    
}

.allone-necesario h5{
    font-family: 'Montserrat';
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    @media (min-width: 992px) { 
        font-size: 18px;
        line-height: 24px;
    }
}

.allone-necesario h4{
    color: #FFF;
    font-size: 21px;
    line-height: 24px;
    @media (min-width: 992px) {         
        font-size: 30px;
        line-height: 37px;
    }
}

.allone-tecnologia{
    background-image: url('../img/bg_tecnologia@2x.png');
    
    background-size: cover;
    background-position: bottom center;
    color: #FFF;
    @media (min-width: 992px) { 
        background-image: url('../img/bg_tecnologia@2x.png');
        min-height: 650px;
    }
}

.allone-tecnologia h2{
    color: #FFF;
    font-size: 21px;
    line-height: 24px;
    font-weight: 800;
    @media (min-width: 992px) {         
        font-size: 30px;
        line-height: 37px;
    }
}

.allone-tecnologia .accordion-item{
    border-radius: 20px !important;
    background-color: #3A5BA7;
    border: 0;
}

.allone-tecnologia .accordion-header{
    background-color: #3A5BA7;
    /*border-radius: 20px 20px 0px 0px  !important;*/
    border-radius: 20px!important;

}

.allone-tecnologia .accordion-button::after{
    background-image: url('../img/icon_+.svg');
}

.accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
}


.allone-tecnologia .accordion-header button{
    background-color: #FFF;
    border: 0;
    color: #3A5BA7;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px !important;
    box-shadow: 0px 12px 6px #00000029;
    @media (min-width: 992px) {         
        font-size: 21px;
        line-height: 25px;
    }
}

.allone-tecnologia .accordion-body{
    background-color: #3A5BA7;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
    border-radius: 0px 0px 20px 20px  !important;
    border: 0;
    @media (min-width: 992px) {         
        font-size: 16px;
        line-height: 19px;
    }
}

.allone-tecnologia li{
    margin-bottom: 20px;
}

/***************** INTEGRACION *************/
.hero-integracion{
    color: #FFFFFF;
    background-color: #2A7F7B;
    background-size: cover;
    background-position: center;
    @media (min-width: 992px) { 
        background-image: url('../img/img_integraciones@2x.png');
        padding: 120px 140px 130px 140px;
        min-height: 700px;

    }    
    .bg-responsive{
        background-image: url('../img/img_integraciones_m.png');
        background-size: cover;
        background-position: center;
        min-height: 250px;
        padding: 0;
        > h2{
            margin-top: 25%;
        }
    }
    
    
    
    
    .dream{
        background-color: #39B1A7;
        border-radius: 10px;
        opacity: 0.8;
        margin-bottom: 20px;
        padding: 30px 40px;
        font-size: 16px;
        position: relative;
    }

    .icon-dreams-1{
        position: absolute;
        top: 35%;
        left: -40px;
    }
    .icon-dreams-2{
        position: absolute;
        top: 35%;
        right: -40px;
    }
}

.integracion-main{
    background-image: url('../img/img_integraciones_2_m@2x.png');
    padding: 40px 20px;
    @media (min-width: 992px) { 
        background-image: url('../img/img_integraciones_2@2x.png');
        padding: 50px 140px 0px 140px;
    }
    background-size: cover;
    background-position: center;
}

.integracion-main{
    .slick-dots li button:before{
        font-size: 10px;
    }
    .slick-prev:before,
      .slick-next:before {
         color: black;
       }
}



.plataformas .container{
    border-bottom: 1px solid #1E32FA;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-bottom: 60px;    
    }
}

.plataformas span{
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.plataformas p{
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.carrusel-integraciones{
    border-radius: 100px;

}

.carrusel-integraciones:hover{
    background-color: #EDEDED;
}

.carrusel-integraciones.selected{
    background-color: #333333;
    color: #FFF;
}

.carrusel-integraciones.selected span{
    color: #FFF;
}

/************ SOLUCIONES ****************/
h1.title-soluciones{
    color: #3A5BA7;
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
    @media (min-width: 992px) { 
        font-size: 30px;
        line-height: 37px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.col-soluciones{
    border-radius: 10px;
    position: relative;
    padding: 0;
    > img{
        border-radius: 10px;
        
    }
    > .solucion-detail{
        position: absolute;
        bottom: 30px;
        
        left: 30px;
        color: #FFF;
        padding-right: 20px;
        
        @media (min-width: 992px) { 
            padding-right: 85px;
        }        
        > h3{
            font-size: 21px;
            line-height: 25px;
            font-weight: 500;
            margin-bottom: 20px;
            @media (min-width: 992px) { 
                font-size: 24px;
                line-height: 29px;
                height: 70px;
            }
        }
        > p{            
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            @media (min-width: 992px) { 
                font-size: 16px;
                line-height: 19px;
                height: 125px;
            }
        }
        > .btn-info{
            border-radius: 100px;
            border: 2px solid #FFF;
            padding: 12px 24px;
            color: white;
            font-weight: bold;
            background: transparent;
            @media (max-width: 991.98px) { 
                width: 100%;
            }
        }
        > .btn-info:hover{
            background-color: #FFF;
            color: #333333;

        }
    }
  
}

.filtro-soluciones{
    background-color: #FFF;
    color: #3A5BA7;
    border-radius: 100px;
    font-weight: bold;
}

.filtro-soluciones:hover{
    background-color: #D7DEED;
    color: #3A5BA7;
}

.filtro-soluciones.selected{
    background-color: #3A5BA7;
    color: #FFF;
    border-radius: 100px;
    font-weight: bold;
}


/********** SOLUCION DETALLE ********/
.breadcrumb-item + .breadcrumb-item::before{
    content: '>';
}

.breadcrumb li, .breadcrumb a{
    font-family: 'Noto Sans';
    font-weight: 500;
    text-decoration: none;
    color: #3A5BA7 !important;
    opacity: 0.5;
    font-size: 10px;
    line-height: 14px;
    @media (min-width: 992px) { 
        font-size: 12px;
        line-height: 17px;
    }
}

.breadcrumb li.active{
    color: #3A5BA7 !important;
    opacity: 1;
}


.row-img{
    position: relative;
    min-height: 200px;
}

.row-img .titulo-solucion{
    position: absolute;
    bottom: 20px;
    color: #FFF;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    @media (min-width: 992px) { 
        font-size: 30px;
        line-height: 37px;
    }
}

.caracteristicas{
    background-color: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.caracteristica{
    border-radius: 10px;
    background-color:#333333;
    max-width: 420px;
    
    @media (min-width: 992px) { 
        line-height: 29px;
    }
    > p{
        color: #FFF;
        padding: 20px;
        font-size: 18px;
        line-height: 22px;
        height: 100%;
        @media (min-width: 992px) { 
            padding: 30px;
            font-size: 24px;
            line-height: 29px;
        }

    }
}

.descripcion{
    padding-top: 20px;
    padding-bottom: 20px;
    @media (min-width: 992px) { 
        padding-top: 40px;
        padding-bottom: 40px;

    }
    > p{
        font-size: 14px;
        line-height: 18px;
        @media (min-width: 992px) { 
            font-size: 16px;
            line-height: 19px;
        }
    }
}
.relacionados {
    background-color: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .relacionados {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .relacionados h4 {
        font-size: 24px;
        line-height: 28px;
    }
}

.relacionados h4 {
    font-family: 'Montserrat';
    color: #333333;
    font-size: 18px;
    line-height: 24px;
}


/*************** CONTACTO  ********/
.contacto{
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) { 
    .contacto{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.contacto h1{
    color: #3A5BA7;
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    @media (min-width: 992px) { 
        font-size: 30px;
        line-height: 37px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.form-contacto {
    background-color: #FAAF3B;
    padding: 40px 20px;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .form-contacto {
        padding: 40px;
    }
}

.submit-wrapper-contactForm {
    text-align: left;
}

button[type=submit] {
    background-color: #FFF;
    color: #333333;
    border-radius: 100px;
    border: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 24px;
}

@media (max-width: 767.98px) {
    button[type=submit] {
        width: 100%;
    }
}


label{
    font-size: 11px;
    line-height: 14px;
    margin-left: 5px;        
    color: #000000;
}

.form-control::placeholder {
    color: #333333;
    opacity: .3;
}

input::-webkit-input-placeholder {        
    color: #333333;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder {        
    color: #333333;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

input::-moz-placeholder {        
    color: #333333;
    font-size: 16px;
    opacity: 1; /* Firefox */
}

textarea::-webkit-input-placeholder {        
    color: #333333;
    font-size: 16px;
}

textarea:-ms-input-placeholder {        
    color: #333333;
    font-size: 16px;
}

textarea::-moz-placeholder {        
    color: #333333;
    font-size: 16px;
}


.item-contacto {
    margin-top: 45px;
    margin-bottom: 45px;
}

.item-contacto h4 {
    font-weight: bold;
    margin: 0;
}

.item-contacto h4, .item-contacto a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

@media (min-width: 992px) {
    .item-contacto h4, .item-contacto a {
        font-size: 16px;
        line-height: 19px;
    }
}



/****************** FOOTER ***********/
footer {
    font-family: 'Noto Sans';
    font-weight: 500;
}

footer a, footer span, footer p {
    color: #3A5BA7;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
}

@media (min-width: 992px) {
    footer a, footer span, footer p {
        font-size: 13px;
        line-height: 18px;
    }
}

footer .footer-2 p, footer .footer-2 a {
    color: #3A5BA7;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

footer .logo-vb-footer{
    border-bottom: 1px solid #1E32FA;
    padding-bottom: 20px;
}

footer .logos-footer{
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    footer .footer-2 p, footer .footer-2 a {
        font-size: 16px;
        line-height: 24px;
    }
}

.fixed-cta{
    position: fixed;
    bottom: 55px;
    right: 55px;
}

.fixed-cta .btn{
    color: #3A5BA7;
    font-size: 16px;
    line-height: 19px;
    padding: 11px 15px 11px 45px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 100px;
    font-weight: bold;
    background-image: url('../img//icon-plane.svg');
    background-position: 10px center;
    background-repeat: no-repeat;
}

.fixed-cta .btn:hover{
    color: #000000;
    background-color: #FAAF3B;
    background-image: url('../img//icon-plane-hover.svg');
}
