body {
	background-color: white;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #141414;
}
h1 {
	/*font-family: 'Montserrat BLACK', sans-serif;*/
	font-size: 55px;
	letter-spacing: 1.3px;
	line-height: 1.2;
	font-weight: 900;
}
h1.normal {
	text-transform: none;
}
.hide-extras {
	overflow: hidden;
}
.btn.btn-default.btn-blue,.btn.btn-default:hover,.btn.btn-default:active {
	background-color: #25518b;
	color: #fff;
}
.bg-pink {
	background: #c19fa7;
}
.bg-footer-pink {
	background: #e9556a;
}
.bg-transparent-pink {
	background: rgba(255, 192, 203, 0.5);
}
.bg-transparent {
	background-color: transparent;
}
.bg-cream {
	background-color: #f0dcd1;
}
.bg-grey {
	background-color: #5c6668;
}
.bg-dark-cream {
	background-color: #eae2d1;
}
.bg-copper {
	background-color: #cdb0b5;
}
.bg-lightblue {
	background-color: #7095a8;
}
.bg-pattern {
	background-image: url('/public/img/bordeslaterales.png');
}
.bg-img-electro {
	background-size: cover;
	background-image: url('/public/img/fondo.jpg');
}
.bg-dark-green {
	background-color: #566554;
}
.bg-red {
	background-color: #da3332;
}
.bg-light-pink {
	background-color: #c2a0a8;
}
.bg-white {
	background-color: #ffffff;
}
.text-black {
	color: #1f140f;
}
.text-upper {
	text-transform: uppercase;
}
.text-sub {
	text-decoration: underline;
}
.text-justify {
	text-align: justify;
}
.text-normal {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.text-bold-300 {
	font-weight: 300;
}
.text-italic {
	font-style: italic;
}
.text-12 {
	font-size: 12px;
}
.text-14 {
	font-size: 14px;
}
.text-16 {
	font-size: 16px;
}
.text-17 {
	font-size: 17px;
}
.text-18 {
	font-size: 18px;
}
.text-20 {
	font-size: 20px;
}
.text-26 {
	font-size: 26px;
}
.text-28 {
	font-size: 28px;
}
.text-35 {
	font-size: 35px;
}
.text-38 {
	font-size: 38px;
}
.text-46 {
	font-size: 46px;
}
.text-70 {
	font-size: 70px;
}
.text-80 {
	font-size: 80px;
}
.text-90 {
	font-size: 90px;
}
.text-110 {
	font-size: 110px;
}
img.img-center {
	margin: 0 auto;
}
img.img-50 {
	width: 50%;
}
img.img-90 {
	width: 90%;
}
img.img-100 {
	width: 100%;
}
.buletless-li {
	list-style-type: none;
}
ul.li-disc {
	list-style: disc;
}
.line-25 {
	line-height: 25px;
}
.line-30 {
	line-height: 30px;
}
.line-40 {
	line-height: 40px;
}
.block {
	display: block;
}
.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;
}
.flex.h-space-evenly {
	justify-content: space-evenly;
}
.flex.v-flex_end {
	align-items: flex-end;
}
.h-300 {
	height: 300px;
}
.h-250 {
	height: 250px;
}
.h-150 {
	height: 150px;
}
.h-105 {
	height: 105px;
}
.h-1000 {
	height: 1000px;
}
.h-120 {
	height: 120px;
}
.h-115 {
	height: 115px;
}
.h-100 {
	height: 100px;
}
.h-100p {
	height: 100%;
}
.h-70 {
	height: 70px;
}
.h-60 {
	height: 60px;
}
.h-54 {
	height: 54px;
}
.h-50 {
	height: 50px;
}
.h-30 {
	height: 30px;
}
.h-35 {
	height: 35px;
}
.h-25 {
	height: 25px;
}
.h-630 {
	height: 630px;
}
.maxw-360 {
	max-width: 360px;
}
.minh-200 {
	min-height: 200px;
}
.minh-300 {
	min-height: 300px;
}
.minh-350 {
	min-height: 350px;
}
.minh-425 {
	min-height: 425px;
}
.border-5 {
	border-style: solid;
	border-width: 5px;
}
.border-1 {
	border-style: solid;
	border-width: 1px;
}
.border-0 {
	border: 0;
}
.border-red {
	border-color: #da3332;
}
.border-grey {
	border-color: #5a737a;
}
.border-green {
	border-color: #536753;
}
.border-pink {
	border-color: #c8959f;
}
.border-pattern-left {
	background-image: url('/public/img/patron1.png');
}
.border-pattern-right {
	background-image: url('/public/img/patron2.png');
}
.border-left {
	border-left: 1px solid #000;
}
.shadow-0 {
	box-shadow: none;
}
.text-red {
	color: #da3332;
}
.text-cream {
	color: #f0dcd1;
}
.text-green {
	color: #536753;
}
.text-pink {
	color: #c19fa7;
}
.text-white {
	color: #ffffff;
}
.placeholder-pink::placeholder {
	font-weight: bold;
    color: #c8959f;
}
.placeholder-blue::placeholder {
    color: #141414;
}
.placeholder-light-grey::placeholder {
	font-weight: bold;
    color: #807e7e;
}
.placeholder-red::placeholder {
	font-weight: bold;
    color: #da3332;
}
.letter-spacing-6 {
	letter-spacing: 6px
}
.border-radius-0 {
	border-radius: 0px;
}
.border-radius-8 {
	border-radius: 8px;
}
.p-12 {
	padding: 12px;
}
.z-5 {
	z-index: 5;
}
ul.separated-items li {
	margin-top: 20px;
}
ul.padding-inline-start-20 {
	padding-inline-start: 20px;
}
ul.no-padding-inline {
	padding-inline-start: 0;
}
.pos-rel {
	position: relative;
}
.pt-22 {padding-top: 22px !important}
.pt-175 {padding-top: 175px !important}
.pt-145 {padding-top: 145px !important}
.pt-250 {padding-top: 250px !important}
.pt-275 {padding-top: 275px !important}
.form-control {
	color: #141414;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #25518b;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
}
.form-group {
	border: 0;
	margin-top: 20px;
	padding: 0;
}
.w-30 {
	width: 30px;
}
.w-350 {
	width: 350px;
}
.w-35 {
	width: 35px;
}
.w-245 {
	width: 245px;
}
.w-345 {
	width: 345px;
}
.w-365 {
	width: 365px;
}
.w-100 {
	width: 100px;
}
.w-50p {
	width: 50%;
}
.inline {
	display: inline;
}
.input-left {
	border-right: 0;
}
.col-md-0-5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 4.16666665%
}
a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.col-md-5-75 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 47.9166666%
	}
	.col-md-5-5 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 45.833333%
	}
	.col-md-offset-0-5 {
		margin-left: 4.166665%;
	}
	.col-md-offset-0-25 {
		margin-left: 2.0833333%;
	}
	.pt-md-0 {
		padding-top: 0px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pt-md-275 {
		padding-top: 275px !important;
	}
	.text-md-green {
		color: #536753;
	}
	.text-md-42 {
		font-size: 42px;
	}
	.text-md-90 {
		font-size: 90px;
	}
	.md-t--100 {top: -100px !important}
}
@media (min-width: 1200px) {
	.pt-lg-200 {
		padding-top: 200px !important;
	}
}
@media (max-width: 991px) {
	.text-sm-center {
		text-align: center;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pt-sm-250 {
		padding-top: 250px !important;
	}
}
@media (max-width: 767px) {
	.text-xs-center {
		text-align: center;
	}
	.text-xs-70 {
		font-size: 70px;
	}
	.h-xs-42 {
		height: 42px;
	}
	.h-xs-auto {
		height: auto;
	}
	.h-xs-100 {
		height: 100px;
	}
	.pt-xs-0 {
		padding-top: 0 !important;
	}
	.pt-xs-250 {
		padding-top: 250px !important;
	}
	.pt-xs-50 {
		padding-top: 50px !important;
	}
	.text-xs-14 {
		font-size: 14px;
	}
	.text-xs-24 {
		font-size: 24px;
	}
	h1 {
		font-size: 40px;
	}
	h1.text-xs-40 {
		font-size: 40px;
	}
	body {
		font-size: 15px;
	}
	.col-xs-0-25 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 8px;
		padding-left: 8px;
		width: 2.0833333%
	}
	.col-xs-11-5 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		width: 95.8333333%
	}
}