/* ==========================================================================
Typography
========================================================================== */

.cf-input{
	background: #1d1d1b !important;
	border-color: #FFFFFF !important;
	border-radius: 0px !important;
	width: 100% !important;
	font-weight: 600 !important;
	margin-bottom: 37px !important;

}

#contacto h3.ct-title{
	margin-bottom: 70px;
}

.cf-input[type="submit"]{
	width: 100%;
	height: 60px;
	background: #e9005d !important;
	border-color: transparent !important;
}

.g-recaptcha{
	transform: scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;

}

.use-floating-validation-tip span.wpcf7-not-valid-tip{
	border: 0 !important;
	background: #e9005d !important;
	color: #FFFFFF !important; 
	top: -30px !important;
}

.wpcf7-validation-errors{
	border: 0 !important;
}

div.wpcf7-spam-blocked {
    border-style: none !important;
}

div.wpcf7-mail-sent-ok {
    border-style: none !important;
}


/* ==========================================================================
Typography
========================================================================== */

.circularFont {
    font-family: "Circular bold", sans-serif !important;
    font-weight: 900;
}

/* ==========================================================================
Navbar
========================================================================== */

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 10 !important;
}

