section {
	margin-top: 50px;
}

.degradado {
	background-image: linear-gradient(45deg, #EA5061 0%, #F297A1 100%);
	min-height: 100px;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.custom-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

a, p, span, h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 25px ;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.title-gradient {
	background: -webkit-linear-gradient(45deg, #EA5061, #F297A1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.img-margin {
	margin-bottom: 15px;
}

.input-sub {
	background: rgba(255, 255, 255, 0.65);
	border: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.input-sub::placeholder { 
	color: #EA5061;
    opacity: 1;
}

.input-sub:focus{
	outline: none;
}

.btn-sub {
	color: white;
	background-color: rgba(255, 255, 255, 0);
	padding: 5px 15px 5px 15px;
	width: 150px;
	border: 3px solid white;
	cursor: pointer;
}

.btn-sub:focus{
	outline: none;
}

.input {
	background: #E95061;
	color: white;
	border: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.input::placeholder { 
	color: white;
    opacity: 1;
}

.input:focus{
	outline: none;
}

textarea {
	background: #E95061;
	color: white;
	border: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

textarea::placeholder { 
	color: white;
    opacity: 1;
}

textarea:focus{
	outline: none;
}

.btn-submit {
	padding: 7px 15px 7px 15px;
	width: 200px;
	background: #E95061;
	color: white;
	cursor: pointer;
}

.btn-submit:focus {
	outline: none;
	border: none;
}

.map {
	position: relative;
}

.map a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border: 1px solid #EA5061;
	color: #EA5061;
	padding: 10px 20px;
}




