/* HOME */
.banner-home {
    background-image: url(../../../assets/img/banners/novo-banner-home-2022.jpg);
    background-position: top center;
    background-size: cover;
    height: 50vh;
    position: relative;
}

.bg-white-home {
    background-color: #F9FCFC;
    padding: 45px 0 45px 0;
}

.box-seguros {
    background-color: #FFF;
    border-radius: 20px;
    text-align: center;
    padding: 25px 15px;
    cursor: pointer;
    min-height: 231px;
    box-shadow: 0px 3px 6px #00000029;
}

.box-seguros:hover .title-seguros, .box-seguros:hover .icones-home {
	color: var(--secondary) !important;
	cursor: pointer;
    fill: var(--secondary) !important;
}

.title-seguros {
    color: var(--primary);
    font-size: 1.1em;
    line-height: 22px;
    margin-top: -23px;
}

.text-seguros {
    color: #636466;
    font-size: 0.9em;
    margin-top: -10px;
    line-height: 17px;
    margin-bottom: 0;
}

.icones-home {
    font-size: 4.3em;
    fill: var(--primary);
    color: var(--primary);
}

.margin-mobile-home {
    margin-top: -91px;
}

.carrossel-home .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-home .owl-dot.active span,
.carrossel-home .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;
}

/* Estilo padrão (mobile): setas abaixo */
.carrossel-home .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Estilo para telas grandes: setas nas laterais */

.carrossel-home .owl-carousel {
    position: relative;
}

.carrossel-home .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: -1;
}

.carrossel-home .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carrossel-home.owl-theme .owl-nav [class*='owl-'] {
    margin: 5px -50px !important;
}