* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

header {
    background-color: #8a160e;
}

/* cookie */

.cookie-container {
    height: 10vh;
    background-color: #F3F3FB;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #222222;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 100%;
    padding: 15px;
    justify-content: space-between;
}
.cookie-text {
    text-align: center;
    font-size: 14px;
    color: #222222;
    margin-bottom: 0px;
}

.accept-cookie {
    border-radius: 3px;
    padding: 7px 15px;
    background-color: #2b9b75;
    color: #F3F3FB;
    border: 0px;
}

.close-cookie {
    background-color: transparent;
    color: #222222;
    border: 0px;
    margin-left: 20px;
}

.d-none {
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    margin: 0px 80px 0px 80px;
}

nav img {
    height: 100%;
    width: 65px;
}
nav ul {
    display: flex;
    list-style: none;
    padding-top: 16px;
}

nav ul a {
    text-decoration: none;
    color: #fff;
    font-family: sans-serif;
    margin-right: 25px;
    font-size: 19px;
    letter-spacing: 1px;
}

nav ul a:hover {
    border-bottom: 2px solid white;
    color: #fff;
}


#homeSection {
    height: 90vh;
}
#homeSectionImg {
    position: absolute;
    right: 0;
    height: 90vh;
    filter: brightness(50%);
}

#homeSection div {
    margin: 0px 700px 20px 40px;
    padding-top: 140px;
    height: 80vh;
}

#homeSection h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
}
#homeSection h1 span {
    color: #f5c108;
}

#homeSection h4 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 100;
    letter-spacing: 1px;
}

#homeSection p {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

#homeSection h3 {
    margin-left: 40px;
    font-size: 20px;
    font-family: sans-serif;
}
#homeSection h3 a{
    color: #1c1c1c;
    text-decoration: none
}

#inicio {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #c00;
}

.homeContent {
    padding: 0 20%;
}

#imginicio {
    border-radius: 10px;
    height: 400px;
    border: 3px solid #c00;
}

#imgThanks {
    position: absolute;
    right: 0;
    height: 90vh;
    filter: brightness(50%);
}

.wrapperThanks {
    margin: 0px 550px 20px 40px;
    padding-top: 140px
}

#inicio h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #F3F3FB;
}


#inicio h4 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 100;
    letter-spacing: 1px;
}

#inicio p {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: #b1b1b1;
    font-weight: bold;
}

#saberMais {
    padding: 7px 20px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}


#saberMais:hover {
    background-color: #8a160e;
    border: 1px solid #8a160e;
    color: #fff;
    transition: .4s;
}

#wpp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-family: sans-serif;
    border-radius: 10px;
    z-index: 2;
}

#numberFixed {
    position: fixed;
    right: 80px;
    background-color: white;
    border: 2px solid #8a160e;
    border-radius: 25px;
    padding: 7px 25px;
    bottom: 20px;
    font-family: sans-serif;
    z-index: 2;
    text-decoration: none;
    color: #8a160e;
    font-weight: bold;
}

#wpp:hover {
    transition: .3s;
    transform: translateY(-10px);
}

#wpp img {
    height: 7.0vh;
}
#wpp i {
    font-size: 29px;
}

#inicio h3 {
    margin-left: 40px;
    font-size: 20px;
    font-family: sans-serif;
}

#inicio h3 a{
    color: #1c1c1c;
    text-decoration: none
}

.buttonsWrapper {
    padding: 0 20%;
}

.buttonsWrapper a {
    text-align: center;
    background-color: #F3F3FB;
    border: 2px solid #F3F3FB;
    border-radius: 30px;
    text-decoration: none;
    color: #c00;
    max-width: 600px;
    width: 100%;
    padding: 10px 25px;
    font-weight: bold;
}

.buttonsWrapper a:hover {
    color: #F3F3FB;
    background-color: transparent;
    border: 2px solid #F3F3FB;
    transition: .7s all;
}

#funcionamento h1 {
    font-size: 45px;
    font-weight: bold;
    color: #c00;
}

#funcionamento a {
    background-color: #c00;
    color: #F3F3FB;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 20px;
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

#call a {
    background-color: #c00;
    color: #F3F3FB;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 20px;
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.img-border {
    background-color: #242323; 
    border-radius: 44% 56% 31% 69% / 42% 30% 70% 58%; 
    overflow: hidden; 
    height: 300px; 
    width: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    z-index: 1;
    border: 4px solid #c00;
}

.servicesCard {
    background-color: rgb(45, 87, 117);
    height: 400px;
    border-radius: 10px;
    padding: 95px;
    display: flex;
    flex-direction: column;
}

.servicesCard h2 {
    font-size: 27px;
    font-weight: bold;
    color: #F3F3FB !important;
}

.servicesCard p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #F3F3FB;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

nav .hamburguer {
    color: #fff;
    font-size: 29px;
    padding-top: 20px;
    cursor: pointer;
    display: none;
}

#funcionamento {
    background-color: #F3F3FB;
}

#funcionamento h2 {
    letter-spacing: 1px;
    color: #1c1c1c;
}

#funcionamento #small-line {
    border: 2px solid #1c1c1c;
    display: block;
     margin-bottom: 25px; 
     width: 150px;
}

#depoimentos {
    background-color: #f1f1f19a;
}

#depoimentos .wrapper {
    padding: 0 20%;
}

#depoimentos h1 {
    color: rgb(45, 87, 117);
    font-size: 50px;
    font-weight: bold;
}

#depoimentos img {
    border-radius: 50%;
    margin-right: 15px;
    width: 70px;
    height: 70px;
}

#call {
    padding: 50px 0px;
    background: url("https://rck.imgix.net/qWDdPHrEUeLkK8Np6REw/images/b8iZP5xvlEq8NbVpwWz3BQ.jpg") center center / auto repeat scroll rgba(218, 210, 210, 0);
}

#call h1 {
    font-size: 60px;
    color: #F3F3FB;
    font-weight: bold;
    text-align: center;
}

#depoimentos span {
    color: rgb(45, 87, 117);
    font-size: 19px;
    font-weight: bold;
}

#coins {
    background-image: url(./coins.jpg);
    background-size: cover;
    height: 40vh;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: brightness(70%);
}

.link-verde:hover {
    color: #7af0c8
}

#sobre {
    background-color: #131313;
}

#sobre h1 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}

#sobre #small-line {
    border: 1px solid #ffffff;
    display: block;
     margin: auto; 
     margin-bottom: 25px; 
     width: 75px;
}

#sobre h3 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
}

#sobre .division {
    display: flex;
    margin: 50px 70px 0px 70px;
    padding-bottom: 130px;
}

.division div {
    width: 800px;
    padding-right: 50px;
}
.division h5 {
    color: #8a160e;
    font-family: "Poppins",sans-serif;
    font-size: 23px;
}
.division p {
    color: whitesmoke;
    font-family: sans-serif;
    font-family: 15px;
    margin-bottom: 15px;
}

.division h4 {
    color: whitesmoke;
    font-size: 13px;
    margin-bottom: 15px;
    font-family: sans-serif;
    margin-bottom: 40px;
    margin-top: 35px;
}
.division a {
    color: white;
    text-decoration: none;
    border: none;
    border: 1px solid white;
    padding: 5px 15px;
    font-family: "Poppins", sans-serif;
}

#servicos {
    background-color: #F3F3FB;
}

#servicos h1 {
    text-align: center;
    font-size: 35px;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}

#servicos #small-line {
    border: 1px solid #000;
    display: block;
    margin: auto; 
    margin-bottom: 25px; 
    width: 75px;
}

#servicos p {
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 4vh;
    margin-right: 40px;
    margin-left: 40px;
}

#servicos .container {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.container .cards {
    width: 400px;
    background-color: #1c1c1c;
    height: 100vh;
    box-sizing: border-box;
    box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.178);
    border-radius: 15px;
    text-align: center;
}

.cards h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    color: #fff;
    padding-top: 25px;
}

.cards i {
    color: #fff;
    margin-top: 10px;
    font-size: 30px;
}

#card-2 {
    background-color: #fff !important;
}

#card-2 h2 {
    color: #000;
}
#card-2 i {
    color: #000;
}
#card-2 p {
    color: #000;
}
#card-2 h4 {
    color: #000;
}
#card-2 p {
    color: #000;
}
.cards h4 {
    padding: 35px;
    font-size: 17px;
    font-weight: bold;
    font-family: sans-serif;
    color: #F3F3FB;
}
.cards p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

#card-3 p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#card-3 h4 {
    font-size: 14px;
}

.cards a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    background-color: #8a160e;
    padding: 10px 50px;
    border-radius: 25px;
}

.cards a:hover {
    color: #fff;
}

#card-2 a {
    color: #fff;
    background-color: #1c1c1c;
}

#simulador .container {
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
}

#simulador .container .contact-form {
    display: flex;
    flex-direction: column;
    margin: auto;
}
#simulador .container label {
    font-size: 20px;
}

.container input {
    width: 600px;
    border: none;
    padding: 5px 0px;
    background-color: #F3F3FB;
    border-bottom: 2px solid #1c1c1c;
    outline: none;
    margin-bottom: 30px;
}
::placeholder {
    color: rgba(0, 0, 0, 0.616);
    font-size: 19px;
}

#simulador #js_send {
    margin: auto;
    text-decoration: none;
    color: #1c1c1c;
    border: 2px solid #1c1c1c ;
    font-family: sans-serif;
    font-size: 20px;
    padding: 0px 40px;
    border-radius: 10px;
}
#simulador #js_send:hover {
    color: #fff;
    background-color: #8a160e;
    transition: .3s ;
}

#contato {
    background-color: #131313;
    color: #fff;
    padding-bottom: 40px;
}
#contato div{
    text-align: center;
    display: flex;
    flex-direction: column;
}
#contato #small-line {
    border: 1px solid #fff;
    width: 120px;
    width: 75px;
}
#contato a {
    text-decoration: none;
    color: #fff;
}
#contato a:hover {
    color: #8a160e;
    transition: .2s;
}
#rodape {
    background-color: #171717;
    color: rgb(109, 109, 109);
    text-align: center;
    display: flex;
    flex-direction: column;
}

#rodape a {
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #F3F3FB;
}

#rodape h4 {
    padding: 20px 0px;
    font-size: 15px;
    margin: 0px;
    margin-right: 12px;
}

#rodape .d-flex {
    justify-content: center;
    align-items: center;
    display: flex;
}

#funcionamento div {
    margin: 0px 50px;
    padding: 50px 0px;
}

#funcionamento span {
    border-bottom: 1px solid black;
}

#funcionamento h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #222a51;
}

#funcionamento #small-line {
    border: 2px solid #222a51;
    display: block;
     margin-bottom: 25px; 
     width: 150px;
}

#funcionamento p {
    font-size: 22px;
    font-family: sans-serif;
    color: rgb(37, 37, 37);
    line-height: 4vh;
    margin-bottom: 50px;
}


/*RESPONSIVIDADE*/

@media (max-width: 1145px) {
    nav {
        margin: 0px;
    }
    nav img {
        margin-left: 20px;
    }

    nav #hamburguer {
        margin-right: 20px;
    }
    .navul {
        display: none;
        position: absolute;
        flex-direction: column;
        margin-top: 62px;
        height: 100vh;
        z-index: 2;
        align-items: center;
        background-color: #1c1c1c;
        width: 100%;
    }
    .navul li {
        padding: 20px 0px 20px 0px;
        margin-top: 30px;
    }
    .navul li a {
        font-size: 25px;
    }

    #inicio h1 {
        font-size: 30px;
    }

    #depoimentos h1 {
        font-size: 30px;
    }

    #call h1 {
        font-size: 30px;
    }

    #funcionamento h1 {
        font-size: 30px;
    }
    #inicio h4 {
        font-size: 16px;
        letter-spacing: normal;
    }
    #inicio p {
        font-size: 13px;
    }
    nav .hamburguer {
        display: block;
    }
    .navul.show {
        display: flex;
    }

    #servicos .container {
        display: grid;
        grid-template-columns: 1fr;
        
    }
    .cards {
        margin: auto;
    }
    #card-1 {
        margin-bottom: 50px;
    }
    #card-2 {
        margin-bottom: 50px;
    }
    #card-3 {
        margin-bottom: 50px;
    }
}

@media (min-width: 815px) {
    .homeContent {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around;
        gap: 35px;
    }

    .servicesCard {
        height: 700px;
        padding: 95px;
        min-width: 450px;
    }
}

@media (max-width: 815px) {

    #wpp img {
        height: 12vh;
    }

    nav h1 img {
        height: 8vh;
    }
    #wpp {
        font-size: 10px;
    }
    #wpp i {
        font-size: 18px;
    }
    #inicio h3 {
        font-size: 14px;
    }
    #sobre .division {
        display: block;
        margin: 50px 0px 0px 0px;
    }
    .division div {
        width: 600px;
        padding-right: 0px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #simulador h1 {
        font-size: 25px;
    }
    .container input {
        width: 400px;
    }
}

@media (max-width: 675px) {
    .homeContent {
        padding: 0 9%;
    }

    #depoimentos .wrapper {
        padding: 0 9%;
    }

    .img-border {
        width: 100%;
    }

    .division div {
        width: 500px;
    }

    .cookie-text {
        text-align: center;
        font-size: 11px;
        color: #222222;
        margin-bottom: 0px;
    }

    .accept-cookie {
        border-radius: 3px;
        font-size: 11px;
        padding: 4px 12px;
        background-color: #2b9b75;
        color: #F3F3FB;
        border: 0px;
    }
    
    .close-cookie {
        background-color: transparent;
        color: #222222;
        font-size: 11px;
        border: 0px;
        margin-left: 10px;
    }
}

@media (max-width: 575px) {
    #wpp img {
        height: 9vh;
    }
    .division div {
        width: 400px;
    }
    .container .cards {
        width: 350px;
    }
    .cards h2 {
        font-size: 23px;
    }
    .cards h4 {
        font-size: 14px;
    }
    .cards p {
        font-size: 13px !important;
    }
    #card-3 p {
        line-height: 3vh !important;
        padding-bottom: 20px;
    }
    #card-3 a {
        font-size: 14px;
    }
    .container input {
        width: 300px;
    }

    .servicesCard {
        padding: 15px;
    }
}

@media (max-width: 425px) {

    #wpp img {
        height: 7vh;
    }
    .division div {
        width: 300px;
    }
    .container input {
        width: 270px;
    }
    #funcionamento h2 {
        font-size: 28px;
    }
    #funcionamento #small-line {
        width: 100px;
    }
    #contato h1 {
        font-size: 25px;
    }

    #contato h3 {
        font-size: 19px;
    }
    #contato p {
        font-size: 17px;
    }
}

#termos {
    padding: 30px;
}