@charset "UTF-8";
/* Max width 767px
<<<<=====================================================================>>>>*/
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 15px;
  }
  .main-section-title {
    margin: -5px auto 35px;
  }
  .main-section-title .top-title {
    font-size: 13px;
  }
  .main-section-title h2 {
    font-size: 30px;
  }
  .main-section-title.left-align {
    text-align: center;
  }
  .main-btn {
    font-size: 14px;
    padding: 15px 30px;
  }
  .banner-content {
    max-width: 296px;
    margin: auto;
    text-align: center;
  }
  .banner-content h2 {
    font-size: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }
  .banner-area {
    background-image: url(../images/banner-bg-sm.jpg) !important;
    padding: 24px;
  }
  .histoplasmosis-links {
    display: none;
  }
  .banner-slide.owl-theme .owl-nav {
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .banner-slide.owl-theme .owl-nav .owl-prev,
  .banner-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .banner-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .section-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 16px;
  }
  .newspaper-single-item .newspaper-content {
    padding: 16px;
  }
  .navbar-toggler::before {
    content: "";
    top: -30px;
    width: 100px;
    height: 89px;
    background-color: transparent;
  }
  .read-more {
    margin-top: 0;
  }
  .informacion-tabs .nav-item .nav-link {
    padding: 15px 40px;
  }
  .informacion-slide.owl-theme .owl-nav {
    text-align: center;
  }
  .footer-single-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-single-item p {
    margin-bottom: 5px;
  }
  .footer-single-item .mb-34 {
    margin-bottom: 20px;
  }
  .footer-single-item {
    padding-left: 0;
    border: 0;
  }
  .feature-area {
    margin-top: 60px;
  }
  .gallery-item img {
    border-radius: 10px;
  }
  .histoplasmosis2-content h3 {
    font-size: 30px;
  }
  .histoplasmosis2-content p {
    margin-bottom: 15px;
  }
  .histoplasmosis2-content .main-btn {
    margin-bottom: 15px;
  }
  .ptb-100.histoplasmosis-link-content {
    padding-top: 0;
  }
  .histoplasmosis-link-content .row {
    --bs-gutter-y: 100px;
  }
  .histoplasmosis-content.style-two h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .recursos-bg {
    padding: 20px;
  }
  .recursos-bg .mb-96 {
    margin-bottom: 30px !important;
  }
  .recursos-bg p {
    margin-bottom: 30px;
  }
  .banner-slide.owl-theme .owl-nav .owl-prev,
  .banner-slide.owl-theme .owl-nav .owl-next {
    transform: translateY(-162%);
  }
}
/* Min width 768px to Max width 991px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 15px;
  }
  .main-section-title {
    margin: -5px auto 35px;
  }
  .main-section-title .top-title {
    font-size: 13px;
  }
  .main-section-title h2 {
    font-size: 35px;
  }
  .main-section-title.left-align {
    text-align: center;
  }
  .main-btn {
    font-size: 14px;
    padding: 15px 30px;
  }
  .banner-content h2 {
    font-size: 35px;
  }
  .banner-slide.owl-theme .owl-nav {
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .banner-slide.owl-theme .owl-nav .owl-prev,
  .banner-slide.owl-theme .owl-nav .owl-next {
    position: unset;
  }
  .read-more {
    margin-top: 0;
  }
  .gallery-item img {
    border-radius: 10px;
  }
  .histoplasmosis-link-content .row {
    --bs-gutter-y: 100px;
  }
}
/* Min width 992px to Max width 1199px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slide.owl-theme .owl-nav {
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .banner-slide.owl-theme .owl-nav .owl-prev,
  .banner-slide.owl-theme .owl-nav .owl-next {
    position: unset;
  }
  .gallery-item img {
    border-radius: 10px;
  }
  .navbar-area.bg-white .col-lg-3::before {
    left: -2px;
  }
}
/* Min width 1200px to Max width 1320px 
<<<<=====================================================================>>>>*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .banner-area {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  div#navbarToggleExternalContent {
    background-color: #f2f2f2;
    height: 100vh;
  }
  div#navbarToggleExternalContent .nav-accordion .accordion-button {
    background-color: #f2f2f2;
  }
  div#navbarToggleExternalContent .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* 🔹 Ajuste del botón de menú */
  .navbar-toggler {
    position: relative;
    z-index: 999; /* Asegura que el botón está por encima del contenido */
    /* 🔹 Cuando el botón está activo, intercambia los iconos */
  }
  .navbar-toggler .burger-menu {
    display: inline-block; /* 🔹 Visible por defecto */
  }
  .navbar-toggler .close-button {
    display: none; /* 🔹 Oculta el botón de cerrar por defecto */
    top: 0;
    left: 6px;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .navbar-toggler.active .burger-menu {
    display: none;
  }
  .navbar-toggler.active .close-button {
    display: inline-block; /* 🔹 Se muestra cuando el menú está abierto */
  }
  .navbar-toggler::before {
    background-color: transparent;
    width: 85px;
  }
  .interes-info-area {
    background-size: cover;
  }
  .iniciom {
    background-color: #f2f2f2;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .newspaper-area .row {
    --bs-gutter-x: 130px;
  }
  .histoplasmosis-content.style-two {
    padding-left: 100px;
  }
}/*# sourceMappingURL=responsive.css.map */