* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    list-style-type: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-sys {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 0 0
}

.grid-sys:first-child {
    margin-left: 0
}

.grid-sys:last-child {
    margin-right: 0
}

.grid .one-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.grid .one-half {
    width: calc(50% - 20px)
}

.grid .one-third {
    width: calc(33.33333% - 20px)
}

.grid .one-fourth {
    width: calc(25% - 20px)
}

.grid .one-fifth {
    width: calc(20% - 20px)
}

.grid .one-sixth {
    width: calc(16.66667% - 20px)
}

.grid .one-seventh {
    width: calc(14.28571% - 20px)
}

.grid .one-eighth {
    width: calc(12.5% - 20px)
}

.grid .one-ninth {
    width: calc(11.11111% - 20px)
}

.grid .one-tenth {
    width: calc(10% - 20px)
}

.grid .one-eleventh {
    width: calc(9.09091% - 20px)
}

.grid .one-twelfth {
    width: calc(8.33333% - 20px)
}

.grid .two-seventh {
    width: calc(28.57143% - 20px)
}

.grid .two-fifth {
    width: calc(40% - 20px)
}

.grid .two-third {
    width: calc(66.66667% - 20px)
}

.grid .three-fifth {
    width: calc(60% - 20px)
}

.grid .three-fourth {
    width: calc(75% - 20px)
}

.grid .four-fifth {
    width: calc(80% - 20px)
}

@media screen and (max-width:840px) {
    .grid-sys {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        margin: 0 0 20px
    }
}

#contato .content-box {
    padding-left: 80px;
    padding-right: 80px
}

#contato h2,
#contato h3,
#contato h4,
#contato h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #bea45f
}

#contato h2 {
    font-size: 40px;
    font-weight: 600
}

#contato h3 {
    font-size: 38px
}

#contato h4 {
    font-size: 32px
}

#contato h4 small,
#contato h5 {
    font-size: 20px
}

#contato p {
    color: #7f7f7f;
    font-size: 16px;
    margin-bottom: 20px
}

#contato p small {
    font-size: 12px
}

#contato .icon-arrow-right {
    background: url(../images/icons/icon-arrow-right.svg) no-repeat 50%;
    background-size: contain
}

#contato .icon-arrow-right,
#contato .icon-arrow-right-gold {
    width: 7px;
    height: 12px;
    display: inline-block;
    margin: 0 0 0 6px
}

#contato .icon-arrow-right-gold {
    background: url(../images/icons/icon-arrow-right-gold.svg) no-repeat 50%;
    background-size: contain
}

#contato .bg-white {
    color: #fff
}

#contato .bg-black {
    color: #000
}

#contato .bg-grey {
    color: #7f7f7f
}

#contato .bg-lightgrey {
    color: #ddd
}

#contato .bg-blue {
    background-color: #004d83
}

#contato .bg-gold {
    background-color: #bea45f
}

#contato .bg-yellow {
    background-color: #ffed00
}

#contato .text-white {
    color: #fff
}

#contato .text-black {
    color: #000
}

#contato .text-blue {
    color: #004d83
}

#contato .text-gold {
    color: #bea45f
}

#contato .text-yellow {
    color: #ffed00
}

#contato .text-center {
    text-align: center
}

#contato .text-left {
    text-align: left
}

#contato .text-right {
    text-align: right
}

#contato .align-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#contato .align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

#contato .align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

#contato .align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

#contato .btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 48px;
    border-radius: 8px
}

#contato .btn,
#contato .btn:focus,
#contato .btn:hover {
    -webkit-transition: all .2s cubic-bezier(.18, .89, .45, 1.36);
    transition: all .2s cubic-bezier(.18, .89, .45, 1.36)
}

#contato .btn:focus,
#contato .btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, .3)
}

#contato .btn-link {
    text-decoration: underline
}

#contato .btn-rounded {
    border-radius: 20px;
    font-size: 12px;
    color: #0091c6;
    padding: 12px 24px;
    border: 1px solid #0091c6
}

#contato .btn-rounded:hover {
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

#contato .btn-blue,
#contato .btn-rounded:hover {
    background-color: #004d83;
    color: #ffed00
}

#contato .btn-yellow {
    background-color: #ffed00;
    color: #004d83
}

#contato section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto 70px
}

#contato section#intro {
    padding-bottom: 0
}

#contato section#banner {
    background: url(../images/banner.png) no-repeat 50%;
    background-size: cover;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#contato section#banner p {
    font-size: 20px
}

#contato section#banner img {
    display: none
}

#contato section#faq ul {
    background-color: rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    padding: 0;
    margin: 0 0 20px
}

#contato section#faq ul li {
    width: 20%;
    text-align: center;
    padding: 30px 0
}

#contato section#faq ul li a {
    color: #fff;
    text-decoration: underline;
    padding: 6px 0;
    display: block;
    -webkit-box-shadow: -1px 0 0 #0091c6 inset;
    box-shadow: inset -1px 0 0 #0091c6;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#contato section#faq ul li:last-child a {
    -webkit-box-shadow: none;
    box-shadow: none
}

#contato section#faq ul li:hover a {
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#contato section#contact {
    margin-bottom: 0
}

#contato section#vagas {
    background: url(../images/cta-vagas.png) no-repeat 100% #eee;
    min-height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#contato section#vagas .content-block {
    width: 50%;
    padding: 0 90px 0 0
}

#contato section#vagas img {
    display: none
}

#contato .rounded-border {
    border-radius: 8px
}

#contato .accordion {
    list-style: none;
    padding: 0;
    margin: 0
}

#contato .accordion li {
    border-bottom: 1px solid #ddd
}

#contato .accordion li .toggle {
    position: relative;
    width: 100%;
    display: block;
    color: #0091c6;
    font-weight: 400;
    padding: 24px 16px;
    margin: 0;
    cursor: pointer
}

#contato .accordion li .toggle img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

#contato .accordion li .toggle strong {
    font-weight: 700
}

#contato .accordion li .toggle:after {
    content: "";
    position: absolute;
    background: url(../images/icons/icon-arrow-down.svg) no-repeat 50%;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#contato .accordion li .toggle.opened:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#contato .accordion li .inner {
    padding-left: 65px;
    overflow: hidden;
    display: none;
    cursor: default
}

#contato .accordion li .inner2 {
    padding-left: 65px;
    overflow: hidden;
    display: none;
    cursor: default
}



@media (max-width:840px) {
    .miolo {
        overflow: hidden
    }

    #contato {
        max-width: 90%
    }

    #contato .content-box {
        padding-left: 20px;
        padding-right: 20px
    }

    #contato h2 {
        font-size: 32px
    }

    #contato section {
        margin-bottom: 30px;
        padding: 20px 0
    }

    #contato section#banner {
        background-color: #eee;
        background-image: none;
        min-height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #contato section#banner p {
        text-align: center
    }

    #contato section#banner p br {
        display: none
    }

    #contato section#banner img {
        display: block;
        width: 100%;
        margin: 20px 0 0
    }

    #contato section#faq ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #contato section#faq ul li {
        width: 100%;
        padding: 0
    }

    #contato section#faq ul li a {
        padding: 20px 0;
        -webkit-box-shadow: 0 1px 0 0 #004d83;
        box-shadow: 0 1px 0 0 #004d83
    }

    #contato section#vagas {
        background-image: none;
        min-height: auto;
        padding: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #contato section#vagas .content-block {
        width: 100%;
        padding: 0;
        text-align: center
    }

    #contato section#vagas img {
        display: block;
        width: 100%;
        margin: 20px 0 0
    }

    #contato section .accordion li .toggle {
        padding-right: 50px
    }

    #contato section .accordion li .inner {
        padding: 0 20px
    }

    #contato section .accordion li .inner2 {
        padding: 0 20px
    }

    
   
}