.footer{
    border-radius: 25px;
  }

  .footer-icono i{
    color: #00266A;
    font-size: 1.5rem;
    margin: 0.01rem;
}
.footer h2{
  font-weight: bold;
  font-size: 2rem;
  color: #00266A;
}
.footer span{
  font-size: 1.3rem;
  color: #00266A;
}

.footer li a{
  color:black;
  text-decoration: none;
  font-size: 1.2rem;
}
.footer{
    border-radius: 25px;
  }
  .footer-icono i{
    color: #00266A;
    font-size: 1.5rem;
    margin: .75rem;
}
.footer h2{
  font-weight: bold;
  font-size: 2rem;
  color: #00266A;
}

.footer li{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #00266A;
  margin-bottom: 15px;
  
}
.footer li a{
  color:black;
  text-decoration: none;
  font-size: 1.2rem;
}

.sect-footer span, .sect-footer a{
  font-size: .9rem !important;
}

@media (min-width: 768px) {
  .sect-footer span, .sect-footer a{
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1367px){
  .footer p{
    color: #00266A;
    font-size: 1.3rem!important;
    text-align: justify;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1359px) {
    .footer p{
      color: #00266A;
      font-size: 16px;
      text-align: justify;
    }
    .footer li a{
      font-size: 16px;
    }
    .footer h2{
        font-weight: bold;
        font-size: 34px;
    }
    .footer li{
        margin: 0;
        padding: 0;
        list-style: none;
        color: #00266A;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .footer span{
      font-size: 15px;
    }
    footer .redes-sociales{
      align-items: center;
      text-align: center;
    }
    .footer .redes-sociales a{
      color: white;
      margin: 0 !important;
      text-align: center;
      align-items: center;
    }
  }
  .footer li a{
    text-decoration: none;
    color: #00266A;
  }
  .footer span{
    font-size: 18px;
    color: #00266A;
  }
  .footer p{
    color: #00266A;
    font-size: 0.9rem;
  } 
  .logo-footer{
    height: 100px !important;
  }
  .instagram-icon {
    background-color: #00266A !important;
    border-radius: 50% !important;
    padding: 10px !important; /* Ajusta el espacio interno según tus preferencias */
    color: white !important; /* Cambia el color del ícono según tus preferencias */
}
@media (max-width: 991px) {
  .footer-desktop {
      display: none !important;
  }

  .footer-mobil {
      display: flex !important;
  }

  .redes-sociales a {
    color: white;
    margin: .0rem !important;
  }
  .footer .logo-footer{
    height: 70px !important;
    padding-bottom: 20px;
    width: initial;
    margin: 0 auto;
  }
  .footer-mobil p{
    text-align: justify;
  }

}

@media (min-width: 992px) {
  .footer-desktop {
      display: flex !important;
  }

  .footer-mobil {
      display: none !important;
  }
}
@media (min-width: 1200px) {
  .footer img{
    height: 100%;
  }
}
nav img{
  max-height: 60px !important;
}