body.itemid-101 #sp-header {
  position: fixed;
  background: rgba(255,255,255,0);
  transition: 0.6s all linear;
  -moz-transition: 0.6s all linear;
  -webkit-transition: 0.6s all linear;
  box-shadow: none;
}
body:not(.itemid-101) #sp-header {
  background: url(../images/fondo-web.jpg) scroll repeat top left black;
}


#sp-header.header-sticky {
  background: url(../images/fondo-web.jpg) scroll repeat top left black !important;
  box-shadow: 0 0 10px #131313;
  height: 70px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
  line-height: 70px;
}
#sp-header.header-sticky #sp-menu { margin-top: -30px; }

#sp-header.header-sticky .logo { height: auto;}
#sp-header.header-sticky .logo-image {
  width: 16%;
  height: auto;
  animation: mymove 3s;
}
@keyframes mymove {
  50% {transform: rotate(360deg);}
}
.sp-megamenu-parent > li.active > a { text-shadow: 1px 1px 3px #131313; }
.sp-megamenu-parent > li > a {text-shadow: 1px 1px 1px #131313; }
#sp-header.header-sticky .sp-megamenu-parent li.active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  background-color: #9b8065;
}
.herodiv {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 20px;
  background: #f2ded3;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  color: #9b8065;
  letter-spacing: -0.5px;
}
.herodiv:nth-child(even) { background: #f7ecdf; }
.satisfecho1 > div > div {
  border-radius: 20px 0 50px;
  box-shadow: 7px 6px 9px #c4c0bd !important;
}
.satisfecho2 > div > div {
  border-radius: 0 20px 0 50px;
  box-shadow: 7px 6px 9px #c4c0bd !important;
}
.sppb-carousel {
  position: relative;
  box-shadow: 0px 0px 6px 4px #9b8065;
}
#sp-menu > div.d-flex { justify-content: flex-center !important; }
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: url(../images/fondo-web.jpg) scroll no-repeat center center #131313;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #ffffff;
  font-size: 16px !important;
}
#sppb-carousel1 div.sppb-item::before{
  position: absolute;
  content: "";
  background: rgba(155, 128, 101, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner { z-index:99;}
#sppb-carousel1 div.sppb-item .sppb-carousel-caption .sppb-carousel-content{ text-shadow: 0px 0px 6px white; }
#sp-bottom3{ font-size: 1.3em; }
ul.social-icons{ font-size: 2.5em; }
#sp-bottom4 ul.menu li{
  margin-left: 20px;
  position: relative;
}
#sp-bottom4 ul.menu li::before{
  content: ">";
  position: absolute;
  left: -15px;
}
.roboto-izq {
  font-family: "Roboto Condensed";
  font-size: 16px;
  margin: 0 10px;
}
a.speasyimagegallery-gallery-item > div {
  /*box-shadow: 0 0 8px 5px #5e4b39;*/
  border: 1px solid #5e4b39;
}