/*
Theme Name: Comercial BBCL
Author: Fernando V
Description: Tema para la sección comercial de BioBio.
Version: 1.0
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*todo esto cuando es de mobile 608px*/
body {
    background-image: url(./img/degradado.jpg), url(./img/bg-desk2-movil.png);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover, cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    min-height: 100vh;
}

.container-home-bbcl {
    color: #FFFF;
}

.mas-info {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}

.texto-home {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    margin: 0 35px 64px 35px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
}

img[class*="wp-image-"] {
    display: block;
    margin: 32px auto;
    max-width: 312px;
    height: auto;

}

.whatsapp-comercial {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: white;
    border-radius: 7.58px;
    border-style: hidden;
    width: 270px;
    height: 50px;
    background: #05C46E;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 64px;
}

header {
    max-width: 360px;
    max-height: 100px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    width: 100%;
    max-width: 602px;
    background-color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    margin-left: 8px;
    margin-right: 8px;

}

.ad-cabecera {
    min-width: 320px;
    min-height: 100px;
    margin: 16px auto 32px;

}

.simbolo-fondo {
    position: absolute;
    top: -108px;
    left: -109px;
    max-width: 341px;
    max-height: 375px;
    z-index: -1;

}

.logo-comercial-bbcl {
    max-width: 198.51px;
    max-height: 30.21px;
    margin-top: 32px;
    margin-bottom: 76px;
}

footer {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #8899A6;
    background: #FFFF;
    width: 100%;
    padding: 48px 0 30px;
    flex-grow: 1;
    border-top: 1px solid #E5E5E5;
}

.footer-logo {
    width: 84.85px;
    height: 28.94px;
    margin-bottom: 48px;
}

.footer-text {
    margin-bottom: 30px;
}

.revisa-aqui-p {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-left: 24px;
    margin-right: 24px;
}


.container-carrusel-completo {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    width: 100%;
}

/* Contenedor principal del carrusel */
.carrusel-container {
    width: 100%;
    max-width: 970px;
    height: 155px;
}

.swiper-slide {
    /* Swiper maneja el ancho automáticamente, nos aseguramos que el contenido esté centrado */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tu estilo para las imágenes ya es correcto, lo mantenemos */
.img-carrusel {
    width: 148px;
    height: 88px;
    border-radius: 8px;
    object-fit: cover;
    margin: 0;
    /* Importante para que la imagen no se deforme */
}

.titulo-post {
    text-align: center;
    color: black;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 154px;
    font-size: 11px;
}

a {
    text-decoration: none;
}

/*aqui será para escritorio desde 608px o más*/
@media (min-width: 992px) {
    .white-fade {
        top: 390px;
    }

    .container-carrusel-completo {
        width: 100%;
    }

    .main {
        max-width: 970px;
        margin-left: 0px;
        margin-right: 0px;
    }


    header {
        max-width: 970px;
        max-height: 250px;
        margin: 20px 0;
    }

    .ad-cabecera {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .logo-comercial-bbcl {
        max-width: 100%;
        max-height: auto;
        margin-bottom: 72px;
        margin-top: 0;
    }

    .mas-info {
        font-size: 48px;
    }

    .simbolo-fondo {
        position: absolute;
        margin-top: 81px;
        margin-left: 224px;
        margin-right: 799px;
        margin-bottom: 508px;
        top: -21;
        /* Resetea las propiedades que no uses */
        left: auto;

    }
    .revisa-aqui-p {
        margin-top: 120px;
    }

    p {
        margin-left: 190px;
        margin-right: 190px;
    }

    .titulo-post {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-align: center;
        color: black;
        margin: 0;
    }

}