@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

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

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

.PrimeraSeccion{
    width: 100%;
    background: #3c4c79;
    padding: 100px 20px 20px 20px;
}

.SegundaSeccion{
    width: 100%;
    background: #2c91aa;
    padding: 100px 20px 20px 20px;
}

.PrimeraSeccion img{
    display: block;
    margin: auto;
}

.menu{
    width: 100%;
    height: 70px;
    position: fixed;

    background: #21186d;
    color: white;
}

.contenidoMenu{
    width: 100%;
    height: 70px;
    padding-left: 200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.menu img{
    position: absolute;
    width: 200px;
    padding: 17px;
}

.menu a{
    margin: auto;
    flex-basis: auto;

    text-align: center;
    color: gray;
    text-decoration: none;
    font-size: 25px;
}

.flex{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.flex img{
    width: 15%;
}

.textos p{
    color: #444444;
    font-size: 35px;
}

.imagenes img{
    height: 500px;
    width: 280px;
}

.mini{
    font-size: 20px;
    padding: 30px;
}

.privacidad {
    padding: 30px;
}

h2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;

    font-size: 26px;
    color: white;
    text-align: center;
}

.logoPrivacidad{
    position: relative;
    width: 40%;
    left: 30%;
    top: 30px;
}

p {
    padding-top: 10px;
}