.container-tab {
  display: none;
}

.container-tab-1 {
  display: block;
}

.single-tab, .single-tab img {
    cursor: pointer;
    transition: all .4s;
    opacity: .4;
 
}
.single-tab.active, .single-tab.active img {
    opacity: 1;
}
.single-tab:hover{
   opacity: 1;   
}
.single-tab:hover img{
    scale: 1.05;
    opacity: 1;
    transition-delay: .3s;
}
.no-bold h2 b {
    font-weight: 500;
    font-style: italic;
}
/*FORM*/
#form-receita span.elementor-field-option {
    margin-bottom: 1em;
}

#form-receita span.elementor-field-option a{
    color: white;
    text-decoration: underline;
}
/*FORM*/
/*NESWLETTER*/
div#footer-container div > * {
    display: none;
}
/*NESWLETTER*/

.zp-form-newsletter input[type="text"]::placeholder, .zp-form-newsletter input[type="email"]::placeholder {
color: #88919b!important;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.zp-form-newsletter input[type="text"], .zp-form-newsletter input[type="email"] {
color: #000000!important;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.gform_title{
    display: none!important;
}