/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


.masthead h2 {
color:#FFF !important;
font-size: 50px !important;
}

.masthead p {
color:#FFF !important;
font-size: 28px !important;
}

.masthead .fl-module-uabb-button a {
text-transform: uppercase;
font-weight: 500;
}


.submenu a {
color:#FFF;
}

.submenu .fl-menu .sub-menu {
background: #333;
font-size: 14px;
line-height: 22px !important;
}

.masthead-content-200,
.masthead-content-300,
.masthead-content-400,
.masthead-content-500,
.masthead-content-600,
.masthead-content-700,
.masthead-content-800,
.masthead-content-900
{
    margin: auto;
}

.masthead-content-200 {
    max-width: 240px;
}

.masthead-content-300 {
    max-width: 340px;
}

.masthead-content-400 {
    max-width: 440px;
}
.masthead-content-500 {
    max-width: 540px;
}
.masthead-content-600 {
    max-width: 640px;
}
.masthead-content-700 {
    max-width: 740px;
}
.masthead-content-800 {
    max-width: 840px;
}
.masthead-content-900 {
    max-width: 940px;
}




/* CSS Form Sales Force */
.formulario-lp {
    background: #e8e8e8;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.formulario-lp input, .formulario-lp select, .formulario-lp textarea {
    border: 1px solid #ccc;
    padding: 7px 10px;
    background: #fff;
    width: 100%;
    height: 29px;
}

.formulario-lp textarea {
    border: 1px solid #ccc;
    padding: 7px 10px;
    background: #fff;
    width: 100%;
    height: 100px;
}

.formulario-lp input[type="submit"] {
    background: #d40a27 !important;
    border: 0;
    border-bottom: 4px solid #a7071e;
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 20px 10px 15px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-shadow: -1px -1px 1px #a7071e;
    transition: 0.2s linear all;
}

.formulario-lp input[type="submit"]:hover{
	background: #a7071e !important;
}

.formulario-lp label {
    margin-bottom: 0!important;
    margin-top: 5px!important;
}
/* FIM Form Sales Force */