@charset "utf-8";
/* CSS Document */
/* FORM */
.pi-section-grey .form-control:focus {
  background: #ffffff;
  border-color: #d3d050;
  color: #939fa4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.form-control {
  border-radius: 30px;
}
.cover {
  background-image: url(../img/slider/slide.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-top: -26px
}
/* FINE FORM */
.pi-btn-base.pi-btn-no-border:hover {
  border-color: #d3d050;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #393939;
}
.googlemaps iframe {
  height: 100%
}
.article {
  background-color: transparent !important;
  transition: 0.5s ease;
}
.link-base {
  color: #d3d050 !important;
  transition: 0.5s ease;
}
.link-base:hover {
  color: #d3d050 !important;
}
.article:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.bold {
  font-weight: 700;
  color: #d3d050 !important;
}
.title-decoration {
  position: relative;
  display: block;
  margin: auto;
  width: 240px;
}
.title-decoration::before, .title-decoration::after {
  content: "";
  position: absolute;
  top: 17.5px;
  display: block;
  height: 1px;
  width: 92px;
  background-color: #d3d050;
}
.title-decoration::after {
  right: 0;
}
.title-decoration i[class*=fa-] {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 1px solid #d3d050;
  border-radius: 50%;
  font-family: "Fontawesome";
  font-size: 18px;
  font-style: normal;
  text-align: center;
  line-height: 35px;
  color: #d3d050;
}
.title-decoration .img-container {
  margin: auto;
  padding: 4px 4px 4px 4px;
  /*<!--//  border: 1px solid #d3d050;
-->*/ width: 36px;
  height: 36px;
  border-radius: 50%;
}
.title-decoration img {
  display: block;
  margin: auto;
}
.sm-onbase-divider {
  border-top: 1px solid #fff !important;
}
.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-dark, .pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-dark {
  background: #fff;
  color: #d3d050;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-dark, .pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-white, .pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-white {
  background: #393939;
  color: #fff;
}
.accent {
  color: #d3d050 !important;
}
.onbase {
  color: #393939 !important;
}
.sm-font {
  font-family: 'Libre Baskerville', serif;
}
.list-dot {
  list-style: none; /* Remove default bullets */
}
.list-dot li::before {
  content: "\2713"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548cc5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 1.2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/* 16:9 video embed*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/**/
.quote::before {
  content: url("../img/quote.png");
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 0;
  max-width: 50px;
}
.quote p {
  position: relative;
  z-index: 1;
}
.sm-shadow {
  -webkit-box-shadow: 0px 10px 19px -12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 10px 19px -12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 19px -12px rgba(0, 0, 0, 0.4);
}
.section-relative {
  position: relative;
  margin-top: -250px;
}
.pi-icon-box:hover h4 {
  transition: 0.5s ease;
  color: #FFFFFF !important;
}
.pi-icon-box .pi-icon-box-icon-circle, .pi-icon-box-vertical .pi-icon-box-icon-circle, .pi-icon-box .pi-icon-box-icon-square, .pi-icon-box-vertical .pi-icon-box-icon-square {
  color: #d3d050;
}
.parent {
  overflow: hidden;
}
.child {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.parent:hover .child, .parent:focus .child {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.parent:hover .child:before, .parent:focus .child:before {
  display: block;
}
.cit {
  text-align: right;
  color: #d3d050 !important;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300px;
  letter-spacing: 0.05em;
}
.cit strong {
  color: #d3d050 !important;
}
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .cover {
    background-image: url(../img/slider/2-sm.jpg);
    background-position: center center;
    color: #FFFFFF !important;
  }
}