

@media (min-width: 992px) { 
  .theme-main-menu .nav-item:last-of-type .nav-link {
    margin-right: 0;
  }

  .service-details-home {
    display: none;
  }

  .links-conect-org, ul.social-media-navbar {
    display: none;
  }

  .logo-mobile {
    display: none;
  }

  .fancy-banner-one h2, .fancy-banner-one h3{
    font-size: 35px;
  }
}

/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) { 
  .links-header {
    display: none;
  }
}


/*Grid md Start*/
@media (max-width: 991px) { 
  .bi-caret-down-fill {
    display: none;
  }

  .theme-main-menu.menu-style-two.fixed div.info-row, .info-row {
    display: none;
  }

  .service-details-home {
    display: block;
    margin: 12px 20px;
  }

  .service-details-home .service-nav-item {
    background-color: #3AA252;
  }

  .service-details-home .service-nav-item a{
    color: white;
  }

  .links-header span {
    text-align: center;
    font-size: 14px;
  }

  .service-details-home .service-nav-item a {
    padding: 15px 0;
  }

  .links-conect-org {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 25px;
  }

  .links-conect-org a svg path{
    fill: #c8ccc9;
  }

  .links-conect-org a{
    font-size: 14px;
  }

  
  .links-conect-org a:hover {
    text-decoration: underline;
  }

  .d-block.d-lg-none .logo-mobile {
    margin-top: 30px;
    padding-left: 20px;
  }

  .logo {
    max-width: 100px;
    min-width: 100px;
    justify-items: start;
  }

  .logo--desktop {
    display: none;
  }

  .logo-mobile .border-decoration {
    width: 1px;
    height: 40px;
    background-color: #ddd;
    margin: 0 8px;
    margin-right: 12px;
  }

  .navbar-collapse .logo {
    margin: 0;
    padding-left: 0;
  }
  .logo-mobile {
    display: flex;
    align-items: center;
  }

  

  .logo-alcaldia-mini {
    display: block;
    height: 50px;
  }

  .logo-alcaldia-mini a div {
    background-image: url(/images/logo/logo-mbl.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
  }


  ul.social-media-navbar {
    display: flex;
    justify-content: center;
    padding: 15px 20px;
  }

  .social-media-navbar li:last-child {
    margin-left: 30px;
  }
  
  footer .logo {
    min-width: 170px;
  }

  .navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    margin-left: 5px;
    text-transform: none;
  }
}


@media screen and (max-width: 500px) {
    .legal {
      margin: 0 auto !important;
      padding-right: 0 !important;
    }
}


@media (max-width: 575px) { 
  div.container-folow {
    padding-left: 12px;
  }

  .wrap-footer a {
    margin-left: 0;
  }

  .text-hero {
    font-size: 20px;
  }

  .container-img1 {
    padding-left: 20px;
    margin-top: 180px;
  }
  
  .text-md {
    font-size: 16px;
  }

  .block-three, .block-four {
    padding: 0 !important;
  }
  
  .footer-end {
    padding: 10px 20px;
    background-color: #3366cc;
  }
  
  
}

@media (max-width: 400px) { 
  .block-feature-three .block-three {
    /* background: url(/images/gallery/retos.png) no-repeat center; */
    background: none;
    background-size: cover;
  }
  
  .block-feature-three .block-four {
    /* background: url(/images/media/window-monument.jpg) no-repeat center; */
    background: none;
    background-size: cover;
  }
}
