#module-dd_nosotros-nosotros .custom-block-content2{
	height: 100vh;
	max-height: 891px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	overflow: hidden;
	width: 100vw;
	margin-left: -50px;
}

#module-dd_nosotros-nosotros .custom-block-content2 .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#module-dd_nosotros-nosotros .bolder{
	font-weight: 600 !important;
}
 
#module-dd_nosotros-nosotros .custom-block-content2 .custom-image-left{
	position: absolute;
	left: 0;
	top: 50%;	
    transform: translateY(-50%);
}

#module-dd_nosotros-nosotros .custom-block-content2 .custom-image-right{
	position: absolute;
    top: 50%;	
    transform: translateY(-50%);
    right: 0;
}

#module-dd_nosotros-nosotros .custom-block-content2 img{
	max-height: calc(100vh - 60px);
	object-fit: contain;
	max-width: 25vw;
}

#module-dd_nosotros-nosotros .custom-block-content2 .custom-text{
    width: 100%;
    max-width: 594px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#module-dd_nosotros-nosotros .custom-block-content2 .custom-text .custom-text2{
	font-size: 30px;
    line-height: 160%;
    letter-spacing: 0.6px;
    text-align: center;
	font-family: 'RalewayLight';
}

@media (max-width: 1199px){
	#module-dd_nosotros-nosotros .custom-block-content2{
		margin-left: -30px;
	}
}

@media (max-width: 991px){
	
	#module-dd_nosotros-nosotros .custom-block-content2{
		max-height: 500px;
		margin-left: -20px;
	}

	#module-dd_nosotros-nosotros .custom-block-content2 .custom-text .custom-text2{
		font-size: 26px;
		letter-spacing: 0.52px;	
		max-width: 100%;
	}
	
	#module-dd_nosotros-nosotros .custom-block-content2 picture img{
		width: auto;
		height: auto;
		max-height: 500px;
	}
	
	#module-dd_nosotros-nosotros .custom-block-content2 .custom-text{
		max-width: 354px;
	}
}

@media (max-width: 767px){

	#module-dd_nosotros-nosotros .custom-block-content2{
		margin-bottom: 50px;
		height: auto;
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
	}

	#module-dd_nosotros-nosotros .custom-block-content2 .custom-text .custom-text2{
		font-size: 20px;
		letter-spacing: 0.4px;	
	}
	
	#module-dd_nosotros-nosotros .custom-block-content2 .custom-image-left,
	#module-dd_nosotros-nosotros .custom-block-content2 .custom-image-right{
		display: none;
	}
	
	#module-dd_nosotros-nosotros .custom-block-content2 .custom-text{
		max-width: 100%;
	}
}	 