@charset "utf-8";

:root {
  --azul: #2f328b;
  --amarillo: #ffd22d;
}

html {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, font, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { line-height: 140%; } body, td, th, input, select, textarea, a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  color: #3e545f;
}
body {
  background-color: #fff;
  margin: 0px;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:active {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
h1 {
  /* color: #2f328b; */
  font-size: 17px;
  color: #084486;
}
h2 {
  /* color: #2f328b; */
  color: #084486;
}
h3 {
  /* color: #2f328b; */
  color: #084486;
}
h4 {
  color: #27aeed;
}
h5 {
  color: #666;
}
h6 {
  color: #ccc;
}


* {
	box-sizing: border-box;
	/* Works on Firefox */
	scrollbar-width: thin;
	scrollbar-color: #5471ff transparent;
}

/* Works on Chrome, Edge, and Safari */
body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-thumb {
	background-color: #5471ff;
}










#pge_ssl_widget {
  display: none;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #626262;
  color: #fff;
  border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff;
  border: none;
  background-color: #28aeed;
  background-image: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default * {
  color: #fff;
  border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active * {
  color: #fff;
  border: none;
}
.ui-widget-header,
.ui-widget-content {
  border: none;
  background: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}
.ui-tabs-nav {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #626262;
  padding-bottom: 5px;
  border: none;
}
.ui-tabs .ui-tabs-nav li a {
  padding: 5px;
}

.margin {
  margin: 5px;
}
.no-padding {
  padding: 0px;
}
.img-responsive {
  display: inline-block !important;
}
.scroll {
  position: relative;
  overflow: hidden;
}
.zoom {
  transition: 1s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#redes_laterales{
  display: none;
}

#content-box {
  /* max-width: 980px; */
  /* margin: auto; */
  margin-top: 122px;
  /* margin-bottom: 30px; */
}
.content-box-title {
  /* color: #2f328b; */
  color: #084486;
  text-align: center;
  font-size: 2em;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 40px;
  font-weight: 700;
}
.content-box-title::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 6px;
  /* background: #2f328b; */
  background: linear-gradient(47.75deg, #ffd22d 26.04%, #fedc61 82.74%);
  top: 48px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 20px;
}
#mod-box {
  max-width: 100%;
  text-align: center;
  padding: 10px 40px 40px 40px;
}
#mod-box-title {
  color: #2f328b;
  text-align: center;
  font-size: 2em;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#mod-box-title::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 6px;
  background: #2f328b;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 20px;
  margin-bottom: 40px;
}

#content-area {
  max-width: 1200px;
  margin: 8px 24px 20px 24px;
}

#content-area #MenuVertical {
  padding: 0;
  margin: 0;
  width: 16% !important;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #2f328b;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

/*SECCION LATERAL*/
#seccion-lateral {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* background: #ffffff; */
  background-color: #e9eaf2;
  width: 14%;
  height: 100%;
  position: fixed !important;
  box-shadow: -1px 0px 20px #00000099;
  z-index: 999;
}
.logo_cb {
  text-align: center;
  margin-top: 20px;
}
#logo_coldwell {
  padding: 10px;
}

/*Slider*/

.slider_img {
  width: 100%;
  height: 700px;
}
.botonPseMobile > a {
  display: block;
  padding: 28px 15px 0;
}

/*MENU PRINCIPAL*/
.menu_principal {
  margin-top: 0px;
}
.menu_principal #menu_2017 {
  margin: 0px;
  padding: 0px;
}
.menu_principal #menu_2017 > li {
  list-style: none;
  text-align: center;
  border-bottom: dotted 1px #d4dbe8;
  margin: 0px 15px;
  padding: 0px;
  height: 80px;
}
.menu_principal #menu_2017 > li > a {
  text-decoration: none;
  color: #2f328b;
  text-transform: uppercase;
  width: 100%;
  display: block;
  height: 100%;
  padding-top: 59px;
}
.menu_principal #menu_2017 > li:nth-child(3) {
  height: 82px;
}
.menu_principal #menu_2017 > .menuplus_n1_0 {
  background: url("icono_inicio.png") no-repeat center 9px;
}
.menu_principal #menu_2017 > .menuplus_n1_1 {
  background: url("icono_conozcanos.png") no-repeat center 9px;
}
.menu_principal #menu_2017 > .menuplus_n1_2 {
  background: url("icono_ubicaciones.png") no-repeat center 9px;
}
.menu_principal #menu_2017 > .menuplus_n1_3 {
  background: url("icono_inmuebles.png") no-repeat center 9px;
}
.menu_principal #menu_2017 > .menuplus_n1_4 {
  background: url("icono_proyectos.png") no-repeat center 9px;
}
.menu_principal #menu_2017 > .menuplus_n1_5 {
  background: url("icono_arriendo.png") no-repeat center 9px;
}
/*.menu_principal #menu_2017>.menuplus_n1_6{background:url('menu-arrendamientos.png') no-repeat center 9px;}*/
.menu_principal #menu_2017 > .lastMenuPlus {
  background: url("icono_contacto.png") no-repeat center 9px;
}
/*.menuplus_n1_2{height:92px !important;}*/

/*FILTRO DE BUSQUEDAS*/
.slider {
  position: relative;
}
.content-filter-home {
  background: rgba(28, 28, 28, 0.7);
  text-align: center;
}
.content-filter-home form {
  padding: 0 20px 20px;
}
.title-filter {
  color: var(--amarillo);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
}
.title-filter strong {
  color: #fff;
  font-weight: 700;
}
button#send-filter {
  background: var(--amarillo);
  border: none;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 10px;
  padding: 15px 45px;
  position: relative;
  color: var(--azul);
  font-weight: 500;
}
button#send-filter::before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  left: 16px;
  position: absolute;
  z-index: 1;
}
button#send-filter::after {
  background-color: #2f328b;
  border-radius: 6px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -1;
}
.filter-links .row {
  background-color: var(--azul);
  padding: 10px;
}
.filter-links .row a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.filter-links .row a strong {
  font-weight: 700;
}
.filter-links .row [class*="col-"] {
  border-right: 1px solid #fff;
}
.filter-links .row [class*="col-"]:last-child {
  border: none;
}
.content-filter-home {
  box-shadow: 0 4px 9px #0000006b;
}
.widget_favs .panel-heading {
  background: var(--azul) !important;
  color: #ffffff !important;
}

@media screen and (min-width: 1200px) {
  .content-filter-home {
    -webkit-border-radius: 8px;
    max-width: 950px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    /* bottom: 5%; */
    bottom: calc(40% - 150px);
    left: 0;
    right: 0;
    position: absolute;
    width: 75%;
    z-index: 5;
    margin: auto;
  }
  .title-filter {
    margin: 20px 0;
  }
  .filter-links .row [class*="col-"]:last-child {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .content-filter-home {
    padding-top: 20px;
  }
  .title-filter {
    margin: 0 0 20px;
  }
  .filter-links .row [class*="col-"]:last-child {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .filter-links .row [class*="col-"]:nth-child(1),
  .filter-links .row [class*="col-"]:nth-child(2) {
    margin-bottom: 10px;
  }
  .filter-links .row [class*="col-"]:nth-child(2n) {
    border: none;
  }
}

/*SECCION CENTRAL*/
#header {
  width: 86%;
  margin: auto;
  position: absolute;
  z-index: 9;
  margin-top: 20px;
}
#header > div > div {
  float: right;
}
#redes_sociales {
  margin-top: 10px;
  text-align: center;
}
#redes_sociales .fa {
  width: 32px;
  height: 32px;
  color: #ffffff;
  border-radius: 50%;
  border: solid 1px #252a41;
  text-align: center;
  font-size: 1.4em;
  padding-top: 6px;
  margin-right: 8px;
  transition: all 0.5s;
}

#redes_sociales .fa:hover {
  background: var(--azul);
}

#acceso_clientes,
#intranet,
#trb_nosotros,
#referidos {
  margin-top: 4px;
  padding: 0;
}

#referidos > a {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px;
  border-radius: 8px;
  font-size: 1.2em;
  display: block;
  padding: 10px 0 10px 15%;
  background: url(referidos.png) no-repeat 5px center;
  text-align: center;
  margin-right: 6%;
}
#referidos > a:hover {
  background: #ffffff url("referidos.png") no-repeat 5px center;
  color: #6d9de1;
}

#acceso_clientes > a {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px;
  border-radius: 8px;
  font-size: 1.2em;
  display: block;
  padding: 10px 0px 10px 0;
  background: url(acceso-a-clientes.png) no-repeat 5px center;
  text-align: center;
  margin-right: 6%;
}
#acceso_clientes > a:hover {
  background: #ffffff url("acceso-a-clientes.png") no-repeat 5px center;
  color: #6d9de1;
}

#trb_nosotros > a {
  text-decoration: none;
  border-radius: 8px;
  color: #6d9de1;
  font-size: 1.2em;
  display: block;
  padding: 10px 0px 10px 0px;
  background: #ffffff url(trabaja.png) no-repeat 5px center;
  text-align: center;
  margin-right: 6%;
}
#trb_nosotros > a:hover {
  color: #ffffff;
  background: url("trabaja.png") no-repeat 5px center;
  border: solid 1px;
}

#intranet > a {
  text-decoration: none;
  border-radius: 8px;
  color: #6d9de1;
  font-size: 1.2em;
  text-align: right;
  display: block;
  padding: 10px 5% 10px 0;
  background: #ffffff url("intranet.png") no-repeat 5px center;
  transform: all 0.5s;
}
#intranet > a:hover {
  color: #ffffff;
  background: url("intranet.png") no-repeat 5px center;
  border: solid 1px;
}

#seccion-central {
  width: 86%;
  float: right;
}
/* .slick-slide img{width:100% !important;margin:auto;border:10px solid #FFF;border-radius:4px;} */
.ue_prev {
  position: absolute;
  z-index: 9;
  top: 44.8%;
  margin-left: 33px;
}
.ue_next {
  position: absolute;
  right: 35px;
  z-index: 9;
  top: 44.8%;
}
.slick-dots {
  display: none !important;
}
.ue_prev,
.ue_next {
  font-size: 4em;
  text-align: center;
}
#porque {
  width: 100%;
  margin: auto;
  background: #2f328b1a;
  padding: 44px 0px 12px 0px;
}
#contenedor_porque {
  max-width: 1100px;
  margin: auto;
}
.texto_slide_cb {
  position: absolute;
  bottom: 22%;
  right: 9%;
}
.texto_slide_cb h5 {
  color: #ffffff;
  text-align: center;
  font-size: 1.8em;
  text-shadow: 2px 2px 5px #000;
}
.texto_slide_cb h6 {
  color: #ffffff;
  text-align: center;
  font-size: 3em;
  text-shadow: 2px 2px 5px #000;
}
#contenedor_porque > div:nth-child(1) > div > p {
  color: #2f328b;
  font-size: 2.5em;
  font-weight: 400;
}
#contenedor_porque > div:nth-child(2) > div > figure > figcaption > p {
  font-family: "Montserrat", sans-serif;
  color: #2f328b;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0px;
}
#destacados {
  text-align: center;
}
#titulo_proyectos_destacados {
  color: var(--azul);
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0px;
  padding: 1em;
  font-weight: 500;
}
.lemmon_contenido {
  position: relative;
}
#img_pd {
  position: absolute;
  left: 14%;
  top: -16px;
  z-index: 1;
  width: 60px;
  background: #fff;
  padding: 5px;
  border: 1px solid var(--azul);
}
.img-proyecto {
  margin-top: 17px;
  position: relative;
}
#destacados a {
  text-decoration: none;
}
.texto_destacados {
  background: #ffd22d12;
  margin: 0px 40px;
  padding: 12px 15px 30px 15px;
  margin-top: -8px;
  position: relative;
  z-index: 9;
  box-shadow: 1px 8px 17px #ccc;
  border: solid 1px #eaeaea;
}
.listado-featured .ue_prev {
  left: 0px;
  width: 52px;
  height: 5px;
  border: none;
  top: 66%;
  color: #b0b0b0;
  margin-left: 0px;
}
.listado-featured .ue_next {
  right: 0px;
  width: 52px;
  height: 5px;
  border: none;
  top: 66%;
  color: #b0b0b0;
}
.titulo-proyecto {
  color: #2f328b;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 15px;
}
#destacados
  > div.row.listado-featured.owl-carousel.owl-theme
  > div.owl-wrapper-outer
  > div
  > div
  > div
  > div.texto_destacados
  > div.descripcion-proyectos
  > a {
  text-align: left;
  display: block;
  color: #6b6b6b;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.item-proyecto:nth-child(1) {
  width: 32%;
  font-weight: bold;
  color: #000000;
  background: url("icono-habitaciones.png") no-repeat 5px 20px;
  height: 46px;
  line-height: 1.6em;
}
.item-proyecto:nth-child(2) {
  width: 22%;
  font-weight: bold;
  color: #000000;
  background: url("icono-banos.png") no-repeat 5px 20px;
  height: 46px;
  line-height: 1.6em;
}
.item-proyecto:nth-child(3) {
  width: 46%;
  font-weight: bold;
  color: #000000;
  background: url("icono-area.png") no-repeat 5px 20px;
  height: 46px;
  line-height: 1.6em;
}
.items-proyecto {
  padding: 20px 10px;
}
.item-proyecto {
  float: left;
}
.titulo-precio {
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
}
.precio-proyecto {
  text-align: left;
  color: #2f328b;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding: 15px 0px 0px 15px;
  clear: both;
}
#destacados
  > div.row.listado-featured.owl-carousel.owl-theme
  > div.owl-wrapper-outer
  > div
  > div
  > div
  > div.texto_destacados
  > div.descripcion-proyectos
  > a {
  text-align: left;
  display: block;
  color: #6b6b6b;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
#destacados
  > div.row.listado-featured.owl-carousel.owl-theme
  > div.owl-wrapper-outer
  > div
  > div
  > div
  > div.texto_destacados
  > div.items-proyecto
  > p:nth-child(3)
  > span,
#destacados
  > div.row.listado-featured.owl-carousel.owl-theme
  > div.owl-wrapper-outer
  > div
  > div
  > div
  > div.texto_destacados
  > div.items-proyecto
  > p:nth-child(2)
  > span,
#destacados
  > div.row.listado-featured.owl-carousel.owl-theme
  > div.owl-wrapper-outer
  > div
  > div
  > div
  > div.texto_destacados
  > div.items-proyecto
  > p:nth-child(1)
  > span {
  margin-left: 45px;
  position: relative;
  top: 5px;
}
#videos_cb {
  display: none;
}
#servicios {
  width: 100%;
  margin: auto;
}
.servicio img {
  width: 100%;
}
.texto_servicio_cb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.texto_servicio_cb h5 {
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.8em;
  width: 205px;
}
.texto_servicio_cb h6 {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8em;
}
#app {
  width: 100%;
  margin: auto;
  margin-top: 40px;
  position: relative;
  margin-bottom: 45px;
}
#app > img:nth-child(1) {
  width: 100%;
}
#contenido_app {
  position: absolute;
  width: 100%;
  top: -34px;
}
#contenido_app > div > div:nth-child(1) {
  padding: 7% 0px 0px 8%;
}
#contenido_app > div > div:nth-child(1) p:nth-child(1) {
  font-size: 1.8em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px;
}
#contenido_app > div > div:nth-child(1) p:nth-child(2) {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
}
#contenido_app > div > div:nth-child(1) p:nth-child(1) > span {
  color: var(--amarillo);
}
#fondoapp_mobile {
  display: none !important;
}
#btns_mobile {
  display: none;
}
.mfp-container {
  width: 45% !important;
  left: 50% !important;
  transform: translate(-50%);
  padding-top: 25px !important;
}

/* #shadow_header {
  position: absolute;
  height: 171px;
  top: -21px;
  background: rgb(5, 1, 1);
  background: -moz-linear-gradient(
    top,
    rgba(5, 1, 1, 0.8) 0%,
    rgba(7, 5, 5, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(5, 1, 1, 0.8) 0%,
    rgba(7, 5, 5, 0) 100%
  );
  background: linear-gradient(to bottom, #181b49cc 0%, rgba(7, 5, 5, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050101', endColorstr='#070505',GradientType=0 );
} */
/* #050911cc */
/* #shadow_header {
  position: absolute;
  height: 171px;
  top: -21px; 
  background: rgba(5, 9, 17, 0.8);
  background: -moz-linear-gradient(
    top,
    rgba(5, 9, 17, 0.8) 0%,
    rgba(4, 5, 15, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(5, 9, 17, 0.8) 0%,
    rgba(4, 5, 15, 0) 100%
  );
  background: linear-gradient(to bottom, #050911cc 0%, rgba(4, 5, 15, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050101', endColorstr='#070505',GradientType=0 );
} */

ul#menu-top.menu-top {
  /* border: 4px double #fedc61; */
  padding: 24px 12px;
  /* #ffd22d */
  /* background-color: rgba(255, 255, 255, 0.357); */
  /* background-color: #edeefa47; */
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
/* 

div.boton-pse-right {
  display: inline;
} */

ul#menu-top.menu-top li a {
  font-weight: 600;
  font-size: 1rem !important;
  background-color: transparent;
  color: #6b6b6b;
}

/* ul#menu-top.menu-top li#last a {
  font-weight: 600;
  font-size: 1rem !important;
  background-color: rgba(15, 21, 87, 0.73);
  color: var(--amarillo);
  
} */

/* filter: brightness(0) invert(1); */

ul#menu-top.menu-top li a:hover {
  border-bottom: 2px solid var(--amarillo);
  color: #30388b;
}

.slider .slide {
  position: relative;
}

.bg-dark-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #04152c65;
}

.container-building {
  /* margin: 122px 60px !important; */
}
.hover_proyectos_destacados {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.menu:not(.admin-page) {
  margin-top: 140px !important;
  margin-bottom: -100px !important;
}

/* .menu:not(.admin-page) {
  margin-top: 140px !important;
  margin-bottom: -100px !important;
} */

#container_carrousel {
  width: 100%;
  height: 447px;
  float: left;
}

/*FOOTER*/
#contenedor_footer_bottom {
  /* background-color: #0b1217; */
  background-color: #05141e;
  width: 100%;
  margin: auto;
  padding: 20px 0px;
}
#contenedor_footer_top {
  /* background: #3a3a3a; */
  /* background: url(./bg-footer.jpg) center/cover no-repeat; */
  width: 100%;
  margin: auto;
  padding: 70px 0px 36px 128px;
  position: relative;
}

#contenedor_footer_top::before {
  content: "";
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  /* background-color: #080e1ccc; */
  background-color: #001c30;

  width: 100%;
  height: 100%;
}

#footer div.footer-center-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#varios_footer .fa {
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 50%;
  /* border: solid 1px #fff; */
  text-align: center;
  font-size: 1.8em;
  padding-top: 8px;
  margin-right: 15px;
  transition: all 0.5s;
}

#varios_footer .fa.face,
#varios_footer .fa.face:hover {
  background-color: #1b74e4;
}

#varios_footer .fa.you,
#varios_footer .fa.you:hover {
  background-color: #c00;
}

#varios_footer .fa.ins,
#varios_footer .fa.ins:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

#varios_footer .fa.wat,
#varios_footer .fa.wat:hover {
  background-color: #6ee777;
}

#tipsa img.logo-tipsa {
  padding: 32px 8px 8px 8px;
  /* background-color: #fff; */
}

#varios_footer > div > div:nth-child(2) {
  padding: 25px 0px;
  /* border-bottom: dotted 2px #616161; */
}
#location_footer {
  color: #fff;
  padding-top: 35px;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Barlow Semi Condensed", sans-serif !important; */
  font-weight: 700;
}
#location_footer > div > div > p:nth-child(1) {
  background: url("direccion.png") no-repeat left 0px;
  height: 24px;
  padding-left: 26px;
  font-weight: 500;
  margin-bottom: 22px;
  display: inline-block;
  margin: 12px 20px;
}
#location_footer > div > div > p:nth-child(2) {
  background: url("direccion.png") no-repeat left 0px;
  height: 24px;
  padding-left: 26px;
  font-weight: 500;
  margin-bottom: 22px;
  display: inline-block;
  margin: 12px 20px;
}
#location_footer > div > div > p:nth-child(3) {
  margin: 0px;
  background: url("telefono.png") no-repeat left 0px;
  padding-left: 26px;
  font-weight: 500;
  display: inline-block;
  margin: 12px 20px;
}
#location_footer > div > div > p:nth-child(4) {
  margin: 0px;
  background: url("email.png") no-repeat left 0px;
  padding-left: 26px;
  font-weight: 500;
  display: inline-block;
  margin: 12px 20px;
}
#varios_footer > div > div:nth-child(3) > div > div > p:nth-child(4),
#varios_footer > div > div:nth-child(3) > div > div > p:nth-child(5) {
  margin: 0px;
  padding-left: 26px;
  font-weight: 500;
}
#Form_2 label {
  display: none;
}
#formulario_footer > span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
#textbox33 {
  height: 40px;
  width: 60%;
  border-radius: 8px;
  color: #999999;
}
#captcha_code_sign_input {
  width: 50%;
}
div#redes_sociales {
  padding: 0;
}

#captcha_code_sign {
  height: 40px;
  width: 60%;
  border-radius: 8px;
  color: #999;
}

.F2_item_4 {
  transition: all 0.3s ease;
  float: left;
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  background: var(--azul);
  border: none;
  text-shadow: none;
  color: #ffffff;
  border-radius: 8px 8px 5px 5px;
  width: 34%;
  font-weight: 400;
  height: 53px;
  border-bottom: solid 4px #280089;
  font-size: 1.2em;
}
.F2_item_4:hover,
.F2_item_4:visited {
  background: #6d9de1;
  border-bottom: solid 4px #280089;
  color: #ffffff;
}
#formulario_footer > div > div > p:nth-child(1) {
  margin: 8px 0 40px 0;
  color: #ffffff;
  font-size: 1.25em;
}
#formulario_footer > div > div > p:nth-child(2) > a {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 24px;
  transition: all 0.5s;
  background: #1626d1;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
}

#formulario_footer > div > div > p:nth-child(2) > a:hover,
.F2_item_4:hover {
  color: #fff;
  /* background: linear-gradient(47.75deg, #ffd22d 26.04%, #fedc61 82.74%); */
  -webkit-box-shadow: rgba(15, 21, 87, 0.73) 0 0px 0px 40px inset;
  -moz-box-shadow: rgba(15, 21, 87, 0.73) 0 0px 0px 40px inset;
  -ms-box-shadow: rgba(15, 21, 87, 0.73) 0 0px 0px 40px inset;
  -o-box-shadow: rgba(15, 21, 87, 0.73) 0 0px 0px 40px inset;
  box-shadow: rgba(15, 21, 87, 0.73) 0 0px 0px 40px inset;
}
#derechos_reservados,
#exus a {
  color: #fff;
  font-weight: 500;
}
#terminos_condiciones a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: 500;
}
#terminos_condiciones a:hover {
  color: #ffffff;
}
#exus {
  text-align: right;
  padding-right: 4%;
}
#terminos_condiciones {
  margin-top: 16px;
}
#derechos_reservados {
  margin-top: 16px;
  padding-left: 150px;
}
#tipsa {
  display: block;
  margin-left: 7%;
  color: #ffffff;
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.5s;
  margin: 0;
}
#tipsa:hover {
  color: #6d9de1;
}
#tipsa > img {
  margin-top: -22px;
}

/* New Section Home */
h2.title {
  color: #2a4a8d;
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
section.section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/*WIDGET*/
.widget_favs .panel-heading {
  background: var(--azul);
  color: #efb702;
}
.widget_favs .media {
  border: 1px solid #eee;
}
.widget_favs .media-heading {
  color: var(--azul);
}
.widget_favs .media-body #removeFavs {
  color: #800;
}
.btn-cotizacion-inmo {
  color: #fff;
  background-color: #a9a9a9;
}
.btn-cotizacion-inmo.inmo-send {
  background-color: #4c4c4c;
}
.btn-cotizacion-inmo:hover,
.btn-cotizacion-inmo:focus {
  color: #fff;
}
.widget_favs label {
  color: #525252;
}
.widget_favs .no-favs {
  color: #525252;
}
.inmo-widget-form-text {
  color: #888;
}
.bootbox.modal {
  z-index: 100000 !important;
}

/***********************************************************/

.casas-en-venta h2,
.casas-blog h2 {
  font-size: 20px;
  font-weight: 700;
  /* color: #30388b; */
  color: #084486;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.casas-en-venta h2::before,
.casas-blog h2::before {
  content: "";
  position: absolute;
  width: 30%;
  left: calc(50% - 30% / 2);
  height: 0.4rem;
  top: 3.5rem;
  background: linear-gradient(47.75deg, #ffd22d 26.04%, #fedc61 82.74%);
}
.boton-vermas-home{
  position: relative;
  bottom: 7rem;
  text-align: center;
}
.boton-vermas-home>a{
  font-size: 1.4rem;
  color: #2f328b;
  font-weight: 600;
  text-decoration: none;
}
/**************** blog ***************/
/*********************************************/

section.casas-blog .titutlo-content-blog {
  padding: 0 40px;
}

.content-info-blog {
  background: url("./bg-blog.jpg") center/cover no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}

/* .casas-blog:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1c428852;
  mix-blend-mode: multiply;
  top: 0;
} */


.title-admin{
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 7em;
}

.casas-blog .info-blog {
  position: relative;
  z-index: 4;
  text-align: center;
  width: 800px;
  margin: 0 auto;
  top: calc(50% - 85px);
  background-color: #050911cc;
  padding: 24px 40px;
}

.info-blog.slick-slide {
  height: auto;
  margin: 0 40px;
}

.content-info-blog .slick-track {
  width: 800px;
  height: 500px;
}

.casas-blog .info-blog h3 {
  font-size: 18px;
  color: #ffd22d;
  font-weight: 600;
  padding: 0 20px;
}

.casas-blog .info-blog p,
.casas-blog .info-blog a {
  font-size: 16px;
  color: #fff;
  padding: 0 4px;
}

.content-info-blog .slick-arrow {
  top: calc(50% - 20px);
  background-color: transparent !important;
  color: #a6a8b9;
}

.content-info-blog .slick-arrow:hover {
  color: #fff;
}

.content-info-blog span.arrow-right {
  right: calc(47% - 130px);
  padding-left: 15px;
}

.content-info-blog span.arrow-left {
  left: calc(47% - 130px);
  padding-left: 11px;
}

/******************************************/

section.casas-en-venta {
  padding: 20px;
  max-width: 1700px;
  margin: 0 auto;
}

.prudct-house {
  display: flex;
  place-content: center;
}

.slick-track {
  height: 560px;
}

.prudct-house a.link-product-house {
  text-decoration: none;
}

article.casa-en-venta {
  width: 340px;
  height: auto;
  overflow: hidden;
  margin: 0 4px;
}

article.casa-en-venta:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}

.casa-en-venta .product-image {
  width: 100%;
  min-width: 340px;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.casa-en-venta .product-image img.house-image {
  /* width: 380px; */
  width: 100%;
  min-width: 340px;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
  transition: 0.3s ease-out;
  display: block;
}

img.house-image:hover {
  /* transform-origin: center; */
  transform: scale(1.2, 1.2);
  overflow: hidden;
}

.info-house {
  padding: 20px;
  position: relative;
  /* width: 380px; */
  width: 100%;
  min-width: 340px;
}

.info-house img.encargado {
  content: "";
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #e2e5ff;
  position: absolute;
  top: -43px;
  right: 24px;
  z-index: 6;
}

.product-image .product-state {
  content: "";
  background: rgba(15, 21, 87, 0.73);
  color: #fff;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.casa-en-venta .tag-house,
.info-proyecto .tag-house {
  /* color: #1626d1; */
  color: #1e39ca;
  font-weight: 400;
  font-size: 16px;
}

.casa-en-venta h3 {
  color: #084486;
  font-weight: 500;
  font-size: 20px;
}

.casa-en-venta p.location-house i.fa,
.casa-en-venta p.location-house-card i.fa {
  color: #1626d1;
  font-size: 18px;
  padding-right: 8px;
}

.casa-en-venta p.location-house {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

/***/

.icons-product .row-products {
  display: flex;
  gap: 8px;
  /* place-content: center; */
}

.benefits-icon {
  width: 140px;
}

.benefits-icon p.price,
.benefits-icon p.bedrooms,
.benefits-icon p.garages,
.benefits-icon p.bathrooms {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  margin: 4px 0;
}

.benefits-icon p.price i.fa,
.benefits-icon p.bedrooms i.fa,
.benefits-icon p.garages i.fa,
.benefits-icon p.bathrooms i.fa,
.location-proyecto .fa {
  color: #1626d1;
  font-size: 18px;
  padding-right: 10px;
}

.benefits-icon p.bathrooms i.fa {
  padding-right: 13.5px;
}

/*************/

/*****************/

.slick-arrow {
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #6b6e8bba;
  border-radius: 50%;
  z-index: 6;
}

.slick-arrow:hover {
  background-color: #243b76;
}

span.arrow-right {
  right: calc(40% - 20px);
  padding-left: 15px;
}

span.arrow-left {
  left: calc(40% - 20px);
  padding-left: 11px;
}

/*************/
/*** *PROYECTOS NUEVOS ****/
/*********************/

.nuevos-proyectos {
  margin-bottom: 28px;
}

/* .content-proyecto {
  display: grid;
  grid-template-columns: 50% 50%;
  place-content: center;
  gap: 40px;
  padding: 40px;
  border: 1px solid #bfbfbf;
  margin-bottom: 40px;
} */

.icons-proyecto {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.content-proyecto .icons-proyecto .benefits-icon {
  width: auto;
}

.info-proyecto {
  position: relative;
}

.info-proyecto h3,
.info-proyecto h3 a {
  color: #084486;
  font-weight: 500;
  /* font-weight: 600; */
  font-size: 24px;
  position: relative;
  /* color: #000; */
  text-decoration: none;
}

.info-proyecto h3:hover,
.info-proyecto h3 a:hover {
  color: #1626d1;
}

.info-proyecto::before {
  content: "";
  width: 100px;
  top: 20px;
  position: absolute;
  border-right: 12px solid transparent;
  border-top: 20px solid #0f1557ba;
}

.info-proyecto .tag-house {
  padding-top: 80px;
  margin: 0;
}

.info-proyecto p.precio-proyecto {
  font-size: 24px;
  font-weight: 900;
  color: #6b6b6b;
  text-align: start;
  padding: 0;
}

.info-proyecto p.location-proyecto {
  font-size: 18px;
  font-weight: 500;
  color: #6b6b6b;
  text-align: start;
  padding: 0;
}

.info-proyecto p.descripcion-proyecto,
.info-proyecto p.descripcion-proyecto a {
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  text-align: start;
  padding: 0;
}

.info-proyecto p.descripcion-proyecto a {
  font-weight: 600;
}

.info-proyecto p.descripcion-proyecto a:hover {
  color: #1626d1;
}

.content-imagen-proyecto {
  position: relative;
}

.imagen-proyecto {
  position: relative;
  overflow: hidden;
  border: 12px solid #fff;
}

.imagen-proyecto img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.imagen-proyecto img:hover {
  transform: scale(1.2, 1.2);
  overflow: hidden;
}

.content-imagen-proyecto::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -16px;
  height: 90%;
  width: 90%;
  background-color: #edeefa;
}

.slick-initialized .content-proyecto.slick-slide {
  display: grid !important;
  grid-template-columns: 100%;
  place-content: center;
  gap: 40px;
  padding: 20px;
  height: 980px;
  border: 1px solid #bfbfbf;
  margin: 0 12px 40px 12px;
}

.nuevos-proyectos .slick-arrow {
  bottom: -20px;
}


/*****************************************************************************/

/*********************** FIN MOBILE *********************/
@media (max-width: 1823px) {
}
@media (max-width: 1745px) {
  #menu-top > li > a {
    padding: 2px 10px 2px 37px !important;
    font-size: 1em !important;
    background-size: 25px !important;
  }
  #redes_sociales .fa {
    margin-right: 2px;
  }
}
@media (max-width: 1682px) {
  .menu_principal #menu_2017 > li:nth-child(3) {
    height: 95px;
  }
}

@media (max-width: 1650px) {
  .mfp-container {
    padding-top: 40px !important;
  }
}
@media (max-width: 1580px) {
  .mfp-container {
    padding-top: 60px !important;
  }
  /* #btn_pse > a > img {
    width: 73%;
  } */
  #redes_sociales {
    margin-top: 6px;
  }
  .texto_slide_cb h6 {
    font-size: 2.5em;
  }
  #menu-top > li > a {
    padding: 2px 10px 2px 35px !important;
  }
}
@media (max-width: 1540px) {
  #redes_sociales .fa {
    width: 29px;
    height: 29px;
  }
  #menu-top > li > a {
    padding: 2px 10px 2px 27px !important;
    background-size: 21px !important;
    font-size: 0.9em !important;
  }
}
@media (max-width: 1450px) {
  .texto_destacados {
    margin: -8px 10px 0px 10px;
    padding: 12px 10px 30px 10px;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme > div.owl-wrapper-outer > div > div > div > div.img-proyecto > a > img { width: 100%; }
  .listado-featured .ue_next,
  .listado-featured .ue_prev {
    top: 52%;
  }
  #next {
    right: 14% !important;
  }
  #prev {
    left: 14% !important;
  }
  #app > img:nth-child(1) {
    height: 300px;
  }
  .mfp-container {
    width: 52% !important;
  }
  .texto_slide_cb {
    right: 5%;
  }
  #redes_sociales .fa {
    width: 27px;
    height: 27px;
    font-size: 14px;
  }
}

@media (max-width: 1370px) {
  .menu_principal #menu_2017 > li {
    height: 55px;
    background-size: 21% !important;
  }
  .menu_principal #menu_2017 > li > a {
    padding-top: 35px;
    font-size: 0.9em;
  }

  .menu_principal #menu_2017 > li:nth-child(1) {
    height: 58px;
  }
  .menu_principal #menu_2017 > li:nth-child(1) > a {
    padding-top: 37px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(2) {
    height: 62px;
  }
  .menu_principal #menu_2017 > li:nth-child(2) > a {
    padding-top: 37px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(3) {
    height: 74px;
  }
  .menu_principal #menu_2017 > li:nth-child(3) > a {
    padding-top: 36px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(4) {
    height: 64px;
  }
  .menu_principal #menu_2017 > li:nth-child(4) > a {
    padding-top: 39px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(5) {
    height: 66px;
  }
  .menu_principal #menu_2017 > li:nth-child(5) > a {
    padding-top: 38px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(6) {
    height: 65px;
  }
  .menu_principal #menu_2017 > li:nth-child(6) > a {
    padding-top: 35px !important;
  }

  .menu_principal #menu_2017 > li:nth-child(7) {
    height: 65px;
  }
  .menu_principal #menu_2017 > li:nth-child(7) > a {
    padding-top: 35px !important;
  }
}

@media (max-width: 1360px) {
  #contenedor_footer_top {
    padding: 70px 0px 36px 50px;
  }
  #derechos_reservados {
    padding-left: 50px;
  }
  #formulario_footer > div > div > p:nth-child(2) > a,
  .F2_item_4 {
    width: 44%;
  }
  #redes_sociales .fa {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  #menu-top > li > a {
    padding: 2px 10px 2px 25px !important;
    font-size: 0.8em !important;
    background-size: 19px !important;
  }
}
@media (max-width: 1270px) {
  #app > img:nth-child(1) {
    height: 270px;
  }
  .mfp-container {
    width: 60% !important;
  }
  #redes_sociales .fa {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  #menu-top > li > a {
    padding: 2px 10px 2px 22px !important;
    font-size: 0.7em !important;
    background-size: 17px !important;
    background-position: 1px;
  }
}
@media (max-width: 1200px) {
  .texto_destacados {
    margin: -8px 0px 0px 0px;
    padding: 12px 5px 30px 5px;
  }
  .listado-featured .ue_next,
  .listado-featured .ue_prev {
    top: 61%;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > div:nth-child(1) {
    width: 100%;
    text-align: center;
    background: url(icono-habitaciones.png) no-repeat 40% 20px;
    margin-bottom: 20px;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > div:nth-child(2) {
    width: 100%;
    text-align: center;
    background: url(icono-banos.png) no-repeat 40% 20px;
    margin-bottom: 20px;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > div:nth-child(3) {
    width: 100%;
    text-align: center;
    background: url(icono-area.png) no-repeat 40% 20px;
  }
  .precio-proyecto {
    text-align: center;
  }
  .texto_slide_cb {
    right: 61%;
    bottom: 44%;
  }
}
@media (max-width: 1140px) {
  #app > img:nth-child(1) {
    height: 240px;
  }
  .mfp-container {
    width: 70% !important;
  }
  #menu-top > li > a {
    padding: 2px 7px 2px 20px !important;
  }
}
@media (max-width: 1090px) {
  #redes_sociales .fa {
    margin-right: 0px;
    width: 26px;
    height: 26px;
    font-size: 1.2em;
  }
  #formulario_footer > div > div > p:nth-child(2) > a,
  .F2_item_4 {
    width: 50%;
  }
  #menu-top > li > a {
    padding: 2px 7px 2px 19px !important;
    background-size: 15px !important;
  }
}

@media (max-width: 1072px) {
  .menu_principal #menu_2017 > li:nth-child(6) {
    height: 75px;
  }
  #redes_sociales .fa {
    width: 25px;
    height: 25px;
  }
  #btn_pse > a > img {
    padding-top: 7px;
  }
  .slider_img {
    height: auto;
  }
  #menu-top > li > a {
    padding: 2px 7px 2px 19px !important;
    background-size: 13px !important;
    font-size: 0.6em !important;
  }
}

@media (max-width: 991px) {
  .menu_principal {
    display: none;
  }
  #seccion-lateral {
    position: relative !important;
    width: 100%;
    box-shadow: none;
    z-index: 99999;
    /* background-color: #ffffff; */
    /* height: 128px; */
  }
  #seccion-central {
    width: 100%;
  }
  .logo_cb {
    width: 32%;
    text-align: left;
    padding-left: 30px;
    margin-top: 10px;
    float: left;
  }
  #header {
    display: none;
  }
  #acceso_clientesm > a {
    background: var(--azul) url(acceso-mobile.png) no-repeat center;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 0;
    text-align: center;
  }
  #intranetm > a {
    background: var(--azul) url(intranet-mobile.png) no-repeat center;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-radius: 8px;
    text-decoration: none;
  }
  #trb_nosotrosm a {
    background: var(--azul) url(trabaja-blan.png) no-repeat center;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 0;
    text-align: center;
  }
  #referidosm a {
    background: var(--azul) url(referidos-blan.png) no-repeat center;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-radius: 8px;
    text-decoration: none;
  }
  #acceso_clientesm > a,
  #trb_nosotrosm a {
    background-position: 10px;
    text-align: right;
    padding-right: 23px;
  }
  #intranetm > a,
  #referidosm a {
    background-position: 14px;
  }
  #acceso_clientesm > a:hover,
  #trb_nosotrosm a:hover,
  #intranetm > a:hover,
  #referidosm a:hover {
    background-color: #2f328b;
  }
  /* #home {
    margin-top: 24px;
  } */
  #btns_mobile {
    padding-top: 19px;
    display: block;
  }
  .texto_slide_cb {
    right: 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
  }
  #porque {
    padding: 44px 0px 30px 0px;
  }
  #videos_cb {
    margin-top: 35px;
  }
  #next {
    right: 8% !important;
  }
  #prev {
    left: 8% !important;
  }
  #contenido_app > div > div:nth-child(1) {
    padding: 4% 0px 0px 3%;
  }
  #app > img:nth-child(1) {
    height: 215px;
  }
  #contenedor_footer_top {
    padding: 40px 0px 36px 0px;
  }
  #varios_footer > div > div:nth-child(1),
  #varios_footer > div > div:nth-child(2),
  #varios_footer > div > div:nth-child(3) {
    text-align: center;
  }

  #location_footer {
    text-align: center;
    position: relative;
  }

  #varios_footer > div > div > p:nth-child(1) {
    background: url(direccion.png) no-repeat center top;
    padding-top: 28px;
    margin-bottom: 38px;
  }
  #varios_footer > div > div > p:nth-child(2) {
    background: url(telefono.png) no-repeat center top;
    padding-top: 28px;
    margin-bottom: 38px;
  }
  #varios_footer > div > div > p:nth-child(3) {
    background: url(email.png) no-repeat center top;
    padding-top: 28px;
  }
  #formulario_footer {
    text-align: center;
    margin-top: 38px;
  }

  #formulario_footer > span {
    font-size: 2em;
    display: block;
    margin-bottom: 20px;
  }
  #textbox33 {
    margin: auto;
    text-align: center;
  }
  #formulario_footer > div > div > p:nth-child(2) > a,
  .F2_item_4 {
    float: none;
    width: 30%;
  }
  #varios_footer > div > div:nth-child(2) {
    border: none;
  }
  #varios_footer > div > div:nth-child(2) {
    padding: 0px;
  }
  #varios_footer > div > div:nth-child(1) {
    margin-bottom: 20px;
  }
  #varios_footer > div > div:nth-child(3) {
    padding-top: 20px;
  }
  #formulario_footer > div > div > p:nth-child(2) > a {
    display: block;
    margin: 20px auto;
  }
  #derechos_reservados,
  #exus {
    text-align: center;
  }
  .logo_cb {
    margin-top: 0px;
    padding-top: 10px;
  }
  .hover_proyectos_destacados {
    opacity: 1;
  }
  /* #tipsa {
    margin-left: auto;
  } */

  /*********************************************/
}
@media (max-width: 767px) {
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(1) {
    width: 35%;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(2) {
    width: 25%;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(3) {
    width: 40%;
  }
  .listado-featured .ue_next,
  .listado-featured .ue_prev {
    top: 49%;
  }
  #titulo_proyectos_destacados > div > div > p {
    font-size: 2em;
    padding: 35px 0px 22px 0px;
  }
  #next {
    right: 1% !important;
  }
  #prev {
    left: 1% !important;
  }
  .servicio {
    width: 50%;
  }
  .texto_servicio_cb {
    text-align: center;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(1) {
    font-size: 1.2em;
  }
  #app > img:nth-child(1) {
    height: 168px;
  }
  #contenido_app > div > div:nth-child(1) {
    padding: 6% 0px 0px 2%;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(2) {
    font-size: 1.1em;
    margin-bottom: 29px;
  }
  #contenido_app > div > div:nth-child(1) > div:nth-child(3),
  #contenido_app > div > div:nth-child(1) > div:nth-child(4) {
    width: 50%;
    float: left;
  }
  .mfp-container {
    width: 90% !important;
  }
  #destacados > div.row.listado-featured > div:nth-child(2),
  #destacados > div.row.listado-featured > div:nth-child(3) {
    margin-top: 42px;
  }
  #acceso_clientesm > a,
  #trb_nosotrosm a {
    text-align: center;
    padding-right: 0;
  }
  .texto_slide_cb {
    bottom: 65%;
  }
  #seccion-lateral {
    z-index: 9999;
  }
}
@media (max-width: 640px) {
  #contenido_app {
    text-align: center;
    top: 14%;
  }
  #app > img:nth-child(1),
  #contenido_app > div > div:nth-child(2) {
    display: none !important;
  }
  #fondoapp_mobile {
    display: block !important;
    width: 100%;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(1) {
    font-size: 1.8em;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(2) {
    font-size: 1.3em;
  }
  /* #seccion-lateral {
    height: 113px;
  } */
  .mfp-container {
    width: 98% !important;
    padding-top: 98px !important;
  }
}
@media (max-width: 575px) {
  #btns_mobile {
    width: 98%;
    padding-top: 15px;
  }
  .logo_cb {
    width: 60%;
  }
  #contenedor_porque > div:nth-child(1) > div,
  #contenedor_porque > div:nth-child(2) > div,
  #titulo_proyectos_destacados > div > div,
  #terminos_condiciones > div > div {
    text-align: center;
  }
  #contenedor_porque > div:nth-child(1) > div > p {
    font-size: 2em;
  }
  .listado-featured .ue_next,
  .listado-featured .ue_prev {
    top: 39%;
  }
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme > div.owl-wrapper-outer > div > div > div > div.texto_destacados > div.items-proyecto > p:nth-child(1),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(3),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(2) {
    font-size: 0.8em;
  }
  .title_galeria {
    margin: 20px 0 0 0 !important;
  }
  #carousel {
    margin-top: 44px !important;
  }
  #prev {
    top: 13% !important;
    width: 5%;
    left: 44% !important;
  }
  #next {
    top: 13% !important;
    width: 5%;
    right: 44% !important;
  }
  #formulario_footer > div > div > p:nth-child(2) > a,
  .F2_item_4 {
    width: 46%;
  }
  #ue_slider .ue_prev,
  #ue_slider .ue_next {
    width: 5%;
  }
  #textbox33 {
    width: 70%;
  }
  /* #seccion-lateral {
    height: 132px;
  } */
}
@media (max-width: 479px) {
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(1),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(3),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(2) {
    font-size: 1em;
  }
  .texto_destacados {
    margin: -8px 20px 0px 20px;
  }
  .listado-featured .ue_next,
  .listado-featured .ue_prev {
    top: 56%;
  }
  .listado-featured .ue_prev {
    margin-left: 0px;
  }
  .listado-featured .ue_next {
    right: 0px;
  }
  #contenido_app {
    top: 3%;
  }
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(4),
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(5),
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(3) {
    padding-left: 0px;
  }
}
@media (max-width: 400px) {
  .texto_slide_cb h6 {
    font-size: 2em;
  }
  #next {
    width: 7%;
    right: 40% !important;
  }
  #prev {
    width: 7%;
    left: 40% !important;
  }
  .servicio {
    width: 100%;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(1) {
    font-size: 1.4em;
  }
  #contenido_app > div > div:nth-child(1) p:nth-child(2) {
    font-size: 1em;
  }
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(5) {
    font-size: 0.9em;
  }
  #textbox33 {
    width: 85%;
  }
  #formulario_footer > div > div > p:nth-child(2) > a,
  .F2_item_4 {
    width: 58%;
  }
  #acceso_clientesm > a {
    background: var(--azul) url(acceso-mobile.png) no-repeat 10px center;
  }

  .mfp-container {
    width: 100% !important;
  }
}
@media (max-width: 340px) {
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(1),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(3),
  #destacados
    > div.row.listado-featured.owl-carousel.owl-theme
    > div.owl-wrapper-outer
    > div
    > div
    > div
    > div.texto_destacados
    > div.items-proyecto
    > p:nth-child(2) {
    font-size: 0.8em;
  }
  #contenido_app {
    top: 0;
  }
  #contenido_app > div > div:nth-child(1) {
    padding: 2% 0px 0px 2%;
  }
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(3),
  #varios_footer > div > div:nth-child(3) > div > div > p:nth-child(5) {
    font-size: 0.8em;
  }
}

/* Carrousel Images Home*/
#gallery_carrousel {
  width: 100%;
  height: 440px;
  position: relative;
  left: 0;
  top: 0;
}
#container_carrousel {
  width: 100%;
  height: 440px;
  float: left;
}

/* CSS de OWL-Carousel */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}
.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
html[dir="rtl"] .owl-carousel .owl-item {
  float: right;
}
.owl-carousel .owl-item .item {
  margin: 15px;
}
.owl-carousel .owl-item .item.single-image {
  margin: 0;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  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: transparent;
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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);
}

.newinput,
#categoria > button,
#tercero_filtro_value {
  height: 46px;
  line-height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  color: #a0a0a0 !important;
}

.redes_laterales {
  display: none;
}

#categoria {
  width: 100% !important;
}
.input-lg {
  color: #a0a0a0 !important;
}

.sear:hover {
  cursor: initial;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media all and (max-width: 991px) {
  a.logo {
    max-width: 80px;
    display: block;
    margin: auto;
  }
  a.pse-mo {
    /* display: block; */
    max-width: 140px;
    margin: auto;
    padding: 28px 0 0 0;
  }
}

/*MIS ESTILOS-------------------*/

.title-filter {
  font-size: 24px !important;
}

/*para quitar los submenus en la vista responsive*/
.main-nav-mobile {
  display: none;
}

a.toogle-menu {
  color: var(--azul);
  font-size: 40px;
  padding: 0 5px;
  display: block;
  line-height: 1;
  padding-top: 28px;
  width: fit-content;
  margin: auto;
}
.mm-menu {
  background: var(--azul);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: rgb(255, 255, 255);
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
}
.p-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#menu-mobile2 .mm-panels > .mm-panel > .mm-listview:first-child,
#menu-mobile2 .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin: initial !important;
}
#menu-mobile2 .mm-panels > .mm-panel > .mm-listview {
  margin: initial !important;
}

.mm-menu_offcanvas {
  z-index: 99;
}

.conatiner__main--noinmo {
  position: relative;
  z-index: 9;
}

@media (min-width: 500px) {
  .title-filter {
    font-size: 34px !important;
  }

  #titulo_proyectos_destacados {
    padding: 82px 0px 60px 0px;
  }

  .content-info-blog .slick-arrow {
    top: calc(50% - 20px);
  }

  .content-info-blog span.arrow-right {
    right: calc(47% - 210px);
  }

  .content-info-blog span.arrow-left {
    left: calc(47% - 210px);
  }

  .slick-initialized .content-proyecto.slick-slide {
    height: 860px;
    margin: 0 12px 40px 12px;
  }

  .icons-proyecto {
    gap: 20px;
  }

  .content-proyecto .icons-proyecto .benefits-icon {
    width: 100px;
  }

  #content-area {
    margin: 8px 40px 20px 40px;
  }
}
@media (min-width: 992px) {
  #redes_laterales {
    display: block;
    position: fixed;
    right: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    top: 40%;
    border-radius: 10px 0 0 10px;
  }
  #redes_laterales a {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
  }
  #redes_laterales a > i {
    color: #ffffff;
    font-size: 1.5em;
  }
  #redes_laterales a > span {
    position: absolute;
    top: 0px;
    width: 170px;
    height: 40px;
    color: #ffffff;
    left: 80px;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    display: flex;
    align-items: center;
    padding: 0 1em;
    border-radius: 20px 0 0 20px;
  }

  #redes_laterales a:hover .span {
    left: -130px;
  }
  #menu-top {
    display: flex;
    justify-content: center;
  }

  /*SECCION LATERAL*/
  #seccion-lateral {
    background-color: #fff;
  }

  /* Nuevo Menu top */
  .menu-top_item0 > a {
    color: #fff;
    position: relative;
  }
  .menu-top_item0 > a:before {
    content: "\f0c0";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
  }
  .menu-top_item0 > a:hover {
    color: var(--azul);
    background: #fff;
  }

  .menu-top_item1 > a {
    color: #fff;
    position: relative;
  }
  .menu-top_item1 > a:before {
    content: "\f2c0";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
  }
  .menu-top_item1 > a:hover {
    color: var(--azul);
    background: #fff;
  }

  .menu-top_item2 > a {
    color: #fff;
    position: relative;
  }
  .menu-top_item2 > a:before {
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
  }
  .menu-top_item2 > a:hover {
    color: var(--azul);
    background: #fff;
  }

  .menu-top_item3 > a {
    color: var(--azul);
    background: #ffffff;
    position: relative;
  }
  .menu-top_item3 > a:before {
    content: "\f0f2";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
  }
  .menu-top_item3 > a:hover {
    color: #ffffff;
    border: solid 1px;
    background: none;
  }

  .menu-top_item4 > a {
    color: var(--azul);
    background: #ffffff url("isologo.png") no-repeat center;
  }
  .menu-top_item4 > a:hover {
    color: #ffffff;
    background: url("isologo.png") no-repeat center;
    border: solid 1px;
  }

  .menu-top_item5 > a {
    color: var(--azul);
    background: #ffffff;
    position: relative;
  }
  .menu-top_item5 > a:before {
    content: "\f212";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
  }
  .menu-top_item5 > a:hover {
    color: #ffffff;
    border: solid 1px;
    background: none;
  }
  /*Fin Menu top*/

  /**************************************************/
  .casas-en-venta h2,
  .casas-blog h2 {
    font-size: 40px;
  }

  .casas-en-venta h2::before,
  .casas-blog h2::before {
    top: 4.5rem;
  }

  .info-blog.slick-slide {
    margin: 0 160px;
  }

  .content-proyecto .icons-proyecto .benefits-icon {
    width: 120px;
  }

  /******************************************************/
}
@media (min-width: 1200px) {

  /* .ng-scope {
    max-width: 1100px;
    margin: 120px auto 40px auto;
  } */
  #ue_slider .slide > img {
    object-fit: fill;
    object-position: top;
    width: 100%;
  }

  .casas-blog .info-blog {
    top: calc(50% - 104.5px);
    padding: 24px 40px;
  }

  .casas-blog .info-blog h3 {
    font-size: 28px;
    padding: 0 210px;
  }

  .casas-blog .info-blog p,
  .casas-blog .info-blog a {
    font-size: 20px;
  }

  .content-info-blog span.arrow-right {
    right: calc(47% - 280px);
  }

  .content-info-blog span.arrow-left {
    left: calc(47% - 280px);
  }

  /*********************/

  /***** Prudtcos a la venta ******/

  section.casas-en-venta {
    padding: 20px 40px;
  }

  .slick-track {
    height: 665px;
  }

  .prudct-house a.link-product-house {
    text-decoration: none;
  }

  article.casa-en-venta {
    width: 380px;
    margin: 0 20px;
  }

  .casa-en-venta .product-image {
    min-width: 380px;
    height: 280px;
  }

  .casas-en-venta h2,
  .casas-blog h2 {
    font-size: 40px;
  }

  .info-house {
    min-width: 380px;
  }

  .casa-en-venta .tag-house,
  .info-proyecto .tag-house {
    font-size: 18px;
  }

  .casa-en-venta h3 {
    font-size: 24px;
  }

  .casa-en-venta p.location-house i.fa {
    font-size: 18px;
  }

  .casa-en-venta p.location-house {
    font-size: 16px;
  }

  .icons-product .row-products {
    gap: 20px;
  }

  .benefits-icon {
    width: 180px;
  }

  .benefits-icon p.price,
  .benefits-icon p.bedrooms,
  .benefits-icon p.garages,
  .benefits-icon p.bathrooms {
    font-size: 18px;
    margin: 8px 0;
  }

  .benefits-icon p.price i.fa,
  .benefits-icon p.bedrooms i.fa,
  .benefits-icon p.garages i.fa,
  .benefits-icon p.bathrooms i.fa,
  .location-proyecto .fa {
    font-size: 20px;
  }

  span.arrow-right {
    right: calc(47% - 20px);
    padding-left: 15px;
  }

  span.arrow-left {
    left: calc(47% - 20px);
    padding-left: 11px;
  }

  ul#menu-top.menu-top {
    position: relative;
  }

  #btn_pse a img {
    position: absolute;
    top: 6px;
    right: 24px;
  }
}

@media (min-width: 1400px) {
  /*** *PROYECTOS NUEVOS ****/

  .content-proyecto {
    grid-template-columns: 50% 50%;
    gap: 40px;
    padding: 40px;
  }

  .info-proyecto h3,
  .info-proyecto h3 a {
    font-size: 28px;
  }

  .info-proyecto p.precio-proyecto {
    font-size: 28px;
  }

  .info-proyecto p.location-proyecto {
    font-size: 18px;
  }

  .info-proyecto p.descripcion-proyecto,
  .info-proyecto p.descripcion-proyecto a {
    font-size: 18px;
  }

  .imagen-proyecto img {
    height: 480px;
  }

  .content-imagen-proyecto::before {
    bottom: -20px;
    left: -20px;
  }

  .slick-initialized .content-proyecto.slick-slide {
    grid-template-columns: 50% 50%;
    gap: 40px;
    padding: 40px;
    margin: 0 21px 40px 21px;
    height: 600px;
  }

  #content-area {
    margin: 8px auto 20px auto;
    padding: 0 80px;
  }
}

@media (min-width: 1700px) {
  .info-blog.slick-slide {
    margin: 0 420px;
  }
}

div#varios_footer .fa:hover {
  background: var(--azul);
  color: #fff;
  border-color: #fff;
}

.texto_destacados {
  background: #fffcf1;
}

.img-app {
  margin: 3rem auto 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  #content-box {
    margin-top: 10px !important;
  }

  #textbox33 {
    width: 100%;
  }

  #captcha_code_sign_input {
    width: 100% !important;
  }
}

/*div#app:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(46, 50, 139, 0.5);
    top: 0;
    z-index: 0;
}*/
/* PopUp */
.modal-popUp .modal-dialog {
  width: 100%;
  max-width: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  padding: 15px;
}
.modal-popUp button.close span {
  line-height: 1;
}
.modal-popUp .modal-body,
.modal-popUp .modal-body .col-xs-12 {
  padding: 0 !important;
}
.modal-popUp button.close {
  position: absolute;
  background: white;
  right: -8px;
  top: -12px;
  z-index: 1;
  width: 25px;
  height: 25px;
  opacity: 1 !important;
  border-radius: 50%;
}
/* .modal-backdrop.in {
  display: none !important;
} */

/******************************/
/***********************************/

.menu-space {
  display: flex;
  justify-content: space-around;
  width: 100%;
}


.whatsapp-widget {
  position: fixed;
  bottom: 55px;
  right: 15px;
  width: 95px;
  height: 75px;
  background-image: url("WhatsApp-bot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 999999;
}

@media (min-width: 450px) {
  .whatsapp-widget {
    right: 25px;
    bottom: 0px;
    width: 150px;
    height: 90px;
    background-image: url("WhatsApp-bot.png");
  }
}