

/* @import url("./type/Sora/Sora-VariableFont_wght.ttf"); */



@font-face {

    font-family: "Sora Light";

    src: url("./type/Sora/static/Sora-Light.ttf");

}



@font-face {

    font-family: "Sora ExtraLigtht";

    src: url("./type/Sora/static/Sora-ExtraLight.ttf");

}



@font-face {

    font-family: "Sora Regular";

    src: url("./type/Sora/static/Sora-Regular.ttf");

}



@font-face {

    font-family: "Sora Bold";

    src: url("./type/Sora/static/Sora-Bold.ttf");

}



@font-face {

    font-family: "Sora Medium";

    src: url("./type/Sora/static/Sora-Medium.ttf");

}



@font-face {

    font-family: "Biennale";

    src: url("./type/Biennale/Biennale\ Black.otf");

}



@font-face {

    font-family: "Biennale SemiBold";

    src: url("./type/Biennale/Biennale\ SemiBold.otf");

}



@font-face {

    font-family: "Biennale Bold";

    src: url("./type/Biennale/Biennale\ Bold.otf");

}



@font-face {

    font-family: "Biennale Regular";

    src: url("./type/Biennale/Biennale\ Regular.otf");

}



@font-face {

    font-family: "Biennale Black";

    src: url("./type/Biennale/Biennale\ Black.otf");

}

/* admin-productos */

.section_productos {
    min-height: 50vh;
    position: relative;
    background-color: #ffffff;
}

.section_productos_h2 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #6CCA98;
    margin: 6rem 0 0;
}

.section_productos_p {
    color: #828483;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 1.5rem 0 0;
    text-align: justify;
}

.lista_productos_row .row{
    text-align: center;
    margin: 1.5rem 0  2rem 0;
}


.lista_productos_div { 
    margin-bottom: 2rem;
}

.lista_productos_div img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 10px;
    object-fit: cover;
}

.lista_productos_p-title {
    color: #62C592;
    font-size: 1.125rem;
    font-family: 'Biennale SemiBold';
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 15px 0 0 0;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lista_productos_p-desc {
    color: #828483;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.5;
    text-align: left;
    max-height: 64px;
    overflow: hidden;
    min-height: 60px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lista_productos_a {
    text-decoration: none;
    color: #7abede!important;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1.2px;
    text-decoration: none;
    border-bottom: 2px solid #7abede;
}

.lista_productos_a:hover {
    text-decoration: none;
}

.lista_productos_a img {
    width: 24px;
    height: auto;
    margin-left: 5px;
}

.lista_productos_a:hover{
    text-decoration-thickness: 2px;
}

.marcas-carrusel-bg-gris {
    background-color: #F7F7FB!important;
}
.marcas-carrusel-h2-azul {
    margin:6rem 0 0!important;
    color: #0094CB!important;
}

.producto-banner-principal,
.producto-banner-secundario  {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    height: 150px;
}

.producto-banner-principal img,
.producto-banner-secundario img  {
    width: 100%;
    height: 150px;
    object-fit: cover;
    grid-column: 1/2;
    grid-row: 1/2;

}

.producto-banner-principal h1,
.producto-banner-secundario div {
    text-transform: uppercase;
    width: 70%;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 5;
    /* text-shadow: 1px 1px 3px rgb(0 0 0 / 60%); */
    /* text-shadow: 3px 3px 5px #000000; */
}

.producto-banner-secundario div {
    text-align: center;
}

.producto-banner-secundario div h3 {
    font-size: 20px;
    font-weight: bold;
}

.producto-marca, 
.producto-modelo {
    font-size: 1rem;
    font-weight: bold;
    color: #62C592;
    margin: 0;
    text-transform: uppercase;
}

.producto-nombre { 
    font-size: 1.5rem;
    font-weight: bold;
    color: #4ABFE0;
    margin: 0;
    text-transform: uppercase;
}

.producto-descripcion-gral {
    font-size: 1.25rem;
    text-align: justify;
    padding: 1.25rem 0;
    color: #828483;
    line-height: 1.2;
}

.producto-modelo {
    color: #6CCA98;
}

.producto-modelo > span {
    color: #4ABFE0;
}

#accordion.producto-accordion .card {
    background-color: transparent;
    border: none;
}

#accordion.producto-accordion .card-header {
    font-size: 1rem;
    font-weight: bold;
    color: #4ABFE0;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    border: none;
}

#accordion.producto-accordion .card-header button{
    font-size: 1rem;
    font-weight: bold;
    color: #4ABFE0;
    text-transform: uppercase;
    padding: 0.375rem 0;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    border: none;
    border-radius: 0;
}

#accordion.producto-accordion .card-header button.collapsed {
    border-bottom: 1px solid #6CCA98;
}

#accordion.producto-accordion .card-header button::before{
    content: '';
    right: 10px;
    bottom: 0.375rem;
    border: 7px solid;
    border-color: #6CCA98 transparent transparent transparent;
    position: absolute;
}

#accordion.producto-accordion .card-header button.collapsed::before{
    border-color: #4ABFE0 transparent transparent transparent;
}

#accordion.producto-accordion .card-body {
    text-align: justify;
    padding: 0 0 1rem;
    color: #828483;
    max-height: 376px;
    overflow-y: auto;
}

.producto-imagenes {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 15px;
}

.producto-imagenes .carrucel-lat {
    width: 100%;
    height: 60px !important;
    display: flex;
    justify-content: space-around;
}

.producto-imagenes .carrucel-lat .c-l-img {
    width: 60px;
    height: 60px;
    margin: 0;
    background-size: cover;
}

.producto-archivos  .producto-round-btn:nth-child(2) {
    background-color: #6CCA98;
    margin-left: 15px;
}

.producto-round-btn {
    display: inline-block;
    padding: 8px 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 50px;
    background-color: #4ABFE0;
    color: #ffffff;
}

.productos-carrusel,
.marcas-carrusel {
    background-color: #Ffffff;
}

.productos-carrusel h2,
.marcas-carrusel h2 {
    margin: 2.5rem 0 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #6CCA98;
}

.modelos-carousel-wrapper,
.marcas-carousel-wrapper{
    width: 100%;
    padding: 0 35px;
    position: relative;
}

.modelos-carousel-wrapper .modelos_prev,
.modelos-carousel-wrapper .modelos_next,
.marcas-carousel-wrapper .marcas_prev,
.marcas-carousel-wrapper .marcas_next {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-16px);
    cursor: pointer;
}

.modelos-carousel-wrapper .modelos_prev,
.marcas-carousel-wrapper .marcas_prev {
    left: 0;
}

.modelos-carousel-wrapper .modelos_next,
.marcas-carousel-wrapper .marcas_next {
    right: 0;
}

.productos-modelos-slider .producto-modelo-item,
.marcas-modelos-slider .marca-modelo-item{
    width: 180px;
    text-align: center;
}

.producto-modelo-item,
.marca-modelo-item {
    text-align: center;
}

.producto-modelo-item .producto-modelo-img,
.marca-modelo-item .marca-modelo-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.producto-modelo-item .producto-modelo-img img{
    width: 180px;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.marca-modelo-item .marca-modelo-img {
    justify-content: content;
    display: flex;
    position: relative;
    align-items: center;
}

.producto-modelo-item .producto-modelo-codigo,
.marca-modelo-item .marca-modelo-codigo {
    font-weight: 500;
    font-size: 1.125rem;
    color: #62C592;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}

.producto-modelo-item .producto-modelo-desc,
.marca-modelo-item .marca-modelo-desc {
    color: #828483;
    font-size: 1rem;
    line-height: 1;
    text-align: left;
    text-transform: none;
    min-height: 50px;
    overflow: hidden;
    font-weight: 400;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.producto-modelo-item button.producto-modelo-btn,
.marca-modelo-item button.marca-modelo-btn {
    font-size: 0.7rem;
    font-weight: 500;
    background-color: #4ABFE0;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 6px 12px;
    text-transform: uppercase;
}



/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {



    .button-conoce-mas{

        display: none;

    }



    .lupa-2{

        display: none;

    }



    .menu-2{

        display: none;

    }



    #search-menu{

        padding-top: 20px;

    }

     

    .experienica-green{

        background-color: #6cca98;

    }

    

    .experienica h3{

        margin: 40px 20px 15px 20px;

        font-size: 22px;

    }



    .experienica button{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .experienica a{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .centrado-marcas h3{

        color: #f7f7fb;

        font-size: 16px;

        font-family: "Biennale Bold";

    }

    

    .centrado-marcas h4{

        color: #f7f7fb;

        margin-top: 10px;

        font-size: 10px;

        font-family: "Biennale Regular";

    }



    div.centrado-biturbo h4{

        color: #f7f7fb;

        font-size: 16px;

    }



    .centrado-biturbo-2{

        position: absolute;

        top: 22%;

        left: 38%;

        transform: translate(-30%, -50%);

    }



    .centrado-biturbo-2 h2{

        color: #f7f7fb;

        font-size: 18px;

        font-family: "Biennale Black";

    }



    .centrado-biturbo h3{

        color: #f7f7fb;

        font-size: 12px;

        font-family: "Biennale Bold";

        margin-top: 45px;

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 80px;

        font-family: "Biennale Semibold";

    }



    .centrado-trayectoria{

        position: absolute;

        top: 40%;

        left: 50%;

        transform: translate(-50%, -50%);

    }   

    

    .centrado-marcas-2 h3{

        color: #f7f7fb;

        font-size: 18px;

        font-family: "Biennale Bold";

    }  



    .text-banner-p-1{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 25px !important;

    }



    .text-banner-p-2{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 50px;

        margin-bottom: 80px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 25px !important;

    }



    .text-banner-footer h3{

        color:#7abede;

        font-family: "Biennale Bold";

        margin-bottom: 30px;

    }

    

    .text-banner-footer img{

        margin-bottom: 100px; 

        float: left;

    } 

    

    div.nostros-banner-nm{

        margin-top: 80px;

        margin-bottom: 80px;

    }

    

    div.nostros-banner-nm div.title{

        color:  #8ec999 !important;

        font-size: 50px; 

        font-family: "Biennale Black";

    }

    

    div.nostros-banner-nm p{

        color: #5a5a5a;

        font-size: 20px;

        font-family: "Sora Light";

        padding-right: 10px;

        padding-left: 10px;

    }



    .nostros-banner-nm div.n-b-title{        

        padding: 0px 0px 0px 30px !important;

    }



    .n-b-parrafo{

        padding: 10px 10px 0px 20px;

    }



    .centrado-biturbo{

        position: absolute;

        top: 30%;

        left:50%;

        transform: translate(-50%, -50%);

    }



    .btn-ver-mas-primary{        

        background-color: #2393c8;

        border-color: #2393c8;

        color: #fff;

        border-radius: 30px !important;

        font-family: "Sora Bold";

        font-size: 14px;

    }



    .experienica-blueha{

        font-family: "Biennale Black";

        margin-bottom: 10px;

    }



    div.exp-nosotros-1 h4{

        margin-top: 20px !important;        

        font-size: 30px;

        color:  #8ec999 !important;        

    }



    div.exp-nosotros-1 h2{        

        color:#7abede;

        font-size: 60px;

    }



    div.exp-nosotros-1 p{

        color:#5a5a5a;

        font-size: 16px;

        padding: 0px 15px 0px 15px;

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding: 15px;

    }



    .text-experienica-home h3{

        padding: 15px;

    }



    div.experienica h4{

        color: #f7f7fb;

        margin-top: 25px;

        font-family: "Biennale Regular";

        font-size: 16px;

    }



    .img-galeria-1{

        display: block;

        margin: 0 auto;

        text-align: center;        

    }



    #content-contacto div.container{

        margin-bottom: 40px;

        margin-top: 20px;

    }



    #content-contacto div.card{

        border-radius: 3%;

        padding: 30px 20px 30px 20px;

    }



    .carrucel img.btn-img-c{

        /* width: 45% !important; */

    }



    .carousel-indicators{

        bottom: 0px !important;

        right: inherit !important;

        display: block !important; 

        margin-left: 30px;

        /* display: "flow-root" !important; */

    }



    .carrucel h2{        

        margin-top: 10px;

        font-size: 16px !important;

    }



    .carrucel p{

        font-size: 12px !important;

    }



    .carrucel img.btn-img{

        cursor: pointer;

        

    }



    .container-nostros{

        padding: 50px 50px 30px 50px !important;

    }



    .centrado-biturbo-2 h5{

        font-size: 12px;

    }



    .soluciones-images img{

        width: 50px !important;

    }



    .soluciones-images p{

        color: #f7f7fb;

        margin-top: 5px;

        font-family: "Sora Regular";

        font-size: 8px;

        width: 50px;

    }



    .soluciones-images div{

        width: none !important;

    }

    

    div.soluciones-images{

        position: absolute;

        width: 100%;    

        left: 15px;

        top: 40%;

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 16px;

        font-family: "Sora Light";

    }



    .div-hotelera h2{

        color: #8ec999;

        margin-top: 10px;

        font-family: "Biennale Black"; 

        font-size: 36px;

        text-align: left !important;

    }



    .div-hotelera{

        padding: 30px;

    }

    

    .nosotros a{

        color:  #8ec999 !important;

        text-decoration: underline;

        font-size: 20px;

        font-family: "Biennale regular";

    }

    

    .centrado-biturbo img.btn-img{

        margin-top: 10px;

        width: 120px;

    }



    .productos h3{

        font-size: 20px !important;

    } 



    .footer-productos{

        margin: 10px 0px 0px 0px !important;

    }



    .footer-productos img{

        cursor: pointer; 

        width: 400px;       

    }



    .productos img{

        margin: 0px;

    }



    .quienes-somos-icon{

        width: 16%;

        position: absolute;

    }



    .quienes-somos-icon-1-1{

        left: 42%;

        top: -8%;

    }

    

    .quienes-somos-icon-1-2{

        left: 80%;

        top: 30%;

    }



    .quienes-somos-icon-1-3{

        left: 70%;

        top: 75%;

    }



    .quienes-somos-icon-1-4{

        left: 12%;

        top: 75%;

    }



    .quienes-somos-icon-1-5{

        left: 5%;

        top: 30%;

    }  

    

    .quienes-somos-text{

        position: absolute;

        top: 45%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text h3{

        color: #f7f7fb !important;

        font-size: 30px;

        font-family: "Biennale Semibold"; 

        text-align: center;

    }



    .quienes-somos img{

        padding: 0px 30px 0px 30px;

    }



    #experienica-green{

        margin-top: 30px !important;

        background-color: #8ec999;

    }



    .trayectoria h2{

        color: #8ec999;

        margin-bottom: 60px;

        font-size: 20px;

        font-family: "Biennale Bold";

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 50px;

        font-family: "Biennale Semibold";

    }



    .clientes h2.title-clientes{

        text-align: center;

        color: #8ec999;

        margin-top: 50px;

        font-size: 24px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes-2{

        color:#7abede;

        font-size: 35px;

        text-align: center;

        margin-bottom: 45px;

        font-family: "Biennale Bold";

    }



    .grid-3{

        margin-top: 40px;

    }



    .experienica div.row{

        margin-top: 70px;

    }



    /* img.quienes-somos-icon{

        margin-bottom: 20%;

    } */



    .s-i-1{

        padding-left: 5%;

    }



    .soluciones-images div{

        margin-left: 15px;        

    }



    .ultima-tec h2{

        font-family: "Biennale Bold";

        color: #7abede;

        margin-bottom: 30px;

        font-size: 18px;

    }



    .brands_slider_ce{

        margin-top: 20px;

        padding: 0px 40px 0px 40px;

    }





    h3.proyecto-plata{

        color: #7abede;

        font-family: "Biennale bold";

        font-size: 35px;

    }

    

    .proyecto-plata-p{

        font-family: "Sora Light";

        color: #5a5a5a;

    }

    

    .proyecto-plata-2{

        color: #8ec999;

        font-family: "Biennale bold";

    }



    #proyecto-ce{

        padding: 30px 30px 50px 30px;

    }



    .flechas-footer{

        padding: 10px 0px 30px 0px;        

        color: #8ec999;

        font-family: "Sora Bold";

    }



    .carrucel-lateral h4{

        color: #8ec999;

        font-family: "Biennale Bold";

    }

    

    .carrucel-lateral h2{

        color: #7abede;

        font-size: 35px;

        margin-bottom: 30px;

        font-family: "Biennale Bold";

    }



    .carrucel-lateral{

        padding: 50px 30px 50px 30px;

    }



    .text-banner p{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 25px;

        margin-bottom: 25px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 20px 0px 30px !important;

    }



    .soluciones-tec-biturbo{

        /* margin-top: 50px; */

        padding: 30px;

        font-size: 18px;

        text-align: center;    

    }



    .btn-soluciones{

        width: 150px !important; 

        cursor: pointer;  

        margin-bottom: 50px; 

        margin-top: 10px;

    }



    .centrado-marcas-2 h4{

        font-family: "Biennale Regular";

        color: #f7f7ff;

        font-size: 14px;

        text-align: center;

        margin-top: 15px;

    }



    .n-s-renta-venta-text{

        padding: 60px 40px 60px 40px;

    }



    .brands_prev {

        left: 35px;

    }



    .btn-bh-success{

        margin-top: 10px;

        background-color: #8ec999;

        border-color: #8ec999;

        color: #fff;    

        padding: 8px 20px 8px 20px !important;

        font-family: "Biennale Regular" !important;

        border-radius: 35px !important;

        font-size: 16px;

    }



    .p-img-1{

        max-width: 130%;

        margin-top:25% !important;

    }



    .p-img-2{

        max-width: 80%;

    }



    .p-img-4{

        margin-top: 10% !important;

        max-width: 120%;

        float: right !important;

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 150px;

    }



    .logo-footer{

        display: block;

        margin: 0 auto;

        width: 50%;

        /* margin: 5px 30px 5px 30px; */

    }



    .sticky-menu{

        position: fixed;

        top: 0px;

        width: 100%;

    }



    .banner-marcas-1 h4{

        margin: 30px;

        font-family: "Biennale Regular";

        color: #5a5a5a;

        line-height: 1.7;

        font-size: 20px;

    } 



    .descarga-marcas{

        margin-top: 10px;

        margin-bottom: 20px;

    }

    .productos-imagenes-caption .carousel-item {
        width: 340px;
        height: 340px;
        object-fit: cover;
    }

    .productos-imagenes-caption .carousel-item.active {
        margin: 0 auto;
    }

    .productos-imagenes-caption .carousel-item img{
        width: 340px;
        height: 340px;
    }

 }  



/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) { 

    /* .experienica{

        background-color: #6cca98;

    } */



    



    .soluciones-images p{

        color: #f7f7fb;

        margin-top: 30px;

        font-family: "Sora Regular";

        font-size: 10px;

    }



    #experienica-green{

        background-color: #6cca98;

    }

    .experienica h3{

        margin: 80px 20px 30px 0px;

    }



    .experienica button{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }  

    

    .experienica a{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }  



    .carrucel button{

        /* color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important; */

        /* margin-top: 50px; */

        /* margin-bottom: 25%; */

    }



    .carrucel img{

        /* color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important; */

        /* margin-top: 50px; */

        /* margin-bottom: 25%; */

    }



    .centrado-marcas h3{

        color: #f7f7fb;

        font-size: 20px;

        font-family: "Biennale Bold";

    }

    

    .centrado-marcas h4{

        color: #f7f7fb;

        margin-top: 10px;

        font-family: "Biennale Regular";

    }



    .centrado-biturbo h3{

        color: #f7f7fb;

        font-family: "Biennale Bold";

        /* font-size: 46px; */

    }



    .btn-ver-mas-primary{

        margin-top: 20px;

        background-color: #2393c8;

        border-color: #2393c8;

        color: #fff;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px;

        font-family: "Sora Bold";

    }



    .centrado-biturbo-2{

        position: absolute;

        top: 7%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .centrado-biturbo-2 h2{

        color: #f7f7fb;

        font-size: 25px;

        font-family: "Biennale Black";

    }



    .acordion div.card-body{

        padding: 30px 10px 30px 80px;

    }

    

    .centrado-marcas-2 h3{

        color: #f7f7fb;

        font-size: 25px;

        font-family: "Biennale Bold";

    }



    .text-banner-p-1{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 10px !important;

    }



    .text-banner-p-2{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 50px;

        margin-bottom: 40px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 10px !important;

    }

    

    .text-banner-footer h3{

        color:#7abede;

        font-family: "Biennale Bold";

        margin-bottom: 30px;

    }

    

    .text-banner-footer img{

        margin-bottom: 100px; 

        float: left;

    }



    div.nostros-banner-nm{

        margin-top: 80px;

        margin-bottom: 20px;

    }

    

    div.nostros-banner-nm div.title{

        color:  #8ec999 !important;

        font-size: 50px; 

        font-family: "Biennale Black";

    }

    

    div.nostros-banner-nm p{

        color: #5a5a5a;

        font-size: 20px;

        font-family: "Sora Light";

        padding-right: 10px;

    }



    .nostros-banner-nm div.n-b-title{        

        padding: 0px 0px 0px 20px !important;

    }



    .n-b-parrafo{

        padding: 10px 10px 0px 20px;

    }



    .text-experienica{

        font-family: "Sora Light";

        color: #5a5a5a;

        margin-bottom: 60px;

    }



    div.exp-nosotros-1 h4{

        margin-top: 20px !important;        

        font-size: 30px;

        color:  #8ec999 !important;        

    }



    div.exp-nosotros-1 h2{        

        color:#7abede;

        font-size: 60px;

    }



    .text-experienica{

        padding: 0px 20px 0px 0px;

    }



    .experienica-blueha{

        font-family: "Biennale Black";

        margin-bottom: 10px;

    }



    div.experienica h4{

        color: #f7f7fb;

        margin-top: 25px;

        font-family: "Biennale Regular";

        font-size: 16px;

    }

    .centrado-biturbo h3{

        color: #f7f7fb;

        font-size: 20px;

        font-family: "Biennale Bold";

        margin-top: 40px;

    }



    .centrado-biturbo{

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    #content-contacto div.container{

        margin-bottom: 80px;

        margin-top: 80px;

    }



    #content-contacto div.card{

        border-radius: 3%;

        padding: 30px 50px 30px 50px;

    }



    .img-galeria-1{

        display: block;

        margin: 0 auto;

        text-align: center !important;        

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

    }



    .carrucel h2{

        font-size: 24px !important;

    }



    .carousel-indicators{

        bottom: 110px !important;

        right: inherit !important;

        display: block !important; 

        /* display: "flow-root" !important; */

    }



    .carrucel h2{

        font-size: 24px !important;

    }



    .carrucel p{

        font-size: 16px !important;

    }



    .carrucel img.btn-img{

        cursor: pointer;

        margin-bottom: 15%;

    }



    .carousel-indicators{

        bottom: 90px !important;

        right: inherit !important;

        display: block !important; 

        margin-left: 70px;

        /* display: "flow-root" !important; */

    }



    .container-nostros{

        padding: 80px 20px 30px 50px !important;

    }



    .nosotros a{

        color:  #8ec999 !important;

        text-decoration: underline;

        font-size: 20px;

        font-family: "Biennale regular";

    }



    .nosotros p{

        margin-top: 30px;

        font-size: 16px;

        color: rgba(90, 90, 90, .8);   

        font-family: "Sora Light";

    }



    .soluciones-images img{

        width: 60px !important;

    }





    .div-hotelera p{

        color: #5a5a5a;

        font-size: 18px;

        font-family: "Sora Light";

    }



    .div-hotelera h2{

        color: #8ec999;

        margin-top: 10px;

        font-family: "Biennale Black"; 

        font-size: 46px;

    }

    

    .centrado-biturbo img.btn-img{

        margin-top: 15px;

        width: 140px;

    }



    .footer-productos{

        margin: 50px 20px 50px 20px !important;

    }



    .footer-productos img{

        cursor: pointer;

        width: 400px;

    }



    .productos img{

        margin: 30px 0px 30px 0px;

    }



    img.quienes-somos-icon{

        margin-bottom: 40%;

    }



    .trayectoria h2{

        color: #8ec999;

        margin-bottom: 60px;

        font-family: "Biennale Bold";

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 60px;

        font-family: "Biennale Semibold";

    }



    .clientes h2.title-clientes{

        text-align: center;

        color: #8ec999;

        margin-top: 80px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes-2{

        color:#7abede;

        font-size: 45px;

        text-align: center;

        margin-bottom: 45px;

        font-family: "Biennale Bold";

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding: 15px;

    }



    .ultima-tec h2{

        font-family: "Biennale Bold";

        color: #7abede;

        margin-bottom: 50px;

    }



    .brands_slider_ce{

        margin-top: 20px;

        padding: 0px 120px 0px 120px;

    }



    .ce_next{

        margin-right: 60px;

        margin-top: 10px;

    }



    .ce_prev{

        margin-right: 120px;

        margin-top: 10px;

    }



    .brands_prev {

        left: 35px;

    }



    .flechas-footer{

        padding: 10px 0px 30px 0px;        

        color: #8ec999;

        font-family: "Sora Bold";

    }



    .carrucel-lateral h4{

        color: #8ec999;

        font-family: "Biennale Bold";

    }

    

    .carrucel-lateral h2{

        color: #7abede;

        font-size: 45px;

        margin-bottom: 30px;

        font-family: "Biennale Bold";

    }



    .carrucel-lateral{

        padding: 50px 30px 50px 30px;

    }



    h3.proyecto-plata{

        color: #7abede;

        font-family: "Biennale bold";

        font-size: 35px;

    }

    

    .proyecto-plata-p{

        font-family: "Sora Light";

        color: #5a5a5a;

    }

    

    .proyecto-plata-2{

        color: #8ec999;

        font-family: "Biennale bold";

    }



    #proyecto-ce{

        padding: 30px 100px 50px 100px;

    }



    .text-banner p{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 30px;

        margin-bottom: 30px;

        line-height:35px;

        font-family: "Sora Light"; 

        /* padding: 0px 20px 0px 30px !important; */

    }



    .soluciones-tec-biturbo{

        /* margin-top: 50px; */

        padding: 30px;

        font-size: 18px;

        text-align: center;    

    }



    .btn-soluciones{

        width: 150px !important; 

        cursor: pointer;  

        margin-bottom: 50px; 

        margin-top: 10px;

    }



    .btn-ns-renta-2{

        margin-top: 50px;

    }

    

    .btn-ns-renta-3{

        margin-top: 50px;

    }

    

    .btn-ns-renta-4{

        margin-top: 50px !important;

    }

    

    .btn-ns-renta-5{

        margin-top: 50px;

    }



    .centrado-marcas-2 h4{

        font-family: "Biennale Regular";

        color: #f7f7ff;

        font-size: 20px;

        text-align: center;

        margin-top: 30px;

    }



    .n-s-renta-venta-text{

        padding: 60px 50px 60px 50px;

    }



    .quienes-somos-icon{

        width: 16%;

        position: absolute;

    }



    .quienes-somos-icon-1-1{

        left: 45%;

        top: -3%;

    }

    

    .quienes-somos-icon-1-2{

        left: 78%;

        top: 10%;

    }



    .quienes-somos-icon-1-3{

        left: 65%;

        top: 35%;

    }



    .quienes-somos-icon-1-4{

        left: 25%;

        top: 35%;

    }



    .quienes-somos-icon-1-5{

        left: 10%;

        top: 10%;

    }   



    .quienes-somos img{

        padding: 0px 30px 0px 30px;

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 25px;

        font-family: "Biennale Semibold";

    }



    .centrado-trayectoria{

        position: absolute;

        top: 30%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .btn-bh-success{

        margin-top: 10px;

        background-color: #8ec999;

        border-color: #8ec999;

        color: #fff;    

        padding: 6px 30px 6px 30px !important;

        font-family: "Biennale Regular" !important;

        border-radius: 35px !important;

        font-size: 18px;

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 200px;

    }



    div.soluciones-images{

        position: absolute;

        width: 100%;    

        left: 15px;

        top: 35%;

    }



    .logo-footer{

        cursor: pointer;

        margin: 5px 30px 5px 30px;

    }



    .sticky-menu{

        position: fixed;

        top: 0px;

        width: 100%;

    }



    .banner-marcas-1 h4{

        margin: 40px;

        font-family: "Biennale Regular";

        color: #5a5a5a;

        line-height: 1.7;

        font-size: 20px;

    }



    .lupa-2{

        display: none;

    }



    .menu-2{

        display: none;

    }



    .descarga-marcas{

        margin-top: 50px;

        margin-bottom: 50px;

    }

    .productos-imagenes-caption .carousel-item {
        width: 480px;
        height: 480px;
        object-fit: cover;
    }

    .productos-imagenes-caption .carousel-item.active {
        margin: 0 auto;
    }

    .productos-imagenes-caption .carousel-item img{
        width: 480px;
        height: 480px;
    }

    .producto-banner-principal,
    .producto-banner-secundario  {
        height: 250px;
    }
    
    .producto-banner-principal img,
    .producto-banner-secundario img  {
        height: 250px;
    
    }
    
    .producto-banner-principal h1  {
        width: 70%;
        font-size: 35px;
    }

    .producto-banner-secundario div {
        width: 80%;
    }

    .producto-banner-secundario div h3 {
        font-size: 35px;
    }

 }



/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {    

    

    

    .experienica{

        background-color: #f7f7fb;

        background-image: -webkit-linear-gradient(-10deg, #f7f7fb 50%, #8ec999 50%);

        min-height: 600px;

        /* height: 500px !important;     */

    } 



    .experienica h3{

        margin: 120px 10px 30px 10px;

        font-size: 18px;

    }



    .experienica button{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .experienica a{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .centrado-marcas h3{

        color: #f7f7fb;

        font-size: 36px;

        font-family: "Biennale Bold";

    }

    

    .centrado-marcas h4{

        color: #f7f7fb;

        margin-top: 20px;

        font-family: "Biennale Regular";

    }



    .centrado-biturbo h3{

        color: #f7f7fb;

        /* font-size: 46px; */

        font-family: "Biennale Bold";

    }



    .btn-ver-mas-primary{

        margin-top: 20px;

        background-color: #2393c8;

        border-color: #2393c8;

        color: #fff;

        border-radius: 20px !important;

        padding: 10px 25px 10px 25px;

        font-family: "Sora Bold";

    }



    .carousel-indicators{

        bottom: 150px !important;

        right: inherit !important;

        display: block !important; 

        /* display: "flow-root" !important; */

    }



    .carrucel h2{

        font-size: 24px !important;

    }



    .carrucel p{

        font-size: 16px !important;

    }



    .container-nostros{

        padding: 80px 20px 10px 50px !important;

    }



    .soluciones-images p{

        color: #f7f7fb;

        margin-top: 30px;

        font-family: "Sora Regular";

        font-size: 10px;

    }



    div.soluciones-images{

        position: absolute;

        width: 100%;    

        left: 15px;

        top: 40%;

    }



    .soluciones-images img{

        width: 60px !important;

    }



    .centrado-biturbo-2 h2{

        font-size: 26px !important;

    }



    .btn-image-solucion img{

        position: absolute;

        top: 85%;

        left: 40%;

        width: 20%;

        cursor: pointer;

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 14px;

        font-family: "Sora Light";        

    }



    .productos h3{

        font-size: 20px !important;

    }    



    .quienes-somos img{

        margin-top: 60px !important;

        margin-left: 20px !important;

    }



    .quienes-somos-icon{

        width: 12%;

        position: absolute;

    }

    

    .quienes-somos-icon-1-1{

        left: 50%;

        top: 5%;

    }

    

    .quienes-somos-icon-1-2{

        left: 86%;

        top: 30%;

    }



    .quienes-somos-icon-1-3{

        left: 82%;

        top: 50%;

    }



    .quienes-somos-icon-1-4{

        left: 12%;

        top: 50%;

    }



    .quienes-somos-icon-1-5{

        left: 10%;

        top: 30%;

    }  

    

    .quienes-somos-text{

        position: absolute;

        top: 30%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text h3{

        color: #f7f7fb !important;

        font-size: 35px;

        font-family: "Biennale Semibold"; 

        text-align: center;

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 40px;

        font-family: "Biennale Semibold";

    }



    .centrado-trayectoria{

        position: absolute;

        top: 35%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .centrado-biturbo-2{

        position: absolute;

        top: 20%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .acordion div.card-body{

        padding: 30px 80px 30px 80px;

    }



    .header-card-acordeon h5{

        margin-left: q0px;

    }

    

    .centrado-marcas-2 h3{

        color: #f7f7fb;

        font-size: 35px;

        font-family: "Biennale Bold";

    }



    .text-banner-p-1{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 20px !important;

    }



    .text-banner-p-2{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 10px 0px 10px !important;

    }



    .text-banner-footer h3{

        color:#7abede;

        font-family: "Biennale Bold";

        margin-top: 0px;

    }

    

    .text-banner-footer img{

        margin-bottom: 100px; 

        float: left;

    }



    div.nostros-banner-nm{

        margin-top: 80px;

        margin-bottom: 100px;

    }

    

    div.nostros-banner-nm div.title{

        color:  #8ec999 !important;

        font-size: 50px; 

        font-family: "Biennale Black";

    }

    

    div.nostros-banner-nm p{

        color: #5a5a5a;

        font-size: 20px;

        font-family: "Sora Light";

        padding-right: 10px;

    }



    .nostros-banner-nm div.n-b-title{        

        padding: 0px 0px 0px 20px !important;

    }



    .n-b-parrafo{

        padding: 10px 10px 0px 60px;

    }



    div.exp-nosotros-1 h4{

        margin-top: 120px !important;

        margin-left: 20px;

        font-size: 30px;

        color:  #8ec999 !important;        

    }

    

    div.exp-nosotros-1 h2{

        margin-left: 20px;

        color:#7abede;

        font-size: 60px;

    }

    

    div.exp-nosotros-1 p{

        color:#5a5a5a;

        font-size: 16px;

        padding: 0px 15px 0px 15px;

    }



    div.exp-nosotros-1{

        height: 550px;

    }



    div.exp-nosotros-2{

        margin-left: 30px;

        margin-right: 10px;

        margin-top: 50px;

        margin-bottom: 150px;

    }



    div.experienica h4{

        color: #f7f7fb;

        margin-top: 35px;

        font-family: "Biennale Regular";

        font-size: 16px;

        /* margin-left: 36px; */

        /* margin-bottom: 30px; */

    }



    .text-experienica{

        padding: 0px 30px 0px 0px;

    }



    .centrado-biturbo{

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    #content-contacto div.container{

        margin-bottom: 80px;

        margin-top: 80px;

    }



    #content-contacto div.card{

        border-radius: 3%;

        padding: 30px 50px 30px 50px;

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 18px;

        font-family: "Sora Light";

    }



    .div-hotelera h2{

        color: #8ec999;

        margin-top: 10px;

        font-family: "Biennale Black"; 

        font-size: 46px;

    }



    .section-hotelera{

        margin-top: 50px;

        margin-bottom: 50px;

        /* margin-left: 2%;

        margin-right: 2%; */

    }



    .nosotros p{

        margin-top: 20px;

        font-size: 14px;

        color: rgba(90, 90, 90, .8);   

        font-family: "Sora Light";

    }



    .nosotros a{

        color:  #8ec999 !important;

        text-decoration: underline;

        font-size: 20px;

        font-family: "Biennale regular";

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 150px;

    }



    .carousel-indicators{

        bottom: 110px !important;

        right: inherit !important;

        display: block !important; 

        margin-left: 70px;

        /* display: "flow-root" !important; */

    }



    .carrucel img.btn-img{

        cursor: pointer;

        margin-bottom: 15%;

    }



    .centrado-biturbo-2 h2{

        color: #f7f7fb;

        font-size: 26px;

        font-family: "Biennale Black";

    }

    

    .centrado-biturbo img.btn-img{

        margin-top: 30px;

        width: 160px;

    }



    .footer-productos{

        margin: 50px 20px 50px 20px !important;

    }



    .footer-productos img{

        cursor: pointer;

        width: 400px;

    }



    .productos img{

        margin: 30px 0px 30px 0px;

    }



    img.quienes-somos-icon{

        margin-bottom: 40%;

    }



    .trayectoria h2{

        color: #8ec999;

        margin-bottom: 60px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes{

        text-align: center;

        color: #8ec999;

        margin-top: 80px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes-2{

        color:#7abede;

        font-size: 45px;

        text-align: center;

        margin-bottom: 45px;

        font-family: "Biennale Bold";

    }



    .ultima-tec h2{

        font-family: "Biennale Bold";

        color: #7abede;

        margin-bottom: 80px;

    }



    div.c-l-img img{ 

        display:flex;

        align-items:center;          

        height: 50px;         

        width: 200px;

    }



    .c-l-img{        

        height: 60px; 

        background-position: center; 

        background-repeat: no-repeat; 

        background-size: cover;

        margin-bottom: 25px;

    } 



    .brands_slider_ce{

        margin-top: 20px;

        padding: 0px 120px 0px 120px;

    }



    h3.proyecto-plata{

        color: #7abede;

        font-family: "Biennale bold";

        font-size: 35px;

    }

    

    .proyecto-plata-p{

        font-family: "Sora Light";

        color: #5a5a5a;

    }

    

    .proyecto-plata-2{

        color: #8ec999;

        font-family: "Biennale bold";

    }



    #proyecto-ce{

        padding: 30px 100px 50px 100px;

    }



    .ce_next{

        margin-right: 60px;

        margin-top: 10px;

    }



    .ce_prev{

        margin-right: 120px;

        margin-top: 10px;

    }



    .brands_prev {

        left: 65px;

    }



    .carrucel-lateral h4{

        color: #8ec999;

        font-family: "Biennale Bold";

    }

    

    .carrucel-lateral h2{

        color: #7abede;

        font-size: 45px;

        margin-bottom: 30px;

        font-family: "Biennale Bold";

    }



    .carrucel-lateral{

        padding: 50px 70px 50px 70px;

    }



    .carrucel-lateral div.carousel-item {

        height: 410px;

    }



    .carrucel-lat{

        height: 260px !important;

    }    



    .text-banner p{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 20px 0px 30px !important;

    }



    .soluciones-tec-biturbo{

        margin-top: 100px;

        padding: 50px;

        font-size: 18px;

        text-align: center;    

    }



    .btn-soluciones{

        width: 150px !important; 

        cursor: pointer;   

    }



    .btn-ns-renta-2{

        margin-top: 260px;

    }

    

    .btn-ns-renta-3{

        margin-top: 450px;

    }

    

    .btn-ns-renta-4{

        margin-top: 550px;

    }

    

    .btn-ns-renta-5{

        margin-top: 140px;

    }



    .btn-ns-renta button{

        margin-top: 340px;

    }



    .btn-ns-renta-1{

        margin-top: 400px;

    }



    .centrado-marcas-2 h4{

        font-family: "Biennale Regular";

        color: #f7f7ff;

        font-size: 25px;

        text-align: center;

        margin-top: 30px;

    }



    .n-s-renta-venta-text{

        padding: 60px 80px 60px 80px;

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

        padding-right: 30px;

        font-size: 12px;

    }



    .text-experienica-home h4{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

    }



    #experienica-green{

        margin-top: 30px !important;

        background-color: #8ec999;

    }



    .quienes-somos img{

        padding: 0px 30px 0px 30px;

    }    



    .btn-bh-success{

        margin-top: 10px;

        background-color: #8ec999;

        border-color: #8ec999;

        color: #fff;    

        padding: 8px 30px 8px 30px !important;

        font-family: "Biennale Regular" !important;

        border-radius: 35px !important;

        font-size: 18px;

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 230px;

    }



    .logo-footer{

        cursor: pointer;

        margin: 5px 30px 5px 30px;

    }



    .sticky-menu{

        position: fixed;

        top: 0px;

        width: 100%;

    }



    .banner-marcas-1 h4{

        margin: 50px;

        font-family: "Biennale Regular";

        color: #5a5a5a;

        line-height: 1.7;

        font-size: 20px;

    } 



    .lupa-2{

        display: none;

    }



    .menu-2{

        display: none;

    }



    .descarga-marcas{

        margin-top: 50px;

        margin-bottom: 50px;

    }



    div.ofrecemos-soluciones-content .o-s-content{

        padding: 0px 30px 0px 30px;

    }

    

    div.ofrecemos-soluciones-content{

        padding: 10px 80px 100px 80px;

    }



    .btn-conoce-mas-2{

        display: none;   

    }

    .productos-imagenes-caption .carousel-item {
        width: 310px;
        height: 310px;
        object-fit: cover;
    }

    .productos-imagenes-caption .carousel-item.active {
        margin: 0 auto;
    }

    .productos-imagenes-caption .carousel-item img{
        width: 310px;
        height: 310px;
    }

    .producto-banner-principal,
    .producto-banner-secundario  {
        height: 400px;
    }
    
    .producto-banner-principal img,
    .producto-banner-secundario img  {
        height: 400px;
    
    }
    
    .producto-banner-principal h1,
    .producto-banner-secundario div  {
        width: 70%;
        font-size: 40px;
    }
    
    .producto-banner-secundario div h3 {
        font-size: 40px;
    }

 }



/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) { 



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 230px;

    }



    .experienica{

        background-color: #f7f7fb;

        background-image: -webkit-linear-gradient(-10deg, #f7f7fb 50%, #6cca98 50%);

        min-height: 600px;

        /* height: 500px !important;     */

    }

    .experienica h3{

        margin: 120px 10px 30px 40px;

        font-size: 20px;

    }



    .experienica button{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .experienica a{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 10px;

        margin-bottom: 50px;

    }



    .centrado-marcas h3{

        color: #f7f7fb;

        font-size: 46px;

        font-family: "Biennale Bold";

    }

    

    .centrado-marcas h4{

        color: #f7f7fb;

        margin-top: 20px;

        font-family: "Biennale Regular";

    }



    .centrado-biturbo h3{

        color: #f7f7fb;

        font-size: 36px;        

    }



    .btn-ver-mas-primary{

        margin-top: 20px;

        background-color: #2393c8;

        border-color: #2393c8;

        color: #fff;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px;

        font-family: "Sora Bold";

    }



    .quienes-somos-icon{

        width: 12%;

        position: absolute;

    }

    

    .quienes-somos-icon-1-1{

        left: 45%;

        top: 2%;

    }

    

    .quienes-somos-icon-1-2{

        left: 78%;

        top: 30%;

    }



    .quienes-somos-icon-1-3{

        left: 65%;

        top: 60%;

    }



    .quienes-somos-icon-1-4{

        left: 25%;

        top: 60%;

    }



    .quienes-somos-icon-1-5{

        left: 10%;

        top: 30%;

    }    



    .nosotros p{

        margin-top: 35px;

        font-size: 18px;

        color: rgba(90, 90, 90, .8);   

        font-family: "Sora Light";

    }



    .btn-image-solucion img{

        position: absolute;

        top: 85%;

        left: 40%;

        width: 180px;

        cursor: pointer;

    }



    .soluciones-images p{

        color: #f7f7fb;

        margin-top: 30px;

        font-family: "Sora Regular";

        font-size: 14px;

    }



    div.soluciones-images{

        position: absolute;

        width: 100%;    

        left: 15px;

        top: 35%;

    }



    .quienes-somos img{

        position: absolute;

        width: 70%;

        top: 40%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text{

        position: absolute;

        top: 35%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text h3{

        color: #f7f7fb !important;

        font-size: 35px;

        font-family: "Biennale Semibold"; 

        text-align: center;

    }



    .experienica{

        cursor: pointer;

        height: 500px !important;

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 50px;

        font-family: "Biennale Semibold";

    }



    .banner-marcas-1 h4{

        margin: 60px;

        font-family: "Biennale Regular";

        color: #5a5a5a;

        line-height: 1.7;

        font-size: 20px;

    }    



    div.exp-nosotros-1 h4{

        margin-top: 100px !important;

        margin-left: 40px;

        font-size: 30px;

        color:  #8ec999 !important;        

    }

    

    div.exp-nosotros-1 h2{

        margin-left: 40px;

        color:#7abede;

        font-size: 60px;

    }

    

    div.exp-nosotros-1 p{

        color:#5a5a5a;

        font-size: 16px;

        padding: 0px 20px 0px 20px;

    }



    div.exp-nosotros-1{

        height: 550px;        

    }



    div.exp-nosotros-2{

        margin-left: 10px;

        margin-right: 10px;

        margin-top: 50px;

        margin-bottom: 150px;

    }



    div.experienica h4{

        color: #f7f7fb;

        margin-top: 35px;

        font-family: "Biennale Regular";

        font-size: 16px;

        margin-left: 36px;

        /* margin-bottom: 30px; */

    }

    

    .carousel-indicators{

        bottom: 300px !important;

        right: inherit !important;

        display: block !important; 

        /* display: "flow-root" !important; */

    }



    .container-nostros{

        padding: 100px 50px 30px 130px !important;

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 18px;

        font-family: "Sora Light";

    }



    .centrado-trayectoria{

        position: absolute;

        top: 40%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .centrado-biturbo-2{

        position: absolute;

        top: 20%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .acordion div.card-body{

        padding: 30px 80px 30px 80px;

    }





    .header-card-acordeon h5{

        margin-left: 40px;

    }

    

    .centrado-marcas-2 h3{

        color: #f7f7fb;

        font-size: 45px;

        font-family: "Biennale Bold";

    }



    .text-banner-p-1{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 40px 0px 80px !important;

    }



    .text-banner-p-2{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 40px 0px 20px !important;

    }



    .text-banner-footer h3{

        color:#7abede;

        font-family: "Biennale Bold";

        margin-top: 10px;

    }

    

    .text-banner-footer img{

        margin-bottom: 100px; 

        float: left;

    }



    div.nostros-banner-nm{

        margin-top: 80px;

        margin-bottom: 100px;

    }

    

    div.nostros-banner-nm div.title{

        color:  #8ec999 !important;

        font-size: 50px; 

        font-family: "Biennale Black";

    }

    

    div.nostros-banner-nm p{

        color: #5a5a5a;

        font-size: 20px;

        font-family: "Sora Light";

        padding-right: 80px;

    }



    .nostros-banner-nm div.n-b-title{

        /* padding: "0px 0px 0px 60px"; */

        padding: 0px 0px 0px 80px !important;

    }



    .centrado-biturbo{

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    #content-contacto div.container{

        margin-bottom: 80px;

        margin-top: 80px;

    }



    #content-contacto div.card{

        border-radius: 3%;

        padding: 30px 50px 30px 50px;

    }



    .carousel-indicators{

        bottom: 250px !important;

        margin-left: 90px;

        right: inherit !important;

        display: block !important; 

        /* display: "flow-root" !important; */

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 18px;

        font-family: "Sora Light";

    }



    .div-hotelera h2{

        color: #8ec999;

        margin-top: 10px;

        font-family: "Biennale Black"; 

        font-size: 46px;

    }



    .section-hotelera{

        margin-top: 50px;

        margin-bottom: 50px;       

    }



    .division-1-p{

        padding: 0px 80px 0px 80px; 

    }



    .nosotros a{

        color:  #8ec999 !important;

        text-decoration: underline;

        font-size: 25px;

        font-family: "Biennale regular";

    }



    .carrucel h2{

        font-size: 40px;

        font-family: "Biennale Bold";

    }



    .carrucel img.btn-img{

        cursor: pointer;

        margin-bottom: 15%;

    }



    .container-nostros{

        padding: 80px 20px 10px 50px !important;

    }



    .centrado-biturbo-2 h2{

        color: #f7f7fb;

        font-size: 34px;

        font-family: "Biennale Black";

    }



    .centrado-biturbo img.btn-img{

        margin-top: 30px;

        width: 180px;

    }

    

    .footer-productos{

        margin: 50px 20px 50px 20px !important;

    }



    .footer-productos img{

        cursor: pointer;

        width: 450px;

    }



    .productos img{

        margin: 30px 0px 30px 0px;

    }



    img.quienes-somos-icon{

        margin-bottom: 40%;

    }



    .trayectoria h2{

        color: #8ec999;

        margin-bottom: 60px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes{

        text-align: center;

        color: #8ec999;

        margin-top: 80px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes-2{

        color:#7abede;

        font-size: 45px;

        text-align: center;

        margin-bottom: 45px;

        font-family: "Biennale Bold";

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

        padding-right: 30px;

    }



    .text-experienica-home h4{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 20px;

    }



    .ultima-tec h2{

        font-family: "Biennale Bold";

        color: #7abede;

        margin-bottom: 80px;

    }



    .carrucel-lateral h4{

        color: #8ec999;

        font-family: "Biennale Bold";

    }

    

    .carrucel-lateral h2{

        color: #7abede;

        font-size: 45px;

        margin-bottom: 30px;

        font-family: "Biennale Bold";

    }



    .carrucel-lateral{

        padding: 50px 70px 50px 70px;

    }



    .carrucel-lateral div.carousel-item {

        height: 410px;

    }



    div.c-l-img img{ 

        display:flex;

        align-items:center;          

        height: 100px;         

        width: 200px;

    }



    .c-l-img{

        /* position: relative; */

        height: 100px; 

        background-position: center; 

        background-repeat: no-repeat; 

        background-size: cover;

        margin-bottom: 25px;

    } 



    .flechas-footer{

        text-align: center;

        color: #8ec999;

    }



    h3.proyecto-plata{

        color: #7abede;

        font-family: "Biennale bold";

        font-size: 40px;

    }

    

    .proyecto-plata-p{

        font-family: "Sora Light";

        color: #5a5a5a;

    }

    

    .proyecto-plata-2{

        color: #8ec999;

        font-family: "Biennale bold";

    }



    #proyecto-ce{

        padding: 30px 100px 50px 100px;

    }



    .brands_slider_ce{

        /* align-items: center;

        width: 90% !important */

        margin-top: 20px;

        padding: 0px 180px 0px 180px;

    }



    .ce_next{

        margin-right: 120px;

        margin-top: 10px;

    }



    .ce_prev{

        margin-left: 100px;

        margin-top: 10px;

    }



    .brands_prev {

        left: 10px

    }



    .carrucel-lat{

        height: 400px !important;

    }



    .text-banner p{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 20px 0px 80px !important;

    }



    .soluciones-tec-biturbo{

        margin-top: 50px;

        padding: 50px;

        font-size: 18px;

        text-align: center;    

    }



    .btn-soluciones{

        width: 150px !important; 

        cursor: pointer;   

    }



    .btn-ns-renta-2{

        margin-top: 260px;

    }

    

    .btn-ns-renta-3{

        margin-top: 450px;

    }

    

    .btn-ns-renta-4{

        margin-top: 450px;        

    }

    

    .btn-ns-renta-5{

        margin-top: 140px;

    }



    .btn-ns-renta button{

        margin-top: 240px;

    }



    .btn-ns-renta-1{

        margin-top: 340px;

    }



    .centrado-marcas-2 h4{

        font-family: "Biennale Regular";

        color: #f7f7ff;

        font-size: 25px;

        text-align: center;

        margin-top: 30px;

    }



    .n-s-renta-venta-text{

        padding: 60px 80px 60px 80px;

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

        padding-right: 30px;

        font-size: 12px;

    }



    .text-experienica-home h4{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

    }



    .btn-bh-success{

        margin-top: 10px;

        background-color: #8ec999;

        border-color: #8ec999;

        color: #fff;    

        padding: 12px 60px 12px 60px !important;

        font-family: "Biennale Regular" !important;

        border-radius: 35px !important;

        font-size: 22px;

    }



    .logo-footer{

        cursor: pointer;

        margin: 5px 30px 5px 30px;

    }



    .sticky-menu{

        position: fixed;

        top: 0px;

        width: 100%;

    }



    .menu nav{

        /* padding-left: 10%; */

    }



    .lupa-1{

        display: none;

    }



    .menu-1{

        display: none;

    }



    .descarga-marcas{

        margin-top: 80px;

        margin-bottom: 80px;

    }



    .lupa{

        padding-top: 15px;

        margin-left: 10px;

        cursor: pointer;

    }

    

    div.ofrecemos-soluciones-content .o-s-content{

        padding: 0px 30px 0px 30px;

    }

    

    div.ofrecemos-soluciones-content{

        padding: 10px 160px 100px 160px;

    }



    .btn-conoce-mas-2{

        display: none;   

    }

    .productos-imagenes-caption .carousel-item {
        width: 500px;
        height: 500px;
        object-fit: cover;
    }

    .productos-imagenes-caption .carousel-item.active {
        margin: 0 auto;
    }

    .productos-imagenes-caption .carousel-item img{
        width: 500px;
        height: 500px;
    }

    .producto-banner-principal,
    .producto-banner-secundario  {
        height: 400px;
    }
    
    .producto-banner-principal img,
    .producto-banner-secundario img  {
        height: 400px;
    
    }
    
    .producto-banner-principal h1,
    .producto-banner-secundario div  {
        width: 65%;
        font-size: 40px;
    }
    .producto-banner-secundario div h3 {
        font-size: 40px;
    }

 }



/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { 



    /* .quienes-somos{

        height: 500px !important;

    } */



    .lupa-1{

        display: none;

    }



    .menu-1{

        display: none;

    }



    .carrucel img.btn-img-c{

        /* width: 40% !important; */

        width: 250px;

    }



    .division-1-p{

        padding: 0px 80px 0px 80px; 

    }



    .experienica{

        background-color: #f7f7fb;

        background-image: -webkit-linear-gradient(-10deg, #f7f7fb 50%, #6cca98 50%);

        min-height: 500px;

        /* height: 500px !important;     */

    }

    .experienica h3{

        margin: 100px 80px 50px 80px;

    }

    .experienica div.text-experienica{

        margin: 0px 80px 120px 80px;

    } 



    .experienica button{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .experienica a{

        color: #2393c8;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px !important;

        margin-top: 50px;

        margin-bottom: 70px;

    }



    .trayectoria div.centrado-trayectoria{

        color: #f7f7fb;

        font-size: 70px;

        font-family: "Biennale Semibold";

    }



    .centrado-marcas h3{

        color: #f7f7fb;

        font-size: 56px;

        font-family: "Biennale Bold";

    }

    

    .centrado-marcas h4{

        color: #f7f7fb;

        margin-top: 40px;

        font-family: "Biennale Regular";

    }



    .centrado-biturbo h3{

        color: #f7f7fb;

        font-size: 45px;

        font-family: "Biennale Bold";

    }

    

    .btn-ver-mas-primary{

        margin-top: 20px;

        background-color: #2393c8;

        border-color: #2393c8;

        color: #fff;

        border-radius: 30px !important;

        padding: 10px 25px 10px 25px;

        font-family: "Sora Bold";

    }       



    .quienes-somos-icon{

        width: 12%;

        position: absolute;

    }

    

    .quienes-somos-icon-1-1{

        left: 45%;

        top: 10%;

    }

    

    .quienes-somos-icon-1-2{

        left: 78%;

        top: 42%;

    }



    .quienes-somos-icon-1-3{

        left: 58%;

        top: 68%;

    }



    .quienes-somos-icon-1-4{

        left: 28%;

        top: 68%;

    }



    .quienes-somos-icon-1-5{

        left: 10%;

        top: 42%;

    }



    .experienica div.col-lg-6{

        height: 750px;

    }



    .nosotros p{

        margin-top: 50px;

        font-size: 18px;

        color: rgba(90, 90, 90, .8);   

        font-family: "Sora Light";

    }





    .btn-image-solucion img{

        position: absolute;

        top: 80%;

        left: 50%;

        /* margin-right: 200px; */

        width: 230px;

        cursor: pointer;

        transform: translate(-50%, -50%);

    }



    .soluciones-images p{

        color: #f7f7fb;

        margin-top: 30px;

        font-family: "Sora Regular";

    }



    div.soluciones-images{

        position: absolute;

        width: 100%;    

        left: 15px;

        top: 35%;

    }



    .quienes-somos img{

        position: absolute;

        width: 70%;

        top: 45%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text{

        position: absolute;

        top: 40%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .quienes-somos-text h3{

        color: #f7f7fb !important;

        font-size: 45px;

        font-family: "Biennale Semibold"; 

        text-align: center;

    }



    .experienica{

        cursor: pointer;

        height: 700px !important;

    }



    #gwd-reCAPTCHA_2{

        /* margin-left: 100px; */

        margin-left: 50% !important;

    }

    

    .banner-marcas-1 h4{

        margin: 80px;

        font-family: "Biennale Regular";

        color: #5a5a5a;

        line-height: 1.7;

        font-size: 25px;

    }



    div.exp-nosotros-1 h4{

        margin-top: 180px;

        margin-left: 100px;

        font-size: 30px;

        color:  #8ec999 !important;

    }

    

    div.exp-nosotros-1 h2{

        margin-left: 100px;

        color:#7abede;

        font-size: 60px;

    }

    

    div.exp-nosotros-1 p{

        color:#5a5a5a;

        font-size: 18px;

    }



    div.exp-nosotros-1{

        height: 650px;

        margin-top: 140px !important;

    }



    div.exp-nosotros-2{

        margin-left: 10px;

        margin-right: 10px;

        margin-top: 180px;

        margin-bottom: 250px;

    }



    div.experienica h4{

        color: #f7f7fb;

        margin-top: 30px;

        font-family: "Biennale Regular";

        font-size: 18px;

        /* margin-bottom: 30px; */

    }



    .carousel-indicators{

        bottom: 250px !important;

        margin-left: 90px;

        right: inherit !important;

        display: block !important; 

        /* display: "flow-root" !important; */

    }



    .container-nostros{

        padding: 100px 50px 30px 130px !important;

    }



    .div-hotelera p{

        color: #5a5a5a;

        font-size: 18px;

        font-family: "Sora Light";

    }



    .centrado-trayectoria{

        position: absolute;

        top: 40%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .centrado-biturbo-2{

        position: absolute;

        top: 20%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    .centrado-biturbo-2 h2{

        color: #f7f7fb;

        font-size: 45px;

        font-family: "Biennale Black";

    }



    .acordion div.card-body{

        padding: 30px 80px 30px 80px;

    }



    .header-card-acordeon h5{

        margin-left: 40px;

    }

    

    .centrado-marcas-2 h3{

        color: #f7f7fb;

        font-size: 45px;

        font-family: "Biennale Bold";

    }



    div.c-l-img img{ 

        display:flex;

        align-items:center;          

        height: 100px;         

        width: 200px;

    }



    .border-img-carrucel{

        border-radius: 5px !important;

        border: 5px solid #83c999;

    }



    .carrucel-lateral div.c-l-img{

        /* padding: 0px 20px 20px 0px;  */

        padding-bottom: 20px;

        /* height: 100px !important; */

        /* position: absolute;         */

    }



    .flechas-footer{

        text-align: center;

        color: #8ec999;

    }



    div.row img.carrucel-next{

        float: right !important;

        cursor: pointer;

    }



    div.row img.carrucel-prev{

        float: left !important;

        cursor: pointer;

    }



    .c-l-img{

        /* position: relative; */

        height: 100px; 

        background-position: center; 

        background-repeat: no-repeat; 

        background-size: cover;

        margin-bottom: 25px;

    }        



    .carrucel-lateral-text{

        margin-top: 20px;

    }  



    .carrucel-lateral div.carousel-item img{

        /* border-radius: 15px; */

        /* position: absolute; 

        clip: rect(0, 710px, 400px, 0);        

         */

        /* 

        height: 400px;

        background-size: cover;

        background-position: center;

        background-repeat: no-repeat; */

    }



    .carrucel-lateral div.carousel-item {

        height: 410px;

    }



    .carrucel-lateral{

        padding: 50px 100px 50px 100px;

        

        /* background-color: #f7f7fb; */

    }



    .carrucel-lateral h4{

        color: #8ec999;

        font-family: "Biennale Bold";

    }



    .carrucel-lateral h2{

        color: #7abede;

        font-size: 45px;

        margin-bottom: 30px;

        font-family: "Biennale Bold";

    }



    .div-hotelera h2{

        color: #8ec999;

        margin-top: 10px;

        font-family: "Biennale Black"; 

        font-size: 46px;

    }



    .qh-0 p{

        font-size: 14px !important;

    }



    .qh-0 button{

        margin-top: 20px !important;

    }



    .centrado-marcas-2 h4{

        font-family: "Biennale Regular";

        color: #f7f7ff;

        font-size: 30px;

        text-align: center;

        margin-top: 30px;

    }





    .text-banner p{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 20px 0px 80px !important;

    }



    .text-banner-p-2{

        color: #5a5a5a;

        font-size: 20px;

        margin-top: 100px;

        margin-bottom: 100px;

        line-height:35px;

        font-family: "Sora Light"; 

        padding: 0px 40px 0px 20px !important;

    }



    .text-banner-footer h3{

        color:#7abede;

        font-family: "Biennale Bold";

        margin-top: 10px;

    }

    

    .text-banner-footer img{

        margin-bottom: 100px; 

        float: left;

    }



    div.nostros-banner-nm{

        margin-top: 80px;

        margin-bottom: 100px;

    }

    

    div.nostros-banner-nm div.title{

        color:  #8ec999 !important;

        font-size: 50px; 

        font-family: "Biennale Black";

    }

    

    div.nostros-banner-nm p{

        color: #5a5a5a;

        font-size: 20px;

        font-family: "Sora Light";

        padding-right: 80px;

    }



    .nostros-banner-nm div.n-b-title{

        /* padding: "0px 0px 0px 60px"; */

        padding: 0px 0px 0px 100px !important;

    }



    .centrado-biturbo{

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

    }



    #content-contacto div.container{

        margin-bottom: 80px;

        margin-top: 80px;

    }



    #content-contacto div.card{

        border-radius: 3%;

        padding: 30px 50px 30px 50px;

    }

    .section-hotelera{

        margin-top: 50px;

        margin-bottom: 50px;

        margin-left: 5%;

        margin-right: 5%;

    }   

    

    .carrucel h2{

        font-size: 50px;

        font-family: "Biennale Bold";

    }



    .carrucel img.btn-img{

        cursor: pointer;

        margin-bottom: 15%;

    }



    .centrado-biturbo img.btn-img{

        margin-top: 30px;

        width: 180px;

    }



    .footer-productos{

        margin: 50px 20px 50px 20px !important;

    }



    .footer-productos img{

        cursor: pointer;

        width: 500px;

    }



    .productos img{

        margin: 30px 0px 30px 0px;

    }



    img.quienes-somos-icon{

        margin-bottom: 40%;

    }



    .trayectoria h2{

        color: #8ec999;

        margin-bottom: 60px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes{

        text-align: center;

        color: #8ec999;

        margin-top: 80px;

        font-family: "Biennale Bold";

    }



    .clientes h2.title-clientes-2{

        color:#7abede;

        font-size: 45px;

        text-align: center;

        margin-bottom: 45px;

        font-family: "Biennale Bold";

    }



    .text-experienica-home p{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

        padding-right: 30px;

    }



    .text-experienica-home h4{

        font-family: "Sora Light";

        color: #f7f7fb;

        /* margin-bottom: 30px; */

        padding-left: 30px;

    }



    .nosotros a{

        color:  #8ec999 !important;

        text-decoration: underline;

        font-size: 25px;

        font-family: "Biennale regular";

    }



    .ultima-tec h2{

        font-family: "Biennale Bold";

        color: #7abede;

        margin-bottom: 80px;

    }



    h3.proyecto-plata{

        color: #7abede;

        font-family: "Biennale bold";

        font-size: 45px;

    }

    

    .proyecto-plata-p{

        font-family: "Sora Light";

        color: #5a5a5a;

    }

    

    .proyecto-plata-2{

        color: #8ec999;

        font-family: "Biennale bold";

    }



    #proyecto-ce{

        padding: 30px 150px 50px 150px;

    }



    .brands_slider_ce{

        /* align-items: center;

        width: 90% !important */

        margin-top: 20px;

        padding: 0px 180px 0px 180px;

    }



    .ce_next{

        margin-right: 120px;

        margin-top: 10px;

    }



    .ce_prev{

        margin-left: 120px;

        margin-top: 10px;

    }



    .brands_prev {

        left: 10px

    }



    .carrucel-lat{

        height: 400px !important;

    }



    .soluciones-tec-biturbo{

        margin-top: 50px;

        padding: 50px;

        font-size: 18px;

        text-align: center;    

    }



    .btn-soluciones{

        width: 150px !important; 

        cursor: pointer;   

    }



    .btn-ns-renta-2{

        margin-top: 320px;

    }

    

    .btn-ns-renta-3{

        margin-top: 450px;

    }

    

    .btn-ns-renta-4{

        margin-top: 650px;        

    }

    

    .btn-ns-renta-5{

        margin-top: 140px;

    }



    .btn-ns-renta button{

        margin-top: 240px;

    }



    .btn-ns-renta-1{

        margin-top: 140px;

    }



    .n-s-renta-venta-text{

        padding: 60px 80px 20px 80px;

    }



    .btn-bh-success{

        margin-top: 10px;

        background-color: #8ec999;

        border-color: #8ec999;

        color: #fff;    

        padding: 12px 60px 12px 60px !important;

        font-family: "Biennale Regular" !important;

        border-radius: 35px !important;

        font-size: 22px;

    }



    .logo-footer{

        /* float: right; */

        cursor: pointer;

        margin: 5px 30px 5px 30px;

    }



    .sticky-menu{

        position: fixed;

        top: 0;

        width: 100%;

    }



    .menu nav{

        /* padding-left: 10%; */

    }



    .descarga-marcas{

        margin-top: 80px;

        margin-bottom: 80px;

    }

    

    .lupa{

        padding-top: 15px;

        margin-left: 10px;

        cursor: pointer;

    }  

    

    div.ofrecemos-soluciones-content .o-s-content{

        padding: 0px 30px 0px 30px;

    }

    

    div.ofrecemos-soluciones-content{

        padding: 10px 160px 100px 160px;

    }



    .btn-conoce-mas-2{

        display: none;   

    }
    
    .productos-imagenes-caption .carousel-item {
        width: 500px;
        height: 500px;
        object-fit: cover;
    }

    .productos-imagenes-caption .carousel-item.active {
        margin: 0 auto;
    }

    .productos-imagenes-caption .carousel-item img{
        width: 500px;
        height: 500px;
    }

    .producto-banner-principal,
    .producto-banner-secundario  {
        height: 400px;
    }
    
    .producto-banner-principal img,
    .producto-banner-secundario img {
        height: 400px;
    
    }
    
    .producto-banner-principal h1,
    .producto-banner-secundario div  {
        width: 55%;
        font-size: 45px;
    }

    .producto-banner-secundario div h3 {
        font-size: 45px;
    }
}   



/* ******************************** CSS GENERAL ************************************** */



body{

    /* font-family: 'Biennale', sans-serif; */

    overflow-x: hidden;

}



.soluciones-biturbo-footer img{

    width: 150px;

    cursor: pointer;

}



.text-banner-footer{

    text-align: center;

}



.centrado-marcas-2{

    position: absolute;

    width: 55%;

    top: 45%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.c-l-img-banner{

    /* position: relative; */

    height: 450px; 

    background-image: url("/assets/images/casos-de-exito/CASO-BITURBO/biturbo-slide-2.webp");

    background-position: center; 

    background-repeat: no-repeat; 

    background-size: cover;

    margin-bottom: 20px;                

}



/* width */

::-webkit-scrollbar {

    width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #f1f1f1; 

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #888; 

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #555; 

}



footer{

    background-color:#2393c8;

    padding: 60px 60px 20px 60px;

}



footer div{

    color: #fff;

}



footer div span{

    color: #f7f7fb;

}



footer ul{

    margin: 0px !important;

}



/* footer-fin div{

    margin-top: 20px;

    font-size: 12px;

    color: rgba(247, 247, 251, 0.5);

    cursor: pointer;

    margin-left: 20px;

    font-family: "Sora Medium";

    float: right;

} */



div.text-footer-fin a{

    margin-top: 20px;

    font-size: 12px;

    color: rgba(247, 247, 251, 0.5);

    cursor: pointer;

    margin-left: 20px;

    font-family: "Sora Medium";

    float: right !important;

}



.list-footer{

    position: relative;

    display: block;

    padding: .2rem .2rem;

    margin-bottom: -1px;

    color: #fff !important;

    font-family: "Biennale Bold";

    /* background-color: #fff; */

    /* border: 1px solid rgba(0,0,0,.125); */

}



.fotter-ubicacion{

    font-family: "Biennale Bold";

}



address a{

    font-family: "Sora Light";

    font-size: 14px;

    color: rgba(247, 247, 251, 0.6) !important;



}



.text-footer-span{

    color: rgba(247, 247, 251, 0.6);

}



#content-contacto{

    /* margin-bottom: 30px; */

    background-color: #f7f7fb;

    /* margin-top: 30px;

    margin-right: 5%;

    margin-left: 5%; */

}



#content-contacto button{

    margin-top: 10px;

}



.contacto-title{

    color: #7abede;

    margin-top: 50px;

    font-family: "Biennale Bold";

}



.footer-text-line{

    width: 30%;

    color: #7abede;

    background-color: #7abede;

    height: 8px;

    margin: 30px 0px 30px 0px;

}



div.modal .footer-text-line-modal{

    width: 100px;

    color: #7abede;

    background-color: #7abede;

    height: 8px;

    position: absolute;

    left: 50%;

    transform: translate(-50%, -50%);    

}



#contacto-modal div.modal-content{

    border-radius: 20px !important;

}



.text-global{

    color: #5a5a5a;

    font-size: 16px;

    font-family: "Sora Light";

}



.text-contacto{

    color: #5a5a5a;

    font-size: 20px;

}



.blue-ha-suceess-btn{

    background-color: #8ec999;

	border-color: #8ec999;

    border-radius: 30px !important;

    width: 120px;     

}



.img-contacto{

    margin-right: 20px;

    /* position: absolute; */

}



#datos-contacto td{

    padding-top: 20px; 

    padding-bottom:20px;

    color: #5a5a5a;

    font-family: "Sora Light";

}



.carrucel-hotelera{

    margin-top: 30px;

}



.flecha{

    color: #7abede !important;    

}



.productos{

    margin: 30px 0px 30px 0px;

    margin-left: 5% !important;

    margin-right: 5% !important;

}



.productos h3{

    color: #7abede !important;

    padding: 40px 0px 40px 0px;

    text-align: center;

    font-family: "Biennale Regular";

}



.productos h2{

    color: #7abede !important;

    padding: 14px;

    text-align: center;

}



.footer-productos h2{

    margin-top: 25px;

    font-size: 25px;

    font-family: "Biennale Bold";

}



#fondo-prod{

    background-color: rgba(122, 190, 222, .2); 

    width: 90%;

    height: 200px;

    position: absolute;    

}



.blue-ha-info-btn-prod{

    background-color: #7abede;

	border-color: #7abede;

    border-radius: 30px !important;

    padding: 10px 25px 10px 25px !important;

    font-size: 24px;

    /* width: 120px;     */

}



.img-marcas-header{

    position: relative;

}



.img-marcas-header h3.title-casos-exito{

    text-align: center;

}



.img-biturbo{

    position: relative;

    /* display: inline-block; */

    text-align: center;

}



.img-biturbo img{

    /* margin-top: 10px; */

    /* cursor: pointer; */

}



.text-encima-biturbo{

    position: absolute;

    top: 20px;

    left: 20px;

}



.centrado-marcas{

    position: absolute;

    width: 40%;

    top: 40%;

    left: 40%;

    transform: translate(-80%, -30%);

}



.centrado-biturbo-2 h5{

    color: #f7f7fb;

    font-family: "Biennale Regular";

}



/* .experienica p{

    color: #f7f7fb;

    font-family: "Sora Light";

} */



.experienica h3{

    color: #247e51;

    font-family: "Biennale Bold";

}



.trayectoria{

    /* margin-top: 50px;

    margin-bottom: 50px; */

    background-color: #ffff;

    padding: 80px;

}



.trayectoria h4{

    font-family: "Biennale Bold";

    color: #5a5a5a;

}



.trayectoria img{

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 50%;

    margin-bottom: 20px;

}



.brands {    

    width: 100%;

    padding-top: 10px;

    padding-bottom: 10px

}



.brands_slider_container {

    height: 150px;

    /* border: solid 1px #e8e8e8; */

    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */

    padding-left: 97px;

    padding-right: 97px;

    /* background: #fff */

}



.img-marcas-ce img{

    width: 160px !important;

    border-radius: 20px;

    /* width: 200px; */

}



.brands_ce{

    margin-bottom: 60px !important;

    padding: 10px;

}



.brands_slider_container_ce{

    /* height: 380px;     */

    /* margin-bottom: 120px; */

    align-items: center;

    /* padding: 0px 100px 0px 100px; */

}



.owl-item-ce{

    

}



.brands_slider {

    height: 100%;

    margin-top: 50px

}



.brands_item {

    height: 100%

}



.brands_item img {

    max-width: 100%

}



/* 

.brands_nav {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    padding: 5px;

    cursor: pointer

}

*/



.brands_nav img {

    color: #e5e5e5;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease

}



.brands_nav {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    padding: 5px;

    cursor: pointer

}







.brands_nav img {

    color: #e5e5e5;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease

}





.brands_nav:hover img {

    color: #676767

}



.brands_next {

    right: 10px

} 



.brands_slider_container button{

    background-color: #8ec999;

	border-color: #8ec999;

    margin-top: 20px;

    border-radius: 20px !important;

    width: 100%;

    /* padding: 10px 25px 10px 25px !important; */

}



.clientes{

    background-color: #f7f7fb;

    margin-top: 50px;

    

}



.acordion-container{

    margin-bottom: 40px;

}



.acordion div.card{

    margin-bottom: 100px;

    box-shadow: 4px 4px 4px 4px rgba(90, 90, 90, 0.2);

}



.acordion h5{

    padding: 15px;

    color:#2393c8;

    font-family: "Biennale Bold";

}



.acordion img{

    float: right;

    cursor: pointer;

}



.acordion div.card{

    margin-bottom: 30px;

}



.acordion div.card-body{

    font-family: "Sora ExtraLigtht";

}



.acordion div.header-card-acordeon{

    padding: 20px 40px 20px 40px;

}



.header-card-acordeon{

    background-color: #fff;

    /* border-bottom: 1px solid rgba(90,90,90,.125) */

}



.solucion{

    margin-top: 0px;

    /* margin-bottom: 50px; */

}



footer a.fa-facebook-square{

    color:  #8ec999 !important;

    margin-left: 20px;

    font-size: 20px;

    /* background-color: #8ec999; */

}



footer a.fa-twitter{

    color:  #8ec999 !important;

    margin-left: 20px;

    font-size: 20px;

    /* background-color: #8ec999; */

}



footer a.fa-instagram{

    color:  #8ec999 !important;

    margin-left: 20px;

    font-size: 20px;

}



.nosotros{

    background-color: #fff;

}



.nosotros h2{

    color:#7abede;

    font-size: 50px;

    font-family: "Biennale Black";

}



.nosotros h3{

    color:  #8ec999 !important;

    font-family: "Biennale Regular";

}



.carrucel button{

    color: #f7f7fb;

    background-color: #2393c8;

    border-radius: 30px !important;

    padding: 10px 25px 10px 25px !important;

    /* margin-top: 50px; */

    margin-bottom: 12%;

}



.carrucel p{

    font-size: 30px;

    font-family: "Biennale Regular";

}



.carrucel{

    width: 100%;

    padding-right: 0px !important;

    padding-left: 0px !important; 

    margin-right: auto;

    margin-left: auto;

}



.container-fluid{

    width: 100%;

    padding-right: 0px !important;

    padding-left: 0px !important; 

    margin-right: auto;

    margin-left: auto;

}



.marcas-container p{

    color: #5a5a5a;

}



.marcas-container button{

    color: #f7f7fb;

    background-color: #2393c8;

    border-color: #2393c8;

    border-radius: 30px !important;

    padding: 8px 25px 8px 25px !important;

    margin-bottom: 100px;

    text-align: center;

}



.banner-marcas-1{

    padding: 40px 120px 40px 120px;

    background-color: #f7f7fb;

    margin-bottom: 80px;

}





.banner-marcas-1 span{

    color:  #8ec999 !important;

    font-family: "Biennale Bold";

}



.menu{

    font-family: "Biennale SemiBold";

    background-color: #f7f7fb;

}



.menu ul li a{

    font-family: "Sora Bold";

    color: rgba(0,0, 0, 0.5);

    font-size: 14px;    

    margin: 10px 5px 0px 0px;    

}



#map{

    height: 450px;

}



.map{

    /* margin-top: 100px; */

    padding-right: 0px !important;

    padding-left: 0px !important;

    width: 100%;

    /* margin-bottom: 100px; */

}



.text-banner span{

    color:  #8ec999 !important;  

}



div.nosotros-banner{

    position: absolute; 

    margin-top: 20%;

    margin-left: 14%;

    margin-bottom: 30px;

}



div.nosotros-banner img{

    width: 110px !important;

    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);

    border-radius: 20px;

}



.n-s-renta-venta-text h3{

    margin-bottom: 30px;

    font-family: "Biennale Bold";

    color: #8ec999;

}



.n-s-renta-venta-text button{

    /* margin-top: 100%; */    

}



div.n-s-renta-venta-text .btn-ns-renta button{

    /* margin-top: 100%;    */

}



.btn-ns-renta-1 button{

    font-family: "Biennale Bold" !important;

}



.btn-ns-renta-2 button{

    font-family: "Biennale Bold" !important;

}



.btn-ns-renta-3 button{

    font-family: "Biennale Bold" !important;

}



.btn-ns-renta button{

    font-family: "Biennale Bold" !important;

}





.btn-ns-renta-4 button{

    font-family: "Biennale Bold" !important;

}



.btn-ns-renta-5 button{

    font-family: "Biennale Bold" !important;

}



.n-s-renta-venta-text p{

    color: #5a5a5a;

    font-family: "Sora Light";

}



div.n-s-renta-venta{

    /* margin-top: 70px; */

}



.renta-y-venta{

    background-color: #f7f7fb;

}





.linea{

    color:  #8ec999 !important;   

    background-color: #8ec999;

    width: 100%;

    height: 5px;

}





textarea{

    background-color: #f7f7fb !important;

}



#content-contacto label{

    color: #2393c8;

}



.form-control:focus {

    outline: 0 !important;

    border-color: initial;

    box-shadow: none;

    border-color: #28a745;

    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

}



i.fa-user{

    color:  #8ec999 !important;

}



.icon-calendario{

    width: 24px !important;

    margin-top: 6px;

    left: 0px;

    margin-left: 8px !important;

}



#datepicker{

    padding-left: 40px;

    /* padding: 0 2.5em 0 0.5em; */

}



.gj-picker{

    z-index : 10001 !important;

}



#datepicker-2{

    padding-left: 40px;

    /* padding: 0 2.5em 0 0.5em; */

}



footer h4.descarga-catalogo{

    font-size: 18px;

    /* margin-top: 22px; */

    font-family: "Biennale Bold";

}



.input-footer{

    background-color: #fff;

    /* padding: 0px 10px 0px 10px; */

    /* border-left:solid 1px #fff; */

}



.input-footer div{

    border: 0px solid #fff !important;

}



.input-group-footer{

    padding: 0px;

}



.input-group-footer input::placeholder{

    color: rgba(90, 90, 90, 0.6);

}



.fa-arrow-circle-right{

    color:  #8ec999 !important;

    font-size: 20px !important;

}



.carousel-control-prev-icon-div-hotelera{

    background-image:url("./images/hotelera/FLECHA1.png") !important;    

}



.carousel-control-next-icon-div-hotelera{

    background-image:url("./images/hotelera/FLECHA2.png") !important;    

}



.carousel-control-prev{

    opacity: 1.0 !important;

}



.carousel-control-next{

    opacity: 1.0 !important;

}



.carousel-control-next-icon, .carousel-control-prev-icon{

    width: 35px !important;

    height: 35px !important;

}



.contacto-footer{

    font-family: "Biennale Bold";

}



.footer-email{

    font-family: "Sora Bold";

    font-size: 14px;

}



.footer-email span{

    font-family: "Sora Light";

}



.footer-tel{

    font-family: "Sora Bold";

    font-size: 14px;

}



.footer-tel span{

    font-family: "Sora Light";

}



ol li{

    height: 15px !important; 

    width: 15px !important;

    margin-bottom: 30px;

    background-color: #bbb;

    border-radius: 50%;

    /* display: inline-block !important;  */

    display: block !important;  

}



.img-marcas{

    height: 160px;

    text-align: center;

    /* position: relative; */

}



.img-marcas-ce{

    height: 240px;

    text-align: center;

    background-position: center; 

    background-repeat: no-repeat; 

    background-size: cover;

    margin-bottom: 20px;   

}



.img-marcas img{

    /* position: absolute; */

    top: 0;

    bottom: 0;

    margin: auto;

}



div.img-marcas img{    

    width: auto !important;

    margin: auto !important;  

}



/* .experienica-blueha{

    font-family: "Biennale Black";

    margin-bottom: 40px;

} */



/* loading */



.modal-page img{

	width: 100px;

	height: 100px;

}

.modal-page {

	display:    none;

	position:   fixed;

	z-index:    10001;

	top:        0;

	left:       0;

	height:     100%;

	width:      100%;

	background: rgba( 255, 255, 255, 1.0) 

	url('./images/waiting.gif') 50% 50% no-repeat;

}

body.loading .modal-page {

    overflow: hidden;   

}



body.loading .modal-page {

    display: block;

}



.active{

    color:#8ec999 !important;

}



.soluciones-biturbo-footer{

    margin-top: 100px;

    /* margin-left: 8%; */

}



.soluciones-biturbo-footer h3{

    color:  #8ec999 !important;

    font-family: "Biennale Black";

    font-size: 50px;

    margin-bottom: 20px;

}

.soluciones-biturbo-footer p span{

    color:#8ec999 !important;

}

.soluciones-biturbo-footer p{

    color: #5a5a5a;

    font-family: "Biennale Regular";

    

}



.soluciones-tec-biturbo p{

    font-family: "Biennale Regular";

}



.ofrecemos-soluciones{

    background-color: #f7f7fb;

    /* text-align: center; */

    padding: 100px 0px 0px 0px;

}



.ofrecemos-soluciones div.container{

    /* padding: 2% 3% 2% 3%; */

}



.text-of-soluciones-1{

    font-size: 22px;

    color:  #8ec999 !important; 

    line-height:1.0;   

}



.soluciones-icons img{

    width: 26%;

    float: left;

    margin-right: 25px;

    box-shadow: 2px 2px 2px 2px rgba(90, 90, 90, 0.1);

    border-radius: 10px;

}



.soluciones-icons p{

    color: #5a5a5a;

}



.ofrecemos-soluciones h4{

    margin-bottom: 10px;

    font-size: 20px;

    color: #5a5a5a;

    font-family: "Biennale Regular";

    text-align: center;

}



.ofrecemos-soluciones div.col-lg-4{

    

}



.ofrecemos-soluciones h2{

    font-size: 45px;

    font-family: "Biennale Bold";

    color:  #8ec999 !important;

    text-align: center;

}



.text-of-soluciones{

    margin-top: 60px;

    /* padding: 0px 20px 0px 20px; */

    font-family: "Sora Light";

}



.sol-row-2{

    margin-top: 10px;

}



#gwd-reCAPTCHA_2{

    transform: scale(0.7);

    transform-origin: 0 0;

}



#gwd-reCAPTCHA_2_2{

    transform: scale(0.7);

    transform-origin: 0 0;

}



.col-galery{

    padding-right: 0px !important;

    padding-left: 0px !important;

}



.seguir{

    margin:0px !important;

    width: 60%;

}



.btn-bh{

    border-radius: 35px !important;

    padding: 10px 25px 10px 25px !important;

}



.btn-bh-success-sm{

    margin-top: 10px;

    background-color: #8ec999;

    border-color: #8ec999;

    color: #fff;    

    padding: 8px 20px 8px 20px !important;

    font-family: "Biennale Regular" !important;

    border-radius: 35px !important;

    /* font-size: 25px; */

}



.btn-bh-success::placeholder{

    border-color: #8ec999;

}



.marcas-q-c-m{

    margin-top: 24px !important;

    float: right;

}



.descarga-marcas button{

    /* float: left; */

}



.descarga-marcas h3{

    text-align: center;

}



embed.conoce-mas{

    fill:chartreuse;

    font-family: "Biennale Bold" !important;

    color: red !important;

    background-color: black;

}



#email-footer{

    padding: 10px;

    /* border-radius: 10px; */

}



#cita-horas{

    margin-top: 6px;

}



select.form-icon{

    padding-left: 2.375rem;

}



.form-group .form-control-icon {

    padding: 6px;

    position: absolute;

    z-index: 2;

    display: block;

    width: 2.375rem;

    height: 2.375rem;

    line-height: 2.375rem;

    text-align: center;

    pointer-events: none;

    color: #aaa;

}



.btn-casos-de-exito img{

    margin-bottom: 50px;

}





.carrucel-lateral p{

    color: #5a5a5a;

    font-family: "Sora Light";

}



#send-footer{

    cursor: pointer;

}



.col-galery img{

    width: 100%;

}



.listas li{

  color: #5a5a5a;

  font-family: "Sora Light";

}



/*AUTOCOMPLETE*/



.autocomplete-suggestions { 

    border: 1px solid #999; 

    background: #FFF; 

    overflow: auto; 

    font-size: 18px; 

    z-index: 10001;

}

.autocomplete-suggestion { 

    padding: 4px 10px; 

    white-space: nowrap; 

    overflow: hidden; 

    font-family: "Sora Light";

}

.autocomplete-selected { background: #F0F0F0; }

.autocomplete-suggestions strong { font-weight: normal; color: #2393c8; }

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong { display: block; border-bottom: 1px solid #5a5a5a; }



.dropdown-item.active{

    background-color: #fff !important;

}



/* .sol-row-1 div.soluciones-icons{

    margin-top: 60px 10px 60px 10px;

} */



/* .fa { transform: scale(1.5,1); } */