
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Frutiger Com';
    src: url('ruta/a/FrutigerCom-Regular.woff2') format('woff2'),
        url('ruta/a/FrutigerCom-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.marcas-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 30px;
    box-sizing: border-box;
    max-width: 1300px; /* o el ancho que prefieras */
    margin: 0 auto;     /* centra horizontalmente */
}
.marcas-layout2 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 30px;
    box-sizing: border-box;
    max-width: 1500px; /* o el ancho que prefieras */
    margin: 0 auto;     /* centra horizontalmente */
}
.burbujas-grid {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px 20px; /* Menos espacio entre filas */
    justify-items: center;
    align-content: start; /* Alinea las filas arriba */
    margin-right: 40px;

}

.burbuja-img {
    width: 135px;
    height: 135px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.burbuja-img2 {
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-top: 120px

}
/* Slider a la derecha */
.slider-container2 {
    flex: 1;
    max-width: 350px;
    height: 600px;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.burbuja-img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.slider2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.slider2.active {
    display: block;
}
header {
    width: 100%;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
.LogoMondelez{
    width: 350px;
    height: 200px;
    background-color: #3e2775; /* Cambia el color si quieres */
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
header h1 {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 90px;
    letter-spacing: 5px; /* Aumenta el espacio entre letras */
}
@media (max-width: 768px) {
    .marcas-layout {
        flex-direction: column;
        align-items: center;
    }
    .marcas-layout2 {
        flex-direction: column;
        align-items: center;
    }
    .slider-container2 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .burbujas-grid {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .burbuja-img {
        width: 120px;
        height: 120px;
    }
    .burbuja-img2 {
        width: 150px;
        height: 150px;
         margin-top: 10px
    }
}
.ccuH {
    width: 100%;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
.ccu{
    width:450px;
    height: 250px;
    background-color: #3e2775; /* Cambia el color si quieres */
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
.losNietitos{
    width: 400px;
    height: 100px;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
    margin-top: 60px;
    margin-bottom: 60px;
}
.nietitosH {
    width: 100%;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}

.footer {
    background-color: #3e2775;
    color: #fff;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    margin-top: 80px

}
.footer-container {
    display: flex;
    justify-content: space-between; /* Contacto a la izquierda, otras secciones a la derecha */
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* CONTACTO A LA IZQUIERDA */
.footer-contact {
    text-align: left;
    flex: 1;
}

/* MENÚ CENTRADO */
.footer-menu {
    text-align: center;
    flex: 1;
}

.footer-menu a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

/* REDES A LA DERECHA */
.footer-social {
    text-align: right;
    flex: 1;
}

.footer-social a {
    margin: 0 8px;
    font-size: 18px;
    color: #333;
}

.footer-social a:hover {
    color: #007bff;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
    background-color: #3e2775;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contact,
    .footer-menu,
    .footer-social {
        flex: unset;
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer a {
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.footer a img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.footer a img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #3e2775;
    padding-top: 15px;
}

p{
    color: white;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.redes2 {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.redes2 a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.redes2 a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.footer {
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2); /* sombra hacia arriba */
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu a {
    color: #fff; /* O el color que uses */
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}
.LogoScjohnson{
    width: 360px;
    height: 200px
}
.LogoAlmena{
    width: 500px;
    height: 120px;
    background-color: #3e2775; /* Cambia el color si quieres */
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}
@media (max-width: 768px) {
    .LogoAlmena{
        width: 300px;
    height: 70px;
    }
}