*{box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
  box-sizing: border-box;
  margin: 0;
  padding: 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;
    margin: 0;
}
.contenedor{
    max-width: 900px;
    margin: auto;
    padding: 15px;
}

h1{
    font-family: "Fredoka", sans-serif;
    font-size: 2.5em;
    color: #517fe1;
    margin: 30px 0 10px 0;
    font-weight: 800;
    text-align: center;
    margin-top: 50px;
    text-wrap: balance;
}

h2{
    font-family: "Fredoka", sans-serif;
    font-size: 1.3em;
    color: #302f29;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px auto;
    text-wrap: balance;
}
h3{
    font-family: "Fredoka", sans-serif;
    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: 60px;
}
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 h3{
    font-family: "Fredoka", sans-serif;

    font-size: 1.5em;

    color: #517fe1;

    text-align: center;

    margin-bottom: 30px;

    text-transform: none;

    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}
.rotulos{
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
.rotulos a{
    display: block;

    font-family: "Fredoka", sans-serif;
    font-size: 1.4em;
    font-weight: 600;

    color: #31302b;
    text-decoration: none;

    margin-top: 12px;
    line-height: 1.1;
     text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.rotulow,
.rotulom,
.rotulov{
    display: inline-block;
    width: 230px;
    height: 270px;
    vertical-align: top;
    margin: 10px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    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;
}
.rotulos p{
    font-family: "Fredoka", sans-serif;
    font-size: 0.9em;
    font-weight: 500;

    color: #31302b;

    margin-top: 5px;

    letter-spacing: 0.5px;
    text-transform: uppercase;

    opacity: 0.7;
}

.datos ul{
    list-style: none;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
}

footer{
    background-color: #9abaff;
    padding: 25px 40px;
    text-align: left;
}
footer h3{
    font-size: 14px;
    margin: 12px 0 4px 0;
}
footer p{
    font-size: 13px;
    line-height: 1.5;
}
footer .legal{
    margin-top: 20px;
    font-size: 11px;
    opacity: 0.7;
}
.logo{
    display: block;
    margin-bottom: 5px;
}
.poster img{
    width: 100%;
    display: block;
}