#organizacion .contenedor .texto-contacto{
	text-align: center;
	margin left: 5%;
	margin-right: 20%;
	width: 100%;
}
.contenedor-contacto{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.texto-contacto1{
	align-content: center;
	text-align: center;
	margin left: 15%;
	margin-right: 10%;
	width: 100%;
}

.texto-contacto1 a{
	text-decoration: none;
	color: black;
}
.texto-contacto:hover, .h2-contacto:hover{
	cursor: default;
}
#organizacion .img-contacto{
	margin-left: 0;
	margin-right: 20%;
	margin-top: 5%;
	margin-bottom: 5%;
	width: 100%;
	max-width:400px;
}

.form-contacto{
	margin: 0;
	font-family: monospace;
}

.form-contacto{
	width: 450px;
	margin: auto;
	background: rgba(0,0,0,6);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 10px;
}
.h2-contacto{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

.input-contacto, .textarea-contacto{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none; 
}

.textarea-contacto{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

.boton-contacto{
	left: 25%;
	right: 20%;
	position: relative;
	padding-top: 5%;
	background: #31384A;
	color: #fff;
	padding: 20px;
	width: 50%;
	border-radius: 20px;
}

.boton-contacto:hover{
	cursor: pointer;
}
.rc-anchor-normal-footer{
	left: 0%;
}

@media (max-width: 480px){
	.form-contacto{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.prueba-contacto{
		width: 100%;
	}
}

@media (max-width: 320px){
	.texto-contacto1{
		font-size: small;
	}
}