// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.outfit-<uniquifier> {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
  font-family: Outfit;
  font-weight: 400;
  background-color: #0A0A0A;
  color: white;
}
.banneer{
  height: 750px;
}
.banneer h1{
  font-size: 90px;
  font-weight: 900;
}
.sticky-top{
  background-color: rgba(255, 255, 255, 0.6);
}
h4{
  font-weight: 600;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fondocolor{
  background: background: rgb(8,42,91); background: linear-gradient(180deg, rgba(8,42,91,1) 0%, rgba(8,42,91,0) 100%);
}
.fondocolor2{
  background: #082A5B;
}
.fondocolor h2{
  color: white;
  margin: 30px 0px;
}
.fondocolor h2 span{
  font-size: 100px;
  font-weight: 900;
}
.bannermargen{
  margin-top: 130px;
  margin-bottom: 130px;
  color: white;
}
h1{
  
}
.zorro3{
  height: 250px;
  position: absolute;
  margin-top: -110px;
  margin-left: 200px;
}
.pulgararriba{
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.pulgararriba h1{
  
}
.pulgararriba h1 span{
  color: #007481;
  font-size: 50px;
}
.porque{
  color: white;
}
.iconos{
  height: 100px;
  margin-bottom: 20px;
}
.porque h3{
  padding-top: 40px;
}
.porque h2{
  
  margin: 0px;
}
.testimonios1{
  display: flex;
  align-items: center;
  background-color: #007481;
  border-radius: 170px;
  margin: 20px;
  padding:15px 10px;
  color: white;
  
  box-shadow: 0px 3px 15px #00000029;
}
.testimonios2{
  display: flex;
  align-items: center;
  background-color: #D3ED74;
  border-radius: 170px;
  margin: 20px;
  padding:15px 10px;
  
  box-shadow: 0px 3px 15px #00000029;
}
.testimonios3{
  display: flex;
  align-items: center;
  background-color: #997ADB;
  border-radius: 170px;
  margin: 20px;
  padding:15px 10px;
  color: white;
  
  box-shadow: 0px 3px 15px #00000029;
}
.mt50{
  margin-top: 50px;
}
.mt20{
  margin-top: 20px;
}
.verdeclaro{
  display: flex;
  align-items: center;
}
.verdeclaro h1,h4{
  color: white;
}
.verdeclaro .pad{
  padding: 30px 0px;
}
.pulgararriba h3{
  background: #997ADB;
  padding: 10px;
  border-radius: 30px;
  color: white;
  width: 100%;
}
.footer{
  display: flex;
  align-items: center;
  color: white;
  padding: 20px 0px;
}

.precios1{
  display: flex;
  align-items: center;
  background-color: #00CE7C;
  border-radius: 50px;
  margin: 10px;
  padding:20px 10px;
  color: white;
  
  height: 200px;
  box-shadow: 0px 3px 6px #00000029;
}
.precios1 p{
  font-family: NexaLight;
}

.precios2{
  display: flex;
  align-items: center;
  background-color: #007481;
  border-radius: 50px;
  margin: 10px;
  padding:20px 10px;
  color: white;
  
  height: 200px;
  box-shadow: 0px 3px 6px #00000029;
}
.precios2 p{
  font-family: NexaLight;
}

.precios3{
  display: flex;
  align-items: center;
  background-color: #997ADB;
  border-radius: 50px;
  margin: 10px;
  padding:20px 10px;
  color: white;
  
  height: 200px;
  box-shadow: 0px 3px 6px #00000029;
}
.precios3 p{
  font-family: NexaLight;
}

.precios4{
  display: flex;
  align-items: center;
  background-color: #2ED9C3;
  border-radius: 50px;
  margin: 10px;
  padding:20px 10px;
  color: white;
  
  height: 200px;
  box-shadow: 0px 3px 6px #00000029;
}
.precios4 p{
  font-family: NexaLight;
}

button{
  background:white;
  box-shadow: 0px 3px 6px #00000029;
  color:#00CE7C;
  border:none;
  
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.edificios{
  width: 70%;margin: 20px 0px;
}
.zorroportunidades{
  width: 100%;
}
.zorropublica{
    width: 100%;
    margin-left: -20px;
}


@media (max-width: 500px) {
  body{
    font-size: 17px;
  }
  .bannermargen{
    margin-top: 50px;
    margin-bottom: 210px;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .zorro3{
    height: 200px;
    position: absolute;
    margin-top: 18px;
    margin-left: -90px;
  }
  .edificios{
    width: 100%;margin: 20px 0px;
  }
  .zorroportunidades{
    width: 50%;
  }
  .zorropublica{
    text-align: center;
    width: 50%;
  }
  .pulgararriba h1 span{
    color: #007481;
    font-size: 40px;
    text-align: center;
  }
  .pulgararriba h1{
    font-size: 20px;
    text-align: center;
  }
  .nocel{
    display: none;
  }
  .porque{
    padding: 20px;
  }
  .testimonios1, .testimonios2, .testimonios3 {
    border-radius: 30px;
    text-align: center;
  }
  .banneer h1{
    font-size: 40px;
    font-weight: 900;
  }
  .banneer{
    height: 400px;
  }
  .fondocolor h2 span{
  font-size: 70px;
  font-weight: 900;
}
.oportunidades{
    margin-top: 2px!important;
    margin-bottom: 2px!important;
  }

}


@media (min-width: 501px) and (max-width: 1500px) {
  .testimonios1, .testimonios2, .testimonios3 {
    border-radius: 20px;
    text-align: center;
  }
  .zorro3{
    height: 200px;
    position: absolute;
    margin-top: -61px;
    margin-left: 130px;
  }
  .edificios{
    width: 100%;margin: 20px 0px;
  }
  .zorroportunidades{
    width: 30%;
  }
  .zorropublica{
    text-align: center;
    width: 50%;
  }
  .oportunidades{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nopad{
    display: none;
  }
  .pulgararriba{
    text-align: center;
  }
}


.oportunidades{
    margin-top: 40px;
    margin-bottom: 40px;
  }












@media (min-width: 501px) and (max-width: 5000px) {
  .testimonios1, .testimonios2, .testimonios3 {
    border-radius: 20px;
    text-align: center;
  }
  .nopc{
    display: none;
  }
}

.row {
    --bs-gutter-x: 0rem;
}



@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
      display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
      display: block;
    }
  }



  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: block;
  }

  /* medium and up screens */
  @media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
  }

  .carousel-inner .carousel-item-end,
  .carousel-inner .carousel-item-start { 
    transform: translateX(0);
  }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
    background-color: #007481;
    border-radius: 20px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 40%;
    margin-bottom: 1rem;
    margin-left: 40%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    border-radius: 90px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    opacity: 0.2;
    transition: opacity .6s ease;
  }

.carousel-indicators .active {
    opacity: 1 !important;
}

.pulse {
  animation: pulse-animation 1s infinite;
  border-radius: 70px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(153, 122, 219, 0.9);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(153, 122, 219, 0);
  }
}



header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  z-index: 999;
  transition: 0.6s;
}

header.sticky{
  background-color: #c50e1a;
  padding: 15px 100px;
}

header .brand{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

header .menu{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin: 0 30px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 15px;
  transition: 0.3s;
  transition-property: color, background;
}

header .menu a:hover{
  color: #000;
  background: #fff;
}

header .btn{
  font-size: 25px;
  cursor: pointer;
  color: #fff;
  display: none;
}


@media (max-width: 1024px) {
  header .btn{
    display: block;
  }

  header .menu.active{
    right: 0;
  }

  header .menu{
    position: fixed;
    background: #a81b24;
    flex-direction: column;
    min-width: 400px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 80px 50px;
    transition-property: right;
    transition: 0.5s;
  }

  header .menu .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a{
    display: block;
    font-size: 16px;
    margin: 20px;
    padding: 0 15px;
  }
}

.productos img{
  border-radius: 10px;
  width: 100%;
}
.productos p{
  font-weight: 200;
}
.productos h2{
  color: #a81b24;
}
.compra{
  border-radius: 10px;
  background-color: #a81b24;
  color: white!important;
}
.compra a{
  color: white!important;
  text-decoration: none;
}
/* Separación solo en la fila de productos */
.productos {
  --bs-gutter-x: 1.5rem;   /* restaura el gutter horizontal */
  --bs-gutter-y: 1.5rem;   /* espacio vertical entre filas */
}

.productos {
  --bs-gutter-x: 1.5rem;   /* restaura el gutter horizontal */
  --bs-gutter-y: 1.5rem;   /* espacio vertical entre filas */
}

/* Columna como contenedor flex para alinear el botón abajo */
.productos .col {
  display: flex;
  flex-direction: column;
  text-align: center;      /* opcional, mantiene todo centrado */
}

/* Empuja el botón al fondo de cada tarjeta */
.productos .compra {
  margin-top: auto;
}
/* Estilo base del botón */
.compra {
  position: relative;
  overflow: hidden;   /* oculta lo que se sale del botón */
  z-index: 0;         /* asegura que el destello quede detrás del texto */
}

/* El pseudo-elemento que hará de destello */
.compra::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%; /* empieza fuera del botón */
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3); /* capa blanca semitransparente */
  transform: skewX(-25deg); /* diagonal */
  transition: left 0.6s ease; /* animación del barrido */
  z-index: -1;
}

/* Al pasar el mouse se desplaza de izquierda a derecha */
.compra:hover::before {
  left: 125%;
}

/* ===== PRODUCT SHEET ===== */
.product-gallery .thumb{
  cursor: pointer;
  aspect-ratio: 30/9;
  object-fit: cover;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.product-gallery .thumb:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  opacity: .5;
}
.gallery-main img{
  object-position: center;
  display: block;
}
.descripcion{
  background: #121212;
  border: 1px solid rgba(255,255,255,.06);
}
.precio{
  color: #a81b24; /* combina con tu .compra */
}
/* Forzar espacio entre columnas */
.row > [class*="col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.acento{
  color: #a81b24;
}
.categoria{
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
