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

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

h3 {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    color: #272B41;
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    color: #272B41;
    margin-top: 35px;
    margin-bottom: 15px;
}

.div-header {
    top: 70px;
}

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

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

ul.indice {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
    color: #000000;
    font-size: 14px;
}

ul.indice li a.link-tema {
    color: #000;
    text-decoration: none;
}

ul.indice li a.link-tema:link {
    color: #000;
}

ul.indice li a.link-tema:hover {
    color: #ff9100 !important;
}

ul.indice li a.link-tema:visited {
    color: #000;
}

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

.section-title {
    color: #ff9100;
    font-size: 30px;
    font-weight: 700;
}

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

.indice {
    padding: 30px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.texto-info {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding-left: 30px;
}

.texto-info a {
    color: #ff9100;
    text-decoration: underline;
}

.titulo-termos {
    color: #FAFAFA;
    font-weight: bold;
    font-size: 44px;
}

@media (max-width: 480px) {
    .site-blocks-cover,
    .site-blocks-cover>.container>.row {
        min-height: 370px;
        height: 370px;
    }
    .site-blocks-cover h1 {
        font-size: 1.7rem;
        margin-top: 0 !important;
    }
    .div-header {
        padding: 30px;
    }
    .btn-scroll {
        display: none;
    }
}