body{
    background-color: #fff;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #0b8372; 
}
body::-webkit-scrollbar-thumb:hover {
    background: #0b8372; 
}
*{
    box-sizing: border-box !important;
}
ul{
    list-style: none !important;
    margin: 0;
    padding: 0;
}
ul li a{
    display: flex;
    align-items: center;
    padding: 1rem;
    transition: all .2s ease-in-out;
    border-bottom: thin solid #00000016;
}
ul li a:hover{
    background-color: #14b297;
    color:#000000;
}
a{
    text-decoration: none !important;
    color: #000;
}
.cartao{
    width: 100%;
    background-color: #fff;
}
.texto{
    padding: 20px;    
}
.text{
    margin-left: 20px !important;
}
.texto-in{
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.topo{
    width: 100% !important;
    background-color: #0b8372;
    padding: 3rem;
}
.centro{
    width: 500px;
    margin: 0 auto;
}
.conteudo .centro{
    background-color: #fff !important;
}
.topo .centro{
    position: relative;
}
.topo a{
    position: absolute;
    bottom: -70px;
    right: 40px;
    background-color: #0b8372;
    border: thick solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .8s ease-in-out;
}
.topo a:hover{
    transform: rotate(-90deg);
}

/*.conteudo .text{
    border-bottom: thin solid #d9d9d9 !important;
    padding: 1rem;
    width: 95%;
}
.conteudo .icon{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 8%;
    padding: 1rem;
}*/
.conteudo .icon i{
    font-size: 1.3rem!important;
    color: #fff;
    background-color: #0b8372;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumbs{
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

@media (max-width: 560px) {
    .centro{
        width: 100%;
    }
    .conteudo{
        padding: 2rem;
    }
}

@media (max-width: 4300px) {
    .topo a{ right: 0px; }
}