       .contenedor-servicios {
      display: flex;
      flex-direction: column;
      gap: 60px;
      padding: 40px 20px;
    }

    .servicio {
     display: flex;
     flex-direction: column;
      background: none !important;
      border-radius: 2px;
      padding: 0px 16px;
      box-shadow:none ! important;
      max-width: 700px;
      margin: 0 auto;
      text-align: left;
      margin-bottom: 150px;
      margin-top: 70px;
    }

    .subti-section {
      font-family: Poppins;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #00000033;
    }

    .subtitulox {
      font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;

    }

    .texto-body {
  white-space: pre-line; /* conserva saltos de línea si usás \n o múltiples líneas en HTML */
}

.arreglo-consulta{
  width: 186px ! important;
}



    .carrusel-servicio {
  max-width: 100%;
  border-radius: 2px;
  position: relative;
}


.slide {
  flex: 0 0 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 2px;
}

.slide.activo {
  display: block;
}

.flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
}

.flecha.izquierda {
  left: 8px;
}
.flecha.derecha {
  right: 8px;
}

.carrusel-indicadores {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}


.indicador.activo {
  width: 24px;
  height: 12px;
  border-radius: 6px;
  background-color: #D90E11;
  opacity: 1;
}

.servicio img{
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.contenedor-titusub{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
}
    

.servicio-cards{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#servicios {
 display: flex;
 flex-direction: column; 
 padding-bottom: 150px;
}

.subti-section{
  display: none;
}

.contacto-titulo{
   text-align: center;
}

#contacto {
  padding-bottom: 150px;
}

#btn-enviar {
  position: unset !important;
}


.arreglo-subti{
  display: block;
}


.bloque-servicio {
  padding: 0px 16px;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}

.zona-imagen-texto {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zona-imagen {
  display: flex;
  flex-direction: column;

}

.carrusel-servicio {
  position: relative;

}

.carrusel-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  gap: 20px;
}

.carrusel-imagenes {
  display: none;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.carrusel-imagenes img {
  width: 114px;
  height: 127px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: all 300ms ease-in-out;
  border: 3px solid transparent;
  border-radius: 5px;
}

.carrusel-imagenes img.activo {
  opacity: 1;
  border: 3px solid var(--Primario, #D90E11);
  border-radius: 0;
  height: 130px;

}

.carrusel-grande {
  position: relative;
  width: 328px;
  height: 513px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  
}

.carrusel-grande img#imagen-activa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* Flechas */
.flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.flecha img {
  width: 24px;
  height: auto;
}

/* Izquierda y derecha */
.flecha.izquierda {
  left: 8px;
}

.flecha.derecha {
  right: 8px;
}


.carrusel-indicadores {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  gap: 6px;
}

.indicador {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-fondo, #FCF9F4);
  transition: 0.3s ease;
}

.indicador.activo {
  background-color: #c40000;
}

.zona-texto {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.bloque-titulo .etiqueta-secundaria {
color: rgba(0, 0, 0, 0.20);
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.texto-body{
   line-height: unset;
   text-indent: 0.6rem;
}

.titulo-principal {
color: #000;

/* M-Titulos */
font-family: 'Poppins';
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 44px */
}
  #servicio-btn-derecha{
   margin-top: 0 ! important;
  }

#imagen-activa {
  transition: opacity 0.5s ease;
  opacity: 1;
}

#imagen-activa.oculto {
  opacity: 0;
}

/* ======================== */
/* Desktop desde 824px     */
/* ======================== */
/* @media (min-width: 749px) {
  .zona-imagen-texto {
    flex-direction: row;
    align-items: flex-start;
  }

  .texto-body {
    white-space: unset;
  }
}
 */

@media screen and (min-width: 772px) {
.zona-imagen {
  flex-direction: row;
}
.zona-texto {
   margin-top: 0px;
   margin-left: 30px;
}


}


 @media screen and (min-width: 824px) {
   .titulo-principal {
     font-size: 77px;
   }
   .etiqueta-secundaria {
     font-size: 24px;
   }
   .texto-body {

   font-family: 'Poppins';
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   }
   .zona-texto {
     margin-top: 30px;
   margin-left: 0px;
}
   .zona-imagen {
  flex-direction: column;
}

.carrusel-grande {
  width:486px;
  height: 694px;

}
.carrusel-imagenes {
   gap:14px;
   margin-bottom: 0px;

}
  .zona-imagen-texto {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .zona-imagen {
    flex: 1;
  }

  .zona-texto {
    flex: 1;
  }

  .carrusel-imagenes {
     display: flex;
    justify-content: flex-start;
   flex-direction: column;
  }



  .carrusel-grande img {
    max-width: 100%;
  }


  /* desparecer carrusel */
  #btn-anterior, #btn-siguiente {
    display: none;
  }
  .carrusel-indicadores {
    display: none;
  }

  @media screen and (min-width: 1289px) {
        .zona-imagen {
        flex-direction: row;
    }
    .zona-texto {
        margin-top: 0px;
        margin-left: 30px;
    }
   
  }

  @media screen and (min-width: 1440px) {
           .zona-texto {
            max-width: 620px;
            margin-left: 40px;
        }
          .zona-imagen {
            margin:0 auto;
        }
            .bloque-servicio {
        padding: 70px 32px 200px ! important;
    }
        #contacto {
          margin-top: 50px ! important;
        }



  }

  
}


      #pantalla-carga {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #aaa;
  border-top: 4px solid var(--color-principal, #d00);
  border-radius: 50%;
  animation: girar 1s linear infinite;
}

@keyframes girar {
  to {
    transform: rotate(360deg);
  }
}