* {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url("images/fondo-gris.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
  }
  .pages {
    max-width: 900px !important;
    /*min-height: 1300px !important;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .position-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .icon {
    width: 250px;
    margin-top: 100px;
  }
  .title-content {
    text-align: center;
    margin-top: 30px;
  }
  .section1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pregunta {
    text-align: center;
    font-size: 1.6rem;
  }
  .opcion {
    text-align: center;
    width: 60vw;
    background: white;
    
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    cursor: pointer;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .opcion:hover{
       background: lightgray;
  }
  .img-mtop01 {
    margin-top: 20px;
  }
  .contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
  }
  .options-margin01 {
    margin-bottom: 15px;
  }
  .hide01 {
    display: none;
  }
  .hidebtn01 {
    display: none;
  }
  .green {
    color: green;
  }
  .red {
    color: red;
  }
  .link-option {
    text-decoration: none;
    color: black;
    font-weight: 700;
  }
  .section-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .aling-answer0 {
    width: 500px;
    margin-top: 20px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .answer01 {
    width: 600px;
    margin-top: 20px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.3rem;
    text-align: center;
  }
.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
  }
  .myButton {
  width: 200px;
  background-color:#ffb200;
  border-radius:28px;
  border:1px solid #d69107;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:1.3rem;
    font-weight: bold;
  padding:16px 31px;
  text-decoration:none;
  text-shadow:0px 1px 0px #2f6627;
  }
  .myButton:hover {
  background-color:#ff8000;
  }
  @media (max-width: 600px) {
    .title-content {
        /*margin-top: 200px;*/
        padding: 10px;
      }
    .title-content h1 {
        font-size: 1.5rem;
    }
    .pregunta {
        padding: 20px;
        font-size: 1rem;
        line-height: 24px;
    }
    .img-mtop01 {
        margin-top: 10px;
    }
    .options-margin01 {
        margin-bottom: 10px;
    }
    .display-flex01 {
      margin-bottom: -10px;
    }
    .answer01 {
      width: 300px;
      font-size: 0.8rem;
      padding: 10px;
  }
}