@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: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
}

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

#foto{
    margin-left: -7vh;
    width: 130%;
    margin-bottom: -14vh;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav ul li a { 
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5vh;
    line-height: 3.2vh;
    color: black;
}

a:link {
    color: black;
}

a:visited {
    color: #fff500;
}


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

h1{
    color: black;
    font-size: 8vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 8vh;
}

.items a{
    text-decoration: none
}


#destacado{
    margin-top: -13vh;
    margin-left: -2vh;
    width: 100%;
    mix-blend-mode: multiply;
    padding-left: 8vh;
    padding-top: 14vh;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-style: normal;
    background-color: #fff500;
    font-weight: 100;
    font-size: 5vh;
    line-height: 11vh;
}

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

.numeros{
    font-family: sans-serif;
    font-weight: 600;
    color: #fff500;
    margin-top: 6vh;
    font-size: 7vh;
    margin-bottom: -5vh;
    
}

.items {
    color: #142a3e;
    display: block;
    text-decoration: none;
    font-size: 2.5vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 3.5vh;  
    text-decoration-line: none;
}

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