* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: mona;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

@font-face {
    font-family: 'Mona';
    src: url('/assets/fonts/Mona-Sans.ttf') format(truetype);
}

@font-face {
    font-family: 'Brico';
    src: url('/assets/fonts/BricolageGrotesque-Regular.otf') format(opentype);
}

.cabeçalho {
    display: flex;
    padding: 27px 65px 0px 65px;
    justify-content: space-between;
    background-color: #081c2c;
    width: 100%;
    align-items: center;
    flex-direction: row;
}

.logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logos img {
    width: 42px;
}

h1 {
    font-family: brico;
    font-size: 22px;
    font-weight: 100;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: start;
}

h1 span {
    font-size: 13px;
}

.nav-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    font-size: 15px;
    color: #ffffff;
    transition: .5s;
}

#nav-link-active {
    border-bottom: 1px solid #ffffff69;
}

.nav-link:hover {
    opacity: 90%;
    border-bottom: 1px solid #ffffff69;
}

.nav-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    position: relative;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 200%;
  left: 0;
  background: #f3f3f3;
  min-width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.281);
  z-index: 999;
  border: 1px solid #081c2c18;
  border-radius: 0px 20px 20px 20px;
}

.dropdown.show .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
}

.dropdown.show > .dropdown-menu {
  display: block;
}

.submenu {
  display: none;
}

#submenu-dois li a {
    padding-left: 85px;
    color: #006be6;
}

.has-submenu.open > .submenu {
  display: block;
}

.dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;    
    padding: 17px 20px 17px 20px;
    color: #081c2c;
    font-family: brico;
    transition: .4s;
}

.dropdown-menu li a img {
    width: 23px;
}

.dropdown-menu li a:hover {
    opacity: 80%;
}

.dropdown-menu li a:hover {
    background-color: #163e6113;
}
  
.has-submenu .submenu {
    display: none;
    list-style: none;
}
  
.has-submenu .submenu li a {
    padding-left: 50px;
}

.header-endereco {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 3px;
    padding-right: 20px;
}

.header-endereco span {
    color: #f3f3f3;
    font-size: 12px;
    cursor: pointer;
    font-weight: 100;
    opacity: 70%;
}

.header-endereco p {
    color: #f3f3f3;
    font-family: brico;
    font-size: 14px;
}

.header-endereco-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    transition: .3s;
}

.header-endereco-div img {
    width: 14px;
}

.header-endereco-div:hover {
    opacity: 80%;
}

.modalEndereco {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: #00000028;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.modalBoxEndereco {
    margin: 4.5% auto;
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 22px;
    border-radius: 15px;
    background-color: #ffffff;
}

.modal-box-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-box-start-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modal-box-start-img span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    border-radius: 10px;
}

.modal-box-start-img span img {
    width: 22px;
}

.modal-box-start p {
    font-family: brico;
    font-size: 18px;
    font-weight: 100;
    color: #0a2338;
}

.fechar {
    font-size: 30px;
    color: #0a2338;
    font-family: brico;
    font-weight: 100;
    cursor: pointer;
    transition: .3s;
}

.fechar:hover {
    opacity: 80%;
}

.modalBoxInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modalBoxInfo p {
    font-size: 14px;
    font-family: brico;
    color: #0a2338;
    font-weight: 100;
    opacity: 80%;
}

.inputBoxModalUm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.inputBoxModalUmInput {
    height: 35px;
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border: 1px solid #0d2d492f;
    border-radius: 8px;
}

.inputBoxModalUmInput label {
    border-right: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    font-size: 14px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalUmInput input {
    height: 100%;
    width: 85%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    font-size: 15px;
    color: #0a2338;
    font-family: brico;
}

#buscarCep {
    height: 35px;
    width: 100px;
    border: none;
    background-color: #0a2338;
    color: #f3f3f3;
    font-family: brico;
    font-size: 15px;
    font-weight: 100;
    border-radius: 8px;
    cursor: pointer;
}

.inputBoxModalDois {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.inputBoxModalDoisInput {
    height: 35px;
    width: 35%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border: 1px solid #0d2d492f;
    border-radius: 8px;
}

.inputBoxModalDoisInput label {
    border-right: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 14px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalDoisInput input {
    height: 100%;
    width: 50%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    font-size: 15px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalTresInput {
    height: 35px;
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border: 1px solid #0d2d492f;
    border-radius: 8px;
}

.inputBoxModalTresInput label {
    border-right: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-size: 14px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalTresInput input {
    height: 100%;
    width: 75%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    font-size: 15px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalQuatroInput {
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border: 1px solid #0d2d492f;
    border-radius: 8px;
}

.inputBoxModalQuatroInput label {
    border-right: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
    font-size: 14px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalQuatroInput input {
    height: 100%;
    width: 83%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    font-size: 15px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalCincoInput {
    height: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    border: 1px solid #0d2d492f;
    border-radius: 8px;
}

.inputBoxModalCincoInput label {
    border-right: 1px solid #0d2d492f;
    background-color: #0d2d490e;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    font-size: 14px;
    color: #0a2338;
    font-family: brico;
}

.inputBoxModalCincoInput input {
    height: 100%;
    width: 55%;
    border: none;
    outline: none;
    background-color: transparent;
    padding-left: 10px;
    font-size: 15px;
    color: #0a2338;
    font-family: brico;
}

.modalBoxBtns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#salvarEndereco {
    height: 35px;
    width: 50%;
    border-radius: 8px;
    border: none;
    background-color: #0a2338;
    color: #f3f3f3;
    font-family: brico;
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
    transition: .4s;
}

#salvarEndereco:hover {
    background-color: #081c2c;
}

#limparEndereco {
    height: 35px;
    width: 50%;
    border-radius: 8px;
    border: none;
    background-color: #0d2d490e;
    border: 1px solid #0d2d4925;
    color: #0a2338;
    font-family: brico;
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
    transition: .4s;
}

#limparEndereco:hover {
    background-color: #0d2d4915;
}

.input-modal {
    transition: all .3s ease;
}

#cep {
    transition: border .3s ease;
}

#numero {
    transition: all .3s ease;
}

#mensagemErro {
    font-size: 14px;
    font-family: brico;
    color: red;
}

.cabeçalho nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;    
}

.a-faq {
    background-color: transparent;
    border: 1px solid #f3f3f380;
    color: #f3f3f3;
    padding: 10px 18px 10px 18px;
    font-family: brico;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: .3s;
}

.a-faq:hover {
    color: #f3f3f380;
}

.a-whatsapp {
    background-color: #ffd72c;
    padding: 10px 18px 10px 18px;
    font-family: brico;
    color: #081c2c;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: .3s;
}

.a-whatsapp:hover {
    background-color: #f0c817;
}

.hamburguer {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 23px;
    height: 2.5px;
    border-radius: 2px;
    margin: 4px auto;
    background-color: #f3f3f3;
    transition: all .3s ease-in-out;
}

#cookieBanner {
    position: fixed;
    bottom: 0;
    left: 65px;
    right: 0;
    border: 1px solid #081c2c2d;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.281);
    border-radius: 20px 20px 0px 0px;
    color: #f3f3f3;
    padding: 25px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 20px;
    z-index: 9999;
    color: #081c2c;
    width: 40%;
    height: 115px;
}

#cookieBanner img {
    width: 40px;
}

#cookieBanner span {
    font-family: brico;
    font-weight: 100;
    font-size: 14px;
    width: 60%;
    color: #081c2c;
}

#cookieBanner button {
    background-color: #0077ff;
    border: none;
    outline: none;
    height: 40px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: brico;
    font-size: 14px;
    border-radius: 10px;
    color: #f3f3f3;
    transition: .4s;
}

#cookieBanner button:hover {
    background-color: #006be6;
}

.sec-um {
    height: 70vh;
    background-color: #081c2c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 110px 0px 0px 0px;
}

.sec-um-span-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background-color: #0d2d49;
    font-family: brico;
    color: #ffd72c;
    padding: 5px 25px 5px 25px;
    border-radius: 100px;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 15px;
}

.sec-um-span-tag img {
    width: 25px;
}

h2 {
    font-family: brico;
    font-size: 2.6rem;
    color: #f3f3f3;
}

.sec-um-div-slide {
    width: 100%;
    margin: -1% auto;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(100%, -50%);
    opacity: 0;
    transition: transform 1.2s ease-in-out, opacity 1s ease-in-out;
    font-size: 14px;
    font-weight: 100;
    color: #f3f3f380;
    text-align: center;
    width: 45%;
}

.texto.ativo {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.texto.saindo {
    opacity: 0;
    transform: translate(-150%, -50%);
}

.navbar {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navbar button {
    margin-top: 0px;
    padding: 2px 11px;
    border: none;
    border-radius: 100px;
    background: #f3f3f380;
    cursor: pointer;
    transition: background .3s;
}

.navbar button.ativo {
    background: #ffd72c;
}

.sec-dois {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    height: 60vh;
    background-color: #f3f3f3;
    padding: 70px 65px 20px 65px;
}

.sec-dois-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sec-dois-cards-card {
    border: 1px solid #081c2c0e;
    width: 24%;
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 15px;
}

#sec-dois-cards-card-um {
    background-image: url(/assets/image/secDoisCardUm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-dois-cards-card-dois {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    height: 300px;
}

#sec-dois-cards-card-tres {
    background-image: url(assets/image/secDoisCardTres.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-dois-cards-card-quatro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    height: 300px;
}

.sec-dois-cards-card-titulo {
    color: #f3f3f3;
    font-family: brico;
    font-size: 16px;
    background-color: #081c2c96;
    padding: 8px 15px 8px 15px;
    font-weight: 100;
    border-radius: 10px;
}

.sec-dois-cards-card-end {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.sec-dois-cards-card-end p {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 300;
}

.sec-dois-cards-card-end span {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.sec-dois-cards-card-end span a {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s;
    border-bottom: 1px solid #f3f3f3;
}

.sec-dois-cards-card-end span a img {
    width: 15px;
}

.sec-dois-cards-card:hover > .sec-dois-cards-card-end span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sec-dois-cards-card-end a:hover {
    opacity: 70%;
}

.sec-dois-cards-card-dois-card-um {
    width: 100%;
    background-color: #00B0FF;
    height: 30%;
    border-radius: 30px 50px 0px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding-left: 30px;
    gap: 10px;
    color: #081c2c;
}

.sec-dois-cards-card-dois-card-um p {
    color: #f3f3f3;
    font-family: brico;
    font-size: 18px;
    font-weight: 100;
    border-radius: 10px;
}

.sec-dois-cards-card-dois-card-dois {
    width: 100%;
    background-color: #081c2c;
    height: 69%;
    border-radius: 50px 0px 50px 50px;
    padding: 30px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    justify-content: end;
}

.sec-dois-cards-card-dois-card-dois p {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 300;
}

.sec-dois-cards-card-dois-card-dois span a {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s;
    border-bottom: 1px solid #f3f3f3;
}

.sec-dois-cards-card-dois-card-dois span a img {
    width: 15px;
}

.sec-dois-cards-card-dois-card-dois a:hover {
    opacity: 70%;
}

.sec-dois-cards-card-quatro-card-um {
    width: 100%;
    background-color: #081c2c;
    height: 30%;
    border-radius: 50px 30px 50px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding-left: 30px;
    gap: 10px;
    color: #081c2c;
}

.sec-dois-cards-card-quatro-card-um p {
    color: #f3f3f3;
    font-family: brico;
    font-size: 18px;
    font-weight: 100;
    border-radius: 10px;
}

.sec-dois-cards-card-quatro-card-dois {
    width: 100%;
    background-color: #00B0FF;
    height: 69%;
    border-radius: 0px 50px 50px 50px;
    padding: 30px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
    justify-content: end;
}

.sec-dois-cards-card-quatro-card-dois p {
    color: #f3f3f3;
    font-size: 18px;
    font-weight: 300;
}

.sec-dois-cards-card-quatro-card-dois span a {
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .3s;
    border-bottom: 1px solid #f3f3f3;
}

.sec-dois-cards-card-quatro-card-dois span a img {
    width: 15px;
}

.sec-dois-cards-card-quatro-card-dois a:hover {
    opacity: 70%;
}

.sec-tres {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 80px;
    height: 170vh;
    background-color: #f3f3f3;
    padding: 70px 65px 20px 65px;
}

h3 {
    font-family: brico;
    font-weight: 100;
    color: #081c2c;
    font-size: 24px;
    border-bottom: 1px solid #081c2c;
}

.sec-tres-div-corr-prev {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.sec-tres-div-corr {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 46%;
}

.sec-tres-div-corr-p-um {
    font-family: brico;
    color: #081c2c;
    font-size: 22px;
}

.sec-tres-div-corr-p-dois {
    color: #081c2ca8;
    font-weight: 100;
    font-family: brico;
    font-size: 16px;
}

.sec-tres-div-corr ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sec-tres-div-corr ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: brico;
    color: #006be6;
}

.sec-tres-div-corr ul li img {
    width: 20px;
}

.sec-tres-div-corr a {
    font-family: brico;
    color: #006be6;
    font-size: 17px;
    font-weight: 100;
    cursor: pointer;
    transition: .4s;
}

.sec-tres-div-corr a:hover {
    opacity: 80%;
    text-decoration: underline;
}

.sec-tres-div-cards-principal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}

.sec-tres-div-cards-btns button {
    background-color: transparent;
    border: none;
    outline: none;
    transition: .4s;
}

.sec-tres-div-cards-btns button:hover {
    opacity: 50%;
}

.sec-tres-div-cards-btns button img {
    width: 17px;
    cursor: pointer;
}

.sec-tres-div-cards {
    display: flex;          
    overflow-x: auto;       
    scroll-behavior: smooth; 
    gap: 16px;            
    width: 100%; 
    height: 100%;
    padding: 10px 0;       
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    position: relative;
}

.sec-tres-div-cards::-webkit-scrollbar {
    display: none;
}
  
.sec-tres-div-cards-card {
    flex: 0 0 auto;        
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    height: 400px;
    width: 300px;
    border-radius: 15px;
    padding: 35px 30px 30px 30px;
    justify-content: start;
    background-color: #ffffff;
}

#sec-tres-div-cards-card-um {
    background-image: url(/assets/image/secTresCardUm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sec-tres-div-cards-card-dois {
    background-image: url(/assets/image/secTresCardDois.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sec-tres-div-cards-card-tres {
    background-image: url(/assets/image/secTresCardTres.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sec-tres-div-cards-card-quatro {
    background-image: url(/assets/image/secTresCardQuatro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-tres-div-cards-card span {
    font-family: brico;
    color: #f3f3f3;
    font-size: 22px;
    font-weight: 100;
    border-left: 2px solid #f3f3f3;
    padding-left: 5px;
}

.sec-tres-div-cards-card p {
    color: #f3f3f3e0;
    font-size: 15px;
    font-weight: 300;
}

.sec-tres-div-cards-card a {
    font-family: brico;
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 100;
    background-color: #0077ff;
    padding: 9px 25px 9px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s;
}

.sec-tres-div-cards-card a:hover {
    background-color: #006be6;
}

.sec-quatro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100vh;
    background-color: #081c2c;
}

h4 {
    font-family: brico;
    font-weight: 100;
    color: #f3f3f3;
    font-size: 24px;
}

.sec-quatro-p-um {
    color: #f3f3f39c;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
    width: 60%;
}

.container {
    position: relative;
    width: 700px;
    height: 350px;
    margin-top: 20px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    font-family: brico;
    font-weight: 100;
    background-color: #f3f3f3;
    color: #081c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 2.2rem;
    z-index: 10;
}

.line {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    background: linear-gradient(to right, #f3f3f352 60%, transparent);
    transform-origin: left center;
}

.dot {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dot img {
    border-radius: 100px;
    width: 70%;
    height: 70%;
    object-fit: contain;
    position: absolute;
}

footer {
    height: 65vh;
    background-color: #061624;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 50px 65px 25px 65px;
}

.logo-footer-coluna {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.logo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-footer img {
    width: 42px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 130px;
}

.ul-row {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 150px;
}

.ul-coluna {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.ul-coluna li {
    font-family: brico;
    font-size: 17px;
    font-weight: 100;
    color: #f3f3f3;
}

.ul-coluna li a {
    color: #f3f3f3;
    font-size: 14px;
    opacity: 70%;
    font-weight: 100;
    cursor: pointer;
}

.ul-coluna li a:hover {
    text-decoration: underline;
    opacity: 100%;
}

.li-coluna-tres {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.li-coluna-tres p {
    color: #f3f3f3;
    font-size: 14px;
    opacity: 70%;
    font-weight: 100;
    cursor: pointer;
}

.ul-coluna li img {
    width: 18px;
}

footer p {
    color: #f3f3f39f;
    font-weight: 100;
    font-size: 13px;
}

@media screen and (min-width: 50px) and (max-width: 249px) {
    .cabeçalho {
        padding: 20px 20px 0px 20px;
        flex-direction: column;
        align-items: start;
    }

    .logos {
        padding-bottom: 10px;
    }

    .logos img {
        width: 35px;
    }

    h1 {
        font-size: 18px;
        display: none;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 13px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 120px;
        height: 35%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -57px;
        min-width: 170px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 12px;    
        padding: 19px 25px 19px 25px;
    }

    .dropdown-menu li a img {
        display: none;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 12px 8px 12px;
        font-size: 12px;
    }

    .a-whatsapp {
        padding: 8px 12px 8px 12px;
        font-size: 12px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 230px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 12px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 75px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 130vh;
        gap: 10px;
        padding: 50px 25px 30px 25px;
    }

    .sec-um-span-tag {
        padding: 8px 25px 8px 25px;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sec-um-span-tag img {
        width: 25px;
        display: none;
    }

    h2 {
        font-size: 1.7rem;
        font-weight: 100;
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 190px;
    }

    .texto {
        font-size: 11px;
        width: 100%;
    }

    .navbar button {
        padding: 2px 8px;
    }

    .sec-dois {
        height: auto;
        max-height: 250vh;
        padding: 40px 25px 20px 25px;
    }

    .sec-dois-cards {
        gap: 15px;
    }

    .sec-dois-cards-card {
        width: 100%;
        height: 280px;
        padding: 10px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 100%;
        height: 295px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 12px;
        padding: 8px 15px 8px 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 14px;
    }

    .sec-dois-cards-card-end span a {
        font-size: 13px;
    }

    .sec-dois-cards-card-end span a img {
        width: 14px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 13px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 12px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 12px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 12px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 12px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 350vh;
        padding: 40px 25px 20px 25px;
    }

    h3 {
        font-size: 18px;
        width: 80%;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 100%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 18px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li {
        font-size: 13px;
    }

    .sec-tres-div-corr ul li img {
        width: 16px;
    }

    .sec-tres-div-corr a {
        font-size: 15px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 14px;
    }
  
    .sec-tres-div-cards-card {
        height: 350px;
        width: 200px;
    }

    .sec-tres-div-cards-card span {
        font-size: 20px;
    }

    .sec-tres-div-cards-card p {
        font-size: 14px;
    }

    .sec-tres-div-cards-card a {
        font-size: 14px;
        padding: 9px 22px 9px 22px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 250vh;
        padding: 45px 25px 45px 25px;
    }

    h4 {
        font-size: 18px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 12px;
        width: 95%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 220vh;
        gap: 50px;
        padding: 35px 20px 25px 20px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 13px;
    }

    .li-coluna-tres p {
        font-size: 12px;
    }

    .ul-coluna li img {
        display: none;
    }

    footer p {
        font-size: 12px;
    }   
}

@media screen and (min-width: 250px) and (max-width: 299px) {
    .cabeçalho {
        padding: 20px 25px 0px 25px;
        flex-direction: column;
        align-items: start;
    }

    .logos {
        padding-bottom: 10px;
    }

    .logos img {
        width: 35px;
    }

    h1 {
        font-size: 18px;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 13px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 120px;
        height: 35%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -65px;
        min-width: 180px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 12px;    
        padding: 19px 25px 19px 25px;
    }

    .dropdown-menu li a img {
        display: none;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 12px;
    }

    .a-whatsapp {
        padding: 8px 20px 8px 20px;
        font-size: 12px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 190px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 75px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 100vh;
        gap: 10px;
        padding: 50px 25px 30px 25px;
    }

    .sec-um-span-tag {
        padding: 8px 25px 8px 25px;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sec-um-span-tag img {
        width: 25px;
        display: none;
    }

    h2 {
        font-size: 1.8rem;
        font-weight: 100;
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 160px;
    }

    .texto {
        font-size: 12px;
        width: 100%;
    }

    .navbar button {
        padding: 2px 8px;
    }

    .sec-dois {
        height: auto;
        max-height: 240vh;
        padding: 40px 25px 20px 25px;
    }

    .sec-dois-cards {
        gap: 15px;
    }

    .sec-dois-cards-card {
        width: 100%;
        height: 280px;
        padding: 15px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 100%;
        height: 245px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 13px;
        padding: 8px 15px 8px 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 15px;
    }

    .sec-dois-cards-card-end span a {
        font-size: 14px;
    }

    .sec-dois-cards-card-end span a img {
        width: 14px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 14px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 14px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 15px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 14px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 310vh;
        padding: 40px 25px 20px 25px;
    }

    h3 {
        font-size: 20px;
        width: 80%;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 100%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 18px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li {
        font-size: 13px;
    }

    .sec-tres-div-corr ul li img {
        width: 16px;
    }

    .sec-tres-div-corr a {
        font-size: 15px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 14px;
    }
  
    .sec-tres-div-cards-card {
        height: 350px;
        width: 200px;
    }

    .sec-tres-div-cards-card span {
        font-size: 20px;
    }

    .sec-tres-div-cards-card p {
        font-size: 14px;
    }

    .sec-tres-div-cards-card a {
        font-size: 14px;
        padding: 9px 22px 9px 22px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 250vh;
        padding: 45px 25px 45px 25px;
    }

    h4 {
        font-size: 20px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 13px;
        width: 95%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 220vh;
        gap: 50px;
        padding: 35px 30px 25px 30px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 13px;
    }

    .li-coluna-tres p {
        font-size: 13px;
    }

    .ul-coluna li img {
        display: none;
    }

    footer p {
        font-size: 12px;
    }   
}

@media screen and (min-width: 300px) and (max-width: 359px) {
    .cabeçalho {
        padding: 27px 25px 0px 25px;
        flex-direction: column;
        align-items: start;
    }

    .logos {
        padding-bottom: 10px;
    }

    .logos img {
        width: 35px;
    }

    h1 {
        font-size: 18px;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 120px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
    left: -72px;
    min-width: 200px;
    border: 1px solid #081c2c13;
    border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .dropdown-menu li a img {
        display: none;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 25px 8px 25px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 35px 8px 35px;
        font-size: 13px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 190px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 75px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 150vh;
        gap: 10px;
        padding: 70px 25px 30px 25px;
    }

    .sec-um-span-tag {
        padding: 8px 25px 8px 25px;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sec-um-span-tag img {
        width: 25px;
        display: none;
    }

    h2 {
        font-size: 2rem;
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 160px;
    }

    .texto {
        font-size: 13px;
        width: 100%;
    }

    .navbar button {
        padding: 2px 11px;
    }

    .sec-dois {
        height: auto;
        max-height: 230vh;
        padding: 40px 25px 20px 25px;
    }

    .sec-dois-cards {
        gap: 15px;
    }

    .sec-dois-cards-card {
        width: 100%;
        height: 280px;
        padding: 20px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 100%;
        height: 245px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 14px;
        padding: 8px 15px 8px 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 16px;
    }

    .sec-dois-cards-card-end span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-end span a img {
        width: 14px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 16px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 14px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 16px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 14px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 270vh;
        padding: 70px 25px 20px 25px;
    }

    h3 {
        font-size: 21px;
        width: 80%;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 100%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 18px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li {
        font-size: 13px;
    }

    .sec-tres-div-corr ul li img {
        width: 16px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 15px;
    }
  
    .sec-tres-div-cards-card {
        height: 350px;
        width: 220px;
    }

    .sec-tres-div-cards-card span {
        font-size: 20px;
    }

    .sec-tres-div-cards-card p {
        font-size: 14px;
    }

    .sec-tres-div-cards-card a {
        font-size: 14px;
        padding: 9px 22px 9px 22px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 250vh;
        padding: 45px 25px 45px 25px;
    }

    h4 {
        font-size: 21px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 14px;
        width: 95%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 30px 25px 30px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 360px) and (max-width: 450px) {
    .cabeçalho {
        padding: 27px 30px 0px 30px;
        flex-direction: row;
    }

    .logos img {
        width: 42px;
    }

    h1 {
        font-size: 18px;
        display: none;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 90px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -80px;
        min-width: 220px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .dropdown-menu li a img {
        display: none;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 180px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 75px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 130vh;
        gap: 10px;
        padding: 50px 40px 30px 40px;
    }

    .sec-um-span-tag {
        padding: 8px 25px 8px 25px;
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sec-um-span-tag img {
        width: 25px;
        display: none;
    }

    h2 {
        font-size: 2rem;
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 160px;
    }

    .texto {
        font-size: 13px;
        width: 100%;
    }

    .navbar button {
        padding: 2px 11px;
    }

    .sec-dois {
        height: auto;
        max-height: 270vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 15px;
    }

    .sec-dois-cards-card {
        width: 100%;
        height: 280px;
        padding: 20px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 100%;
        height: 245px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 14px;
        padding: 8px 15px 8px 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 16px;
    }

    .sec-dois-cards-card-end span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-end span a img {
        width: 14px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 16px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 14px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 30px 50px 0px 50px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 50px 0px 50px 50px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 16px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 15px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 14px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 300vh;
        padding: 70px 40px 20px 40px;
    }

    h3 {
        font-size: 21px;
        width: 80%;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 100%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 18px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li {
        font-size: 13px;
    }

    .sec-tres-div-corr ul li img {
        width: 16px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 15px;
    }
  
    .sec-tres-div-cards-card {
        height: 350px;
        width: 220px;
    }

    .sec-tres-div-cards-card span {
        font-size: 20px;
    }

    .sec-tres-div-cards-card p {
        font-size: 14px;
    }

    .sec-tres-div-cards-card a {
        font-size: 14px;
        padding: 9px 22px 9px 22px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 250vh;
        padding: 45px 40px 45px 40px;
    }

    h4 {
        font-size: 21px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 14px;
        width: 95%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 451px) and (max-width: 570px) {
    .cabeçalho {
        padding: 27px 40px 0px 40px;
        flex-direction: row;
    }

    .logos img {
        width: 42px;
    }

    h1 {
        font-size: 18px;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 90px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -80px;
        min-width: 220px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 150px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 80px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 100vh;
        gap: 10px;
        padding: 60px 40px 30px 40px;
    }

    h2 {
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 160px;
    }

    .texto {
        font-size: 13px;
        width: 100%;
    }

    .sec-dois {
        height: auto;
        max-height: 130vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 5px;
    }

    .sec-dois-cards-card {
        width: 47%;
        height: 280px;
        padding: 15px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 47%;
        height: 280px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 14px;
        padding: 8px 15px 8px 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 14px;
    }

    .sec-dois-cards-card-end span a {
        font-size: 13px;
    }

    .sec-dois-cards-card-end span a img {
        width: 14px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 25px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 13px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 14px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 15px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 13px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 14px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 250vh;
        padding: 50px 40px 20px 40px;
    }

    h3 {
        font-size: 21px;
        width: 80%;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 100%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 18px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li {
        font-size: 13px;
    }

    .sec-tres-div-corr ul li img {
        width: 16px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 15px;
    }
  
    .sec-tres-div-cards-card {
        height: 350px;
        width: 220px;
    }

    .sec-tres-div-cards-card span {
        font-size: 20px;
    }

    .sec-tres-div-cards-card p {
        font-size: 14px;
    }

    .sec-tres-div-cards-card a {
        font-size: 14px;
        padding: 9px 22px 9px 22px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 70vh;
        padding: 45px 40px 45px 40px;
    }

    h4 {
        font-size: 21px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 14px;
        width: 95%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 571px) and (max-width: 750px) {
    .cabeçalho {
        padding: 27px 40px 0px 40px;
        flex-direction: row;
    }

    .logos img {
        width: 42px;
    }

    h1 {
        font-size: 18px;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 90px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -85px;
        min-width: 240px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .header-endereco {
        display: none;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    #cookieBanner {
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 25px;
        gap: 15px;
        width: 100%;
        height: 150px;
        flex-direction: column;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 100%;
    }

    #cookieBanner button {
        height: 35px;
        width: 80px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 100vh;
        gap: 10px;
        padding: 60px 40px 30px 40px;
    }

    h2 {
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 120px;
    }

    .texto {
        font-size: 13px;
        width: 80%;
    }

    .sec-dois {
        height: auto;
        max-height: 140vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 5px;
    }

    .sec-dois-cards-card {
        width: 49%;
        height: 280px;
        padding: 15px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 49%;
        height: 280px;
    }

    .sec-dois-cards-card-end p {
        font-size: 17px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 25px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 17px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 17px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 270vh;
        padding: 50px 40px 20px 40px;
    }

    .sec-tres-div-corr-prev {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 90%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 20px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 15px;
    }

    .sec-tres-div-corr ul li {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li img {
        width: 18px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-tres-div-cards-btns button img {
        width: 15px;
    }
  
    .sec-tres-div-cards-card {
        width: 250px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 70vh;
        padding: 45px 40px 45px 40px;
    }

    h4 {
        font-size: 21px;
        text-align: center;
    }

    .sec-quatro-p-um {
        font-size: 14px;
        width: 80%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 751px) and (max-width: 900px) {
    .cabeçalho {
        padding: 27px 40px 0px 40px;
        flex-direction: row;
    }

    .logos img {
        width: 42px;
    }

    h1 {
        font-size: 18px;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 90px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -85px;
        min-width: 240px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .header-endereco {
        padding-right: 15px;
    }

    .header-endereco span {
        font-size: 11px;
    }

    .header-endereco p {
        font-size: 13px;
    }

    .modalBoxEndereco {
        margin: 5.2% auto;
        width: 430px;
    }

    .modal-box-start-img span img {
        width: 20px;
    }

    .modal-box-start p {
        font-size: 17px;
    }

    .modalBoxInfo p {
        font-size: 13px;
    }

    .inputBoxModalUmInput {
        width: 280px;
    }

    .inputBoxModalUmInput label {
        font-size: 13px;
    }

    #buscarCep {
        font-size: 14px;
    }

    .inputBoxModalDoisInput label {
        font-size: 13px;
    }

    .inputBoxModalTresInput label {
        font-size: 13px;
    }

    .inputBoxModalQuatroInput label {
        font-size: 13px;
    }

    .inputBoxModalCincoInput label {
        font-size: 13px;
    }

    #salvarEndereco {
        font-size: 14px;
    }

    #limparEndereco {
        font-size: 14px;
    }

    #mensagemErro {
        font-size: 13px;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    #cookieBanner {
        width: 60%;
    }

    #cookieBanner img {
        display: none;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 70%;
    }

    #cookieBanner button {
        height: 35px;
        width: 80px;
        font-size: 13px;
    }

    .sec-um {
        height: auto;
        max-height: 100vh;
        gap: 10px;
        padding: 60px 40px 30px 40px;
    }

    h2 {
        text-align: center;
    }

    .sec-um-div-slide {
        min-height: 120px;
    }

    .texto {
        font-size: 13px;
        width: 65%;
    }

    .sec-dois {
        height: auto;
        max-height: 140vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 5px;
    }

    .sec-dois-cards-card {
        width: 49%;
        height: 280px;
        padding: 15px;
    }

    .sec-dois-cards-card-dois, .sec-dois-cards-card-quatro {
        width: 49%;
        height: 280px;
    }

    .sec-dois-cards-card-end p {
        font-size: 17px;
    }

    .sec-dois-cards-card-dois-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 25px;
    }

    .sec-dois-cards-card-dois-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 17px;
    }

    .sec-dois-cards-card-quatro-card-um {
        height: 25%;
        border-radius: 20px 40px 0px 40px;
        padding-left: 30px;
    }

    .sec-dois-cards-card-quatro-card-dois {
        height: 73%;
        border-radius: 40px 0px 40px 40px;
        padding: 30px 30px 35px 30px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 17px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 200vh;
        padding: 50px 40px 20px 40px;
    }

    .sec-tres-div-corr-prev {
        gap: 40px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 90%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 20px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 15px;
    }

    .sec-tres-div-corr ul li {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li img {
        width: 18px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 90vh;
        padding: 45px 40px 45px 40px;
    }

    .sec-quatro-p-um {
        width: 80%;
    }

    .container {
        display: none;
    }

    .center {
        display: none;
    }

    .line {
        display: none;
    }

    .dot {
        display: none;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-row {
        flex-direction: column;
        gap: 50px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
    .cabeçalho {
        padding: 27px 40px 0px 40px;
        flex-direction: row;
    }

    .nav-link {
        font-weight: 100;
        color: #081c2c;
        font-family: brico;
        font-size: 14px;
        transition: .5s;
    }

    .nav-link:hover {
        border: none;
    }

    #nav-link-active {
        border-bottom: 1px solid #081c2c;
    }

    .nav-menu.active {
        color: #081c2c;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 90px;
        height: 40%;
        gap: 15px;
        justify-content: center;
        background-color: #ffd72c;
        flex-direction: column;
        z-index: 999;
        width: 100%;
        transition: .3s;
        transform: translate(0%);
    }

    .nav-item {
        position: relative;
    }

    .hamburguer {
        display: block;
    }

    .hamburguer.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(48deg);
    }

    .hamburguer.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-menu {
        left: -85px;
        min-width: 240px;
        border: 1px solid #081c2c13;
        border-radius: 20px 20px 20px 20px;
    }

    .dropdown-menu li a {
        font-size: 13px;    
        padding: 19px 25px 19px 25px;
    }

    .header-endereco {
        padding-right: 15px;
    }

    .header-endereco span {
        font-size: 11px;
    }

    .header-endereco p {
        font-size: 13px;
    }

    .modalBoxEndereco {
        margin: 5.2% auto;
        width: 430px;
    }

    .modal-box-start-img span img {
        width: 20px;
    }

    .modal-box-start p {
        font-size: 17px;
    }

    .modalBoxInfo p {
        font-size: 13px;
    }

    .inputBoxModalUmInput {
        width: 280px;
    }

    .inputBoxModalUmInput label {
        font-size: 13px;
    }

    #buscarCep {
        font-size: 14px;
    }

    .inputBoxModalDoisInput label {
        font-size: 13px;
    }

    .inputBoxModalTresInput label {
        font-size: 13px;
    }

    .inputBoxModalQuatroInput label {
        font-size: 13px;
    }

    .inputBoxModalCincoInput label {
        font-size: 13px;
    }

    #salvarEndereco {
        font-size: 14px;
    }

    #limparEndereco {
        font-size: 14px;
    }

    #mensagemErro {
        font-size: 13px;
    }

    .a-faq {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    .a-whatsapp {
        padding: 8px 17px 8px 17px;
        font-size: 13px;
    }

    #cookieBanner {
        width: 60%;
    }

    #cookieBanner span {
        font-size: 13px;
        width: 70%;
    }

    #cookieBanner button {
        height: 35px;
        width: 80px;
        font-size: 13px;
    }

    .sec-um {
        padding: 80px 40px 30px 40px;
    }

    .sec-dois {
        height: auto;
        max-height: 80vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 5px;
    }

    .sec-dois-cards-card {
        padding: 15px;
    }

    .sec-dois-cards-card-titulo {
        font-size: 15px;
    }

    .sec-dois-cards-card-end p {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-quatro-card-um p {
        font-size: 16px;
    }

    .sec-dois-cards-card-dois-card-dois p {
        font-size: 15px;
    }

    .sec-dois-cards-card-quatro-card-dois p {
        font-size: 15px;
    }

    .sec-dois-cards-card-dois-card-dois span a {
        font-size: 14px;
    }

    .sec-dois-cards-card-dois-card-dois span a img {
        width: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a {
        font-size: 14px;
    }

    .sec-dois-cards-card-quatro-card-dois span a img {
        width: 14px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 200vh;
        padding: 50px 40px 20px 40px;
    }

    .sec-tres-div-corr-prev {
        gap: 40px;
    }

    .sec-tres-div-corr {
        gap: 20px;
        width: 90%;
    }

    .sec-tres-div-corr-p-um {
        font-size: 20px;
    }

    .sec-tres-div-corr-p-dois {
        font-size: 15px;
    }

    .sec-tres-div-corr ul li {
        font-size: 14px;
    }

    .sec-tres-div-corr ul li img {
        width: 18px;
    }

    .sec-tres-div-corr a {
        font-size: 16px;
    }

    .sec-tres-div-cards-principal {
        align-items: start;
        gap: 5px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 130vh;
        padding: 55px 40px 45px 40px;
    }

    .sec-quatro-p-um {
        width: 80%;
    }

    .center {
        width: 55px;
        height: 55px;
        font-size: 2rem;
    }

    .dot {
        width: 45px;
        height: 45px;
    }

    footer {
        height: auto;
        max-height: 200vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }

    .logo-footer img {
        width: 35px;
    }

    .footer-row {
        flex-wrap: wrap;
        gap: 80px;
    }

    .ul-coluna li {
        font-size: 16px;
    }

    .ul-coluna li a {
        font-size: 14px;
    }

    .li-coluna-tres p {
        font-size: 14px;
    }

    .ul-coluna li img {
        width: 16px;
    }

    footer p {
        font-size: 13px;
    }   
}

@media screen and (min-width: 1101px) and (max-width: 1500px) {
    .cabeçalho {
        padding: 27px 40px 0px 40px;
    }

    .nav-link {
        font-size: 14px;
    }

    .header-endereco span {
        font-size: 11px;
    }

    .header-endereco p {
        font-size: 13px;
    }

    #cookieBanner {
        width: 55%;
    }

    .sec-um {
        padding: 80px 40px 30px 40px;
    }

    .sec-dois {
        height: auto;
        max-height: 80vh;
        padding: 40px 40px 20px 40px;
    }

    .sec-dois-cards {
        gap: 5px;
    }

    .sec-dois-cards-card {
        padding: 15px;
    }

    .sec-tres {
        gap: 50px;
        height: auto;
        max-height: 220vh;
        padding: 50px 40px 20px 40px;
    }

    .sec-quatro {
        gap: 15px;
        height: auto;
        max-height: 130vh;
        padding: 55px 40px 45px 40px;
    }

    footer {
        height: auto;
        max-height: 150vh;
        gap: 50px;
        padding: 35px 40px 25px 40px;
    }
}