/*Mobile*/

@media only screen and (max-width: 991px) {
/* GENERAL */

*{
	font-size: 16px;
	font-weight: 300;
}

body{
	padding: 15px 0;
}

section{
	width: 100%;
	height: 90vh;
}

#hero {
	border-radius: 15px 15px 0 0;
	width: 90%;
	height: calc(100vh - 10%);
	margin: 0 5%;
}

.rounded-corners.all{
	border-radius: 15px!important;
}

.rounded-corners.up{
	border-radius: 15px 15px 0 0;
}

.hero-slider  .background-image-conatiner::after{
	background: #000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

/* NAV */

nav {
    width: calc( 90% - 30px);
    margin: auto;
    position: fixed;
    z-index: 15;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.nav-menu{
	width: 100%;
	margin: 0;
	position: relative;
	height: auto;
	padding: .25rem 1rem;
}

.nav-menu-logo img{
	padding: 0;
}

.menu-mobile-icon {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: var(--naranja);
    border-radius: 10px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-mobile {
	width: 100%;
	height: auto;
	top: calc(100% + 10px);
	background: white;
}

.menu-mobile .menu-item {
    font-size: 2rem;
    margin: 1rem;
	text-transform: lowercase;
	font-weight: 300;
	position: relative;
	width: 100%;
	text-align: center;
}

.menu-mobile .menu-item::after{
	content: '';
	width: 90%;
	position: absolute;
	height: 1px;
	background-color: #F28D17;
	bottom: -1rem;
	margin: 0 5%;
}

.menu-mobile .menu-item:first-of-type {
	display: none;
}

.menu-mobile .menu-item.boxed {
	border: none!important;
}

.menu-mobile .menu-item.boxed::after {
	content: none;
	border: none!important;
}

.menu-mobile .menu-item.active{
	border-style: none;
}

.menu-item.active.boxed{
	background-color: transparent;
	color: #F28D17;
}

/* HOME */

.page-home #hero .bottom-text-inner{
	height: fit-content;
	top: auto;
	bottom: 40px;
	text-align: right;
}


/* NOSOTROS */
#hero .bottom-text-inner{
	color: white;
	width: 90%;
	left: 5%;
	bottom: 20px;
	font-size: 3rem;
	line-height: .9;
}

#page-content {
	height: auto;
}

#page-content .content-block{
	width: 90%;
	height: auto;
	margin: 30px auto;
	display: flex;
	flex-direction: column-reverse;
}

#page-content .content-block #focusDiv,
#page-content .content-block .right-text-image{
	position: relative;
}

#page-content .content-block #focusDiv{
	margin-top: 1.5rem;
}

.right-text-image {
	width: 100%;
	height: 0;
	max-width: unset;
	padding-top: 100%;
	left: 0;
}

#page-content .content-block .right-text-image .swiper .swiper-slide{
	width: 100%;
}

.left-text-slide-inner{
	left: 0;
}

.right-text-image .swiper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.left-text-slide{
	height: auto;
}

.left-text-slide-inner{
	width: 100%;
	height: auto;
}

.left-text-slide-inner-margin {
    padding: 1.5rem 1.2rem;
    width: 100%;
	min-height: auto;
	height: auto;
}

.left-text-slide-inner .text .txt-row{
	margin: .5rem 0;
}

.rt-title{
	margin: 0!important;
	margin-bottom: 1rem!important;
}

.rt-title .tleft,
.rt-title .tright{
	font-size: 2.3rem;
	line-height: .8;
	letter-spacing: -.5px;
}

.tright {
    text-align: left;
    font-size: 50px;
    /* color: var( --naranja ); */
    font-weight: 800;
    line-height: 25px;
    padding: 0 0 0 1.5rem;
}

.left-text-slide-inner-margin .text{
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	width: 100%;
}

.left-text-slide-inner-margin .text .img-side{
	width: 100px;
}

.left-text-slide-inner-margin .text .txt-side{
	width: calc(100% - 100px);
}
/* PROYECTO */

.content{
	padding: 0!important;
	width: 90%;
	margin: 3.5rem auto;
	margin-bottom: 0;
	margin-top: 5rem;
}

#lema {
	height: auto;
}

#lema .content h2{
	font-size: 1.5rem;
	width: 90%;
	margin: auto;
}

.only-mobile .projects-container .tab-info-full .project-info{
	padding: 0;
}

.only-mobile .projects-container .tab-info-full .project-info-container{
	flex-direction: column;
	padding: 0;
	margin: 1.25rem;
}

.project-info-container .close {
    top: 0px;
    right: 10px;
    font-size: 2rem;
}

.only-mobile .projects-container .tab-info-full .project-info-container .right-gallery-mobile{
    height: 0;
    padding-top: 50%;
    position: relative;
}

.only-mobile .projects-container .tab-info-full .project-info-container .right-gallery-mobile .swiper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.only-mobile .projects-container .tab-info-full .project-info-container .right-gallery-mobile .swiper .swiper-slide{
	width: 100%;
}

.project-info-container-data-rem{
	/* width: 100%; */
	padding: 1rem;
	flex-wrap: wrap;
}

.project-logo{
	display: none;
}

.project-info-container-data-rem .text,
.project-info-container-data-rem .table{
	width: 80%;
	margin: .75rem auto;
	text-align: center;
	font-size: .9rem;
}

.project-info-container-data-rem .table{
	border-width: .5px;
}

.project-info-container-data-rem .table .xd{
	padding: .5rem;
	font-size: .9rem;
	border-width: .5px;
}

/* CONOCE */
.content.tabs{
	padding-bottom: 8px!important;
	margin-bottom: -5rem;
}

.tabs-menu{
	width: 100%;
	padding-inline-start: 0;
	list-style-type: none;
	margin: 0;
	z-index: 4;
	position: relative;
}

.innertabmarce{
	width: 100%;
}

.innertabmarce .only-mobile{
	position: relative;
	display: flex;
    flex-wrap: wrap;
}

.innertabmarce .tab-inner{
	width: 100%;
	margin-top: -18px;
	position: relative;
	z-index: 2;
	display: block;
}

.tab-inner-title{
	width: 100%;
	text-align: left;
	border: none;
	padding: 8px 15% 25px 10%;
	box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	position: relative;
	font-size: 1rem;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.tab-inner-title p {
	width: 75%;
	margin: 0;
}

.tab-inner-title p::after{
	content: '';
	width: 20px;
	height: 20px;
	border: solid 3px;
	border-bottom: none;
	border-left: none;
	border-radius: 1px;
	position: absolute;
	right: 10%;
	top: 15px;
	transform: rotate(45deg);
	border-radius: 2px;
	transition: all .2s linear;
}

.tab-inner:last-of-type .tab-inner-title{
	padding-bottom: 4px;
 }

.tab-inner .tab-inner-content{
	padding: 0;
	display: none;
	opacity: 0;
	transition: all .3s linear;
}

/* .tab-inner .tab-inner-content .text-left,
.tab-inner .tab-inner-content .text-right, */
.tab-inner .tab-inner-content .sub-title,
.tab-inner .tab-inner-content .sub-text,
.tab-inner .tab-inner-content .ft{
	padding-left: 5%;
	padding-right: 5%;
}

.tab-inner .tab-inner-content .pbutton{
	margin-left: 5%;
	margin-right: 5%;
}

.tab-inner.active{
	order: 4;
	z-index: 4!important;
}

.tab-inner:last-of-type.active .tab-inner-title {
    padding-bottom: 25px;
}

.tab-inner.active .tab-inner-title p{
	font-size: 2rem;
	line-height: 1;
}

.tab-inner.active .tab-inner-title p::after{
	transform: rotate(135deg);
}

.tab-inner.active .tab-inner-content{
	display: block;
	opacity: 1;
}

.card-arcticle{
	width: 100%;
	font-size: 1rem;
}

.tab-inner .tab-inner-content .card-arcticle .card-arcticle-content{
	height: auto!important;
}

.card-arcticle .title{
	font-size: 2.5rem;
	margin-bottom: .75rem;
	line-height: 1;
}

.card-arcticle .text{
	font-size: 1rem;
}

.innertabmarce .tab-inner-content .sub-title,
.innertabmarce .tab-inner-content .innercards-titulo{
	font-size: 2.5rem;
	margin-top: 2rem;
    line-height: 1;
	width: 100%;
}

.innertabmarce .tab-inner-content .sub-title{
	margin-bottom: .75rem;
}

.innertabmarce .tab-inner-content .innercards-titulo{
	margin-bottom: 2rem;
}

.innertabmarce .tab-inner-content .sub-text,
.innertabmarce .tab-inner-content .full-text_0{
	font-size: 1rem;
	/* margin-bottom: .75rem;
    line-height: 1; */
	width: 100%;
}

.innercards-container .innercards-card{
	width: calc(33.3333% - 10px);
}

.innercards-container .innercards-card img{
	width: 100%;
	min-width: unset;
}

.innercards-container .innercards-card .innercards-card-text-over{
	padding: .75rem;
	line-height: 1.2;
}

.innercards-card-text-down,
.innercards-card-text-down b{
	font-size: .75rem;
}

.colapsable_blue .innercards-container .innercards-card .innercards-card-text-over{
	padding: 0
}


.colapsable_blue .innercards-titulo{
	text-align: center;
}

.tinner_3 .text-right .sub-text{
	width: 100%!important;
	padding-left: 15%;
}

.tinner_3 .sub-text strong{
	font-weight: 600!important;
}

.inner-column{
	width: 50%;
}

.colapsable_trans.innercards{
	min-height: unset;
	width: 100%;
	left: 0;
}

.colapsable_trans .innercards-card{
	width: calc(100% - 2rem)!important;
	height: 0!important;
	padding-top: calc(100% - 2rem)!important;
	margin: 1rem;
	position: relative;
}

.colapsable_trans .innercards-card .innercards-card-text{
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.innercards-card.active .inner-column-cont{
	display: flex!important;
}

.innercards-card.extension .innercards-card-text{
	font-size: 1rem;
	width: 80%;
	margin: 0 10%;
}

.innercards-card.extension img{
	width: 42px;
	bottom: -10px;
}


.mini-modal-content{
	border: solid 2px #F28D17;
	overflow: auto;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mini-modal-close{
	position: fixed;
	top: calc(22vh - 40px);
	right: calc(10% + 10px);
	font-size: 3rem;
	z-index: 101;
	line-height: .5;
	color: #F28D17;
}

.mini-modal-arcticle{
	flex-wrap: wrap;
}

.mini-modal-slide{
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
	border-radius: 0;
}

.mini-modal-slide .title{
	padding: 0;
	position: absolute;
	top: 15px;
	left: 5%;
	width: 90%;
}

.mini-modal-slide .swiper{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.mini-modal-text{
	width: 100%;
	padding: 10%;
}

/* CONTACTANOS */

.top-section{
	position: relative;
	height: auto;
}

.top-section #hero{
	height: 90vh;
}

.top-section #hero .bottom-text-inner{
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.side-form{
	right: auto;
    left: 50%;
	position: relative;
    transform: translateX(-50%);
    width: 75%;
	margin-top: -35%;
	min-height: auto;
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.5);
	background: white;
}

.side-form.only-desktop{
	display: none;
}

.side-form p{
	margin: 0;
}

.side-form form input{
	font-size: 1rem;
}

.side-form form input::placeholder{
	text-transform: lowercase!important;
	font-weight: 300;
}

.side-form form input[type="submit"]{
	background-color: #F28D17;
	margin-top: 3rem;
	border-radius: ;
	text-transform: lowercase!important;
	height: 40px!important;
	font-size: 1rem!important;
	font-weight: 300;
}

/* FOOTER */

.footer{
	width: 90%;
	margin: 0 5%;
	flex-direction: column;
	text-align: center;
	height: auto;
	border-radius: 0 0 15px 15px;
	padding: 1rem 2rem;
	padding-top: 3rem;
}

.footer .left, .footer .right{
	padding: 0 10px;		
}

footer .footer-logo .logo-img{
	display: none;
}

footer .footer-logo .icons-rrss{
	justify-content: center;
}

footer .footer-logo .icons-rrss .icon-rrss{
	margin: 0 .25rem;
	width: 30px;
	height: 30px;
}

footer .footer-logo .icons-rrss .icon-rrss a,
footer .footer-logo .icons-rrss .icon-rrss a img{
	height: 100%;
	width: 100%;
}

footer .footer-column{
	justify-content: center;
}

.table .row{
	justify-content: space-between;
}

.project-card{
	width: 31%;
}

}

