/*  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;
    max-width: 240px;
}
.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 */

/* SOBRE */
.sobre {
    padding-top: 60px;
}
.sobre .text-top {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 1100px) {
    .sobre .text-top {
        flex-wrap: wrap-reverse;
    }
}
/* img */
.sobre .text-top .img-area {
    max-width: 540px;
    height: 100%;
    position: relative;
    margin: 0 20px;
}
@media (max-width: 1100px) {
    .sobre .text-top .img-area {
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .sobre .text-top .img-area {
        margin: 1px 20px 0;
    }
}
.sobre .text-top .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;
}
.sobre .text-top .img-area img {
    max-width: 540px;
    width: 100%;
    max-height: 361px;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    position: relative;
}
/* end img */
.sobre .text-top .text {
    max-width: 607px;
}
@media(max-width: 1100px) {
    .sobre .text-top .text {
        max-width: 100%;
        width: 100%;
    }   
}
.sobre .text-top .text .title-area .title {
    position: relative;
    max-width: 390px;
    width: 100%;
}
@media(max-width:500px) {
    .sobre .text-top .text .title-area .title {
        text-align: center;
        height: 70px;
    }
}
@media(max-width: 340px) {
    .sobre .text-top .text .title-area .title {
        height: 95px;
    }
}
.sobre .text-top .text .title-area .title h1 {
    color: #e44944;
    font-weight: bold;
    font-size: 25px;
}
.sobre .text-top .text .title-area .title .circles {
    position: absolute;
    top: 5px;
    right: 0;
}
@media(max-width:500px) {
    .sobre .text-top .text .title-area .title .circles {
        top: 50%;
        right: 50%;
        margin-right: -34px;
    }
}
@media (max-width:340px) {
    .sobre .text-top .text .title-area .title .circles {
        top: 65%;
    }
}
.sobre .text-top .text .title-area .title .circles span {
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #fdd23e;
}
.sobre .text-top .text .title-area .title .circles span:first-child {
    background-color: #f09745;
}
.sobre .text-top .text .title-area .title .circles span:last-child {
    background-color: #e44944;
}
.sobre .text-top .text .title-area .subtitle {
    margin-bottom: 45px;
}
.sobre .text-top .text .title-area .subtitle p {
    color: #737476;
    font-size: 15px;
}
.sobre .text-top .text P {
    color: #737476;
    font-size: 15px;
}
.sobre .text-area {
    margin-top: 40px;
}
.sobre .text-area p {
    color: #737476;
    font-size: 15px;
}
/* END SOBRE */

/* SLIDER AREA */
.slider-area {
    margin-top: 60px;
    width: 100%;
    height: 410px;
    position: relative;
    background-color: #f2f2f2;
}
.slider-area .slider-content .sliders {
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-area .slider-content .sliders .img-area {
    margin: 0 75px;
}
.slider-area .slider-content .sliders .min-img {
    max-width: 270px;
    max-height: 180px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.slider-area .slider-content .sliders .min-img img {
    max-width: 270px;
    max-height: 180px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.slider-area .slider-content .sliders .max-img {
    max-width: 369px;
    max-height: 247px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.slider-area .slider-content .sliders .max-img img {
    max-width: 369px;
    max-height: 247px;border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.carousel-area .last::before,
.carousel-area .first::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border: 1px solid #e44944;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.carousel-area .center::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border: 1px solid #e44944;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.slider-area .btn-area {
    position: absolute;
    bottom: 20px;
    width: 70px;
    right: 50%;
    margin-right: -35px;
    display: flex;
    justify-content: space-between;
}
.slider-area .btn-area button {
    border: none;
    background: none;
    font-size: 20px;
}
.slider-area .btn-area button i {
    color: #737476;
}
.slider-area .btn-area button:hover {
    font-weight: bold;
}
.slider-area .btn-area .line {
    width: 1px;
    height: 34px;
    background: #000;
}
/* END SLIDER AREA */

/* PROFISSIONAIS */
.profissionais {
    padding-top: 60px;
}
.profissionais .title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.profissionais .top .title-area .title {
    position: relative;
    max-width: 395px;
    width: 100%;
}
@media(max-width:500px) {
    .profissionais .top .title-area .title {
        text-align: center;
        height: 60px;
    }
}
@media(max-width: 350px) {
    .profissionais .top .title-area .title {
        height: 90px;
    }
}
.profissionais .top .title-area .title h1 {
    color: #e44944;
    font-size: 25px;
    font-weight: bold;
}
.profissionais .top .title-area .title .circles {
    position: absolute;
    top: 5px;
    right: 0;
}
@media(max-width:500px) {
    .profissionais .top .title-area .title .circles {
        top: 50%;
        right: 50%;
        margin-right: -34px;
    }
} 
@media (max-width:350px) {
    .profissionais .top .title-area .title .circles {
        top: 65%;
    }
}
.profissionais .top .title-area .title .circles span {
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    display: inline-block;
    margin: 0 5px;
    background-color: #fdd23e;
}
.profissionais .top .title-area .title .circles span:first-child {
    background-color: #f09745;
}
.profissionais .top .title-area .title .circles span:last-child {
    background-color: #e44944;
}
.profissionais .top .title-area .subtitle {
    max-width: 325px;
    margin-right: 66px;
}
@media(max-width:500px) {
    .profissionais .top .title-area .subtitle {
        margin-right: 0;
    }
}
.profissionais .top .title-area .subtitle p {
    color: #737476;
    font-size: 15px;
}

.profissionais .equipe-area .content {
    display: flex;
    justify-content: space-between; 
}
@media(max-width: 610px) {
    .profissionais .equipe-area .content {
        flex-wrap: wrap;
    }
}
.profissionais .equipe-area .content .equipe {
    max-width: 540px;
    margin: 0 5px;
}
.profissionais .equipe-area .content .equipe .img-area {
    max-width: 540px;
    position: relative;

}

.profissionais .equipe-area .content .equipe .img-area::before {
    position: absolute;
    content: "";
    width: calc(100% - 7%); 
    height: calc(100% - 9%);    
    top: calc(100% - 95%);
    left: calc(100% - 97%);
    border: 1px solid #e44944;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.profissionais .equipe-area .content .equipe .img-area img {
    width: 100%;
    height: 100%;
    max-height: 361px;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.profissionais .equipe-area .content .equipe .title-area {
    margin: 30px 0;
}
.profissionais .equipe-area .content .equipe .title-area .title h1 {
    font-size: 20px;
    color: #e44944;
    font-weight: bold;
}
.profissionais .equipe-area .content .equipe .title-area .subtitle {
    margin-bottom: 20px;
}
.profissionais .equipe-area .content .equipe .title-area .subtitle p {
    color: #737476;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
.profissionais .equipe-area .content .equipe .text p {
    color: #737476;
    font-size: 15px;
}
/* END PROFISSIONAIS */

/* BAQNNER BOTTOM */
.banner-bottom {
    width: 100%;
    height: 395px;
    background-image: url(../img/sobre-nos/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;
    }
}
.banner-bottom .content .text-area {
    max-width: 363px;
    margin-right: 140px;
    min-height: 211px;
    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: 370px) {
    .banner-bottom .content .text-area .title {
        height: 115px;
    }
}
@media (max-width:350px) {
    .banner-bottom .content .text-area .title {
        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: 28px;
}
@media(max-width: 370px) {
    .banner-bottom .content .text-area .title .circles {
        right: 50%;
        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;
}
@media (max-width:350px) {
    .banner-bottom .content .text-area .subtitle {
        text-align: center;
    }   
}
.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: 127px;
    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 */
.desktop {
    display: block !important;
}
#slider {
    display: none !important;
}
@media (max-width: 500px) {
    #slider {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .img {
        margin-top: 60px;
        height: 480px;
    }
    .img .title-area #prev {
        top: 34px;
        left: 22%;
    } 
    .img .title-area #next {
        top: 34px;
        right: 23%;
    }
    #slider .img-area-mobile {
        width: 297px;
        height: 290px;
        margin: 0 auto;
    }
    #slider .img-area-mobile img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
    .img {
        height: 430px;
    }
}
