* {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.idiomas-site {
    font-weight: 300;
    font-size: .9rem;
    background: #e2e3e3;
    border-radius: 3px;
    color: #343030;
}

.secao-respostas {
    margin: 0 !important;
}

.secao-respostas .container-resposta {
    min-height: 100vh !important;
}

.img-left-side {
    max-width: 100px;
    max-height: 100px;
}

.nome-idealizadores {
    display: block;
}

.img-right-side {
    max-width: 190px;
    max-height: 190px;
}

.border-right {
    border-right: 1px solid #80808030;
}


/* non-mobile */

@media (min-width: 768px) {
    .grid-perguntas-container-mobile {
        display: none !important;
    }
    .grid-perguntas-container {
        display: grid !important;
    }
    .img-people-globe-before-logo {
        display: none;
    }
    .divider-globe-block {
        display: none;
    }
}


/* mobile */

@media (max-width: 768px) {
    .espaco-vazio-menu-flutuante {
        display: none !important;
    }
    .perguntas-float-left {
        display: none !important;
    }
    .grid-perguntas-container-mobile {
        display: block !important;
    }
    .grid-perguntas-container-mobile div a {
        font-family: "Fredoka One", cursive !important;
        margin-top: 10px;
    }
    .grid-perguntas-container-mobile .area-sete-perguntas a.botao-sete-perguntas {
        border: solid 1px #00bcd4;
        color: #0000ffde !important;
        border-radius: 42px !important;
        padding: 32px 32px !important;
    }
    .grid-perguntas-container-mobile .area-sete-perguntas a.botao-sete-perguntas .text-bold {
        font-size: 20px !important;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: "Fredoka One", cursive !important;
        padding-bottom: 10px;
    }
    .grid-perguntas-container-mobile .area-sete-perguntas .sete-perguntas-subtitle span,
    .grid-perguntas-container-mobile .area-sete-perguntas .sete-perguntas-subtitle {
        font-size: 14px;
        font-family: "Fredoka One", cursive !important;
        color: #0000ffde !important;
    }
    .grid-perguntas-container {
        display: none !important;
    }
    .divider-globe-block {
        display: block;
    }
    .img-left-side {
        display: none;
    }
    .img-people-globe-before-logo {
        max-width: 100px;
        max-height: 100px;
    }
    .globe-block {
        text-align: center;
    }
    .globe-block-text {
        display: block;
    }
    .text-header {
        margin-top: 20px;
        text-align: center !important;
    }
}


/* Grid perguntas */

.grid-perguntas-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 96px);
    gap: 24px 60px;
    grid-template-areas: "area-pergunta-1 area-pergunta-4 area-pergunta-5""area-pergunta-2 area-sete-perguntas area-pergunta-6""area-pergunta-3 area-sete-perguntas area-pergunta-7";
}

.grid-perguntas-container div a {
    font-family: "Fredoka One", cursive !important;
    transition: all 0.1s ease-in-out !important;
    font-size: 26px;
    border-radius: 1.15rem;
    color: black;
    padding: 8px;
}

.grid-perguntas-container .sete-perguntas-subtitle,
.grid-perguntas-container .sete-perguntas-subtitle span {
    font-size: 14px;
    font-family: "Fredoka One", cursive !important;
    color: #0000ffde !important;
}

.grid-perguntas-container div a:hover {
    transform: scale(1.03);
}

.grid-perguntas-container .btn-outline-link {
    border-color: black;
}

.area-pergunta-1 {
    grid-area: area-pergunta-1;
}

.area-pergunta-2 {
    grid-area: area-pergunta-2;
}

.area-pergunta-3 {
    grid-area: area-pergunta-3;
}

.area-pergunta-4 {
    grid-area: area-pergunta-4;
}

.area-pergunta-5 {
    grid-area: area-pergunta-5;
}

.area-pergunta-7 {
    grid-area: area-pergunta-7;
}

.area-pergunta-6 {
    grid-area: area-pergunta-6;
    align-self: center;
}

.area-sete-perguntas {
    grid-area: area-sete-perguntas;
    align-self: center;
}

.area-sete-perguntas a.botao-sete-perguntas {
    border: solid 1px #00bcd4;
    color: #0000ffde !important;
    border-radius: 42px !important;
    padding: 12px 20px !important;
}

.area-sete-perguntas a.botao-sete-perguntas:hover {
    font-weight: 400 !important;
    text-decoration: none !important;
    cursor: help;
}

.area-sete-perguntas .text-bold {
    font-size: 42px !important;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Fredoka One", cursive !important;
    padding-bottom: 10px;
}

div#container-sete-perguntas {
    margin: 0 !important;
    background-repeat: repeat;
    background-image: url("../images/question_mark_bg.gif");
}

.perguntas-float-left a {
    display: block;
    text-align: left;
    color: #000000a6;
    max-width: 90%;
    font-size: 1.25rem;
    font-weight: 300 !important;
}

.perguntas-float-left a:hover {
    color: #212529;
}

.perguntas-float-left a.active {
    font-weight: 500 !important;
    color: black;
    border-radius: 0px !important;
    border-left: solid 1.5px #212529;
}

.perguntas-float-left a .active {
    transform: scale(1.03);
    font-weight: 600;
}

.perguntas-float-left {
    border-right: 1px solid #c4c4c7;
    height: 0px !important;
    /* altura que está do topo */
    top: 30px;
    /* altura que vai parar antes do topo */
    position: sticky;
    z-index: 9 !important;
}

.perguntas-float-left::after {
    position: absolute;
    height: 100vh;
}

.perguntas-float-left h2 {
    padding: 0.375rem 0.75rem;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.espaco-vazio-menu-flutuante {
    border-right: 1px solid #00000026;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    opacity: 0.8;
}

.back-to-top:hover {
    text-decoration: none !important;
    opacity: 9 !important;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: black;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    color: #fff;
}

.btn-idiomas:hover {
    opacity: 1 !important;
}

.btn-idiomas {
    opacity: 0.7 !important;
    font-size: 1.25rem;
    font-weight: 300;
}


/* asasas */

.card {
    border: 1px solid black !important;
}

.card .btn-link {
    color: #000000a6 !important;
}

.card .btn-link:hover {
    color: black !important;
}

.card-header {
    background-color: #f5f4f4 !important;
    border-bottom: 1px solid black !important;
}

.containing-block {
    border-bottom: 2px solid #fa0;
    background: #def;
}

.containing-block::after {
    content: "";
    display: block;
    height: 100vh;
}

.before-sticky {
    border-bottom: 2px solid #080;
    padding-top: 50px;
}

.after-sticky {
    border-top: 2px solid #080;
    padding-bottom: 50px;
}

.sticky {
    position: sticky;
    top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ccc;
}

.navbar {
    background-color: #020219 !important;
}

.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: #3c3c4a !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #020219 !important;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 68px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #020411;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}

a.link-para-tadutor:hover {
    background: black !important;
}


/* root */


/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}


/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.bandeira-idioma-tradutor img {
    max-height: 40px !important;
}

.bandeira-idioma-tradutor-menu img {
    max-height: 20px !important;
}

.max-h-20 {
    max-height: 150px !important;
}

.custom-file-label::after {
    content: "Procurar" !important;
    cursor: pointer !important;
}

.hidden {
    display: none !important;
}

.custom-file input,
.custom-file label {
    cursor: pointer !important;
}

.img-thumbnail {
    padding: .15rem !important;
}

.dropdown-item {
    cursor: pointer !important;
}

.link-custom {
    transition: all .2s ease;
    cursor: pointer !important;
    color: unset;
}

.link-custom:hover {
    font-weight: 500 !important;
    color: black !important;
    text-decoration: unset;
}

.whatsapp-button {
    background-color: green;
    color: white;
    border: none;
}

.whatsapp-button:hover {
    background-color: rgb(1, 66, 1);
}

.mensagem-anexo-whatsapp {
    color: #a54805 !important;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.formas-envio-mensagem {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nome-tradutor {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.fw-300 {
    font-weight: 300;
}

.texto-topo-negrito {
    font-size: 0.9rem;
    font-weight: 500;
}

.tradutor-texto-certificacao-digital,
.tradutor-texto-iso-normas-gri {
    font-size: 1rem;
    font-weight: 500;
}

.titulo-categoria-clientes-atendidos {
    font-size: 1.1rem;
    font-weight: 500;
}