
#newsletter{
     
     border: 0px;
     border-radius: 20px;
     background: #CDFEC6;
     font-family: 'Sora', sans-serif;
     font-size: 32px;
     color: #006548;
     margin: 0px !important;
                   
}
#titulonews{
     color: #006548;
     font-family: 'Sora', sans-serif;
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     margin: 12px 0px 12px 0px;
}

#textonews{
     color: #000;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inputnews{
    color: #000 !important;
    border: 0px!important;
    border-radius: 8px!important;
    background: #FFF!important;
    width: 100%!important;
    height: 120%!important;
}
.inputnews.placeholder{
    color: #000;
    opacity: 1;
}

.inputnews.ui-inputfield.ui-state-focus:not(.ui-state-error) {
    box-shadow: none !important;
}

.botaonews.ui-button.ui-state-focus:not(.ui-state-error) {
    box-shadow: none !important;
}

.botaonews{
     background: #00AE42!important;
     border: 0px!important; 
     border-radius: 8px!important;
     color: #ffffff!important;
     width: 100%!important;
     height:  120%!important; 
}


.left-news{
    margin: 12px 0px 13px 24px;
    text-align: left;

}


.div-input-nomenews{
    padding-bottom: 0;
    padding-right: 5px;
    padding-top: 0;
    
}
.div-input-telefonenews{
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 0px;
    
}
.div-input-botaonews{
    padding-bottom: 0;
    padding-top: 18px;
    
}
.div-input-emailnews{
    padding-bottom: 0;
    padding-top: 18px;
    
}
.div-rightnews{
    padding-top: 36px;
    padding-right: 32px;
    
}


@media screen and (max-width: 767px) {
.div-input-nomenews{
    padding: 0px 24px 12px 24px;
    
}
.div-input-telefonenews{
    padding: 10px 24px 12px 24px;
    
}
.div-input-botaonews{
   padding:10px 24px 12px 24px;
}
.div-input-emailnews{
   padding: 10px 24px 12px 24px;
}
.div-rightnews{
    padding-top: 16px;
    padding-right: 16px;
}
.left-news{
    margin: 27px 18px 13px 15px
}
}
