body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  flex-wrap: wrap; }

nav.navbar {
  width: 100%;
  height: -moz-min-content;
  display: flex;
  justify-content: space-between;
  background: #ffffff !important;
  padding: 0; }
  nav.navbar .collapse .nav-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    nav.navbar .collapse .nav-item .nav-link {
      text-align: center; }

.anuncio {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  .anuncio p {
    text-align: center;
    font-size: 45px;
    font-weight: bold; }

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 200px; }
  .logos .box {
    width: 100px;
    min-width: 160px;
    max-width: 350;
    height: 176px;
    margin: 45px;
    border-radius: 35px;
    margin-top: 0px; }
    .logos .box a {
      text-decoration: none; }
    .logos .box p.texto {
      font-size: 15px;
      color: black;
      text-align: center; }

.icon {
  display: block;
  margin: 20px auto;
  width: 120px;
  height: 100px;
  padding: 3px;
  -webkit-border-radius: 2%;
  -webkit-box-shadow: 0px 0px 0px 30px rgba(224, 58, 58, 0);
  -webkit-transition-duration: .80s; }

.form-inline a {
  margin: 6px;
  padding: 3px;
  text-decoration: none !important;
  color: #000000; }

.footer {
  align-self: flex-end;
  width: 100%;
  justify-content: center;
  background-color: #000000;
  width: 100%; }
  .footer .flexbox {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    color: white;
    vertical-align: center;
    line-height: 4px;
    justify-content: center; }
  .footer a {
    margin: 9px;
    padding: 2px;
    color: white !important; }
  .footer p {
    margin: 9px;
    padding: 2px; }

@media screen and (min-width: 1600px) {
  .contenedor .imgprncipal img {
    width: 100%;
    height: 550px; }

  .flexbox .box {
    min-width: 180px;
    margin: 25px;
    margin-top: 10px; } }
@media screen and (max-width: 816px) {
  .footer {
    height: 80px; } }
@media screen and (max-width: 440px) {
  .footer {
    height: 100px; } }
@media screen and (max-width: 392px) {
  .header ol a {
    display: block;
    font-size: 16px; }

  .anuncio p {
    font-size: 20px !important; } }
@media screen and (max-width: 324px) {
  .footer {
    height: 119px; } }
@media screen and (max-width: 246px) {
  .footer {
    height: 125px; }
    .footer p, .footer a {
      font-size: 13px; } }

/*# sourceMappingURL=styleaseso.css.map */
