﻿body {
    background-color: #F4F6FA;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins;
}

body._dark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 21
}

.site-wrap {
    background-color: #F4F6FA;
    width: 100%;
}

.site-blocks-cover {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3e3e3;
    height: 523px;
}

.site-blocks-cover h1 {
    color: #FFF;
    font-size: 3rem;
}

.site-blocks-cover p {
    color: #FFF;
}

.site-box-white {
    background-color: #FFF;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.temas ul {
    list-style: none;
    font-size: 22px;
    scroll-behavior: smooth;
}

.temas ul li a.link-tema {
    color: #14142b;
    font-size: 18px;
}

.temas ul li a.link-tema:link {
    color: #14142b;
    font-size: 18px;
}

.temas ul li a.link-tema:hover {
    color: #ff9100 !important;
    font-size: 18px;
}

.temas ul li a.link-tema:visited {
    color: #14142b;
    font-size: 18px;
}

.box {
    background-color: #FFF;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

h2 {
    color: #14142B;
    font-size: 24px;
    font-weight: 700;
}

h3 {
    color: #14142b;
    font-size: 20px;
    font-weight: 700;
}

p {
    color: #14142b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.div-header {
    top: 70px;
}

.div-header .form-control {
    height: 48px;
    margin-top: 30px;
}

.div-header .btn-lg {
    line-height: 1.8;
}

.section-title {
    color: #14142b;
    font-size: 30px;
    font-weight: 700;
    scroll-behavior: smooth;
}

.subtitulo {
    color: #14142B;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.texto {
    color: #14142b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.margem {
    padding-top: 200px;
}

#quem-somos .row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#img-menu {
    position: absolute;
    width: 100%;
    top: 420px;
    margin-left: auto;
    margin-right: auto;
}

#img-menu-celular {
    display: none;
}

#conteudo-perguntas-turista {
    display: none;
}

#conteudo-perguntas-expositor {
    display: none;
}

@media (min-width: 1200px) {
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .container-header {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .subtitulo {
        color: #14142b;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }
    .margem {
        padding-top: 30px;
    }
    .temas ul {
        list-style: none;
        font-size: 16px;
    }
    .temas ul li a.link-tema {
        color: #14142b;
        font-size: 16px;
    }
    .temas ul li a.link-tema:link {
        color: #14142b;
        font-size: 16px;
    }
    .temas ul li a.link-tema:hover {
        color: #ff9100 !important;
        font-size: 16px;
    }
    .temas ul li a.link-tema:visited {
        color: #14142b;
        font-size: 16px;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .header-titulo {
        max-width: 100%;
    }
    .post-meta {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
    .div-header {
        padding: 30px;
    }
    .site-blocks-cover {
        height: 370px !important;
    }
    .btn-scroll {
        display: none;
    }
    .site-blocks-cover h1 {
        font-size: 1.7rem;
        margin-top: 0 !important;
    }
    .site-blocks-cover,
    .site-blocks-cover>.container>.row {
        min-height: 370px;
        /*        height: calc(100vh);*/
    }
    .div-logo {
        text-align: center;
    }
    .voce-nao-precisa {
        text-align: center;
    }
    #quem-somos .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    #img-menu {
        display: none;
    }
    .botao-selecionado {
        background-color: #ff9100;
        border-color: #ff9100;
        color: #fff !important;
    }
    .botao-nao-selecionado {
        background-color: #dcdcdc;
        border-color: #333;
        color: #000000 !important;
    }
    #img-menu-celular {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 10px;
    }
    #conteudo-perguntas-vazia {
        height: 150px;
    }
}