/********** Main CSS **********/
/* Remove setas 'up/down' dos inputs number (incluir botões -/+) -- */
/* Chrome, Safari, Edge, Opera -------------------------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox ----------------------------------------------------------*/
input[type=number] {
    -moz-appearance: textfield;
}

pre {
    font-family: Open Sans, sans-serif;
    white-space: pre-wrap;
}
/*Remove o pointer-eventos de object (svg/img)*/
object {
    pointer-events: none;
}

/*Label transparente*/
.form-floating > label::after {
    background-color: transparent !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*remove fundo light e contorno do header/footer dos cards*/
.clati_card-header, .clati_card-footer {
    border: none;
    background-color: transparent;
}

/*** Button socialmedia footer***/
.btn-social-footer {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*Zoom e sombra on hover*/
.clati_shadow10, .clati_zoomimg5, .clati_zoomimg10 {
    transition: .5s;
}
.clati_shadow10:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: var(--bs-light-bg-subtle) !important;
}
.clati_zoomimg5:hover {
    transform: scale(1.05);
}
.clati_zoomimg10:hover {
    transform: scale(1.1);
}
.clati_btnlinha:hover {
    background-color: var(--bs-primary-bg-subtle) !important;
}

/*** Navbar ***/
.fixed-top {
    transition: .5s;
}
@media (max-width: 991px) {
    .navbar .navbar-nav {
        background: var(--bs-white);
    }
}

/*** Chamada inicial (hero) ***/
.hero-section .hero-background {
    background-image: url("/images/index_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Tela de login e cadastro*/
#idati_form_login {
    width: 320px;
    padding: 0 10px;
}
.login_bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.navbar-brand img {
    max-width: 200px;
}

/*Produtos*/
.clati_produtoimg {
    max-height: 250px
}
.product-item, .product-item img, .product-item small {
    transition: .5s;
}
.product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-item:hover img {
    transform: scale(1.1);
}
.product-item .clati_div_produtolink {
    transition: .5s ease-in-out;
}
.product-item .clati_div_produtolink:hover {
    background-color: var(--bs-light) !important;
}

/* owl-carousel */
.owl-carousel .owl-item img {
    transform: scale(0.8);
    transition: 1s;
}
.owl-carousel .owl-item.center img {
    transform: scale(1);
    z-index: 999;
}
.owl-carousel .owl-item.center h6,
.owl-carousel .owl-item.center p {
    color: var(--bs-light) !important;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0 150px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-light);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
    background: var(--bs-secondary);
}

.owl-carousel .owl-dots {
    margin-top: -52px;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
    margin: 0 10px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-light);
    border-radius: 10px;
    transition: .5s;
}
.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--bs-secondary);
}

.owl-carousel .owl-dots .active {
    background: var(--bs-secondary);
    width: 14px;
    height: 14px;
    margin-top: -2px;
}

/*** Footer ***/
.clati_footer_link {
    transition: .3s;
}
.clati_footer_link:hover {
    letter-spacing: 0.5px;
}
#idati_div_avisocookies {
    z-index: 99;
}

/* Whatsapp e backtotop icons------------------------------------*/
.clati_btn-footer {
    z-index: 98;
}
#idati_btn-whatsicon {
    right: 20px;
    background: rgba(30, 160, 55, 1) linear-gradient(rgba(30, 210, 55, 1), rgba(30, 210, 55, 0));
    transition: background-color 200ms ease-in-out;
    bottom: 60px;
}
#idati_btn-whatsicon:hover {
    background-color: rgba(30, 130, 55, 1);
}
#idati_btn-backtotop {
    bottom: -100px;
    right: 20px;
    transition: bottom 500ms;
}
@media (min-width: 992px) {
    #idati_btn-whatsicon {
        right: 40px;
        bottom: 60px;
        width: 60px;
        height: 60px;
    }
    #idati_btn-backtotop {
        right: 45px;
        width: 50px;
        height: 50px;
    }
}

/*BANNER DE TESTE GRATIS*/
#idati_testegratis_banner {
    bottom: 140px;
}

#idati_testegratis_banner > div > div {
    width: 80%;
}
@media (min-width: 992px) {
    #idati_testegratis_banner > div > div {
        width: 40%;
    }
}
@media (min-width: 1400px) {
    #idati_testegratis_banner > div > div {
        width: 30%;
    }
}

/***** Tabelas *******/
.col-fixa {
    width: 20%;
    min-width: 90px;
}

/***** Acordion FAQ *****/
/* Estética geral */
.accordion-button {
    background-color: var(--bs-light);
    font-weight: 500;
}

.accordion-body {
    background-color: var(--bs-light);
    font-weight: 200;
    padding-bottom: 30px;
}