.pulse,
.pulse2 {
    height: 60px;
    background: #FFF;
    padding: 17px
}

.pulse img,
.pulse2 img {
    z-index: 2;
    cursor: pointer
}

:root {
    --vh-offset: 0
}

@font-face {
    font-family: Gotham-Medium;
    src: url(../fonts/GothamMedium.ttf) format('ttf'), url(../fonts/GothamMedium.woff2) format('woff2'), url(../fonts/GothamMedium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham-Black;
    src: url(../fonts/Gotham-Black.ttf) format('ttf'), url(../fonts/Gotham-Black.woff2) format('woff2'), url(../fonts/Gotham-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/Gotham-Book.ttf) format('tff'), url(../fonts/Gotham-Book.woff2) format('woff2'), url(../fonts/Gotham-Book.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/Gotham-Bold.ttf) format('ttf'), url(../fonts/Gotham-Bold.woff2) format('woff2'), url(../fonts/Gotham-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

* {
    font-family: Gotham-Book
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: -2px
}

a:hover {
    text-decoration: none
}

span.wpcf7-not-valid-tip {
    color: #FFF!important
}

div.wpcf7-validation-errors {
    border: 0!important;
    color: #FFF!important;
    padding: 0!important;
    margin: 20px 0!important
}

div.wpcf7-mail-sent-ok{
    border: 0 !important;
    color: #FFF !important;
    padding: 0 !important;
    margin: 20px 0px !important;
}

.pulse {
    position: absolute;
    width: 60px;
    right: -30px;
    border-radius: 50%
}

.pulse img {
    border-radius: 9999px;
    position: relative;
    width: 100%
}

.pulse2 {
    position: absolute;
    width: 60px;
    left: -30px;
    border-radius: 50%
}

.pulse2 img {
    border-radius: 9999px;
    position: relative;
    width: 100%
}

@keyframes pulse {
    to {
        opacity: 0;
        transform: scale(.9)
    }
}

@keyframes pulse2 {
    to {
        opacity: 0;
        transform: scale(1.1)
    }
}

.pulse2::after,
.pulse2::before,
.pulse::after,
.pulse::before {
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    transform: scale(.714);
    width: 140%;
    z-index: 1;
    cursor: pointer
}

.pulse::after {
    animation: pulse 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

.pulse::before {
    animation: pulse2 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

.pulse2::after {
    animation: pulse 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

.pulse2::before {
    animation: pulse2 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

.avatar::after,
.avatar::before {
    animation-delay: 1s
}

.divisor {
    width: 30px;
    height: 5px;
    margin: 20px auto
}

.navbar-brand,
.navbar-toggler {
    margin-top: 25px;
    position: absolute
}

.centralizado {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center
}

.centro-height {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.navbar-toggler {
    display: block!important;
    right: 0;
    z-index: 9999;
    top: 15px
}

.topo {
    padding-top: 15px
}

.logo-principal {
    width: 60%!important
}

.icon-sanduiche {
    background: #fff;
    width: 30px;
    height: 3px;
    margin-bottom: 4px
}

.icon-sanduiche:focus {
    outline: 0
}

.icon1,
.icon2,
.icon3 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.navbar-light .navbar-toggler {
    border-color: #FFF
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler.on .icon2 {
    opacity: 0
}

.navbar-toggler.on .icon1 {
    -moz-transform: rotate(47deg) translate(5px, 10px);
    -ms-transform: rotate(47deg) translate(5px, 10px);
    -webkit-transform: rotate(47deg) translate(5px, 10px);
    transform: rotate(47deg) translate(5px, 10px)
}

.navbar-toggler.on .icon3 {
    -moz-transform: rotate(-49deg) translate(0, -6px);
    -ms-transform: rotate(-49deg) translate(0, -6px);
    -webkit-transform: rotate(-49deg) translate(0, -6px);
    transform: rotate(-49deg) translate(0, -6px)
}

header .navbar-expand-lg .navbar-collapse {
    background: rgba(19, 54, 62, .92);
    display: block!important;
    position: absolute;
    right: -500px;
    width: 0%;
    top: -180px;
    height: 0;
    transition-timing-function: ease-in;
    transition: 0.3s
}

header .navbar-expand-lg .navbar-collapse.show {
    display: block!important;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0
}

.navbar-expand-lg .navbar-nav {
    width: 45%;
    margin: 21% auto;
    height: 100%;
    justify-content: center
}

.navbar-collapse ul {
    text-align: center
}

.navbar-collapse ul li {
    background: 0 0;
    margin: 4px 0
}

.navbar-collapse ul li.menu-item-1714 {
    margin: 4px 10px
}

.navbar-collapse ul li.menu-item-1713 {
    margin: 4px 0 0 10px
}

.navbar-collapse ul li.menu-item-1714 a {
    border-bottom: 1px #FFF solid;
    padding: 10px 50px
}

.navbar-collapse ul li.menu-item-1713 a {
    border-bottom: 1px #FFF solid
}

.navbar-collapse ul li.menu-item-1581 a {
    border-bottom: 1px #FFF solid
}

.navbar-collapse ul li a[aria-expanded="true"] {
    color: #FFC734
}

.navbar-collapse ul li a {
    color: #FFF;
    font-size: 1.3em;
    padding: 10px 40px;
    transition: all .3s
}

.navbar-collapse ul li a:hover {
    color: #FFC734
}

.navbar-collapse ul li ul li a {
    padding: 0
}

.navbar-collapse ul li a::after,
.navbar-collapse ul li.dropdown-submenu a::after {
    transform: rotate(180deg);
    transition: all .4s;
    border: 0
}

.navbar-collapse ul li.dropdown-submenu a {
    color: #FFF;
    text-transform: uppercase;
    font-family: Gotham-Bold;
    font-size: 14px;
    border: 0
}

.navbar-collapse ul.show a.active {
    color: #FFC734
}

.navbar-collapse ul li.dropdown-submenu .dropdown-menu .menu-item a {
    color: #FFF;
    font-family: Gotham-Book
}

.menu-fixo {
    transform: translateY(-100px);
    transition: all .4s;
    background: #FFF;
    -webkit-box-shadow: 0 0 24px -1px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 0 24px -1px rgba(0, 0, 0, .18);
    box-shadow: 0 0 24px -1px rgba(0, 0, 0, .18);
    z-index: 8888
}

.menu-fixo.show {
    transform: translateY(0)
}

.menu-fixo .navbar-brand {
    position: inherit;
    margin: 0
}

.menu-fixo .navbar-brand .marca-site {
    width: 13%
}

.menu-fixo .navbar-toggler {
    top: 0;
    margin-top: 0;
    height: 100%
}

.menu-fixo .icon-sanduiche {
    background: #4b656e
}

#factoring h5,
#slide-maskoto .title h5,
#slide-maskoto strong {
    font-family: Gotham-Bold
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: initial!important;
    background: 0 0;
    transition: .4s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    border: 0;
    margin: 0
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    max-height: 300px;
    opacity: 1;
    transition: .8s;
    margin-top: 15px
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show ul {
    margin-top: 0
}

.bottom-menu {
    bottom: 0;
    position: absolute;
    width: 100%
}

.bottom-menu .social i {
    color: #FFF;
    font-size: 19px;
    margin-right: 3px
}

#details-bottom .social i.fa-facebook-f{
    font-size: 17px;
}

#details-bottom .social i.fa-instagram{
    font-size: 18px;
    position: relative;
    top: 2px;
}

#details-bottom .social i.fa-linkedin-in{
    font-size: 17px;
    position: relative;
    top: 1px;
}

.bottom-menu .social {
    position: absolute;
    bottom: 30px;
    left: 80px
}

.bottom-menu button {
    background: #FFC734;
    color: #FFF;
    border: 0;
    padding: 7px 54px;
    border-radius: 25px;
    position: absolute;
    right: 90px;
    bottom: 25px
}

.arrow-down {
    width: 20px;
    margin: -60px auto
}

.arrow-down img {
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: arrow-down;
    animation-timing-function: linear;
    display: inline-block;
    transform-style: preserve-3d;
    width: 15px
}

@keyframes arrow-down {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
    10% {
        opacity: 1;
        transform: translate3d(0, 5px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
}

#banner-home {
    height: 100vh;
    background: url(../img/banner-home.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#banner-home .content {
    height: 100%
}

#banner-home h1 {
    font-size: 2.5em;
    color: #FFF
}

#details-bottom .social {
    text-align: right;
    margin-top: 50px
}

#details-bottom .social i {
    color: #FFF;
    font-size: 19px;
    margin-right: 3px
}

#grupo {
    margin: 5% 0
}

.tab-container .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 14.111112%;
    max-width: 14.111112%
}

.tab-container .nav-tabs {
    border-bottom: 1px solid #a5a5a5;
    position: relative;
    padding-bottom: 15px;
    margin-top: 5%;
    justify-content: space-between;
}

.tab-container .nav-tabs>li {
    margin-bottom: 0;
    position: initial;
    width: 150px;
    text-align: center
}

.tab-container .nav-tabs>li>a {
    border: none;
    color: #999;
    margin: 0
}

.tab-container .nav-tabs>li.active>a {
    border: none
}

.tab-container .nav-tabs>li#magic-line {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 14.111112%!important;
    height: 5px;
    background: #FFC734
}

.tab-content {
    margin: 5% 0 4%;
    min-height: 120px
}

.tab-content .tab-pane p {
    color: #A4A4A4
}

.tab-content .tab-pane {
    opacity: 0
}

.tab-content .tab-pane.show {
    transition: .4s;
    opacity: 1
}

.tab-content .tab-pane button {
    border: 0;
    color: #FFF;
    padding: 7px 25px;
    border-radius: 25px;
    transition: all .3s;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2)
}

.tab-content .tab-pane button:hover {
    transform: translateY(-2px)
}

.tab-content .tab-pane button:focus {
    outline: none
}

.owl-grupo button {
    border: 0;
    color: #FFF;
    padding: 7px 25px;
    border-radius: 25px;
    transition: all .3s;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .2)
}

.owl-grupo button:focus {
    outline: none
}

ul.agro li[id$=magic-line] {
    background: #FFC734!important
}

ul.projetos li[id$=magic-line] {
    background: #8EBB41!important
}

ul.light li[id$=magic-line] {
    background: #CE2C1A!important
}

ul.fomentos li[id$=magic-line] {
    background: #FF902F!important
}

ul.comercio li[id$=magic-line] {
    background: #372327!important
}

ul.inovacao li[id$=magic-line] {
    background: #0196D0!important
}

#diversidade {
    background: #2C4F57;
    padding: 3% 0;
    color: #FFF
}

#diversidade .piled {
    transform: scale(1.3)
}

#diversidade .img-one {
    position: absolute;
    z-index: 3
}

#diversidade .img-two {
    position: absolute;
    z-index: 2
}

#diversidade .img-tree {
    position: absolute;
    z-index: 1
}

#diversidade .text-diversidade p {
    margin: 20px 0
}

#diversidade .text-diversidade button {
    background: #FFB83D;
    color: #FFF;
    border: 0;
    border-radius: 25px;
    padding: 10px 35px;
    transition: all .3s;
    cursor: pointer
}

#diversidade .text-diversidade button:hover {
    background: #e69d1f;
    transform: translateY(-3px)
}

#diversidade .text-diversidade button:focus {
    outline: 0
}

.anime-after-drop {
    animation-duration: .5s;
    animation-name: animeButton;
    animation-iteration-count: 1
}

@keyframes animeButton {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-3px)
    }
}

footer {
    margin: 2% 0;
}

footer ul {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center
}

footer ul li {
    width: 110px;
    list-style: none;
    padding: 9px;
    text-align: center;
}

footer ul li img.maskoto{
    width: 60%;
}

footer p {
    color: #3D656E;
    font-weight: 700
}

footer hr {
    margin: 3% 0 4%
}

footer .social {
    background: #3D656E;
    width: 50%;
    text-align: center;
    right: 0;
    position: absolute;
    border-radius: 25px;
    padding: 4px 0 1px
}

footer .social i {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px
}

.zoo {
    background: #373737;
    padding: 6px 0
}

.zoo img {
    width: 20%
}

.zoo p,
label {
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: .8em
}

#mvv,
#nossa-historia hr {
    margin: 5% 0
}

.zoo .social i {
    color: #FFF
}

#banner-historia {
    height: 100vh;
    background: url(../img/banner_historia.png);
    background-size: cover
}

#banner-historia .content {
    height: 100%
}

#banner-historia h1 {
    font-size: 2.5em;
    color: #FFF
}

#nossa-historia {
    text-align: center;
    margin: 5% 0 0
}

#nossa-historia h1,
h3 {
    color: #3D656E;
    font-size: 2em
}

#nossa-historia p {
    color: #A4A4A4
}

.missao {
    background: #2C4F57;
    height: 65vh
}

.missao .img {
    background: url(../img/missao.png);
    background-size: cover;
    height: 65vh
}

.visao {
    background: #707C7B;
    height: 65vh
}

.visao .card-body {
    width: 75%
}

.visao .img {
    background: url(../img/visao.png);
    background-size: cover;
    height: 65vh
}

.valores {
    background: #2C4F57;
    height: 65vh
}

.valores .img {
    background: url(../img/valores.png);
    background-size: cover;
    height: 65vh
}

.valores ul {
    padding: 1px
}

.valores ul li {
    list-style: none
}

.valores ul li::before {
    content: '➤'
}

#mvv {
    color: #FFF
}

#mvv h5 {
    font-size: 1.8em
}

#banner-interna {
    height: 88vh;
    background-size: cover!important;
    background-position: left center!important
}

#banner-interna .content {
    height: 100%
}

#banner-interna h1 {
    font-size: 2em;
    color: #FFF
}

#banner-interna img {
    width: 50%;
    margin-bottom: 25px
}

.details {
    position: absolute;
    z-index: 9999;
    width: 100%;
    bottom: 12vh
}

.details .arrow-down {
    margin: -60px auto
}

.details .social {
    margin: 0!important
}

.barra-interna {
    background: #FF6C34;
    height: 12vh
}

.barra-interna .container .barra {
    display: flex;
    justify-content: space-between
}

.barra-interna b {
    color: #FFF;
    font-size: 1.2em
}

.barra-interna button {
    background: 0 0;
    border: 1px solid #FFF;
    border-radius: 25px;
    color: #FFF;
    padding: 7px 50px;
    font-size: 18px;
    transition: all .4s;
    cursor: pointer
}

.barra-interna button:hover,
section#cta button:hover {
    background: #FFF;
    color: #FF6C34
}

.barra-interna button:focus {
    outline: 0
}

section#cta {
    background: #FF6C34;
    color: #FFF;
    padding: 4% 0
}

section#cta .button {
    justify-content: flex-end
}

section#cta h5 {
    font-size: 1.7em
}

section#cta button {
    background: 0 0;
    border: 1px solid #FFF;
    border-radius: 25px;
    color: #FFF;
    padding: 7px 35px;
    font-size: 18px;
    transition: all .4s;
    cursor: pointer
}

section#cta button:focus {
    outline: 0
}

#section-img {
    background: url(../img/jpa-agro-produtos.png);
    background-size: cover!important;
    padding: 16% 0;
    margin: 4% 0 0
}

#section-img h4 {
    color: #FFF;
    font-size: 2em;
    margin-bottom: 20px
}

#section-img p {
    color: #FFF
}

#checklist .title {
    background: #FFC734;
    color: #FFF;
    padding: 13%
}

#checklist .title p {
    font-size: 1.7em
}

#checklist .img {
    padding: 0
}

.checklist {
    background: #D6A31D
}

.checklist div {
    margin: 0 auto;
    color: #FFF
}

#unisafra {
    background: url(../img/jpa-agro-unisafra.png);
    background-size: cover!important;
    padding: 12% 0
}

#unisafra h6 {
    color: #FFC734;
    font-family: 'Gotham-Book';
    font-size: 1.7em
}

#unisafra p {
    color: #fff
}

#unisafra img {
    margin-bottom: 15px
}

#dados-mclight,
#profissionais {
    margin: 5% 0
}

#profissionais h5 {
    font-size: 2em
}

#profissionais p {
    color: #A4A4A4
}

#dados-mclight .parent {
    width: 100%;
    height: 130px;
    margin-bottom: 30px
}

#dados-mclight .img {
    width: 100%;
    height: 100%;
    background-size: 100%!important;
    cursor: pointer;
    transition: all .4s;
    background-position: center center!important
}

#dados-mclight .img:hover {
    background-size: 115%!important
}

#dados-mclight .barra {
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, .45);
    transition: all .4s
}

#dados-mclight .img p {
    color: #FFF;
    font-size: 1.5em;
    margin-bottom: 0
}

#dados-mclight .img:hover .barra {
    width: 90%
}

#slide-maskoto {
    background: #351F11;
    color: #FFF;
    padding: 7% 0;
    margin: 5% 0 0
}

#slide-maskoto .texto {
    min-height: 215px
}

#slide-maskoto strong {
    color: #FFC734;
    font-size: 14px
}

#slide-maskoto p {
    font-size: 12px
}

#slide-maskoto .title h5 {
    color: #FFC734;
    font-size: 19px;
    margin-bottom: 35px
}

#slide-maskoto .owl-nav {
    background: red;
    position: absolute;
    top: 35%;
    width: 100%
}

#slide-maskoto .owl-nav .owl-prev {
    left: 5%;
    position: absolute;
    margin-top: 8%
}

#slide-maskoto .owl-nav .owl-next {
    right: 5%;
    position: absolute;
    margin-top: 8%
}

#slide-maskoto .owl-nav i {
    color: #FFC734;
    font-size: 25px
}

#slide-maskoto .owl-nav button:focus {
    outline: 0
}

#premium {
    padding: 7% 0 0
}

#premium h3 {
    color: #351F11;
    font-size: 2.3em;
    margin-bottom: 0
}

#premium .divisor {
    margin: 20px 0
}

#section-img-fomentos {
    background: url(../img/jpa-fomentos-acreditamos.png);
    background-size: cover!important;
    padding: 16% 0;
    margin: 4% 0 0
}

#section-img-fomentos h4 {
    color: #FFF;
    font-size: 2em;
    margin-bottom: 20px
}

#factoring {
    margin: 7% 0
}

#factoring h5 {
    color: #FF902F;
    font-size: 2.5em
}

#factoring .divisor {
    margin: 20px 0
}

#factoring .slide {
    margin-left: 5%
}

#factoring .slide p {
    color: #A4A4A4
}

#factoring .slide .owl-item {
    margin-bottom: 45px
}

#factoring .img {
    height: 100%;
    background-size: cover!important;
    background-position: center center!important
}

#factoring .img p b {
    color: #FF902F
}

#factoring .img p {
    color: #FFF;
    font-size: 1.7em;
    padding: 8%
}

#factoring .slide .owl-dots {
    position: relative;
    bottom: 0
}

#factoring .slide .owl-dots .owl-dot {
    width: 100px;
    height: 3px;
    background: #FF902F;
    margin-right: 10px;
    position: relative;
    bottom: -6px;
    opacity: .6
}

#factoring .slide .owl-dots .owl-dot.active {
    opacity: 1
}

#factoring .slide .owl-dots button:focus {
    outline: 0
}

#banco-factoring {
    background: #E8E8E8;
    padding: 7% 0
}

#banco-factoring table {
    background-color: transparent
}

#banco-factoring table thead tr td {
    background: #FF902F;
    border: 10px solid #E8E8E8;
    width: 50%;
    border-radius: 20px;
    color: #FFF;
    vertical-align: middle
}

#banco-factoring table tbody tr td {
    background: #696A6F;
    border: 10px solid #E8E8E8;
    width: 50%;
    border-radius: 20px;
    color: #FFF;
    vertical-align: middle;
    font-size: 15px
}

#fomentos-conteudo {
    padding: 5% 0 3%
}

#fomentos-conteudo p {
    color: #A4A4A4
}

#fomentos-conteudo hr {
    margin-top: 7%
}

#fomentos-servicos .owl-servicos .col-lg-4 {
    padding: 0
}

#fomentos-servicos .owl-servicos .col-md-7 {
    background: #FF902F;
    padding-left: 65px
}

#fomentos-servicos .owl-servicos .item h3 {
    color: #FFF;
    font-size: 1.5em
}

#fomentos-servicos .owl-servicos .item p {
    color: #FFF;
    font-size: 14px
}

#fomentos-servicos .owl-servicos .owl-nav .owl-prev {
    display: none
}

#fomentos-servicos .owl-servicos .owl-nav .owl-next {
    background: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 34%;
    top: 40%
}

.owl-servicos .owl-nav .owl-next img {
    width: 45%
}

#fomentos-servicos .owl-servicos .owl-nav .owl-next::after,
#fomentos-servicos .owl-servicos .owl-nav .owl-next::before {
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    transform: scale(.714);
    width: 140%;
    z-index: 1;
    cursor: pointer
}

#fomentos-servicos {
    margin-bottom: 5%
}

#fomentos-servicos h5 {
    color: #FF902F;
    font-size: 2em;
    margin-bottom: 0
}

#fomentos-servicos .owl-servicos .owl-nav .owl-next:focus {
    outline: 0
}

#fomentos-servicos .owl-servicos .owl-nav .owl-next::after {
    animation: pulse 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

#fomentos-servicos .owl-servicos .owl-nav .owl-next::before {
    animation: pulse2 2s linear infinite;
    border: 2px solid #fff;
    border-radius: 9999px
}

#fomentos-servicos .owl-servicos .owl-dots {
    width: 94.6%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between
}

#fomentos-servicos .owl-servicos .owl-dots .owl-dot {
    width: 180px;
    height: 3px;
    background: #707C7B
}

#fomentos-servicos .owl-servicos .owl-dots .owl-dot.active {
    background: #e69d1f
}

#fomentos-servicos .owl-servicos .owl-dots button:focus {
    outline: 0
}

.voltar-topo {
    width: 40px;
    height: 40px;
    background: #2c4f57;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 25px;
    align-items: center;
    display: flex!important;
    justify-content: center;
    -webkit-box-shadow: 2px 2px 13px 1px rgba(0, 0, 0, .27);
    -moz-box-shadow: 2px 2px 13px 1px rgba(0, 0, 0, .27);
    box-shadow: 2px 2px 13px 1px rgba(0, 0, 0, .27);
    transition: all .4s;
    opacity: 0;
    z-index: 8
}

.voltar-topo i {
    color: #FFF
}

.modal-dialog-centered {
    min-height: 100%
}

.modal-dialog {
    max-width: 100%;
    margin: 0
}

.modal-header {
    border: 0
}

.modal-content {
    height: 100vh;
    border: 0;
    border-radius: 0
}

.modal .modal-body .container {
    max-width: 700px
}

.modal .modal-body .close {
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 37px;
    color: #FFF!important
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #FFF;
    text-align: center
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #FFF
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #FFF
}

.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #FFF
}

.modal .modal-body .container .wpcf7-form input,
.modal .modal-body .container .wpcf7-form textarea {
    width: 100%;
    background: transparent;
    border-bottom: 1px #FFF solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px;
    color: #FFF;
    text-align: center
}

.modal .modal-body .container .wpcf7-form input[type="submit"] {
    background: #707C7B;
    width: 40%;
    border-radius: 25px;
    border: 0;
    margin-top: 15px
}

.modal .modal-body .container .wpcf7-form input:focus,
.modal .modal-body .container .wpcf7-form textarea:focus {
    outline: none
}

.modal-open .modal {
    padding-right: 0!important;
    z-index: 9999
}

.owl-grupo .item {
    text-align: center
}

.owl-grupo .item img {
    width: 60%!important;
    margin: 0 auto;
    margin-bottom: 15px
}

.owl-grupo .owl-dots {
    text-align: center
}

.owl-grupo .owl-dots .owl-dot {
    background: #2C4F57;
    width: 8px;
    height: 8px;
    transition: all .2s;
    border-radius: 25px;
    margin: 0 2px;
    opacity: .7
}

.owl-grupo .owl-dots .owl-dot.active {
    width: 15px;
    opacity: 1
}

@media (max-width:767.98px) and (orientation:landscape) {
    .navbar-expand-lg .navbar-nav {
        margin: 0% auto;
        width: 100%
    }
    #banner-home h1,
    #banner-historia h1,
    #banner-interna h1 {
        font-size: 1.5em
    }
    #diversidade .piled {
        transform: inherit
    }
    .logo-principal {
        width: 37%!important
    }
    #banner-interna img {
        width: 36%
    }
    .barra-interna b {
        font-size: .8em
    }
    .barra-interna button {
        width: 130px;
        font-size: 13px;
        padding: 3px 0
    }
    #nossa-historia h2 {
        font-size: 1.3em
    }
    #factoring .img {
        height: 500px
    }
    #factoring .slide {
        margin: 0
    }
    #fomentos-servicos .owl-servicos .col-md-7 {
        padding: 15px 35px 15px 35px
    }
    .owl-carousel .owl-stage {
        background: #FF902F
    }
    #fomentos-servicos .owl-servicos .owl-dots {
        width: 100%
    }
    #fomentos-servicos .owl-servicos .owl-dots .owl-dot {
        width: 133px
    }
    section#cta {
        text-align: center
    }
    section#cta .button {
        justify-content: center
    }
    .checklist {
        padding: 20px 0 10px
    }
    footer .social {
        width: 100%
    }
}

@media (max-width:575.98px) and (orientation:portrait) {
    .ultima {
        width: 100%
    }
    .ultima img {
        width: 35%
    }
}

@media (max-width:575.98px) and (orientation:portrait) {
    .modal .modal-body .close{
        top: 7px;
        right: 7px;
    }
    .logo-principal {
        width: 40%!important
    }
    .navbar-toggler {
        top: 9px
    }
    .navbar-brand,
    .navbar-toggler {
        margin-top: 0
    }
    .menu .navbar {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center
    }
    .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
        width: 100%
    }
    .navbar-collapse ul li a::after,
    .navbar-collapse ul li.dropdown-submenu a::after {
        display: none
    }
    .navbar-collapse ul li a {
        padding: 5px 40px
    }
    .navbar-collapse ul li.menu-item-1581 a {
        border: 0
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        margin-top: 1px
    }
    .bottom-menu .social {
        width: 100%;
        text-align: center;
        left: 0
    }
    #banner-historia h1 {
        font-size: 1.5em
    }
    .missao,
    .visao,
    .valores {
        height: auto
    }
    .missao .img,
    .visao .img,
    .valores .img {
        justify-content: center
    }
    .missao .text,
    .visao .text,
    .valores .text {
        padding: 10% 15px
    }
    .visao .card-body {
        width: 100%
    }
    .pulse {
        right: inherit
    }
    .pulse img {
        transform: rotate(90deg)
    }
    .pulse2 {
        left: inherit
    }
    .pulse2 img {
        transform: rotate(-90deg)
    }
    #banner-home {
        background-position: center center
    }
    #banner-home h1 {
        font-size: 1.5em;
        letter-spacing: .01px
    }
    #grupo {
        padding: 11% 0
    }
    #diversidade {
        padding: 5% 0 12%
    }
    #diversidade .piled {
        transform: scale(1)
    }
    #diversidade h2 {
        font-size: 1.5rem;
        text-align: center
    }
    #diversidade .text-diversidade p {
        font-size: .8em;
        text-align: justify
    }
    #diversidade .cta-grupo {
        text-align: center
    }
    #diversidade .text-diversidade button {
        font-size: .8em;
        padding: 10px 15px
    }
    #banner-interna.page-1642 {
        background-position: 75% center!important
    }
    #banner-interna.page-1642 .content img {
        width: 35%
    }
    #banner-interna h1 {
        font-size: 1.5em;
        letter-spacing: .01px
    }
    .barra-interna b {
        font-size: 12px
    }
    .barra-interna button {
        width: 135px;
        padding: 7px 0;
        font-size: 13px
    }
    #nossa-historia {
        padding: 9% 0 0%;
        margin: 0
    }
    #nossa-historia h1 {
        font-size: 1.6em
    }
    #nossa-historia h2 br {
        display: none
    }
    #nossa-historia p {
        text-align: justify
    }
    #nossa-historia h2,
    #nossa-historia h3 {
        font-size: 1.6em
    }
    #mvv .text {
        text-align: center
    }
    #mvv .text>div {
        width: 100%
    }
    #mvv,
    #nossa-historia hr {
        margin: 10% 0
    }
    .valores ul li::before {
        content: ''
    }
    #dados-mclight,
    #profissionais {
        margin: 17% 0
    }
    #section-img {
        padding: 15% 0;
        margin: 12% 0 0
    }
    #section-img br {
        display: none
    }
    #section-img h4 {
        font-size: 1.7em
    }
    #section-img p {
        text-align: justify
    }
    #checklist .title {
        padding: 15%
    }
    .checklist {
        padding: 15% 15% 12% 15%
    }
    #profissionais h5 {
        font-size: 1.5em
    }
    #profissionais p {
        text-align: justify
    }
    section#cta {
        text-align: center;
        padding: 25% 0
    }
    section#cta .centro-height {
        justify-content: center
    }
    #section-img-fomentos {
        padding: 15% 0 10%;
        margin: 10% 0 0
    }
    #section-img-fomentos h4 {
        font-size: 1.5em
    }
    #factoring {
        margin: 22% 0 15%
    }
    #factoring .img {
        height: 500px
    }
    #factoring .slide .owl-item {
        margin-bottom: 13px
    }
    #factoring .slide {
        margin: 0
    }
    #factoring .slide p {
        text-align: justify
    }
    #factoring h5 {
        font-size: 1.8em;
        margin: 25px 0 0
    }
    #fomentos-servicos .owl-servicos .owl-dots {
        width: 100%
    }
    #fomentos-servicos .owl-servicos .owl-dots .owl-dot {
        width: 90px
    }
    #fomentos-servicos .owl-stage-outer {
        background: #FF902F
    }
    #banco-factoring table tbody tr td {
        font-size: 13px;
        padding: 7px
    }
    #fomentos-conteudo {
        padding: 10% 0 5%
    }
    #fomentos-conteudo hr {
        margin-top: 12%
    }
    #fomentos-servicos .owl-servicos .col-md-7 {
        padding-left: 25px;
        padding-top: 60px;
        padding-right: 25px;
        padding-bottom: 50px;
        text-align: justify!important
    }
    #fomentos-servicos .owl-servicos .col-md-4 {
        padding-left: 15px;
        padding-right: 15px
    }
    #fomentos-servicos .owl-servicos .owl-nav .owl-next {
        left: 41%;
        top: 45.6%
    }
    #dados-mclight .img {
        background-size: 160%!important
    }
    #dados-mclight .img:hover {
        background-size: 180%!important
    }
    #slide-maskoto {
        text-align: center!important;
        padding: 10% 0 5%
    }
    #slide-maskoto .texto {
        text-align: center!important
    }
    #slide-maskoto .owl-carousel .owl-item img {
        width: 50%;
        margin: 0 auto
    }
    #premium .maskoto {
        text-align: center
    }
    #premium .maskoto img {
        width: 60%;
        margin-top: 40px
    }
    #unisafra {
        text-align: center;
        padding: 20% 0
    }
    #unisafra h6 {
        font-size: 1.5em
    }
    #unisafra .divisor {
        margin: 25px auto!important
    }
    .modal .modal-body .container .wpcf7-form input[type="submit"] {
        width: 60%
    }
    div.wpcf7 .ajax-loader {
        display: block!important
    }
    footer {
        padding: 6% 0;
        text-align: center
    }
    footer .jpa img {
        width: 40%;
        margin-bottom: 30px
    }
    footer ul {
        padding: 0
    }
    footer ul li {
        width: 50%
    }
    footer ul li img {
        width: 70%
    }
    footer .social {
        position: initial;
        margin: 0 auto
    }
    .zoo div {
        text-align: center!important
    }
    .zoo img {
        width: 20%
    }
}

@media (min-width:576px) and (max-width:767.98px) and (orientation:portrait) {
    .navbar-expand-lg .navbar-nav{
        margin: 0% auto;
    }
    #banner-home h1,
    #banner-historia h1 {
        font-size: 1.5em
    }
    #nossa-historia {
        padding: 9% 0 0%;
        margin: 0
    }
    #nossa-historia h1 {
        font-size: 1.6em
    }
    #nossa-historia h2 br {
        display: none
    }
    #nossa-historia p {
        text-align: justify
    }
    #nossa-historia h2,
    #nossa-historia h3,
    #banner-interna h1 {
        font-size: 1.6em
    }
    #mvv .text {
        text-align: center
    }
    #mvv .text>div {
        width: 100%
    }
    #mvv,
    #nossa-historia hr {
        margin: 10% 0
    }
    .valores ul li::before {
        content: ''
    }
    #banner-historia h1 {
        font-size: 1.5em
    }
    .missao,
    .visao,
    .valores {
        height: auto
    }
    .missao .img,
    .visao .img,
    .valores .img {
        justify-content: center
    }
    .missao .text,
    .visao .text,
    .valores .text {
        padding: 10% 0
    }
    .visao .card-body {
        width: 100%
    }
    .pulse {
        right: inherit
    }
    .pulse img {
        transform: rotate(90deg)
    }
    .pulse2 {
        left: inherit
    }
    .pulse2 img {
        transform: rotate(-90deg)
    }
    .barra-interna b {
        font-size: 1em
    }
    .barra-interna button {
        width: 135px;
        padding: 7px 0;
        font-size: 13px
    }
    #factoring .img {
        height: 745px
    }
    #factoring .slide {
        margin-left: 0;
        margin-top: 3%
    }
    #fomentos-conteudo {
        padding: 9% 0 3%
    }
    #fomentos-servicos .owl-stage-outer {
        background: #FF902F
    }
    #fomentos-servicos .owl-servicos .col-md-7 {
        padding: 40px
    }
    #fomentos-servicos .owl-servicos .owl-dots {
        width: 100%
    }
    #fomentos-servicos .owl-servicos .owl-dots .owl-dot {
        width: 140px
    }
    #fomentos-servicos .owl-servicos .owl-nav .owl-next {
        display: none
    }
    #fomentos-servicos .owl-servicos .col-md-4 {
        padding: 0 15px
    }
    section#cta {
        text-align: center;
        padding: 13% 0
    }
    section#cta .centro-height {
        justify-content: center
    }
    .checklist {
        padding: 25px 0 15px 0
    }
    footer .social {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .navbar-expand-lg .navbar-nav{
        margin: 0% auto;
    }

    #diversidade {
        padding: 3% 0 7%
    }
    .piled {
        text-align: center;
        margin-bottom: 65px
    }
    .piled img {
        width: 60%
    }
    #banner-home h1,
    #banner-historia h1 {
        font-size: 1.5em
    }
    #nossa-historia {
        padding: 9% 0 0%;
        margin: 0
    }
    #nossa-historia h1 {
        font-size: 1.6em
    }
    #nossa-historia h2 br {
        display: none
    }
    #nossa-historia p {
        text-align: justify
    }
    #nossa-historia h2,
    #nossa-historia h3,
    #banner-interna h1 {
        font-size: 1.6em
    }
    #mvv .text {
        text-align: center
    }
    #mvv .text>div {
        width: 100%
    }
    #mvv,
    #nossa-historia hr {
        margin: 10% 0
    }
    .valores ul li::before {
        content: ''
    }
    #banner-historia h1 {
        font-size: 1.5em
    }
    .missao,
    .visao,
    .valores {
        height: auto
    }
    .missao .img,
    .visao .img,
    .valores .img {
        justify-content: center
    }
    .missao .text,
    .visao .text,
    .valores .text {
        padding: 10% 0
    }
    .visao .card-body {
        width: 100%
    }
    .pulse {
        right: inherit
    }
    .pulse img {
        transform: rotate(90deg)
    }
    .pulse2 {
        left: inherit
    }
    .pulse2 img {
        transform: rotate(-90deg)
    }
    .barra-interna b {
        font-size: 1em
    }
    .barra-interna button {
        width: 135px;
        padding: 7px 0;
        font-size: 13px
    }
    #factoring .img {
        height: 500px
    }
    #factoring .slide {
        margin-left: 0;
        margin-top: 0
    }
    #factoring h5 {
        font-size: 1.5em
    }
    #factoring .slide p {
        font-size: 15px
    }
    #fomentos-conteudo {
        padding: 9% 0 3%
    }
    #fomentos-servicos .owl-stage-outer {
        background: #FF902F
    }
    #fomentos-servicos .owl-servicos .col-md-7 {
        padding: 0 25px 0 10px
    }
    #fomentos-servicos .owl-servicos .owl-dots {
        width: 100%
    }
    #fomentos-servicos .owl-servicos .owl-dots .owl-dot {
        width: 140px
    }
    #fomentos-servicos .owl-servicos .owl-nav .owl-next {
        display: none
    }
    #fomentos-servicos .owl-servicos .col-md-5 {
        padding: 0 15px
    }
    section#cta {
        text-align: center;
        padding: 13% 0
    }
    section#cta .centro-height {
        justify-content: center
    }
    .checklist {
        padding: 25px 0 15px 0
    }
    footer .social {
        width: 100%
    }
}

@media (min-width:1200px) and (max-width:1365px) {
    .navbar-expand-lg .navbar-nav {
        width: 65%;
        margin: 22% auto
    }
    .missao,
    .visao,
    .valores {
        height: 55vh
    }
    .missao .img,
    .visao .img,
    .valores .img {
        height: 55vh
    }
}

@media (min-width:1366px) and (max-width:1399px) {
    .navbar-expand-lg .navbar-nav {
        width: 65%;
        margin: 20% auto
    }
}

@media (min-width:1440px) and (max-width:1599px) {
    .navbar-expand-lg .navbar-nav {
        margin: 30% auto
    }
    .missao,
    .visao,
    .valores {
        height: 55vh
    }
    .missao .img,
    .visao .img,
    .valores .img {
        height: 55vh
    }
}

@media (min-width:1600px) and (max-width:1919px) {
    .navbar-expand-lg .navbar-nav {
        margin: 24% auto
    }
    .missao,
    .visao,
    .valores {
        height: 60vh
    }
    .missao .img,
    .visao .img,
    .valores .img {
        height: 60vh
    }
}

@media (min-width:1920px) and (max-width:2100px) {
    .navbar-expand-lg .navbar-nav {
        margin: 27% auto
    }
    .missao,
    .visao,
    .valores {
        height: 60vh
    }
    .missao .img,
    .visao .img,
    .valores .img {
        height: 60vh
    }
}

@media (min-width:2101px) {
    .navbar-expand-lg .navbar-nav {
        margin: 18% auto
    }
    #banner-home,
    #banner-historia {
        background-position: center center
    }
    .container {
        width: 1600px;
        max-width: 1600px
    }
    .missao,
    .visao,
    .valores {
        height: 77vh
    }
    .missao .img,
    .visao .img,
    .valores .img {
        height: 77vh
    }
    #factoring .img {
        height: 800px
    }
    #fomentos-servicos .owl-servicos .owl-nav .owl-next {
        left: 35%
    }
    #banner-home h1,
    #banner-historia h1 {
        font-size: 3.5em
    }
    #banner-interna h1 {
        font-size: 3em
    }
    .logo-principal {
        width: 75%!important
    }
    #details-bottom .social i {
        font-size: 25px
    }
    .tab-content .tab-pane p {
        font-size: 1.5em
    }
    .tab-content .tab-pane button {
        font-size: 20px
    }
    #diversidade h2 {
        font-size: 3em
    }
    #diversidade .text-diversidade p {
        font-size: 1.5em
    }
    .btn-animation {
        font-size: 20px
    }
    #nossa-historia h2,
    #nossa-historia h3 {
        font-size: 2.5em
    }
    #nossa-historia p {
        font-size: 1.5em
    }
    #section-img h4 {
        font-size: 3em
    }
    #section-img p {
        font-size: 1.5em
    }
    .checklist {
        font-size: 1.5em
    }
    #profissionais p {
        font-size: 1.5em
    }
    #profissionais h5 {
        font-size: 3em
    }
    #unisafra h6 {
        font-size: 2.5em
    }
    #unisafra p {
        font-size: 1.5em
    }
    #section-img-fomentos h4 {
        font-size: 3em
    }
    #factoring h5 {
        font-size: 3.2em
    }
    #factoring .slide p {
        font-size: 1.5em
    }
    #banco-factoring table thead tr td {
        font-size: 20px
    }
    #banco-factoring table tbody tr td {
        font-size: 18px
    }
    #fomentos-conteudo p {
        font-size: 1.5em
    }
    #fomentos-servicos h5 {
        font-size: 2.5em
    }
    #fomentos-servicos .owl-servicos .item h3 {
        font-size: 2em
    }
    #fomentos-servicos .owl-servicos .item p {
        font-size: 19px
    }
    #fomentos-servicos .owl-servicos .col-md-7 {
        padding-right: 40px
    }
    section#cta h5 {
        font-size: 2em
    }
    section#cta p {
        font-size: 1.5em
    }
    section#cta button {
        font-size: 24px
    }
    .barra-interna button {
        font-size: 24px
    }
    .barra-interna b {
        font-size: 1.5em
    }
    .menu-fixo .navbar-brand .marca-site {
        width: 16%
    }
    #diversidade .piled {
        transform: scale(1.5);
        left: 85px;
        position: relative
    }
    footer ul li {
        width: 145px
    }
    footer .jpa img {
        width: 70%
    }
    footer .social i {
        font-size: 22px
    }
}