@font-face{
    font-family:UbuntuMono;
    src: url("/font/UbuntuMono-Regular.ttf");

}

*{
    margin: 0;
    padding: 0;
    font-family: 'UbuntuMono';
    
}
header{
    height: 100vh;
}
.nav-img{
    display: flex;
    justify-content:space-around;
   }

.img{
    margin-right: 60%;
    padding: 10px 0px 10px 20px;
}
.ul-nav{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    }
.img{

    margin-left: 15px;
}
.navbar{
    width: 100%;
    height: 10vh;
    background-color: #c1e8e8;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
   }





    .item{
        text-decoration: none;
        font-weight: 800;
        font-size: 1.2rem;
        color: black;
        text-shadow: 0px 2px 28px #000
        }

        .titulo{
            text-align: center;
            margin-top: 20px;
        }

        .conteiner-info{
            width: 100%;
            height: 80vh;
            display: flex;
            align-items: center ;
            
            }
.imagen-1{
    width: 50%;
    display: flex;
    justify-content: center;
}
            .imagen1{
                width: 400px;
                height: 350px;
            }
.div-texto{
    width: 40%;
}
            .texto{
               text-align: center;
               font-size: 1.5rem;
               
              }


/*Datos Covid   */
table{
    margin: 20px  auto;
    width: 100%;
    
}
.datos-mundial{
    margin-top: 30px;
}
.datos-mundial h2{
    text-align: center;

}
.btn-mundial{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px;
    
}
.datos-covid h2{
    text-align: center;
    margin-top: 10px;
}
td{
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
.btn-mundial{
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn{
      border-radius: 10px;
}

.btn-1{
    padding: 10px 20px;
   background-color:#c1e8e8;
}
.btn-1:hover{
  transform: scale(1.2);
   transition: all 0.9s ease;
    }
.btn-2{
    padding: 10px 50px;
    background-color: #c1e8e8;
}
.btn-2:hover{
    transform: scale(1.2);
    transition: all 0.9s ease;
}
.btn-3{
    padding: 10px 20px;
    background-color: #c1e8e8;
}
.btn-3:hover{
    transform: scale(1.2);
    transition: all 0.9s ease;
}

/*Main*/
.container{
    width: 100%;
    text-align: center;
    height: 90vh;

}
.container h2{
    text-align: center;
    font-size: 2rem;
   
}
.container p{
    
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    margin: 20px auto;
}
.container h3{
    margin-top: 30px;
}
.btn-nota{
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    background-color: cadetblue;
    border-radius: 10px;
}
.btn-nota:hover{
    transform: scale(1.2);
    transition: all 0.9s ease;
}
footer{
    background-color: #c1e8e8;
    padding: 10px;
}
footer p{
    text-align: center;
}
footer a{
    color: inherit;
    text-decoration: none;
}

/*Seccion Noticias*/
.containerNoticias h1{
    text-align: center;
    margin-top: 20px;
}
.containerNoticias{
    width: 100%;
    height: 90vh;
}
.info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
    height: 60vh;
}
.imagen_info{
    width: 400px;
    height: 300px;
}
.texto2{
    width: 50%;
    text-align: center;
    font-size: 1.5rem;
    
}
.texto p{
    text-align: center;
}
.imagen{
    width: 50%;
    text-align: center;

}
.mas-info{
    width: 100%;
    text-align: center;
}
.button{
    width: 100%;
    text-align: center;
}
.btnNota{
    padding: 20px 30px ;
    background-color: #22b3b3;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
}
.btnNota:hover{
    background-color: #033a3a;
    transition: all 0.9s ease;
    color: whitesmoke;
}
.fl{
    display: flex;
    flex-direction: column;
    height: 20vh;
    gap: 40px;
}