/* moviles */
@media (max-width: 575.98px) {
  /* index */
  .header .title-header h1 {
    margin-top: 100px !important;
    font-size: 40px !important;
    
  }

  .navbar-brand img {
    height: 50px !important;
  }

  /* publicaciones */

  .publicaciones {
    margin-bottom: 400px !important;
  }

  /* servicios */

  .servicios-info img {
    margin: 0 auto !important;
    display: block;
  }

  .contacto {
    margin-top: -500px !important;
    height: 900px !important;
  }

  .contacto .seccion_formulario {
    padding: 20px !important;
  }

  .contacto .ct-contenido {
    padding-bottom: 0px !important;
  }

  .work .img {
    background-size: cover !important;
  }

  footer .redes-sociales .pie-pagina {
    text-align: center !important;
  }

  .about img{
    margin-top: 0px !important;
  }

  .header-nosotros .title-header h1 {
    margin-top: 50px !important;
  }

  .header-abogados .title-header h1{
    margin-top: 50px !important;
  }

  .header-servicios .title-header h1{
    margin-top: 50px !important;
  }

  .header-contacto .title-header h1{
    margin-top: 50px !important;
  }

  .header-publicaciones .title-header h1{
    margin-top: 50px !important;
  }

  #about-img{
    margin-top: 0px !important;
  }


  .nosotros-contenido{
    height: 600px !important;
  }

}

/* Tabletas */
@media (min-width: 767.98px) {
  /* nosotros*/

  /* .nosotros-contenido {
    background-image: url("/images/nosotros/fondo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh !important;
  }

  .about img{
    margin-top: 150px !important;
  } */


}

@media (min-width: 992px) {

  .header {
    background: url(../images/imag1.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh !important;
  }

  .owl-carousel .owl-nav.disabled {
    display: block !important;
  }
  .owl-carousel .owl-dots.disabled{
    display: block !important;
  }

  /* nosotros */
  .header-nosotros .title-header h1{
    margin-top: 70px !important;
  }

  /* servicios */
  .header-servicios .title-header h1{
    margin-top: 70px !important;
  }

  /* abogados */
  .header-abogados .title-header h1{
    margin-top: 70px !important;
  }

  .header-publicaciones .title-header h1{
    margin-top: 70px !important;
  }

  /* contacto */
  .header-contacto .title-header h1{
    margin-top: 70px !important;
  }

 
}

@media (min-width: 1400px) {
  
   /* nosotros */
  .header-nosotros .title-header h1{
    margin-top: 150px !important;
  }

  /* servicios */
  .header-servicios .title-header h1{
    margin-top: 150px !important;
  }

  /* abogados */
  .header-abogados .title-header h1{
    margin-top: 150px !important;
  }

  .header-publicaciones .title-header h1{
    margin-top: 150px !important;
  }

  /* contacto */
  .header-contacto .title-header h1{
    margin-top: 150px !important;
  }
}
