@media (min-width: 1400px){ /* XXL */

    

}

@media (max-width: 1399px){ /* XL */

    
}

@media (min-width: 1199px){ /* LG */
    #hero {
        background-attachment: fixed;
      }

}

@media (max-width: 991px){ /* MD */
  .servicios .details {
    height: 50%;
  }

  .donde iframe{
    height: 400px;
  }
}

@media screen and (max-width: 767px){ /* SM */
  .servicios .details {
    height: 40%;
  }

  .footer h4{
    padding-bottom: 0;
  }

  .footer h4::after {
    display: none;
  }
}

@media screen and (max-width: 576px){ /* XS */
  .incluido .card {
    justify-content: center;
}
    
}
