@media screen and (max-width: 1200px) {

  /* ---------------------------------------------------------------------- */
  :root {
    --base-size: 0.95rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA NAVBAR */

  .navbar-nav {
    gap: 20px;
  }

  .buttonNavContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA HOME*/
  .home-bannerContainer img {
    display: block;
    width: 100%;
  }

  .companiesLogo-card {
    width: calc(25% - 20px);
  }

  .companies-Container img {
    max-height: 90px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .project-grid {
    padding: 0 0;
  }

  .container-fluid {
    gap: 20px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 180px);
    grid-template-areas:
      "item1 item2 item2"
      "item3 item4 item5"
      "item6 item6 item6";
    padding: 80px 30px 30px 30px;
    max-width: 1200px;
    margin: 50px auto 0 auto;
  }

  .gallery-tittle {
    margin-top: 40px;
  }

  .gallery-container-Te {
    max-width: 650px;
    height: 320px;
    padding: 0 20px;
  }

  .panel-content {
    padding: 1.5rem;
  }

  .panel-content h2 {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.9);
    margin-bottom: 0.8rem;
  }

  .panel-content p {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.75);
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE BOLETINES */
  .bulletins-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */
  #donateModal .modal-dialog {
    max-width: 90%;
  }

  .donate-container {
    padding: 20px !important;
  }
}

@media (max-width: 992px) {

  /* ---------------------------------------------------------------------- */
  :root {
    --base-size: 0.9rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA NAVBAR */

  .navbar-collapse {
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background-color: var(--background-NavBar, #ffffff);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    position: relative;
    z-index: 1000;
  }

  .navbar.navbar-expand-lg {
    background-color: var(--background-NavBar, #ffffff) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    border-radius: 8px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
    margin: 0.5rem 1rem;
    background-color: var(--background-light, #f8f9fa);
    animation: none;
    width: calc(100% - 2rem);
    left: auto !important;
    right: auto !important;
  }

  .navbar-nav .dropdown-item {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 6px;
    margin: 0.25rem 0.5rem;
    background-color: transparent;
    transition: background-color 0.2s ease;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus {
    background-color: var(--color-primary, #28a745);
    color: white;
    transform: none;
  }

  .navbar-nav .nav-item {
    margin: 0.25rem 0;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.2s ease;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    background-color: var(--background-light, #f8f9fa);
  }

  .buttonNavContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 350px;
    padding: 1rem;
    border-top: 1px solid var(--border-light, #e9ecef);
    margin-top: 1rem;
  }

  .navbar-nav {
    align-items: normal;
    padding: 0.5rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA HOME*/
  .home-bannerContainer {
    height: 100%;
  }

  .companiesLogo-card {
    width: calc(33.33% - 20px);
  }

  .companies-Container img {
    max-height: 80px;
  }

  .lastnewsContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
    margin: auto;
  }

  .lastnews-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: start;
    background-color: #ffffff;
    border-radius: 10px;
    height: 200px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .lastnews-card .card-right {
    width: 60%;
    overflow: hidden;
    height: 200px;
    border-radius: 0 10px 10px 0;
  }

  .cta-grid {
    flex-direction: column;
    align-items: center;
  }

  .cta-card {
    max-width: 500px;
    width: 100%;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .gallery-tittle {
    padding: 0 20px;
  }

  .gallery-container-Te {
    max-width: 500px;
    height: 280px;
    margin: 1.5rem auto;
    perspective: 1200px;
  }

  .panel {
    width: 70%;
    left: 15%;
  }

  .panel.prev {
    transform: translateX(-60%) translateZ(-150px) rotateY(25deg);
  }

  .panel.next {
    transform: translateX(60%) translateZ(-150px) rotateY(-25deg);
  }

  .controls {
    gap: 12px;
  }

  .controls .btn-global {
    padding: 8px 16px;
  }

  .panel-content h2 {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1);
  }

  .panel-content p {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.85);
  }

  .controls .btn-global {
    min-width: 150px;
  }

  .proyectos-page .section-title {
    padding-top: 30px;
  }

  .proyectos-page a {
    justify-content: center;
    display: flex;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA NOTICIAS */

  .newsContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
  }

  .news-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: start;
    background-color: #ffffff;
    border-radius: 10px;
    height: 200px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .news-card .card-right {
    width: 60%;
    overflow: hidden;
    height: 200px;
    border-radius: 0 10px 10px 0;
  }

  .search-filter input,
  .search-filter select {
    width: 50%;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE BOLETINES */

  .filter-buttons {
    gap: 8px;
  }

  .month-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */
  #donateModal .modal-header {
    padding: 20px 25px;
  }

  #donateModal .modal-body {
    padding: 25px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA CONTACTENOS */

  .contact-section1 iframe {
    padding: 0 0;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA SIDEBAR ADMIN */
  .sidebar {
    position: fixed;
    left: -260px;
    height: 100%;
    z-index: 1030;
    transition: left 0.3s ease;
  }

  .sidebar.active {
    left: 0;
  }

  .main-header {
    width: 100%;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA PÁGINA DE NOSOTROS */
  .mission-vision-section .row {
    gap: 50px;
  }
}

@media (max-width: 768px) {

  /* ---------------------------------------------------------------------- */
  :root {
    --base-size: 0.85rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA NAVBAR EN PANTALLAS PEQUEÑAS */

  .navbar-collapse {
    max-height: 70vh;
  }

  .navbar-nav .dropdown-menu {
    margin: 0.25rem 0.75rem;
    padding: 0.25rem;
  }

  .navbar-nav .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    margin: 0.125rem 0.25rem;
  }

  .buttonNavContainer {
    width: 100%;
    padding: 0.75rem;
  }

  .btn-global {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA PÁGINA DE LOGIN */

  .login-container {
    max-width: 100%;
    margin: 0 15px;
  }
  
  .login-logo {
    width: 150px;
  }
  
  .login-header {
    padding: 30px 20px 25px;
  }
  
  .login-title {
    font-size: 2rem;
  }
  
  .login-form-container {
    padding: 30px 20px;
  }
  
  .login-footer {
    padding: 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS FOOTER*/

  .footer-logo img {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }

  .socialmedia-icons img {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    animation: pulse 2s infinite ease-in-out;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }

  /* ESTILOS PÁGINA HOME*/
  .label {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.95);
    color: #666;
    font-weight: var(--font-body-weight-2);
  }

  .companiesLogo-card {
    width: calc(50% - 20px);
  }

  .companies-Container img {
    max-height: 60px;
  }

  .noticeContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
    margin: auto;
  }

  .notice-card {
    height: 150px;
  }

  .notice-card .card-right {
    height: 150px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 160px);
    grid-template-areas:
      "item1 item2"
      "item3 item3"
      "item4 item5"
      "item6 item6";
  }

  .gallery-container-Te {
    max-width: 450px;
    height: 250px;
    padding: 0 15px;
  }

  .panel-content {
    padding: 1rem;
  }

  .panel-content h2 {
    margin-bottom: 0.6rem;
  }

  .panel-content p {
    line-height: 1.5;
  }

  .indicator {
    margin-top: 1rem;
    margin-bottom: 50px;
  }

  .dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .areas-beneficiadas-grid {
    grid-template-columns: 1fr;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA CONTÁCTENOS */
  .contact-info-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-info {
    max-width: 500px;
  }

  .img-container {
    max-height: 60px;
  }

  .contact-info img {
    width: 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-formContainer {
    padding: 30px 20px;
  }

  .form-header h1 {
    font-size: 2rem;
  }

  .submit-btn {
    width: 100%;
    max-width: 300px;
  }

  .contact-section1 iframe {
    max-width: 500px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE BOLETINES */
  .page-header {
    padding: 40px 0;
  }

  .stats-bar {
    flex-direction: column;
    gap: 20px;
  }

  .bulletins-grid {
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .month-btn {
    width: 200px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */
  #donateModal .modal-dialog {
    max-width: 95%;
    margin: 1rem;
  }

  #donateModal .modal-header {
    padding: 15px 20px;
  }

  #donateModal .modal-body {
    padding: 20px;
  }

  #donateModal .modal-footer {
    padding: 15px 20px;
  }

  .donate-container {
    padding: 15px !important;
  }

  .donate-container .row p {
    padding: 10px 0;
  }

  .donate-container .btn-outline-primary {
    min-width: 100%;
    padding: 10px 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA MODALES DE MEMBRESÍAS */
  .memberships-page .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
  }

  .memberships-page .modal-content {
    max-height: calc(100vh - 1rem);
  }

  .memberships-page .modal-body {
    padding: 20px 15px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .memberships-page .modal-header {
    padding: 15px 20px;
  }

  .memberships-page .modal-footer {
    padding: 15px 20px;
  }

  .benefits-content .benefit-logo img {
    width: 100px !important;
    height: 100px !important;
  }

  .benefit-item {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.85);
    margin-bottom: 10px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA MODAL DE PUNTOS DE RECOLECCIÓN */
  .puntos-recoleccion-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
  }

  .puntos-recoleccion-modal .modal-body {
    padding: 1rem;
    max-height: calc(100vh - 180px);
  }

  .puntos-recoleccion-modal .modal-footer {
    flex-direction: column;
    gap: 10px;
  }

  .puntos-recoleccion-modal .modal-footer .btn,
  .puntos-recoleccion-modal .modal-footer .btn-global {
    width: 100%;
  }

  .punto-item {
    padding: 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .punto-icon {
    font-size: 16px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .punto-content {
    flex: 1;
    min-width: 0;
  }

  .punto-ubicacion {
    font-size: 0.9rem;
    margin-top: 4px;
  }
}

@media (max-width: 600px) {
  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */
  .gallery-tittle {
    padding: 0 15px;
  }

  .gallery-container-Te {
    max-width: 350px;
    height: 250px;
    margin: 1rem auto;
    perspective: 1000px;
  }

  .panel {
    width: 80%;
    left: 10%;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  }

  .panel.prev {
    transform: translateX(-50%) translateZ(-100px) rotateY(20deg);
    opacity: 0.5;
  }

  .panel.next {
    transform: translateX(50%) translateZ(-100px) rotateY(-20deg);
    opacity: 0.5;
  }

  .panel-content {
    padding: 0.8rem;
  }

  .panel-content h2 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }

  .panel-content p {
    line-height: 1.4;
    max-width: 95%;
  }

  .controls {
    gap: 10px;
  }

  .controls .btn-global {
    padding: 6px 12px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE BOLETINES */
  .bulletins-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */

  .donate-container h4 {
    margin-bottom: 1rem !important;
  }

  .donate-container code {
    padding: 4px 8px !important;
  }

  .donate-container .badge {
    padding: 4px 8px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA MODALES DE MEMBRESÍAS */
  .memberships-page .modal-dialog {
    margin: 0.25rem;
    max-width: calc(100vw - 0.5rem);
    max-height: calc(100vh - 0.5rem);
  }

  .memberships-page .modal-content {
    max-height: calc(100vh - 0.5rem);
    border-radius: 12px;
  }

  .memberships-page .modal-body {
    padding: 15px 12px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .memberships-page .modal-header {
    padding: 12px 15px;
  }

  .memberships-page .modal-footer {
    padding: 12px 15px;
  }

  .benefits-content .benefit-logo img {
    width: 80px !important;
    height: 80px !important;
  }

  .benefit-item {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.8);
    margin-bottom: 8px;
    padding: 8px 0;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA MODAL DE PUNTOS DE RECOLECCIÓN */
  .puntos-recoleccion-modal .modal-dialog {
    margin: 0.25rem;
    max-width: calc(100vw - 0.5rem);
  }

  .puntos-recoleccion-modal .modal-body {
    padding: 0.75rem;
    max-height: calc(100vh - 150px);
  }

  .puntos-recoleccion-modal .modal-title {
    font-size: 1rem;
  }

  .punto-item {
    padding: 8px;
    margin-bottom: 6px;
  }

  .punto-icon {
    font-size: 14px;
  }

  .punto-ubicacion {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {

  /* ---------------------------------------------------------------------- */
  :root {
    --base-size: 0.8rem;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA HOME*/
  .notice-card {
    height: 100%;
  }

  .notice-card .card-right {
    height: 100%;
  }

  .companiesLogo-card {
    width: 100%;
  }

  .companies-Container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
  }

  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA QUIENES SOMOS */
  .quienes-somos>div {
    margin-bottom: 20px;
  }

  .mision-flx {
    flex-direction: column;
  }

  .mision-flx-izq {
    width: 100%;
  }

  .mision-flx-der {
    width: 100%;
  }

  .organization-flx {
    flex-direction: column;
    gap: 15px;
  }

  .organization-flx-izq {
    width: 100%;
  }

  .organization-flx-der {
    width: 100%;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 140px);
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5"
      "item6";
    gap: 10px;
  }

  .gallery-container-Te {
    max-width: 290px;
    height: 250px;
    padding: 0 10px;
  }

  .gallery-Te {
    transform-style: initial;
  }

  .panel {
    width: 90%;
    left: 5%;
  }

  .panel.prev,
  .panel.next {
    transform: scale(0.8);
    opacity: 0.3;
  }

  .panel.prev {
    transform: translateX(-40%) scale(0.8);
  }

  .panel.next {
    transform: translateX(40%) scale(0.8);
  }

  .panel-content {
    padding: 0.6rem;
  }

  .panel-content h2 {
    margin-bottom: 0.4rem;
  }

  .panel-content p {
    line-height: 1.3;
  }

  .controls {
    flex-direction: row;
    gap: 8px;
  }

  .controls .btn-global {
    padding: 5px 10px;
    min-width: 130px;
    height: 30px;
  }

  .indicator {
    margin-top: 0.8rem;
    margin-bottom: 50px;
  }

  .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE NOTICIAS */

  .notice-backButton button {
    margin: 5px 0;
  }

  .search-filter input,
  .search-filter select {
    min-width: 140px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA CONTÁCTENOS */
  .contact-section2 {
    padding: 20px 10px;
  }

  .form-header {
    width: 90%;
  }

  .contact-info {
    width: 90%;
  }

  .contact-formContainer {
    width: 90%;
  }

  .form-header h1 {
    font-size: 1.8rem;
  }

  input,
  select,
  textarea {
    padding: 12px 15px;
  }

  .submit-btn {
    width: 100%;
    max-width: 200px;
  }

  .contact-section1 iframe {
    max-width: 400px;
    padding: 0 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE BOLETINES */
  .month-filter {
    padding: 20px 15px;
  }

  .bulletin-card {
    margin: 0 10px;
  }

  .bulletins-grid {
    padding: 15px 10px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */
  #donateModal .modal-dialog {
    margin: 0.5rem;
  }

  #donateModal .modal-header {
    padding: 12px 15px;
  }

  #donateModal .modal-body {
    padding: 15px;
  }

  #donateModal .modal-footer {
    padding: 12px 15px;
  }

  #donateModal .btn-close {
    width: 30px;
    height: 30px;
  }

  .donate-container {
    padding: 12px !important;
  }

  .donate-container .row p {
    padding: 8px 0;
  }

  .donate-container strong {
    display: block;
    margin-bottom: 5px;
  }

  .donate-container .btn-outline-primary {
    padding: 8px 15px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA MODAL DE PUNTOS DE RECOLECCIÓN */
  .puntos-recoleccion-modal .modal-dialog {
    margin: 0.25rem;
    max-width: calc(100vw - 0.5rem);
  }

  .puntos-recoleccion-modal .modal-body {
    padding: 0.5rem;
    max-height: calc(100vh - 120px);
  }

  .puntos-recoleccion-modal .modal-header {
    padding: 0.5rem 0.75rem;
  }

  .puntos-recoleccion-modal .modal-footer {
    padding: 0.5rem 0.75rem;
  }

  .puntos-recoleccion-modal .modal-title {
    font-size: 1rem;
  }

  .punto-item {
    padding: 8px;
    margin-bottom: 6px;
  }

  .punto-icon {
    font-size: 14px;
  }

  .punto-content strong {
    font-size: 0.85rem;
  }

  .punto-ubicacion {
    font-size: 0.8rem;
    margin-top: 4px;
  }

  .puntos-footer {
    padding: 0.5rem;
    margin-top: 1rem;
  }

  .puntos-footer p {
    font-size: 0.8rem;
  }

  .puntos-footer small {
    font-size: 0.7rem;
  }
}

@media (max-width: 370px) {
  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA CONTACTENOS*/
  .g-recaptcha {
    transform: scale(0.8);
  }

  .project-item {
    flex-direction: column;
  }

  .project-logo img {
    max-width: 80%;
  }
}

@media (max-width: 330px) {
  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA PÁGINA DE LOGIN */
  .login-input {
    width: 200px;
  }
  
  .login-logo {
    width: 120px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA HOME*/
  .notice-card .card-right {
    height: 100%;
  }

  .organization-flx {
    gap: 20px;
  }

  .organization-flx ul {
    text-align: start;
  }

  .organization-flx-izq .p1-whoweare {
    display: flex;
    flex-direction: column;
  }

  .organization-flx-der .p1-whoweare {
    display: flex;
    flex-direction: column;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .gallery-container-Te {
    max-width: 250px;
    height: 240px;
    margin: 1rem auto;
    perspective: 1000px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA DONACIONES */
  #donateModal .modal-dialog {
    margin: 0.25rem;
  }

  #donateModal .modal-title {
    font-size: 1rem;
  }

  #donateModal .modal-header,
  #donateModal .modal-body,
  #donateModal .modal-footer {
    padding: 10px;
  }

  .donate-container {
    padding: 10px !important;
  }

  .donate-container code {
    padding: 3px 6px !important;
  }

  .donate-container .btn-outline-primary {
    padding: 6px 12px;
    min-width: auto;
  }

  #donateModal .modal-footer small {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 295px) {
  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA HOME*/
  .lastnewsContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    width: 75%;
    margin: auto;
  }

  .lastnews-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #ffffff;
    border-radius: 10px;
    height: 240px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .lastnews-card .card-right {
    width: 100%;
    overflow: hidden;
    height: 120px;
    border-radius: 10px 10px 0 0;
  }

  .companies-Container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 15px;
  }

  .companies-Container img {
    max-height: 50px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE PROYECTOS */

  .gallery-tittle {
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .gallery-container-Te {
    max-width: 350px;
    height: 250px;
  }

  .controls .btn-global {
    padding: 4px 8px;
    min-width: 60px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA DE NOTICIAS */

  .newsContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
    width: 75%;
    margin: auto;
  }

  .news-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #ffffff;
    border-radius: 10px;
    height: 240px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .news-card .card-right {
    width: 100%;
    overflow: hidden;
    height: 120px;
    border-radius: 10px 10px 0 0;
  }

  .search-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PÁGINA CONTACTENOS*/
  .g-recaptcha {
    transform: scale(0.7);
  }

  /* ---------------------------------------------------------------------- */

  /* ESTILOS PARA FOOTER */

  .footer {
    height: 300px;
  }

  .footer-container {
    flex-direction: column;
  }
}

/* HABILITAR DROPDOWN */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .news-filters-wrapper {
    padding: 0 15px;
  }

  .news-filters {
    padding: 18px 20px;
    gap: 16px;
  }

  .filter-category {
    min-width: 180px;
  }

  .search-input-wrapper input,
  .select-wrapper select {
    font-size: 15px;
    padding: 13px 20px;
  }

  .btn-clear-filters {
    padding: 13px 18px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .news-filters {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .filter-search,
  .filter-category,
  .filter-clear {
    width: 100%;
  }

  .filter-category {
    min-width: 100%;
  }

  .search-input-wrapper input,
  .select-wrapper select,
  .btn-clear-filters {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 14px;
  }

  .btn-clear-filters {
    justify-content: center;
    margin: 0 auto;
    max-width: 200px;
  }
}

@media (max-width: 640px) {
  .news-filters-wrapper {
    margin: 0 auto 35px;
    padding: 0 10px;
  }

  .news-filters {
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
  }

  .search-input-wrapper input,
  .select-wrapper select {
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 12px;
  }

  .btn-clear-filters {
    padding: 14px 16px;
    font-size: 13px;
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .news-filters-wrapper {
    margin: 0 auto 30px;
    padding: 0 5px;
  }

  .news-filters {
    padding: 14px;
    gap: 14px;
    border-radius: 10px;
  }

  .search-input-wrapper input,
  .select-wrapper select {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  .btn-clear-filters {
    padding: 12px 14px;
    font-size: 12px;
    max-width: 140px;
  }

  .btn-text {
    font-size: 12px;
  }

  .btn-icon {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    margin: 0.5rem;
    max-height: calc(100vh - 1rem);
  }

  .modal-content {
    max-height: calc(100vh - 1rem);
    display: flex;
    flex-direction: column;
  }

  .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
  }

  .modal-header,
  .modal-footer {
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .proyectos-page .team-section {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  #leafletMap {
    height: 300px !important;
  }

  .mapa-container {
    padding: 10px;
  }

  .leaflet-popup-content-wrapper {
    max-width: 200px !important;
  }
}

@media (max-width: 768px) {
  .modal-xl .modal-dialog {
    max-width: 85%;
    margin: 10px;
  }

  .costa-rica-svg {
    max-height: 250px;
  }

  .d-flex.flex-wrap {
    flex-direction: column;
  }

  .collection-points-section .btn-secondary,
  #tapitasForm .btn-secondary,
  .proyectos-recoleccion .btn-secondary,
  .btn-puntos-recoleccion,
  .btn-global {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .modal-xl .modal-dialog {
    max-width: 85% !important;
    margin: 10px !important;
    height: 95vh !important;
  }

  .modal-content {
    height: 95vh !important;
  }

  .modal-body {
    padding: 1rem !important;
  }

  .punto-item {
    padding: 12px !important;
    margin-bottom: 10px !important;
  }

  .modal-header {
    padding: 1rem 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .volunteer-hero {
    min-height: 500px;
    padding: 100px 0 80px;
  }

  .volunteer-hero h1,
  .volunteer-hero h1.typewriter {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.4);
    margin-bottom: 30px;
    min-height: 4em;
  }

  .volunteer-hero .subtitle {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.3);
    margin-bottom: 25px;
  }

  .volunteer-hero p {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1);
    max-width: 900px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .volunteer-hero {
    min-height: 450px;
    padding: 80px 0 60px;
  }

  .volunteer-hero h1,
  .volunteer-hero h1.typewriter {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.5);
    min-height: 3.8em;
  }

  .volunteer-hero .subtitle {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.25);
  }
}

@media (max-width: 768px) {
  .volunteer-hero {
    padding: 80px 0 60px;
    min-height: 400px;
  }

  .volunteer-hero .hero-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .volunteer-hero h1,
  .volunteer-hero h1.typewriter {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.3);
    line-height: 1.3;
    text-align: center !important;
    width: 100%;
    margin-bottom: 20px;
    min-height: 3.2em;
  }

  .volunteer-hero .hero-text {
    text-align: center !important;
    width: 100%;
  }

  .volunteer-hero .subtitle {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.1);
    text-align: center !important;
    width: 100%;
    margin-bottom: 20px;
  }

  .volunteer-hero p {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.9);
    text-align: center !important;
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .content-text {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .logo-partner {
    max-height: 60px;
    max-width: 120px;
  }

  .main-deployment-image {
    height: 250px;
  }

  .gallery-image {
    height: 280px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .cta-section .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .cta-section .btn-global,
  .tapitas-news-btn {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .cta-title {
    font-size: 1.6rem;
  }

  .cta-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .manejo-fuego-page .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .manejo-fuego-page .bomberos-news-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .volunteer-hero {
    padding: 60px 0 40px;
    text-align: center !important;
  }

  .volunteer-hero .container {
    text-align: center !important;
  }

  .volunteer-hero .row {
    text-align: center !important;
  }

  .volunteer-hero .col-lg-10 {
    text-align: center !important;
  }

  .volunteer-hero .hero-text {
    text-align: center !important;
    width: 100%;
  }

  .volunteer-hero h1,
  .volunteer-hero h1.typewriter {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.2);
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 3em;
  }

  .volunteer-hero .subtitle {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1);
    text-align: center !important;
    width: 100%;
    margin-bottom: 15px;
  }

  .volunteer-hero p {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.85);
    text-align: center !important;
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
    line-height: 1.5;
  }

  .how-it-works-section {
    padding: 60px 0;
  }

  .how-it-works-section h2 {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.4);
  }

  .how-it-works-content {
    padding: 25px;
    margin: 0 15px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  [id^="imageModal"] .modal-dialog {
    max-width: 95vw;
    margin: 0.5rem auto;
    height: calc(100vh - 1rem);
  }

  [id^="imageModal"] .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  [id^="imageModal"] .modal-body {
    flex: 1;
    min-height: auto;
    max-height: none;
  }

  [id^="imageModal"] .modal-body img {
    max-height: none;
    height: 100%;
    width: 100%;
  }

  [id^="imageModal"] .modal-footer {
    flex-shrink: 0;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  [id^="imageModal"] .modal-dialog {
    margin: 0.25rem auto;
    height: calc(100vh - 0.5rem);
    max-width: 98vw;
  }
}

@media (max-width: 768px) {
  .project-image {
    height: 200px;
  }

  .project-content {
    padding: 20px;
  }

  .project-title {
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 1.2);
    min-height: 60px;
  }

  .project-description {
    min-height: 100px;
    font-size: calc(var(--base-size) * var(--text-scale-ratio) * 0.95);
  }
}

@media (max-width: 576px) {
  .project-image {
    height: 180px;
  }

  .project-content {
    padding: 15px;
  }

  .project-title {
    min-height: 70px;
  }

  .project-description {
    min-height: 120px;
  }
}

@media (min-width: 992px) {
  .projects-grid-section .row .col-lg-4:only-child {
    max-width: 400px;
    flex: 0 0 auto;
  }

  .projects-grid-section .row .col-lg-4:nth-child(2):last-child,
  .projects-grid-section .row .col-lg-4:first-child:nth-last-child(2) {
    max-width: 400px;
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  [id^="imageModal"] .modal-dialog {
    max-width: 90%;
    margin: 2rem auto;
  }

  [id^="imageModal"] .modal-content {
    max-height: 70vh;
  }

  [id^="imageModal"] .modal-body {
    padding: 15px;
    max-height: calc(70vh - 120px);
    overflow: hidden;
  }

  [id^="imageModal"] .modal-body img {
    max-height: 250px;
    width: auto;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  [id^="imageModal"] .modal-dialog {
    max-width: 95%;
    margin: 1.5rem auto;
  }

  [id^="imageModal"] .modal-content {
    max-height: 60vh;
  }

  [id^="imageModal"] .modal-body {
    padding: 10px;
    max-height: calc(60vh - 100px);
    overflow: hidden;
  }

  [id^="imageModal"] .modal-body img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE GALERÍA
   ========================================================================== */

@media (max-width: 576px) {
  .card-header {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .card-header span:first-child {
    text-align: center;
  }
  
  .card-header button {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-gallery-actions .btn {
    min-width: 100px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    margin: 0;
    max-width: none;
    height: 100%;
  }
  
  .modal-fullscreen-sm-down .modal-content {
    border-radius: 0;
    min-height: 100vh;
  }
  
  .modal-fullscreen-sm-down .modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .admin-panel-container h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .admin-panel-container p {
    text-align: center;
    font-size: 0.9rem;
  }
  
  .card {
    margin: 1rem 0;
  }
  
  .mobile-gallery-item {
    margin-bottom: 1rem;
  }
  
  .mobile-gallery-image img {
    max-width: 80%;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .mobile-gallery-image img {
    max-width: 70%;
    max-height: 220px;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE CTA CARDS
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-cta-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-cta-status {
    order: -1;
  }
  
  .mobile-cta-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-cta-actions .btn {
    width: 100%;
    min-width: auto;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-cta-actions .btn {
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .mobile-cta-item {
    margin-bottom: 1rem;
  }
  
  .mobile-cta-content {
    text-align: center;
  }
  
  .mobile-cta-title,
  .mobile-cta-button {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE ESTADÍSTICAS DE INICIO
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-stats-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-stats-status {
    order: -1;
  }
  
  .mobile-stats-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-stats-actions .btn {
    width: 100%;
    min-width: auto;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-stats-actions .btn {
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .mobile-stats-item {
    margin-bottom: 1rem;
  }
  
  .mobile-stats-content {
    text-align: center;
  }
  
  .mobile-stats-label,
  .mobile-stats-value {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE EQUIPO
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-team-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-team-status {
    order: -1;
  }
  
  .mobile-team-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-team-actions .btn {
    width: 100%;
    min-width: auto;
  }
  
  .mobile-team-content {
    gap: 0.5rem;
  }
  
  .mobile-team-img {
    width: 60px;
    height: 60px;
  }
  
  .mobile-team-placeholder {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-team-actions .btn {
    min-width: 100px;
  }
  
  .mobile-team-content {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }
  
  .mobile-team-image {
    flex-shrink: 0;
  }
  
  .mobile-team-info {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .mobile-team-item {
    margin-bottom: 1rem;
  }
  
  .mobile-team-name,
  .mobile-team-position {
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE INVESTIGACIÓN
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-research-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-research-status {
    order: -1;
  }
  
  .mobile-research-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-research-actions .btn {
    width: 100%;
    min-width: auto;
  }
  
  .mobile-research-content {
    gap: 0.5rem;
  }
  
  .mobile-research-logo-img {
    max-width: 100px;
    max-height: 50px;
  }
  
  .mobile-research-area-img {
    max-width: 80px;
    max-height: 80px;
  }
  
  .mobile-research-placeholder {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-research-actions .btn {
    min-width: 100px;
  }
  
  .mobile-research-content {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }
  
  .mobile-research-logo,
  .mobile-research-image {
    flex-shrink: 0;
  }
  
  .mobile-research-description,
  .mobile-research-info {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .mobile-research-item {
    margin-bottom: 1rem;
  }
  
  .mobile-research-text,
  .mobile-research-name {
    font-size: 0.85rem;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE INFRAESTRUCTURA
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-infra-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-infra-status {
    order: -1;
  }
  
  .mobile-infra-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-infra-actions .btn {
    width: 100%;
    min-width: auto;
  }
  
  .mobile-infra-content {
    gap: 0.5rem;
  }
  
  .mobile-infra-number {
    font-size: 2rem;
  }
  
  .mobile-infra-label {
    font-size: 0.9rem;
  }
  
  .mobile-infra-img {
    max-width: 100px;
    max-height: 80px;
  }
  
  .mobile-infra-placeholder {
    width: 100px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-infra-actions .btn {
    min-width: 70px;
  }
  
  .mobile-infra-content {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 1rem;
  }
  
  .mobile-infra-stats,
  .mobile-infra-image {
    flex-shrink: 0;
  }
  
  .mobile-infra-info {
    flex: 1;
  }
  
  .mobile-infra-stats {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .mobile-infra-item {
    margin-bottom: 1rem;
  }
  
  .mobile-infra-name {
    font-size: 0.85rem;
  }
  
  .mobile-infra-label {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .mobile-infra-number {
    font-size: 1.8rem;
  }
  
  .mobile-infra-actions .btn {
    font-size: 0.8rem;
    padding: 0.375rem 0.5rem;
  }
}

/* ==========================================================================
   RESPONSIVE PARA ADMIN - GESTIÓN DE LOGOS DE EMPRESAS
   ========================================================================== */

@media (max-width: 576px) {
  .mobile-logos-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  
  .mobile-logos-status {
    order: -1;
  }
  
  .mobile-logos-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .mobile-logos-actions .btn {
    width: 100%;
    min-width: auto;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .mobile-logos-actions .btn {
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .mobile-logos-item {
    margin-bottom: 1rem;
  }
  
  .mobile-logos-content {
    text-align: center;
  }
  
  .mobile-logo-img {
    max-width: 100px;
    max-height: 50px;
  }
  
  .mobile-logos-date {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .mobile-logo-img {
    max-width: 80px;
    max-height: 40px;
  }
}