/* SINISTROS */
.banner-page-sinistro {
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-sinistros {
    background-image: url(../../img/banners/novo-banner-sinistro-2022.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}
.title-sinistros {
    font-family: 'source_regular';
    line-height: 32px !important;
    color: #FFF;
    width: 100%;
    margin-bottom: 0px !important;
}
.box-seguradoras-new {
    border: 1px solid #0075854f;
    border-radius: 20px;
    background: #fff;
    padding: 10px 20px;
    width: 260px;
    height: 100%;
}
.box-seguradoras-new p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #707070;
    margin-bottom: 0;
}
.box-seguradoras-new .icon-telefone {
    padding-bottom: .25rem;
}   
.box-seguradoras-new.horizontal {
    width: 640px;
    padding: 40px;
    max-width: 100%;
}
.barra-sinistro {
    width: 1px;
    height: 75% !important;
    background: #0075854f;
    opacity: 1;
}
.small, small {
    font-size: 0.8em;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}

.owl-stage-outer {
    padding: 0 !important;
}

.owl-stage {
    transform: translate3d(0px, 0px, 0px);
}

.carrossel-novo .owl-dot span {
    width: 100% !important;
    height: 2px !important;
    margin: 0px 0px !important;
    background: rgb(99, 100, 102, 50%) !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: all 200ms !important;
    border-radius: 0px !important;
}

.carrossel-novo .owl-dot.active span,
.carrossel-novo .owl-dot:hover span {
    background: #007585 !important;
}

.owl-carousel .owl-stage {
    padding-bottom: 1rem;
}

.owl-carousel .owl-stage-outer {
    padding: 0;
}

.owl-dots.row.mx-4 {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1200px){
    .box-seguradoras-new {
        width: 230px;
    }
}

@media (max-width: 992px){
    .box-seguradoras-new {
        width: 220px;
    }
}

@media screen and (max-width: 769px) { 
    .box-seguradoras-new {
        width: 100%;
        min-height: 340px;
    }
}


@media screen and (max-width: 576px) {
    .banner-sinistros {
        background-image: url(../../img/banners/novo-banner-sinistro-mobile-2022.jpg);
        background-position: top left;
        background-size: cover;
        height: auto;
    }
    .title-sinistros {
        line-height: 33px;
        font-size: 1.6em;
    }
    .alt-title {
        font-size: 21px;
        line-height: 26px;
    }
    .box-seguradoras-new.horizontal{
        padding: 20px;
        width: 100%;
        margin: auto;
    }
    .box-seguradoras-new p {
        text-align: center;
    }
}