html, body, .contenedor {
  margin: 0;
  padding: 0;
  height: 100vh;
  flex-wrap: wrap; }

nav.navbar {
  background-color: #ffffff !important; }
  nav.navbar .collapse .nav-item {
    display: flex;
    align-items: center; }

.contenedor {
  display: flex; }
  .contenedor .imgprncipal {
    width: 100%;
    height: 320px; }
    .contenedor .imgprncipal img {
      width: 100%;
      height: 320px; }
  .contenedor .anuncio {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 22px;
    margin-bottom: -100px; }
    .contenedor .anuncio p {
      text-align: center;
      font-size: 45px;
      font-weight: bold; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .flexbox .box {
    width: 100px;
    min-width: 160px;
    max-width: 350;
    height: 220px;
    margin: 45px;
    border-radius: 35px;
    margin-top: 0px; }
    .flexbox .box a {
      text-decoration: none; }
    .flexbox .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; }

.leyenda {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 3px;
  padding: 90px; }
  .leyenda .texto {
    width: 104%; }
  .leyenda p {
    text-align: center;
    font-size: 22px; }

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

.collapse a {
  display: flex;
  align-items: center; }
.collapse #activo {
  height: 50px;
  background: red;
  border-radius: 10px;
  display: flex;
  align-items: center; }
.collapse #activo :hover, .collapse #activo:active {
  background-color: red; }

@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) {
  .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=stylenosot.css.map */
