

@media only screen and (max-width: 700px) {
	.ocultar_movil {
		display:none;
	}
	.header_{
		z-index: 100;
	}
	#logo{
		width: 40%;
	}
	.imagen_reducir{
		width: 75%
	}
	.mb-0-mov{
		margin-bottom: 0 !important;
	}
	.mt-0-mov{
		margin-top: 0 !important;
	}
	.circle-btn{
		text-align: center;
	}
	.full-banner{
		height: 100vh !important;
	}
}
@media only screen and (min-width: 701px) {
	.texto {
		display: none;
	}
	button.contenedor {
		display: none;
	}
	.ocultar_web {
		display:none;
	}
}