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

:root {
  --color-principal: #517fe1;
  --color-secundario: #9abaff;
  --color-fondo: #f3f0e4;
  --letra-texto: sans-serif;
  --letra-titulos: sans-serif;
  --espacio-chico: 0.5rem;
  --espacio-medio: 1rem;
  --espacio-grande: ;
  --borde-redondeado: 10px;
  --sombra: .2em .2em .2em .1em #a9a488c9; 
}

body{
    font-family: sans-serif;
    background-color:#e9e4d1;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}

h1{
    font-size: 1.5em;
    color: #517fe1;
    margin: 30px 0 10px 0;
    font-weight: 800;
}
h2{
    font-size: 1em;
    color: #302f29;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}
h3{
    font-size: 1em;
    color: #302f29;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
main p{
    font-size: 1em;
    color:#302f29;
    line-height: 1.6;
    margin-bottom: 15px;
}
p{
    font-size: 1em;
    color:#302f29;
    line-height: 1.6;
}
section{
    margin-bottom: 30px;
}
header{
    background-color: #9abaff;
    padding: 10px 20px;
    text-align: center;
}

.menu1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.menu1 li{
    display: inline-block;
}
.menu1 a{
    display: inline-block;
    color: #fff9da;
    background-color: #517fe1;
    padding: 7px 10px;
    margin: 0 2px;
    border-radius: 10px;
    text-decoration: none;
}

.menu1 a:hover{
    background-color:#517fe1;
    border-radius: 10px;
    border: solid 2px #9abaff;
    box-shadow: .2em .2em .2em .1em #3f68bf7b ; 
} 

.noticias{
    margin: 20px 0px;
}

.rotulos h2{
    color: #9abaff;
}
.rotulos{
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
.rotulos a{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #31302b;
    text-decoration: none;

    line-height: 1.2;
    word-wrap: break-word;
}
img{
    border: solid 2px #fff9da;
    border-radius: 10px;
}
.rotulow,
.rotulom,
.rotulov{
    display: inline-block;
    width: 200px;
    height: 250px;
    vertical-align: top;
    margin: 10px;
    padding: 15px;
    border-radius: 12px;

    box-sizing: border-box;
}
.rotulow{
    background-color: #b3d58b;
}

.rotulom{
    background-color: #9676c1;
}

.rotulov{
    background-color: #df9bcd;
}
.rotulos img{
    width: 100%;
    height: 180px;    
    object-fit: cover; 
    border: 2px solid #fff9da;
    border-radius: 10px;
    display: block;
    margin: 0 0 10px 0;
}
.datos ul{
    list-style: none;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
}

footer{
    background-color: #9abaff;
    font-size: 9px;
    padding: 25px 40px;
    text-align: left;
}
footer h3{
    font-size: 11px;
    margin: 12px 0 4px 0;
}
footer p{
    font-size: 10px;
    margin: 0;
    line-height: 1.3;
}
footer .legal{
    margin-top: 15px;
    font-size: 9px;
    opacity: 0.8;
}
.logo{
    display: block;
    margin-bottom: 5px;
}