/* Estilo da Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.5);
    }

    .modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 20px;
      border-radius: 8px;
      width: 90%;
      max-width: 500px;
      position: relative;
    }

    .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .modal-header h5 {
    font-weight: bold;
      margin: 0;
    }

    .btn-close {
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
    }
    
    #closeModalBtn:hover{
    background-color:#fff;
    color: #6d757d;
}


    .form-group {
      margin-top: 15px;
    }

    .form-control,
    .form-select {
      width: 100%;
      padding: 8px;
      margin-top: 5px;
      box-sizing: border-box;
    }

    .btn {
      padding: 10px;
      cursor: pointer;
      border: none;
      border-radius: 4px;
    }

    .btn-primary {
      /*background-color: #007bff;*/
      background-image: linear-gradient(270deg, #ffda86 0%, #d89a4a 100%);
      color: white;
    }

    .btn-secondary {
      background-color: #6c757d;
      color: white;
    }
    
    .btn-secondary:hover{
          background-color: #5d5d5d!important;  
    }
    
    .elementor-button{
        border:none!important;
    }

    .w-100 {
      width: 100%;
    }
    
    .rs_msg{
        text-align: center;
        
             padding: 8px;
      margin-top: 5px;
    }
    
    .ft-social{
        display:contents;
    }
    .social-cnt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    align-items: center;
}



.social-cnt img{
    max-height: 30px;
}
    
.elementor-1086 .elementor-element.elementor-element-eea86fd img.social-icons {
    filter: none !important;
}


    