body {
    background-image: url("../img/acompanhe/line.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
section.acompanhe h2#title-section{
    font-size: 33.33px;
    font-weight: 600;
    margin-bottom: 40px;
}
section.acompanhe .image{
    -webkit-box-shadow: -6px 0px 24px -8px rgba(31,63,109,1);
    -moz-box-shadow: -6px 0px 24px -8px rgba(31,63,109,1);
    box-shadow: -6px 0px 24px -8px rgba(31,63,109,1);
    display: inline-flex;
    width: auto;
    height: 500px;
}
section.acompanhe .image img,
section.acompanhe .image iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.acompanhe .box-option{
    position: relative;
    float: right;
    padding: 20px 55px;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
    background-color: var(--azul);
    width: 482px;
    height: 468px;
}
section.acompanhe .box-option h3{
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600; 
    margin-bottom: 20px;
}
section.acompanhe .box-option .header{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
section.acompanhe .box-option .header input{
    font-family: 'Montserrat' !important;
    color: var(--azul);
    border: none;
    outline: none;
    width: 100%;
    height: 33px;
    padding-left: 10px;
    padding-right: 40px;
}
section.acompanhe .box-option .header input::placeholder{
    color: var(--azul);
    font-family: 'Montserrat' !important;
}
section.acompanhe .box-option .header i{
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--azul);
    z-index: 10;
    font-size: 25px;
}
section.acompanhe .box-option .links {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
section.acompanhe .box-option .links a{
    font-size: 20.83px;
    transition: all .2s ease-in-out;
}
section.acompanhe .box-option .links a:hover{
    text-decoration: underline;
    transform: translateX(10px);
}   
section.acompanhe .text{
    margin-top: 10px;
}
section.acompanhe .text .top{
    margin-bottom: 20px;
}
section.acompanhe .text .top h3,
section.acompanhe .text .top h4{
    font-weight: 500;
}
section.acompanhe .text p{
    font-weight: 500;
    margin-bottom: 15px;
}
section.acompanhe .text p strong{
    font-weight: 600;
}
section.acompanhe .text p img{
    max-width: 400px;
    height: auto;
}
.holder{
    display: flex;
    gap: 12px;
    position: absolute;
    margin-top: 20px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
.holder a{
    width: 20px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.holder a.jp-current{
    color: var(--azul);
    background-color: #fff;
    font-weight: 400;
}
.holder a.jp-previous,
.holder a.jp-next{
    background: none !important;
    position: relative;
}
.holder a.jp-previous:before{
    content: "<" !important;
}
.holder a.jp-previous:before,
.holder a.jp-next:before{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: ">";
    font-weight: 600;
    font-size: 20.83px;
    color: var(--verde);
    width: 100%;
    height: 100%;
}
section.lead{
    background-image: url("../img/leads/acompanhe.webp");
}
@media(max-width: 1100px) {
    section.acompanhe{
        padding-bottom: 40px;
    }
    section.acompanhe .wrapper{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    section.acompanhe .wrapper .left{
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    section.acompanhe .image{
        width: 500px;
        height: auto;
    }
    section.acompanhe .text{
        margin-bottom: 30px;
    }
}
@media(max-width: 468px) {
    body{
        background-position: bottom;
        background-size: 600px;
        background-position-y: 200px;
    }
    section.acompanhe .image{
         width: 100%;
         height: auto;
    }
    section.acompanhe .box-option{
        padding: 20px;
        width: 100%;
    }
}