body {
    font-family: 'Source Sans Pro', sans-serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 990px) {
    .container {
        max-width: 970px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 740px;
    }
}

section {
    width: 100%;
}

.row {
    margin: 50px 0;
}

.banner-denuncias {
    background-image: url(/images/logo-header.png);
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-color: #000c2b !important;
}

h1 {
    color: #fff;
    font-weight: 900;
    font-size: 65px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;

}

section.canais-denuncia-page.bg-empresa-obrigado {
    height: 50vh;
    display: flex;
    align-items: center;
}

.canais-denuncia-box.obrigado h1 {
    color: #000c2b;
    font-size: 40px;
}

.canais-denuncia-box.obrigado h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
    Color: #1d1d1d;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0;
}

ul li {
    list-style: none;
}

.canais-denuncia-box p,
ul.canais-lista li,
ul.canais-box-4 li {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
    Color: #1d1d1d;
    font-family: 'Source Sans Pro', sans-serif;
}

.canais-denuncia-page h2 {
    font-weight: 900;
    color: #456aa5;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 20px;
}

h2.form-denuncia-titulo {
    font-weight: 900;
    color: #456aa5;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 20px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 183px;
    width: 100%;
}

.fright {
    float: right;
}

header .sites a {
    background: #b4b6b9;
    width: 11.5em;
    display: block;
    float: right;
    text-align: center;
    padding: .39em 0;
    font-size: 1.000em;
    text-transform: uppercase;
    margin: 2em 0 .2em 0;
    color: #231f20;
}

header .contato-top {
    text-align: right;
    line-height: 1.5em;
    margin: 0.8em 0 0 0;
    padding: 1em 0;
    color: #231f20;
    width: 18.5em;
    float: right;
}

header .contato-top span {
    font-size: 1.000em;
    font-weight: 300;
    display: block;
}

header .contato-top strong {
    font-weight: 600;
    font-size: 1.625em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

header {
    border-bottom: 23px solid #456aaa !important;
    height: 183px;
    display: block;
}

figure#logo img {
    width: 350px;
}

.banner-h1 {
    display: flex;
    align-items: center;
    height: 400px;
}


.canais-denuncia-box {
    margin-bottom: 50px;
   }

.canais-denuncia-box.obrigado{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.canais-denuncia-box__dois {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

svg path {
    fill: #fff;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    height: 35px;
}

.canais-box-5-img svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.canais-box-5-img svg {
    background: #000c2b;
    padding: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canais-box-5-item {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.canais-box-5-conteudo {
    background: #dfe0e1;
    padding: 2em;
    width: 100%;
}

.row.canais-box-5 {
    width: 50%;
}

.row.canais-box-6 {
    width: 50%;
}

.canais-box-5__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px;
}

.row.canais-box-5 h3 {
    color: #58585b;
    font-size: 1.375em;
    margin-bottom: 50px;
}

.canais-box-5texto strong {
    color: #000c2b;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.canais-box-5texto a {
    color: #58585b;
    text-decoration: none;
}

.canais-box-5texto a:hover {
    color: #fff;
    text-decoration: none;
}

form {
    margin-top: 50px;
}

form div {
    margin: 30px 0;
}

input,
select {
    border-radius: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1d1d1d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    background: #dfe0e1;
    border: 0;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-weight: 300;
    font-size: 16px;
}


input#submit-denuncias {
    color: #fff;
    font-weight: 700;
    background: #000c2b;
    font-size: 1.313em;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    transition: ease 0.35s all;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
}

input#submit-denuncias:hover {
    background: #28406e;
    color: #fff;
}

textarea {
    width: 100%;
    padding: 6px 12px;
    font-weight: 300;
    font-size: 16px;
    box-sizing: border-box;
}

footer {
    background: #000c2b;
    padding: .62em 0 0 0;
    width: 100%;
    text-align: center;
    margin: 3em 0 0 0;
}

footer #desenvolvimento {
    background: #456aaa;
    color: #fff;
    padding: .6em 0;
    margin: 1em 0 0 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
}

div#deseja-identificar123 input {
    width: 100%;
    box-sizing: border-box;

}

input#nome127 {
    width: 100% !important;
    box-sizing: border-box !important;
}

input#qual126 {
    width: 100% !important;
    box-sizing: border-box !important;
}

input#nome123 {
    margin-bottom: 30px;
}

.canais-denuncia-box.obrigado a {
    background: #456aaa;
    width: 250px;
    margin: 0 auto;
    padding: 15px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    transition: 0.7s ease;
    margin-top: 20px;
}

.canais-denuncia-box.obrigado a:hover{
    background: #000c2b;
    transition: 0.7s ease;
}

.canais-denuncia-box.obrigado p {
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .header-top {
        align-items: flex-start;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;

    }

    figure#logo img {
        width: 100px;
    }

    header {
        height: auto;
        padding-top: 10px;
    }

    header .contato-top {
        text-align: center;
    }

    header .contato-top strong {
        font-size: 20px;
    }

    .banner-denuncias {
        height: 250px !important;
    }

    .banner-h1 {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

  
    h1 {
        font-size: 30px;
        text-align: center;
    }

    .canais-denuncia-box__dois {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .canais-box-5__box {
        flex-direction: row-reverse;
        justify-content: center;
        justify-content: center;
        flex-direction: column;
    }

    .canais-box-5-item {
        flex-direction: column;
        align-items: center;
    }

    .canais-box-5-item p {
        text-align: center;
    }

    .row.canais-box-5 h3 {
        text-align: center;
    }

    form div {
        margin: 36px 0;
    }

    figure img {
        width: 200px !important;
    }

    .canais-denuncia-box-separacao {
        margin-top: -50px;
    }

    .row.canais-box-5,
    .row.canais-box-6 {
        margin-top: -30px;
        width: 100%;
        margin-top: -30px;
        width: 100%;
    }

    .row.canais-box-6 {
        margin-bottom: -30px;
    }

    header .contato-top strong {
           justify-content: center;
        align-items: center;
    }

    a.contato-cta {
        display: block !important;
        background: #000c2b;
        color: #fff;
        padding: 9px;
        width: 196px;
        border-radius: 20px;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .canais-denuncia-box.obrigado h1 {
          font-size: 30px !important;
    }

}