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

*{padding: 0 ; margin: 0; box-sizing: border-box;}

/* Formulario */

.body{   
    font-family: 'Chivo', sans-serif;
}

.fondonegro{
    background:#000000;
}

.fondoimage{
    background-image: url("../Fondo-1.png"); background-repeat: no-repeat;
}

.fondoimage02{
    background-image: url("../screen-meet.png"); 
    background-repeat: no-repeat;
}



h1{
    font-family: 'Chivo', sans-serif;
    font-weight: 500;
    font-size: 1.65rem;
}


h2{
  font-family: 'Chivo', sans-serif;
    
}

h3{
  font-family: 'Chivo', sans-serif;
    
}

h4{
   font-family: 'Chivo', sans-serif;
}

span{
    font-weight: 700;
}


p{
  font-size: 0.95rem;
  font-weight: 300;
  margin:  0.4rem 0 0.4rem 0;
  font-family: 'Chivo', sans-serif;

}


.login {
    max-width: 48rem;
    min-height: 9vh;
    margin: auto;
    
}

.login02 {
    background-image: url(Fondo-1.jpg)
    max-width: 48rem;
    min-height: 9vh;
    margin: auto;
    
}



.login  .logo{ 
    margin: auto; 
    max-height: 60%;
    display: block;
    font-family: 'Chivo', sans-serif;
}


 .login form {
     margin:10% 0 -10%;
     width: 80%;
     font-family: 'Chivo', sans-serif;
        
}   
    


.login input{
    display: block;    
    margin: 0rem 0 1.5rem 0;
    width: 100%;
    font-size: 1rem;
    border: none;
    padding: 0.5rem;
    font-family: 'Chivo', sans-serif;
}

.login label{
    font-family: 'Chivo', sans-serif;
    
    
}


.btn{
    background: #F8F9F9;
    font-family: 'Chivo', sans-serif;    
}


.btn2{
    background: #DCFF5B;
    font-family: 'Chivo', sans-serif;    
}








.login3 {
    max-width: 48rem;
    min-height: 9vh;
    margin: auto;
    
}




.login3  .logo{ 
    margin: auto; 
    max-height: 60%;
    display: block;
    font-family: 'Chivo', sans-serif;
}


 .login3 form {
     margin:4% 0 -10%;
     width: 80%;
     font-family: 'Chivo', sans-serif;
        
}   
    


.login3 input{
    display: block;    
    margin: 0rem 0 0 0;
    width: 100%;
    font-size: 1rem;
    border: none;
    padding: 0.5rem;
    font-family: 'Chivo', sans-serif;
}

.login3 label{
    font-family: 'Chivo', sans-serif;
    
}


.contenedor{
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 0;    
}


.video-container{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color:#f100;
    position:relative;
        
}


.video-container iframe{
    display: block;
    position: absolute;
    width: 100%;
    height: 100;
        
}



.div-js{
    display: none;
    
}







#form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}

#form p {
  text-align: center;
}

#form label {
  font-size: 20px;
}

input[type="radio"] {
  display: none;
}

label {
  color: grey;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

label:hover,
label:hover ~ label {
  color: orange;
}

input[type="radio"]:checked ~ label {
    color: orange;

}
.contenedor-video{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;    
    
}

.contenedor-video iframe{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}









.overlay { 
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target{
  visibility: visible;
  opacity: 1;
}


#popupBody{    
    width: 70%;
    height: 60%;
    padding: 10rem 1rem 10rem 1rem;
    background: #FFF;
    margin: 6rem auto;
}



#cerrar{
 position: absolute;
 top: 20px;
 right: 30px;
 font-size: 30px;
 font-weight: bold;
 text-decoration: none;
 color: #F00;
 transition: all 200ms;
}
















.navbar-mobil {
  background-color: #ffff;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 0 0.5rem 1.2rem;  
}

/* Style the links inside the navigation bar */
.navbar-mobil a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar-mobil a:hover {  
    font-weight: 600;
}

/* Add a color to the active/current link */
.navbar-mobil a.active {
  color: white;

