@charset "UTF-8";
.aviso-inner {
    text-align: center;
    padding: 10px 5%;
}

@font-face {
    font-family: 'dinregular';
    src: url($assets-ufonts-com_din-regular_1_-webfont-eot);
    src: url($assets-ufonts-com_din-regular_1_-webfont-eot?#iefix) format('embedded-opentype'), url($assets-ufonts-com_din-regular_1_-webfont-woff) format('woff'), url($assets-ufonts-com_din-regular_1_-webfont-ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url($assets-dinpro-bold-eot);
    src: url($assets-dinpro-bold-eot?#iefix) format('embedded-opentype'), url($assets-dinpro-bold-woff) format('woff'), url($assets-dinpro-bold-ttf) format('truetype');
    font-weight: 900;
    font-style: bold;
}

@font-face {
    font-family: 'allerregular';
    src: url(/hc/theming_assets/01HZPNWG9VPSF1R9K72EHAN3JW);
    src: url(/hc/theming_assets/01HZPNWG9VPSF1R9K72EHAN3JW?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPNWJ5VXGF86ZVD3C58GRSE) format('woff'), url(/hc/theming_assets/01HZPNWHZ1H51M5QGRXRGXP8TF) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url(/hc/theming_assets/01HZPNW7ZTMSPEKE0JV3YB5Z13);
    src: url(/hc/theming_assets/01HZPNW7ZTMSPEKE0JV3YB5Z13?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPNW9XBGTBEY9KGJB3SBVCT) format('woff'), url(/hc/theming_assets/01HZPNW9ESWYVE5QZA4X20NNEB) format('truetype');
}

/***** Popup *****/

.modal-dialog {
    margin: 75px auto 25px!important
}

.modal-header {
    background-color: #5cb85c;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-content {
    position: relative;
    border: none!important
}

.modal-content a {
    display: block
}

.modal-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.025);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 4;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal-close:hover {
    color: #fff;
    background: #c21bd0;
    border-color: rgba(255, 255, 255, 1);
}

.modal-footer {
    background-color: #f9f9f9;
}

.modal-picture {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 425px) {
    .modal-content {
        width: 100% !important;
    }
}


/***** FIM popup *****/

/***** Base *****/

* {
    box-sizing: border-box;
}

body {
    /*   background-color: rgba(255, 255, 255, 1); */
    /*   background-color:#fbfbfb; */
    background-color: #fff;
    color: rgba(49, 49, 48, 1);
    font-family: 'allerregular';
    font-size: 15px;
    font-weight: 400;
    /*line-height: 1.7 !important;*/
  	line-height: normal;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
    body>main {
        min-height: 65vh;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 32px;
    font-weight: 900;
}

h2 {
    font-size: 22px;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

a {
    color: #313130;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    /*   text-decoration: underline; */
    color: #7d7d7d;
}

input, textarea {
    color: #000;
    font-size: 14px;
}

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

input:focus {
    border: 1px solid rgba(102, 153, 255, 1);
}

input[disabled] {
    background-color: #ddd;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url($assets-dropdown-arrow-svg) no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid rgba(102, 153, 255, 1);
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid rgba(102, 153, 255, 1);
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 90%;
    }
}

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-page {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1160px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle::after {
    color: inherit;
}

/***** Buttons *****/

.button, [role="button"] {
    border: 1px solid rgba(102, 153, 255, 1);
    border-radius: 4px;
    color: rgba(102, 153, 255, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

@media (min-width: 768px) {
    .button, [role="button"] {
        width: auto;
    }
}

.button::after, [role="button"]::after {
    color: rgba(102, 153, 255, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
    background-color: #6699ff;
    border: 1px solid #6699ff;
    color: #FFFFFF;
    text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
    background-color: #05f;
    border-color: #05f;
}

.button[data-disabled], [role="button"][data-disabled] {
    cursor: default;
}

.button-large, input[type="submit"] {
    background-color: rgba(102, 153, 255, 1);
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 768px) {
    .button-large, input[type="submit"] {
        width: auto;
    }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color: #05f;
}

.button-large[disabled], input[type="submit"][disabled] {
    background-color: #ddd !important;
}

.button-secondary {
    color: #656562;
    border: 1px solid #ddd;
    background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: rgba(49, 49, 48, 1);
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

/***** Tables *****/

.table {
    width: 100%;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th, .table th a {
    color: #656562;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"] .table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .table td, .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .table td, .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

/***** Forms *****/

.form {
    max-width: 650px;
}

.form-field~.form-field {
    margin-top: 25px;
}

.form-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-field input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.form-field input:focus {
    border: 1px solid rgba(102, 153, 255, 1);
}

.form-field input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-field input[type="text"]:focus {
    border: 1px solid rgba(102, 153, 255, 1);
}

.form-field input[type="checkbox"] {
    width: auto;
}

.form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}

.form-field .nesty-input:focus {
    border: 1px solid rgba(102, 153, 255, 1);
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
}

.form-field input[type="checkbox"]+label {
    margin: 0 0 0 10px;
}

.form-field.required>label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

.form-field p {
    color: #656562;
    font-size: 12px;
    margin: 5px 0;
}

[data-loading="true"] input, [data-loading="true"] textarea {
    background: transparent url(/hc/theming_assets/01HZPNWMACCB04FW3MTM2R9TSE) 99% 50% no-repeat;
    background-size: 16px 16px;
}

.form footer {
    margin-top: 40px;
    padding-top: 30px;
}

.form footer a {
    color: #656562;
    cursor: pointer;
    margin-right: 15px;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #05f;
}

/***** Header *****/
/*
.header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
  	flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}

@media (min-width: 1160px) {
    .header {
        padding: 0;
        width: 95%;
    }
}

.logo a:hover, .logo a:active, .logo a:focus {
    text-decoration: none;
}

.logo img {
    max-height: 65px;
    vertical-align: middle;
}

.logo .logo-title {
    font-size: 15px;
    color: #313130;
    padding: 8px 0;
    padding-left: 15px;
    position: relative;
    transition: color 0.25s ease;
    z-index: 2
}

.logo .logo-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #cecece;
    transition: all 0.5s ease;
    z-index: 1;
}

.logo .indicacao-premiada {
    font-size: 15px;
    color: #fff;
    padding: 8px 25px;
    margin-left: 25px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    background: #c21bd0;
    border-radius: 16px;
}

.logo .indicacao-premiada svg {
    width: 15px;
    object-fit: contain;
    margin-right: 5px;
    transition: filter 0.25s ease;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    vertical-align: middle;
}

.logo .indicacao-premiada:hover{
    background: #69338b;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}



.logo a:hover .logo-title {
    color: #fff 
}


.logo a:hover .logo-title::before {
    background: linear-gradient(85deg,#e79fda 20%,#69f 70%,#69f);
    width: 100%;
    left: calc(25px / 2);
    border-radius: 16px;
    z-index: -1;
}

@media (max-width:486px) {
    .logo {
        margin: auto;
    }
    .logo-title {
        display: none;
    }
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"]>a {
    display: block;
    margin: 20px;
}

.nav-wrapper a {
    border: 0;
    color: rgba(102, 153, 255, 1);
    display: none;
    font-size: 14px;
    padding: 0 20px 0 0;
    width: auto;
}

.nav-wrapper .login {
    display: none;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

[dir="rtl"] .nav-wrapper a {
    padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: rgba(102, 153, 255, 1);
    text-decoration: underline;
    border: none;
}

.nav-wrapper a.login {
    display: inline-block;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: rgba(102, 153, 255, 1);
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

[dir="rtl"] .nav-wrapper .icon-menu {
    margin-left: 10px;
    margin-right: 0;
}
*/
/***** User info in header *****/

.user-info {
    display: inline-block;
}

.user-info .dropdown-toggle::after {
    display: none;
}

@media (min-width: 768px) {
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info>[role="button"] {
    border: 0;
    color: rgba(102, 153, 255, 1);
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info>[role="button"]:hover {
    color: rgba(102, 153, 255, 1);
    background-color: transparent;
}

.user-info>[role="button"]::after {
    color: rgba(102, 153, 255, 1);
    padding-right: 15px;
}

[dir="rtl"] .user-info>[role="button"]::after {
    padding-left: 15px;
    padding-right: 0;
}

#user #user-name {
    display: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    #user #user-name {
        display: inline-block;
    }
}

#user #user-name:hover {
    text-decoration: underline;
}

/***** User avatar *****/

.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.avatar .icon-agent::before {
    background-color: rgba(102, 153, 255, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: #FFFFFF;
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

/***** Footer *****/
/*
.footer {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding: 5em 0;
    background-color: #313130;
    min-height: 350px;
    color: #fff;
    font-size: 14pt;
    padding-bottom: 40px;
}

.footer a {
    color: #656562;
}

.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
}

@media (min-width: 1160px) {
    .footer-inner {
        padding: 0;
        width: 90%;
    }
}

.footer .footer-links {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    margin-top: 40px;
}

.footer .footer-links>li {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 33%;
}

.footer .footer-links>li:last-child {
    display: flex;
}

.footer .footer-links>li img, svg {
	vertical-align: middle;
}

.footer .footer-links .link-content {
    max-width: 100%;
    margin: auto;
}

.footer .footer-links .link-content>a {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 13px;
    max-width: 160px;
    margin: auto;
}

.footer .footer-links .link-content>a:hover {
    border: 2px solid #00aeef;
    background-color: #00aeef;
    text-decoration: none;
}


.footer .social-medias li {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px !important;
}

@media (max-width:767px) {
    .footer {
        padding-top: 35px;
    }
    .footer .footer-links {
        display: block;
    }
    .footer .footer-links>li {
        margin-bottom: 40px;
        width: 100%;
    }
    .footer .footer-links li a {
        max-width: 190px;
        margin: auto;
    }
}
*/
/***** Breadcrumbs *****/

.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li {
    color: #656562;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
    content: ">";
    font-family: 'Helvetica';
    font-size: 9px;
    color: #C9D3DD;
    position: relative;
    padding: 0 5px;
    font-weight: 300;
}

.breadcrumbs li a:visited {
    /*   color: rgba(102, 153, 255, 1); */
    color: #6699ff;
}

/***** Search field *****/

.search {
    position: relative;
}

.search input[type="search"] {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-radius: 15px;
    box-sizing: border-box;
    color: #333;
    /*color: #999;*/
    height: 35px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-appearance: none;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /*#9c19bc !important;*/
    font-weight: bolder;
}

[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.search input[type="search"]:focus {
    border: 1px solid rgba(102, 153, 255, 1);
    color: #555;
}

.search input[type="search"]::placeholder {
    color: #b1b1b1;
}

.search::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #ddd;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 15px;
}

[dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}

.search-full input[type="search"] {
    border: 1px solid #fff;
}

.ico-search {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    /*   background-image: url($assets-ico_busca_cinza-png); */
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.ico-search:before {
    font-family: "copenhagen-icons";
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #ddd;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 15px;
}

.hero .search-wrapper {
    position: relative;
}

.hero .search {
    position: relative;
}

.hero .search input[type="search"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    height: 30px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-appearance: none;
    width: 100%;
    line-height: 30px;
    font-weight: 300;
    font-size: 15px;
}

.hero .search input[type="search"]::placeholder {
    color: #ddd;
}

.hero [dir="rtl"] .search input[type="search"] {
    padding-right: 20px;
    padding-left: 20px;
}

.hero .search::before {
    content: "";
}

.hero [dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}

.hero .ico-search {
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background-image: url($assets-ico_busca-png);
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .ico-search:before {
    content: "";
}

/***** Hero component *****/

.hero {
    background-image: url(/hc/theming_assets/01HZPNWQDZB4BGCNV5CFP7MBA2);
    background-position: center;
    background-size: cover;
    height: 385px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 740px;
    margin: 0 auto;
}

.hero-inner h1 {
    color: #fff;
    font-size: 36px;
  	font-family: 'allerbold';
}

.hero .hero-search {
    position: relative;
}

.hero .perguntas-frequentes {
    margin-top: 25px;
    color: #fff;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
    color: #6699ff;
}

.page-header-description {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px 0;
    word-break: break-word;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 50px;
    padding: 25px 5%;
    background: #f5f5f5;
}

.sub-nav .sub-nav-items {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 768px) {
    .sub-nav, .sub-nav .sub-nav-items {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}

.sub-nav input[type="search"]::after {
    font-size: 15px;
}

/***** Blocks *****/

/* Used in Homepage#categories and Community#topics */

.blocks-list {
    /*   display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .blocks-list {
        margin: 0 -15px;
    }
}

.blocks-item {
    box-sizing: border-box;
    color: rgba(102, 153, 255, 1);
    /*   display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center; */
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
}

.blocks-item .blocks-item-img {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 10px;
    background-size: 120px;
    background-position: center;
    background-repeat: no-repeat;
}

.blocks-item#cat_360000367631 .blocks-item-img {
    background-image: url($assets-ico_folha_de_pagamento-png);
  	background-size: 95px;
}

.blocks-item#cat_360000364512 .blocks-item-img {
    background-image: url($assets-ico_frequencia-png);
  	background-size: 95px;
}

.blocks-item#cat_360000376752 .blocks-item-img {
    background-image: url($assets-ico_beneficios-png);
  	background-size: 95px;
}

.blocks-item#cat_360000428052 .blocks-item-img {
    background-image: url($assets-ico_infra-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380031 .blocks-item-img {
    background-image: url($assets-ico_recrutamento_e_selecao-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380051 .blocks-item-img {
    background-image: url($assets-ico_treinamento_desenvolvimento-png);
  	background-size: 95px;
}

.blocks-item#cat_360000376772 .blocks-item-img {
    background-image: url($assets-ico_avaliacao_de_desempenho-png);
  	background-size: 95px;
}

.blocks-item#cat_360000376792 .blocks-item-img {
    background-image: url($assets-ico_seguranca_do_trabalho-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380071 .blocks-item-img {
    background-image: url($assets-ico_saude_ocupacional-png);
  	background-size: 95px;
}

.blocks-item#cat_360000376812 .blocks-item-img {
    background-image: url($assets-ico_cargos_e_salarios-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380091 .blocks-item-img {
    background-image: url($assets-ico_juridico_trabalhista-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380111 .blocks-item-img {
    background-image: url($assets-ico_portal_rh-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380131 .blocks-item-img {
    background-image: url($assets-ico_indicadores-png);
  	background-size: 95px;
}

.blocks-item#cat_360000380171 .blocks-item-img {
    background-image: url($assets-ico_acesso-png);
  	background-size: 95px;
}

.blocks-item#cat_360000577591 .blocks-item-img {
    background-image: url($assets-ico_administracao_do_sistema-png);
    border-radius: 100%;
    background-size: 90px;
}

.blocks-item#cat_360001025732 .blocks-item-img {
    background-image: url($assets-ico_indicadores-png);
    border-radius: 100%;
    background-size: 90px;
}

.blocks-item#cat_360000380191 .blocks-item-img {
    background-image: url($assets-ico_esocial-png);
}

.blocks-item#cat_360000433611 .blocks-item-img {
    background-image: url($assets-ico_atualizacao_produto-png);
    border-radius: 100%;
    background-size: 90px;
}

.blocks-item#cat_360000380531 .blocks-item-img {
    background-image: url($assets-ico_area_restrita-png);
    /* border-radius: 100%; */
    background-size: 65px;
  	-webkit-border-radius: 90px 90px;
    border-radius: 90px/90px;
    width: 65px;
    height: 65px;
  	margin-bottom: 25px;
    margin-top: 25px;
}

.blocks-item#cat_360000644451 .blocks-item-img {
    background-image: url($assets-ico_contratacao_servicos-png);
    /* border-radius: 100%; */
    background-size: 65px;
  	-webkit-border-radius: 90px 90px;
    border-radius: 90px/90px;
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blocks-item#cat_360000376992 .blocks-item-img {
    background-image: url($assets-ico_suporte-png);
    /* border-radius: 100%; */
    background-size: 65px;
  	-webkit-border-radius: 90px 90px;
    border-radius: 90px/90px;
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blocks-item#cat_360000376972 .blocks-item-img {
    background-image: url($assets-ico_noticias-png);
		/* border-radius: 100%; */
    background-size: 65px;
  	-webkit-border-radius: 90px 90px;
    border-radius: 90px/90px;
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    margin-top: 25px;
}

@media (min-width: 670px) {
    .blocks-item {
        width: 48%;
    }
}

@media (min-width:860px) {
    .blocks-item {
        width: 33%;
    }
}

@media (min-width:1024px) {
    .blocks-item {
        width: 19.5%;
    }
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    text-decoration: none;
}

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: rgba(49, 49, 48, 1);
}

.blocks-item-link {
    border: 1px solid #6699ff;
    border-radius: 4px;
    color: #313130;
    padding: 20px 15px;
    min-height: 195px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-color: #fff;
    max-width: 195px;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

@media (max-width:670px) {
    .blocks-item-link {
        width: 100%;
        max-width: 100%;
        min-height: 170px;
    }
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
    text-decoration: none;
    border: 1px solid #6699ff;
    color: #6699ff;
}

.blocks-item-title {
    margin-bottom: 0;
    margin-top: 30px;
  	font-size: 15px !important
}

.blocks-item-description {
    font-weight: 300;
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
}

/***** Homepage *****/

/*.section {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section {
        margin-bottom: 60px;
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center;
}*/

/***** Promoted articles *****/

.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .promoted-articles {
        flex-direction: row;
    }
}

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        /*     align-self: flex-end; 
    align-self:center;*/
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }
    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    display: block;
    padding: 15px 0;
    color: #ffffff;
}

.promoted-articles-item a:focus, .promoted-articles-item a:active, .promoted-articles-item a:hover {
    text-decoration: none;
    color: #dedede;
}

.promoted-articles-item:last-child a {
    border: 0;
}


/***** Community section in homepage *****/

.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(/hc/theming_assets/01HZPNWQQ1S995ZHEESE6P1WZ8);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

.community, .activity {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

/***** Recent activity *****/

.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
    margin: 6px 0;
    color: rgba(49, 49, 48, 1);
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .recent-activity-item-parent, .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}

.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }
    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time, .recent-activity-item-comment {
    color: #656562;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    color: rgba(102, 153, 255, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}

/***** Category pages *****/

.category-content {
    flex: 1;
    min-height: 300px;
}

.category-content #cat-sections {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 35px;
    max-width: 305px;
}

.category-content #cat-articles {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 40px;
    max-width: calc(100% - 360px);
}

.category-content #cat-sections li {
    padding: 12px 22px;
    background-color: #fff;
    /*   border: 1px solid #fff; */
    color: #6b6b6b;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    /*   margin-bottom:10px; */
    position: relative;
    padding-left: 25px;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.category-content #cat-sections li:hover {
    /*   opacity:0.8; */
    background-color: #f7f7f7;
}

.category-content #cat-sections li.active {
    /*   background-color:#000; */
    color: #6699ff;
    /*   border-left: 3px solid #c4bfff; */
    border-radius: 0px;
    font-weight: 600;
}

.category-content #cat-sections li:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddd;
    content: " ";
    width: 3px;
    height: 100%;
}

.category-content #cat-sections li.active:before {
    background-color: #6699ff;
}

.category-content #cat-articles ul {
    display: none;
}

.category-content #cat-articles li {
    padding: 8px 0px;
    margin-bottom: 12px;
}

.category-content #cat-articles li a {
    color: #171717;
    text-decoration: none;
}

.category-content #cat-articles li a:hover {
    color: #7d7d7d;
}

.category-page-mobile {
    display: none;
}

.category-page-mobile .section {
    margin-bottom: 40px;
}

.category-page-mobile li a {
    color: $custom_color_texto !important;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 80%;
    }
}

@media (max-width:1024px) {
    .category-page-desktop {
        display: none;
    }
    .category-page-mobile {
        display: block;
    }
}

.see-all-articles {
    color: #6699ff;
}

.see-all-articles:hover {
    text-decoration: underline;
}

/* bkp*/

/*
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}
*/

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .section-tree {
        flex-direction: row;
    }
}

.section-tree .section {
    flex: initial;
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree .icon-lock::before {
    vertical-align: baseline;
}

.section-tree-title {
    margin-bottom: 0;
}

.section-tree-title a {
    color: #6699ff;
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.article-list-item a {
    color: #171717;
    text-decoration: none;
}

.article-list-item a:hover {
    color: #7d7d7d;
}

.icon-star::before {
    color: rgba(102, 153, 255, 1);
    font-size: 18px;
}

/***** Section pages *****/

.section-container {
    display: flex;
    /*   justify-content: flex-end; */
}

.section-content {
    flex: 1;
    max-width: 850px;
    margin: auto;
}


.section-subscribe .dropdown-toggle::after {
    display: none;
}

/***** Article *****/

.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
        max-width: 66%;
        min-width: 640px;
        padding: 0 30px;
        margin-right: 35px;
    }
}

.article-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .article-container {
        flex-direction: row;
    }
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

.article-author {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.article [role="button"] {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role="button"] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.article-body img {
    height: auto;
    max-width: 100%;
}

.article-body ul, .article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.article-body ul>ul, .article-body ol>ol, .article-body ol>ul, .article-body ul>ol, .article-body li>ul, .article-body li>ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body a:visited {
    color: #05f;
}

.article-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    border-left: 1px solid #ddd;
    color: #656562;
    font-style: italic;
    padding: 0 15px;
}

.article-body>p:last-child {
    margin-bottom: 0;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    margin-top: 10px;
    word-wrap: break-word;
}

.article-content a {
    color: #4e7cdd;
}

.article-content a:hover {
    color: #6699ff;
    text-decoration: underline;
}

.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-comment-count {
    color: #656562;
    font-weight: 300;
}

.article-comment-count:hover {
    text-decoration: none;
}

.article-comment-count .icon-comments {
    color: rgba(102, 153, 255, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        flex: 0 0 30%;
        height: auto;
    }
}

.article-relatives {
    border-top: 1px solid #ddd;
    /*   display: flex; */
    flex-direction: column;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .article-relatives {
        flex-direction: row;
    }
}

.article-relatives>* {
    flex: 1 0 auto;
    margin-right: 0;
}

.article-relatives>*:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .article-relatives>* {
        margin-right: 20px;
        margin-bottom: 35px;
    }
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid #6699ff;
    color: #6699ff;
    margin: 10px 5px;
    min-width: 120px;
    width: auto;
    border-radius: 0px
}

.article-vote::after {
    color: #313130;
    font-weight: 900;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
    background-color: transparent;
    color: rgba(102, 153, 255, 1);
}

.article-vote:hover {
    background-color: #a2cdff;
    border: 1px solid #6699ff;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
    color: #FFFFFF;
}

.article-vote-up::before {
    content: "\2713";
}

.article-vote-down::before {
    content: "\2715";
}

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}


@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    color: rgba(49, 49, 48, 1);
    display: block;
    padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
    text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}

.article-unsubscribe {
    background-color: rgba(102, 153, 255, 1);
    color: #FFFFFF;
    text-decoration: none;
}

.article-unsubscribe:hover {
    background-color: #05f;
    border-color: #05f;
}

.sidenav-title {
    font-size: 18px;
    position: relative;
    text-align: center;
    font-weight: 900;
}

.sidenav-item {
    border-radius: 4px;
    color: rgba(49, 49, 48, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
    /*   background-color: rgba(102, 153, 255, 1);
  color: #FFFFFF; */
    text-decoration: none;
    color: #6699ff;
}

.article-number {
    display: none;
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    line-height: 13px;
    text-align: center;
    margin-right: 5px;
    background: #c7c7c7;
    color: #ffffff;
    font-weight: bold;
}

.article-number.visible {
    display: inline-block;
}

.sidenav-item.current-article {
    /*   color:#6699ff; */
    color: #313130;
    /*   font-weight:bold; */
    /*   border-left: 2px solid; */
    border-radius: 0px;
    background-color: #f5f5f5;
}

.sidenav-item.current-article .article-number {
    background: #0a203f;
    color: #fff;
}

.recent-articles h3, .related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}

.recent-articles li, .related-articles li {
    margin-bottom: 15px;
}

/***** Attachments *****/

/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
    margin-bottom: 0;
}

.attachments .attachment-item::before {
    color: rgba(49, 49, 48, 1);
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
    left: auto;
    right: 0;
}

.upload-dropzone span {
    color: #656562;
}

/***** Social share links *****/

.share {
    padding: 0;
    white-space: nowrap;
}

.share li, .share a {
    display: inline-block;
}

.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
}

.share a::before {
    color: #656562;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

.share a:hover {
    text-decoration: none;
}

.share a:hover::before {
    color: rgba(102, 153, 255, 1);
}

.share-twitter::before {
    content: "\e901";
}

.share-facebook::before {
    content: "\e903";
}

.share-linkedin::before {
    content: "\e900";
}

.share-googleplus::before {
    content: "\e902";
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    color: #656562;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: rgba(102, 153, 255, 1);
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter a {
    color: #656562;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}

[dir="rtl"] .comment-sorter {
    float: left;
}

.comment-wrapper {
    display: flex;
    position: relative;
}

.comment-wrapper.comment-official {
    border: 1px solid rgba(102, 153, 255, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    flex: 1 0 auto;
}

.comment-labels {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir="ltr"] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type="submit"] {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type="submit"] {
        margin-left: 15px;
    }
    [dir="rtl"] .comment-form-controls input[type="submit"] {
        margin-left: 0;
        margin-right: 15px;
    }
}

.comment-form-controls input[type="checkbox"] {
    margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs+textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: rgba(102, 153, 255, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

.comment-body img {
    height: auto;
    max-width: 100%;
}

.comment-body ul, .comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.comment-body ul>ul, .comment-body ol>ol, .comment-body ol>ul, .comment-body ul>ol, .comment-body li>ul, .comment-body li>ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body a:visited {
    color: #05f;
}

.comment-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #656562;
    font-style: italic;
    padding: 0 15px;
}

.comment-mark-as-solved {
    display: inline-block;
}

/***** Vote *****/

/* Used in article comments, post comments and post */

.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}

.vote a {
    outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
    text-decoration: none;
}

.vote-sum {
    color: #656562;
    display: block;
    margin: 3px 0;
}

[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before, .vote-down:hover::before {
    color: rgba(102, 153, 255, 1);
}

.vote-up::before, .vote-down::before {
    color: #656562;
    font-size: 24px;
}

.vote-up::before {
    content: "\2B06";
}

.vote-down::before {
    content: "\2B07";
}

.vote-voted::before {
    color: rgba(102, 153, 255, 1);
}

.vote-voted:hover::before {
    color: #05f;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
    text-align: center;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
    background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
    background-color: transparent;
    border-radius: 50%;
    color: #656562;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}

/***** Community *****/

.community-hero {
    background-image: url(/hc/theming_assets/01HZPNWQJDK5QBG7E0KG0R09NB);
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-featured-posts, .community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

.community-header h4 {
    margin-bottom: 0;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */

.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}

/* Community topic page */

.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: rgba(102, 153, 255, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(102, 153, 255, 1);
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
    background-color: #05f;
    border-color: #05f;
}

.community-follow [role="button"]::after {
    border-left: 1px solid rgba(102, 153, 255, 1);
    content: attr(data-follower-count);
    color: rgba(102, 153, 255, 1);
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(102, 153, 255, 1);
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

/***** Striped list *****/

/* Used in community posts list and requests list */

.striped-list {
    padding: 0;
}

.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    color: rgba(102, 153, 255, 1);
    margin-bottom: 10px;
    margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #05f;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: #656562;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: "·";
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: rgba(49, 49, 48, 1);
        display: block;
        font-weight: 400;
    }
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.status-label {
    background-color: #1eb848;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
    text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
    background-color: rgba(102, 153, 255, 1);
}

.status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
}

[dir="rtl"] .status-label-official {
    left: 30px;
    right: auto;
}

.status-label-pending, .status-label-not-planned {
    background-color: #eee;
    color: #656562;
}

.status-label-pending {
    text-align: center;
}

.status-label-open {
    background-color: #e03b30;
}

.status-label-closed {
    background-color: #ddd;
}

.status-label-solved {
    background-color: #999;
}

.status-label-new {
    background-color: #ffd12a;
}

.status-label-hold {
    background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
    text-transform: lowercase;
}

/***** Post *****/

/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}

.post-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: flex;
    margin-bottom: 40px;
}

.post-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .post-info {
    padding-right: 0;
    padding-left: 20px;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir="rtl"] .post-meta {
    margin-left: 0;
    margin-right: 10px;
}

.post-body img {
    height: auto;
    max-width: 100%;
}

.post-body ul, .post-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.post-body ul>ul, .post-body ol>ol, .post-body ol>ul, .post-body ul>ol, .post-body li>ul, .post-body li>ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body a:visited {
    color: #05f;
}

.post-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.post-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.post-body blockquote {
    border-left: 1px solid #ddd;
    color: #656562;
    font-style: italic;
    padding: 0 15px;
}

.post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    color: #656562;
    font-weight: 300;
}

.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    color: rgba(102, 153, 255, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.post-sidebar {
    border-top: 1px solid #ddd;
    flex: 1;
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .post-sidebar {
        border: 0;
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
    }
    [dir="rtl"] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar h5 {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .post-sidebar h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}

/* Navigation element that collapses on mobile */

.collapsible-nav {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-direction: column;
    max-height: 45px;
    overflow: hidden;
    font-size: 14px;
}

@media (min-width: 768px) {
    .collapsible-nav {
        border: 0;
        height: auto;
        flex-direction: row;
        max-height: none;
    }
}

.collapsible-nav-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}

.collapsible-nav-list li {
    color: rgba(49, 49, 48, 1);
    line-height: 45px;
    order: 1;
}

@media (min-width: 768px) {
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }
    [dir="rtl"] .collapsible-nav-list li {
        margin-left: 30px;
        margin-right: 0;
    }
    .collapsible-nav-list li a {
        text-decoration: none;
        padding: 15px 0;
    }
}

.collapsible-nav-list li a {
    color: rgba(49, 49, 48, 1);
    display: block;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:hover {
        border-bottom: 4px solid #ddd;
    }
    .collapsible-nav-list li:hover a {
        padding: 15px 0 11px 0;
        text-decoration: none;
    }
}

.collapsible-nav-list li[aria-selected="true"] {
    order: 0;
    position: relative;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"] {
        border-bottom: 4px solid #5776a2;
        order: 1;
        padding: 15px 0 11px 0;
    }
}

.collapsible-nav-list li[aria-selected="true"] a {
    color: rgba(49, 49, 48, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"]::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
    left: 0;
    right: auto;
}

.collapsible-nav[aria-expanded="true"] {
    max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
    content: "\2715";
}

/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
    flex: 1;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 1024px) {
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
}

.collapsible-sidebar[aria-expanded="true"] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    content: "\2715";
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
        display: none;
    }
}

.collapsible-sidebar-title {
    margin-top: 0;
}

.collapsible-sidebar-title::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 10px;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-title::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-sidebar-title::after {
    left: 10px;
    right: auto;
}

/***** My activities *****/

.my-activities-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }
}

.my-activities-sub-nav li[aria-selected="true"] {
    border-color: #5776a2;
    ;
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child, .my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {
    .my-activities-table th:first-child, .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child, .my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
}

/* Requests table */

.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }
    [dir="rtl"] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    max-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
}

.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }
    [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-unsubscribe {
    background-color: rgba(102, 153, 255, 1);
    color: #FFFFFF;
}

.requests-table-toolbar+.requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar+.requests-search-info.meta-data::after {
    content: "";
    margin: 0;
}

.requests-table-toolbar+.requests-search-info+.requests {
    margin-top: 20px;
}

.requests-table-toolbar+.requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-meta {
        display: none;
    }
}

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    font-size: 10px;
}

/* Following table */

.subscriptions-unsubscribe a {
    background: rgba(102, 153, 255, 1);
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

.subscriptions-unsubscribe a:hover {
    background-color: #05f;
    text-decoration: none;
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: flex;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}

/* Contributions table */

.contributions-table td:last-child {
    color: #656562;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: #656562;
}

/***** Request *****/

.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

.request-breadcrumbs {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.request-main {
    flex: 1 0 auto;
    order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    padding: 8px 15px;
    width: 100%;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .comment-show-container-content {
    align-self: center;
    color: #656562;
    margin-left: 10px;
}

.request-main .form-field.comment-ccs>ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .form-field.comment-ccs>ul[data-hc-focus="true"] {
    border: 1px solid rgba(102, 153, 255, 1);
}

.request-main .form-field.comment-ccs>input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .comment-ccs+textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.request-main .comment-ccs+textarea:focus {
    border-top: 1px solid rgba(102, 153, 255, 1);
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}

.request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    order: 0;
}

@media (min-width: 1024px) {
    .request-sidebar {
        background-color: #f7f7f7;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
}

.request-sidebar h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h5 {
        display: none;
    }
}

.request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
}

.request-details:last-child {
    border: 0;
}

.request-details dt, .request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.request-details dd {
    padding: 0 10px;
    width: 60%;
}

.request-details dd::after {
    content: "\A";
    white-space: pre;
}

.request-details dt {
    color: #656562;
    font-weight: 300;
    width: 40%;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt, .request-attachments dd {
    width: 100%;
}

.request-attachments dd {
    margin: 10px 0 0 0;
}

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}

/***** Pagination *****/

.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    border-radius: 50%;
    height: 40px;
    float: left;
    margin-left: 5px;
    width: 40px;
}

@media (min-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
    }
}

[dir="rtl"] .pagination li {
    float: right;
}

.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
    color: rgba(49, 49, 48, 1);
    text-decoration: none;
}

.pagination a, .pagination span {
    font-size: 15px;
    color: #656562;
    padding: 10px 12px;
}

@media (min-width: 768px) {
    .pagination a, .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.pagination-current {
    background-color: rgba(102, 153, 255, 1);
}

.pagination-current a, .pagination-current span {
    color: #FFFFFF;
}

.pagination-first {
    border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}

.pagination-last {
    border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}

/***** Metadata *****/

.meta-group {
    display: block;
}

.meta-group * {
    display: inline;
}

.meta-data {
    color: #656562;
    font-size: 13px;
    font-weight: 300;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}

/***** Icons *****/

[class^="icon-"]::before, [class*=" icon-"]::before, .icon, .search::before, .recent-activity-item-comment span::before, .article-vote::before, .attachments .attachment-item::before, .share a::before, .vote-up::before, .vote-down::before, .actions .dropdown-toggle::before, .collapsible-nav-list li[aria-selected="true"]::after, .collapsible-sidebar-title::after, .search-result-votes::before, .search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.search::before {
    content: "";
}

.icon-lock::before {
    content: "\1F512";
}

.icon-star::before {
    content: "\2605";
}

.icon-linkedin::before {
    content: "\e900";
}

.icon-twitter::before {
    content: "\e901";
}

.icon-googleplus-::before {
    content: "\e902";
}

.icon-facebook::before {
    content: "\e903";
}

.icon-agent::before {
    content: "\1F464";
}

.icon-close::before {
    content: "\2715";
}

.icon-arrow-up::before {
    content: "\2B06";
}

.icon-arrow-down::before {
    content: "\2B07";
}

.icon-attachments::before {
    content: "\1F4CE";
}

.icon-comments::before {
    content: "\1F4AC";
}

.icon-search::before {
    content: "\1F50D";
}

.icon-vote::before {
    content: "\1F44D";
}

.icon-handle::before {
    content: "\25BE";
}

.icon-check::before {
    content: "\2713";
}

.icon-gear::before {
    content: "\2699";
}

.icon-menu::before {
    content: "\2630";
}

.icon-article::before {
    content: "\1F4C4";
}

.icon-post::before {
    content: "\1F4D4";
}

.icon-notification-alert::before {
    content: "\26A0";
}

.icon-notification-error::before {
    content: "\00D7";
}

.icon-notification-info::before {
    content: "\2139";
}

.icon-notification-success::before {
    content: "\2714";
}

/* User Profiles */

.profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}

.profile-avatar .icon-agent::before {
    bottom: 0;
    right: 0;
}

.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }
    [dir="rtl"] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }
    .profile-header .options> :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
    [dir="rtl"] .profile-header .options> :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}

.profile-header .options [data-action="edit-profile"] {
    background-color: rgba(102, 153, 255, 1);
    border: 0;
    color: #FFFFFF;
    line-height: normal;
    padding: 8px 20px;
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 15px 0;
    flex-basis: 100%;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    color: #656562;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }
    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(102, 153, 255, 1);
    border-radius: 4px;
    color: rgba(102, 153, 255, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}

.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    vertical-align: middle;
    line-height: 15px;
}

@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}

.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 37px;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #656562;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }
    [dir="rtl"] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}

.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    padding: 20px 0;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list>.profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list>.profile-contribution {
        padding-left: 30px;
    }
    [dir="rtl"] .profile-contribution-list>.profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list>.profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list>.profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}

[dir="rtl"] .profile-contribution-list>.profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity, .profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }
    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }
    [dir="rtl"] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}

.profile-activity::before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity::before {
        left: -14px;
    }
    [dir="rtl"] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles>.profile-contribution::before, .profile-activity-list>li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-posts>.profile-contribution::before, .profile-activity-list>li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-comments>.profile-contribution::before, .profile-activity-list>li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}

/***** Search results *****/

.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 45%;
    }
}

.search-results-list {
    margin-bottom: 25px;
}

.search-results-list>li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.search-results-list>li:first-child {
    border-top: 1px solid #ddd;
}

.search-result-description {
    margin-top: 15px;
}

.search-results-list a {
    color: #6699ff;
}

.search-results-list a:hover {
    text-decoration: underline;
}

.search-result-votes, .search-result-meta-count {
    color: #656562;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
    color: rgba(102, 153, 255, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
    content: "·";
    display: inline-block;
    margin: 0 5px;
}

.new_request_container .form {
    margin: auto;
}

.new_request_container .form footer input[type="submit"] {
    background-color: #0a203f;
    text-transform: uppercase;
    border-radius: 0px;
}

.article-sidebar-item {
    color: #6699ff;
}

/* AKTN CUSTOM */

.hover-opacity {
    transition: 150ms opacity ease-in-out;
    -webkit-transition: 150ms opacity ease-in-out;
    -moz-transition: 150ms opacity ease-in-out;
    -o-transition: 150ms opacity ease-in-out;
    opacity: 0.8;
}

.hover-opacity:hover {
    opacity: 1;
}

.hover-background-color {
    transition: 150ms background-color ease-in-out;
    -webkit-transition: 150ms background-color ease-in-out;
    -moz-transition: 150ms background-color ease-in-out;
    -o-transition: 150ms background-color ease-in-out;
}

/* ENVIAR SOLICITACAO */

.new-request {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.new-request .new-request-text {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
    color: #000;
}

.new-request .new-request-button {
    padding: 5px 10px;
    background-color: #313130;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    min-width: 150px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 13px;
}

.new-request .new-request-button:hover {
    background-color: #242423;
}

#query {
    color: #313130 !important;
}

#query::placeholder {
    color: #333 !important;
}

.hero .ico-search {
    height: 25px !important;
    background-color: #c21bd0 !important;
    border-radius: 15px !important;
}

/********NOVA HOMEPAGE DO GUIDE********/

@font-face {
  font-family: "Aller-Regular";
  font-display: swap;
  src: url(/hc/theming_assets/01HZPNWG9VPSF1R9K72EHAN3JW);
  src: url(/hc/theming_assets/01HZPNWG9VPSF1R9K72EHAN3JW) format("embedded-opentype"), url(/hc/theming_assets/01HZPNWJB9PSX7MAW771HB4X4E) format("woff2"), url(/hc/theming_assets/01HZPNWJ5VXGF86ZVD3C58GRSE) format("woff"), url(/hc/theming_assets/01HZPNWHZ1H51M5QGRXRGXP8TF) format("truetype"), url(/hc/theming_assets/01HZPNWHRN8HKXW2PHF35B7SE3#AllerRegular) format("svg");
}

@font-face {
  font-family: "Aller-Bold";
  font-display: swap;
  src: url(/hc/theming_assets/01HZPNW7ZTMSPEKE0JV3YB5Z13);
  src: url(/hc/theming_assets/01HZPNW7ZTMSPEKE0JV3YB5Z13) format("embedded-opentype"), url(/hc/theming_assets/01HZPNWABA3ADYN12S0DR4F8P0) format("woff2"), url(/hc/theming_assets/01HZPNW9XBGTBEY9KGJB3SBVCT) format("woff"), url(/hc/theming_assets/01HZPNW9ESWYVE5QZA4X20NNEB) format("truetype"), url(/hc/theming_assets/01HZPNW8YN8S1PCT1SHWT81S8W#AllerRegular) format("svg");
}

@font-face {
  font-family: "Aller-Light";
  font-display: swap;
  src: url(/hc/theming_assets/01HZPNWDCB265YRCXN7ZZ908B7);
  src: url(/hc/theming_assets/01HZPNWDCB265YRCXN7ZZ908B7) format("embedded-opentype"), url(/hc/theming_assets/01HZPNWG2A6BNXN65ZKQ7E1PK6) format("woff2"), url(/hc/theming_assets/01HZPNWFY1F7BB9Z20Q9Q1ZDC1) format("woff"), url(/hc/theming_assets/01HZPNWF88A0MXX6ZKJEZJH0W1) format("truetype"), url(/hc/theming_assets/01HZPNWEQC2VTZ61NW8RGMT8MP#AllerRegular) format("svg");
}

@font-face {
  font-family: "Aller-Display";
  font-display: swap;
  src: url(/hc/theming_assets/01HZPNWB44FHWAXDC4K36VSWTF);
  src: url(/hc/theming_assets/01HZPNWB44FHWAXDC4K36VSWTF) format("embedded-opentype"), url(/hc/theming_assets/01HZPNWCVN1KNRPQAJSJPFWV2T) format("woff2"), url(/hc/theming_assets/01HZPNWCQJ9RT84JXBC74MDQQ8) format("woff"), url($assets-allerdisplay-ttf) format("truetype"), url(/hc/theming_assets/01HZPNWC9S9WVEF50E60G4ZS43#AllerRegular) format("svg");
}


.header-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 66px;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px #00000059;
  padding: 0 4vw;
}

.header-navbar > nav {
  height: 100%;
}

.header-navbar > nav.desktop {
  display: block;
}

.header-navbar > nav.mobile {
  display: none;
}

.header-navbar > nav .menu {
  height: 100%;
}

.header-navbar > nav .menu > ul {
  height: 100%;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
}

.header-navbar > nav .menu > ul > li {
  height: 100%;
  font-size: 18px;
}

.header-navbar > nav .menu > ul > li.header_logo {
  display: flex;
}

.header-navbar > nav .menu > ul > li.header_logo .header_logo__img {
  display: flex;
}

.header-navbar > nav .menu > ul > li.header_logo .header_logo__img img {
  margin: 8px 0;
  width: 188px;
  height: 50px;
}

.header-navbar > nav .menu > ul > li.header_logo .header_logo__blog {
  margin-left: 7px;
  font-family: Aller-Regular;
  color: #313130;
  font-size: 23px;
}

.header-navbar > nav .menu > ul > li.header_logo .header_logo__blog .header_item__title__text {
  margin: auto;
  padding: 0px 0 0px 7px;
  border-left: 2px solid #313130;
}

.header-navbar > nav .menu > ul > li.header_item {
  cursor: context-menu;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title {
  height: 100%;
  display: flex;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text {
  height: auto;
  display: flex;
  font-family: Aller-Regular;
  color: #313130;
  transition: 0.15s;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text span {
  margin: auto;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text:hover {
  color: #6699ff;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text:hover i svg {
  fill: #6699ff;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text i {
  /*display: flex;
  margin-left: 5px;*/
  width: 15px;
  margin-left: 8px;
  height: 100%;
  display: flex;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__text i svg {
  transition: 0.15s;
  fill: #313130;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_button {
  color: #fff;
  border: 1px solid #6699ff;
  padding: 8px 18px;
  background: #6699ff;
  margin: auto;
  font-family: Aller-Display;
  border-radius: 7px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  font-size: 18px;
  display: flex;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_button:hover {
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_button i {
  display: flex;
  margin-left: 5px;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_button i svg {
  width: 14px;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_burguer {
  height: 45px;
  width: 45px;
  position: relative;
  z-index: 3000;
  cursor: pointer;
  background: url("/hc/theming_assets/01HZPNWK59928F75096CTJ41NF") no-repeat 50%/contain;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  margin: auto;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_burguer.active {
  background: url("/hc/theming_assets/01HZPNWKAFN5E366WECKNBRRW8") no-repeat 50%/contain;
  height: 32px;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title .button,
.header-navbar > nav .menu > ul > li.header_item .header_item__title [role=button] {
  line-height: normal;
  font-family: "Aller-Display";
  font-size: 18px;
  padding: 8px 18px;
  text-transform: uppercase;
}

.header-navbar > nav .menu > ul > li.header_item .header_item__title #user #user-name {
  font-size: 16px;
  font-family: Aller-Regular;
  display: inline-block;
}

.header-navbar > nav .menu > ul > li > a,
.header-navbar > nav .menu > ul > li .header_logo__blog {
  height: 100%;
  display: flex;
}

@media screen and (max-width: 1360px) {
  .header-navbar > nav .menu > ul > li {
    font-size: 16px;
  }

  .header-navbar > nav .menu > ul > li.header_logo .header_logo__blog {
    font-size: 22px;
  }

  .header-navbar > nav .menu > ul > li.cta-open-close .header_item__title__cta_button {
    font-size: 16px;
    padding: 8px 14px;
  }

  .header-navbar > nav .menu > ul > li.cta-open-close .header_item__title__cta_button i svg {
    width: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .header-navbar > nav .menu > ul > li {
    font-size: 14px;
  }

  .header-navbar > nav .menu > ul > li.header_logo .header_logo__blog {
    display: none;
  }

  .header-navbar > nav .menu > ul > li.header_item .header_item__title__cta_button {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .header-navbar > nav.desktop {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 66px);
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    transition: 0.3s;
    transform: translate3d(100%, 0, 0);
    align-items: flex-start;
    opacity: 0;
  }

  .header-navbar > nav.desktop .menu {
    display: inline-block;
    width: 100%;
  }

  .header-navbar > nav.desktop .menu > ul {
    flex-wrap: wrap;
  }

  .header-navbar > nav.desktop .menu > ul > li {
    width: 100%;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_logo {
    display: none;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item {
    margin: 0 20px;
    border-bottom: 1px solid #d8d8d8;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item .header_item {
    /*&__content {
        opacity: 1;
        pointer-events: auto;
        position: relative;
        padding: 0;
        min-height: unset;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        &__container {
            grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
            margin: 20px 0;
        }
        &__container-cta {
            .form-header-home {
                margin: 25px;
                margin-top: 30px;
            }
        }
        &.wave-back {
            background: unset;
        }
        &__tech {
            display: block;
            flex-wrap: wrap;
            margin: 20px 0;
            &__column {
                &.right,
                &.left {
                    display: flex;
                    flex-wrap: wrap;
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
                    margin: 20px 0;
                    grid-gap: 50px;
                    gap: 50px;
                    min-width: unset;
                }
            }
        }
    }*/
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item .header_item__title {
    padding: 45px 0;
    position: relative;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item .header_item__title__text {
    /*font-family: Aller-Display;*/
    font-size: 21px;
    color: #6699ff;
  }
  
  .header-navbar > nav.desktop .menu > ul > li.header_item .header_item__title__text i svg {
    fill: #6699ff;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item:after {
    display: none;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item.active .header_item__content {
    max-height: 1500px;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_item.active .header_item__title::after {
    transform: rotate(-180deg);
  }

  .header-navbar > nav.desktop .menu > ul > li.mobile {
    display: block;
  }

  .header-navbar > nav.desktop .menu > ul > li.header_logo_mobile .header_logo_mobile__lettering.hover {
    display: block;
    opacity: 1;
  }

  .header-navbar > nav.desktop.active {
    border-top: 1px solid #d8d8d8;
    transform: translateZ(0);
    opacity: 1;
  }

  .header-navbar > nav.desktop.active .menu > ul {
    overflow-y: auto;
    max-height: calc(100vh - 66px);
  }

  .header-navbar > nav.mobile {
    display: block;
  }

  .header-navbar > nav .menu {
    height: 100%;
  }

  .header-navbar > nav .menu > ul {
    height: 100%;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
  }

  .header-navbar > nav .menu > ul > li {
    height: 100%;
    font-size: 18px;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title__cta_button {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s;
    display: block;
    z-index: -1;
    opacity: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 12px;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title__cta_button.hover {
    opacity: 1;
    z-index: 1;
  }
  
  .header-navbar > nav .menu > ul > li.header_item .header_item__title #user {
    margin-bottom: 80px;
  }
  
  .header-navbar > nav .menu > ul > li.header_item .header_item__title .user-info .dropdown-toggle::after {
    display: inline-block;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title #assine_o_blog_desktop {
    display: none;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title #assine_o_blog_mobile {
    display: block;
  }

  .header-box-menu {
    opacity: 1;
    transform: translateZ(0);
  }

  .header-box-menu__container__link {
    padding: 30px 15px;
  }

  .header-box-menu__container__link:hover {
    box-shadow: none;
  }

  .header-box-menu__container__link__call__heading {
    font-size: 22px;
  }

  .header-box-menu__container__link__call span {
    font-size: 16px;
  }

  .header-box-menu__container__link__call__text {
    font-size: 16px;
  }

  .header-box-menu__container__link__call__text li {
    min-height: 32px;
    display: flex;
  }

  .header-box-menu__container__link__call__text li a {
    margin: auto 0 auto 0;
  }
}

@media screen and (max-width: 600px) {
  .header-navbar > nav .menu {
    height: 100%;
  }

  .header-navbar > nav .menu > ul {
    height: 100%;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
  }

  .header-navbar > nav .menu > ul > li {
    height: 100%;
    font-size: 18px;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title__cta_button {
    position: absolute;
    right: 8px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 8px;
  }

  .header-navbar > nav .menu > ul > li.header_item.cta-open-close .header_item__title__cta_button span {
    display: none;
  }

  .header-navbar > nav .menu > ul > li.header_logo .header_logo__blog {
    display: none;
  }
}

footer {
  background: #FAFAFA;
  padding-bottom: 120px;
  margin-top: 100px;
  /*position: relative;*/
  z-index: 10;
}

footer .footer-container {
  max-width: 1236px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-container .content-bottom-call {
  font-family: "Aller-Light";
  width: 50%;
  margin-top: -30px;
}

footer .footer-container .content-bottom-call .call-bottom-container__title {
  font-size: 28px;
  font-weight: bold;
  color: #6699ff;
}

footer .footer-container .content-bottom-call .call-bottom-container__subtitle {
  font-size: 22px;
  color: #313130;
}

footer .footer-container .social {
  width: 50%;
  display: flex;
  margin-top: -30px;
  justify-content: flex-end;
}

footer .footer-container .social a {
  display: flex !important;
  border: 2px solid #fff;
  font-size: 22px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 18%;
  background-clip: padding-box;
  transition: 0.25s;
  transform: translate3d(0, 0, 0);
  background: #fff;
  box-shadow: 2px 4px 7px 1px rgba(0, 0, 0, 0.12);
}

footer .footer-container .social a:not(:last-child) {
  margin-right: 10px;
}

footer .footer-container .social a:hover {
  transform: translate3d(0, -10px, 0);
}

footer .footer-container .social a img {
  height: 1em;
  width: 1em;
  pointer-events: none;
  transition: 0.15s;
  overflow: hidden;
}

footer .content-bottom-policy {
  background: #FFFFFF;
  padding: 80px 0px 30px 0px;
}

footer .content-bottom-policy .content-bottom-policy-text {
  max-width: 1236px;
  margin: 0 auto;
  width: 90%;
  display: flex;
}

footer .content-bottom-policy .content-bottom-policy-text a {
  font-family: Aller-Light;
  font-size: 18px;
  color: #313130;
}

footer .content-bottom-policy .content-bottom-policy-text a:hover:before {
  width: 100% !important;
}

footer .content-bottom-policy .content-bottom-policy-text a:before {
  content: "";
  position: relative;
  display: block;
  left: 0;
  width: 0;
  pointer-events: none;
  top: 30px;
  height: 5px;
  background: #6699ff;
  transition: 0.3s;
  z-index: 2;
  border-radius: 20px;
}

@media screen and (max-width: 1280px) {
  footer .content-bottom-policy.policy-error {
    padding: 40px 0px 30px 0px;
  }
}

@media screen and (max-width: 1024px) {
  footer .container .content-top {
    flex-wrap: wrap;
    margin-bottom: unset;
  }

  footer .container .content-top .logo {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
  }

  footer .container .content-top .logo a img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    height: auto;
  }

  footer .container .content-top .form-footer {
    margin: 30px auto;
  }

  footer .container .content-top .form-footer .form-footer-title {
    text-align: center;
  }

  footer .container .content-top .form-footer #form_footer {
    display: flex;
    flex-wrap: wrap;
  }

  footer .container .content-top .form-footer #form_footer .form-footer-input {
    width: 100%;
    max-width: 300px;
    margin: 10px auto auto auto;
  }

  footer .container .content-top .form-footer #form_footer .form-footer-btn {
    width: 100%;
    max-width: 335px;
    margin: 30px auto auto auto;
  }

  footer .container .content-middle {
    display: block;
    flex-wrap: wrap;
  }

  footer .container .content-middle ul {
    display: none;
  }

  footer .container .content-middle .social {
    max-width: 250px;
    margin: 30px auto;
  }

  footer .container .content-middle .social a {
    margin: auto !important;
  }
}

@media screen and (max-width: 800px) {
  footer .footer-container .content-bottom-call {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .footer-container .content-middle {
    width: 100%;
  }

  footer .footer-container .content-middle ul {
    display: block;
    margin: 0 auto 0 20px;
  }

  footer .footer-container .content-middle ul li {
    width: 100%;
    margin: 0;
  }

  footer .footer-container .social {
    width: auto;
    margin: auto auto -20px auto;
  }
}

@media screen and (max-width: 420px) {
  footer .content-bottom-policy .content-bottom-policy-text {
    flex-wrap: wrap;
  }

  footer .content-bottom-policy .content-bottom-policy-text a {
    width: 100%;
    margin-left: 0 !important;
  }
}

/* INÍCIO - FORMULÁRIOS */

.form-box {
  display: flex;
  flex-wrap: wrap;
}

.form-box .wrap-input.wrap-input100 {
  width: 100%;
}

.form-box .wrap-input.wrap-input20 {
  width: 20%;
}

.form-box .wrap-input.wrap-input80 {
  width: calc(80% - 12px);
  margin-left: 12px;
}

.form-box .wrap-input .input100 {
  width: calc(100% - 34px);
  padding: 13px 16px;
  font-size: 14px;
  font-family: Aller-Light;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #313130;
  border: 1px solid #3131307a;
  transition: 0.3s ease;
}

.form-box .wrap-input .input100:hover {
  border: 1px solid #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-box .wrap-input .input100:focus {
  border: 1px solid #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-box .wrap-input .input100.textarea {
  min-height: 200px;
  margin-bottom: 8px;
}

.form-box .wrap-input .input100.alert-validate {
  border: 1px solid #ff00007a;
}

.form-box .wrap-input .select2 {
  width: 100% !important;
}

.form-box .wrap-input .select2.select2-container--below.select2-container--focus.select2-container--open .selection .select2-selection {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-box .wrap-input .select2.select2-container--above.select2-container--focus.select2-container--open .selection .select2-selection {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.form-box .wrap-input .select2 .selection .select2-selection {
  font-size: 14px;
  font-family: Aller-Light;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #313130;
  border: 1px solid #3131307a;
  transition: 0.3s ease;
  height: 46px;
}

.form-box .wrap-input .select2 .selection .select2-selection:hover {
  border: 1px solid #ffffff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-box .wrap-input .select2 .selection .select2-selection.alert-validate {
  border: 1px solid #ff00007a;
}

.form-box .wrap-input .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 14px 16px;
  color: #313130;
  opacity: 1;
  font-family: Aller-Light;
  line-height: normal;
}

.form-box .wrap-input .select2 .selection .select2-selection .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 3px;
  width: 20px;
}

.form-box .cta-button {
  width: 100%;
  display: block;
}

.form-box .input-policy {
  margin: 0px auto 12px 0;
  font-family: Aller-Light;
  font-size: 14px;
  color: #313130;
  width: auto;
  display: flex;
}

.form-box .input-policy input {
  max-width: 10%;
  margin: auto;
}

.form-box .input-policy label {
  line-height: 26px;
  max-width: 100%;
  padding-left: 20px;
  cursor: pointer;
  /*p {
      margin: 0;*/
  /* }*/
}

.form-box .input-policy label a {
  text-decoration: underline;
  color: #6699FF;
}

.select2-container--open .select2-dropdown--below {
  margin-top: -20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--open .select2-dropdown--below .select2-results__option--highlighted:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select2-container--open .select2-dropdown--above .select2-results__option--highlighted:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select2-results__option {
  padding-left: 16px !important;
  font-family: "Aller-Light";
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #6699FF;
}

.select2-dropdown ::-webkit-scrollbar {
  width: 8px;
}

.select2-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
}

.select2-dropdown ::-webkit-scrollbar-thumb.window-inactive {
  background: #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #313130;
  opacity: 0.8;
}

.policy-container-link-aditional {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: #6699FF;
  display: block;
  font-family: Aller-Regular;
}

.policy-container-link-aditional.no-space {
  margin-top: 0;
}

.policy-container-aditional {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: #323230;
  display: block;
  font-family: Aller-Regular;
}

/* FIM - FORMULÁRIOS */

/* INÍCIO - CTAS */

.cta-button {
  padding: 8px 18px;
  margin-top: 0;
  font-family: Aller-Display;
  border-radius: 7px;
  border-radius: 7px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
}

.cta-button.small {
  font-size: 16px;
}

.cta-button.big {
  font-size: 18px;
}

.cta-button.bigger {
  font-size: 22px;
}

.cta-button.blue {
  color: #fff;
  border: 1px solid #6699FF;
  background: #6699FF;
}

.cta-button.gray {
  color: #fff;
  border: 1px solid #313130;
  background: #313130;
}

.cta-button.white {
  color: #6699FF;
  border: 1px solid #6699FF;
  background: #fff;
}

.cta-button:hover {
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.close-button {
  padding: 20px;
  right: 0;
  top: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  opacity: 0.8;
  padding: 25px;
  position: absolute;
  outline: none;
}

.close-button svg {
  width: 35px;
  fill: #313130;
  cursor: pointer;
}

/* FIM - CTAS */

/* INÍCIO - COMPONENTES */

.slick-dots {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
}

.slick-dots li {
  margin: 0 0.5em;
}

.slick-dots li.slick-active button {
  background-color: #6699ff;
}

.slick-dots button {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e79fda;
  text-indent: -9999px;
  outline: none;
  box-shadow: none;
  border: 2px solid #FFFFFF;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox > input {
  height: 20px;
  width: 20px;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #313130;
  outline: 0;
  -moz-outline: 0;
  transition-duration: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
}

.checkbox > input.alert-validate {
  border: 1px solid #ff00007a;
}

.checkbox > input:checked {
  border: 1px solid #6699FF;
  background-color: #6699FF;
  display: flex;
}

.checkbox > input:checked::before {
  content: "\2713";
  display: flex;
  text-align: center;
  color: #fff;
  margin: auto;
}

.checkbox > input:active {
  border: 2px solid #6699FF;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FIM - COMPONENTES */

/* INICIO - TEMPLATE */

.section {
  width: 100%;
}

.section.full-screen {
  display: flex;
  position: relative;
  height: 100%;
  min-height: calc(100vh - 66px);
}

.section.background {
  display: flex;
  position: relative;
  z-index: 0;
}

.section.upper {
  padding-top: 0;
  margin-top: -180px;
}

.section.gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}

.section.gradient.rose::before {
  background-image: linear-gradient(#0e103c 50%, #5b3069 100%);
}

.section.gradient.gray::before {
  background-image: linear-gradient(#170056 0%, #2f2162 100%);
}

.section.gradient.soft::before {
  background-image: linear-gradient(transparent 0%, #0000006b 100%);
}

.section.gradient.white::before {
  opacity: 1;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.9) 44%, rgba(255, 255, 255, 0.85) 46%, rgba(255, 255, 255, 0.52) 52%, rgba(255, 255, 255, 0.1) 58%, transparent 60%);
}

.section__content {
  position: relative;
  max-width: 1196px;
  width: 90%;
  margin: auto;
  display: flex;
  padding: 50px 0;
  z-index: 1;
}

.section__content.post {
  max-width: 1440px;
}

.section__content.full-screen {
  height: 100%;
  min-height: calc(100vh - 266px);
}

.section__content.flex {
  flex-wrap: wrap;
}

.section__content__box {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 690px;
  background-color: white;
  margin: auto auto auto 0;
  transition: 0.3s;
}

.section__content__box:hover {
  cursor: pointer;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.section__content__box__container {
  display: flex;
  flex-wrap: wrap;
  padding: 100px;
}

.section__content__container {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
}

.section__content__container__column {
  width: 50%;
}

.section__content__container__column.flex {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.section__content__container__column.left {
  padding-right: 25px;
}

.section__content__container__column.right {
  padding-left: 25px;
}

.section__content__container__column__image {
  width: 100%;
  display: flex;
}

.section__content__container__column__image svg {
  margin: auto;
}

.section__content__container__column__image .img {
  height: auto;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

.section__content__container__box {
  margin: auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}

.section__content__container__box .call-container {
  text-align: center;
}

.section__content__container__box .cta-arrow {
  margin: 40px auto;
}

.section__image-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section__product-banner {
  position: absolute;
  overflow: hidden;
  display: flex;
  width: 50%;
  float: right;
  margin: 50px 0 0 auto;
  right: 0;
  height: calc(100vh - 116px);
  min-height: unset;
}

.section .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section .img-bg.top {
  -o-object-position: top;
  object-position: top;
}

.section .img-bg.center {
  -o-object-position: center;
  object-position: center;
}

.section .img-bg.right {
  -o-object-position: right;
  object-position: right;
}

.section .img-bg.left {
  -o-object-position: left;
  object-position: left;
}

.section .img-bg.absolute {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: auto;
}

.section .img-bg.product-banner-img {
  position: relative;
  width: auto;
  -o-object-position: left;
     object-position: left;
  height: 100%;
  display: flex;
  margin: 0 0 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.section__video-background {
  overflow: hidden;
  height: 100%;
  min-height: calc(100vh - 66px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block;
}

.section.posts-related {
  background: linear-gradient(to right, #f1e2f6, #d1e0ff 100%);
}

.section.posts-related.white {
  background: #ffffff;
}

.section.posts-related .section__content .call-container__subtitle {
  font-family: "Aller-Light";
}

.call-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto auto 0 auto;
  line-height: normal;
  width: 100%;
}

.call-container.space {
  padding: 50px 0;
}

.call-container.space-top {
  padding-top: 50px;
}

.call-container.space-bottom {
  padding-bottom: 50px;
}

.call-container__box {
  display: flex;
  width: 100%;
}

.call-container__box-left {
  letter-spacing: -2.5px;
  margin: 0 auto auto 0;
}

.call-container__box-right {
  margin: 0 auto auto auto;
}

.call-container__title {
  width: 100%;
  font-family: Aller-Display;
  font-size: 42px;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: initial !important;
  margin: 0 0 30px 0;
}

.call-container__title.dark {
  color: #313130;
}

.call-container__title.light {
  color: #FFFFFF;
}

.call-container__title.big {
  font-size: 65px;
  margin-bottom: 0;
  line-height: 1;
}

.call-container__title.light-blue {
  color: #a2cdff;
}

.call-container__title.blue {
  color: #6699ff;
}

.call-container__subtitle {
  width: 100%;
  font-family: Aller-Light;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  /*text-align: center;*/
}

.call-container__subtitle.grey {
  color: #313130;
}

.call-container__description {
  width: 100%;
  font-family: Aller-Light;
  font-size: 24px;
  margin-bottom: 20px;
}

.call-container__description.space-top {
  margin-top: 25px;
}

.call-container__description.no-space {
  margin: 0;
}

.call-container__description.dark {
  color: #313130;
}

.call-container__description.light {
  color: #FFFFFF;
}

.call-container__description.blue {
  color: #6699ff;
}

.call-container__description h2 {
  font-size: 52px;
  font-family: Aller-Light !important;
  font-weight: normal;
}

.call-container__description h2 b,
.call-container__description h2 strong {
  font-family: "Aller-Bold";
}

.call-container__description p {
  margin: 0;
}

.call-container__description p b,
.call-container__description p strong {
  font-family: "Aller-Bold";
}

.call-container__description.arrow-dark ul li {
  margin: 30px 0 15px 0px;
  padding: 0 0 0 70px;
  list-style: none;
  background-image: url("/images/home/vibe/icone_itens.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 22px;
  display: inline-block;
  position: relative;
  background-position-y: 5px;
  color: #313130;
  font-size: 20px;
}

.call-container__highlight {
  width: 100%;
  font-size: 24px;
  font-family: Aller-Light;
}

.call-container__highlight.dark {
  color: #313130;
}

.call-container__highlight.light {
  color: #FFFFFF;
}

.call-container__bold {
  width: 100%;
  font-size: 23px;
  font-family: "Aller-Bold";
  margin-bottom: 20px;
}

.call-container__bold.dark {
  color: #313130;
}

.call-container__bold.light {
  color: #FFFFFF;
}

.call-container__posts-related {
  font-size: 36px;
  font-family: "Aller-Light";
  color: #313130;
}

.posts-related-card {
  margin-bottom: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

.posts-related-card.slicks {
  display: flex;
  flex-wrap: wrap;
}

.posts-related-card.slicks .slick-list {
  padding: 0 8% 0 0 !important;
}

.posts-related-card.slicks .slick-list::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  pointer-events: none;
  top: 0px;
  right: 0;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #d1e0ff 100%);
  z-index: 2;
}

.posts-related-card.slicks .slick-list .slick-track {
  display: flex;
}

.posts-related-card.slicks .slick-list .slick-track .recent-card {
  max-width: unset;
}

.posts-related-card.slicks .slick-dots {
  margin-bottom: -50px;
}

.posts-related-card.white.slicks .slick-list::after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #ffffff 100%);
}

.posts-related-card .recent-card {
  padding: 16px;
  background-color: #FAFAFA;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  height: auto;
  margin: 20px;
  max-width: 320px;
}

.posts-related-card .recent-card:hover {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.3);
}

.posts-related-card .recent-card .recent-card-item {
  margin: 0 auto;
  max-width: 400px;
}

.posts-related-card .recent-card .recent-card-item .recent-card-image {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.posts-related-card .recent-card .recent-card-item .recent-card-image img {
  border-style: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.posts-related-card .recent-card .recent-card-description {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: "Aller-Light";
}

.posts-related-card .recent-card .recent-card-description .recent-card-description-date {
  margin-right: 20px;
  color: #313130;
}

.posts-related-card .recent-card .recent-card-description .recent-card-description-category {
  text-transform: uppercase;
  color: #6699FF;
}

.posts-related-card .recent-card .recent-card-title {
  margin: 20px 0;
  font-size: 26px;
  color: #313130;
  font-family: "Aller-Bold";
  line-height: normal;
}

#popup {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  background: linear-gradient(to right, #f1e2f6, #d1e0ff 50%);
}

#popup .popup-container {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

#popup .popup-container .popup-logo {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}

#popup .popup-container .popup-logo img {
  width: 150px;
  margin: auto;
}

#popup .popup-container .call-container {
  text-align: center;
}

#popup .popup-container .form-box {
  /*span {
      text-decoration: auto;
      width: 100%;
      text-align: center;
      margin-top: 12px;
      font-size: 14px;
      color: #323230;
      display: block;
      font-family: Aller-Regular;
      a {
          margin-top: 0;
      }
  }*/
}

#popup .popup-container .form-box .wrap-input .input100 {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .call-container.space {
    padding: 0 0 20px 0;
  }

  .call-container__title {
    font-size: 38px;
  }

  .section__content__box {
    max-width: 500px;
  }

  .section__content__box__container {
    padding: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .section.gradient.white::before {
    width: 0;
  }

  .section__content__container {
    flex-wrap: wrap;
  }

  .section__content__container.icon-right {
    flex-wrap: wrap-reverse;
  }

  .section__content__container.icon-right .section__content__container__column.left {
    padding: 0;
  }

  .section__content__container.icon-right .section__content__container__column.right {
    padding: 0 0 25px 0;
  }

  .section__content__container__column {
    width: 100% !important;
  }

  .section__content__container__column.left {
    padding: 0 0 25px 0;
  }

  .section__content__container__column.right {
    padding: 0;
  }

  .section__content__container__column.hide-mobile {
    display: none;
  }

  .section__content__container__column.display-mobile {
    padding: 0px;
    width: 100%;
  }

  .section__content__container__column__image svg,
  .section__content__container__column__image img {
    height: 25vw !important;
    min-height: 145px !important;
  }

  .posts-related-card {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .posts-related-card .recent-card {
    max-width: initial;
  }

  .posts-related-card .recent-card .recent-card-item {
    max-width: unset;
  }

  .posts-related-card .recent-card .recent-card-item .recent-card-image {
    height: 300px;
  }

  .posts-related-card .recent-card .recent-card-item .recent-card-image img {
    -o-object-position: top;
       object-position: top;
  }
}

@media screen and (max-width: 800px) {
  .call-container__box {
    flex-wrap: wrap-reverse;
  }

  .call-container__box-right {
    width: 100%;
    margin: auto auto 30px 0;
  }

  .call-container__box-right .box-icon {
    margin: 0 auto auto 0 !important;
  }

  .call-container__box-right .box-custom-icon svg,
  .call-container__box-right .box-custom-icon img {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .section.full-screen {
    height: auto;
    min-height: unset;
  }

  .section.banner {
    min-height: 85vh;
  }

  .section__content {
    padding: 60px 0;
  }

  .section__content.full-screen {
    height: auto;
    min-height: unset;
  }

  .section__content__container__column.left {
    margin: 0;
  }

  .section__content__container__column.right {
    margin: 0;
  }

  .section.posts-related .section__content {
    width: 100%;
  }

  .section.posts-related .section__content .call-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .call-container__title {
    font-size: 32px;
  }

  .call-container__description {
    margin-bottom: 0px;
  }

  .call-container__description h2 {
    font-size: 36px !important;
  }

  .call-container__description.two-columns ul {
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
  }

  .call-container__description.arrow-dark ul li {
    margin: 0;
    padding: 30px 0 0px 50px;
    list-style: none;
    background-image: url("/images/home/vibe/icone_itens.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
  }

  .posts-related-card.slicks .slick-list::after {
    display: none;
  }

  .posts-related-card .recent-card .recent-card-item .recent-card-image {
    height: 200px;
  }

  .slick-dots {
    top: 5px;
    width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: unset;
    bottom: unset;
  }

  .slick-dots li {
    margin: unset;
    width: 100%;
  }

  .slick-dots li:not(.slick-active) {
    opacity: 0.7;
  }

  .slick-dots button {
    width: 95%;
    display: flex;
    margin: auto;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: unset;
  }

  .close-button {
    padding: 10px;
  }

  .checkbox > input {
    height: 25px;
    width: 25px;
  }
}

/* FIM - TEMPLATE */

/* INICIO - CARDS */

.header-box-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.header-box-menu__container {
  color: #363636;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0;
}

.header-box-menu__container__link {
  display: flex;
  flex-wrap: wrap;
  color: #363636;
  position: relative;
  transition: all 0.25s;
  text-decoration: none;
  /*cursor: pointer;*/
  font-size: inherit;
  width: 100%;
  height: auto;
  justify-content: center;
  margin: auto;
}

.header-box-menu__container__link__icon {
  width: 78px;
}

.header-box-menu__container__link__icon img,
.header-box-menu__container__link__icon svg {
  width: 70px;
  height: 70px;
  margin-top: 6px;
}

.header-box-menu__container__link__call {
  /*width: 100%;
  margin-top: 7px;
  margin-left: 7px;*/
}

.header-box-menu__container__link__call.icon {
  /*width: calc( 100% - (78px + 7px));*/
  margin: auto 0 auto 7px;
}

.header-box-menu__container__link__call__heading {
  font-family: Aller-Display;
  text-transform: uppercase;
  font-size: 25px;
  color: #313130;
  margin: 0;
  width: 100%;
  height: auto;
  line-height: normal;
}

.header-box-menu__container__link__call__text {
  font-family: Aller-Light;
  font-size: 14px;
  color: #595959;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}

.header-box-menu__container__link__call span {
  font-family: "Aller-Light";
  text-transform: uppercase;
  font-size: 15px;
  color: #313130;
  width: 100%;
  height: auto;
}

.awards-cards {
  display: grid;
  grid-gap: 85px;
  gap: 85px;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
}

.awards-cards .awards-card {
  z-index: 1;
  width: auto;
  padding: 35px;
  background-color: #fafafa;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 455px;
  border-top: 5px solid #b6b6b654;
}

.awards-cards .awards-card:before {
  content: "";
  position: relative;
  display: block;
  width: 180px;
  top: -40px;
  height: 5px;
  background: #6699ff;
  margin: auto;
  z-index: 2;
  border-radius: 25px;
}

.awards-cards .awards-card .awards-icon {
  display: flex;
  width: auto;
  height: 35%;
  margin: auto;
}

.awards-cards .awards-card .awards-icon.smaller {
  max-width: 150px;
}

.awards-cards .awards-card .awards-icon.smaller img,
.awards-cards .awards-card .awards-icon.smaller svg {
  max-width: 150px !important;
}

.awards-cards .awards-card .awards-icon img,
.awards-cards .awards-card .awards-icon svg {
  margin: auto;
  width: auto;
  max-width: 180px;
  height: 100%;
}

.awards-cards .awards-card .awards-card-call {
  height: 65%;
  text-align: center;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight {
  margin: 25px 0;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte {
  font-family: Aller-Display;
  color: #313130;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte.plus {
  margin-left: -20px;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte.bigger {
  font-size: 52px;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte.smaller {
  font-size: 36px;
}

.awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-subtitle {
  font-family: Aller-Display;
  font-size: 24px;
  color: #6699FF;
}

.awards-cards .awards-card .awards-card-call .awards-card-description {
  font-family: Aller-Light;
  font-size: 21px;
  color: #313130;
}

.awards-cards-flip {
  width: 100%;
  margin-bottom: auto;
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
}

.awards-cards-flip .awards-card:before {
  content: "";
  position: relative;
  display: block;
  width: 85px;
  top: 2px;
  height: 5px;
  background: #6699ff;
  margin: auto;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}

.awards-cards-flip .awards-card:hover:before {
  background: #6e6e6e;
}

.awards-cards-flip .awards-card:hover .awards-card-front {
  opacity: 0;
}

.awards-cards-flip .awards-card:hover .awards-card-back {
  -webkit-animation: AnimationName 0.8s ease forwards;
  animation: AnimationName 0.8s ease forwards;
  opacity: 1;
}

.awards-cards-flip .awards-card:hover .awards-card-back .awards-card-call .awards-card-title {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  opacity: 1;
}

.awards-cards-flip .awards-card:hover .awards-card-back .awards-card-call .awards-card-text {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  opacity: 1;
}

.awards-cards-flip .awards-card .awards-card-front {
  opacity: 1;
  transition: 0.3s;
  width: auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.awards-cards-flip .awards-card .awards-card-front .awards-card-call {
  text-align: center;
  height: calc(50% - 35px);
  margin: auto;
}

.awards-cards-flip .awards-card .awards-card-front .awards-card-call .awards-card-call-highlight {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.awards-cards-flip .awards-card .awards-card-front .awards-card-call .awards-card-call-highlight .awards-card-title {
  font-family: Aller-Display;
  color: #6699FF;
  display: flex;
  flex-wrap: wrap;
  margin: auto 40px;
  font-size: 36px;
}

.awards-cards-flip .awards-card .awards-card-front .awards-card-call .awards-card-call-highlight .awards-card-title .awards-card-subtitle {
  display: flex;
  margin: auto;
}

.awards-cards-flip .awards-card .awards-card-front .awards-icon {
  display: flex;
  height: calc(50% - 35px);
  margin: auto;
}

.awards-cards-flip .awards-card .awards-card-front .awards-icon.smaller {
  max-width: 150px;
}

.awards-cards-flip .awards-card .awards-card-front .awards-icon img,
.awards-cards-flip .awards-card .awards-card-front .awards-icon svg {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 180px;
}

.awards-cards-flip .awards-card .awards-card-back {
  padding: 20px;
  background: linear-gradient(45deg, #e79fda 7%, #6699FF 20%, #6699FF 100%);
  background-size: 190% 190%;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  top: 5px;
  position: absolute;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.awards-cards-flip .awards-card .awards-card-back .awards-card-call {
  text-align: center;
  height: calc(50% - 35px);
  margin: auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.awards-cards-flip .awards-card .awards-card-back .awards-card-call .awards-card-title {
  font-family: Aller-Display;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 29px;
  margin: 50px auto;
}

.awards-cards-flip .awards-card .awards-card-back .awards-card-call .awards-card-text {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  font-size: 18px;
  font-family: Aller-Light;
  color: #FFFFFF;
  text-align: left;
}

.awards-cards-flip .awards-card .awards-card-back .awards-card-call .awards-card-text p {
  margin: 10px 0;
}

.awards-cards-flip .awards-card:first-child .awards-card-call-highlight .awards-card-title {
  display: block !important;
}

.awards-cards-flip .awards-card:first-child .awards-card-call-highlight .awards-card-title .awards-card-subtitle {
  display: block !important;
}

.community-cards,
.custom-button-support {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.community-cards .box-container,
.custom-button-support .box-container {
  color: #363636;
  display: flex;
  flex-wrap: wrap;
  width: calc(33.33% - 40px);
  height: auto;
  margin: 20px;
}

.community-cards .box-container .box-link,
.custom-button-support .box-container .box-link {
  display: flex;
  flex-wrap: wrap;
  color: #363636;
  position: relative;
  padding: 18px;
  border-radius: 3px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}

.community-cards .box-container .box-link:hover,
.custom-button-support .box-container .box-link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.community-cards .box-container .box-link:hover .box-call .box-heading,
.custom-button-support .box-container .box-link:hover .box-call .box-heading {
  font-weight: bold;
}

.community-cards .box-container .box-link:hover .box-call .box-text,
.custom-button-support .box-container .box-link:hover .box-call .box-text {
  font-weight: bold;
}

.community-cards .box-container .box-link:hover::before,
.custom-button-support .box-container .box-link:hover::before {
  background: linear-gradient(0deg, #e79fda 20%, #e79fda 70%, #e79fda);
}

.community-cards .box-container .box-link::before,
.custom-button-support .box-container .box-link::before {
  content: "";
  position: absolute;
  display: flex;
  width: 20px;
  height: calc(100% - 4px);
  background: linear-gradient(0deg, #e79fda 20%, #69f 70%, #69f);
  margin-top: -16px;
  margin-left: -23px;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.8s;
}

.community-cards .box-container .box-link .box-icon,
.custom-button-support .box-container .box-link .box-icon {
  width: 100px;
  margin-right: 10px;
}

.community-cards .box-container .box-link .box-icon img,
.custom-button-support .box-container .box-link .box-icon img {
  width: 100px;
}

.community-cards .box-container .box-link .box-call,
.custom-button-support .box-container .box-link .box-call {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.community-cards .box-container .box-link .box-call .box-heading,
.custom-button-support .box-container .box-link .box-call .box-heading {
  font-family: Aller-Regular;
  font-size: 26px;
  color: #313130;
  margin: 0;
  width: 100%;
}

.community-cards .box-container .box-link .box-call .box-text,
.custom-button-support .box-container .box-link .box-call .box-text {
  font-family: Aller-Light;
  font-size: 18px;
  color: #595959;
  width: 100%;
  margin: 5px 0 0 0;
}

/* INICIO - AWARDS-CARDS-FLIP EFFECT */

@-webkit-keyframes AnimationName {
  0% {
    background-size: 180% 180%;
  }

  100% {
    background-size: 100% 100%;
  }
}

@keyframes AnimationName {
  0% {
    background-size: 180% 180%;
  }

  100% {
    background-size: 100% 100%;
  }
}

/* FIM - AWARDS-CARDS-FLIP EFFECT */

@media screen and (max-width: 1200px) {
  .awards-cards-flip .awards-card .awards-card-front .awards-card-call .awards-card-call-highlight .awards-card-title {
    margin: auto 22px;
    font-size: 35px;
  }

  .awards-cards-flip .awards-card .awards-card-back .awards-card-call .awards-card-title {
    font-size: 22px;
  }

  .awards-cards-flip .awards-card .awards-card-back .awards-card-call .awards-card-text {
    font-size: 16px;
  }

  .community-cards .box-container {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 1024px) {
  .awards-cards-flip {
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
    grid-gap: 60px 20px;
    gap: 60px 20px;
  }

  .awards-cards {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .community-cards .box-container {
    width: calc(100% - 40px);
  }

  .awards-cards-flip {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 60px 20px;
    gap: 60px 20px;
  }

  .awards-cards {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 60px 20px;
    gap: 60px 20px;
  }

  .awards-cards .awards-card {
    min-height: unset;
  }

  .awards-cards .awards-card::before {
    width: 120px;
  }

  .awards-cards .awards-card .awards-icon {
    width: 100%;
  }

  .awards-cards .awards-card .awards-card-call {
    height: auto;
  }

  .awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte.bigger {
    font-size: 42px;
  }

  .awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-tilte.smaller {
    font-size: 36px;
  }

  .awards-cards .awards-card .awards-card-call .awards-card-call-highlight .awards-card-subtitle {
    font-size: 24px;
  }
}

/* FIM - TEMPLATE */

#home #app .section.search .section__content .system-others {
  width: 100%;
  display: flex;
  justify-content: center;
  /*margin-top: 30px;*/
}

#home #app .section.search .section__content .system-others li {
  display: flex;
  margin: 0 8px;
}

#home #app .section.search .section__content .system-others li img {
  width: 40px;
}

#home #app .section.search .section__content .system-others li span {
  margin: auto 10px;
  font-family: "Aller-Display";
  font-size: 18px;
  color: #313130;
}

#home #app .section.search .section__content .system-others li span.plus {
  margin: auto;
  font-size: 30px;
}

#home #app .section.search .section__content .box-search {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#home #app .section.search .section__content .box-search form {
  width: 100%;
  max-width: 800px;
  display: flex;
}

#home #app .section.search .section__content .box-search form input[type=search] {
  font-size: 18px;
  font-family: Aller-Regular;
  padding: 0 60px 0 20px;
  border-radius: 8px;
  color: #313130;
  border: 1px solid rgba(49, 49, 48, 0.4784313725);
  transition: 0.3s ease;
  height: 56px;
  width: 100%;
  text-align: initial;
}

#home #app .section.search .section__content .box-search .ico-search {
  margin-left: -60px;
  width: 60px;
  height: 54px;
  cursor: pointer;
  background-image: url("/hc/theming_assets/01HZPNWMTSWRKA6P0KWPC19QN8");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  opacity: 1;
  display: flex;
  right: unset;
  bottom: unset;
}

#home #app .section.search .section__content .box-search .ico-search::before {
  font-family: unset;
  top: unset;
  transform: unset;
  background-color: unset;
  color: unset;
  content: unset;
  font-size: unset;
  position: unset;
  left: unset;
}

#home #app .section.recommendations {
  background-color: #dce8ff;
}

#home #app .section.recommendations .recommendations-list {
  -moz-column-count: 2;
       column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-gap: 90px;
       column-gap: 90px;
  width: 100%;
}

#home #app .section.recommendations .recommendations-list li {
  margin-bottom: 30px;
  font-family: "Aller-Regular";
  font-size: 18px;
  color: #6699ff;
}

#home #app .section.recommendations .recommendations-list li a {
  color: #4e7cdd;
}

#home #app .section.recommendations .recommendations-list li a:hover {
  color: #c46ba3;
}

#home #app .section.back .custom-button-support .box-container {
  width: 100%;
  margin: 80px 0 30px 0;
}

#home #app .section.back .custom-button-support .box-container .box-link {
  font-family: Aller-Display;
  text-transform: uppercase;
  font-size: 21px;
  color: #313130;
  width: auto;
  padding: 20px;
}

#home #app .section.back .custom-button-support .box-container .box-link i {
  width: 22px;
  margin-right: 10px;
}

#home #app .section.back .custom-button-support .box-container .box-link::before {
  margin-top: -17px;
  margin-left: -25px;
}

@media screen and (max-width: 1024px) {
  #home #app .section.recommendations .recommendations-list {
    -moz-column-count: 1;
         column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #home #app .section.search .section__content .system-others {
    flex-wrap: wrap;
  }

  #home #app .section.search .section__content .system-others li {
    width: 100%;
    margin: 5px 8px;
  }

  #home #app .section.search .section__content .system-others li span.plus {
    margin: 0;
  }
}