@charset "utf-8";
@import url("servicios_sub.css");
@import url("menu_3D.css");


#banner_3D {
	position: relative;
}

#banner_3D img {
	margin-top: 100px;
	width: 100%;
	height: 100%;
	
}

#banner_3D .contenedor {
	position: absolute;
	margin-top: 55px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 45%;
	text-align: center;
	color:#FFFFFF;
	transition: all 0.5s;
}

#banner_3D h2 {
	font-size: 24px;
}

#banner_3D a {
	display: inline-block;
	align-content: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 1px solid;
	border-color:#3B7FD7;
}

#contenido_3D {
	text-align: center;
}

#contenido_3D .contenedor{
	margin-bottom: 50px;
}



#contenido_3D h2 {
	text-align: center;
	font-size: 24px;
	margin: 40px;
}

#contenido_3D p {
	text-align: justify;
	margin-bottom: 15px
}

#contenido_3D h3 {
	margin-top: 8%;
	margin-bottom: 3%;
}

#contenido_3D p {
	justify-content: center;
	margin: 2%;
}


#infografia_captures.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

#infografia_captures_fullview.contenedor {
	display: none;
}

.infografia_captures {
	margin: 6%;
	
}

.infografia_captures img {
	width: 60vw;
	height: auto;
	margin: 0%;
	padding: 0%;

}


#conocenos {
	text-align: center;
	margin-top: 5%;
}

#conocenos a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	
}

#conocenos img {
	margin-top: 25px;
	
}

#servicios_sub {
	margin-top: 10%;
}

@media (min-width:480px) {
	#banner_3D .contenedor{
		transition: all 0.5s;
	}
	
	#banner_3D h2 {
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	#banner_3D a {
		margin-top: 10px;
	}
	

}

@media (min-width:768px) {
	#banner_3D .contenedor {
		transition: all 0.5s;
		
	}
	
	#banner_3D h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	
#infografia_captures.contenedor {
	display: none;
}
	
	
#infografia_captures_fullview.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
	
#infografia_captures_fullview img {
	width: 80vw;
	height: auto;
	
}
	
}




@media (min-width:1024px) {
	#banner_3D .contenedor{
		transition: all 0.5s;
	}
	
	}
	