﻿#documental {
    background: #e4e4e4;
    overflow: auto;
}

.tituloDocumental {
    font-size: 30px;
    margin-bottom: 36px;
    font-weight: 600;
    letter-spacing: initial;
    text-align: left;
    color: #000 !important;
    text-align: center;
}

.desc-documental {
    font-size: 22px !important;
    text-transform: none;
    font-weight: 500;
    line-height: 1.3 !important;
    margin-bottom: 30px;
    text-align: center;
}

.video-frame {
    width: 100%;
    margin: 70px auto 0;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

#iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#documental #iframe {
    border-radius: 40px;
}

@media (min-width: 1024px) {
    #documental {
        padding: 120px 80px 80px;
    }
}

@media(max-width:1023px) {
    #documental {
        padding: 60px 0px;
    }

    #video-app-movil {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .video-frame {
        width: 100%;
    }
}

@media(max-width:767px) {

   

    .tituloDocumental {
        font-size: 26px;
    }

    .video-frame {
        margin: 0 auto 0;
    }

    #documental #iframe {
        border-radius: 16px;
    }

    .desc-documental {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 550px) {
    .video-frame {
        width: 100%;
    }
}