body {
background-color: #F6F6F6; }
.modal-header {
background-color: #34AC60;
color: #fff !important; }
.modal-header .modal-title {
font-family: OpenSans-SemiBold;
font-size: 24px;
color: #fff !important;
text-transform: none; }
.modal-body .produto-img {
height: 300px;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat;
width: 250px; }
.modal-body .descricao {
font-family: OpenSans-Light;
font-size: 16px;
color: #000 !important;
text-transform: none; }
.subsection-title {
padding: 50px 0; }
.subsection-title .line-01 {
text-align: center;
font-family: OpenSans-Light;
font-size: 32px;
color: #00294E !important;
text-transform: none; }
.subsection-title .line-01 span {
font-family: OpenSans-SemiBold;
font-size: 32px;
color: #00294E !important;
text-transform: none; }
.subsection-title .shape-title {
border: solid 1px #cecece; }
.line-02 {
font-family: OpenSans-SemiBold;
font-size: 20px;
color: #004EA1 !important;
text-transform: none;
margin-bottom: 25px; }
.line-03 {
font-family: OpenSans-Regular;
font-size: 16px;
color: #000 !important;
text-transform: none;
margin-bottom: 55px; }
.line-03 i {
font-size: 30px;
color: #2DCF68;
margin-right: 8px; } label {
font-family: OpenSans-Regular;
font-size: 16px;
color: #000 !important;
text-transform: none; }
.form-control {
border-radius: 23px; }
#btn-enviar {
font-family: OpenSans-Regular;
font-size: 16px;
color: #fff !important;
text-transform: none;
background-color: #2DCF68;
border: solid 2px #2DCF68;
width: 100%;
padding: 5px 0;
border-radius: 23px;
margin-top: 30px;
cursor: pointer;
transition: all ease-in-out 0.4s; }
#btn-enviar:hover {
background-color: transparent;
color: #2DCF68 !important; }