/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h2 {
    padding: 80px 0 10px 0 !important;
    font-family: 'Inter', sans-serif;
    color: #026428;
    font-weight: 100;
    letter-spacing:-0.001em;
}
/* Fuente para desktop (min-width: 768px) */
@media (min-width: 768px) {
    h2 {
        font-size: 27px;
        letter-spacing> 0em;
    }
}

:is(p,h1,h2,h3,h4,h5,h6,.theme-ctas) .link:not(.button), :is(p,h1,h2,h3,h4,h5,h6,.theme-ctas) a:not(.button) {
  background-image: linear-gradient(90deg, var(--light-bg), var(--links))
}
img {
  max-width: 100%;
  height: auto;
}

.skip-link, #skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus, #skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 10px;
    background: #fff;
    border: 1px solid #000;
}

.hs-embed-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
    min-width: 256px;
    display: block;
    margin: 0 auto;
}

.hs-embed-responsive {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.5%; /* Mantiene la proporción 16:9 */
    margin: 0;
}

.hs-embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

/* Estilos para el placeholder, sin fondo negro */
.youtube-placeholder {
    position: relative;
    overflow: hidden;
}

.youtube-placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

/* Contenedor de la tabla responsiva */
.hs-responsive-table {
    overflow-x: auto;
    max-width: 100%;
    width: 79%;
    margin-bottom: 30px;
}

/* Estilos de la tabla */
.hs-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fbfbfb;
    border: 2px solid #e8ecf2;
    height: 100%;
}

/* Estilos de las celdas */
.hs-table td {
    width: 100%;
    padding: 25px 20px;
}

/* Estilos de los enlaces */
.hs-table a {
    color: #026428;
    text-decoration: none; /* Opcional: para quitar el subrayado */
}

.hs-table a:hover {
    text-decoration: underline; /* Opcional: subrayado al pasar el mouse */
}

/* Contenedor principal ventajas */
.advantages {
    margin: 0 auto;
    line-height: 1.6;
}

/* Estilos para cada ventaja */
.step {
    background: #f8fcf8;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 5px solid #66bb6a;
    border-radius: 5px;
}

/* Estilos para el encabezado de cada ventaja */
.step .step-header {
    display: flex;
    align-items: center;
    font-weight: bold;
}

/* Estilos para el número dentro del encabezado */
.step .step-header > div:first-child {
    background: #66bb6a;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

/* Estilos para el título dentro del encabezado */
.step .step-header h3 {
    color: #1B5E20;
    margin: 0 0 10px 0!important; /* Eliminar margen predeterminado de h6 */
    margin-left: 5px;
    font-size: 17px !important;
    font-family: 'Inter', sans-serif; /* Fuente de la imagen */
    line-height: 1.5 !important; /* Altura de línea de la imagen */
    letter-spacing: 0em; /* Espaciado de letras de la imagen */
}
/* Ajustes para móvil */
@media (max-width: 768px) {
    .step .step-header h3 {
        font-size: 19px !important; /* Tamaño de fuente móvil */
    }
    .step p {
    margin: 0 0 0 40px;
}
}

/* Estilos para el párrafo de descripción de ventaja */
.step p {
    margin: 0 0 0 50px;
}

/* Contenedor caja gris */
.grey-container {
    background-color: #f5f5f5;
    padding: 20px 15px 20px 0px;
    margin-bottom: 30px;
}

/* Estilos para la lista de la caja */
.grey-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Estilos para cada elemento de la lista */
.grey-container ul li {
    margin-bottom: 10px;
}

/* Estilos para el texto en negrita de la caja */
.data-analysis-container ul li strong {
    color: #66bb6a;
}

.process {
  margin-bottom: 25px;
}

.title-process {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #2E7D32;
  font-family: 'Inter', sans-serif; /* Fuente de la imagen */
  line-height: 1.5; /* Altura de línea de la imagen */
  letter-spacing: 0em; /* Espaciado de letras de la imagen */
}

.sub-process {
  padding-left: 10px;
  border-left: 3px solid #e67e22;
  margin: 0 !important;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.9;
  color: #A33100;
}

.list-process {
  margin-bottom: 40px;
}

.imagen-pasos {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.gy-emoji {
  background-color: #f5f5f5;
  padding: 20px 15px 20px 0px;
}

.gy-emoji ul {
  list-style: none;
  padding: 0;
}

.gy-emoji i {
  font-style: italic;
}

.warning-container {
    background: #fff6f7;
    padding: 20px;
    border-left: 5px solid #f44336;
    margin-top: 20px;
    margin-bottom: 40px;
}

.warning-container p {
    margin-top: 15px !important;
    font-size: 30px;
    line-height: 1.42;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

/* Estilos para bullets amarillos */
.custom-list-item {
    padding-bottom: 15px;
    padding-left: 30px;
    margin: 0 20px;
    position: relative;
}

.custom-list-item::before {
    content: "•";
    color: #ffd700;
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 1;
}

.custom-list-item p {
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    padding-bottom: 3px;
    margin: 0; /* Elimina el margen predeterminado de <p> */
}

/* Estilos para caja amarilla con bullets verdes */
.req-container {
    background-color: #fff8f0;
    padding: 20px;
}

.req-container p {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0a070;
    color: #69b03f;
}

.req-container ul {
    margin-bottom: 20px;
    list-style-type: none; /* Elimina la viñeta predeterminada */
    padding-left: 0; /* Elimina el padding izquierdo predeterminado */
}

.req-container ul li {
    position: relative;
    padding-left: 20px; /* Espacio para la viñeta personalizada */
    margin-bottom: 10px; /* Espaciado entre elementos de la lista */
}

.req-container ul li::before {
    content: "●"; /* Carácter de viñeta personalizada */
    color: #69b03f; /* Color de la viñeta */
    position: absolute;
    left: 0;
    font-size: 14px;
}

/* Estilos para tablas de datos */
.data-table {
  border-collapse: collapse; /* Elimina espacios entre celdas */
  width: auto; /* Ancho óptimo según el contenido */
  min-width: 300px; /* Ancho mínimo para evitar que se vea muy estrecha */
  margin: 0 auto; /* Centra la tabla horizontalmente */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.data-table thead tr {
  background-color: #f5f5f5; /* Fondo gris claro para el encabezado */
}

.data-table th,
.data-table td {
  padding: 10px 20px; /* ¡Más aire! (20px arriba/abajo, 30px izquierda/derecha) */
  text-align: center; /* Centra el contenido */
  border: 1px solid #e0e0e0; /* Bordes sutiles */
}

.data-table th {
  font-weight: bold; /* Encabezados en negritas */
}

/* Estilos responsivos para pantallas pequeñas (menos de 600px) */
@media (max-width: 600px) {
  .data-table {
    width: 100%; /* Ocupa el 100% del ancho en móviles */
    font-size: 14px; /* Reduce el tamaño de la fuente para móviles */
  }

  .data-table th,
  .data-table td {
    padding: 12px 16px; /* Reduce el padding para móviles (pero sigue siendo espacioso) */
  }
}