/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/

.more-link {
	display: block;
}


.txmenu {
    font-size: 16px;
    font-weight: 500;
}

.txmenu li {
    margin: 6px;
}


.wp-container-core-cover-is-layout-d89aad35 .wp-container-core-columns-is-layout-28f84493 div {
	background-color: white;
	min-width: 250px !important;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
	margin: 10px;
}


.wp-container-core-cover-is-layout-d89aad35 .wp-container-core-columns-is-layout-28f84493 div p {
	color: #03103E;
}



.treepart {
	box-shadow: 0 3px 15px 0 rgb(0 0 0 / .1);
	border-radius: 20px;
	padding: 20px;

}

.wp-block-button__link {
	background-color: unset;
	background: unset;
	background-image: linear-gradient(180deg, #FD7E14 0%, #FB3F3F 100%);
	font-weight: 700;
}

.wp-block-button__link {
    font-family: "Nunito Sans", Sans-serif ;
	background-image: url('../twentytwentyfive/imgs/bgbutton.png');
	letter-spacing: 1.3px;
	font-weight: 700;
	font-size: 14px;
}

.noarrow * {
    background-image: linear-gradient(90deg, #FD7E14 0%, #FB3F3F 100%) !important;
    border-radius: 50px;
    padding: 20px 40px 20px 40px !important;
   
}


.car {
	background-image: url('../twentytwentyfive/imgs/carro.jpg');
}


.bike {
	background-image: url('../twentytwentyfive/imgs/carro.jpg');
}

.taxi {
	background-image: url('../twentytwentyfive/imgs/taxi.jpg');
}

.rebaixado {
	background-image: url('../twentytwentyfive/imgs/carro-rebaixado.jpg');
}


footer {
	background-color: #03103E !important;
}

/* Cooperlink blog header */
.cooperlink-blog-header {
	--cbh-background: #ffffff;
	--cbh-topbar: #0a1a3f;
	--cbh-text: #4c545d;
	--cbh-link-hover: #0a1a3f;
	--cbh-orange: hsl(25 95% 50%);
	--cbh-orange-dark: hsl(20 90% 45%);
	--cbh-border: #f3f4f6;
	--cbh-gray-400: #9ca3af;
	--cbh-gray-500: #6b7280;
	--cbh-gray-600: #4b5563;
	--cbh-gray-50: #f9fafb;
	--cbh-orange-50: #fff7ed;
	background: var(--cbh-background);
	color: var(--cbh-text);
	font-family: "Inter", sans-serif;
	position: relative;
	width: 100%;
	z-index: 20;
}

.cooperlink-blog-header,
.cooperlink-blog-header *,
.cooperlink-blog-header *::before,
.cooperlink-blog-header *::after {
	box-sizing: border-box;
}

.cooperlink-blog-header [hidden] {
	display: none !important;
}

.cooperlink-blog-header a,
.cooperlink-blog-header button {
	text-decoration: none !important;
}

.wp-site-blocks > .cooperlink-blog-header {
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
}

.cooperlink-blog-header__shell {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.cooperlink-blog-header__brand,
.cooperlink-blog-header__contact,
.cooperlink-blog-header__nav-link,
.cooperlink-blog-header__mobile-link,
.cooperlink-blog-header__cta,
.cooperlink-blog-header__menu-toggle,
.cooperlink-blog-header__mobile-contact {
	outline-offset: 4px;
}

.cooperlink-blog-header__brand:focus-visible,
.cooperlink-blog-header__contact:focus-visible,
.cooperlink-blog-header__nav-link:focus-visible,
.cooperlink-blog-header__mobile-link:focus-visible,
.cooperlink-blog-header__cta:focus-visible,
.cooperlink-blog-header__menu-toggle:focus-visible,
.cooperlink-blog-header__mobile-contact:focus-visible {
	outline: 2px solid var(--cbh-orange);
}

.cooperlink-blog-header__topbar {
	background: var(--cbh-topbar);
	color: #ffffff;
	display: none;
}

@media screen and (min-width: 768px) {
	.cooperlink-blog-header__topbar {
		display: block;
	}
}

.cooperlink-blog-header__topbar-inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: flex-end;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.cooperlink-blog-header__contact {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 1;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.cooperlink-blog-header__contact:hover {
	color: var(--cbh-orange);
}

.cooperlink-blog-header__contact-icon {
	display: block;
	flex: 0 0 auto;
	height: 1rem;
	width: 1rem;
}

.cooperlink-blog-header__main {
	background: #ffffff;
	border-bottom: 1px solid var(--cbh-border);
}

.cooperlink-blog-header__main-inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
}

@media screen and (min-width: 768px) {
	.cooperlink-blog-header__main-inner {
		padding-bottom: 1.25rem;
		padding-top: 1.25rem;
	}
}

.cooperlink-blog-header__brand-nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 1rem;
	min-width: 0;
}

.cooperlink-blog-header__brand {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: 3.3rem;
	max-width: 18rem;
	overflow: hidden;
	width: 18rem;
}

.cooperlink-blog-header__brand img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.cooperlink-blog-header__brand img {
		height: 100%;
		width: 100%;
	}

	.cooperlink-blog-header__brand {
		height: 3.75rem;
		max-width: 21rem;
		width: 21rem;
	}
}

.cooperlink-blog-header__nav {
	align-items: center;
	display: none;
	flex: 1 1 auto;
	gap: 0.125rem;
	justify-content: flex-start;
	min-width: 0;
}

@media screen and (min-width: 1180px) {
	.cooperlink-blog-header__nav {
		display: flex;
	}
}

.cooperlink-blog-header__nav-link {
	background: transparent;
	border: 0;
	color: var(--cbh-text);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.45rem 0.42rem;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.cooperlink-blog-header__nav-link:hover {
	color: var(--cbh-link-hover);
}

.cooperlink-blog-header__nav-link--active {
	color: var(--cbh-orange);
}

.cooperlink-blog-header__cta {
	align-items: center;
	background: var(--cbh-orange);
	border: 0;
	border-radius: 999px;
	color: #ffffff !important;
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	height: 2.5rem;
	padding: 0 1.55rem;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.cooperlink-blog-header__cta:hover {
	background: var(--cbh-orange-dark);
}

.cooperlink-blog-header__desktop-actions {
	align-items: center;
	display: none;
	flex: 0 0 auto;
	gap: 0;
}

@media screen and (min-width: 1180px) {
	.cooperlink-blog-header__desktop-actions {
		display: flex;
	}

	.cooperlink-blog-header__cta {
		display: inline-flex;
	}
}

.cooperlink-blog-header__cta--mobile {
	align-self: flex-start;
	background: var(--cbh-orange);
	color: #ffffff !important;
	display: inline-flex;
	margin-top: 0.75rem;
}

.cooperlink-blog-header__cta--mobile:hover {
	background: var(--cbh-orange-dark);
	border-color: var(--cbh-orange-dark);
}

.cooperlink-blog-header__mobile-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 0;
}

@media screen and (min-width: 1180px) {
	.cooperlink-blog-header__mobile-actions {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
	.cooperlink-blog-header__brand {
		height: 3.35rem;
		max-width: 18rem;
		width: 18rem;
	}
}

@media screen and (min-width: 1180px) and (max-width: 1349px) {
	.cooperlink-blog-header__main-inner {
		gap: 0.625rem;
	}

	.cooperlink-blog-header__brand-nav {
		gap: 0.625rem;
	}

	.cooperlink-blog-header__brand {
		height: 3.1rem;
		max-width: 17.25rem;
		width: 17.25rem;
	}

	.cooperlink-blog-header__nav {
		gap: 0.05rem;
	}

	.cooperlink-blog-header__nav-link {
		font-size: 0.735rem;
		padding: 0.35rem 0.2rem;
	}

	.cooperlink-blog-header__cta {
		font-size: 0.78rem;
		height: 2.15rem;
		padding: 0 0.95rem;
	}
}

@media screen and (min-width: 1350px) and (max-width: 1439px) {
	.cooperlink-blog-header__nav-link {
		font-size: 0.82rem;
		padding: 0.45rem 0.38rem;
	}

	.cooperlink-blog-header__cta {
		font-size: 0.875rem;
		height: 2.35rem;
		padding: 0 1.25rem;
	}
}

@media screen and (min-width: 1440px) {
	.cooperlink-blog-header__main-inner {
		gap: 1.25rem;
	}

	.cooperlink-blog-header__brand-nav {
		gap: 1.25rem;
	}

	.cooperlink-blog-header__brand {
		height: 3.55rem;
		max-width: 20rem;
		width: 20rem;
	}

	.cooperlink-blog-header__nav {
		gap: 0.2rem;
	}

	.cooperlink-blog-header__nav-link {
		font-size: 0.84rem;
		padding: 0.5rem 0.48rem;
	}

	.cooperlink-blog-header__cta {
		font-size: 0.95rem;
		height: 2.5rem;
		padding: 0 1.55rem;
	}
}

.cooperlink-blog-header__menu-toggle {
	background: transparent;
	border: 0;
	color: var(--cbh-text);
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
}

.cooperlink-blog-header__menu-icon {
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}

.cooperlink-blog-header__menu-icon--close {
	display: none;
}

.cooperlink-blog-header__menu-toggle[aria-expanded="true"] .cooperlink-blog-header__menu-icon--open {
	display: none;
}

.cooperlink-blog-header__menu-toggle[aria-expanded="true"] .cooperlink-blog-header__menu-icon--close {
	display: block;
}

.cooperlink-blog-header__mobile-panel {
	background: var(--cbh-background);
	border-top: 1px solid var(--cbh-border);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 50;
}

@media screen and (min-width: 1280px) {
	.cooperlink-blog-header__mobile-panel {
		display: none !important;
	}
}

.cooperlink-blog-header__mobile-inner {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.cooperlink-blog-header__mobile-link {
	background: transparent;
	border: 0;
	border-radius: 0.5rem;
	color: var(--cbh-text);
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0.75rem 1rem;
	text-align: left;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 100%;
}

.cooperlink-blog-header__mobile-link:hover {
	background: var(--cbh-gray-50);
	color: var(--cbh-link-hover);
}

.cooperlink-blog-header__mobile-link--active {
	background: var(--cbh-orange-50);
	color: var(--cbh-orange);
}

.cooperlink-blog-header__mobile-contacts {
	border-top: 1px solid var(--cbh-border);
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 0.5rem;
	padding-top: 0.75rem;
}

.cooperlink-blog-header__mobile-contact {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	color: var(--cbh-gray-500);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
}

.cooperlink-blog-header__mobile-contact-icon {
	display: block;
	height: 1rem;
	width: 1rem;
}

.cooperlink-app-dialog-open,
.cooperlink-app-dialog-open body {
	overflow: hidden;
}

.cooperlink-blog-header__app-dialog {
	inset: 0;
	position: fixed;
	z-index: 120;
}

.cooperlink-blog-header__app-dialog-overlay {
	background: rgba(0, 0, 0, 0.8);
	inset: 0;
	position: absolute;
}

.cooperlink-blog-header__app-dialog-content {
	background: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0 32px 80px rgba(15, 23, 42, 0.35);
	left: 50%;
	max-height: calc(100vh - 2rem);
	max-width: 860px;
	overflow: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
}

.cooperlink-blog-header__app-dialog-close {
	align-items: center;
	background: rgba(15, 23, 42, 0.08);
	border: 0;
	border-radius: 999px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	height: 2.25rem;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 1rem;
	transition: background-color 0.2s ease;
	width: 2.25rem;
	z-index: 2;
}

.cooperlink-blog-header__app-dialog-close:hover {
	background: rgba(15, 23, 42, 0.14);
}

.cooperlink-blog-header__app-dialog-close svg {
	display: block;
	height: 1.125rem;
	width: 1.125rem;
}

.cooperlink-blog-header__app-dialog-grid {
	display: grid;
	grid-template-columns: 1fr;
	min-height: 480px;
}

.cooperlink-blog-header__app-dialog-hero {
	background: linear-gradient(135deg, hsl(213 100% 22%), hsl(213 80% 25%));
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 2.5rem 2rem 2rem;
	position: relative;
}

.cooperlink-blog-header__app-dialog-hero::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 60%);
	content: "";
	inset: 0;
	position: absolute;
}

.cooperlink-blog-header__app-dialog-copy,
.cooperlink-blog-header__app-dialog-device,
.cooperlink-blog-header__app-dialog-stores {
	position: relative;
	z-index: 1;
}

.cooperlink-blog-header__app-dialog-title {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 0.75rem;
}

.cooperlink-blog-header__app-dialog-text {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0;
	max-width: 18rem;
}

.cooperlink-blog-header__app-dialog-device {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	padding: 1rem 0;
}

.cooperlink-blog-header__app-dialog-device img {
	display: block;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
	max-width: 15rem;
	width: 100%;
}

.cooperlink-blog-header__app-dialog-stores {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.cooperlink-blog-header__app-store-button {
	align-items: center;
	background: rgba(17, 24, 39, 0.92);
	border-radius: 0.85rem;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.28);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.7rem;
	padding: 0.95rem 1.25rem;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.cooperlink-blog-header__app-store-button:hover {
	background: #111827;
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.33);
	transform: translateY(-2px);
}

.cooperlink-blog-header__app-store-button svg {
	display: block;
	fill: currentColor;
	flex: 0 0 auto;
	height: 1.25rem;
	width: 1.25rem;
}

.cooperlink-blog-header__app-dialog-details {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 2rem;
}

.cooperlink-blog-header__app-dialog-heading {
	color: #101828;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 0.5rem;
}

.cooperlink-blog-header__app-dialog-subheading {
	color: #667085;
	font-size: 0.95rem;
	margin: 0 0 2rem;
}

.cooperlink-blog-header__app-dialog-features {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cooperlink-blog-header__app-dialog-feature {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.cooperlink-blog-header__app-dialog-feature-icon {
	align-items: center;
	background: rgba(0, 56, 112, 0.08);
	border-radius: 0.85rem;
	color: hsl(213 100% 22%);
	display: inline-flex;
	flex: 0 0 auto;
	height: 2.6rem;
	justify-content: center;
	width: 2.6rem;
}

.cooperlink-blog-header__app-dialog-feature-icon svg {
	display: block;
	height: 1.2rem;
	width: 1.2rem;
}

.cooperlink-blog-header__app-dialog-feature span {
	color: #101828;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.cooperlink-blog-header__app-dialog-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	}

	.cooperlink-blog-header__app-dialog-hero {
		padding: 2.5rem 2.5rem 2rem;
	}

	.cooperlink-blog-header__app-dialog-details {
		padding: 2.5rem 3rem;
	}
}

@media screen and (max-width: 767px) {
	.cooperlink-blog-header__app-dialog-content {
		border-radius: 1.25rem;
	}

	.cooperlink-blog-header__app-dialog-hero,
	.cooperlink-blog-header__app-dialog-details {
		padding: 2rem 1.5rem;
	}

	.cooperlink-blog-header__app-dialog-title {
		font-size: 1.65rem;
	}

	.cooperlink-blog-header__app-dialog-heading {
		font-size: 1.45rem;
	}

	.cooperlink-blog-header__app-dialog-stores {
		flex-direction: column;
	}

	.cooperlink-blog-header__app-store-button {
		justify-content: center;
		width: 100%;
	}
}

/* End Cooperlink blog header */
