/*!
Theme Name: Tema Tray 2022
Theme URI: http://underscores.me/
Author: Tray
Author URI: http://underscores.me/
Description: Template para www.tray.com.br desenvolvido em 2022.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tema_tray

Tags: tray

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Global style
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Header
	- Footer
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Login Popout header
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Mobile



--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
 */

/* Grouping contenth
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

a,
a:active,
a:focus {
    outline: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/*--------------------------------------------------------------
/* Global style
--------------------------------------------------------------*/

.title :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 100;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: inline-block;
    clear: both;
    margin: 0;
    margin-bottom: 12px;
}

.subtitle_a :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: block;
    margin: 0;
}

.subtitle_a strong {
    color: #002c6a;
}

.subtitle_a:visited {
    color: #002c6a;
}

.subtitle_b :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #43a0d6;
    display: block;
    margin: 0;
    margin-bottom: 52px;
}

/* layout desktop menor 1366px   */
@media only screen and (max-width: 1366px) {
    .title :is(h1, h2, h3, h4, h5, h6) {
        font-size: 41px;
        line-height: 49px;
    }
    .p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .subtitle_a :is(h1, h2, h3, h4, h5, h6) {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .subtitle_b :is(h1, h2, h3, h4, h5, h6) {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 5px;
    }
}

title strong {
    font-weight: 600;
}

.title_login {
    font-weight: 100;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
    color: #002c6a;
}

/* layout desktop menor 1366px   */
@media only screen and (max-width: 1366px) {
    .subtitle_b :is(h1, h2, h3, h4, h5, h6) {
        margin-bottom: 29px;
    }
}
/* layout desktop menor 1024px   */
@media only screen and (max-width: 1024px) {
    .subtitle_b :is(h1, h2, h3, h4, h5, h6) {
        margin-bottom: 29px;
    }
}

.subtitle_b {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #43a0d6;
    display: block;
}

.subtitle_b strong {
    color: #43a0d6;
}

.subtitle_b:visited {
    color: #43a0d6;
}

.subtitle_c :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: block;
    margin: 0;
}

.subtitle_c {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: block;
}

.subtitle_c strong {
    color: #002c6a;
}

.subtitle_c:visited {
    color: #002c6a;
}

.subtitle_d :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: block;
    margin: 0;
}

.subtitle_d {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: block;
}

.subtitle_d strong {
    color: #002c6a;
}

.subtitle_d:visited {
    color: #002c6a;
}

.subtitle_excep h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #fca702;
    display: block;
    margin: 0;
    margin-bottom: 13px;
}

.p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #002c6a;
    display: inline-block;
    margin-bottom: 7px;

    margin-block-start: 0px;
    margin-block-end: 19px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.p strong {
    font-weight: 700;
}

.cta {
    background: #7b9b0e;
    border-radius: 25px;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 54px 9px 54px;
    border-style: none;
    cursor: pointer;
}

.cta:visited {
    color: #ffffff;
}

.cta:hover {
    background: #647f22;
    color: #ffffff;
}

.cta_mob {
    background: #7b9b0e;
    border-radius: 25px;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 26px 9px 26px;
    border-style: none;
    cursor: pointer;
}

.cta_mob:visited {
    color: #ffffff;
}

.cta_mob:hover {
    background: #647f22;
    color: #ffffff;
}

.cta_feat {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-decoration-line: none;
    border-radius: 25px;
    color: #7b9b0e;
    border: 1px solid #7b9b0e;
    padding: 9px 25px 9px 25px;
    background: transparent;
    width: 300px;
    text-align: center;
}

.cta_feat:visited {
    color: #7b9b0e;
}

.cta_feat:hover {
    background: rgba(123, 155, 14, 0.2);
    color: #7b9b0e;
}

.cta_feat_white {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-decoration-line: none;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 25px 9px 25px;
    background: transparent;
}

.cta_feat_white:visited {
    color: #fff;
}

.cta_feat_white:hover {
    color: #002c6a;
    background: #fff;
}

#header_cta {
    display: none;
}

.header_cta {
    text-align: right;
    max-width: 349px;
    width: 100%;
    margin-top: 43px;
}
@media screen and (min-width: 992px) and (max-width: 1279.98px) {
    #header_cta {
        max-width: 200px !important;
    }
}
.header_cta_btn {
    background: #7b9b0e;
    border-radius: 25px;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 14px 9px 14px;
    border-style: none;
}

.header_cta_btn:visited {
    color: #ffffff;
}

.header_cta_btn:hover {
    background: #647f22;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .header_cta_btn {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .header_cta_btn {
        font-size: 12px;
    }
}

.cta_seller_container {
    display: none;
}

.cta_seller_container_nav {
    display: none;
}

.header_lw_client {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.header_lw_seller {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.header_mobile {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
    top: 0;
}

@media screen and (min-width: 992px) {
    .header_mobile {
        display: none;
    }
}

.header_mobile_logo {
    display: none;
}

.header_mobile_login {
    display: none;
}

.cta_login {
    background: #43a0d6;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
    border-style: none;
    margin-left: 7px;
    cursor: pointer;
}

.cta_login:visited {
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    .cta_feat {
        font-size: 18px;
    }

    .header_mobile_logo {
        display: block;
        margin-top: 31px;
        margin-left: 31px;
        float: left;
    }

    .header_mobile_logo img {
        width: 83px;
        height: 37px;
    }

    .header_mobile_login {
        width: 174px;
        display: flex;
        justify-content: end;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #002c6a;
        margin-right: 31px;
        margin-top: 31px;
    }

    .header_mobile_login span {
        margin-top: 4px;
    }
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif, 'Open Sans', sans-serif, Oxygen-Sans,
        Ubuntu, Cantarell, 'Helvetica Neue';
    font-size: 1rem;
    line-height: 1.5;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Courier 10 Pitch', courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
}

ul {
}

ol {
}

li > ul,
li > ol {
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #4169e1;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
}

select {
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.header_lw_top {
    background-color: #252d69;
    position: relative;
    z-index: 9999;
    display: none;
}

@media screen and (min-width: 1200px) {
    .header_lw_top {
        display: block;
    }
}

.header_lw {
    display: flex;
    justify-content: space-between;
    max-width: 1270px;
    margin: 0 auto;
    height: 36px;
    padding: 7px 10px;
}

.header_lw_left {
    display: flex;
    justify-content: flex-start;
    width: 70%;
}

.header_lw_right {
    width: 235px;
}

.header_lw_menu {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.header_lw_menu a {
    text-decoration-line: underline;
    font-weight: 400;
    color: #43a0d6;
}

.header_lw_icon {
    float: left;
    margin-top: 7px;
    margin-right: 6px;
}

.site-header {
    max-width: 1270px;
    margin: 0 auto;
    height: 115px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 991.98px) {
    .site-header {
        display: flex !important;
        flex-direction: row-reverse;
        bottom: 0;
        background: #fff;
        z-index: 999;
        width: 100%;
        padding: 20px 30px;
        height: 81px;
        align-items: center;
        position: fixed;
    }

    .site-header .site-branding {
        display: none;
    }

    .site-header #header_cta {
        display: flex !important;
        margin-top: 0 !important;
    }

    .site-header .main-navigation {
        width: auto;
        padding: 0;
    }
}

.site-branding {
    display: flex;
    justify-content: flex-start;
    width: 10%;
    padding-top: 37px;
    margin: 0 !important;
}
.header-fixed .site-branding {
    align-items: center;
}

/* Footer
--------------------------------------------- */

.footer_frame {
    width: 100%;
    margin-bottom: -24px;
}

.footer_bg {
    background-color: #002c6a;
}

.footer_bg_mob {
    display: none;
}

.footer_locaweb {
    background-color: #e5e5e5;
}

.footer_subframe {
    display: flex;
    justify-content: space-evenly;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 96px;
}

.footer_title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}

.footer_title_space {
    font-style: normal;
    padding-top: 32px;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
}

.footer_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_list a {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
}

.footer_subframe_logos {
    display: flex;
    justify-content: space-between;
    max-width: 991px;
    margin: 0 auto;
    padding-top: 90px;
}

.footer_column_left {
    display: flex;
    justify-content: flex-start;
}

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

.footer_social ul {
    display: flex;
    align-items: center;
    margin: 20px 0;
    list-style: none;
}

.footer_social li {
    margin: 0 5px;
}

.footer_social {
    margin-left: -20px;
}

.footer_column_selo img {
    height: 35px;
    padding-left: 20px;
}

.footer_column_selo {
    padding-top: 6px;
}

.footer_subframe_adress {
    max-width: 967px;
    margin: 0 auto;
    padding-top: 17px;
    color: #ffffff;
}

.footer_subframe_adress p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.footer_subframe_locaweb {
    background-color: #e5e5e5;
    margin-top: 64px;
}

.footer_locaweb {
    display: flex;
    justify-content: space-evenly;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
}

.footer_space_left {
    width: 44%;
}

.footer_copyright {
    width: 11%;
    text-align: center;
}

.footer_copyright img {
    width: 118px;
}

.footer_space_right {
    width: 44%;
    text-align: left;
}

.footer_space_right span {
    font-size: 15px;
    padding-left: 40px;
}

@media only screen and (max-width: 1023.98px) {
    .footer_bg {
        display: none;
    }

    .footer_bg_mob {
        display: block;
        background-color: #002c6a;
    }

    .footer_list ul {
        padding-left: 12px;
    }

    .footer_subframe {
        display: block;
        /* max-width: 297px; */
        margin: 0 auto;
        padding: 60px 30px 30px;
    }

    .footer_title_space {
        padding-top: 0;
    }

    .footer_row_01 {
        display: flex;
        justify-content: space-between;
        /* width: 297px; */
        padding: 0 30px;
        margin: 40px auto 0 auto;
    }

    .footer_row_02 {
        display: flex;
        justify-content: space-between;
        /* width: 297px; */
        padding: 0 30px;
        margin: 10px auto 0 auto;
    }

    .footer_column_selo img {
        padding-left: 0px;
    }

    .footer_subframe_logos {
        /* max-width: 297px; */
        padding: 35px 30px 0;
    }

    .footer_column_left {
        display: block;
    }

    .footer_social ul {
        display: flex;
        margin: 5px 0 0 0;
        list-style: none;
        margin-left: -13px;
    }

    .footer_subframe_adress {
        /* max-width: 297px; */
        margin: 0 auto;
        padding: 12px 30px 0;
    }

    .footer_subframe_locaweb {
        margin-top: 45px;
    }

    .footer_space_left {
        display: none;
    }

    .footer_locaweb {
        justify-content: start;
        max-width: 297px;
    }

    .footer_copyright {
        width: 46%;
    }

    .footer_space_right {
        width: 54%;
        text-align: left;
        padding-left: 9px;
        line-height: 16px;
    }

    .footer_space_right span {
        font-size: 12px;
        padding-left: 0px;
    }

    .footer_expand {
        width: 100%;
        transition: 0.4s;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 40px;
        color: #ffffff;
    }

    .footer_expand:after {
        content: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/09/arrow-white.svg);
        position: absolute;
        right: 30px;
    }

    .active:after {
        content: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/09/arrow-white-up.svg);
    }

    .footer_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.footer_anchor {
    display: block;
    margin-top: -34px;
    position: absolute;
    right: 307px;
}

@media only screen and (max-width: 1400px) {
    .footer_anchor {
        right: 112px;
    }
}

@media only screen and (max-width: 1366px) {
    .footer_anchor {
        display: none;
    }
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 18px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 41px;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

@media screen and (min-width: 992px) {
    .main-navigation ul ul a {
        font-weight: 700;
        font-size: 25px;
        line-height: 29px;
        color: #43a0d6;
        padding-left: 7px;
    }
    .main-navigation ul ul a:hover {
        color: #43a0d6;
    }
    /* posição menu recursos */

    #menu-item-38:hover > ul,
    #menu-item-38.focus > ul {
        background-color: #fff;
        width: 900px;
        box-shadow: 0px 5px 90px rgb(0 0 0 / 20%);
        float: left;
        position: absolute;
        top: 100%;
        left: -280px;
        z-index: 99999;
        padding: 30px 40px;
    }
    #menu-item-38 > ul:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100px;
        height: 10px;
        background: #43a0d6;
        left: 310px;
    }
    #menu-item-38 {
        padding-right: 12px;
    }
    .nav-menu .menu-item-has-children .sub-menu .menu-item {
        padding-left: 0;
        min-width: 170px;
        margin: 4px 0;
    }
    .nav-menu .menu-item-has-children .sub-menu .menu-item a {
        margin: 0;
    }

    .nav-menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
        margin-left: 0;
        padding-top: 20px;
    }
    /* ícone recursos */
    @media screen and (min-width: 992px) {
        #menu-item-38::after {
            content: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/04/img_arrow_ico.svg);
            position: absolute;
            right: -6px;
            /* margin-top: -40px; */
        }
    }

    /* posição menu parceiros */
    #menu-item-43:hover > ul,
    #menu-item-43.focus > ul {
        background-color: #fff;
        height: 120px;
        width: 283px;
        box-shadow: 0px 5px 90px rgb(0 0 0 / 20%);
        float: left;
        position: absolute;
        top: 100%;
        left: -136px;
        z-index: 99999;
        display: flex;
        justify-content: end;
        padding: 30px 40px;
        display: block;
    }
    #menu-item-43 > ul:before {
        content: '';
        position: absolute;
        top: 0;
        width: 100px;
        height: 10px;
        background: #43a0d6;
        right: 0;
    }
}

/* ícone parceiros */
@media screen and (min-width: 992px) {
    #menu-item-43::after {
        content: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/04/img_arrow_ico.svg);
        position: absolute;
        right: -18px;
        /* margin-top: -40px; */
    }
}
.nav-menu .menu-item-has-children a {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .nav-menu .menu-item-has-children > a:after {
        content: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/04/img_arrow_ico.svg);
        position: absolute;
        right: -20px;
    }
    .nav-menu .focus > a:after {
        transform: rotate(180deg);
    }

    .nav-menu .menu-item-has-children .sub-menu a:after {
        display: none;
    }
}
.main-navigation li {
    position: relative;
    padding-left: 24px;
}
@media screen and (min-width: 1280px) {
    .main-navigation li {
        padding-left: 31px;
    }
}
@media screen and (max-width: 991.98px) {
    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid #d3d5e1;
        padding: 15px 0;
        position: initial;
        /* display: flex;
		justify-content: center; */
    }
}

@media screen and (min-width: 1200px) {
    .main-navigation li {
        padding-left: 31px;
    }
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    line-height: 25px;
    color: #43a0d6;
    font-size: 20px;
}
.main-navigation a:hover {
    color: #3278a1;
}
@media screen and (min-width: 992px) {
    .main-navigation a {
        padding: 0 0 15px 0;
        font-size: 14px;
    }

    .sub-menu a {
        padding: 0px 0px 0px 0px;
        line-height: 35px;
        margin-bottom: 24px;
    }

    .sub-menu li ul a {
        font-weight: 400;
        font-size: 18px;
        color: #002c6a;
        padding-left: 7px;
    }

    .sub-menu li ul a:hover {
        background-color: #e1f0f9;
        color: #002c6a;
        font-weight: 700;
    }

    .sub-menu a {
        padding: 0px 0px 0px 0px;
        line-height: 35px;
        margin-bottom: 24px;
    }

    .sub-menu li ul a {
        font-weight: 400;
        font-size: 18px;
        color: #002c6a;
        padding-left: 7px;
    }

    .sub-menu li ul a:hover {
        background-color: #e1f0f9;
        font-weight: 700;
    }

    /* sub menu canais */
    #menu-item-39 ul {
        background: none;
        box-shadow: none;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        display: block;
    }

    #menu-item-39 a {
        /* width: 208px; */
    }

    /* sub menu eco */
    #menu-item-218 ul {
        background: none;
        box-shadow: none;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        display: block;
    }

    #menu-item-218 ul li a {
        /* width: 160px; */
    }

    #menu-item-218 a {
        /* width: 205px; */
    }

    /* sub menu operacao */
    #menu-item-219 ul {
        background: none;
        box-shadow: none;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        display: block;
    }

    #menu-item-219 ul li a {
        /* width: 110px; */
    }

    #menu-item-219 a {
        /* margin-left: -41px; */
    }

    /* sub menu segmentos */
    #menu-item-220 ul {
        background: none;
        box-shadow: none;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99999;
        display: block;
        /* margin-left: 41px; */
    }

    #menu-item-220 ul li a {
        /* width: 130px; */
    }

    #menu-item-220 ul li {
        padding-left: 0%;
    }

    /* sub menu parceiros */

    #menu-item-43 ul li a {
        font-weight: 400;
        font-size: 18px;
        color: #002c6a;
        padding: 0px 7px;
    }

    #menu-item-43 ul li a:hover {
        background-color: #e1f0f9;
        font-weight: 700;
    }
}

@media screen and (min-width: 1200px) {
    .main-navigation a {
        font-size: 18px;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991.98px) {
    .toggled .menu-menu-topo-desktop-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 81px;
        background: rgba(255, 255, 255, 0.9);
        padding-top: 0;
        height: calc(100vh - 155px);
        width: 100%;
        padding: 40px 75px 20px !important;
        text-align: center;
        overflow-x: hidden;
        z-index: -1;
    }

    .bg-mobile {
        background: rgba(255, 255, 255, 0.9);
    }

    .bg-mobile:before {
        content: '';
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        position: absolute;
        height: 81px;
        left: 0;
        right: 0;
    }
}

.main-navigation.toggled .nav-menu {
    padding: 0;
}

#primary-menu .dropdown a:after {
    content: '';
    background: url(https://images.tcdn.com.br/static_inst/site/vendedor/wp-content/uploads/2022/04/img_arrow_ico.svg)
        no-repeat;
    position: absolute;
    top: 25px;
    margin-left: 5px;
    width: 15px;
    height: 10px;
}

@media screen and (min-width: 992px) {
    #primary-menu .dropdown a:after {
        top: 8px;
    }
}

#primary-menu .dropdown .sub-menu .menu-item a:after {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .toggledd {
        overflow: hidden;
    }

    .focus .sub-menu {
        display: block;
        position: unset !important;
        padding: 15px 0 0;
        width: 100%;
    }

    .focus .sub-menu li {
        border: none;
    }

    .focus .sub-menu li a {
        font-weight: 700;
        font-size: 25px;
        line-height: 29px;
        color: #43a0d6;
        display: inline;
    }

    .focus .sub-menu li ul a,
    .simple .sub-menu li a {
        font-weight: 400;
        font-size: 18px;
        color: #002c6a;
    }
}

.menu-toggle {
    font-size: 0 !important;
    display: block;
    width: 29px;
    height: 3px;
    border: none;
    position: relative;
    background: #4298c8 !important;
    padding: 0 !important;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggle:after {
    content: '';
    top: 8px;
    display: block;
    width: 29px;
    height: 3px;
    position: relative;
    background: #4298c8;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggle:before {
    content: '';
    top: -8px;
    display: block;
    width: 29px;
    height: 3px;
    position: relative;
    background: #4298c8;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.toggled .menu-toggle:before {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    left: 4px;
}

.toggled .menu-toggle:after {
    opacity: 1;
    transform: rotate(-45deg) translate(2px, -6px);
    left: 4px;
}

.toggled .menu-toggle {
    /* height: 0; */
    background: none !important;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        justify-content: space-between;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Popout login header
--------------------------------------------- */

.show-btn {
    background: #43a0d6;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 18px 5px 18px;
    border-style: none;
    margin-left: 7px;
    cursor: pointer;
}

.show-btn:hover {
    background: #3278a1;
}

.show-btn-icon {
    margin-right: 5px;
    margin-bottom: -1px;
}

.show-btn,
.container_login {
    top: 0;
    right: 0;
    transform: translate(-73%, -38%);
}

.header_lw_client span {
    float: left;
}

.center {
}

input[type='checkbox'] {
    display: none;
}

.container_block {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
}

.container_right {
    width: 370px;
}
.container_right .p {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.container_right .p a {
    text-decoration: underline;
    font-weight: 700;
    color: #43a0d6;
}
.container_left {
    /* width: 370px; */
    margin-left: 22px !important;
}

.container_login {
    display: none;
    background: #fff;
    color: #002c6a;
    width: 983px;
    font-variant: JIS90;
    padding: 30px 60px 30px 30px;
    box-shadow: 0px 5px 90px rgb(0 0 0 / 20%);
    height: 451px;
    margin: 179px 0px 0px -30px;
}

.container_cta {
    justify-content: end;
    display: flex;
    padding-top: 15px;
}
.container_cta .cta {
    font-size: 20px !important;
    line-height: 23px !important;
}
#show:checked ~ .container_login {
    display: block;
}

.container_login .close-btn {
    position: absolute;
    right: 28px;
    top: 41px;
    font-size: 18px;
    cursor: pointer;
}

.container_login form {
    /* margin-top: -20px; */
    width: 340px;
}

.container_login form .data {
    /* height: 45px; */
    width: 100%;
    /* margin: 40px 0; */
}
.container_login form .data ::placeholder {
    color: #7c81a5;
    font-size: 14px;
    font-weight: 300;
}
form .data label {
    font-size: 14px;
    padding-left: 20px;
    margin: 0;
}
form .data input {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    font-size: 17px;
    background: #ffffff;
    border: 1px solid #d3d5e1;
    box-sizing: border-box;
    border-radius: 25px;
}

form .data input:focus {
    border-color: #3498db;
    border-bottom-width: 2px;
}

form .forgot-pass {
    margin-top: -8px;
}

form .forgot-pass a {
    color: #3498db;
    text-decoration: none;
}

form .forgot-pass a:hover {
    text-decoration: underline;
}

form .btn {
    margin: 30px 0;
    height: 45px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

form .btn .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    z-index: -1;
    background: -webkit-linear-gradient(
        right,
        #56d8e4,
        #9f01ea,
        #56d8e4,
        #9f01ea
    );
    transition: all 0.4s;
}

form .btn:hover .inner {
    left: 0;
}

form .btn button {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

form .signup-link {
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
}

form .signup-link a {
    color: #43a0d6;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}

form .signup-link a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Contact Form tooltip fix. */
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute !important;
    right: 17px !important;
    top: -1px !important;
    padding: 0px 0px 0px 10px !important;
    background-color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 2px !important;
    border: none !important;
    text-align: center !important;
    font-size: 12px !important;
    background-color: #dc3232 !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* slick reset */
.slick-arrow {
    font-size: 0 !important;
    background: none !important;
}
.slick-prev:before,
.slick-next:before {
    font-size: 0 !important;
}

.page,
.widget {
    margin: 0;
}
.tw {
    display: inline;
    white-space: nowrap;
}

a,
a:active,
a:focus {
    outline: none;
}
p {
    margin: 0;
}
