/*

Theme Name: Tema jasatec

Theme URI: http://creativawebperu.com

Author: Creativa Design

Author URI: http://creativawebperu.com

Description: Tema para la pagina web jasatec

Version: 1.0

License: Split License

License URI: #

Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: creativawebperu



*/
/* === ESTILOS ACTUALIZADOS PARA EL CARRUSEL DE SERVICIOS === */

/* ============================
   🔹 AJUSTES FINALES CARRUSEL SERVICIOS
   ============================ */
.servicios_home {
  background-color: transparent;
  padding: 60px 0;
}

/* Centrado del contenedor */
.servicios_home .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Contenedor general del carrusel */
.servicios-slider {
  margin: 0 auto !important;
  padding: 0 20px !important; /* Espacio lateral general */
}

/* Cada slide */
.servicios-slider .servicio-item {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  padding: 0 15px !important; /* 🔹 Espacio entre tarjetas */
  box-sizing: border-box;
}

/* Tarjeta del servicio */
.servicios-slider .box {
  background: #fff !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  min-height: 420px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding-bottom: 15px !important;
}

/* Hover */
.servicios-slider .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

/* Figura */
.servicios-slider .box figure {
  height: 180px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.servicios-slider .box figure img {
  max-width: 90px;
  height: 90px;
  object-fit: contain;
}

/* Título */
.servicios-slider .box h4 {
  text-align: center;
  margin: 20px 15px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.servicios-slider .box h4 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.servicios-slider .box h4 a:hover {
  color: #0073e6;
}

/* Contenido */
.servicios-slider .box .contenido {
  flex-grow: 1;
  padding: 0 30px 25px;
  text-align: justify;
  color: #555;
}

.servicios-slider .box .contenido p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Viñetas si las hay */
.servicios-slider .box .contenido ul {
  list-style-type: disc;
  padding-left: 25px;
  margin: 0;
}

.servicios-slider .box .contenido li {
  margin-bottom: 8px;
}

/* Flechas */
.servicios_home .slick-prev,
.servicios_home .slick-next {
  z-index: 5;
  background: #ff8220 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.servicios_home .slick-prev:hover,
.servicios_home .slick-next:hover {
  background: #e05c03 !important;
}

.servicios_home .slick-prev:before,
.servicios_home .slick-next:before {
  color: #fff;
  font-size: 20px;
}

/* Dots */
.servicios_home .slick-dots {
  text-align: center;
  margin-top: 25px;
}

.servicios_home .slick-dots li button:before {
  color: #0073e6;
  font-size: 10px;
}

.servicios_home .slick-dots li.slick-active button:before {
  color: #005bb5;
}
/* === SECCIÓN SERVICIOS A PANTALLA COMPLETA === */
.servicios_home {
  width: 100vw !important; /* Ocupa todo el ancho de la pantalla */
  margin-left: calc(50% - 50vw) !important; /* Corrige centrado */
  background-color: transparent !important; /* Mantiene fondo transparente */
}
/* === ESPACIO ENTRE SECCIONES SERVICIOS Y ENFOQUE === */
.servicios_home {
  padding-bottom: 100px !important; /* aumenta espacio inferior */
}

.enfoque_home {
  margin-top: 60px !important; /* agrega separación visual */
}
.productos_home {
  margin-top: 70px !important; /* agrega separación visual */
}