
@media (max-width: 575px) {
  .top_strip {
    display: none !important;
  }

  .navbar-main {
    margin-top: 0px;
  }

  .carousel-homepage-carousel {
    margin-top: 75px;
  }

  .carousel-homepage-carousel .carousel-caption-right {
    left: 0px;
    right: 0px;
  }

  .carousel-caption-box h4 {
    color: #289E42;
    font-size: 20px;
    text-transform: none;
  }

  .home_email {
    font-size: 7px;
  }

  .twitter_on_mobile {
    max-height:300px;
    margin-top:60px;
  }

  #home_destacados .col-sm {
    margin-bottom: 30px;
  }

  .twitter_wrapper2 {
    margin-top:30px;
    margin-bottom: 50px;
  }
  .hide_small {
    display: none !important;
  }
  #home_logos a img {
    height:55px !important;
  }

  .only_mobile {
    display: flex;
  }

  footer {
    text-align: center;
  }

  .footer_logo {
    margin-bottom: 20px;
  }

  .footer_align_right {
    text-align: center;
  }

  .twitter_wrapper2 {
    padding-bottom: 120px;
  }

}


@media (max-width: 767px) {
  .hide_small {
    display: none !important;
  }
  #home_logos a img {
    height:55px;
  }

  .logo_header2 {
    height: 25px;
  }

 }

@media (max-width: 768px) {
 .carousel-caption-box h4 {
   font-size: 24px;
 }
}




@media only screen and (max-width: 990px) and (min-width: 578px)  {
  #home_logos a img {
    height:30px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
    font-size: 12px;
    letter-spacing: -1px;
  }

  .top_strip {
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .navbar-main {
    margin-top: 20px;
  }
  .home_email {
    font-size: 10px;
  }

  .twitter_wrapper {
    min-height: 600px;
  }

  .twitter_wrapper h2 {
    font-size: 20px;
  }

  .sidebar_pp {
    max-height: 600px;
  }

  .logo_header2 {
    height: 25px;
  }

  #home_logos.asuican_logos a img {
    height: 40px;
  }



}

@media (min-width: 991px) {
  #home_logos a img {
    height:30px;
  }

  .twitter_wrapper2 {
    height: 100%;
  }

  .logo_header2 {
    height: 25px;
  }
}

@media (min-width: 1199px) {
  #home_logos a img {
    height:50px;
  }
  .logo_header2 {
    height: 45px;
  }
}

/* IPAD HORIZONTAL ... */
@media only screen and (max-width: 1024px) and (min-width: 1000px)  {
  .filter_btn a {
    font-size: 12px;
  }

  #home_logos a img {
   height: 40px;
 }


}


@media (min-width: 1199px) {
  .header_logo_large {
    display: block;
    height: 38px;
  }

  .header_logo_small {
    display: none;
  }
}

@media (max-width: 1198px) {
  .header_logo_large {
    display: none;
  }

  .header_logo_small {
    display: block;
    height: 30px;
  }
}
