.elementor-1711 .elementor-element.elementor-element-e236f35:not(.elementor-motion-effects-element-type-background), .elementor-1711 .elementor-element.elementor-element-e236f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor2 );}.elementor-1711 .elementor-element.elementor-element-e236f35{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1711 .elementor-element.elementor-element-e236f35 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for section, class: .elementor-element-e236f35 */.bar {
    overflow: hidden;
}

.bar_content {
  display: block;
  max-height: 22px;
  font-size:14px;
  color: #FFFFFF;
  width: 100%;
  transform: translateX(100%);
  animation: move 60s linear infinite;
}

@keyframes move {
  to { transform: translateX(-100%); }
}/* End custom CSS */
/* Start custom CSS */.alert {
    font-size: 14px;
    padding: 12px;
    background-color: #F9E4E8;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.bar {
    overflow: hidden;
}

.bar_content {
  display: block;
  max-height: 22px;
  font-size:14px;
  color: #FFFFFF;
  width: 100%;
  transform: translateX(100%);
  animation: move 60s linear infinite;
}

.custom-form-image {
    font-size: 14px;
    text-align: center;
}

.custom-form-image a {
    font-size: 12px;
}

.custom-form-image img {
    text-align: center;
    height: 128px;
    border-radius: 7%;
}

.custom-form-total {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}

.custom-form-subtotal {
    text-align: right;
    margin-bottom: 0;
}

.custom-form-subtotal p {
    margin-bottom: 0;
}

.hidden-field {
    display:none;
}

.request-qtd {
    width: 75%;
    margin-left:auto;
    margin-right:auto;
    margin-top:-16px;
    margin-bottom:32px;
}


.form-subtitle h3 {
    line-height: 0!important;
}

@keyframes move {
  to { transform: translateX(-100%); }
}


/* Desktop */
@media (min-width: 1025px) {
    .request-qtd {
        width: 100%;
        margin-top:0;
        margin-bottom:0;
    }
    
    .custom-form-image img {
        height: 256px;
    }
    
}/* End custom CSS */