@charset "UTF-8";

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

iframe {
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 8px !important;
	margin: 25px 0;
	border: none !important;
}

.mapaiframe {
	margin: 0 !important;
	padding:  0 !important;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

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

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

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

audio, video {
	width: 100% !important;
	margin: 25px 0;
}

b {
	font-weight: 700;
	color: rgba(255,204,0,1);
}

.saltoabajo {
	margin: 50px 0 !important;
}

.bresultados {
	text-align: center;
	background-color: rgba(0,0,0,1);
	padding: 10px;
	border-radius: 8px;
	border: 4px solid rgba(0,0,0,0);
	background-clip: padding-box;
	color: rgba(255,255,255,1);
}

.bnum {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}

.btxt {
	opacity: 0.8;
}

.flota {
	width: 100%;
	position: absolute;
    left: 50%;
    top: 64%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99999;
}

.sombra1 {
	background-color: rgba(0,0,0,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 0px;
}

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

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

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

a:hover, a:active, a:focus {
	color: rgba(255,204,0,1);
	text-decoration: none;
}

.aceptaprivacidad {
	font-size: 12px;
}

.coproch {
	width: 50%;
	margin: 30px 0;
	opacity: 0.6;
}

.error {
	background-color: #f7dc6f !important;
}

.formbottom {
	margin-bottom: 25px;
}

.correcto1, .correcto2 {
	position: fixed;
	left: 5%;
	bottom: 5%;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	border-radius: 8px;
	padding: 12px;
}

.correcto1 {	
	background-color: green;
}

.correcto2 {
	background-color: red;
}

.question {
	width: 100% !important;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}

.question_b {
	width: 100% !important;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
}

.calc2 {
	width: 100% !important;
	text-align: center !important;
}

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

.box_secure {
	margin: 10px 0;
	box-sizing: border-box;
}

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

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

.flotaright {
	position: absolute;
	right: 16%;
	bottom: 10%;
	z-index: 999;
}

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

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

.web {
	width: 86%;
	margin: 0 auto;
	box-sizing: border-box;
}

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

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

.deco1 {
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: darken;
	background-position: center;
	background-size: cover;
	padding: 120px 6%;
	box-sizing: border-box;
	height: 500px;
	vertical-align: top;
	color: rgba(255,255,255,1);
	position: relative;
}

.deco2 {
	background-color: rgba(0,0,0,0.08);
	padding: 120px 6%;
	box-sizing: border-box;
	height: 500px;
	vertical-align: top;
	position: relative;
}

.box {
 	display: block;
}

.boxcontenido {
	margin: 40px 0;
}

.minititulo {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
}

.nuevo_buscador {
	background-color: rgba(0,0,0,1);
	padding: 50px 0;
	margin-bottom: 50px;
	border-radius: 8px;
}

.texto_buscador {
	text-align: left;
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 0 10px 2px;
}

.boxnoticia {
	z-index: -1;
	padding: 10px 0 25px 0;
	text-align: center;
}

.linknoti {
	background-color: rgba(0,0,0,0.08);
	margin: 4px 0;
	text-align: left !important;
	padding: 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

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

.nass {
	margin-top: 50px;
	padding: 50px 0;
	color: inherit !important;
	margin-bottom: -50px;
}

.nass2 {
	margin-top: 40px;
	background-color: rgba(0,0,0,0.4);
	padding: 20px 0 20px 0;
	color: #FFF;
	text-align: center;
}

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

.name {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: rgba(0,0,0,1) !important;

}

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

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

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

.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,204,0,1);
}

.mensajelinkt {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	border-radius: 8px;
	padding: 2px 6px;
	font-size: 14px;
	margin-bottom: 4px;
	text-align: center;
}

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

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

.quitar {
	margin-bottom: -40px;
}

.carr {
	margin-top: -140px;
	display: flex;
	background-color: rgba(0,0,0,1);
	position: relative;
	z-index: 1;
}

.c100 {
	width: 100%;
	height: 700px;
	object-fit: cover;
	opacity: 0.8;
	/* -webkit-animation: kenburns-top 20s ease-out infinite alternate both;
	animation: kenburns-top 20s ease-out infinite alternate both; */
}

@-webkit-keyframes kenburns-top {
	0% {
	  -webkit-transform: scale(1) translateY(0);
			  transform: scale(1) translateY(0);
	  -webkit-transform-origin: 50% 16%;
			  transform-origin: 50% 16%;
	}
	100% {
	  -webkit-transform: scale(2.25) translateY(-15px);
			  transform: scale(2.25) translateY(-15px);
	  -webkit-transform-origin: center;
			  transform-origin: center;
	}
  }

@keyframes kenburns-top {
	0% {
	  -webkit-transform: scale(1) translateY(0);
			  transform: scale(1) translateY(0);
	  -webkit-transform-origin: 50% 16%;
			  transform-origin: 50% 16%;
	}
	100% {
	  -webkit-transform: scale(2.25) translateY(-15px);
			  transform: scale(2.25) translateY(-15px);
	  -webkit-transform-origin: center;
			  transform-origin: center;
	}
}

.c_propiedad {
	width: 50%;
	position: absolute;
    left: 7%;
    bottom: 30%;
	text-align: left;
	z-index: 9999 !important;
}

.alto50 {
	width: 100%;
	height: 50px;
	display: block;
}

.lineadeco {
	width: 50%;
	height: 30px;
	background-color: rgba(255,255,255,0);
}

.texto1 {
	font-weight: 700;
	font-size: clamp(1.4rem, 3.4vw, 3.4rem);
	line-height: clamp(1.4rem, 3.4vw, 3.4rem);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.texto2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	padding-bottom: 20px;
}

.miboton {
	background: rgba(255,204,0,1);
	color: rgba(0,0,0,1) !important;
	padding: 6px 12px;
	border-radius: 8px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	transition: 0.2s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

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

.miboton > i {
	margin-left: 10px;
}

.mod {
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(240,240,240,1);
	border: 8px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	border-radius: 16px;
}

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

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

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

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

.link3:hover {
	background-color: rgba(0,0,0,1) !important;
	color: rgba(255,255,255,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;
}

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

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

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

.vas {
	width: 100%;
	font-size: 44px;
	line-height: 44px;
	color: rgba(255,255,255,1);
	text-shadow: 3px 3px 6px rgba(0,0,0,1);
	box-sizing: border-box;
	padding: 0 5% 20px 5%;
	display: block;
}

.in {
	font-size: 50px;
	color: rgba(255,255,255,1);
	margin-top: 20px;
	transition: 0.2s;
}

.separador-top {
	margin: 0 10px;
	opacity: 0.5;
}

.top-header {
	border-bottom: 1px solid rgba(220,220,220,1);
	background-color: rgba(255,255,255,1);
	padding: 10px 0;
	color: rgba(20,20,20,1);
	font-size: 12px;
}

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

.top-header-left {
	text-align: left !important;
}

.top-header-right {
	text-align: right !important;
}

.header_top {
	background-color: rgba(0,0,0,1);
	padding: 5px 0;
	color: rgba(255,255,255,1);
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 12px;
	display: none;
}

.header_tel {
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin-right: 10px;
	padding-left: 10px;
}

.header_left {
	text-align: left;
}

.iredh {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	transition: 0.6s;
}

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

}

.miniheader {
	margin-bottom: 20px;
}

.mininav {
	font-size: 14px;
	line-height: 14px;
	margin: 0 10px;
	color: rgba(255,255,255,0.5) !important;
}

.mininav-icon{ 
	font-size: 14px;
	line-height: 14px;
	margin: 0 5px;
	color: rgba(255,255,255,0.5) !important;
}


.iredh2 {
	width: 20px;
	height: 20px;
	margin-top: -2px;
	display: inline-block;
	padding: 0 !important;
	transition: 0.6s;
	vertical-align: middle;
}

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

}

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

.header {
	width: 100%;
	text-align: right;
	background-color: rgba(255,255,255,0);
	transition: 0.2s;
	position: sticky;
	top: -40px;
	left: 0;
	z-index: 9999;
}

section {
	overflow: hidden;
}

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

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

.back > .web > .header-content > .header80 > .desktop > .nav > li > .link-header {
	color: rgba(0,0,0,1) !important;
	text-shadow: none !important;
}

.back > .web > .header-content > .header80 > .desktop > .nav > li > .link-header:hover {
	color: rgba(255,204,0,1) !important;
}

.email-column {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.color {
	background-color: rgba(255,255,255,1);
}

.superheader {
	background-color: lightblue;
	padding:  6px 0;
	color:  #FFF;
	font-size:  12px;
	font-weight:  400;
	text-transform:  uppercase;
	margin-bottom: 20px;
}

.boton_central {
	text-align: center;
	padding-top: 20px;
}

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

.titulo_test {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 40px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 2px 2px 5px #333;
}

.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(174,198,215,1);
}

.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: 12px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 400;
	text-transform:  uppercase;
}

.ras {
	background-color: rgba(255,204,0,1);
	color: rgba(0,0,0,1);
	text-transform:  uppercase;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.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%;
	margin: 0 auto;
	position: fixed;
	top: 180px;
	z-index: 8888;
}

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

.fa-search {
	background-color: rgba(0,0,0,1);
	padding: 14px;
	font-size: 24px !important;
	transition: 0.2s;
	border-radius: 50%;
	color: rgba(0,65,96,1);
}

.fa-search:hover {
	background-color: rgba(0,0,0,0.6) !important;
}

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

.al {
	flex: 1;
	align-items: stretch;
}

.aln {
	height: 616px !important;
}

.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(0,0,0,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(0,0,0,1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.loading-overlay .spinner {
    border: 16px solid rgba(255,145,77,0.5);
    border-top: 16px solid rgba(255,204,0,1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
}

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

.paginacion {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

#activeb {
	font-weight: 700 !important;
}

.stymar {
	margin-bottom: 50px !important;
}

.stymarp {
	margin-bottom: 18px !important;
}

.boxform {
	margin-top: 20px;
}

.tisimubox {
	font-weight: 700;
	padding-top: 10px;
	padding-left: 10px;
}

.itemp {
	width: 100%;
	position: relative;
}

.paginacion span {
	display: flex;
	justify-content: top;
	margin: -10px 5px 0 5px;
}

.numeropagina, .btnp {
	font-size: 13px;
	padding: 10px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	background-color: rgba(255,204,0,1);
	color: rgba(0,0,0,1) !important;
	margin: 0 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.btnp:hover, .numeropagina:hover {
	background-color: rgba(240,240,240,1);
}

.imagenfondo {
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    border: 8px solid rgba(0,0,0,0.0);
    background-clip: padding-box;
    border-radius: 16px;
    overflow: hidden;
}

.imagenfondo::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: inherit;
    background-size: cover;
    transition: transform 0.4s ease-in-out;
	background-color: rgba(0,0,0,0.4);
    background-blend-mode: darken;
}

.imagenfondo:hover::before {
    transform: scale(1.2);
}

.bzona {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	padding: 30px;
	box-sizing: border-box;
}

.city {
	font-size: 30px;
	line-height: 30px;
}

.page-buscador {
	margin: 75px auto 25px auto !important;
}

.page-buscador > .buscadorojo {
	width: 86%;
	box-shadow: none;
	max-width: 1600px;
}

.buscadorojo {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	padding: 20px 30px 30px 30px;
	border-radius: 8px;
	box-sizing: border-box;
	width: 86%;
	margin: -100px auto 25px auto;
	z-index: 2;
}

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

.buscador-index {
	background-color: rgba(0,0,0,1);
	padding: 30px 0;
	border-radius: 8px;
}

.mar-inferior {
	margin-bottom: 75px !important;
}

.logo-footer {
	width: 50%;
}

.footer {
	padding: 120px 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}

.titulo-con-punto {
    display: flex;
    align-items: center;
}

.punto {
    width: 10px;
    height: 10px;
    background: rgba(255,204,0,1);
    border-radius: 50%;
    margin-right: 10px;
	flex-shrink: 0;
}

.bascolor {
	background-color: rgba(0,0,0,0.4);
	color: rgba(255,255,255,1);
	width: 100%;
}

.bascolor2 {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1) !important;
	padding: 10px;
	box-sizing: border-box;
}

.pp1 {
	font-size: 16px;
}

.pp2 {
	font-size: 24px;
}

.pp3 {
	font-size: 16px;
}

.logotipo {
	text-align: left;
}

.logo {
	transition: 0.2s;
	height: 100px;
	margin: 20px 0;
	box-sizing: border-box;
	filter: drop-shadow(0 0 20px rgba(0,0,0,0.2));
	/* filter: brightness(10%) grayscale(10%); */
}

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

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

.content {
	

}

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

.w200 {
	max-width: 600px;
}

.financiamiento, .opcion {
	cursor: pointer !important;
}

#financiamiento, cion {
	display: none;
}

/* NAVEGADOR */

.link9 {
	margin-left: 20px;
	background-color: rgba(255,204,0,1);
	border-radius: 0px;
	font-weight: 400;
	font-size: inherit;
}

.white {
	color: rgba(0,0,0,1) !important;
}

.link-header-ul {
	text-shadow: none !important;
	color: rgba(0,0,0,1) !important;
	transition: 0.2s;
}

.link-header-ul:hover {
	color: rgba(255,204,0,1) !important;
}

.link-header:hover {
	color: rgba(255,204,0,1) !important;
}

.link-header-tel {
	 background-color: rgba(255,204,0,1) !important;
	 color: rgba(0,0,0,1) !important;
	 border-radius: 8px;
	 box-sizing: border-box;
}

.nav {
	width: 100%;
	position: relative;
	z-index: 9999;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	vertical-align: middle;
}

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

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

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

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

.nav li ul li {
	position: relative;
}
 
.nav li ul li ul {
	right: -140px;
	top: 0;
}
.minidestacado {
	position: absolute;
	bottom: 56px;
	left: 20px;
	z-index: 9999;
	background: rgba(255,204,0,1);
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 700;
	padding: 2px 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.minidestacado::after {
    content: "";
    position: absolute;
    bottom: 0; /* Ajusta esta distancia si es necesario */
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(255,204,0,1); /* Mitad visible del triángulo */
    border-top: 10px solid transparent;
	transform: rotate(90deg); /* Rotar 45 grados */
    transform-origin: bottom left; 
}

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

.boxt {
	height: 90px;
	border-bottom: 1px solid rgba(255,204,0,1);
	padding: 0 0 20px 0;
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: center;
}

.nt {
	height: auto;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.flecha {
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-top: 16px solid rgba(255,204,0,1);
	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 {
	box-sizing: border-box;
	margin-bottom: 25px;
}

.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_justicado {
	text-align: justify;
}

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

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

.icos {
	font-size: 40px;
	color: rgba(255,204,0,1);
}

.sall {
	font-size: 20px;
	line-height: 20px;
	opacity: 0.5;
	margin-right: 4px;
}

.decla {
	font-size: 12px;
}

.idcodigo {
	font-size: 14px;
}

.mayor {
	margin: 50px 0;
}

/* ALINEACION DE COLUMNAS */

.top {
	vertical-align: top;
}

.middle {
	align-content: center;
}

.bottom {
	vertical-align: bottom;
}

.sty {
	position: sticky;
	top: -200px;
}

.agentebienes {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	padding: 100px 0;
	margin-bottom: 50px;
	box-shadow: inset 0 120px 60px -60px rgba(0,0,0,0.8);
}

.nflota {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center !important;
	z-index: 9999;
}

.nombreflota {
	width: 100%;
	color: rgba(255,255,255,1);
	font-size: 76px;
	font-family: inherit;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}

.ur {
	width: 100%;
	text-align: center !important;
}

.telflota {
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	margin-top: 20px;
	background-color: #25D366;
	text-align: center !important;
}

.imgcenter {
	width: 100%;
	text-align: center !important;
	position: relative;
}

.circuloagente {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 50%;
	border: 20px solid rgba(255,255,255,0.5);
}

.tituloagente {
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 30px;
	color: rgba(255,255,255,1);
}

.linkagente {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 6px 0;
	color: rgba(255,255,255,1) !important;
	transition: 0.2s;
	vertical-align: middle !important;
}

.linkagente:hover {
	color: rgba(0,0,0,1) !important;
}

/* 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: 20px;
	box-sizing: border-box;
}

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

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

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

.destacado {
	
}

/* COLUMNAS */

.header20 {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

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

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

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

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

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

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

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

.h100 {
	width: 100%;
	height: 300px;
	object-fit: cover;
	position: absolute;
	z-index: -9999;
	filter: contrast(120%);
}

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

.h100b {
	width: 140px;
	height: 140px;
	object-fit: cover;
	z-index: -9999;
	border-radius: 50%;
}

.h100c {
	width: 80px;
	height: 80px;
	object-fit: cover;
	z-index: -9999;
	border-radius: 50%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.bage {
	margin-bottom: 25px;
}

.resena {
	text-align: left;
	margin: 25px 0;
}

.boxcliente { 
	padding: 25px;
	box-sizing: border-box;
}

.boxequipo {
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,1);
}

.boxfoto, .boxagente {
	display: inline-block;
	vertical-align: middle;
}

.boxagente {
	padding-left: 30px;
}

.c25l {
	width: 100%;
	height: 300px;
	position: relative;
	box-shadow: inset 0 -120px 100px -20px rgba(0,0,0,0.4);
	transition: 0.2s;
	background-position: center center;
	background-image: url(../imagenes/plus.png);
	background-repeat: no-repeat;
	background-size: 0%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	box-sizing: border-box;
}

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

.ubicacion {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	text-transform: uppercase !important;
}

.ubicacion2 {
	font-size: 14px;
	color: inherit;
	text-align: left;
	font-weight: 700;
}

.minisector {
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 14px;
	display: block !important;
	text-align: right;
	color: white;
	opacity: 0.8;
}

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

.datos {
	min-height: 80px;
	padding: 10px 0;
}

.info-prop {
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	color: rgba(0,0,0,1);
	text-align: left;
}

.datos80 {
	min-height: 60px;
}

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

.precio2 {
	font-size: 22px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
}

.icos4 {
	display: inline-table;
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
	box-sizing: border-box;
	margin-right: 10px;
}

.iconosfeat {
	margin: 20px 0;
}

.prop-agente {
	font-size: 13px;
	font-weight: 300;
	border-top: 1px solid rgba(240,240,240,1);
}

.prop-agente > .header-content > div > i {
	margin-right: 6px;
}

.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 {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255,255,255,1);
	z-index: 999;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: darkorange;
	padding: 4px 8px;
	border-radius: 8px;
}

.reciente {
	font-size: 12px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	z-index: 999;
	box-sizing: border-box;
	position: absolute;
	bottom: 46px;
	left: 20px;
	background-color: rgba(255,204,0,1);
	padding: 4px 8px;
	border-radius: 8px;
}

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

.icodestacado {
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.leye {
	font-size: 34px;
	line-height: 34px;
}

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

.flotavalor {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	margin: 20px;
	background: rgba(236,234,177,1);
	color: rgba(255,255,255,1);
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 700;
}

.operacion-box {
	font-size: 12px;
	font-weight: 400 !important;
	background-color: rgba(48,48,48,1);
	color: rgba(255,255,255,1) !important;
	margin-right: 6px;
	padding: 2px 6px;
	border-radius: 4px;
}

.precio2 {
	font-family: inherit;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	z-index: 9999;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.precio4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(255,204,0,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;
}

.stars {
	text-align: center;
	margin-bottom: 20px;
	color: rgba(255,204,0,1);
}

.stars > i {
	margin: 0 4px;
}

.propitem {
	text-align: center;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: rgba(240,240,240,1);
}

.propitem-titulo {
	min-height: 42px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: rgba(0,0,0,1);
	margin: 10px 0;
	padding: 0 20px;
}

.propitem-titulo-small {
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: rgba(0,0,0,1) !important;
	padding: 0 20px;
}

.propitem-ciudad {
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin-bottom: 10px;
}

.propitem-desc {
	color: rgba(48,48,48,1);
	font-size: 12px;
}

.propiedad {
	overflow: hidden;
	transition: 0.2s;
	background-color: rgba(240,240,240,1);
	border: 8px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	border-radius: 16px;
	text-align: left !important;
	position: relative;
	z-index: 1;
}

.propiedad:hover > .gestionado {
	display: none;	
}

.propiedad:hover > div > div > div > button {
	background-color: rgba(255,255,255,1);
}


.propiedad:hover > div > div > div > div > button {
	background-color: rgba(255,255,255,1);
}

.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 {
	filter: grayscale(100%);
}

.opa {
	opacity: 0.5;
}

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

input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit !important;
	line-height: auto !important;
	color: rgba(0,0,0,1) !important;
	width: 100%;
	padding: 12px !important;
	box-sizing: border-box !important;
	background-color: rgba(255,255,255,1) !important;
	transition: 0.2s;
	border: none;
	outline: none !important;
	margin: 5px 0 !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	-webkit-border-radius: 8px !important;
  	   -moz-border-radius: 8px !important;
  	    -ms-border-radius: 8px !important;
  	     -o-border-radius: 8px !important;
			border-radius: 8px !important;
			transition: 0.2s;
}

textarea {
	margin: 10px 0;
	min-height: 120px;
}

button {
	width: auto !important;
	padding: 12px;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	color: rgba(0,0,0,1);
	box-sizing: border-box;
	border: none;
	transition: 0.2s;
	margin: 10px 0;
	cursor: pointer !important;
	appearance: none;
	border-radius: 8px;
	background: rgba(255,204,0,1);
}

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

button > i {
	margin-left: 6px;
}

.box_mensaje {
	text-align: center;
	margin-bottom: 30px;
}

.user_mensaje {
	border-radius: 50%;
	object-fit: cover;
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,1);
}

.name_mensaje {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	color: rgba(255,255,255,1);
}

.corr_mensaje, .tele_mensaje {
	font-size: inherit;
	line-height: inherit;
	color: rgba(255,255,255,1);
} 

.linkubica {
	padding-right: 10px;
}

.box_mapa {
	margin: 15px 0 0 0;
}

.formbarra {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 20px 10px;
	box-sizing: border-box;
	float: left;
	margin-top: 40px;
}

.formbarra2 {
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 20px 10px;
	box-sizing: border-box;
	float: left;
}

input[type="text"]#texbla::-webkit-input-placeholder {
  font-weight: 400;
	font-size: 14px;
	color: rgba(255,255,255,1);
}

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

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

.zonas {
	margin-bottom: 50px;
}

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

.btnc {
	background: rgba(255,204,0,1);
	color: rgba(0,0,0,1) !important;
	margin-top: 10px;
}

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

.btnc2 {
	background: rgba(255,204,0,1) !important;
	color: rgba(0,0,0,1) !important;
	border-radius: 8px;
}

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

.nnu {
	background-color: #18316d;
	padding: 4px 10px;
	color: #FFF;
	margin-left: 2px;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
	        border-radius: 0px;
}

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

.mm1 > input, .mm1 > select {
	background-color: rgba(0,0,0,0.08) !important;
	color: rgba(255,255,255,1) !important;
}

.mm1 > .btnc2 {
	background: rgba(255,204,0,1) !important;
	color: rgba(0,0,0,1) !important;
}

.mm1 > .btnc2:hover {
	background: rgba(255,255,255,1) !important;
	color: rgba(0,0,0,1) !important;
}

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

.imgpromo {
	margin-bottom: -4px;
}

.ide {
	margin: 0 -8px;
}

.titi {
	position: relative;
	width: 100%;
	padding: 25px 0 0 0;
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	z-index: 999;
	box-shadow: inset 0 40px 60px -60px rgba(0,0,0,0.4);
}

#opcion {
	display: none;
}

.newtiti {
	color: rgba(255,255,255,1);
	padding-right: 10px;
}

.indicadores {
	background-color: rgba(20,20,20,1);
	margin-bottom: 120px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 8px;
}

.pleft {
	margin-right: 20px;
	text-align: left;
	display: inline-block;
}

.cored {
	color: rgba(255,255,255,0.5);
	font-weight: 700;
}

.indi {
	opacity: 0.5;
}

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

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

#map {
	width: 100%;
	height: 400px;
	float: none !important;
}

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

.callme {
	margin: 40px 0;
	padding: 160px 20px;
	background-image: url('../imagenes/callme.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.4);
	background-blend-mode: darken;
}

.callme-titulo {
	font-size: 36px;
	line-height: 36px;
	color: rgba(255,255,255,1);
	font-weight: 700;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.callme-link {
	text-align: right !important;
}

.callme-link > a {
	font-size: 20px;
	font-weight: 700;
	background-color: rgba(37,211,102,1);
	color: rgba(255,255,255,1) !important;
	padding: 10px;
	border-radius: 8px;
}

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

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

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

.owl-dots {
	margin: 10px 0 0 0 !important;
	text-align: center;
}

.owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: none !important;
	background-color: rgba(255,204,0,1) !important;
	margin: 0 6px;
}

/* .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{
	width: 100%;
	margin: 0 auto;
}

.owl-theme .owl-controls .owl-buttons div{
	color: rgba(255,255,255,0.2);
	display: inline-block;
	zoom: 1;
	font-size: 80px;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.owl-prev {
	position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-next {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	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: 22px;
	height: 22px;
	margin: 4px 4px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #FFF;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	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;
} */

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

.titulo_footer {
	font-size: 34px;
	line-height: 32px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	font-family: "Dancing Script", cursive;
}

.titulo_footer_pre {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: clamp(3rem, 4vw, 4rem);
	line-height: clamp(3rem, 4vw, 4rem);
	padding: 0 5%;
	margin: 0 0 40px 0;
	color: rgba(0,0,0,1);
	font-family: "Dancing Script", cursive;
}

.link_f {
	margin-bottom: 16px;
}

.link_f > i {
	width: 20px;
	margin-right: 4px;
	opacity: 0.5;
	text-align: center;
}

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

.blanco:hover {
	color: rgba(255,204,0,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;
}

.entreprops {
	margin-bottom: -8px !important;
}

.subtitulo_principal {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: clamp(3rem, 4vw, 4rem);
	line-height: clamp(3rem, 4vw, 4rem);
	padding: 0 5%;
	margin: 40px 0;
	color: rgba(0,0,0,1);
	font-family: "Dancing Script", cursive;
}

.subtitulo_principal_red {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	padding: 0 5%;
	margin-bottom: 50px;
	color: rgba(0,0,0,1);
}

.subtitulo_principal_destacado {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	padding: 0 5%;
	margin-bottom: 50px;
	color: rgba(0,0,0,1);
}

.titulo {
	font-size: 20px;
	line-height: 20px;
	margin-top: 40px;
}

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

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

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

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

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

.detalle {
	width: 100%;
	float: left;
	padding: 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(0,0,0,1);
	font-size: 20px;
	line-height: 20px;
}

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

.detalle3 {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(229,229,229,1);
	color: rgba(229,229,229,1);
}

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

.detmar {
	height: 50px;
}

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

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

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

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

.textopagina {
	width: 100%;
	white-space: wrap;
	text-align: justify;
	line-height: normal;
}

.relacionados {
	margin-top: 40px;
}

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

.carrusel_estado3 {
	background: #F60;
	padding: 10px 20px;
	float: left;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
  	   -moz-border-radius: 0px;
  	    -ms-border-radius: 0px;
  	     -o-border-radius: 0px;
	        border-radius: 0px;
}

.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(6,8,89,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: #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;
}

.subtitulo {
	margin: 25px 0;
	font-size: 24px;
	line-height: 24px;
	color: inherit;
}

.precio_box_pro {
	box-sizing: border-box;
}

.precio_box_pro_prin {
	font-family: inherit;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin: 5px 0;
	color: rgba(255,204,0,1);
}

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

.boton_right {
	text-align: right;
}

.padding-buscador {
	padding: 0;
}

.mm5 {
	display: block;
}

.opcion {
	display: block;
	margin: 10px 0;
	opacity: 0.5;
}

.plomotitulo {
	margin: 0 0 25px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: rgba(255,204,0,1);
}

.plomotitulo_red_p {
	margin: 0 0 25px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: rgba(0,0,0,1) !important;
}

.plomotitulo_red {
	margin: 25px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: rgba(0,0,0,1) !important;
}

.plomotitulo_int {
	margin: 25px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: rgba(0,0,0,1);
}

.plomotitulo_int_2 {
	margin: 25px 0 25px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: rgba(255,204,0,1) !important;
	text-align: center;
}

.plomotitulo_int_3 {
	margin: 14px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255,255,255,1) !important;
	text-align: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.plomotitulo_int_3 > i {
	margin-right: 16px;
	font-size: 20px;
}

.buscadorpage {
	margin-top: -50px;
}

.equipo {
	box-sizing: border-box;
	padding: 0 30px 26px 30px;
	border-radius: 0px;
	display: block;
	border-radius: 8px;
	position: relative;
}

.equipo-contenido {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usuario-team {
	margin: 10px 0;
	background-color: rgba(240,240,240,1);
	color: rgba(0,0,0,1);
	border-radius: 8px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-items: flex-start;
	box-sizing: border-box;
}

.usuario-team-foto {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 20px;
}
.plomo_trans {
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 25px 0;
	display: block;
	border-radius: 8px;
	position: relative;
}

.fotopage {
	background-color: rgba(240,240,240,1);
	box-sizing: border-box;
	border-radius: 0px;
	margin: 25px 0;
	display: block;
	border-radius: 8px;
	position: relative;
}

.plomo, .galerias {
	background-color: rgba(240,240,240,1);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 25px 0;
	display: block;
	border-radius: 8px;
	position: relative;
}

.plomo_red {
	background-color: rgba(0,0,0,1);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 25px 0;
	display: block;
	border-radius: 8px;
	position: relative;
}

.plomo_box {
	background-color: rgba(0,0,0,1);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 25px 0;
	display: block;
	border: 8px solid rgba(0, 0, 0, 0.0);
	background-clip: padding-box;
}

.fotopage {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.tt3 {
	color: rgba(255,255,255,1);
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 20px;
}

.margenl {
	padding-left: 30px;
}

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

}

@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, .columna16b {
	width: 50%;
} 

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

.propiedadpre {
	font-size: 40px;
}

.mov {
	margin-bottom: 20px;
}

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

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

.circle {
	text-align: center;
	margin-top: 50px;
}

.nflota {
	bottom: 30px;
}

.nombreflota {
	font-size: 53px;
}

.circuloagente {
	width: 200px;
	height: 200px;
	border: 14px solid rgba(255,255,255,0.5);
}

.tituloagente {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 30px;
}

.linkagente {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 6px 0;
	color: rgba(255,255,255,1) !important;
	transition: 0.2s;
	vertical-align: middle !important;
}

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

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

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

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

.sp2 {
	display: none;
}
	
.sp3 {
	border-bottom: none;
}
	
.acomoda {
	top: 146px;
}
	
.search {
	font-size: 18px;
	font-weight: 400;
}
	
.margenl {
	padding-left: 0 !important;
}

.titulonass {
	margin-top: 50px;
}

.logo {
	height: 60px !important;
	margin: 20px 0 !important;
}

.numeropagina, .paginacion > span {
	display: none;
}

.imagenfondo, .aln {
    height: 100px !important;
}

.bzona {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.hs {
	display: none;
}

.link-header-tel {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
}

.ras {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
}

.titi {
	padding: 25px 0 -25px 0;
}

.c_propiedad {
	width: 70%;
    bottom: 30%;
}

.logo-footer {
	margin: 0 auto 80px auto;
}

.page-buscador {
	margin: 25px auto 25px auto !important;
}

.subtitulo_principal {
	margin: 40px 0 40px 0 !important;
}

.buscadorojo {
	margin: -50px auto 25px auto;
}

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

.callme-link {
	text-align: center !important;
}

.nav ul {
	width: 100%;
}

.nav li ul {
	position: absolute;
	right: 0;
	width: 250px !important;
	text-align: right !important;
}

.nav li ul li ul {
	position: absolute;
	right: 0;
	width: 250px !important;
	text-align: right !important;
	z-index: 9999;
	background-color: rgba(255,255,255,1);
	top: 42px;
	border-radius: 8px;
}

.pleft, .indicadores {
	text-align: left !important;
}

.c100, #carrusel, .item-carrusel {
	height: 500px;
}

.fa-bars {
	margin-right: -10px;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
	font-size: 24px;
	background-color: rgba(0,0,0,1) !important;
	color: rgba(255,255,255,1) !important;
}

}

@media screen and (max-width: 600px) {
	
.boxfoto, .boxagente {
	width: 100%;
	display: block;
}
	
.boxagente {
	padding-left: 0 !important;
	padding-top: 30px;
}

.coproch {
	width: 50%;
	margin: 30px auto;
}

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

.plomo, .plomo_red, .plomo_trans, .fotopage, .galerias {
	padding: 15px;
}

.fotopage {
	height: 225px;
}

.program {
	padding: 20px 0 30px 0;
}

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

.tdestaca {
	font-size: 16px;
	line-height: 16px;
}
	
.nass2 {
		margin-bottom: 50px;
	}

}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	border: 0 none !important;
	-webkit-box-shadow: inset 0 0 12px 4px #fff;
	box-shadow: inset 0 0 12px 4px #fff;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden;
  }
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .selectize-dropdown-header {
	position: relative;
	padding: 0 12px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
  .selectize-dropdown-header-close {
	position: absolute;
	right: 12px;
	top: 50%;
	color: inherit;
	opacity: 0.4;
	margin-top: -12px;
	font-size: 20px !important;
  }
  .selectize-dropdown-header-close:hover {
	color: inherit;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
  }
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
  }
  .selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important;
  }
  .selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	/* fixes ie bug (see #392) */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-size: 12px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 1px 0 0 0;
	border-left: 1px solid rgba(0, 0, 0, 0);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05);
  }
  .selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: rgba(0, 0, 0, 0);
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none;
  }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: rgba(77, 77, 77, 0);
  }
  .selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 0;
	top: 0;
  
  }
  .selectize-control {
	position: relative;
  }
  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
	color: rgba(0,0,0,1);
	font-family: inherit;
	font-size: inherit;
	-webkit-font-smoothing: inherit;
	  text-align: left !important;
  }
  .selectize-input,
  .selectize-control.single .selectize-input.input-active {
	background-color: rgba(240,240,240,1);
	cursor: text;
	display: inline-block;
  }
  .selectize-input {
	display: inline-block;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit !important;
	line-height: auto !important;
	color: rgba(0,0,0,1) !important;
	width: 100%;
	padding: 12px !important;
	box-sizing: border-box !important;
	background-color: rgba(240,240,240,1);
	transition: 0.2s;
	border: 1px solid rgba(0,0,0,0.2);
	outline: none !important;
	margin: 5px 0 !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
	-webkit-border-radius: 8px !important;
  	   -moz-border-radius: 8px !important;
  	    -ms-border-radius: 8px !important;
  	     -o-border-radius: 8px !important;
			border-radius: 8px !important;
			transition: 0.2s;
  }
  .selectize-control.multi .selectize-input.has-items {
	padding: 5px 12px 2px;
  }
  .selectize-input.full {
	background-color: rgba(240,240,240,1);
  }
  .selectize-input.disabled,
  .selectize-input.disabled * {
	cursor: default !important;
  }
  .selectize-input.focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .selectize-input.dropdown-active {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  }
  .selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
  }
  .selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 1px 3px;
	background-color: rgba(240,240,240,1);
	color: rgba(0,0,0,1);
	border: 0 solid rgba(0, 0, 0, 0);
  }
  .selectize-control.multi .selectize-input > div.active {
	background: rgba(67,92,120,1);
	color: rgba(0,0,0,1);
	border: 0 solid rgba(0, 0, 0, 0);
  }
  .selectize-control.multi .selectize-input.disabled > div,
  .selectize-control.multi .selectize-input.disabled > div.active {
	color: rgba(0,0,0,1);
	background-color: rgba(240,240,240,1);
	border: 0 solid rgba(77, 77, 77, 0);
  }
  .selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	box-shadow: none !important;
  }
  .selectize-input > input::-ms-clear {
	display: none;
  }
  .selectize-input > input:focus {
	outline: none !important;
  }
  .selectize-input::after {
	content: ' ';
	display: block;
	clear: left;
  }
  .selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background-color: rgba(240,240,240,1);
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
  }
  .selectize-dropdown {
	position: absolute;
	z-index: 10;
	background-color: rgba(240,240,240,1);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
  }
  .selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
  }
  .selectize-dropdown [data-selectable] .highlight {
	background: rgba(255, 237, 40, 0.4);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
  .selectize-dropdown .option,
  .selectize-dropdown .optgroup-header {
	padding: 3px 12px;
  }
  .selectize-dropdown .option,
  .selectize-dropdown [data-disabled],
  .selectize-dropdown [data-disabled] [data-selectable].option {
	cursor: inherit;
	opacity: 0.5;
  }
  .selectize-dropdown [data-selectable].option {
	opacity: 1;
  }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
  }
  .selectize-dropdown .optgroup-header {
	color: rgba(0,0,0,1);
	background-color: rgba(240,240,240,1);
	cursor: default;
  }
  .selectize-dropdown .active {
	color: rgba(0,0,0,1);
	font-weight: 700;
	cursor: pointer !important;
  }
  .selectize-dropdown .active.create {
	color: inherit;
  }
  .selectize-dropdown .create {
	color: inherit;
  }
  .selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch;
  }
  .selectize-control.single .selectize-input,
  .selectize-control.single .selectize-input input {
	cursor: pointer;
  }
  .selectize-control.single .selectize-input.input-active,
  .selectize-control.single .selectize-input.input-active input {
	cursor: pointer;
  }
  .selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: rgba(0,0,0,1) transparent transparent transparent;
  }
  .selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -3px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent rgba(0,0,0,1) transparent;
  }
  .selectize-control.rtl.single .selectize-input:after {
	left: 17px;
	right: auto;
  }
  .selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
  }
  .selectize-control .selectize-input.disabled {
	background-color: rgba(240,240,240,1);
  }
  .selectize-dropdown,
  .selectize-dropdown.form-control {
	height: auto;
	padding: 0;
	margin: -12px 0 0 0;
	z-index: 1000;
	background-color: rgba(240,240,240,1);
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom: 8px;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  .selectize-dropdown .optgroup-header {
	font-size: 12px;
  }
  .selectize-dropdown .optgroup:first-child:before {
	display: none;
  }
  .selectize-dropdown .optgroup:before {
	content: ' ';
	display: block;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	margin-left: -12px;
	margin-right: -12px;
  }
  .selectize-dropdown-content {
	padding: 5px 0;
  }
  .selectize-dropdown-header {
	padding: 6px 12px;
  }
  .selectize-input {
	min-height: 34px;
  }
  .selectize-input.dropdown-active {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
  .selectize-input.dropdown-active::before {
	display: none;
  }
  .selectize-input.focus {
	border-color: none;
	box-shadow: none;
  }
  .has-error .selectize-input {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .selectize-input:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .selectize-control.multi .selectize-input.has-items {
	padding-left: 9px;
	padding-right: 9px;
  }
  .selectize-control.multi .selectize-input > div {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
  .form-control.selectize-control {
	padding: 0;
	height: auto;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  z-index: 999999;
  
  }  

.olControlZoom {

	bottom: 10px;
	right: 10px;
}

.olButton {
color: rgba(255,255,255,1) !important;
padding: 6px 10px;
box-sizing: border-box;
border: none;
display: block;
margin: 4px;
-webkit-appearance: none;
   -moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
-webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	  -ms-border-radius: 8px;
	   -o-border-radius: 8px;
		border-radius: 8px;
		background-color: rgba(0,0,0,1);
}

.olControlAttribution {
	display: none !important;
}

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

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

.map {
	float: left;
}

.icen {
	text-align: center !important;
	border: none !important;
	font-size: 36px !important;
	font-weight: 700;
	color: rgba(255,204,0,1) !important;
	outline: none;
	background-color: transparent !important;
	-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;
	background-color: rgba(255,255,255,1);
	box-sizing:  border-box;
	padding: 12px;
	margin:  1% 0;
	border: 4px solid rgba(0,0,0,0);
	background-clip: padding-box;
	border-radius: 16px;
}
	
	.recta2 {
	width: 100%;
	display:  inline-block;
	text-align:  center;
	background-color: rgba(255,255,255,1);
	box-sizing:  border-box;
	padding: 12px;
	margin: 1% 0;
	border: 4px solid rgba(0,0,0,0);
	background-clip: padding-box;
	border-radius: 16px;
}
	
.datorecta {
	font-size: inherit;
}

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

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

.bordesimu {
	border: 1px solid rgba(255,255,255,1);
	border-radius: 8px;
	margin-top: 30px;
	padding: 30px;
}

.caracteristicas {
	margin-top: 50px;
}

.filter {
	font-size: 26px;
	text-align: center;
	color: rgba(255,255,255,1);
	cursor: pointer !important;
}

.filter:hover {
	color: rgba(255,204,0,1);
}

.feats {
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
	border: 2px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	box-sizing: border-box;
	padding: 12px 16px;
	color: rgba(0,0,0,1);
	border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
}

.feat {
	width: 33.3%;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
	border: 2px solid rgba(0,0,0,0.0);
	background-clip: padding-box;
	box-sizing: border-box;
	padding: 12px 16px;
	color: rgba(0,0,0,1);
	border-radius: 8px;
	background-color: rgba(255,255,255,0.5);
}

.feats > i, .feat > i {
	width: 20px;
	opacity: 0.5;
	margin-right: 6px;
	text-align: center;
}

.fa-check-circle {
	opacity: 0.5;
	margin-right: 6px;
}

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

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

.acciones {
    max-width: 180px;
    position: fixed;
    bottom: 4%;
    right: 7%;
    z-index: 9999;
    text-align: left;
    cursor: pointer !important;
    animation-duration: 0.5s;
    animation-name: slidein;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    background-color: rgba(0,0,0,0.5);
    border-radius: 50px;
    padding: 10px;
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
}

.acciones.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);

}

.acciones > .header-content > p {
	padding: 0 20px;
	font-weight: 700;
}

@keyframes slidein {
	from {
	bottom: -8%;
	position: fixed;
}

to {
	bottom: 4%;
	position: fixed;
}
}

.accioneslogo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	box-sizing: border-box;
	object-fit: cover;
}

.accionestexto {
	width: 120px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	color: rgba(255,255,255,1) !important;
}

.acciones1 {
	display: inline-block;
	vertical-align: middle;
}

#accion {
	margin-top: 10px;
	text-align: center !important;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: none;
}

.if {
	width: 40px;
	border-radius: 50%;
}
	
.linksidebar {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-top: 1px solid rgba(255,255,255,1);
	padding: 10px 0;
}

.linksi {
	color: rgba(0,0,0,1) !important;
}

.linksi:hover {
	color: rgba(255,204,0,1) !important;
}

.gestionado {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 999 !important;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 24px;
	line-height: 24px;
}

.minidireccion {
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-top: 6px;
}