@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Asul';
    font-size: 14px;
}


/****************************/
/*  CABECERA Y NAVEGACION   */
/****************************/
.contenedor{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
    
}
.cont-header{
    width: 100%;
    height: 60px;
    background-color: #19171a;
}
.contact-header{
    width: 1280px;
    text-align: end;
    color: #f5aa00;
    margin-right: 25px;
    margin-top: 5px;
}

.contact-header ul{
    list-style: none;
}
.contact-header li{
    display: inline-block;
    margin-left: 15px;
}
.contendor-nav{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #000;
    width: 100%;
    height: 70px;
}

.cont-nav{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 1280px;
    height: 70px;
}

.logo-img{
    width: 300px;
    height: auto;
    padding: 20px;
}

.menu{
    width: 100%;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 70px solid #f5aa00;
}
.navbar-nav{
    width: 100%;
    margin-left: 200px;
}

.nav-link{
    text-decoration: none;
    color: #fff;
    padding-top: 15px;
    font-size: 1rem;
    text-transform: uppercase;
}

.nav-link:hover{
    color: #19171a;
}


/****************************/
/*        SLIDER            */
/****************************/

.carousel-item{
    height: 100vh;
    min-height: 300px;
}
.carousel-caption{
    text-align: center;
    bottom: 320px;
    z-index: 2;
}
.carousel-caption .previo{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 25px;
    border-bottom: 2px solid #fff;
    text-align: center;
    width: fit-content;
}
.carousel-caption h1{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 8rem;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: bold;
}
.carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.carousel .ccta{
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    justify-self: center;
    text-decoration: none;
    width: 250px;
    height: 60px;
    background-color: #f5aa00;
    color: #fff;
    border-radius: 10px;
    z-index: 1;
}
.carousel .ccta:hover{
    background-color: #000;
    color: #f5aa00;
}
.subslider-b{
    height: 100px;
    text-align: center;
    background-color: #000;
    color: #f5aa00;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 35px;
    letter-spacing: 1.2px;

}

.ccta-b{
    margin: 0 auto;
    display: block;
    padding-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    justify-self: center;
    text-decoration: none;
    width: 250px;
    height: 40px;
    background-color: #f5aa00;
    color: #000;
    border-radius: 10px;
    z-index: 1;
}

.subslider-c{
    height: 100px;
    text-align: center;
    background-color: #f5aa00;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 35px;
    letter-spacing: 1.2px;
    text-transform: uppercase;

}

/****************************/
/*      PARTE CENTRA        */
/****************************/
.contenedor-main{
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 50px    ;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    
}
.img-main{
    max-width: 550px;
}
.cont-main h3{
    color: #c88e07;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cont-main h2{
    text-align: center;
    color: #c88e07;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cont-main p{
    color: #464546;
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: justify;
}
.cont-2{
    background-color: #464546;
}
.contenedor-dest{
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 50px    ;
    padding-top: 45px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 250px;
    background-color: #464546;
}
.cont-dest{
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    height: 250px;
    max-width: 1280px; 
}
.cont-dest h3{
    color: #c88e07;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cont-dest h2{
    text-align: center;
    color: #c88e07;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cont-dest p{
    color: #fff;
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: justify;
}
.btn-ccta{
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    width: 300px;
    height: 60px;
    border-radius: 15px;
    text-decoration: none;
    background-color: #f8b20f;
    text-align: center;
    color: #19171a;
    font-size: 1.2rem;
    padding-top: 18px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: bold;
    
}
.btn-ccta:hover{
    text-decoration: none;
    background-color: #000;
    color: #f8b20f;
}

.imd-ani{
    display: flex;
    margin-top: -130px;    
    width: 450px;
    height: auto;
}
.anim{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 15px;
}
.counter{
    font-size: 3.5rem;
}

/****************************/
/*        GALERIA           */
/****************************/
.cont-galeria::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(247, 182, 31, 0.85);
    z-index: 1;
}

.cont-galeria{
    padding: 0 auto;
    margin: 0 auto;
    display: flex;
    margin-top: -50px;
    width: 100%;
    height: 1060px;
    background-image: url(../images/caqt-01.webp);
    background-attachment: fixed;
    z-index: 0;
    justify-content: center;

}

.cont-main-gallery{
    padding: 0 auto;
    margin: 0 auto;
    margin-top: -1060px; 
    width: 1280px;
    height: auto;
    margin-bottom: 50px;
    z-index: 5;
    justify-items: center;
}
.cont-main-gallery h1{
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 20px;
}
.cont-main-gallery p{
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 20px;
}
.gal-cont{
    display: grid;
    grid-template-columns: repeat(3,1fr);

}
.gal-itm{
    margin-top: 20px;
    width: 380px;
    height: 280px;
    overflow:hidden ;
}
.img-itm{
    width: 380px;
    object-fit: cover;
}
.img-itm:hover{
    transform: scale(1.2);
    transition: 0.5s;
    animation: ease-out;
    cursor: pointer;
}
.btn-close-img{
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 25px;
    color:#f8b20f;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    right: -30px;
    top: -30px;
    padding-bottom: 0px;
    padding-top: 0 auto;
    text-transform: uppercase;

}
/****************************/
/*        MARCAS           */
/****************************/
.cont-marcas{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    width: 1280px;
    text-align: center;
    margin-top: 50px;
}
.cont-marcas h1{
    text-transform: uppercase;
    font-weight: bold;
    color: #c88e07;
}

.nav-tabs{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    border: none;
}
.nav-tabs .nav-link {
    width: 400px;
    height: 80px;
    border-radius: 0px;
    background-color:#f5aa00;
    color: #000;
    border-left: 1px solid #fff;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 25px;
}
.nav-tabs .nav-link.active{
    width: 400px;
    border-radius: 0px;
    border: 0px;
    height:80px;
    background-color: #000;
    color: #f5aa00;
    margin-bottom: 50px;
    
}
.tab-content {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    font-size: 1.5rem;
    margin-bottom: 50px;
    text-align: center;
    width: 60%;
    justify-content: center;
    color: #464546;
}

.cont-resp{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    width: 1280px;
    text-align: center;
    margin-top: 50px;
    border: #adadad 2px solid;
    padding: 50px;
    margin-bottom: 50px;
    margin-top: 20px;
    border-radius: 15px;

}
.tbl-res{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    font-size: 1.5rem;

}
.cont-items{
    width: 400px;
    color: #464546;
    padding: 25px;
}

.cont-items ul{
    list-style: none;
}

.cont-items li{
    height: 60px;
    text-transform: uppercase;

}

.cta-btn{
    width: 350px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    padding-top: 20px;
    border-radius: 15px;
    background-color:#f5aa00

}

.cta-btn:hover{
    color: #f5aa00;
    background-color:#000;
    
}

.cont-slider{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    width: 1280px;
    text-align: center;
    margin-top: 50px; 
}

/****************************/
/*      SLIDER MARCAS       */
/****************************/

.slider {
    background: #dadadc;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
    margin-bottom: 30px;
}

.slider:before {
    left: 0;
    top: 0;
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
    background: linear-gradient(
        to right,
        #efeef2 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 200px;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.slider .slide-track-1 {
    animation: scroll-l 50s linear infinite;
    display: flex;
    width: 5000px;
}

.slider .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}
.slider .slide img {
    width: 200px;
    padding: 15px;
    padding-top: 75px;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.slider .slide img:hover {
    background-color: #efeef2;
    transform: scale(1.5);
    transition: 0.5s;
    animation: ease-out;
    cursor: pointer;
    overflow: visible;
    
}


@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 10));
    }
}


/****************************/
/*        FOOTER            */
/****************************/

.footer{
    width: 100%;
    height: 45vh;
    background-color: #464546;
    padding: 50px;
}
.footerInt{
    width: 100%;
    height: 45vh;
    background-color: #464546;
    padding: 50px;
    margin-top: 50px;
}

.nav-footer{
    margin: 0 auto;
    width: 1280px;
}

.nav-footer .logo-footer{
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    width: 250px;
    margin-left: 0px;
    height: auto;
}

.nav-footer .f-1{
    display: block;
}
.nav-footer .slogan-footer{
    display: flex;
    color:#f5aa00;
    width: 350px;
    font-size: 1rem;
    letter-spacing: 1.3px;
}

.nav-footer h5{
    width: 350px;
    height: 30px;
    border-left: 4px solid #f5aa00;
    font-size: 1rem;
    padding-left: 10px;
    padding-top: 5px;
    color: #efeef2;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.nav-footer ul {
    list-style: none;
    margin-left: -20px;
}
.nav-footer .nav-link-footer{
    height: 30px;
    text-decoration: none;
    color:#c88e07;
    font-size: 0.9;
    text-transform: uppercase;
    margin-left: 0px;
}

.nav-footer li{
    height: 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1.2px;
    
}

.nav-footer .f-link {
    text-decoration: none;
    color: #c88e07;
}
.nav-footer .f-link:hover {
    text-decoration: none;
    color: #fff;
}

.nav-footer .contact-cont{
    margin: 0 auto;
    padding: 0 auto;
    display: grid;
    grid-template-columns: 20% 80%;
}

.contact-cont .icon-d{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    color: #c88e07;
    font-size: 1.5rem;
    padding-top: 15px;

}

.contact-cont .cont-info h6{
    text-transform: none;
    color: #c88e07;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.contact-cont .cont-info{
    text-transform: none;
    color: #c88e07;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.nav-footer .phone-cont{
    margin: 0 auto;
    padding: 0 auto;
    display: grid;
    grid-template-columns: 20% 80%;
}

.phone-cont .icon-d{
    margin: 0 auto;
    padding: 0 auto;
    display: block;
    color: #c88e07;
    font-size: 1.5rem;
    padding-top: 5px;

}

.phone-cont .cont-info h6{
    text-transform: none;
    color: #c88e07;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.phone-cont .cont-info{
    text-transform: none;
    color: #c88e07;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.cont-socials ul{
    list-style: none;
}

.cont-socials li{
    display: inline-block;
    padding-right: 15px;
}
.cont-socials li a{
    text-decoration: none;
    color: #c88e07;
    font-size: 1.5rem;
}
.disclaimer{
    margin: 0 auto;
    background-color: #000;
    height: 80px;
    text-align: center;
}
.disclaimer h6{
    color: #efeef2;
    margin-top: 15px;
}

.disclaimer ul{
    list-style: none;
}

.disclaimer li {
    display: inline;
    color: #dadadc;
    font-size: 0.9rem;
}

/***************************/
/*     INTERIOR            */
/***************************/
.subpage{
    height: 100px;
    text-align: left;
    background-color: #000;
    color: #c88e07;
    padding-left: 350px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 45px;
    letter-spacing: 1.2px;
    text-transform: uppercase;   
}

.img-qs{
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
    justify-content: center;

}
.contenedor-qs{
    background-color: #181619;
    margin-top: 100px;
    margin-bottom: 100px;
}

.cont-dest-qs{
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 50px    ;
    padding-top: 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 1280;
    height: 80px;
}
.cont-dest-qs p{
    width: 1200px;
    color: #c88e07;
    font-size: 1.3rem;
    font-style: italic;
    border-left: 4px solid #c88e07;
    padding-left: 20px;
}

.cont-qs{
    margin: 0 auto;
    width: 1180px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    text-align: center;
}

.cont-qs .icon-qs{
    color: #c88e07;
    font-size: 5rem;
    
}
.cont-qs .icon-qs:hover{
    color:#19171a;
    transition: 0.8s;
    
}
.cont-qs h3{
    color: #c88e07;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.cont-qs p{
    color:#464546;
    font-size: 1.4rem;
    text-align: justify;
}

.qs-mvv li{
    text-align: left;
    color:#464546;
    font-size: 1.4rem;
}
.oferta{
    color: #464546;
}

.oferta h2{
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #c88e07;
}
.oferta ul{
    list-style-type: "✔️";
}
.oferta li{
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-left: 30px;
}

.prod-disp{
    width: 500px;
    overflow: hidden;
}
.prod-disp h3{
    width: 500px;
    height: 60px;
    background-color: #000;
    color: #c88e07;
    text-align: center;
    padding-top: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.img-prod{
    margin: 0 auto;
    padding: 0 auto;
    width: 500px;
    height: 250px;
    display: block;
    overflow: hidden;
}

.prod-disp ul{
    list-style: "✅";
}
.prod-disp li{
    height: 35px;
    text-transform: none;
    font-size: 1.4rem;
}


.cont-galeria-int::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(247, 182, 31, 0.85);
    z-index: 1;
}

.cont-galeria-int{
    padding: 0 auto;
    margin: 0 auto;
    display: flex;
    margin-top: 0px;
    width: 100%;
    height: 1060px;
    background-image: url(../images/caqt-01.webp);
    background-attachment: fixed;
    z-index: 0;
    justify-content: center;

}

.cont-int-gallery{
    padding: 0 auto;
    margin: 0 auto;
    margin-top: -1060px; 
    width: 1280px;
    height: auto;
    margin-bottom: 50px;
    z-index: 5;
    justify-items: center;
}

.cont-form h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2rem;
    color: #c88e07;
    font-weight: bold;
    margin-bottom: 50px;
}

.cont-form input{
    background-color: #f1efef;
    border-radius: 0px;
    font-size: 0.9rem;
}
.cont-form textarea{
    background-color: #f1efef;
    font-size: 0.9rem;

}
.btn-contact{
    color: #181619;
    background-color: #c88e07;

}

.cont-direccion h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2rem;
    color: #c88e07;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact-cont{
    margin: 0 auto;
    padding: 0 auto;
    display: grid;
    grid-template-columns: 20% 80%;
}
.contact-cont .iconx-d{
    margin: 0 auto;
    width: 60px;
    font-size: 1.8rem;
    text-align: end;
    color: #c88e07;
}
.contact-cont .contx-info{
    font-size: 1.5rem;
}

.ventas h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 2.2rem;
    color: #c88e07;
    font-weight: bold;
    margin-bottom: 50px;
}

.vendedores{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-vend{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.img-vend {
    width: 250px;
}
.contx-vents{
    padding: 50px;
}
@media screen and (max-width:768px) {
    .menu {
      width: 100%;
      left: -100%;
    }
  
    .menu.open {
      left: 0;
    }
  }  