html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 
    blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, 
    img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, 
    i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, 
    caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, 
    embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
    ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
      box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, 
    nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
    color: #EFEBE5;
    background: #274D3A;
}

section {
    background-image: url(../img/banner-noah.webp);
background-position: 40% 50%;
    background-size: cover;
    min-height: 100vh;
    padding: 55px 0;
    display: flex;
    align-items: center;
    position: relative;
}

section::after {
    content: '';
    display: block;
    background-image: url(../img/mask.svg);
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background-size: cover;
    background-position: top right;
    pointer-events: none;
}

.container {
    max-width: 1210px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.infos {
    position: relative;
    z-index: 4;
}

.infos h3 {
    color: #274D3A;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 16px */
letter-spacing: 8px;
text-transform: uppercase;
}

.desk {
    display: block;
    margin: 50px 0 40px 0;
}

.mob {
    display: none;
}

.infos h1 {
    color: #274D3A;
leading-trim: both;
text-edge: cap;
font-family: "Kumbh Sans";
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 32px */
max-width: 445px;
}

.infos h1 span {
color: #A77E5C;
}

.infos .local {
    color: #A77E5C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Kumbh Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin: 30px 0 30px 0;
    border-left: 1px solid #A77E5C;
    display: block;
    padding: 18px 30px;
}

.infos .flex {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #274D3A;
    font-family: "Kumbh Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form {
    margin-top: 30px;
}

.form-container {
    display: flex;
    flex-direction: column;
    max-width: 570px;
    width: 100%;
    }

    .form-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    input {
    padding: 18px 24px;
border-radius: 10px;
background: #FFF;
color: rgba(91, 117, 94, 0.70);
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.12px;
border: none;
        outline: none;
        width: 50%;
    }

    input::placeholder {
        text-transform: uppercase;
    }

    input[type="email"] {
            width: auto;
    }

    .checkbox-container {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #6c7b74;
        margin: 8px 0;
    }

    .checkbox-container input {
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    button {
color: #FFF;
leading-trim: both;
text-edge: cap;
border: none;
font-family: "Kumbh Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
text-transform: uppercase;
border-radius: 15px;
background: #A77E5C;
transition: all .5s;
padding: 15px 35px;
cursor: pointer;
    }

    button:hover {
        background-color: #274D3A;
        color: #fff;
    }

    form .bottom {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        margin-top: 30px;
    }

.politica {
    display: flex;
    align-items: center;
    gap: 13px;
}

.politica input[type="checkbox"] {
  display: none; /* Esconde o checkbox nativo */
}

.politica .checkmark {
width: 20px;
height: 20px;
border-radius: 4px;
border: 1px solid var(--Secundary-Dark, #274D3A);
  background: transparent;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
	cursor: pointer;
	    margin: 0;
}

/* Marca de seleção (check) */
.politica input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
  border: solid #274D3A;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.politica input[type="checkbox"]  {
    width: 20px;
    height: 20px;
	margin-bottom: 0;
}

.politica span {
    color: #274D3A;
font-family: "Kumbh Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.politica span a {
    text-decoration: none;
    color: #274D3A;
}

@media (max-width: 991px) {
    section {
         padding: 55px 0 0 0;
        background: #EFEBE5;
            display: block;
    }

    section::after {
        display: none;
    }

    .container {
        max-width: 400px;
    }

    .infos h3 {
        text-align: center;
        font-size: 15px;
letter-spacing: 7px;
    }

    .desk {
    display: none;
}

    .mob {
    display: block;
}

svg.mob {
margin: 45px auto 30px auto;
}

.infos h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

.infos .local {
        border-top: 1px solid #A77E5C;
    border-left: 0;
    padding: 24px 0 0 0;
    text-align: center;
    display: block;
    width: max-content;
    margin: 40px auto;
    font-size: 12px;
}

.infos .flex {
        font-size: 14px;
    width: fit-content;
    margin: 0 auto;
}

form {
    margin-top: 20px;
}

input {
    font-size: 10px;
}

form .bottom {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.politica span br {
    display: none;
}

button {
    width: 100%;
}

section > .mob {
    width: 100%;
}
}