body {
    background-color: #011427 !important;
    /* background-image: url(https://www.biobiochile.cl/noticias/bio-bio-tuercas/assets/img/bg-movil.png); */
    margin: 0;
}

body .main {
    margin: 0 auto;
    background-image: url(https://www.biobiochile.cl/noticias/bio-bio-tuercas/assets/img/bg-movil.png);
    background-repeat: no-repeat;
}

body .main .nota {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px;
}

body .main .nota .autor-fecha-container {
    display: flex;
    flex-direction: column;
}

.background-img-container {
    display: flex;
    justify-content: start;
}

.bbtuercas-background {
    height: 227px;
    position: absolute;
    width: 304px;
    object-fit: cover;
    object-position: -1% 0;
    right: 0px;
    z-index: -1;
}

.bbcl-logo {
    height: 24px;
    position: relative;
}

.header-bbtuercas-container {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.bbtuercas-logo {
    height: 45px;
}

.container-noticias{
    display: none;
}
.container-carousel{
    background: linear-gradient(180deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 100%);
    margin-bottom: 48px; 
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}   
.container-carousel .swiper-wrapper  { 
    height: 200px;
}
.container-carousel .swiper-slide  {
    width: auto;  
}
.container-carousel #swiper .swiper-slide .titulo {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px; 
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 200px;        
    font-family: "Josefin Sans", sans-serif;
    color: white;
}
.container-carousel #swiper .swiper-slide img { 
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 112px;
    margin-bottom: 12px;
    object-fit: cover;
}

.container-carousel #swiper .swiper-pagination{
    bottom: auto;
    margin-bottom: 30px;
}

.container-carousel #swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #FFFFFF !important;
}
.container-carousel #swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #9E9E9E;
}

.header-placeholder {
    height: 130px;
    display: none;
}

.header-container {
    height: 130px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-top: 24px;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #011427;
    border-bottom: 1px solid #ffffff1f;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    /* padding: 10px 0; */
    height: 95px;
}

.fixed-header .header-placeholder {
    display: block;
}

.fixed-header .bbcl-logo {
    width: 60px;
    /* Ajusta el tamaño según sea necesario */
    height: auto;
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.header-bbcl-container {
    display: flex;
    justify-content: start;
    position: absolute;
    top: 5px;
    left: 5px;
}

.display-ad-escritorio {
    display: none;
}

.display-ad-mob {
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
}

.ad-container {
    width: 300px;
    height: 250px;
    background-color: #112b3c8c;
    margin-bottom: 30px;
}

body .main .nota .autor-fecha-container .fecha {
    color: #334155;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-top: 0;
}

body .main .nota .autor-fecha-container .autor {
    color: #334155;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

body .main .nota .titulo {
    color: #0F172A;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
}

body .main .nota .contenido-nota {
    color: #0F172A;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
}

body .main .nota .contenido-nota iframe {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; 
    height: auto;
}

body .main .nota .imagen {
    background-size: cover;
    height: 166px;
    margin-bottom: 12px;
    width: 100%;
}

body .main .nota .creditos-visitas-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -39px;
    background: #011427;
    opacity: 73%;
}

body .main .nota .creditos-visitas-container .visitas {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

body .main .nota .creditos-visitas-container .creditos {
    color: white;
    font-family: "Open Sans", sans-serif;
    max-width: 200px;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

body footer {
    background: #0a1d34;
    padding-bottom: 26px;
    padding-top: 35px;
    margin: 0;
    text-align: center;
}

body footer .logo-bbcl {
    height: 24px;
    margin-bottom: 48px;
    width: 100%;
}

body footer .texto {
    color: #8899a6;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: auto;
    text-align: center;
}

.banners-container {
    max-width: 300px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.contenido-nota .lee-tambien-bbcl {
    padding-right: 15px;
    padding-left: 15px;
}

.contenido-nota .lee-tambien-bbcl .lee-tambien-titulo {
    color: #380021;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.contenido-nota .lee-tambien-bbcl .lee-tambien-caja {
    border-bottom: 1px solid rgba(92, 105, 129, 0.2);
    border-top: 1px solid rgba(92, 105, 129, 0.2);
    display: flex;
    padding: 0;
    width: 100%;
    margin: 10px 0 30px 0;
}

.contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-img {
    width: 128px;
    height: 80px;
    display: block;
    float: left;
    background-size: cover;
    background-position: center center;
    margin-right: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-titular {
    color: #051c43;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
}

.contenido-nota blockquote {
    display: inline-block;
    background-color: #011427;
    border: 1px solid #011427;
    font-weight: 400;
    width: 100%;
    margin: 15px 0 10px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-align: left;
}

.main .nota .instagram-media{
    height: 900px !important;
}

.main .nota .instagram-media,
.main .nota .twitter-tweet {
    margin: 0 auto;
    min-width: 278px !important;
}

.wp-caption {
    width: 100% !important;
    margin: 0;
}
.wp-caption img {
    width: 100%;
    height: auto;
}

.wp-caption .size-full {
    width: 100%;
    height: auto;
}

.contenido-nota .alignnone.size-large {
    width: 100%;
    height: auto;
}


body .main .nota .contenido-nota .bbcl-alert {
    border-radius: 6px;
    border: 1px solid #3a4cb4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 28px;
    overflow: hidden;
}

body .main .nota .contenido-nota .bbcl-alert span {
    font-size: 16px;
    margin-right: 10px;
}

body .main .nota .contenido-nota .bbcl-alert .alert-title {
    background-color: #3a4cb4;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 16px;
}

body .main .nota .contenido-nota .bbcl-alert .alert-content {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
}

body .main .nota .contenido-nota .bbcl-alert.alert-spoiler {
    border: 1px solid #3a4cb4;
}

body .main .nota .contenido-nota .bbcl-alert.alert-spoiler .alert-title {
    background-color: #3a4cb4;
}

body .main .nota .contenido-nota .bbcl-alert.alert-en-desarrollo {
    border: 1px solid #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-en-desarrollo .alert-title {
    background-color: #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-explicitas {
    border: 1px solid #de283b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-explicitas .alert-title {
    background-color: #de283b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-presunta-inocencia {
    border: 1px solid #00897b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-presunta-inocencia .alert-title {
    background-color: #00897b;
}

body .main .nota .contenido-nota .bbcl-alert.alert-violencia-mujer {
    border: 1px solid #ad1457;
}

body .main .nota .contenido-nota .bbcl-alert.alert-violencia-mujer .alert-title {
    background-color: #ad1457;
}

body .main .nota .contenido-nota .bbcl-alert.alert-transporte {
    border: 1px solid #eb7104;
}

body .main .nota .contenido-nota .bbcl-alert.alert-transporte .alert-title {
    background-color: #eb7104;
}

body .main .nota .contenido-nota .bbcl-alert.alert-suicidio {
    border: 1px solid #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-suicidio .alert-title {
    background-color: #f9a825;
}

body .main .nota .contenido-nota .bbcl-alert.alert-estudio {
    border: 1px solid #45adba;
}

body .main .nota .contenido-nota .bbcl-alert.alert-estudio .alert-title {
    background-color: #45adba;
}

.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    order: 0;
    position: relative;
    top: 0;
    width: 216px;
}

.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb {
    background-color: #3a5998;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw {
    background-color: #171819;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp {
    background-color: #12c853;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
    background-color: #8899a6;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes a {
    display: flex;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 21px;
    height: 45px;
    justify-content: center;
    margin: 0;
    width: 45px;
}
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp a,
.main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link a {
    color: #ffffff;
}


#correcciones-form {
    z-index: 10;
    position: relative;
}
.openFormCorreccion {
    align-items: center;
    background-color: #0faadb;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
    margin: 24px auto;
    max-width: 262px;
    position: relative;
    border: 0;
    justify-content: space-between;
    font-family: 'Lato', sans-serif;
}
.openFormCorreccion .correccionPen {
    background-color: #2bb643;
    margin-right: 5px;
    padding: 5px;
    position: relative;
}
.openFormCorreccion::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0faadb;
    top: -7px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 10px;
}
.openFormCorreccion span {
    align-items: center;
    background-color: #001D38;
    display: flex;
    height: 23px;
    justify-content: center;
    margin-left: 5px;
    padding: 0 5px;
}

.boton-correcciones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 312px; */
    margin-top: 16px;
    padding: 15px 10px;
    border: 1px solid #D3D8E1;
    border-radius: 4px;
}
.boton-correcciones span {
    font-size: 12px;
    text-decoration: underline;
}
.openFormCorreccion {
    margin: 0px;
}
.contenedor-correcciones {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.politica-etica-desk{
    display: none;
}

.politica-etica-mov{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #334155;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.nota .contenido-nota .destacador {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #011427 0);
  background-size: 200%;
  background-position: 0;
  transition: background-position var(--marker-transition-duration, 1s) linear;
  font-weight: bold;
  padding: 0 4px;
  color: white;
}
.nota .contenido-nota .destacado {
  background-position: -100%;
}

@media (min-width: 992px) {

    body {
        background-color: #011427 !important;
    }

    body .main {
        background-image: url(https://www.biobiochile.cl/noticias/bio-bio-tuercas/assets/img/bg-escritorio.png);
        background-size: contain;
        background-repeat: no-repeat;          
    }
    body .main .nota {
        padding: 32px 40px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 730px;
    }
    body .main .nota .creditos-visitas-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: -42px;
        background: #011427;
        opacity: 73%;
    }
    body .main .nota .creditos-visitas-container .creditos {
        font-weight: 700;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
        color: white;
    }
    body .main .nota .creditos-visitas-container .visitas {
        font-weight: 700;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
        color: white;
    }
    .main-container {
        max-width: 1066px;
        margin: auto;
    }
    .container-carousel{
        display: none;
    }
    .container-noticias{
        background: linear-gradient(180deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 100%);
        display: flex;
        flex-direction: row; 
        margin-bottom: 48px;
        justify-content: center;
        gap: 16px;
        padding-top: 10px;
    }
    .main .container-noticias .notas{
        background-color: #ffffff00;  
    }

    .main .container-noticias .notas .imagen{
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 112px;
        margin-bottom: 12px;
    }
    .main .container-noticias .notas .titulo {
        font-weight: 700;
        font-size: 11px;
        line-height: 15px; 
        letter-spacing: 0px;
        text-transform: uppercase;
        width: 200px;        
        font-family: "Josefin Sans", sans-serif;
        color: white;
    }

    .main-content {
        justify-content: space-around;
        display: flex;
    }

    .main-container-escritorio {
        display: flex;
        justify-content: space-between;
    }

    .notas-container-escritorio {
        display: grid;
    }

    .ad-container-escritorio {
        display: grid;
    }

    .nota-y-mas-leidos {
        margin-inline: 135px;
    }

    .header-placeholder {
        height: 176px;
    }

    .header-container {
        height: 176px;
        padding-top: 0;
    }

    .fixed-header {
        height: 85px;
    }

    .fixed-header .header-bbcl-container {
        width: 508px;
    }

    .fixed-header .bbcl-logo {
        width: 70px;
        /* Ajusta el tamaño según sea necesario */
        height: auto;
    }

    .loading-container {
        height: 50px;
    }

    .loader {
        width: 24px;
        height: 24px;
        border-width: 3px;
    }

    .bbcl-logo {
        right: 0px;
        height: 29.33px;
    }

    .bbtuercas-logo {
        height: 50px;
    }

    .background-img-container {
        position: absolute;
        top: 86px;
        right: 0;
    }

    .bbtuercas-background {
        height: 445.16px;
        width: 1089px;
        object-fit: cover;
        object-position: -1% 0;
    }

    .display-ad-escritorio {
        display: block;
    }

    .display-ad-mob {
        display: none;
    }

    body .main .nota .autor-fecha-container {
        flex-direction: row;
        justify-content: space-between;
    }

    body .main .nota .autor-fecha-container .autor {
        margin-bottom: 16px;
    }

    body .main .nota .contenido-nota {
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
    }

    body .main .nota .contenido-nota iframe {
        max-width: 575px;
        height: 300px;
    }
    
    

    body .main .nota .imagen {
        height: auto;
        margin-bottom: 16px;
        max-width: 650px;
        width: 100%;
    }

    body .main .nota .creditos-visitas-container .creditos {
        max-width: 510px;
    }

    body .main .nota .autor-fecha-container .fecha {
        font-weight: 500;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-align: right;
        text-transform: uppercase;
    }

    body .main .nota .autor-fecha-container .autor {
        font-weight: 500;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    body .main .nota .titulo {
        font-weight: 700;
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 0px;
        /* text-transform: uppercase; */
    }

    body .main .nota .contenido-nota {
        font-weight: 400;
        font-size: 15px;
        max-width: 575px;
        line-height: 25px;
        letter-spacing: 0px;
    }

    body .main .nota .creditos-visitas-container .visitas {
        font-weight: 500;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    body .main .nota .creditos-visitas-container .creditos {
        font-weight: 500;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    body footer {
        padding-bottom: 30px;
        padding-top: 48px;
    }

    body footer .logo-bbcl {
        display: flex;
        height: 29px;
        margin: auto auto 46px;
        width: 85px;
    }

    body footer .texto {
        display: initial;
        font-size: 13px;
        line-height: 12px;
    }

    .mas-leidos {
        max-width: 300px;
        display: block;
        margin-left: 36px;
    }

    .banners-container {
        position: sticky;
        top: 108px;
    }

    .contenido-nota .lee-tambien-bbcl {
        border-bottom: 1px solid rgba(136, 153, 166, 0.3);
        border-top: 1px solid rgba(136, 153, 166, 0.3);
        display: flex;
        float: none;
        margin: 30px 0;
    }

    .contenido-nota .lee-tambien-bbcl .lee-tambien-titulo {
        float: none;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        margin: auto 20px auto 0;
    }

    .contenido-nota .lee-tambien-bbcl .lee-tambien-caja {
        border: none;
        display: flex;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-img {
        float: none;
        height: 120px;
        margin-right: 16px;
        width: 190px;
    }

    .contenido-nota .lee-tambien-bbcl .lee-tambien-caja .lee-tambien-titular {
        float: none;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        max-width: 319px;
        padding: 0;
    }

    .contenido-nota figure figcaption {
        bottom: 20px;
        left: 43px;
        max-width: 120px;
    }

    /* Redes sociales */
    .main-container .main-content .notas-container-escritorio .container-redes-contenido{
        display:flex;
    }
    .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes {
        display: block;
        margin-left: 0;
        margin-right: 30px;
        max-width: 45px;
        order: 0;
        position: sticky;
        top: 60px;
        width: 100%;
    }
    .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .fb,
    .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .tw,
    .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .wsp,
    .main-container .main-content .notas-container-escritorio .container-redes-contenido .redes .link {
        margin: 0 0 10px;
    }
    .boton-correcciones{
        width: 312px;
        margin-left: -25px;
    }
    .boton-correcciones span {
        font-size: 14px; 
    }
    .formCorreccion-modal {
        padding-top: 100px;
    }
    .formCorreccion-modal-content {
        width: 500px;
        max-width: 500px;
    }
    .boton-correcciones{
        width: 338px;
        margin-left: 0px;
        margin-top: 1px;
        padding: 15px 24px;
    }
    .contenedor-correcciones {
        display: flex;
        padding-left: 25px;
    }
    .politica-etica-desk {
        display: flex;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        text-decoration-line: underline;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .politica-etica-mov{
        display: none;
    }
    .main .nota .instagram-media{
        height: 1100px !important; 
    }
}


[v-cloak] {
    display: none !important;
}