@media all and (max-width:1850px){

    .datos-cast{
        width: 100%;
    }

    .datos-cast h2{
        width: 100%;
        text-align: center;
    }

    .datos-cast .actor{
        width: 15%;
    }

    .cartel-estreno{
        width: 20%;
    }

    .datos-estreno{
        width: 70%;
    }

}

@media all and (max-width:1250px){

    main{
        padding: 50px;
    }

    .card-proximo-estreno{
        width: 50%;
    }

}


@media all and (max-width:750px){

    main{
        padding: 50px 25px;
    }

    .datos-peli-destacada{
        width: 100%;
        padding: 50px;
    }

    .cabecera-cuenta-atras-destacada{
        width: 100%;
        padding: 50px;
    }    

    .detalle-estreno{

        padding: 0;

    }

    .cartel-estreno{
        width: 100%;
        margin:0;
    }

    .datos-estreno{
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    .subseccion-estreno{
        margin-top: 30px;
    }

    .pelis-similares{
        justify-content: center;
        align-items: start;
    }

    .pelicula-similar{
        width: 50%;
    }

    .datos-cast .actor{
        width: 25%;
    }

    footer{
        padding: 25px;
    }

    .card-proximo-estreno-datos{
        padding: 0 20px 20px;
    }

    .card-proximo-estreno{
        width: 100%;
    }

}