:root{
    /* -- Fuentes -- */
    --fontMain: 'Poppins', sans-serif;
    --fontSecondary : 'Poppins', sans-serif;
    --fontBody: 'Poppins', sans-serif;
    /* Colores */
    --colorAccent: #2666AE;
    --colorPrimary: #282F41;
    --colorBackground: #FFF7F5;
    --colorWhite: #ffffff;
    --colorGray: #8c8da1;
    --colorBlack: #333;
}
html{
    box-sizing: border-box;
    font-size: 62.5%; /*10px = rem*/
}
body{
    font-size: 16px;
    font-size: 1.4rem;
    background-color: var(--colorBackground);
    margin: 0;
}
*, *:after, *:before{
    box-sizing: inherit;
}
div{
    box-sizing: border-box;
}
/* Globales */
a{
    text-decoration: none;
    color: var(--colorWhite);
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    appearance: none;
    background-color: var(--colorWhite);
    border: none;
}
/* Fuentes */
h1, h2, h3{
    font-family: var(--fontMain);
    margin: 0;
    columns: var(--colorPrimary) ;
}
h1{
    font-size: 6.5rem;
    font-weight: bold;
}
h2{
    font-size: 3.5rem;
    margin: 0.9em 0 0 0;
}
h3{
    margin: 0.9em 0 0 0;
    font-size: 2.4rem;
}
body{
    font-family: var(--fontBody);
}
p{
    margin: 1rem 0;
    font-size: 1.4rem;
}
label{
    font-size: 1.4rem;
    color: var(--colorPrimary);
}
input[type="submit"], 
input[type="text"], 
input[type="number"],
button{
    text-decoration: none;
    outline: none;
    appearance: none;
    border: none;
}
button{
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px){
    p{
        margin: 1.1rem 0;
        font-size: 1.4rem;
    }
    label{
        font-size: 1.4rem;
    }
    h2{
        font-size: 3rem;
    }
}
@media only screen and (min-width: 1024px){
    p{
        margin: 1.2rem 0;
        font-size: 1.5rem;
    }
    label{
        font-size: 1.5rem;
    }
    h2{
        font-size: 3.5rem;
    }
}



#results-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 720px) {
  #results-container {
    flex-direction: row;
  }
  
  .div-block-17 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .section-8-copy,
  .section-8-copy-copy,
  .section-8 {
    text-align: center;
    width: 100%;
  }
  
  .form-block-5 {
    width: 100%;
    text-align: center;
  }
  
  .submit-button-4 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width:768px) {
h3.mejor-opcion2 {
  font-size: 24px;
}
}

@media only screen and (max-width:480px) {
h3.mejor-opcion2 {
  
  font-size: 20px;
}
}

