/* =================================
//
//    ###     ####   ###    ###
//   ## ##   #   ##  ## #  # ##
//  ##   ##    ###   ##  ##  ##
//  #######  #   ##  ##      ##
//  ##   ##   ####   ##      ##
//
//================================= */

#oferta h2 {
	text-align: center;
	margin-bottom: 0;
}
#oferta h2.title {
	line-height: 3rem;
	margin-bottom: 3%;
}
#oferta h3 {
	text-align: center;
	font-size: calc(.875rem + .25vw);
	line-height: 1.5rem;
	margin-bottom: 3%;
}


#oferta .d-flex .dual {
	width: 50%;
	font-size: 1.25rem;
	padding: .5rem 1.75rem;
}
#oferta .dual div {
	padding: 1% 0;
}
#oferta .dual span {
	display: inline-block;
	width: 45%;
	max-width: 18rem;
}

#oferta .segment {
	flex-wrap: wrap;
	padding: 2vw;
	background-color: var(--bkg6);
	margin: 1% 0;
}
#oferta .segment.d-flex {
	margin: 7% 0 0;
}

#oferta .segment .description {
	padding: 2rem .5rem 3rem;
	margin: 2% 0;
	text-align: center;
	font-size: 20px;
}

#oferta .gallas {padding: 3vw 0;}

#oferta .gallas .thumb {
	display: flex;
	flex-wrap: wrap;
}

#oferta .gallas .imageFull {
	margin: 10px;
	width: calc(100% - 20px);
	position: relative;
}
#oferta .imageFull img {width: 100%;}

#oferta .imageFull .prev {
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	cursor: pointer;
	background: var(--color9) url('gfx/icon/arrowRight.svg') 50% 50% no-repeat;
	transform: rotate(180deg);
	width: 40px;
	height: 40px;
	opacity: 0.4;
}
#oferta .imageFull .prev:hover {opacity: 1;}

#oferta .imageFull .next {
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	cursor: pointer;
	background: var(--color9) url('gfx/icon/arrowRight.svg') 50% 50% no-repeat;
	width: 40px;
	height: 40px;
	opacity: 0.4;
	transition: all 200ms;
	z-index: 2000;
}
#oferta .imageFull .next:hover {opacity: 1;}


#oferta .gallas .thumb {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.75%;
  margin-right: -.75%;
}
.gallas .thumb a {
	margin: 0;
	width: calc(100% / 4);
}
.gallas .thumb .image {
	position: relative;
	padding-bottom: 100%;
}
.gallas .thumb .image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	padding: 3%;
}


#offer .contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 1vw;
	width: 100%;
	background-color: var(--bkg5);
	padding: 0 3vw;
}
.contact figure {
	width: 48%; margin-left: -3%;
	vertical-align: bottom;
	margin-bottom: 0;
}

.contact .in-template {
	display: inline-block;
	vertical-align: top;
	margin: 3% 0 2% -2%;
	width: 55%;
	text-align: left;
	font-size: 18px;
}
.contact .in-template h2 {
	margin-top: 3%;
	margin-bottom: 7%;
}
.contact .in-template ul {padding-left: 7%;}
.contact .in-template li strong {font-weight: 600;}
.contact a {
	color: var(--link7);
}
.contact a:hover {
	color: var(--hover6);
	text-decoration: none;
}

#oferta .properties {margin-bottom: 4vw;}

#oferta .properties .table {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
#oferta .properties .table .tableRow {
	border-bottom: 1px solid #e5e9ee;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1px;
	padding: 10px 0;
	width: calc(50% - 20px);
}

#oferta span.title {
	font-size: 28px;
	display: block;
	margin: 0 0 30px 0;
}

.properties .tableRow .left {
	text-transform: lowercase;
	color:  var(--color5);
	opacity: .7;
}
.properties .tableRow .right {
	font-weight: 600;
}
.properties .tableRow .left, .properties .tableRow .right {
	width: 50%;
	font-size: 14px;
	text-align: left;
}


@media (max-width: 992px) {
	#oferta .d-flex .dual {width: 100%;}
	.contact .container {text-align: center;}
	.contact figure {margin-left: 0; width: 60%; min-width: 270px;}
	.contact .in-template {
		margin-bottom: 3%;
		width: auto;
	}
}

@media (max-width: 576px) {
	#oferta .segment .description {font-size: 16px;}
	#oferta .d-flex .dual {
		font-size: 1rem;
		padding: .25rem 1.25rem;
	}
}

@media (max-width: 480px) {
	#oferta .segment .description {font-size: 14px;}
	#oferta .d-flex .dual {
		font-size: .875rem;
		padding: .125rem .75rem;
	}
}
