#hero .container{
    padding: 9rem 2rem;
}

#hero span{
    text-align: center;
    color: white;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}

#hero h1{
    margin-bottom: 0;
    width: 100%;
}

h1 > span{
    display: block;
    letter-spacing: 3px;
    margin-bottom: 2rem;
}

#hero .container span:first-of-type{
    font-size: 1rem;
    font-weight: 400;
}

#hero .container span:last-of-type{
    font-weight: 200;
    font-size: 1.5rem;
    letter-spacing: 4px;
}

h2::before{
    content: url(../img/svg/puntos-encabezados.svg)!important;
    left: -1.5rem;
    position: absolute;
    top: 0;
}

h2{
    margin: auto;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

div >span{
    display: block;
    text-align: center;
}

#sinopsis .container > span,
#trailer-storyline  span,
#storyline span{
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2{
    text-align: center;
    display: block;
}

#sinopsis h2,
.trailer h2{
    width: 7ch;
}

#sinopsis .text,
#storyline .text{
    display: grid;
    gap: 3rem;
}

#sinopsis .en_produccion{
    margin-bottom: 3rem;
}

#storyline .container{
    margin-top: -9rem;
    padding-bottom: 10rem;
}

/* TRAILER SECTIONS */
#trailer-storyline .container{
    padding-top: 0;
    padding-bottom: 6rem;
    display: grid;
    gap: 3rem
}


#trailer .container{
    padding-bottom: 8rem;
}

.storyline h2{
    margin-bottom: 2rem;
    width: 9ch;
}

iframe{
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: block;
    margin-top: 2rem;
}

.storyline span:last-of-type{
    padding: 0;
    padding-bottom: 1rem;
    color: rgb(96, 95, 95);
}

/* INFO SECTION */

#info{
    background: rgb(241, 241, 241);
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(214, 231, 245) 100%); */
    border-radius: 100px 100px 0 0;
}

#info .container{
    padding-top: 3rem;
}

.swiper img{
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev{
    color: white;
    transform: scale(1.3);
}

.swiper-button-next{
    right: 30px;
}

.swiper-button-prev{
    left: 30px;
}

#info .container{
    display: grid;
    gap: 3rem;
}

#info .swiper{
    grid-row: 1/2;
    border-radius: 60px;
    box-shadow: 0px 0px 5px 1px black;
    overflow: hidden;
    margin-top: -6rem;
    opacity: 0;
    transform: translateY(60px);
}

#info .container.active .swiper{
    opacity: 1;
    transform: translateY(0);
    transition: 1s ease-in-out;
}

#info h3{
    margin-bottom: .7rem;
    font-weight: 600;
    color: rgb(46, 46, 46);
    position: relative;
    padding-left: 1rem;
}

#info .datos-grid h3::before{
    position: absolute;
    content: url(../img/svg/puntos-encabezados.svg);
    transform: scale(.4);
    display: block;
    top: -1rem;
    left: 0;
}

.datos-grid{
    display: grid;
    gap: 2rem;
}

.premios-elenco{
    display: grid;
    gap: 2rem;
}

#info .en_produccion.cuidadoras ul > div li:last-of-type{
    margin-top: 0;
}

.datos-grid li span span{
    font-weight: 600;
    color: rgb(41, 41, 41);
}

/* Logos Section */

#logos .container{
    padding: 3.5rem 2rem;
}

#logos ul{
    display: grid;
    gap: 1rem;
    align-items: center;
    max-width: 700px;
    margin: auto;
}

#logos li{
    text-align: center;
}

#logos img{
    filter: saturate(.85);
    height: auto;
    max-width: 140px;
}
    





@media screen and (min-width: 760px) {
    #sinopsis .text,
    #storyline .text{
        grid-template-columns: 1fr 1fr;
    }

    .datos-grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 920px){

    #logos .container{
        padding: 2rem 2rem;
    }

    #logos ul{
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    }

    #trailer-storyline .container{
        gap: 5rem;
    }

}

@media screen and (min-width: 1200px) {
    #sinopsis .text {
        grid-template-columns: 1fr 1fr;
    }

    #info .container{
        grid-template-columns: auto 1fr;
    }

    .datos-grid{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }

    .datos-grid{
        font-size: .8rem;
        margin-top: 2rem;
    }

    .premios-elenco{
        display: block;
    }

    .premios-elenco li:first-of-type{
        margin-bottom: 1.5rem;
    }
    
    .swiper{
        max-width: 420px;
    }    

    #logos ul{
        max-width: 800px;
    }

    #info .en_produccion .datos-grid{
        grid-template-columns: 1fr 1fr;
    }

    div>span{
        text-align: left;
        padding-left: 1.5rem;
    }

    #sinopsis h2,
    .trailer h2,
    .storyline h2,
    #storyline h2{
        width: 100%;
        text-align: left;
        padding-left: 1.5rem;
        margin-top: .5rem;
    }

    h2::before{
        content: url(../img/svg/puntos-encabezados.svg)!important;
        left: 0;
        position: absolute;
        top: 0;
    }

    #trailer-storyline .container{
        grid-template-columns: 1fr 1fr;
        padding-bottom: 9rem;
        gap: 3rem;
    }

    #sinopsis .container > span{
        padding-left: 1.5rem;
        margin-bottom: 0;
    }

}