@charset "utf-8";
/* CSS Document */
.cover{
	position: relative;
    min-height: 60vh;
    background-image: url(../img/slider/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0px;

}
/* FORM */
.pi-section-grey .form-control:focus {
    background: #ffffff;
    border-color: #206a99;
    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 */
.googlemaps iframe{
	height: 100%
}
.article{
	background-color: transparent !important;
	transition: 0.5s ease;
}

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

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

.title-decoration .img-container{
	margin: auto;
	width: 40px;
	height: 40px;
}
.title-decoration img{
	display: block;
  margin: auto;
}

.sm-onbase-divider{
	border-top: 1px solid #547C8A !important;
}

.accent{
	color: #848484 !important;
}
.onbase{
	color: #fff !important;
}

.sm-font{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.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) */
}

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

.cit strong{
	color: #b9925e !important;
}
/*Footer*/
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
.btn-whatsapp {
  z-index: 999999;
  background: #25d366;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(37, 211, 102, 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;
	}
}

