html {
  scroll-behavior: smooth;
}

.u-header__logo-img {
   /* width: 200px;*/
}

/* COLORES */

/*
Naranjo: #ffc000;
Rojo: #ff0000;
Amarillo: ffc107;

Gris_claro: #f6f6f6;
iconos_caracteristicas: #99b7ff;
*/

::-moz-selection {
  color: #fff;
  background: #ffc107;
}

::selection {
  color: #000;
  background: #ffc107;
}

.text-shadow_1{
	text-shadow: 2px 1px 7px rgba(0,0,0,0.66);
}


.bg-gris-oscuro{
	background-color: #444;
}

.bg-gris{
	background-color: #ececec;
}

.bg-gris-claro{
	background-color: #111111e6;
    /*background-color: #f6f6f6;*/
}

.bg-blanco{
	background-color: #ffffff;
}

.bg-gris2{
	background-color: #1D1D1B;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #ffc107;
}

a {
    color: #ffc107;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.g-color-primary {
    color: #ffc107 !important;
}

.g-brd-primary {
    border-color: #ffc107 !important;
}

.u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #ffc107;
}

.u-btn-primary {
    color: #fff;
    background-color: #ffc107;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #ff0000 !important;
}

.g-color-gray-dark-v5--active.cbp-filter-item-active {
    color: #ff0000 !important;
}

.color-gris-oscuro{
	color: #DADADA;
}

span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  height: 50px;
}

span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  height: 50px;
  }

  .u-heading-v2-4--bottom::after {
    margin-top: 6px;
    margin-bottom: 24px;
}
.u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before {
    width: 5rem;
    border-top-width: 4px;
    border-color: #ffc107;
}

.g-bg-primary {
    background-color: #ffc107 !important;
}

/* FIN COLORES */

/* FONTS */

body {
    font-weight: 300;
    font-size: 1rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    line-height: 1.6;
    color: black;
}

/* FIN FONTS */

/* HEADER */

.info-header{
}

.info-header h3{
	display: inline-block;
}

.cont-head{
	height: 36vh;
}

/* FIN HEADER */


.btn-cotizar{
    /*background: #ff0000;*/
    background: #ffc107;
    border: none;
    color: #000000 !important;
    font-weight: 800;
    border-radius: 0;
    padding: 0px 30px;
}

.btn-cotizar:hover{
    /*background: #ff0000;*/
    background: #000000;
    border: none;
    color: #ffc107 !important;
    font-weight: 800;
    border-radius: 0;
    padding: 0px 30px;
}

/*
.u-icon-v1, .u-icon-v1 .u-icon__elem-regular, .u-icon-v1 .u-icon__elem-hover {
    width: 22px;
    height: 35px;
    font-size: 1.42857rem;
}

.u-icon-v1 > i, .u-icon-v2 > i, .u-icon-v3 > i, .u-icon-v4 > span > i {
    top: 40%;
}
*/

.cont-texto{
    position: absolute;
    bottom: -20px;
    z-index: 99;
    margin: 0 auto;
    width: 100%;
}

.numero_proceso {
    font-size: 20px !important;
    font-weight: bold;
    height: 36px !important;
    width: 36px !important;
}

/*=====*/
#form-cotizar {
    width: 600px;
}

#form-cotizar-2 {
    width: 600px;
}

.w-full {
    width: 100%;
}

.input {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 35px;
    transition: border-color .3s;
        border: 2px solid #444;
}

.btn.action-1 {
	vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    transition: all .25s;
    width: 300px;

    background-color: #ff0000;
    color: #fff;
}


.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background-color: rgba(255,0,0,0.5);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: transparent;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}

.btn_ver_planta{
    background: transparent;
    color: #ffc107 !important;
    border: 1px solid #ffc107;
}

.cbp-l-caption-body a:focus, .cbp-l-caption-body a:hover {
    color: #fff;
}

.cbp-l-filters-button .cbp-filter-item {
    padding: 6px 17px;
    }
    

.slick-slide img {
    display: block;
    padding: 45px 90px;
}
.slick-slide.slick-current img {
    display: block;
    padding: 0px;
}

.slick-dots li button:before {
    font-size: 14px;
    }


.proceso_de_compra a>p{
	color: black;
}

.proceso_de_compra:hover .u-block-hover{
    background: rgba(0,0,0,0.1);
    border-radius: 20px;
}

/*================*/
.filtro_galeria:hover {
	cursor: pointer;
}

.filtro_galeria.active {
    color: #ff0000 !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    background: rgba(0,0,0,0.4);
    border: none;
    top: 44%;
}

.carousel-control-next, .carousel-control-prev {
    bottom: auto;
    width: 4rem;
}

.carousel-caption {
    width: 40%;
    bottom: 10px;
    text-align:left;
    padding-left:1rem;
    left: 14px;
    z-index: 10;
    color: #fff;
    background: rgba(0,0,0,0.5);
}

.s-1 {
    width: 40%;
    left: 0px !important;
    bottom: 0px;
    text-align:center;
    z-index: 10;
    color: #fff;
    background: rgba(0,0,0,0.5);
}

.brd-caract-modal{
  border-top: 1px solid #ff0000;
}

.cerrar_modal{
    position: absolute;
    right: 15px;
    top: 5px;
}

.icono_amenities{
  width: 40px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots li button:before {
    color: white;
}

.slick-dots li.slick-active button:before {
    color: white;
}

.cbp-l-filters-button .cbp-filter-item {
        background-color: transparent;
    border: 1px solid #ffc107;
    color: #ffc107;
    cursor: pointer;
    font: 700 12px/32px "Open Sans", sans-serif;
    font-size: 1.07143rem;
    text-transform: uppercase;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #ffc107;
    color: #000 !important;
    border-color: #ffc107;
    cursor: default;
}

.cbp-l-filters-button .cbp-filter-item:hover {
    color: #000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.listado_caract_2 {
    display: initial;
    font-size: 20px;
    padding: 0 15px;
    color: #fff;
    border-right: 1px solid red;
}

.img-icono{
    width: 80px;
    margin: 0 auto;
}

.texto_icono{
	margin-top: 0px;
}

.u-header {
    font-size: 1.0rem;
}

.cbp-l-grid-projects-desc {
    font: 400 18px/34px "Open Sans", sans-serif;
}

/*================*/

.mt-btn{
	margin-top: 20px;
}

.u-table--v2 td, .u-table--v2 th {
    padding: 8px;
}

.btn_share {
    width: 50px;
    height: 50px;
    background-color: #ff0000;
    position: fixed;
    right: 0;
    top: 30%;
    color: #fff;
    z-index: 999999;
    /* padding: 12px; */
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 3.5rem;
}

.btn_share:hover {
    color: #fff;
}

/*================*/


.img_proyecto{
	margin-top: -120px;
}

.btn_contacto_flotando {
    width: 52px;
    height: 52px;
    border-radius: 7px;
    background-color: #25D366;
    font-size: 29px;
    position: fixed;
    right: 17px;
    bottom: calc(79px);
    color: #FFFFFF;
    text-align: center;
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 999999999;
}

.btn_contacto_flotando:hover{
	color: #25D366;
    background-color: #fff;
}

.opacidad{
	opacity: 0;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff0000;
}

@media only screen and (min-width: 175px) and (max-width: 812px) { 
	
	.info-header i{
		display: block;
	}
	
	.text-center-xs{
		text-align: center !important;
	}
	
	.text-left-xs{
		text-align: left !important;
	}
	
	.cbp-l-caption-body{
		display: none !important;
	}
	
	
	.img_proyecto{
	margin-top: 20px;
	}
	
	.btn_contacto_flotando{
	    top: auto;
	    bottom: 20px;
}
	
}

.btn_filtro_casas{
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	border-radius: 0;
}

@media only screen and (min-width: 1600px){ 
  .g-font-size-default--xl {
    font-size: 1rem !important;
  }
  .g-font-size-16--xl {
    font-size: 1.14286rem !important;
  }
  .g-font-size-18--xl {
    font-size: 1.28571rem !important;
  }
  .g-font-size-26--xl {
    font-size: 1.85714rem !important;
  }
  .g-font-size-32--xl {
    font-size: 2.28571rem !important;
  }
  .g-font-size-35--xl {
    font-size: 2.5rem !important;
  }
  .g-font-size-36--xl {
    font-size: 2.57143rem !important;
  }
  .g-font-size-42--xl {
    font-size: 3rem !important;
  }
  .g-font-size-60--xl {
    font-size: 4.28571rem !important;
  }
  .g-font-size-75--xl {
    font-size: 5.35714rem !important;
  }
  .g-font-size-76--xl {
    font-size: 5.42857rem !important;
  }
  .g-font-size-420--xl {
    font-size: 30rem !important;
  }
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index:100;	
  padding: 20px;	
}

.popup-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000bf;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.popup-container img {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 25px 0px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}