@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
}

main {
  background-color: #212529;
}

header {
  background-color: #212529;
}
header .nav .menu .lista a {
  font-family: "Anton", sans-serif;
  color: white;
}
header .nav .menu .lista a:hover {
  text-decoration: line-through;
  color: rgba(177, 24, 24, 0.2862745098);
}
header .nav .menu .lista .activo {
  text-decoration: line-through;
  color: rgba(177, 24, 24, 0.2862745098);
}
@media (max-width: 767px) {
  header #logo {
    width: 60px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  header #logo {
    width: 120px;
    height: 80px;
  }
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover {
  opacity: 1;
}
.footer-basic li {
  padding: 0 10px;
}
.footer-basic .social {
  text-align: center;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover {
  opacity: 0.9;
}
.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.photo-gallery {
  color: #313437;
  background-color: #212529;
  /*Esto lo acupamos para la pagina de servicios*/
}
.photo-gallery p {
  color: #7d8285;
}
.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: whitesmoke;
}
@media (max-width: 767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}
.photo-gallery .intro p {
  margin-bottom: 0;
}
.photo-gallery .intro .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
  transition: 2s;
}
.photo-gallery .item :hover {
  transform: scale(1.2);
}
.photo-gallery h3 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}
.photo-gallery ul {
  margin-right: 10px;
  font-family: "Anton", sans-serif;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .photo-gallery ul li {
    font-size: 80%;
  }
}

.img-fluid {
  border-radius: 6px;
}

.parent {
  position: relative;
}

.img {
  width: 100%;
  height: auto;
  opacity: 0.4;
  border-radius: 10px;
}

.top-left {
  position: absolute;
  left: 20px;
  top: 0;
  color: whitesmoke;
  flex-wrap: wrap;
}

.bottom-right {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

#contacto {
  background-color: #212529;
  padding: 0;
  margin: 0;
}
#contacto div h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}
#contacto div .mapa {
  border: 10px;
}
#contacto div div .mapa2 {
  border-radius: 8px;
  width: 80%;
  height: 400px;
  border: 10px;
}

#nosotros {
  background-color: #212529;
  padding: 0;
  margin: 0;
}
#nosotros .container h2 {
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}
#nosotros .container div h3 {
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}
#nosotros .container div p {
  color: whitesmoke;
}

.card {
  border: none;
}

.user-content p {
  margin-top: 5px;
  font-size: 12px;
}

.ratings i {
  color: blue;
}

.resenas {
  background-color: #212529;
}
.resenas h2 {
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}

main div h2 {
  color: whitesmoke;
  font-family: "Anton", sans-serif;
}
main div p {
  color: whitesmoke;
  font-size: large;
}
main div div {
  width: 100%;
  height: auto;
}

.iconos {
  width: 50%;
}

.item2 {
  justify-content: center;
}

.letra {
  margin-top: 30px;
}

.resena {
  color: black;
}

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