@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

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

iframe {
	width: 100%;
	height: 400px;
	border: none;
}

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

.desktop {
	display: block;
}

.mobile {
	display: none;
}

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

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

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

.bajocarrusel {
	text-align: center;
}

.foo {
	width: 100%;
	float: left;
	margin-top: 50px;
	display: block;
}

body {
	font-family: 'Nunito', sans-serif;
	position: relative;
	top: 0 !important;
	font-weight: 400;
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
	color: rgba(122,120,121,1);
}

body.loading {
    overflow: hidden;
}

.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(87,87,86,1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

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

input, select, textarea, button {
	font-family: 'Nunito', sans-serif;
}

option{
    background-color: rgba(87,87,86,1) !important;
	color: rgba(255,255,255,1) !important;
}


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

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

.vaprox {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: rgba(255,255,255,1);
}

.error {
	margin: 8px 0;
	color: #333;
	background-color: rgba(252,255,0,0.2);
}

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

a:link {
	color: #3C3C3B;
	text-decoration: none;
}

a:visited {
	color: #3C3C3B;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3C3C3B;
	text-decoration: none;
}

.correcto1 {
	box-sizing: border-box;
	padding: 10px;
	background-color: green;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	float: right;
}

.correcto2 {
	box-sizing: border-box;
	padding: 10px;
	background-color: red;
	color: #FFF;
	font-size: 16px;
	text-align: right;
	float: right;
}

.galerias {
	background-color: rgba(87,87,86,0.2);
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

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

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

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

.btnp, .activeb {
	background-color: rgba(149,193,30,1);
	padding: 10px;
	color: rgba(255,255,255,1) !important;
	margin: 0 2px;
	font-weight: 700;
}

.paginacion {
	position: relative;
	margin-top: 50px;
	padding: 0 20px;
	text-align: center;
}

.scrolltop {
    background-image: url("../imagenes/arrow.png");
    background-repeat: no-repeat;
	background-size: 100%;
    bottom: 20px;
    display: none;
    left: auto;
    overflow: hidden;
    padding: 17px 16px;
    position: fixed;
    right: 26px;
    top: auto;
    width: 40px;
	height: 40px;
    z-index: 8888;
	opacity: 0.5;
	box-sizing: border-box;
}

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

.item-titi-a {
	background-color: rgba(149,193,30,1);
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	float: left;
}

.item-titi-b {
	width: 100%;
	display: block;
	float: left;
	margin: 6px 0;
	line-height: 24px;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.item-titi-c {
	background-color: rgba(87,87,86,1);
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	float: left;
	margin-left: 6px;
}

.item-titi-d {
	float: left;
	font-weight: 700;
}

.nass {
	margin-top: 50px;
	background-color: rgba(87,87,86,1);
	padding:  60px 0;
	color: #FFF;
	text-align: center;
	margin-bottom: -50px;
}

.nass2 {
	background-color: rgba(87,87,86,1);
	padding:  60px 0;
	color: #FFF;
	text-align: center;
}

.prop-name {
	font-size: 20px;
	font-weight: 700;
}

.prom-item {
	font-weight: 400;
}

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

.name {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}

.cargo {
	font-size: 12px;
	line-height: 12px;
	padding: 4px 0 10px 0;
	font-weight: 700;
	opacity: 0.6;
}

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

.phone {
	padding-top: 4px;
	font-weight: 700;
}

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

.linkt {
	color: #FFF !important;
}

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

.carr {
	background-color: rgba(87,87,86,1);
}

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

.c_propiedad {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	color: #FFF;
	text-transform:  uppercase;
	padding: 10px 20px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

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

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

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

.link2 {
	background-color: rgba(59,186,190,1) !important;
	color: #fff !important;
}

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

.link3:hover {
	background-color: rgba(59,186,190,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;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #FFF !important;
}

.tsubit25 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #FFF !important;
}

.text25 {
	font-size: 16px;
	line-height: 16px;
	color: #FFF !important;
}

.b1 {
	border-bottom: 1px solid #FFF;
	margin: 20px 0;
}

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

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

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

.calc2 {
	text-align: center;
}

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

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

.header {
	width: 100%;
	background-color: rgba(255,255,255,1);
	position: sticky;
	top: -130px;
	z-index: 10000;
}

.superheader {
	width: 100%;
	background-color: rgba(122,120,121,1);
	color: rgba(255,255,255,1);
	font-weight:  400;
	text-transform: uppercase;
	margin-top: -10px;
}

.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: #fff !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: 400;
	color: #FFF;
}

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


.itemdesta {
	padding: 30px 0;
	margin-bottom: 30px;
	background-color: rgba(32,56,100,0.8);
}

.tdestaca {
	color: #FFF;
	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: #333;
	padding: 6px 10px;
	float: right;
	margin-left: 4px;
}

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

.ras {
	background-color: rgba(87,87,86,1);
	color: rgba(255,255,255,1);
	text-transform:  uppercase;
}

.sp4 {
	width: 100%;
	color: #FFF;
	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%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

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

.boxform {
	width: 100%;
	box-sizing: border-box;
}

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

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

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

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

.box1 {
	background-color: rgba(172,96,128,1);
	padding: 20px 0;
}

.box2 {
	background-color: rgba(149,193,30,1);
	padding: 20px 0;
}

.box3 {
	background-color: rgba(254,208,34,1);
	padding: 20px 0;
}

.logotipo {
	text-align: left;
}

.logo {
	height: 90px;
	padding: 20px 0;
}

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

.content {
	

}

.saltoportada {
	display: block;
	width: 100%;
	height: 10px;
}

.linkportada {
	background-color: rgba(149,193,30,1);
	color: rgba(255,255,255,1) !important;
	font-size: 14px;
	font-weight: 700;
	padding: 4px 6px;
}

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

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

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

.w200 {
	max-width: 600px;
}

/* NAVEGADOR */

.amarillo {
	position: relative;
	width: 100%;
	background-color: rgba(87,87,86,1);
	text-align: center;
	box-shadow: 10px 25px 50px rgba(0,0,0,0.2);
}

.link-search {
	background-color: rgba(149,193,30,1) !important;
	color: rgba(255,255,255,1);
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 9999;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 18px;
	cursor: pointer;
}

.ss {
	margin-top: 16px;
}

.buscaflota {

}

.menu-toggle {
    display: none;
    cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	padding: 10px 18px;
	text-align: left;
}

.nav {
	width: 100%;
	text-transform: uppercase;
	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: #FFF !important;
	padding: 10px 18px;
	width: 100%;
	box-sizing: border-box;
}
 
.nav li a:hover {
	color: #FFF !important;
	background-color: rgba(0,0,0,0.5);
}

.nav li ul {
	text-align: left !important;
	display: none;
	position: absolute;
	font-size: 14px !important;
	line-height: 14px;
	background-color: rgba(87,87,86,1);
	z-index: 9999;
}

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

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

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

.boxt {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	font-weight: 400;
	box-sizing: border-box;
	color: #FFF;
	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;
	font-weight: 400;
	color: #FFF;
}

.flecha {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-top: 16px solid rgba(0,0,0,0.5);
	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 */

.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;
	line-height: 16px;
	padding: 4px 0;
}

.mmm3 {
	margin-left: 10px;
}

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

.decla {
	font-size: 12px;
}

.idcodigo {
	font-size: 14px;
}

.mayor {
	margin: 50px 0;
}

/* ALINEACION DE COLUMNAS */

.top {
	vertical-align: top;
}

.middle {
	place-content: center;
}

.bottom {
	vertical-align: bottom;
}

.question {
	font-size: 18px;
	margin-right: 10px;
}

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

.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(87,87,86,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);
    }

}

/* 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: 14.2%;
	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: 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% !important;
}

.w100 {
	width: 100%;
	display: block;
	object-fit: cover;
}

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

.h100 {
	width: 100%;
	min-height: 220px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	z-index: -9999;
	background-color: rgba(255,255,255,1);
}

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

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

.h100b {
	width: 140px;
	min-height: 140px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	z-index: -9999;
	background-color: rgba(255,255,255,1);
}

.c25l {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
	-moz-box-shadow: inset 0 -110px 60px -60px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 -110px 60px -60px rgba(0,0,0,0.8);
     box-shadow: inset 0 -110px 60px -60px rgba(0,0,0,0.8);
}

.c25l:hover {
	background-color: rgba(87,87,86,0.4);
}

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

.ubicacion {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	position: absolute;
    left: 0;
    top: 50%;
	color: rgba(80,78,77,1);
	text-align: center !important;
	width: 100%;
}

.ubicacion2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: right;
	color: rgba(80,78,77,1);
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}

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

.operacion {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	background-color: #CC9E28;
	padding: 4px 8px;
	margin: 4px 0;
}

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

.datos {
	min-height: 80px;
	padding: 10px 30px;
	background-color: rgba(0,0,0,0.1);
}

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

.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: #FFF;
	padding: 6px 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	position: absolute;
	top: 160px;
	left: 0;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.datos_valor99 {
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 9999;
}

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

.icodestacado {
	height: 160px;
}

.leye {
	font-size: 30px;
	font-weight: 400;
	line-height: 28px;
}

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


.precio2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	z-index: 99999;
	padding: 6px 20px;
	box-sizing: border-box;
	position: absolute;
	top: 220px;
	right: 0;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 5px #333;
}

.precio3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(194,71,71,0.8);
	color: #fff;
	padding: 8px;
}

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

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

.ope1 {
	display: inline-block;
	color: #FFF !important;
}

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


.datos_ciudad {
	color: #FFF;
	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.0);
	background-clip: padding-box;
}

.propiedad:hover {

}

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

.ods {
	background-color: #F9F9F9;
}

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

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

.gris {
	opacity: 0.6;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

input, select, textarea {
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	box-sizing: border-box;
	color: #333;
	background-color: rgba(0,0,0,0.1);
	transition: 0.2s;
	border: 1px solid rgba(66,77,92,0.0);
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
	        border-radius: 0px;
}

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

button {
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	transition: 0.2s;
	appearance: none;
	border-radius: 0px;
	background-color: rgba(149,193,30,1);
}

button:hover {
	background-color: rgba(255,102,0,1);
	color: #FFF;
}

::-webkit-input-placeholder { color: #333; } /* WebKit */
:-moz-placeholder { color: #333; } /* Firefox 18- */
::-moz-placeholder { color: #333; } /* Firefox 19+ */
:-ms-input-placeholder { color: #333; } /* 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;
}

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

.btnc {
	background-color: rgba(149,193,30,1);
	color: #FFF !important;
	border: 1px solid rgba(149,193,30,1) !important;
}

.btnc:hover {
	background-color: rgba(255,102,0,1);
	border: 1px solid rgba(255,102,0,1) !important;
	color: #FFF !important;
}

.valoropa {
	opacity: 0.6;
	margin-left: 2px;
	font-weight: 400 !important;
}

.nnu {
	background-color: #18316d;
	padding: 4px 10px;
	color: #FFF;
	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: #FFF;
}

.titi {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 40px 0;
	display: inline-block;
	margin-bottom: 50px;
	color: rgba(255,255,255,1);
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(87,87,86,1);
	background-position: center center;
	background-size: cover;
}

.colo {
	padding: 40px 20px;
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}

.ajuste {
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;
}

.indicadores {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

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

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

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

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

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

.item-carrusel {
	position: relative;
	width: 100%;
	height: 460px;
	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);
}

.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: #FFF;
	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(87,87,86,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;
}

.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(87,87,86,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: #FFF;
	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: 6px 0;
}

.link_f2 {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 20px;
	font-size: 16px;
	transition: 0.2s;
		-webkit-border-radius: 4px;
  	   -moz-border-radius: 4px;
  	    -ms-border-radius: 4px;
  	     -o-border-radius: 4px;
	        border-radius: 4px;
}

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

.blanco:hover {
	color: rgba(87,87,86,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;
	font-weight: 700;
	text-transform: uppercase;
	margin: 40px 0;
	color: #333;
}

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

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

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

.espacio {
	display: block;
}

.lineas {
	padding: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
}

.icen {
	text-align: center !important;
	border: none !important;
	font-weight: 700;
	font-size: 24px;
	outline: none;
	-webkit-border-radius: 0px !important;
  	   -moz-border-radius: 0px !important;
  	    -ms-border-radius: 0px !important;
  	     -o-border-radius: 0px !important;
	        border-radius: 0px !important;
}
	
	.recta {
	width: 48%;
	display:  inline-block;
	text-align:  center;
	text-transform:  uppercase;
	border: 1px solid #D9D9D9;
	box-sizing:  border-box;
	padding: 6px;
	margin: 1%;
	-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;
	border: 1px solid #D9D9D9;
	box-sizing:  border-box;
	padding:  6px;
	margin:  3% 0;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
	        border-radius: 0px;
}

.botonderecho {
	direction: rtl;
}

.cajasimulador-a {
	width: 100%;
	background-color: rgba(87,87,86,0.05);
	box-sizing: border-box;
	padding: 10px;
}

.cajasimulador-b {
	width: 100%;
	background-color: rgba(87,87,86,0.1);
	box-sizing: border-box;
	padding: 10px;
}

.cajasimulador-c {
	width: 100%;
	background-color: rgba(87,87,86,0.15);
	box-sizing: border-box;
	padding: 10px;
}

.tisimu {
	width: 100%;
	color: rgba(255,255,255,1);
	background-color: rgba(87,87,86,1);
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	margin: 1% 0;
	font-size: 12px;
	font-weight: 700;
}

.tisimubox {
	width: 100%;
	color: rgba(87,87,86,1);
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
	
.datorecta {
	font-size: 10px;
	font-weight:  400;
}

.datoform {
	font-size: 16px;
	font-weight: 400;
}
	
	.texp {
		font-size:  12px;
		margin-top:  10px;
		margin-left:  2px;
		margin-bottom:  40px;
		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;

}

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

.detalle {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	color: rgba(80,78,77,1);
	font-weight: 400;
	box-sizing: border-box;
	text-transform: uppercase;
	border-bottom: 1px dotted rgba(80,78,77,0.2);
}

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

.textobus {
	text-transform: uppercase;
	color:  #FFF;
	font-size:  18px;
	line-height:  18px;
	padding-bottom: 10px;
}

.detmar {
	height: 50px;
}

.nuevo-t {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 40px;
	display: block;
}

.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 {
	white-space: pre-wrap;
	text-align: justify;
	line-height: normal;
}

.relacionados {
	width: 100%;
}

.carrusel_estado2 {
	background-color: #1d70b7;
	padding: 10px 20px;
	float: left;
	color: #FFF;
	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: #FFF;
	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: #FFF;
	-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: #FFF;
	-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: #FFF !important;
	font-size: 22px;
	display: block;
	padding: 1px 0;
	font-weight: 700;
}

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

.tser {
	background-color: #F30;
	padding: 8px;
	color: #FFF;
	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;
}

.pagina {
	
}

.colorbuscador {
	background-color: rgba(87,87,86,1);
	padding: 30px 0;
	margin-bottom: 50px;
}

.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: #FFF;
	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;
}

.plomo {
	background-color: rgba(87,87,86,1);
	padding: 10px;
	box-sizing: border-box;
}

.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: 400;
	color: #FFF;
	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: #333;
	background-color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6666;
	text-align: right;
	opacity: 0.9;
}

.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;
}
	
	.foom {
		margin-top: 50px;
	}

}

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

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

.columna16, .columna16a, .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;
}
	
	.carr {
		margin-bottom: 50px;
	}
	
#map, #map2 {
	height: 300px;
}

#carrusel {
	height:  300px !important;
}

.item-carrusel {
	height:  300px !important;
}

.c100 {
	min-height: 300px !important;
}
	
.c_propiedad {
	font-size:  12px !important;
}
	
.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:  #FFF !important;
		text-align:  center !important;
		padding:  20px 0;
	}
	
	.maxh {
		display: none;
	}
	
	.link44 {
		color: #333 !important;
		padding:  20px 0;
		text-align:  center;
		font-size:  20px;
		display:  block;
	}

.select {
	background-color: transparent !important;
	border: none !important;
	padding: 10px 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px !important;
	float: right;
	color: rgba(255,255,255,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: #FFF;
}

.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: #FFF;
	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: #FFF;
	font-size: 16px;
	clear: both;
}

.carrusel_datos_valor {
	color: #FFF;
	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: #FFF;
}

.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: #FFF;
	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;
}
	
.leye {
	font-size: 18px;
	line-height: 16px;
}

}

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

.sp2 {
	display: none;
}
	
.sp3 {
	border-bottom: none;
}

}

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

.header {
	top: -100px;
}

.link-search {
	width: 10%;
}

.modal-content {
    margin: 142px auto !important; 
}

.nav {
    display: none;
    flex-direction: column;
    width: 100%;
	text-align: left;
}

.nav li {
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
}

.nav li a {
    padding: 15px;
    display: block;
}

.menu-toggle {
    display: block;
	margin-right: 20%;
}

.nav ul {
    position: static;
    display: none;
}

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

.nav li ul {
	width: 100%;
}

.nav.active {
    display: flex;
}

.columna16b {
	width: 33.3%;
}

.item-titi-a, .item-titi-c {
	font-size: 10px;
}

.titulonass {
	margin-top: 50px;
}

.logo {
	height: 60px;
}

.w100 {
	height: 200px;
}

iframe {
	height: 200px;
}

.correcto1, .correcto2 {
	width: 100%;
	text-align: center;
}
	
.titi {
	font-size: 18px;
	line-height: 18px;
}

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

.tdestaca {
	font-size: 16px;
	line-height: 16px;
}
	
#map {
	height: 300px;
}
	
#carrusel {
	height:  300px !important;
}

.item-carrusel {
	height:  300px !important;
}

.c100 {
	min-height: 300px !important;
}
	
.leye {
	font-size: 14px;
	line-height: 12px;
}
	
.nass2 {
	margin-bottom: 50px;
}

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

.olButton {
	color: #FFF !important;
	padding: 6px 10px;
	box-sizing: border-box;
	border: none;
	display: block;
	margin: 1px;
	appearance: none;
	background-color: rgba(149,193,30,1);
}

.olControlAttribution {
	display: block !important;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1) !important;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 4px;
	top: 10px;
	right: 10px;
}

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

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
}

.header-left {
    flex: 1;
    text-align: left;
}

.search-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,1);
}

.header-right {
    flex: 0;
    text-align: right;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: rgba(87,87,86,1);
    margin: 172px auto; 
    padding: 20px;
    width: 90%; 
    max-width: 1300px;
    box-sizing: border-box;
}

.close {
    color: rgba(255,255,255,1);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}