@charset "utf-8";
/* CSS Document */

/* FORM */
.pi-section-grey .form-control:focus {
    background: #ffffff;
    border-color: #b9925e;
    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;
}
/* FINE FORM */
.pi-btn-base.pi-btn-no-border:hover {
    border-color: #6785ba;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background-color: #6785ba ;
}
.googlemaps iframe{
	height: 100%
}
.article{
	background-color: transparent !important;
	transition: 0.5s ease;
}

.link-base{
	color: #a1afd1 !important;
	transition: 0.5s ease;
}

.link-base:hover{
	color: #6785ba  !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: #a1afd1 !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: #a1afd1;
}
.title-decoration::after {
  right: 0;
}
.title-decoration i[class*=fa-] {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 1px solid #a1afd1;
  border-radius: 50%;
  font-family: "Fontawesome";
  font-size: 18px;
  font-style: normal;
  text-align: center;
  line-height: 35px;
  color: #a1afd1;
}

.title-decoration .img-container{
	margin: auto;
	padding: 7px 4px 4px 4px;
  border: 1px solid #a1afd1;
	width: 36px;
	height: 36px;
  border-radius: 50%;
}
.title-decoration img{
	display: block;
  margin: auto;
}

.sm-onbase-divider{
	border-top: 1px solid #9e7b51 !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: #6785ba ;
    color: #FFFFFF;
    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: #FFFFFF;
    color: #6785ba;
}

.accent{
	color: #a1afd1 !important;
}
.onbase{
	color: #7c745f !important;
}

.sm-font{
	font-family: 'Dancing Script', sans-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: #b9925e !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: #b9925e;
}

.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: #a1afd1 !important;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300px;
	letter-spacing: 0.05em;
}

.cit strong{
	color: #b9925e !important;
}
.cover {
  background-image: url(../img/slider/2-2.jpg);
  background-size: cover;
  background-position:top;
  background-repeat: no-repeat;
  margin-top: -26px;
}

/*Footer*/
.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) {
	.cover {
    background-image: url(../img/slider/2-sm-2.jpg);
    background-position:center center;
    color: #FFFFFF !important;
  }
	.cover .onbase {
  color: #FFFFFF !important;
}
}
@media screen and (max-width: 767px) {
  .cover {
    background-image: url(../img/slider/2-sm-2.jpg);
    background-position:center center;
    color: #FFFFFF !important;
	
  }
	.cover .onbase {
  color: #FFFFFF !important;
}
}
@font-face {
  font-family: 'Dancing Script';
  src: url('https://fonts.gstatic.com/s/dancingscript/v20/If2RXTr6YS-zF4S-kcSWSVi_sz2rJIm0keHhGLekozF5.ttf') format('truetype');

}

