@media(min-width:300px) and (max-width:499px){
  
    .texto-sobre-video {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 60vh;
        overflow: hidden;
        z-index: 10;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
    }
    
    .circulo-celeste h2.titulos-home-destacados:after {
        content: '';
        height: 6px;
        width: 95%;
        background-color: #009EE0;
        display: block;
        position: relative;
        left: 0px;
        z-index: 0;
        right: 0px;
    }
    
    .circulo-celeste h2.titulos-home-destacados {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 43px;
        line-height: 100%;
        color: #5C5C5C;
        width: 100%;
    }
    .texto-sobre-video .wp-block-column {
        max-height: 15%;
        height: 25%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        max-width: 100%;
        text-align: center;
        margin: 0px;
        width: 90%;
        height: 15%;
    }
    
    h1.titulo-video {
        font-size: 1em;
        line-height: 100%;
        font-weight: 800;
        width: 90%;
        margin: 0px;
    }
    
    
    p.texto-video-interior {
        font-size: 0.90rem;
        font-weight: 200;
        width: 100%;
        line-height: 100%;
    }
    
   .wp-block-video [poster] {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
} 
.video-home {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 50vh;
    overflow: hidden;
}
    
    .video-home:after {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.25);
        height: 100vh;
        overflow: hidden;
        content: '';
        z-index: 9;
        right: 0px;
    }
    
    .container {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
        margin-right: auto;
        margin-left: auto;
    }
    
    
    .circulo-naranja h2.titulos-home-destacados:after {
        content: '';
        height: 6px;
        width: 100%;
        background-color: #E7511E;
        display: block;
        position: relative;
        left: 0px;
        z-index: 0;
    }
    
   .circulo-naranja h2.titulos-home-destacados {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 100%;
    color: 
    #5C5C5C;
    width: 100%;
    text-align: center;
}

    .circulo-celeste .boton-home:before {
      content: '';
    width: 100%;
    height: 30px;
    display: block;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    position: relative;
        border-bottom: 2px solid #009EE0;
       top: -40px;
    left: 0px;
    }
 	
	.circulo-naranja .boton-home::before {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    position: relative;
    border-bottom: 2px solid 
    #e7511e;
    top: -40px;
    left: 0px;
}

 .circulo-celeste h2.titulos-home-destacados:after {
        content: '';
        height: 6px;
        width: 100%;
        background-color: #E7511E;
        display: block;
        position: relative;
        left: 0px;
        z-index: 0;
    }
    
   .circulo-celeste h2.titulos-home-destacados {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    line-height: 100%;
    color: 
    #5C5C5C;
    width: 100%;
    text-align: center;
}
	
.circulo-naranja {

    height:110vh;

}

.circulo-celeste {
    height: auto;
}

   .boton-home {
    padding: 0%;
    height: 40px;
} 
    
.boton-home a {
    width: 100%;
    border-radius: 7px;
    font-size: 1rem;
    padding: 7px;
    margin-top: 10px;
}
 
#masthead {
    position: relative;
    z-index: 999;
}
.main-navigation .site-branding {
    width: 200px;
    margin: auto;
}	
	
.circulo-naranja .imagen-home {
    position: relative;
    z-index: 99;
    display: none;
}
	
	.circulo-celeste .imagen-home {
    position: relative;
    z-index: 99;
    display: none;
}
	
.menu-footer.icono-elearning {
    position: fixed;
    z-index: 10;
    top: 90%;
    transform: scale(1);
    width: 100%;
    background-color: #0c4974;
    height: 50px;
    justify-content: center;
    align-items: center;
	display:none;
}
    
    .menu-footer.icono-elearning img{
    width:auto; 
    height:50px!important;
        
}
	
.menu-fijo {
    position: fixed;
    background-color: #00152B;
    animation: fade-circle 2s;
    padding: 0.5%;
	display: flex!important;
}
    
    
    /*animacion del circulo*/
     @-webkit-keyframes fade-circle {
          0% {
             top:4%;
             opacity: 0;
        }
         100% {
             top:0%;
            opacity: 1;
        }
    }
     @-moz-keyframes fade-circle {
          0% {
             top:4%;
             opacity: 0;
        }
         100% {
             top:0%;
            opacity: 1;
        }
    }
     @-o-keyframes fade-circle {
           0% {
             top:4%;
             opacity: 0;
        }
         100% {
             top:0%;
            opacity: 1;
        }
    }
     @keyframes fade-circle {
         0% {
             top:4%;
             opacity: 0;
        }
         100% {
             top:0%;
            opacity: 1;
        }
    }	
	
	.menu-rs {

    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    right: 0px;
    flex-direction: column;
    top: 7%;
    z-index: 999;

}
	.circulo-naranja .boton-home a {

    width: 100%;

}
	.portada {

    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 356px;
   background-size: cover;
    background-position: center center;
    position: relative;
    color: 

    #fff;
    z-index: 0;

}
.overlay {

    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: 

    rgba(0, 0, 0, 0.797);
    z-index: 99;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;

}	
}