/* ===================================
   olive-green-theme
====================================== */
.olivine-green-theme a:hover,
.olivine-green-theme a:focus {
  color: #004e08;
}

.olivine-green-theme ::selection {
  color: #fff;
  background: #004e08;
}

.olivine-green-theme ::-moz-selection {
  color: #fff;
  background: #004e08;
}

.olivine-green-theme .social-icon-style-12 li a {
  color: #004e08;
}

.olivine-green-theme .navbar.navbar-light .navbar-nav .nav-link.active,
.olivine-green-theme .navbar-light .navbar-nav .nav-link:hover,
.olivine-green-theme
  .navbar.navbar-light
  .navbar-nav
  > .nav-item.dropdown.simple-dropdown:hover
  > a,
.olivine-green-theme .simple-dropdown .dropdown-menu .dropdown a:hover {
  color: #004e08 !important;
}

.olivine-green-theme .scroll-top-arrow,
.olivine-green-theme .scroll-top-arrow:focus {
  background: #004e08;
}
/* ===================================
    after before component style
====================================== */

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 4px;
  height: 9999px;
  left: 50%;
  margin-left: -2px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: #0078e268;
  line-height: 38px;
  padding: 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 8px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
  border-radius: 8px;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: "Antes";
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: "Depois";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: ew-resize;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #999;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #999;
  right: 50%;
  margin-right: -17px;
}
/* twentytwenty-horizontal End */

/* ===================================
    wpp btn
====================================== */

#wpp-float-fade {
  z-index: 999 !important;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  z-index: 1;
  transition: all 0.2s linear !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wpp-float-fade:hover {
  box-shadow: 0 0 30px rgba(23, 23, 23, 0.4);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* ===================================
    RD Form
====================================== */
#rd-div-contact section {
  padding: 0px;
}
.rd-form {
  font-family: "Open Sans", serif !important;
}
.rd-button {
  background-color: #0079e2 !important;
  width: 202px !important;
  height: 44px !important;
  min-width: 202px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border: 2px solid transparent !important;
}

.rd-button:hover {
  background-color: #fff !important;
  color: #0079e2 !important;
  border: 2px solid #0079e2 !important;
}

.rd-text {
  margin-top: 0px !important;
}

.rd-text h1,
#rd-div-contact .bricks-form__field.bricks-form__privacy,
#rd-div-contact .bricks-form__field.bricks-form__terms {
  text-align: left !important;
  margin-bottom: 0px !important;
}

#rd-div-contact .bricks-form__field {
  margin-bottom: 24px !important;
}
#rd-div-contact label.error {
  text-align: left !important;
}
#rd-div-contact .select2-choice {
  text-align: left !important;
  padding: 0 0.5em !important;
  height: 44px !important;
}

#rd-div-contact .bricks-form__input {
  border-radius: 8px !important;
  border-color: #d0d5dd !important;
  height: 44px !important;
  font-family: "Open Sans", serif !important;
}

#rd-div-contact .bricks-form__label,
.bricks-form__static a {
  color: #667085 !important;
  font-family: "Open Sans", serif !important;
}

#form-11-a79c89688b99ca2b5ac2 {
  padding: 0px !important;
}

.bricks-form__static {
  color: #667085 !important;
  font-family: "Open Sans", serif !important;
  font-size: 14px !important;
  line-height: normal !important;
}

.bricks-form__static a:hover {
  color: #0079e2 !important;
}

#bricks-component-tnr_yCm8eticaERSpTsgjQ{
  width: 100% !important;
  border: 0px !important;
 
}

#rd-section-m6sch5io{
  background-color: transparent !important;
}

#rd-div-newsletter .bricks--section > div, #rd-form-m6sch5ix{
  max-width: 100% !important;
}
@media (min-width: 778px) {
#rd-div-newsletter .rd-form form{
  display: flex;
}
#rd-div-newsletter .rd-button {
  align-self: flex-start !important;
  margin-left: 10px;
  margin-top: 24px !important;
}
}

#rd-div-newsletter .rd-text {
  margin-bottom: 20px !important;
}

#rd-div-newsletter .bricks-form__privacy{
  margin-top: 16px !important;
}

#rd-div-newsletter #rd-column-m6tnh7uo > div {
  background: #003a72 !important; 
}

#rd-div-newsletter .bricks-form__label, 
#rd-div-newsletter .bricks-form__static,
#rd-div-newsletter .bricks-form__static a
 {
  color: #fff !important;
  font-family: "Open Sans", serif !important;
  font-size: 14px !important;
  line-height: normal !important;
}

#rd-div-newsletter .rd-text p span{
  color: #fff !important;
}

.brain-tooltip {
  --bs-tooltip-bg: #0079e2;
  --bs-tooltip-color: #fff;
  --bs-tooltip-max-width: 400px;
  --bs-tooltip-border-radius: 8px;
}

#google_translate_element {
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}
html{
  height: auto !important
}

.translated-ltr .top-bar-translate{
  top:40px;
}

.partners-logo img{
  max-width: 96px;
}