/*
Theme Name: Circuito Sesc de Corridas - 2024
Author: Pierre Lapalu - Sesc Parana
Author URI: http://www.sescpr.com.br
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corridas-2024
Tags:

/*--------------------------------------------------------------
1.0 - Colors
--------------------------------------------------------------*/
:root {
    --cor-branco: #fff;
    --cor-azul-1: #25449b;
    --cor-azul-2: #133093;
    --cor-azul-3: #1010a4;
    --cor-azul-claro-1: #17b3ff;
    --cor-azul-claro-2: #5f9cd3;
    --cor-azul-claro-3: #4c8ac8;
    --cor-azul-claro-4: #3672b9;
    --cor-roxo-1: #b8529e;
    --cor-roxo-2: #ff77ff;
    --cor-roxo-3: #66499c;
    --cor-roxo-4: #795aa4;
    --cor-amarelo-1: #e0ff00;
    --cor-amarelo-2: #dce120;
    /**type**/
    --fonte: "Commissioner", sans-serif;
    /**margins+container**/
    --max-width-container: 1520px;
    --outer-gutter-x: 3rem;
    /**breakpoints**/
    --mob-breakpoint: 1080px;
    /**other**/
    --top-box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.3);
    --kit-grid-cols: 1fr 1fr 1fr 1fr;
}

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-image: url(img/shape-ondas-azul-2024.svg);
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: center;
    background-attachment: fixed;
    background-color: var(--cor-azul-1);
    transition: background-position 0.25s ease-in-out;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:hover,
a:active,
a:focus {
    outline: none;
}
a img {
    border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body {
    font-family: var(--fonte);
}
body,
button,
input,
select,
textarea {
    color: var(--cor-branco);
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 600;
    line-height: 1.25;
}
a h1,
h1 a,
a h2,
h2 a,
a h3,
h3 a,
a h4,
h4 a,
a h5,
h5 a,
a h6,
h6 a {
    color: var(--cor-branco);
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 21px;
}
h3 {
    font-size: 18px;
}
p {
    margin-bottom: 20px;
}
b,
strong {
    font-weight: 600;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #000;
    font-family: monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    color: #c6db00;
}
code,
kbd,
tt,
var {
    font:
        15px Monaco,
        Consolas,
        "Andale Mono",
        "DejaVu Sans Mono",
        monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ffcb00;
    border: 0;
    height: 2px;
    margin: 70px auto;
    width: 50%;
}
ul,
ol {
    margin: 0 0 1.5rem 1rem;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
figure img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 auto 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
.entry-header {
    line-height: 1;
    padding: calc(var(--outer-gutter-x) / 2) 0;
}
table.entry-header {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}
table.entry-header td {
    padding: 1rem;
    vertical-align: middle;
    max-width: 100%;
}
.single table.entry-header td {
    padding: calc(var(--outer-gutter-x) / 2);
}
table.entry-header td.entry-meta {
    width: 7rem;
    text-align: left;
    padding-right: 0;
}
.data-prova time {
    display: block;
}
.data-prova .dia {
    font-size: 2.5rem;
    font-weight: 300;
}
.data-prova .ano {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.25rem;
    color: var(--cor-amarelo-1);
    padding-top: 0.5em;
    padding-left: 0.5em;
    width: 100%;
}
.entry-ord {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: none;
}
.single .entry-ord {
    padding: 0 0 0.75rem;
}
.entry-footer .bloco {
    overflow: auto;
}
.etapa-camiseta-wrapper {
    width: auto;
    background-color: var(--cor-branco);
    overflow: hidden;
    margin: 0 0 0.75rem;
}
.etapa-camiseta-wrapper svg,
.etapa-camiseta-wrapper img {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: auto;
}
.etapa-col {
    float: left;
    width: 50%;
    padding: 0 0 0 0.75rem;
}
.etapa-col:first-child {
    padding: 0 0.75rem 0 0;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 15px 17px rgba(255, 255, 255, 0.5),
        inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    -webkit-appearance: button;
    appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        inset 0 15px 17px rgba(255, 255, 255, 0.8),
        inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow:
        inset 0 -1px 0 rgba(255, 255, 255, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

nav a {
    color: var(--cor-branco);
}
nav a:hover {
    color: rgba(255, 255, 255, 0.85);
}
nav a {
    text-decoration: none;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: var(--cor-amarelo-1);
}
a:hover {
    color: var(--cor-roxo-2);
}
a:active {
    color: var(--cor-branco);
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    display: block;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
}
.main-navigation li {
    margin: 0 1rem;
}
.main-navigation li .sub-menu {
    padding: 14px;
    width: 100%;
    background: #fab20f;
}
.main-navigation li .sub-menu li {
    margin: 0;
    border: 0;
    width: 100%;
}
.main-navigation li .sub-menu li a {
    width: 100%;
}
.main-navigation a {
    display: block;
    font-weight: 700;
    padding: 0 1px;
    border-bottom: 3px solid var(--cor-roxo-1);
    font-size: 1rem;
    text-transform: uppercase;
    font-style: italic;
}
.main-navigation a:hover {
    border-bottom: 3px solid var(--cor-azul-claro-1);
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background: var(--cor-azul-2);
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul {
    left: 100%;
}
.main-navigation .current-menu-item a,
.main-navigation .current-menu-item:hover a,
.main-navigation .sub-menu .current-menu-item:hover {
    border-bottom: 3px solid var(--cor-amarelo-1);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.find-atleta {
    width: 1.5rem;
}
.bt {
    color: var(--cor-branco);
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding: 0.75rem 1.75rem;
    line-height: 1;
    border-radius: 5rem;
    font-size: 1.5rem;
    /* | */
    text-shadow: 1px 1px 0 var(--cor-azul-claro-2);
    background: var(--cor-azul-claro-1);
    /* background: linear-gradient(to bottom, #008fea 0%, #00cef5 100%); */
}
.bt:hover {
    color: var(--cor-branco);
    text-shadow: 1px 1px 0 #006eb2;
    background-color: var(--cor-azul-claro-2);
}
.bt:active {
    text-shadow: -1px -1px 0 #006eb2;
    background-color: var(--cor-azul-claro-3);
}
/*/*/
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */

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

.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-header-wrapper {
    background-color: var(--cor-azul-2);
    position: sticky;
    top: 0;
    z-index: 10;
}
.site-header {
    padding: 0 var(--outer-gutter-x);
    max-width: var(--max-width-container);
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.site-title img {
    height: 3.75rem;
    width: auto;
}
.site-content {
    max-width: var(--max-width-container);
    margin: auto;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-title {
    font-size: 2.375rem;
    line-height: 0.9;
    font-style: italic;
    text-transform: uppercase;
}
.entry-title a {
    text-decoration: none;
}
/* Etapas */

.etapa-container {
    /* background-color: #fab20f; */
    margin: 0;
    /* background-image: url(img/shape-arrow-2024-roxo.svg); */
    background-image: url(img/shape-arrow-2024-branco-50.svg);
    background-repeat: no-repeat;
    background-position: calc(100% + 8rem) center;
    background-size: 20rem;
}
a.etapa-container {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
    transform: scale(1);
    transition:
        box-shadow 0.25s ease-in-out,
        background-color 0.25s ease-in-out,
        background-size 0.25s ease-in-out,
        background-position 0.25s ease-in-out,
        transform 0.25s ease-in-out;
}
a.etapa-container:hover {
    transform: scale(1.05);
    box-shadow: 0 0 0 0.25rem var(--cor-amarelo-1);
    background-size: 22rem;
    background-position: calc(100% + 7rem) center;
    z-index: 1;
}

.home article.etapa {
    margin: 0 0.75rem 0 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.home article.etapa .edit-link {
    display: none;
}
.entry-footer {
    overflow: auto;
    max-width: var(--max-width-container);
}
article.etapa .entry-footer {
    width: 100%;
    z-index: 6;
    position: relative;
    border-top: 1px solid var(--cor-azul-claro-1);
}
article.etapa .entry-content {
    position: relative;
    width: 100%;
    clear: both;
    padding-top: calc(var(--outer-gutter-x) / 2);
}
article.etapa footer {
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 300;
    max-height: 100%;
}
article.etapa footer p,
article.etapa footer table {
    margin: 0;
}
article.etapa footer table td {
    overflow: auto;
    vertical-align: middle;
    height: 42px;
}
article.etapa .bloco {
    padding: 1rem 0 0 0;
    overflow: hidden;
}
article.etapa .bloco h3 {
    font-weight: 300;
    font-size: 1rem;
    margin: 0 0 0.25rem;
    font-style: italic;
    text-transform: uppercase;
}
/* article.etapa .bloco span {
    /* padding: 1.5rem; */
article.etapa h2,
article.etapa h3,
article.etapa h4,
article.etapa h5,
.entry-footer h5 {
    font-weight: 300;
}
article.etapa footer h4 {
    font-size: 18px;
}
/**/

.percurso-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
}
article.etapa .percurso-wrapper .bloco {
    padding-bottom: 20px;
}
article.etapa .percurso-wrapper .bloco h3 {
    margin: 0;
}
/**/

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 600;
}
/**/
/* Social Links */

.social-links-wrapper {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
}
.social-links {
    float: right;
}
.social-links,
.social-links li {
    margin: 0;
    list-style: none;
}
.social-links li {
    float: left;
    padding: 0.75rem;
}
.social-links li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
}
.social-links i {
    font-size: 21px;
    line-height: 1;
    margin: 8px 0 0;
    text-align: center;
}
.social-links li:first-child {
    padding: 17px 0.75rem 0 0;
    border-left: none;
}
.social-links li:first-child h5 {
    font-size: 16px;
}
/**/
.etapa footer .bt {
    float: right;
    white-space: nowrap;
}
.bloco-insc-abertas {
    background-color: var(--cor-azul-2);
    padding: calc(var(--outer-gutter-x) / 2);
    margin-top: var(--outer-gutter-x);
    margin: 1rem 0 0;
    background-image: url(img/shape-arrow-2024-roxo.svg);
    background-repeat: no-repeat;
    background-position: calc(100% + 8rem) center;
    background-size: 20rem;
}

.bloco-kits {
    display: grid;
    grid-template-columns: var(--kit-grid-cols);
    grid-gap: 1rem;
    margin-top: 1rem;
}

.kit-container {
    background-color: var(--cor-azul-claro-4);
    position: relative;
    overflow: hidden;
}
.kit-container h3 {
    text-align: center;
}
.desconto {
    margin-top: 1.5rem;
    margin-bottom: -1.5rem;
    padding: 1.5rem;
    background-color: var(--cor-roxo-3);
    font-size: 1.125rem;
}
.kits-infos {
    padding-bottom: 1.5rem;
}
.desconto h3 {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
    color: var(--cor-amarelo-1);
}
.desconto span {
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
}
.desconto strong {
    font-size: 1.2em;
    display: block;
}
.kits-infos .blocos br {
    display: none;
}
.kit-title {
    padding: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
    text-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.75);
    /* background: linear-gradient(
        222deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    ); */
}
.kit-title h2 {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic;
    font-size: 2rem;
}
.kit-image {
    display: flex;
    justify-content: center;
}
.kit-image img {
    max-width: 100%;
    height: auto;
}
.kit-sub {
    text-align: center;
    padding: 0.75rem 1rem 0;
}

.kit-sub h3 {
    /* font-size: 2.5rem; */
    /* padding-top: 1.5rem; */
    /* padding-bottom: 1.5rem; */
    text-transform: uppercase;
    font-style: italic;
    margin-top: 1rem;
    font-size: 1rem;
    color: var(--cor-amarelo-1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.kits-infos {
    /* font-size: 2rem; */
    font-size: 1rem;
}
.kits-infos .blocos > span {
    font-size: 0.8em;
    text-transform: uppercase;
    display: block;
    padding-bottom: 0.25rem;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.kits-infos .blocos > strong {
    font-size: 1.2em;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
/**/

.single-etapa .lista-all-etapas,
body.page .lista-all-etapas {
    margin: var(--outer-gutter-x) 0 0;
}

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

body,
html {
    height: 100%;
}
#page {
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.site-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
}
/**/

.site-footer {
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    /*background-color: #005da9;*/
    background-color: #155193;
    height: 115px;
    margin-top: -115px;
    position: relative;
    z-index: 2;
}
.site-footer .hashtag {
    float: right;
    font-size: 18px;
    font-weight: 800;
    margin: 2px 0.75rem 0 0;
    padding: 6px 0;
}
.site-footer .obs {
    float: right;
    font-size: 12px;
    line-height: 1.11;
    margin-right: 20px;
    width: 40%;
}
.footer-wrapper {
    background-color: var(--cor-azul-2);
}
.logos-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end !important;
    padding: var(--outer-gutter-x) var(--outer-gutter-x) 0;
}

.logo-fecomercio {
    height: 3rem;
}
.logo-rpc {
    height: 2rem;
}

.apoio {
    float: left;
}
.apoio img[src$="rpc.svg"] {
    width: 90px;
    float: left;
}
.apoio label {
    font-size: 12px;
    display: block;
    margin: -20px 0 5px;
}
/**/

.entry-content li {
    margin-bottom: 8px;
}
/**/

.tax-ano .entry-header {
    text-align: center;
    padding: var(--outer-gutter-x) 0;
}
.tax-ano .entry-header > * {
    font-weight: 300;
}
.tax-ano .lista-etapas .entry-header h1 {
    font-weight: 700;
}
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4 {
    font-style: italic;
    color: var(--cor-amarelo-1);
    margin: 0px 0 0.75rem;
}
.page .entry-content p,
.page .entry-content ol,
.page .entry-content ul {
    padding-bottom: 1.5rem;
    max-width: 68rem;
}
.page .entry-content p:first-of-type {
    font-size: 1.5rem;
    font-weight: 300;
}
.content-area {
    padding: 0 var(--outer-gutter-x);
}
.entry-content table td {
    border-bottom: 1px solid var(--cor-roxo-3);
    padding: 7px 0.75rem 2px;
    vertical-align: bottom;
}
/**/
table.links-downloads {
    margin: 0 0 0 20px;
    background-color: #00478a;
    float: right;
    width: 330px;
}
table.links-downloads td {
    padding: 0.75rem 20px;
    border-bottom: none;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
13 Loading
--------------------------------------------------------------*/

#carregando {
    background-color: rgba(0, 24, 56, 0.6);
    font-size: 18px;
    font-weight: 300;
    height: 100%;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px rgba(0, 24, 56, 0.8);
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
}
#carregando > div {
    display: table;
    height: 100%;
    width: 100%;
}
#carregando > div > div {
    height: 100%;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#carregando .fa {
    text-shadow: none;
    font-size: 22px;
    margin-right: 0.75rem;
}
/*--------------------------------------------------------------
13 Page Etapas
--------------------------------------------------------------*/
.lista-all-etapas,
.lista-all-etapas > li {
    list-style: none;
}
.lista-all-etapas {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
.lista-all-etapas > li {
    display: block;
    cursor: pointer;
}
.lista-all-etapas .etapa-container {
    background-color: var(--cor-azul-claro-4);
    display: block;
    text-decoration: none;
}
.lista-all-etapas a.etapa-container:hover {
    background-color: var(--cor-azul-2);
}
.lista-all-etapas .etapa-container.passada {
    opacity: 0.5;
}
body.page .lista-all-etapas {
    margin-bottom: var(--outer-gutter-x);
}
body.page .template-page .lista-all-etapas table.entry-header td {
    padding: calc(var(--outer-gutter-x) / 2);
    text-align: center;
}
/**/

/**/

.data-prova {
    color: var(--cor-branco);
    font-style: italic;
}
.lista-etapas .entry-title {
    font-size: 1.75rem;
}
.etapa-container .entry-title {
    padding-top: 0.095em;
}
.lista-etapas table.entry-header td.entry-meta {
    /* padding: .75rem 0 .75rem 15px; */
    /* width: 80px; */
    padding-left: 1rem;
    /* height: 80px; */
}
.lista-etapas .data-prova .dia {
    font-size: 2rem;
}
.lista-all-etapas table {
    margin: 0;
}
.lista-all-etapas .table-content {
    font-size: 14px;
    margin-bottom: 0.75rem;
}
.lista-all-etapas .table-content tr > * {
    line-height: 1.1;
    border-top: 1px solid #00a0c7;
    vertical-align: middle;
    padding: 0.75rem;
    height: 51px;
}
.lista-all-etapas .table-content tr:first-child > * {
    border-top: none;
}
.table-content .fa {
    color: #00aced;
    font-size: 25px;
    margin: 0;
}
.lista-all-etapas .table-content tr > .fa-container {
    padding: 0.75rem 0 0.75rem 20px;
    width: 0.75rem;
}
.lista-all-etapas .table-content tr > .fa-container + td {
    width: 50%;
}
/**/

.lista-all-etapas li:hover .table-content .fa {
    color: #00cef7;
}
.lista-all-etapas .table-content tr a {
    color: var(--cor-branco);
}
.for-mob {
    display: none;
}
.etapa-blocos {
    display: grid;
    padding-bottom: 1.25rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
}
article.etapa .etapa-informacoes-gerais .bloco p {
    margin-bottom: 0.5rem;
}
article.etapa .etapa-informacoes-gerais .bloco br {
    display: none;
}
/*--------------------------------------------------------------
. Media queries
--------------------------------------------------------------*/

/************/

@media screen and (max-width: 780px) {
    :root {
        --kit-grid-cols: 1fr 1fr;
    }
    .site-branding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site-title a,
    .site-title img {
        display: block;
        margin: 0 auto;
    }
    .site-title a {
        width: 150px;
    }
    .site-title img {
        height: auto;
        width: 100%;
    }

    .logos-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .logo-rpc {
        margin-top: 2rem;
    }
    .etapa-blocos {
        grid-template-columns: 1fr;
    }
    .bloco-kits {
        grid-template-columns: 1fr;
    }
}
.ampliar-mapa {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    color: #003065;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("img/fundo-ampliar-mapa.png");
    /*background-color: #DCE3F6;*/
    font-size: 24px;
    font-weight: 800;
    z-index: 5;
}
.ampliar-mapa > span {
    width: 100%;
    height: 100%;
    display: table;
}
.ampliar-mapa > span > span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.ampliar-mapa:hover {
    color: var(--cor-branco);
    background-color: rgb(0, 172, 237);
    text-shadow: 1px 1px 0 #00a0c7;
}
.ampliar-mapa .fa {
    color: #00aced;
    margin-right: 5px;
}
.ampliar-mapa:hover .fa {
    color: var(--cor-branco);
}
/**/

.ampliado .entry-ord {
    display: none;
}
.ampliado table.entry-header td {
    padding-bottom: 0;
    padding-top: 0;
    height: 40px;
}
.ampliado table.entry-header .entry-title {
    font-size: 22px;
}
.ampliado table.entry-header td.entry-meta {
    width: 5.6rem;
    height: auto;
}
.ampliado .data-prova .dia {
    float: left;
    font-size: 28px;
    margin-right: 5px;
}
.ampliado .data-prova .mes {
    /*font-size: 9px;*/
    margin-top: 4px;
    text-align: left;
}
.ampliado .data-prova .ano {
    /*font-size: 8px;*/
    text-align: left;
}
.ampliado .data-prova {
    padding-top: 0;
}

@media screen and (max-height: 590px) {
    :root {
        --kit-grid-cols: 1fr;
    }
    .ampliar-mapa {
        display: block;
    }
    .mapa,
    .mapa-wrapper .bt.tooltip,
    .altimetro {
        display: none;
    }
    #mapa-ampliado-place .mapa,
    #mapa-ampliado-place .mapa-wrapper .bt.tooltip,
    #mapa-ampliado-place .altimetro {
        display: block;
    }

    .kit-image img {
        max-width: 100vw;
        height: auto;
    }
}
/**/

#resultado-detalhe {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: var(--cor-roxo-3);
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
#resultado-detalhe header {
    overflow: auto;
    position: relative;
    z-index: 4;
    background-color: var(--cor-roxo-4);
    padding: 0.5rem;
    color: var(--cor-branco);
}

#resultado-detalhe header a {
    color: #fff !important;
}
#resultado-detalhe .entry-header-place {
    float: right;
}
#resultado-detalhe table.entry-header {
    float: left;
    width: auto;
    min-width: 0;
    border-bottom: none;
    /*border-left: 1px solid #00a0c7;*/
    margin: 0;
}
#resultado-detalhe table.entry-header td {
    padding: 0 1rem;
}
#resultado-detalhe table.entry-header td:first-child {
    padding-right: 0;
}
#resultado-detalhe table.entry-header td .data-prova {
    height: auto;
    width: auto;
    background-color: transparent;
}
#resultado-detalhe h2 {
    padding: 0 1rem;
    float: left;
    margin: 0;
    font-weight: 300;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-style: italic;
}
.fechar-resultado {
    background-color: rgba(255, 255, 255, 0);
    padding: 0.25rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 2rem;
    line-height: 2.4;
    text-align: center;
    width: 2rem;
}

/**/
.lista-resultados {
    list-style: outside none none;
    margin: 0 0 0.75rem;
    overflow: auto;
}
.lista-resultados li {
    width: 50%;
    float: left;
    display: block;
    padding: 0 15px 0 0;
}
.lista-resultados li a {
    text-decoration: none;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid var(--cor-azul-3);
    font-weight: 300;
    font-size: 17px;
    display: block;
}
.lista-resultados .resultado-p-cat {
    display: none;
}
/**/

.resultatos-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 22px;
    width: auto;
}
.resultatos-container table {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid var(--cor-roxo-4);
    margin-bottom: 0;
}
.resultatos-container td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: var(--cor-roxo-4);
    padding: 0.75rem;
    line-height: 1;
    vertical-align: bottom;
}
.resultatos-container tr:hover td {
    background-color: var(--cor-roxo-4);
    color: var(--cor-amarelo-2);
}
.resultatos-container td:first-child {
    border-left: 1px solid var(--cor-roxo-4);
}
.resultatos-container .tempo {
    width: 105px;
}
.resultatos-container .col {
    width: 40px;
}
.resultatos-container .num {
    width: 60px;
}
.resultatos-container .equipe {
    width: 280px;
}
.fixed-table-container {
    bottom: 0;
    margin: 2.5rem 0 0;
    padding: 30px 1.5rem 1.5rem 1.5rem;
    position: absolute;
    top: 82px;
    width: 100%;
}
.fixed-table-container-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-background {
    background-color: var(--cor-amarelo-2);

    height: 30px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.th-inner {
    /*border-left: 1px solid black;*/
    line-height: 30px;
    margin-left: -1px;
    padding-left: 5px;
    position: absolute;
    text-align: left;
    top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    font-weight: 300;
    color: #000;
}
th:first-child .th-inner {
    border-left: medium none;
    padding-left: 6px;
}
.extrawrap th {
    text-align: center;
}
.extra-wrap {
    width: 100%;
}
/**/

.categoria-holder {
    line-height: 1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
}
.categoria-holder:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.categoria-holder h1 {
    font-weight: 300;
    font-size: 1.75rem;
}
.categoria-holder img {
    max-width: 2rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
}
.categoria-holder > div {
    display: flex;
    align-items: center;
}
/**/

.menu-categorias {
    /*max-height: 230px;*/
    overflow: auto;
    position: absolute;
    top: 7rem;
    bottom: 0;
    width: 100%;
    z-index: 4;
    background-color: var(--cor-roxo-3);
    display: none;
}
.menu-categorias ul,
.menu-categorias li {
    list-style: outside none none;
    margin: 0;
}
.menu-categorias li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 0.75rem 20px;
}
.menu-categorias li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--cor-branco);
    font-weight: 600;
}
body #wpadminbar {
    z-index: 1;
}
article.etapa .bloco.atletas-confirmados h3 {
    margin: 0;
}
.bloco.atletas-confirmados {
    background-color: #ebc030;
    border-bottom: 1px solid #fcdc14;
}
.link-atletas-confirmados {
    /*font-size: 15px;*/
    text-decoration: none;
    margin: 0;
}
.link-atletas-confirmados .fa {
    display: block;
    float: left;
    font-size: 22px;
    margin: -1px 0.75rem 0 0;
    color: #aec905;
}
.link-atletas-confirmados:hover {
    /*border-bottom: 1px solid #AEC905;*/
}
.link-atletas-confirmados:hover .fa {
    color: #f0ce1f;
}
/**/

.lista-atletas-confirmados {
    display: none;
    padding: 0.75rem 0 0;
    position: relative;
}
.lista-atletas-confirmados > header {
    /*background-color: #003065;*/
    /*border-bottom: 1px solid #00a0c7;*/
    margin: -21px -20px 0;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.lista-atletas-confirmados header h1 {
    float: left;
    font-size: 24px;
    margin: 6px 0 0 20px;
}
.lista-atletas-confirmados header .fechar-atletas-confirmados {
    float: right;
}
.lista-atletas-confirmados .fechar-resultado .fa-times {
    font-size: 20px;
    margin: 9px 0 0;
}
.lista-atletas-confirmados .lista-container {
    height: 60px;
    margin: 100px 0 0;
    overflow: auto;
    box-sizing: border-box;
}
.lista-atletas-confirmados ul {
    margin: 5px 0 15px 0;
    overflow: hidden;
}
.lista-atletas-confirmados li {
    box-sizing: border-box;
    margin: 0 0 5px 5px;
    list-style-type: none;
    font-size: 16px;
}
.lista-atletas-confirmados li .fa {
    font-size: 0.75rem;
    margin: 0px 5px 0px 0px;
    color: #aec905;
}
.etapa footer .lista-atletas-confirmados .bt {
    float: none;
    margin: 0 auto 0.75rem;
}
.lista-atletas-confirmados .filtro-grupo {
    overflow: auto;
    overflow: auto;
    padding: 5px 20px 0.75rem;
    margin: 0 0 0px;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    /*border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding: 0 0 .75rem;
    margin: 0 0 15px;
    */
    /*
    position: absolute;
    left: 0;
    right: 60px;
    top: auto;
    */
}
.lista-atletas-confirmados .filtro-grupo > div {
    float: left;
    width: 50%;
}
.lista-atletas-confirmados .filtro-grupo label {
    display: block;
    padding: 0 0 5px;
}
.lista-atletas-confirmados .filtro-grupo input[type="text"],
.lista-atletas-confirmados .filtro-grupo select {
    height: 3.5rem;
    box-sizing: border-box;
    color: #4c4c4c;
    font-size: 1.5rem;
}
.lista-atletas-confirmados .filtro-grupo + * {
    margin: 0 0 0;
}
.lista-confirmados-open .mapa-wrapper .bt {
    display: none;
}
/**/

.area_destaque_kits {
    display: flex;
    flex-wrap: wrap;
}

.imagem_destaque {
    width: 50%;
}

.descricao .op_cores svg {
    width: 45%;
    max-width: 120px;
}

.imagem_destaque img {
    width: 100%;
}
.kit .descricao {
    width: 40%;
    padding: 0 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kit .descricao h1 {
    margin-bottom: 30px;
    line-height: 1.1;
}
.kit .descricao ul {
    margin-bottom: 30px;
}
.kit .descricao .camisa {
    margin-left: 9px;
}

.destaque-kits-page li::before,
.lista-kits .kit .descricao li:before {
    content: "+";
    font-size: 1.5rem;
    font-weight: 900;
    color: #adbf00;
}

.destaque-kits-page li:first-child:before,
.lista-kits .kit .descricao li:first-child:before {
    content: " ";
    margin-left: 12px;
    font-size: 1.5rem;
    font-weight: 900;
}
.lista-kits .kit .descricao .camisa:before {
    content: "" !important;
}
.op_cores {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.op_cores span {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}

.destaque-kits-page {
    width: 100%;
    padding: 0 10%;
}

.destaque-kits-page ul {
    list-style: none;
}

.destaque-kits-page .card-kits {
    display: flex;
    flex-wrap: wrap;
}

.destaque-kits-page .imagem_destaque {
    height: 350px;
}

.destaque-kits-page .valores {
    color: #34567f;
}

.destaque-kits-page .valores span {
    font-size: 2.5em;
    margin: 0;
}

.destaque-kits-page svg {
    height: 100%;
    margin: 0.75rem;
}

.sobre-kits,
.destaque-kits-page {
    color: rgb(27, 27, 27);
}

/*/*/

@media screen and (max-width: 1080px) {
    :root {
        --kit-grid-cols: 1fr 1fr;
    }
    .for-mob {
        display: block;
    }
    h2 {
        font-size: 20px;
    }
    /**/
    #site-navigation {
        display: none;
    }
    .site-header {
        padding: 0;
        margin-bottom: 0;
        box-shadow: var(--top-box-shadow);
        display: block;
    }
    .site-branding {
        padding: 0;
        align-items: center;
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .main-navigation {
        padding-top: 0;
    }
    .main-navigation ul {
        display: block;
    }
    .site-title {
        float: left;
        margin: 0 0 0 20px;
    }
    .site-title a,
    .site-title img {
        display: block;
        margin: 0 auto;
    }
    .site-title a {
        width: 150px;
    }
    .site-title img {
        height: auto;
        width: 100%;
    }
    .lista-confirmados-open.home .site-content,
    .lista-confirmados-open.single-etapa .site-content {
        bottom: 0;
        top: 0;
    }
    .lista-confirmados-open .entry-footer .bloco {
        display: none;
    }
    s .lista-confirmados-open .entry-footer .bloco.atletas-confirmados {
        display: block;
    }
    .lista-confirmados-open .social-links-wrapper {
        display: none;
    }
    .lista-confirmados-open article.etapa .entry-footer {
        bottom: 0;
        top: 79px;
    }
    /**/
    .lista-confirmados-open .bloco.atletas-confirmados {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .lista-confirmados-open .lista-atletas-confirmados {
        bottom: 0;
        left: 0.75rem;
        position: absolute;
        right: 0;
        top: 0.75rem;
    }
    .lista-confirmados-open .lista-container {
        bottom: 0;
        height: auto !important;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 150px;
        z-index: 40;
    }
    .lista-atletas-confirmados .filtro-grupo > div {
        clear: both;
        float: none;
        width: 100%;
    }
    .lista-atletas-confirmados .filtro-grupo > div:first-child {
        padding-bottom: 0.75rem;
    }
    .lista-atletas-confirmados > header {
        left: 0;
        right: 20px;
    }
    /**/
    .entry-title {
        font-size: 28px;
    }
    .entry-ord {
        font-size: 13px;
    }
    .data-prova .dia {
        font-size: 32px;
    }
    .data-prova .mes {
        font-size: 11px;
        letter-spacing: 6px;
        margin-right: -6px;
    }
    table.entry-header td.entry-meta {
        /* padding: 0 0 0 0.75rem; */
    }
    table.entry-header td {
        /* padding: 0.75rem 0.75rem 0.75rem 20px; */
        /* vertical-align: middle; */
    }
    #bt-call-menu {
        height: 4rem;
        width: 4rem;
        padding: 1rem;
    }
    #bt-call-menu img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .main-navigation {
        position: absolute;
        top: auto;
        width: 100%;
        z-index: 3;
        float: none;
        background-color: var(--cor-azul-3);
        box-shadow: var(--top-box-shadow);
        /* border-top: 1px solid #01040d; */
    }
    .main-navigation li {
        width: 100%;
        clear: both;
        margin: 0;
        text-align: center;
        border-bottom: none;
    }
    .main-navigation a {
        padding: 20px 0;
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-navigation a,
    .main-navigation a:hover,
    .main-navigation a:active,
    .main-navigation a:visited {
        border-bottom-width: 0;
    }
    .main-navigation .current-menu-item,
    .main-navigation .current-menu-item:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .main-navigation .current-menu-item a,
    .main-navigation .current-menu-item:hover a,
    .main-navigation .sub-menu .current-menu-item:hover {
        border-bottom-width: 0;
    }
    table.links-downloads {
        margin: 0 0 0.75rem;
        clear: both;
        width: auto;
    }
    .content-area {
        padding: 0 var(--outer-gutter-x);
    }
    s .etapa-container {
        border-radius: 0;
    }
    .etapa-col:first-child {
        padding: 0;
    }
    .etapa-col {
        float: none;
        width: auto;
        padding: 0;
    }
    .area_destaque_kits {
        flex-direction: column;
    }
    .kit {
        flex-direction: column;
    }
    .kit .descricao {
        width: 100%;
    }
    .kit .descricao ul {
        display: flex;
        flex-wrap: wrap;
    }
    .kit .descricao li {
        margin-left: 0.75rem;
    }
    .kit .imagem_destaque {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .kit .op_cores {
        margin-top: 20px;
    }
    .kit .op_cores img {
        width: 20rem;
    }
    .lista-kits .kit ul {
        margin-top: 0px;
    }

    .imagem_destaque,
    .imagem_destaque svg {
        width: 100%;
        margin: 0;
    }

    .imagem_destaque p {
        margin-top: -90px !important;
    }

    .descricao ul {
        margin: 0 auto;
    }
}
/*
*/
.bloco-insc-abertas div.insc-abertas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bloco-insc-abertas div.insc-abertas h2 {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}
@media screen and (max-width: 380px) {
    .bloco-insc-abertas div.insc-abertas {
        display: block;
        overflow: auto;
        text-align: center;
    }
    .etapa footer .bt {
        float: none;
        margin-top: 0.5rem;
    }
}
.small-s {
    display: none;
}
@media screen and (max-width: 700px) {
    :root {
        --outer-gutter-x: 1.5rem;
    }
    .lista-etapas {
        padding: 0;
    }
    .lista-all-etapas .etapa-container {
        height: auto;
    }
    .mapa-wrapper .bt {
        padding: 5px;
        width: 30px;
        height: 30px;
    }
    .mapa-wrapper .bt .fa {
        font-size: 18px;
    }

    .lista-resultados li {
        width: 100%;
        float: none;
        padding: 0;
    }

    .categoria-holder h1 {
        font-size: 18px;
        white-space: nowrap;
        width: 100%;
    }
    .categoria-holder h1 span {
        font-size: 16px;
    }
    .resultatos-container {
        top: 12px;
    }
    .lista-all-etapas {
        grid-template-columns: 1fr;
    }
    /*  */
    .small-s {
        display: block;
    }
    tr.small-s {
        display: table-row;
    }
    .bigger-s {
        display: none;
    }
    .lista-all-etapas .table-content tr > .fa-container + td {
        width: auto;
    }
    .categoria-holder h1 span,
    #resultado-detalhe h2 {
        display: none;
    }
    /**/
    #resultado-detalhe .entry-header-place {
        float: none;
    }
    .fechar-resultado {
        float: right;
        position: absolute;
        right: 0.75rem;
    }
    /**/
    /**/
    .lista-atletas-confirmados li {
        width: auto;
        font-size: 16px;
    }
    /**/
    .resultado-p-cat thead,
    .resultatos-container .header-background {
        display: none;
    }
    .fixed-table-container {
        top: 38px;
    }
    .menu-categorias {
        top: 6.6rem;
    }
    .resultado-p-cat tr,
    .resultado-p-cat tbody tr td {
        display: block;
        width: 100% !important;
        border: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .resultado-p-cat tr {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0.5rem;
        margin-bottom: 1rem;
    }
    .resultatos-container td:first-child {
        border: none;
    }
    .resultatos-container .col:before,
    .resultatos-container .num:before,
    .resultatos-container .num + td:before,
    .resultatos-container .equipe:before,
    .resultatos-container .tempo:before {
        color: var(--cor-amarelo-2);
        display: block;
        font-size: 0.9em;
        text-transform: uppercase;
        padding-bottom: 0.5rem;
    }
    .resultatos-container .col:before {
        content: "Colocação";
    }
    .resultatos-container .num:before {
        content: "Número do Atleta";
    }
    .resultatos-container .num + td:before {
        content: "Nome";
    }
    .resultatos-container .equipe:before {
        content: "Equipe";
    }
    .resultatos-container .tempo:before {
        content: "Tempo";
    }
    #resultado-detalhe table.entry-header td:last-child {
        padding-right: 0;
    }
    .ampliado table.entry-header .entry-title {
        font-size: 22px;
        max-width: 215px;
        /* overflow: hidden; */
    }
    .tax-ano .entry-header {
        text-align: center;
        padding: 20px 0;
    }
    .social-links li:first-child {
        display: none;
    }
    article.etapa .bloco {
        padding: 0.75rem 0 0;
    }
    article.etapa .bloco.atletas-confirmados {
        padding-top: 1.25rem;
    }
    .kit-container {
        margin-bottom: 0;
    }
    .blocos {
        padding: 1.5rem;
    }
    .kits-infos .blocos {
        padding: 0;
    }
    .lista-all-etapas {
        grid-gap: 0.5rem;
    }
    .logo-fecomercio {
        height: 1.75rem;
    }
    .logo-rpc {
        height: 1rem;
    }
}
@media screen and (max-width: 420px) and (max-height: 590px) {
    .insc-aberta-container * {
        display: block;
        float: none;
        clear: both;
    }
    .etapa footer .bt {
        float: none;
        margin: 15px auto 0;
        display: inline-block;
    }
    article.etapa footer .insc-aberta-container td {
        height: auto;
        overflow: hidden;
        text-align: center;
    }
}
@media screen and (max-width: 374px) {
    .lista-etapas table.entry-header table,
    .lista-etapas table.entry-header tbody,
    .lista-etapas table.entry-header thead,
    .lista-etapas table.entry-header tr,
    .lista-etapas table.entry-header td {
        display: block;
    }
    .lista-etapas table.entry-header td:not(:first-child) {
        padding-top: 0;
    }
}
/**/

.page.em-breve {
    background-image: url("img/fundo-cartaz.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}
.page.em-breve .site-footer {
    display: none;
}
.page.em-breve .image-cartaz {
    position: fixed;
    top: auto;
    bottom: 0;
    height: 100%;
    right: 50%;
    left: 0;
    z-index: 2;
}
.page.em-breve .image-cartaz img {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}
.poster-content {
    position: fixed;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 5% 0 0;
    text-align: right;
}
.poster-content .logo {
    width: 240px;
    float: right;
    display: block;
}
.poster-content .inner-content {
    top: 50%;
    clear: both;
    position: relative;
    right: auto;
    transform: translateY(-100%);
}
.lista-kits {
    margin-left: -1%;
    margin-top: 20px;
}
.lista-title {
    margin: var(--outer-gutter-x) 0 calc(var(--outer-gutter-x) * -0.25);
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
    color: var(--cor-amarelo-1);
}
.lista-kits .kit {
    width: 49%;
    display: flex;
    background-color: var(--cor-branco);
    margin: 0 0 0 1%;
    overflow: hidden;
    /* max-width: 340px; */
    /* border: 1px solid #fff; */
    box-shadow: 0px 0px 20px 0px #00000026;
    position: relative;
    color: #6c6a6b;
    flex-wrap: wrap;
    padding-top: 15px;
}
.lista-kits h1 span {
    font-weight: 300;
}
/**/

.lista-kits .kit ul {
    margin: 0px 0px 0px 20px;
    list-style: none;
    font-size: 15px;
    margin-top: -20px;
}
.lista-kits .kit ul li::before {
    content: "\f054";
    color: #adbf00;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 0.75em;
}
/**/

.kit img {
    /*    display: block;
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);*/
}
.lista-kits h1 {
    color: #34567f;
}
.sobre-kits {
    clear: both;
}
.lista-kits h1 {
    color: #34567f;
    margin: 15px 20px 0;
}
.sobre-kits {
    clear: both;
    padding: 1px 0 0;
}
.sobre-kits ul li::before {
    content: "\f054";
    color: #c6db00;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 0.75em;
}
.sobre-kits ul {
    margin: 20px 20px;
    list-style: none;
}
.tax-ano .lista-etapas .entry-header {
    background-color: transparent;
    margin: 0;
}
@media (min-width: 782px) {
    .wp-block-columns.coluna-kit {
        padding-left: 12%;
        padding-right: 12%;
    }
}
.bg-dark-msg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(2, 23, 31, 0.8);
    z-index: 5;

    display: flex;
    justify-content: center;
    align-items: center;

    animation-name: fade;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.bg-dark-msg .conteiner-msg {
    position: relative;
    width: 60%;
    min-width: 1080px;
    max-height: max-content;
    font-size: 17px;
    padding: 40px;
    border: solid 1px white;
    color: white;
    background: rgb(12, 85, 112);
    background: radial-gradient(
        circle,
        rgba(12, 85, 112, 1) 0%,
        rgba(13, 38, 56, 1) 100%
    );
}
.bg-dark-msg img {
    display: block;
    margin: auto;
    margin-top: 50px;
    width: 300px;
}
.bg-dark-msg .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 29px;
    margin: 0;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* nav icon */
.nav-icon {
    /* width: 4rem; */
    height: 2rem;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 0.25rem;
    width: 100%;
    background: var(--cor-roxo-1);
    border-radius: 0.25rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 0.25rem;
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: calc(50% - (0.25rem / 2));
}
.nav-icon span:nth-child(4) {
    top: calc(100% - 0.5rem);
}
.nav-icon.open span:nth-child(1) {
    top: calc(50% - (0.25rem / 2));
    width: 0%;
    left: 50%;
}
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(4) {
    top: calc(50% - (0.25rem / 2));
    width: 0%;
    left: 50%;
}
