@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333647;
    background-color: #FFF;
    font-weight: 400;
    font-style: normal;
    padding-top: 158px;
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fnodecoration, .fnodecoration:hover, .fnodecoration:focus {
    text-decoration: none;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1200px;
}

@media (min-width: 769px) {
    .aux_container_left {
        margin-left: -259.5px;
    }

    .aux_container_right {
        margin-right: -259.5px;
    }
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.row>* {
    padding-right: 20px;
    padding-left: 20px;
}

.white {
    color: #FFF;
}

.white > * {
    color: #FFF;   
}

.white a:hover, .white a:focus {
    color: #FFF;
}

.black {
    color: #444;
}

.blue {
    /* color: #00AAFF; */
    color: #0088CC;
}

a.purple, .purple a {
    color: #0088CC;
    text-decoration: none;
}

a.purple:hover, .purple a:hover {
    color: #0088CC;
    text-decoration: none;
}

a.purple i {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.green {
    color: #FFC400;
}

.gray {
    color: #F4F5F9;
}

.gray > * {
    color: #F4F5F9;
}

.link-icon {
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #333333;
    text-decoration: none;
}

.link-icon i {
    color: #0088CC;
    margin-right: 5px;
}

.link-icon:hover, .link-icon:focus {
    text-decoration: none;
    color: #0088CC;
}

.link-icon.decoration span {
    text-decoration: underline;
}

.link-icon.decoration:hover span, .link-icon.decoration:focus span {
    text-decoration: underline;
}

.link-icon-white {
    color: #FFF;
}

.link-icon-white i {
    color: #FFC400;
    margin-right: 5px;
}

.link-icon-white:hover, .link-icon-white:focus {
    color: #FFC400;
}

.bg-white {
    background-color: #FFF;
}

.bg-gray {
    /*background-color: #E3E3E3;*/
    background-color: #F2F2F2;
}

.bg-blue {
    background-color: #0088CC;
}

.bg-blue-dark {
    background-color: #0088CC;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.lighter {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.underline:hover, .underline:focus {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.justify {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
}

h1, .t-h1 {
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -0.03em;
}

h2, .t-h2 {
    font-size: 34px;
    line-height: 135%;
    letter-spacing: -0.03em;
}

h3, .t-h3 {
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.03em;
}

h4, .t-h4 {
    font-size: 24px;
    line-height: 135%;
}

h4 span {
    color: #FFEAA4 !important;
}

h5, .t-h5 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.015em;
}

h6, .t-h6 {
    font-size: 14px;
    line-height: 135%;
}

p, .t-p {
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.015em;
}

p.sup-min {
    font-size: 14px;
    letter-spacing: inherit;
}

p.max {
    font-size: 20px;
    line-height: 120%;
}

p.min {
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.015em;
}

.line100 {
    line-height: 100%;
}

.letter {
    letter-spacing: inherit;
}

a {
    color: #424242;
}

a:hover, a:focus {
    color: #424242;
    text-decoration: none;
}

a.active, a .active {
    color: #0088CC;
}

a.nodecoration {
    text-decoration: none;
}

a.nodecoration:hover, a.nodecoration:focus {
    text-decoration: underline;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #0088CC;
    font-weight: 500;
    margin-bottom: 30px;
}

article p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.015em;
}

article p:last-child {
    margin-bottom: 0;
}

article ul, article ol {
    padding-left: 30px;
}

article ul li, article ol li {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

article ul li:last-child, article ol li:last-child {
    margin-bottom: 0;
}

article hr {
    margin-bottom: 20px;
    margin-top: 0;
    border-top: 1px solid #bbb;
}

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

figure {
    position: relative;
}

figcaption {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    background-color: #145BDD;
    padding: 12px 20px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 455px;
    max-width: 100%;
}

hr {
    border-top: 4px solid #F4F5F9;
    margin-top: 50px;
    margin-bottom: 40px;
}

hr.min {
    border-top-width: 2px;
}

hr.gray {
    border-color: #a9a9a9;
}

.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

section {
    padding: 125px 0;
}

section.min {
    padding: 75px 0;
}

section.sup-min {
    padding: 35px 0;
}

.padding-sec {
    padding: 120px 0;
}

.he-100 {
    min-height: 100vh; 
}

.bordert {
    border-top: 1px solid #CACBD0;
}

.nomargin {
    margin: 0;
}

.nomargint {
    margin-top: 0;
}

.nopadding {
    padding: 0;
}

.nopaddingt {
    padding-top: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.paddingb65 {
    padding-bottom: 65px;
}

.margin-menu {
    margin-top: 173px;
}

.margint165 {
    margin-top: 165px;
}

.margint120 {
    margin-top: 120px;
}

.margint90 {
    margin-top: 90px;
}

.margint80 {
    margin-top: 80px;
}

.margint75 {
    margin-top: 75px;
}

.margint60 {
    margin-top: 60px;
}

.margint50 {
    margin-top: 50px;
}

.margint45 {
    margin-top: 45px;
}

.margint40 {
    margin-top: 40px;
}

.margint35 {
    margin-top: 35px;
}

.margint30 {
    margin-top: 30px;
}

.margint25 {
    margin-top: 25px;
}

.margint22 {
    margin-top: 22px;
}

.margint20 {
    margin-top: 20px;
}

.margint15 {
    margin-top: 15px;
}

.marginb15 {
    margin-bottom: 15px;
}

.margint10 {
    margin-top: 10px;
}

.marginb10 {
    margin-bottom: 10px;
}

.margint5 {
    margin-top: 5px;
}

.margint-36 {
    margin-top: -36px;
}

.marginb5 {
    margin-bottom: 5px;
}

.inline {
    display: inline-block;
}

.img-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-right {
    float: right;
}

.btn {
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 14px 36px;
    background: #00CFB4;
    border: 2px solid #00CFB4;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover, .btn:focus {
    border: 2px solid #00CFB4;
    background: transparent;
    color: #00CFB4;
}

.btn-light {
    background-color: transparent;
    color: #00CFB4;
}

.btn-light:hover, .btn-light:focus {
    background-color: #00CFB4;
    color: #FFF;
}

.btn-text-blue {
    color: #0088CC;
}

.btn-text-blue:hover, .btn-text-blue:focus {
    color: #0088CC;
}

.btn-white {
    color: #0088CC;
    background-color: #FFF;
    border-color: #FFF;
    padding: 16.4px 48.75px 11.62px;
}

.btn-white:hover, .btn-white:focus {
    color: #FFF;
    background-color: #0088CC;
    border-color: #FFF;
}

.btn-pink {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #0088CC;
    background: #0088CC;
    padding: 17px 15px 15px;
    border-color: #0088CC;
}

.btn-pink:hover, .btn-pink:focus {
    border-color: #0088CC;
    background: transparent;
    color: #0088CC;
}

.btn-pink:focus {
    box-shadow: 0 0 0 0.25rem rgb(252 175 192 / 25%);
}

.btn-full {
    width: 100%;
}

.dropdown-compartilhe {
    background: #0088CC !important;
    border-radius: 4px !important;
    text-align: center;
    padding: 17px !important;
    max-width: 300px;
}

.dropdown-compartilhe p {
    color: #0088CC;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
    text-decoration-line: underline;
}

.dropdown-compartilhe li {
    display: inline-block;
    padding: 0;
}

.dropdown-compartilhe li a {
    padding: 15px 13px 0 !important;
    color: #0088CC !important;
    font-size: 18px !important;
    line-height: 18px !important;
    display: block;
}

.radius4 {
    border-radius: 4px;
}

.btn-max {
    padding: 30px 24px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.navbar .topo {
    padding: 17px 0 23px;
}

.navbar .topo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .content {
    padding: 0;
}

.navbar {
    flex-direction: column;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar .container-fluid {

}

.navbar-header {
    width: 100%;
}

.navbar .navbar-brand {
    width: 100%;
    max-width: 212px;
    height: auto;
    display: block;
}

.navbar .navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar .navbar-brand .before_scroll {
    display: block;
}

.navbar.navbar-shrink .navbar-brand .before_scroll {
    display: none;
}

.navbar .navbar-brand .after_scroll {
    display: none;
}

.navbar.navbar-shrink .navbar-brand .after_scroll {
    display: block;
}

.navigation-desktop ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.navigation-desktop ul {
    margin-left: -5px;
    margin-right: -5px;
}

.navigation-desktop ul li{
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.navigation-desktop ul li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    padding: 9px 15px;
}


.navigation-desktop ul .sub-menu li a {
    border-radius: 0;   
}

.navigation-desktop ul > li > a:hover,
.navigation-desktop ul > li.menu-item-has-children:hover > a,
.navigation-desktop ul > li.current-menu-item > a {
    color: #FFF;
    background-color: #008400;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu{
    display: none;
    position: absolute;
    background: #0088CC;
    width: 235px;
    border-top: 0;
    height: auto;
    top: 50px;
    left: 10px;
    padding: 14px;
    transition: all .5s;
}

@media (min-width: 769px) {
    .menu-item-has-children:hover .sub-menu, .menu-item-has-children .sub-menu:hover{
        display: block;
    }
}

.navigation-desktop ul .menu-item-has-children .sub-menu li {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.navigation-desktop .sub-menu > li > a {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.015em;
    color: #FFF;
    padding: 8px 0;
    border: 0;
}

.navigation-desktop .sub-menu li:first-child a {
    padding-top: 0;
}

.navigation-desktop .sub-menu li:last-child a {
    padding-bottom: 0;
}

.navigation-desktop ul .menu-item-has-children .sub-menu li a:hover, .navigation-desktop ul .menu-item-has-children .sub-menu li a:focus,
.navigation-desktop ul .menu-item-has-children .sub-menu li.current_page_item a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    background-color: transparent;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

/*Hamburger Effect*/
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
}

.hamburger:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active:hover {
    /*opacity: 0.7;*/
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #0088CC;
}

.hamburger-box {
    width: 40px;
    height: 32px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #0088CC;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
* Spring Reverse
*/
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dropup, .dropdown {
    z-index: 999;
}

.dropdown-toggle {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    background-color: #0088CC;
    border: 0;
    padding: 10px 30px;
    width: auto;
    text-align: right;
    border-radius: 5px;
}

.dropdown-toggle::after {
    position: relative;
    top: 3px;
}

.dropdown-toggle.active {
    color: #0088CC;
    border-color: #000000;
}

.open .dropdown-toggle {
    color: #0088CC;
    border-color: #FFF;
}

.caret {
    float: right;
    border: 0;
    background-image: url('../img/icon-arrow-select.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px;
    width: 28px;
    height: 15px;
    margin: 5px 0 0;
}

.dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select.svg');
}

.open .caret, .open .dropdown-toggle.active .caret {
    background-image: url('../img/icon-arrow-select-top.svg');
}

.dropdown-menu {
    width: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #0088CC;
    padding: 10px 10px;
    margin: 0;
}

.dropdown-menu li > a {
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li.active > a {
    color: #FFC400;
    background-color: transparent;
}

.accordion-item {
    border-radius: 0 !important;
    border: 0;
    margin-bottom: 27px;
}

.accordion-button {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.015em;
    color: #0088CC;
    background: #F4F5F9;
    border-radius: 4px 4px 0 0 !important;
    padding: 43px 42px;
    border-left: 2px solid #0088CC;
    border-right: 2px solid #0088CC;
    border-top: 2px solid #0088CC;
    border-bottom: 0;
}

.accordion-button.collapsed {
    border-radius: 4px !important;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: #0088CC;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0;
}

.accordion-button:focus {
    box-shadow: none;
    border-radius: 4px 4px 0 0 !important;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 0;
}

.accordion-button:focus:not(.collapsed) {
    border-radius: 4px 4px 0 0 !important;
    border-left: 2px solid #0088CC;
    border-right: 2px solid #0088CC;
    border-top: 2px solid #0088CC;
    border-bottom: 0;
}

.accordion-button::after {
    content: '+';
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.015em;
    background: transparent;
    color: #0088CC;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
    background: transparent;
}

.accordion-body {
    padding: 0 40px 30px;
    border-top: 0;
    border-left: 2px solid #0088CC;
    border-right: 2px solid #0088CC;
    border-bottom: 2px solid #0088CC;
    border-radius: 0 0 4px 4px;
}

.accordion-body article{
    padding: 3px 42px 46px;
}

.accordion-body article p {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: normal;
}

.accordion-no-border .accordion-button {
    background-color: #FFF;
    border: 0 !important;
}

.accordion-no-border .accordion-button:not(.collapsed) {
    background-color: #FFF;
}

.accordion-no-border .accordion-body {
    border: 0;
}

.tns-outer {
    position: relative;
    padding-bottom: 0 !important;
}

.tns-outer > button {
    display: none;
}

.tns-outer .tns-controls button {
    position: absolute;
    top: 50%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    box-shadow: none;
    border: 0;
    outline: none !important;
    width: 32px;
    height: 64px;
    margin-top: -32px;
    background-size: 32px;
    background-color: transparent;
}

.tns-outer .tns-controls button[data-controls=next] {
    right: 20px;
    background-image: url(../img/icon-arrow-right.svg);
}

.tns-outer .tns-controls button[data-controls=prev] {
    left: 20px;
    background-image: url(../img/icon-arrow-left.svg);
}

.tns-nav {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.tns-nav {
    margin-left: -5px;
    margin-right: -5px;
}

.tns-nav button {
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #FFF;
    margin: 5px;
    border-radius: 50%;
    padding: 0;
}

.tns-nav button.tns-nav-active {
    background-color: #FFF;
}

form {
    margin: 0;
}

form p {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.015em;
    color: #0088CC;
    margin: 0 0 7px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
select,
textarea {
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 2px solid #D5D6E3;
    background-color: transparent;
    color: #0088CC;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    margin-bottom: 25px;
    box-shadow: none;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus,
select:focus{
    outline:none;
    box-shadow: none;
    border: 2px solid #0088CC;
    background-color: transparent;
    color: #0088CC;
}

select {
    
}

.select2-container {
    background-color: #FFF;
    padding: 9px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

option {
    padding: 0;
}

textarea {
    height: 100px;
}

input[type=submit] {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    background: #0088CC;
    border-radius: 4px;
    border: 0;
    color: #FFF;
    padding: 16px 30px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type=submit]:hover, input[type=submit]:focus {
    outline: none;
    background-color: #0c3f5d;
    border: 0;
    color: #FFF;
}

#wpcf7-f116-o1 {
    margin-top: 20px;
}

.form-newsletter .wpcf7 .ajax-loader {
    margin: -20px 0 10px;
}

::-webkit-input-placeholder {
    color: #0088CC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-moz-placeholder {
    color: #0088CC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

::-moz-placeholder {
    color: #0088CC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:-ms-input-placeholder {  
    color: #0088CC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

*:focus::-webkit-input-placeholder {
   color: transparent !important;
}

*:focus:-moz-placeholder {
   color: transparent !important;
}

*:focus::-moz-placeholder {
   color: transparent !important;
}

*:focus:-ms-input-placeholder {  
   color: transparent !important;
}

.searchform {
    position: relative;
}

.searchform input {
    border: 2px solid #0088CC;
    border-radius: 30px;
    margin: 0;
    padding-left: 45px;
}

.searchform button {
    position: absolute;
    background: transparent;
    left: 15px;
    top: 14px;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    border: 0;
    color: #0088CC;
}

.wpcf7 form .wpcf7-response-output {
    margin: -20px 0 25px !important;
    padding: 10px 20px !important;
    border: 2px solid #00a0d2;
    color: #0088CC !important;
    text-align: center !important;
    font-size: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #0088CC !important;
    color: #0088CC !important;
}

.wpcf7-not-valid-tip {
    margin: -25px 0 20px !important;
}

.form-newsletter form {
    position: relative;
}

.form-newsletter input[type=email] {
    border: 0;
    border-bottom: 3px solid #0088CC;
    padding: 0 42px 16px 0;
    border-radius: 0;
}

.form-newsletter input[type=submit] {
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.015em;
    padding: 0;
    background: transparent;
    color: #0088CC;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    /*width: 16px;
    height: 24px;
    background-image: url('../img/icon-arrow-right.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.form-newsletter input[type=email]::-webkit-input-placeholder {
    color: #0088CC;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-newsletter input[type=email]:-moz-placeholder {
    color: #0088CC;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-newsletter input[type=email]::-moz-placeholder {
    color: #0088CC;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-newsletter input[type=email]:-ms-input-placeholder {  
    color: #0088CC;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.force-row-center {
    display: flex;
    align-items: center;
}

.force-row-baseline {
    display: flex;
    align-items: flex-end;
}

.force_max_line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.force_max_line_3 {
    height: auto;
    -webkit-line-clamp: 3;
}

.force_max_line_4 {
    height: auto;
    -webkit-line-clamp: 4;
}

.force_max_line_5 {
    height: auto;
    -webkit-line-clamp: 5;
}

.force_max_line_10 {
    height: auto;
    -webkit-line-clamp: 10;
}

@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }

    .justify-end {
        justify-content: flex-end;
    }

    .justify-between {
        justify-content: space-between;
    }

    .max_line {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .max_line_1 {
        height: auto;
        -webkit-line-clamp: 1;
    }

    .max_line_2 {
        height: auto;
        -webkit-line-clamp: 2;
    }

    .max_line_3 {
        height: auto;
        -webkit-line-clamp: 3;
    }

    .max_line_8 {
        height: auto;
        -webkit-line-clamp: 8;
    }

    .max_line_9 {
        height: auto;
        -webkit-line-clamp: 9;
    }

    .max_line_10 {
        height: auto;
        -webkit-line-clamp: 10;
    }
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal {
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    width: 65%;
    margin: 0 auto; 
    border-radius: 0;
    padding: 0;
    pointer-events: all;
}

.modal-footer {
    border: 0;
    padding: 0 0 15px;
    text-align: center;
}

.modal-body {
    padding: 0;
}

.modal .close-modal {
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    right: 15px;
    top: 15px;
}

.modal .lr {
    z-index: 1051;
    width: 3px;
    height: 15px;
    background-color: #145BDD;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin: 3px 8px 15px 0;
    cursor: pointer;
}

.modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 15px;
    background-color: #145BDD;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.video {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/icon-player.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    position: absolute;
    left: 0;
    top: 0;
}

.video:hover:after {
    animation-name: animate_top;
    animation-duration: 0.8s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/* Move it (define the animation) */
@-moz-keyframes animate_top {
    0%   { -moz-transform: translateY(0); }
    100% { -moz-transform: translateY(-15px); }
}
@-webkit-keyframes animate_top {
    0%   { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-15px); }
}
@keyframes animate_top {
    0%   { 
        -moz-transform: translateY(0); /* Firefox bug fix */
        -webkit-transform: translateY(0); /* Firefox bug fix */
        transform: translateY(0);       
    }
    100% { 
        -moz-transform: translateY(-15px); /* Firefox bug fix */
        -webkit-transform: translateY(-15px); /* Firefox bug fix */
        transform: translateY(-15px); 
    }
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    padding: 60px 0 80px;
    background: #0088CC;
}

.copy {
    padding: 20px 0;
}


.ul-inline {
    padding: 0;
    margin-left: -25px;
    margin-right: -25px;
}

.ul-inline li {
    list-style: none;
    padding: 0 25px;
    display: inline-block;
}

.social {
    display: flex;
    margin: 0 -10px;
}

.social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #FFC400;
}

.social.blue a {
    color: #0088CC;
}

.box {
    padding: 104px 30px 93px;
    border-radius: 4px;
}

.internal-menu ul {
    padding: 0;
    margin: 0;
}

.internal-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.internal-menu ul li:first-child {
    margin-left: 0;
}

.internal-menu ul li:last-child {
    margin-right: 0;
}

.internal-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    color: #FFF;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    padding: 35px 5px;
    min-width: 120px;
    text-align: center;
}

.internal-menu ul li a:hover, .internal-menu ul li a:focus, .internal-menu ul li.current_page_item a, .internal-menu ul li.current-menu-item a {
    color: #00CFB4;
    border-color: #00CFB4;
}

.acf-map {
    height: 400px;
    border-radius: 0;
}

.alm-btn-wrap {
    padding: 0 10px !important;
}

.alm-listing {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: -20px;
    margin-left: -20px;
}

.alm-listing>* {
    padding-right: 20px;
    padding-left: 20px;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.alm-reveal>* {
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px;
}

/*
.alm-btn-wrap .alm-load-more-btn {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #0088CC !important;
    background: #0088CC !important;
    border: 2px solid #0088CC !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    padding: 16px 50px !important;
    margin-top: 45px !important;
    height: auto !important;
}

.alm-btn-wrap .alm-load-more-btn:hover {
    color: #0088CC !important;
    background-color: #FFCED9 !important;
    border: 2px solid #FFCED9 !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    height: 38px !important;
}*/

.list_parceiros {
    display: flex;
    justify-content: space-between;
}

.list_parceiros .box_parceiros {
    margin-top: 20px;
    width: 20%;
}

.slideFull .item .mask {
    display: flex;
    width: 100%;
    min-height: 600px;
    padding: 80px 0 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 95%) 80%);
    flex-direction: column;
    justify-content: flex-end;
}

.box_news {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.box_news .mask {
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 300px;
    padding: 15px 25px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 95%) 80%);
    flex-direction: column;
    justify-content: flex-end;
}

.box_news .tag span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #333333;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
}

.box_simple_news {
    display: block;
    margin-bottom: 40px;
}

.box_simple_news.has_image {
    display: flex;
}

.box_simple_news img {
    width: 120px;
    border-radius: 12px;
}

.box_simple_news.has_image .content {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.equipe .item {
    border-bottom: 1px solid #0088CC;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.sub_list {
    padding: 0;
}

.sub_list.min {
    padding-left: 12px;
}

.sub_list > li {
    list-style: none;
    border-bottom: 1px solid #D8DFE2;
}

.sub_list > li:last-child {
    margin-bottom: 12px;
    border-bottom: 0;
}

.sub_list.min > li:last-child {
    margin-bottom: 0;
}

.sub_list > li > a {
    display: block;
    padding: 24px 12px;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #6D7375;
}

.sub_list.min > li > a {
    padding: 12px 12px;
    font-size: 16px;
    letter-spacing: inherit;
    font-variant: inherit;
    text-transform: inherit;
    line-height: 24px;
    color: #6D7375;
    font-weight: 500;
}

.sub_list > li.active > a, .sub_list > li > a:hover, .sub_list > li > a:focus {
    color: #6D7375;
    text-decoration: none;
}

.sub_list > li.active > a {
    font-weight: 700;
}

.button_icon {
    font-size: 18px;
    letter-spacing: 1px;
    color: #0088CC;
    padding: 6px 18px 6px 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.button_collapsed {
    background-image: url('../img/icon_collapsed.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: 30px !important;
    line-height: normal;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-variant: small-caps;
    color: #0088CC;
    font-weight: 700;
}

.icon_down {
    background-image: url('../img/icon_download.svg');
}

.bl {
    border-left: 1px solid #0088CC;
    padding-left: 12px;
    margin-left: 12px;
}

.wp-pagenavi {
    clear: both;
    width: 100%;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 1px 5px !important;
    margin: 1px !important;
    border: 0 !important;
    color: #0088CC;
    font-size: 16px;
    text-transform: uppercase;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 0;
    border-bottom: 1px solid #0088CC;
    color: #0088CC;
}

.pagination .wp-pagenavi a.previouspostslink, .pagination .wp-pagenavi .prev.page-numbers {
    float: left;
    border: 1px solid #0088CC !important;
    border-radius: 4px;
    padding: 2px 15px 4px!important;
    position: relative;
    top: -6px;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-variant: small-caps;
}

.pagination .wp-pagenavi a.nextpostslink, .pagination .wp-pagenavi .next.page-numbers {
    float: right;
    border: 1px solid #0088CC !important;
    border-radius: 4px;
    padding: 2px 15px 4px!important;
    position: relative;
    top: -6px;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-variant: small-caps;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.previouspostslink:focus,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.nextpostslink:focus,
.pagination .wp-pagenavi .prev.page-numbers:hover,
.pagination .wp-pagenavi .prev.page-numbers:focus,
.pagination .wp-pagenavi .next.page-numbers:hover,
.pagination .wp-pagenavi .next.page-numbers:focus {
    color: #FFF;
    background-color: #0088CC;
}

@media (max-width: 1600px) {
    .tns-outer .tns-controls button[data-controls=prev] {
        left: 0;
    }

    .tns-outer .tns-controls button[data-controls=next] {
        right: 0;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1500px) {
    h1, .t-h1 {
        font-size: 58px;
    }

    h2, .t-h2 {
        font-size: 48px;
    }

    .t-h2.min {
        font-size: 40px;
    }

    h3, .t-h3 {
        font-size: 28px;
    }

    h4, .t-h4 {
        font-size: 24px;
    }

    .t-h5.max {
        font-size: 22px;
    }

    h5, .t-h5 {
        font-size: 20px;
    }

    article.max p {
        font-size: 38px;
    }

    article.aux p {
        font-size: 18px;
    }

    p, .t-p {
        font-size: 14px;
    }

    p.aux {
        font-size: 15px;
    }
}

@media (max-width: 1400px) {
    h1, .t-h1 {
        font-size: 50px;
    }

    h2, .t-h2 {
        font-size: 42px;
    }

    .t-h2.min {
        font-size: 36px;
    }

    article.max p {
        font-size: 32px;
    }

    section {
        padding: 100px 0;
    }

    .box {
        padding: 80px 30px 70px;
    }

    .box_segmento {
        padding: 25px;
    }
    .accordion-button {
        font-size: 22px;
    }

    .accordion-body article p {
        font-size: 18px;
    }

    article ul li {
        font-size: 18px;
    }

    article.aux ul li {
        font-size: 18px;
    }

    .margint120 {
        margin-top: 100px;
    }

    .slideFull .item .mask {
        min-height: 550px;
    }
}

@media (max-width: 1300px) {
    p, .t-p {
        font-size: 14px;
    }

    article.max p {
        font-size: 28px;
    }

    .accordion-body article p {
        font-size: 16px;
    }

    article ul li {
        font-size: 16px;
    }

    article.aux ul li {
        font-size: 16px;
    }

    .margint120 {
        margin-top: 80px;
    }

    section {
        padding: 75px 0;
    }

    .slideFull .item .mask {
        min-height: 500px;
    }
}

.visible-sm {
    display: none !important;
}


@media (max-width: 768px) {
    body {
        padding-top: 76px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row>* {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    .text-m-center, .text-m-center.text-start, .text-m-center .text-end {
        text-align: center !important;
    }

    .text-m-left {
        text-align: left !important;
    }

    .text-m-right {
        text-align: right;
    }

    .d-m-block {
        display: block !important;
    }

    .justify-m-center {
        justify-content: center;
    }

    .img-centered-m {
        display: block;
        margin: 0 auto;
    }

    .nomargintm {
        margin-top: 0;
    }

    .margintm10 {
        margin-top: 10px;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm20 {
        margin-top: 20px;
    }

    .margintm30 {
        margin-top: 30px;
    }

    .margintm40 {
        margin-top: 40px;
    }

    .margintm50 {
        margin-top: 50px;
    }

    .margintm60 {
        margin-top: 60px;
    }

    .nopaddingm {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nopaddinglrm {
        padding-left: 0;
        padding-right: 0;
    }

    .nopaddinbgm {
        padding-bottom: 0;
    }

    .nopaddingtm {
        padding-top: 0 !important;
    }

    .paddingtm40 {
        padding-top: 40px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .w-100-m {
        width: 100%;
    }

    .navbar {
        padding: 0;
    }

    .hamb-menu {
        display: flex;
    }
    
    h1, .t-h1 {
        font-size: 30px;
    }

    h2, .t-h2 {
        font-size: 28px;
    }

    .t-h2.min {
        font-size: 26px;
    }

    h3, .t-h3 {
        font-size: 24px;
    }

    h4, .t-h4 {
        font-size: 18px;
    }

    p, .t-p {
        font-size: 16px;
    }

    p.max {
        line-height: 120%;
    }

    .btn {
        font-size: 16px;
        padding: 12px 20px;
    }

    article.max p {
        font-size: 22px;
    }

    footer {
        padding: 20px 0 40px;
    }

    .copy {
        padding: 20px 0;
    }

    .internal-menu ul {
        margin-left: -10px;
        margin-right: -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .internal-menu ul li {
        width: 50%;
        margin: 0;
        padding: 0 10px;
    }

    .internal-menu ul li a {
        width: 100%;
    }

    section {
        padding: 50px 0;
    }

    section.min {
        padding: 40px 0;
    }

    .navbar .topo {
        padding: 10px 0 15px;
    }

    .navbar .navbar-brand {
        max-width: 150px;
    }

    .navigation-desktop ul {
        padding: 15px 0;
        flex-direction: column;
    }

    .navbar .social {
        justify-content: center;
        margin-bottom: 20px;
    }

    .menu-item-has-children .sub-menu {
        text-align: center;
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
        position: inherit;
        width: 100%;
        top: 0;
    }

    /*.menu-item-has-children.open .sub-menu {
        display: block;
        margin-top: 10px;
        width: 100%;
        background: #0a3e5c;
        z-index: 999;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        border: 1px solid #fff;
    }*/

    .navigation-desktop ul li {
        padding: 5px 5px;
        display: flex;
        flex-direction: column;
    }

    .slideFull .item .mask {
        min-height: 400px;
        padding: 20px 30px 50px;
    }

    .slideFull .t-h3 {
        font-size: 20px;
    }

    .tns-nav {
        bottom: 10px;
    }

    .list_parceiros {
        justify-content: center;
        flex-wrap: wrap;
    }

    .list_parceiros .box_parceiros {
        margin-top: 10px;
        width: 33.33333334%;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.33333334% !important;   
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 380px) {
    
}