/*
 * Author: Samyr Gonzaga, and Ew Informatica contributors
 * Copyright (c) Inteligencia setorial - Sebrae
 */

/*****************************/
@import 'columns.css';
@import 'padding-margin.css';
@import 'negative-margin.css';
@import 'custom-fonts.css';
@import 'star-rating.css';
/*****************************/

:root {
    --bs-body-font-size: 16px;
}

body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    padding-top: 120px;
}

.fs-52 {
    font-size: 52px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

h1 {
    font-size: 40px !important;
}

h2 {
    font-size: 32px !important;
}

h3 {
    font-size: 28px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 18px !important;
}

p {
    font-size: 16px !important;
}

small {
    font-size: 14px !important;
}



.logo .img-fluid {
    min-width: 170px;
}

/*****************************/
/* Header                    */
/*****************************/

.modal-header, .modal-content {
    border: none !important;
}

.modal .modal-content > .row {
    box-shadow: 0px 0px 10px 0px #40BBFF;
}

.modal-arredondado .modal-content > .row {
    border-radius: 16px;
}

#ModalConfirmacao .modal-content > .row {
    background-color: #0024A9;
}

#ModalConfirmacaoLabel {
    color: #fff;
    text-align: center;
    width: 100%;
}

#divConfirmacao p {
    font-size: 56px;
    text-align: center;
    color: #fff;
}

#divCompartilhe h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F24559;
}

#divCompartilhe ul {
    list-style: none;
    margin: auto;
}

    #divCompartilhe ul li {
        display: inline-block;
        margin: 0 12px;
    }

        #divCompartilhe ul li a {
            color: #0024A9;
            font-size: 34px;
        }

            #divCompartilhe ul li a:hover {
                color: #40BBFF;
                font-size: 34px;
            }

#MainContent_AvaliacaoComentarioLogIn h3, #MainContent_AvaliacaoComentarioLogout h3 {
    font-size: 28px;
    font-weight: 700;
    color: #40BBFF;
}

#MainContent_AvaliacaoComentarioLogIn p, #MainContent_AvaliacaoComentarioLogout p {
    color: #0024A9;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#divAvaliacao #StarRating {
    width: 100%;
    border: 2px solid #EEF0F8;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

    #divAvaliacao #StarRating i {
        font-size: 32px;
        padding: 0 12px;
    }

#divAvaliacao .avaliacao-text {
    font-size: 16px;
}

#divAvaliacao #txtDescricaoAvaliacao {
    padding: 16px;
    border-radius: 8px;
    background-color: #EEF0F8;
    font-size: 16px;
    font-weight: 400;
}

#ModalMenu .modal-titel {
    color: #212529;
    font-size: 28px;
    font-weight: 700;
}

nav.navbar, nav.subnavbar {
    height: 51px;
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 0;
}

nav.subnavbar {
    background: #fff;
    top: 51px;
    height: 60px;
    padding: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

ul.navbar-nav .nav-link, .nav-link-red,
.btn-sign {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 700;
    color: #fff;
}

#ModalMenu ul.navbar-nav .nav-link {
    color: #0024A9;
    padding: 12px 0;
}

#ModalMenu ul.navbar-nav .nav-link-red {
    color: #CC1D31;
    padding: 12px 0;
}

    ul.navbar-nav .nav-link:hover,
    .subnavbar ul.navbar-nav .nav-link:hover,
    .btn-sign:hover,
    #search a:hover,
    #ModalMenu ul.navbar-nav .nav-link:hover {
        color: #1693D9;
    }

.subnavbar ul.navbar-nav li.nav-item .nav-link-red:hover {
    color: #FF99A5
}

ul.navbar-nav .nav-link {
    padding: 0 16px;
}

nav.subnavbar ul.navbar-nav {
    display: block;
    flex-direction: initial;
}


    nav.subnavbar ul.navbar-nav li.nav-item {
        display: inline-block;
        flex-direction: initial;
    }

    nav.subnavbar ul.navbar-nav .nav-link-red {
        display: inline-block;
        font-size: 24px !important;
        color: #CC1D31;
        padding: 8px 0 8px 48px;
    }

    nav.subnavbar ul.navbar-nav .nav-link
    {
        display: inline-block;
        font-size: 24px !important;
        color: #0024A9;
        padding: 8px 0 8px 48px;
    }

nav.subnavbar .container-fluid {
    width: 75%;
    margin: auto;
}

    nav.subnavbar .container-fluid div {
        float: left;
    }

nav.subnavbar #search {
    float: right;
    width: 256px;
}

@media screen and (max-width:1160px) {
    nav.subnavbar #search {
        width: 190px;
    }

        nav.subnavbar #search input {
            width: 160px;
        }
}

.btn-sign {
    background: #1F44CF;
    padding: 16px;
}

    .btn-sign i {
        font-size: 30px;
        vertical-align: middle;
    }

    .btn-sign span {
        margin-left: 8px;
    }

#DivLogado .btn-sign {
    padding: 16px 37px;
}

nav.navbar .btn-sign, #DivLogado .btn-sign {
    padding-bottom: 20px;
}

    #DivLogado .btn-sign span,
    #MenuLogado-header .sigla-usuario,
    .btn-circular .btn-circular-icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 4px;
        margin-bottom: 4px;
        background-color: #fff;
        color: #0024A9;
        border-radius: 20px;
        text-align: center;
    }


.avaliacoes-div .btn-circular .btn-circular-icon {
    width: 71px;
    height: 71px;
    font-size: 40px;
    background-color: #EEF0F8;
    color: #09121F;
    border-radius: 50%;
}

.avaliacoes-div .avaliacao-nome {
    font-size: 20px;
    font-weight: 700;
}

.avaliacoes-div .avaliacao-comentario, .avaliacoes-div .avaliacao-data {
    font-size: 16px;
    font-weight: 400;
}

.avaliacoes-div .StarRating {
    font-size: 24px !important;
    font-weight: 700;
}

    .avaliacoes-div .StarRating i {
        font-size: 24px !important;
    }

.avaliacoes-div .avaliacao-data {
    color: #B6B8CA;
}

.avaliacoes-div hr {
    background-color: #EEF0F8;
    color: #EEF0F8;
    height: 4px;
    margin: 24px 0;
    opacity: 1;
}


#MenuLogado {
    position: fixed;
    top: -200%;
    right: 0;
    width: 255px;
    padding: 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    color: #0024A9;
    box-shadow: 0px 0px 10px 0px #40BBFF;
    z-index: 9999;
    transition: top 0.3s ease;
}

    #MenuLogado hr {
        background-color: #EEF0F8;
    }

    #MenuLogado a {
        display: block;
        color: #0024A9;
        cursor: pointer;
    }

        #MenuLogado a:hover {
            color: #1693D9;
        }

    #MenuLogado ul, #MenuLogado hr {
        margin: 0;
        padding: 0;
    }

    #MenuLogado ul {
        list-style: none;
    }

        #MenuLogado ul li, #MenuLogado hr {
            padding: 12px 0;
        }

#MenuLogado-header {
    margin-bottom: 24px;
}

    #MenuLogado-header .sigla-usuario {
        float: left;
        margin: 8px 8px 0 0;
        width: 31px;
        height: 31px;
        color: #fff;
        background-color: #0024A9;
    }

    #MenuLogado-header .nome-usuario {
        font-size: 16px;
        font-weight: 700;
        color: #212529;
        margin: 0;
        margin-bottom: 8px;
    }

    #MenuLogado-header .email-usuario {
        font-size: 14px;
        font-weight: 400;
        color: #1693D9;
        margin: 0;
        margin-bottom: 8px;
    }

.minha-inteligencia {
    display: inline-block;
    padding: 8px 29px;
    color: #fff !important;
    background-color: #F24559;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    -moz-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
    cursor: pointer;
}

    .minha-inteligencia:hover {
        color: #fff;
        background-color: #CC1D31 !important;
    }

    .minha-inteligencia span {
        display: inline-block;
        -moz-transform: skewX(12deg);
        -webkit-transform: skewX(12deg);
        -o-transform: skewX(12deg);
        -ms-transform: skewX(12deg);
        transform: skewX(12deg);
    }

    .minha-inteligencia.arredondada {
        border-radius: 8px;
        padding: 14px 16px;
        -moz-transform: skewX(0);
        -webkit-transform: skewX(0);
        -o-transform: skewX(0);
        -ms-transform: skewX(0);
        transform: skewX(0);
    }

        .minha-inteligencia.arredondada span {
            -moz-transform: skewX(0);
            -webkit-transform: skewX(0);
            -o-transform: skewX(0);
            -ms-transform: skewX(0);
            transform: skewX(0);
            text-transform: uppercase;
            font-weight: 700;
        }

        .minha-inteligencia.arredondada.bg-blue-1:hover {
            background-color: #1693D9 !important;
        }

#txtBusca {
    color: #212529;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    height: 32px;
    padding: 0 16px;
    margin-top: 8px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border: none;
    border-radius: 20px;
    background-color: #EEF0F8;
}

    #txtBusca:focus, #txtBusca:focus-visible {
        border: none;
        outline: none;
    }

#search a,
#mobile-nav-menu a {
    font-size: 32px;
    padding: 0 8px;
    color: #0024A9;
    text-decoration: none;
}

    #search a span,
    #mobile-nav-menu a span {
        font-size: 16px;
        font-weight: 700;
        line-height: 48px;
        vertical-align: top;
        padding-left: .3em;
    }

#mobile-nav-menu {
    display: none !important;
}

@media screen and (max-width: 1099px) {
    .navbar .navbar-collapse, .subnavbar .navbar-nav {
        display: none !important;
    }

    #search {
        position: fixed !important;
        top: 110px;
        right: -200%;
        width: 100% !important;
        padding: 0 14%;
        background-color: #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: all ease-in .5s;
    }

    #mobile-nav-menu {
        display: block !important;
        float: right;
        background-color: #fff;
    }


    .produto-informacoes p span {
        margin: 4px 6px 4px 0;
    }

    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .modal-arredondado .modal-content > .row {
        border-radius: 0;
    }
}

/* End Header ****************/
div.bg-gray-1 {
    position: relative;
}

    div.bg-gray-1::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: -50%;
        background: #f5f5f5;
        z-index: -99;
    }

#DivP2Option textarea {
    min-height: 92px;
}

#floatingTextarea {
    min-height: 142px;
}

#TabQuestionario {
    display: block;
}

#modal-pilulas .modal-body {
    max-width: 450px;
}

#DivAcessar, #DivLogado {
    cursor: pointer;
}

#ModalPesquisaFullscreen .modal-header {
    padding-bottom: 10px !important;
}



#Produto h1 a {
    position: absolute;
    top: 1em;
    right: 0;
    margin-right: -68px;
}

@media (max-width: 991.98px) {
    #Produto h1 {
        max-width: 78%;
        position: relative;
    }
}

@media (min-width: 992px) {
    #Produto h1 {
        max-width: 92%;
        position: relative;
    }
}

@media (max-width: 991.98px) {
    #Produto h1 {
        max-width: 95%;
        position: relative;
        word-break: break-all;
        font-size: max(2vw, 28px) !important; /*2.5vw*/
        word-break: break-word;
    }

        #Produto h1 a {
            margin-top: -.7rem;
            margin-right: -30px;
            transform: scale(.75);
        }

            #Produto h1 a span {
                display: none;
            }

    h3[onclick = "LogarSebrae()"] {
        font-size: max(2vw, 19px) !important;
    }
}

/* ----------- Galaxy Tab A 8.0 (2019) ----------- */
@media screen and (orientation:landscape) and (min-device-width: 730px) and (max-device-width: 991px) {
    /*Carrousel thumbnails*/
    .StarRating {
        padding-right: 0.1rem !important;
    }
}


footer {
    position: relative;
    font-size: 14px !important;
}

    footer hr {
        height: 2px !important;
        opacity: 1 !important;
    }

    footer.mobile {
        font-size: 8px !important;
        padding: 16px;
    }

        footer.mobile img.img-fluid {
            position: relative;
            left: 16px;
        }
/*****************************/
/* Background-colors         */
/*****************************/
.bg-none,
.bg-transparent {
    background-color: transparent !important;
}

.bg-blue-1 {
    background-color: #40BBFF;
}

.bg-blue-2 {
    background-color: #0041D9;
}

.bg-blue-3 {
    background-color: #0024A9;
}

.bg-blue-4 {
    background-color: #00BCFF;
}

.bg-red-1 {
    background-color: #F4455A;
}

.bg-green-1 {
    background-color: #419A6A;
}

.bg-yellow-1 {
    background-color: #fcba03;
}

.bg-gray-1 {
    background-color: #f5f5f5;
}

.bg-gray-4 {
    background-color: #E8E8E8;
}

.bg-gray-5 {
    background-color: #D9D9D9;
}
/* End Background Colors *****/

/*****************************/
/* Border-colors             */
/*****************************/
.border-none,
.border-transparent {
    border-color: transparent !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-blue-1 {
    border-color: #40BBFF !important;
}

.border-blue-2 {
    border-color: #0041D9 !important;
}

.border-blue-3 {
    border-color: #0024A9 !important;
}

.border-red-1 {
    border-color: #F4455A !important;
}

.border-0 {
    border-width: 0px !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}
/* End Border Colors *********/


/*****************************/
/* Text-colors               */
/*****************************/
.text-transparent {
    color: transparent !important;
}

.text-black {
    color: #000000;
}

.text-blue-1 {
    color: #40BBFF;
}

.text-blue-2 {
    color: #0041D9;
}

.text-blue-3 {
    color: #0024A9;
}

.text-red-1 {
    color: #F4455A;
}

text-red-2 {
    color: #e03f52;
}

.text-green-1 {
    color: #19929A;
}

.text-green-2 {
    color: #08676D;
}
/* End Text Colors ***********/


/*****************************/
/* Text-weights              */
/*****************************/
.fw-black {
    font-weight: 900;
}

.fw-bold {
    font-weight: 700;
}

.fw-regular {
    font-weight: 400;
}

.fw-thin {
    font-weight: 300;
}

.fw-light {
    font-weight: 100;
}
/* End Text weights **********/


/*****************************/
/* Button-colors             */
/*****************************/
.btn-transparent {
    background-color: transparent !important;
}

.btn-white-1 {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
}

.btn-blue-1 {
    background-color: #00BCFF;
    border-color: #00BCFF;
}

.btn-blue-2 {
    background-color: #0041D9;
    border-color: #0041D9;
}

.btn-blue-3 {
    background-color: #0024A9;
    border-color: #0024A9;
}

.btn-red-1 {
    background-color: #F4455A;
    border-color: #F4455A;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background-color: transparent !important;
}

.btn-white-1:hover,
.btn-white-1:focus,
.btn-white-1:active,
.btn-check:checked + .btn {
    background-color: #ffffff !important;
    border: 1px solid #05b0ed !important;
    color: #05b0ed !important;
}

.btn-blue-1:hover,
.btn-blue-1:focus,
.btn-blue-1:active {
    background-color: #05b0ed;
    border-color: #05b0ed;
}

.btn-blue-2:hover,
.btn-blue-2:focus,
.btn-blue-2:active {
    background-color: #043ec7;
    border-color: #043ec7;
}

.btn-blue-3:hover,
.btn-blue-3:focus,
.btn-blue-3:active {
    background-color: #012194;
    border-color: #012194;
}

.btn-red-1:hover,
.btn-red-1:focus,
.btn-red-1:active {
    background-color: #e03f52;
    border-color: #e03f52;
}
/* End Button Colors *********/


/*****************************/
/* Favorite Heart            */
/*****************************/
i.fas.fa-heart {
    color: #FA1200;
    margin-top: 5px;
    z-index: 99;
}
/* Favorite Heart ************/


/*****************************/
/* Transform                 */
/*****************************/
.negativeSkew {
    -moz-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

.positiveSkew {
    -moz-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    -o-transform: skewX(12deg);
    -ms-transform: skewX(12deg);
    transform: skewX(12deg);
}

/* End Transform *************/


/*****************************/
/* Modal                     */
/*****************************/
.filtro .accordion-header {
    border-bottom: 2px solid #EEF0F8;
}

.modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #0024A9;
}

.btn-close {
    background: none;
    opacity: 1;
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #F24559;
}

    .btn-close:hover {
        color: #F24559;
    }

#modal-pilulas .btn-close {
    background: transparent url(../img/svg/icon-white-close-modal.svg);
    opacity: 1;
    width: 21px;
    height: 21px;
}

#modal-leitorpdf .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    margin-left: -.5em !important;
}

#modal-enquete .btn-close {
    margin-left: -1em;
}

/* End Transform *************/
#main-container {
    width: 98% !important;
    margin: auto;
    padding: 0 4%;
}

/* Filtros *******************/
.accordion-button {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

    .accordion-button:not(.collapsed) {
        color: inherit;
    }

.filtro .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: #0024A9;
}

.accordion-button::after {
    content: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.accordion-button.collapsed::after {
    flex-shrink: 0;
    margin-right: .5rem;
    margin-top: -.5em;
    color: #0024A9;
    font-family: "Font Awesome 5 Pro";
    font-size: 31px;
    content: "\f067";
    -moz-transform: scale(.8) skewX(-12deg);
    -webkit-transform: scale(.8) skewX(-12deg);
    -o-transform: scale(.8) skewX(-12deg);
    -ms-transform: scale(.8) skewX(-12deg);
    transform: scale(.8) skewX(-12deg);
    transform: scale(.8) skewX(-12deg);
}

.accordion-button::after {
    flex-shrink: 0;
    margin-top: .5rem;
    margin-right: .3rem;
    color: #0024A9;
    font-family: "Font Awesome 5 Pro";
    font-size: 31px;
    content: "\f068";
    background-image: none !important;
    -moz-transform: scale(.8) skewX(-12deg);
    -webkit-transform: scale(.8) skewX(-12deg);
    -o-transform: scale(.8) skewX(-12deg);
    -ms-transform: scale(.8) skewX(-12deg);
    transform: scale(.8) skewX(-12deg);
}

#accordionFAQ .accordion-button {
    border-bottom: 2px solid #EEF0F8;
}

div.filtro .filter-item {
    height: 100%;
}

    div.filtro .filter-item label {
        display: block;
        position: relative;
        height: 98%;
        font-size: 14px;
        font-weight: 700;
        padding: 8px;
        margin: 1px;
        border: 2px solid #40BBFF;
        border-radius: 4px;
        background: #fff;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        div.filtro .filter-item label .filtro-item {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        /* Create a custom checkbox */
        div.filtro .filter-item label .checkmark {
            display: inline-block;
            height: 16px;
            width: 16px;
            border: 2px solid #0024A9;
            border-radius: 4px;
            margin-right: .3em;
        }

        /* On mouse-over, add a grey background color */
        div.filtro .filter-item label:hover input ~ .checkmark {
        }

        /* When the checkbox is checked, add a blue background */
        div.filtro .filter-item label input:checked ~ .checkmark {
            background-color: #0024A9;
        }

        /* Create the checkmark/indicator (hidden when not checked) */
        div.filtro .filter-item label .checkmark:after {
            content: "";
            display: none;
        }

        /* Show the checkmark when checked */
        div.filtro .filter-item label input:checked ~ .checkmark:after {
            display: inline-block;
        }

        /* Style the checkmark/indicator */
        div.filtro .filter-item label .checkmark:after {
            position: relative;
            top: -4px;
            right: -4px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

div.filtro .row > * {
    padding: 0;
}

div.filtro .filter-item label:has(> input[type=checkbox]:checked) {
    background: #40BBFF;
}

div.filtro .filter-item .form-check-input {
    margin: 8px;
}

/*****************************/
/* Slider               */
/*****************************/
#modal-pilulas .carousel-inner,
#modal-pilulas .carousel-item,
#modal-pilulas .carousel-item img,
.carousel-inner,
.carousel-item,
.carousel-item img {
    width: 100%;
    height: auto;
}

#modal-pilulas .carousel-indicators {
    left: inherit;
    right: inherit;
    bottom: -4em;
    padding-bottom: 2em;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-top: none;
    border-bottom: none;
    border-radius: 16px !important;
    margin: 0 16px;
    transition: all ease-in .5s;
}

#modal-pilulas .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.carousel-indicators [data-bs-target].active {
    width: 40px;
}

#modal-pilulas .carousel-indicators [data-bs-target].active {
    width: 20px;
}


.carousel.slide .carousel-caption {
    max-width: 60vw !important;
    top: 30%;
}

    .carousel.slide .carousel-caption p {
        text-align: left;
        float: left;
        left: auto;
        -webkit-filter: drop-shadow(3px 3px 1px rgba(0,0,0,.55));
    }


        .carousel.slide .carousel-caption p:nth-child(1) {
            font-size: 3vw !important;
            line-height: 3.5vw;
            min-height: 7vw;
            margin-top: -4vw !important;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-wrap: normal;
            text-overflow: ellipsis;
        }

        .carousel.slide .carousel-caption p:nth-child(2) {
            font-size: 2vw !important;
            line-height: 2.5vw;
            min-height: 5vw;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-wrap: normal;
            text-overflow: ellipsis;
            width: 100%;
        }

.banner-topo.carousel.slide .carousel-caption {
    max-width: 70vw !important;
    top: 30%;
    left: 6% !important;
}

    .banner-topo.carousel.slide .carousel-caption p {
        width: 70vw !important;
    }

.banner-topo.carousel.slide .carousel-control-prev {
    left: 4% !important;
}

.banner-topo.carousel.slide .carousel-control-next {
    right: 4% !important;
}

/* End Slider ****/
/*****************************/
/* Conteudo Home             */
/*****************************/
#Novidades h1,
#maisAcessados h1,
#Produto h1,
#Pagina h1,
#ResultadoBusca h1 {
    font-size: 2.77vw;
    font-size: max(2.5vw, 40px);
}

.col-12 button:nth-of-type(2),
.col-12 button:nth-of-type(3) {
    min-height: 23px;
}

.btn.rounded-3 p {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.title-section i.far {
    color: #F24559;
    vertical-align: sub;
}

.produto-informacoes p {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    color: #40BBFF;
    text-align: center;
    text-transform: uppercase;
}

    .produto-informacoes p span {
        display: inline-block;
        margin: 8px 12px 8px 0;
        padding: 8px 16px;
        color: #0024A9;
        border-radius: 8px;
        background-color: #EEF0F8;
        text-transform: initial !important;
    }

.titulo-compartilhe {
    color: #0024A9;
}

    .titulo-compartilhe h1 {
        font-weight: 700;
    }

    .titulo-compartilhe p {
        font-size: 24px;
        font-weight: 400;
    }

.btn-produto-acoes {
    padding: 24px;
    font-size: 55px;
    border-radius: 16px;
    background-color: #EEF0F8;
    color: #0024A9;
    text-align: center;
}

    .btn-produto-acoes i {
        font-size: 55px;
    }

    .btn-produto-acoes a.btn {
        display: block;
        margin-top: 16px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

/* End Conteudo Home *********/
/*****************************/
/* Resultado Busca           */
/*****************************/
#ResultadoBusca .slick-track {
    width: 100% !important;
}

#ResultadoBusca i.far.fa-chevron-left.slick-arrow,
#ResultadoBusca i.far.fa-chevron-right.slick-arrow,
#ResultadoBusca .slick-dots {
    display: none !important;
}

#ResultadoBusca .slick-track .slick-slide {
    margin: 9.55px 18.55px 9.55px 0px !important;
}

#ResultadoBusca .thumb-pilulas1 {
    height: 100%;
    min-height: 404.52px;
    max-height: 469px;
}

/* End Resultado Busca *******/


/*****************************/
/* Preferencias              */
/*****************************/


/* End Preferencias **********/

/*****************************/
/* Pilulas do conhecimento   */
/*****************************/

#modal-pilulas {
    background-color: #00000095;
    opacity: 1 !important;
}

    #modal-pilulas .modal-dialog {
        height: 100%;
    }

    #modal-pilulas .modal-content {
        height: 97.5%;
    }

    #modal-pilulas .modal-header {
        align-items: end;
        justify-content: end;
        width: 100%;
    }

    #modal-pilulas .carousel-control-prev {
        left: -60px !important;
    }

    #modal-pilulas .carousel-control-next {
        right: -60px !important;
    }


/* End Pilulas do conhecimento */

.slick-slide div {
    width: 100%;
}

@media (max-width: 991.98px) {
    #avaliacao-final .star-rating {
        font-size: 30px !important;
    }

    .btn-check:focus + .btn, .btn:focus {
        box-shadow: 0 0 0 0.25rem rgba(0,0,0,0) !important;
    }


    .modal-body .nav-link:nth-child(1) .fs-4 {
        margin-left: 0px;
        margin-right: -0px;
    }

    .modal-body .nav-link .fs-4 {
        font-size: 1.15rem !important;
        margin-left: 15px;
        margin-right: -15px;
    }

    .modal-body #TabQuestionario li button span {
        font-size: 1.05rem !important;
    }
}

@media (orientation: portrait) {
    .landscape {
        display: none !important;
    }

    .portrait {
        display: block !important;
    }

    .modal-backdrop {
        background-color: #00000050;
    }

    #ResultadoBusca .thumb-pilulas1 {
        height: 100%;
        min-height: 430.95px;
        max-height: 436.453px;
    }
}

@media (orientation: landscape) {
    .portrait {
        display: none !important;
    }

    .landscape {
        display: block !important;
    }

    .modal-backdrop {
        background-color: #00000050;
    }
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.botao-vermais {
    display: none;
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

@media (max-width: 767px) {

    .subnavbar .container-fluid, .navbar .row {
        width: 96% !important;
    }


    #search {
        padding: 0 4%;
    }

    div#tiposdeprodutosconteudo .row > div:nth-child(n+4) {
        display: none;
    }

    .botao-vermais {
        display: block;
    }

    .produto-informacoes p {
        text-align: left;
    }

    .container-fluid {
        padding: 0;
    }

    #Produto {
        padding: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 899px) {

    .carousel.slide .carousel-caption p:nth-child(1) {
        font-size: 2.8vw !important;
    }
}

@media screen and (orientation:landscape) and (min-device-height: 319px) and (max-device-height: 767px) {


    .desktop a.nav-link {
        font-size: 1.5vw;
    }

    .desktop a.nav-link {
        font-size: 2vw;
    }

    .desktop #search input {
        max-height: 3.9vw;
        font-size: 1.8vw;
        padding: 6px 0px;
        margin-right: 0px !important;
    }

    .desktop #search button {
        width: 58px;
    }

    .desktop #search input::-webkit-input-placeholder,
    .desktop #search input::placeholder {
        color: #0024A9 !important;
        text-align: center;
        font-size: 1.5vw;
    }

    .mobile #btn-search {
        width: 100%;
        max-width: 61px;
    }
}

/*****************************/
/* COL-XS                   */
/*****************************/
@media (max-width: 575px) {

    .modal-backdrop.show {
        background: transparent;
    }

    .carousel.slide .carousel-caption {
        transform: translate(10%,18%) !important;
        max-width: 85vw !important;
    }

        .carousel.slide .carousel-caption p:nth-child(1) {
            font-size: 4vw !important;
            line-height: 5vw;
        }

        .carousel.slide .carousel-caption p:nth-child(2) {
            width: 44vw;
            font-size: 3vw !important;
            line-height: 5.35vw;
            margin-top: -2vw;
            margin-right: 2rem;
        }


    /*Pilulas*/
    .thumb-pilulas .row.mt-n4 {
        margin-top: -2rem !important;
        margin-bottom: .68rem;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 3px;
        margin-left: -1px;
        font-size: 18px;
    }

    /*Grid*/
    .row-cols-xs-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xs-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xs-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xs-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xs-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xs-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xs-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .row-cols-xs-7 > * {
        flex: 0 0 auto;
        width: 14.285714285%;
    }

    .row-cols-xs-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .row-cols-xs-9 > * {
        flex: 0 0 auto;
        width: 11.111111111%;
    }

    .row-cols-xs-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }

    #modal-pilulas .modal-dialog {
        width: 100%;
    }

    #modal-pilulas .carousel-control-prev {
        opacity: 1;
        left: -45px !important;
    }

    #modal-pilulas .carousel-control-next {
        opacity: 1;
        right: -45px !important;
    }

    #modal-pilulas .carousel-inner,
    #modal-pilulas .carousel-item,
    #modal-pilulas .carousel-item img {
        max-width: calc(100vw - 22.5vw);
        max-height: 60vh !important;
    }

    /*Trilhas*/
    #TrilhasdoConhecimento .col-xs-6 a {
        width: 100% !important;
        padding: 16px 5px !important;
    }

        #TrilhasdoConhecimento .col-xs-6 a p {
            font-size: 17px !important;
            word-break: break-all;
            white-space: pre;
        }

    .card-item {
        min-width: 150px !important;
    }

    .carrossel-pai {
        padding: 0 !important;
    }

        .carrossel-pai h1 {
            padding-left: 1em !important;
        }

        .carrossel-pai > div {
            padding: 0 !important;
        }

    .carrossel-conteudo {
        margin: 0 !important;
    }

    .slick-slider, .slick-list {
        max-width: 100% !important;
    }
}

/*****************************/
/* COL-SM                   */
/*****************************/
@media (min-width: 576px) {
    /*Pilulas*/
    .thumb-pilulas .row.mt-n4 {
        margin-top: -2rem !important;
        margin-bottom: .68rem;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 3px;
        margin-left: -1px;
        font-size: 18px;
    }

    /*Grid*/
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .row-cols-sm-7 > * {
        flex: 0 0 auto;
        width: 14.285714285%;
    }

    .row-cols-sm-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .row-cols-sm-9 > * {
        flex: 0 0 auto;
        width: 11.111111111%;
    }

    .row-cols-sm-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }

    #modal-pilulas .modal-dialog {
        width: 100%;
    }

    #modal-pilulas .carousel-control-prev {
        opacity: 1;
        left: -45px !important;
    }

    #modal-pilulas .carousel-control-next {
        opacity: 1;
        right: -45px !important;
    }

    #modal-pilulas .carousel-inner,
    #modal-pilulas .carousel-item,
    #modal-pilulas .carousel-item img {
        max-width: calc(100vw - 59.5vw);
        max-height: 120vh !important;
    }
}

/*****************************/
/* COL-MD                   */
/*****************************/
@media (min-width: 768px) {
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .row-cols-md-7 > * {
        flex: 0 0 auto;
        width: 14.285714285%;
    }

    .row-cols-md-8 > * {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .row-cols-md-9 > * {
        flex: 0 0 auto;
        width: 11.111111111%;
    }

    .row-cols-md-10 > * {
        flex: 0 0 auto;
        width: 10%;
    }

    #modal-pilulas .modal-dialog {
        width: 100%;
    }

    #modal-pilulas .carousel-control-prev {
        opacity: 1;
        left: -45px !important;
    }

    #modal-pilulas .carousel-control-next {
        opacity: 1;
        right: -45px !important;
    }

    #modal-pilulas .carousel-inner,
    #modal-pilulas .carousel-item,
    #modal-pilulas .carousel-item img {
        max-width: calc(100vw - 67.5vw);
        max-height: 120vh !important;
    }
}

/*****************************/
/* COL-LG                   */
/*****************************/
@media (min-width: 992px) {
    #modal-pilulas .modal-dialog {
        width: 100%;
    }

    #modal-pilulas .carousel-control-prev {
        opacity: 1;
        left: -45px !important;
    }

    #modal-pilulas .carousel-control-next {
        opacity: 1;
        right: -45px !important;
    }

    #modal-pilulas .carousel-inner,
    #modal-pilulas .carousel-item,
    #modal-pilulas .carousel-item img {
        max-width: calc(100vw - 67.5vw);
        max-height: 120vh !important;
    }
}

/*****************************/
/*                          */
/*****************************/
@media (min-width: 1280px) {
    .thumb-pilulas img {
        max-height: 136px;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 2px;
        margin-left: -2px;
        font-size: 19px;
    }
}

/*****************************/
/*                          */
/*****************************/
@media (min-width: 1360px) {
    .thumb-pilulas img {
        max-height: 144px;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 2px;
        margin-left: -2px;
        font-size: 19px;
    }

    .desktop a.nav-link {
        font-size: 1.5vw;
    }

    .desktop #search input {
        max-height: 2.9vw;
    }

    .desktop #search button {
        width: 70px;
    }

        .desktop #search button svg {
            width: 45px;
            height: 30px;
        }

    #DivAcessar {
        margin-top: 2px;
    }
}

/*****************************/
/*                          */
/*****************************/
@media (min-width: 1366px) {
    .thumb-pilulas img {
        max-height: 146px;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 2px;
        margin-left: -2px;
        font-size: 19px;
    }
}

/*****************************/
/* COL-XXL                   */
/*****************************/
@media (min-width: 1400px) {

    #modal-pilulas .modal-dialog {
        max-height: 90vh !important;
        height: 100%;
        max-width: 40vw;
    }

    #modal-pilulas .carousel-control-prev {
        left: -70px !important;
    }

    #modal-pilulas .carousel-control-next {
        right: -70px !important;
    }
}

/*****************************/
/*                          */
/*****************************/
@media (min-width: 1440px) {
    .thumb-pilulas img {
        max-height: 154px;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 2px;
        margin-left: -1px;
        font-size: 19px;
    }

    #DivAcessar {
        margin-top: 2px;
    }
}

/*****************************/
/*                          */
/*****************************/
@media (min-width: 1600px) {
    .thumb-pilulas img {
        max-height: 170px;
    }

    .thumb-pilulas .far.fa-heart {
        margin-top: 2px;
        margin-left: -1px;
        font-size: 19px;
    }

    #DivAcessar {
        margin-top: 2px;
    }
}


/* Questionario ***/
#TabQuestionario li button.active span {
    opacity: 1;
    color: #0041D9;
}

#TabQuestionario li button span {
    opacity: 0;
}

#TabQuestionario li {
    width: 100%;
    height: 50px;
    position: relative;
    display: inline-flex;
}

    #TabQuestionario li button {
        width: 33.333%;
        height: 50px;
        position: relative;
    }

        #TabQuestionario li button:nth-child(1) {
            position: relative;
            background: #73E5FF;
            color: #0041D9;
            z-index: 3;
        }

            #TabQuestionario li button:nth-child(1):before {
                content: "";
                position: absolute;
                right: -24px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 25px solid #73E5FF;
                border-top: 25px solid transparent;
                border-bottom: 25px solid transparent;
            }

        #TabQuestionario li button:nth-child(2) {
            background: #D9D9D9;
            color: #ffffff;
            z-index: 2;
        }

            #TabQuestionario li button:nth-child(2):after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 25px solid white;
                border-top: 25px solid transparent;
                border-bottom: 25px solid transparent;
            }

            #TabQuestionario li button:nth-child(2):before {
                content: "";
                position: absolute;
                right: -24px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 25px solid #D9D9D9;
                border-top: 25px solid transparent;
                border-bottom: 25px solid transparent;
            }

        #TabQuestionario li button:nth-child(3) {
            background: #A0A0A0;
            color: #ffffff;
            z-index: 1;
        }

            #TabQuestionario li button:nth-child(3):after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 25px solid white;
                border-top: 25px solid transparent;
                border-bottom: 25px solid transparent;
            }

        #TabQuestionario li button:nth-child(2).active {
            background: #40BBFF;
            color: #0041D9;
        }

            #TabQuestionario li button:nth-child(2).active:before {
                border-left: 25px solid #40BBFF;
            }

        #TabQuestionario li button:nth-child(3).active {
            background: #18A4F1;
            color: #0041D9;
        }

            #TabQuestionario li button:nth-child(3).active:after {
                border-left: 25px solid #18A4F1;
            }

/* End QUESTIONARIO ***/

/*****************************/
/* Compartilhar-Link      */
/*****************************/
#compartilhe a {
    text-decoreation: none;
}

    #compartilhe a:after {
        content: none;
    }

#compartilhe ul.dropdown-menu.dropdown-menu-end {
    padding: 0px;
    min-width: 212px;
}

    #compartilhe ul.dropdown-menu.dropdown-menu-end li {
        display: inline-block;
    }

        #compartilhe ul.dropdown-menu.dropdown-menu-end li a {
            padding: 4px
        }

#compartilhar li {
    display: table-cell;
}
/*  Compartilhar-Link    **/

@media screen and (max-width: 320px) and (orientation:portrait) {
    a[href="/home"] {
        width: 28px !important;
        padding-left: 3px !important;
    }

    div#DivAcessarMobile {
        padding-left: 15px;
        margin-top: 5px;
        margin-right: -5px;
        max-width: 38px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1450px) {
    #compartilhar {
        margin-right: -1.5rem !important;
    }

        #compartilhar img {
            margin-left: 0.25rem !important;
            max-width: 55px;
        }
}

.bt-voltartopo {
}

    .bt-voltartopo a {
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        width: 120px;
        margin-left: -76px;
        padding: 16px;
        background-color: #00BCFF;
        border-radius: 8px 8px 0 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }

.mobile .bt-voltartopo a {
    bottom: 0;
    width: 190px;
    margin-left: -85px;
}

#bt-flutuantes {
    position: fixed;
    right: 10px;
    width: 60px;
    height: 320px;
    z-index: 1;
}

#bt-flutuantes, div[vw] {
    top: initial !important;
    bottom: 20px;
}

div[vw-plugin-wrapper] {
    top: -200px !important;
}

div[vw] {
    bottom: 250px !important;
    height: 44px;
}

.bt-enquete {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 9999;
    width: 3.6em;
    height: 3.6em;
    padding: .3em 1em;
    border-radius: 100%;
    background-color: #086FB2;
}

    .bt-enquete:hover {
        background-color: #40BBFF;
    }

    .bt-enquete a {
        display: inline-block;
        color: #fff;
        font-size: 2em;
        text-decoration: none;
        transition: all .3s linear;
    }

        .bt-enquete a i {
            position: absolute;
            z-index: 999;
            top: .4em;
        }

.participe {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 105px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    right: -120px;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #40BBFF;
    z-index: 998;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}

.bt-enquete:active .participe, .bt-enquete:hover .participe {
    visibility: visible;
    opacity: 1;
    right: 69px;
    z-index: 998;
    transition: all .3s linear;
}

.bt-whatsme {
    position: absolute;
    top: 260px;
    right: 0;
    z-index: 9999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

    .bt-whatsme a {
        color: inherit;
        display: inline-block;
        text-decoration: none;
        transition: all .3s linear;
    }

#svgWhats {
    max-width: 30px;
    height: 60px;
    z-index: 999;
    position: absolute;
    right: 14px;
    bottom: -1px;
}

.callme {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 14px;
    width: 105px;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    right: -120px;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #35B03E;
    z-index: 998;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}

.bt-whatsme:active .callme, .bt-whatsme:hover .callme {
    /*    visibility: visible;
    opacity: 1;
    right: 69px;*/
    z-index: 998;
    transition: all .3s linear;
}

    .bt-whatsme:active .callme span, .bt-whatsme .callme span {
        transition: all .5s linear;
    }

.bt-whatsme::after {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
    border-radius: 100%;
    transition: all .4s linear;
    box-shadow: 0 0 18px 0 #949494;
    background-color: #60D669;
}

.bt-whatsme:hover::after {
    background-color: #35B03E;
}


.lista-redessociais {
    list-style: none;
    padding: 0;
}

    .lista-redessociais li {
        display: inline-block;
        margin: .3em 1em;
    }

        .lista-redessociais li a {
            color: #ffffff;
            font-size: 20px !important;
        }

.sebrae-informacoes a {
    text-wrap: nowrap;
}


/* Novo Carrossel */

#modal-pilulas .carousel-control-next-icon,
#modal-pilulas .carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background: none !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    background-image: none;
}

    .carousel-control-prev-icon::before {
        content: "\f053";
    }

    .carousel-control-next-icon::before {
        content: "\f054";
    }

.carousel.slide > button {
    opacity: 1;
}

    .carousel.slide > button span {
        margin-top: -.4em;
    }

        .carousel.slide > button span.carousel-control-prev-icon {
            margin-left: -.2em;
        }

.carrossel-conteudo {
    position: relative;
    margin: 0 50px;
}

    .carrossel-conteudo .carrossel-template .carrossel-nav, .carousel.slide > button {
        position: absolute;
        top: 50%;
        color: #40BBFF !important;
        background: #fff !important;
        box-shadow: 0px 0px 10px 0px #40BBFF;
        width: 2.5em;
        height: 3em;
        margin-top: -3em;
        border: .12em solid #40bbff;
        text-align: center;
        transition: all ease-in .5s;
        -webkit-transform: skewX(-12deg) !important;
        -o-transform: skewX(-12deg) !important;
        -ms-transform: skewX(-12deg) !important;
        transform: skewX(-12deg) !important;
    }

        .carrossel-conteudo .carrossel-template .carrossel-nav:hover, .carousel.slide > button:hover {
            color: #fff !important;
            background: #40BBFF !important;
        }

        .carrossel-conteudo .carrossel-template .carrossel-nav.slick-disabled, .carrossel-conteudo .carrossel-template .carrossel-nav.slick-disabled:hover, .carousel.slide > button.slick-disabled, .carousel.slide > button.slick-disabled:hover {
            background-color: #EEF0F8 !important;
            color: #ccc;
            box-shadow: none;
            border-color: #fff !important;
        }

            .carrossel-conteudo .carrossel-template .carrossel-nav.slick-disabled i, .carousel.slide > button.slick-disabled span {
                color: #ccc !important;
            }

        .carrossel-conteudo .carrossel-template .carrossel-nav i, .carousel.slide > button span {
            margin-left: 0;
            margin-right: 0;
            font-size: 2em;
            color: inherit !important;
            -webkit-transform: skewX(12deg) !important;
            -o-transform: skewX(12deg) !important;
            -ms-transform: skewX(12deg) !important;
            transform: skewX(12deg) !important;
        }

        .carrossel-conteudo .carrossel-template .carrossel-nav.carrossel-nav-prev {
            left: -46px;
        }

        .carrossel-conteudo .carrossel-template .carrossel-nav.carrossel-nav-next {
            right: -46px;
        }

    .carrossel-conteudo .carrossel-template .carrossel-dots {
        list-style: none;
        text-align: center;
    }

        .carrossel-conteudo .carrossel-template .carrossel-dots li {
            display: inline-block;
            margin: 0 16px;
            width: 20px;
            height: 20px;
            border-radius: 16px;
            cursor: pointer;
            background-color: #40BBFF !important;
            transition: all ease-in .5s;
        }

            .carrossel-conteudo .carrossel-template .carrossel-dots li.slick-active {
                background-color: #0024A9 !important;
                width: 40px;
            }

            .carrossel-conteudo .carrossel-template .carrossel-dots li button {
                display: none;
            }

.card-item {
    position: relative;
    display: block;
    min-width: 278px;
    width: 100%;
    height: 392px;
    text-decoration: none;
    color: #fff;
    border-radius: 16px;
}

    .card-item .bgcapa, .card-item .bggradient {
        position: absolute;
        box-sizing: border-box;
        top: 0;
        left: -.1em;
        right: -.1em;
        bottom: 0;
        border-radius: 16px;
    }

    .card-item .bgcapa {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .card-item .bggradient {
        background-image: linear-gradient(to bottom, #ffffff00 0%,#000000 100%);
        transition: all ease-in .5s;
    }

    .card-item:hover .bggradient {
        border: .2em solid var(--card-border-color);
    }

    .card-item:link {
        color: #fff;
    }

    .card-item:visited {
        color: #fff;
    }

    .card-item:hover {
        color: #fff;
    }

    .card-item:active {
        color: #fff;
    }

    .card-item .visually-hidden-img {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .card-item .card-tipoproduto {
        position: absolute;
        padding: 0 4%;
        background-color: #f00;
        top: 6%;
        z-index: 9;
        margin-left: -1.7px;
    }

        .card-item .card-tipoproduto .bordadireita {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #FF0000;
            transform-origin: bottom left;
            -ms-transform: skew(-12deg, 0deg);
            -webkit-transform: skew(-12deg, 0deg);
            transform: skew(-12deg, 0deg);
        }

    .card-item .card-favoritar {
        position: absolute;
        top: 2%;
        right: 4%;
        font-size: 2em;
    }

    .card-item .card-texto {
        position: absolute;
        width: 98%;
        bottom: 0;
        left: 1%;
        font-weight: bolder;
        text-align: center;
    }

        .card-item .card-texto .card-titulo {
            display: inline-block;
            font-size: 20px;
            line-height: 24px;
            width: 90%;
            height: 120px;
            margin: .4em auto;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-wrap: normal;
            text-overflow: ellipsis;
        }

        .card-item .card-texto .card-setor {
            display: block;
            font-weight: lighter;
            font-size: 1em;
            text-transform: uppercase;
        }

        .card-item .card-texto .card-saibamais {
            display: block;
            width: 90%;
            margin: 16px auto;
            font-size: 24px;
            padding: .1em;
            border: 2px solid #fff;
            border-radius: 15px;
            transition: all ease-in .5s;
        }

    .card-item:hover .card-texto .card-saibamais {
        border: 2px solid #F4455A;
        background-color: #F4455A;
    }

.tipoproduto-item {
    display: block;
    height: 208px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #D3D3D3;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
}

    .tipoproduto-item:hover {
        border: .2em solid var(--card-border-color);
    }

#ResultadoBusca .card-item {
    min-width: auto;
}

.qrcode {
    border: none;
}

#feedbackModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#feedbackModal.show {
    display: flex !important;
}

#feedbackModal .modal-content {
    background: #141414;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    width: 90%;
}

#feedbackModal .feedback-close {
    margin: 5px 0;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    width: auto;
    color: white;
    cursor: pointer;
}

#feedbackModal button {
    margin: 5px 0;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    width: 100%;
    color: white;
    cursor: pointer;
}

#dislikeModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

#dislikeModal.show {
    display: flex !important;
}

#dislikeModal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#dislikeModal .modal-content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    padding: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

#dislikeModal h2 {
    margin-top: 0;
    font-size: 18px;
}

#dislikeModal textarea {
    width: 100%;
    height: 100px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: none;
}

#dislikeModal input[type="text"],
#dislikeModal input[type="email"],
#dislikeModal input[type="tel"] {
    width: 100%;
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#dislikeModal label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

#dislikeModal .checkbox-label {
    display: flex;
    align-items: center;
    margin: 12px 0;
    font-size: 14px;
}

#dislikeModal .checkbox-label input {
    margin-right: 8px;
}

#dislikeModal .modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

#dislikeModal button {
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: bold;
}

#dislikeModal .btn-back {
    background: #ccc;
}

#dislikeModal .btn-next {
    background: #0024A9;
    color: #fff;
}

#dislikeModal .btn-next:hover {
    background: #0062cc;
}

.invalid-field {
    border: solid #ff0000 2px !important;
}

.invalid-field:after {
    content: 'Campo obrigatório'
}