/*
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;
}

/*hola cambio reciente*/
/*todo esto cuando es de movil 970px*/
body {
    background-image: url("./img/degradado.jpg"), url("./img/bg-desk2-movil.png");
    background-repeat: no-repeat;
    background-size: 100% 70%;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
}
a{
    text-decoration: none;
}
header {
    max-width: 360px;
    max-height: 250px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

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

}

.ad-cabecera {
    margin-bottom: 23px;
}

.simbolo-fondo {
    position: absolute;
    margin-top: -655px;
    margin-left: 224px;
    margin-right: 799px;

}

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

footer {
    background-color: white;
}

.revisa-aqui-p {
    margin: 0 36px 32px 36px;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

.white-fade {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 40%, rgba(252, 176, 69, 0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    /* Es crucial para que se superponga */
    top: 0;
    left: 0;
    z-index: -10;
    /* Lo pones por encima del fondo, pero debajo de tu contenido */
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    align-items: center;
    color: #09193F;
    margin: 36px 16px 53px 16px;
}

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

h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #09193F;
    margin-bottom: 23px;
    margin-left: 16px;
    margin-right: 16px;
}

figure{
    text-align: center;
}
/*establece la imagen para que quede al contenedor*/
.wp-block-image img {
    width: 312px;
}

img[class*="wp-image-"] {
    margin-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;

}

.ad-cuerpo {
    margin: 0 auto 32px;
}

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

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

.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: 0px;
    /* Importante para que la imagen no se deforme */
}

/*footer*/

/*aqui será para movil desd elos 968px para que se acomode a cualquier pantalla */
@media (min-width: 992px) {
    body {
        background-image: url("./img/degradado.jpg"), url("./img/bg-desk2-movil.png");
        max-width: 100%;
    }

    .white-fade {
        background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(252, 176, 69, 0) 60%);
        height: 70%;
        width: 100%;
        position: absolute;;
    }
    header{
        max-width: 970px;
        max-height: 250px;
    }

    .main {
        width: 970px;
        background-color: #FFFFFF;
        font-family: "Open Sans", sans-serif;
        margin-left: 271px;
        margin-right: 271px;
    }

    .ad-cabecera {
        max-width: 970px;
        max-height: 250px;
        margin-top: 16px;

    }

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

    }

    .simbolo-fondo {
        max-width: 341px;
        max-height: 375px;
        position: absolute;
        margin-top: -975px;
        margin-left: -109px;
        margin-right: 128px;

    }

    .revisa-aqui-p {
        margin-top: 77.79px;
        margin-left: 36px;
        margin-right: 36px;
        font-family: Open Sans;

    }

    figure {
        text-align: center;
    }

    .wp-block-image img {
        width: 590px !important;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 36px;
        margin-bottom: 64px;
        margin-left: 190px;
        margin-right: 190px;
    }

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

    h2 {
        margin-left: 191px;
        margin-right: 191px;
        margin-bottom: 32px;
    }

    img[class*="wp-image-"] {
        margin-bottom: 32px;
        margin-left: 24px;
        margin-right: 24px;
        height: 244px;

    }

    .img-carrusel {
        width: 148px;
        height: 88px;
        border-radius: 8px;
        object-fit: cover;
        margin: 0px;
        /* Importante para que la imagen no se deforme */
    }
}