/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import "admin-editor.css";
/* END ADMIN EDITOR */
body {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 18px;
}

/* CONFIG */

.noScroll {
    overflow: hidden;
}

.critec {
    font-weight: 800;
    font-size: 28px;
    font-family: "Gilroy";
    text-transform: lowercase;
}

.bgBlack {
    background: #191919;
}

header {
    height: 120px;
}

.sectionHeight {
    min-height: calc(100vh - 171px);
}
/*
header#leftMenu{
	position: fixed;
    width: 130px;
    padding: 0px 40px;
    height: 100vh;
    box-shadow: 0px 3px 9px #00000026;
	z-index: 5;
	background-color: #fff;
	font-size: 16px;
}
header#leftMenu.no-shadow{
	box-shadow: none;
} */

.menu {
    cursor: pointer;
}
#openedMenu {
    box-shadow: 0px 3px 9px #00000026;
    width: 300px;
    z-index: 4;
    position: fixed;
    left: -310px;
    background-color: #fff;
    height: 100vh;
    transition: left 300ms ease-in-out;
    margin-left: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    gap: 20px;
}
#openedMenu .small {
    font-size: 10px;
    line-height: 10px;
}
#openedMenu .icon {
    width: 50px;
    text-align: center;
    margin: 10px 10px 10px 0px;
}
#openedMenu.active {
    left: 0;
}
.menu-links {
    font-size: 16px;
}
.menu-list-links {
    gap: 40px;
}

.language {
    display: flex;
    gap: 64px;
    margin-left: 30px;
}
.language div {
    position: relative;
}
.language div:nth-child(1)::after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #1a1a1a;
    right: -42px;
}
.language div.active:nth-child(1)::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    background: transparent;
    right: -30px;
    border: 1px solid #1a1a1a;
}
.language div.active:nth-child(2)::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    background: transparent;
    left: -30px;
    border: 1px solid #1a1a1a;
}
.menu-links a,
#openedMenu a {
    color: #1a1a1a;
    line-height: 1;
    text-decoration: none;
}
.menu-links a:hover,
#openedMenu a:hover {
    color: rgba(0, 0, 0, 0.696);
}
.menu {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 2rem auto 0 auto;
}
.menu .pix {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: rgb(0, 0, 0);
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}
.menu .pix:nth-of-type(1) {
    transform: translate(0px, 0px);
}
.menu .pix:nth-of-type(2) {
    transform: translate(16px, 0px);
}
.menu .pix:nth-of-type(3) {
    transform: translate(32px, 0px);
}
.menu .pix:nth-of-type(4) {
    transform: translate(0px, 16px);
}
.menu .pix:nth-of-type(5) {
    transform: translate(16px, 16px);
}
.menu .pix:nth-of-type(6) {
    transform: translate(32px, 16px);
}
.menu .pix:nth-of-type(7) {
    transform: translate(0px, 32px);
}
.menu .pix:nth-of-type(8) {
    transform: translate(16px, 32px);
}
.menu .pix:nth-of-type(9) {
    transform: translate(32px, 32px);
}
.menu:hover .pix {
    background-color: #525966;
}
.menu:hover .pix:nth-of-type(1) {
    transform: translate(-8px, -8px);
}
.menu:hover .pix:nth-of-type(3) {
    transform: translate(40px, -8px);
}
.menu:hover .pix:nth-of-type(7) {
    transform: translate(-8px, 40px);
}
.menu:hover .pix:nth-of-type(9) {
    transform: translate(40px, 40px);
}
.menu.active .pix:nth-of-type(1) {
    transform: translate(0, 0);
}
.menu.active .pix:nth-of-type(2) {
    transform: translate(8px, 8px);
}
.menu.active .pix:nth-of-type(3) {
    transform: translate(32px, 0);
}
.menu.active .pix:nth-of-type(4) {
    transform: translate(8px, 24px);
}
.menu.active .pix:nth-of-type(6) {
    transform: translate(24px, 8px);
}
.menu.active .pix:nth-of-type(7) {
    transform: translate(0, 32px);
}
.menu.active .pix:nth-of-type(8) {
    transform: translate(24px, 24px);
}
.menu.active .pix:nth-of-type(9) {
    transform: translate(32px, 32px);
}
.menu.active:hover .pix:nth-of-type(1) {
    transform: translate(-8px, -8px);
}
.menu.active:hover .pix:nth-of-type(2) {
    transform: translate(4px, 4px);
}
.menu.active:hover .pix:nth-of-type(3) {
    transform: translate(40px, -8px);
}
.menu.active:hover .pix:nth-of-type(4) {
    transform: translate(4px, 28px);
}
.menu.active:hover .pix:nth-of-type(6) {
    transform: translate(28px, 4px);
}
.menu.active:hover .pix:nth-of-type(7) {
    transform: translate(-8px, 40px);
}
.menu.active:hover .pix:nth-of-type(8) {
    transform: translate(28px, 28px);
}
.menu.active:hover .pix:nth-of-type(9) {
    transform: translate(40px, 40px);
}

/* .menuFix {
	margin-left:130px;
} */

/* header#leftMenu #menu {
	height: calc(100Vh - 40px);
}

header#leftMenu .social {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    bottom: 100px;
	gap:5px;
} */
.gap20 {
    gap: 20px;
}
/* header#leftMenu .social a{
	color:#1A1A1A;
}
header#leftMenu .social a.twitter:hover{
	color:#1da1f2;
}
header#leftMenu .social a.youtube:hover{
	color:#ff0000;
}
header#leftMenu .social a.linkedin:hover{
	color:#0a66c2;
}
header#leftMenu .social a.instagram:hover{
	color:#c32aa3;
}
header#leftMenu .social a.behance:hover{
	color:#053eff;
}
header#leftMenu .social a.facebook:hover{
	color:#3b5998;
} */

footer {
    /* position: absolute; */
    font-size: 14px;
    color: #000;
    bottom: 0;
    width: 100%;
    background: #ffffff;
}
/* footer>div,.topHeader{
    box-shadow: 0px 0px 40px -12px rgb(0 0 0 / 75%);
} */
footer a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

footer p {
    margin-bottom: 0;
}

.big-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.2;
}

.big-subtitle {
    font-size: 24px;
    margin: 20px 0;
}
.big-text {
    font-size: 21px;
    font-weight: 400;
}

.rightImg {
    text-align: center;
}
.rightImg img {
    max-width: 550px;
}

#background {
    filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.488);
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    pointer-events: none;
}

#background.active {
    z-index: 3;
    pointer-events: auto;
}

body.menuOpened .menuFix {
    filter: blur(10px);
}

.info {
    padding-right: 250px;
}
.formInput input, .formInput select {
    margin: 10px 0;
}
label.ms-1 {
    font-size: 14px;
}
/* FONT */
@font-face {
    font-family: "GabrielaStencil";
    src: url("../fonts/GabrielaStencil/GabrielaStencil-Bold.ttf")
        format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "GabrielaStencil";
    src: url("../fonts/GabrielaStencil/GabrielaStencil-Black.ttf")
        format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: "RobotoMono";
    src: url("../fonts/RobotoMono/RobotoMono-VariableFont_wght.ttf")
        format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "RobotoMono";
    src: url("../fonts/RobotoMono/RobotoMono-VariableFont_wght.ttf")
        format("truetype");
}
.gabriela {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
}
.roboto {
    font-family: "RobotoMono", sans-serif;
    font-weight: 400;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.black {
    font-weight: 900;
}
.c-black,
.c-black:hover {
    color: #000;
}
.formTabs {
    display: flex;
}
.formTabs .formTab.block {
    cursor: not-allowed;
}
.formTabs .formTab {
    width: 20%;
    padding: 12px 26px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    cursor: pointer;
}
.formTabs .formTab.active {
    border: 1px solid #dbdbdb;
}
.formItems {
    margin-top: 50px;
}
.formItems .formItem {
    display: none;
}
.formItems .formItem.active {
    display: block;
}
.required {
    color: red;
}
.formInput input, .formInput select {
    padding: 12px 26px;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 50px;
}
.formInput input[type="radio"],
.formInput input[type="checkbox"] {
    width: 14px;
}
.formInput {
    position: relative;
}
.formInputAlign{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 3rem);
}
.formInput label.error {
    position: absolute;
    left: 0px;
    bottom: -15px;
    font-size: 12px;
    color: red;
}
.btnGeral {
    background: #191919;
    color: #ffffff;
    border: 1px solid #191919;
    border-radius: 50px;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 16px;
}
.btnGeral:hover {
    background: transparent;
    color: #191919;
}
.btnWhite {
    background: #ffffff;
    color: #191919;
    border: 1px solid #191919;
    border-radius: 50px;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 14px;
}
.btnWhite:hover {
    background: #191919;
    color: #ffffff;
}

/* modal custom */
.modal-content {
    background-color: #191919;
    border-radius: 0;
}
.modal-title,
.modal-body {
    color: #ffffff;
}
.modal-header,
.modal-footer {
    border: 0;
}
.modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
    border: 1px solid #ffffff;
    border-radius: 30px;
    width: 28px;
    height: 28px;
}
.modal-header .btn-close:hover {
    filter: unset;
    opacity: 1;
    border: 1px solid #ffffff;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
}
.modal-header .btn-close:focus {
    box-shadow: none;
}
.normasFlex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.normasFlex > div {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
}
.normasFlex > div > a {
    text-decoration: none;
    color: #000000;
}
.normasFlex > div > img,
.normasFlex > div > a > div > img {
    height: 65px;
    margin-bottom: 20px;
}
.accordion .accordion-item {
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
}
.accordion-item .accordion-button:focus {
    outline: 0;
    color: inherit;
    box-shadow: none;
    border: 0;
    background-color: #ffffff;
}
.accordion-item .accordion-button {
    box-shadow: unset;
    font-size: 19px;
    font-weight: 700;
}
.accordion-body p {
    font-size: 18px;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: initial;
    background-color: unset;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.homeBG {
    min-height: calc(100vh - 171px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.formDenuncias label.error {
    position: absolute;
    top: calc(100% - 15px);
    font-size: 12px;
    color: red;
    left: -10px;
    opacity: 1 !important;
    transform: unset !important;
}
.commentRow{
    width: 80%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #00000046;
    margin-bottom: 15px;
}
.commentRow:last-child{
    margin-bottom: 0px;
}
.commentRow .text{
    text-align: justify;
}
.loadComments{
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #000000;
    max-height: calc(100vh - 380px);
    overflow-x: auto;
}
.commentRow.left{
    background: #cfcfcf;
}
.commentRow.right{
    margin-left: auto;
}
.commentRow.right .client,.commentRow.right .date{
    text-align: right;
}
.commentRow .client,.commentRow .date{
    font-size: 14px;
}
.commentRow .text{
    font-size: 16px;
}
/* loader */
loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: #00000080;
    z-index: 9999;
}
loader.active {
    display: flex;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bgGrey {
    background: #cdcdcd;
    color: #000 !important;
}
.bg-light {
    background-color: #ffffff !important;
}
.navbar-nav .nav-item .nav-link {
    color: #000;
}

@media (max-width: 1600px) {
    .info {
        padding-right: 45px;
    }
    .rightImg img {
        max-width: 450px;
    }
    label {
        display: inline-block;
        font-size: 16px;
    }
    .formTabs .formTab {
        padding: 12px 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    /* header#leftMenu{
        width: 100%;
        height: 90px;
        display: flex;
    }
    header#leftMenu #menu{
        height: auto;
    } */
}

.spacer150 {
    grid-column: inherit;
    height: 150px;
    width: 100%;
}
.spacer120 {
    grid-column: inherit;
    height: 120px;
    width: 100%;
}
.spacer90 {
    grid-column: inherit;
    height: 90px;
    width: 100%;
}
.spacer60 {
    grid-column: inherit;
    height: 60px;
    width: 100%;
}
.spacer30 {
    grid-column: inherit;
    height: 30px;
    width: 100%;
}
.spacer15 {
    grid-column: inherit;
    height: 15px;
    width: 100%;
}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
    .lg-spacer150 {
        height: 150px;
    }
    .lg-spacer120 {
        height: 120px;
    }
    .lg-spacer90 {
        height: 90px;
    }
    .lg-spacer60 {
        height: 60px;
    }
    .lg-spacer30 {
        height: 30px;
    }
    .lg-spacer15 {
        height: 15px;
    }

    .lg-block150 {
        display: inline-block;
        width: 150px;
    }
    .lg-block120 {
        display: inline-block;
        width: 120px;
    }
    .lg-block90 {
        display: inline-block;
        width: 90px;
    }
    .lg-block60 {
        display: inline-block;
        width: 60px;
    }
    .lg-block30 {
        display: inline-block;
        width: 30px;
    }
    .lg-block15 {
        display: inline-block;
        width: 15px;
    }

    .lg-taleft {
        text-align: left;
    }
    .lg-tacenter {
        text-align: center;
    }
    .lg-taright {
        text-align: right;
    }
    .lg-tajustify {
        text-align: justify;
    }
}

/* DESKTOP */
@media (max-width: 992px) {
    .md-spacer150 {
        height: 150px;
    }
    .md-spacer120 {
        height: 120px;
    }
    .md-spacer90 {
        height: 90px;
    }
    .md-spacer60 {
        height: 60px;
    }
    .md-spacer30 {
        height: 30px;
    }
    .md-spacer15 {
        height: 15px;
    }

    .md-block150 {
        display: inline-block;
        width: 150px;
    }
    .md-block120 {
        display: inline-block;
        width: 120px;
    }
    .md-block90 {
        display: inline-block;
        width: 90px;
    }
    .md-block60 {
        display: inline-block;
        width: 60px;
    }
    .md-block30 {
        display: inline-block;
        width: 30px;
    }
    .md-block15 {
        display: inline-block;
        width: 15px;
    }

    .md-taleft {
        text-align: left;
    }
    .md-tacenter {
        text-align: center;
    }
    .md-taright {
        text-align: right;
    }
    .md-tajustify {
        text-align: justify;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sm-spacer150 {
        height: 150px;
    }
    .sm-spacer120 {
        height: 120px;
    }
    .sm-spacer90 {
        height: 90px;
    }
    .sm-spacer60 {
        height: 60px;
    }
    .sm-spacer30 {
        height: 30px;
    }
    .sm-spacer15 {
        height: 15px;
    }

    .sm-block150 {
        display: inline-block;
        width: 150px;
    }
    .sm-block120 {
        display: inline-block;
        width: 120px;
    }
    .sm-block90 {
        display: inline-block;
        width: 90px;
    }
    .sm-block60 {
        display: inline-block;
        width: 60px;
    }
    .sm-block30 {
        display: inline-block;
        width: 30px;
    }
    .sm-block15 {
        display: inline-block;
        width: 15px;
    }

    .sm-taleft {
        text-align: left;
    }
    .sm-tacenter {
        text-align: center;
    }
    .sm-taright {
        text-align: right;
    }
    .sm-tajustify {
        text-align: justify;
    }
}

/* MOBILE */
@media (max-width: 420px) {
    .xs-spacer150 {
        height: 150px;
    }
    .xs-spacer120 {
        height: 120px;
    }
    .xs-spacer90 {
        height: 90px;
    }
    .xs-spacer60 {
        height: 60px;
    }
    .xs-spacer30 {
        height: 30px;
    }
    .xs-spacer15 {
        height: 15px;
    }

    .xs-block150 {
        display: inline-block;
        width: 150px;
    }
    .xs-block120 {
        display: inline-block;
        width: 120px;
    }
    .xs-block90 {
        display: inline-block;
        width: 90px;
    }
    .xs-block60 {
        display: inline-block;
        width: 60px;
    }
    .xs-block30 {
        display: inline-block;
        width: 30px;
    }
    .xs-block15 {
        display: inline-block;
        width: 15px;
    }

    .xs-taleft {
        text-align: left;
    }
    .xs-tacenter {
        text-align: center;
    }
    .xs-taright {
        text-align: right;
    }
    .xs-tajustify {
        text-align: justify;
    }

    footer {
        position: unset;
        text-align: center;
    }
    footer .social {
        justify-content: center !important;
    }
}

img {
    max-width: 100%;
}
