html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body{
    font-family: "Poppins", sans-serif;
    background-color: rgba(238, 240, 242, 1);
    margin: auto;
    max-width: 1300px;
}
#container{
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: auto;
    column-gap: 0vw;
    row-gap: 0vh;
    width: 100%;
}
a:link, a:visited, a:active {
    text-decoration: none;
}

/*MAIN*/
main{
    grid-column: 1 / span 10;
    background-color: rgba(238, 240, 242, 1);;
    padding-bottom: 3vh;
    width: 100%;
}
main#mainXaside{
    grid-column: 1 / span 8;
}
main h3, main h4{
    color:#0d2b68;
}
main h3{
    padding-left: 1vw;
}
main h2{
    color: #0d2b68;
    font-size: 3em;
    margin-left: 2vw;
    text-decoration: underline ;
    font-style: italic;
    font-weight: 900;
    margin: 3vh 40% 1vh;
}
.flexCentrador{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}
#DiaEuropa .flexCentrador>a>img{
    width: 50vw;
    max-width: 500px;
}
section>.flexCentrador{
    border-bottom: 2px solid #0d2b68;
}
section>.flexCentrador:last-of-type{
    border-bottom: none;
}
#Quizziz{
    text-align: center;
    font-weight: 550;
}
#Quizziz>p{
    color: red;
}
#imgQuizziz{
    min-width: 300px;
}
#DiaEuropa h3{
    padding-left: 0px;
}
#DiaEuropa iframe{
    width: 600px; 
    height: 380px; 
    max-width: 100%;
}
#eurodiputados{
    border-radius: 90px;
    margin: 2.5vw;
    width: 50vw;
    max-width: 700px;
    min-width: 250px;
}
#eurodiputados:hover{
    margin-top: 2.4vw;
    margin-bottom: 2.6vw;
    margin-left: 2.6vw;
    margin-right: 2.4vw;
    box-shadow: -3px 3px 10px #0d2b68;
}
main article{
    padding: 1vh 2vw 1vh 1vw;
    font-size: larger;
}
main article.border{
    border:3px solid #0d2b68;
    border-radius: 10px;
    margin: 20px 5px 20px 5px;
}
#Aside-DiaEuropa{
    position: relative;
    float: right;
    margin-top: 50px;
    margin-right:30px;
    background-color: #0d2b68;
    width: 200px;
    border-radius: 25px;
    text-align: center;
}
#Aside-DiaEuropa *{
    color: white;
    padding-right: 7%;
}
#Aside-DiaEuropa-content{
    position: absolute;
    display:none;
    background-color: white;
    border: 3px solid #0d2b68;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top: none;
    top: 45px;
    left: -3px;
    width: 200px;
}
#Aside-DiaEuropa-content a{
    color:#0d2b68;
    padding-left: 40px;
}
#Aside-DiaEuropa:hover #Aside-DiaEuropa-content{
    display:block;
}
#Aside-DiaEuropa:hover{
    background-color: white;
    border: 3px solid #0d2b68;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#Aside-DiaEuropa:hover h3{
    color: #0d2b68;
}
#C20-21,#C21-22,#C22-23{
    margin-right: 15%;
    margin-left: 15%;
    font-size: 2em;
}s
#container2{  
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    font-weight: bolder;
}

/*ASIDE*/
aside{
    grid-column: 9 / span 2;
    text-align: center;
    background-color: white;
    position: sticky;
    position: -webkit-sticky;
    top: 11vh;                                      /*Posible edit*/
}
aside#inicio{
    height: 80vh;
}
#asideEEPE{
    border-radius: 10px;
    background: #0d2b68;
}
aside>h2{
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #0d2b68;
}
div.aside a{
    text-align: center;
    margin: 1vh 1vw;
    font-weight: bolder;
    display: inline-block;
    color: white;
}
div.aside :first-child>a {
    padding-top: 2vh;
}
div.aside :last-child>a{
    padding-bottom: 2vh;
}
