/*  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 */

/* Acompanhe */
.acompanhe {
    padding: 75px 0;
}
.acompanhe .separ {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 850px) {
    .acompanhe .separ {
        flex-wrap: wrap ;
    }
}
.acompanhe .content .img-area {
    max-width: 720px;
    height: auto;
    position: relative;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-bottom: 30px;
}
.acompanhe .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;
}
.acompanhe .content .img-area img {
    max-width: 720px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.acompanhe .content .title h1 {
    font-size: 25px;
    font-weight: bold;
    color: #e44944;
}
.acompanhe .content .author,
.acompanhe .content .author p,
.acompanhe .content .author p a {
    color: #737476;
    font-size: 16px;
}
.acompanhe .content .author p a {
    margin: 0 10px 0 0;
}
.acompanhe .content .author p i:last-child {
    margin-left: 10px;
}
.acompanhe .content .text-area {
    margin-top: 30px;
    max-width: 770px;
    color: #737476;
}
.acompanhe .content .text-area a,
.acompanhe .content .text-area strong a,
.acompanhe .content .text-area p a{
    text-decoration: none !important;
    color: #e44944;
}
.acompanhe .content .text-area img {
    width: 100%  !important;
    height: 100%  !important;
    max-width: 750px !important;
}


.acompanhe .aside {
    max-width: 383px;
    width: 100%;
}
@media(max-width: 850px) {
    .acompanhe .aside {
        margin: 0 auto;
    }
}
.acompanhe .aside aside {
    width: 100%;
    min-height: 710px;
    background: #b9b9b9;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 25px 20px;
}
.acompanhe .aside aside .title-area {
    width: 100%;
}
.acompanhe .aside aside .title-area p {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.acompanhe .aside aside .search-area {
    width: 100%;
    height: 35px;
    position: relative;
}
.acompanhe .aside aside .search-area input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 10px;
}
.acompanhe .aside aside .links-area {
    padding-top: 50px;
}
.acompanhe .aside aside .links-area p {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}   
.acompanhe .aside aside .links-area ul {
    list-style-type: none;    
}
.acompanhe .aside aside .links-area ul li {
    margin-bottom: 45px;
}
.acompanhe .aside aside .links-area ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.acompanhe .aside aside .links-area ul li a:hover {
    font-weight: bold;
}
.acompanhe .aside aside .links-area ul li a i {
    float: left;
    margin-right: 10px;
    height: 50px;
    font-size: 25px;
}

.acompanhe .aside .box-form {
    max-width: 382px;
    min-height: 340px;
    background: #b9b9b9;
    background-image: url(../img/acompanhe/bg-form.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 57px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.acompanhe .aside .box-form .title-area {
    padding-top: 40px;
    margin-bottom: 20px;
}
.acompanhe .aside .box-form .title-area .title {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}
.acompanhe .aside .box-form .title-area .title h1:first-child {
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.acompanhe .aside .box-form .title-area .title h1:last-child {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}
.acompanhe .aside .box-form .title-area .subtitle {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
} 
.acompanhe .aside .box-form .title-area .subtitle p {
    color: #FFF;
    font-size: 16px;
}
.acompanhe .aside .box-form .title-area .form-area {
    max-width: 350px;
    margin: 0 auto;
    min-height: 180px;
    padding-bottom: 40px;
    padding: 0 10px;
}
.acompanhe .aside .box-form .title-area .form-area .input {
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.acompanhe .aside .box-form .title-area .form-area .input input {
    width: 100%;
    height: 100%;
    border: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 20px;
}
.acompanhe .aside .box-form .title-area .form-area .btn-area {
    width: 170px;
    height: 30px;
    margin: 5px auto 0;
    background: #f09745;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.acompanhe .aside .box-form .title-area .form-area .btn-area button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

.acompanhe .aside .box-form .title-area .form-area .btn-area button:hover {
    box-shadow: 0 0 10px #f09745;
}
/* end  Acompanhe */

/* BAQNNER BOTTOM */
.banner-bottom {
    width: 100%;
    height: 395px;
    background-image: url(../img/acompanhe/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: 405px;
    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 h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}
.banner-bottom .content .text-area .title .circles {
    position: absolute;
    bottom: 5px;
    right: -5px;
}
/* @media(max-width: 500px) {
    .banner-bottom .content .text-area .title h1,
    .banner-bottom .content .text-area .title h2 {
        text-align: center;
    }
} */
@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 {
    margin-bottom: 0px;
}
@media(max-width: 450px) {
    .banner-bottom .content .text-area .subtitle {
        margin-bottom: 35px;
    }
}

.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: -30px;
    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;
    }
    .banner-bottom .content .text-area .title h1,
    .banner-bottom .content .text-area .title h2 {
        word-break: break-all;
    }
}
/* END BANNER BOTTOM */
/******** paginations *****************/
.holder {
    max-width: 200px;
    margin: 0 auto;
    display: block
}

.holder a {
    font-size: 18px;
    cursor: pointer;
    margin: 0 15px;
    color: #fff !important;
}

.holder a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline ;
    background: none;
}

.holder a.jp-previous { 
    margin-right: 15px;
    position: relative;
}
.holder a.jp-previous::after {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Free'; 
    font-weight: 900; /* Fix version 5.0.9 */
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.holder a.jp-next { 
    margin-left: 15px;
}
.holder a.jp-next:after {
    font-family: 'Font Awesome\ 5 Free'; 
    font-weight: 900; /* Fix version 5.0.9 */
    content: "\f054";
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.holder a.jp-current, a.jp-current:hover { 
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    background: none;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #fff;
    background: none;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default; 
    background: none!important;
}

.holder span { 
    margin: 0 5px; 
}