/*Theme Name: Consulta Informativa
Template: astra */

.txtWhite,
.txtWhite p{
	color:white;
}
header.fixed{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}
header.fixed .site-logo-img img {
    max-width: 50px;
    width: 50px;
}
header.fixed .site-primary-header-wrap{
    min-height: 80px;
}
header.fixed .ast-site-identity{
    padding: 0;
}
.featMenu a{
	color: #fff;
    background-color: #5ebde3;
    background-image: -webkit-gradient(linear, left top, right top, from(#3c78b8), to(#202e6a));
    background-image: -webkit-linear-gradient(left, #3c78b8, #202e6a);
    background-image: linear-gradient(90deg, #3c78b8 0, #202e6a);
    padding: 10px 25px!important;
    border-radius: 25px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    border: 0;
}
.featMenu a{
	color: #fff!important;
} 
.featMenu:hover a{
	background:#5ebde3!important;	
}
.wpcf7 .vc_row{
	margin:0!important;
}
.wpcf7 .vc_row .wpcf7-form-control-wrap{
	padding-bottom:15px;
}
.wpcf7-submit{
	width:100%!important;
	text-transform:uppercase!important;
}
.wpcf7-submit:hover{
	background:#00386F!important;
	color:white!important;
}
.wpcf7-list-item {
    margin: 0!important;
}
.wpcf7 .wpcf7-form-control-wrap{
	text-align:left;
}
.overlayer:after{
	visibility: visible !important;
    content: '' !important;
    background: rgba(0, 0, 0, .4);
    width: 101% !important;
    height: 100% !important;
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.site-logo-img{
	padding:0!important;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
	padding:0;
}
.scrollMarginTop {
	margin-top:100px;
}
@media screen and (min-width:922px) and (max-width:1100px){
	.site-header .site-title{
		font-size: 14px;
	}
	.site-header .menu-item a{
		font-size:14px!important;
	}
	.featMenu a{
		padding: 8px 15px!important;
	}
} @media screen and (max-width:768px){
	h1.vc_custom_heading{
   	 	font-size:40px!important;
	}
}