*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
li{font-size: 1.25em;}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

button{
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5em);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5em);
    color: white;
    background-color: #4e606c;
}


button:hover{
    background-color: #3f4d56
}

.container{
    max-width: 1400px;
    margin: auto;
}

.color-acento{color: #4e606c; }

header{
    background-color: rgb(245,245,245)

}

header .logo{
    margin: 0;
    padding: 40px 30px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.logo img{
    height: 70px;
    margin-right: 10px;
}

header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: white;
}


footer{
    background-color: rgb(230,230,230);
    margin-top: 30px;
}

footer p{
    margin: 0;
    color: rgb(100,100,100);
    padding: 12px;
}



@media (min-width:720px){
    header{
        position: fixed;
        width: 100%;
    }


    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }
}

footer .imagenesFooter {
    padding: 120px;
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
}

footer img {
    height: 95px;
    margin: -75px 180px;
}

.container9{
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    font-size: 10px;
}

.politica-uso-datos{
    padding: 200px;
    padding-bottom: 0%;
    text-align: justify;
    
}

.politica-uso-datos h2, h3{
    color: #506dc3;
}