body{
  background-color: white!important;
  background: white!important;
}
.header {
  z-index: 99;
  background-color: #000;
  width: 100%;
  padding: 10px 10px 5px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar {
  background-color: #000;
}

.content_navbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contenedor._960 {
  max-width: 960px;
}

.contenedor.contenedor_cotizar {
  max-width: 650px;
}

.contenedor._800 {
  max-width: 800px;
}

.brand {
  display: inline-block;
  padding: 0px 15px;
}

.brand img{
  max-width: 110px;
  max-height: 56px;
}
.division_logos{
  width: 1px;
  height: 61px;
  background-color: white;
  display: inline-block;
}
.nav_menu {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  display: flex;
}

.item_menu {
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.item_menu:hover{
  color: #e2ddd6;
}
.item_menu.w--current {
  color: #e2ddd6;
  text-decoration: underline;
}

.item_menu.var {
  color: #384837;
  text-transform: none;
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px 35px;
}

.main {
  margin-top: 100px!important;
  position: relative;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content_banner {
  padding: 230px 20px;
  position: relative;
}

.texto_banner {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.titulo_banner {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.imagen_banner {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content_form {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}

.form_banner {
  float: right;
  background-color: #fff;
  background-image: url('../images/adorno.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  padding: 35px;
}

.titulo_form {
  color: #0a314f;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.form_block {
  margin-bottom: 0;
}

.input_form {
  float: left;
  color: #0a314f;
  background-color: #fff;
  border: 1px solid #0a314f;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: 10px 16px;
  font-family: Montserrat, sans-serif;
}

.input_form::placeholder {
  color: #1c1a17;
}

.input_form.select {
  background-image: url('../images/arrow.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.input_form._1 {
  width: 49%;
  margin-right: 1%;
}

.input_form._2 {
  width: 49%;
  margin-left: 1%;
}

.enviar {
  float: left;
  color: #fff;
  background-color: #b68400;
  border-radius: 5px;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.enviar.var {
  padding: 12px 30px;
  display: inline-block;
}

.enviar.full {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

.enviar.full.negro {
  background-color: #000;
}

.enviar.full.gris {
  background-color: #888;
}

.enviar.full.new {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.casas {
  float: left;
  width: 100%;
  padding: 50px 20px;
}

.titulo_casas {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.titulo_casas.var {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

.texto_casas {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.texto_casas.var {
  color: #fff;
}

.texto_casas.new {
  text-align: left;
  margin-bottom: 15px;
}

.tabs {
  margin-top: 40px;
}

.tabs_menu {
  text-align: center;
}

.item_tab {
  color: white;
  background-color: #536f82;
  /*background-color: #e2ddd6;*/
  margin-left: 1px;
  margin-right: 1px;
  padding: 12px 41px;
  font-family: Montserrat, sans-serif;
}

.item_tab.w--current {
  background-color: #000;
  color: white;
}

.tab_pane {
  padding-top: 40px;
}

.left__modelo {
  float: left;
  width: 40%;
  padding-right: 40px;
  position: relative;
}

.enlace {
  color: #404b37;
  background-color: #fff;
  border: 1px solid #404b37;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 10px 65px auto auto;
}

.right_modelo {
  float: left;
  width: 60%;
  padding-top: 20px;
  padding-left: 40px;
}

.modelo {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.tipo_modelo {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.medidas {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.medidas.var {
  font-size: 20px;
}

.medidas.var._1 {
  margin-top: 0;
}

.medidas._3 {
  text-align: center;
  margin-top: 0;
}

.precio {
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.precio.var {
  margin-bottom: 10px;
  font-size: 18px;
}

.desde {
  font-size: 16px;
}

.lista, .amenidades ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.lista.var {
  margin-top: 40px;
  margin-bottom: 0;
}

.item_list, .amenidades ul li{
  color: #404b37;
  background-image: url('../images/check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.third {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.left_casas {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.image_casas img{
  border-radius: 10px;
  width: 100%;
}

.texto__casas {
  color: #404b37;
  text-align: justify;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.right_casas {
  float: left;
  width: 50%;
  padding-left: 20px;
}

.image_new {
  float: right;
}

.amenidades {
  float: left;
  width: 100%;
  padding: 20px 20px;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: 30px;
}

.arrow {
  display: none;
}

.slide {
  border-radius: 15px;
  padding: 350px 20px 40px;
  position: relative;
}

.slide_new, .mask {
  height: auto;
}

.dots {
  display: none;
}

.item_text {
  text-align: center;
}

.titulo_slider {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.contacto {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.left__contacto {
  float: left;
  width: 55%;
  padding-right: 50px;
}

.left__contacto.var {
  width: 45%;
  padding-left: 40px;
  padding-right: 0;
}

.mapa img{
  border-radius: 10px;
  width: 100%;
}

.tour {
  float: left;
  width: 100%;
  padding: 40px 20px;
}

.footer {
  background-color: #000000;
  padding: 40px 20px;
}

.columna_footer {
  float: left;
  width: 25%;
  min-height: 50px;
}
.columna_footer a img{
  max-width: 100px;
}
.columna_footer.var {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.columna_footer.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.enlace_footer {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.red {
  margin-left: 25px;
}

.copy {
  float: left;
  color: white;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
}
.copy a{
  color: white;
}

.lightbox {
  z-index: 9999;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.lightbox.cuotas {
  display: none;
}

.in_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contenedor_lightbox {
  width: 100%;
  max-width: 700px;
}

.head_cotizar {
  background-color: #404b37;
  background-image: url('../images/isotipo_white.png');
  background-blend-mode: soft-light;
  background-position: -25px 110%;
  background-repeat: no-repeat;
  background-size: 124px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 50px 20px 30px;
  position: relative;
}

.titulo_cotizar {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.texto_cotizar {
  color: #fff;
  text-align: center;
  max-width: 75%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.close_cotizar {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
  position: absolute;
  inset: 10px 20px auto auto;
}

.content__cotiza {
  background-color: #fff;
  padding: 40px 85px;
}

.content_cotizar {
  float: left;
  width: 100%;
  padding: 10px 40px;
}

#contacto a[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.4;
}

.steps {
  float: left;
  width: 100%;
}

.columna {
  float: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.circulo_exterior {
  background-color: #fff;
  padding: 20px;
}

.circulo {
  border: 1px solid #404b37;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}

.circulo.active {
  background-color: #404b37;
}

.texto_bread {
  color: #404b37;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
}

.linea {
  background-color: #c3c3c3;
  width: 78%;
  height: 2px;
  margin-top: 26px;
  margin-left: 10%;
}

.second__cotizar {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.seleccione {
  color: #404b37;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.seleccione.var {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.seleccione.var.new {
  margin-bottom: 30px;
}

.columna_casa {
  float: left;
  text-align: left;
  width: 50%;
  min-height: 50px;
  padding-right: 40px;
}

.columna_casa._2 {
  padding-left: 40px;
  position: relative;
}

.columna_casa._3 {
  text-align: center;
  padding-left: 40px;
  padding-right: 0;
}

.dorado {
  color: #374635;
}

.enganche {
  float: left;
  color: #6b6e70;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.content_tarjeta {
  float: left;
  text-align: left;
  background-color: #e2ddd6;
  border-radius: 5px;
  width: 54%;
  margin-right: 1%;
  padding: 30px;
}

.titulo_datos {
  color: #1c1a17;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fila {
  margin-bottom: 10px;
}

.left_fila {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  min-height: 40px;
  padding-right: 10px;
  display: flex;
}

.left_fila.right {
  width: 60%;
  padding-left: 10px;
  padding-right: 0;
}

.label_datos {
  color: #1c1a17;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.input_datos {
  color: #1c1a17;
  background-color: #fff;
  border: 1px solid #1c1a17;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
}

.input_datos.select {
  width: 49%;
  margin-right: 1%;
}

.input_datos.select._2 {
  margin-left: 1%;
}

.right_reserva {
  float: left;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  width: 44%;
  margin-left: 1%;
  padding: 30px;
}

.title_detalles {
  color: #384837;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block {
  color: #384837;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.big {
  font-size: 16px;
}

.texto__gracias {
  color: #1c1a17;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.entendido {
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.fila_cuota {
  color: #000;
  border-bottom: 1px solid #e6eaed;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.w-slider-dot {
    width: 8px;
    height: 8px;
    background: #fff;
}
.w-slider-dot.w-active {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
    top: 1px;
}

.alertify-log-error{
  background-color: #404b37!important;
  z-index: 99999!important;
}
.alertify-logs{
  z-index: 999999!important;
}
.container_maps{
  display: flex;
  align-items: center;
}
.container_map{
  width: 55%;
  padding-right: 30px;
}
.container_contacto{
  position: relative;
  width: 45%;
}
.titular{
  color: #404a37;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
.container_map iframe{
  width: 100%;
  height: 370px;
}
.fila_dato_contacto{
  color: #404b37;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.fila_dato_contacto a{
  text-decoration: none;
  color: #404b37;
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;

}
.fila_dato_contacto a img{
  max-width: 30px;
  margin-right: 10px;
}
.indicaciones_colores{
  width: 100%;
  padding: 20px 0px;
}
.container_instruccion{
  max-width: 300px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.color_dato{
  width: 50px;
  height: 20px;
  background-color: #e55959;
  display: inline-block;
}
.color_instruccion{
  display: inline-block;
  margin-left: 5px;
}
.color_dato.disponible{
  background-color: #69a66b;
}
.color_dato.no_disponible{
  background-color: #e55959;
}
.container_dato{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.columna_estatidistica {
  float: left;
  width: 33.3333333%;
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  flex-flow: column;
  font-size: 13px;
  color: #000;
  margin: 10px 0px;
  text-transform: uppercase;
  line-height: 16px;
}

.columna_estatidistica img{
  height: 55px;
  margin-bottom: 10px;
/*  filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(416%) hue-rotate(48deg) brightness(90%) contrast(91%);*/
}
.columna_estatidistica span{
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #404b37;
}
.contenedor.datos_mapping_contenido{
  max-width: 1000px;
  padding: 0px 20px;
  margin: 0px auto;
  overflow: hidden;
  margin-top: 30px;
}
.datos_mapping_contenido .propiedad{
  float: left;
  width: 60%;
}
.datos_mapping_contenido .container_infor_datos{
  float: left;
  width: 40%;
  padding-left: 10px;
}
.parrafo_descriptivo{
  color: #404b37;
  text-align: justify;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.datos_caracteristicas{
  overflow: hidden;
}
.datos_caracteristicas .right_casas{
  padding-left: 0px;
  width: 100%;
}
.seleccione.numero_de_torre{
  font-size: 16px;
}
.breadcrumb{
  position: relative;
  margin-bottom: 20px;
}
.back_torres{
  background-image: url('../images/ico_atras.svg');
  position: absolute;
  background-color: #000;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.back_torres:hover{
  background-color: black;
}
.content_cotizar.interior_flujo{
  padding: 30px 40px;
}
.amenidades.sin_top{
  padding-top: 0px;
}
.descripcion_info{
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}
.descripcion_info ul{
  padding-left: 0px;
  list-style: none;
}
.descripcion_info ul li{
  margin-bottom: 5px;
  color: #384837;
}
.container_slider_interno{
  width: 100%;
  display: block;
  float: left;
  
}
.rotador_image{
  padding-left: 0px!important;
  list-style: none;
}
.container_slider_interno .slick-arrow{
  background-color: #384837;
  border-radius: 100px;
}
.container_slider_interno .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background-color: #384837!important;
  color: none!important;
}
.container_slider_interno .slick-prev:before, .slick-next:before{
  font-size: 22px!important;
}
.rotador_image li{
  padding: 5px;
}
.container_slider_interno{
  padding: 0px 25px;
}
.container_final_coti{
  overflow: hidden;
  width: 100%;
  display: block;
  padding-top: 40px;
}
.titulo{
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #404a37;
}
.container_button_bro{
  text-align: center;
  color: #384837;
  padding: 40px 0px;
}
.container_button_bro a{
  color: #ffffff;
  text-transform: none;
  background-color: #384837;
  border-radius: 5px;
  margin-left: 20px;
  padding: 10px 35px;
  text-decoration: none;
}
.container_inferior_f{
  width: 100%;
  float: left;
}
.caracteristicas_f{
  width: 50%;
  float: left;
}
.caracteristicas_f .right_casas{
  width: 90%;
}
.video_if{
  width: 50%;
  float: left;
}
.t_amenidad{
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.color_instruccion{
  color: #333;
}
.propiedad.seleccion{
  padding-right: 20px;
}
.container_mapping{
  position: relative;
}
.new_containt{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #DDDCE8;
  margin-bottom: 40px;
}
.container_full_rotador{
  width: 65%;
  padding-right: 20px;
  float: left;
}
.columna_formulario{
  width: 35%;
  float: left;
}
.img_thumbnail{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;  
  width: 100%;
  height: 100%;
}
.slide-container img{
  margin: 0px auto;
}
.slide-container{
  margin-bottom: 20px;
}
.slide-btn{
  width: 12%;
  height: 45px;
  position: relative;
  padding: 0px 5px;
}
.columna_casa._3.new_imp{
  width: 100%;
  border-left: 1px solid #DDDCE8;
}
.cont_logos{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_navbar_contacto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .content_navbar{
    justify-content: space-between;
  }
  .slide-btn{
    width: 18%;
  }
  .columna_casa._3.new_imp{
    border: 0px;
  }
  .columna_formulario{
    width: 100%;
  }
  .container_full_rotador{
    width: 100%;
    padding-right: 0px;
  }

  .datos_mapping_contenido .propiedad{
    width: 100%;
  }
  .datos_mapping_contenido .container_infor_datos{
    width: 100%;
    padding-left: 0px;
  }
  .brand img{
    max-width: 160px;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_menu {
    text-align: left;
    background-color: #384837;
    width: 100%;
    padding: 0 20px;
    display: inline-block;
  }

  .item_menu {
    margin-top: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .item_menu.var {
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
    display: block;
  }

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

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

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

  .form_banner {
    margin-right: 15px;
  }

  .texto_casas.var {
    margin-top: 5px;
  }

  .lista.new {
    text-align: left;
  }

  .item_list, .amenidades ul li{
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .amenidades{
    padding-left: 0px;
  }

  .item_list.new {
    max-width: 100%;
  }

  .slide {
    padding-top: 250px;
    padding-bottom: 60px;
  }

  .dots {
    display: block;
  }

  .titulo_slider {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .toggle {
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .toggle.w--open {
    background-color: #0000;
    color: white;
  }

  .seleccione {
    line-height: 25px;
  }

  .seleccione.var.new {
    margin-bottom: 30px;
  }

  .columna_casa {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .columna_casa._2 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .columna_casa._3 {
    margin-top: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .cont_logos{
    width: 310px;
  }
  .content_banner{
    margin-top: 45px;
  }
  .main{
    margin-top: 60px !important;
  }
  .caracteristicas_f{
    width: 100%;
  }
  .video_if{
    width: 100%;  
  }
  .caracteristicas_f .right_casas{
    width: 100%;
  }
  .video_if iframe{
    width: 100%!important;
  }
  .content_cotizar.interior_flujo{
    padding: 30px 0px;
  }
  .seleccione.numero_de_torre{
    text-align: right;
  }
  .container_maps{
    display: block;
  }
  .container_map iframe{
    width: 100%;
    margin-bottom: 20px;
  }
  .container_contacto{
    width: 100%;
  }
  .container_map{
    width: 100%;
    padding-right: 0px;
  }
  .brand {
    width: 45%;
  }

  .enviar.var.new {
      float: none;
  }

  .content_banner {
    padding-top: 110px;
    padding-bottom: 85px;
  }

  .imagen_banner {
    position: relative;
  }

  .content_form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_banner {
    max-width: 100%;
    margin-right: 0;
  }

  .titulo_casas.var, .texto_casas.new {
    text-align: center;
  }

  .left__modelo {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .enlace {
    right: 10px;
  }

  .right_modelo {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .lista {
    text-align: center;
  }

  .item_list, .amenidades ul li {
    width: auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
  }

  .item_list.new {
    max-width: 175px;
  }

  .left_casas {
    width: 100%;
    padding-right: 0;
  }

  .right_casas {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .image_new {
    float: none;
  }

  .titulo_slider {
    font-size: 25px;
    line-height: 25px;
  }

  .left__contacto {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .left__contacto.var {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .tour {
    padding-top: 0;
  }

  .in_lightbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content__cotiza {
    padding: 20px;
  }

  .seleccione {
    font-size: 20px;
  }

  .seleccione.var.new {
    font-size: 25px;
    line-height: 30px;
  }

  .content_tarjeta {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .right_reserva {
    width: 100%;
    margin-left: 0%;
  }

  .fila_cuota {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .cont_logos{
    justify-content: flex-start;
  }
  .brand img{
    max-width: 90px;
  }
  .t_amenidad{
    font-size: 24px;
  }
  .seleccione.numero_de_torre{
    padding-left: 50px;
  }
  .brand {
    width: auto;
  }

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

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

  .form_banner {
    padding: 20px;
  }

  .input_form._1 {
    width: 100%;
    margin-right: 0%;
  }

  .input_form._2 {
    width: 100%;
    margin-left: 0%;
  }

  .enviar.var.new {
    float: none;
  }

  .enviar.full.gris {
    margin-bottom: 0;
  }

  .casas {
    padding: 30px 10px;
  }

  .titulo_casas {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .texto_casas {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .texto_casas.var {
    line-height: 16px;
  }

  .item_tab {
    float: left;
    text-align: center;
    width: 32.3333%;
    margin-left: .5%;
    margin-right: .5%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .tab_pane {
    width: 100%;
  }

  .left__modelo {
    width: 100%;
    padding-right: 0;
  }

  .enlace {
    right: 10px;
  }

  .right_modelo {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .medidas.var._1 {
    font-size: 18px;
    line-height: 20px;
  }

  .third {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .left_casas {
    width: 100%;
    padding-right: 0;
  }

  .right_casas {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .amenidades {
    padding: 20px 10px;
  }

  .slide {
    padding-top: 100px;
  }

  .tabs_content {
    width: 100%;
  }

  .contacto {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tour {
    padding: 10px;
  }

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

  .columna_footer.var {
    flex-flow: column;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .columna_footer.right {
    justify-content: center;
    align-items: center;
  }

  .enlace_footer {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .titulo_cotizar {
    font-size: 20px;
  }

  .texto_cotizar {
    max-width: 100%;
    margin-top: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .content_cotizar {
    padding: 20px 10px;
  }

  .circulo_exterior {
    padding-left: 5px;
    padding-right: 5px;
  }

  .texto_bread {
    display: none;
  }

  .second__cotizar {
    margin-top: 20px;
  }

  .seleccione {
    font-size: 15px;
    line-height: 20px;
  }

  .seleccione.var {
    font-size: 25px;
    line-height: 30px;
  }

  .columna_casa._3 {
    margin-bottom: 0;
  }

  .left_fila {
    width: 100%;
    min-height: auto;
    padding-right: 0;
  }

  .left_fila.right {
    width: 100%;
    padding-left: 0;
    display: inline-block;
  }

  .input_datos.select {
    width: 100%;
    margin-right: 0%;
  }

  .input_datos.select._2 {
    margin-top: 10px;
    margin-left: 0%;
  }

  .fila_cuota {
    font-size: 14px;
  }
}
