#hero h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #344B8F;
  }

  .card-contact{
    border-radius: 30px;
    background: #00C3FF;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.594);
  }
  .card-contact h3{
  font-family: cambria;
  }

  .card-contact p{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .btn-pedir{
    text-transform: uppercase;
    color: white;
    background-color: #FF6433;
    padding: 13px 10px;
    border: none;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
    width: 170px;
    text-align: center;
  }

  #hero {
    padding: 0;
  }

  .img-category{
    max-width: 130px;
    min-width: 70px;
    height: auto;
  }

  #header .logo img {
    height: 70px !important;
    width: 170px !important;
  }
  
  .float-logo{
    width: 300px;
    height: 100px;
    border-radius: 50px;
    object-fit: contain;
  }

  .btn-category{
    color: #FF6433;
    background-color: white;
    padding: 3px 6px;
    border: 1px solid #FF6433;
    border-radius: 20px;
    margin-top: 2px;
    font-size: 15px;
    width: 100px;
  }

  .badge-title{
    background: green;
    color: white;
    font-weight: bold;
    padding: 3px 18px;
    float: right;
    margin-top: -15px;
  }

  .label-title {
    background: #009E4F;
    color: white;
    font-weight: bold;
    padding: 3px 18px;
    font-size: 21px;
    width: 550px;
    text-align: right;
    text-transform: uppercase;
  }

  .title-section{
    font-size: 28px;
    color: #0041A3;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }

  
  .images-container, .images-container-left {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Divide el contenedor en 2 columnas iguales */
    grid-template-rows: auto auto; /* Dos filas ajustadas automáticamente */
    gap: 10px; /* Espaciado entre las imágenes */
    align-items: center;
    margin-bottom: 20px;
}

.images-container img:nth-child(1) {
  grid-column: 1; /* Coloca en la primera columna */
  grid-row: 1; /* Primera fila */
}

.images-container img:nth-child(2) {
  grid-column: 1; /* Coloca en la primera columna */
  grid-row: 2; /* Segunda fila */
}

.images-container img:nth-child(3) {
  grid-column: 2; /* Coloca en la segunda columna */
  grid-row: span 2; /* Abarca ambas filas de la segunda columna */
}

.images-container-left img:nth-child(1) {
grid-column: 1; /* Coloca en la primera columna */
grid-row: span 2; /* Primera fila */
}

.images-container-left img:nth-child(2) {
grid-column: 2; /* Coloca en la primera columna */
grid-row: 1; /* Segunda fila */
}

.images-container-left img:nth-child(3) {
grid-column: 2; /* Coloca en la segunda columna */
grid-row: 2; /* Abarca ambas filas de la segunda columna */
}

.images-container img, .images-container-left img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ajusta la imagen para que no se distorsione */
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.594);
}

.list-group-item {
  background-color: rgba(255, 255, 255, 0); /* Fondo semi-transparente */
  color: white;
  border: none; /* Borde tenue */
}

.details {
  padding: 60px 10px;
}

.floating-icons {
  bottom: 50%;
  z-index: 996;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  transition: all 0.4s;
  float: right;
  position: absolute;
  right: 20px;
}

.floating-icons .icon {
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.floating-icons .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#tubos-vacio, #colector-plano, #heat-pipe, #project-hoteleria, #industriales{
  display: flex !important;
  justify-content: center;
}

.bg-colector-plano {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 40px !important;
  background-image: 
  linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8), /* Blanco semi-transparente en la parte superior */
    rgba(255, 255, 255, 0.6) /* Blanco más transparente hacia el final */
  ),
  url("../img/sections/bg-colecto-plano.jpg");

background-size: cover; /* Asegura que la imagen de fondo cubra todo el contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.bg-heat-pipe {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 40px !important;
  background-image: 
  linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8), /* Blanco semi-transparente en la parte superior */
    rgba(255, 255, 255, 0.6) /* Blanco más transparente hacia el final */
  ),
  url("../img/sections/bg-head-pippet.jpg");

background-size: cover; /* Asegura que la imagen de fondo cubra todo el contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.bg-heat-pipe {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 40px !important;
  background-image: 
  linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8), /* Blanco semi-transparente en la parte superior */
    rgba(255, 255, 255, 0.6) /* Blanco más transparente hacia el final */
  ),
  url("../img/sections/bg-head-pippet.jpg");

background-size: cover; /* Asegura que la imagen de fondo cubra todo el contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.bg-project-hoteleria {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 40px !important;
  background-image: 
  linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8), /* Blanco semi-transparente en la parte superior */
    rgba(255, 255, 255, 0.6) /* Blanco más transparente hacia el final */
  ),
  url("../img/sections/bg-hoteleria.jpg");

background-size: cover; /* Asegura que la imagen de fondo cubra todo el contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.bg-industriales {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 40px !important;
  background-image: 
  linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.8), /* Blanco semi-transparente en la parte superior */
    rgba(255, 255, 255, 0.6) /* Blanco más transparente hacia el final */
  ),
  url("../img/sections/bg-industriales.jpg");

background-size: cover; /* Asegura que la imagen de fondo cubra todo el contenedor */
background-position: center; /* Centra la imagen */
background-repeat: no-repeat; /* Evita que la imagen se repita */
}

.desc-container{
  width: 50%;
}

@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 28px;
  }

  .images-container, .images-container-left{
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .images-container img, .images-container-left img{
    width: 30%;
    height: auto;
  }

  .container-section {
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  .section-title h2 {
    font-size: 21px;
  }

  .images-container img, .images-container-left img{
    width: 80%;
    height: 300px;
  }

  #tubos-vacio, #colector-plano, #heat-pipe, #project-hoteleria, #industriales{
    padding: 0 5px !important;
  }

  .card-contact{
    width: 100% !important;
  }

  .label-title{
    width: 100%;
    font-size: 17px;
  }

  .label-title{
    text-align: right;
  }

  
.desc-container{
  width: 100%;
}
}

.main-title-mini{
  font-family: Cambria, Georgia, serif;
  color: #344B8F;
  font-weight: bolder;
  text-transform: uppercase;
}