.mt80{
  margin-top: 40px;
}
.negro{
  color: #535353;
}
.bold{
  font-weight: 700;
}
p, h1, h2, h3{
  margin: 0;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.mb30{
  margin-bottom: 30px;
}
footer p{
  font-size: 13px;
  color: #666666;
}
footer{
  margin-top: 40px;
  margin-bottom: 10px;
}
footer a{
  text-decoration: none;
  color: #666666;
  font-size: 13px;
  margin: 0;
}
footer hr{
  margin-bottom: 20px;
}
/*########################################################################################
efecto
########################################################################################*/
.image-wrapper {
  width: 90%;
  height: 100%;
  border: 9px solid #eeeeee;
  transition:.9s;
  margin: 5% auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 50%; }

.image-wrapper:hover{
  width: 100%;
  transition:.9s;
  border: 9px solid #CCCCCC;
  margin-top: 0;
}

.image-overlay-content, .image-overlay-content2 {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
.fondo-oscuro{
  background-color: rgba(0,0,0,0.6);
  width: 80%;
  height: 80%;
  margin:10%;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  padding: 20px;
  border-radius: 50%;
  color: #ffffff;
} 
.fondo-oscuro h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  color: #ffffff !important;
} 
.fondo-oscuro p{
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.fondo-oscuro a{
  display: inline-block;
  padding: 15px 40px;
  background-color: #004C66;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  transition:.6s;
}
.fondo-oscuro a:hover{
  background-color: #ffffff;
  color: #004C66;
  transition:.6s;
}

.overlay-fade-in-new-background .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out; }
  .overlay-fade-in-new-background .button:hover {
    box-shadow: 0 0 5px #fff;
    background-color: #222; }
.overlay-fade-in-new-background .image-overlay-content {
  opacity: 0;
  background-image: url(../images/pasto3.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 1s ease-in-out; 
  border-radius: 50%}
  .overlay-fade-in-new-background .image-overlay-content2 {
  opacity: 0;
  background-image: url(../images/mobiliario2.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 1s ease-in-out; 
  border-radius: 50%}
.overlay-fade-in-new-background h2 {
  color: #000;
  font-size: 1.6rem;
  margin-top: 30%;
  opacity: 0;
  transition: all 1s ease-in-out; }
.overlay-fade-in-new-background p {
  opacity: 0;
  transition: all 1s linear; }
.overlay-fade-in-new-background img {
  transition: all 1s ease-in-out; 
  border-radius: 50%}
.overlay-fade-in-new-background:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transform: scale(1); }
.overlay-fade-in-new-background:hover .image-overlay-content, .overlay-fade-in-new-background:hover .image-overlay-content2{
  opacity: 1; }
.overlay-fade-in-new-background:hover h2, .overlay-fade-in-new-background p, .overlay-fade-in-new-background .button {
  opacity: 1; }
.overlay-fade-in-new-background:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in-new-background:hover .button {
  transition-delay: 1s; }