
@font-face {
    font-family: 'GothamBold';
    src: url('https://qa.enracks.com/assets/fonts/Gotham-Font/GothamBold.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamLight';
    src: url('https://qa.enracks.com/assets/fonts/Gotham-Font/GothamLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('https://qa.enracks.com/assets/fonts/Gotham-Font/GothamMedium.ttf') format('truetype');
}
.changeLanguage {
    position: relative;
    z-index: 1001;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff; 
    font-size: 16px;
    text-decoration: none;
    pointer-events: auto !important;
}
.divChangeLanguage{
    display: grid;
    text-align: right;
    padding: 0 20px;
}
body {
    font-family:'GothamMedium' !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
button, input, textarea, .btn-catalogo, ul, li{
    font-family: Arial, Helvetica, sans-serif !important;
}

header {
    background-color: transparent;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

footer {
    background-color: #333;
    color: #fff;
    width: 100%;
}


/*Spinner*/
.spinner{
    border: 4px solid rgba(250, 250, 250, 0.1);
    border-left-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}
@keyframes spin{
    to{
        transform: rotate(360deg);
    }
}


/*HEADER*/
.hlogo-pd{
    padding: 2rem 0;
}

.hicon-flex-center{
    display: flex;
    justify-content: center;
}
.hicon-contacto{
    width: 5rem;
    height: 5rem;
    background: #C11531;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

nav a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    transition: background-color 0.3s ease;
}

nav a:hover {
    color: #fff;
}

.hnav-pd{
    padding: 2.5rem;
}

.activo {
    background-image: url('https://qa.enracks.com/assets/img/icons/active.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 12px;
}
/*.active::before {
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}*/

/*SECCIÖN 1*/
.background-div {
    position: relative;
    width: 100%;
    height: 100vh; /* Establece la altura del div al 100% del viewport height */
    overflow: hidden;
}

/*.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/
.background-video {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.background-image {
    background: url('https://qa.enracks.com/assets/img/desktop/Group2.png') center/cover no-repeat; /* Reemplaza 'tu-imagen.jpg' con la ruta de tu imagen */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}/*
.text-overlay {
    position: relative;
    top: 35%;
    z-index: 2;
    color: #fff;
    padding: 0 80px;
}*/
.text-overlay {
    position: relative;
    top: 40%;
    z-index: 2;
    color: #fff;
    padding: 0 80px;
}
h1{
    padding: 0;
    margin: 0 !important;
}
.h1-title{
    font-family: 'GothamBold' !important;
    font-size: 9rem;
}
.h1span{
    font-size: 2.5rem;
}
.sec1-texto{
    font-size: 1.15rem;
}
.sec1-texto-bold{
    font-family: 'GothamBold';
}
.sec1-texto-light{
    font-family: 'GothamLight';
}

/*SECCIÖN 2*/
main img{
    width: 100%;
}
.images1 div{
    padding: 0;
}
.images1{
    padding: 10px 0 !important;
}
/*.images1 .row, .images1{
    --bs-gutter-x: 0 !important;
}*/
.row{
    --bs-gutter-x: 0 !important; 
}
.images1 .col-img-1{
    padding-right: 5px;
}
.images1 .col-img-2{
    padding-left: 5px;
}

.images1 .subcol-1{
    padding-bottom: 5px;
}
.images1 .subcol-2{
    padding-top: 5px;
}
.images1 .subcol1-1{
    padding-right: 5px;
}
.images1 .subcol1-2{
    padding-left: 5px;
}

.img1{
    height: 337px;
}
.img2{
    height: 347px;
}
.img3{
    height: 347px;
}
.img4{
    height: 695px;
}


.images2 div{
    padding: 0;
}
.images2{
    padding: 10px 0 !important;
}
.images2 .row, .images2{
    --bs-gutter-x: 0 !important;
}

.images2 .col-img-1{
    padding-left: 5px;
}
.images2 .col-img-2{
    padding-right: 5px;
}

.images2 .subcol-1{
    padding-bottom: 5px;
}
.images2 .subcol-2{
    padding-top: 5px;
}
.images2 .subcol1-1{
    padding-right: 5px;
}
.images2 .subcol1-2{
    padding-left: 5px;
}

.img6{
    height: 337px;
}
.img7{
    height: 347px;
}
.img8{
    height: 347px;
}
.img5{
    height: 695px;
}


/*SECCIÖN 3*/
.title-normal{
    font-size: 32px;
    padding: 50px 0;
    margin: 0;
}
.span-negro{
    color: #000;
}
.span-rojo{
    color: #C11531;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sec3 .img9{
    width: 65%;
}

.sec3 .r2-col1{
    padding: 0 100px;
}
.title-big{
    font-size: 5rem;
    line-height: 70px;
    font-family: 'GothamBold';
}

/*SECCIÓN 4*/
.sec4 .r1{
    padding: 50px 100px;
}
.cards{
    margin: 0 5px;
    width: 24% !important;
    padding: 0 !important;
    height: 430px;
}
.card1{
    background: url(https://qa.enracks.com/assets/img/desktop/card1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px !important;
}
.card2{
    background: url(https://qa.enracks.com/assets/img/desktop/card2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px !important;
}
.card3{
    background: url(https://qa.enracks.com/assets/img/desktop/card3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px !important;
}
.card4{
    background: url(https://qa.enracks.com/assets/img/desktop/card4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px !important;
}

.span-blanco{
    color: #FFF;
}
.title-cards{
    font-size: 25px;
    line-height: 30px;
    margin: 0px;
}
.align-end{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.txt-cards{
    color: #fff;
    font-size: 15px;
    font-family: 'GothamLight';
}

.linkpagprod{
    text-decoration: none;
}

.cardH {
    height: 200px;
}

/*SEC5*/
.sec5 .r1-col1{
    padding: 50px 0 10px 0;
}

.txt-light{
    font-size: 15px;
    font-family: 'GothamLight';
}

.txt-medium{
    font-size: 15px;
    font-family: 'GothamMedium';
}

.txt-bold{
    font-family: 'GothamBold';
}

.sec5 .r2-col1{
    padding: 0 100px;
}
.s5-cards{
    margin: 0 10px;
    padding: 0 !important;
    height: 300px;
    border: 1px #D6D6D6 solid;
    border-radius: 10px;
    width: 20% !important;
}
.s5-icon-cards{
    width: 25%;
    padding: 30px 0;
}

.sec5 .r3-col1{
    padding: 50px 0;
}

.sec5 .hover .pd-10{
    padding: 10px 12px;
}



.contenedor {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .normal {
    width: 100%;
    height: 100%;
  }

  .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    border: 1px #C11531 solid;
    transition: opacity 0.3s ease;
  }

  .contenedor:hover .hover {
    opacity: 1;
  }
  .contenedor:hover .normal {
    opacity: 0;
    transition: opacity 0.5s;
    border: transparent;
}

.sec5 .txt-light{
    font-size: 20px;
}

.s5-cards .txt-light{
    font-size: 14px;
}

/*SECCIÓN 6*/
.sec6{
    background: #F6F6F6;
    padding-top: 50px;
}
.sec6 .r1-col1{
    padding-top: 50px;
    padding-bottom: 20px;
}
.sec6 .r2-col1 {
    padding: 0 100px;
}
.sec6 .video{
    width: 50%;
    padding: 20px 0;
}
.sec6 .txt-light {
    font-size: 20px;
}
#asesoria{
    padding: 20px 0;
}

/*SECCIÓN 7*/

.background-image2 {
    position: relative;
    background-image: url(https://qa.enracks.com/assets/img/desktop/banner-asesoria.png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 100px 0px 50px 0px;
}
.text-overlay2 {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0 80px;
}

.sec7 .title-big{
    line-height: 85px;
}
.btn-form1-contacto{
    background: #C11531;
    color: #FFF;
    font-size: 15px;
    padding: 10px 20px;
    border: transparent;
    border-radius: 5px;
    font-weight: bolder;
}
.mail-asesoria{
    border: transparent;
    border-radius: 15px;
    width: 20%;
    height: 35px;
    padding: 10px;
}

/*SECCIÓN 8*/
.sec8 .r1-col1{
    padding-top: 80px;
    padding-bottom: 20px;
}
.sec8 .r2-col1{
    padding: 0 100px;
}

.s8-logo{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.s8-logo img{
    width: 50%;
}

.carousel-indicators button{
    background: #555 !important;
    border-radius: 50px !important;
    width: 15px !important;
    height: 5px !important;
    margin-right: 10px !important;
    margin-left: 0  !important;
    border-top: 0px !important
}
.carousel-indicators .active{
    background: #C11531 !important;
}

.carousel-indicators{
    display: flex;
    justify-content: flex-start !important;
    margin: 0 !important;
}
.carousel-item{
    height: 220px;
}

/*SECCIÓN 9*/
.sec9{
    background: #232323;
    margin-top: 80px !important;
}
.sec9 .r1-col1{
    
    padding-top: 80px;
    padding-bottom: 150px;
}

.sec9 .title-big{
    line-height: 85px;
}

.txt-blanco{
    color: #fff;
}
.txt-negro{
    color: #000;
}

#form-cotizacion{
    width: 80%;
}
.sec9 input, textarea {
    width: 100%;
    background: #232323;
    border: 0px;
    border-bottom: 1px #fff solid;
    border-radius: 0px;
    padding: 5px 0;
    color: #fff;
}
.sec9 input::placeholder, textarea::placeholder {
    color: #fff;
}
.sec9 input:focus, textarea:focus {
    outline: none;
}
.sec9 input:focus::placeholder, textarea:focus::placeholder {
    color: transparent;
}

.flexEnd{
    display: flex;
    justify-content: end;
}

.btn-form-cotiza{
    background: #C11531;
    color: #FFF;
    font-size: 25px;
    padding: 10px 50px;
    border: transparent;
    border-radius: 5px;
    font-weight: bolder;
}
.sec9 .subr1-col1 .col-lg-6{
    padding: 0 5px;
}

/*SECCIÓN 10*/
.sec10{
    background: #fff;
}

.imgCatalogo{
    width: 60%;
    position: relative;
    top: -80px;
}

.title-catalogo{
    margin-top: 100px;
}

.flex-center-column-catalogo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.alignCatalogo{
    margin-right: 200px;
}

.btn-catalogo, .btn-catalogo:hover{
    background: #000;
    color: #FFF;
    font-size: 25px;
    padding: 20px;
    border: transparent;
    border-radius: 5px;
    font-weight: bolder;
    text-decoration: none;
    width: 80%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.sec10 .r1-col1 .imgCatMovil{
    display: none;
}

.sec12{
    background: #F6F6F6;
}

.sec12 .r1-col1 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.sec12 .rowCenter{
    display: flex;
    justify-content: center;
}
.sec12 .divwidth1{
    width: 80%;
}
.sec12 .divwidth2{
    width: 50%;
}
.sec12Img{
    width: 60%;
}
.s12-rs{
    justify-content: space-evenly;
    width: 60%;
}

.rs-icons1 a, .rs-icons1 a:hover{
    color: #fff !important;
}
.rs-icons2 a, .rs-icons2 a:hover{
    color: #000;
}

.mcat{
    margin: 50px 0;
}

.footerdir1 .col-lg-6 p, .footerdir1 .col-lg-6 a{
    padding: 0 10px;
}
.rs-icons1{
    justify-content: space-between;
    width: 50%;
}
.txt-pp, .txt-pp:hover{
    padding: 10px !important;
    color: #000;
}
/*CSS Responsivo*/


@media screen and (max-width: 1700px) {
    .btn-catalogo, .btn-catalogo:hover {
        font-size: 18px;
    }
}

@media screen and (max-width: 1660px) {
    .mail-asesoria{
        width: 24%;
    }
    .btn-catalogo, .btn-catalogo:hover {
        font-size: 18px;
        padding: 10px;
        width: 70%;
    }
    .mcat {
        margin: 25px 0;
    }
}
@media screen and (max-width: 1560px) {
    .mail-asesoria{
        width: 27%;
    }
    .s5-cards{
        width: 25% !important;
    }
}

@media screen and (max-width: 1366px) {
    .title-catalogo {
        margin-top: 80px;
    }
    .btn-catalogo, .btn-catalogo:hover {
        font-size: 18px;
        padding: 10px;
        width: 80%;
    }
    .s8-logo img{
        width: 70%;
    }
}
@media screen and (max-width: 1270px) {
    .h1-title {
        font-size: 5rem;
    }
    .sec10 .r1-col1{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .h1-title {
        font-size: 5rem;
    }
    .sec1-texto {
        font-size: 1rem;
    }
    .mail-asesoria{
        width: 30%;
    }
    .s5-cards{
        width: 30% !important;
    }
}

@media screen and (max-width: 1180px) {
    .sec4 .r1{
        justify-content: center;
    }
    .cards{
        width: 45% !important;
    }
    .mail-asesoria{
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    header {
        font-size: 18px;
    }
    .hicon-contacto{
        display: none !important;
    }
    .h1-title {
        font-size: 3rem;
    }
    .title-big{
        font-size: 2rem;
    }
    .sec1-texto {
        font-size: 1rem;
    }
    .text-overlay {
        padding: 0 30px;
    }
    .hnav-pd {
        padding: 0.5rem;
    }
    .images1 .col-img-2 {
        padding-left: 0px;
        margin-top: 5px;
    } 
    .images2 .col-img-2 {
        padding-right: 0px;
    }
    .images2 .col-img-1 {
        margin-top: 5px;
    }
    .title-big {
        line-height: 40px;
    }
    .sec3 .r2-col1 {
        padding: 0 30px;
    }
    header{
        background: #fff;
    }
    .cards {
        margin-bottom: 10px;
    }
    .s5-cards {
        margin-bottom: 10px;
    }
    .sec6 .video {
        width: 80%;
    }
    .sec7 .title-big {
        line-height: 50px;
    }
    .text-overlay2 {
        padding: 0 30px;
    }
    .sec8 .r2-col1 {
        padding: 0 30px;
    }
    .s8-logo{
        margin-bottom: 20px;
    }
    .sec9 .flexEnd {
        justify-content: center;
    }
    .sec9 .col-9{
        width: 80%;
    }
    .sec9 .div-form-cotizacion{
        display: flex;
        justify-content: center;
    }
    .alignCatalogo {
        margin-right: 30px;
    }
    .title-catalogo {
        margin-top: 0px;
    }
    .sec10 .r1-col1{
        padding-bottom: 50px;
    }
    .sec12 .divwidth2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-12.col-lg-6.footerdir1 {
        padding: 0 30px;
    }
    .sec9 .title-big {
        line-height: 50px;
    }
    .mail-asesoria{
        width: 40%;
    }
    .text-overlay {
        top: 50%;
    }
    .sec5 .txt-light {
        font-size: 15px;
    }
    .sec6 .txt-light {
        font-size: 15px;
    }
    .s5-cards .txt-light {
        font-size: 13px !important;
    }
    .btn-catalogo, .btn-catalogo:hover {
        width: 100%;
    }
    .sec10 .r1-col1{
        margin-bottom: 0px;
    }
    .rs-icons1{
        width: 20%;
    }
    .h1span{
        font-size: 1.5rem;
    }
    .s8-logo img {
        width: 70%;
    }
    
}

@media screen and (max-width: 768px) {
    .cards{
        width: 100% !important;
    }
    .mail-asesoria{
        width: 50%;
    }
    .s5-cards{
        width: 50% !important;
    }
    .text-overlay {
        top: 45%;
    }
    .rs-icons1{
        width: 20%;
    }
    .carousel-item{
        height: 300px;
    }
    .s8-logo img {
        width: 30%;
    }
    
}

@media screen and (max-width: 520px) {
    .sec1-texto {
        font-size: 0.8rem;
    }
    .title-normal {
        font-size: 25px;
    }
    .sec4 .r1 {
        padding: 50px 30px;
    }
    .sec5 .r2-col1 {
        padding: 0 30px;
    }
    .s5-cards .txt-light {
        font-size: 12px;
    }
    .sec6 .r2-col1 {
        padding: 0 30px;
    }
    .sec6 .video {
        width: 100%;
    }
    .s8-logo img {
        width: 50%;
    }
    .flex-center-column-catalogo {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row;
    }
    .alignCatalogo {
        margin-right: 0px;
        margin-top: 50px;
    }
    .sec12 .divwidth2 {
        width: 100%;
    }

    .mail-asesoria{
        width: 80%;
    }
    .s5-cards{
        width: 80% !important;
    }
    .background-image2 {
        background-image: url(https://qa.enracks.com/assets/img/movil/asesoria-movil.jpg);
        height: 1100px;
        display: flex;
        align-items: end;
        text-align: center;
        justify-content: center;
    }
    footer{
        text-align: center;
    }
    .rs-icons1, .rs-icons2{
        justify-content: center;
    }
    .sec10 .alignCatalogo .title-catalogo{
        text-align: center !important;
    }
    .sec10 .r1-col1 .imgCatDesk{
        display: none;
    }
    .sec10 .r1-col1 .imgCatMovil{
        display: flex;
    }
    .sec10 .r1-col1 .imgCatMovil .imgCatalogo{
        top: 0;
    }
    .sec10 .r1-col1 .cat1, .sec10 .r1-col1 .cat2{
        padding: 0 20px;
    }
    .rs-icons1{
        width: auto;
    }
    .h1span{
        font-size: 1.3rem;
    }
    .btn-form-cotiza{
        font-size: 18px;
        width: 60%;
        margin: 20px 0;
    }
}

@media screen and (max-width: 425px) {
    .h1-title {
        font-size: 2rem;
    }
    .title-big{
        font-size: 2rem;
    }
    .mail-asesoria{
        width: 100%;
    }
    .background-video {
        height: 100vh;
    }
    .background-image2 {
        height: 900px;
    }
    .carousel-item{
        height: 400px;
    }
}

@media screen and (max-width: 390px) {
    .background-video {
        height: 100vh;
    }
}
@media screen and (max-width: 360px) {
    .background-video {
        height: 120vh;
    }
}
@media screen and (max-width: 320px) {
    .background-video {
        height: 140vh;
    }
}