.sec1{
	background-image: url(../img/contacto/slider.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.sec3{
	background-image: url(../img/contacto/sliderfooter.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.cont_content{
	padding: 3rem 1rem;
}
#gmap{
	height: 425px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
}
.cont_content_input{
	padding-left: 0;
	padding-right: 0;	
}
.cont_content_input h1{
	color: #504241;
	margin-top: 0;
	font-size: 2rem;
}
.cont_content_input p{
	padding: 10px 0 20px;
	color: #B0ADAB;
}
.cont_content_input input{
	
    border: 4px solid #03328c;

	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.cont_content_input textarea{
	padding-right: 15px;
    border: 4px solid #03328c;

	resize: none;
	height: 100px;
	margin-bottom: 10px;
}

.btnenviar{
	width: 100%;
	background-color: #03328c;
	color: white ;
	letter-spacing: 2px;
}

input::placeholder , textarea::placeholder{
    font-weight: bold;
    opacity: 0.5;
    color: #03328c;
}


@media(max-width: 767px){
	.cont_content_input{
		margin-bottom: 2rem;
	}
}

@media(min-width: 768px){
	.cont_content{
		padding: 4rem 1rem 6rem;
	}
	.cont_content_input{
		padding-right: 25px;	
	}
}

@media(min-width: 1600px){
	.cont_content{
		padding: 5rem 1rem;
	}
	.cont_content_input h1{
		font-size: 2.5rem;
	}
}