.about-neom-block{
	margin-bottom: 70px;
}
.about-neom-block .image-texto{
	display: flex;
	gap:40px;
}
.about-neom-block .image-texto > *{
	width: 100%;
}
.about-neom-block .image-texto .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about-neom-block .image-texto .texto .title-general{
	margin-bottom: 0;
}
.about-neom-block .image-texto .texto h3{
	font-weight: bold;
	color: #073D21;
	font-size: 22px;
}
.about-neom-block .button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:15px;
}
.about-neom-block .button img{
	width: 38px;
}
.about-neom-block.texto-first .texto{
	order: -1;
}

.about-neom-block .video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.about-neom-block .video-responsive iframe,
.about-neom-block .video-responsive object,
.about-neom-block .video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-neom-block .modal-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.about-neom-block .modal{
	position: fixed;
	z-index: 12;
	top: 20%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	display: none;
}
.about-neom-block .control-modal{
	padding: 30px;
	position: relative;
}
.about-neom-block .control-modal .close-modal{
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	font-size: 30px;
}
.about-neom-block .control-modal .close-modal:hover{
	cursor: pointer;
}
.about-neom-block .button:before{
	background-color: #073D21;
}
.about-neom-block .button{
	border:1px solid #073D21;
}
.about-neom-block .button:hover{
	color: #073D21;	
}


@media only screen and (max-width:1200px) {
	.about-neom-block .modal{
		position: fixed;
		z-index: 12;
		top: 20%;
		left: 50%;
		width: 950px;
		margin-left: -475px;
		display: none;
	}
}
@media only screen and (max-width:991px) {
	.about-neom-block .modal{
		position: fixed;
		z-index: 12;
		top: 20%;
		left: 50%;
		width: 700px;
		margin-left: -350px;
		display: none;
	}
	.about-neom-block .image-texto{
		flex-direction: column;
	}
	.about-neom-block.texto-first .texto{
		order: 1;
	}
}
@media only screen and (max-width:767px) {
	.about-neom-block .modal{
		position: fixed;
		z-index: 12;
		top: 20%;
		left: 50%;
		width: 550px;
		margin-left: -275px;
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.about-neom-block .modal{
		position: fixed;
		z-index: 12;
		top: 20%;
		left: 20px;
		right: 20px;
		width: auto;
		margin-left:auto;
		display: none;
	}
	.about-neom-block .image-texto .texto h3{
		font-size: 20px;
	}
}
