.appointment {
	background-color: rgb(241,241,241);
}

.appointment .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.appointment .container input,
.appointment .container textarea {
	border-radius: 0px;
	border: none;
	padding: 6px 15px;
}
.appointment .container input {
	font-family: 'open sans light';
	font-weight: 600;
	height:3rem; 
}

.appointment .container textarea {
	font-family: 'open sans light';
	font-weight: 600;
	resize:none;
	min-height: 15rem;
}

.appointment .container .input-basico {
	margin-bottom: 8px;
}

.appointment .container .boton {
	text-align: right;
}

.appointment .container .boton .btn-send {
	min-width: 35%;
	border-radius: 0px;
	background-color: #1eb5ed;
	color: #fff;
	font-family: 'open sans extrabold';
	padding: 10px 0px;
}

.appointment .texto p {
	font-size: 1.3rem;
	font-family: 'open sans light';
	color:#262626;
}

.map {
	background-color: rgb(241,241,241);
}

@media screen and (max-width: 767px) {
	.appointment .texto img {
		padding-top: 2rem;
		display:block;
		margin: 0 auto;
	}
	.appointment .texto p {
		font-size: 1.5rem;
	}
	.appointment .texto .contact-text {
		text-align: center;
	}
	.appointment .texto{
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 470px) {
	.appointment .container .boton .btn-send {
		width: 100%;
	}
}

@media screen and (max-width: 370px) {
	.appointment .container {
		width: 100% !important;
	}
}