@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');




* {
    margin: 0;
        box-sizing: border-box;
        
    }
    
    
    /** Generated @ www.fontreactor.com **/
    @font-face {
        font-family: 'GetVoIPGrotesque';
        src: url('original_GetVoIP_Grotesque.eot?#iefix') format('embedded-opentype'), 
             url('original_GetVoIP_Grotesque.woff') format('woff'),
             url('original_GetVoIP_Grotesque.ttf') format('truetype'),
             url('original_GetVoIP_Grotesque.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .video-area {
        padding: 30px;
    }

    .video-Titulo {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-align: center;
        color: #134bff;
        font-size: 18px;
    }

   .video-Titular {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-align: center;
        color: #134bff;
    }

    .Seccion-Videos {
        display: flex;

        width: 66%;
        height: 500px;
        align-content: center;
        text-align: center;
        margin: auto;
        /*border: 1px solid yellow;*/
    }   
    
.Video1 {
    width: 50%;
    text-align: center;
    margin: auto;
    /*border: 2px solid red;*/
    background-color: #d8d8db;
    margin: 30px;
    }  

    
    
.videoResponsive1 {
     width: 92%;   
    }    
    
.videoResponsive2 {
    display: none;
    width: 90%;
    margin: auto;
    } 


.Video2 {
        width: 50%;
        text-align: center;
        margin: auto;
        /*border: 2px solid red;*/
        background-color: #d8d8db;
        margin: 30px;
        }


/*.Video3 {
            width: 33%;
            text-align: center;
            margin: auto;
            /*border: 2px solid red;*/
            /*background-color: #d8d8db;
            margin: 10px;
            }*/

.video-Subtitulo {
font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 10px;
}



@media (max-width: 799px) {

    .video-area {
        padding: 30px;
        transform: translateY(5px);
    }

    .video-Titulo {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-align: center;
        color: #134bff;
        font-size: 22px;
    }

   .video-Titular {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-align: center;
        color: #134bff;
        font-size: 35px;
    }

    .Seccion-Videos {
        display: block;
        width: 100%;
        height: auto;
        align-content: center;
        text-align: center;
        margin: auto;
        /*border: 1px solid yellow;*/
    }   
    
.Video1 {
    width: 100%;
    text-align: center;
    margin: auto;
    /*border: 2px solid red;*/
    background-color: #d8d8db;
    margin-bottom: 40px;
    }  

    
    
.videoResponsive1 {
     width: 92%; 
     text-align: center;
     margin: auto;  
    }    
    
.videoResponsive2 {
    display: none;
    width: 90%;
    margin: auto;
    } 


.Video2 {
        width: 100%;
        text-align: center;
        margin: auto;
        /*border: 2px solid red;*/
        background-color: #d8d8db;
        margin: 0px;
        }


/*.Video3 {
            width: 33%;
            text-align: center;
            margin: auto;
            /*border: 2px solid red;*/
            /*background-color: #d8d8db;
            margin: 10px;
            }*/

.video-Subtitulo {
font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 10px;
}

}
