.mensagem-success {
    position: sticky;
    top: 214px;
    width: 100%;
    z-index: 1024;
}

/*  BANNER AREA */
.banner-top {
    width: 100%;
    min-height: 123px;
    background-image: url(../img/layouts/banner-top.webp);
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
}
.banner-top .title-area {
    width: 270px;
    min-height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}
@media(max-width: 500px) {
    .banner-top .title-area {
        margin-left: 0;
    }
}
.banner-top .title-area .title {
    position: relative;
}
.banner-top .title-area .title h1 {
    color: #e44944;
    font-size: 25px;
    font-weight: bold;
}
.banner-top .title-area .title .circles {
    position: absolute;
    top: 5px;
    right: 0;
}
.banner-top .title-area .title .circles span {
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #fdd23e;
}
.banner-top .title-area .title .circles span:first-child {
    background-color: #f09745;
}
.banner-top .title-area .title .circles span:last-child {
    background-color: #e44944;
}
.banner-top .title-area .subtitle a,
.banner-top .title-area .subtitle span {
    font-size: 19px;
    color: #737476;
}
.banner-top .title-area .subtitle a:hover {
    font-weight: bold;
    text-decoration: none;
}
/* END BANNER */

/* TRATAMENTOS */
.tratamentos {
    padding: 60px 0;
}
.tratamentos .area {
    display: flex;
    justify-content: space-between;
}
@media(max-width:850px) {
    .tratamentos .area {
        flex-wrap: wrap;
    }
}
/* aside */
.tratamentos .area aside {
    max-width: 380px;
    height: auto;
    width: 100%;
}
@media(max-width:850px) {
    .tratamentos .area aside {
        margin: 0 auto 40px;
    }
}
.tratamentos .area aside ul li {
    padding-left: 0;
    list-style-type: none;
}
.tratamentos .area aside ul a {
    text-decoration: none;
}
.tratamentos .area aside ul a:hover .item {
    background: #FFF;
    color: #f09745;
}
.tratamentos .area aside ul li .item {
    width: 100%;
    height: 113px;
    margin: 20px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0 22px #e1e1e1;
    background: #b9b9b9;
    color: #FFF;
    font-weight: bold;
}
.tratamentos .area aside ul li .item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
}
.tratamentos .area aside ul li i {
    font-size: 70px;
    position: absolute;
    right: 10px;
}
.tratamentos .area aside ul li .actived {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #FFF;
    color: #f09745;
}
.tratamentos .area aside .box-form {
    margin-top: 40px;
    width: 100%;
    min-height: 340px;
    background-image: url(../img/tratamentos/bg-box-form.webp);
    background-color: #b9b9b9; 
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px 15px;
}
.tratamentos .area aside .box-form .title {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
}
.tratamentos .area aside .box-form .title span {
    display: block;
}
.tratamentos .area aside .box-form .subtitle {
    color: #FFF;
    font-size: 16px;
    text-align: center;
}
.tratamentos .area aside .box-form .form-area .input {
    width: 100%;
    height: 40px;
    margin: 20px 0;
}
.tratamentos .area aside .box-form .form-area .input input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.tratamentos .area aside .box-form .form-area .btn-area {
    width: 170px;
    height: 30px;
    margin: 0 auto;
}
.tratamentos .area aside .box-form .form-area .btn-area button {
    width: 100%;
    height: 100%;
    background-color: #e48b37;
    color: #fff;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tratamentos .area aside .box-form .form-area .btn-area button:hover {
    font-weight: bold;
    box-shadow: 0 0 10px #e48b37;
}
/* end aside */

.tratamentos .area .content {
    margin-left: 10px;
    max-width: 825px;
    width: 100%;
}
.tratamentos .area .content .title-area {
    margin-bottom: 30px;
}
.tratamentos .area .content .title-area .title {
    text-align: center;
}
.tratamentos .area .content .title-area .title h1 {
    color: #e44944;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.tratamentos .area .content .img-area {
    max-width: 540px;
    max-height: 361px;
    margin: 0 auto 35px;
    position: relative;
}
.tratamentos .area .content .img-area::before {
    content:"";
    position: absolute;
    width: calc(100% - 7%); 
    height: calc(100% - 9%);    
    top: calc(100% - 95%);
    left: calc(100% - 97%);
    border: 1px solid #e44944;
    z-index: 2;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.tratamentos .area .content .img-area img {
    max-width: 540px;
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.tratamentos .area .content .text-area p {
    font-size: 15px;
    color: #737476;
} 
/* END TRATAMENTOS */

/* BAQNNER BOTTOM */
.banner-bottom {
    width: 100%;
    height: 395px;
    background-image: url(../img/tratamentos/banner-bottom.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
@media(max-width:500px) {
    .banner-bottom {
        background-position: -350px center;
    }
}
.banner-bottom .content {
    height: 395px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media(max-width: 500px) {
    .banner-bottom .content {
        justify-content: center;
    }
    .tratamentos .area aside ul li i{
        opacity: 0.2;
    }
}
.banner-bottom .content .text-area {
    max-width: 383px;
    margin-right: 120px;
    min-height: 145px;
    position: relative;
}
@media(max-width:500px) {
    .banner-bottom .content .text-area {
        margin-right: 0;
    }
}
.banner-bottom .content .text-area .title {
    position: relative;
}
@media(max-width:390px) {
    .banner-bottom .content .text-area .title {
        height:160px;
        margin-bottom: 25px;
        text-align: center;
    }
}
.banner-bottom .content .text-area .title h1 {
    font-size: 35px;
    color: #fff;
    letter-spacing: 14px;
}
.banner-bottom .content .text-area .title .circles {
    position: absolute;
    bottom: 5px;
    right: -5px;
}
@media(max-width:390px) {
    .banner-bottom .content .text-area .title .circles {
        margin-right: 50% !important;
        margin-right: -41px;
    }    
}
.banner-bottom .content .text-area .title .circles span {
    width: 15px;
    height: 15px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #FFF;
}
.banner-bottom .content .text-area .subtitle p {
    color: #FFF;
    font-size: 27px;
}
.banner-bottom .content .text-area a:hover {
    text-decoration: none;
    font-weight: bold;
}
.banner-bottom .content .text-area a .btn-area {
    width: 180px;
    height: 43px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    color: #e48b37;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 3px;
}
.banner-bottom .content .text-area a:hover .btn-area {
    box-shadow: 0 0 10px #fff;
}
@media(max-width:500px) {
    .banner-bottom .content .text-area .btn-area {
        bottom: -20px !important;
        right: 50% !important;
        margin-right: -63px;
    }
}
/* END BANNER BOTTOM */