 
/* :::::::::::::::::::::::::::::::::::::::::::| ATRIBUTOS GLOBAIS |:::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( RESET ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
    line-height: 1.15; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "neulis-cursive", sans-serif;
    font-family:"neulis-sans";
    font-style: normal;
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main { 
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

a {
    background-color: transparent; 
    -webkit-text-decoration-skip: objects; 
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15; 
    margin: 0; 
}

button,
input { 
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; 
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

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; 
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -transition-timing-functionwebkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; 
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*, :before, :after, ::before, ::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, a {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a, img, button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

/* :::::::::::::::::::::::::::::::::::::::: */

::-webkit-scrollbar {
    width: 14px;
    background-color: #f3fcff;
}

::-webkit-scrollbar-thumb {
    background-color: #82CAD3;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( BANNER )::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.banner {
    width: 100%;
    height: 670px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: url("img/imagens/background.png");
    background-size: cover;
    background-position: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-banner {
    max-width: 1480px;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 640px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-family: "neulis-cursive", sans-serif;
    color: #143F72;
    font-size: 36px;
    font-weight: 500;
    margin-top: 34px;
    line-height: 42px;
    width: 500px;
}

.info-bloc-1-banner h2 {
    font-family:"neulis-sans";
    color: #82CAD3;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding: 10.5px 24px 7px 24px;
    border-radius: 48px;
    margin-top: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.info-bloc-1-banner p {
    font-family:"neulis-sans";
    color: #143F72;
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
    line-height: 30px;
}

.info-bloc-1-banner button {
    font-family:"neulis-sans";
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #82CAD3;
    padding: 16px 32px 11px 32px;
    border-radius: 48px;
    margin-top: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition-duration: 0.8s;
}

.info-bloc-1-banner button:hover {
    background-color: #FF7F41;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.bloc-2-banner img {
    width: 566px;
    margin-right: -5px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(236,236,236);
    background-color: rgba(236,236,236,0.7);    
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 32px 25px 38px 25px;
    width: 400px;
    border-radius: 16px;

    position: absolute; /* ou 'fixed' se preferir */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content h5 {
    color: #FF7F41;
    font-size: 16px;
    font-family:"neulis-sans";
    font-weight: 600;
}

.modal-content p {
    color: #143F72;
    font-size: 24px;
    font-family:"neulis-sans";
    font-weight: 500;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.modal-content input {
    width: 100%;
    color: #143F72;
    background-color: #F5F5F5;
    font-size: 16px;
    font-family:"neulis-sans";
    font-weight: 400;
    border: none;
    margin-top: 14px;
    outline: none;
    border-radius: 4px;
    padding: 17px 20px 15px 20px;
}

::-webkit-input-placeholder {
   color: #143F72;
}

:-moz-placeholder { /* Firefox 18- */
   color: #143F72;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #143F72;  
}

:-ms-input-placeholder {  
   color: #143F72;  
}

.modal-content h6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #143F72;
    font-size: 14px;
    font-family:"neulis-sans";
    font-weight: 500;
    margin-top: 18px;
}

#cdd-form-sg-secao {
    width: 14px;
    margin-right: 8px;
    margin-top: -6px;
}

.modal-content button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    background-color: #FF7F41;
    font-size: 18px;
    font-family:"neulis-sans";
    font-weight: 500;
    outline: none;
    padding: 12px 32px 10px 32px;
    cursor: pointer;
    margin-top: 46px;
    border: none;
    border-radius: 48px;
    letter-spacing: 0.4px;
    transition-duration: 0.8s;
}

.modal-content button:hover {
    background-color: #82CAD3;
    transition-duration: 0.8s;
}

#seta-form-sg-secao {
    margin-left: 10px;
    margin-top: -3px;
}

.close {
    color: #143F72;
    float: right;
    font-size: 60px;
    font-family:"neulis-sans";
    font-weight: 300;
    margin-top: -20px;
    margin-right: -4px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::( SEÇÃO 1 )::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.pr-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1500px;
    padding: 120px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-1-pr-secao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 845px;
    width: 100%;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-pr-secao h3 {
    color: #FF7F41;
    font-size: 24px;
    font-family:"neulis-sans";
    font-weight: 500;
    text-align: center;
}

.bloc-1-pr-secao h4 {
    color: #143F72;
    font-size: 32px;
    font-family: "neulis-cursive", sans-serif;
    font-weight: 500;
    margin-top: 11px;
    text-align: center;    
}

.bloc-1-pr-secao p {
    color: #143F72;
    font-size: 18px;
    font-family:"neulis-sans";
    font-weight: 400;
    margin-top: 24px;
    line-height: 26px;
    text-align: center;
    width: 750px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 56px;
}

/* :::::::::::::::::::::::::::: */

.col-pr-secao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 320px;
    height: 300px;
    background-color: #F9F9F9;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 20px 20px;
    margin: 0px 10px;
}

.col-pr-secao img {
    width: 112px;
}

.col-pr-secao h5 {
    color: #143F72;
    font-size: 19px;
    font-family:"neulis-sans";
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-pr-secao button {
    font-family:"neulis-sans";
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #82CAD3;
    padding: 16px 32px 11px 32px;
    border-radius: 48px;
    margin-top: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition-duration: 0.8s;
}

.cont-pr-secao button:hover {
    background-color: #FF7F41;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::( SEÇÃO 2 )::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 130px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bloc-1-sg-secao img {
    border-radius: 16px;
    width: 780px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 545px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 50px;
}

.bloc-2-sg-secao h3 {
    font-size: 32px;
    color: #143F72;
    font-family:"neulis-cursive";
    font-weight: 500;
    text-align: center;
}

/* :::::::::::::::::::::::::::: */

.txt-bloc-2-sg-secao {
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    font-size: 18px;
    color: #101010;
    font-family:"neulis-sans";
    font-weight: 400;
    margin-top: 32px;
    line-height: 26px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::( RODAPE )::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F9F9F9;
    padding: 100px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
}

.col-1-bloc-1-rodape img {
    width: 200px
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row nowrap;
}

.col-2-bloc-1-rodape button {
    font-family:"neulis-sans";
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #82CAD3;
    padding: 16px 32px 11px 32px;
    border-radius: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition-duration: 0.8s;
}

.col-2-bloc-1-rodape button:hover {
    background-color: #FF7F41;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 1060px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    margin-top: 30px;
}

.bloc-2-rodape h5 {
    font-size: 12px;
    line-height: 18px;
    color: #143F72; 
    font-weight: 500;
    font-family:"neulis-sans";
}

.bloc-2-rodape p {
    font-size: 14px;
    line-height: 22px;
    color: #143F72; 
    font-weight: 500;
    font-family:"neulis-sans";
    margin-top: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::( PÁGINA DE CONFIRMAÇÃO )::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFE6CF;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cont-conf  img {
    width: 260px;
    margin-top: -50px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 50px 0px 85px 0px;
    margin-top: 50px;
}

.info-bloc-1-conf h1 {
    font-size: 36px;
    line-height: 40px;
    color: #143F72; 
    font-weight: 500;
    font-family:"neulis-cursive";
    margin-top: 20px;
}

.info-bloc-1-conf h2 {
    font-family:"neulis-sans";
    color: #143F72; 
    font-size: 16px;
    font-weight: 700;
    background-color: #FFE6CF;
    padding: 10.5px 24px 7px 24px;
    border-radius: 48px;
    margin-top: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.info-bloc-1-conf p {
    font-size: 20px;
    line-height: 28px;
    color: #143F72; 
    font-weight: 500;
    font-family:"neulis-sans";
    margin-top: 34px;
    width: 700px;
    text-align: center;
}

.info-bloc-1-conf a {
    font-family:"neulis-sans";
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #82CAD3;
    padding: 16px 32px 11px 32px;
    border-radius: 48px;
    margin-top: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition-duration: 0.8s;
}

.info-bloc-1-conf a:hover {
    background-color: #FF7F41;
    transition-duration: 0.8s;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::( RODAPE )::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.rodape-conf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 40px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-rodape-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-bloc-rodape-conf {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-bloc-rodape-conf img {
    width: 200px;
}
 
/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-bloc-rodape-conf {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-bloc-rodape-conf p {
    font-size: 14px;
    line-height: 20px;
    color: #143F72; 
    font-weight: 500;
    font-family:"neulis-sans";
    text-align: center;
    margin-top: 6.5px;
    margin-left: 20px;
}
 
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::( RESPONSIVO )::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1180 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1180px) {

/* :::::::::::::::( BANNER )::::::::::::::::: */

.bloc-1-banner {
    width: 450px;
    margin-top: -50px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner img {
    width: 530px;
    margin-right: -5px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1080 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1080px) {

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CAPTURA ):::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::( BANNER )::::::::::::::::: */

.banner {
    width: 100%;
    height: 1250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: url("img/imagens/background-mobile.png");
    background-size: cover;
    background-position: center;
}

.cont-banner {
    max-width: 1480px;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 130px;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-size: 36px;
    margin-top: 34px;
    line-height: 42px;
    text-align: center;
    width: 500px;
}

.info-bloc-1-banner h2 {
    font-size: 16px;
    padding: 10.5px 24px 7px 24px;
    margin-top: 24px;
    text-align: center;
}

.info-bloc-1-banner p {
    font-size: 20px;
    margin-top: 32px;
    line-height: 30px;
    text-align: center;
    width: 670px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-2-banner img {
    width: 530px;
    margin-right: 0px;
}

/* :::::::::::::::( SEÇAO 1 )::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1480px;
    padding: 120px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-pr-secao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.bloc-1-pr-secao h3 {
    font-size: 20px;
}

.bloc-1-pr-secao h4 {
    font-size: 32px;
    margin-top: 16px    
}

.bloc-1-pr-secao p {
    font-size: 18px;
    margin-top: 32px;
    line-height: 26px;
    width: 600px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 55px;
}

.col-pr-secao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 330px;
    height: 300px;
    padding: 20px 20px;
    margin: 10px 10px;
}

.col-pr-secao h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* :::::::::::::::( SEÇAO 2 )::::::::::::::::: */

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    order: 2;
}

.bloc-1-sg-secao img {
    width: 680px;
    height: 550px;
    object-fit: cover;
    margin-top: 55px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
}

.bloc-2-sg-secao h3 {
    font-size: 32px;
}

.txt-bloc-2-sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    width: 700px;
    font-size: 18px;
    margin-top: 28px;
    line-height: 26px;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape {
    width: 100%;
    padding: 110px 0px 100px 0px;
}

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 30px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 700px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.bloc-2-rodape h5 {
    text-align: center;
}

.bloc-2-rodape p {
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CONFIRMAÇÃO ):::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 90vh;
}

/* :::::::::::::::::::::::::::::: */

.cont-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

.cont-conf  img {
    width: 260px;
    margin-top: 0px;
}

/* :::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    padding: 50px 0px 85px 0px;
    margin-top: 50px;
}

.info-bloc-1-conf h1 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 20px;
}

.info-bloc-1-conf h2 { 
    font-size: 16px;
    padding: 10.5px 24px 7px 24px;
    margin-top: 30px;
}

.info-bloc-1-conf p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 34px;
    width: 600px;
    text-align: center;
}

.info-bloc-1-conf a {
    font-size: 18px;
    padding: 16px 32px 11px 32px;
    border-radius: 48px;
    margin-top: 32px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 800 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 800px) {

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CAPTURA ):::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::( BANNER )::::::::::::::::: */

.banner {
    width: 100%;
    height: 1270px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: url("img/imagens/background-mobile.png");
    background-size: cover;
    background-position: center;
}

.cont-banner {
    max-width: 1480px;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 130px;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-size: 36px;
    margin-top: 34px;
    line-height: 42px;
    text-align: center;
    width: 500px;
}

.info-bloc-1-banner h2 {
    font-size: 16px;
    padding: 10.5px 24px 7px 24px;
    margin-top: 24px;
    text-align: center;
}

.info-bloc-1-banner p {
    font-size: 20px;
    margin-top: 32px;
    line-height: 30px;
    text-align: center;
    width: 550px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-2-banner img {
    width: 530px;
    margin-right: 0px;
}

/* :::::::::::::::( SEÇAO 1 )::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1480px;
    padding: 110px 40px;
}

.bloc-1-pr-secao {
    max-width: 500px;
    width: 100%;
}

.bloc-1-pr-secao p {
    width: 550px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 55px;
}

.col-pr-secao {
    width: 330px;
    height: 300px;
    padding: 20px 20px;
    margin: 10px 10px;
}

.col-pr-secao h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* :::::::::::::::( SEÇAO 2 )::::::::::::::::: */

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    width: 100%;
    margin-right: 0px;
    order: 2;
}

.bloc-1-sg-secao img {
    width: 680px;
    height: 500px;
    object-fit: cover;
    margin-top: 55px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 100%;
    margin-left: 0px;
}

.txt-bloc-2-sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    width: 600px;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape {
    width: 100%;
    padding: 110px 0px 100px 0px;
}

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
/* :::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 600px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CONFIRMAÇÃO ):::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 90vh;
}

/* :::::::::::::::::::::::::::::: */

.cont-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

.cont-conf  img {
    width: 260px;
    margin-top: 0px;
}

/* :::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    padding: 50px 50px 85px 50px;
    margin-top: 50px;
}

.info-bloc-1-conf p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 34px;
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape-conf {
    width: 100%;
    padding: 60px 0px 50px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-rodape-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-bloc-rodape-conf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-bloc-rodape-conf img {
    width: 200px;
    margin-bottom: 15px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 650 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 650px) {

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CAPTURA ):::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::( BANNER )::::::::::::::::: */

.banner {
    width: 100%;
    height: 1260px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: url("img/imagens/background-mobile.png");
    background-size: cover;
    background-position: center;
}

.cont-banner {
    max-width: 1480px;
    padding: 0px 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 150px;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-size: 36px;
    margin-top: 32px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.info-bloc-1-banner h2 {
    font-size: 16px;
    padding: 10.5px 24px 7px 24px;
    margin-top: 24px;
    text-align: center;
}

.info-bloc-1-banner p {
    font-size: 20px;
    margin-top: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-2-banner img {
    width: 520px;
    margin-right: 0px;
}

/* :::::::::::::::( SEÇAO 1 )::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1480px;
    padding: 110px 40px;
}

.bloc-1-pr-secao {
    max-width: 500px;
    width: 100%;
}

.bloc-1-pr-secao p {
    width: 100%;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 50px;
}

.col-pr-secao {
    width: 350px;
    height: 300px;
    padding: 20px 20px;
    margin: 10px 0px;
}

.col-pr-secao h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* :::::::::::::::( SEÇAO 2 )::::::::::::::::: */

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    width: 100%;
    margin-right: 0px;
    order: 2;
}

.bloc-1-sg-secao img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    margin-top: 55px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 100%;
    margin-left: 0px;
}

.txt-bloc-2-sg-secao {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape {
    width: 100%;
    padding: 110px 0px 90px 0px;
}

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
/* :::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CONFIRMAÇÃO ):::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 100vh;
}

/* :::::::::::::::::::::::::::::: */

.cont-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

.cont-conf  img {
    width: 260px;
    margin-top: -20px;
}

/* :::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    padding: 50px 40px 80px 40px;
    margin-top: 50px;
}

.info-bloc-1-conf h1 {
    text-align: center;
    line-height: 34px;
}

.info-bloc-1-conf h2 {
    font-size: 16px;
    padding: 19px 24px 16px 24px;
    margin-top: 30px;
    text-align: center;
}

.info-bloc-1-conf p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 34px;
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape-conf {
    width: 100%;
    padding: 60px 0px 50px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-rodape-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-bloc-rodape-conf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-bloc-rodape-conf img {
    width: 200px;
    margin-bottom: 15px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 530 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 530px) {

/* :::::::::::::::( BANNER )::::::::::::::::: */

.banner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: none;
    background-size: cover;
    background-position: center;
}

.cont-banner {
    max-width: 100%;
    padding: 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background: url("img/imagens/mobile-background-1.png");
    background-size: cover;
    background-position: center;
    height: 810px;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-size: 36px;
    margin-top: 32px;
    line-height: 40px;
    text-align: center;
    width: 350px;
}

.info-bloc-1-banner h2 {
    font-size: 16px;
    padding: 10.5px 24px 7px 24px;
    margin-top: 24px;
    text-align: center;
}

.info-bloc-1-banner p {
    font-size: 20px;
    margin-top: 28px;
    line-height: 28px;
    text-align: center;
    width: 350px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background: url("img/imagens/background-2-mobile.png");
    background-size: cover;
    background-position: center;
    max-height: 650px;
    height: 100%;
    z-index: -1;
    margin-top: -40px;
}

.bloc-2-banner img {
    width: 100%;
    padding: 60px 20px 0px 20px;
    object-fit: cover;
    margin-right: 0px;
}

/* :::::::::::::::::::::::::::: */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(236,236,236);
    background-color: rgba(236,236,236,0.7);    
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 32px 25px 38px 25px;
    width: 380px;
    border-radius: 16px;
}

/* :::::::::::::::( SEÇAO 1 )::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1480px;
    padding: 110px 40px;
}

.bloc-1-pr-secao {
    max-width: 500px;
    width: 100%;
}

.bloc-1-pr-secao p {
    width: 100%;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 50px;
}

.col-pr-secao {
    width: 350px;
    height: 300px;
    padding: 20px 20px;
    margin: 10px 0px;
}

.col-pr-secao h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* :::::::::::::::( SEÇAO 2 )::::::::::::::::: */

.sg-secao {
    margin-bottom: 110px;
}

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    width: 100%;
    margin-right: 0px;
    order: 2;
}

.bloc-1-sg-secao img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 50px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 100%;
    margin-left: 0px;
}

.txt-bloc-2-sg-secao {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape {
    width: 100%;
    padding: 100px 0px 90px 0px;
}

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
/* :::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
}

.col-bloc-rodape-conf p {
    margin-left: 0px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 430 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 430px) {

/* :::::::::::::::( BANNER )::::::::::::::::: */

.banner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background: none;
    background-size: cover;
    background-position: center;
}

.cont-banner {
    max-width: 100%;
    padding: 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background: url("img/imagens/mobile-background-1.png");
    background-size: cover;
    background-position: center;
    height: 780px;
}

/* :::::::::::::::::::::::::::: */

.info-bloc-1-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.info-bloc-1-banner img {
    width: 200px;
}

.info-bloc-1-banner h1 {
    font-size: 35px;
    margin-top: 32px;
    line-height: 40px;
    text-align: center;
    width: 300px;
}

.info-bloc-1-banner h2 {
    font-size: 16px;
    padding: 10.5px 20px 7px 20px;
    margin-top: 24px;
    text-align: center;
}

.info-bloc-1-banner p {
    font-size: 20px;
    margin-top: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    width: 280px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background: url("img/imagens/background-2-mobile.png");
    background-size: cover;
    background-position: center;
    max-height: 650px;
    height: 100%;
    z-index: -1;
    margin-top: -40px;
}

.bloc-2-banner img {
    width: 100%;
    padding: 50px 15px 0px 15px;
    object-fit: cover;
    margin-right: 0px;
}

/* :::::::::::::::::::::::::::: */

.modal {
    padding-top: 170px; /* Location of the box */
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 32px 22px 38px 22px;
    width: 320px;
    border-radius: 16px;
}

.close {
    color: #143F72;
    float: right;
    font-size: 60px;
    font-family:"neulis-sans";
    font-weight: 300;
    margin-top: -25px;
    margin-right: -4px;
}

/* :::::::::::::::( SEÇAO 1 )::::::::::::::::: */

.cont-pr-secao {
    width: 100%;
    max-width: 1480px;
    padding: 100px 40px 110px 40px;
}

.bloc-1-pr-secao {
    max-width: 100%;
    width: 100%;
}

.bloc-1-pr-secao h4 {
    font-size: 32px;
    margin-top: 11px;
    line-height: 38px;
    text-align: center;  
    width: 80%;  
}

.bloc-1-pr-secao p {
    font-size: 18px;
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-pr-secao {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-top: 40px;
}

.col-pr-secao {
    width: 100%;
    height: 300px;
    padding: 20px 20px;
    margin: 10px 0px;
}

.col-pr-secao h5 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

/* :::::::::::::::( SEÇAO 2 )::::::::::::::::: */

.sg-secao {
    margin-bottom: 100px;
}

.cont-sg-secao {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::: */

.bloc-1-sg-secao {
    width: 100%;
    margin-right: 0px;
    order: 2;
}

.bloc-1-sg-secao img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-top: 50px;
}

/* :::::::::::::::::::::::::::: */

.bloc-2-sg-secao {
    width: 100%;
    margin-left: 0px;
}

.txt-bloc-2-sg-secao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-bloc-2-sg-secao p {
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape {
    width: 100%;
    padding: 100px 0px 90px 0px;
}

.cont-rodape {
    max-width: 1480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 40px;
}

/* :::::::::::::::::::::::::::::: */

.bloc-1-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-1-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* :::::::::::::::::::::::::::::: */

.col-2-bloc-1-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
/* :::::::::::::::::::::::::::::: */

.bloc-2-rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CONFIRMAÇÃO ):::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 100%;
    padding: 110px 0px 100px 0px;
}

/* :::::::::::::::::::::::::::::: */

.cont-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
}

.cont-conf  img {
    width: 260px;
    margin-top: 0px;
}

/* :::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-top: 60px;
    background-color: #FFE6CF;
}

.info-bloc-1-conf h1 {
    text-align: center;
    line-height: 34px;
    width: 85%;
}

.info-bloc-1-conf h2 {
    font-size: 16px;
    padding: 19px 24px 14px 24px;
    margin-top: 30px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    width: 270px;
}

.info-bloc-1-conf p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 34px;
    width: 100%;
    text-align: center;
}

/* :::::::::::::::::( RODAPÉ )::::::::::::::::: */

.rodape-conf {
    width: 100%;
    padding: 60px 0px 50px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-rodape-conf {
    max-width: 1480px;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-bloc-rodape-conf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-bloc-rodape-conf img {
    width: 200px;
    margin-bottom: 15px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 380 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 380px) {

/* ::::::::::::::::::::::::::::::::::::::::::::( PÁGINA CONFIRMAÇÃO ):::::::::::::::::::::::::::::::::::::::::::: */

.conf {
    width: 100%;
    height: 100%;
    padding: 110px 0px 100px 0px;
}

.cont-conf  img {
    width: 260px;
    margin-top: -10px;
}

/* :::::::::::::::::::::::::::::: */

.info-bloc-1-conf {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-top: 40px;
    background-color: #FFE6CF;
}

.info-bloc-1-conf h1 {
    text-align: center;
    line-height: 34px;
    width: 100%;
}

}


