/*CARRUSEL AGRANDAR IMG*/
.imgDescarga {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imgDescarga:hover {
    opacity: 0.7;
}

.dlgModal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
}


@media only screen and (max-width:900px) {
    .modal-content{
        max-width: 720px;
    }
}
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .banner{
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .p-banner{
        width: 100% !important;
        font-size: 0.95em !important;
        margin: 0;
        padding-top: 5px;
    }
    h1{
        font-size: 1.2rem;
    }
    .modal-content {
        width: 100%;
        margin: 0;
    }
    .dlgModal{
        width: 100% !important;
    }
    #footer{
        flex-direction: column;
    }
    .footer-logo{
        width: 100% !important;
        flex-direction: column;
        text-align: center;
    }
}


/*AREA VIDEOS*/
.video_file {
    width: 100%;
    height: 650px;
}

.area-video{
    width: 100%;
    display: flex;
}

.vjs-control-bar{
    background-color: #2f4d75 !important;
}
.w75{
    width: 100%;
}
/*----------------------*/

@media screen and (max-width: 768px) {
        .presentacion {
        width: 90%;
    }

    .area-descarga {
        flex-direction: column !important;
    }

    .area-video{
        flex-direction: column;
    }
    .w75{
        width: 100%;
        display: flex;
        justify-content: center;
        height: 200px;
    }

    #src_video{
        width: 100%;
        height: auto;
        margin-top: 1em;
    }
}

@media (orientation: landscape) and (max-width: 900px) {
    #src_video{
        width: 100%;
        max-height: 300px !important;
        
        margin-top: 1em;
    }
}