body {
    font-family: 'DM Serif Display', serif !important;
}

.page-wrapper .page-header {
    margin: 0px !important;
}

.d-flex-center {
    display: flex;
    justify-content: center;
}

.d-flex-distribuido {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

#beneficios .itens_beneficios {
    display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
align-items: flex-start;
}

.itens_beneficios h3{
    font-size: 25px;
    color: #f9f0e0;
    background-color: #852629;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#beneficios {
    margin-bottom: 100px !important;
}

#depoimentos {
    margin-top: -30px;
    padding-bottom: 200px;
}

.selo_vermelho {
    width: 150px;
    margin-top: -100px;
}

#depoimentos .icone_titulo {
    width: 150px;
}

.itens_depoimentos .item{
    width: 85%;
    background: #bdae96;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
}

#modulos {
    margin-top: -30px;
    padding-bottom: 40px;
}

#modulos .icone_titulo {
    width: 150px;
}

#modulos .logo_modulos {
    width: 170px;
    margin-top: -40px;
}

.itens_modulos .item{
    width: 85%;
    padding: 15px;
}

#modulos .itens_modulos {
    display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
align-items: flex-start;
}

.itens_modulos .item h1{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}

.itens_modulos .item h3{
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

.itens_modulos .item p{
    color: #fff;
}

.itens_modulos .item .caixa_alta{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#bonus {
    margin-top: -30px;
    padding-bottom: 80px;
}

#bonus .icone_titulo {
    width: 150px;
}

#bonus .itens_bonus {
    display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
align-items: flex-start;
}

#bonus .itens_bonus h1 {
    background: #e3d3bb;
    border-radius: 12px;
    font-size: 80px;
    line-height: 90px;
    padding: 10px;
    color: #862629;
}

.itens_bonus .item{
    width: 100%;
    height: 250px;
    padding: 15px;
}

#bonus .itens_bonus h2{
    font-size: 23px;
    text-transform: uppercase;
    color: #e1d0b8 !important;
    text-decoration: underline;
}

#bonus .itens_bonus .desc_bonus {
    font-size: 17px;
    text-transform: uppercase;
    color: #e1d0b8 !important;
    font-family: 'Roboto', sans-serif;
}

#bonus .logo_bonus {
    width: 250px;
    margin-top: 60px;
}

#quemsou {
    margin-top: -30px;
    padding-bottom: 80px;
}

#quemsou .foto_quemsou {
    width: 500px;
    margin-top: -40px;
}

#quemsou .itens_quemsou .item{
    width: 70%;
    padding: 15px;
}

#quemsou .itens_quemsou .desc_quemsou {
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
}

#garantia {
    margin-top: -30px;
    padding-bottom: 80px;
}

#garantia h1 {
    font-size: 35px;
    color: #e1d0b8 !important;
    font-style: italic;
}

#garantia h2 {
    font-size: 25px;
    color: #e1d0b8 !important;
    font-family: 'Roboto', sans-serif !important;
}

.btn_garantia {
    margin-top: -60px;
}

#perguntas_frequentes {
    padding-top: 40px;
    margin-top: -30px;
    padding-bottom: 80px;
}

#perguntas_frequentes .accordion {
    background: #9f907d;
    border: #000 1px solid;
}

#perguntas_frequentes .accordion .accordion-item {
    border: #000 1px solid;
}

#perguntas_frequentes .accordion .accordion-item h2{
    font-family: 'Roboto', sans-serif !important;
}

#perguntas_frequentes .accordion .accordion-item .accordion-collapse {
    border-top: #000 1px solid;
    background: #c7b7a3;
}

.navbar-overlap:after {
    content: "";
    height: 24rem !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: inherit;
    z-index: -1;
    box-shadow: inherit;
}

.iframe_video {
	width: 80%;
	height: 600px
}

.btn-rss {
    font-size: 20px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.ps-10 {
    padding-left: 40px;
}

.pe-10 {
    padding-right: 40px;
}

.font-25 {
    font-size: 26px !important;
}

.font-45 {
    font-size: 45px !important;
    line-height: 40px;
}

.font-60 {
    font-size: 60px !important;
    line-height: 55px;
}

.icone_titulo {
    width: 90px;
}

.titulo_secao {
    font-family: 'Tinos', serif;
}

.text-preto {
    color:#000;
}

.text-palha {
    color:#ead4ba;
}

.text-escuro {
    color:#302b2b;
}

.text-amarelo{
    font-size: 50px;
    font-family: 'DM Serif Display', serif !important;
    color: rgb(237, 164, 32);
    line-height: 50px !important;
}

.text-verde {
    font-size: 50px;
    font-family: Tahoma, Geneva, sans-serif;
    color: rgb(5, 170, 168);
}

.text-vermelho {
    font-family: 'DM Serif Display', serif !important;
    color:#852629;
}

h3{
    font-size: 26px;
}

p{
    font-size: 16px;
}

.text-branco {
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
}

.titulo_section {
    font-size: 26px;
    line-height: 35px;
    font-weight: 200;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.img-thumbnail {
    border: 1px solid #777777 !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem !important;
    margin-left: 15%;
}

.carousel-indicators-thumb [data-bs-target]:before {
    content: "";
    padding-top: var(--tblr-aspect-ratio,100%);
    display: block;
    border: 1px solid #fff !important;
}

.text-padrao {
    font-size: 18px;
    color: rgb(37, 37, 37);
    font-family: Montserrat, sans-serif;
}

.cor_amarelo {
    color: rgb(237, 164, 32);
}

.section-verde {
    background-color: rgba(5,170,168,1);
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.section-amarelo {
    background-color: rgba(237,164,32,1);
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.section-branco {
    background: #fff;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.card {
    background: none !important;
    border:none !important;
}

.footer {
    margin-top: -30px !important;
    border: none;
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
}

.footer a {
    font-family: 'Roboto', sans-serif !important;
}

.footer a:hover {
    text-decoration: none;
    color: #f6ae05 !important;
}

.footer p {
    color: #fff;
    font-size: 30px;
}

.footer i {
    color: #fff;
    font-size: 25px;
}

.section-footer {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.border-galeria {
    border: #edecec 0px solid;
    padding:20px;
}

.topo_menu {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row;
}

.card-img-top {
    border-top-left-radius: var(--tblr-card-inner-border-radius);
    border-top-right-radius: var(--tblr-card-inner-border-radius);
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 310px;
}

.nav-link {
    display: block;
    padding: var(--tblr-nav-link-padding-y) var(--tblr-nav-link-padding-x);
    font-size: var(--tblr-nav-link-font-size);
    font-weight: var(--tblr-nav-link-font-weight);
    color: var(--tblr-nav-link-color);
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 17px !important;
    color: #fff !important;
}

.nav-link:hover {
    font-size: 17px !important;
    color: #f6ae05 !important;
}


  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .iframe_video {
        width: 95%;
        height: 300px;
    }


    .icone_titulo {
        width: 70px;
    }

    #beneficios .font-60{
        font-size: 45px !important;
        line-height: 55px;
    }

    #beneficios .icone_titulo {
        width: 70px;
    }

    #beneficios .itens_beneficios h3 {
        font-size: 25px;
        color: #f9f0e0;
        background-color: #852629;
        padding: 10px;
        margin-bottom: 20px;
    }

    #depoimentos .font-60 {
        font-size: 35px !important;
        line-height: 45px;
    } 

    #depoimentos .icone_titulo {
        width: 50px;
    }

    .itens_depoimentos .item {
        width:100%;
        background: #bdae96;
        border-radius: 20px;
        padding: 15px;
        margin-bottom: 20px;
    }

    #modulos .font-60 {
        font-size: 45px !important;
        line-height: 55px;
    } 

    #modulos .icone_titulo {
        width: 70px;
    }

    #modulos .d-flex-center {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .itens_modulos .item {
        width: 100%;
        padding: 15px;
    }

    #bonus .itens_bonus h1 {
        background: #e3d3bb;
        border-radius: 12px;
        font-size: 50px;
        line-height: 60px;
        padding: 10px;
        color: #862629;
    }

    .itens_bonus .item {
        width: 100%;
        height: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    #quemsou .font-60 {
        font-size: 45px !important;
        line-height: 55px;
    } 

    #quemsou .icone_titulo {
        width: 70px;
    }

    #quemsou .itens_quemsou .item {
        width: 100% !important;
        padding: 15px !important;
    }

    .footer {
        margin-top: -30px !important;
        border: none;
        text-align: center;
    }

    .footer a {
        font-size: 20px !important;
    }
    
    .footer a:hover {
        text-decoration: none;
        color: #f6ae05 !important;
    }
    
    .footer p {
        color: #fff;
        font-size: 20px !important;
    }
    
    .footer i {
        color: #fff;
        font-size: 20px;
    }

}
