﻿.CLaboral{
    width:100%;
}

.CPrev {
    font-size: 3em;
}

.CNext {
    font-size: 3em;
}

.H3Laboral{
    color:white;
}



.d-md-block {
    display: block !important;
}

#DivVideo {
    height: 100%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 10;
}

.PTitulo {
    color: #CFCFCF;
    font-family: Arial Black;
    font-size: 35px;
}

/*#NavMenu {
    text-align: center;
}*/

@media only screen and (min-width: 1200px) {
    .carousel-caption {
        bottom: 40%;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .carousel-caption {
        bottom: 30%;
    }
}

/*@media (min-width: 550px) and (max-width: 799px) {
    .carousel-caption {
        bottom: 20%;
    }
}

@media (max-width: 549px) {
    .carousel-caption {
        bottom: 10%;
    }
}*/

@media (max-width: 750px) {
    .carousel-caption {
        bottom: 20%;
    }

    .carousel {
        margin-top: 60px;
    }
}






@media only screen and (min-width: 1600px) {
    #FrameVideo {
        width: 880px;
        height: 500px;
    }
    /*#NavMenu {
        margin-right: 200px;
    }*/
}

@media (min-width: 1300px) and (max-width: 1599px) {
    #FrameVideo {
        width: 700px;
        height: 400px;
    }
    /*#NavMenu {
        margin-right: 200px;
    }*/
}
@media (min-width: 1100px) and (max-width: 1299px) {
    #FrameVideo {
        width: 600px;
        height: 340px;
    }
    .PTitulo {
        font-size: 30px;
    }
    /*#NavMenu {
        margin-right: 200px;
    }*/
}
@media (min-width: 850px) and (max-width: 1099px) {
    #FrameVideo {
        width: 450px;
        height: 255px;
    }
    .PTitulo {
        font-size: 25px;
    }
    /*#NavMenu {
        margin-right: 200px;
    }*/
}

@media (min-width: 750px) and (max-width: 849px) {
    #DivVideo {
        top:5%;
    }
    #FrameVideo {
        width: 450px;
        height: 255px;
    }
    .PTitulo {
        font-size: 20px;
    }
}

@media (min-width: 650px) and (max-width: 749px) {
    #DivVideo {
        top: 5%;
    }

    #FrameVideo {
        width: 300px;
        height: 170px;
    }
    .PTitulo {
        font-size: 15px;
    }
}

@media (max-width: 649px) {
    #DivVideo {
        top: 5%;
    }

    #FrameVideo {
        width: 150px;
        height: 90px;
    }
    /*#NavMenu{
        visibility:hidden;
    }*/
}