/*
	Theme Name: RMG
	Theme URI: http://html5blank.com
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Nurit Lerner Based on HTML5BLANK
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 14px/24px 'Roboto', Helvetica, Arial, sans-serif;
	color: #6f6f6f;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	clear: left;
}
a {
	color: #6f6f6f;
	text-decoration: none;
	transition: all 0.4s ease-in;
}
a:hover {
	color: #ff5800;
	transition: all 0.4s ease-in;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04a4cc;
}

button {
	-webkit-appearance: none !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1220px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.wrapper--col-flex {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.wrapper--row-flex {
	display: flex;
	align-items: center;
	flex-direction: row;
}

section {
	width: 100%;
	clear: left;
	background-color: #fff;
}
/* header */
.top {
	display: block;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	line-height: 34px;
	font-size: 15px;
}

.top a {
	display: inline-block;
	margin-right: 10px;
	line-height: 18px;
}

.section__contacts i {
	font-size: 12px;
}

.top__social {
	margin-left: auto;
}

.top__social a {
	display: inline-block;
	margin-left: 5px;
}

.top__social a i {
	font-size: 18px;
}

.top__social a:hover {
	opacity: 0.6;
}

.social-whatsapp {
	font-weight: bold;
	color: #40c351 !important;
}

.social-facebook {
	color: #2e2e7f !important;
}

.social-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.social-youtube {
	color: #fb0000 !important;
}

.header {
	padding: 20px 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
	z-index: 2;
	position: relative;
	background-color: #fff;
	transition: 0.4s all cubic-bezier(.3, .73, .3, .74);
}

.header.header--fixed {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 10px 0;
	top: -90px;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.4s all cubic-bezier(.3, .73, .3, .74);
}

.header.header--fixed.header--slide-down {
	top: 0;
}

.header.header--fixed .logo-img {
	max-height: 50px;
	width: auto;
}
/* logo */

.logo-img {
	height: 70px;
	width: auto;
	transition: all 0.3s ease-in;
}
/* nav */
.nav {
	margin-left: auto;
}

.nav ul {
	list-style-type: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.nav li {
	display: inline-block;
	margin-left: 5px;
	padding: 0 10px;
	position: relative;
}

.nav .ignore-menu > a {
	cursor: default;
	color: #6f6f6f !important;
}

.nav .current_page_item > a,
.nav .current_page_parent > a {
	color: #ff5800;
}

.nav ul .sub-menu {
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	position: absolute;
	width: auto;
	left: -10px;
	top: 100%;
	padding: 10px;
	min-width: 230px;
}

.footer .nav ul .sub-menu {
	display: none !important;
}

.nav ul li:hover .sub-menu {
	display: block;
}

.nav ul .sub-menu li {
	display: block;
	margin-bottom: 2px;
	width: 100%;
	line-height: 1;
	padding: 10px 5px;
	border-bottom: 1px solid #fff;
}

.nav ul .sub-menu li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

/* footer */
.footer {
	background-color: #fff;
	box-shadow: -6px 0 14px #0000002e;
	float: left;
	width: 100%;
	padding: 72px 0 52px;
}

.footer .section__contacts a {
	float: left;
	width: 100%;
	margin: 0 0 6px;
}

.footer .logo {
	margin-bottom: 20px;
}
.footer .logo-img {
	height: 61px;
}

.section__4cols {
	display: flex;
	flex-direction: row;
}

.section__4cols > div {
	padding: 0 20px;
	flex: 1 1 auto;
	max-width: 22%;
}

.section__4cols > div:first-child {
	padding-left: 0;
}

.section__4cols h5 {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.571428571428571em;
	text-transform: uppercase;
}

.section__4cols p {
	word-break: break-word;
	font-size: 14px;
	line-height: 20px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-break: break-word;
	font-size: 14px;
	line-height: 20px;
}

.footer li {
	margin-bottom: 9px;
}

.footer .sub-menu {
	display: none !important;
}

.footer .top__social a {
	margin-right: 10px;
}

.footer .social-whatsapp {
	width: 100%;
	margin-right: 0;
}
.footer .social-whatsapp,
.footer .logos img {
	clear: left;
	margin-top: 10px;
	float: left;
}

.footer .logos {
	margin-top: 20px;
	width: 100%;
	float: left;
	clear: left;
}

.copyright {
	display: block;
	background-color: #f7f7f7;
	padding: 10px 0;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	clear: left;
	position: relative;
	z-index: 2;
}

.copyright .wrapper {
	text-align: center;
}

.whatsapp-floating {
	width: 50px;
	height: 50px;
	background: rgb(77, 194, 71) none repeat scroll 0% 0% !important;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
	transition: all 0.5s ease 0s;
	display: block;
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	bottom: 21px;
	left: 23px;
	position: fixed !important;
	z-index: 16000160 !important;
}

.whatsapp-floating a {
	color: #fff;
}

.whatsapp-floating:hover {
	box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 11px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.hero {
	width: 100%;
	position: relative;
	height: calc(100vh - 145px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: transparent;
}

.hero.aos-init,
.propiedades-destacadas.aos-init {
	transform: none !important;
}

.hero video {
	object-fit: cover;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	background-size: cover;
	transition: 1s opacity;
	position: fixed;
}

.hero-slider {
	text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 6px;
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	font-family: Roboto;
	visibility: inherit;
	text-align: inherit;
	width: 50%;
}

.hero-slider p {
	margin: 0;
	display: none;
}

.hero-form {
	margin-left: auto;
	max-width: 404px;
}

.hero-form h4 {
	margin: 0 0 6px;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
}

.property-form h4 {
	text-shadow: none;
	color: #2bb9b9;
}

.property-form h4::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	padding-right: 5px;
}

.hero-form input,
.hero-form textarea {
	font-family: Roboto;
	text-align: inherit;
	line-height: 17px;
	border-width: 1px !important;
	border-color: transparent !important;
	margin: 5px 0px 10px;
	margin-bottom: 10px;
	padding: 10px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 13px;
	background-color: #fff;
	color: #444;
	border-radius: 5px;
	width: 100%;
}

.property-form input,
.property-form textarea {
	border: 1px solid #ccc !important;
}

.property-form {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 120px;
	align-self: flex-start;
}

.wpcf7-form-control-wrap .hidden {
	display: none;
}

.hero-form .wpcf7-not-valid {
	border-color: red !important;
}
.hero-form textarea {
	height: 140px;
	max-height: 140px;
	resize: none;
	line-height: 14px;
}

.hero-form .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: bold;
	margin-top: -8px;
	color: #fff !important;
	background-color: red;
	padding: 2px;
	line-height: 1.2;
	display: inline-block;
	top: -9px;
	position: relative;
}

.hero-form input::placeholder,
.hero-form textarea::placeholder {
	color: #333;
}

.home-form .wpcf7-submit {
	color: #fff !important;
	background: #ff5800 !important;
	border: none !important;
	padding: 0 30px !important;
	width: auto;
	color: #fff;
	height: 39px;
	line-height: 39px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;

	-webkit-appearance: none;
}

.home-form .wpcf7-submit:hover {
	background-color: red !important;
	transition: background-color 0.3s ease-in;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
	color: #fff;
	white-space: normal;
	line-height: 1.2;
	font-weight: bold;
	font-size: 13px;
	margin: 6px 0 !important;
}

section {
	padding: 0;
}

.home section,
.pagina section {
	padding: 80px 0;
}

.section__subtitle {
	text-align: center;
	margin-bottom: 40px;
}

.section__subtitle > * {
	max-width: 750px;
	width: 90%;
	margin: 10px auto;
	font-size: 16px;
	min-width: 300px;
}

h2 {
	color: #6f6f6f;
	text-align: center;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 5px;
}

.section_3cols {
	display: flex;
	flex-wrap: wrap;
}

.section_3cols--reduced {
	max-width: 800px;
	margin: 40px auto;
}

.section_3cols > div {
	max-width: 33.33%;
	min-width: 33.33%;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	flex: 1 1 0;
}

.section_3cols.section_3cols--orange > div {
	text-align: left;
}

.servicio__icono img {
	height: 78px;
	width: auto;
}

.servicio__icono--80 img {
	height: 80px;
}

.servicio__icono {
	margin-bottom: 10px;
}

.section_3cols h3 {
	text-align: center;
	color: #2bb9b9;
	font-size: 15px;
	margin: 0 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	line-height: 1.2;
	min-height: 39px;
}

.section_3cols--us h3 {
	color: #6f6f6f;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 16px;
	min-height: 0;
}

.section_3cols--greyed h3 {
	border-bottom: none;
	color: #6f6f6f;
}

.section_3cols--orange h3 {
	border-bottom: none;
	color: #ff5800;
	font-size: 18px;
	text-align: left;
	margin-bottom: 4px;
	min-height: 30px;
}

.section_3cols p {
	font-size: 14px;
	line-height: 1.4;
}

.section_3cols--orange {
	margin-top: 40px;
}
.section_3cols--orange p {
	margin: 0;
}

.section_3cols--us p {
	color: #6f6f6f;
	text-transform: uppercase;
	margin: 0;
}

.section__photo {
	margin-bottom: 20px;
	overflow: hidden;
}

.section__photo img {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 1, 1);
	-moz-transition: -moz-transform .3s cubic-bezier(.4, 0, 1, 1);
	-o-transition: -o-transform .3s cubic-bezier(.4, 0, 1, 1);
	transition: transform .3s cubic-bezier(.4, 0, 1, 1);
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.section__photo:hover img {
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}

.section_3cols--orange .section__number {
	color: #ff5800;
	font-size: 55px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1;
}

.section__footer {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	font-size: 17px;
}

.section__footer i {
	font-size: 14px;
	margin-right: 2px;
	display: inline-block;
}

.propiedades-destacadas {
	padding: 80px 0;
	background-image: url(img/bkg-fichas.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}

.quienes-somos-footer {
	padding: 80px 0;
	background-image: url(img/quienes-somos-3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1;
	width: 100%;
	color: #fff;
	position: relative;
	text-align: center;
}

.quienes-somos-footer h4 {
	font-size: 22px;
	text-align: center;
}

.quienes-somos-footer p {
	text-align: center;
	font-size: 15px;
	max-width: 760px;
	margin: 0 auto;
}

.propiedades-destacadas .section__footer a,
.propiedades-destacadas h2,
.propiedades-destacadas .section__subtitle {
	color: #fff;
}

.fichas {
	margin: 30px 0 60px;
}

.ficha {
	display: none;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #6f6f6f;
}

.ficha-desarrollo {
	display: none;
	margin-bottom: 10px;
	color: #6f6f6f;
}

.desarrollo-list .ficha-desarrollo {
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	min-height: 212px;
}

.property-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.property-list .ficha {
	width: 25%;
	display: block;
	margin-bottom: 20px;
}

.ficha > div {
	background-color: #fff;
}

.ficha__imagen {
	height: 200px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

.ficha__imagen img {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 1, 1);
	-moz-transition: -moz-transform .3s cubic-bezier(.4, 0, 1, 1);
	-o-transition: -o-transform .3s cubic-bezier(.4, 0, 1, 1);
	transition: transform .3s cubic-bezier(.4, 0, 1, 1);
	height: 100%;
	width: auto;
	max-width: none;
	min-width: 100%;
	vertical-align: middle;
}

.ficha__imagen:hover img {
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}

.ficha__texto {
	padding: 10px 15px;
}

.ficha h3 {
	color: #6f6f6f;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.ficha__detalle-item {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	line-height: 1.2;
}

.ficha__detalle-item:last-child {
	border: none;
}

.ficha__detalle-titulo i {
	color: #2bb9b9;
	width: 15px;
	font-size: 10px;
	text-align: left;
}

.ficha__detalle-valor {
	margin-left: auto;
	width: 40%;
	text-align: right;
}

.ficha__ver {
	width: 100%;
	background: #ff5800;
	display: block;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out 0s;
}

.ficha__ver:hover {
	background: red;
}

.fichas .slick-prev {
	left: -10px;
}

.fichas .slick-next {
	right: -10px;
}

.ficha-desarrollo {
	position: relative;
	padding-left: 400px;
}

.ficha-desarrollo .ficha__imagen {
	height: 100%;
	max-width: 380px;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ficha-desarrollo .ficha__imagen img {
	height: 100%;
	width: auto;
	max-width: none;
}

.ficha-desarrollo .ficha__texto {
	flex-grow: 1;
	padding: 0 10px;
	margin-bottom: 20px;
}
.ficha-desarrollo h3 {
	margin-bottom: 0;
}

.ficha-desarrollo .ficha__intro {
	line-height: 1.2;
}

.ficha-desarrollo .ficha__ver,
.ficha-desarrollo .ficha__consultar {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 16px;
}

.ficha-desarrollo .ficha__detalle-valor {
	font-weight: bold;
	font-size: 17px;
	color: #ff5800;
	width: 100%;
	margin: 0;
	text-align: left;
}

.desarrollos {
	background: #f8f8f8;
	overflow: hidden;
}
.desarrollos__items {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.desarrollos__wrap {
	padding: 0 15px;
	width: 50%;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.desarrollos__wrap {
		width: 100%;
	}
}

.desarrollos__item {
	display: flex;
	height: 100%;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border: 1px solid #ddd;
	padding: 45% 0px 0;
	overflow: hidden;
	align-items: center;
	cursor: pointer;
	flex-direction: column;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}

.desarrollos__item > div {
	position: relative;
	z-index: 2;
	padding: 0 10px 10px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.desarrollos__item:hover {
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.desarrollos__item h3 {
	text-transform: none;
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.desarrollos__item p {
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	padding: 2px 24px;
	margin: 0;
}

.desarrollos_item p strong {
	font-size: 15px;
}

.desarrollos__item a {
	color: #fff !important;
	border-color: rgba(0, 0, 0, 0.01);
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0px 0;
	border-radius: 0px;
	background-color: rgb(255, 88, 0);
	padding-left: 23px;
	padding-right: 23px;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	text-align: center;
	-webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear, padding .1s linear;
	transition: color .1s linear, background-color .1s linear, border-color .1s linear, padding .1s linear;
}

.desarrollos__item a:hover {
	padding-left: 27px;
	padding-right: 27px;
}

.call-to-action {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(img/call-to-action.jpg);
	transition: all 0.5s ease-in-out 0s;
	padding: 0;
	background-color: #ff6e00 !important;
	padding: 0 50px !important;
}

.call-to-action a {
	padding: 50px 0;
	color: rgb(255, 255, 255) !important;
	border-color: rgba(221, 51, 51, 0.01);
	font-weight: 500;
	text-transform: none;
	font-size: 38px;
	letter-spacing: 0px;
	background-color: rgba(0, 0, 0, 0.01);
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.call-to-action a i {
	font-size: 70%;
}

.call-to-action a:hover {
	background-color: rgba(255, 52, 1, 0.5);
}

.back-to-container {
	margin-bottom: 10px;
}

.back-to-btn {
	color: #ff5800;
	text-transform: uppercase;
	font-weight: bold;
}

.back-to-btn:hover {
	color: #ff0000;
}

.section-header {
	width: 100%;
	height: 120px;
	background-size: cover;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-header--property {
	background-image: url(img/prop-header.jpg);
}

.section-header--desarrollos {
	background-image: url(img/desarrollo-header.jpg);
}

.section-header--service {
	background-image: url(img/servicios-header.jpg);
}

.section-header--us {
	background-image: url(img/us-header.jpg);
}

.section-header--contacto {
	background-image: url(img/contacto-header.jpg);
}

.archive-template {
	text-align: center;
	background-color: #272727;
	color: #fff;
	padding: 80px 0;
}

.archive-template h1 {
	border-bottom: none;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.archive-intro {
	max-width: 800px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin: 0 auto;
}

.filtros {
	text-align: center;
	margin: 20px auto;
}

.filtros select {
	line-height: 30px;
	padding: 10px 5px;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.01);
	margin: 0px 10px 10px 0px;
	border-radius: 0px;
	background-color: rgb(111, 111, 111);
	display: inline-block;
	font-size: 15px;
}

.filter-btn {
	color: #fff;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	font-size: 29px;
	cursor: pointer;
}

.filter-btn:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease-in;
}
.filter-btn--light {
	opacity: 0.4;
}

.pagina section {
	text-align: center;
}

.rgmteam {
	margin: 30px auto;
}

.list-big-orange {
	margin: 0px auto 50px;
	clear: both;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	float: left;
	clear: left;
	width: 100%;
}
.list-big-orange ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	max-width: 780px;
}

.list-big-orange ul li {
	width: 50%;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 38px;
	padding-right: 20px;
	position: relative;
	text-align: left;
	display: inline-block;
	float: left;
}

.list-big-orange ul li:nth-child(odd) {
	clear: left;
}

.list-big-orange ul li::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background-color: #ff5800;
	content: "\f105";
	line-height: 29px;
	width: 29px;
	font-weight: bold;
}

.pagina .section__footer {
	display: none;
}

.section-grey {
	background-color: #fafafa;
	padding: 80px 0;
}

.section-black {
	background-color: #272727;
	padding: 80px 0;
	color: #fff;
	float: left;
	width: 100%;
}

.section-black h2 {
	color: #fff;
}

.section-black .list-big-orange {
	margin-top: 30px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.section-black .list-big-orange li::before {
	background-color: #2bb9b9;
}

.pagina .us-intro {
	display: flex;
	text-align: left;
}

.pagina .us-intro.gracias-intro {
	align-items: center;
}

.us-intro h2,
.us-intro .archive-intro {
	text-align: left;
}

.us-intro .archive-intro {
	font-size: 14px;
}

.us-intro h4 {
	font-size: 15px;
	margin-top: 0;
}
.us-intro .us-img {
	margin-right: 30px;
	height: auto;
	flex-grow: 0;
}

.link-btn {
	color: rgb(255, 255, 255) !important;
	border-color: rgba(0, 0, 0, 0.01);
	border-radius: 0px;
	background-color: rgb(255, 88, 0);
	padding-left: 23px;
	padding-right: 23px;
	transition: color .1s linear, background-color .1s linear, border-color .1s linear, padding .1s ease-in;
	font-size: 13px;
	letter-spacing: 1px;
	width: auto;
	height: 39px;
	line-height: 39px;
	padding: 0 23px;
	display: inline-block;
	font-weight: bold;
}
.link-btn:hover {
	background-color: red;
	padding: 0 27px;
}

.form-contacto {
	max-width: 800px;
	margin: 40px auto;
}

.form-contacto .contact-form {
	margin-top: 40px;
}

.contact-form .col1,
.contact-form .col2 {
	margin-right: 12px;
}
.contact-form .col1,
.contact-form .col2,
.contact-form .col3 {
	width: 32%;
	display: inline-block;
	margin-bottom: 0px;
}

.form-contacto .wpcf7-text,
.form-contacto textarea {
	display: block;
	margin: 5px 0 0;
	margin-bottom: 0px;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-size: 13px;
	line-height: 17px;
	background-color: #fff;
	color: #818181;
	font-family: Roboto;
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px solid #dbdbdb !important;
	max-width: 100%;
	width: 100%;
}

.form-contacto textarea {
	height: 120px;
	width: 100%;
}

.form-contacto .wpcf7-list-item {
	margin-left: 0;
	display: flex;
	align-items: flex-start;
}

.form-contacto .wpcf7-submit {
	float: right;
	-webkit-appearance: none;
	margin-top: 20px;
}

.search-input {
	font-size: 18px;
	font-weight: 400;
	padding: 0 36px 0 6px;
	line-height: 45px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #1e374a !important;
	max-width: 300px;
	width: 100%;
	color: #000;
	position: relative;
	margin-left: 35px;
}

.search-submit {
	position: relative;
	left: -35px;
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 20px;

	-webkit-appearance: none;
}

.search-form {
	width: 100%;
}

.loop-container {
	max-width: 860px;
	margin: 0 auto;
}
.article-loop {
	float: left;
	width: 100%;
	padding: 30px 0 30px;
	margin-bottom: 0;
	border-bottom: 2px solid #ccc;
	display: flex;
}

.article-loop:last-child {
	margin-bottom: 30px;
	border: none;
}

.single-post {
	padding: 80px 0;
}

.single-image {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.loop-photo {
	width: 200px;
	flex-shrink: 0;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	margin-right: 20px;
}

.loop-photo img {
	max-width: none;
	height: 100%;
}

.loop-text .date {
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 10px;
}

.loop-text {
	text-align: left;
}

.loop-text h2 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
}

.view-article {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 20px;
	display: inline-block;
	background-color: #ff5800;
	text-transform: uppercase;
}

.view-article:hover {
	background-color: red;
	color: #fff;
}

.pagination {
	clear: left;
	border-top: 2px solid #eee;
	padding-top: 20px;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    SLICK
\*------------------------------------*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	z-index: 2;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
	opacity: 0.45;
	color: white;
	transition: opacity 0.25s ease-in;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 10px;
}
.slick-prev:before {
	content: "\f137";
}

.slick-next {
	right: 10px;
}
.slick-next:before {
	content: "\f138";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	width: 10px;
	height: 10px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	padding: 0;
	line-height: 10px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: " ";
	text-align: center;
	opacity: 0.25;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #fff;
	width: 10px;
	height: 10px;
}

.slick-slide {
	position: relative;
}

.slider-text {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2em;
	line-height: 1.1;
	color: #fff;
	font-weight: 700;
	max-width: 30%;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
	display: none;
	transition: opacity 0.5s ease-in-out;
}

#back_to_top,
#back_to_top.off {
	opacity: 0;
	filter: alpha(opacity=0);
}

#back_to_top {
	color: #cdcdcd;
	height: auto;
	position: fixed;
	right: 22px;
	bottom: 90px;
	margin: 0;
	z-index: 10000;
	transition: all .3s ease 0s;
	visibility: hidden;
}

#back_to_top.on {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	right: 25px;
}

#back_to_top > span {
	width: 52px;
	height: 52px;
	line-height: 52px;
	display: inline-block;
	text-emphasis: center;
	text-decoration: none;
	border-radius: 52px;
	transition: all .2s ease 0s;
	border: 2px solid #e8e8e8;
	background: 0 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 22px;
	color: #b0b0b0;
	line-height: 52px;
}

#back_to_top:hover > span {
	background-color: #e8e8e8;
}

.propiedad,
.desarrollo {
	width: 100%;
	overflow: hidden;
}
.property-layout {
	display: flex;
	margin-top: 20px;
	padding-bottom: 50px;
}
.property-form {
	width: 380px;
	flex: 0 0 auto;
	margin-left: 30px;
}

.gallery,
.gallery-nav,
.property__images {
	width: 100%;
	margin: 0 0 5px;
	overflow: hidden;
}

.property__images {
	position: relative;
}

.property__code {
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	font-size: 13px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	padding: 2px;
	opacity: 0.7;
	z-index: 100;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.property__type {
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.property__type span {
	position: absolute;
	display: block;
	width: 349px;
	padding: 7px 42px;
	background-color: red;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	left: -22px;
	top: 90px;
	transform: rotate(45deg);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -0.2px;
	text-align: center;
	line-height: 1;
}

.property__type--black span {
	background-color: #000;
}

.ficha__imagen .property__type {
	width: 150px;
	height: 150px;
}

.ficha__imagen .property__type span {
	width: 241px;
	font-size: 12px;
	left: -35px;
	top: 44px;
}

.gallery img {
	width: 100%;
}

.gallery-nav .gallery-thumb {
	padding: 3px;
}

.gallery-video {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.gallery-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagina-video {
	max-width: 1020px;
	margin: 40px auto;
}

h1,
.h1,
.title h1 {
	color: #6f6f6f;
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 1.2;
}

h3,
.h3,
h3 a {
	color: #6f6f6f;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 1.2;
}

.property-layout h1 {
	padding-bottom: 10px;
	line-height: 1.2;
	margin-top: 50px;
	margin-bottom: 40px;
	border-bottom: 3px solid #2bb9b9;
	display: flex;
	align-items: center;
}

.property-layout h1 span.property__price {
	margin-left: auto;
	font-weight: normal;
	font-size: 28px;
}

.property-layout table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}

.property-layout table tr {
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	vertical-align: top;
}

.property-layout table td {
	padding: 5px 0;
	line-height: 1.6;
}

.property-layout table td:first-child {
	font-weight: bold;
	text-transform: capitalize;
}

.property-layout table td:last-child {
	text-align: right;
}

.amenities {
	margin-top: 40px;
}

.amenities ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.amenities h3 {
	margin-bottom: 0;
}
.amenities ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	line-height: 20px;
}

table.table-tecnica td:first-child {
	color: #2bb9b9;
	width: 26px;
	text-align: center;
}

.texto-libre {
	margin-top: 40px;
}
.texto-libre h3,
.texto-libre h2,
.texto-libre h4,
.texto-libre h5 {
	color: #2bb9b9;
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
}

.texto-libre ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.texto-libre ul li {
	position: relative;
	padding-left: 10px;
}

.texto-libre ul li::before {
	font-family: "Font Awesome 5 Free";
	color: #ff7600;
	font-weight: bold;
	margin-right: 3px;
	content: "\f105";
	position: absolute;
	top: 1px;
	left: 0;
}

.texto-libre iframe {
	max-width: 100%;
}

.texto-libre a {
	color: #ff5800;
}

.texto-libre a:hover {
	color: #6f6f6f;
}

.notfound {
	padding: 110px 0;
}

.backtohome {
	display: inline-block;
	color: #2bb9b9;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	height: 39px;
	line-height: 39px;
	padding: 0 23px;
	border: 2px solid #2bb9b9;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	border-radius: 4px;
	text-shadow: none;
	background-color: transparent;
	transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}

.backtohome:hover {
	border-color: #ff5800;
	background-color: #ff5800;
	color: #fff;
}

.mapas {
	display: flex;
	margin-top: 30px;
}

.mapas > div {
	min-width: 25%;
	padding-right: 20px;
}

.mapas > div:last-child {
	background: #eaeaea;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.general-section {
	padding: 80px 0;
	text-align: center;
}

.general-section .wrapper {
	text-align: center;
}

h2.nothing-to-show {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.mapas {
		display: block;
	}

	.mapas > div {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}

	.property-form {
		width: 300px;
	}

	.mapas > div:nth-child(odd) {
		clear: left;
	}
	.wrapper {
		padding: 0 20px;
		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.mapas > div {
		width: 100%;
		padding-right: 0;
	}
	.loop-photo {
		width: 100px;
		flex-shrink: 0;
		height: 100px;
		max-height: 100px;
		overflow: hidden;
		margin-right: 20px;
	}
	h2 {
		font-size: 28px;
	}

	.hero-slider {
		font-size: 28px;
	}
}

.mapas iframe {
	width: 100%;
	border: 1px solid #ddd !important;
}

.mapas h4 {
	font-size: 19px;
	color: #2bb9b9;
	margin-bottom: 6px;
	margin-top: 10px;
}

.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form .wpcf7-checkbox input,
.wpcf7-form .wpcf7-acceptance input {
	margin-right: 6px;
}
.orden-btns {
	display: inline-block;
}

.section-header.section-header--blog::before {
	background: rgba(255, 255, 255, 0.58);
	content: "";
	position: absolute;
	left: 0 auto;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}
.section-header.section-header--blog form {
	position: relative;
	z-index: 2;
}
.section-header--blog h3 {
	color: #1e374a;
	margin-bottom: 2px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (min-width: 1300px) {
	.fichas .slick-prev {
		left: -40px;
	}

	.fichas .slick-next {
		right: -40px;
	}
}

@media screen and (max-width: 1100px) {
	.top {
		font-size: 13px;
	}

	.top__social a i {
		font-size: 15px;
	}

	.top__social a {
		margin-left: 0;
	}

	.call-to-action a {
		font-size: 28px;
	}

	.property-list .ficha {
		width: 33.33%;
	}
}

@media screen and (min-width: 951px) {
	.menu-toggle {
		display: none;
	}

	nav.nav {
		display: block !important;
	}

	nav.nav .wrapper {
		width: 100%;
		max-width: none;
	}

	.hero {
		min-height: 1100px;
	}

	.nav .social-whatsapp {
		display: none;
	}
}
@media screen and (max-width: 950px) {
	.top {
		display: none;
	}

	.menu-toggle {
		display: block;
		position: absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 25px;
	}

	nav.nav {
		display: none;
		background-color: #fff;
		top: 100%;
		left: 0;
		width: 100%;
		position: absolute;
	}

	nav.nav li,
	.nav .social-whatsapp {
		width: 100% !important;
		padding: 10px !important;
		border-bottom: 1px solid #eee;
		line-height: 1.4 !important;
		margin: 0 !important;
		font-size: 15px;
	}

	.nav ul .sub-menu {
		position: relative;
		left: auto;
		top: auto;
		padding: 10px 10px 0;
	}

	.nav ul .sub-menu li {
		border-bottom: 0;
		border-top: 1px solid #eee;
	}

	.nav ul .sub-menu li:last-child {
		padding-bottom: 0 !important;
	}

	nav.nav a {
		width: 100%;
		display: block;
	}

	.menu-item-has-children > a::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		color: #999;
		position: absolute;
		font-weight: bold;
		right: 10px;
		font-size: 10px;
	}

	.menu-item-has-children:hover > a::after {
		content: "\f078";
	}

	.header {
		position: relative;
	}

	.header .wrapper--row-flex {
		justify-content: center;
		position: static;
	}

	.hero-slider {
		font-size: 27px;
		line-height: 35px;
	}

	.hero-form {
		max-width: 354px;
		width: 100%;
	}

	.section__4cols {
		flex-wrap: wrap;
	}
	.section__4cols > div {
		max-width: 50%;
		margin-bottom: 20px;
	}

	.property-layout h1 {
		display: block;
	}

	.property-layout h1 span {
		display: block;
	}

	.property-form.hero-form {
		max-width: 280px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	.hero {
		height: auto;
		padding-bottom: 40px;
	}

	.hero .wrapper--row-flex {
		flex-direction: column;
	}

	.hero-slider {
		text-align: center;
		font-size: 35px;
		line-height: 40px;
		width: 100%;
		margin-bottom: 20px;
	}

	.hero video {
		top: 0;
		position: absolute;
	}

	.hero-form {
		margin: 20px auto !important;
		position: relative;
		top: auto;
	}

	.property-layout {
		flex-direction: column;
	}

	.property-form.hero-form {
		max-width: 100%;
	}

	.desarrollos__items {
		display: block;
	}
	.desarrollos__item {
		max-width: 90%;
		margin-left: 5%;
		margin-bottom: 10px;
	}

	.section-header {
		height: 60px;
	}

	.section-header.section-header--blog {
		height: 120px;
	}

	.list-big-orange ul li {
		padding-right: 0;
		width: 100%;
	}

	.property-list .ficha {
		width: 50%;
	}

	.form-contacto .wpcf7-text,
	.form-contacto textarea,
	.hero-form input,
	.hero-form textarea,
	.property-form input,
	.property-form textarea {
		padding: 12px 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 700px) {
	.ficha-desarrollo {
		flex-direction: column;
		padding-left: 0;
	}

	.ficha-desarrollo .ficha__imagen {
		position: relative;
		height: auto;
		max-height: 230px;
		width: 100%;
		max-width: none;
	}

	.ficha-desarrollo .ficha__imagen img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 650px) {
	.section_3cols > div {
		min-width: 100%;
	}
	.section__4cols > div {
		max-width: 100%;
		min-width: 50%;
		margin-bottom: 20px;
		padding: 0;
	}

	.mapa-de-sitio {
		display: none;
	}

	.us-img {
		display: none;
	}

	.contact-form .col1,
	.contact-form .col2,
	.contact-form .col3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.property-list .ficha {
		width: 100%;
		max-width: 400px;
	}

	.wpcf7-form .wpcf7-checkbox input,
	.wpcf7-form .wpcf7-acceptance input {
		min-width: 19px;
		height: 19px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #2bb9b9;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #2bb9b9;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #2bb9b9;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

.wpcf7 form .wpcf7-response-output {
	background-color: rgba(255, 255, 255, 0.6);
}

#como-comprar-una-propiedad .servicio__icono img {
	height: auto;
}

#como-comprar-una-propiedad .section_3cols--orange h3 {
	display: none;
}

input[type="submit"]{
    /* change these properties to whatever you want */
    background-color: rgb(255, 88, 0);
    color: #fff;
    border-radius: 10px;
}