.open-modal-whats{position:fixed; bottom: 2px; right:20px; display:block; z-index:99999999999;}


.static-section.footer .static-button.big {
  margin-top: 0;
}

.static-section.footer .static-content-icon {
  align-items: center;
  display: flex;
  padding: 0;
}

.static-section.footer .static-content-footer {
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.static-section.footer .static-content-footer a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
  color: #545454;
  display: block;
  margin: 2% 0;
}

.static-section.footer .static-content-footer h5 {
  text-align: center;
  margin: 5% 0 0;
  font-weight: 100;
  font-size: 13px;
}

.static-section.footer .static-content-fixed {
  z-index: 9999999;
  max-width: 100px;
  position: fixed;
  bottom: 3%;
  right: 2%;
}

.static-section.footer .static-content-fixed img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .static-section.footer {
    padding: 0 10px;
  }

  .static-section.footer .static-button.big {
    margin-top: 5%;
  }

  .static-section.footer .static-content-icon {
    flex-direction: column;
    text-align: center;
    font-size: 13px;
    padding: 6%;
  }

  .static-section.footer .static-content-icon img {
    max-width: 50px;
    display: block;
  }

  
  .static-section.footer .static-content-footer {
    padding-bottom: 40px;
  }

  .static-section.footer .static-content-footer a {
    margin: 4% 0;
  }

  .static-section.footer .static-content-footer h5 {
    margin: 7% 0 0;
    font-size: 11px;
  }

  .static-section.footer .static-content-fixed {
    max-width: 60px;
    bottom: 3%;
    right: 2%;
  }
}



.modal-form {
    padding: 20px;
    width: 45%;
    height: fit-content;
    background-color: #ffff;
    border-radius: 12px;
    position: fixed;
    top: 80px;
    margin-left: 27.5%;
    display: none;
    z-index: 999 !important;
    box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 12px 24px 9px rgba(0,0,0,0.75);
}

.modal-form .hs-fieldtype-text{ height:90px;}

.modal-form label{
  font-size: 18px;
  font-family: "gotham-light";
}
    
.modal-form input[type="text"] {width: 100%; height:38px; padding:10px; 
  border:1px solid #cdcdcd; border-radius:6px;  font-size:18px; margin-top:4px;}

.modal-form input[type="email"] {width: 100%; height:38px; padding:10px;
 border:1px solid #cdcdcd; border-radius:6px;  font-size:18px; margin-top:4px;}


.modal-form input[type="submit"] {
  padding: 12px 24px;
  background-color: #4a90e2;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-top:20px;
}

.modal-form input[type="submit"]:hover {
  background-color: #357ABD;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.modal-form input[type="submit"]:active {
  background-color: #2c5ea8;
}

.mask{
  width:100%;
  height:1300px;
  position:fixed;
  z-index:98;
  background-color: rgba(000, 000, 000, 0.7);
  display:none;
  top:0px;
}

.modal-form,
.mask {
  opacity: 0;
  display: none;
  transition: opacity 1s ease;
}

.form-modal ul li label {color:red;}

.close-modal{cursor: pointer; font-size:18px; font-weight:bold;   font-family: "gotham-medium";
 top:8px; right:10px; position:absolute; display:block;}

.tit-modal-contact{width:100%; font-size:24px; margin-bottom:12px; text-align:center;  font-family: "gotham-medium"; color:#470a68;}

.icon-fale{ height:auto;}

.btn-whats{
    background-color: #fff !important;
    color: #575757 !important;
    display: flex !important;
    align-items: cente r!important;
    gap: 10px !important;
    padding: 14px 40px !important;
    text-decoration: none !important;
}

.margin-box{background-color:#d4d4d4; margin-top:10%; margin-bottom:8%;}

/* ////////////////////////////// MODAL MOBILE ///////////////////*/
@media  (min-width: 300px) and ( max-width:640px){
  
      .modal-form {
        padding: 20px;
        width: 96%;
        height: fit-content;
        background-color: #ffff;
        border-radius: 12px;
        position: fixed;
        bottom: 50px;
        right: 2%;
        display: none;
        z-index: 999 !important;
        box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: -1px 12px 24px 9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 12px 24px 9px rgba(0,0,0,0.75);
      }
  
  .modal-form input[type="text"] {
    width: 100%; height:32px; padding:10px; 
    border:1px solid #cdcdcd; border-radius:6px;  
    font-size:18px; margin-top:4px;
    }
  
  .modal-form input[type="email"] {
    width: 100%; height:32px; padding:10px;
 border:1px solid #cdcdcd; border-radius:6px; 
    font-size:18px; margin-top:4px;
  }

  
  .modal-form input[type="submit"] {
      padding: 12px 24px;
      background-color: #4a90e2;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      margin-top:22px;
      width:100%;
    }
  
  .modal-form .hs-fieldtype-text{ height:82px;}
  
  .static-p {
        line-height: 28px;
        font-size: 14px;
        text-align: left;
        padding-top: 2%;
    }
  
  .icon-fale{ height:auto; margin-left:10%;}
  
  .btn-whats{
    background-color: #fff !important;
    color: #575757 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 3px 0px !important;
    text-decoration: none !important;
    width: 216px !important;
    text-align: center !important;
    margin-top:0% !important;
    margin-bottom:6% !important;
  }
  .margin-box{background-color:#d4d4d4; margin-top:18%; margin-bottom:8%;}
  
  .static-button.big {
        padding: 9px 0;
        margin: 6% 0 0;
        font-size: 12px;
        width: 65%;
    }
  
  .custom-duvida{padding-top:10%;}
}

/* /////////////////////////////// FIM CUSTOMIZADO ////////////////////////////////////////////// */

/* Visível com opacidade total */
.visible {
  display: block;
  opacity: 1;
}

/* Classe usada para desaparecer suavemente */
.fade-out {
  opacity: 0;
}
