#module-dd_nosotros-nosotros #content{
	background: transparent;
}

#module-dd_nosotros-nosotros #wrapper{
	padding-top: 37px;
}

#module-dd_nosotros-nosotros .custom-block-content .container{
	padding: 0px;
}

#module-dd_nosotros-nosotros .custom-block-content{
	padding-bottom: 90px;	
}

#module-dd_nosotros-nosotros .custom-block-content h1{
	color: var(--negro);
	font-family: "InnovarElegantLight";
	font-size: 100px;
	font-weight: 300;
	line-height: 150%;
	position: relative;
	z-index: 2;
}

#module-dd_nosotros-nosotros .custom-heading .bolder{
	font-family: "InnovarElegant";
	font-weight: 400 !important;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper{
	height: 100vh;
    max-height: 667px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper picture{
	opacity: 0.2;
	position: absolute;	
}

#module-dd_nosotros-nosotros .custom-block-content .custom-text{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 135px;
	margin-top: 125px;	
	position: relative;
	z-index: 2;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper,
#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text2,
#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text3{
	z-index: 2;
	position: relative;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text2{
	width: 100%;
	max-width: 594px;
	color: var(--negro);
	font-family: 'RalewayLight';
	font-size: 30px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.6px;	
}

#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text3{
	width: 100%;
	max-width: 591px;
	color: var(--negro);
	font-family: 'RalewayLight';
	font-size: 30px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.6px;
	text-align: right;
	margin-left: auto;
}

#module-dd_nosotros-nosotros #content-wrapper,
#module-dd_nosotros-nosotros #content{
	position: static;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-image-left{
	position: absolute;
	left: 0px;
	top: 100px;	
	height: 100%;
}

#module-dd_nosotros-nosotros .custom-block-content .custom-image-right{
	position: absolute;
	top: 70px;
	right: 0px;
	height: 100%;
}

#module-dd_nosotros-nosotros .custom-block-content img{
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: contain;
}

#module-dd_nosotros-nosotros .breadcrumb{
	display: none;	
}

#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper picture{
	max-width: 667px;	
}

#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper picture img{
	width: 100%;
	height: auto;
	animation: giro-completo 24s linear infinite;
}

#module-dd_nosotros-nosotros #wrapper{
	overflow: hidden;
}

.section-horizontal-img{
	margin-left: -50px;
	width: calc(100% + 100px);
}

.section-horizontal-img .scroll-horizontal{
	padding-top: 60px;
}

.section-horizontal-img .scroll-horizontal img{
	max-height: calc(90vh - 65px);
}

@keyframes giro-completo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#module-dd_nosotros-nosotros #wrapper > .container > .row{
	margin: 0px;
}

#module-dd_nosotros-nosotros #wrapper > .container > .row #content-wrapper{
	padding: 0px;
}

@media (max-width: 1950px){ 
	#module-dd_nosotros-nosotros .custom-block-content .custom-image-left{
		left: 0px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-image-right{
		right: 0px;
	}
}

@media (max-width: 1450px){ 
	#module-dd_nosotros-nosotros .custom-block-content .custom-text{ 
		width: clamp(585px, 60vw, 1000px);
		margin: 125px auto 0; 
	} 
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-image-left{
		left: 0px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-image-right{
		right: 0px;
	}
}

@media (max-width: 1199px){
	.section-horizontal-img{
		margin-left: -30px;
		width: calc(100% + 60px);
	}
}

@media (max-width: 1150px){ 
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-image-left{
		left: 0px;
		height: 85%;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-image-right{
		right: 0px;
		height: 85%;
	}
}


@media (max-width: 991px){
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper picture{
		max-width: 367px;	
	}
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-block-content{
		padding-bottom: 150px;	
	}

	#module-dd_nosotros-nosotros .custom-block-content h1{
		font-size: 55px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper{
		max-height: 367px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-text{
		gap: 50px;
		margin-top: 178px;	
		max-width: 354px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text2,
	#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text3{
		text-align: center;
		font-size: 26px;
		letter-spacing: 0.52px;	
		max-width: 100%;
	}
	
	#module-dd_nosotros-nosotros .custom-block-content img{ 
		max-height: 754px; width: auto; 
	}
}

@media (max-width: 767px){
	
	#module-dd_nosotros-nosotros .custom-block-content{
		padding-bottom: 0px;	
	}
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-block-content{
		padding-bottom: 80px;	
	}

	#module-dd_nosotros-nosotros .custom-block-content h1{
		font-size: 42px;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper{
		max-height: 279px;
	}
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-heading-wrapper picture{
		max-width: 279px;	
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-text{
		margin-top: 35px;
		width: 100%;
		max-width: 100%;
	}

	#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text2,
	#module-dd_nosotros-nosotros .custom-block-content .custom-text .custom-text3{
		font-size: 20px;
		letter-spacing: 0.4px;	
	}
	
	#module-dd_nosotros-nosotros .custom-block-content .custom-image-left,
	#module-dd_nosotros-nosotros .custom-block-content .custom-image-right{
		display: none;
	}
}