#module-dd_nosotros-nosotros .custom-block-content4{
	background: linear-gradient(0deg, #191200 0%, #191200 100%), linear-gradient(161deg, #191200 69.04%, #352600 100%);
	width: 100vw;
	margin-left: -50px;
	width: calc(100% + 100px);
	padding-bottom: 150px;
	padding-top: 225px;
}

#module-dd_nosotros-nosotros #wrapper > .container{
	max-width: 100%;
}

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

#module-dd_nosotros-nosotros .bolder{
	font-weight: 600 !important;
}

#module-dd_nosotros-nosotros .custom-center-image2{
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

#module-dd_nosotros-nosotros .custom-background{
	background: linear-gradient(180deg, rgba(25, 18, 0, 0.00) 0%, #191200 78.85%);
	position: absolute;
	bottom: 0px;
	height: 35vw;
	width: 100%;
	z-index: 1;
}	

#module-dd_nosotros-nosotros .custom-center-image2 picture img{
	width: 100%;
}

#module-dd_nosotros-nosotros .custom-button-block{
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	margin-top: 73px;	
}

#module-dd_nosotros-nosotros .custom-button-block a{
	border-radius: 2px;
	border: 1.5px solid var(--blanco);
	background: transparent;
	padding: 15px 20px;
	width: 100vw;
	max-width: 333px;
	color: var(--blanco);
	font-size: 23px;
	font-weight: 400;
	line-height: 120%; 
	text-transform: uppercase;
}

#module-dd_nosotros-nosotros .custom-button-block a:hover{
	border: 1.5px solid var(--blanco);
	background: var(--blanco);
	color: var(--negro);
}

#module-dd_nosotros-nosotros .custom-button-block a:active{
	border: 1.5px solid var(--destoscuro);
	background: var(--destoscuro);
	color: var(--blanco);
}

#module-dd_nosotros-nosotros .custom-text-block{
	width: 100%;
    max-width: 747px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: var(--blanco);
    font-family: 'RalewayLight';
    font-size: 30px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.6px;
}

#module-dd_nosotros-nosotros .custom-center-image1{
	margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

#module-dd_nosotros-nosotros .custom-center-image1 picture img{
	width: 100%;
}

@media (max-width: 1199px){
	#module-dd_nosotros-nosotros .custom-block-content4{
		margin-left: -40px;
		width: calc(100% + 80px);
	}
}

@media (max-width: 991px){
	#module-dd_nosotros-nosotros .custom-block-content4{
		margin-left: -20px;
		width: calc(100% + 40px);
		padding-top: 80px;
	}
	
	#module-dd_nosotros-nosotros .custom-center-image1{
		margin-top: 85px;	
	}
}

@media (max-width: 767px){
	
	#module-dd_nosotros-nosotros .custom-block-content4{
		padding-top: 70px;
	}
	
	#module-dd_nosotros-nosotros .custom-text-block{
		gap: 17px;
		font-size: 20px; 
		letter-spacing: 0.4px;
	}
	
	#module-dd_nosotros-nosotros .custom-center-image1{
		margin-top: 50px;	
	}
}