@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

iframe {
	width: 100%;
	height: 400px;
	margin: 20px 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

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

.sslss {
	background-color: rgba(0,0,0,0.2);
}

body {
	font-family: "Open Sans", sans-serif;
	position: relative;
	top: 0 !important;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
	color: rgba(50,50,50,1);
}

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

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}

b {
	color: rgba(91,101,136,1);
	font-weight: 700;
}

.red {
	background-color: rgba(50,50,50,1);
	padding: 6px 12px;
}

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

a:link {
	color: rgba(50,50,50,1);
	text-decoration: none;
}

a:visited {
	color: rgba(50,50,50,1);
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: rgba(91,101,136,1);
	text-decoration: none;
}

.banderas {
	height: 16px;
	display: block;
	float: right;
	position: relative;
}

.seresp {
	font-size: 20px;
	color: rgba(235,33,38,1) !important;
}

.seresp:hover {
	color: rgba(245,138,30,1) !important;
}

.categoria {
	margin: 50px 8px 30px 8px;
}

.header-content-secure {
	display: flex;
	justify-content: end;
	align-items: center;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255,255,255,1);
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid rgba(91,101,136,1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: block;
}

@keyframes spin {

    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }

}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.loading-overlay .spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgba(91,101,136,1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.image1, .image2 {
	text-align: center;
	padding: 40px 30px;
	color: rgba(255,255,255,1);
	
	font-size: 30px;
}

.image1 {
	background-image: url(../imagenes/image1.jpg);
	background-position: center;
	background-size: cover;
}

.image2 {
	background-image: url(../imagenes/image2.jpg);
	background-position: center;
	background-size: cover;
}

.galerias {
	background-color: rgba(50,50,50,0.1);
	padding: 20px;
	border-radius: 4px;
}

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

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

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

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

.boxagente {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 50px 0;
}

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

.nass2 {
	margin: 50px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

.name {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	color: rgba(0,0,0,1);
}

.cargo {
	font-size: 12px;
	line-height: 12px;
	padding: 4px 0 10px 0;
	font-weight: 700;
	opacity: 0.6;
	color: rgba(0,0,0,1);
}

.email {
	font-size: 14px;
	line-height: 14px;
	color: rgba(0,0,0,1);
}

.phone {
	padding-top: 4px;
	font-weight: 700;
	color: rgba(0,0,0,1);
}

.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: rgba(0,0,0,0.4);
}

.whatsapp {
	background-color: rgba(0,0,0,0.6);
}

.telefono {
	background-color: rgba(0,0,0,0.8);
}

.linkt {
	position: fixed;
	right: 5.1%;
	bottom: 4%;
	z-index: 9999;
}

.mensajelinkt {
	background-color: rgba(50,50,50,0.8);
	color: rgba(255,255,255,1);
	padding: 4px 8px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 10px;
}

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

.ired {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 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);
}

.esmenos {
	margin-right: -20px;
}

.lineaizq {
	border-left: 1px solid rgba(240,240,240,1) !important;
	padding-right: 20px;
	box-sizing: border-box;
}

.mp {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.8;	
}

.md {
	font-weight: 700;
}

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

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

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

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

.titulo_principal {
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	font-weight: 300 !important;
	margin: 50px 0;
	padding: 0 60px;
}

.carr {
	background-color: rgba(0,0,0,1);
	margin-bottom: 45px;
}

.c100 {
	width: 100%;
	height: 500px;
	object-fit: cover;
	opacity: 0.8;
}

.c_propiedad {
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	color: rgba(255,255,255,1);
	text-align: left;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5);

}

.search {
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 24px;
}

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

.ubicacion00 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 6px 0;
}

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

.link2:hover {
	background-color: rgba(50,50,50,1) !important;
	color: rgba(255,255,255,1) !important;
}

.link3 {
	background-color: rgba(50,50,50,1) !important;
	transition: 0.2s;
}

.link3:hover {
	background-color: rgba(50,50,50,1) !important;
}

.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;
	
	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;
}

.header {
	width: 100%;
	text-align: right;
	background-color: #FFF;
}

.superheader {
	width: 100%;
	background-color: rgba(240,240,240,1);
	font-weight: 400;
	padding: 10px 0;
	vertical-align: middle !important;
	box-sizing: border-box;
}

.iconheader {
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.numberphone {
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: rgba(0,0,0,0.8);
}

.numbercorreo {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: rgba(0,0,0,0.8);
	margin-top: 10px;
	font-weight: 400;
}

.transparente {
	background-color: transparent;
}

.color {
	background-color: rgba(255,255,255,1);
}

.empresaf {
	width: 100%;
	position: relative;
	padding: 162px 40px;
	box-sizing: border-box;
	background-image: url(../imagenes/transparencia.png), url(../imagenes/empresaf.jpg);
	background-attachment: fixed;
	background-position: center, center;
	background-size: auto, cover;
	text-align: center !important;
	color: rgba(42,43,38,1);
	margin-bottom: -50px;
}

.nuevoagente {
	text-align: center !important;
	margin-top: 80px;
}

.iconof {
	width: 200px;
	margin: 0 auto !important;
	padding-bottom: 30px;
}

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

.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: 40px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 5px rgba(50,50,50,1);
}

.titulo_test2 {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 40px;
	font-weight: 300;
	color: #264D5D;
	text-shadow: 2px 2px 5px rgba(50,50,50,1);
}

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

.itemdesta {
	padding: 30px 0 80px 0;
	background-color: rgba(50,50,50,1);
}

.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;
}

.sp2 {
	background-color: #ffdd00;
	color: rgba(50,50,50,1);
	padding: 6px 10px;
	float: right;
	margin-left: 4px;
}

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

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

.sp3 {
	width: 100%;
	color: inherit;
	padding: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	text-transform:  uppercase;
}

.ras {
	background-color: rgba(250,15,12,1);
	color: rgba(255,255,255,1);
	text-transform:  uppercase;
	border-radius: 4px;
}

.indi {
	opacity: 0.5;
}

.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;
}

.btest {
	margin: 25px 0;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}

.ntest {
	font-weight: 700;
	margin-bottom: 10px;
}

.mtest {
	font-weight: 300;
	font-size: 18px;
}

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

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

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.paginacion {
	margin-top: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.numeropagina {
	margin: 0 8px;
}

#activeb {
	font-size: 22px;
	font-weight: 700;
}

.icon_comparte {
	width: 32px;
	height: 32px;
	object-fit: cover;
	margin-right: 10px;
	display: inline-block;
}

.altoform {
	margin-top: 0;
}

.box_secure {
	background-color: rgba(240,240,240,1);
	margin-top: 40px;
	margin-bottom: 30px;
	border-radius: 4px;
}

.header-content-secure {
	display: flex;
	justify-content: end;
	align-items: center;
}

.btnp {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: rgba(255,255,255,1) !important;
	padding: 16px;
	box-sizing: border-box;
	border: none;
	transition: 0.2s;
	border-radius: 4px;
	background: rgba(91,101,136,1);
}

.activeb {
	font-weight: 700;
}

.icen {
	text-align: center !important;
	border: none !important;
	font-weight: 700;
	font-size: 40px;
	color: rgba(255,255,255,1);
	outline: none;
	background-color: transparent;
	-webkit-border-radius: 4px !important;
  	   -moz-border-radius: 4px !important;
  	    -ms-border-radius: 4px !important;
  	     -o-border-radius: 4px !important;
	        border-radius: 4px !important;
}
	
	.recta {
	width: 50%;
	display:  inline-block;
	text-align:  center;
	text-transform:  uppercase;
	border: 1px solid rgba(255,255,255,0.1);
	box-sizing:  border-box;
	padding: 6px;
	margin: 0;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
	        border-radius: 0px;
}
	
	.recta2 {
	width: 100%;
	display:  inline-block;
	text-align:  center;
	text-transform:  uppercase;
	background-color: rgba(0,0,0,0.2);
	color: rgba(255,255,255,1);
	box-sizing:  border-box;
	padding:  6px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}
	
.datorecta {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
}

.datoform {
	font-size: inherit;
	font-weight: 400;
	padding: 6px 0;
}
	
.texp {
	font-size:  12px;
	margin-top:  10px;
	text-align: center;
}

	
input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

 

input[type=number] {

    -moz-appearance:textfield;

}

.tisimubox {
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
}

.btncarrusel {
	display: flex;
	justify-content: center;
}

.footer {
	color: rgba(255,255,255,1);
	margin-top: 50px;
	background-color: rgba(91,101,136,1);
	padding: 162px 0;
}

.icon2 {
	width: 60px;
	height: 60px;
}

.ssal {
	margin: 30px 0;
}

.box {
	width: 100%;
	min-height: 450px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.foto1, .foto2, .foto3 {
	background-position: center center;
	background-size: cover;
	position: relative;
}

.sinf {
	background-color: rgba(50,50,50,1);
	position: relative;
}

.boxcontenido {
	margin-bottom: -50px;
}

.boxcontenedor {
	width: 100%;
	margin-bottom: 60px;
}

.box1, .box2, .box3 {
	vertical-align: middle;
	color: rgba(255,255,255,1) !important;
}

.box1 {
	background-color: rgba(226,31,37,1);
	padding: 20px 0;
}

.box2 {
	background-color: rgba(226,31,37,0.9);
	padding: 20px 0;
}

.box3 {
	background-color: rgba(226,31,37,0.8);
	padding: 20px 0;
}

.logotipo {
	text-align: left;
}

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

.amarillo {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(91,101,136,1);
}

.titulonass {
	font-size: 28px;
	opacity: 0.8;
	padding-bottom: 20px;
}

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

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

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


.w200 {
	max-width: 600px;
}

.servicon {
	width: 50px;
	height: 50px;
	font-size: 50px;
	margin-right: 20px;
	opacity: 0.2;
}

/* NAVEGADOR */

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

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

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

.nav li ul {
	text-align: left !important;
	display: none;
	position: absolute;
	min-width: 100px;
	font-size: 14px !important;
	line-height: 14px;
	background-color: rgba(91,101,136,1);
}

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

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

.testimonio {
	margin-top: 50px;
	padding: 162px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../imagenes/back2.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: -50px;
}

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

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

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

.flecha2 {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-top: 16px solid #dd9342;
	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;
}

/* ALINEACION DE TEXTOS */

.completo {
	width: 100% !important;
}

.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;
}

.icos {
	font-size: 36px;
	color: rgba(50,50,50,1);
}

.decla {
	font-size: 12px;
}

.idcodigo {
	font-size: 14px;
}

.mayor {
	margin: 50px 0;
}

/* ALINEACION DE COLUMNAS */

.top {
	align-content: start;
}

.middle {
	align-content: center;
}

.bottom {
	align-content: end;
}

/* 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;
}

/* 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: top;
}

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

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

.espe {
	width: 100%;
}

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

.addthis_sharing_toolbox {
	text-align: center;
	margin-bottom: -10px;
}

.minibotonservicio {
	margin-top: 25px;
	display: block;
}

.tisidebar {
	padding: 0 10px;
	box-sizing: border-box;
	color: rgba(50,50,50,1) !important;
	transition: 0.2s;
}

.tisidebar:hover {
	color: rgba(91,101,136,1) !important;
}

.sideser {
	border-radius: 4px;
	margin-bottom: 5px;
	background-color: rgba(240,240,240,1);
}

.m100 {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}

.h100 {
	width: 100%;
	height: 240px;
	object-fit: cover;
	z-index: -9999;
}

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

.c25lb {
	width: 162px;
	height: 162px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
	margin: 0 auto;
	border-radius: 50%;
}

.h100b {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
}

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

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

.ubicacion {
	text-transform: uppercase;
	font-size: 12px;
}

.ubicacion32 {
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	position: absolute;
    left: 0;
    top: 50%;
	color: rgba(255,255,255,1);
	text-align: center !important;
	width: 100%;
}

.ubicacion42 {
	font-size: 18px;
	font-weight: 400;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	position: absolute;
    left: 0;
    top: 50%;
	color: rgba(255,255,255,1);
	text-align: center !important;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
}

.ubicacion2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	color: rgba(250,15,12,1);
}

.ubicacion22 {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: right;
	color: rgba(255,255,255,1);
	text-align: center;
}

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

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

.cblanco {
	color: rgba(255,255,255,1) !important;
	background-color: rgba(255,255,255,0.2);
}

.datos {
	padding: 20px;
	text-align: left !important;
	min-height: 80px;
	background-color: rgba(207,216,220,0.2);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.datos80 {
	width: 100%;
	height: 80px;
	position: relative;
}

.datos_categoria {
	color: rgba(50,50,50,1);
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

.datos_valor {
	color: rgba(50,50,50,1) !important;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	background-color: rgba(255,255,255,1);
	padding: 6px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 162px;
	left: 0;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.datos_valor99 {
	width: 200px;
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: 9998;
	text-transform: uppercase;
	background-color: rgba(250,15,12,1);
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 900;
	padding: 6px 8px;
	overflow: hidden;
	transform: rotate(-45deg);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

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

.icodestacado {
	height: 200px;
}

.leye {
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 10px;
}

.precio0 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.precio2 {
	position: absolute;
	top: 180px;
	right: 20px;
	z-index: 8888;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	background-color: rgba(250,15,12,0.9);
	padding: 4px 8px;
	border-radius: 4px;
}

.precio3 {
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(194,71,71,0.8);
	color: rgba(255,255,255,1);
	padding: 8px;
}

.precio4 {
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(194,71,71,1);
	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;
	
}

.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: 8px solid rgba(0,0,0,0);
	background-clip: padding-box;
	border-radius: 16px;
	background-color: rgba(240,240,240,1);
}

.lineapropiedad {
	z-index: 7777;
	position: relative;
}

.ods {
	background-color: #F9F9F9;
}

.side {
	border: none !important;
	margin-bottom: 8px;
}

.infosmall {
	color: rgba(50,50,50,1);
	font-size: 12px !important;
	font-weight: 700;
}

.gris {
	filter: grayscale(100%);
	opacity: 0.5;
}

select option {
    background: rgba(255,255,255,1);
    color: rgba(42,43,38,1);
}

.error {
	background-color: rgba(255,255,0,0.4);
}

.correcto1 {
	width: 100%;
	box-sizing: border-box;
	background-color: green;
	color: rgba(255,255,255,1);
	float: left;
	border-radius: 4px;
	padding: 16px 20px;
	margin: 40px 0;
}

.correcto2 {
	width: 100%;
	box-sizing: border-box;
	background-color: red;
	color: rgba(255,255,255,1);
	float: left;
	border-radius: 4px;
	padding: 16px 20px;
	margin: 40px 0;
}

.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;
}

.minilabel {
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;
}

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

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	padding: 16px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	color: inherit;
	background-color: rgba(255,255,255,1);
	transition: 0.2s;
	border: 1px solid rgba(50,50,50,0.2);
	outline: 0px;
	-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;
}

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

button {
	cursor: pointer;
	float: right;
	font-family: inherit;
	font-size: inherit;
	color: rgba(255,255,255,1);
	padding: 16px 20px;
	box-sizing: border-box;
	border: none;
	transition: 0.2s;
	margin: 8px 0;
	outline: 0px;
	-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(250,15,12,1);
}

button:hover {
	background-color: rgba(250,15,12,1);
}

.botoncarrusel {
	width: auto !important;
	float: left !important;
}

::-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+ */

.boxi input::-webkit-input-placeholder { color: rgba(255,255,255,1); } /* WebKit */
.boxi input:-moz-placeholder { color: rgba(255,255,255,1); } /* Firefox 18- */
.boxi input::-moz-placeholder { color: rgba(255,255,255,1); } /* Firefox 19+ */
.boxi input:-ms-input-placeholder { color: rgba(255,255,255,1); } /* IE 10+ */

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

.btncenter {
	width: inherit;
	float: inherit !important;
	transition: 0.2s;
	margin: 0 2px;
}

.btnc {
	background-color: rgba(250,15,12,1);
	border: 1px solid rgba(250,15,12,1) !important;
	color: rgba(255,255,255,1) !important;
}

.btnc:hover {
	background-color: rgba(250,15,12,1);
	border: 1px solid rgba(250,15,12,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;
	vertical-align: middle;
}

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

.paginador {
	text-align: center;
	margin-top: 40px;
}

.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: 24px;
	line-height: 24px;
	padding: 25px 10px;
	display: inline-block;
	margin-bottom: 50px;
	color: rgba(255,255,255,1);
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(91,101,136,0.8);
}

.colo1, .colo2, .colo3, .colo4 {
	padding: 40px 20px;
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.colo1 {
	background-color: rgba(234,75,92,1);
}

.colo2 {
	background-color: rgba(94,178,50,1);
}

.colo3 {
	background-color: rgba(254,208,34,1);
}

.colo4 {
	background-color: rgba(172,96,128,1);
}

.indicadores2 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center !important;
}

.indicadores {
	width: 100%;
	margin-bottom: 81px;
	text-align: center !important;
	border: 1px solid rgba(91,101,136,1);
	border-radius: 4px;
}

.marderecha {
	padding-right: 20px;
}

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

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

.map {
	border: 10px solid rgba(240,240,240,1);
	border-radius: 4px;
}

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

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

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

.item-carrusel {
	position: relative;
	width: 100%;
	height: 500px;
	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(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.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;
	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: 20px;
	height: 20px;
	margin: 4px;
	border-radius: 50% !important;
	background-color: rgba(91,101,136,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: 162px;
	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: 700;
}

.link_f {
	padding: 5px 0;
}

.boxcenteritem {
	text-align: center;
}

.link_f2 {	
	background-color: rgba(42,43,38,0.9);
	padding: 10px 20px;
	color: rgb(255,255,255) !important;
	border-radius: 4px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.caja {
	position: relative;
	height: 250px;
	opacity: 0.9;
}

.overlay {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: rgba(50,50,50,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(255,255,255,0.5) !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;
	font-weight: 300;
	margin-bottom: 50px;
}

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

.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: 10px 5px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.sideesp {
	border-bottom: 1px dotted rgba(50,50,50,0.5);
	padding: 5px 0;
}

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

.detalle {
	width: 100%;
	padding: 40px 0;
	color: rgba(50,50,50,1);
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	box-sizing: border-box;
}

.detalle2 {
	width: 100%;
	padding: 10px;
	background-color: rgba(50,50,50,1);
	color: rgba(255,255,255,1);
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;
}

.priceitem {
	background-color: rgba(250,15,12,1);
	border-radius: 4px;
	padding: 20px;
	color: rgba(255,255,255,1);
	margin-bottom: 20px;
}

.price1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	display: block;
	margin: 6px 0;
}

.price2 {
	opacity: 0.8;
}

.superplomo {
	background-color: rgba(0,0,0,0.7);
	padding: 50px 0;
}

.icb {
	width: 80px;
	text-align: center;
	font-size: 30px;
	vertical-align: middle;
	padding: 5px 0;
	display: flex;
	color: rgba(91,101,136,1);
}

.accordion2 {
	background-color: rgba(91,101,136,1);
	color:rgba(255,255,255,1);
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: inherit;
	transition: 0.4s;
	margin-top: 10px;
}
  
.accordion2:after {
	background-color: rgba(91,101,136,1);
	color:rgba(50,50,50,1);
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
  
.panel {
	padding: 0 1px;
	color: rgba(255,255,255,1);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.opcion {
	cursor: pointer;
}

#opcion {
	display: none;
}

.textobus {
	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 {
	width: 100%;
	text-align: justify;
}

.textoformato {
	text-align: left;
	white-space: wrap;
}

.relacionados {
	margin-top: 40px;
}

.carrusel_estado2 {
	background-color: #1d70b7;
	padding: 10px 20px;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 22px;
	font-weight: 700;
	-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;	
	-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;
	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;
}

.fondo {
	background-size: cover;
	background-image: url(../imagenes/back1.png), url(../imagenes/ciudad.jpg);
	background-position: center center;
	background-size: 10%, 100%;
	background-attachment: scroll, scroll;
	background-size: auto, cover;
	padding: 60px 0;
}

.bservi {
	background-size: cover;
	background-image: url(../imagenes/back1.png), url(../imagenes/condominio.jpg);
	background-position: center center;
	background-size: 10%, 100%;
	background-attachment: scroll, scroll;
	background-size: auto, cover;
	padding-top: 20px;
}

.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;
}

.sa {
	margin-bottom: 40px;
}

.buscador {
	margin-top: -50px;
	background-color: rgba(240,240,240,1);
	padding: 25px 0;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.colorbuscador {
	background-color: rgba(59,186,190,1);
	padding: 30px 0;
}

.inicio {
	padding: 0 0 0 8px;
}

/* 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: inherit;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
  	        border-radius: 0px;
}

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;
}

.plomo {
	background-color: rgba(50,50,50,0.9);
	padding: 20px;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.mitad {
	vertical-align: middle;
}

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

.fotito {
	width: 200px;
	height: 162px;
	overflow: hidden;
}
	
.dato1 {
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	background-color: #F60;
	position: absolute;
	left: 0;
	top: 0;
	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 {
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(50,50,50,1);
	background-color: rgba(255,255,255,1);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6666;
	text-align: right;
	opacity: 0.9;
}

.lli {
	background-color:  aquamarine;
	color: rgba(50,50,50,1) !important;
}

@media screen and (max-width: 1000px) {
	
.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: 1000px) {
	
.comm {
	display: none;
}

.ired {
	margin-right: 2px;
	margin-left: 2px;
}

.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: 162px;
}

.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;
}

.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(50,50,50,1) !important;
		padding:  20px 0;
		text-align:  center;
		font-size:  20px;
		display:  block;
	}

.select {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
	
	font-weight: 400;
	font-size: 16px !important;
	float: right;
	direction: rtl !important;
	color: rgba(80,78,77,1) !important;
	outline: none;
}

.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: 162px;
	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;
}

.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;
}
	
.sp2 {
	display: none;
}
	
.sp3 {
	border-bottom: none;
	text-align: center;
}

#carrusel {
	height: 350px;
}

.item-carrusel {
	height: 350px;
}

.c100 {
	height: 350px;
}

.logo {
	margin: 0 auto;
}

.w100 {
	height: 200px;
}

.priceitem {
	margin-top: -6px;
}

.titulo_principal {
	font-size: 30px;
	line-height: 32px;
	padding: 0 30px;
}

.ired33 {
	margin-left: 5px;
	margin-right: 5px;
}

.superheader {
	text-align: center;
}

.nothing {
	opacity: 0.5;
}

.izq10 {
	margin-left: 10px;
}

.acomoda {
	top: 56px;
}

.lineas {
	padding: 10px 0;
}

.topnav {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: rgba(91,101,136,1);
	text-align: left;
	margin-top: -5px;
	margin-bottom: -5px;
}
  
.topnav #myLinks {
	display: none;
}
  
.topnav a {
	color: rgba(255,255,255,1);
	padding: 20px 5%;
	text-decoration: none;
	font-size: inherit;
	display: block;
}
  
.topnav a.icon {
	width: 50px;
	text-align: center;
	background-color: rgba(91,101,136,1);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
  
.active-topnav {
	background-color: rgba(91,101,136,1);
}

.titulonass {
	margin-top: 50px;
}

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

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

.buenprecio {
	margin-left: 10px;
	font-size: 14px;
	line-height: 12px;
	background-color: rgba(91,101,136,1);
	color: rgba(255,255,255,1);
	padding: 6px;
	vertical-align: middle;
	border-radius: 4px;
	position: absolute;
}

.datopropiedad {
	width: 100%;
	text-align: left;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.2s;
	color: rgba(50,50,50,1);
	border: 1px solid rgba(240,240,240,1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.datovalor {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: rgba(91,101,136,1);
	vertical-align: middle;
	position: relative;
} 

.datotitulo {
	font-size: 18px;
	line-height: 18px;
	padding: 16px 0;
	color: rgba(50,50,50,1);
	min-height: 40px;
}

.miniciudad {
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: rgba(91,101,136,1);
	color: rgba(255,255,255,1);
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.minichico {
	padding: 0 10px;
	font-size: 20px;
	font-weight: 300;
	opacity: 0.5;
}

.datobasico {
	font-size: 14px;
	line-height: 14px;
	color: rgba(0,0,0,1);
}

.fiticon {
	margin-top: 20px;
}

.pg {
	color: rgba(0,0,0,1);
	font-size: 24px;
	margin: 2px 0 !important;
}

.icos3 {
	display: inline;
	color: inherit;
	font-size: 13px;
	text-align: left;
	box-sizing: border-box;
	padding-right: 16px;
}

.tsimulador {
	opacity: 0.5;
	margin: 10px 0;
	text-align: center;
}

.ssimu {
	margin-bottom: 20px !important;
}

.olControlZoom {
	bottom: 10px;
	right: 10px;
}

.olButton {
color: rgba(255,255,255,1) !important;
padding: 6px 14px;
font-size: 20px;
box-sizing: border-box;
border: none;
text-align: center;
display: block;
margin: 1px;
-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: rgba(91,101,136,1);
}

.olControlAttribution {
	display: block !important;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	padding: 2px 6px;
}

.olAlphaImg {
	width: 100px !important;
	height: 100px !important;
}

.atri {
	text-align: right;
	font-size: 10px;
	padding: 6px 10px;
}

.test_box {
	background-color: rgba(240,240,240,1);
	border: 1px solid rgba(240,240,240,1);
	border-radius: 4px;
	margin: 10px;
	padding: 40px;
	text-align: center;
}

.test_gold {
	font-size: 24px;
	line-height: 24px;
}

.text_name_cliente {
	margin-top: 25px;
	border-top: 1px solid rgba(10,10,10,0.1);
	padding: 30px 30px 0 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
}

.text_circular {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	object-fit: cover;
	padding: 20px;
}

.boxcentral {
	text-align: center !important;
}
