/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 5.5rem;
    font-family: "Montserrat", "Inconsolata", sans-serif;
    background-color: darkgrey;
}

.color-blanco {
    color: #fff;
}

.color-negro {
    color: #090909;
}

#caras-container {
    /* position: -webkit-sticky;
    position: sticky; */
    position: fixed;
    top: 0;
    z-index: 1031;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    /* -webkit-transition: width 250ms ease-in-out;
    -moz-transition: width 250ms ease-in-out;
    -o-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out; */
}

#caras-container > img {
    display:block;
    margin:auto;
    /* -webkit-transition: width 250ms ease-in-out;
    -moz-transition: width 250ms ease-in-out;
    -o-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out; */
}

.content-page {
    margin-top: 200px;
    margin-left: 5%;
    margin-right: 5%;
}

a.nav-link {
    z-index: 1032;
}

.middle-text {
    text-align: center;
}

@media (max-width: 843px) {
    .chau-sm {
        visibility: hidden;
    }
}

.no-margin-bottom {
    margin-bottom: 0;
}

h2.movie-name {
    color: white !important;
}

h2.movie-name {
    color: white !important;
}

h6.movie-subinfo {
    color: #d9d9d9
}

p.movie-sipnosis {
    color: #d9d9d9;
}
