.elementor-kit-7{--e-global-color-primary:#063449;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#03B5B6;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Roboto", Sans-serif;}.elementor-kit-7 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-7 h2{font-family:"Roboto", Sans-serif;}.elementor-kit-7 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-7 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-7 h6{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============== Início do CSS do Modal =============== */
/* =============== Estilo do Botão de Fechar (X) =============== */
.modal-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.modal-close-button:hover {
    color: #333;
}
#validation-modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99998;
}

#validation-modal .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    z-index: 99999;
    text-align: center;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#validation-modal h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

#validation-modal p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

#validation-modal .button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #1abc9c; /* Cor principal do seu site */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

#validation-modal .button:hover {
    background-color: #16a085; /* Cor um pouco mais escura */
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1abc9c; /* Cor principal do seu site */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto 25px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* =============== Fim do CSS do Modal =============== *//* End custom CSS */