/*desktop.css*/
/*
* You can delete next content and make your own styles
*/
/*General*/
/* HEADER ------------------------------------------------------------*/
:root{
	--naranja:#F28D17;
	--ciam:#219ebc;
	--blue:#1d4287;
	--deep-gray: #373737;
}
html, *{
	font-family: "Inter", sans-serif;
	font-weight: 300;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: var(--deep-gray);
}
html { scroll-behavior: smooth; } 

@keyframes background-vertical {
  0% {background-position: center top; }
  50% {background-position: center bottom; }
  100% {background-position: center top; }
}


@keyframes background {
  0% { transform:scale(1.5); }
  50% { transform:scale(1); }
  100% { transform:scale(1.5); }
}

#header{
	min-height: 90vh;
	position: relative;
}

input::placeholder{
	color: var( --naranja );
}

/*navbar*/

.navbar{
	position: fixed;
	width: 100%;
}

.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
}

.boxed,.wpcf7-submit{
border-style: solid;
    border-width: 2px;
    border-color: var(--naranja);
    border-radius: 20px;
    padding: 2px 13px;
    position: relative;
    /* top: -4px; */
}

.wpcf7-submit{

    color: #fff !important;
    width: 120px !important;
    height: 40px !important;
    max-height: initial;
    line-height: 33px;
    margin: 0 auto;
    position: relative;
    font-size: 20px!important;
	padding-top: 5px;
}

/* BODY ------------------------------------------------------------*/

/*link marging in title*/
.target-top-margin{
	padding-top: 5vh;
}


/* FOOTER ------------------------------------------------------------*/



footer .icon-rrss img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
	margin: 0 .5rem;
}


/* HERO */
#hero{
	border-radius: 50px 50px 0 0;
	padding: 0 0px 0 0px;
	position: relative;
	width: calc(100% - 90px);
	height: calc(100vh - 120px);
	overflow: hidden;
	margin: 101px auto 0;
}

/* MENU */
.nav-menu{
    position: fixed;
    top: 5px;
	left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 152px);
    border-radius: 30px;
    height: 92px;
    background-color: #fff;
    z-index: 999;
    /* margin-left: 73px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-menu-content{
	justify-content: space-between;
}

.nav-menu-logo img{
	height: 55px;
	width: auto;
	padding-left: 41px;
}

.nav-menu-items{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.nav-menu-items .menu-item{
	margin: 0 30px;
	cursor: pointer;
	color: var( --naranja );
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 29px;
}
.nav-menu-items .menu-item.active{
	border-style: solid;
	border-width: 0 0 2px 0;
	font-weight: 800;
}

.menu-item.active.boxed{
	background-color: var( --naranja );
	color: #fff;
}

.nav-menu-items{
	padding-right: 41px;
}

/* SWIPERS */

.swiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-hero{
	overflow: hidden;
}

.hero-slider,.swiper-hero{
	height: 100%;
}

.swiper-hero .swiper-slide,.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-top-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}



.bottom-text-inner{

    position: absolute;
    bottom: 100px;
    left: 75px;
    color: #fff;
    font-size: 69px;
    text-align: left;
    line-height: 60px;
}
.page-home .bottom-text-inner{
	bottom: initial;
	top: 80px;
}

.hero-slider.interior .bottom-text-inner{
	position: absolute;
	bottom: 80px;
	left: 75px;
	color: #fff;
	font-size: 69px;
	text-align: left;
	    width: 50%;
}

.background-image-conatiner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	animation-name: background;
	animation-duration: 64s;
	animation-iteration-count: infinite;
}

.rigth-gallery .background-image-conatiner{
	animation: none;
}

.hero-slider .background-image-conatiner::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.swiper-nosotros .background-image-conatiner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	/*background-size: cover;*/
  animation-name: background-vertical;
  animation-duration: 32s;
  animation-iteration-count: infinite;
}


.swiper-button-disabled{
	opacity: 0!important;
}

.swiper-button-next,.swiper-button-prev{
	color: #fff;
	display: none;
}

/* CANVAS */
#canvas-boxed{
	z-index: 1;
	pointer-events: none;
}

/* FOOTER */
.footer{
	height: auto;
	border-radius: 0 0 50px 50px;
	background-color: var(--naranja);
	color: #fff;
	width: calc(100% - 90px);
	padding: 0 30px 0 30px;
	margin: 0px auto 100px;
	justify-content: space-between;
}

.footer .left,.footer .right{
	justify-content: flex-end;
	padding: 25px 10px;
}

.footer p{
	font-size: 18px;
	line-height: 24px;
	font-weight: lighter;
}

.footer a:link,.footer a:visited{
	color: #fff;
}

.footer .icon-rrss:hover img{
	transform: scale(1.2);
}


/* WIDGET WSP */

#widget-wsp{
position: fixed;
    z-index: 10;
    right: 13px;
    bottom: 27px;

}

#widget-wsp img{
	width: 75px;
	height: auto;
	transition: all 0.4s;
}


#widget-wsp img:hover{
	transform: scale(1.3);
}

/* NOSOTROS */
.content-block{
	height: 80vh;
	position: relative;
}

.left-text-slide{
	position: absolute;
	width: 100%;
	/* height: 600px; */
	height: 43vw;
	top: 0;
	left: 0;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	z-index: 2;
}

.left-text-slide-inner{
	/*width: 50%;
	min-height: 40vh;*/
	border-radius: 50px;
	background-color: #f8f8f8;
}

.content-block{
	margin: 50px;
}

.rt-title{
	width: calc(100% - 100px);
}

.left-text-slide-inner .text{
	width: 100%;
}

.left-text-slide-inner .text .txt-row{
	margin: .5rem;
	display: flex;
	align-items: center;
}

.left-text-slide-inner .text .img-side{
	width: 20%;
	display: flex;
	align-items: center;
}

.left-text-slide-inner .text .txt-side{
	width: 80%;
	padding-left: 5%;
}

.left-text-slide-inner .text .txt-side .parrafo{
	margin: 0;
}

.tleft{
	text-align: left;
	font-size: 50px;
	/* color: var( --naranja ); */
	line-height: 50px;
	width: calc(100% - 100px);
}

.tright{
	text-align: left;
	font-size: 50px;
	/* color: var( --naranja ); */
	font-weight: 700;
	line-height: 25px;
	padding: 0 0 0 50px;
	width: calc(100% - 100px);
}

.left-text-slide-inner-margin{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
	justify-content: center;
    min-height: 50vh;
    /* width: 600px;
    height: 600px; */
	width: 43vw;
	height: 43vw;
}
.left-text-slide-inner{
    /* width: 600px;
    height: 600px; */
	width: 43vw;
	height: 43vw;
    margin-bottom: 25px;
	left: calc(50% - 43vw - 10px);
 	position: relative;
}

.left-text-slide-inner:last-of-type{
	margin-bottom: 0;
}

.left-text-slide-inner-margin .text{
	line-height: 23px;
	/* color: #000; */
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: 400;
	width: calc(100% - 100px);
}

.blue{
	color: var(--blue);
}

.naranja{
	color: var(--naranja);
}

.ciam{
	color: var(--ciam);
}

.white{
	color: #fff!important;
}

.nosotros #page-content .content-block{
	min-height: 43vw;
}

.right-text-image{
	position: absolute;
        left: calc(50% + 10px);
    top: 0;
	width: 43vw;
    height: 43vw;q
    overflow: hidden;
    border-radius: 50px;
    max-width: 600px;
    max-height: 600px;

}

.swiper-nosotros{
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

/* PROYECTOS */
.content{
    padding: 0px 51px;
    font-size: 41px;
    font-weight: lighter;
    position: relative;
    top: -25px;
}

.content h2{
	font-size: 2rem;
	font-weight: 400;
	color: var( --blue );
	margin: 3rem 0;
}

.project-card{
	position: relative;
	margin: 0 5px;
}

.project-card-hover{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: all 0.4s;
}

.project-card:hover .project-card-hover{
	opacity: 1;
}

.flex-wrap{
	flex-wrap: wrap;
	justify-content: center;
}

.projects-container{
	max-width: 1100px;
	margin:	0 auto;
}

.project-info-container{
	position: relative;
	margin: 0 20%;
	display: flex;
	flex-wrap: wrap;
}

.project-info-container .close{
	position: absolute;	
	top: 10px;
	right: 25px;
	cursor: pointer;
	z-index: 2;
	color: white;
	text-shadow: 2px 2px 6px rgba(26,11,7,0.35);
}

.table{
	/* border-style: solid;
	border-width: 1px;
	border-color: #1c1c1c;
	border-radius: 25px; */
	overflow: hidden;
	margin-top: 25px;
	width: 75%;
	/* margin: 0 12.5%; */
	margin-top: 1.5rem;
}

.table .xd{
	/* box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #1c1c1c; */
	/* padding: 10px 20px; */
	padding: .25rem .5rem;
	font-size: 1rem;

}

.rigth-gallery{
	/* position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%; */
	
	height: 0;
    padding-top: 56.37%;
    position: relative;
	width: 100%;
}

.rigth-gallery .swiper{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.proyectos .swiper-button-next,.proyectos .swiper-button-prev{
	display: block;
}

.project-info-container-data-rem .img-side{
	width: 33.333%;
	padding: 1.5rem;
}

.project-info-container-data-rem .info-side{
	width: 66.666%;
	padding: 1.5rem;
	position: relative;
}

.project-info-container-data-rem .info-side::before{
	content: '';
	height: 85%;
	width: 1px;
	background-color: var(--deep-gray);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	margin-top: -0.125rem;
}

.project-info-container-data-rem .text{
	/* margin-top: 25px; */
	font-weight: 300;
}

.project-info-container-data{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.project-info-container-data-rem{
	width: 100%;
	font-size: 16px;
	display: flex;
}

.project-info{
	padding: 50px 150px 0;
}

.project-logo{
	text-align: right;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}

.project-logo img{
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/* CONOCE*/
.tabs-container{
	font-size: 20px;
	width: 100%;
    margin: 0 0 0 10px;
}
.tab-contain{
	width: 25%;
}

.tabs-container .tab{
	height: 90px;
    cursor: pointer;
	width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #ccc;
    text-align: left;
    padding: 10px 20px 0 41px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
    left: -10px;
  }

.innertabmarce{
	position: relative;
    top: -56px;
	width: calc(100% - 90px);
	margin: auto;
}

.innertabmarce .content{
	padding: 0;
}

  /* .tabs-container .tab:hover{

  } */

  .tabs-container .tab.active{
  	height: 120%;
  	top: -20%;
  	z-index: 10;
  }

  .card-arcticle{
  	width: 33%;

  }

  .card-arcticle-content{
    border-style: solid;
    border-color: var(--naranja);
    border-width: 2px;
    padding: 20px 25px;
    border-radius: 20px;
    position: relative;
    margin: 32px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
        min-height: 25vw;

  }

   .card-arcticle-content .title{
    color: var(--naranja);
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
	margin-bottom: 1rem;
   }

   .card-arcticle-content .link{
   	position: absolute;
   	bottom: 10px;
   	right: 15px; cursor: pointer;
   }

   .tab-inner-title{
    font-size: 55px;
    padding: 25px 100px 25px 50px;
    font-weight: 400;
   }

   .tab-inner{
   	/*margin: 25px 5px;*/
   	display: none;
   	width: calc(100% + 11px);
   }

   .tab-inner .text{
   	font-size: 20px;
   	margin-bottom: 50px;
   	font-size: 14px;
   	overflow-y: auto;
   	    font-weight: 400;
   	    color: #5a5a5a;
   }

   .mini-modal{
   	position: fixed;
   	top: 0;
   	left: 0;
   	width: 100vw;
   	height: 100vh;
   	background-color: rgb(216 216 216 / 93%);
   	color: #1c1c1c;
   	z-index: 100;
   	display: none;
   }
   .mini-modal-content{
	position: absolute;
    width: 64vw;
    height: 56vh;
    top: 21vh;
    left: 18vw;
    border-radius: 25px;
    background-color: #fff;
   	
   }
   .mini-modal-close{
   	position: absolute;
   	top: -55px;
   	right: -25px;
   	cursor: pointer;
   }

   .mini-modal-arcticle{
   	height: 100%;
   }

   .mini-modal-text{
   	overflow-y: auto;
   	width: 50%;
   	font-size: 14px;
   	padding: 50px;
   	color: #5a5a5a;
   	font-weight: 400;
   }

   .mini-modal-arcticle .title{
   	padding: 35px;
   }

   .mini-modal-slide .title{
    position: absolute;
    z-index: 2;
    font-size: 38px;
    font-weight: 400;
        line-height: 38px!important;
   }

   /* .rigth-gallery{
   	width: 50%;
   } */

   .mini-modal-slide{
   	width: 50%;
   	height: 100%;
   	position: relative;
   	border-radius: 25px 0 0 25px;
   	overflow: hidden;
   }

   .innercards-card{
   	position: relative;
   	display: flex;
   	flex-direction: column;
   	justify-content: center;
   	align-items: center;
   	margin: 5px;
   }

   .innercards-card img{
   	max-width: 200px;
   	height: auto;
   }


	.innercards-card-text-over{
		position: absolute;
		margin: 0 auto;
		min-width: 100%;
		min-height: 100%;
		font-size: 18px;
		color: #fff;
		padding: 20px;
		border-style: solid;
		border-width: 4px;
		border-radius: 15px;
		opacity: 0;
		overflow-y: auto;
		transition: all 0.4s;
	}

	.innercards-card-text-over:hover{
		opacity: 1;
		transform: scale(1.1);
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
	}

.innercards-titulo{
	font-size: 50px;
	color: #ffc500;
	text-align: center;
	width: 70%;
	margin: 100px auto 50px;
}

.sub-title{
	font-size: 65px;
    color: #ffc500;	
    width: 50%;
    margin: 100px 0 51px;
    font-weight: 300;
    line-height: 65px;
}

.innercards-titulo{
	font-size: 65px;
	font-weight: 300;
    line-height: 65px;
}

.sub-text{
	font-size: 19px;
	width: 50%;
	font-weight: 300;
}

.full-text{
	font-size: 16px;
	width: 50%;
	display: none;
	font-weight: 300;
}

.pbutton.yellow{
	width: 40px;
	height: 40px;
	color: #fff;
/*background-color: #ffc500;*/
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 25px 0;
}
.pbutton.yellow.minus{
	display: none;

}

.ft{
    font-size: 16px;
    display: none;
    font-weight: 300;
    margin-top: 25px;
}

.innercards-titulo.colapsable_blue{
	text-align: right;
	margin-right: 100px;

}

.colapsable_blue .innercards-card img{
	min-width: 180px;
	max-width: 190px;
	
	height: auto;
}

.colapsable_blue .innercards-card-text-over{
	border-style: none;
	background-color: none;
	transform: none;
	margin: 25px 0;
}

.innercards-card-text-down{
	display: none;
	max-width: 180px;
	border-radius: 10px;
	background-color: #fff;
	color: #219EBC;
	font-size: 14px;
	text-align: center;
    margin-top: 19px;
}

.colapsable_blue{
	margin-bottom: 50px;
}

.colapsable_blue .innercards-card{
	justify-content: flex-start!important;
}

.colapsable_blue .innercards-card-text-over{
	margin: 0;
	padding: 0;
}

.text-right{
	text-align: right;
}

.text-right .sub-title,.text-right .sub-text{
	width: initial;
}

.text-right .sub-text{
	width: 100%;
	padding: 0 0 0 50%;
}

.colapsable_trans.innercards{
    background-position: center;
    background-size: cover;
    min-height: 140vh;
    padding: 25px;
    width: calc(100% + 50px);
    position: relative;
    left: -50px;
}

.colapsable_trans .innercards-card{
	margin: 5px;
	width: 180px!important;
	height: 180px!important;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	font-size: 22px;
	text-align: center;


}

.colapsable_trans .innercards-card.active,.colapsable_trans .innercards-card.pinaculocards:hover{
	/*
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	*/

	color: var( --naranja );
	background-color: rgba(0,0,0,0.2);
}

.innercards-card.active{
	/*
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	*/
	color: #fff!important;
	background-color: rgba(255, 255, 255, 0.55)!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inner-column-cont{
	display: none;
}

.innercards-card.extension{
	position: relative;
}

.innercards-card.extension img{
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 0px;
	right: -10px;
}

/* CONTACT */
.side-form{
position: absolute;
    right: 0;
    top: 0;

    margin: 25px 90px 25px 0;
    width: 40%;
    min-height: 81vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.inner-form{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 25px;
}

.wpcf7-form{
	margin: 10%;
}

.wpcf7-form input{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: var( --naranja );
	background-color: transparent;
	color: var( --naranja );
	height: 22px;
	width: 95%;
	margin-bottom: 10px;
	font-size: 20px;
}

.blog{
	display: flex;
	flex-wrap: wrap;
}

.menu-mobile{
	display: none;

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f28d17;
    color: #fff;
    font-size: 22px;
}

.menu-line-icon{
	width: 28px;
	height: 2px;
	background-color: white;
	margin: 3px 10px;
}

.menu-mobile-icon{
	position: fixed;
	z-index: 100;
	top: 5px;
	right: 5px;
}

.menu-flexy{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.footer-logo .logo-img{
	position: relative;
	width: 200px;
	top: -5px;
}

.left-text-slide-inner-margin .rt-title, .left-text-slide-inner-margin .text{
	margin: 1rem 50px;
	/* margin-bottom: 1rem; */
}

.right-text-image{
	max-width: 600px;
}

/* .rt-title{
	margin-top: 71px !important;
} */

#lema .content{
	padding: 25px 18vw;
	font-size: 32px;
}

.project-card img{
	width: 160px;
	height: auto;
}

.conoce .bottom-text-inner{
	bottom: 135px!important;
}

.tab-contain.active{
	position: relative;
	top: 47px;
	z-index: 10!important;
}

.tab-inner-title{
	position: relative;
	
}

.tab-inner .tab-inner-content {
	padding: 10px 50px;
}

.tab-inner-content  .ft{
	width: 50%;
}

.tab-texto-inside {
	font-weight: 400!important;
}

.bottom-text-inner.white,.bottom-text-inner.blue {
	font-weight: 400;
}

.title.bottom{
	position: absolute;
	bottom: 1px;
	top: initial;
	line-height: 50px;
}

.innercards-card-text-over img{
	position: absolute;
	top: 0;
	left: 0;
}
.innercards-card-text-down{
	font-weight: 400;
}

.innercards-card-text-down b{
	font-weight: 600;
}
.innercards-card-text{
	font-weight: 400;
    font-size: 16px;
}

.head .innercards-card-text {
	font-size: 24px;
}
.head .innercards-card-text{
	/*background-color: rgba(0, 0, 0, 0.4);*/
}

.contactanos .wpcf7-submit{
	background-color: var( --naranja );
	color: #fff;
}

.wpcf7 form .wpcf7-response-output{
	margin: 0;
	padding: 0;
	border-style: none;
}

.wpcf7-spinner{
	display: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.enviar{
    position: relative;
    top: 17px;
    border-radius: 30px;
}

.inner-form input{
	font-weight: 400;
}

.pbutton img{
	width: 45px;
}

.tab.tab-title img{
	width: 118%;
    position: relative;
    left: -19px;
}

.down_chevron_icon{
	width: 64px;
    position: absolute;
    right: 50px;
    top: 25px;
    cursor: pointer;
}