/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* GLOBALES */
:root {
	--primario: #dc2597;
	--secundario: #758592;
	--fondo1: #eaedef;
	--fondo2: #d5dade;
}
body {
	overflow-x: hidden;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #505050;
}
p {
    font-size: 15px;
    line-height: 22px;
	text-align: justify;
}
p.large {
    font-size: 17px;
	line-height: 25px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--primario);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario);
}
h1,
h4,
h5,
h6 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

h2 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 300;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h3 {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 120px;
		padding-bottom: 160px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: var(--secundario);
}
::selection {
    text-shadow: none;
    background: var(--secundario);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.ev50 {
	margin-top: 50px;
}
.ev30 {
	margin-top: 30px;
}
.ev40 {
	margin-top: 40px;
}
.ev20 {
	margin-top: 20px;
}
.ev10 {
	margin-top: 10px;
}
.btn {
	border-radius: 0px !important;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-left: 10px;
}
.btn-1 {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	letter-spacing: 1px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: var(--secundario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.btn-2 {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primario);
	font-size: 15px;
	line-height: 15px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-top: 30px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: var(--primario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.btn-3 {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
	background-color: var(--secundario);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.panel-imagenes {
	background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
}
/* NAVIGATION */
.navbar {
    border-color: transparent;
    background-color: #222;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: auto;
	height: 40px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
.navbar .navbar-toggler i {
    color: #fff;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--secundario);
}
#navbarResponsive {
	margin-top: 20px;
}
.nav-link  {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 8px;
	padding-bottom: 6px;
	letter-spacing: 1px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: var(--secundario);
}
.nav-link.active {
    outline: 0;
    color: #fff;
	background-color: var(--secundario);
}
.redes-top a {
	font-size: 22px;
	line-height: 22px;
}
.hablemos .nav-link {
	background-color: var(--primario) !important;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-top: 10px;
}
.hablemos .nav-link:hover,
.hablemos .nav-link:focus {
	color: #fff;
	background-color: var(--secundario) !important;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.hablemos i {
	margin-right: 10px;
	font-size: 20px;
	line-height: 22px;
	position: relative;
	top: 2px;
}
@media(min-width:992px) {
	.navbar {
		border-color: transparent;
		background-color: transparent;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo {
		height: 80px;
		width: auto;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.nav-link  {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.hablemos .nav-link {
		margin-left: 15px;
		margin-top: 0px;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(34,34,34,.9);
    }
	#mainNav.navbar-shrink .logo {
		height: 60px;
	}
}
@media(min-width:1200px) {
	.logo {
		height: 90px;
		width: auto;
	}
	.nav-link  {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.hablemos .nav-link {
		margin-left: 20px;
		margin-top: 0px;
	}
}
/* ENCABEZADO */
header {
	background-color: var(--fondo1);
	background-image: url(../imagenes/fondo-header.jpg);
	background-position: center 50px;
	background-repeat: no-repeat;
	background-size: 180% auto;
}
.panel-header {
	padding-top: 100px;
	color: #FFF;
	height: 400px;
}
.img-header {
	padding-right: 80px;
	padding-left: 80px;
}
.texto-header-1 {
	margin-bottom: 4px;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
}
.texto-header-2 {
	margin-top: 24px;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	display: block;
}
.texto-header-2 span {
	font-weight: 700;
}
.misc-header {
	color: var(--primario);
	width: 50px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 6px !important;
	opacity: 100%;
}
@media(min-width:768px) {
	header {
		background-size: 150% auto;
	}
	.panel-header {
		padding-top: 100px;
		height: 450px;
	}
	.texto-header-1 {
		font-size: 60px;
		line-height: 60px;
	}
	.texto-header-2 {
		margin-top: 24px;
		margin-bottom: 40px;
		font-size: 19px;
		line-height: 30px;
		font-weight: 300;
		display: block;
	}
}
@media(min-width:992px) {
	header {
		background-position: center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	.panel-header {
		padding-top: 180px;
		height: 613px;
	}
	.texto-header-1 {
		font-size: 80px;
		line-height: 80px;
	}
}
@media(min-width:1200px) {
	.panel-header {
		padding-top: 200px;
		height: 613px;
	}
	.texto-header-1 {
		font-size: 90px;
		line-height: 90px;
	}
}
/* DESTACADOS */
.panel-destacado {
	padding: 20px;
	color: #fff;
}
.pd1 {
	background-color: rgba(0, 0, 0, .5);
}
.pd2 {
	background-color: rgba(0, 0, 0, .8);
}
.pd3 {
	background-color: rgba(0, 0, 0, .65);
}
#destacados h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 6px;
}
#destacados hr {
	color: var(--primario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 3px !important;
	opacity: 100%;
}
#destacados p {
	margin-top: 26px;
	font-weight: 300;
}
#destacados img {
	margin-left: auto;
	margin-right: auto;
}
@media(min-width:992px) {
	#destacados p {
		height: 220px;
	}
}
@media(min-width:1200px) {
	.panel-destacado {
		padding: 30px;
	}
	#destacados p {
		height: 180px;
	}
}
/* ACERCA */
#acerca {
	background-color: var(--fondo1);
	background-image: url(../imagenes/fondo-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#acerca h2 {
	color: var(--secundario);
}
#acerca h3 {
	color: var(--primario);
}
#acerca hr{
	color: var(--primario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
#acerca img {
	margin-bottom: 20px;
}
.resaltado {
	font-weight: 700;
	color: var(--primario);
}
.oscuro {
	color: #202020;
}
@media(min-width:992px) {
	#acerca {
		background-size: auto auto;
	}
	#acerca img {
		margin-bottom: 0px;
	}
}
/* SERVICIOS */
#servicios {
	background-color: #fff;
	background-image: url(../imagenes/fondo-2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#servicios h2 {
	color: var(--primario);
}
#servicios hr{
	color: var(--secundario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
.resaltado-1 {
	color: var(--secundario);
	font-weight: 700;
}
#servicios h3 {
	color: var(--secundario);
	margin-bottom: 10px;
}
.btn-t {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	margin-top: 40px;
}
.btn-t:hover,
.btn-t:focus,
.btn-t:active,
.btn-t.active {
	background-color: #202020;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.btn-b {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	background-color: var(--secundario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	margin-top: 40px;
}
.btn-b:hover,
.btn-b:focus,
.btn-b:active,
.btn-b.active {
	background-color: #202020;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
.titulo-3 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	color: var(--primario);
	margin-top: 40px;
}
.s1 {
	background-image: url(../imagenes/s1.jpg);
	height: 170px;
	margin-bottom: 20px;
}
.s2 {
	background-image: url(../imagenes/s2.jpg);
	height: 170px;
	margin-bottom: 20px;
}
@media(min-width:768px) {
	.s1 {
		height: 220px;
	}
	.s2 {
		height: 220px;
	}
}
@media(min-width:992px) {
	#servicios {
		background-size: auto auto;
	}
	.s1 {
		height: 310px;
		margin-bottom: 0px;
	}
	.s2 {
		height: 410px;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px) {
	.s1 {
		height: 290px;
	}
	.s2 {
		height: 370px;
	}
}
@media(min-width:1400px) {
	.s1 {
		height: 290px;
	}
	.s2 {
		height: 330px;
	}
}
/* TASACION */
#tasacion {
	background-color: var(--fondo2);
	background-image: url(../imagenes/fondo-3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding-bottom: 60px;
}
#tasacion h2 {
	color: var(--secundario);
}
#tasacion h3 {
	color: var(--primario);
	margin-bottom: 10px;
}
#tasacion hr{
	color: var(--primario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
.t1 {
	background-image: url(../imagenes/t1.jpg);
	height: 170px;
	margin-bottom: 20px;
}
@media(min-width:768px) {
	.t1 {
		height: 220px;
	}
}
@media(min-width:992px) {
	#tasacion {
		background-size: auto auto;
		padding-bottom: 140px;
	}
	.t1 {
		height: 380px;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px) {
	.t1 {
		height: 360px;
		margin-bottom: 0px;
	}
}
@media(min-width:1400px) {
	.t1 {
		height: 320px;
		margin-bottom: 0px;
	}
}
/* BUSQUEDA */
#busqueda {
	background-color: var(--fondo1);
	background-image: url(../imagenes/fondo-1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
	padding-bottom: 60px;
}
#busqueda h2 {
	color: var(--primario);
}
#busqueda hr{
	color: var(--secundario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
#busqueda h3 {
	color: var(--secundario);
	margin-bottom: 10px;
}
.top-escenario {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.te1 {
	background-color: rgba(117, 136, 143, .7);
}
.te2 {
	background-color: rgba(117, 136, 143, .4);
}
.te3 {
	background-color: rgba(117, 136, 143, .85);
}
.te4 {
	background-color: rgba(117, 136, 143, .55);
}
.b1 {
	background-image: url(../imagenes/b1.jpg);
	height: 170px;
	margin-bottom: 20px;
}
.b2 {
	background-image: url(../imagenes/b2.jpg);
	height: 170px;
	margin-bottom: 20px;
}
@media(min-width:768px) {
	.b1 {
		height: 220px;
	}
	.b2 {
		height: 220px;
	}
}
@media(min-width:992px) {
	#busqueda {
		background-size: auto auto;
		padding-bottom: 140px;
	}
	.b1 {
		height: 360px;
		margin-bottom: 0px;
	}
	.b2 {
		height: 270px;
		margin-bottom: 0px;
	}
}
@media(min-width:1200px) {
	.b1 {
		height: 340px;
	}
	.b2 {
		height: 270px;
	}
}
@media(min-width:1400px) {
	.b1 {
		height: 300px;
	}
	.b2 {
		height: 230px;
	}
}
/* PROPIEDADES */
#propiedades {
	background-color: #fff;
	background-image: url(../imagenes/fondo-2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#propiedades h2 {
	color: var(--secundario);
}
#propiedades hr {
	color: var(--primario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
@media(min-width:992px) {
	#propiedades {
		background-size: auto auto;
	}
}
/*! CONTACTO */
#contacto {
	background-color: var(--fondo2);
	padding-bottom: 50px;
	background-image: url(../imagenes/fondo-pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.panel-contacto {
	background-color: rgba(0, 0, 0, .7);
	padding-top: 50px;
	padding-bottom: 60px;
}
#contacto h2 {
	color: #fff;
}
#panel-contacto hr {
	color: var(--secundario);
	width: 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 3px !important;
	opacity: 100%;
}
#panel-contacto table {
	margin-bottom: 40px;
}
#panel-contacto td {
	padding-right: 10px;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 18px;
}
#panel-contacto td i {
	font-size: 16px;
	color: var(--primario);
}
#panel-contacto a {
	color: #ccc
}
#panel-contacto a:hover,
#panel-contacto a:focus {
	color: #fff;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px 20px 13px 20px;
	color: #333;
	border-radius: 0px;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:var(--secundario);
}
.form-group textarea.form-control {
	height: 193px;
	background-color: #fff;
	border-color:var(--secundario);
}
.form-control:focus {
	border-color:var(--primario) !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.sombra-contacto {
	padding: 0px !important;
	margin: 0px !important;
	vertical-align: top !important;
	display: table-cell;
}
/* PIE */
#pie {
	color: #303030;
	padding-top: 60px;
}
#pie a {
	color: #303030;
}
#pie a:hover,
#pie a:focus {
	color: var(--primario);
}
#pie img {
	width: 100px;
	height: auto;
}
#pie hr {
	margin-top: 20px;
	margin-bottom: 30px;
}
#pie table {
	margin-top: 30px;
	margin-bottom: 40px;
}
#pie td {
	padding-right: 10px;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 18px;
}
#pie td i {
	font-size: 16px;
}
.redes-pie {
	font-size: 40px;
	line-height: 40px;
	position: relative;
	top: 10px;
}
.subir {
	font-size: 30px;
	line-height: 30px;
}
#creditos a,
#creditos a:hover,
#creditos a:focus {
	color: #303030;
	font-size: 14px;
	line-height: 16px;
}
#creditos hr {
	margin-top: 40px;
	margin-bottom: 20px;
}
.links-pie {
	margin-top: 0px;
}
@media(min-width:576px) {
	.links-pie {
		margin-top: 0px;
	}
}
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:64px;
}
@media(min-width:576px) {
	#creditos hr {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
#contacto-enviado {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: var(--fondo2);
}