/*
	Theme Name: Chispuditos
	Theme URI: https://abkbusiness.com
	Description: Abk WP Boilerplate
	Version: 1.1.1
	Author: ABK
	Author URI: https://abkbusiness.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: https://abkbusiness.com
*/
/* Loader inicial: ocupa toda la pantalla */
/* Estilo del fondo del preloader */

/* Peso normal (400) */
@font-face {
    font-family: "gotham";
    src: url("fonts/Gotham-Medium.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Peso normal (400) */
@font-face {
    font-family: "gotham";
    src: url("fonts/GothamRnd-Bold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

/* Peso normal (400) */
@font-face {
    font-family: "gotham";
    src: url("fonts/Gotham-Book.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

body, p {
    font-family: "gotham", serif;
    font-weight: normal;
}

.text-gray {
    color: #999 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #888888; /* Fondo gris */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease;
}

/* Contenido centrado con borde redondeado */
.preloader-content {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Imagen o ícono con animación de rotación */
.preloader-content img {
    width: 80px;
    height: auto;
    animation: spin 2s linear infinite;
}

/* Texto debajo del ícono */
.preloader-content p {
    margin-top: 15px;
    font-family: 'gotham', sans-serif;
    color: #333;
}

/* Animación: rotación */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-primary {
    background: #244f80!important;
    border: none!important;
    font-size: 18px;
}

/* Clase que activa el desvanecimiento */
#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

svg {
    animation: girar 1s linear infinite;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}





body {
    font-family: "gotham", serif;
}

.headerPrincipal {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.productoPrincipal {
    position: absolute;
    width: 100%;
    color: #1e4676;
    text-align: center;
}

.contenedor-imagen-texto {
    width: 100%;
    height: 100vh;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

@media (max-width: 768px) {
    .contenedor-imagen-texto {
        height: 50vh;
        background-position: top center !important;
    }
}

.contenedor-imagen-text {
    text-align: center;
    margin: auto;
    padding-top: 20vh;
    font-size: 1.8em;
    max-width: 450px;
    color: white;
    font-weight: 800;
}

.logo {
    max-width: 150%;
    margin-top: 40px;
    position: relative;
}

.texto-superpuesto {
    text-align: center;
    max-width: 180px;
    margin-top: 15%!important;
}

.headerPrincipal ul {
    margin-top: 8%!important;
}

.headerPrincipal li {
    display: inline-block;
    margin-right: 1em;
    padding: 5px;
    color: rgb(243, 241, 241);
}

.headerPrincipal a {
    display: inline-block;
    margin-right: 1em;
    padding: 5px;
    color: rgb(243, 241, 241);
    font-weight: 200;
    font-size: 0.8em;
    text-decoration: none;
}

.bannerPrincipal {
    width: 100vw;
    height: 93vh;
    background-position: center top;
    background-size: cover;
}

.estilo-text {
    color: rgb(240, 236, 236);
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
    margin: -2px;
    padding: 1em;
    margin-top: -45%;
}

.btn {
    background-color: #1e5bd3;
    color: white;
    margin: -10px;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #163a63;
}

.body img {
    display: block;
    margin-right: 200%;
    margin-top: 500px;
    max-width: 220%;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.textHome {
    padding: 7em;
}

.textHome h2 {
    font-weight: 1;
    color: #366ba8;
}

.textHome span {
    font-weight: 700;
    color: #244f80;
}

.texto-descriptivo {
    color: #7e7e7e!important;
    /*font-family: 'Montserrat', sans-serif;
    margin-left: 350px;
    font-size: 1.2em;
    font-weight: 400;
    color: #666666;
    line-height: 1.5em;
    max-width: 460px;
    text-align: justify;*/
}

.barra-informativa {
    background-color: #234b76;
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}

.barra-informativa .resaltado {
    color: #ffc107;
    display: inline-block;
}

.barra-informativa .resaltado2 {
    color: #faf9f7;
    display: inline-block;
}

.texto-informativo-2 {
    font-family: 'gotham', sans-serif;
    font-size: 1.2em;
    color: #666666;
    padding: 6em;
}

.modelo-alimentacion {
    font-size: 2em;
    font-weight: 700;
    color: #1E4676;
    letter-spacing: -0.5px;
    word-spacing: 1px;
}

.plato-alimentacion {
    text-align: center;
    max-width: 500px;
    margin-top: 20%;
}

@media (max-width: 768px) {
    .plato-alimentacion {
        max-width: 100%;
        margin-top: 20px;
    }
}

.texto-informativo-3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0em;
    color: #244f80;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
}

/* Contenedor general: alinea las dos tarjetas */
.contenedor-productos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 80px;
}

/* Estilo base de cada tarjeta */
.tarjeta-producto {
    width: 400px;
    height: 600px;
    border-radius: 80px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Fondos de colores */
.fondo-azul {
    position: relative;
    display: inline-block;
    background-color: transparent; /* se usará solo en el pseudo-elemento */
    border: 4px solid #b2dff5;
    border-radius: 30px;
    padding: 0;
}

.fondo-azul img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    margin-left: 60px;
    margin-top: -20px;
    top: 6%;
}

.fondo-azul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #c1eafc;
    border-radius: 26px;
    z-index: 0;
}

.fondo-verde {
    position: relative;
    display: inline-block;
    background-color: transparent; /* se usará solo en el pseudo-elemento */
    border: 4px solid #83e97a;
    border-radius: 35px;
    padding: 0;
}

.fondo-verde img {
    position: relative;
    z-index: 1;
    display: block;
    width: 200%;
    max-width: 400px;
    border-radius: 10px;
    margin-top: -15px;
    margin-left: -20px;
    top: 8%;
}

.fondo-verde::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #92e78f;
    border-radius: 31px;
    z-index: 0;
}

/* Imagen del producto */


/* Título */
.tarjeta-producto h2 {
    font-size: 1.4em;
    margin: 10px 0;
    color: #002856;
    margin-top: 80px;
    text-align: justify;
    padding: 20px;
    font-weight: 1000;
}

/* Descripción */
.tarjeta-producto p {
    font-size: 12px;
    color: #979595;
    margin-bottom: 20px;
    padding: 20px;
    margin-top: -30px;
    margin-left: 0;
    text-align: left;
    font-weight: 600;
}

/* Botones */
.boton-ver {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    float: left;
    margin: 9%;
}

.boton-ver.azul {
    background-color: #3ab1d8;
    color: white;
    margin-top: -35px;
}

.boton-ver.verde {
    background-color: #1e9b3b;
    color: white;
    margin-top: -30px;
}

/* Etiqueta "NUEVO" */
.etiqueta-nuevo {
    background-color: #fff200;
    color: #002856;
    font-weight: bold;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 4px;
    position: absolute;
    top: 320px;
    left: 20px;
}

.banner-nutricion {
    position: relative;
    margin: auto;
    width: 100%;
    height:  50vh;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.imagen-banner {
    width: 100%;
    height: 550px;
    margin-left: 10px;
    margin-right: 250px;
}

.texto-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f1eeee;
    font-family: 'gotham', sans-serif;
    font-size: 4.5em;
    text-align: center;
    font-weight: bold;
    padding: 25px;
}

.boton-descubre {
    background-color: #254a7b;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.titulo-beneficios {
    font-family: 'gotham', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #204F7A;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 20px;
}

.beneficios-container {
    text-align: center;
    padding: 40px 60px;
    max-width: 80%;
    margin-left: 10%;
    font-family: 'gotham', sans-serif;
}

.beneficio-card {
    flex: 1;
    border-radius: 30px;
    color: white;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.beneficio-card img {
    width: 150px;
    height: 150px;
    margin: 20px auto;
    display: block;
}

.beneficio-card h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
}

.beneficio-card p {
    font-size: 1em;
    margin-bottom: 20px;
}

/* Estilos específicos por tarjeta */
.card-amarilla {
    background-color: #FFC800;
    color: white;
}

.card-verde {
    background-color: #008000;
    color: white;
}

.card-morada {
    background-color: #3B0A64;
    color: white;
}

.boton-beneficio {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9em;
    cursor: pointer;
}

.boton-amarillo {
    background-color: #007B00;
    color: white;
}

.boton-verde {
    background-color: #4B0082;
    color: white;
}

.boton-morado {
    background-color: #FFD500;
    color: #3B0A64;
}

.contenedor-vertical {
    position: relative;
    margin-top: 65px;
}

.imagen-chispudito {
    width: 100%;
    height: 80vh;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    text-align: center;
    padding: 6em;
}



.titulo-nuestro {
    font-family: 'gotham', sans-serif;
    font-weight: 700;
    font-size: 3em;
    color: #1e4b7a;
    text-align: center;
    margin: 20px 0;
}

.avalo-nutricionistas {
    color: white;
    font-family: 'gotham', sans-serif;
    font-size: 1em;
    text-align: center;
}

.avalo-nutricionistas1 {
    color: white;
    font-family: 'gotham', sans-serif;
    font-size: 1em;
    text-align: center;
}

.social-banner {
    text-align: center;
    margin-top: 20px;
    padding: 50px 50px;
    color: rgb(73, 87, 146);
}

/* Media query para pantallas con ancho máximo de 600px */
@media (max-width: 600px) {
    .social-banner {
        margin-top: 10px;
        padding: 20px 20px;
    }
}

.social-banner1 {
   background-color: #1f4877;
    text-align: center;
    padding: 50px 50px;
    color: rgb(255, 255, 255);
}

.social-banner p {
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 20px;
    font-family: 'gotham', sans-serif;
}

.social-banner1 p {
    font-weight: bold;
    font-size: 2.0em;
    margin-bottom: 20px;
    font-family: 'gotham', sans-serif;
}

.social-icons a {
    color: rgb(78, 102, 167);
    width: 70px;
    margin: 0 1em;
    text-decoration: none;
    transition: transform 0.7s ease;
}

.social-icons1 a {
    color: rgb(249, 249, 250);
    width: 100px;
    margin: 0 1em;
    text-decoration: none;
    transition: transform 0.7s ease;
}

.social-icons a:hover {
    transform: scale(1.2);
}

.social-icons i {
    font-size: 2.3em;
}

.copyright-footer {
    background-color: #234d7b; /* mismo azul oscuro */
    color: white;
    text-align: center;
    padding: 25px 25px;
    font-size: 14px;
    font-family: gotham, sans-serif;
}

.datafono {
    max-width: 30%;
    margin-left: 25%;
    margin-top: 10%;
}



/* Media query para móviles */
@media (max-width: 768px) {
    .menu-texto,
    .menu-texto-derecha {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0 !important;
        font-size: 14px;
        justify-content: center;
        margin-left: 0;
    }
}

.producto {
    font-family: 'Baloo 2', sans-serif;
    background-color: #FFF8E1;
    margin: 0;
    padding: 0;
}

.product-images {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-right: 60%;
    margin-top: 80px;
}

.product-images img {
    width: 300%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #FFD600;
}

.carousel-cereal {
    margin-top: -47%;
    margin-left: 18%;
}

.gallery-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: auto;
    margin-right: 35%;
    margin-top: 20%;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .gallery-container {
        flex-wrap: wrap;
        margin-right: 0;
        margin-top: 5%;
        max-width: 100%;
        gap: 10px;
        justify-content: center;
        padding: 0 10px;
    }
}

.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.thumbnail {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnail:hover {
    border-color: #0073aa;
}

.main-image-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .main-image-container {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding: 10px;
    }
}

#mainDisplay {
    width: 400px;
    height: 400px;
    border: 2px solid #ddd;
    border-radius: 8px;
}

.arrow-button {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
}

.product-card {
    font-family: 'gotham', sans-serif;
    padding: 20px;
    color: #333;
    margin-left: 60%;
    margin-top: -400px;
    max-width: 400px;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .product-card {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
        padding: 15px;
        box-sizing: border-box;
    }
}

.product-rating {
    color: #1c3f74;
    font-size: 18px;
    margin-bottom: 5px;
}

.product-title {
    font-size: 28px;
    font-weight: bold;
    color: #1c3f74;
    margin-bottom: 10px;
}

.product-labels {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.label-pill {
    background-color: #2cc25e;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 15px;
}

.product-subtitle {
    color: #2b558c;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 100;
}

.product-description {
    color: #6c6c6c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #1c3f74;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #16335d;
}

.seccion-informativa {
    font-family: 'gotham', sans-serif;
    max-width: 800px;
    margin: auto;
    padding: 30px 20px;
    color: #555;
    line-height: 1.6;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .seccion-informativa {
        max-width: 90%;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/*.seccion-informativa h2 {
    color: #1c4a7e;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}*/
.seccion-informativa p {
    margin-bottom: 15px;
    font-size: 1.3em;
    color: #aaa;
}
/*

*/
.seccion-informativa a {
    color: #1c4a7e;
    text-decoration: underline;
}
/*
#reviewForm {
    max-width: 500px;
    margin-top: -400px;
    display: flex;
    margin-left: 50%;
    flex-direction: column;
    gap: 10px;
}

#reviewForm2 {
    max-width: 550px;
    margin-top: -400px;
    display: flex;
    margin-left: 50%;
    flex-direction: column;
    gap: 10px;
}*/

#reviewForm, #reviewForm2 {
    width: 100%;
}

#reviewForm input, #reviewForm textarea, #reviewForm2 input, #reviewForm2 textarea {
    border: solid 2px #1c4a7e;
    margin-bottom: 1em;
    width: 100%;
}

#reviewForm label, #reviewForm2 label{
    color:  #1c4a7e;
    font-weight: 100;
}

.star-rating .star {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .star-rating .star {
        font-size: 18px;  /* Reduce el tamaño de las estrellas */
    }
}

.star-rating .star.selected {
    color: #f5b301;
}

textarea, input {
    padding: 10px;
    font-size: 14px;
    width: 60%;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.opinion {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.feedback-banner {
    text-align: center;
    margin: 40px 0;
    font-family: gotham, sans-serif;
}

.btn-star {
    background-color: #103172; /* Azul oscuro */
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .btn-star {
        margin: 30px auto;
        padding: 10px 20px;
        display: block;
        text-align: center;
        width: fit-content;
    }
}

.feedback-banner h1 {
    color: #1f4c7c; /* Azul fuerte */
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
}

.feedback-banner p {
    color: #336699; /* Azul medio */
    font-size: 1em;
    margin: 0;
}

.niño-chispuditos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: -15%;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .niño-chispuditos {
        margin-left: 0;          /* Quita el desplazamiento hacia la izquierda */
        flex-wrap: wrap;         /* Permite que el contenido se adapte si no cabe */
        padding: 0 10px;         /* Añade un pequeño padding lateral */
        box-sizing: border-box;  /* Evita que el padding rompa el layout */
        text-align: center;      /* Centrado en caso de que haya texto */
    }
}

.opciones {
    margin: 0 auto;
    width: 900px;
}

/* Media query para móviles */
@media (max-width: 768px) {
    .opciones {
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.btn-producto {
    background-color: #497bdf;
    color: white;
    position: absolute;
    left: 2em;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-size: 0.8em;
    bottom: 3em;
}

.contenedor-texto {
    width: 80%;
    margin: 40px auto 0 auto;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    text-align: center;
    font-family: gotham, sans-serif;
    font-size: 20px;
    color: #1d437c;
    font-weight: bold;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Caja blanca redondeada */
.loader-icon {
    padding: 40px;

}

/* Animación opcional */
.loader-icon img {
    width: 100px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.reload {
    position: absolute;
    top: 45%;
    left: 50%;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-size: cover;
}

.datafono1 {
    max-width: 30%;
    margin-left: 25%;
    margin-top: -330%;
}

.menu-texto1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a4a7a;
    margin-top: -180%;
}

.menu-texto1 li {
    list-style: none;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.menu-texto1 li:hover {
    color: #e67e22;
    transform: scale(1.05);
}

.menu-texto-derecha1 {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #1a4a7a;
    margin-left: -10px;
    margin-top: -180%;
}

.menu-texto-derecha1 li {
    color: #1a4a7a;
    font-weight: 650;
    font-family: 'gotham', sans-serif;
    list-style-type: none;
}

.canales-grid-principal-container {
    text-align: center;
}

.canales-grid-principal-container img{
    height: 150px;
}

.buttonStandard{
    background-color: #204d80; 
    color: white;             
    border: none;              
    border-radius: 20px;       
    padding: 10px 30px;       
    font-weight: bold;         
    font-family: sans-serif;   
    cursor: pointer;           
    font-size: 14px;           
    transition: background-color 0.3s ease;
}

.canales-compra {
    font-family: 'gotham', sans-serif;
    color: #2d5694;
    font-weight: 600;
    padding-top: 3em;
}

.canales-compra h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.canales-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.canal {
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.canal:hover {
    transform: scale(1.05);
}

.canal img {
    height: 150px;
    margin-bottom: 30px;
}

.canal button {
    background-color: #1e3d70;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.canal button:hover {
    background-color: #163259;
}

/* ------------------------------------------------------- */

.canales-compra-principal {
    font-family: 'gotham', sans-serif;
    padding: 40px 20px;
}


.canales-compra img{
    max-height: 190px;
    max-width: 190px;
    margin-bottom: 1.5em;
}

.canales-grid-principal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    justify-items: center;
    align-items: center;
}

.canal {
    text-align: center;
 }

.canal-principal {
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.canal-principal:hover {
    transform: scale(1.05);
}

.canal-principal img {
    height: 90px;
    margin-bottom: 30px;
    justify-content: center;
}

.canal-principal button {
    background-color: #1e3d70;
    color: white;
    border: none;
    padding: 5px 30px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    justify-content: space-between;
    margin-top: 20px;
}

.canal-principal button:hover {
    background-color: #163259;
}

html {
    scroll-behavior: smooth;
    margin-top: 200%;
}

    [id] {
        scroll-margin-top: -60px;
    }

.menu-texto2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f8f8f8;
    margin-top: -180%;
}

.menu-texto2 li {
    list-style: none;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.menu-texto2 a {
    color: #f8f8f8;
    list-style: none;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
}

.menu-texto2 li:hover {
    color: #e67e22;
    transform: scale(1.05);
}

.menu-texto-derecha2 {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fafbfc;
    margin-left: -10px;
    margin-top: -180%;
}

.menu-texto-derecha2 li {
    color: #fcfdfd;
    font-weight: 650;
    font-family: 'gotham', sans-serif;
    list-style-type: none;
}

.menu-texto-derecha2 a {
    color: #fcfdfd;
    font-weight: 650;
    font-family: 'gotham', sans-serif;
    list-style-type: none;
}

.top-line {
    width: 80%;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 auto 20px auto;
}

/* Contenedor principal */
.micronutrientes-container {
    text-align: center;
    font-family: 'gotham', sans-serif;
    color: #2a4b7c;
}

/* Título principal */
.micronutrientes-title {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
    color: #fdfdfd;
}

/* Subtítulo */
.micronutrientes-subtitle {
    font-size: 16px;
    color: #fffefe;
    margin-bottom: 30px;
}

/* Imagen */
.micronutrientes-logo {
    width: 250px;
    height: auto;
}

/*.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}*/

@media (max-width: 600px) {
    /*.container {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }*/
}

img {
    max-width: 100%;
    height: auto;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.logo-img {
    display: flex;
    height: 20vh;
    margin-left: 38%;
}

@media (max-width: 600px) {
    .logo-img {
        height: 10vh;
        margin-left: 10%;
    }
}

.logo-container p {
    font-family: 'gotham', sans-serif;
    color: #666;
    font-size: 16px;
}

.seccion-respaldo {
    background-color: #234879;
    color: white;
    text-align: center;
    padding: 60px 20px;
    font-family: 'gotham', sans-serif;
    max-width: 1130px;
    margin: 40px auto;
}

.seccion-respaldo h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.seccion-respaldo p {
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.seccion-respaldo1 {
    text-align: center;
    padding: 60px 20px;
    font-family: 'gotham', sans-serif;
    max-width: 1170px;
    margin: 40px auto;
    margin-top: -7.3%;
}

.seccion-talla-peso {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 2px solid #e0e0e0;
}

@media (max-width: 600px) {
    .seccion-talla-peso {
        flex-direction: column;
        padding: 20px 10px;
        max-width: 100%;
        border-bottom: 1px solid #ccc;
    }
}

.seccion-talla-peso .columna-izquierda {
    flex: 1;
    text-align: center;
}

.seccion-talla-peso .columna-izquierda h2 {
    color: #234879;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.seccion-talla-peso .columna-izquierda img {
    max-width: 250px;
    height: auto;
}

.seccion-talla-peso .columna-derecha {
    flex: 1;
    max-width: 420px;
    padding-left: 60px;
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 auto;
}

.seccion-desarrollo-mental {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 2px solid #e0e0e0; /* Línea gris inferior */
}

@media (max-width: 600px) {
    .seccion-desarrollo-mental {
        flex-direction: column;     /* Cambia a columna para apilar */
        padding: 20px 10px;         /* Reduce el padding */
        max-width: 100%;            /* Ocupa todo el ancho */
        border-bottom: 1px solid #ccc; /* Línea inferior más fina */
    }
}

.seccion-desarrollo-mental .columna-izquierda {
    flex: 1;
    text-align: center;
}

.seccion-desarrollo-mental .columna-izquierda h2 {
    color: #234879;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.seccion-desarrollo-mental .columna-izquierda img {
    max-width: 250px;
    height: auto;
}

.seccion-desarrollo-mental .columna-derecha {
    flex: 1;
    max-width: 420px;
    padding-left: 10px;
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 auto;
}

.seccion-defensas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 2px solid #e0e0e0; /* Línea gris inferior */
}


@media (max-width: 600px) {
    .seccion-defensas {
        flex-direction: column;      /* Cambia a columna */
        padding: 20px 10px;          /* Reduce el padding */
        max-width: 100%;             /* Ocupa todo el ancho */
        border-bottom: 1px solid #ccc; /* Línea inferior más delgada */
    }
}

.seccion-defensas .columna-izquierda {
    flex: 1;
    text-align: center;
}

.seccion-defensas .columna-izquierda h2 {
    color: #234879;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 40%;
}

.seccion-defensas .columna-izquierda img {
    max-width: 160px;
    height: auto;
}

.seccion-defensas .columna-derecha {
    flex: 1;
    padding-left: 40px;
    color: #555;
    font-size: 1em;
    line-height: 1.6;
    max-width: 400px; /* Contener más las letras */
}

.preparacion h1 {
    color: #1a3f74;
    font-family: 'gotham', sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 400px;
    margin-left: 35%;
}

.preparacion h2 {
    color: #1a3f74;
    font-family: 'gotham', sans-serif;
    font-size: 20px;
    margin-left: 25%;
    max-width: 400px;
}

.preparacion p {
    font-family: 'gotham', sans-serif;
    font-size: 14px;
    color: #444;
    margin-left: 25%;
    margin-right: 10%;
    max-width: 600px;
}

.video-placeholder {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 720px;
    height: 300px;
    position: relative;
    border-radius: 8px;
    margin-left: 25%;
}

.recetas h1 {
    text-align: center;
    font-family: 'gotham', sans-serif;
    color: #1a3f74;
    margin-top: 40px;
    font-size: 32px;
}

@media (max-width: 600px) {
    .recetas h1 {
        font-size: 24px;
        margin-top: 20px;
    }
}

.button-recetas {
    display: inline-block;
    background-color: #1E4C86; 
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    max-width: 11%;
    border: none;
    cursor: pointer;
    margin-left: 45%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

@media (max-width: 600px) {
  .button-recetas {
    display: block;
    max-width: 85%;
    margin: 20px auto 0;
    font-size: 0.9rem;
    padding: 12px 16px;
  }
}

.recipe-image {
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
    text-align: center;
}

.card {
    border: 2px solid #1d3557; 
    border-radius: 20px;
    padding: 20px;
    width: 350px;
    font-family: 'gotham', sans-serif;
    color: #1d3557;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    text-align: left;
}

.card h3 {
    font-size: 16px;
    font-weight: bold;
}

.card p {
    font-size: 14px;
    line-height: 1.5;
}

.card button {
    background-color: #1d3557;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.card button:hover {
    background-color: #16324f;
}

.mathile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    font-family: 'gotham', sans-serif;
}

@media (max-width: 600px) {
    .mathile-container {
        flex-direction: column;  /* Apilar en columna en pantallas pequeñas */
        padding: 20px;           /* Reducir padding */
        text-align: center;      /* Centrar texto si hay */
    }
}

.mathile-image {
    max-width: 300px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mathile-text {
    max-width: 500px;
    color: #333;
}

.mathile-text h1 {
    color: #1b4f8c;
    font-size: 28px;
    margin-bottom: 10px;
}

.mathile-text h2 {
    color: #4a7bbd;
    font-weight: 400;
    font-size: 18px;
    margin-left: 23%;
    margin-bottom: 20px;
}

.mathile-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 23%;
    color: #666;
}

.logotipo-instituto2 {
    max-width: 500px;
    max-height: 60px;
    object-fit: contain;
}

/* Contenedor del texto */
.contenido {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'gotham', sans-serif;
    color: #a5a3a3;
    line-height: 1.6;
    font-weight: 600; /* Aquí se aplica la negrita */
}

h1, h2 {
    color: #2c4870;
    font-weight: 700; /* Aquí se aplica la negrita */
}

h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

/* Contenedor principal con flexbox para diseño en dos columnas */
.contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
    margin-top: 15%;
    font-family: 'gotham', sans-serif;
    background-color: #f5f8fb;
}

/* Columna de imagen */
.image-col {
    flex: 40%;
}

.image-col img {
    display: block;
    width: 180%;
    height: 100%;
    margin-left: 20px;
    border-radius: 15px;
    object-fit: cover;
}

/* Columna del formulario */
.form-col {
    flex: 1 1 60%;
    background-color: #20466D;
    color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.form-col h2 {
    margin-top: 0;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.form-col label {
    display: block;
    margin: 15px 0 5px;
    font-weight: bold;
}

.form-col input[type="text"],
.form-col input[type="email"],
.form-col textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 1em;
}

.form-col textarea {
    resize: vertical;
    min-height: 100px;
}

.form-col .inline-checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.form-col .inline-checkbox input {
    margin-right: 8px;
}

.form-col .captcha {
    margin: 15px 0;
}

.form-col button {
    background-color: #41C4D8;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px 30px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.3s;
}

.form-col button:hover {
    background-color: #33AAB7;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .image-col, .form-col {
        flex: 1 1 100%;
    }
}


.receta-container {
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-family: Arial, sans-serif;

}

@media (max-width: 768px) {
  .receta-container {
    margin-top: 50%;
    padding: 0 15px; /* Añadido para evitar que el contenido toque los bordes */
  }
}

.receta-subtitulo {
    color: #3366cc;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 39%;
    margin-top: 20%;
}

.receta-titulo {
    font-size: 4rem;
    font-weight: bold;
    color: #1e3d7b;
    margin-top: 5px;
    margin-left: 15%;
}

.receta-imagen {
    width: 150%;
    max-width: 750px;
    border-radius: 10px;
    margin: 20px 0;
    display: block;
    margin-left: 10%;
}

.receta-descripcion {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.ingredientes-container {
    width: 300px;
    text-align: left;
    font-family: gotham, sans-serif;
    margin-left: 21%;
}

.ingredientes-container h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #1e3d7b;
    margin-bottom: 8px;
}

.ingredientes-container ul {
    list-style-type: none; /* Quita los puntos */
    padding: 0;
    margin: 0 0 20px 0;
}

.ingredientes-container li {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
    font-size: 1.7rem;
}

.receta-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px 30px;
    background-color: #fff;
    font-family: 'gotham', sans-serif;
    line-height: 1.6;
    text-align: left;
    color: #444;
    margin-left: 19%;
}

.receta-container h2 {
    color: #1d4e89; /* azul parecido al de la imagen */
    font-size: 3.6rem;
    margin-bottom: 15px;
}

.receta-container ul {
    padding-left: 20px;
}

.receta-container li {
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.receta-container .redes {
    font-size: 14px;
    margin-top: 20px;
}

.receta-container .redes a {
    color: #1d4e89;
    text-decoration: none;
    font-weight: bold;
}

.receta-container .redes a:hover {
    text-decoration: underline;
}

.ver-mas-recetas1 {
    border-top: 1px solid #ccc;
    width: 75%;
    margin: 20px auto 0;
    padding-top: 50px;
}

.ver-mas-recetas2 {
    border-top: 1px solid #ccc;
    width: 75%;
    margin: 200px auto 0;
    padding-top: 30px;
}


.ver-mas-recetas {
    width: 70%;
    margin: 20px auto 0;
    padding-top: -5px;
    margin-left: 22%;
}

.ver-mas-recetas h2 {
    color: #1f3c68;
    font-size: 3.0rem;
    font-weight: bold;
}

.ver-mas-recetas a {
    display: block;
    color: #1f3c68;
    font-size: 1.8rem;
    text-decoration: underline;
    margin-bottom: 8px;
}

.ver-mas-recetas a:hover {
    color: #0d2547;
}

.texto-tortillas p {
    font-family: gotham, sans-serif;
    font-size: 1.8rem;
    color: #666666;
    line-height: 1.5;
    max-width: 700px;
    margin: 20px auto;
    text-align: justify;
    margin-left: 22%;
    font-weight: 580;
}

.receta-container {
    background-color: #ffffff;
    padding: 20px;
    max-width: 800px;

    font-family: gotham, sans-serif;
    line-height: 1.6;
}

.receta-container h2 {
    color: #1f4a75;
    margin-bottom: 15px;
}

.receta-container ul {
    padding-left: 20px;
}

.receta-container li {
    margin-bottom: 8px;
}

.receta-container .social {
    margin-top: 25px;
    color: #555;
}

.receta-container .social a {
    color: #1a4a9e;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
    font-size: 1.8rem;
}

.receta-container .social a:hover {
    text-decoration: underline;
    font-size: 1.8rem;
}


/*MEDIAS*/


@media only screen and (max-device-width: 480px) {
    .menuDesktop {
        display: none;
    }

    .fondo-azul img {
        margin: auto;
        top: 6%;
        max-width: 250px!important;
    }

    .fondo-verde img {
        margin: auto;
        top: 6%;
        max-width: 180px!important;
    }

    .contenedor-productos {
        padding: 2em;
    }

    .tarjeta-producto {
        width: 400px;
        height: 700px;
        border-radius: 35px;
    }

    .tarjeta-producto h2 {
        margin-top: 180px;
    }

    .texto-informativo-3 {
        padding: 1em;
    }
    .texto-informativo-2 {
        padding: 3em;
    }


}

.menu-toggle {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    color: #000;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    margin-top: 10%;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .menuDesktop {
        display: none;
        background-color: rgb(63, 71, 189);
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        padding: 120px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .menuDesktop.active {
        display: block;
    }

    .menuDesktop .row {
        flex-direction: column;
        color: #fff;
        text-align: center;
    }

    .menuDesktop ul {
        padding: 0;
        color: #4577b8;
        margin: 0;
    }

    .menuDesktop ul li {
        list-style: none;
        color:#4577b8;
        margin: 0;
    }

    .logo-center {
        order: -1;
        margin-bottom: 20px;
    }

    .menuDesktop img.texto-superpuesto {
        max-width: 150px;
    }
}

@media (max-width: 600px) {
    .formula-container {
    flex-direction: column !important;
    padding: 20px !important;
    }

    .formula-container img {
    width: 150px !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    }

    .formula-container div {
    max-width: 100% !important;
    font-size: 14px !important;
    margin-top: 20px !important;
    }
}

.review {
  padding: 15px 20px;
  font-family: Arial, sans-serif;
}

.stars {
  color: #004080; /* azul oscuro similar al de la imagen */
  font-size: 18px;
  margin-bottom: 5px;
}

.user-name {
  color: #004080;
  font-weight: bold;
  margin-bottom: 10px;
}

.comment {
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

.divider {
  border: none;
  border-top: 1px solid #ccc; /* línea gris */
  margin: 10px 0;
}


@media only screen and (max-device-width: 720px) {

}

@media only screen and (max-device-width: 1024px) {

}

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
  gap: 20px;
}

.carousel-track .item {  
  flex: 0 0 auto;
}

.carousel-track img {
  display: block;
  width: 450px; 
  height: auto;
  border-radius: 8px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.carousel-container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}
.carousel-container .prev { left: 10px; }
.carousel-container .next { right: 10px; }


header.mathilde-institute a, header.contactanos a, header.nutricion a, header.choco a, header.productouno a, header.productodos a, header.salchi a, header.torti a, header.atolConLeche a, header.mugbanano a{
    color: #385a80!important;
}

