@charset "UTF-8";

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

iframe {
	width: 100%;
	height: 460px;
	background-color: rgba(250,250,250,1);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 0px;
	margin: 25px 0;
	border: none !important;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

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

.ajuste > .columna30 {
	margin-top: 8px;
} 

.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(46,194,199,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);
    }

}

body {
	font-family: "Open Sans", sans-serif;
	position: relative;
	top: 0 !important;
	font-weight: 400;
	background-color: rgba(240,240,240,1);
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,1) !important;
}

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(46,194,199,1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
}

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

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

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

b {
	font-weight: 700;
}

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

.oculto {
	color: transparent !important;
}

.sticky {
	position: sticky;
	top: -30px;
} 

.cb {
	color: rgba(46,194,199,1) !important;
}

#slider {
	margin-bottom: 25px;
	background-color: rgba(0,0,0,1);
}

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

.bresultados {
	background-color: rgba(0,0,0,1);
	padding: 10px;
	border-radius: 0px;
	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;
}

.sombra1 {
	background-color: rgba(255,255,255,1);
	border-radius: 8px;
	box-shadow: 0 30px 30px rgba(0,0,0,0.05);
	margin-bottom: 25px;
	padding: 30px 20px;
}

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

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

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

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

.aceptaprivacidad {
	font-size: 12px;
}

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

.align-items-center {
	align-items: center !important;
}

.indexw {
	position: relative;
	z-index: 8888 !important;
	margin-top: -100px !important;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.box-row {
	flex: 0 0 33.3%;
	max-width: 33.3%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.box-info {
	text-align: center;
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 4px;
	margin-right: -1px;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	transition: 0.2s;
	z-index: 8;
}

.icon-eligenos {
	background-color: rgba(248,249,249,1);
	box-sizing: border-box;
	font-size: 34px;
}

.titulo-eligenos {
	font-family: inherit;
	font-size: 18px;
	line-height: 18px;
	color: rgba(0,25,53,1);
	margin-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 30px;
	box-sizing: border-box;
}

.texto-eligenos {
	padding: 0 30px 30px 30px;
	color: #969696;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

.foto-eligenos {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.box-eligenos {
	width: 100%;
	background-color: rgba(255,255,255,1);
	margin-top: -50px;
	margin-bottom: 50px;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}

.grilla {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    box-sizing: border-box !important;
}

.contenidos {
	display: none;
}

#contenido1 {
	display: block; /* Visible al inicio */
}

.error {
	background-color: rgb(243,243,200,1);
}

.correcto1 {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	background-color: green;
	color: white;
	border-radius: 0px;
	margin: 10px 0;
	display: block;
	position: relative;
}

.correcto2 {
	width: 100%;
	box-sizing: border-box;
	padding: 12;
	background-color: red;
	color: white;
	border-radius: 0px;
	margin: 10px 0;
	display: block;
	position: relative;
}

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

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

.calc2 {
	width: 60px !important;
}

.box_secure {
	width: 100%;
	background-color: rgba(110,110,110,0.1);
	border-radius: 0px;
	padding: 10px 14px;
	margin: 10px 0;
	box-sizing: border-box;
	text-align: right;
}

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

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

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

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

.buscador-index {
	position: relative;
	left: -4% !important;
	width: 108% !important;
	z-index: 9998;
	margin-bottom: 40px;
}

.pcenter {
	text-align: center;
}

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

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

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

.boxnoticia {
	margin-top: 50px;
	margin-bottom: 80px;
}

.nass {
	margin-top: 50px;
	background-image: url(../imagenes/cabecera.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 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: 22px;
	color: rgba(0,0,0,1);
}

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

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

.phone {
	padding-top: 4px;
}

.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(46,194,199,1);
}

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

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

.reciente {
	font-size: inherit;
	font-weight: inherit;
	color: rgba(255,255,255,1);
	z-index: 99999;
	box-sizing: border-box;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: rgba(54,42,107,1);
	padding: 4px 8px;
	border-radius: 8px;
}

.reciente > i {
	opacity: 0.5;
	margin-right: 6px;
}

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

.link_f > a > i {
	width: 30px;
	text-align: center;
	opacity: 0.5;
	margin-right: 6px;
}

.ired {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 4px;
	transition: 0.6s;
	border: 4px solid rgba(255,255,255,0.2);
	border-radius: 50%;
}

.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(0,0,0,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.2);
	font-family: inherit;
}

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

.flota {
	width: 100%;
	text-align: left;
	z-index: 99999;
	box-sizing: border-box;
	position: absolute;
	top: 54%;
}

.search {
	width: 100%;
	text-align: left;
	position: absolute;
	box-sizing: border-box;
	padding: 0 10%;
	bottom: 30%;
	color: rgba(255,255,255,1);
} 

.vas {
	width: 100%;
	font-weight: 700;
	font-size: clamp(1.8rem, 3.6vw, 3.6rem) !important;
	line-height: clamp(1.8rem, 3.6vw, 3.6rem) !important;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	margin: 20px 0;
}

.subtitulo_carrusel {
	margin-top: 6px;
	display: block;
	font-size: clamp(1rem, 2vw, 2rem) !important;
	line-height: clamp(1rem, 2vw, 2rem) !important;
}

.leyenda_exclusiva {
	width: auto;
	display: inline-block;
	background-color: rgba(54,42,107,0.8);
	padding: 4px 20px;
	border-radius: 8px;
	font-size: 12px !important;
}

.boton-exclusivo {
	min-width: 280px !important;
	border: 1px solid rgba(37,211,102,1) !important;
	background-color: rgba(37,211,102,1) !important;
	border-radius: 12px;
	margin-left: 20px;
	transition: 0.2s;
}

.boton-exclusivo:hover {
	border: 1px solid rgba(54,42,107,1) !important;
	background-color: rgba(54,42,107,1) !important;
}

.botoncarrusel {
	min-width: 280px !important;
	border: 1px solid rgba(255,255,255,0.5) !important;
	background-color: rgba(0,0,0,0.5) !important;
	border-radius: 12px;
	margin-left: 20px;
	transition: 0.2s;
}

.botoncarrusel:hover {
	border: 1px solid rgba(54,42,107,1) !important;
	background-color: rgba(54,42,107,1) !important;
}

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

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

.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: 26px;
	height: 26px;
	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);

}

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

.header {
	width: 100%;
	text-align: right;
	background-color: rgba(255,255,255,1);
	padding-bottom: 20px;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 20px 0;
}

.back {
	
}

.back > .web > .header-content > div > .desktop > .nav > li > a {
	color: rgba(0,0,0,1) !important;
}

.back > .web > .header-content > div > .desktop > .nav > li > .white {
	color: rgba(255,255,255,1) !important;
}

section {
	overflow: hidden;
}

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

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

.superheader {
	background-color: rgba(0,0,0,0.2);
	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: 6px 10px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0);
	font-weight: 400;
	text-transform:  uppercase;
}

.ras {
	background-color: rgba(46,194,199,1);
	color: rgba(255,255,255,1);
	text-transform:  uppercase;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.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(244,225,3,1);
	padding: 14px;
	font-size: 24px !important;
	transition: 0.2s;
	border-radius: 80%;
	color: rgba(0,65,96,1);
}

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

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

.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: 60px;
	box-sizing: border-box;
}

.logo-footer {
	width: 100%;
	max-width: 200px;
	display: block;
	/* filter: grayscale(1); */
	margin-bottom: 50px;
}

.logof {
	width: 100%;
	display: block;
	margin: 20px auto;
	opacity: 0.6;
}

.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, #opcion {
	display: none;
}

/* NAVEGADOR */



.white {
	background-color: rgba(46,194,199,1);
	border-radius: 8px;
	color: rgba(255,255,255,1) !important;
	transition: 0.2s;
}

.white:hover {
	background-color: rgba(46,194,199,1);
	border-radius: 8px;
	color: rgba(255,255,255,1) !important;
}

.nav {
	width: 100%;
	position: relative;
	z-index: 9999;
	font-weight: 400;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 13px !important;
}

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

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

.nav li ul {
	text-align: left !important;
	display: none;
	position: absolute;
	min-width: 100px;
	max-width: 300px;
	line-height: 14px;
	background-color: rgba(255,255,255,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;
}

ul > li > a > i {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	margin-left: 6px;
}

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

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

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

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

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

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

.icos {
	font-size: 40px;
	color: rgba(46,194,199,1);
}

.decla {
	font-size: 12px;
}

.idcodigo {
	font-size: 14px;
}

.mayor {
	margin: 50px 0;
}

/* ALINEACION DE COLUMNAS */

.top {
	vertical-align: top;
}

.middle {
	justify-content: center;
	align-items: center;
}

.bottom {
	vertical-align: bottom;
}

/* MARGENES DE COLUMNAS */

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

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

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

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

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

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

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

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

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

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

.destacado {
	
}

/* COLUMNAS */

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

.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: 240px;
	object-fit: cover;
	position: absolute;
	z-index: -9999;
	transition: transform 0.4s ease;
}

.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: 80%;
	z-index: 8888;
}

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

.h100c {
	width: 80px;
	height: 80px;
	object-fit: cover;
	z-index: -9999;
	border-radius: 80%;
	border: 6px solid rgba(255,255,255,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(250,250,250,1);
}

.parrafo {
	text-align: left;
	line-height: 1.6;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.parrafo-index {
	text-align: left;
	line-height: 1.6;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.parrafo-random {
	text-align: left;
	line-height: 1.6;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	padding-bottom: 42px;
}

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

.boxagente {
	padding-left: 30px;
}

.c25l {
	width: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
}

.c25lt {
	width: 100%;
	height: 240px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
	border-radius: 8px !important;
}

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

.ubicacion {
	
}

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

.sector {
	display: block;
	font-weight: 300 !important;
}

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

.fa-bars {
	font-size: 24px;
}

.ks {
	margin-top: 8px;
}

.if {
	width: 30px;
	display: block;
	border-radius: 50%;
}

.acciones {
    max-width: 180px;
    position: fixed;
    bottom: 4%;
    right: 5%;
    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;
}

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

}

.acciones > .header-content > p {
	padding: 0 10px;
	color: rgba(255,255,255,1) !important;
	font-weight: 400;
}

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

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

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

.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: 400;
	text-transform: uppercase;
	color: inherit;
	box-sizing: border-box;
	margin-right: 16px;
}

.icos4 > i {
	opacity: 0.5;
}

.iconosfeat {
	margin: 20px 0;
}

.prop-agente {
	font-size: 12px;
	font-weight: 300;
}

.prop-agente > .header-content > div {
	font-size: 16px;
}

.prop-agente > .header-content > div > .fa-circle-user {
	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 {
	display: none;
	font-size: inherit;
	font-weight: inherit;
	color: rgba(255,255,255,1);
	z-index: 99999;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(46,194,199,1);
	padding: 4px 8px;
	border-radius: 8px;
}

.datos_valor99 > i {
	opacity: 0.5;
	margin-right: 6px;
}

.datos_valor999 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(46,194,199,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;
}

#large {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.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;
	background-color: rgba(255,255,255,1);
	border-radius: 18px;
	position: relative;
}

.propiedad:hover > .columna100 > .c25l > .h100 {
	transform: scale(1.1);
}

.hora > i {
	margin-right: 6px;
	opacity: 0.5;
}

.section-blog {
    width: 100%;
    margin: -8px 0 42px 0;
    border-radius: 16px;
    overflow: hidden;
    border: 8px solid rgba(0, 0, 0, 0.0);
	background-clip: padding-box;
}

.section-blog-content {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.section-blog-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.section-blog-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.45) 35%,
        rgba(0,0,0,0.10) 70%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
}

.section-blog-titulo {
    width: 40%;
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2;
    text-align: left;
    font-size: clamp(1.4rem, 3.4vw, 3.4rem) !important;
    line-height: clamp(1.4rem, 3.4vw, 3.4rem) !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,1);
}

.section-button {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    margin: 0 !important;
	font-size: 12px;
	font-weight: 300;
}

.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.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

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

input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit !important;
	color: inherit !important;
	width: 100%;
	padding: 12px !important;
	box-sizing: border-box !important;
	background-color: rgba(255,255,255,1);
	transition: 0.2s;
	border: 1px solid rgba(220,220,220,1);
	outline: none !important;
	margin: 10px 0 !important;
	appearance: none;
	border-radius: 8px;
	transition: 0.2s;
}

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

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

button:hover {
	background-color: rgba(54,42,107,1);
	color: rgba(255,255,255,1);
	border: 1px solid rgba(54,42,107,1);
}

button > i {
	opacity: 0.5;
	margin-right: 6px;
}

.btnbuscador {
	width: 100% !important;
	margin-top: 26px !important;
}

.btnbuscador > i {
	opacity: 1 !important;
	margin: 0 !important;
}

.gap20 {
	gap: 20px;
}

.ide {
	margin: 0 -8px;
}

.nuevo-destacados {
	position: relative;
	padding: 25px 0;
}

.nuevo-recientes {
	position: relative;
	padding: 25px 0;
}

.nuevo-boxzona {
	margin: 25px 0;
	position: relative;
	background-image: url('../imagenes/mapa.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	box-shadow: inset 0 140px 60px -20px rgba(240,240,240,1), inset 0 -140px 60px -20px rgba(240,240,240,1);
}

.nuevo-titulo {
	text-align: left;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
	font-weight: 300 !important;
	padding: 0 5% 50px 5%;
}

.nuevo-titulo-b {
	text-align: left;
	font-weight: 300 !important;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
	padding: 0 2%;
}

.tbh {
	box-sizing: border-box;
	color: #969696;
	font-size: 14px;
	font-weight: 700;
}

.minimargen {
	margin-top: 14px;
}

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

.pestanas {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
	position: relative;
	z-index: -1;
}

.pestana {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: rgba(46,194,199,1);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-right: 4px;
	color: rgba(255,255,255,1);
	font-weight: 700;
	cursor: pointer !important;
}


.itemamo {
	padding: 4px 10px;
	background-color: rgba(46,194,199,1);
	color: white !important;
	border-radius: 0px;
}

.box_mensaje_index {
	text-align: center;
	border: 8px solid rgba(0, 0, 0, 0.0);
	background-clip: padding-box;
	background-color: rgba(255,255,255,1);
	padding: 40px 20px;
	transition: 0.2s;
	position: relative;
	border-radius: 18px;
}

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

.sinm {
	margin-top: -100px !important;
}

.user_mensaje {
	border-radius: 80%;
	object-fit: cover;
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
	border: 12px solid rgba(240,240,240,1);
}

.name_mensaje {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: rgba(0,0,0,1);
	padding: 0 20px;
	box-sizing: border-box;
}

.carg_mensaje {
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.corr_mensaje, .tele_mensaje {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
} 

.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: rgba(100,100,100,1); } /* WebKit */
:-moz-placeholder { color: rgba(100,100,100,1); } /* Firefox 18- */
::-moz-placeholder { color: rgba(100,100,100,1); } /* Firefox 19+ */
:-ms-input-placeholder { color: rgba(100,100,100,1); } /* IE 10+ */

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

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

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

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

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

.buscadorojo {
	background-color: rgba(255,255,255,1);
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	margin: 25px 0;
}

.buscador-pagina {
	margin-top: -18px;
}

.form-s > button > i {
	width: 50px;
	text-align: center;
	margin: 0 !important;
	opacity: 1 !important;
}

.mm1 {
	padding: 5px;
	box-sizing: border-box;
	align-content: center;
	justify-content: center;
	margin: 0 !important;
}

.mm1 > button {
	width: 100% !important;
}

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

.mm3 {
	padding: 2px 10px;
	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;
}

#propiedades {
	top: 100px;
}

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

.miti {
	padding: 0 20px;
	border-left: 10px solid rgba(46,194,199,1);
}

.titi {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	box-shadow: inset 0 60px 60px -20px rgba(0,0,0,0.1);
}

.titulo-pagina {
	text-align: left;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
	font-weight: 300 !important;
	padding: 0 5% 0 5%;
}

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

.indicadores {
	margin-bottom: 50px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.grabbing { 
    
}

.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: 50px;
	text-align: center;
	position: relative;
}

.owl-theme .owl-controls .owl-buttons div{
	color: rgba(255,255,255,1);
	display: inline-block;
	zoom: 1;
	margin: 0 10px;
	font-size: 28px;
	border-radius: 50%;
	background-color: rgba(46,194,199,1);
	width: 40px;
	height: 40px;
	border: none;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	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: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	background-color: #FFF;
}

.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: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}

.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;
	color: rgba(0,0,0,1);
	opacity: 0.6;
}

.link_f {
	margin-bottom: 16px;
}

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

.blanco:hover {
	color: rgba(0,0,0,0.5) !important;
}

.social {
	margin: 20px 0;
}

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

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

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

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

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

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

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

.opciones-buscador {
	width: 100% !important;
	text-align: left !important;
	display: block;
	margin-bottom: 4px;
}

.opcion-btn {
	display: inline-block;
	width: auto;
	margin: 0 2px;
	color: rgba(255,255,255,1);
	font-size: 12px;
	font-weight: 700;
	background-color: rgba(46,194,199,1);
	padding: 4px 6px;
	border-radius: 0px;
	cursor: pointer;
	transition: 0.2s;
}

.opcion-btn:hover {
	background-color: rgba(0,0,0,1);
}

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

.textopagina {
	width: 100%;
	white-space: pre-line;
	word-wrap: break-word;
	text-align: justify;
	padding: 25px 0;
}

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

.salto25 {
	width: 100%;
	height: 25px;
}

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

.salto50 {
	width: 100%;
	height: 50px;
}

.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-size: 32px;
	line-height: 32px;
	font-weight: 700;
	margin: 5px 0;
	color: rgba(46,194,199,1);
	font-family: inherit;
}

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

.boton_right {
	text-align: right;
}

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

.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(46,194,199,1);
	text-align: center;
}

.plomotitulo_int_3 {
	font-size: 13px;
	padding: 5px 14px;
}

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

.fotopage {
	margin-top: 8px;
	border-radius: 8px;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

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

.plomo_box {
	background-color: rgba(255,255,255,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;
}

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

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width: 18px;
    height: 18px;
    margin: -4px 10px 0 0;
    vertical-align:middle;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
}
input[type="checkbox"]:checked + label span {
	background-color: rgba(46,194,199,1);
}

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

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

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

.header-content-box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 100%;
}

.header-content-suscribe > form {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-content-suscribe > form > input {
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0px;
}

.header-content-suscribe > form > button {
	border-top-left-radius: 0px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 8px;
}

.salto_buscador {
	width: 100%;
	height: 10px;
}

.paginacion {
	padding: 50px 0 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.btnp {
	margin: 0 8px;
}

.numeropagina {
	margin: 0 8px;
}

.scroll-top-btn.show {
	opacity: 1;
	visibility: visible;
}
.scroll-top-btn {
	width: 100% !important;
	position: sticky;
	top: 25px;
	left: 20px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	margin: 25px 0 0 0;
}

.imagenfondo {
	border-radius: 18px; 
	transition: 0.2s; 
	width: 100%;
	height: 500px;
	box-sizing: border-box; 
	text-align: center; 
	background-position: center; 
	background-size: cover; 
	position: relative; 
	border: 8px solid rgba(0,0,0,0.0); 
	background-clip: padding-box;
} 
	
.imagenfondo:hover { 
	background-color: rgba(0,0,0,0.8); 
} 
	
.imagenfondo:hover > .mimas {
	color: rgba(46,194,199,1); 
}

.maproperty {
	width: 100%;
	height: 400px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !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;
}

.margenl {
	padding-left: 0 !important;
}


}

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

.comm {
	display: none;
}

.flota {
	top: 48%;
}
		
#selector {
	display: none;
}
	
.ired {
	margin-right: 2px;
	margin-left: 2px;
}

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

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

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

.propiedadpre {
	font-size: 40px;
}

.mov {
	margin-bottom: 20px;
}

.footer {
	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;
}
	
#map, #map2 {
	height: 340px;
}

#carrusel {
	height:  340px !important;
}

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

.c100 {
	min-height: 340px !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 {
	width: 70px;
	background-color: rgba(46,194,199,1) !important;
	color: rgba(255,255,255,1) !important;
	border-radius: 0px;
	font-weight: 400 !important;
	font-size: inherit !important;
	border: none !important;
	padding: 0;
	margin: 0;
	float: right;
	direction: rtl !important;
	outline: none;
	font-family: inherit;
	text-transform: uppercase;
}

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

.carr {
	margin-top: 100px;
}
	
}

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

.sp2 {
	display: none;
}
	
.sp3 {
	border-bottom: none;
}
	
.acomoda {
	top: 146px;
}

.titulonass {
	margin-top: 50px;
}

}

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

.box6a {
		width: 92% !important;
}

.box-row {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 10px 0;
}


}

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

.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(0,0,0,1);
	top: 42px;
}
	
.boxfoto, .boxagente {
	width: 100%;
	display: block;
}
	
.boxagente {
	padding-left: 0 !important;
	padding-top: 30px;
}

.boxagente2 {
	padding: 50px 0 !important;
}

.tisimubox {
	padding: 10px !important;
}

.logo {
	height: 40px;
}

.logo-footer {
	width: 50%;
	margin-top: 26px;
}

#slider .slider { 
	height: 350px;
}

.section-blog-img {
    height: 300px;
}

.section-blog-titulo {
    width: 60%;
    bottom: 20px;
    left: 20px;
}

.section-button {
    bottom: 20px;
    right: 20px;
}

.search {
	bottom: 38%;
} 

.indexw {
	margin-top: -220px !important;
}

.boton-exclusivo {
	margin-left: 0 !important;
	margin-top: 20px !important;
	width: 100% !important;
}

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

.cont {
	padding: 0 10px;
}

.indicadores {
	background-color: transparent !important;
}

.mobile > .nav > li > a > .fa-bars {
	color: rgba(255,255,255,1);
}

.back > .web > .header-content > div > .mobile > .nav > li > a > .fa-bars {
	color: rgba(0,0,0,1);
}

.nuevo-titulo-b {
	padding: 0 5% 50px 5%;
}

.header-content-box {
	display: block;
}

.imagenfondo {
	height: 180px;
}

.ras {
	border-radius: 4px !important;
}

.pestanas {
	width: 100%;
	text-align: center;
	margin: 0 2px;
}

.pestana {
	font-size: 13px;
	padding-bottom: 2px;
}

.logof {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 20px auto;
}

.sticky {
	position: relative;
	top: 0;
}

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

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

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

.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;
}
	
#map, #map2 {
	height: 200px;
}
	
#carrusel {
	height:  200px !important;
}

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

.c100 {
	min-height: 200px !important;
}
	
	.leye {
	font-size: 14px;
	line-height: 12px;
}
	

	.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: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 8px;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: inherit;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  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: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-font-smoothing: inherit;
	text-align: left !important;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
outline: none;
  border: 1px solid rgba(220,220,220,1) !important;
  padding: 12px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 5px 0;
  z-index: 1;
	font-family: inherit;
	font-size:inherit;
	line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.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 {
  border-radius: 8px;
}
.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: #efefef;
  color: inherit;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: rgba(67,92,120,1);
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: inherit;
  background: #ffffff;
  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: 90% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px !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: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  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: inherit;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  color: rgba(0,0,0,1);
  font-weight: 700;
}
.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: text;
}
.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: -4px;
  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: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(220,220,220,1);
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.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 {
  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 {
  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: 8;
  -moz-border-radius: 8;
  border-radius: 8;
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: 0px;
	 -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	   -o-border-radius: 0px;
		border-radius: 0px;
background: rgba(46,194,199,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;
}

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

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

.cajasimulador-a {
	width: 98%;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.02);
	margin: 0 1%;
}

.cajasimulador-b {
	width: 98%;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.06);
	margin: 0 1%;
}

.cajasimulador-c {
	width: 98%;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.10);
	margin: 0 1%;
}

.unir {
	margin-top: -40px;
}

.icen {
	text-align: center !important;
	border: none !important;
	font-size: 36px !important;
	font-weight: 700;
	color: rgba(46,194,199,1) !important;
	outline: none;
	background-color: transparent !important;
	border-radius: 0px !important;
}
	
	.recta {
	width: 48%;
	display:  inline-block;
	text-align:  center;
	background-color: rgba(255,255,255,1);
	box-sizing:  border-box;
	padding: 12px;
	margin:  1%;
	border-radius: 0px;
}
	
	.recta2 {
	width: 98%;
	display:  inline-block;
	text-align:  center;
	background-color: rgba(255,255,255,1);
	box-sizing:  border-box;
	padding: 12px;
	margin:  10px 1%;
	border-radius: 0px;
}
	
.datorecta {
	font-size: inherit;
}

.datoform {
	font-size: inherit;
}
	
	.texp {
		text-align: left;
		font-size: 14px;
		padding: 30px 10px 0 10px;
	}

	
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: 0px;
	margin-top: 30px;
	padding: 30px;
}

#slider {
	position: relative;
	z-index: 8888 !important;
	height: 500px !important;
}

#slider .slider {
	width: 100%;
	height: 500px !important;
	display: none;
	position: absolute;
}

#slider .slider p {
	font-size: 70px;
	font-weight: bold;
}

#slider > .slider {
	height: 500px !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0);
	background-blend-mode: darken;
}

.slider {
	height: 500px !important;
}

#selector {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 20px;
	right: 0;
}

#selector > span {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid rgba(255,255,255,1);
	margin: 4px;
	cursor: pointer !important;
}

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

.box6 {
	width: 100%;
	margin-top: 50px;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	padding: 120px 8%;
	box-sizing: border-box;
	position: relative;
}

.box6a {
	width: 40%;
	background-color: rgba(0,0,0,1);
	padding: 50px;
	box-sizing: border-box;
	color: rgba(255,255,255,1);
	border-radius: 0px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}

.texto1box6 {
	font-weight: 700;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: clamp(2rem, 3vw, 3rem);
	font-family: inherit;
}

.texto2box6 {
	margin: 25px 0;
	font-size: 22px;
	line-height: 22px;
}

.botonanuncios {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.maspropiedades {
	margin: 20px 0;
}

.boxagente2 {
	padding: 50px 0;
	margin-bottom: -50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.colagente {
	text-align: center;
	padding: 20px;
	background-color: rgba(250,250,250,0.5);
}

#agentes {
	
}

.boxzona {
	text-align: center;
	margin: 50px 0;
	box-sizing: border-box;
	position: relative;
}

.bzona {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
	color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 14px;
	text-align: left !important;
	font-weight: 400;
	font-family: inherit;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}

.city {
	font-weight: 700;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0;
}

.mimas {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	color: rgba(255,255,255,1);
	font-size: 20px;
	line-height: 20px;
	text-align: right !important;
	font-weight: 400;
	font-family: inherit;
	text-transform: uppercase;
	transition: 0.2s;
}

.galeria-grid{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 250px 250px;
	gap: 10px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.foto-principal{
  	grid-row: 1 / span 2;
}

.galeria-grid img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay-botones{
	position: absolute;
	bottom: 20px;
	right: 30px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.overlay-botones button, .overlay-botones a{
	width: auto;       
	max-width: 100%;
}

#galeriaPortal a.foto-oculta{
	display: none;
}

@media (max-width: 992px){

	.galeria-grid{
		grid-template-columns: 1fr; 
		grid-template-rows: 260px;
		gap: 8px;
	}

	.foto-principal{
		grid-row: auto;
	}

	.galeria-grid .foto-mini{
		display: none;
	}

	.overlay-botones{
		left: 12px;
		right: 12px;
		bottom: 12px;
		justify-content: center;
	}

	.overlay-botones button, .overlay-botones a{
		width: 100%;
	}
}

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

.cont-sidebar {
	margin: 10px 0;
	display: flex;
	align-items: center;
	transition: 0.2s;
}

.cont-sidebar > img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 10px;
}

.cont-sidebar > h3 {
	font-weight: 700 !important;
	font-size: 14px !important;
}

.plomo-sidebar > a > button {
	width: 100% !important;
}

.mapa-oficina {
	width: 100% !important;
	height: 250px !important;
	padding:  0 !important;
	border-radius: 8px;
}

.redes {
    width: 100%;
    display: inline-flex;
    gap: 20px;
    justify-content: left;
    margin-top: 50px;
}

.redes a {
    text-decoration: none;
}

.redes a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0,0,0,1);
    font-size: 20px;
	transition: 0.2s;
}

.redes a i:hover {
    background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1);
}