#privacidad p{
	text-align:justify;
	}
.privacidad a{
	text-decoration:none;
	color: #FFFFFF;
	}	
	

#privacidad p{
	text-align:justify;
	}
.privacidad a{
	text-decoration:none;
	color: #FFFFFF;
	}	
	


#gallery body {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-family: 'Poppins', 'Arial', sans-serif;
  background: #1a1a1f;
}


#gallery {
  margin: 0 auto;
  padding: 1vw;
  font-size: 1.6rem;
}
#gallery h1 {
  font-weight: normal;
  color: #ffffff;
}
#gallery b {
  font-weight: bold;
}
#gallery #header {
  position: relative;
  height: 12vh;
  line-height: 12vh;
  padding: 0 3vw;
}
#gallery #header #logo {
  font-size: 2.5vh;
  font-style: italic;
}
#gallery #header #logo:before {
  content: 'TRABAJOS';
  margin-right: 0.5rem;
  font-weight: 300;
}
#gallery #header #logo:after {
  content: 'DE CONFIANZA';
  font-size: 5vh;
  font-weight: 900;
}
#gallery #images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#gallery #images .figure {
  position: relative;
  width: 30vw;
  height: 22rem;
  margin: 0.5vh;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
  background: #212529;
}
#gallery #images .figure .image {
  position: relative;
  display: block;
  object-fit: cover;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  user-select: none;
}
#gallery #images .figure .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallery #images .figure .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4vw 4vw;
}
#gallery #images .figure .text {
  position: relative;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(5vh);
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  color: #ffffff;
  margin-top: 36px;
}

#gallery .number {
    color: #ffffff;

}


#gallery #images .figure hr {
  width: 50%;
  border: 0;
  border-bottom: 4px solid rgba(255,255,255,0.2);
    background-color: #ffffff;
}
#gallery #images .figure:hover .image {
  opacity: 0.3;
  transform: scale3d(1.2, 1.2, 1.2);
}
#gallery #images .figure:hover .text {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 48rem) {
  #gallery {
    padding: 0;
  }
  #gallery #images .figure {
    width: 46vw;
  }
}
@media only screen and (max-width: 32rem) {
  #gallery {
    padding: 0;
  }
  #gallery #images {
    flex-direction: column;
  }
  #gallery #images .figure {
    width: 100%;
    margin: 0.5vh 0;
  }
}




.css-boton {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 0.5em 1em;
  color: #444;
  font-family: inherit;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #999;
  border: transparent;
  border-radius: 2px;
  margin: 3px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.boton-info,
.boton-exito,
.boton-advertencia,
.boton-error {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.boton-info {
  background: rgb(66, 184, 221); /* this is a light blue */
}

.css-boton:focus,
.css-boton:hover {
  filter: alpha(opacity=90);
  background-image: -webkit-linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.05) 40%,
    rgba(0, 0, 0, 0.1)
  )}

