@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
	list-style: none;
	text-decoration: none;
}

iframe {
	width: 100%;
	height: 440px !important;
	border: none !important;
	padding: 40px 0;
}

.sidebar {
	margin-top: 30px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.tibus {
	color: rgba(255,255,255,0.8);
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 20px;
}

.tibus2 {
	color: rgba(255,255,255,0.8);
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.tibus3 {
	color: rgba(255,255,255,0.8);
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 40px;
}

.opeco {
	font-weight: 700;
	padding: 4px 0;
	display: block;
}

.opaco {
	opacity: 0.5;
	display: inline-block;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
	top: 0 !important;
	font-weight: 400;
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
	color: rgba(90,90,90,1);
	overflow-x: hidden;
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, b {
	margin: 0!important;
	padding: 0 !important;
	color: rgba(251,98,68,1) !important;
}

.error {
	margin: 8px 0;
	background-color: lightyellow;
}

a img {
	border: none;
	display: block;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: inherit;
	text-decoration: none;
}

.correcto1 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(5,13,44,1);
	color: rgba(255,255,255,1);
	float: left;
	font-weight: 400;
}

.correcto2 {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	background-color: rgba(251,99,0,1);
	color: rgba(255,255,255,1);
	float: left;
}

.fotorama {
	background-color: rgba(0,0,0,0.2);
	padding: 40px 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

.galerias {
	position: relative;
	background-color: rgba(5,13,44,1);
	padding: 240px 0 80px 0;
	margin-bottom: 50px;
	background-position: center;
	background-size: cover;
	background-blend-mode: darken;
	background-color: rgba(5,13,44,1);
}

.fotofloat {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 999;
	color: rgba(255,255,255,1);
	background-color: rgba(5,13,44,1);
	padding: 10px 20px;
	border-radius: 4px;
}

.linkubica {
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.web {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
}

.destacadot {
	padding: 4px 10px;
	background-color: #F60;
}

.nass {
	margin: 50px 0 0 0;
	background-color: rgba(5,13,44,1);
	padding: 40px 20px 50px 20px;
	color: rgba(255,255,255,1);
	text-align: center;
	border-radius: 4px;
}

.nassindex {
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 140px 0;
	color: rgba(255,255,255,1);
	text-align: center;
	background-color: rgba(251,98,68,1);
}

.boxservice {
	margin-top: -50px;
	margin-bottom: 50px;
	background-color: rgba(5,13,44,0.9);
	padding: 100px 0;
	color: rgba(255,255,255,1);
	text-align: center;
}

.name {
	font-size: 22px;
}

.name_servicio {
	font-size: 22px;
	padding-bottom: 20px;
}

.phone {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
}

.email {
	font-size: 14px;
	line-height: 14px;
}

.cargo {
	font-size: 14px;
	line-height: 14px;
}

.cbo {
	width:  100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:  9999;
}

.co50 {
	width:  33.3%;
	display:  inline-block;
	vertical-align:  middle;
	padding:  12px;
	box-sizing:  border-box;
}

.facebook {
	background-color: #3b5998;
}

.mail {
	background-color: #8b9dc3;
}

.whatsapp {
	background-color: #25d366;
}

.telefono {
	background-color: #333;
}

.linkt {
	position: fixed;
	right: 3%;
	bottom: 6%;
	z-index: 9999;
}

.fo {
	font-size: 12px;
	margin: 10px 0;
}

.bg-search-header {
	background-image: url(../imagenes/bg-search-header.png);
	background-position: top center;
	background-repeat: repeat-x;
}

.ired {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
	margin: 4px;
	transition: 0.6s;
}

.ired:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);

}

.ired2 {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 4px;
	transition: 0.6s;
}

.ired2:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.carr {
	background-color: rgba(5,13,44,1);
	width: 100%;
	height: 650px;
	margin-bottom: 50px;
	position: relative;
}

.c100 {
	width: 100%;
	height: 650px;
	object-fit: cover;
	filter: contrast(1);
	opacity: 0.8;
}

.c_propiedad {
	width: 90%;
	position: absolute;
    left: 50%;
	bottom: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.ubicacion0 {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
}

.ubicacion000 {
	font-size: 12px;
	font-weight: 700;
}

.link2 {
	background-color: rgba(251,98,68,1) !important;
	color: rgba(255,255,255,1) !important;
}

.link3 {
	color: rgba(5,13,44,1) !important;
	transition: 0.2s;
}

.link3:hover {
	color: rgba(5,13,44,1)!important;
}

.ufuf {
	background-color: rgba(5,13,44,1);
	color: rgba(255,255,255,1);
	padding: 6px 10px;
	display: none;
}

.featservicio {
	background-color: #369;
	padding: 60px;
	text-align: center;
	box-sizing: border-box;
	margin-top: -80px;
}

.tit25 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: rgba(255,255,255,1) !important;
}

.tsubit25 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: rgba(255,255,255,1) !important;
}

.text25 {
	font-size: 16px;
	line-height: 16px;
	color: rgba(255,255,255,1) !important;
}

.b1 {
	border-bottom: 1px solid rgba(255,255,255,1);
	margin: 20px 0;
}

.b2 {
	border-bottom: 2px solid #09F;
}

.b3 {
	border-bottom: 2px solid #093;
}

.b4 {
	border-bottom: 2px solid #FC0;
}

.codigo {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}

.ser {
	padding: 0 20px;
	box-sizing: border-box;
}

.modulordenar {
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0 6px;
	box-sizing: border-box;
	text-align: center;
}

.deco {
	width: 100%;
	height: 115px;
	background: linear-gradient(5deg,rgba(5,13,44,1) 50%,rgba(251,98,68,1) 50%);
	margin-bottom: -50px;
	padding-top: 50px;
}

.deco2 {
	width: 100%;
	height: 115px;
	background: linear-gradient(5deg,rgba(5,13,44,1) 50%,rgba(255,255,255,1) 50%);
	margin-bottom: -50px;
	margin-top: 50px;
}

.header {
	width: 100%;
	padding: 40px 0;
	text-align: right;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: 0.2s;
}

section {
	overflow: hidden;
}

.transparente {
	background-color: transparent;
}

.color {
	background-color: rgba(5,13,44,1);
}

.telefonoespecial {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
	color: rgba(5,13,44,1);
}

.superheader {
	background-color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 0;
	display: none;
}

.mtel {
	text-align:  center;
}

.face {
	padding:  6px 12px;
	background-color: #3b5998;
	transition: 0.2s;
	font-size:  20px;
}

.face:hover {
	padding:  6px 12px 12px 12px;
}

.what {
	padding:  6px 10px;
	background-color: #25d366;
	transition: 0.2s;
	font-size:  16px;
}

.what:hover {
	padding:  6px 10px 12px 10px;
}

.esp {
	margin-left: 20px;
	color: #ccc !important;
}

.esp2 {
	color: rgba(255,255,255,1) !important;
}

.full {
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	padding: 30px 0;
	font-weight: 700;
}

.titulo_test {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 50px;
	font-weight: 300;
	color: rgba(255,255,255,1);
}

.titulo_test2 {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 40px;
	font-weight: 300;
	color: #264D5D;
}


.itemdesta {
	padding: 40px 0;
	margin-bottom: 40px;
	background-color: #d7e2b3;
}

.tdestaca {
	color: rgba(255,255,255,1);
	font-size: 18px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 8px;
}

.sombra {
	width:  100%;
	display:  block;
}

.sp1 {
	padding: 6px 0;
	float: left;
}

.sp2a, .sp2b {
	width: 100%;
	color: rgba(5,13,44,1);
	box-sizing: border-box;
	font-weight: 400;
	text-transform:  uppercase;	
}

.sp3 {
	width: 100%;
	color: rgba(255,255,255,1);
	padding: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	text-transform:  uppercase;
}

.ras {
	background-color: rgba(251,98,68,1);
	color: rgba(255,255,255,1);
	text-transform:  uppercase;
	border-radius: 4px;
}

.buscadorojo {
	background-color: rgba(5,13,44,1);
	padding: 30px 0;
	margin-bottom: 50px;
}

.sp4 {
	width: 100%;
	color: rgba(255,255,255,1);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	border: 8px solid rgba(0, 0, 0, 0.0);
	background-clip: padding-box;
	line-height: 18px;
	background-color: #e10e13;
}

.ciudad {
	background-color: #0d3c8a;
	position: relative;
}

.acomoda {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 140px;
	z-index: 8888;
}

.maxh {
	padding-left:  20px;
	box-sizing:  border-box;
}

.fa-search {
	background-color: rgba(5,13,44,1);
	padding: 10px;
	font-size: 26px !important;
	transition: 0.2s;
	border-radius: 4px;
}

.fa-search:hover {
	background-color: rgba(5,13,44,1) !important ;
	padding: 10px;
	font-size: 26px !important;
	color: rgba(255,255,255,1);
}

.modulodestacado {
	background-color: rgba(5,13,44,1);
	margin-top: -50px;
	padding: 80px 0;
	margin-bottom: 50px;
}

.proinfo {
	width: 40%;
	height: 400px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	color: rgba(255,255,255,1) !important;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.profoto {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.profotomobile {
	display: none !important;
}

.profotodestacada {
	width: 100%;
	height: 400px;
	object-fit: cover;
	position: relative;
}

.proboton {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: rgba(255,255,255,1) !important;
	transition: 0.2s;
	font-size: 18px;
	line-height: 18px;
}

.proboton:hover { 
	color: rgba(251,98,68,1) !important;
	padding-left: 20px;
}

.prodeco {
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 8888;
	width: 100px;
	height: 400px;
	background: linear-gradient(76deg,rgba(5,13,44,1) 50%, transparent 50%);
}

.protitulo {
	font-size: 36px;
	line-height: 36px;
	padding: 20px 0;
	border-bottom: 4px solid rgba(251,98,68,1);
	margin: 20px 0;
}

.proubicacion {
	font-size: 22px;
	line-height: 22px;
	opacity: 0.5;
}

.provalor {
	color: rgba(251,98,68,1);
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
	margin: 20px 0;
}

.provalorr {
	color: rgba(255,255,255,0.6);
	font-size: 24px;
	line-height: 24px;
	margin-top: -16px;
}

.protrans {
	opacity: 0.5;
}

.prodes {
	background-color: rgba(251,98,68,1);
	padding: 6px 10px;
	border-radius: 4px;
	margin-right: 6px;
}

.orange {
	color: rgba(251,98,68,1) !important;
}

.proinfopage {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	color: rgba(255,255,255,1) !important;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	position: relative;
}

.proiconos {
	text-align: center;
	margin-top: 80px;
}

.footer {
	padding: 140px 0;
	color: rgba(255,255,255,1);
	margin-top: 50px;
	background-color: rgba(5,13,44,1);
}

.flotante {
	width: 100%;
	position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9998;
}

.logotipo {
	text-align: left;	
}

.logo {
	height: 80px;
	transition: 0.2s;
}

.amarillo {
	width: 100%;
	float: left;
	padding: 14px 0;
	text-align: left !important;
}

.content {
	

}

.col20b {
	width: 20%;
	display: inline-block;
	padding: 0 4px;
	box-sizing: border-box;
}

.w200 {
	max-width: 650px;
}

/* NAVEGADOR */

.nav {
	width: 100%;
	position: relative;
	z-index: 9999;
	font-size: 18px;
}

.nav > li {
	display: inline-block;
}

 
.nav li a {
	display: inline-block;
	transition: 0.2s;
	color: rgba(255,255,255,1);
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box;
}
 
.nav li a:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(251,98,68,1);
}

.nav li ul {
	text-align: left !important;
	display: none;
	position: absolute;
	min-width: 100px;
	background-color: rgba(5,13,44,1);
}

.nav li:hover > ul {
	display: block;
}

.nav li ul li {
	position: relative;
}
 
.nav li ul li ul {
	right: -140px;
	top: 0;
}

.mobile-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.mobile-header-right {
	text-align: right;
}

.mobile-menu-toggle {
	width: auto !important;
	display: inline-block;
	background-color: rgba(251,98,68,1);
	color: rgba(255,255,255,1);
	border: 1px solid rgba(251,98,68,1);
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

.mobile-nav {
	display: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid rgba(255,255,255,0.15);
}

.mobile-nav.is-open {
	display: block;
}

.mobile-nav-link,
.mobile-nav-sublink {
	display: block;
	color: rgba(255,255,255,1);
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav-main {
	font-weight: 700;
}

.mobile-nav-sub {
	padding-left: 14px;
}

.logotes {
	width: 50%;
	max-width: 400px;
	text-align: center;
	margin-bottom: 140px;
	filter: brightness(0) invert(1);
}

.testimonio {
	padding: 140px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: -50px;
	background-color: rgba(251,98,68,1);
}

.boxt {
	background-color: rgba(5,13,44,0.1);
	padding: 20px;
	font-weight: 400;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	font-size: 18px;
	line-height: 18px;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.nt {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
	color: rgba(255,255,255,1)
}

.flecha {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-top: 16px solid rgba(5,13,44,0.1);
	border-right: 16px solid transparent;
	margin: 0 auto;
}

.flecha2 {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-top: 16px solid rgba(5,13,44,1);
	border-right: 16px solid transparent;
	margin: 0 auto;
	margin-bottom: 50px;
}

#testimonio {
	overflow: hidden;
	box-sizing: border-box;
	display: block;
}

.item-test {
	width: 100%;
	display: block;
}

.columnas33 {
	display: table;
	width: 100%;
	background-color: rgba(5,13,44,0.6);
}

.fila {
	display: table-row;
}

.color1, .color2, .color3 {
	padding: 40px 60px;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	display: table-cell;
	width: 33.3%;
	text-align: center;
}

.color1 {
	
}

.tservicio {
	font-size: 18px;
	line-height: 18px;
	display: block;
}

.fservicio {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 20px;
	border: 10px solid rgba(255,255,255,0.2);
}

.fservicio:hover {
	border: 10px solid rgba(255,255,255,0.1);
}

.h100b {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	margin: 10px 0;
	background-color: transparent;
	border: 20px solid rgba(255,255,255,0.5);
}



/* ALINEACION DE TEXTOS */

.texto_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_justificado {
	text-align: justify;
}

.telh {
	font-weight: 400;
	font-size: 16px;
}

.separaicos {
	background-color: rgba(0,0,0,0.2);
	padding: 10px;
	border: 5px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	border-radius: 8px;
	box-sizing: border-box;
}

.icos {
	font-size: 42px;
	color: rgba(255,255,255,0.8);
}

.decla {
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}

.idcodigo {
	font-size: 14px;
}

.mayor {
	margin: 50px 0;
}

/* ALINEACION DE COLUMNAS */

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

/* MARGENES DE COLUMNAS */

.left {
	padding-right: 30px;
	box-sizing: border-box;
}

.center {
	padding: 0 30px;
	box-sizing: border-box;
}

.right {
	padding-left: 30px;
	box-sizing: border-box;
}

.left1 {
	padding-right: 2px;
	box-sizing: border-box;
}

.center1 {
	padding: 0 2px;
	box-sizing: border-box;
}

.right1 {
	padding-left: 2px;
	box-sizing: border-box;
}

.left10 {
	padding-right: 10px;
	box-sizing: border-box;
}

.center10 {
	padding: 0 10px;
	box-sizing: border-box;
}

.right10 {
	padding-left: 10px;
	box-sizing: border-box;
}

.fb-page {
	width: 100%;
	text-align: center;
}

.destacado {
	
}

/* COLUMNAS */

.columna100 {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.columna90 {
	width: 90%;
	display: inline-block;
	box-sizing: border-box;
}

.columna80 {
	width: 80%;
	display: inline-block;
	box-sizing: border-box;
}

.columna70 {
	width: 70%;
	display: inline-block;
	box-sizing: border-box;
}

.columna66 {
	width: 66.6%;
	display: inline-block;
	box-sizing: border-box;
}

.columna60 {
	width: 60%;
	display: inline-block;
	box-sizing: border-box;
}

.columna50 {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}

.columna40 {
	width: 40%;
	display: inline-block;
	box-sizing: border-box;
}

.columna33 {
	width: 33.3%;
	display: inline-block;
	box-sizing: border-box;
}

.columna30 {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}

.columna25 {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
}

.columna20 {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
}

.columna18 {
	width: 18%;
	display: inline-block;
	box-sizing: border-box;
}

.columna16b {
	width: 16.6%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.columna16a {
	width: 16.6%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.columna16 {
	width: 14.2%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.columna10 {
	width: 10%;
	display: inline-block;
	box-sizing: border-box;
}

.espe {
	width: 100%;
}

.botonpage {
	margin-top: 50px;
	display: block;
}

.w100 {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 50px;
}

.addthis_sharing_toolbox {
	text-align: left;
	margin-top: 50px;
}

.h100 {
	width: 100%;
	height: 280px;
	object-fit: cover;
	z-index: -9999;
	background-color: rgba(5,13,44,0.1);
}

.s100 {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	z-index: -9999;
	display: block;
}

.c25l {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.cajabajo {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -88888;
	width: 100%;
	box-sizing: border-box;
	padding: 0 14px;
}

.informacion {
	position: absolute;
	left: 0;
	bottom: 0;
	color: rgba(255,255,255,1);
	padding: 20px 20px 10px 20px;
}

.icodestacado {
	height: 200px;	
}

.icos3 {
	display: inline;
	color: rgba(255,255,255,1);
	font-size: inherit;
	text-align: center;
	box-sizing: border-box;
	padding-right: 20px;
}

.precionuevo {
	font-weight: 700;
	font-size: 18px;
}

.titulonuevo {
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
}

.textoformato {
	white-space: pre-line;
}

.estado {
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
}

.ubicacion {
	text-transform: uppercase;
	font-size: inherit;
	line-height: inherit;
	padding: 10px 0;
	text-align: center;
}

.ubicacion2 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
}

.operacion {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	background-color: #CC9E28;
	padding: 4px 8px;
	margin: 4px 0;
}

.datobasico {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	color: inherit !important;
	padding: 10px;
} 

.datovalor {
	font-size: 16px;
	text-align: center;
	background: rgba(251,98,68,1);
	color: rgba(255,255,255,1);
	padding: 10px 14px;
	position: absolute;
	bottom: 80px;
	right: 0;
	z-index: 9999;
} 

.datoicono {
	text-align: center;
	padding: 4px 10px;
	color: rgba(255,255,255,1);
	position: absolute;
	bottom: 90px;
	left: 10px;
	z-index: 9999;
} 

.datopropiedad {
	height: 80px;
	background-color: rgba(5,13,44,1);
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 4px solid rgba(251,98,68,1);
}

.datotitulo {
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1);
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 17px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.datos {
	margin-bottom: 20px;
	text-align: center !important;
	position: relative;
}

.datos80 {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 30px;
	box-sizing: border-box;
}

.datos_categoria {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.datos_valor {
	color: #333 !important;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(255,255,255,1);
	padding: 6px 8px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: absolute;
	top: 160px;
	right: 0;
}

.imgdestacado {
	box-sizing: border-box;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.datos_valor999 {
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(194,50,54,1);
	padding: 6px 8px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 0;
}

.leye {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: rgba(255,255,255,1);
}

.indexmapa {
	text-align: center;
	padding-top: 10px;
	font-weight: 700;
}

.precio0 {
	font-size: 24px;
	font-weight: 700;
}


.precio2 {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	position: absolute;
	top: 220px;
	left: 50%;
	z-index: 99999;
	text-align: center;
	background-color: #33ad86;
	padding: 6px 20px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.precio3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: #33ad86;
	color: rgba(255,255,255,1);
	padding: 8px;
}

.precio4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background: #C00;
	color: rgba(255,255,255,1);
	padding: 8px;
}

.cajabox {
	width: 100%;
	margin-bottom: 54px;
}

.ope1 {
	display: inline-block;
	color: rgba(255,255,255,1) !important;
}

.datos_blog {
	color: #3C3C3B;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}


.datos_ciudad {
	color: rgba(255,255,255,1);
	padding: 0 10px;
	font-size: 12px;
}

.relative {
	position: relative;
}

.propiedad {
	overflow: hidden;
	transition: 0.2s;
	z-index: 7777;
	border: 12px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	position: relative;
}

.propiedad:hover {
	opacity: 0.8;
}

.ods {
	background-color: #F9F9F9;
}

.side {
	border: none !important;
}

.infosmall {
	color: #333;
	font-size: 12px !important;
	font-weight: 700;
}

.gris {

}

.sinlinea {
	background-color: rgba(255,255,255,1) !important;
	border: 1px solid rgba(255,255,255,1) !important;
}

.calc1, .calc2 {
	width: 100px !important;
	text-align: center !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.iconsecu {
	font-size: 20px;
	opacity: 0.2;
}

.if {
	width: 50px;
	display: inline-block;
	margin-left: 6px;
}

#opcion {
	display: none;
}

.opcion {
	text-align: center !important;
	color: rgba(251,98,68,1) !important;
	cursor: pointer !important;
}

.input20 {
	width: 20%;
	padding: 0 2px;
	box-sizing: border-box;
	display: inline-block;
}

.input50 {
	width: 50%;
	padding: 0 2px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center !important;
}

.input60 {
	width: 60%;
	padding: 0 2px;
	box-sizing: border-box;
	display: inline-block;
}

.input100 {
	width: 100%;
	padding: 0 2px;
	box-sizing: border-box;
	display: inline-block;
}

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	box-sizing: border-box;
	color: inherit;
	background-color: rgba(255,255,255,1);
	transition: 0.2s;
	outline: none;
	border: 1px solid #D9D9D9;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
			border-radius: 4px;
			box-shadow: 0px 3px 20px rgba(5,13,44,0.1);
}

textarea {
	min-height: 120px;
	display: block;
}

button {
	float: right;
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	color: rgba(255,255,255,1);
	padding: 10px;
	box-sizing: border-box;
	border: none;
	transition: 0.2s;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
			border-radius: 4px;
	background-color: rgba(251,98,68,1);
}

button:hover {
	background-color: rgba(251,98,68,1);
	color: rgba(255,255,255,1);
}

::-webkit-input-placeholder { color: inherit; } /* WebKit */
:-moz-placeholder { color: inherit; } /* Firefox 18- */
::-moz-placeholder { color: inherit; } /* Firefox 19+ */
:-ms-input-placeholder { color: inherit; } /* IE 10+ */

select::-ms-expand {
    display: none;
}

.btncenter {
	width: inherit;
	float: inherit !important;
	transition: 0.2s;
	margin: 0 4px 8px 4px;
	min-width: 48px;
}

.btncenter:hover {
	padding: 10px 22px;
}

.btncenter-active {
	background-color: rgba(251,98,68,1) !important;
	border-color: rgba(251,98,68,1) !important;
	color: rgba(255,255,255,1) !important;
}

.btnc {
	background: rgba(251,98,68,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid rgba(251,98,68,1) !important;
}

.btnc:hover {
	background: rgba(251,98,68,1);
	border: 1px solid rgba(251,98,68,1) !important;
	color: rgba(255,255,255,1) !important;
}

.nnu {
	background-color: #18316d;
	padding: 4px 10px;
	color: rgba(255,255,255,1);
	margin-left: 2px;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.mm1 {
	padding: 0 2px;
	box-sizing: border-box;
}

.mm2 {
	padding-left: 2px;
	box-sizing: border-box;
}

.paginador {
	text-align: center;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.page-gap {
	display: inline-block;
	margin: 0 6px 8px 6px;
	opacity: 0.5;
}

.copo {
	width: 100%;
	display: block;
}

.w200 {
	width: 100%;
}

.featpro {
	background-color: #369;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: -50px;
}

.proespecial {
	text-align: justify;
	margin-bottom: 40px;
	color: rgba(255,255,255,1);
}

.titi {
	width: 100%;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	padding: 240px 0 40px 0;
	display: inline-block;
	margin-bottom: 50px;
	color: rgba(255,255,255,0.5);
	box-sizing: border-box;
	text-align: left;
	background-position: center;
	background-size: cover;
	background-blend-mode: darken;
	background-color: rgba(5,13,44,0.8);
}

.indicadores {
	margin-bottom: 50px;
}

.indi {
	opacity: 0.5;
}

.hedbus {
	padding: 2px 0;
	background-color: #4372b5;
}

#galeria {
	width: 100%;
	min-width: 1050px;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 400px;
}

.buscadorflotante {
	position: absolute;
	top: 0;
	left: 0;
	height: 650px;
	z-index: 9998;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10%;
}

.inicio {
	width: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 0 10%;
}

#carrusel {
	width: 100%;
	height: 650px;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	position:  relative;
}

.item-carrusel {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
}

.carrusel_item {
	padding: 30px;
	box-sizing: border-box;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(5,13,44);
	-moz-transform: translate3d(5,13,44);
	-ms-transform: translate3d(5,13,44);
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
	0% {opacity: 1}
}

@-moz-keyframes empty {
	0% {opacity: 1}
}

@keyframes empty {
	0% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}

@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}

@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}

@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}

@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}

@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}

@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}

@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}

@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}

@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}

@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}

@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}

@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}

@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}

@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}

@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}

@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}

@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}

@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}

@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

.owl-theme .owl-controls{
	margin-top: -40px;
	text-align: center;
	position: relative;
}

.owl-theme .owl-controls .owl-buttons div{
	color: rgba(255,255,255,1);
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(255,255,255,1);
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 18px;
	height: 18px;
	margin: 4px 4px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(255,255,255,1);
	
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: rgba(255,255,255,1);
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(../imagenes/loading.gif) no-repeat center center;
}

.fb-like {
	margin-top: 20px;
}

.titulo_footer {
	font-size: 20px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 0.5;
}

.link_f {
	margin-bottom: 6px;
}

.link_f2 {	
	width: 100%;
	color: rgba(255,255,255,1) !important;
	background-color: rgba(5,13,44,0.8);
	font-size: 16px;
	padding: 10px 4px;
	font-size: inherit;
	box-sizing: border-box;
}

.caja {
	position: relative;
	max-height: 200px;
}

.overlay {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: rgba(5,13,44,1);
	  overflow: hidden;
	  width: 100%;
	  height: 0;
	  transition: .5s ease;
}

.caja:hover .overlay {
	  height: 100%;
}

.text {
  	color: rgba(255,255,255,1);
  	font-size: 16px;
	line-height: 16px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
}

.blanco {
	color: rgba(255,255,255,1) !important;
}

.blanco:hover {
	color: rgba(251,98,68,1) !important;
}

.social {
	margin: 20px 0;
}

.at-share-btn {
	margin-right: 4px;
}

.copyright {
	font-size: 12px;
	margin-top: 40px;
}

.propiedadpre {
	font-size: 60px;
	font-weight: 700;
	margin-top: 10px;
}

.propiedadcon {
	font-size: 30px;
	font-weight: 700;
	margin-top: -10px;
}

.titulo {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 40px 0;
	color: #333;
	text-align: center;
}

.titulo2 {
	font-size: 20px;
	line-height: 20px;
}

.mas50 {
	width: 100%;
	margin-top: 50px;
	float: left;
	box-sizing: border-box;
}

.menos50 {
	width: 100%;
	margin-bottom: 8px;
	float: left;
	box-sizing: border-box;
}

.lineas {
	padding: 20px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: normal;
}

.forr {
	width: 100%;
	margin-top: 50px;
	float: left;
}

.detalle {
	width: 100%;
	float: left;
	padding: 10px 0;
	color: rgba(5,13,44,1);
	box-sizing: border-box;
	font-size: 22px;
}

.detalle6 {
	width: 100%;
	float: left;
	padding: 0 10px 4px 10px;
	color: rgba(5,13,44,1);
	box-sizing: border-box;
}

.detalle2 {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.dope {
	text-transform: uppercase;
	background-color: rgba(5,13,44,1);
	color: rgba(255,255,255,1);
	padding: 8px 10px;
	font-size: 22px;
	line-height: 22px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.dcat {
	text-transform: uppercase;
	background-color: rgba(5,13,44,0.8);
	color: rgba(255,255,255,1);
	padding: 8px 10px;
	margin-bottom: 8px;
}

.dpr1 {
	text-transform: uppercase;
	font-size: 34px;
	line-height: 34px;
	color: rgba(5,13,44,1);
	font-weight: 700;
}

.dpr2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	color: rgba(5,13,44,1);
}

.dcod {
	text-transform: uppercase;
	font-size: 14px;
	background-color: rgba(5,13,44,0.6);
	color: rgba(255,255,255,1);
	padding: 8px 10px;
	margin-top: 8px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.textobus {
	text-transform: uppercase;
	color:  rgba(255,255,255,1);
	font-size:  18px;
	line-height:  18px;
	padding-bottom: 10px;
}

.detmar {
	height: 50px;
}

.propiedad-contenedor-item-20 {
	width: 35%;
	float: left;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
}

.propiedad-contenedor-item-80 {
	width: 65%;
	float: left;
	overflow: hidden;
}

.separador {
	width: 100%;
	height: 1px;
	background-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}

.propiedad-aling {
	text-align: left;
}

.carrusel_estado2 {
	background-color: #1d70b7;
	padding: 10px 20px;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.carrusel_estado3 {
	background: #F60;
	padding: 10px 20px;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

.fo {
	font-size: 12px;
	margin: 10px 0;
}

.g1002 {
	height: 360px;
	display: block;
}

.sug {
	margin-bottom: 32px;
	margin-top: 40px;
	margin-left: 8px;
	margin-right: 8px;
	text-transform: uppercase;
	box-sizing: border-box;
	font-weight: 400;
}

.impre1 {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 20px;
	background-color: #F60;
	text-align: center;
	color: rgba(255,255,255,1);
	-moz-border-radius-top-left: 4px;
	-moz-border-radius-bottom-left: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.impre2 {
	font-size: 18px;
	line-height: 18px;
	background-color: #1d70b7;
	padding: 10px 20px;
	text-align: center;
	color: rgba(255,255,255,1);
	-moz-border-radius-top-right: 4px;
	-moz-border-radius-bottom-right: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nser {
	margin-left: 4px;
	margin-right: 4px;
	box-sizing: border-box;
}

.imgblox {
	width: 100%;
	display: block;
}

.bse {
	color: rgba(255,255,255,1) !important;
	font-size: 22px;
	display: block;
	padding: 1px 0;
	font-weight: 700;
}

.bse:hover {
	color: #FF3 !important;
}

.tser {
	background-color: #F30;
	padding: 8px;
	color: rgba(255,255,255,1);
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	width: 100%;
	box-sizing: border-box;
}

.salto40 {
	width: 100%;
	height: 40px;
}

.pagina {
	
}

/* SPOLIER */

input[id^="spoiler"]{
	display: none;
}

input[id^="spoiler"] + label {
	display: block;
	cursor: pointer;
	font-weight: 400;
	box-sizing: border-box;
	text-align: right;
	color: rgba(255,255,255,1);
	float: right;
	transition: all .2s;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
  	        border-radius: 0px;
}

input[id^="spoiler"]:checked + label {
	
}

input[id^="spoiler"] ~ .spoiler {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0; 
	transition: all .2s;
	box-sizing: border-box;

}

input[id^="spoiler"]:checked + label + .spoiler{
	height: auto;
	opacity: 1;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
  	        border-radius: 0px;
}

.spoiler {
	font-size: 16px;
}

.mibuscador {
	margin-bottom: 50px;
}

.mitexto {
	padding: 8px 4px;
	font-size: 18px;
	color: rgba(251,98,68,1);
}

.plomo {
	margin-top: 10px;
	background-color: rgba(251,98,68,1);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.2s;
}

.mitad {
	vertical-align: middle;
}

.ff {
	width: 100%;
	min-height: 150px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	}

	
.fotito {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
	
.dato1 {
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	background-color: rgba(194,50,54,1);
	position: absolute;
	left: 0;
	top: 1px;
	box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.30);
	-webkit-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 10px 10px rgba(50, 50, 50, 0.30);
	z-index: 6666;
}
	
.dato2 {
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6666;
	text-align: center;
	-moz-box-shadow: inset 0 -100px 100px -60px #000;
    -webkit-box-shadow: inset 0 -100px 100px -60px #000;
     box-shadow: inset 0 -100px 100px -60px #000;
	box-sizing: border-box;
}

.lli {
	background-color:  aquamarine;
	color: #333 !important;
}

@media screen and (max-width: 950px) {
	
.columna25 {
	width: 50%;
}

.columna33 {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}

.left10, .center10, .right10 {
	padding: 0;
	margin: 0;
}

.titulo_footer {
	margin-top: 26px;
}

.ser {
	margin-bottom: 40px;
}

.featservicio {
	padding-top: 60px;
	padding-bottom: 30px;
}

.testimonio {
	background-attachment: scroll, scroll;
}

}

@media screen and (max-width: 900px) {
	
.comm {
	display: none;
}

}

@media screen and (max-width: 900px) {
	
.ired {
	margin-right: 2px;
	margin-left: 2px;
}

.flotante {
	bottom: -14%;
}

.c_propiedad {
	top: 52%;
}

.columna100, .columna90, .columna80, .columna70, .columna60, .columna50, .columna40, .columna33, .columna30, .columna25, .columna20, .columna10 {
	width: 100%;
}

.columna16, .columna16b {
	width: 50%;
} 

.sm {
	margin-top: 0px !important;
}

.propiedadpre {
	font-size: 40px;
}

.mov {
	margin-bottom: 20px;
}

.footer {
	text-align: center !important;
	padding-bottom: 120px;
}

.left10, .center10, .right10 {
	padding: 0;
	margin: 0;
}

.titulo_footer {
	margin-top: 26px;
}

.at-share-btn {
	margin-right: 4px;
	margin-left: 4px;
}

.left {
	padding-right: 0;
}

button {
	width: 100%;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}

.mweb {
	width: 100% !important;
}

.col40 {
	width: 40%;
	display: inline-block;
}

.col60 {
	width: 60%;
	display: inline-block;
}

.mw100 {
	height: 40px;
	transition: 0.2s;
	padding:  10px 0;
}
		
.datos_valor999 {
	font-size: 14px;
	font-weight: 700;
	top: 20px;
}
	
	.ubicacion0 {
		font-size: 14px;
	}

	.colore {
		width: 100% !important;
	}
	
	.btnphone {
		position:  relative;
		font-size:  20px !important;
		background-color:  #234B5A !important;
		color:  rgba(255,255,255,1) !important;
		text-align:  center !important;
		padding:  20px 0;
	}
	
	.maxh {
		display: none;
	}
	
	.link44 {
		color: rgba(255,255,255,1) !important;
		padding:  20px 0;
		text-align:  center;
		font-size:  20px;
		display:  block;
	}

.select {
	border: none !important;
	border-radius: 0px !important;
	padding: 6px 10px;
	margin: 0;
	font-size: 18px;
	float: right;
	direction: rtl !important;
	color: rgba(255,255,255,1) !important;
	outline: none;
	background-color: transparent !important;
	box-shadow: none !important;
}

.mobile-nav-link,
.mobile-nav-sublink {
	font-size: 16px;
}

.cabecera {
	font-size: 26px;
	line-height: 26px;
}

#map-canvas {
	height: 250px;
}

.left1 {
	padding-right: 0;
	box-sizing: border-box;
}

.center1 {
	padding: 0;
	box-sizing: border-box;
}

.right1 {
	padding-left: 0;
	box-sizing: border-box;
}

.titulo-agente {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 40px;
}

.item-agentes-index {
	padding: 60px 0;
	font-size: 36px;
	background-image: url(../imagenes/ciudad.png);
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	background-color: #3C3C3B;
	color: rgba(255,255,255,1);
}

.s100 {
	width: 100%;
	height: 200px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	z-index: -9999;
	display: block;
}

.carrusel_item {
	padding: 6px 10px;
	min-height: 160px;
	z-index: 9999;
}

.carrusel_estado {
	float: left;
	z-index: 8888;
	text-align: left;
	background-color: #3C3C3B;
	padding: 4px;
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: 400;
	clear: both;
	margin-bottom: 6px;
}

.carrusel_estado2 {
	float: inherit;
	z-index: 8888;
	text-align: left;
	padding: 6px;
	font-size: 20px;
	font-weight: 700;
	clear: both;
	margin: 10px 0;
}

.carrusel_datos_categoria {
	color: rgba(255,255,255,1);
	font-size: 16px;
	clear: both;
}

.carrusel_datos_valor {
	color: rgba(255,255,255,1);
	font-size: 26px;
	font-weight: 700;
}

.btnbottom {
	position: absolute;
	top: 50px;
	right: 10px;
}

.carrusel_back {
	background-image: url(../imagenes/ciudad.png);
	background-position: center center;
	background-size: cover;
	background-color: #3C3C3B;
	color: rgba(255,255,255,1);
}

.o {
	float: left;
	margin: 30px 0;
	color: #999;
}

.re {
	display: none;
}

#galeria {
	height: 100%;
	overflow: hidden;
}

.full {
	font-size: 18px;
	line-height: 18px;
}

.titulo_test {
	font-size: 22px;
	line-height: 22px;
}

input[id^="spoiler"] + label {
	text-align: left;
}

.col50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.impre1 {
	text-align: center;
	-moz-border-radius-top-right: 4px;
	-moz-border-radius-top-left: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottom-right: 0px;
	-moz-border-radius-bottom-left: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.impre2 {
	text-align: center;
	-moz-border-radius-bottom-right: 4px;
	-moz-border-radius-bottom-left: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-top-right: 0px;
	-moz-border-radius-top-left: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.owl-theme .owl-controls .owl-page span{
	display: none;
}

.bservi {
	text-align: center;
}

.tser {
	width: 100%;
	text-align: center;
	background-color: #F30;
	padding: 8px;
	color: rgba(255,255,255,1);
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	float: none;
}

.leyenda_item {
	font-size: 22px;
	line-height: 22px !important;
}

.testimonio {
	background-attachment: scroll, scroll;
}

.hedbus {
	padding: 20px 0;
}

.proinfopage {
	padding: 40px 5px;
}

.proiconos {
	margin-top: 0;
}

.galerias {
	padding: 148px 0 80px 0;
}

.proinfo {
	width: 100%;
	padding: 20px 5px;
}

.profoto {
	
	display: none !important;
}

.profotomobile {
	width: 100%;
	padding: 0;
	display: block !important;
}

.profotodestacada {
	width: 100%;
	height: 280px;
}

.proboton {
	position: relative !important;
	left: 5px;
	bottom: 0;
}

.proboton:hover { 
	color: rgba(251,98,68,1) !important;
}

.prodeco {
	display: none;
}

.protitulo {
	font-size: 26px;
	line-height: 26px;
	padding: 20px 0;
	border-bottom: 4px solid rgba(251,98,68,1);
	margin: 20px 0;
}

.proubicacion {
	font-size: 22px;
	line-height: 22px;
	opacity: 0.5;
}

.provalor {
	color: rgba(251,98,68,1);
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
	margin: 20px 0;
}

.provalorr {
	color: rgba(255,255,255,0.6);
	font-size: 24px;
	line-height: 24px;
	margin-top: -16px;
}

.protrans {
	opacity: 0.5;
}

.prodes {
	background-color: rgba(251,98,68,1);
	padding: 6px 10px;
	border-radius: 4px;
	margin-right: 6px;
}

	
}

@media screen and (max-width: 650px) {

	.leye {
		font-size: 30px;
		line-height: 30px;
	}
	
	.sp2a {
		display: none;
	}
	
	.sp2b {
		text-align: center !important;
	}
	
	.telefonoespecial {
		display: none;
	}

	.acomoda {
		top: 100px;
	}

	.logo {
		height: 40px;
	}

	.jumpmobile {
		margin-top: 120px;
	}

	.input20 {
		width: 50%;
	}
	
	.input50 {
		width: 50%;
	}
	
	.input60 {
		width: 100%;
	}
	
	.input100 {
		width: 100%;
	}

}

@media screen and (max-width: 500px) {

.titi {
	font-size: 18px;
	line-height: 18px;
	padding: 148px 0 40px 0;
}

.ser {
	padding: 0 0;
	box-sizing: border-box;
}

.tdestaca {
	font-size: 16px;
	line-height: 16px;
}

}

.colors {
	background-color: rgba(240,240,240,1);
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 140px 0;
	text-align: center;
}

.titulorelacionado {
	color: inherit;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 50px;
}
