body {
    margin: 0;
    font-family: 'Poppins';
}

#termo-de-cookie {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

#termo-de-cookie .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

#termo-de-cookie .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

#termo-de-cookie .cookieDesc a {
    color: #fff;
    text-decoration: underline
}

#termo-de-cookie .aceitecookie {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

#termo-de-cookie .aceitecookie:hover {
    cursor: pointer;
    background: #EBC371;
    color: white;
}

@media (max-width:992px) {
    #termo-de-cookie {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

#termo-de-cookie {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

#termo-de-cookie .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

#termo-de-cookie .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

#termo-de-cookie .cookieDesc a {
    color: #fff;
    text-decoration: underline
}

#termo-de-cookie .aceitecookie {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

#termo-de-cookie .aceitecookie:hover {
    cursor: pointer;
    background: #EBC371
}

.bg-home {
    width: 100%;
    background-size: cover;
    min-height: 750px;
    content: '';
    background-position: center;
}

.webp .bg-home {
    background-image: url(../img/bg-home.webp)
}

.no-webp .bg-home {
    background-image: url(../img/bg-home.png)
}

header {
    padding: 48px 0px;
}

.redes-sociais {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nav-link {
    color: #EBC371 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 121.1% !important;
}

.nav-link:hover {
    color: #6A5D27 !important;
}

h1 {
    font-size: 55px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
}

h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.1%;
}

h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.1%;
}

.titleSobre {
    color: #EBC371 !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.1%;
    text-align: center;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 121.1%
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
}

li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
}

.color-highlight {
    color: #4D361F
}

.color-primary {
    color: #EBC371;
}

.color-grey {
    color: #666;
}

@media(max-width:992px) {
    .redes-sociais {
        margin-top: 30px;
    }

    ul.navbar-nav.ml-auto.align-items-center {
        gap: 30px;
        margin-top: 25px;
    }

    article.col-md-4.box-sobre.two {
        border-top: 1.5px solid #EBC371;
        border-bottom: 1.5px solid #EBC371;
        padding-top: 50px;
        padding-bottom: 50px;
        margin: 0px !important;
    }

    .infos-footer {
        margin-top: 35px;
    }

    .endereco .end {
        font-size: 16px !important;
    }

    .contato .text {
        font-size: 16px !important;
    }

    .icons-footer {
        width: 18px;
        height: 18px;
    }

    nav.navbar.navbar-expand-lg.p-0 {
        justify-content: center;
    }
    .titleSobre {
        font-size: 38px !important;
    }
   h2 {
        font-size: 38px !important;
    }
    #sobre{
        flex-direction: column-reverse;
    }
    h1{
        font-size: 44px !important;
    }
    .txtBg{
        margin-top: 30px !important;
    }
}

@media (min-width:992px) {
    div#navbarSupportedContent {
        justify-content: space-between;
        margin-left: 100px;
    }

    .redes-sociais {
        justify-content: center;
    }

    article.col-md-4.box-sobre.one {
        padding-left: 40px;
    }

    article.col-md-4.box-sobre.tree {
        padding-right: 40px;
    }

    article.col-md-4.box-sobre.two {
        border-left: 1.5px solid #EBC371;
        border-right: 1.5px solid #EBC371;
    }
}

#sobre {
    padding-top: 80px;
    padding-bottom: 100px;
}

#sobre2 {
    width: 100%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
}

.webp #sobre2 {
    background-image: url(../img/bg-marmore.webp)
}

.no-webp #sobre2 {
    background-image: url(../img/bg-marmore.png)
}

.box-sobre {
    background-color: white;
    margin-top: 50px !important;
    margin-bottom: 50px;
    text-align: center;
}

.box-sobre p {
    font-size: 16px;
}

#procedimentos {
    padding-top: 65px;
    padding-bottom: 30px;
    text-align: center;
}

#procedimentos h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #666;
}

#sobre h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #666;
}

#procedimentos2 img {
    margin-bottom: 20px;
}

#procedimentos2 p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
    color: #666;
    margin-top: 16px;
}

#procedimentos2 article {
    margin-bottom: 75px;
    text-align: center;
}

#procedimentos2 {
    justify-content: center;
}

#bg-agendar {
    width: 100%;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
    background-position: center;
}

.webp #bg-agendar {
    background-image: url(../img/bg-agendar.webp)
}

.no-webp #bg-agendar {
    background-image: url(../img/bg-agendar.png)
}

.btn-agendar-consulta {
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    width: 259px;
    height: 48px;
    padding: 12px 30px;
    align-items: center;
    border-radius: 25px;
    border: none;
    background: #EBC371;
    cursor: pointer;
    margin-top: 25px;
    justify-content: center;
}

.btn-agendar-consulta:hover {
    background-color: #4D361F;
    color: white;
}

#bg-mapa {
    width: 100%;
    background-size: cover;
    height: 425px;
    background-position: center;
}

.webp #bg-mapa {
    background-image: url(../img/bg-mapa.webp)
}

.no-webp #bg-mapa {
    background-image: url(../img/bg-mapa.png)
}

footer {
    width: 100%;
    background-size: cover;
    padding: 70px 0px;
    background-position: center;
}

.webp footer {
    background-image: url(../img/bg-marmore.png)
}

.no-webp footer {
    background-image: url(../img/bg-marmore.png.png)
}

#form-contato {
    padding: 45px;
    background-color: white;
    border-radius: 25px;
}

#input-forms {
    border-radius: 7px;
    border: 1px solid #A79B90;
    padding: 16px 24px;
    color: #4D361F;
    margin-bottom: 22px;
    width: 100%;
}

.endereco {
    border-radius: 7px 7px 0px 0px;
    background: #FFF;
    padding: 35px 35px 50px 35px;
}

.endereco .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
    letter-spacing: 1.89px;
    text-transform: uppercase;
}

.endereco .end {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
}

footer .contato {
    border-radius: 0px 0px 7px 7px;
    background: #EBC371;
    padding: 35px 35px 50px 35px;
}

.logo-footer {
    padding-top: 75px;
}

.contato .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
    letter-spacing: 1.89px;
    text-transform: uppercase;
    color: white;
}

.contato .text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
    color: white !important;
    text-decoration: none;
}

.btn-forms {
    border-radius: 25px;
    background: #EBC371;
    border: none !important;
    display: inline-flex;
    padding: 12px 30px;
    width: 121px;
    height: 48px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.1%;
    margin-top: 28px;
}

.btn-forms:hover {
    background-color: #4D361F;
}

#menu {
    background-color: white;
}