@charset "UTF-8";
*{box-sizing: border-box;
}
    

body{
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 3rem;
    margin-right: 2.5rem;
}

nav{
    margin-top: 2rem;
    margin-bottom: 3em;
}


.bold{
    font-weight: 500;
}

.texto {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
}

html{
    font-size: 62,5%;
    background-color: #ffffff;
}

#logo{
    margin-left: -2vh;
    width: 35%;
    margin-bottom: -5vh;
}

#foto{
    margin-left: -2vh;
    width: 35%;
    margin-bottom: -3vh;
    margin-top: -3vh;
}

ul{
    list-style: none;
    margin-top: 7vh;
    margin-left: -2vh;
    width: 100%;
    mix-blend-mode: NORMAL;
    padding-left: 2vh;
    padding-top: 2vh;
    padding-right: 12vh;
    padding-bottom: 3vh;
    background-color: #46A6DD;
    font-family: 'Lato', sans-serif;
    line-height:4vh;
    font-weight: bold;
    
}

header nav ul li a { 
    text-decoration: none;
    text-align: left;
    font-size: 2vh;
    line-height: 5vh;
    
}

a:link {
    color: white;
   
}

a:visited {
    color:white;
    
}


header nav ul li a:hover{
    color: #ffffff;
    background-color: blue;
    font-weight: 400;  
}

h1{
    margin-top: 8vh;
    margin-left: 0vh;
    width: 100%;
    color: lightskyblue;
    font-size: 4vh;
    font-family: 'Lato', sans-serif;
    line-height: 5vh;
}

.items a{
    text-decoration: none
}


#destacado{
    margin-top: -8vh;
    margin-left: -2vh;
    width: 100%;
    mix-blend-mode: NORMAL;
    padding-left: 2vh;
    padding-top: 9vh;
    padding-right: 13vh;
    padding-bottom: 4vh;
    background-color: #46A6DD;
    font-family: 'Lato', sans-serif;
    color: white;
    font-style: normal;
    font-weight: 5;
    font-size: 2vh;
    line-height:2vh;
    
}

.redes {
    display: flex;
    flex-direction: row;
    margin-left: 0vh;
    
    
}

.redes img {
    width: 100%;
    display: flex;
    flex-direction: row;
    
    
}

h2{
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2vh;
    text-align: left;
    width:100%;
    margin-left: -2vh;
    background-color: #fff500;
    color: black;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 2.5vh;
    line-height: 4vh;
}


.items {
    color: black;
    display: block;
    margin-top: -1vh;
    text-decoration: none;
    font-size: 1.6vh;
    font-family: 'Lato', sans-serif;
    font-weight: 50;
    line-height: 3.5vh;  
    text-decoration-line: none;
}

.items a:hover{
    color: #ffffff;
    background-color: black;
    font-weight: 400;  
}
.destacadosplan {font-family: Lato;
margin-bottom: 5vh;}
footer{
    margin-top: 9vh;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-family: sans-serif;
    color: black;
    font-size: 1.5vh;
}