.formulario h1{
	color: #fff;
	font-size: 45px;

}

.formulario{
	color: #fff;
}	

.input-box{
  position: relative;
  padding-top: 1.8rem;
}    

.input-box{
	/*margin-bottom: 10px;*/
}

.input-box span{
  font-size: 20px;
}

label {
    position: absolute;
    top: 0;
    font-size: var(--font-size-small);
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out;
}

input:placeholder-shown + label, textarea:placeholder-shown + label  {
    opacity: 0;
    transform: translateY(1rem);
}

.input-box > label, .formulario > form > div:nth-child(1) > lable{
	font-size: 16px;
	color: #00C4B3;
}	

.input-box input[type="text"], .input-box input[type="email"]{
	width: 100%;
	height: 36px;
	padding: 5px 10px;
	border: 2px solid #00C4B3;
	border-radius: 4px;
	color: #9E9E9E;
}

.input-box textarea{
	width: 100%;
	height: 80px;
	resize: none;
	padding: 5px 10px;
	border: 2px solid #00C4B3;
	border-radius: 4px;
	color: #9E9E9E;
}

.input-box input[type="submit"]{
	padding: 10px 24px;
	background: #fff;
	color: #00C4B3;
	border: 2px solid #00C4B3;
	border-radius: 6px;
	font-family: 'Montserrat', sans-serif;
}

.box-white{
	background: #fff !important;
	color: #868686;
}

.box-white h1, .box-white h2{
	color: #00C4B3 !important;
}	

.box-aqua{
	background: #00C4B3 !important;
	color: #fff !important;
}

.box-aqua h1, .box-aqua h2{
	color: #fff !important;
	text-align: center;

}

.box-white h1, .box-white h2{
	color: #00C4B3 !important;
	text-align: center;
}

.direccion-contacto a{
	color: #00C4B3;
}

.direccion-contacto h2{
	text-align: left;
	font-size: 45px;
}

.mapa{
	margin-top: 30px;
}

.mapa iframe{
	width: 80% !important;
}

.contenido-inferior{
	padding-bottom: 30px;
}

@media(max-width: 780px){
	.contenido-inferior{
		padding: 30px 2%;
		text-align: center;
	}

	.direccion-contacto h2{
		text-align: center;
	}	
}

@media(max-width: 480px){
	.input-box > label{
		left: 0px;
	}
}