/*--------------------------------------------------------------
# INOBRA
--------------------------------------------------------------*/

.spacer{
    height: 0;
}

h3{
    font-size: 1rem;
}

@media (min-width: 990px) {
    .col-sm-12 {
        padding-right: 100px;
        padding-left: 100px;
    }
}
@media (min-width: 1200px) {
    .col-sm-12 {
        padding-right: 200px;
        padding-left: 200px;
    }
}

p {
    margin: 0 2rem 3rem;
}

.lead{
    font-size: .95rem;
}

@media (max-width: 900px){
    .lead{
        font-size: 0.85rem;
    }
}

/*SECCIÓN PORTADAS*/

#main{
    z-index:1;
    position:relative;
}

.cover img:before {
    content: ' ';
    display: block;
    width: 100vw;
    height: 19vw;
    background-image: url(../img/headers/no_header.png);
    background-size: 100%;
    box-sizing: border-box;
}

.cover{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: fixed;
    width: 100%;
    z-index:0;
}

.cover img{
    width: auto;
    height: 700px;
}

.waitress_obra .cover{
    background-image: url("../img/headers/waitress.jpg");
}

.sister_act_obra .cover{
    background-image: url("../img/headers/sister.jpg");
}

.rock_of_ages_obra .cover{
    background-image: url("../img/headers/staycee.jpg");
}

.productores_obra .cover{
    background-image: url("../img/headers/productores.jpg");
}

.productores_obra .cover{
    background-image: url("../img/headers/productores.jpg");
}


#main{
    top:25rem;
    margin-bottom: 25rem;
}



.cover{
    height: 24rem;
}

.waitress_obra .cover{
    height: 38vw;
}

.sister_act_obra .cover{
    height: 45vw;
}
.rock_of_ages_obra .cover{
    height: 33vw;
}
.productores_obra .cover{
    height: 37vw;
}

.waitress_obra #main{
    top: 38vw;
    margin-bottom: 38vw;
}
.sister_act_obra #main{
    top: 33vw;
    margin-bottom: 33vw;
}
.rock_of_ages_obra #main{
    top: 33vw;
    margin-bottom: 33vw;
}
.productores_obra #main{
    top: 37vw;
    margin-bottom: 37vw;
}



@media (max-width: 750px){
    #main{
        top:100vh!important;
        margin-bottom: 100vh!important;
    }
    .cover{
        height: 100vh;
    }
    .waitress_obra .cover{
        background-image: url("../img/headers/waitressM.jpg");
        background-size: 134%;
        height: 100vh;
        background-position-x: -4rem;
        background-position-y: -7rem;
    }
            .waitress_obra .main-title{
                top: 22rem!important;
                font-size: 4rem!important;
            }
    .sister_act_obra .cover{
        background-image: url("../img/headers/sisterM.jpg");
        background-size: 73vh;
        height: 100vh;
        background-position-x: -8rem;
    }
            .sister_act_obra .main-title{
                top: 16rem!important;
            }
    .rock_of_ages_obra .cover{
        background-image: url("../img/headers/RockOfAgesM.jpg");
        background-size: 200%;
        height: 100vh;
    }
            .rock_of_ages_obra .main-title{
                top: 16rem!important;
            }
    .productores_obra .cover{
        background-image: url("../img/headers/productoresM.jpg");
        background-size: 150%;
        height: 100vh;
        background-position: center;
    }
            .productores_obra .main-title{
                top: 20vh!important;
            }
}

/*SECCIÓN TÍTULOS*/

.title-a {
    font-size: 3rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 500ms ease-in-out;
}

.main-title{
    position: absolute;
    font-size: 8vw;
}

.waitress_obra .main-title {
    position: absolute;
    top: 13vw;
    font-size: 6rem;
    text-shadow: 2px 2px 4px rgba(0, 10, 42, 0.5);
}

.sister_act_obra .main-title {
    position: absolute;
    top: 13vw;
    font-size: 6rem;
    text-shadow: 2px 2px 4px rgba(0, 10, 42, 0.5);
}

.rock_of_ages_obra .main-title {
    position: absolute;
    top: 21vw;
    font-size: 6rem;
}

.productores_obra .main-title {
    top: 20vw;
    font-size: 3rem;
}

@media (min-width: 1000px) {
    .main-title:hover {
        letter-spacing: 0.1em;
    }
}

@media (max-width: 768px){
    .main-title{
        font-size: 6rem;
    }
}

html{
    scroll-behavior: smooth;
}

@media (min-width: 750px){
    .down-arrrow{
        display: none;
    }
}

.scrollDown{
    display: flex;
    justify-content: center;
}

.down-arrrow{
    position: relative;
    top: 35rem;
    color: white;
    font-size: 9rem!important;
}

.subtitle-a {
    text-align: center;
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 3px;
}

/*SECCIÓN VÍDEO*/

.youtube{
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

@media (max-width: 600px) {
    iframe {
        width: auto;
    }
}

.youtube img{
    max-width: 100%;
}
.rock_of_ages_obra .youtubeicon{
    color: #D90404;
    font-size: 5rem;
    position: relative;
    top: 20rem;
}

.sinopsis{
    font-weight: bolder;
}

.marginT3r{
    margin-top: 3rem;
}

/*SECCIÓN CAST*/

.poster {
    width: 100%;
}
.burlador_obra .poster{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cartelCast{
    margin-top: 20px;
    padding-bottom: 15px;
}

.cartelCast .col-sm-12{
    padding: 0;
}

.dir{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-dir{
    margin-bottom: .5rem;
}

.name-dir h6{
    margin-bottom: 0;
}

.name-dir p{
    margin: 0px;
    font-size: 12px;
}

.cast{
    margin: 0 0 3rem;
    font-size: 10px;
    text-align: center;
}

.cast p{
    margin: 0 0 1rem
}

/*FOTOS*/

.carousel-fotos-title{
    margin: auto;
    justify-content: center;
}

.picture-title h1{
    font-size: 1.65rem;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 900px){
    .picture-title h1{
        font-size: 1.25rem;
    }

    .cast p{
        font-size: 0.5rem;
    }
    .video-title{
        top: 0!important;
    }
}

.swiper-slide img{
    width: 100%;
}

.picture-box  {
    margin-bottom: 3rem;
}

.picture-img {
    display: block;
    overflow: hidden;
}

.img_picture-box:hover img{
    transform: scale(1.3);
}

.img_picture-box {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_picture-box img {
    transition: all 500ms;
}

.swiper-pagination {
    margin-top: 20px;
    position: relative;
    background: transparent;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f5f5f7;
}

video{
    width: 100%;
}

.video-title{
    position: relative;
    top: 6.5rem;
}

.making_of {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
