:root {
    --primary-color: #E87E00;
    --secondary-color: #585252;
    --blue-color-light: #9ACFE1;
    --blue-color-dark: #064290;
    --yellow-color-light: #FFEE97;
    --background-color: #EEEEEE;
    --background-color-gray-light: #F2F2F2;
    --background-color-gray-dark: #C2C2C2;
    --text-color: #343A40;
    --text-color-light: #A7A7A7;
    --active-color: #0DFF92;
    --primary-font:'Open Sans', arial, sans-serif;
    --secondary-font: 'arial', sans-serif;
    --success-color: #00c96e;
    --danger-color: #F65050;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}svg,video{display:block;}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-t{border-top-width:1px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.font-semibold{font-weight:600}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:0.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.dark\:text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgba(107,114,128,var(--tw-text-opacity))}} */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--background-color);
    font-size: 16px;
    color: var(--text-color);
    font-family: var(--primary-font);
    font-weight: 400;
    /* letter-spacing: 1px; */
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px; /* Avoid width reflow */
  }

h1, h2 {
    font-family: var(--primary-font);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}

a:hover{
    color: var(--primary-color);
}

li {
    list-style: none;
}

small {
    font-size: 12px;
}

span.big-title,
span.middle-title,
span.little-title,
span.title,
.text-title {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 32px;
    display: block;
}

span.middle-title {
    font-size: 26px;
}

span.little-title {
    font-size: 28px;
    line-height: 24px;
}

.text-color {
    color: var(--text-color) !important;
}

.subtitle {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
}

.subtitle span {
    font-weight: 100;
}

span.big-subtitle {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

span.title {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 24px;
}

.little-text {
    font-size: 11px !important;
    display: block;
    margin-bottom: 8px;
}

.single-page .text-title {
    font-size: 24px;
}


img.grayscale {
    filter: grayscale(1);
    opacity: .3;
}

.bullet-primary {
    font-size: 42px;
    margin-right: 8px;
    display: block;
    color: var(--primary-color);
}

.btn-primary {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 6px 16px 8px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 6px;
    letter-spacing: 0.1rem;
    width: fit-content;
}

.btn-primary.featured {
    font-size: 24px;
    font-weight: 800;
}

.btn.small
 {
    font-size: 14px;
}

.btn-primary i {
    color: #ffffff !important;
}

.btn-primary:hover i {
    color: var(--primary-color) !important;
}

.btn-outline-primary,
.btn-outline-secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    transition: .4s all ease;
}

.btn-outline-primary:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
}

.btn-secondary {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: var(--secondary-color);
    padding: 8px 42px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    border-radius: 6px;
    letter-spacing: 0.1rem;
    width: fit-content;
    border: 2px solid transparent;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-color);
    border: 2px solid transparent;
}

.btn-secondary.active {
    background-color: var(--active-color);
}

.btn-secondary .fas {
    color: #FFFFFF;
}

.btn-secondary img {
    filter: brightness(100);
}


.btn.item-button,
.btn.btn-submit {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    padding: 8px 16px;
    width: 100%;
    color: #FFFFFF;
    width: fit-content;
}

.btn:disabled {
    background-color: var(--background-color-gray-dark);
    color: var(--secondary-color);
    border-color: var(--background-color-gray-dark);
}

.btn.disabled.active {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    opacity: 1;
}

.btn-secondary.btn.item-button:hover,
.btn.item-button:hover,
.btn-submit:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--secondary-color);
}

.btn-secondary.btn.item-button:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.btn-outline-primary.btn.item-button {
    color: var(--secondary-color);
}

.btn.rounded {
    border-radius: 50px !important;
    padding: 8px 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: normal;
}

.btn-submit.filter:hover  {
    border-color: transparent;
}

.btn.item-button:hover,
.btn.btn-primary:hover {
    background-color: var(--secondary-color);
    color: #FFFFFF;
    border-color: var(--secondary-color);
}

.btn-veja-mais,
.btn-voltar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    padding: 8px 16px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--text-color);
    border-radius: 42px;
    letter-spacing: 0.1rem;
    width: fit-content;
}

.btn-voltar {
    padding: 6px 16px;
    font-size: 14px;
    border-color: var(--secondary-color);
}

.btn-veja-mais:hover,
.btn-veja-mais:active,
.btn-veja-mais:focus
{
    background-color: var(--primary-color);
    color: #ffffff;
}

.btn-voltar:hover,
.btn-voltar:active,
.btn-voltar:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}

.btn-veja-mais:hover .fas,
.btn-voltar:hover .fas
{
    color: #ffffff;
}

.btn-whatsapp {
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.btn-whatsapp i {
    font-size: 46px;
    color: var(--active-color);
}

.btn-whatsapp:hover i {
    color: #007942;
}

.buttons-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-inline .btn {
    width: 100%;
    letter-spacing: normal;
    line-height: normal;
}

.buttons-inline .btn-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.buttons-inline .btn-choose i {
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
}

.buttons-inline .btn-choose.mobile i {
    font-weight: 600;
}

.bg-white {
    --bg-opacity:1;
    background-color:#fff;
    background-color:rgba(255,255,255,var(--bg-opacity))
}

.bg-gray-100 {
    background-color:var(--background-color-gray-light);
}

.bg-primary-color {
    background-color:var(--primary-color);
}

.container ul {
    list-style: none;
}

body.page {
    background-color: #ffffff;
}

.site-branding .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 86px;
}

.site-logo-topo {
    margin-right: 32px;
}

.site-logo-topo img {
    max-width: 121;
    height: auto;
}

.navbar-nav .nav-link,
.dropdown .nav-link {
    color: var(--text-color);
}

.navbar-nav .nav-link:hover {
    color: #989898;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #989898;
}

.nav-fill .nav-item .nav-link.active {
    background-color: #ECECEC;
}

.nav-fill .nav-item .nav-link {
    color: var(--primary-color);
}

.banner-home img {
    width: 100%;
}

.no-margin {
    padding: 0;
    margin: 0;
}

/*
** Menu Mobile
*/

.main-navigation {
	margin: 0 0;
    padding: 0 0;
}

.main-navigation > div {
	float: left;
	padding: 0 0;
}

.main-navigation .main-menu {
	padding: 4px 36px;
}

.main-navigation .main-menu > li {
	color: var(--secondary-color);
	padding: 0 0;
	margin: 0 0;
	transition: all .05s ease;
}

.main-navigation .main-menu > li::after {
	position: absolute;
    content: "";
    bottom: 0;
    right: calc(100% - 12.5px);
    width: 25px;
    height: 2px;
    background: var(--primary-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.2s ease;
}

.main-navigation .main-menu > li:hover::after {
	transform: scaleY(1);
	transform-origin: top;
}

.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li.current_page_item a {
	color: var(--primary-color);
	text-decoration: none;
	outline: 0;
	/* background-color: var(--primary-color); */
}

.main-navigation .main-menu > li > a {
    font: normal normal 400 14px/18px 'PT Sans Caption', sans-serif;
	letter-spacing: 4px;
	color: var(--text-color);
	text-transform: uppercase;
	margin: 0 0;
	padding: 20px 10px;
}

header {
    background: #ffffff;
    padding: 0 16px;
}

header.home {
    background: #ffffff;
    padding: 0 0;
}

#menu-principal {
    color: var(--text-color);
    background: #E2E2E2;
    z-index: 9;
}

#menu-principal.navbar-expand-lg {
    padding: 0;
}

#menu-principal.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.menu-primary li {
    font-size: 12px;
    margin: 0 8px;
    font-weight: 600;
}

.menu-secondary {
    float: right;
    display: flex;
    max-width: fit-content;
}

.menu-secondary div {
    margin: 15px 15px;
}

.menu-secondary .item-menu .icon-social img{
    max-height: 32px;
    width: auto;
}

.menu-secondary .item-menu,
.menu-secondary .item-menu a {
    color: var(--primary-color);
    font-size: 12px;
}

.menu-secondary .item-menu a:hover {
    opacity: 1;
}

.menu-secondary .item-menu .fas {
    font-size: 32px;
    margin-right: 16px;
}

.menu-secondary .login-menu {
    text-align: left;
    font-size: 12px;
}

.menu-secondary .login-menu img {
    float: left;
    margin-right: 8px;
}

.navbar-toggler-icon {
    filter: brightness(100);
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

#icon-menu {
	font-size:30px;
	font-weight: 700;
	cursor:pointer;
	z-index: 2;
	color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.dropdown-menu .fas {
    color: var(--primary-color);
}

#inputSearch {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 488px;
}

#inputSearch input {
    border-radius: 8px;
    background-color: #e2e2e2;
    width: 100%;
    height: 42px;
    padding-right: 42px;
}

#inputSearch .btn-icon-search button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    padding: 8px 16px;
    z-index: 6;
}

#inputSearch .btn-icon-search i {
    color: var(--primary-color);
}

#inputSearch .btn-icon-search:hover i {
    color: var(--secondary-color);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: rgba(6,66,144, 0.98);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 22px;
    color: #d9d9d9;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay a.closebtn {
    position: absolute;
    top: 3px;
    right: 48px;
    font-size: 56px;
    font-weight: 400;
    color: #FFFFFF;
    transition: all ease .8s;
    opacity: 0;
}

#newsletter-home div div {
    flex-direction: row;
}

@media screen and (max-width: 720px) {

    #newsletter-home div div {
        flex-direction: column;
    }


}


/*
** Footer
*/

footer {
    background: transparent;
}

.footer-col {
    background: var(--background-color);
    padding: 64px 64px 0;
}

.footer-rounded-left {
    border-radius: 80px 0 0 0;
}

.footer-rounded-right {
    border-radius: 0 80px 0 0;
}

footer .social-media {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}

footer .social-media img {
    cursor: pointer;
    margin: 0 16px 16px 0;
    width: 28px;
}

footer .social-media img:hover {
    filter: brightness(1.5);
}

footer .copyright {
    font-size: 10px;
    margin: 0 auto;
    color: var(--text-color);
    background-color: var(--background-color);
}

footer h5 {
    color: var(--primary-color);
    font-weight: 700;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    font-size: 14px;
    color: var(--text-color);
    line-height: 32px;
    display: flex;
}

footer ul li.link:hover a {
    color: var(--secondary-color);
}

footer ul li span {
    line-height: 16px;
}

footer ul li span.icon {
    width: 28px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(100);
}

footer ul li img {
    vertical-align: middle;
    max-height: 22px;
    max-width: 22px;
}

footer .notification {
    display: block;
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    margin: 24px auto;
}

footer .icons-diferenciais {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .icons-diferenciais img {
    vertical-align: middle;
    max-height: 46px;
    max-width: 46px;
}


/*
** Home
*/


i.fas {
    color: var(--primary-color);
}

.site-branding.home {
    padding: 16px 32px;
}

#home .container-home{
    display: flex;
}

#home .left-home {
    width: 20%;
    display: block;
    border-radius: 0 0 80px 0;
}

#home .left-home.home {
    background: url(../images/image-home-01.jpg) center center var(--primary-color) no-repeat;
    background-size: cover;
}

#home .left-home.home-recrutamento {
    background: url(../images/image-home-02.jpg) center center var(--primary-color) no-repeat;
    background-size: cover;
}

#home .left-home.home-cadastro {
    background: url(../images/image-home-03.jpg) center center var(--primary-color) no-repeat;
    background-size: cover;
}


#home .left-home.login {
    background: url(../images/image-login.jpg) center center var(--primary-color) no-repeat;
    background-size: cover;
}


#home .right-home {
    width: 80%;
    display: block;
    background-color: #ffffff;
    border-radius: 0 0 0 80px;
    padding: 0 32px 32px;
}

#home .itens-home {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    flex-direction: row;
}

#home .itens-home .item-home {
    width: 50%;
    padding-right: 80px;
    max-width: 460px;
}

#home .itens-home .item-home h1 {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 28px;
}

#home .itens-home .item-home p {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

@media (min-width: 796px) {
    #banner-full .legenda {
        display: block;
    }
}


@media screen and (max-width: 896px) {
    #home .itens-home {
        flex-direction: column;
        padding-bottom: 0;
    }

    #home .itens-home .item-home {
        width: 100%;
        border-bottom: 1px dashed #b8b8b8;
        padding-bottom: 32px;
    }

    .item-home:first-child {
        margin-bottom: 32px;
    }

     #banner-full .legenda span {
        font-size: 22px;
    }

    #servicos .card .info,
    #servicos .container-slide {
        width: 100% !important;
    }

    #servicos .container-slide {
        margin-top: 40px;
    }

    #servicos .card {
        flex-direction: column !important;
    }


}

@media screen and (max-width: 496px) {
    #home .left-home {
        display: none;
    }

    #home .right-home {
        width: 100%;
        padding: 0 16px 16px;
    }

    .site-branding.home {
        padding: 16px 0;
    }

    #home .itens-home {
        flex-direction: column;
        padding-bottom: 0;
        padding: 16px;
    }

    #home .itens-home .item-home {
        width: 100%;
        border-bottom: 1px dashed #b8b8b8;
        padding-bottom: 32px;
        padding-right: 8px;
    }

    .item-home:first-child {
        margin-bottom: 32px;
    }

    #banner-full .legenda {
        display: none;
    }

    .buttons-inline {
        flex-direction: column;
    }

    .buttons-inline button {
        margin: 0 0 8px 0 !important;
    }

    .page .card.profissional-destaque .image {
        min-width: 120px !important;
    }

    #idiomasForm div {
        flex-direction: column;
        justify-content: start;
    }

    #idiomasForm .form-switch,
    #idiomasForm .form-check .d-flex {
        flex-direction: row;
    }

    #idiomasForm .form-check  {
        margin-top: 16px;
    }



}


.form-control {
    border-color: #949494;
}

div.form-home {
    background: url(../images/background-form-home.png) no-repeat top left;
    margin-top: 60px;
    min-height: 600px;
}

div.form-home span.chamada-form-home {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-color);
    text-align: center;
    margin-top: -46px;
    display: block;
}

div.form-home .buttons-choose-form-home,
#advancedFilterBox .buttons-choose-form-home,
#personalForm .buttons-choose-form-home {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#advancedFilterBox .buttons-choose-form-home {
    justify-content: space-between;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single
 {
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    transition: all .15s ease-in-out;
    min-height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear
{
    margin-top: -3px !important;
    font-size: 22px !important;
    height: 18px !important;
    color: #343a40;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 22px !important;
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--single .select2-selection__choice
 {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__display
.select2-container--default .select2-selection--single .select2-selection__choice span.select2-selection__choice__display
 {
    font-size: 12px !important;
    padding: 6px !important;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 1;
} */

.form-select:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single
 {
    box-shadow: none;
    border-color: var(--secondary-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 3px !important;
}

#advancedFilterBox .select2-container {
    display: block;
    width: 100% !important;
}

#advancedFilterBox .form__pills.items__radio {
    width: 100%;
    max-width: 300px;
    padding-left: 32px;
    float: right;
}

.select2-dropdown {
    z-index: 999999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left !important;
    margin-right: 5px !important;
}

.form-basic,
.form-default {
    background-color: #FFFFFF;
    border-radius: 26px;
    min-height: 516px;
    padding: 15px 30px 30px;
    margin-top: -60px;
}

.form-default {
    margin-top: 0;
}

.form-basic .header-form-home {
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--background-color-gray-light);
}

.form-basic .header-form-home img {
    margin: 0 16px 10px 0;
    max-width: 32px;
}


.form-basic .form-label,
.form-default .form-label,
.modal .form-label {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.form-basic .link-extra,
.form-default .link-extra {
    display: flex;
    justify-content: space-between;
}

.form-basic .link-extra img {
    margin-right: 16px;
}

.form-basic .link-extra a {
    color: var(--text-color);
    padding: 8px 4px;
    transition: all .2s ease;
}

.form-basic .link-extra a:hover {
    color: var(--secondary-color);
}

.form-check.accept input {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #949494;
}

.form-check.accept label {
    height: 30px;
    display: flex;
    align-items: center;
}

.form-check.accept .form-check-input:checked {
    background-color: var(--active-color);
    box-shadow: none;
    border: none;
}

.form-check.accept .form-check-input:focus {
    box-shadow: none;
}

.input-contact {
   display: none;
   transition: all .2s ease;
}


.form-list-page {
    /* background-color: #FFFFFF; */
    border-radius: 26px;
    /* min-height: 516px; */
    padding: 16px 16px;
}

.form-list-page .header-form-list {
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--background-color-gray-light);
}

.form-list-page .form-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}

.form-list-page .link-extra {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.form-list-page .link-extra img {
    margin-right: 8px;
    max-width: 18px;
}

.form-list-page .link-extra a {
    color: var(--text-color);
    padding: 8px 4px;
    transition: all .2s ease;
}

.form-list-page .link-extra a:hover {
    color: var(--secondary-color);
}

.form__field .form__pills .filter-pills {
    gap: 10px;
    justify-content: flex-start;
}

.form-list-page .form__pills .filter-pills {
    display: flex;
}

.form-list-page .form__field .form__pills .filter-pills .filter-pills__item {
    flex: 0;
}

.form-list-page .form__pills .filter-pills .filter-pills__button[data-active] {
    background: var(--primary-color);
    color: #fff;
}

/* Radio style */
.form__pills [type="radio"]:checked,
.form__pills [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form__pills [type="radio"]:checked + label,
.form__pills [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600;
}
.form__pills [type="radio"]:checked + label:before,
.form__pills [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    background: #fff;
}

.form__pills [type="radio"]:not(:checked) + label:before {
    border: 1px solid var(--background-color-gray-dark);
}
.form__pills [type="radio"]:checked + label:after,
.form__pills [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form__pills [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form__pills [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Checkbox style */
.form-check.form__pills {
    padding-left: 0;
}

.form__pills [type="checkbox"]:checked,
.form__pills [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form__pills [type="checkbox"]:checked + label,
.form__pills [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600;
}
.form__pills [type="checkbox"]:checked + label:before,
.form__pills [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    background: #fff;
}

.form__pills [type="checkbox"]:not(:checked) + label:before {
    border: 1px solid var(--background-color-gray-dark);
}
.form__pills [type="checkbox"]:checked + label:after,
.form__pills [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form__pills [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form__pills [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


form .error:not(li):not(input) {
  color: #dc3545; /* Assuming $form-feedback-invalid-color is #dc3545 */
  font-size: 85%;
  margin-top: 0.25rem;
}
form .invalid,
form .is-invalid .invalid:before,
form .is-invalid::before {
  border-color: #dc3545 !important; /* Assuming $form-feedback-invalid-color is #dc3545 */
}
form .form-label.invalid,
form .form-label.is-invalid {
  border-color: #dc3545; /* Assuming $form-feedback-invalid-color is #dc3545 */
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.4) !important; /* Assuming $form-feedback-invalid-color is #dc3545 */
}
form select.invalid ~ .select2 .select2-selection {
  border-color: #dc3545; /* Assuming $form-feedback-invalid-color is #dc3545 */
}
form select.is-invalid ~ .select2 .select2-selection {
  border-color: #dc3545 !important; /* Assuming $form-feedback-invalid-color is #dc3545 */
}
form select.selectpicker.is-invalid ~ .btn {
  border-color: 1px solid #dc3545; /* Assuming $form-feedback-invalid-color is #dc3545 */
  border-color: #dc3545; /* Assuming $form-feedback-invalid-color is #dc3545 */
}


.form-control.is-valid, .was-validated .form-control:valid
 {
    border-color: #8ae48f !important;
 }

@media screen and (min-width: 720px) {
    .form-list-page .form__pills .filter-pills {
        justify-content: space-between;
    }
}

.order {
    position: relative;
}
.order .icon-order[data-v-07af4b2a] {
    fill: var(--primary-color);
    margin: 5px 10px 0 5px;
    /* position: absolute; */
    top: 8px;
    left: -16px;
}

.modal .form-basic {
    margin-top: 0;
}

.modal .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 11;
}
.modal.show {
    background-color: var(--secondary-color);
}

/* .buttons-choose-form .btn-choose {
    background-color: transparent;
    padding: 24px 24px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 20px;
    color: var(--text-color-light);
    transition: all .2s ease;
    letter-spacing: 0.06rem;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid var(--text-color-light);
    margin: 0 8px;
} */

.buttons-choose-form .btn-choose:hover,
/* .buttons-choose-form .btn-choose:focus, */
.buttons-choose-form .btn-choose.active {
    background-color: var(--secondary-color);
}

.buttons-choose-form .btn-choose:focus {
    background-color: var(--primary-color);
}
.sponsors {
    margin-top: 24px;
    /* padding: 24px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center; */
}

.sponsors .box-sponsor {
    padding: 24px 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid var(--background-color-gray-dark); */
    background-color: #FFFFFF;
    border-radius: 4px;
    height: 160px;
    cursor: pointer;
}

.sponsors .box-sponsor .logo-sponsor img {
    filter: grayscale(1);
    opacity: .6;
    max-width: 300px;
    max-height: 112px;
    transition: all .2s ease;
}

.sponsors .box-sponsor .logo-sponsor:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.sponsors .box-sponsor .products-sponsor {
    padding: 24px 16px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.box-partners {
    background-color: var(--background-color-gray-light);
    border-radius: 34px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    max-width: 860px;
    max-height: 450px;
    margin: 124px auto 32px;
    padding: 0 32px 0 0;
}

.box-partners .image-partners {
    position: relative;
    width: 100%;
    display: block;
    height: 410px;
}

.box-partners .image-partners img {
    position: absolute;
    left: -60px;
    bottom: 0;
}

.box-partners .text-partners {
    display: flex;
    flex-direction: column;
}

.box-share {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-bottom: 12px;
}

.box-share-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box-share-items .btn.item-button {
    border: none;
    background-color: transparent;
}

.box-share-items .btn.item-button:hover {
    color: var(--primary-color);
}

.btn.item-button .icon-whats-share {
    filter: hue-rotate(45deg);
}
.btn.item-button:hover .icon-whats-share {
    filter: brightness(200%);
}


.legenda {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.legenda span {
    display: inline;
    padding: 6px 12px;
    background-color: #FFEE97;
    font-size: 32px;
    font-weight: 800;
    color: #343A40;
}

.page h1.title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.page h2.subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.page h3.subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}

.page .quote {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.page ul.list li {
    list-style: disc;
}

.page ::marker {
    color: var(--primary-color);
}

.page .card {
    background-color: #ECECEC;
    border: none;
}

.page .card.white {
    background-color: #ffffff;
}

.page .card.notFound,
.page .card.warning {
    background-color: #FFEE97;
}

.page .card.danger {
    background-color: #ff4f4f;
    color: #ffffff;
    font-weight: 700;
}

.page .card.success {
    background-color: #39b85f;
    color: #ffffff;
    font-weight: 700;
}

.page .card.info {
    background-color: #398ab8;
    color: #ffffff;
    font-weight: 700;
}

.page .card.vaga {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.page .card.profissional-destaque {
    display: flex;
    flex-direction: row;
    justify-content: start;
    /* align-items: center; */
    position: relative;
    min-height: 290px;
    width: 100%;
}

.page .card.profissional-destaque .image {
    min-width: 180px;
    display: block;
    border-radius: 0.375rem 0 0 0.375rem;
}

.page .card.profissional-destaque .content-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 24px 36px 24px 16px;
    position: relative;
    min-height: 290px;
    width: 100%;
}

.page .card.profissional-destaque .info-item-card {
    width: 100%;
    text-align: left;
    min-height: 90px;
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.page .card.profissional-destaque .item-star {
    position: absolute;
    top: 8px;
    right: 16px;
}
.page .card.vaga .info-item-card {
    width: 80%;
}

.page .card.vaga .button.call-to-action {
    width: fit-content;
}

.page .card.vaga .title-item-card,
.page .card.profissional-destaque .title-item-card
{
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
}

.page .card.vaga .item-card-col,
.page .card.profissional-destaque .item-card-col
{
    font-size: 14px;
    font-weight: 700;
}

.page .card.vaga .item-card-col .col,
.page .card.profissional-destaque .item-card-col .col
 {
    display: flex;
    align-items: center;
}
.page .card.vaga .item-card-col span,
.page .card.profissional-destaque .item-card-col span
 {
    color: var(--primary-color);
    font-size: 20px;
    display: block;
    margin-right: 8px;
}

.page .card.vaga .btn,
.page .card.profissional-destaque .btn
{
    font-size: 13px;
    padding: 8px 16px;
}


.page .card p {
    font-size: 14px;
}

.page-footer-featured {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;

    padding: 16px;
    border-radius: 8px;

    transition: all .4s ease;
}


.page-footer-featured .info .title {
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    color: var(--primary-color);
}

.page-footer-featured .info .description {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
}

.page-footer-featured span {
    font-weight: 100;
}

.page-footer-featured i {
    font-size: 36px;
}

.page-footer-featured.orange {
    background-color: #FFEE97;
}

.page-footer-featured.orange:hover {
    background-color: #fff1ac;
}

.page-footer-featured.orange i {
    color: var(--primary-color);
}

.page-footer-featured.blue {
    background-color: #C0D3FC;
}

.page-footer-featured.blue:hover {
    background-color: #d8e5ff;
}

.page-footer-featured.blue i {
    color: #064290;
}

.page-footer-featured.green {
    background-color: #BAF686;
}

.page-footer-featured.green:hover {
    background-color: #d5ffb0;
}

.page-footer-featured.green i {
    color: #33610B;
}

/* div#social-links {
    margin: 0 auto;
    max-width: 500px;
}
div#social-links ul li {
    display: inline-block;
}
div#social-links ul li a {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
    color: #222;
    background-color: #ccc;
} */


/* LIST PRODUTOS */

.statusTotal small {
    display: block;
    padding-top: 16px;
}

.list .card {
    border: none;
}

.list .card.card-column {
    min-height: 538px;
}

.list .item-description {
    height: 58px;
    overflow: hidden;
}

.list .item-image img {
    width: 100%;
    height: 200px;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.list .item-title,
.list .item-price {
    font-family: var(--primary-font);
    font-weight: 700;
    height: 52px;
    overflow: hidden;
    text-transform: capitalize;
}

.list .item-title a {
    color: var(--primary-color);
}

.list .item-title a:hover {
    color: var(--blue-color-light);
}

.list .item-price {
    color: var(--text-color);
    border-top: 1px dashed #dedede;
    padding-top: 8px
}

ul.border-list {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

li.border-list-item {
    border: 1px dashed #dedede;
    border-radius: 6px;
    padding: 8px;
    margin: 4px 8px 4px 0;
    font-size: 14px;
    width: fit-content;
}

.box-btn-add-cart {
    background-color: var(--secondary-color);
    flex: 1;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
}

.box-btn-add-cart .add-card {
    /* background: var(--secondary-color); */
    filter: brightness(100);
}

#cart-open {
    display: flex;
    position: relative;
}


div#count-cart {
    background: var(--secondary-color);
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    right: -30px;
    line-height: 8px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
}


#btn-remove-car {
	display: none;
}


.btn-carrinho {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 55px;
    padding: 0;
    background: none;
    border: none;
}

.btn-carrinho:hover,
.btn-carrinho:focus,
.btn-carrinho:active
{
    background: none !important;
    border: none;
    color: var(--primary-color);
}

.btn-carrinho i {
    color: var(--primary-color) !important;
    font-size: 22px !important;
    margin: 0 8px 0 0;
}

.btn-carrinho:hover i {
    color: var(--secondary-color) !important;
}


.btn-vermelho {
    background: var(--danger-color) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    padding: 8px 8px;
    border: none;
    transition: all .2s ease;
    width: 46px;
    height: 46px;
    overflow: hidden;
}

.btn-vermelho:hover {
    background: #e20909 0% 0% no-repeat padding-box;
}

.box-btn-remove-cart {
    background-color: var(--danger-color);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 6px 6px;
}

.box-btn-add-cart.detail-page {
    max-width: 80px;
    border-radius: 6px;
    background-color: var(--success-color);
}

.detail-page .box-btn-add-cart-link,
.detail-page .box-btn-remove-cart {
    width: 100%;
    height: 100%;
    max-width: 80px;
    border-radius: 6px;
    padding: 12px 16px;
}

.buttons-checkout button {
	float: right;
    width: fit-content !important;
}
.buttons-checkout a {
	float: left;
    width: fit-content !important;
}

#container-carrinho .table {
	border-spacing: 0 0.85rem !important;
	border-collapse: separate !important;
}


#container-carrinho .table td,
#container-carrinho .table th {
	vertical-align: middle;
	margin-bottom: 10px;
	border: none;
}

#container-carrinho .table thead tr,
#container-carrinho .table thead th {
border: none;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
background: transparent;
}

#container-carrinho .table td {
background: #fff;
font-size: 14px;
}

#container-carrinho .table td:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

#container-carrinho .table td:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

#container-carrinho .avatar {
width: 2.95rem;
height: 2.95rem;
border-radius: 50%;
display: inline-block;
background: transparent;
position: relative;
text-align: center;
color: #868e96;
font-weight: 700;
vertical-align: bottom;
font-size: 1rem;
min-width: 2.5rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#container-carrinho .avatar img {
max-width: 2.95rem;
max-height: 2.95rem;
border-radius: 50%;
}

#container-carrinho .avatar-sm {
width: 2.5rem;
height: 2.5rem;
font-size: 0.83333rem;
line-height: 1.5;
}

#container-carrinho .avatar-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}

#container-carrinho .table a:hover,
#container-carrinho .table a:focus {
  text-decoration: none;
}


.cart-item-description {
    font-size: 14px;
    font-weight: 700;
}

.cart-item-code {
    font-size: 11px;
}

.cart-item-qty {
    width: 76px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: #efeeee;
    padding-left: 12px;
}


.text-publicidade {
    float: right;
    position: absolute;
    top: -20px;
    right: 16px;
    font-size: 9px;
}


ul.categorias-lista {
    padding: 0;
}

ul.categorias-lista li {
    line-height: 36px;
    border-bottom: 1px dashed var(--background-color-gray-dark);
    overflow: hidden;
    height: 40px;
}

/* ul.categorias-lista li a {
    color: #a9a9a9;
} */

ul.categorias-lista li a:hover {
    color: var(--primary-color);
}

.categorias-lista.titulo {
    font-size: 16px;
    font-weight: bold;
}
.categorias-lista.subtitulo {
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
}
.categorias-lista.subtitulo.last-item {
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
    color: #4f555b;
}


footer ul li a {
    color: var(--text-color);
}

footer ul li a:hover {
    color: var(--secondary-color);
}

input[type=search]:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}



/* SERVICOS */

#servicos .servico .image img {
    border-radius: 12px;
}

#servicos .card .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* PRODUTOS */

/* .grid-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
} */

.grid-products {
    display: flex;
    column-gap: 12px;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.col-product {
    width: 240px;
}

.produtos.card {
    border: solid 1px #CECECE;
    background-color: #ffffff;
}

.produtos.card h4.card-title {
    font-size: 12px;
    font-weight: 700;
    min-height: 46px;
    line-height: 16px;
}
.produtos.card .card-body {
    min-height: 180px;
}
.produtos.card .card-text {
    font-size: 9px;
}

.produtos.card .cat-description {
    height: 12px;
    overflow: hidden;
}

.produtos.card h5 {
    font-weight: 700;
}

.produtos.card .card-image {
    height: 136px;
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    padding: 6px;
}

.produtos.card .card-image img {
    max-height: 122px;
    width: auto;
    transition: all .2s ease-in-out;
}

.produtos.card .card-image a img:hover {
    max-height: 134px;
    opacity: .8;
}


/* .box-share {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-bottom: 12px;
}

.box-share-items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.box-share-items .btn.item-button {
    border: none;
    background-color: transparent;
}

.box-share-items .btn.item-button:hover {
    color: var(--primary-color);
}

.btn.item-button .icon-whats-share {
    filter: hue-rotate(45deg);
}
.btn.item-button:hover .icon-whats-share {
    filter: brightness(200%);
} */

.btn-primary.preco,
.btn-secondary.preco {
    background-color: var(--secondary-color);
    padding: 8px 32px;
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 6px;
    letter-spacing: 0.1rem;
    width: fit-content;
    border: none;
}


.btn-primary.preco {
    background-color: var(--primary-color);
}

.btn-primary.preco:hover {
    background-color: var(--secondary-color);
    color: #FFFFFF;
}

.btn-secondary.preco:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

#enviarSolicitacao.disabled {
    background-color: #666;
}

#validation-error,
#xhrError,
#errorReturn,
#success-pedido {
	display: none;
}


#posts img {
    border-radius: 8px;
    margin: 8px 0;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 468px) {
	.container {
		max-width: 100%;
	}
}

@media only screen and (min-width: 1168px) {
	.container {
		max-width: 1280px;
    }

}


@media only screen and (max-width: 468px) {
    .col-product {
        /* max-width: 240px; */
        width: 100%;
    }

    .site-logo-topo {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-menu[data-bs-popper] {
        right: 0;
        left: auto;
    }
}




/* Lightbox Gallery */

.simple-lightbox {
    background-color: rgb(0 8 30 / 95%);
}

.simple-lightbox .lb-wrapper .lb-content {
    background-color: transparent;
}

.simple-lightbox .lb-wrapper .lb-content iframe {
    background: transparent !important;
    text-align: center;
}

.simple-lightbox .lb-wrapper .lb-content iframe > body  {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.simple-lightbox .lb-wrapper .lb-toolbar {
    height: 45px;
    line-height: 2.2em;
    padding: 4px;
    background-color: #000;
}

.simple-lightbox .lb-wrapper .lb-icon.lb-prev:after {
    content: " ";
    border-left: 2px solid var(--text-color-light);
    border-bottom: 2px solid var(--text-color-light);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.simple-lightbox .lb-wrapper .lb-icon.lb-next:after {
    content: " ";
    border-right: 2px solid var(--text-color-light);
    border-top: 2px solid var(--text-color-light);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.simple-lightbox .lb-wrapper .lb-icon {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-lightbox .lb-wrapper .lb-content .lb-loading {
    width: 10px;
    height: 10px;
    border-radius: 0;
    display: block;
    margin:50vh auto;
    position: relative;
    color: var(--secondary-color);
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}
@keyframes shadowRolling {
        0% {
          box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        12% {
          box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        25% {
          box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
        }
        36% {
          box-shadow: 120px 0 white, 110px 0 white, 100px 0 var(--secondary-color), 0px 0 rgba(255, 255, 255, 0);
        }
        50% {
          box-shadow: 130px 0 var(--secondary-color), 120px 0 var(--secondary-color), 110px 0 var(--secondary-color), 100px 0 var(--secondary-color);
        }
        62% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--secondary-color), 120px 0 var(--secondary-color), 110px 0 var(--secondary-color);
        }
        75% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
        }
        87% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
        }
        100% {
          box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
        }
}

.simple-lightbox .lb-wrapper .lb-content .lb-loading:after {
    content: " ";
}


/* Toggle button */

.form-home .toggle,
#personalForm .toggle {
    flex-direction: column;
}

.form-home .toggle label,
#personalForm .toggle label{
    top: 4px;
}

#personalForm input#input-choose-whatsapp,
#personalForm input#input-choose-ligacao,
#personalForm input#input-choose-email {
    border-color: var(--active-color);
    border-bottom: 2px solid var(--active-color);
}

.toggle {
    background: var(--background-color-gray-light);
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .toggle label {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
  }
  .toggle label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 46px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    -webkit-animation: moveLeft 0.3s ease;
            animation: moveLeft 0.3s ease;
  }
  .toggle input {
    display: none;
  }
  .toggle input:checked + label {
    background-color: var(--secondary-color);
  }
  .toggle input:checked + label:before {
    transform: translateX(16px);
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
    -webkit-animation: moveRight 0.3s ease;
            animation: moveRight 0.3s ease;
  }

  .toggle span {
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 8px;
    display: block;
  }

  @-webkit-keyframes moveRight {
    0% {
      width: 24px;
      transform: translateX(0);
    }
    45% {
      width: 26px;
    }
    100% {
      width: 24px;
      transform: translateX(16px);
    }
  }

  @keyframes moveRight {
    0% {
      width: 24px;
      transform: translateX(0);
    }
    45% {
      width: 26px;
    }
    100% {
      width: 24px;
      transform: translateX(16px);
    }
  }
  @-webkit-keyframes moveLeft {
    0% {
      width: 24px;
      transform: translateX(16px);
    }
    45% {
      width: 26px;
    }
    100% {
      width: 24px;
      transform: translateX(0);
    }
  }
  @keyframes moveLeft {
    0% {
      width: 24px;
      transform: translateX(16px);
    }
    45% {
      width: 26px;
    }
    100% {
      width: 24px;
      transform: translateX(0);
    }
  }

#breadcrumb {
    background-color: var(--primary-color);
    width: 100%;
    display: flex;
    color: #ffffff;
}

.content__breadcrumb {
    display: inline-block;
    font-size: 13px;
    /* text-transform: capitalize; */
    padding: 6px 16px 6px 0;
}

.content__breadcrumb a {
    color: #ffffff;
}

.content__breadcrumb a:hover {
    color: #fcf6d8;
}

.content__breadcrumb span:last-child {
    font-weight: 600;
    font-size: 14px;
}

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #f1f1f1de;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid var(--secondary-color);
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid var(--secondary-color);
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid var(--secondary-color);
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid var(--primary-color);
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid var(--secondary-color);
		border-left-color: transparent;
	}
}

.pagination .page-link {
    color: var(--primary-color);
    font-weight: 600;
}

.pagination .page-item.active .page-link {
    background-color: var(--secondary-color);
    font-weight: 600;
    color: #FFFFFF;
}

.pagination .page-link:focus {
    box-shadow: none;
    border: none;
}



/* PARTNERS FLIP CARD */

.items-partners .item-partners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 175px;
    overflow-y: hidden;
}
.items-partners .item-partners p.text {
    margin-bottom: 0;
    font-size: 14px;
}

.items-partners .btn.item-button {
    /* max-width: fit-content; */
    margin-top: 16px;
}

.info-partners {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
}

.info-partners p {
    padding-left: 40px;
}

.info-partners img {
    margin: 0 auto;
}

.info-partners span.icon {
    width: 28px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
}

.info-partners span.icon img {
    width: 28px;
}

.back .item-partners {
    /* flex-direction: row;
    justify-content: start; */
    width: 100%;
    max-height: inherit;
    overflow: hidden;
    min-height: 264px;
}

.back .description-partners {
    width: 100%;
    margin-right: 16px;
    max-width: 300px;
}

.back .btn-close {
    position: absolute;
    right: 16px;
    top: 12px;
    color: #FFFFFF !important;
    padding: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(../images/icon-close.svg) no-repeat center center var(--danger-color);
}

.alert {
    z-index: 1002;
}

.alert .close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 24px;
    line-height: 1;
}

.face .anunciante-logo {
    min-height: 90px;
    border-radius: 6px;
}

.list-partners .items-partners {
    display: flex;
    padding: 16px 16px;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    height: 290px;
    align-items: center;
}

.list-partners .item-image {
    background-color: #f7f7f7;
    width: 100%;
    max-width: 250px;
    overflow: hidden;
    height: 90px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-partners .item-image img {
    max-width: 250px;
    object-fit: contain;
    border-radius: 6px;
}

.card.flip-card {
    text-align: left;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    cursor: pointer;
    width: 100%;
    height: 290px;

  }

  .card.flip {
    transform: rotateY(180deg);
    transition: transform 0.5s;
  }

  .card .face {
    height: 290px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0.1px);
  }

.card .back {
    transform: rotateY(180deg);
}

.more {
    display: none;
}

.more:checked ~ .flip-card {
        transform: rotateY(180deg);
}


.notFound {
    background-color: var(--yellow-color-light);
    text-align: center;
    padding: 16px 32px;
    border: none;
    font-weight: 600;
}




/* LOGIN */
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  /* min-height: 100vh; */
  width: 100%;
  margin: 20px auto;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}
/* .authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 148px;
  height: 148px;
  content: " ";
  position: absolute;
  top: -40px;
  right: -40px;
  }
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 243px;
  height: 240px;
  content: " ";
  position: absolute;
  bottom: -68px;
  left: -46px;
} */
.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 2.5rem;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}



.image-page img {
    border-radius: 12px;
    margin: 16px auto;
}


/* Sliders Slick */

/* Slider */

.slider ol,
.slider ul {
    padding-left: 0;
}

.slider .item-slide-image {
    display: flex;
    justify-content: center;
    align-items: center;

}

.slider .item-slide-image img {
    max-width: 140px;
    max-height: 110px;
}


.slider.double-item .slick-list {
    margin-bottom: 20px;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	margin: 0 auto;
	/* width: 100%; */
	/* image-rendering: pixelated; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider button.slick-arrow {
	text-indent: -99999px;
	position: absolute;
	top: calc(50% - 23px);
	z-index: 1;
	width: 46px;
	height: 46px;
	opacity: .5;
    border: none;
}

.slick-slider button.slick-next {
	background: url(../images/slide-arrow-next.svg) center center no-repeat;
	right: 20px;
}
.slick-slider button.slick-prev {
	background: url(../images/slide-arrow-prev.svg) center center no-repeat;
	left: 20px;
}

.slick-slider button.slick-next:hover,
.slick-slider button.slick-prev:hover {
	opacity: .8;
}

.slick-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.single-item.slick-slider .slick-dots {
	position: absolute;
	bottom: -20px;
	width: 100%;
}

.slick-slider .slick-dots li {
	text-indent: -99999px;
    background-color: #ccc;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin: 8px;
	cursor: pointer;
}

.slick-slider .slick-dots li.slick-active {
    background-color: var(--primary-color);
}

/* details {
    color: #a9a9a9;
    margin-bottom: 12px;
    font-size: 14px;
}*/

summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 0 0;
    font-weight: bold;
    font-size: 14px;
  }

  summary::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid var(--secondary-color);
    border-inline: 5px solid transparent;
    transition: 0.2s;
  }

  /* details[open] > summary {border-bottom: 1px solid #fff9f1;} */

  details[open] > summary::after {
    transform: rotate(-180deg);
  }

  summary::-webkit-details-marker {
    display: none;
  }

  summary {
    color: #a9a9a9;
    border-radius: 5px;
  }

  summary:hover {
    color: var(--secondary-color);
  }


  details[open] summary {border-radius: 5px 5px 0 0;}

  details {
    background: transparent;
  }



  #checkDocLoader,
  #checkUsernameLoader {
    display: none;
  }





.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: var(--primary-color);
}

.form-check {
    align-items: center;
    display: flex;
}

.form-check-input,
.form-check-label {
  cursor: pointer;
}

.form-check-input {
    width: 3.2em !important;
    height: 1.6em !important;
    margin: 0 16px 0 !important
}

.form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 2px 4px 0 rgba(234, 91, 19, 0.4);
}
.form-check-input:disabled {
  background-color: #eceef1;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 2px 4px 0 rgba(234, 91, 19, 0.4);
}

.custom-option.checked {
  border: 1px solid var(--primary-color);
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ea5b13'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control:focus ~ .form-label {
  border-color: var(--primary-color);
}
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}
