body {
	background-color: #fff;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
h1.normal {
	text-transform: none;
}
p {
	font-size: 15px;
	font-weight: 400;
	/*text-align: justify;*/
}
ul, ol {
	font-size: 15px;
}
.bg-blue {
	background-color: #08396d;
}
.bg-darkblue {
	background-color: #06243a;
}
.bg-cyan {
	background-color: #29A99C;
}
.border-red {
	border-color: #e7193a;
}
.link-btn {
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 20px;
}
.text-white {
	color: #fff;
}
.text-red {
	color: #e7193a;
}
.text-blue {
	color: #08396d;
}
.text-darkblue {
	color: #06243a;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-10 {
	font-size: 10px;
}
.text-14 {
	font-size: 14px;
}
.text-15 {
	font-size: 15px;
}
.text-20 {
	font-size: 20px;
}
.text-24 {
	font-size: 24px;
}
.text-28 {
	font-size: 28px;
}
.text-64 {
	font-size: 64px;
}
.text-normal {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.text-lh-25 {
	line-height: 25px;
}
.text-lh-0_8 {
	line-height: 0.8;
}
.text-lh-1_2 {
	line-height: 1.2;
}

.title-crossed h1.cross {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
}
.title-crossed h1.cross:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}
.title-crossed h1.cross:after {
    margin: 0 0 0 20px;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex.v-center {
	align-items: center;
}
.flex.h-center {
	justify-content: center
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.vstretch {
	align-items: stretch;
}
img.wd-30 {
	width: 30%;
}
#navbar img.logo,
footer img.logo {
	height: 64.5px;
	margin-top: 5px;
	padding: 10px 0px 10px 0px;
	width: auto;
}
footer a.icon-link {
	font-size: 20px;
	transition: all ease-in-out 0.13s;
	-moz-transition: all ease-in-out 0.13s;
	-o-transition: all ease-in-out 0.13s;
	-webkit-transition: all ease-in-out 0.13s;
}
footer a.icon-link:link,
footer a.icon-link:visited {
	color: #fff;
}
footer a.icon-link.darkblue:link,
footer a.icon-link.darkblue:visited {
	color: #06243a;
}
footer a.icon-link:hover,
footer a.icon-link:active {
	text-decoration: none;
	transform: scale(1.3);
}
#form-contacto label {
	font-size: 13px;
}
#form-contacto input,
#form-contacto textarea,
#form-contacto button[type~=submit] {
	border-radius: 0;
}
#form-contacto button[type~=submit] {
	background-color: #EA1C42;
	border: none;
	color: #fff;
	font-size: 15px;
	width: 100%;
}
#form-contacto input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto input::-moz-placeholder { /* Firefox 19+ */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto input:-ms-input-placeholder { /* IE 10+ */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto input:-moz-placeholder { /* Firefox 18- */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto textarea::-moz-placeholder { /* Firefox 19+ */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto textarea:-ms-input-placeholder { /* IE 10+ */
	color: #C3C3C3;
	font-size: 10px;
}
#form-contacto textarea:-moz-placeholder { /* Firefox 18- */
	color: #C3C3C3;
	font-size: 10px;
}
.row.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.row.grid img {
    width: 100%;
}
.owl-carousel h1 {
	font-weight: 900;
	line-height: 1.0;
	padding-left: 100px;
	padding-right: 100px;
}
.w-50 {
	width: 50%;
}
@media (min-width: 992px) {
	.text-right-md {
		text-align: right;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
    .text-xs-center {
    	text-align: center;
    }
    .text-xs-20 {
    	font-size: 20px;
    }
    .text-xs-25 {
    	font-size: 25px;
    }
    .text-xs-30 {
    	font-size: 30px;
	}
	img.wd-xs-50 {
		width: 50%;
	}
}