/* CSS Document */
#pop-content {
    display: none;
    font-size: 1rem;
    width: 50%;
    color: #fff;
    padding: 3rem 1rem;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    background-color: #393939;
    border-top-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
    overflow: initial;
}
@media (max-width: 575.98px) {
    #pop-content {
        width: 95%;
    }
}
#pop-content .rojo {
    color: #eb0029;
}
#pop-content .txt {
    font-size: .8rem;
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    #pop-content .txt {
        width: 85%;
    }
}
#pop-content b {
    font-weight: 700;
}
#pop-content hr {
    border: 1px solid #696B55;
    width: 30%;
}
#pop-content hr.linea {
    position: relative;
    border: none;
    height: 3px;
    margin: 2rem auto;
    width: 50%;
}
#pop-content hr.linea::before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #eb0029;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 0;
}
#pop-content hr.linea::after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #eb0029;
    margin: 0 auto;
    width: 10%;
    top: 1px;
    left: 0;
    right: 0;
}
#pop-content .foot {
    font-size: .9rem;
}
#pop-content img.canales {
    margin-left: .7rem;
    width: 15%;
}
#pop-content .mini-logo {
    display: block;
    margin: 30px auto 0;
}
/*loading*/
.loading {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	z-index: 100;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.loading img {
	max-width: 320px;
	transition: all .3s ease-in-out;
}
.loading.out {
	height: 0;
}
.loading.out img {
	opacity: .3 !important;
}

/*general*/
body {
	background-color: #fff;
}
body,
html {
	height: 100%;
	font-family: 'Arial';
	font-weight: normal;
	font-style: normal;
}
section {
	z-index: 5;
}
h2 {
	font-size: 7rem;
}
sup {
	font-size: 60%;
}
#bg-video {
	position: relative;
	background-color: #000;
	height: 850px;
	z-index: 1;
}
#bg-video .texto {
	color: #fff;
	position: absolute;
	top: 58%;
	z-index: 99;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#bg-video .texto h1 {
	font-size: 6rem;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
#bg-video .texto h1 img {
	max-width: 60px;
	margin-right: 15px;
}
#bg-video .texto h2 {
	font-weight: 200;
	font-size: 48px;
}
.navbar {
	backdrop-filter: blur(10px);
	z-index: 11;
	border-bottom:1px solid rgba(255,255,255,.72);
	background: linear-gradient(91.09deg, rgba(255, 255, 255, 0.2) -6.7%, rgba(255, 255, 255, 0.3) 110.11%);
	transition: .5s;
	position: fixed;
	top: 0;
    width: 100%;
}
.logo, .navbar-brand {
	max-width: 400px;
	width: 100%;
}
.nav-item {
	margin: 0px 5px;
}
.nav-item a {
	font-size: 20px;
	font-weight: 400;
	border-radius: 5px;
	display: flex;
	align-items: center;
	height: 36px;
	padding: 0px 25px !important;
	justify-content: center;
	transition: all .3s ease-in-out;
	color: #FFF;
}
.navbar-nav .nav-link{
	font-size: 1.2rem;
}
.nav-item a:hover {
	opacity: .7;
}
.btn-red a {
	background-color: red;
	color: #fff;
	border-radius: 5px;
	margin: 0 8px;
}
.btn-red a:hover {
	color: #fff;
}
.btn-white a {
	background-color: #fff;
	color: #000;
}
.btn-white a:hover,
.btn-white a:focus,
.btn-white a:active {
	color: #000;
}
#background-video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	object-fit: cover;
}
#background-video-m {
	display: none;
}
@media (max-width:768px) {
	#bg-video {
		height: 0 !important;
		padding-bottom: 53% !important;
	}
	#background-video-m {
		position: absolute;
		display: block;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		object-fit: cover;
	}
	#background-video {
		display: none;
	}
	.btn-red{
		margin-bottom:1em;
		text-align:center;
	}
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
}

.navbar.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width: 100%;
	background: #696B55 !important;
}

/* hamburguer */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 7px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	margin-top: 3px;
	opacity: 1;
}
.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #fff
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner:before {
	top: -10px;
}
.hamburger-inner:after {
	bottom: -10px
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}
.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}
.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}
/*bajada*/
#bajada {
	padding-top: 50px;
	padding-bottom: 50px;
}
#bajada p {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.7rem;
	text-align: center;
	color: #696B55;
}
#bajada h3 {
	text-align: center;
	color: #696B55;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 3rem;
	margin-top: 2rem;
}
.bloque_center {
	justify-content: center;
	position: relative;
	box-shadow: 24px 32px 30.7px 0px #EFEFEF66;
	background: #FFF;
}
.bloque_center .left {
	position: absolute;
	width: 144px;
	height: 100%;
	left: 0;
	padding: 0;
}
.bloque_center .left .left1 {
	height: 54%;
}
.bloque_center .left .left2 {
	height: 47%;
	margin-left: 7px;
	margin-top: -2%;
}
.bloque_center .right {
	padding: 0;
	position: absolute;
	width: 159px;
	height: 100%;
	right: 0;
	text-align: right;
}
.bloque_center .right .right1 {
	height: 46%;
}
.bloque_center .right .right2 {
	height: 59%;
	margin-top: -7%;
}
.bloque_center .col {
	max-width: 70%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 25px 40px;
}
.bloque_center .col .texto-caracteristica {
	text-align: left;
	padding-left:30px;
}
.bloque_center .col p {
	font-size: 27px !important;
	margin-top:5px;
	line-height: 120%;
	padding-bottom: 30px;
	margin-bottom:0;
	color: #696B55;
	text-align: left !important;
}
.bloque_center .col ul {
	list-style: none;
	padding-left:0;
}
.bloque_center .col li {
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 10px;
	color: #696B55;
	position: relative;
	padding-left:48px;
}
.bloque_center .col li::before {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	width:38px;
	height:28px;
	content:'';
	display: inline-block;
	margin-right:10px;
	position: absolute;
	left: 0;
	top: 0;
}
.bloque_center .col img {
	width: 194px;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.bloque_center .col strong {
	font-weight: 900;
}

/*proyecto*/
.proyecto {
	background-color: #fff;
	position: relative;
	padding: 5rem 0;
}
.proyecto h2 {
    font-size: 4rem;
    color: #696B55;
	font-weight: 700;
	line-height: 100%;
	margin-top: 0;
    margin-bottom: 2rem;
	text-align:left;
}
.proyecto h4 {
	color: #EC0029;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-style: italic;
}
.proyecto h3 {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.6rem;
	color: #696B55;
}
.proyecto h5 {
	color: #EC0029;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1.6rem;
	font-style: italic;
}
p.direccion {
	color: #696B55;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6rem;
	display: flex;
	align-items: center;
	font-style: italic;
	margin-bottom: 2rem;
}
p.direccion img{
	width: 1rem;
}

/*galería proyecto*/
.owl-carousel2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.owl-carousel2 .owl-stage-outer {
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.owl-carousel2 .owl-stage-outer .owl-stage {
	display: flex;
	flex-direction: row;
}
.owl-carousel2 .item {
	position: relative;
	text-decoration: none;
	color: #FFF;
	font-style: italic;
	display: block;
}
.owl-carousel2 .item div {
	position: relative;
}
.owl-carousel2 .item img{
	max-width:100%;
}
.owl-carousel2 .item .text-uppercase {
	position: absolute;
	text-transform: none !important;
	padding: 5px 10px;
	bottom: 0;
	right: 0;
	font-weight: 400;
	font-size: 15px;
}
.owl-carousel2 .owl-nav {
	width: 30%;
}
.owl-carousel2 .owl-nav button:hover {
	opacity: .8;
}
.owl-carousel2 .owl-prev {
	background: #EC0029;
	height: 60px;
	border:0;
	width: calc(50% - 5px);
	margin-right: 5px;
	transition: .5s;
}
.owl-carousel2 .owl-prev span {
	background-image: url("../images/arrow-left.svg");
	width: 34px;
	height: 34px;
	font-size: 0;
	display: block;
	margin: 0 auto;
}
.owl-carousel2 .owl-next {
	background: #EC0029;
	height: 60px;
	border:0;
	width: calc(50% - 5px);
	margin-right: 5px;
	transition: .5s;
}
.owl-carousel2 .owl-next span {
	background-image: url("../images/arrow-right.svg");
	width: 34px;
	height: 34px;
	font-size: 0;
	display: block;
	margin: 0 auto;
}
.owl-carousel2 .owl-dots {
	width: 70%;
	height: 60px;
	display: flex;
	align-items: center;
}
.owl-carousel2 .owl-dots .owl-dot {
	border: 0;
	height: 5px;
	background: #F4F4F4;
	width: calc(100%/3);
	transition: .5s;
}
.owl-carousel2 .owl-dots .active {
	background: #EC0029;
}
/*plug and play*/
.plug-and-play .bg_imagen {
    padding-top: 28rem;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.plug-and-play .bg_imagen::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 42%;
	background: rgba(30,30,30,0);
	background: -moz-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.63) 63%, rgba(32,32,32,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,30,30,0)), color-stop(63%, rgba(30,30,30,0.63)), color-stop(100%, rgba(32,32,32,1)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.63) 63%, rgba(32,32,32,1) 100%);
	background: -o-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.63) 63%, rgba(32,32,32,1) 100%);
	background: -ms-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.63) 63%, rgba(32,32,32,1) 100%);
	background: linear-gradient(to bottom, rgba(30,30,30,0) 0%, rgba(30,30,30,0.63) 63%, rgba(32,32,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#202020', GradientType=0 );
	content:'';
	bottom: 0;
	left: 0;
	z-index: 1;
}
.plug-and-play .bg_imagen .container {
	z-index: 2;
	position: relative;
}
.plug-and-play { 
	background-color: #1F1F1F;
	position: relative;
	color: #E3E3E3;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 6rem;
 }
.plug-and-play h2 { 
	position:relative;
	display:inline-block;
	font-size: 41px;
	font-weight: 800;
}
.plug-and-play h2 strong {
	font-size: 100px;
	font-weight: 800;
}
.plug-and-play h2 em {
	/*text-shadow: 0px 0px 10px rgba(255, 255, 255, .7);*/
	font-style: normal;
}
.plug-and-play h2 span { 
    color: #EA0029;
    position:relative;
	/*text-shadow: 0px 0px 10px rgba(234, 0, 41, .7);*/
}
.plug-and-play .cont-referencial {
	position: relative;
}
.plug-and-play .referencial {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.plug-and-play p {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	width: 80%;
	margin: auto;
}
.plug-and-play h3 { 
	font-weight:700; 
	font-size: 32px;
	margin-top: 3rem;
	margin-bottom:3rem; 
}
.plug-and-play .col-lg-8 img { 
	margin-top:4rem;
}
.box-plug-and-play {
	border: 3px solid #EA0029;
	box-shadow: 0 0 10px #EA0029;
	border-radius: 9px;
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 15px;
}
.box-plug-and-play .titulo {
	background: #EA0029;
	padding: 8px 22px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.box-plug-and-play .icono-texto h5 { 
	font-size:1.1rem;
	white-space: nowrap;
}
.box-plug-and-play .icono-texto div:first-child { 
	width: 97px;
	text-align:center;   
	padding: 10px;
}
.box-plug-and-play .icono-texto {
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	padding:15px 0;
	max-width: 180px;
	position: relative;
}
.box-plug-and-play .icono-texto img {
	margin: 0;
}
.icono-texto { 
	display:flex;    
	align-items: center;     
	justify-content: start;
	cursor: pointer;
	transition: all .3s ease-in-out;
	text-align: center;
}
.icono-texto:hover {
	color:#EA0029;
}
.icono-texto img {
	transition: all .3s ease-in-out;
}
.icono-texto:hover img {
	transform:scale(.87);
}
.icono-texto h4 {  
	margin: 0; 
	font-weight:300;
	font-size: 1.4rem;
	line-height: 100%;
}
.icono-texto h5 { 
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}
.icono-texto div:first-child {
	width: 97px;
	text-align: center;
	padding: 10px;
}

/* plano equipos plug in play */
.plano {
	height:470px;
	margin: 4rem auto 0;
    width: 955px;
}
.plano img {
	position:absolute;
	margin: 0 !important;
	transition:opacity .2s ease-in-out;
}
.plano img.rojo {
	opacity:0;
}
.puerta {
	width: 150px;
	top: 95px;
}
.refri {
	width: 218px;
    top: 92px;
	left: 149px;
}
.mueble {
	width:442px;
	left: 365px;
    top: 1px;
}
.microondas {
	width: 109px;
	left: 480px;
    top: 107px;
}
.cocina { 
	width:135px;
	left: 466px;
    top: 187px;
}
.lavadora {
	width: 122px;
	left: 823px;
    top: 295px;
}
.cortina {
	width: 127px;
	left: 822px;
    top: 85px;
}
.focos {
	width: 320px;
	left: 541px;
}
.cont-mapa {
	position: relative;
	z-index: 3;
}

/*espacios comunes*/

.espacios-comunes {
	position: relative;
	background-color: #fff;
	padding: 5rem 0;
	overflow: hidden;
}
.espacios-comunes h2 {
	color:#696B55; 
	font-size:4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
}
.espacios-comunes p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #696B55;
	margin-bottom: 2.5rem;
}
.owl-carousel2.owl2 {
	margin-bottom: 3rem;
}
.owl-carousel2 h3 {
	color: #696B55;
	font-weight: 700;
	font-size: 26px;
	font-style: italic;
	margin-top: .8rem;
}
.owl-carousel2.owl2 .owl-nav {
	width: 16.66666667%;
}
.owl-carousel2.owl2 .owl-dots {
	width: 33.33333333%;
}
.owl-carousel2.owl2 .owl-stage-outer {
	margin-bottom: 10px;
	overflow: visible;
}
.wrap-box-icono { 
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	padding-top: 40px;
	justify-content: center;
}
.box-icono {
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center; 
    flex-basis:20%;
    margin-bottom: 1.2rem;
}
.box-icono .img-box-icon  {
	margin-bottom: 20px;
	min-height: 60px;
}
.box-icono p { 
	font-size: 20px;
	font-weight: 400;
	color: #696B55;
	line-height: 110%;
	max-width: 80%;
}
/*plantas*/

#plantas {
    position: relative;
    padding: 0 0 5rem ;
}
#plantas h2 {
	color:#696B55; 
	font-size:4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
}
#plantas p {
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	color: #696B55;
	margin-bottom: 2.5rem;
}
#plantas .list-select {
	display: flex;
	justify-content: center;
	flex-direction: row;
	list-style: none;
	width: auto;
	background: #F8F8F8;
	border-radius: 10px;
	padding: 5px;
	margin: 0 auto;
}
#plantas .list-select button {
	border-radius: 10px;
	background: transparent;
	font-size: 18px;
	transition: .5s;
	font-weight: 600;
	text-align: center;
	width: 183px;
	border:0 none;
	height: 55px;
	margin: 5px;
	color: #000;
}
#plantas .list-select button.active,
#plantas .list-select button:hover {
	background: #EC0029;
	color: #FFF;
}
.box-select {
	display: flex;
	margin-top: 3rem;
	align-items: center;
	margin-bottom: 3rem;
}
#plantas .box-select h3 {
	margin-right: 16px;
	font-weight: 500;
}
#plantas .box-planta {
	background-color: #F8F8F8;
	border-top-left-radius: 100px;
	padding: 4rem;
	text-align: center;
	border-bottom-right-radius: 100px;
}
#plantas .box-planta .btn {
	padding: 0.54rem;
	width: 100%;
	font-weight: 800;
	font-size: 18px;
	background: #EC0029;
}
.box-planta img {
	margin-bottom: 0.5rem;
	max-height: 235px;
}
.box-planta picture { 
	height: 235px;
	display: block;
	margin-bottom: 5px;
}
#plantas .box-planta h5 {
	color:#696B55;
	font-weight: 700;
	font-size: 26px;
}
.swiper {
	margin-bottom: 20px;
}
.swiper-wrapper {
	transition: all .3s ease-in-out;
	position: relative;
}
.swiper-navigation {
	transition: all .3s ease-in-out;
	position: relative;
	display: flex;
	margin-top: 5px;
	justify-content: center;
}
.swiper-button-next,
.swiper-button-prev {
	height: 61px;
	background-color:#EC0029;
	padding: 0 3rem;
	position: relative;
	left: auto;
	right: auto;
	top:auto;
	bottom:auto;
	margin-top: 0;
	margin-right: 5px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
.swiper-button-prev::before {
	background-image: url("../images/arrow-left.svg");
	width: 34px;
	height: 34px;
	padding-left: 34px;
	font-size: 0;
	display: block;
	margin: 0 auto;
	content: '';
	position: relative;
}
.swiper-button-next::before {
	background-image: url("../images/arrow-right.svg");
	width: 34px;
	height: 34px;
	padding-left: 34px;
	font-size: 0;
	display: block;
	margin: 0 auto;
	content: '';
}
.box-swiper {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	height: auto;
}
.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #EA0029;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* recorrido 360 */
.bg-second {
	background-color: #1F1F1F;
	color: #fff;
}
#recorridos .icon {
	height: 53px;
	margin:0 auto 2rem;
	display: block;
}

.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
#recorrido-1 .titulo {
	text-transform: none !important;
	font-weight: 700;
	font-size: 4rem;
	margin-bottom: 2rem;
}
#recorrido-1 .titulo img {
	margin-left: 1rem;
}
/*terminaciones*/
.terminaciones {
	position: relative;
	background-color: #1F1F1F;
	padding: 0 0 5rem;
}
.terminaciones h3 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 39px;
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 3rem;
}
.wrap-fotos-ter { 
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.fotos-ter {
	flex-basis:20%;
	text-align:center;
	margin-bottom: 25px;
}
.wrap-bg-ter  { 
	overflow:hidden;
	border-radius: 50%;
	width: 174px;
	height: 174px;
	margin: 0 auto;
}
.wrap-bg-ter img {
	max-width: 100;
	height: auto;
}
.bg-ter {     
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	--xmouse: 0px;
	--ymouse: 0px;
	width: 100%;
	transition: --xmouse 0.3s ease-out, --ymouse 0.3s ease-out;
}
.bg-ter:hover {
	background-position: calc(50% + var(--xmouse)) calc(50% + var(--ymouse));
	transform: scale(1.12);
	/* Agregar transition solo al scale, no al background-position */
    transition: transform 0.3s ease-in;
}
.fotos-ter h5 { 
	font-size: 1.3rem;
	font-weight: 800;
	color: #FFF;
	margin: 0;
	margin-top: 0.6rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 110%;
	max-width:190px;
}
.fotos-ter p {
	font-weight: 400;
	font-size: 1.2rem;
	color: #FFF;
	margin: 0 auto;
	width: 80%;
	line-height: 110%;
}
/*galería*/

.galeria { 
	position: relative;
	padding-top: 5rem;
}
.galeria h2 {
	color:#696B55; 
	font-size:4rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
}
.galeria p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #696B55;
	width: 70%; 
	margin: 0 auto 2.5rem;
}
.col-galeria { 
	overflow:hidden;
	background-color:#000;
	position: relative;
	text-align: center;
}
.col-galeria:nth-child(1),
.col-galeria:nth-child(2),
.col-galeria:nth-child(3),
.col-galeria:nth-child(5),
.col-galeria:nth-child(6) {
	border-right:10px solid #FFF;
}
.col-galeria:nth-child(1),
.col-galeria:nth-child(2),
.col-galeria:nth-child(3) {
	border-right:10px solid #FFF;
	border-bottom:10px solid #FFF;
}
.col-galeria:nth-child(4) {
	border-bottom:10px solid #FFF;
}
.col-galeria img { 
	transition: all .5s ease-in-out;
}
.col-galeria:hover img { 
	transform:scale(1.2);
	filter: blur(2px);
	opacity:.7;
}
.col-galeria h5 { 
	position: absolute;
	margin:0;
	opacity:0;
	z-index:5;
	transition: all .3s ease-in-out;
	transform: translateY(10px);
	color:#fff;
	font-size: 1.2rem;
	padding: 0 10px;
}
.col-galeria:hover h5 { 
    opacity:1; 
    transform: translateY(0px); 
}
/*etapas del proyecto*/

.etapas-del-proyecto { 
	background: linear-gradient(248.84deg, #F6F6F6 19.65%, rgba(246, 246, 246, 0.3) 100.68%);
	position:relative;
	padding:7rem 0; 
}
.etapas-del-proyecto h2 {
	font-size:4rem;
	color:#696B55;
	text-align: center;
	font-weight: 700;
	margin-bottom: 60px;
}
.box-barra { 
    max-width:100%; 
    margin: 0 auto; 
	box-shadow: 14px 4px 60.9px 0px #C3C3C340;
	padding: 20px 40px;
	border-radius: 40px;
}
.barra {
	background-color: #E8E8E8;
	height: 23px;
	border-radius: 15px;
	margin-top: 1rem;
	margin-bottom: 0.9rem;
	overflow:hidden;
}
.barra span { 
	background-color:#03656C; 
	display: block;
	height: 100%;
	border-radius: 0px;     
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.textos-barra span.active {
	color: #03656C;
	font-weight: 800;
}
.textos-barra span strong {
	font-size:26px;
	width: 58px;
	line-height: 53px;
	height: 58px;
	border-radius: 50%;
	border:2px solid #696B55;
	display: block;
	font-weight: 400;
	margin: 0 auto 20px;
}
.textos-barra span.active strong {
	font-weight: 800;
	color: #FFF;
	background: #03656C;
	border:2px solid #03656C;
}
.textos-barra { 
    display:flex; 
    color: #696B55; 
    justify-content:space-between;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.pp-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	font-weight: 400;
}

/*barrio*/

#barrio {
	background-color: #fff;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}
#barrio .row {
	align-items: center;
}
#barrio .col-md-4 {
	z-index: 2;
}
#barrio .col-md-4 .cont-itemsmapa {
	background-color:#C81530;
	border-radius: 13px;
	padding: 40px 30px;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 140%;
	text-align: left;
	width: 80%;
}
#barrio .col-md-10 {
	margin-left:-16.66666667%;
	z-index: 1;
}
#barrio h2 {
	font-size:4rem; 
	color:#696B55;
	text-align: center;
	font-weight: 700;
	margin-bottom: 60px;
}
#barrio p {
	font-size: 26px;
	font-weight: 400;
	line-height: 31.51px;
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
    align-items: center;
	padding-left: 4rem;
}
#barrio p span {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	text-align: center;
	line-height: 53px;
	background: #03656C;
	color: #FFF;
	display: block;
	margin-right: 20px;
}
#barrio .cont-mapa img {
	width: 100%;
}
#ubicacion h4 {
	text-transform: none !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 2rem;
	color: #696B55;
}
.interiorismo {
	background: #1F1F1F;
	padding: 50px 0 0;
}
.interiorismo h3 {
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}
.interiorismo .col-md-12 p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7rem;
	text-align: center;
	margin-bottom: 45px;
}
.interiorismo img {
	max-width: 100%;
}
.interiorismo .col-md-4 h4 {
	color: #FFF;
	font-size: 2rem;
	font-weight: 800;
	line-height: 29px;
	text-align: left;

}
.interiorismo .col-md-4 p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7rem;
	text-align: left;
}
.logo-hielo {
	border-left:3px solid #EC0029;
	padding: 20px 45px;
}
.logo-hielo img {
	margin-bottom: 25px;
	width: 100%;
	
}
.logo-hielo p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*cierro */
.cierro {
	background: #696B55;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.cierro .row {
	align-items: center;
}
.cierro h1 {
	color: #FFF;
	font-size: 57px;
	font-weight: 700;
	line-height: 120%;
	text-align: left;
	margin: 0 auto;
}
.cierro video {
	width:50%;
	display: block;
	margin: 0 auto;
}
.reserva {
	padding-top: 2rem;
	margin-bottom: 2rem;
	overflow:hidden;
}
.reserva a.button {
	background: #EC0029;
	border-radius: 11px;
	color:#FFF;
	font-size: 47.61px;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-decoration: none;
	display: inline-block;
	padding: 15px 3rem;
}
.banner {
	background: #696B55;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	margin-top: 2rem;
	align-items: center;
	padding: 2rem;
	margin-top: 3rem;
}
.banner .banner-col-1 {
	border-right:3px solid #fff;
	padding:2rem;
	width: 50%;
}
.banner .banner-col-2 {
	width: 50%;
}
.banner h3{
	font-size: 33px;
	font-weight: 500;
	line-height: 39.6px;
	text-align: right;
	color: #FFF;
}
.banner p {
	color: #FFF;
	text-align: right;
	margin-bottom: 0;
}
.banner img {
	width: 123%;
	margin-top: -15%;
	margin-bottom: -6%;
}
/*más info*/
.mas-info {
	background-color: #fff;
	position: relative;
	padding: 5rem 0;
}
.mas-info h4 {
	font-size: 18.28px;
	font-weight: 900;
	line-height: 17.19px;
	color: #333;
	margin-bottom: 0;
}
.mas-info .avatar {
	border-radius: 50%;
	border:3px solid #363636;
	margin-bottom: 1rem;
}
.col-asesor {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	row-gap: 35px;
}
.dialog {
	position: absolute;
	top:0;
	width:100%;
}
.bocadillo {
	position: absolute;
	top: -5px;
	right: 50%;
    margin-right: 48px;
}
.bocadillo2 {
	position: absolute;
	top: -20px;
	left: 50%;
    margin-left: 52px;
}
.botones-contacto {
	display:flex;
	flex-direction: row;
	width:80%;
}
.btn-whatsapp {
	background: #00D95F;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
	align-items: center;
	transition: .5s;
	border:0 none;
	width:50%;
	justify-content: center;
}
.btn-whatsapp img {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.btn-whatsapp:hover {
	background: #008D3E;
	border:0 none;
	color: #FFF;
}
.btn-escribeme {
	background: #EC0029;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
	align-items: center;
	transition: .5s;
	border:0 none;
	width:50%;
	justify-content: center;
}
.btn-escribeme img {
	margin-right: 10px;
	width: 20px;
	height: auto;
}
.btn-escribeme:hover {
	background: #008D3E;
	border:0 none;
	color: #FFF;
}
/*footer*/

footer {
	background-color: #303030;
	position: relative;
	z-index: 99;
	color: #fff;
	padding: 3rem 0 3rem 0;
}
footer p {
	font-size: 14px;
	margin-bottom: 0;
}
footer img.img-fluid {
	max-width: 300px;
}
footer .col-md-4 {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
footer small a {
	color: #FFF;
	font-size: 17px;
} 

/*decoraciones*/
.deco img {
	width: 100%;
	height: auto;
}
.deco1 {
	background-repeat: no-repeat;
	position: absolute;
	margin-top: -9%;
	left: 0;
	width: 22%;
	z-index: 6;
}
.deco2 {
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	z-index: 6;
	width: 15%;
	margin-top: -8%;
}
.deco3 {
	width: 5.58%;
	position: absolute;
	left: 0;
	margin-top: -8%;
	z-index: 6;
}
.deco4 {
	width: 8%;
	position: absolute;
	left: 0;
	z-index: 6;
}
.deco5 {
	width: 6.5%;
	position: absolute;
	right: 0;
	margin-top: -6%;
	z-index: 6;
}
.deco6 {
	width: 12%;
	position: absolute;
	left: 0;
	z-index: 6;
	margin-top: 3%;
}
.deco7 {
	width: 7.5%;
	position: absolute;
	right: 0;
	z-index: 6;
	margin-top: 12%;
}
.deco8 {
	width: 8%;
	position: absolute;
	right: 0;
	z-index: 6;
	margin-top: -8%;
}
.deco9 {
	width: 11%;
	position: absolute;
	left: 0;
	z-index: 6;
}
.deco10 {
	width: 15%;
	position: absolute;
	right: 0;
	z-index: 6;
	margin-top: -6%;
}
.deco11 {
	width: 14.5%;
	position: absolute;
	left: 0;
	z-index: 6;
	margin-top: -10%;
}
.deco12 {
	width: 5%;
	position: absolute;
	left: 0;
	z-index: 6;
	margin-top: 12%;
}
.deco13 {
	position: absolute;
	margin-left: 4%;
	width: 13%;
	margin-top: -6%;
	z-index: 6;
}
.deco14 {
	position: absolute;
	left: 0;
	width: 14%;
	z-index: 6;
}
.deco15 {
	position: absolute;
	width:18%;
	margin-top:-6%;
	z-index: 6;
	right: 0;
}

/*modal*/
.wpcf7-form .input {
    margin-bottom: 10px;
    padding: .5rem 1rem .5rem 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #404A52;
    background-color: transparent;
    color: #393939;
    font-weight: 400;
    letter-spacing: 0;
	width: 100%;
}
.wpcf7-form .btn {
    width: 100%;
    background-color: #EB0029;
    margin-top: 1.5rem;
}
textarea {
    width: 100%;
    resize: none;
}
.modal-body {
	padding: 20px 30px;
}

@media (max-width: 1586px) {
	.deco6 {
		margin-top: 7%;
	}
	.deco10 {
		margin-top: -10%;
	}
}

@media (max-width: 1401px) {
	.puerta {
		top: 94px;
	}
	.deco11 {
		width: 12.5%;
		margin-top: -7%;
	}
}
@media (max-width: 1201px) {
	.banner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.icono-texto h4 {
		font-size: 20px;
	}
	.proyecto h2,
	.espacios-comunes h2,
	#plantas h2,
	.galeria h2,
	.cierro h1,
	.etapas-del-proyecto h2{
		font-size: 4rem;
	}
	.plug-and-play h2 strong {
		font-size: 4rem;
	}
	.reserva a.button {
		font-size: 40px;
	}
	.plug-and-play p,
	.galeria p {
		width: 90%;
	}
	.bloque_center .right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}
@media (max-width: 991px) {
	.nav-item a {
		margin-bottom: 10px;
	}
	.navbar-collapse {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bloque_center .right .right2 {
		right: 0;
	}
	#bajada .container {
		max-width:90%;
	}
	.plug-and-play .container {
		max-width:90%;
	} 
	.bloque_center .right .right1 {
		height: 40%;
	}
	.bloque_center .right .right2 {
		height: 49%;
		margin-top: 23%;
	}
	.proyecto h2, .espacios-comunes h2, #plantas h2, .galeria h2, .cierro h1, .etapas-del-proyecto h2 {
		font-size: 60px;
	}
	.plug-and-play .referencial {
		position: relative;
		bottom: auto;
		right:auto;
	}
	.wrap-box-icono {
		width: 100%;
	}
	.fotos-ter {
		flex-basis: 33%;
	}
	.plug-and-play p, .galeria p {
		width: 100%;
	}
	#barrio p {
		font-size: 20px;
		line-height: 120%;
	}
	#barrio p span {
		width: 35px;
		height: 35px;
		line-height: 30px;
	}
	.textos-barra {
		font-size: 14px;
	}
	.reserva a.button {
		font-size: 30px;
	}
	.banner {
		flex-direction: column-reverse;
	}
	.banner .banner-col-1 {
		padding-left: 0;
		margin-top: 3rem;
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner .banner-col-1,
	.banner .banner-col-2 {
		width: 100%;
	}
	.col-asesor {
		width: 100%;
	}
	#barrio .col-md-4 .cont-itemsmapa {
		width: 100%;
	}
	.cierro video {
		width: 100%;
	}
	.cierro h1 {
		line-height: 120%;
	}
	.plano {
		height:calc(470px / 1.3);
		width: calc(955px / 1.3);
	}
	.puerta {
		width:calc(150px / 1.3);
		top: calc(93px / 1.3);
	}
	.refri {
		width: calc(218px / 1.3);
		top: calc(92px / 1.3);
		left: calc(149px / 1.3);
	}
	.mueble {
		width:calc(442px / 1.3);
		left: calc(365px / 1.3);
		top: calc(1px / 1.3);
	}
	.microondas {
		width: calc(109px / 1.3);
		left: calc(480px / 1.3);
		top: calc(107px / 1.3);
	}
	.cocina { 
		width:calc(135px / 1.3);
		left: calc(466px / 1.3);
		top: calc(187px / 1.3);
	}
	.lavadora {
		width: calc(122px / 1.3);
		left: calc(823px / 1.3);
		top: calc(295px / 1.3);
	}
	.cortina {
		width: calc(127px / 1.3);
		left: calc(822px / 1.3);
		top: calc(85px / 1.3);
	}
	.focos {
		width: calc(320px / 1.3);
		left: calc(541px / 1.3);
	}
}
@media (max-width:768px) {
	footer p {
		margin-bottom: 2rem;
	}
	.bloque_center {
		flex-direction: column;
	}
	.bloque_center .col {
		max-width: 80%;
		margin: 0 auto;
		flex-direction: column;
	}
	.bloque_center .left .left1 {
		width: 70px;
		height: auto;
	}
	.bloque_center .left .left2 {
		width: 90px;
		position: absolute;
		bottom: 0;
		height: auto;
		left: 0;
	}
	.bloque_center .right .right1 {
		width: 90px;
		height: auto;
	}
	.bloque_center .right .right2 {
		width: 90px;
		position: absolute;
		bottom: 0;
		height: auto;
		right: 0;
	}
	.bloque_center .col p {
		padding-bottom: 0;
	}
	.bloque_center .col strong {
		margin-bottom: 0;
	}
	.proyecto {
		padding: 3rem 0;
	}
	.owl-carousel2 {
		margin-top: 2rem;
	}
	.plug-and-play h2 em {
		display: block;
	}
	.box-plug-and-play {
		flex-direction: column;
	}
	.box-plug-and-play .icono-texto {
		max-width: 100%;
	}
	.plano {
		height:calc(470px / 1.7);
		width: calc(955px / 1.7);
	}
	.puerta {
		width:calc(150px / 1.7);
		top: calc(93px / 1.7);
	}
	.refri {
		width: calc(218px / 1.7);
		top: calc(92px / 1.7);
		left: calc(149px / 1.7);
	}
	.mueble {
		width:calc(442px / 1.7);
		left: calc(365px / 1.7);
		top: calc(1px / 1.7);
	}
	.microondas {
		width: calc(109px / 1.7);
		left: calc(480px / 1.7);
		top: calc(107px / 1.7);
	}
	.cocina { 
		width:calc(135px / 1.7);
		left: calc(466px / 1.7);
		top: calc(187px / 1.7);
	}
	.lavadora {
		width: calc(122px / 1.7);
		left: calc(823px / 1.7);
		top: calc(295px / 1.7);
	}
	.cortina {
		width: calc(127px / 1.7);
		left: calc(822px / 1.7);
		top: calc(85px / 1.7);
	}
	.focos {
		width: calc(320px / 1.7);
		left: calc(541px / 1.7);
	}
	.owl-carousel2.owl2 .owl-nav {
		width: 30%;
	}
	.owl-carousel2.owl2 .owl-dots{
		width: 70%;
	}
	.box-icono {
		width: 33%;
	}
	#plantas .list-select {
		width: 100%;
	}
	.list-select li {
		width: 33%;
	}
	#plantas .list-select button {
		width: 100%;
	}
	.interiorismo,
	.interiorismo .col-md-4 h4,
	.interiorismo .col-md-4 p{
		text-align: center;
	}
	.interiorismo .col-md-3 img  {
		margin-bottom: 10px;
	}
	.logo-hielo {
		border-top: 3px solid #EC0029;
		border-left: 0 none;
		padding: 20px 45px;
	}
	.fotos-ter {
		flex-basis: 50%;
	}
	.col-galeria:nth-child(odd) {
		border-right:5px solid #FFF;
		border-bottom: 10px solid #FFF;
		border-left: 0;
	}
	.col-galeria:nth-child(even) {
		border-left:5px solid #FFF;
		border-bottom: 10px solid #FFF;
		border-right: 0;
	}
	.navbar-brand {
		width: 50%;
	}
	.cierro h1 {
		text-align: center;
		line-height: 100%;
		margin-bottom: 2rem;
	}
	.box-barra {
		padding: 10px;
	}
	.textos-barra {
		font-size: 11px;
	}
	.textos-barra span strong {
		font-size: 18px;
		width: 45px;
		height: 45px;
		line-height: 42px;
	}
	.banner h3 {
		font-size: 23px;
		line-height: 120%;
	}
	.dialog {
		position: relative;
		top:auto;
		width:100%;
		text-align: center;
	}
	.bocadillo {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom:20px;
		margin-right: auto;
	}
	.bocadillo2 {
		position: relative;
		top: auto;
		left:auto;
		margin-left: auto;
	}
	#barrio .col-md-4 .cont-itemsmapa {
		padding: 40px 70px;
		width: 100%;
	}
	#barrio .col-md-10 {
		margin-left: 0;
	}
}
@media (max-width:626px) {
	.plano {
		height:calc(470px / 2);
		width: calc(955px / 2);
	}
	.puerta {
		width:calc(150px / 2);
		top: calc(93px / 2);
	}
	.refri {
		width: calc(218px / 2);
		top: calc(92px / 2);
		left: calc(149px / 2);
	}
	.mueble {
		width:calc(442px / 2);
		left: calc(365px / 2);
		top: calc(1px / 2);
	}
	.microondas {
		width: calc(109px / 2);
		left: calc(480px / 2);
		top: calc(107px / 2);
	}
	.cocina { 
		width:calc(135px / 2);
		left: calc(466px / 2);
		top: calc(187px / 2);
	}
	.lavadora {
		width: calc(122px / 2);
		left: calc(823px / 2);
		top: calc(295px / 2);
	}
	.cortina {
		width: calc(127px / 2);
		left: calc(822px / 2);
		top: calc(85px / 2);
	}
	.focos {
		width: calc(320px / 2);
		left: calc(541px / 2);
	}
}
@media (max-width:515px) {
	.plano {
		height:calc(470px / 2.7);
		width: calc(955px / 2.7);
	}
	.puerta {
		width:calc(150px / 2.7);
		top: calc(93px / 2.7);
	}
	.refri {
		width: calc(218px / 2.7);
		top: calc(92px / 2.7);
		left: calc(149px / 2.7);
	}
	.mueble {
		width:calc(442px / 2.7);
		left: calc(365px / 2.7);
		top: calc(1px / 2.7);
	}
	.microondas {
		width: calc(109px / 2.7);
		left: calc(480px / 2.7);
		top: calc(107px / 2.7);
	}
	.cocina { 
		width:calc(135px / 2.7);
		left: calc(466px / 2.7);
		top: calc(187px / 2.7);
	}
	.lavadora {
		width: calc(122px / 2.7);
		left: calc(823px / 2.7);
		top: calc(295px / 2.7);
	}
	.cortina {
		width: calc(127px / 2.7);
		left: calc(822px / 2.7);
		top: calc(85px / 2.7);
	}
	.focos {
		width: calc(320px / 2.7);
		left: calc(541px / 2.7);
	}
	#barrio .col-md-4 .cont-itemsmapa {
		padding: 30px;
	}
	#barrio {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cierro h1 {
		font-size: 30px;
	}
	.deco15 {
		margin-top: -14%;
	}
	.textos-barra {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
	}
	.botones-contacto {
		flex-direction: column;
	}
	.btn-whatsapp,
	.btn-escribeme {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.bloque_center .col p {
		margin-bottom: 20px;
	}
	.proyecto h2,
	.espacios-comunes h2,
	#plantas h2,
	.galeria h2,
	.etapas-del-proyecto h2{
		font-size: 4rem;
	}
	.wrap-bg-ter  { 
		width: calc(174px / 1.3);
		height: calc(174px / 1.3);
	}
	#barrio .col-md-4 .cont-itemsmapa {
		font-size: 18px;
	}
	.plug-and-play .bg_imagen {
		padding-top: 3rem;
	}
}
/* extras */
h2{    
	color: #696B55;
  font-size: 5.5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
}
#mas-informacion .col-asesor .dialog{
	opacity:0;
	top:40px;
	transition: all 0.5s ease-in-out;
}
#mas-informacion .col-asesor:hover .dialog{
	opacity: 1;
	top:0px;
}
#tour h2{
	/*font-size: 72px;*/
}
.titulo {
	font-size: 2rem;
    color: #696B55;
	font-weight: 700;
	line-height: 100%;
	margin-top: 2rem;
    margin-bottom: 2rem;
}

.titulo .icon {
  height: 2rem;
  margin-left: 10px;
  margin-top: -0.5rem;
}
.titulo small{
	font-size: 45%;
}
/*#tour{
	background-color: #393939;
	color: #fff;
}*/
.owl-carousel2 .item img {
	filter:none;
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.48);
}
.owl-carousel2 .item:hover img {
	filter: brightness(1.2);
	box-shadow: none;
}


/*Lupa galerias*/

.gallery-item-hover {
    position: relative;
	display: block;
	overflow: hidden; 
}

.zoom-icon-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
	justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.zoom-icon-overlay i {
    font-size: 2.5rem;
	color: #fff;
    padding: 10px;
	transition: all 0.3s ease;
}
.zoom-icon-overlay:hover i {
	opacity: 0.6;
	transform: scale(1.2);
}

.gallery-item-hover:hover .zoom-icon-overlay {
    opacity: 1;
}


.gallery-item-hover img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.gallery-item-hover:hover img {
    transform: scale(1.05);
}