@media only screen and (max-width: 1360px) {


  .box-servicio .servicio-icono, .servicio-icono img
  {
    width: 45px;
    height: 45px;
  }

  .habitaciones .row
  {
    flex-direction: column-reverse;
  }

  .habitaciones .row .box-habitaciones-mobile
  {
    height: 300px;
    margin: 50px;
  }

  .habitaciones .row .box-habitaciones-mobile img
  {
    width: 100%;
  }

  .intermedio .container .row .col p:nth-child(1) {
    font-size: 40px;
  }

  .intermedio .container .row .col p:nth-child(2) {
    font-size: 30px;
  }

  .intermedio .container .row .col p:nth-child(3) 
  {
    font-size: 18px;
  }

  footer .datos .contacto-texto
  {
    padding-top: 30px;
    width: 80%;
  }

  footer .datos .contacto-form
  {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {

  .header-full
  {
    display: none;
  }

  .header-mobile
  {
    display: block;
  }

  .banner img
  {
    height: 73vh;
    width: auto;
  }
  
  .servicios2
  {
    padding: 80px 20px;
  }

  .servicios2-texto
  {
    border-right: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }

  .servicios2-titulo
  {
    font-size: 40px;
  }

  .servicios2-subtitulo 
  {
    font-size: 15px;
  }

  .servicios2-servicios 
  {
    font-size: smaller;
  }

  .habitaciones2 {
    padding: 80px 50px;
  }

  .habitaciones2 .habitacion
  {
    max-width: 500px;
    max-height: 300px;
  }

  .habitaciones2-texto {
    border-left: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }

  .habitaciones2-titulo {
    font-size: 40px;
  }

  .habitaciones2-subtitulo {
    font-size: 15px;
  }


  .box-titulo-servicios-mobile {
    width: 280px;
  }

  .box-titulo-servicios-mobile,
  .box-titulo-habitaciones-mobile {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .box-titulo-servicios-mobile h5,
  .box-titulo-habitaciones-mobile h5 {
    font-size: 15px;
  }

  .box-servicios-mobile .col {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: start;
  }

  .box-servicio .servicio-texto {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .habitaciones .box-habitaciones-mobile
  {
    margin: 50px 0 0 0 !important;
    height: 200px !important;
    flex-wrap: nowrap;
  }
  
  .galeria
  {
    height: 600px;
  }

/* .galeria .galeria-next 
{
  position: absolute;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 30px 0 30px 0;
  align-self: center;
  right: 0%;
} */
  .modal-imagen img
  {
    height: auto !important;
    width: 100%;
  }

  .intermedio2 #card1, #card2, #card3
  {
    height: 200px;
    width: 300px;
  }
}

@media only screen and (max-width: 576px) {
  
  .banner
  {
    height: 600px;
  }

  .banner img 
  {
    height: 600px;
    width: auto;
  }

  .banner .hero {
    top: 100px;
  }

  .banner .hero p:nth-child(1) {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
  }

  .banner .hero p:nth-child(2) {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
  }

  .banner .hero p:nth-child(3) {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
  }

  .banner .hero p:nth-child(4) {
    font-size: 40px;
    font-family: 'Tangerine', cursive;
  }

  .intermedio .container .row .col p:nth-child(1)
  {
    font-size: 30px;
  }

  .intermedio .container .row .col p:nth-child(2) {
    font-size: 20px;
  }

  .intermedio .container .row .col p:nth-child(3) {
    font-size: 15px;
  }
}