@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik+Distressed&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.container {
  max-width: 1920px;
  margin: auto;
}

.flexi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*variables*/
/**************************/
img {
  width: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: white;
}

header {
  padding: 10px 0px;
}

.txt35 {
  font-size: 35px;
}

h1 {
  font-family: "bebas neue";
  font-size: 60px;
  color: #151515;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

.tith1 {
  font-family: "rubik distressed";
  font-size: 60px;
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  .tith1 {
    font-size: 40px;
  }
}

.tith2 {
  font-family: "rubik distressed";
  font-size: 60px;
  color: white;
}
@media (max-width: 768px) {
  .tith2 {
    font-size: 40px;
  }
}

.txtn {
  color: black;
}

.tith11 {
  font-family: "bebas neue";
  font-size: 40px;
  color: #151515;
  padding-left: 10px;
}

h2 {
  font-family: "bebas neue";
  font-size: 40px;
  color: #151515;
}
@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: "roboto condensed";
  font-size: 20px;
  color: #151515;
}
@media (max-width: 768px) {
  h3 {
    font-size: 40px;
  }
}

p {
  font-family: "roboto condensed";
  font-size: 20px;
  color: black;
}

#form1 {
  width: 100%;
  background-color: rgb(252, 255, 255);
  font-family: "bebas neue";
  font-size: 18px;
}

#form1 legend {
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "bebas neue";
}

#form1 label {
  width: 250px;
  padding: 5px;
  display: none;
  font-family: "bebas neue";
}

#form1 input {
  width: 100%;
  height: 45px;
  color: black;
  border: 1px solid black;
  padding-left: 5px;
  margin-bottom: 10px;
  font-family: "bebas neue";
}

#form1 textarea {
  width: 100%;
  height: 150px;
  font-family: "bebas neue";
}

#form1 input.bot {
  width: 100px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  margin: 20px 0px;
  padding: 0px;
  border-radius: 10px;
  font-family: "bebas neue";
}

#form1 input.bot:hover {
  background-color: #F5A800;
}

.contenedor {
  position: relative; /* Esto define el área de juego */
  display: inline-block; /* Ajusta el contenedor al tamaño de la imagen */
}

.texto-encima {
  position: absolute; /* Permite mover el texto libremente */
  top: 90%; /* Lo baja al centro */
  left: 50%; /* Lo mueve al centro lateral */
  transform: translate(-50%, -50%); /* Centrado perfecto */
  color: white; /* Para que resalte */
  font-size: 30px;
  font-weight: "bold";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para legibilidad */
  font-family: "bebas neue";
}

.contenedor1 {
  position: relative; /* Esto define el área de juego */
  display: inline-block; /* Ajusta el contenedor al tamaño de la imagen */
}

.texto-encima1 {
  position: absolute; /* Permite mover el texto libremente */
  top: 50%; /* Lo baja al centro */
  left: 50%; /* Lo mueve al centro lateral */
  transform: translate(-50%, -50%); /* Centrado perfecto */
  color: white; /* Para que resalte */
  font-size: 60px;
  font-weight: "bold";
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Sombra para legibilidad */
  font-family: "rubik distressed";
}

.centrar {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

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

nav {
  width: 100%;
  padding: 10px 0px;
}
nav ul {
  display: flex;
  justify-content: end;
  list-style: none;
}
nav a {
  font-family: "bebas neue";
  font-size: 20px;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.flexi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.w80 {
  width: 80%;
  margin: auto;
}

.w50 {
  width: 50%;
  margin: auto;
}

.oferta {
  width: 50%;
  margin: auto;
}

.txt35 {
  font-size: 35px;
}

.fondo {
  background-image: url(../imagenes/ima1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 300px 0px;
}

.fondo1 {
  background-image: url(../imagenes/ima2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0px;
}

.fondo2 {
  background-image: url(../imagenes/ima3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}

.fondo3 {
  background-image: url(../imagenes/ima4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}

.fondo4 {
  background-image: url(../imagenes/ima55.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo5 {
  background-image: url(../imagenes/n1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo6 {
  background-image: url(../imagenes/c2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo7 {
  background-image: url(../imagenes/c3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo8 {
  background-image: url(../imagenes/c4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo9 {
  background-image: url(../imagenes/c5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo10 {
  background-image: url(../imagenes/c6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo11 {
  background-image: url(../imagenes/c7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo12 {
  background-image: url(../imagenes/c8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo13 {
  background-image: url(../imagenes/b1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo14 {
  background-image: url(../imagenes/v1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo15 {
  background-image: url(../imagenes/cros1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo16 {
  background-image: url(../imagenes/Rectangle1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo18 {
  background-image: url(../imagenes/c1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo19 {
  background-image: url(../imagenes/v1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0px;
}

.fondo {
  width: 100%;
  margin: 0px auto;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* Agregamos suavidad */
  transition: background-image 1s ease;
  /* Configuración de la animación */
  animation-name: imagenes;
  animation-duration: 10s; /* Más tiempo para que sea elegante */
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes imagenes {
  /* Imagen 1: se queda quieta del 0 al 20% */
  0%, 20% {
    background-image: url(../imagenes/slider1.jpg);
  }
  /* Transición suave hacia la Imagen 2 entre 20% y 25% */
  25%, 45% {
    background-image: url(../imagenes/slider2.jpg);
  }
  /* Transición hacia la Imagen 3 */
  50%, 70% {
    background-image: url(../imagenes/slider3.jpg);
  }
  /* Transición hacia la Imagen 4 */
  75%, 95% {
    background-image: url(../imagenes/slider4.jpg);
  }
  /* Cierre del ciclo */
  100% {
    background-image: url(../imagenes/slider1.jpg);
  }
}
.mt50 {
  margin-top: 50px;
}

.tw {
  color: white;
}

.mt {
  display: block;
  margin-top: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.btn1 {
  display: block;
  width: 150px;
  font-family: "roboto condensed";
  text-decoration: none;
  font-size: 20px;
  padding: 5px 0px;
  background-color: rgb(255, 255, 255);
  color: rgb(8, 8, 8);
  text-align: center;
  margin: auto;
  border-radius: 5px;
}

.btn1:hover {
  background-color: #F5A800; /* El color que pediste */
  color: #000; /* Opcional: cambia el texto a negro para que contraste mejor con el naranja */
}

.btn2:hover {
  background-color: #F5A800; /* El color que pediste */
  color: #000; /* Opcional: cambia el texto a negro para que contraste mejor con el naranja */
}

.input:hover {
  background-color: #F5A800;
}

.btn2 {
  display: block;
  width: 150px;
  font-family: "roboto condensed";
  text-decoration: none;
  font-size: 20px;
  padding: 5px 0px;
  background-color: rgb(255, 255, 255);
  color: rgb(8, 8, 8);
  text-align: center;
  border-radius: 5px;
}

/* 1. El contenedor: corta lo que sobresale y pone fondo negro */
.insta-card {
  overflow: hidden; /* Importante para que el zoom no se salga del cuadro */
  background-color: #000; /* Fondo negro para el efecto de oscurecimiento */
  cursor: pointer;
}

/* 2. La imagen: definimos la transición suave */
.insta-card img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, opacity 0.5s ease; /* Suaviza el zoom y el cambio de luz */
}

/* 3. El efecto Hover */
.insta-card:hover img {
  transform: scale(1.15); /* Zoom del 15% */
  opacity: 0.6; /* Al hacerse transparente, se ve el fondo negro del div */
}

/* Opcional: Si quieres un borde de tu color #DD1E01 al pasar el mouse */
.insta-card:hover {
  outline: 2px solid #DD1E01;
  outline-offset: -2px; /* Mantiene el borde por dentro del cuadro */
}

.ml30 {
  margin-left: 30px;
}

.btn1 {
  position: relative;
  overflow: hidden;
}

.btn1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
}

.btn1:hover::after {
  left: 150%;
}

.btn1, .btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease;
}

.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F5A800; /* Color amarillo */
  transition: all 0.4s ease;
  z-index: -1;
}

.btn1:hover::before {
  left: 0;
}

.btn1:hover {
  color: white !important;
}

input, select, textarea {
  background-color: #f9f9f9;
  border: 2px solid #eee; /* Bordes más gruesos y suaves */
  padding: 15px;
  border-radius: 0px; /* Estilo minimalista cuadrado */
  transition: 0.3s;
}

input:focus {
  border-color: #F5A800;
  box-shadow: 10px 10px 0px rgba(245, 168, 0, 0.1); /* Sombra sólida, muy de moda */
}

.mt50 {
  margin-top: 50px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb {
  margin-bottom: 50px;
}

.pd50 {
  padding-right: 50px;
}

.mr {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

#form1 input.x {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  font-family: "bebas neue";
}

.textarea {
  width: 25px;
  height: 25px;
  border: 1px solid black;
  font-family: "bebas neue";
}

#form1 label.a {
  width: 150px;
  padding-top: 5px;
  display: inline;
  vertical-align: top;
  font-family: "bebas neue";
}

.ocultar {
  display: none;
}

#form1 label.mas {
  width: 80%;
  display: inline;
  font-family: "bebas neue";
}

#form1 select {
  width: 100%;
  height: 45px;
  font-family: "bebas neue";
}

.txt25 {
  font-size: 25px;
  font-family: "bebas neue";
}

.txt30 {
  font-size: 30px;
}

.rojo {
  color: #DD1E01;
}

.ocultarb {
  list-style: none;
}

.amarillo {
  color: #F5A800;
}

footer {
  background-color: black;
  padding: 50px 0px;
}

.rsdcha {
  text-align: right;
  padding-top: 20px;
}

.rs {
  width: 50px;
  background-color: white;
  margin-right: 10px;
  padding: 2px;
}

.pf {
  padding: 5px;
}

/* Esto asegura que el checkbox y el texto no se amontonen en móvil */
.contenedor-checkbox {
  display: flex;
  align-items: center; /* Alinea verticalmente al centro */
  gap: 10px; /* Espacio entre el cuadro y el texto */
  margin-bottom: 20px;
}

.mt200 {
  margin-top: 250px;
}

.pt {
  padding: 30px 60px;
}

.padre {
  position: relative;
}

.btnh {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  cursor: pointer;
  z-index: 99;
  display: none; /* ocultar */
}

.ordenar {
  order: -1;
}

.clpl {
  padding: 5px;
}

.pli {
  padding-left: 20px;
}

.mt200 {
  margin-top: 200px;
}

.x {
  padding-top: 100px;
}

.form-container {
  background-color: #1e1e1e;
  padding: 40px;
  border-radius: 4px;
  width: 60%;
  border-top: 6px solid #F5A800; /* Detalle decorativo solicitado */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  font-family: "bebas neue";
}

.form-container form {
  font-family: "bebas neue";
}

.mb50 {
  margin-bottom: 50px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-family: "bebas neue";
}

.input-group {
  display: flex;
  flex-direction: column;
  font-family: "bebas neue";
}

.full-width {
  grid-column: span 2;
}

label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.8rem;
  color: #bbb;
  text-transform: uppercase;
  font-family: "bebas neue";
}

input, select, textarea {
  background-color: #2a2a2a;
  border: 1px solid #3d3d3d;
  padding: 12px;
  color: #8a8a8a;
  font-size: 1rem;
  border-radius: 3px;
  transition: 0.3s;
  font-family: "bebas neue";
}

input:focus, select:focus {
  outline: none;
  border-color: #F5A800;
  background-color: #333;
  font-family: "bebas neue";
}

/* Estilo para los desplegables */
select option {
  background-color: #1e1e1e;
  font-family: "bebas neue";
}

.beba {
  font-family: "bebas neue";
}

.btn-submit {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  background-color: #F5A800; /* Detalle decorativo solicitado */
  color: white;
  border: none;
  font-family: "$tipo";
  font-size: 1.3rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  font-family: "bebas neue";
}

.btn-submit:hover {
  background-color: #b31801;
  font-family: "bebas neue";
}

/*.........  Estilos de GRID ............*/
.col-1 {
  width: 7.33%;
}

.col-2 {
  width: 15.66%;
}

.col-3 {
  width: 24%;
}

.col-4 {
  width: 32.33%;
}

.col-5 {
  width: 40.66%;
}

.col-6 {
  width: 49%;
}

.col-7 {
  width: 57.33%;
}

.col-8 {
  width: 65.66%;
}

.col-9 {
  width: 74%;
}

.col-10 {
  width: 82.33%;
}

.col-11 {
  width: 90.66%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .col-t-1 {
    width: 7.33%;
  }
  .col-t-2 {
    width: 15.66%;
  }
  .col-t-3 {
    width: 24%;
  }
  .col-t-4 {
    width: 32.33%;
  }
  .col-t-5 {
    width: 40.66%;
  }
  .col-t-6 {
    width: 49%;
  }
  .col-t-7 {
    width: 57.33%;
  }
  .col-t-8 {
    width: 65.66%;
  }
  .col-t-9 {
    width: 74%;
  }
  .col-t-10 {
    width: 82.33%;
  }
  .col-t-11 {
    width: 90.66%;
  }
  .col-t-12 {
    width: 100%;
  }
  .oferta {
    width: 80%;
    margin: auto;
  }
  nav ul {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .col-m-1 {
    width: 7.33%;
  }
  .col-m-2 {
    width: 15.66%;
  }
  .col-m-3 {
    width: 24%;
  }
  .col-m-4 {
    width: 32.33%;
  }
  .col-m-5 {
    width: 40.66%;
  }
  .col-m-6 {
    width: 49%;
  }
  .col-m-7 {
    width: 57.33%;
  }
  .col-m-8 {
    width: 65.66%;
  }
  .col-m-9 {
    width: 74%;
  }
  .col-m-10 {
    width: 82.33%;
  }
  .col-m-11 {
    width: 90.66%;
  }
  .col-m-12 {
    width: 100%;
  }
  .oferta {
    width: 90%;
    margin: auto;
  }
  .centrart {
    text-align: left;
  }
  nav {
    display: none;
    width: 100%;
    padding-top: 20px;
  }
  nav ul {
    display: block;
    text-align: center;
    width: 100%;
  }
  nav ul a {
    font-size: 30px;
    padding: 20px 0px;
  }
  .pmh10 {
    padding: 0px 10px;
  }
  .btnh {
    display: block;
  }
  .txtm {
    font-size: 30px;
  }
  footer {
    text-align: center;
  }
  .ordenar {
    order: 2;
  }
  .pt {
    padding: 30px 10px;
  }
  .wm100 {
    width: 100%;
  }
  .fondo4 {
    padding: 50px 0px;
  }
  .fondo6 {
    padding: 150px 0px;
  }
  .fondo7 {
    padding: 150px 0px;
  }
  .fondo8 {
    padding: 150px 0px;
  }
  .fondo9 {
    padding: 150px 0px;
  }
  .fondo11 {
    padding: 150px 0px;
  }
  .fondo10 {
    padding: 150px 0px;
  }
  .mtm20 {
    margin-top: 20px;
  }
  .mbm20 {
    margin-bottom: 20px;
  }
  .mbm30 {
    margin-bottom: 30px;
  }
  .rsdcha {
    text-align: center;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .full-width {
    grid-column: span 1;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .full-width {
    grid-column: span 1;
  }
  @keyframes imagenes {
    0%, 20% {
      background-image: url(../imagenes/slidermovil/ima1.jpg);
    }
    25%, 45% {
      background-image: url(../imagenes/slidermovil/ima2.jpg);
    }
    50%, 70% {
      background-image: url(../imagenes/slidermovil/ima3.jpg);
    }
    75%, 95% {
      background-image: url(../imagenes/slidermovil/ima4.jpg);
    }
    100% {
      background-image: url(../imagenes/slidermovil/ima1.jpg);
    }
  }
  .bot {
    width: 100%;
    display: block;
  }
}/*# sourceMappingURL=estilos.css.map */