/* GERAL
=============================================================================== */

/* 
font-family: 'Source Sans Pro', sans-serif;
300,400,700,900 
*/


:root {font-size: 27px; line-height: 42px;}

html {
    font: 400  27px / 42px 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: transparent;
    color: #464544;
}
em {
    color: inherit;
}
body {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a, .uk-link {
    color: #ED1C24;
}
a:hover, a:focus,
.uk-link:hover, .uk-link:focus{
    color: #464544;
}

/*margin-bottom = 15px;*/
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 15px 0;
}

/*margin-top = 15px;*/
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 15px;
}

/*margin-bottom = 30px;*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
}

/*margin-top = 60px; margin-bottom = 30px;*/
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin: 60px 0 30px 0;
}

h1, h2, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #464544;
}
a, .uk-link, .uk-overlay-hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1, .uk-h1 {
    font-size: 1.481rem;
    line-height: 1.852rem;
}

h2, .uk-h2{
    font-size: 1.111rem;
    line-height: 1.556rem;
}

h3, .uk-h3 {
    font-size: 1.037rem;
    line-height: 1.481rem;
}

h4, .uk-h4 {
    font-size: 0.8889rem;
    line-height: 1.556rem;
}

.uk-heading-large {
    font-size: 3.333rem;
    line-height: 3.037rem;
}
.uk-text-primary {
    color: #ed1c24 !important;
}
.uk-contrast .uk-text-primary {
    color: #ed1c24 !important;
}
.uk-text-secondary {
    color: #1d479c !important;
}

small {
    font-size: 14px;
    line-height: 20px;
}
.uk-text-bold {
    font-weight: 900;
}

/*Recaptcha*/
.ginput_recaptcha {
    padding: 30px 0;
}

.ginput_recaptcha > div {
    margin: 0 auto;
}

.ginput_recaptcha iframe {
    margin: 0 auto;
}

.tm-container, .uk-container {
    max-width: 1250px;
    padding: 0 20px;
}
.uk-container-large {
    padding: 0 20px;
}

.via-remove-line-height {
    line-height: 0;
}

.uk-margin-large-top {
    margin-top: 2.407rem !important;
}

.uk-margin-large-bottom {
    margin-bottom: 2.407rem !important;
}
.uk-margin-top {
    margin-top: 1.111rem !important;
}

.uk-margin-bottom {
    margin-bottom: 1.111rem !important;
}

@media(min-width: 1440px){
    .tm-container, .uk-container {
        max-width: 1470px;
    }
    .uk-container-large {
        max-width: 1470px;
    }
}
@media(min-width: 1750px){
    .uk-container-large {
        max-width: 1723px;
    }
}


/******MARGIN REMOVE VIA******/
@media(max-width: 1023px){
    .via-margin-remove-medium {
        margin: 0 !important;
    }
    .via-margin-top-remove-medium {
        margin-top: 0 !important;
    }
    .via-margin-bottom-remove-medium {
        margin-bottom: 0 !important;
    }
    .via-margin-right-remove-medium {
        margin-right: 0 !important;
    }
    .via-margin-left-remove-medium {
        margin-left: 0 !important;
    }
}
@media(max-width: 767px){
    .via-margin-remove-small {
        margin: 0 !important;
    }
    .via-margin-top-remove-small {
        margin-top: 0 !important;
    }
    .via-margin-bottom-remove-small {
        margin-bottom: 0 !important;
    }
    .via-margin-right-remove-small {
        margin-right: 0 !important;
    }
    .via-margin-left-remove-small {
        margin-left: 0 !important;
    }
}

/********VIA FLEX********/
@media(max-width: 1023px){
    .via-flex-center-medium {-ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}
    .via-flex-right-medium {-ms-flex-pack: right; -webkit-justify-content: right; justify-content: right;}
    .via-flex-left-medium {-ms-flex-pack: left; -webkit-justify-content: left; justify-content: left;}
    .via-flex-top-medium {-ms-flex-pack: top; -webkit-justify-content: top; justify-content: top;}
    .via-flex-middle-medium {-ms-flex-align: center; -webkit-align-items: center; align-items: center;}
    .via-flex-bottom-medium {-ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end;}
    .via-flex-disable-medium {display: block;}
    .via-flex-medium {display: flex; display: -ms-flexbox; display: -webkit-flex;}
    .via-flex-disable-medium > *:not(:first-child) {margin-top: 20px;}
}
@media(max-width: 767px){
    .via-flex-center-small {-ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}
    .via-flex-right-small {-ms-flex-pack: right; -webkit-justify-content: right; justify-content: right;}
    .via-flex-left-small {-ms-flex-pack: left; -webkit-justify-content: left; justify-content: left;}
    .via-flex-top-small {-ms-flex-pack: top; -webkit-justify-content: top; justify-content: top;}
    .via-flex-middle-small {-ms-flex-align: center; -webkit-align-items: center; align-items: center;}
    .via-flex-bottom-small {-ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end;}
    .via-flex-disable-small {display: block;}
    .via-flex-small {display: flex; display: -ms-flexbox; display: -webkit-flex;}
    .via-flex-disable-small > *:not(:first-child){margin-top: 20px;}
}

/*******************SLIDERNAV ACTIVE*************************/
.via-slidenav-active .uk-slidenav {
    display: block;
}
@media(max-width: 767px){
    .via-slidenav-active-small .uk-slidenav {
        display: block;
    }
}
@media(min-width: 768px) {
    .via-slidenav-active-medium .uk-slidenav {
        display: block;
    }
}
@media(min-width: 1024px) {
    .via-slidenav-active-large .uk-slidenav {
        display: block;
    }
}
@media(min-width: 1300px) {
    .via-slidenav-active-xlarge .uk-slidenav {
        display: block;
    }
}

/************ LISTA *************/
.uk-list {
    padding-left: 20px;
}
.uk-list li {
    line-height: 26px;
    padding-bottom: 15px;
    position: relative;
}
.uk-list > li:before {
    content: "\f111";
    display: inline-block;
    margin-right: 14px;
    margin-left: -22px;
    font-family: FontAwesome;
    font-size: 10px;
    color: #00657B;
    position: absolute;
    top: -2px;
}
.uk-list > li > :last-child {
    margin-bottom: 0.8824rem;
}
.uk-list > li > a {
    color: #1a74bb;
}
.uk-list > li > a:hover, .uk-list > li > a:focus {
    color: #FFCE26;
}
.via-list-number {
    counter-reset: mynum;
    padding-left: 60px;
}
.via-list-number > li {
    -ms-flex-negative: 1;
    list-style: none;
    min-height: 44px;
    margin-top: 15px;
    padding-top: 10px;
}
.via-list-number li:before {
    content: counter(mynum) " ";
    counter-increment: mynum;
    font-weight: bold;
    color: #1a74bb;
    border: 1px solid #1a74bb;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 21px;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 16px;
    -ms-flex-negative: 1;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    float: left;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin-left: -60px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: -10px;
}
.via-list-check {
    padding-left: 45px;
}
.via-list-check > li:before {
    content: url(/wp-content/uploads/2019/02/icon-check.svg);
    margin-left: -45px;
    position: absolute;
    top: -2px;
}

/*****IFRAME*****/
@media (max-width: 960px){
    iframe {height: 40vh !important; width: 100%;}
}
@media(max-width: 500px){
    iframe {height: 20vh !important; width: 100%;}
}

/* MEDIA GERAL
=============================================================================== */
@media(max-width: 1439px){
    :root {
        font-size: 23px;
        line-height: 32px;
    }
    html {
        font: 400 23px / 32px 'Source Sans Pro', sans-serif;
    }
}
@media(max-width: 1023px){
    :root {
        font-size: 18px;
        line-height: 28px;
    }
    html {
        font: 400 18px / 28px 'Source Sans Pro', sans-serif;
    }
    h1, .uk-h1 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    h2, .uk-h2 {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    h3, .uk-h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .uk-heading-large {
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
}
@media(max-width: 399px){
    :root {
        font-size: 17px;
        line-height: 27px;
    }
    html {
        font: 400 17px / 27px 'Source Sans Pro', sans-serif;
    }
    .uk-heading-large {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }
}

/* BUTTON
=============================================================================== */
.uk-button {
    background: #EBE9E5;
    color: #464544;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    letter-spacing: -.030em;
    font-size: 28px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.uk-contrast .uk-button {
    background: #EBE9E5;
    color: #464544;
}
.uk-button:hover, .uk-button:focus {
    background-color: #ed1c24;
    color: #fff;
}
.uk-contrast .uk-button:hover, 
.uk-contrast .uk-button:focus {
    background-color: #ed1c24;
    color: #fff;
}
.uk-button:before {
    background-color: #ed1c24;
}
.uk-contrast .uk-button:before {
    background-color: #ed1c24;
}
.uk-button-large {
    padding: 13px 25px;
}
.uk-button-primary {
    background: #fff;
}
.uk-button-primary:before {
    background: #464544;
}
.uk-button-primary:hover, 
.uk-button-primary:focus {
    background-color: #464544;
}
@media(max-width: 1439px){
    .uk-button {
        font-size: 23px;
        line-height: 35px;
    }
}
@media(max-width: 1023px){
    .uk-button {
        font-size: 20px;
        padding: 3px 20px;
    }
    .uk-button-large {
        padding: 8px 25px;
    }
}


/* SCROLLBAR
=============================================================================== */

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #464544;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}


/* MENU
=============================================================================== */
.tm-navbar {
    padding: 35px 0;
    background: transparent;
}
.search .tm-navbar,
.single .tm-navbar {
    background: #464544;
}
[data-uk-sticky].uk-active {
    background: #464544;
    padding: 20px 0;
}
.tm-navbar-content {
    padding: 0 20px;
}
.uk-navbar-nav > li > a {
    padding: 0;
    font-size: 0.7407rem;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-navbar-nav > li {
    padding-left: 25px;
    padding-right: 25px;
}
.uk-navbar-nav > li:first-child {
    padding-left: 0;
}
.via-headerbar,
.via-search {
    padding-left: 25px;
}
.wpml-ls-slot-headerbar + .wpml-ls-slot-headerbar {
    padding-left: 25px;
}
.uk-navbar-nav > li.uk-active > a {
    color: #fff;
    font-weight: bold;
}
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a {
    color: #fff;
}
.uk-navbar-nav > li > a:before {
    bottom: -7px;
    left: 0;
    width: 0;
    height: 7px;
    background: #ED1C24;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-navbar-nav > li:hover > a:before, 
.uk-navbar-nav > li > a:focus:before, 
.uk-navbar-nav > li.uk-open > a:before {
    width: 7px;
    height: 7px;
    left: calc(50% - 7px);
}
.uk-navbar-nav > li.uk-active > a:before {
    width: 7px;
    height: 7px;
    left: calc(50% - 7px);
}


/*MENU CONFIRMAÇÃO*/
.via-confirmacao .tm-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
}
.via-confirmacao .uk-panel-box {
    padding: 80px 20px;
    background: #fff;
    color: #444;
    box-shadow: 0 10px 40px rgba(0,0,0,.03);
    border: 1px solid #ECEDF1;
}

@media(max-width: 1219px){
    .uk-navbar-nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .via-headerbar,
    .via-search {
        padding-left: 15px;
    }
    .wpml-ls-slot-headerbar + .wpml-ls-slot-headerbar {
        padding-left: 15px;
    }
}
@media(max-width: 767px){
    .uk-button, .uk-contrast .uk-button {
        font-size: 20px;
        line-height: 32px;
    }
    
}
@media(max-width: 1023px){
    .tm-navbar {
        padding: 15px 0;
    }
    [data-uk-sticky].uk-active {
        padding: 10px 0;
    }
}
@media(max-width: 365px){
    .via-banner-interno {
        height: 100vh !important;
    }
}
@media(min-width: 1400px){
    .tm-navbar-content {
        padding: 0 50px;
    }
}
@media(min-width: 1500px){
    .tm-navbar-content {
        padding: 0 100px;
    }
}

/* SUB-MENU
=============================================================================== */
.uk-dropdown-navbar {
    top: 61px !important;
    background: #dab066;
    width: 310px;
    padding: 15px 20px 15px;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: 0;
    margin-right: 0;
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 0;
    padding-right: 0;
}
.uk-dropdown .uk-nav {
    margin: 0;
}
[data-uk-dropdown-overlay] .uk-dropdown:not(.uk-dropdown-search) {
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: none;
}
.uk-nav-navbar > li > a {
    color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
    padding: 10px 3px;
    font-weight: bold;
    position: relative;
    font-size: .8rem;
    line-height: .9rem;
    letter-spacing: 0;
}
.uk-nav-navbar > li:not(:last-child) > a {
    border-bottom: 2px solid rgba(227,228,233,.2);
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    color: #fff;
}
.uk-nav-dropdown > li.uk-active > a, .uk-nav-navbar > li.uk-active > a {
    color: #fff;
}
.uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 420px;
}
.uk-nav-navbar > li > a:before,
.uk-nav-navbar > li > a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-nav-navbar > li > a:before {
    left: -20px;
}
.uk-nav-navbar > li > a:after {
    right: -20px;
}
.uk-nav-navbar > li > a:hover:before,
.uk-nav-navbar > li > a:focus:before,
.uk-nav-navbar > li.uk-active > a:before {
    width: 17px;
}
.uk-nav-navbar > li > a:hover:after,
.uk-nav-navbar > li > a:focus:after,
.uk-nav-navbar > li.uk-active > a:after {
    width: 17px;
}

/* OFFCANVAS
=============================================================================== */
.uk-navbar-toggle {
    color: #fff;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #fff;
}
.uk-offcanvas-bar {
    background: #464544;
    width: 300px;
}
.uk-offcanvas .uk-panel {
    margin: 0;
    padding: 20px 0;
}
.uk-offcanvas .uk-panel {
    padding: 20px 10px;
}
ul.uk-nav.uk-nav-parent-icon.uk-nav-offcanvas {
    padding: 20px 0px;
}
.uk-offcanvas .uk-search {
    margin: 0;
    border: 3px solid #fff;
}
.uk-offcanvas input.uk-search-field {
    margin-left: 5px;
}
.uk-offcanvas .uk-search:before {
    left: 3px !important;
}
.uk-nav.uk-nav-offcanvas .uk-nav-sub {
    padding-left: 20px;
    padding-right: 20px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: transparent;
    color: #ED1C24;
    
}
.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 6px 10px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
ul.uk-nav-sub {
    font-size: 16px;
}
.uk-offcanvas .uk-button + .uk-button {
    margin-top: 15px;
}
.uk-nav-offcanvas ul a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
}
.uk-nav-parent-icon > .uk-parent > a:after {
    content: "\f107";
    width: 25px;
    margin-right: 0;
    float: none;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: bold;
    margin-left: 20px;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: "\f106";
}
.uk-offcanvas .uk-search:before {
    color: #fff;
    right: 0;
    top: 3px;
}
.uk-offcanvas .uk-search-field {
    width: 100%;
    color: #fff;
    position: relative;
    top: -4px;
    cursor: text;
    padding-left: 30px;
    height: 35px;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 0 35px;
    padding-right: 30px;
}
.uk-offcanvas .uk-search-field:focus, 
.uk-offcanvas .uk-search.uk-active .uk-search-field {
    width: 100%;
    background: transparent;
    padding-left: 30px;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 2px;
    color: #fff;
}
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
.uk-nav-sub > li.uk-active > a {
    background: transparent;
    color: #fff;
}
.uk-offcanvas input:-ms-input-placeholder, .uk-offcanvas textarea:-ms-input-placeholder {
    color: #fff !important;
    font-size: 18px;
}
.uk-offcanvas input::-moz-placeholder, .uk-offcanvas textarea::-moz-placeholder {
    color: #fff !important;
    font-size: 18px;
}
.uk-offcanvas input::-webkit-input-placeholder, .uk-offcanvas textarea::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 18px;
}
.uk-offcanvas .uk-close {
    opacity: 1;
    font-weight: bold;
    color: #fff;
}
.uk-close:after {
    font-size: 14px;
    font-weight: bold;
}

@media(max-width: 767px){
    .uk-offcanvas .uk-search:before {
        top: 0px;
    }
    .uk-offcanvas .uk-search-field {
        top: 0px;
    }
}
@media(max-width: 365px){
    .uk-offcanvas-bar {
        width: 275px;
    }
}


/* TM-TOP-A
=============================================================================== */
#tm-top-a {
    top: -112px;
    margin-bottom: -112px;
}
.uk-slideshow .uk-overlay-panel {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 112px; /*varia de acordo com a altura do menu*/
    padding-bottom: 40px;
    box-sizing: border-box;
}
.via-corte-bottom {
    position: relative;
}
.uk-slideshow li:before,
.via-corte-bottom:before {
    content: "";
    background: url(/wp-content/uploads/2019/11/corte-base.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}
.uk-slidenav {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
    color: #464544;
    font-weight: bold;
}
.uk-slidenav-contrast {
    color: #ffffff;
}
.via-banner-interno {
    padding-top: 112px;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 0;
}

@media(max-width: 1023px){
    #tm-top-a {
        top: -72px;
        margin-bottom: -72px;
    }
    .uk-slideshow .uk-overlay-panel {
        padding-top: 72px;
        background: rgba(0,0,0,.2);
    }
    .via-banner-interno {
        padding-top: 126px;
        height: auto !important;
        padding-bottom: 60px;
    }
}
@media(max-width: 767px){
    .uk-slideshow .uk-cover-background {
        background-position: 65% 50%;
    }
}
@media(min-width: 1440px){
    .uk-slideshow .uk-overlay-panel {
        max-width: 1470px;
    }
}

/* TM-TOP-B
=============================================================================== */
.via-photo-large + .via-photo-large {
    margin-top: 80px;
}
.via-col-photos-small {
    margin-left: 65px;
}
.via-photo-small + .via-photo-small {
    margin-top: 48px;
}

/* TM-TOP-C
=============================================================================== */
.uk-tab {
    border-bottom: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.uk-tab > li {
    width: 100%;
}
.uk-tab > li > a {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #787674;
    background: #ebe9e5;
    padding: 29px 15px;
    border: none;
}
.uk-tab > li:nth-child(n+2) > a {
    margin-left: 24px;
}
.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
    background: #787674;
    color: #fff;
}
.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 0;
    padding-bottom: 29px;
}
.uk-tab > li > a:hover:before, .uk-tab > li > a:focus:before, .uk-tab > li.uk-open > a:before {
    display: none;
}
.uk-tab > li > a:before {
    display: none;
}
.uk-tab > li.uk-active > a {
    color: #464544;
    background: #fff;
}
.uk-switcher {
    margin: 0 !important;
}
.uk-switcher li {
    background: #fff;
    padding: 40px 50px;
}

.uk-tab > li.uk-tab-responsive > a {
    padding: 15px 40px 15px 20px;
    text-transform: uppercase;
    border: none;
    border-bottom: transparent;
    font-size: 20px;
    margin-bottom: -1px;
    text-align: left;
}
.uk-tab-responsive::after {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #464544;
    top: calc(50% - 9.5px);
    right: 13px;
    position: absolute;
    font-size: 17px;
}
.uk-tab-responsive.uk-open::after {
    color: #fff;
}
.uk-nav-dropdown > li.uk-active > a {
    display: none;
}
.uk-tab > li.uk-active.uk-open > a {
    background: #787674;
    color: #fff;
}
.uk-dropdown-small {
    box-shadow: 0 20px 25px 0px rgba(0, 0, 0, 0.2);
    white-space: normal;
    padding: 0;
    left: 0px !important;
    top: 53px !important;
    width: 100%;
}
.uk-tab-responsive.uk-active.uk-open .uk-dropdown {
    background: #787674;
    min-width: max-content;
}
.uk-nav.uk-nav-dropdown {
    background: #787674;
    padding: 20px;
}
.uk-dropdown-small .uk-nav > li > a {
    padding: 8px 6px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1rem;
    color: #fff;
    font-weight: bold;
}

@media(max-width: 1023px){
    .uk-tab > li > a {
        font-size: 21px;
        padding: 20px 10px;
    }
}
@media(max-width: 767px){
    .uk-tab > li > a {
        font-size: 21px;
        padding: 20px 62px;
    }
    .uk-tab {
        display: block;
    }
    .uk-tab > li {
        width: auto;
    }
    .uk-tab > li:nth-child(n+2) > a {
        margin-left: 0;
    }
    .uk-switcher li {
        padding: 40px 30px;
    }
}

/* TM-TOP-d
=============================================================================== */

/* TM-MAIN
=============================================================================== */
.home #tm-main {
    display: none;
}
.uk-panel > .uk-panel-teaser {
    border: 2px solid #EBE9E5;
    margin: 0;
}
.uk-modal {
    background: rgba(255,255,255,.75);
    transform: none;
    right: -100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-modal.uk-open {
    right: 0;
}
.uk-modal-dialog-blank {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: none;
    margin-left: auto;
}
.uk-open .uk-modal-dialog {
    right: 0;
}
.via-border-logo-modal {
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.via-border-logo-modal:before,
.uk-modal-close:before {
    content: "";
    bottom: -7px;
    position: absolute;
    background: #EEEEEE;
    z-index: -1;
}
.via-border-logo-modal:before {
    width: calc(100% + 14px);
    left: -7px;
    height: calc(50% + 7px);
}
.uk-modal-close:before {
    width: calc(50% + 7px);
    right: -7px;
    height: calc(100% + 14px);
    border-radius: 0 50px 50px 0;
}
.uk-modal-dialog-blank .uk-modal-close:first-child:hover {
    background: #ed1c24;
    color: #fff;
    border: none;
}

.via-modal-content {
    margin-top: -75px;
}

.uk-modal .uk-text-small {
    font-size: 16px;
    line-height: 25px;
}
.uk-modal .uk-text-large {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}
.uk-modal .uk-grid.uk-grid-divider.uk-text-left {
    border: 1px solid #EBE9E5;
    border-radius: 8px;
    padding: 25px 15px;
}
.uk-modal .uk-grid-divider:not(:empty) {
    margin-left: 0;
    margin-right: 0;
}
.uk-grid-divider > div:first-child {
    padding-left: 0;
}
.uk-grid-divider > div:last-child {
    padding-right: 0;
}

figure.uk-overlay.uk-overlay-hover.uk-panel {
    border-radius: 20px;
}
.uk-overlay .uk-overlay-background,
.uk-overlay-hover .uk-overlay-background {
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uk-overlay-hover:hover .uk-overlay-background,
.uk-overlay-hover:focus .uk-overlay-background,
.uk-overlay-hover.uk-hover .uk-overlay-background {
    background: rgba(0,0,0, 0.6);
}
figure .uk-overlay-panel h3 {
    font-size: 25px;
    line-height: 25px;
}
figure .uk-overlay-panel p,
figure .uk-overlay-panel small {
    font-size: 14px;
    line-height: 25px;
    color: #c5c5c5;
}
figure .uk-overlay-panel > div {
    line-height: 0;
}
.uk-modal-dialog-blank .uk-block {
    position: unset;
}
figure .uk-overlay-panel > .uk-text-center {
    position: absolute; 
    z-index: 2; 
    left: 0; 
    bottom: 20px;
}

@media(max-width: 1023px){
    figure .uk-overlay-panel {
        padding-bottom: 70px !important;
    }
    .uk-grid-large .uk-grid-margin {
        margin-top: 40px;
    }
}
@media(max-width: 767px){
    .uk-modal-close:before {
        display: none;
    }
    .uk-grid-divider > * {
        padding-left: 0;
        padding-right: 0;
    }
    .uk-modal {
        background: rgba(255,255,255,1);
    }
    .uk-modal-dialog-blank .uk-modal-close {
        background: #ed1c24;
        padding: 13px;
        border-radius: 50px;
        position: absolute;
        right: 10px;
        top: 10px;
        opacity: 1;
        color: #fff;
    }
    .uk-modal-dialog-blank .uk-modal-close:first-child:hover {
        background:  #464544;
        color: #fff;
    }
    .uk-overflow-container {
        padding-right: 20px;
        margin-right: -20px;
    }
    .via-blackground-modal {
        height: 170px !important;
    }
    
}
@media(min-width: 768px){
    .uk-modal-dialog-blank {
        width: 90%;
        height: max-content;
        min-height: 100%;
    }
    .uk-modal-dialog-blank .uk-modal-close:after {
        font-size: 44px;
        content: "\f104";
        font-family: FontAwesome;
        font-weight: normal;
        margin-left: -5px;
    }
    .uk-modal-dialog-blank .uk-modal-close:first-child {
        width: 75px;
        height: 75px;
        position: absolute;
        border-radius: 50px;
        background: #fff;
        opacity: 1;
        color: #AAAAAA;
        left: -37.5px;
        top: calc(50vh - 37.5px);
        border: 1px solid #EEEEEE;
    }
}
@media(min-width: 1300px){
    .uk-modal-dialog-blank {
        width: 70%;
    }
}
@media(min-width: 1600px){
    .uk-modal-dialog-blank {
        width: 50%;
    }
}

/* TM-BOTTOM-A
=============================================================================== */

@media(min-width: 1024px){
    .via-width-text-cubo {
        max-width: 93%;
    }
}

/* TM-BOTTOM-B
=============================================================================== */

/* TM-BOTTOM-C
=============================================================================== */
.via-author small {
    color: #787674;
}
.via-post .uk-margin-large-bottom {
    margin-bottom:  1.481rem !important;
}
.via-post .uk-overlay-hover:hover p:not(.uk-article-meta) {
    color: #ed1c24;
}

/* TM-BOTTOM-D
=============================================================================== */
.via-footer {
    padding: 36px 0;
    background: #464544;
    color: #EBE9E5;
}
.via-footer em {
    color: #EBE9E5;
}
.uk-icon-button {
    width: 18px;
    height: 18px;
    line-height: 20px;
    font-size: 11px;
    border: none;
    background: #787674;
    color: #fff;
}
.uk-icon-button.uk-icon-mouse-pointer {
    background: #EB6856;
}


/** panel **/
figure .uk-overlay-panel .uk-icon-button:not(:hover) {
    background: #C5C5C5;
    color: #595959;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
    background: #EB6856;
    color: #fff;
}
.uk-icon-button.uk-icon-facebook:hover,
.uk-icon-button.uk-icon-facebook:focus {
    background: #3B5998;
    color: #fff;
}
.uk-icon-button.uk-icon-instagram:hover,
.uk-icon-button.uk-icon-instagram:focus {
    background: #E4405F;
    color: #fff;
}
.uk-icon-button.uk-icon-youtube-play:hover,
.uk-icon-button.uk-icon-youtube-play:focus {
    background: #FF0000;
    color: #fff;
}
.uk-icon-button.uk-icon-twitter:hover,
.uk-icon-button.uk-icon-twitter:focus {
    background: #1DA1F2;
    color: #fff;
}
.uk-icon-button.uk-icon-linkedin:hover,
.uk-icon-button.uk-icon-linkedin:focus {
    background: #0077B5;
    color: #fff;
}
.uk-icon-button.uk-icon-mouse-pointer:hover,
.uk-icon-button.uk-icon-mouse-pointer:focus {
    background: #787674;
    color: #fff;
}


.via-icon-button-color.uk-icon-facebook,
.via-icon-button-color.uk-icon-facebook {
    background: #3B5998;
    color: #fff;
}
.via-icon-button-color.uk-icon-instagram,
.via-icon-button-color.uk-icon-instagram {
    background: #E4405F;
    color: #fff;
}
.via-icon-button-color.uk-icon-youtube-play,
.via-icon-button-color.uk-icon-youtube-play {
    background: #FF0000;
    color: #fff;
}
.via-icon-button-color.uk-icon-twitter,
.via-icon-button-color.uk-icon-twitter {
    background: #1DA1F2;
    color: #fff;
}
.via-icon-button-color.uk-icon-linkedin,
.via-icon-button-color.uk-icon-linkedin {
    background: #0077B5;
    color: #fff;
}
.via-icon-button-color.uk-icon-mouse-pointer,
.via-icon-button-color.uk-icon-mouse-pointer {
    background: #787674;
    color: #fff;
}

.via-icon-button-color:hover,
.via-icon-button-color:focus {
    background: #787674 !important;
    color: #fff;
}



@media(max-width: 1023px){
    .uk-icon-button {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 17px;
    }
    .uk-icon-mouse-pointer:before {
        content: "\f245";
        margin-right: -4px;
    }
}
@media(max-width: 767px){
    .via-footer h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

/* BLOG
=============================================================================== */
.uk-article-title:hover a,
.uk-article-title:focus a {
    color: #f43455;
    text-decoration: none;
}
.uk-article-meta {
    font-size: 14px;
    line-height: 21px;
    color: #787674;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.tm-leading-article + * .tm-article:first-child, .tm-article + .tm-article {
    margin-top: 50px;
}
.uk-pagination > .uk-active > span {
    background: #F43455;
    color: #fff;
    border-color: #F43455;
}
.uk-pagination > li:nth-child(n+2) {
    margin-left: 15px;
}
.uk-pagination > li > a, .uk-pagination > li > span {
    padding: 5px 16px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 80px;
    color: #F43455;
    border: 1px solid transparent;
    border-radius: 5px;
}
.uk-pagination > li:last-child > a,
.uk-pagination > li > a:hover, .uk-pagination > li > a:focus {
    color: #F43455;
    border: 1px solid #F43455;
}
.uk-search {
    width: 100%;
}

.uk-search-field {
    width: 100%;
    padding: 0 35px 0 0;
    height: 56px;
    font-size: 22px;
    color: #6F777D;
    padding-left: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    border: 1px solid #dbdbdb;
    text-transform: capitalize;
}
.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 100%;
}
.uk-search:before {
    top: calc(50% - 18px);
    font-size: 21px;
    color: #00a8a8;
    right: 5px;
}
aside .uk-list > li {
    font-weight: 600;
    padding-bottom: 5px;
}
aside .uk-list-line > li:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.single .tm-article-image {
    margin: 40px 0;
}
aside h3 {
    margin-bottom: 20px;
}
.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #6F777D;
}
.uk-breadcrumb > li:nth-child(n+2):before {
    content: "-";
    display: inline-block;
    margin: 0 6px;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    display: inline-block;
    color: #6F777D;
}
.uk-form-row > input, .uk-form-row > textarea {
    width: 100%;
}
.uk-form-row > textarea {
    min-height: 120px;
}

.tm-navbar .uk-dropdown-search {
    margin-top: 90px;
}
.uk-dropdown-search {
    margin-top: 5px;
    padding: 20px 0;
    background-color: #adabab;
    width: 320px;
}
.uk-nav-search > li > a > div {
    font-weight: normal;
    margin-top: 5px;
    font-size: 14px;
}
.uk-nav-search .uk-nav-header,
.uk-nav-search > li > a {
    font-weight: bold;
    line-height: initial;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
.uk-nav-search .uk-nav-header {
    font-size: 16px;
}
.uk-nav-search > li.uk-active > a {
    color: #7d237d;
}
.uk-nav-search .uk-nav-divider {
    border-top: 10px solid transparent;
}

/* MEDIA BLOG
=============================================================================== */
@media (max-width: 1023px){
    .uk-breadcrumb {
        display: none;
    }
}
@media (max-width: 767px){
    .tm-article-image {
        height: 200px !important;
    }
}
@media (min-width: 960px){
    .uk-form-row > input, .uk-form-row > textarea {
        width: 80%;
    }
}



/* FOOTER
=============================================================================== */



/* GRAVITY FORMS
=============================================================================== */

/*********************** FORM GERAL *******************************/
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    height: 60px;
    font-size: 27px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #464544;
    box-shadow: none;
    color: #464544;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0 !important;
    padding: 0 20px !important;
}
.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="color"]:focus {
    outline: 0;
    border: 1px solid #464544;
    background: #ffffff;
    color: #464544;
}
.gform_wrapper textarea.large {
    height: 100px;
    width: 100%;
}
.gform_wrapper li.gfield {
    position: relative;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin: 0;
}
.gform_wrapper:not(.gf_simple_horizontal_wrapper) ul.gform_fields li:not(.gf_right_half):not(.gf_left_half) {
    padding-right: 0;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px;
}
body .gform_wrapper ul li.gfield:not(:first-child) {
    margin-top: 20px;
}
/*********************** FIM FORM GERAL *******************************/

/*********************** FORM HORIZONTAL *******************************/

.gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
    max-width: 100%;
}
.gform_wrapper form.gf_simple_horizontal {
    width: 100%;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    padding-right: 0.625rem !important;
}
.gform_wrapper .gf_simple_horizontal li.hidden_label input {
    margin-top: 0 !important;
}
/*********************** FIM FORM HORIZONTAL *******************************/


/***************** RADIO / CHECKBOX************************/
.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
    height: 14px !important;
    background: #F9FAFB !important;
    border-radius: 50px !important;
    margin-top: 0 !important;
    border: 1px solid #DAE2EB !important;
    box-shadow: 0 0 0 1px #DAE2EB;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 14px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: .800em;
}
/***************** FIM RADIO / CHECKBOX************************/

/***************** INICIO LABEL ************************/
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 27px;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 27px !important;
    color: #464544;
    margin-bottom: 10px;
    font-weight: bold;
}
/***************** FIM LABEL ************************/
/************************* PLACEHOLDER ************************************/

input:-ms-input-placeholder,  textarea:-ms-input-placeholder {
    color: #464544;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #464544;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #464544;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
}
.uk-contrast input:-ms-input-placeholder,  .uk-contrast textarea:-ms-input-placeholder {
    color: rgba(255,255,255,.4) !important;
}
.uk-contrast input::-moz-placeholder, .uk-contrast textarea::-moz-placeholder {
    color: rgba(255,255,255,.4) !important;
}
.uk-contrast input::-webkit-input-placeholder, .uk-contrast textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.4) !important;
}

/************************ FIM PLACEHOLDER *********************************/

/************** ERROR *******************/
.gform_wrapper div.validation_error {
    display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0;
    background: 0 0;
    margin: 0;
    padding: 0;
    margin-bottom: 30px !important;
}
.gform_wrapper table.gfield_list thead th {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: normal;
}

.gfield_contains_required .ginput_container_textarea.ginput_container:before {
    top: 27px;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    position: relative;
}
.gform_wrapper textarea.medium {
    padding: 20px;
}
.gform_wrapper .field_description_below .gfield_description {
    background: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #A6A8AB;
    font-weight: normal;
    margin: 0;
    position: relative;
    padding: 2px 5px !important;
    max-width: max-content !important;
    text-align: left;
    text-transform: none;
    height: auto;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 6px;
    
}
.gfield_description.validation_message {
    background: #e21f1f !important;
    color: #fff !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.gform_wrapper .gfield_required {
    color: #e21f1f;
    margin-left: 5px;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #e21f1f;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e21f1f;
}
.gform_wrapper .top_label .gfield_error select {
    border: 1px solid #e21f1f;
}

/********FIM ERROR**********/

/*********************** BOTÃO FORMULÁRIO *******************************/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #EBE9E5;
    color: #464544;
    padding: 25px 33px;
    border-radius: 0;
    border: none;
    line-height: 20px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
    letter-spacing: -.030em;
    font-size: 28px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
    background: #ed1c24;
    color: #fff;
}
/*********************** FIM BOTÃO FORMULÁRIO *******************************/


.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    width: 100% !important;
}

/* MEDIA FORMS
=============================================================================== */

@media(max-width: 1439px){
    .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
        height: 58px;
        font-size: 23px !important;
    
    }
    .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
        font-size: 23px;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 23px;
    }
}
@media(max-width: 1023px){
    .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
        height: 50px;
        font-size: 18px !important;
    
    }
    .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
        font-size: 18px;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 20px;
        padding: 14px 30px;
    }
}

@media (max-width:768px){
    
    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        margin-top: 0;
        max-width: 100%;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 20px;
        min-height: 2rem;
        padding: 20px 25px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100%;
        padding-right: 0;
        float: none;
    }
}
@media(max-width: 399px){
    .uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
        height: 50px;
        font-size: 17px !important;
    
    }
    .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
        font-size: 17px;
    }
}
@media(min-width: 768px){
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-right: 0;
        width: calc(50% - 20px);
    }
    .gform_wrapper .top_label li.gfield.gf_right_half {
        float: right;
    }
}


/*********** 404 *************/

.error .tm-headerbar {
    top: 0px; 
    width: 100%; 
    left: 0px; 
    position: fixed; 
    padding: 2rem 0 !important;
}
body.error {
    background: #00154e;
    color: #fff;
}
body.error svg {
    width: auto;
    height: 80px;
}
.tm-error-icon {
    font-size: 16.67rem;
    color: #fff;
}
.tm-error-headline {
    font-size: 5.882rem;
}
body.error .tm-navbar {
    background: transparent;
    box-shadow: none;
    height: auto;
    border: none;
    padding: 0;
}
body.error .tm-error-headline, body.error h2 {
    color: #fff;
}
body.error .nuvens {
    background: url(/wp-content/uploads/2019/01/nuvens.png);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 230px;
    display: inline;
    left: 0;
}
body.error h1, body.error h2, body.error p, body.error .uk-button {
    z-index: 1;
    position: relative;
}
body.error h1:before {
    display: none;
}
body.error .uk-button-large {
    line-height: 4rem !important;
}
@media (max-height: 768px) {
    .tm-error-icon {
        font-size: 10.67rem;
    }
    body.error h2 {
        color: #fff;
        text-shadow: 0 10px 30px rgba(0,0,0,0.6);
    }
    body.error h1, body.error h2 {
        margin: 2.059rem 0 1.875rem 0;
    }
}
@media (max-width: 478px) {
    .tm-error-icon {
        font-size: 10rem;
    }
    .tm-error-headline {
        font-size: 4rem;
    }
    body.error svg {
        height: 75px;
    }
}


.tm-sidebar-a .wpusb {display: none;}



.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: 20px;
    height: 20px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    font-size: 20px !important;
    color: #fff !important;
    margin-left: .4em !important;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    line-height: 1;
}
.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
}
.wpml-ls-legacy-list-horizontal>ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}