* {
	margin: 0px;
}

#page {
	font-family: "Figtree", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #113858;
}

h1, h2, h3, h4, .lead {
    font-family: "Libre Caslon Display", serif;
	font-weight: 300;
}

h3 {
    font-size: 1.45em;
}

.lead {
	font-size: 2em;
}

#page a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

#content a {
	color: #113858;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

#page .container {
	max-width: 1700px;
}

@media (max-width: 1680px) {
	#page .container {
		max-width: 1280px;
	}
}

.vert_center {
	display: flex;
	align-items: center;
}

.ease, .thumb img {
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.desktop {
	display: inline-block;
}

.mobile {
	display: none!important;
}

@media (max-width: 992px) {
	.desktop {
		display: none!important;
	}

	.mobile {
		display: block!important;
	}
}

.regular_section {
	padding: 3em 0;
	margin: 0;
}

.section_title {
	font-family: "Libre Caslon Display", serif;
	text-align: center;
	font-size: 3em;
	padding-bottom: 1.5em;
}

.single-oferta .section_title {
	padding-bottom: 0;
}

.no_brake {
	padding-bottom: 0.5em;
}

.main_title {
	font-family: "Libre Caslon Display", serif;
	font-size: 3em;
	line-height: 1.2em;
}

.section_desc {
	display: block;
	text-align: center;
	font-size: 1em;
	margin-top: -5em;
	margin-bottom: 2em;
	color: #CEBFAA;
}

.gray_bg .section_desc {
	color: #113858;
}

.pict_pos:before {
	content: url(../img/pict.svg);
	display: block;
	width: 50px;
	margin: auto;
	margin-top: -2em;
}

.gray_bg {
	background: #E9EFF4;
}

.light_gray_bg {
	background: #F5F8FA;
}

.light_beige_bg {
	background: #eee9e1;
}

.light_gray_bg hr {
	border-top: 1px solid #CEBFAA;
}

#breadcrumbs {
	padding-top: 10em;
}

#breadcrumbs .container {
	padding-bottom: 1em;
	border-bottom: solid 1px #E9EFF4;
}

#breadcrumbs .fa {
	margin: 0 0.7em;
}

#breadcrumbs a {
	color: #cebfaa;
}

@media (max-width: 1680px) {
	#breadcrumbs {
		
	}

	.main_title {
    	font-size: 2em;
	}	
}

@media (max-width: 966px) {
	#breadcrumbs {
		display: none;
	}

	.section_title {
    	font-size: 2em;
    	padding-bottom: 1em;
	}

	.section_desc {
    	margin-top: -2em;
	}
}