/*desktop.css*/
/*
* You can delete next content and make your own styles
*/
/*General*/
/* HEADER ------------------------------------------------------------*/

@keyframes membrete {
  0%   {transform: rotate(0deg);}
  50%  {transform: rotate(10deg);}
  100%   {transform: rotate(0deg);}
}

@keyframes nunoina {
  0%   {background-position: -10% bottom;}
  50%  {background-position: 0% bottom;}
  100%   {background-position: -10% bottom;}
}


@keyframes pulso {
  0%   {transform: scale(1);}
  50%  {transform: scale(1.1);}
  100%   {transform: scale(1);}
}

body{
	overflow-x: hidden;
}

html, body * {
	font-family: "Open Sans", sans-serif;
	scroll-behavior: smooth;
}

#header{
	min-height: 90vh;
	position: relative;
}


/*navbar*/

/* .navbar{
	position: fixed;
	width: 100%;
	z-index: 20;

}

.navbar .content{
	min-height: 32px;
	height: 5vh;
	max-height: 128px;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.4s;
	padding:10px;
} */

/* .navbar .content .row{
	height: 100%;
}

.navbar .logo{
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	cursor: pointer;
} */

/* .navbar.sticky .content{
	height: 32px
}

.navbar.sticky .logo{
	height: 100%;
}

.navbar .menu{
	align-items: center;
}

.navbar .menu-items{
	width: 100%;
}

.navbar .menu .menu-item{
	margin-left: 10px;
} */

#header .hero{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	align-content: center;
}

#header .hero h1{
	font-size: 5vh
}

section{
	width: 100%;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.nav-bar{
	background-color: #360767;
	color: #fff;
	height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  transition: all 0.4s;
}

.nav-bar.hide{
	top: -80px;
}

.logo img{
	width: 180px;
	height: auto;
	transition: all 0.4s;
	cursor: pointer;
}

.logo img:hover{
	transform: scale(1.2);
}

.nav-bar-container{
	padding: 0 52px;
}

.nav-bar-item{
	margin-left: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s;
}

.nav-bar-item:hover{
	transform: scale(1.1);
}

.nav-bar-item a{
	color: #7FFD92;
}

.section-content{
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
}

#section-hero{
	margin-top: 80px;
}

#section-hero .section-content{
	min-height: calc( 100vh - 80px );
}

.hero-clients-slider{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30vh;
	width: 100%;
	z-index: 1;
}

.hero-slider-logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 37vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	max-width: 700px;
	/* height: 22vh; */
	height: auto;
	z-index: 10;
	pointer-events: none;
}

.hero-slider-logo img{
	/* height: 20vh; */
	height: auto;
	object-fit: contain;
	object-position: center;
}


.swiper_hero,.swiper_hero_footer{
	overflow: hidden;
}

.swiper_hero .swiper-slide{
	height: calc(100vh - 80px);
	background-position: center;
	background-size: cover;
}

.swiper_hero .swiper-slide img{
	height: 100%;
	width: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}

.swiper_hero_footer .swiper-slide{
	height: 30vh ;
	width: 30vh!important;
	background-position: center;
	background-size: cover;

}

.swiper_hero_footer .swiper-slide img{
	width: auto;
	height: 30vh;
}


.marquee{
	overflow: hidden;
}

.marquee-item{
	position: relative;
}

.violet-layer{
	content: '';
	position: absolute;
	z-index: 1;
	height: 30vh;
	width: 100%;
	background: rgb(54, 7, 103);
	opacity: 0;
	mix-blend-mode: multiply!important;
	
}



.marquee-item:hover .violet-layer{
	opacity: .7;
}

.marquee-item img{
	height: 30vh;
	width: auto;
	position: relative;
	z-index: 2;
}

.image-full-hover{
	position: absolute!important;
	top:0;
	left:0;
	opacity: 0;
	transition: all 0.4s;
	height: 29vh;
	width: auto;
}

.image-full-hover-back{
	transition: all 0.4s;
}

.marquee-item:hover .image-full-hover{
	opacity: 1;
}

.marquee-item:hover .image-full-hover-back{
	opacity: 0;
}

#section-barrio{
	background-color: #730ADE;
}

#section-barrio .section-content{
	background-image: url('../img/newnoina.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: auto 90%;
	padding: 0 50px;
	position: relative;
  animation-name: nunoina;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.section-content .r-text{
	position: absolute;
	top: 0;
	right: 52px;
	width: 52%;
	height: 100%;
	padding: 3rem 0;
}

.section-content .membrete{
    position: absolute;
    top: 10%;
    left: -30%;
	animation-name: membrete;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.section-content .membrete img{
	width: 75%;
	transition: all 0.4s;
}

.section-content .membrete img:hover{
	transform: scale(1.1);
}

.section-content .texto-imagen{
	width: 100%;
	/* height: 100%; */
	height: calc(100% - 10vh - 6rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-content .texto-imagen .texto{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
	position: relative;
}

.section-content .texto-imagen .abajo{
	width: 130px;
	float: right;
	position: relative;
	transition: all 0.4s;
	animation-name: pulso;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.section-content .texto-imagen .abajo:hover{
	cursor: pointer;
	transform: scale(1.5);
}
.cot-logo-project .abajo{
	width: 100%;
	max-width: 250px;
}

#section-barrio .flecha{
	display: flex;
	height: 10vh;
	width: fit-content;
	position: absolute;
	right: 0;
}

#section-barrio .flecha img{
	height: 100%;
}

.card-project{
	/*width: 33.33333%;*/
	/*height: 33vw;*/
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.card-project:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: all 0.4s;
}

.card-project img{
	width: 100%;
	height: auto;
}

.project-card-container{
	width: 100%;
}
/*-------------------------------------*/
#section-proyectos .section-content{
	min-height: initial!important;
}

#section-entorno{
	background-color: #7ffd92 ;
}

#section-entorno .section-content{
	position: relative;
}

.ilike{
	position: absolute;
    right: 5%;
    bottom: 5vh;
    width: 24%;
    z-index: 9;
    display: flex;
}

.ilike img{
	width: 100%;
	height: auto;
}

.footer-content{
	height: 312px;
	background-color: #1c1c1c;
	position: relative;
}

.up-arrow{
	position: absolute;
	top: -128px;
	left: 52px;
}

.up-arrow img{
	height: 128px;
	cursor: pointer;
}

.mapa{
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	background-color: #f3f4f5;
}

/* .mapa svg{ */
.mapa img{
	height: 70vh;
	width: 100%;
	width: auto;
}

#map{
	margin-top: 128px;
	width: 90%;

}
 
.desordenx{
	position: relative;
	width: 100%;
	height: 100vh;
	/* padding: 0 7%; */
	margin: 0 auto;
}

.desordenx .d{
	width: calc(30% * .8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.desorden .d{
	width: calc(30% * .8);
	height: auto;
	position: absolute;
	transition: transform 5s;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.desorden .d:hover{
	transform: scale(1.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marquee-footer{
	padding-top: 64px;
}

.marquee-footer .marquee-item{
	opacity: 0.2;
}

.marquee-footer .marquee-item img{
	height: 150px;
	width: auto;
}

.leyenda{
	padding: 25px 0;
}

.leyenda-container{
	width: 90%;
	margin: 0 auto;
}

.point-circle{
    width: 20px;
    height: 20px;
    background: #93278f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    color: #fff;
}

.point-text{
	padding: 2px;
	font-size: 12px;
}

.point{
	margin: 10px 0;
	cursor: pointer;
	transition: all 0.4s;
}

.point:hover{
	transform: scale(1.1);
}

.project-cot-container{
	display: none;
	width: 100%;
	min-height: 100vh;
}

.project-cot-interior{
	margin: 24px 52px;
	background-color: #f4f4ed;
	border-radius: 32px;
	padding: 25px;
	height: calc(100% - 80px);
	position: relative;
}

.cot-marquee{
    position: relative;
    height: 64px;
    background-color: #beaeff;
    color: #fff;
    z-index: 1;
}

.project-col{
	
	height: calc(100% - 100px);
	width: 100%;

}

.project-image-slider{
	width: 50%;
}

.project-info{
	width: calc( 100% );
	position: absolute;
	top: 30px;
	left: 0;
	height: calc(100% - 160px);
	overflow-y: auto;
	z-index: 5;
}

.project-info-interior{
		width: calc(50% - 38px);
    margin-left: calc(50% + 32px);
}

svg .text{
	font-family: "Arial";
}

.cot-button-front{

    /*position: absolute;*/
    bottom: -11px;
    left: calc(50% - 137px);
    z-index: 10;
    transition: all 0.4s;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.cot-button-front:hover{
	transform: scale(1.1);
}

.modal-cot{
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-cot-content{
	position: absolute;
	width: 80%;
	left: 10vw;
	height: 80vh;
	top: 15vh;
	border-radius: 32px;
	background-color: #fff;
	position: relative;
}

.modal-cot-content-header{
    border-radius: 32px 32px 0 0;
    background-color: #730ade;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 64px;
    width: calc(100% - 40px);
	  padding: 18px 20px 0;
}

.modal-cot-content-body{
	background-color: #eeefe4;
	border-radius: 32px 32px 32px 32px;
	height: calc(100% - 121px);
	width: calc(100% - 50px);
	position: relative;
	top: 100px;
	left: 25px;
}

.modal-cot-content-header-text{
    color: #fff;
    font-size: 35px;
    font-weight: lighter;
    padding-left: 20px;
}

.modal-cot-content-close{
	cursor: pointer;
}

.modal-cot-content-body-subconatiner-body{
	display: flex;
	height: 100%;
}

.modal-cot-content form .input-form p,
.modal-cot-content form .input-gemelo p,
.modal-cot-content form .input-gemelo input,
.modal-cot-content form .input-form-submit p{
	margin: 0;
}

.modal-cot-content form .input-form input{
	margin: .5rem 0;
}

.w50{
	width: 50%;
}

.modal-cot-content-body-subconatiner,.modal-cot-content-body-subconatiner-body,.cot-project-program{
	height: 100%;
}

.cot-project-program{
	background-color: #f4f4ed;
	border-radius: 32px 0 0 32px;
	flex-direction: column;
}

.cot-project-program-form{
	flex-direction: column;

}
  .radio-wrapper-5 {
    line-height: 1.5;
    display: flex;
    align-items: center;
  }

  .radio-wrapper-5 label.forCircle {
    align-items: center;
    border: 0 solid #eee;
    border-radius: 9999px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    padding: .75rem;
    position: relative;
    scrollbar-width: thin !important;
  }
  
  .radio-wrapper-5 input[type=radio] {
    appearance: none;
    border: 1px solid #b0bec5;
    border-radius: 9999px;
    box-sizing: border-box;
    color: rgb(33 33 33/1);
    cursor: pointer;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    height: 1.25rem;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    scrollbar-width: thin !important;
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    width: 1.25rem;
  }
  
  .radio-wrapper-5 input[type=radio]:before {
    /* background-color: rgb(96 125 139/1); */
	background-color: #730ade;
    border: 0 solid #eee;
    border-radius: 9999px;
    box-sizing: border-box;
    content: '';
    display: block;
    left: 50%;
    /* opacity: 0; */
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
	/* height: 3rem;
    width: 3rem; */
	height: .8rem;
    width: .8rem;
	pointer-events: none!important;
  }
  
  .radio-wrapper-5 input[type=radio]:placeholder {
    color: #bdbdbd;
    opacity: 1;
  }

   .radio-wrapper-5 input[type=radio]:not(:checked):before {
    /* background-color: rgb(33 33 33/1); */
	background-color: #730ade;
    opacity: 0!important;
  }
  
  .radio-wrapper-5 input[type=radio]:checked:before {
    /* background-color: rgb(33 33 33/1); */
	background-color: #730ade;
    opacity: 1;
  }
  
  /* .radio-wrapper-5 input[type=radio]:hover:not(:disabled):before {
    opacity: .1;
  } */
  
  .radio-wrapper-5 label.forCircle span {
    border: 0 solid #eee;
    box-sizing: border-box;
    color: rgb(33 33 33/1);
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    scrollbar-width: thin !important;
    top: 50%;
    transform: matrix(1, 0, 0, 1, -7, -7);
    transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
  }

  .radio-wrapper-5 input[type=radio]:checked ~ span {
    opacity: 1;
  }

  .radio-wrapper-5 input[type=radio]:not(:checked) ~ span {
    opacity: 0;
  }

  .radio-wrapper-5 svg {
    display: block;
    height: .875rem;
    vertical-align: middle;
    width: .875rem;
  }
  
  .radio-wrapper-5 label {
    color: rgb(97 97 97/1);
    cursor: pointer;
    font-weight: 300;
    margin-top: 1px;
    user-select: none;
  }


.cot-lavel-program-selector{
	color: #f5c72e;
	font-size: 12px;
	font-weight: 800;
}

.radio-wrapper-5 label{
	color: #f5c72e;
	font-size: 22px;
	font-weight: lighter;
}

.cot-lavel-program-selector .title{
	margin: 10px 0 ;
}

.box-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mr30{
	margin-right: 20px;
}

.padding-form{
	padding: 5px 25px;
	overflow-y: auto;
    width: calc( 100% - 50px );

}

.input-form input{
    width: calc(100% - 50px);
    height: 34px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #730ade;
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0 12.5px;
    color: #730ade;
}

.input-form .input-gemelo{
	width: 80%;
}

input[type="checkbox"]{
	width: 16px;
	height: 16px;
	margin-right: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.radio-mecanse,.wpcf7-list-item-label{
	color: #730ade;
	font-size: 12px;
}


.submit{
	background-color: #46e059;
	border-style: none;
	min-width: 128px;
	padding: 5px 20px;
	font-size: 22px;
	color:#730ade;
	/* margin-top: 25px; */
}
.padding-form.form-send-ok h1{
	text-align: center;
	color:#730ade;
	
	flex-direction: column;
	justify-content: center;
	display: none;
}

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

.marquee-vert{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.internal-section{
	min-height: calc( 100vh - 200px );
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.internal-section-content{
	padding: 25px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.internal-section-content .title{
	font-size: 42px;
	color:#730ade;
	text-align: center;
}

.internal-section-content .text{
	text-align: center;
}

.internal-section-content .tags{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.internal-section-content .tag{
	font-size: 18px;
	color:#730ade;
	font-weight: 700;
	line-height: 26px;
}

.swiper_model .swiper-slide{
	height: 60vh;
	width: 100%;
}

.swiper_project .swiper-slide{
	height: 81vh;
	width: 100%;
}

.model-slider,.swiper_project{
	overflow: hidden;
	width: 100%;
}

.pback{
	position: absolute;
	left: 22px;
	cursor: pointer;
	bottom: 0;
}

.pback img{
	height: 46px;
}

.internal-section.planta .title{
	font-size: 32px;
	color: #730ade;
	text-align: center;
}

.box{
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #730ade;
	margin: 10px 0 20px;
}

.box .text{
	color: #730ade;
	text-align: center;
}

.box hr{
	width: 80%;
	margin-left: 10%;
	border-color: #730ade;
	text-align: center;
}

.modal-cot{
	display: none;
}

.hidden{
	display: none;
}

.wpcf7-list-item label{
	display: flex;

}

.model-slider .swiper-slide{
	background-size: contain;
	background-position: center calc( center - 60px );
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.swiper-slide .planta-tipo{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: none;
}

.internal-section.planta{
	margin-top: 50px;
	width: 41vw;
	position: relative;
}

.pointx{
	cursor: pointer;
}

.numproj-1 .abajo{
	width: 50vw;
}

.swiper-container-pointer-events{
	position: relative;
}


.swiper-button-next-x, .swiper-button-prev-x {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size)44px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.project-slider .swiper-slide{
	background-position: center;
	background-size: cover;
}

.interior_logos img{
	height: 20vh;
	width: auto;

}

.image-full-hover{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.image-full-hover-file{
	max-width: 300px!important;
	height: auto!important;
}

.marqueeitem{
	width: 30vh;
	height: 30vh;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

.lost_controlx{
		width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lost_controlx img{
	width: 90%;
	height: auto;
}


.image-full-hoverx{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}


.image-full-hoverx{}

.marqueeitem:hover .image-full-hoverx{
	opacity: 1;
	z-index: 2;

}

.marqueeitem:hover .lost_controlx{
	opacity: 0;
}


.violet-layerx{
	
	position: absolute;
	z-index: 0;
	height: 30vh;
	width: 100%;
	background: rgb(54, 7, 103);
	opacity: 0;
	top: 0;
	mix-blend-mode: multiply!important;
	
}

.marqueeitem:hover .violet-layerx{
	opacity: 0.7;
}


.image-full-hover-filex{
	height: 80%;
	width: 80%;
	padding: 10% 0 0 10%;
}

.cot-button-front.meinteresa img{
	width: 7vw;
}

.cot-button-front.meinteresa{
	left: calc(50% - 7vw)!important;
}


.special-section {
	display: flex;
}


.project-cot-interior,.internal-section.planta{
	display: none;
}

.project-cot-container .special-section{
	padding: 0 5vw;
	justify-content: space-around;
}
.internal-section.planta{
	margin: 1vw;
}
.js-marquee{
	margin: 0 25px;
}