@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --back_darck: #1f2122;
}

.img-res img{
  max-width: 100%;
}
.img-resh img{
  max-height: 100%;
}

.carousel-item {
  transition: opacity 2s ease-in-out; /* Ajusta la duración y el efecto */
}

body{
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.title-v1{
  font-family: "Italiana", serif;
  font-weight: 400; 
  font-style: normal;
  font-size: 3.3em;
  letter-spacing: 2px;  
}

/* .fw-500{
  font-weight: 500;
} */
.fw-500{
  font-weight: 400;
}

.bdb{
  border-bottom: 2px solid #000;
  display: inline-block;
}
.bdbw{
  border-bottom: 2px solid #ffffff;
  display: inline-block;
}

.copy{
  padding: 0px 80px 80px 0px;
}

.cpr{
  padding: 0px 80px 80px 80px;
}

.bg-dk{
  background-color: var(--back_darck);
}

/* Extra Large devices (≥1200px y <1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container, .container-xl {
    max-width: 1700px;
    width: 90%;  /* Mantiene un margen a los lados */
    margin: 0 auto; /* Centra el contenedor */
  }
}

/* Extra Extra Large devices (≥1400px y <1800px) */
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .container, .container-xxl {
    max-width: 1800px;
    width: 90%;  /* Ajusta el ancho al 90% del viewport */
    margin: 0 auto; /* Centra el contenedor */
  }
}

/* Dispositivos super grandes (≥1800px) */
@media (min-width: 1800px) {
  .container {
    max-width: 1800px; /* Fijo en pantallas gigantes */
    width: 100%; 
    margin: 0 auto; 
  }
}


.ctm-nav{
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: transparent;   
  transition: background-color 0.8s ease;
  z-index: 2;
}

.ctm-nav:hover{
  background-color: var(--back_darck);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-header{
  width: 147px;
  margin-bottom: 15px;
}

.nav-link{
  text-transform: uppercase;
  font-weight: 400;
  color:#fff;
  letter-spacing: .1em;
}

.nav-link:hover{
  text-transform: uppercase;
  font-weight: 600;
  color:#fff;
  letter-spacing: .1em;
  text-decoration:underline;
}


.nav-style-scroll{
  position: fixed;
  background-color: var(--back_darck);
  width: 100%;
  top:-200px; 
  animation: menu_ini 3s;
  animation-fill-mode: forwards;

  z-index:999;
}

@keyframes menu_ini{
  100% {
    transform: translateX(0px) translateY(200px);
    }
    0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}


.conten-banner{
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner1{
  width: 100%;
  height: 100vh;   
  position:relative;
  background: url('../img/video_bk.png');  
  background-size: cover;
  background-position: center;
}

.video-hero{
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Para que el video quede en el fondo */
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta el video para cubrir toda el área */
  transform: translate(-50%, -50%);
}

.hero_carrusel{
  position: relative;  
  width: 100%;
  height: 250px;
  bottom: 250px;  
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}

}


/*FRACES*/
.fraces{
  position: relative;
  width: 100%;
  padding: 20px 0px 13px 0px;
  text-transform: uppercase;
}

.marquee-container {
  width: 100%;  
  display: flex;
  align-items: center;
  overflow: hidden; 
  position: relative;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
  font-size: 1.5rem;
  font-family: "Raleway", serif;
  font-weight: 400;
  letter-spacing: 1px;

}

.marquee-content span {
  margin-right: 75px; /* Espaciado entre palabras */
}

.marquee-content::after {
  content: attr(data-text);
  margin-left: 50px; 
}


@keyframes marquee {
  from {
    transform: translateX(0); 
  }
  to {
    transform: translateX(-50%); 
  }
}

/*TAILOR SECTION*/

.tailor{
  background-color: var(--back_darck);
  padding: 10px 0px 10px 0px;
}

.conten-flama{
  padding: 30px 0px 30px 0px;
}

.flama{
  text-align: center;
}
.border{
  color: var(--back_darck)!important;
}

.title-flama{
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 3px;  
  padding: 0px!important;
  line-height: .8;
}

.conten-cds{
  position: relative;
  width: 100%;
  height: 600px;
  
}

.img-cdo{
  width: 50%;
  height: 100%;
  position: absolute;
  top:0px;
  right: 0px;
  background-image: url('../img/right2.png');
  background-size:cover;
  background-position: unset;
  background-repeat: no-repeat;
}

.img-cdo-iz{
  width: 50%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  background-image: url('../img/left.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-vzo{
  width: 50%;
  height: 100%;
  position: absolute;
  top:0px;
  right: 0px;
  background-image: url('../img/vaso.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*Contacto*/
.img-form{
  position: relative;
  background-image: url("../img/formulario.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 500px;
}
.contacto{
  padding: 130px 0px 130px 0px;
}
.ctm-imp{
  background-color: #6f6f6e !important;
  border-radius: 11px !important;
  color: #fff;
}
.ctm-imp:focus {
  color: #fff !important;    
}

.btn-primary{
  background-color: #fdfdf9;
  color:#000;
}

.btn-primary:hover{
  background-color: #969696;
  color:#fff;
}
.conten-form{
  padding:0px 45px 0px 0px;
}

.psi{
  display: flex; 
  margin-bottom: 5px;
  align-items: baseline;
}

.xlger{
  margin-right: 8px;
  width: 40px;
  min-width: 40px;
}
.psi>a{
  color:#fff;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #fff;
}


/* Button PLay */
.locura{
  position: absolute;
  width: 100%;
  height:100%; 
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background:transparent;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #1f2122;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Foooter*/
footer{
  padding: 65px 0px 65px 0px;
  border-top: 2px solid #4e4847;
}
.logo-footer{
  width: 180px;
}

footer h2{
  font-size: 18px;
}

footer h2{
  font-size: 17px;
  margin-bottom: 20px;
}

footer p{
  font-size: 14px;
  color: #fff;
}

.menu-footer{
  list-style-type: none;
  padding-left: 0;
  color:#fff;      
}
.menu-footer>li{
  margin-bottom: 7px;
}
.menu-footer>li>a{
  color: #fff;
  text-decoration: none;
}
.border-t{  
  border-top: 2px solid #4e4847;
  margin-top: 50px;
  padding-top: 35px;
  
}


/***************/
/*PRODUCTOS*****/
/***************/
/***************/

.banner-prod{
  position: relative;
  width: 100%;
  height:100vh; 
  background-image: url("../img/hero_productos.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;  
  transform-origin: center center; 
}





/**/
.puntos{
  display: flex;  
}

.left{
  margin-right: 30px;
}

.fila{
  display: flex;  
  align-items: center;   
}

.icon{
  width: 80px;
  max-width: 80px;
  min-width: 80px;  
}

.fila p{  
  color:#fff;
}

.fila p>span{
  font-weight: 500;
  color:#fff;
}

.conten-bull{
  padding-top: 225px;
}

.productos{
  padding: 30px 0px 5px 0px;
}

.galery div{
  padding: 0px;
}

.gal{
  width: 100%;
}

/**/
.shadow-effect {
  background: #c30404;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190E7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;  
  margin-bottom:30px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #f9f9f9;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  border-radius: 50%;
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #fcfcfc;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 50%;
}
/**/





.carousel-item div {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.carousel-item.active div {
  opacity: 1;
  transform: translateY(0);
}

.carousel-item h2 {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1.2s ease-out 0.2s, transform 1.2s ease-out 0.2s;
}

.carousel-item.active h2 {
  opacity: 1;
  transform: translateY(0);
}

.carousel-item p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out 0.8s, transform 1.5s ease-out 0.8s;
}

.carousel-item.active p {
  opacity: 1;
  transform: translateY(0);
}

.bll{
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border:1px solid #ffffffb5;
  /* background-color: #ECECEC; */
  cursor: pointer;
  margin-right: 10px;
}

.controles{
  display: flex;
  flex-direction: row;
}

.carousel-item{  
  height: 170px;
}

.active-bll {
  background-color: white; /* O el color que prefieras */
  border-color: white;
}

.puntos2{
  display: none;
}

.vis{
  display: block;
}



@media (max-width: 1280px){
  .fila>p{
    font-size: .9em;
    margin-bottom: 0.8rem;
  }

  .icon {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }
  .title-v1{
    font-size: 3em;
  }

}


@media (max-width: 767.98px) { 
  .ctm-nav {
    height: 85px;    
  }
  .logo-header {
    width: 88px;
  }
  




  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
  }

  .bi-three-dots-vertical{
    color:#fff;
    font-size: 1.5em;
  }

  .navbar-toggler:focus {   
    box-shadow: 0 0 0 0.01rem;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: var(--back_darck);
    padding: 20px;
  }


  .hero_carrusel {
    margin-top: -25px;
  }

  .carousel-item p {
    font-size: .9em;
  }

  .carousel-item {
    height: 220px;
    margin-bottom: 10px;
  }



  .title-v1{
    font-size:2.3em;
  }
  .marquee-content {
    font-size: 1.2rem;
  }


  .title-flama {
    font-size: 2em;
  }

  .flama {  
    width: 60px;
    margin: 0 auto;
  }

  .img-cdo, .img-cdo-iz, .img-vzo{
    display: none;
  }

  .conten-cds {
    height:auto;
  }

  .copy {
    padding: 30px 0px 30px 0px;
  }

  .contacto {
    padding: 70px 0px 70px 0px;
  }

  .conten-form {
    padding: 0px 0px 30px 0px;
  } 
  
  .puntos{
    display:none;
  }

  .puntos2{
    display: block;
  }


  .conten-bull{
    padding-top:100px;
  }

  .vis{
    display: none;
  }
  
  .sp {
    padding: 70px 70px 0px 70px;
  }






}




  /* 🎭 Contenedor general */
  .gal {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 📌 Título siempre visible */
  .gal h2 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    color: white;
    font-size: 18px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    transition: opacity 0.8s ease-in-out;
  }

  /* 🎭 Imagen */
  .gal img {
    width: 100%;
    display: block;
    transition: transform 1s ease-in-out, filter 1s ease-in-out;
  }

  /* 🎭 Cortinilla oscura */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* 📜 Descripción */
  .description {
    position: absolute;
    width: 80%;
    text-align: left;
    color: white;
    font-size: 16px;
    opacity: 0;
    transform: scale(1.3); /* Inicia más grande (zoom-out) */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }

  /* 🔥 Efectos al pasar el mouse */
  .gal:hover img {
    transform: scale(1.1);
    filter: blur(3px);
  }

  .gal:hover .overlay {
    opacity: 1;
  }

  .gal:hover .description {
    opacity: 1;
    transform: scale(1); /* Regresa a su tamaño normal */
  }

  .gal:hover h2 {
    opacity: .1; /* Se atenúa un poco para dar efecto más limpio */
  }

  .dbdb{
    padding: 0px 0px 0px 8%;
  }

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

  .sp{
    padding: 70px;
  }


  .navbar-nav .nav-link {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease, left 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
}

.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.125);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color:#fff;
}

.accordion-button {
  color: #ffffff; 
  background-color: #ffffff5c;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #fff;
}

.aviso{
  position: relative;
  padding-top: 240px;
  margin-bottom: 70px;
}
.info1{
  padding: 30px;
  background-color: #4a4a4ac2;
}
.info{
  padding: 30px;
  background-color: #eeeeee;
}

.info>h2,h3{
  font-family: "Italiana", serif;
}
.info>h3{
  font-size: 1.3rem;
  font-weight: 300;
}


@media (max-width: 767.98px){
  .sp {
    padding: 70px 70px 0px 70px;
  }

  .aviso{
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
  }

  .delice{
    display: flex;    
  }

  .logo-footer {
    width: 140px;
  }
}










