:root {
    --primary-color: #303030;
    --secondary-color: #80c0fe;
    --blue-color-light: #ebf3f5;
    --blue-color-dark: #2163d6;
    --yellow-color-light: #FFEE97;
    --background-color: #ffffff;
    --background-color-light: #EBF3F5;
    --background-color-gray-light: #F2F2F2;
    --background-color-gray-dark: #e3e3e3;
    --text-color: #303030;
    --text-color-light: #6A6A6A;
    --active-color: #0DFF92;
    --primary-font:'Inter', arial, sans-serif;
    --secondary-font: 'arial', sans-serif;
    --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;
}

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

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: 28px;
}

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

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;
}

.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 42px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 6px;
    width: fit-content;
}

.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: 16px;
}

.btn-secondary {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: var(--secondary-color);
    padding: 6px 42px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 6px;
    width: fit-content;
    border: 2px solid transparent;
}

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

.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: 6px 16px;
    width: 100%;
    color: #FFFFFF;
    width: fit-content;
}

.btn:disabled {
    background-color: var(--text-color-light);
    color: #FFFFFF;
    border-color: var(--text-color-light);
}

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

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

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

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

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

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

.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;
}

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

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

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

.navbar-nav .nav-link,
.dropdown .nav-link {
    color: #FFFFFF;
}

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

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

.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: var(--background-color-light);
}

#menu-principal {
    background: var(--primary-color);
    z-index: 9;
    --bs-navbar-padding-y: 12px;
}

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

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

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

.menu-secondary .item-menu,
.menu-secondary .item-menu a {
    /* color: #FFFFFF; */
    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);
}

#input-search {
    max-width: 488px;
    height: 42px;
}

.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 {
    background: #FFFFFF;
}

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

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

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

footer .copyright {
    font-size: 10px;
    margin: 24px auto 0;
    color: #A2B0BE;
}

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

footer ul {
    padding-left: 0;
}

footer ul li {
    font-size: 14px;
    color: #A2B0BE;
    line-height: 32px;
    display: flex;
}

footer ul li a {
    color: #a9a9a9;
}

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


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 a.btn-whats {
    background-color: #009c1a;
}

/* footer ul li a.btn-whats:hover{
    color: #FFFFFF;
} */

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 small.slogan {
    padding: 16px 0;
    line-height: 16px;
    display: block;
    max-width: 200px;
}


/* HOME */

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 #dedede;
}

.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: 14px 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.custom .form-label {
    font-size: 14px;
    font-weight: 400;
}

.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: 32px;
    cursor: pointer;
    display: inline-block;
}
.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: 32px;
    cursor: pointer;
    display: inline-block;
}
.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);
}

@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(--primary-color);
}

.buttons-choose-form-home .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-home .btn-choose:hover,
.buttons-choose-form-home .btn-choose:active,
.buttons-choose-form-home .btn-choose:focus,
.buttons-choose-form-home .btn-choose.active {
    color: var(--primary-color);
    border-bottom: 4px solid var(--secondary-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;
}

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

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



/* 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-dark);
}

.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-cart {
    flex: 1;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
}

.box-btn-cart .add-cart {
    filter: brightness(100);
}

.btn-add-cart {
    background: #57b440;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px;
}

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


div#count-cart {
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 5px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    right: -30px;
    line-height: 8px;
    min-width: 18px;
}


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


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


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

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

  #containerCustomTable .table td {
	background: #ebf3f5;
    font-size: 14px;
  }

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

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

  #containerCustomTable .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;
  }

  #containerCustomTable .avatar img {
	max-width: 2.95rem;
	max-height: 2.95rem;
	border-radius: 50%;
    height: 48px;
  }

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

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

#containerCustomTable .table a:hover,
#containerCustomTable .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;
}

.status-cart {
    padding: 4px 16px;
    font-weight: 700;
    border-radius: 6px;
}

.status-cart.aprovado {
    background-color: #90f5a1;
}
.status-cart.reprovado {
    background-color: #f58787;
}
.status-cart.negociado {
    background-color: #ffc107;
}
.status-cart.bonificado {
    background-color: #52e8f3;
}

.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;
}

.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; */
    border-radius: 6px 6px;
}


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

.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;
}


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

input::placeholder {
    color: rgb(172, 172, 172) !important;
}


/* 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: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}


.grid .col-product {
    max-width: 296px;
    width: 100%;
}

.grid .produtos.card {
    border: none;
}

.grid .produtos.card h4.card-title {
    font-size: 12px;
    font-weight: 700;
    min-height: 64px;
    line-height: 16px;
}

.grid .produtos.card .card-body {
    min-height: 180px;
    background: var(--blue-color-light);
}

.grid .produtos.card .card-text {
    font-size: 9px;
}

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

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

.grid .produtos.card .card-image {
    height: 222px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border-radius: 8px 8px 0 0 ;
    background-color: var(--blue-color-light);
}

.grid .produtos.card .card-image a {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

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


/*
*
* Visualização da listagem em forma de linhas
*
*/
.grid.line-view .col-product {
    max-width: 100%;
    width: 100%;
}

.grid.line-view .produtos.card {
    border: none;
    flex-direction: row;
    background: var(--blue-color-light);
}

.grid.line-view .produtos.card h4.card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-height: auto;
}

.grid.line-view .produtos.card .card-body {
    min-height: 180px;
    background: var(--blue-color-light);
    border-radius: 0 8px 8px 0;
}

.grid.line-view .produtos.card .card-text {
    font-size: 12px;
}

.grid.line-view .produtos.card .cat-description {
    height: auto;
    overflow: hidden;
}

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

.grid.line-view .produtos.card .card-image {
    height: auto;
    max-height: 200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border-radius: 8px 0 0 8px;
    background-color: var(--blue-color-light);
    min-width: 33.9999%;
    max-width: 40%;
}

.grid.line-view .produtos.card .card-image a {
    display: flex;
    justify-content: center;
    width: 100%;
}

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

.grid.line-view .produtos.card .card-image a img:hover {
    /* max-height: 134px; */
    opacity: .8;
}

.grid.line-view .box-btn-cart {
    max-width: 160px;
}


#changeListLineView,
#changeListGridView {
    color: var(--secondary-color);
    cursor: pointer;
    transition: all .4s ease;
    font-size: 26px;
}

#changeListLineView:hover,
#changeListGridView:hover {
    color: var(--primary-color);
}



.filter-badge {
    background-color: #f1f3f5;
    border: 1px solid #dee2e6;
    color: #495057;
    font-size: 0.85rem;
    padding: 5px 12px;
}

.filter-badge span {
    color: #000;
    font-size: 1.2rem;
    line-height: 1;
}



.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-secondary.preco {
    background-color: var(--secondary-color);
    padding: 6px 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-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;
    }
}

.buttons-order-calc .btn-outline-primary {
    margin: 0 16px 0 0;

}

@media only screen and (max-width: 596px) {
    .buttons-order-calc {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .buttons-order-calc .btn-outline-primary {
        margin: 0 auto 16px;
    }
}




/* 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: #d8d8d8; */
    width: 100%;
    display: flex;
}

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

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

#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(--primary-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 .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;
}



.service .card i {
    font-size: 46px;
    color: var(--secondary-color);
    margin-bottom: 16px;
}

.service .card a {
    font-size: 18px;
    margin: 0 auto;
    padding: 16px 16px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* LOGIN */
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  /* min-height: 100vh; */
  width: 100%;
  margin: 60px 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 */
.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);
}

@media screen and (max-width: 496px) {
  .slick-slider .slick-dots {
    display: none;
  }
}


/* 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;
  }


  #btnWhatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
  }


  /* GALLERY PRODUCT */


.carousel-indicators button.thumbnail {
    width: 100px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.carousel-indicators {
    position: static;
    min-height: 120px;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
    border-top: 0;
}

.carousel-indicators button.thumbnail img {
  width: auto !important;
  max-height: 100px;
  max-width: 100px;
}

@media screen and (min-width: 992px) {
  .carousel {
    max-width: 90%;
    margin: 0 auto;
  }
}



.gslide-image img.zoomable {
    border-radius: 8px;
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;

  /* Define a proporção 16:9 (altura/largura = 9/16 = 0.5625 = 56.25%) */
  padding-bottom: 56.25%;
  /* Remove qualquer espaço extra */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;

  /* Faz o iframe ocupar 100% da largura e altura do contêiner */
  width: 100%;
  height: 100%;

  max-width: 1024px;
  max-height: 576px;

  border-radius: 8px;
}


.box-promocional {
    border: 2px solid #364b89 !important;
    border-collapse: separate;
    border-radius: 10px;
}


/* LOGIN */
.authentication-inner .card {
    background-color: var(--primary-color);
    color: #FFF;
}

.authentication-inner .card a {
    color: #FFF;
}

.authentication-inner .card a:hover {
    color: var(--secondary-color);
}

.authentication-inner .card i {
    color: var(--primary-color);
    opacity: .8;
    transition: all .4s ease;
}

.authentication-inner .card i:hover {
    opacity: 1;
}






.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  margin-top: -0.28em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: 0.3125rem 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #414f5e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  margin-top: 0;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  border-top: 0.42em solid transparent;
  border-right: 0;
  border-bottom: 0.42em solid transparent;
  border-left: 0.42em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  content: "";
  border-top: 0.42em solid transparent;
  border-right: 0.42em solid;
  border-bottom: 0.42em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d9dee3;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.532rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #414f5e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #5f6e7f;
  background-color: rgba(67, 89, 113, 0.04);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(105, 108, 255, 0.08);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #c7cdd4;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.532rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #a1acb8;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.532rem 1.25rem;
  color: #414f5e;
}

.dropdown-menu-dark {
  color: rgba(67, 89, 113, 0.3);
  background-color: rgba(67, 89, 113, 0.8);
  border-color: transparent;
}
.dropdown-menu-dark .dropdown-item {
  color: rgba(67, 89, 113, 0.3);
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: rgba(105, 108, 255, 0.08);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: rgba(67, 89, 113, 0.5);
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #d9dee3;
}
.dropdown-menu-dark .dropdown-item-text {
  color: rgba(67, 89, 113, 0.3);
}
.dropdown-menu-dark .dropdown-header {
  color: rgba(67, 89, 113, 0.5);
}



.dropdown-menu {
  margin: 0.125rem 0;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  animation: dropdownAnimation 0.1s;
}
.mega-dropdown > .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-menu .badge[class^=float-],
.dropdown-menu .badge[class*=" float-"] {
  position: relative;
  top: 0.071em;
}

.dropdown-item {
  line-height: 1.54;
}

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::after {
  margin-top: -0.28em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.dropend .dropdown-toggle::after {
  margin-top: -0.168em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.dropstart .dropdown-toggle::before {
  margin-top: -0.168em;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}

.dropup .dropdown-toggle::after {
  margin-top: 0;
  width: 0.42em;
  height: 0.42em;
  border: 1px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.dropstart .dropdown-toggle::before,
.dropend .dropdown-toggle::after {
  vertical-align: middle;
}


span.badge {
    padding: 8px 16px 6px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: auto auto;
    border-radius: 16px;
}
