/* ----------------------------------------------------------------
 	 [ Responsive MOVIL ]
-----------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px !important;
  }

  .mb-sm30 {
    margin-bottom: 30px !important;
  }

  .header .caption h4 {
    font-size: 16px;
  }

  .header .caption h1 {
    font-size: 25px;
  }

  .header .caption p {
    font-size: 14px;
  }

  .header .caption p span {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hero .intro h5 {
    font-size: 18px;
  }

  .hero .intro h3,
  .video .content h3 {
    font-size: 22px;
  }

  .services .owl-carousel .owl-nav .owl-prev {
    left: -15px;
  }

  .services .owl-carousel .owl-nav .owl-next {
    right: -15px;
  }

  .services .services-content .cont .services-info {
    text-align: center;
    margin-bottom: 15px;
  }

  .services .services-content .cont .services-info h3 {
    font-size: 22px;
  }

  .services .services-content .serv-cont {
    text-align: center;
  }

  .works .filtering span {
    margin-bottom: 10px;
  }

  .numbers div[class*='col-']:after {
    display: none;
  }


  /* En navbar colapsada: que el dropdown se muestre dentro del flujo */
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100%;
    transform: none !important;
  }

  /* Evita que el collapse recorte contenido */
  .navbar-collapse {
    overflow: visible !important;
  }

  .logo {
    width: 50px;
    left: 550px;
  }

  .title-header {
    font-size: 26px;        /* tamaño general */
    line-height: 1.25;
    text-align: center;
  }

  .title-header b {
    font-size: 22px;        /* la parte en negritas un poco más chica */
    display: block;
    margin-top: 6px;
  }

  .d-item-nosotros h3 {
    font-size: 18px;      /* Nombre */
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .d-item-nosotros h5 {
    font-size: 15px;      /* Cargo */
    font-weight: 500;
    margin-bottom: 4px;
  }

  .d-item-nosotros h6 {
    font-size: 13px;      /* Correo */
    word-break: break-word; /* evita overflow */
  }

  .d-item-nosotros img {
    max-width: 85%;       /* imagen un poco más chica en móvil */
    margin: 0 auto 10px;
    display: block;
  }

  .btn-denuncia{
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 0px;
    top: 80px;
  }
  .btn-seguro{
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 0px;
    top: 133px;
  }
  .btn-img-seguro{
    width: 45px;
  }
  .btn-aborto{
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 0px;
    top: 186px;
  }
  .btn-img-aborto{
    width: 50px;
  }
  .btn-ssra {
    width: 50px; 
    height: 50px;
    line-height: 46px;
    right: 0px;
    top: 240px;
  }

  .ssra__text {
    padding: 0px 50px;
  }
  .btn-img-ssra{
    width: 35px;
  }
}
