.contenido_main {
  padding: 1rem 2rem 0 2rem;
}
.contenedor_boton {
  position: absolute;
  bottom: 0;
}

/*Escritorio*/
@media (min-width: 1199.98px) {
  .contenido_main {
    height: auto;
  }
  .contenido_main figure img {
    width: 350px;
  }
  .contenido_main figure {
    padding: 1rem;
  }
  h1.title {
    color: green;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2rem 0 2rem 0;
  }
  h2.question {
    color: #fff;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    text-align: center;
  }
  .emoji-msj {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--secundario);
  }
  button:disabled {
    background: var(--secundario);
    color: var(--blanco);
    border: none;
    border-radius: 0.5rem;
  }
  button {
    background: var(--primario);
    color: var(--blanco);
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: 1s ease-in-out;
  }
}

/*Fin Escritorio*/

/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation: portrait) {
  .contenido_main {
    height: auto;
  }
  .contenido_main figure img {
    width: 350px;
  }
  .contenido_main figure {
    padding: 1rem;
  }
  h1.title {
    color: green;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2rem 0 2rem 0;
  }
  h2.question {
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 150px;
  }
  .emoji-msj {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--secundario);
  }
  button:disabled {
    background: var(--secundario);
    color: var(--blanco);
    border: none;
    border-radius: 0.5rem;
  }
  button {
    background: var(--primario);
    color: var(--blanco);
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: 1s ease-in-out;
  }
}

/*landscape*/
@media (min-width: 991.98px) and (max-width: 1199.98px) and (orientation: landscape) {
  .contenido_main {
    height: auto;
  }
  .contenido_main figure img {
    width: 300px;
  }
  .contenido_main figure {
    padding: 0.5rem;
  }
  h1.title {
    color: green;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2rem 0 2rem 0;
  }
  h2.question {
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
  }
  .emoji-msj {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--secundario);
  }
  button:disabled {
    background: var(--secundario);
    color: var(--blanco);
    border: none;
    border-radius: 0.5rem;
  }
  button {
    background: var(--primario);
    color: var(--blanco);
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: 1s ease-in-out;
  }
}
/*fin tablet*/

/*movil*/
/*Portrait*/
/*Default*/
@media (max-width: 575.98px) and (orientation: portrait) {
  body {
    background: green;
  }
}
/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation: landscape) {
  .contenido_main {
    height: auto;
  }
  .contenido_main figure img {
    width: 350px;
  }
  .contenido_main figure {
    padding: 1rem;
  }
  h2.question {
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
    padding-bottom: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    height: 150px;
  }
  button:disabled {
    background: var(--secundario);
    color: var(--blanco);
    border: none;
    border-radius: 0.5rem;
  }
  button {
    background: var(--primario);
    color: var(--blanco);
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: 1s ease-in-out;
  }
}
