@media(min-width:500px) and (max-width:993px){

    .texto-sobre-video {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 100vh;
        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: 25%;
        height: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 100%;
        text-align: center;
        margin: 0px;
        width: 90%;
    }
    
    h1.titulo-video {
        font-size: 2.3em;
        line-height: 100%;
        font-weight: 800;
        width: 90%;
    }
    
    
    p.texto-video-interior {
        font-size: 20px;
        font-weight: 200;
        width: 100%;
        line-height: 100%;
    }
    
    
    .video-home {
        width: 100%;
        position: relative;
        left: 0%;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        height: 100vh;
        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: 43px;
        line-height: 100%;
        color: #5C5C5C;
        width: 95%;
    }

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