

.custom-cor-listra {
    background-color: rgb(2, 167, 255) !important;
}

.custom-buttom-contato-politica {
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    transition: background-color 0.1s ease, color 0.1s ease;
}

.custom-buttom-contato-politica:hover {
    background-color: rgba(255, 255, 255, 0.3); 
    color: #fff;
}

.bg-overlay-light {
    background-color: rgba(0, 36, 63, 0.8); 
}


.banner-contato {
    background: url('../assets/banner-contato.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 36, 63, 0.87);
}

.custom-title-politicas {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
}

.custom-cor-listra {
    width: 220px;
    height: 1px;
    background-color: var(--color-yellow);
    margin-bottom: 1rem;
}

.descricao-politicas {
    font-size: 1rem;
    color: white;
    max-width: 600px;
    line-height: 1.6;
}



/* .custom-subtitulo {
    font-size: 23px !important;
    max-width: 80%;
    font-weight: 300;
} */

/* .custom-preencha-o-formulario {
    font-size: 23px !important;
    max-width: 80%;
    font-weight: 700;    
} */

.custom-div-pc {
    margin-top: -95px;
}

@media (max-width:540px) and (min-width: 449px){
    .custom-title-contato {
        font-size: 44px !important;  
        margin-bottom: 11px !important;      
    }
}

@media (max-width:448.99px){
    .custom-title-contato {
        font-size: 35px !important;
        margin-bottom: -6px !important;
    }
}


@media (max-width:767.99px) {
    .custom-subtitulo {
        max-width: 100% !important;
        font-size: 16px !important;
    }
}
@media (max-width:448.99px){
    .custom-subtitulo {
        font-size: 18px !important;
    }
}



@media (max-width:767.99px) {
    .custom-preencha-o-formulario {
        max-width: 100% !important;
        font-size: 16px !important;
    }
}
@media (max-width:448.99px){
    .custom-preencha-o-formulario {
        font-size: 16px !important;
    }
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  .form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    min-height: 100vh;
    background-color: #f5f5f5;
    margin-top: -75px;
  }
  
  .form-container {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  
  .form-box {
    background: linear-gradient(180deg, #0074BF 0%, #002B8E 100%);
    padding: 5rem 10rem;
    border-radius: 16px;
    width: 100%;
    max-width: 80%;
    color: white;
    box-sizing: border-box;
  }
  
  .form-header h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .radio-group {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    position: relative;
  }
  
  .radio-label input[type="radio"] {
    display: none;
  }
  
  .custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: transparent;
    transition: all 0.2s ease;
  }
  
  
  .radio-label input[type="radio"]:checked + .custom-radio::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00b7ff; 
  }
  
  .radio-text {
    font-weight: 600;
    font-size: 0.875rem;
  }
  
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  input,
  textarea {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #000000;
    background-color: #ffffff;
    border: none;    
    outline: none;
    width: 100%;
    box-sizing: border-box;
  }
  
  textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  input:focus,
  textarea:focus {
    box-shadow: 0 0 0 2px #0ea5e9;
  }
  
  button {
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    background-color: #0ea5e9;
    color: white;
    font-weight: bold;
    /* text-transform: uppercase; */
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.3s ease;
  }
  
  /* button:hover {
    background-color: #0284c7;
  } */
  
  .arrow-icon {
    width: 16px;
    height: 16px;
  }
  
  @media (max-width: 768px) {
    .form-grid {
      grid-template-columns: 1fr;
    }
  }
  

  @media (max-width: 1285.60px) {
    .form-box {
        padding: 5rem 4rem;
        max-width: 100%;
    }
  }
  
  
  @media (max-width: 601px) {
    .form-box {
        padding: 2rem 2rem;
        max-width: 100%;
    }
  }

  @media (max-width: 417.60px) {
    .form-box {
        padding: 2rem 11px;
        max-width: 100%;
    }
  }

  @media (max-width: 601px) {
    .radio-group  {
        gap: 1rem;
        margin-bottom: 2rem;
    }
  }

  
  @media (max-width: 601px) {
    .radio-text  {
        font-size: 12px;      
    }
  }

  @media (max-width: 600px) {
    .custom-voce-ja-e-cliente  {
        font-size: 15px !important;    
         margin-bottom: 1rem; 
         font-weight: 400 !important;  
    }
  }

  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .social-section {
    text-align: center;
    width: 100%;
  }
  
  .social-text {
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 650;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  
  .social-icons a {
    display: inline-block;
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
  }
  
  .social-icons a:hover {
    transform: scale(1.1);
  }
  
  .social-icons img {
    width: 100%;
    height: auto;
  }
  
  .social-handle {
    font-size: 18px;
    color: #555;
    margin-top: 17px;
    margin-bottom: 3px;
  }
  
  .custom-margin-top-formulario {
    margin-top: 80px;
  }

  .custom-icones {
    border-radius: 50px;
  }

  @media (max-width:540px) {
    .social-text {
      font-size: 25px;
      margin-top: -27px;
      margin-bottom: 16px;
    }
  }

  @media (max-width:448.99px) {
    .social-text {
      font-size: 16px;
      margin-top: -40px;
    }
  }
  
  @media (max-width:540px) {
    .custom-margin-top-formulario {
      margin-top: 50px;

    }
  }

  @media (max-width:448.99px) {
    .custom-margin-top-formulario {
      margin-top: 30px;
    }
  }

  @media (max-width:448.99px) {
    .social-handle {
      margin-bottom: -32px;
    }
  }

  @media (max-width: 448.98px) {
    .social-icons a {
      width: 38px;
      height: 38px;
    }
  }

  