@import url('./fianca-locaticia.css');
@import url('./auto-formulario.css');

.box-simule-seguro {
    background: rgb(238, 238, 238, 30%);
}

.border-radius {
    border-radius: 34px;
}

.form-control, .form-group {
    margin-top: .2rem;
    margin-bottom: 1rem;
}

.bg-grey {
    background-color: #eeeeee;
    padding: 45px 0 45px 0;
}

.card-auto {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.card-auto img {
    border-radius: 20px 20px 0 0;
}

.img-auto-24 {
    width: 100% !important;
}

.card-auto-body {
    padding: 25px 20px;
}

.img-como-funciona {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
}

.como-funciona-banner {
    background-image: url(../../img/banners/banner-como-funciona.jpg);
    background-position: center;
}

.banner-como-funciona-residencial2 {
    background-image: url(../../img/banners/banner-como-funciona-residencial2.jpg);
    background-position: center;
}

.banner-como-funciona-residencial3 {
    background-image: url(../../img/banners/banner-como-funciona-residencial3.jpg);
    background-position: center;
}


.carrossel-new-mobile .owl-dot span,
.carrossel-new-mobile-cards .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;
}

/* Estilo padrão (mobile): setas abaixo */
.carrossel-novo .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Estilo para telas grandes: setas nas laterais */

.carrossel-novo .owl-carousel {
    position: relative;
}

.carrossel-novo .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    margin-top: 0;
    /* remove a margem usada no mobile */
}

.carrossel-novo .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.carrossel-novo.owl-theme .owl-nav [class*='owl-'] {
    margin: 5px -50px !important;
}

/* FAQ */
.faq-produto .text-tem-duvidas {
    color: black;
    font-family: 'source_regular';
    font-size: 1.3rem;
    font-weight: bold;
    color: #0d4472;
    line-height: 29px;
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    border-top: 1px solid #707070;
}

.faq-produto .text-tem-duvidas li {
    padding-right: 5em;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #0d4472 !important;
    background-color: transparent !important;
}

.accordion-button.text-tem-duvidas::before {
    content: "Fechar";
    position: absolute;
    right: 37px;
    font-size: 1rem;
}

.accordion-button.text-tem-duvidas.collapsed::before {
    content: "Abrir";
}

.accordion-button.text-tem-duvidas::after {
    background-image: url(../../img/icones/open-close-new-icon.svg);
}

.box-simule-seguro a {
    color: #0275d8 !important
}

@media (max-width: 991px) {
    .btn-escolher-tipo-simule {
        width: 100%;
    }
    .box-conteudo-escolha-simule {
        border-radius: 0 0 9px 9px;
    }
}