@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a{
    color: inherit;
    text-decoration: inherit;
}
section#container{
    width: 1100px;
    margin: 0 auto;
}

section#container > img{
    width: 100%;
    height: auto;
}

iframe{
    width: 100%;
    min-height: 500px;
}
.margin40{
    margin: 40px 0;
}
.center{
    text-align: center;
}
.cta{
    border-radius: 16px;
    background-color: #f84b01;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;

    font-size: 18px;
    margin: 40px 0;
}

.paragrafo_destaque{
    background: #465133;
    margin: 40px 0;
    color: #fff;
    padding: 20px;
}

.lista p{
    margin: 20px;
}

#sobre{
    display: flex;
    gap: 20px;
}

#sobre > img{
    width: 320px;
    flex-shrink: 0
}

#sobre p{
    margin: 10px 0;
}

.obs{
    margin-top: -30px;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
}

#depoimentos{

}


#depoimentos > div{
    display: flex;
}

#depoimentos > div > div{
    margin: 40px 0 0 0;
}
#depoimentos > div img{
    width: 300px;
    height: auto;
}

#depoimentos h3{
    color: #f84b01
}

#depoimentos p{
    margin: 20px 0;
}

.carrossel{
    display: flex;
    width: 100%;
}

.carrossel img{
    width: 50%;
}

.faq p{
    margin: 10px 0;
}

.regularimg{
    width: 100%;
}

.flexcenter{
    display: flex;
    justify-content: center;
}