/******************************************/
/*** SECCION CONTACTO ***/
.contacto {
  padding-bottom: 0;
}

  /*form */
  form {
    display: flex;
      flex-direction: column;
  }
    .form-control {
      border: none;
      background-color: hsl(0, 0%, 96%);
    }
    .contacto .btn {
      margin: 0 auto;
        width: 10rem;
      border-radius: 2rem;
    }
    .contacto #mensaje {
      height: 200px;
    }


  #response { /* iframe */
    display: none;
  }

  .contacto .alert {
    display: none;
    margin: 0 auto;

    max-width: 30rem; height: auto;
  }
    #spin {
      display: none;
      margin: .5rem auto;
    }


  /* info */
  .info {
    text-align: center;
    margin: 2rem 0;
  }
    .info .wp a {
      display: flex;
        align-items: center;
        justify-content: center;
      color: inherit;
    }
      .info .wp a:hover {
        text-decoration: none;
      }
      .info i {
        margin-right: .6rem;
        color: hsl(211, 100%, 50%);
          font-size: 1.4rem;
      }

  /* boton whatsapp */
  .boton-wap {
    position: fixed;
      z-index: 40;
      bottom: 1rem; right: 1rem;

    width: 3.5rem; height: 3.5rem;
    border-radius: 100%;
      box-shadow: .1rem .1rem .4rem 0 hsl(0, 0%, 0%, .5);
      background-color: hsl(120, 70%, 50%);

    display: flex;
      justify-content: center;
      align-items: center;
  }
    .boton-wap i {
      font-size: 2rem;
        color: white;
    }

  /* mapa */
  .mapa-box {
    height: 20rem;
  }
    .mapa iframe {
      width: 100%; height: 100%;
      filter: grayscale(25%);
    }



/******************************************************/
/**** MEDIA QUERIES ****/

/* Small devices (tablets, 768px and down) */
@media only screen and (max-width: 768px) {

    /*.contacto #mensaje {
      height: 150px;
    }*/
  .contacto .info .row {
    flex-direction: column-reverse;
    align-items: center;
  }
    .contacto .info h5 {
      font-size: 1rem;
    }
}

@media only screen and (max-width: 486px) {

}
