.backgound {
  background: url("./img/wallpaper6.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .backgound {
    background: url("./img/wallpaper6.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}

.nosotros {
  text-align: justify;
  line-height: 2em;
}

footer {
  text-align: center;
  font-size: 19px;
  background-color: #333;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.redes a {
  color: rgb(71, 71, 153);
  text-decoration: none;
  font-size: 40px;
  letter-spacing: 15px;
  color: #559cdf;
  text-shadow: 0 0 5px #ccc;
}

.subir {
  background-color: rgb(71, 71, 153);
  height: 45px;
  width: 45px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 45px;
  color: #fff;
  line-height: 45px;
  font-size: 50%;
  border-radius: 50%;
  box-shadow: 0 0 5px #000;
  color: #57aeff;
  text-shadow: 0 0 5px #ccc;
}

.slide img {
  height: 65vh;
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-brand span {
  color: #57aeff;
  text-shadow: 0 0 5px #ccc;
}

footer span {
  color: #57aeff;
  text-shadow: 0 0 5px #ccc;
}

div .slidee img {
  height: 50vh;
  border-radius: 45%;
}

.custom-card {
  width: 100%;
}
@media (min-width: 1200px) {
  .custom-card {
    width: 50rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .custom-card .custom-img-col {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .custom-card .col-md-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .custom-card img {
    max-width: 100%;
    height: auto;
  }
  .custom-card .card-body {
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  .custom-card {
    width: 90%;
    margin: 0 auto;
  }
  .custom-card .custom-img-col,
  .custom-card .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-card img {
    max-width: 100%;
    height: auto;
  }
  .custom-card .card-body {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .custom-card {
    width: 95%;
    margin: 0 auto;
  }
  .custom-card .card-body {
    padding: 0.75rem;
  }
}

.noticias-custom {
  max-width: 80%;
  margin: auto;
}

.noticas-img {
  max-width: 100%;
  height: auto;
}

html, body {
  height: 100%;
  margin: 0;
}

.card:hover {
  transform: scale(1.1);
  transition: all 1s;
}

.btn:hover {
  transform: scale(1.1);
  transition: all 1s;
}

input {
  transition: all 2s;
}

input:focus {
  font-size: 35px;
  border: 5px dotted;
}

textarea:focus {
  font-size: 25px;
  border: 5px dotted;
}/*# sourceMappingURL=estilos.css.map */