/****** PLACE YOUR CUSTOM STYLES HERE ******/

.logotop {margin-top:-40px;height:100px;padding-bottom:10px;}

@media all and (max-width: 768px) {
.nav-utility {display:none;}
.logotop {margin-top:0px;height:100px;padding-bottom:10px;}
/* .main-container {margin-top:40px;} */
.nav-bar {max-height: 100px;}
.nav-open {
    max-height: 10000px;
}
.menu {margin-top:20px;}
}

.video-title {height:65px;}

td.lau {background-color:#F0FAF2}

td.mtl {background-color:#F9E9EA}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;  */
     font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


.menu > li ul {
    width: 240px;
    }

  .delimitador{
        width:100%;
        margin:auto;
    }
    .contenedor{
        height:0px;
        width:100%;
        /*max-width:560px; /* A */
        padding-top:56.25%; /* R: 16/9 = 56.25% */
        position:relative;
    }

    iframe{
            position:absolute;
            height:100%;
            width:100%;
            top:0px;
            left:0px;
    }

@media screen and (max-width: 767px) {
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}
    }