/* O botão agora fixa-se no canto inferior direito do ecrã de forma absoluta em relação ao body */
.btcontact {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: rgba(68,97,80,1);
    text-align: center;
    cursor: pointer;
    z-index: 9998;
    transition: opacity .4s ease;
}

.form-control {
	background: none !important;
	border-bottom: 1px solid #fff !important;
	border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	border-radius: 0px !important;
	color: #fff !important;
	outline: none !important;
}
.form-control:focus {
	outline: none !important;
	margin: 0 !important;
}

input[type="text" i] {
    font-family: "Montserrat", sans-serif;
	background: none !important;
	border-bottom: 1px solid #fff !important;
	border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	color:#fff !important;
	border-radius: 0px !important;
	outline: none !important;
}

input[type="text" i]:focus {
    outline: none !important;
}

.textform {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 18px;
	outline: none !important;
}

#success_message h3 {
	font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

[type=submit] {
	background-color: #fff !important;
    padding: 10px 70px;
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px !important;
    color: #0c123b !important;
    border: none !important;
    margin-top: 18px;
    margin-right: 20px;
	border-radius: 0px !important;
}

.closeform {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.opac {
	opacity: 0;
	pointer-events: none; /* Impede que se clique no botão invisível */
}

/* O formulário abre fixo na parte inferior da viewport */
.divform {
    background-color: rgba(68,97,80,0.90);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 100px;
    padding: 34px 40px;
    transform: translateY(100%);
    transition: all .4s ease;
    z-index: 9999;
}

.divformshow {
    transform: translateY(0);
}

.btform {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
}
.btform span {
    font-size: 12px;
	margin-top: 8px;
	font-style: italic;
}

@media only screen and (max-width: 480px){
	
	.centerbutton {
		text-align: center;
	}
	
	[type=submit] {
		background-color: #fff !important;
		padding: 10px 40px;
		margin-top: 18px;
		margin-right: 0px !important;
		float: none !important;
	}
	
	h1 {
		font-size: 20px !important;
	}
	
	h2, h3 {
		font-size: 14px !important;
	}
		
	.logo img {
		max-width: 380px;
	}
	
	.t1 {
		font-size: 24px !important;
	}
		
	#mc_embed_signup input.email {
		width: 80% !important;
		max-width: 300px !important;
	}
		
	.middle {
		padding-top: 50px;
		padding-bottom: 50px;
	}
		
	.descenter {
		text-align: center;
		text-transform: uppercase;
	}
		
	.acenter {
		text-align: center;
	}
	
	.descenter {
		text-align: center !important;
		text-transform: uppercase;
	}
		
	#mc_embed_signup_scroll {
		text-align: center !important;
		margin-top: 50px;
	}
		
	#mc_embed_signup input.email {
		margin: 0 auto !important;
	}
		
	#mc_embed_signup input.button {
		margin: 0 auto !important;
	}
		
	.spacemobile {
		margin-top: 20px;
	}
}

input,
textarea,
select {
    outline: none !important;
}

.top-fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
    pointer-events: none;
}

@media only screen and (max-width: 767px){
	
	.bg {
    top: 10% !important;
}
	
    .top-fade {
        height: 180px;
    }
}