footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer-navbar {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #B5B9BF;
  font-family: "Montserrat";
}
footer .footer-navbar .navbar-brand {
  width: 20%;
  margin-top: 10px;
  margin-left: 3%;
  margin-right: 3%;
  /* Mobile Portrait ****/
  /* Mobile landscape *** */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footer-navbar .navbar-brand {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-navbar .navbar-brand {
    width: 35%;
  }
}
footer .footer-navbar .navbar-item {
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  footer .footer-navbar .navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-navbar .navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footer-navbar .navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-navbar .navbar-item .navbar-link {
  color: #004663;
}
footer .footer-navbar .navbar-item .navbar-link:hover {
  color: #004663;
}
footer .footer-navbar .navbar-item .navbar-dropdown .navbar-item {
  color: #004663;
  /* Mobile landscape *** */
  /* ipad mini*/
}
@media screen and (max-width: 1024px) {
  footer .footer-navbar .navbar-item .navbar-dropdown .navbar-item {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  footer .footer-navbar .navbar-item .navbar-dropdown .navbar-item {
    font-size: 1.4em;
  }
}
footer .footer-bottom {
  background-color: #f0f0f0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-bottom .level-item {
  /* Mobile Portrait ****/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footer-bottom .level-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-bottom .level-item .redes-privacidad {
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait /*******/
  /* SMALL MOBILE landscape **** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-bottom .level-item .redes-privacidad {
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footer-bottom .level-item .redes-privacidad {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  footer .footer-bottom .level-item .redes-privacidad {
    display: flex;
  }
}
footer .footer-bottom .level-item .redes-privacidad .aviso-privacidad {
  color: #004663;
  font-family: "Montserrat";
}
footer .footer-bottom .level-item .redes-privacidad .aviso-privacidad:hover {
  color: #B5B9BF;
}
footer .footer-bottom .level-item .footer-info {
  font-family: "Montserrat";
  font-size: 0.8rem;
  color: #004663;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  footer .footer-bottom .level-item .footer-info {
    width: 100%;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-bottom .level-item .footer-info {
    margin-right: 0px;
  }
}
footer .footer-bottom .level-item .footer-info p {
  /* Mobile landscape ** */
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-bottom .level-item .footer-info p {
    text-align: left;
    font-size: 1.98vmax;
  }
}
footer .footer-bottom .level-item .logo-ampi {
  margin-right: 5%;
  /* TABLET ****************************************************************************************************** */
  /* Mobile landscape ****************************************************************************************************** */
  /* Mobile Portrait ****/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  footer .footer-bottom .level-item .logo-ampi {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  footer .footer-bottom .level-item .logo-ampi {
    margin-right: 0;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  footer .footer-bottom .level-item .logo-ampi {
    margin-right: 0;
  }
}/*# sourceMappingURL=footer.css.map */