


  /*************** Servicios & STANDS ::  Container ************/
  .servicios-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .servicio-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    flex: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    text-align: center;
  }

  .servicio-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  .servicio-icon {
    font-size: 40px;
    color: #cccccc;
    margin: 30px auto 15px;
    transition: color 0.3s ease;
  }

  .servicio-item:hover .servicio-icon {
    color: #007BFF;
  }

  .servicio-item h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .servicio-item a {
    text-decoration: none;
    color: #007BFF;
    font-size: 1.2rem;
    margin: 15px auto 0;
    float: right;
  }

  .servicio-item a:hover {
    color: #0056b3;
  }

  .servicio-item h5 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #666;
  }

  /* Responsive Grid */
  @media (min-width: 768px) {
    .servicios-list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
    }

    .servicio-item {
      width: calc(50% - 10px);
      /* 2 columnas */
    }
  }

  @media (max-width: 600px) {
    .gradient-text2 {
      font-size: 2rem;
    }

    .servicio-item h3 {
      font-size: 1rem;
    }

    .servicio-item h3 a {
      font-size: 1rem;
    }
  }

/********************** SECCIÓN  :: BOTTOMS :: CONTACT  fafafafa **********************/

.contact {
  width: 100%;
  min-height: 30vh;
  height: auto;
  padding: 30px 0 0;
  margin: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
}


/*************** SECCIÓN  :: CLienteS *******************/


/* CLIENTS IMGS */
.ClientImg {
  filter: grayscale(100%) brightness(100%);
  -webkit-filter: grayscale(100%) brightness(100%);
}

.ClientImg:hover {
  filter: none;
}



/**********************SECCIÓN PILARES **************************/

.pilares-agencia {
  width: 100%;
  margin: 0;
  font-family: var(--font-body);
  background: var(--clr-light);
  color: var(--clr-dark);
  padding: clamp(8rem, 6vw, 6rem) 2rem;
  background: #fff;
}

.container-pillar {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-title {
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 2.75rem);
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: var(--clr-primary);
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}

/* ======= GRID RESPONSIVO ======= */
.pillar-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pillar {
  background: var(--clr-light);
  padding: 3rem 0.5rem 2rem;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform var(--transition), box-shadow var(--transition);
}

.pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.08);
}

i.pillar-icon {
  font-size: 2.5rem;
  color: var(--clr-primary);
  margin-bottom: 1rem;
}

.pillar-title {
  font-family: var(--font-title);
  font-size: 1.25rem;
  margin: 0.5rem 0 1rem;
}

p.pillar-text {
  font-size: 1rem;
  color: #555;
}

/* ======= MOBILE EXTRA SMALL ======= */
@media (max-width: 380px) {
  .pillar {
    padding: 1.5rem;
  }

  .pillar-title {
    font-size: 1.1rem;
  }

  .pillar-text {
    font-size: 0.9rem;
  }
}


/********************** ABOUT ::   **********************/

.About {
  width: 100%;
  height: auto;
  background: inherit;
  padding: 0 0 50px;
  margin: 0;
}

#nosotros {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 70px 0 100px;
  text-align: center;
  background: #f5f5f5;
}

.box {
  flex: 0 48%;
  width: 47%;

  max-width: 300px;
  height: 240px;
  margin: 4px auto;
  padding: 20px 0;

  display: inline;

  background: #fafafa;

}

.box:hover {}


/********************** :: EVENTS ::   **********************/
.TiposEventos {
  margin: 0;
  padding: 100px 0 0;
  font-size: 1.5rem;
  font-weight: 100;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: 0.05em;
  background: #f5f5f5;
}


#EventGallery {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0;
  padding: 100px 0;

}

/**********************  :: STANDS ::   **********************/

.GalleryStands {
  width: 100%;
  height: auto;
  margin: 0 0 100px;
  padding: 100px 0 0;
}

.ServicioStand {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  margin: 50px 0 0;
  padding: 150px 0 100px;
  text-align: center;

}

.ServicioStand .Tetra img.ServImg {
  max-width: 125px;
  max-height: 125px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.ServicioStand .Tetra h4 {
  text-align: center;
  font-weight: 300;
  margin: 10px auto 0;
  padding: 0;
  color: #666;
}

/********************** :: ARTICULOS PROMOCIONALES ::   **********************/

.ImgPromo {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0;
  padding: 0;
}


.ArtPromo {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 100px 0;
  margin: 100px 0 0;
}

#PromoGallery {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto;
  padding: 100px 0;

}

.PromoCard {
  width: 220px;
  height: 220px;

  display: inline-block;
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px;

  text-align: center;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(99, 99, 99, 0.12), 0 1px 2px rgba(184, 183, 183, 0.13);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.PromoCard img {
  width: 100%;
  height: auto;
}

.PromoCard:hover {
  box-shadow: 0 7px 14px rgba(4, 57, 231, 0.25), 0 10px 10px rgba(3, 238, 255, 0.22);
}


/**********************  :: EDECANES ::   **********************/

.ModelsGallery {
  width: 100%;
  height: auto;
  padding: 0 0 100px;
  margin: 50px auto;
}

 

/************* clients ************/

.clients {
  width: 80%;
  margin: 50px auto;
  padding: 50px 0 0;
  text-align: center;
}


/*************nosotros **********/


.n1 {
  width: 100%;
  margin: 50px auto 0;
  color: #123a75ab;
}

.n1 h3 {
  font-size: 2.4em;
  text-align: center;
  line-height: 50px;
}

.n1 p {
  text-align: left;
  line-height: 30px;
  font-size: large;
}

.n1 ul {
  width: 70%;
  margin: 10px auto;
  list-style-type: disc;
}

.n1 h5 {
  font-size: 1.1em;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
}



/******************************/
/*<style>
    /* body {

       background-color: #f0f0f0;
       margin: 0;
       height: 100vh;
       display: flex;
       align-items: center;
       justify-content: center;
     }*/

.TitleBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  line-height: 100px;
  margin: 0 0 0 10%;

  background: transparent;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.TitleBar h2 {
  margin: 0 0 0;
  padding: 0 0 0 10%;
  font-size: 1.8rem;
  flex: 1;
}

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

.tools-buttons {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  opacity: 1;
  position: static;
  transition: none;

}

.tools-button {
  border: none;
  color: #e9e9e9;
  padding: 8px 12px;
  font-size: 1.4rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.tools-button i {
  margin-right: 5px;
  color: #e1e1e1;
  line-height: 50px;
}

.tools-button:hover {
  color: #0056b3;
}

.fecha-hora {
  display: flex;
  gap: 30px;
  margin-right: 5%;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  flex: 1;
  justify-content: flex-end;
}

.fecha-hora i {
  color: #007BFF;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .TitleBar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  h2,
  .tools,
  .fecha-hora {
    margin-left: 0 !important;
    flex: unset;
    justify-content: center;
  }

  .fecha-hora {
    margin-right: 0 !important;
    flex-direction: column;
  }
} 


/**********************  UTILITY :: DATE    **********************/
.date {
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
  text-transform: uppercase;
}