.cta{
    position: relative;
    width: 100%; 
    background-image: url('../img/ctarota.webp');
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta_rota{
    position: absolute;
    color: #fff;
    width: 49%;
    left: 80px;
    top: 20px;
    padding: 0 15px;
}

.cta_rota__subtext{
    font-size: 24px;
    font-weight: 500;
    padding: 1.5em 0;
    
}

.cta_rota__subtext::before{
    position: absolute;
    content: "|";
    height: 100%;
    width: 3px;
    left: 5px;
    top: 30px;
    color: #26a7eb;
    font-size: 30px;
}

.cta_rota___title{
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 1.5em;
    line-height: 52px;
    text-transform: capitalize;
}

.cta_button{
    font-size: 18px;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    background-color: rgb(38, 167, 235);
    line-height: 1.33;
    cursor: pointer;
}

@media screen and ( max-width:1000px){
    .cta{
        height: 100%;
        min-height: 550px;
    }
}
@media screen and ( max-width:860px){
    .cta_rota{
        width: 77%;
        left: 60px;
    }
    
}
@media screen and ( max-width:560px){
    .cta{
        height: 100%;
        
    }
    .cta_rota{
        width: 97%;
        left: 0;
    }
    .cta_rota___title{
        font-size: 32px;
        text-align: center;
        padding-bottom: .8em;
    }
    .cta_rota___title span{
        font-size: 32px !important;   
    }
    .cta_rota__subtext{
        text-align: center;
        padding-top: .5em;
    }
    .cta_rota a{
        display: flex;
        justify-content: center;
    }
    .cta_rota__subtext::before{
        display: none;
    }
}

@media screen and ( max-width:380px){
    .cta_rota___title{
        font-size: 18px;
    }

}
@media screen and ( max-width:300px){

    .cta{
        height: 600px;
    }
}