a,
html {
    color: #333
}

html,
p {
    line-height: 1.66
}

.pergunta,
button,
input[type=submit] {
    cursor: pointer
}

a,
applet,
article,
aside,
audio,
blockquote,
body,
caption,
cite,
div,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
section,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    position: relative;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::placeholder {
    color: #333;
    opacity: 1
}

:focus {
    outline: 0
}

html {
    font-family: Montserrat, sans-serif;
    font-size: 18px
}

label {
    display: none
}

a {
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%
}

mark {
    background: #000;
    color: #fff
}

h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 100%;
}

.chevron {
    position: absolute;
    right: 0;
    top: 0
}

.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    right: 0;
    position: relative;
    top: 0;
    transform: rotate(135deg);
    transition: transform .3s;
    vertical-align: top;
    width: .45em
}

.chevron.right::before {
    left: 0;
    transform: rotate(45deg)
}

.chevron.left::before {
    left: .25em;
    transform: rotate(-135deg)
}

header {
    font-size: 14px;
    padding: 15px 0
}

.banner .container,
header .container {
    display: flex
}

header .container {
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around
}

header ul li {
    display: inline-block
}

.languages li:nth-child(3),
.resposta,
header nav li:nth-child(1) {
    display: none
}

header nav li {
    font-weight: 500;
    margin: 0 35px
}

.languages .selected,
.page-title {
    font-weight: 700
}

.languages li {
    padding-right: 5px;
    text-transform: uppercase
}

.languages li+li {
    border-left: 1px solid #000;
    padding-left: 5px
}

footer {
    background-color: #ebebeb;
    margin-top: 100px;
    padding: 75px 0;
    text-align: center
}

footer p {
    font-size: 12px;
    margin-top: 25px
}

.container {
    margin: 0 auto;
    max-width: 1285px;
    width: 90%
}

.banner .banner-intro p+p,
.resposta p+p,
.resposta p + table,
.resposta table + p,
.resposta .imagens + p,
.resposta p + .imagens,
.resposta p + .coluna,
.resposta p + .coluna + .coluna,
.resposta .coluna + p {
    margin-top: 20px
}

.container .container {
    max-width: 1029px
}

.resposta {
    font-size: 14px;
    margin-bottom: 45px;
    padding-left: 74px
}

.resposta a {
    border-bottom: 1px solid #333;
}

.resposta .coluna {
    width: calc(50% - 25px);
}

.resposta .imagens {
    align-items: center;
    background-color: #e4e4e4;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 20px;
    justify-content: center;
}

.resposta .imagens img {
    max-width: 50%;
}

.resposta .imagens-caixas img:nth-child(1) {
    max-width: 20%
}

.resposta .imagens-caixas img:nth-child(2) {
    max-width: 100%;
    width: 80%;
}

.resposta .coluna + .coluna {
    margin-left: 50px;
}

.resposta table {
    border: 0 none;
    width: 100%;
}

.resposta table th,
.resposta table td {
    line-height: 1.66;
    padding: 10px;
    vertical-align: middle;
}

.resposta table th {
    font-weight: bold;
    text-align: center;
}

.resposta table tr:nth-child(odd) {
    background-color: #ececec;
}

.resposta hr {
    border: 0 none;
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 1px;
    margin: 50px 0; 
    width: 100%;   
}

.banner {
    background: url(../images/hotsite/banner.jpg);
    background-size: cover;
    color: #fff;
    height: auto;
    padding: 20px 0
}

.banner .container {
    align-items: flex-start;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: flex-start
}

.banner .banner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 30px;
    text-align: left
}

.banner .banner-intro {
    font-size: 14px;
    line-height: 22px
}

.page-title {
    font-size: 24px;
    margin-bottom: 60px;
    margin-top: 60px
}

.perguntas {
    background-color: #fff;
}

.pergunta {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    font-weight: 500;
    line-height: 30px;
    padding: 30px 40px 30px 70px;
    position: relative;
    transition: all .5s ease-in-out
}

.pergunta:hover {
    background-color: #f1f3f4
}

.button,
.search-field,
.text-field input,
.textarea-field textarea,
input,
textarea {
    background-color: #fff;
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    width: 100%
}

.pergunta .contador {
    left: 0;
    position: absolute;
    top: 30px
}

.pergunta .chevron {
    right: 18px;
    top: 30px
}

.resposta ol > li {
    position: relative;
}

.resposta ol > li + li {
    margin-top: 30px;
}

.resposta ol > li li {
    margin-top: 15px;
    line-height: 28px;
}

.resposta ol li .contador {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    height: 18px;
    vertical-align: middle;
    width: 21px;
    position: absolute;
    left: -30px;
}

.pergunta.aberta,
.pergunta:hover {
    border-bottom-color: #333
}

.pergunta.aberta .chevron::before {
    transform: rotate(-45deg)
}

.pergunta.aberta+.resposta {
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px
}

button:active,
button:focus,
button:hover {
    outline: 0;
    border-color: #000
}

input:active,
input:focus,
input:hover {
    outline: 0;
    border-color: #4682b4
}

.button,
.search-field,
.text-field input,
.textarea-field textarea,
input {
    border: none;
    border-bottom: 1px solid grey;
    padding: 0 0 10px 10px
}

textarea {
    padding: 20px 0 10px 10px;
    resize: none;
    min-height: 1.875rem
}

.search-field {
    border-bottom-width: 2px;
    display: block;
    height: 48px;
    padding: 0 40px 30px 72px;
    -webkit-appearance: none
}

.textarea-field textarea {
    border: 1px solid #bdbdbd;
    width: 100%
}

.search-form {
    margin: 0 0 80px;
    position: relative;
    width: 100%
}

.search-button {
    background-color: transparent;
    border: none;
    height: 24px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.search-icon {
    fill: #3c4043
}

.search-chevron {
    background: 0 none;
    border: 0;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.gform_wrapper {
    margin-top: 40px
}

.gform_wrapper::placeholder {
    font-weight: 700
}

.gform_wrapper .textarea-field {
    clear: both
}

.gform_wrapper .textarea-field label {
    display: block;
    font-weight: 700;
    padding-bottom: 20px
}

.gform_wrapper .gfield {
    margin-bottom: 40px
}

.validation_error {
    border-bottom: 1px solid red;
    color: red;
    margin-bottom: 30px
}

.gforms_confirmation_message {
    color: #4682b4;
    margin-bottom: 30px
}

.gfield_description {
    font-size: 14px;
    margin-top: 5px
}

.validation_message {
    color: red
}

.gform_wrapper .button {
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}

.modal.show {
    display: block;
    padding-right: 17px;
    opacity: 1;
    z-index: 1072;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    z-index: -1;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 1071;
}

.close {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    -webkit-appearance: none;
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    padding: .5rem 1rem;
    margin: .5rem .5rem .5rem auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 1280px) {
    .modal-dialog {
        max-width: 1020px;
        margin: 1.75rem auto;
    }
}

@media (min-width:768px) {
    header nav li:nth-child(1) {
        display: inline-block
    }
}

@media (min-width:1024px) {
    .banner {
        height: 250px;
        padding: 0
    }
    .banner .container {
        align-items: center;
        flex-flow: row wrap;
        justify-content: space-around
    }
    .banner .banner-title {
        font-size: 50px;
        margin-bottom: 0;
        width: 550px
    }
    .banner .banner-intro {
        padding-left: 30px;
        width: 295px
    }
    .aviso {
        margin-bottom: 100px;
    }
    .page-title {
        margin: 90px 0
    }
    .gform_wrapper {
        margin-top: 80px
    }
    .gform_wrapper .text-field--6 {
        float: left;
        width: calc(50% - 20px)
    }
    .gform_wrapper .text-field--6+.text-field--6 {
        margin-left: 40px
    }
    footer {
        margin-top: 150px
    }
}

.gfield_label {
    display: none
}

.ffl-wrapper {
    position: relative;
    display: block;
    padding-top: 1rem
}

input,
select {
    transition: border-bottom .1s ease;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    box-shadow: none;
    appearance: none;
    outline: 0;
    background-color: transparent;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .2);
    height: 1.875rem
}

input:hover,
select:hover,
textarea:hover {
    border-bottom-color: #909090
}

input:focus,
select:focus,
textarea:focus {
    border-bottom-color: #0289f3
}

[type=submit] {
    transition: background-color .3s ease;
    border: none;
    background-color: #0289f3;
    color: #fff;
    padding: .5rem 1rem;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 1rem;
    float: right
}

[type=submit]:focus,
[type=submit]:hover {
    background-color: #027bda
}

.graph {
    position: absolute;
    z-index: -1;
}

.graph-1 {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.graph-2 {
    right: 0;
    top: 250px;
}

.graph-3 {
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:1500px) {
    .graph-1 {
        width: 20vw
    }
    .graph-2,
    .graph-3 {
        width: 17vw
    }
}

.aviso{
    margin-bottom: 40px;
	position: relative;
	height: 115px;
	width: 100%;
	bottom: 0;
    background: #b92a2e;
}

.aviso .aviso-content{
  display: table;
  height: 100%;
	position: relative;
	width: 100%;
}

.aviso .aviso-left {
  display: table-cell;
  vertical-align: middle;
}

.aviso .aviso-left{
  padding: 0 20px;
}

.aviso .aviso-right{
  text-align: center;
	width: 15%;
}
.aviso .aviso-left p {
	color: white;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.aviso .aviso-left p + p {
    padding-top: 10px;
}

.aviso .aviso-right button:hover {
  background-color: #fcc112;
  color: #fff;
  cursor: pointer;
}

.aviso-recall .aviso-left p {
  font-size: 20px;
  text-align: center;
}

.aviso-recall .aviso-left a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

#overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#overlay .message-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    color: #fff;
}

#overlay .message-wrapper .btn {
    background: #fff;
    display: inline-block;
    padding: 1rem;
    margin-top: 30px;    
}

@media screen and (max-width: 640px) {
  .aviso-recall .aviso-left p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1180px) {
    .resposta .coluna {
        width: 100%;
    }    

    .resposta .coluna + .coluna {
        margin-left: 0;
        margin-top: 30px;
    }

    .resposta .imagens {
        display: block;
        text-align: center;
    }

    .resposta .imagens img,
    .resposta .imagens-caixas img:nth-child(1),
    .resposta .imagens-caixas img:nth-child(2) {
        max-width: 90%;
        width: auto;
    }

    .resposta .imagens img + img {
        margin-top: 40px;
    }

    .resposta table {
        display: block;
        overflow: auto;
        width: 100%;
    }

    .modal-content {
        font-size: 1.8rem;
        padding-top: 80px;
    }
}