/*
Theme Name: 2Cycling
Theme URI: https://2cycling.com
Author: oder Irradiante
Author URI: https://2cycling.com/contactos
Description: Tema Personalizado
Version: 1.1
Text Domain: wpxnunes
*/
:root {
	--xnunes-color-link-accent: #fa7e2b;
    --xnunes-color-link-accent-hover: #f76b0e;
	--xnunes-color-link-accent-bg: rgba(250, 1655, 43, 0.5);
	--tec-border-radius-default: 0;
}
img, pre, figure { 
	max-width: 100% !important;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100% !important;
}
hr { margin: 2rem 0 !important; }
p { margin-bottom: 0.5rem !important; }
.logged-in #wp-admin-bar-wp-logo { 
    display: none; 
    visibility: hidden; 
}
.admin-bar .navbar.fixed-top { top: 32px !important; }
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4 { text-transform: uppercase; }
h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
}
h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    text-transform: uppercase;
}
summary {
	font-weight: bold;
	margin-bottom: 1em;
}
a, a:visited {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: var(--xnunes-color-link-accent);
}
a:active, a:focus, a:hover {
    outline: 0 none;
    color: var(--xnunes-color-link-accent);
	text-decoration: none;
}
.yt-responsive {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.yt-responsive iframe, .yt-responsive object, .yt-responsive embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.header-top a:hover, .footer-top a:hover, .content-area a:hover { text-decoration: underline; }
.alert { border-radius: 0 !important; }
.btn, .btn:active, .btn:visited, .btn:focus, .btn:hover { text-decoration: none !important; }
a.btn:active, a.btn:visited, a.btn:focus, a.btn:hover { color: #fff !important; }
/* primary */
.btn { border-radius: 0 !important; }
.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    color: #fff;
    background-color: var(--xnunes-color-link-accent);
    border-color: var(--xnunes-color-link-accent);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--xnunes-color-link-accent-hover);
    border-color: var(--xnunes-color-link-accent-hover);
}
.wp-block-button__link, .wp-block-button__link:active, .wp-block-button__link:visited:focus, .wp-block-button__link:hover { text-decoration: none !important; }
.wp-block-button__link, .wp-block-button__link:active, .wp-block-button__link:visited:focus {
    color: #fff !important;
    background-color: var(--xnunes-color-link-accent);
    box-shadow: none;
	text-shadow: none;
	font-weight: 400;
    line-height: 1.5;
	border: 1px solid transparent;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    border-radius: 0 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
}
.wp-block-button__link:hover {
    color: #fff !important;
    background-color: var(--xnunes-color-link-accent-hover);
	border: 1px solid var(--xnunes-color-link-accent-hover);
}
.form-control, .form-select {
    border: 1px solid #9d9d9d;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
span.required { color: red; }
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	z-index: 1;
	position: relative;
	min-width: 320px;
}
#modal { top: 6vh !important; }
.header-top { background-color: var(--xnunes-color-link-accent); }
.header-top ul {
	padding: 0;
	margin: 0;
}
.header-top ul li { 
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.header-top ul li:last-child { padding-right: 0px; }
.header-top ul li a, .header-top ul li span {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.header-title a h1 {
    font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
}
.header-title a {
	display: inline-block;
    color: #fff;
	text-decoration: none;
	padding-top: 10px;
    padding-bottom: 10px;
}
.logo img { padding: 27px 0px; }
.main-menu { padding-top: 60px; }
.header-top .social-networks, .main-menu { text-align: right; }
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    display: inline-block;
    margin-right: 1.2em;
	padding-bottom: 1em;
    position: relative;
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li a {
    color: #444;
    font-family: "Raleway",sans-serif;
	text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.main-menu .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid var(--xnunes-color-link-accent);
    box-shadow: 0 1px 2px var(--xnunes-color-link-accent-bg);
    left: 0;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 250px;
    z-index: 10;
	transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
	display: none;
}
.main-menu li .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 0;
}
.main-menu li .sub-menu li a {
    display: block;
    padding: 7px 0 7px 15px;
}
.main-menu-mobile-trigger { display: none; }
.main-menu-mobile {
	width: 80%;
    height: 100%;
    background: rgba(255, 87, 51, 0.9);
    position: absolute;
    top: 0;
    left: 0;
	color: #fff;
	z-index: 1001;
	border-right: 2px solid var(--xnunes-color-link-accent);
}
.main-menu-mobile a, .main-menu-mobile a:visited, .main-menu-mobile a:active, .main-menu-mobile a:focus, .main-menu-mobile a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
.main-menu-mobile ul {
	list-style: none;
	padding: 1em 2em;
}
.main-menu-mobile ul li { margin-bottom: 0.5em; }
.admin-bar .main-menu-mobile { top: 32px; }
.main-menu-mobile .main-nav-mobile-trigger {
	margin-left: 2em;
    margin-top: 2em;
}
h1.page-title {
    padding-bottom: 0.2em;
    border-bottom: 2px solid var(--xnunes-color-link-accent);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.content .owl-gallery img[class*="align"], .content .owl-gallery img[class*="wp-image-"] {
	margin-top: 0;
	margin-bottom: 0;	
}
.content .wp-block-list {
	list-style: none;
	padding-left: 0;
}
.noticia:hover { cursor: pointer; }
.owl-theme .owl-nav {
    position: absolute;
    top: 13vh;
    left: 0;
    color: #fff;
    width: 100%;
    font-size: 30px;
    z-index: 9999;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background: var(--xnunes-color-link-accent) !important; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	opacity: .9;	
	padding: 0px 10px!important;
}
.owl-theme .owl-dots { padding: 10px 0 !important; }
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next { 
	position: absolute;
	top: 0;
}
.owl-theme .owl-nav .owl-prev { 
	left: 10px;
	text-align: left;
}
.owl-theme .owl-nav .owl-next { 
	right: 10px;
	text-align: right;
}
.owl-carousel .owl-item .wp-block-image { width: auto !important; }
.content .single-post {
    border: 1px solid #efefef;
    overflow: hidden;
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.content .single-post:hover { box-shadow: 0 8px 16px 1px #ccc; }
.content .single-post h1 { 
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}
.content .single-post img { width: 100%; }
.img-post {
    width: 100%;
    height: 150px;
    background-color: #ededed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-post-parceiro {
    width: 100%;
    height: 100px;
    background-color: #fff;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.parceiros { margin: 1em 0; }
.parceiros li { display: inline-block; }
.parceiros li a { 
    display: inline-block;
    margin: 0 1em;
}
.img-parceiro { max-height: 100px; }
.post-image-and-date { position: relative; }
.post-image-and-date .date {
    background: var(--xnunes-color-link-accent) none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 75px;
}
.post-text { padding: 15px; }
.post-text > p {
    color: #333;
    font-size: 14px;
}
.post-text > a {
    border-bottom: 1px solid #333;
    color: #333;
    float: right;
    font-family: lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}
.footer-top .social-networks li {
    display: inline-block;
    margin-right: 0.5em;
}
.footer-top .social-networks li:last-child { margin-right: 0; }
.footer-top .social-networks li a { 
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3em;
}
.footer-top { background: #232323 none repeat scroll 0 0; }
.footer-top .widget-container { color: #fff; }
.footer-top .widget-container > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
    position: relative;
}
.footer-top .widget-container h3.widget-title::after {
    background: var(--xnunes-color-link-accent) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 140%;
    width: 30px;
}
.footer-top .widget-container a, .footer-top .widget-container a:focus, .footer-top .widget-container a:active, .footer-top .widget-container a:visited, .footer-top .widget-container a:hover { color: #fff !important; }
.footer-logos { padding: 2em 0; }
.widget-container ul, .widget-container ol {
    padding-left: 0;
    list-style: none;
}
.widget-container ul li, .widget-container ol li { margin-bottom: 0.5em; }
.footer-bottom {
    background: #191919 none repeat scroll 0 0;
    padding: 16px 0;
}
.sidebar .widget-container > h3 {
    padding-bottom: 0.3em;
    border-bottom: 2px solid var(--xnunes-color-link-accent);
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.sidebar .widget-container a {
    display: block;
    line-height: 25pt;
}
.copyright > p {
    color: #eee;
    font-size: 14px;
    margin-bottom: 0;
}
.copyright p a {
    color: #fff;
    font-weight: bold;
}
.widget-container .search-form {
	position: relative;
}
.widget-container .search-form input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}
.widget-container .search-form button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}
.newsletter-area input {
    border: medium none;
    border-radius: 0;
    padding: 5px 10px;
}
.newsletter-area button {
    background: var(--xnunes-color-link-accent) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: -5px;
    padding: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
}
#scrollUp {
    background-color: var(--xnunes-color-link-accent);
    bottom: 5px;
    cursor: pointer;
    display: none;
    height: 34px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    transition: all 0.3s ease 0s;
}
#scrollUp i {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}
/* slider */
.slider-area { overflow-y: hidden; }
.slider-area .owl-item { position: relative; }
.slider-area .owl-item a { display: block; }
.slider-area .slide, .slider-area .slide-bg, .slider-area .slide-overlay, .slider-area .slide-content {
	width: 100%;
	min-height: 40vh;
}
.slider-area .slide-bg, .slider-area .slide-overlay, .slider-area .slide-content {
	position: absolute;
    top: 0;
    left: 0;
}
.slider-area .slide-bg {
	background-color: #ededed;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	z-index: 2001;
}
.slider-area .slide-overlay {
	background-color: rgba(0,0,0,.2);
	z-index: 2002;
}
.slider-area .slide-content {
	padding: 5em 3em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	z-index: 2003;
}
/* wp blocks */
.wp-block-file { 
    margin: 1em 0;
    padding: 1em 0;
}
.wp-block-file .wp-block-file__button {
    background: var(--xnunes-color-link-accent);
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    padding: .5em 1em;
    transition: all 0.3s ease 0s;
}
.wp-block-file:not(.wp-element-button) { font-size: 1em !important; }
.content-area { 
	font-size: 16px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.content-area ul > li, .content-area ol > li { margin-bottom: 5px; }
.content-area a { text-decoration: underline; }
.content .single-post a, .content .single-post a:visited, .content .single-post a:active, .content .single-post a:focus, .content .single-post a:hover { 
	color: #000 !important;
	text-decoration: none !important; 
}
/* links */
.content-area a[href$='.pdf']:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f1c1";
	margin-right: 5px;
}
.content-area a[href$='.doc']:before, .content-area a[href$='.docx']:before  {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content: "\f1c2";
	margin-right: 5px;
}
ul.doc-year-select li { display: inline; }
ul.doc-year-select li a { 
	display: inline-block;
	padding: 0.5em 1em;
	margin-right: 1em;
	background: var(--xnunes-color-link-accent);
	color: #fff;
	text-decoration: none;
}
ul.doc-year-select li a.current { 
	font-weight: bold;
	text-decoration: underline;
}
ul.doc-year-select li:last-child a { margin-right: 0; }
.wp-block-image { margin-bottom: 1em; }
.page-link { 
	color: var(--xnunes-color-link-accent) !important;
	text-decoration: none !important;
}
.page-item.active .page-link {
	color: #fff !important;
    background-color: var(--xnunes-color-link-accent) !important;
    border-color: var(--xnunes-color-link-accent) !important;
}
.lista-marcas {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;      /* centra horizontalmente */
    align-items: center;          /* centra verticalmente */
    gap: 20px;                   /* espaço entre itens */
    min-height: 150px;            /* para efeito vertical de alinhamento */
}

.marca-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Pode definir largura fixa para uniformizar tamanho */
    width: 180px;
    height: 120px;
}

.marca-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* lg */
@media (max-width: 1399px) {
}
/* md */
@media (max-width: 1199px) {
	.main-menu { 
		text-align: left;
		padding-top: 30px;
	}
	.main-menu ul li { padding: 0.5em; }
	.owl-theme .owl-nav { top: 8vh; }
}
/* sm */
@media (max-width: 991px) {
	.header-top, .social-networks, .logo, .main-menu { text-align: center !important; }
	.main-menu {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.slider-area .slide, .slider-area .slide-bg, .slider-area .slide-overlay, .slider-area .slide-content { min-height: 300px; }
	.main-menu .sub-menu { top: 32px; }
	.img-post-parceiro { height: 145px; }
	#modal { top: 3vh !important; }
}
/* xs */
@media (max-width: 767px) {
	.slider-area .slide, .slider-area .slide-bg, .slider-area .slide-overlay, .slider-area .slide-content { min-height: 300px; }
	.img-post-parceiro { height: 110px; }
	.owl-theme .owl-nav { top: 3vh; }
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a { color: #fff !important; }	
}
@media (max-width: 575px) {
	.main-menu { display: none; }
	.main-menu-mobile-trigger { display: block; }
	.mobile-trigger-wrapper { text-align: center; }
	.mobile-trigger-wrapper-close { padding: 1em 2em; }
	.sidebar { margin-top: 2rem; }
	.owl-theme .owl-nav { top: 11vh; }
}
@media print {
    .header-top, .main-menu, .sidebar, .footer-top, .slider-area, .footer-logos { display: none !important; }
	.container { 
		width: 100% !important;
		max-width: 100%;
	}
	/* .content a::after { content: " (" attr(href) ")"; } */
	.mt-5 { margin-top: 1rem !important; }
	.mb-5 { margin-bottom: 1rem !important; }
	.pt-4 { padding-top: 0.5rem !important; }
	.pb-4 { padding-bottom: 0.5rem !important; }
}