.text-services{
	text-align: left;
	font-size: 22px;
}
.img-movil{
	width: 100%;
}
.location-hours .row{
	margin-left: 0%;
	margin-right: 0%;
}
.top-spacing{
	margin-top: 4% !important;
}
.spacing-ul{
	margin-left: 5% !important; 
}
.img-movil img{
	text-align: center;
	width: 100px;
	padding-left: 35%;
	padding-right: 35%;
}
@media only screen and (min-width : 767px) and (max-width : 3000px) {
	.img-movil{
	display: none !important;
}
}
.fa-home:before{
	color: #265026!important;
}
.spacing-img{
	margin-top: 9% !important;
 	box-shadow: 0 1px 5px rgba(0,0,0,0.333), 0 0 40px rgba(0,0,0,0.1) inset;
 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.333), 0 0 40px rgba(0,0,0,0.1) inset;
}
a.back--btn{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 35px;
	color:#fff;
	background-color: #26458b !important;
	padding:13px 40px 12px 40px;
}
a.back--btn:hover {
	color:#fff !important;
	background-color: #5D5D5D !important;
	box-shadow: 0 5px 7px rgba(5,6,10,.125), 0 3px 6px rgba(0,0,0,.08) !important;
}
@media (max-width: 767px) {
	.spacing-img{
		margin-top: 0% !important;
	}
}
.section--pointer.branded--blue{
	padding: 25px 0;
	background-color: #6799ab;
	margin-top: 50px;
}
.section--pointer.branded--blue h2{
	color: #f7fafa;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}
.btn.btn-lg{
	min-width: 210px !important;
}
.btn-pointer {
	background-color: transparent;
	color: #f7fafa;
	border: 1px solid #f7fafa;
}
.btn-pointer:hover {
	background-color: #f7fafa ;
	color: #6799ab;
}
/* 2 Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	color: #808080;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #4d6c7e ;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #4d6c7e !important;
}
h1 {
	font-size: 28px !important;
	font-weight: 700 ;
}
h2 {
	font-size: 22px !important;
	margin-bottom: 15px !important;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
@media (min-width: 750px) {
	body {
		font-size: 17px;
	}
	h1 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 24px !important;
	}
	h3 {
		font-size: 20px;
	}
}
@media (min-width: 1000px) {
	body {
		font-size: 18px;
		font-weight: 300;
	}
	h1 {
		font-size: 32px !important;
	}
	h2 {
		font-size: 26px !important;
		margin-bottom: 15px !important;
	}
	h3 {
		font-size: 22px;
	}
}

h1.page-title {
	margin: 25px 0 10px !important;
	font-size: 36px !important;
}
.main-content h1 {
	margin-bottom: 15px !important;
}
.title {
	margin-top: 0;
}
p {
	margin-bottom: 16px !important;
}
a {
	color: #4d6c7e;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
a:hover {
	color: #97b7c4;
	text-decoration: none;
}
.preload * {
	-webkit-transition: none !important;
	   -moz-transition: none !important;
		-ms-transition: none !important;
		 -o-transition: none !important;
			transition: none !important;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
blockquote {
	border-left: none;
	display: block;
	margin: 30px auto 20px;
	font-size: 18px;
	position: relative;
	padding: 10px 0;
	/*margin-left: 95px;*/
}
mark, .mark {
	background-color: #97b7c4;
	color: #ffffff;
}
pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
    		border-radius: 0px;
}
/* Lists
----------------------------------*/
ul, ol {
	margin-bottom: 20px;
}
.list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.list li {
	padding: 4px 0;
}
.list-triangle {
	list-style: none;
	padding-left: 20px;
	margin: 20px 0;
}
.list-triangle li {
	padding: 5px 0 0;
	position: relative;
}
.list-triangle li:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	left: -20px;
	color: #97b7c4;
	top: 6px;
}
/* Tables 
----------------------------------*/
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid blue;
	background-color: green;
	color: orange;
}
.table tbody tr td {
	border-top: none !important;
	padding-top: 0px;
}
/* Media queries
----------------------------------*/
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	h1.page-title {
		font-size: 32px;
	}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	blockquote {
		padding: 10px;
		margin: 20px 0 20px 45px;
	}
	blockquote:after {
		font-size: 100px;
		left: -65px;
	}
}
/* 3 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
	background-color: #fff;
	border-top: none;
	overflow:hidden;
}
.page-wrapper.boxed { 
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
.preheader {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
.preheader * {
	color: #fff;
}
.preheader-content {
	padding: 30px 0;
	display: none;
	position: relative;
	z-index: 1002;
}
.page-intro {
	min-height: 60px;
	margin: 0 0 60px;
	/*border-bottom: 1px solid #E7E7E7;*/
	/*box-shadow: inset 0px -2px 2px #0A6380;*/
	/*background: url("../images/hero/header1.jpg") 50% 50% no-repeat;*/
	background-size: cover;
	background-color:#1c2a57;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 60px rgba(95,104,113,0.5) inset;
  	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 60px rgba(95,104,113,0.5) inset;
  	box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 60px rgba(95,104,113,0.5) inset;
}
.page-intro h1 {
	color:#fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: .5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.not-front .main-content-wrapper {
	padding-bottom: 80px;
}
.section {
	padding: 65px 0 45px;
}
.call-to-action {
	padding: 25px 0;
}
.bg-color-light {
	background-color: #fafafa;
	border-top: 1px solid #b2bfca;
	border-bottom: 1px solid #b2bfca;
}
.bg-color-gray {
	background-color: #b2bfca;
}
.bg-color-default {
	background-color: #97b7c4;
}
.bg-color-gray *, .bg-color-default * {
	color: #fff;
}
.bordered {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}