video { 
    position: absolute;
    min-width: 100%;
    background: url('../images/hero_3.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
  z-index: 0;
}
.stopfade { 
   opacity: .5;
}

@media screen and (max-device-width: 800px) {
  #bgvid { display: none; }
}

#inicio{
	overflow: hidden;
}



html {
  scroll-behavior: smooth;
}

.filete {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 9;
    padding-top: 80px;
}

/*============ FUENTES ==============*/

body {
    font-family: 'Oswald', sans-serif;
}

.f-font-fj{
	font-family: 'Fjalla One', sans-serif;
}

.f-font-oswald{
	font-family: 'Oswald', sans-serif;
}

.f-font-manuscrita{
	font-family: 'Shadows Into Light', cursive;
	/*font-family: 'Dancing Script', cursive;*/
}

h2 {
	font-family: 'Fjalla One', sans-serif;
}

.tit_manuscrita {
    font-size: 50px !important;
    letter-spacing: 2px;
    line-height: 62px;
}

.subtit_manuscrita {
    font-size: 48px !important;
    letter-spacing: 2px;
    line-height: 40px;
}

/*============ FIN FUENTES ==============*/

/*============ COLORES ==============*/

.vh-96{
	height: 96vh;
}

.g-theme-bg-blue-dark-v1-opacity-0_8--after:after {
    background-color: rgba(45, 45, 55, 0.5) !important;
}

.u-bg-overlay:before, .u-bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


::selection {
  color: #fff;
  background: #022356;
}

a {
    color: #022356;
    outline: none;
}

a:focus {
    color: #022356;
}

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

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

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

.u-btn-primary:hover, .u-btn-primary:focus  {
    color: #fff;
    background-color: #022356;
    border: #022356;
}

.u-btn-outline-primary {
    color: #022356;
    border-color: #022356;
    background-color: transparent;
}

.u-btn-outline-primary:hover {
    color: #fff;
    background-color: #022356;
}

.u-btn-outline-primary:focus, .u-btn-outline-primary.active {
    color: #fff;
    background-color: #022356;
}

.bg-color-primario-07{
	background: rgba(2,35,86,0.8);
}

.bg-primary{
	background: #022356 !important;
}

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

.color-primary{
	color: #022356;
}

a:hover {
    color: #e7323a;
    outline: none;
    text-decoration: none;
}

.bg-texto-gris-06{
    background: rgba(205,205,205,0.8);
    padding: 20px;
}

.bg-texto-gris-2{
    background: rgba(225,225,225,1);
    padding: 20px;
}

.bg-texto-gris-3{
    background: rgba(245,245,245,1);
    padding: 20px;
}

.color-rojo{
	color: #e7323a;
}

.bg-rojo{
	background-color: #e7323a;
}

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

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

/*============ MENU ===========*/

.logo_hero_1 {
    display: inline-flex;
    margin-top: 20% !important;
}

.logo_hero {
    width: 130px;
    z-index: 999;
    height: fit-content;
    /* position: absolute; */
    /* top: 0px; */
    /* margin-top: 0px; */
    margin-right: 20px;
}

.logo_header{
	opacity: 0;
}

.mostrar_logo .logo_header{
	opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

/*
.navbar-brand img{
    width: 230px;
}
*/
.navbar-brand img {
    width: 104px;
    position: absolute;
    top: -10px;
}

.nav-link:hover{
	color: #022356 !important;
}

.nav-link.active{
	color: #022356 !important;
}


/*============ FIN MENU ==============*/

/*============ BOTONES ==============*/

.btn-tour{
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    border: 2px solid #022356;
}

.btn-cotizar {
    width: 182px;
    font-size: 20px;
    line-height: 24px;
}

/*============ FIN BOTONES ==============*/

/*============ HERO ==============*/

.titulo_hero{
	font-size: 54px;
	text-shadow: 1px 1px #012257;
}

.titulo_hero span{
	font-size: 40px;
	font-weight: 100;
}

.texto_bajada{
    font-size: 36px !important;
    line-height: 34px;
	text-shadow: 1px 1px #012257;
}

.lista_hero {
    /* margin-top: 50px; */
    position: absolute;
    bottom: 16%;
}
.lista_hero ul{
    padding-left: 0;
}

.lista_hero ul li {
    border-left: 2px solid #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: none;
}

.lista_hero ul li i{
	margin-right: 10px;
}

.direccion_hero {
    position: absolute !important;
    bottom: 16%;
    right: 0;
    color: #fff;
    /* max-width: 45%; */
    padding: 20px;
    z-index: 99;
}

.direccion_hero span{
    margin-right: 36px;
}

/*============ FIN HERO ==============*/

/*============ CAROUSEL DE GALERIA ====================*/
.carousel-caption {
    position: absolute;
    /* top: 0; */
    text-align: left;
    left: inherit;
    right: 0px;
    min-width: 264px;
    color: #fff;
    padding: 14px;
    bottom: 40px;
}

.carousel-caption {
    right: -14px;
    bottom: -14px;
}

.carousel-caption.carousel-caption_terminacion:not(#caption-0) {
    display: none;
}

#carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-control-prev {
    opacity: 1;
    transition: opacity .15s ease;
    background: #022356;
    border: none;
}

.list-espacios{
    list-style-type: none;
    padding-left: 0px;
}

.list-espacios li{
  margin-bottom: 12px;
  font-size: 16px;
}
/*============ FIN CAROUSEL DE GALERIA ====================*/

/*============ CAROUSEL DE ENTORNO ====================*/

.carousel-control-next, .carousel-control-prev {
    top: 40%;
    width: 5%;
    height: 10%;
}


span.carousel-control-next-icon_2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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");
}

span.carousel-control-prev-icon_2 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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");
}

.carousel-caption_entorno {
    position: absolute;
    /* top: 0; */
    text-align: left;
    left: inherit;
    right: -4px;
    width: 314px;
    color: #fff;
    padding: 14px;
    bottom: -18px;
}

.carousel-caption.carousel-caption_entorno:not(#caption_entorno-0) {
    display: none;
}

#carousel_entorno .carousel-control-next, #carousel_entorno .carousel-control-prev {
    opacity: 1;
    transition: opacity .15s ease;
    background: #022356;
    border: none;
}
/*============ FIN CAROUSEL DE ENTORNO ====================*/

/*============ CAROUSEL PLANTAS ====================*/

#carousel_plantas{
    margin-top: -10px;
}

.owl-carousel {
    width: 102%;
}


.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #022356;
    text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
}

.owl-prev {
    width: 38px;
    /* height: 100px; */
    position: absolute;
    top: 0;
    left: -50px !important;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 38px;
    /* height: 100px; */
    position: absolute;
    top: 0;
    right: -50px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    transform: scale(1);
    color: #022356;
    font-size: 28px;
}


#carousel_plantas .carousel-control-next, #carousel_plantas .carousel-control-prev {
    opacity: 1;
    transition: opacity .15s ease;
    background: #022356;
    border: none;
}

#carousel_plantas_norte .carousel-control-next, #carousel_plantas_norte .carousel-control-prev {
    opacity: 1;
    transition: opacity .15s ease;
    background: #022356;
    border: none;
}


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




/*============ FIN CAROUSEL PLANTAS ====================*/

/*============ MAPA MASTERPLAN ====================*/
.map {
    /*background-color: #0d1d2d;*/
    /*background-image: url("https://raw.githubusercontent.com/solodev/clickable-map-overlay/master/images/background.png");*/
    background-position: center;
    background-repeat: repeat;
    position: relative;
    background-attachment: fixed;
}
.btn_casa_masterplan:before {
    font-family: FontAwesome;
    content: "\f041";
    display: inline-block;
    vertical-align: middle;
}
.map img {
    /*margin-top: -10%;*/
    position: relative;
    z-index: 3;
}
a.btn.pop {
    z-index: 5;
    position: absolute;
    color: red;
    min-width: 0;
    width: 32%;
    height: 9%;
}
.map button.btn.pop:focus, .map a.btn.pop:focus {
    box-shadow: unset;
    outline: 0;
    border: 0;
}
.map button.btn.pop.map_casa_1, .map a.btn.pop.map_casa_1 {
    left: 53%;
    bottom: 15%;
}
.map button.btn.pop.map_casa_2, .map a.btn.pop.map_casa_2 {
    left: 14%;
    bottom: 15%;
}
.map button.btn.pop.map_casa_3, .map a.btn.pop.map_casa_3 {
    left: 53%;
    bottom: 24%;
}
.map button.btn.pop.map_casa_4, .map a.btn.pop.map_casa_4 {
    left: 14%;
    bottom: 24%;
}
.map button.btn.pop.map_casa_5, .map a.btn.pop.map_casa_5 {
    left: 53%;
    bottom: 32%;
}
.map button.btn.pop.map_casa_6, .map a.btn.pop.map_casa_6 {
    left: 14%;
    bottom: 32%;
}
.map button.btn.pop.map_casa_7, .map a.btn.pop.map_casa_7 {
    left: 53%;
    bottom: 41%;
}
.map button.btn.pop.map_casa_8, .map a.btn.pop.map_casa_8 {
    left: 14%;
    bottom: 41%;
}
.map button.btn.pop.map_casa_9, .map a.btn.pop.map_casa_9 {
    left: 53%;
    bottom: 49%;
}
.map button.btn.pop.map_casa_10, .map a.btn.pop.map_casa_10 {
    left: 14%;
    bottom: 49%;
}
.map button.btn.pop.map_casa_11, .map a.btn.pop.map_casa_11 {
    left: 53%;
    bottom: 57%;
}
.map button.btn.pop.map_casa_12, .map a.btn.pop.map_casa_12 {
    left: 14%;
    bottom: 57%;
}
.map button.btn.pop.map_casa_13, .map a.btn.pop.map_casa_13 {
    left: 53%;
    bottom: 66%;
}
.map button.btn.pop.map_casa_14, .map a.btn.pop.map_casa_14 {
    left: 14%;
    bottom: 66%;
}



.map button.btn.pop.map_casa_15, .map a.btn.pop.map_casa_15 {
    left: 53%;
    bottom: 74%;
}
.map button.btn.pop.map_casa_16, .map a.btn.pop.map_casa_16 {
    left: 14%;
    bottom: 74%;
}
.map button.btn.pop.map_casa_17, .map a.btn.pop.map_casa_17 {
    left: 53%;
    bottom: 83%;
}
.map button.btn.pop.map_casa_18, .map a.btn.pop.map_casa_18 {
    left: 14%;
    bottom: 83%;
}

.btn_casa_masterplan.active, .btn_casa_masterplan:hover{
	background: rgba(2,35,86,0.5);
}

.img_metraje {
    width: 150px;
    margin-bottom: 12px;
}

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


/*============ FIN MAPA MASTERPLAN ====================*/

/*============ TOUR VIRTUAL ====================*/

.g-bg-black-opacity-0_5--after::after {
    background-color: rgba(253, 118, 2, 0.13) !important;
}

/*============ FIN TOUR VIRTUAL ====================*/

/*============ FOOTER ================*/


footer a{
	color: #fff;
}

.logo_footer{
    width: 100px;
}

/*============ FIN FOOTER ====================*/

/*============ FORMULARIOS ================*/

#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: 8px;
    transition: border-color 0.3s;
}

.input.border-gray {
    border: 2px solid #EBEAED;
}

.btn_form {
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    transition: all 0.25s;
}

.btn.action-1 {
    /* background-color: #ce1317; */
    background-color: #022356;
    color: #ffffff;
}

/*============ FIN FORMULARIOS ================*/

.cont-hero_1{
	position: absolute !important;
	top: 0 !important;
	z-index:0;
}

.hs-html5 {
    /* width: auto; */
    width: initial;
    max-width: none;
    height: auto;
    min-height: 100vh;
}



/*============ MEDIA QUERIES ================*/

/* XS */
@media only screen and (min-width: 175px) and (max-width: 860px) {

.js-bg-video{
	height: 93vh !important;
}

.cont-hero_1 {
    width: 90%;
}

.logo_hero_1 {
    display: inline-flex;
    /*margin-top: 6% !important;*/
}

.navbar-brand img {
    width: 80px;
}

.hamburger {
    padding-bottom: 10px;
    padding-top: 2px;
}

.logo_hero {
    width: 78px;
    z-index: 999;
    height: 84px;
    /* position: absolute; */
    /* top: 0px; */
    margin-top: 8px;
    margin-right: 20px;
}

/*
.navbar .g-pos-abs{
	position: relative !important;
}
*/

#inicio{
	/*min-height: auto !important;*/
	min-height: 90vh;
	overflow: hidden;
}

#inicio.ini_iphone {
    /* min-height: auto !important; */
    max-height: 88vh;
    overflow: hidden;
    min-height: 88vh;
}

.navbar .container{
	min-height: 38px;
}

.navbar-nav {
    text-align: center;
}

.vh-98 {
    height: auto;
}

.info_tipologia_1{
	width: 100%;
}

.info_tipologia_2{
	width: 100%;
}

.tit_manuscrita {
    font-size: 34px !important;
    line-height: 42px;
}

.texto_bajada {
    font-size: 28px !important;
}

.titulo_hero {
    font-size: 38px;
}

.titulo_hero span {
    font-size: 32px;
}

.logo_footer{
    width: 192px;
}

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

.direccion_hero {
    position: relative !important;
    bottom: auto;
    right: -15%;
    width: 100%;
}

.carousel-caption_entorno {
    width: 228px;
    padding: 8px;
}


.carousel-caption {
    min-width: 240px;
    padding: 8px;
}

.lista_hero {
    position: relative;
    margin-top: 34px;
    bottom: auto;
}

.owl-prev {
    left: -40px !important;
}

.owl-next {
    right: -38px;
}

.carousel-caption_terminacion h2{
	font-size: 1.5rem !important;
}

.carousel-caption_entorno h2{
	font-size: 1.5rem !important;
}

.btn-emplazamiento_xs {
    width: 182px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
}

#form-cotizar {
    width: auto;
}


}

/*============ FIN MEDIA QUERIES ================*/
