.sidebar-section {
	position: absolute;
	height: 100%;
	width: 100%;
}
.modal-xl {
	max-width: 8000px !important;
}
.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/* Position the items */



}
.bloque_propiedad {
	display: block;
}
p {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #565656;
}
.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 15px;
}
.wrapperall {
	max-width: 1400px;
	margin: 0 auto;
}
/*OWL NAV*/



.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 35%;
	height: 20%;
	right: 0;
	background-color: rgba(120,50,0,0.4) !important;
}
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 35%;
	height: 20%;
	left: 0;
	background-color: rgba(120,50,0,0.4) !important;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	padding: 0 10px;
	color: #fff;
	font-size: 40px;
	display: block;
	margin-bottom: 10px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #8D7760 !important;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #8D7760 !important;
}
/* Ignore This, just coloring */



body {
	background: #fff;
	padding: 0;
}
article {
	background: #f1f1f1;
}
.title-section, .content-section, .sidebar-section {
	background: #fff;
}
.title-section {
	text-align: center;
	padding: 50px 15px;
	margin-bottom: 30px;
}
.sidebar-item {
	text-align: center;
}
.sidebar-item-content {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 25px 100px;
	border-bottom: solid 1px #ddd;
}
.formulario {
	background: #eee;
}
.colormodal, .colormodal .modal-dialog, .colormodal .modal-content, .colormodal .modal-content .modal-header, .colormodal .modal-content .modal-body, .colormodal .modal-content .modal-footer {
	background: #4B2F2B;
	border: 0;
}
.colormodal .close {
	color: #FFFFFF;
	text-shadow: 0 0 0 #fff;
	font-size: 40px;
	padding: 0 15px 0 0;
}
#exampleModal {
	padding-right: 0px !important;
}
.mobile_hide {
	display: block;
}
.mobile_show {
	display: none;
}
.content-section {
	min-height: 900px;
	padding: 30px;
}
.content-section h2 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
.content-section h3 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 500;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7E7C7C;
}
h2.titulo-form {
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}

@media (max-width: 991px) {
.content-section h2 {
	text-align: center;
	font-size: 32px;
}
.content-section h3 {
	text-align: center;
	font-size: 32px;
}
.mobile_hide {
	display: none;
}
.mobile_show {
	display: block;
}
.content-section {
	min-height: 900px;
	padding: 5px;
}
.owl-carousel .owl-nav button.owl-next {
	top: 20%;
	height: 40%
}
.owl-carousel .owl-nav button.owl-prev {
	top: 20%;
	height: 40%
}
}
.modal-body {
	text-align: center;
}
.css-obqd2f {
	box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
	transition: border-radius 200ms ease 0s;
	height: unset;
	padding: 8px 10px 12px 10px;
	min-height: 48px;
	border-radius: 40px;
	/*font-size: 16px;*/

	line-height: 20px;
	font-weight: 600;
	background-color: #8D7760;
	border: 0px none;
	color: #fff;
	cursor: pointer;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	font-family: inherit;
	font-style: normal;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	outline: currentcolor none medium;
	font-size: 18px;
	line-height: 29px;
	padding: 8px 10px 12px 10px;
}
.css-obqd2f:hover {
	background-color: #8D7760;
	color: #fff;
	text-decoration: none;
}
