body {
  font-family: Times;
}
nav {
  background-color: black !important;
}
#barra {
  padding-top: 2%;
}
a.nav-link {
  padding-top: 2%;
}
ul li a {
  color: white;
  font-size: 1.2em;
  padding-top: 40%;
  list-style: none;
}
ul li a:hover {
  list-style: none;
  color: #009961;
}
#member {
  width: 80px;
  height: 100px;
  padding-bottom: 3%;
  list-style: none;
}
#servicios {
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding-top: 5%;
}
#incendio {
  background-image: url("../IMG/Servicios\ Incendiofondo.jpg");
  background-repeat: repeat no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 10%;
}
#mantenimiento {
  background-image: url("../IMG/Servicios\ mantenimiento.jpg");
  background-repeat: repeat no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding-bottom: 10%;
  padding-top: 10%;
}
#sanitaria {
  background-image: url("../IMG/Servicios\ Sanitaria.jpg");
  background-repeat: repeat no-repeat;
  background-size: cover;
  padding-bottom: 10%;
  padding-top: 10%;
}
.intro {
  background-color: rgba(255, 255, 255, 0.623);
  padding-top: 5%;
  padding-left: 2%;
  padding-bottom: 5%;
  padding-right: 2%;
  font-size: 1.2rem;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  width: 100%;
  padding-bottom: 7%;
  color: rgb(204, 67, 67);
}

/*Estilos de las galeria de fotos*/

.galeria {
  width: 95%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.galeria li {
  margin-top: 2px;
}

.galeria img {
  width: 9.5em;
  height: 100px;
  border-radius: 10%;
  margin-top: 1em;
}

/*Estilos del modal*/
#Galeria {
  height: 100%;
  width: 100%;
}

.modal {
  display: none;
}

.modal:target {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  max-height: 100%;
}

.modal h3 {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin-top: 2%;
}

.imagen {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 5%;
}

.imagen img {
  max-width: 90%;
  max-height: 580px;
  margin-left: 10%;
  border: 7px solid #fff;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5%;
}

a.cerrar {
  font-size: 1em;
  font-weight: 500;
  color: white;
  margin-left: 12%;
  margin-top: 5%;
  position: absolute;
}
#divisor {
  width: 100%;
  height: 25px;
  background-color: brown;
}
#footer {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

#footer .social-links {
  margin: 10 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;

  color: #fff;
  line-height: 1;

  margin-right: 4px;

  text-align: center;

  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00b371;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #00b371;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #009961;
}
#fotoback {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1300px;
  opacity: 0.7;
}
i {
  color: green;
}
