/* WEBFONTS*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Normalize Minificado */
button, hr, input { overflow: visible; }
audio, canvas, progress, video { display: inline-block; }
progress, sub, sup { vertical-align: baseline; }
menu, article, aside, details, footer, header, nav, section { display: block; }

html, body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background: #0101BE;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    overflow: hidden;
}

a {
    color: #fff;
    transition: .5s ease;
}

a:hover {
    color: #fff;
}

h3.obrigado {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.container-form {
    background: none;
    padding: 10px;
    max-width: 840px;
    margin: 0 auto;
}

.container-form .errors {
    background: #ffffff;
    color: #ff0018;
    padding: 1%;
    margin-bottom: 2%;
    border-radius: 10px;
}

.container-form .errors ul {
    margin: 0;
}

.container-form .errors.alertOptin {
    display: none;
}

label:not(.checkbox) {
    position: absolute;
    transform: translateY(6px);
    left: 13px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: clamp(14px, 2.5vw, 18px);
}

label:not(.checkbox) .req {
    margin: 2px;
    color: #eeeeee;
}

label.active {
    color: #fff;
    transform: translateY(34px);
    left: 2px;
    font-size: 12px;
}

label.active .req {
    opacity: 0;
}

label.highlight {
    color: #fff;
}

input:not([type=checkbox]), select {
    font-size: clamp(14px, 2.5vw, 18px);
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 33px;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 2px solid #fff;
    color: #fff;
    transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus {
    outline: 0;
    box-shadow: 0px 0px 25px #4195fc; /* The glow effect */
    border-color: #fff;
}

/* Tratamento para input Date Picker */
input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 33px !important;
    font-size: clamp(14px, 2.5vw, 18px) !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #fff !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.6;
    filter: invert(0.8);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
    input[type=date] {
        height: 33px !important;
        padding: 5px 10px !important;
        font-size: 16px !important;
        -webkit-text-size-adjust: 100% !important;
    }
}

/* Tratamento para input Date Picker */

.field-wrap {
    position: relative;
    margin-bottom: 25px;
}

.field-wrap.small {
    margin-bottom: 5px;
}

.field-wrap.footer {
    margin: 15px 0 5px 0;
    color: #eeeeee;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row>div:last-child {
    margin: 0;
}

/* Mobile responsive fixes */
@media screen and (max-width: 693px) {
    .top-row>div {
        width: 100%;
        margin-right: 0;
    }
    
    .top-row>div:last-child {
        margin-bottom: 25px;
    }
    
}

.button {
    border: 0;
    outline: none;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #FE2342;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.button:hover,
.button:focus {
    background: #FE2342;
}

.button-block {
    display: block;
    width: 100%;
    cursor: pointer;
}

/********* CSS for Checkbox *************************************************/
input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.6em;
    color: #fff;
    font-size: clamp(0.625rem, 0.201vw + 0.585rem, 0.75rem);
    line-height: clamp(0.688rem, 0.462vw + 0.595rem, 0.975rem);
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #fff;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding: 0.1em 0.2em 0.3em 0.2em;
    margin-right: 0.4em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    box-sizing: unset;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #FE2342;
    border-color: #FE2342;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #F7C28F;
    border-color: #F7C28F;
}

form .field-wrap label.error {
    width: calc(100% - 2vw);
}

@media screen and (max-width: 475px) {
    form .field-wrap label.error {
        width: calc(100% - 3.4vw);
    }
}

form label.error {
    color: #fff;
    transition: .5s ease;
    font-size: min(max(9px, calc(0.5625rem + ((1vw - 3.2px) * 0.5769))), 12px);
    display: flex;
    justify-content: flex-end;
    margin-top: -3px;
    text-align: right;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    width: 90%;
    max-width: 800px;
    max-height: 95vh;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    animation: slideIn 0.3s ease;
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FE2342;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.modal-header h2 {
    margin: 0;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 600;
    display: grid;
    gap: 5px 0;
}

.modal-header .txtsmall {
    font-size: clamp(14px, 1.5vw, 18px);
}

.modal-body {
    padding: 30px;
    overflow-y: auto;
    flex: 1;
    line-height: 1.6;
    color: #333;
}

.modal-body h3 {
    color: #FE2342;
    font-size: clamp(14px, 2.5vw, 18px);
    margin: 20px 0 0 0;
    font-weight: 600;
}

.modal-body p {
    margin: 0 0 15px 0;
    font-size: clamp(12px, 2vw, 16px);
    line-height: 1.4;
    text-align: justify;
}

.modal-body ul {
    margin: 15px 0;
    padding-left: 25px;
}

.modal-body li {
    margin: 8px 0;
    font-size: clamp(12px, 2vw, 16px);
}

.close {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.close:hover,
.close:focus {
    color: #ddd;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsividade do Modal */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 2% auto;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .modal-content {
        width: 98%;
        margin: 1% auto;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 12px 15px;
    }
    
    .modal-body {
        padding: 15px;
    }
}