/*
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
*/

@font-face {
	font-family: "acumin-variable";
	src: url("https://www.infinitysportvillage.com/font.woff") format("woff");
}
footer {
	background-image: url('/wp-content/uploads/2025/08/infinity.png');
	background-size: 30%;
	background-position: bottom -300px right -150px;
	background-repeat: no-repeat;
}

footer .backdrop {
	backdrop-filter: brightness(50%);
}

footer a {
	color: white;	
}

footer a:hover {
	color: gray;
	text-decoration: underline;	
}


.page-header h1 {
	color: white !important;
}

.page-header {
	margin-top: 150px;
	text-align: center;
	padding: 100px 0px;
	background-image: url('/wp-content/uploads/2025/08/infinity.png');
	background-size: contain;
	background-position: bottom 50% right 30%;
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "acumin-variable",sans-serif !important;
  font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' -12;
}

.nav-link {
	font-size: 1.5rem !important;
}

h1.elementor-heading-title {
  font-size: 50px;
}

.disciplina {
	display: flex;
	align-items: center;
	justify-content: center;
}

.disciplina img, .disciplina svg {
	max-width: 50px;
	display: inline-block;
	color: white;
}

.disciplina h1 {
	display: inline-block;
	filter: opacity(0%);
	width: 0px;
	transition: display 1s ease;

}

.disciplina:hover h1 {
	filter: opacity(100%);
	margin-left: 20px;
	transition: all 1s ease;
}

th, td {
	padding: 5px;
}

p, a, span, ul, li, table {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 400, 'wdth' 50, 'slnt' -12;
  font-size: 20px;
}
p strong a {
	color: white;
	font-variation-settings: 'wght' 800, 'wdth' 70, 'slnt' -12 !important;
	text-decoration: underline !important;

}

p strong a:hover {
	color: #afafaf;
	text-decoration: underline;
}

strong, th {
	font-variation-settings: 'wght' 800, 'wdth' 70, 'slnt' -12 !important;
}

main {
	min-height: 80vh;
}

body {
	background-color: black !important;
	overflow-x: hidden !important;
}
html {
	overflow-x: hidden !important;
}

body > div > footer > p > strong > a {
	color: white !important;
}

#map .elementor-custom-embed {
	height: 100%
}

#map .elementor-custom-embed iframe {
	height: 100%
}

footer {
	color: white;
}

a.navbar-brand {
	margin-right: 50px;
	filter: brightness(2);
	filter: drop-shadow(20px 0px 20px white);
}

ul.dropdown-menu {
	background-color: rgba(250, 45, 55, 0.8);
}

ul.dropdown-menu a.dropdown-item:hover {
	background-color: rgba(250, 45, 55, 0.8);
}

.bg-infinity-red, input.bg-infinity-red {
	background-color: rgba(250, 45, 55, 0.8);
	backdrop-filter: blur(10px);
	color: white !important;
}

.bg-infinity-red a {
	color: white !important;
}

.bg-infinity-red button.navbar-toggler {
	border-color: white;
	color: rgba(255, 255, 255, 0.7);
}

.bg-infinity-red span.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.e-con-full {
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, table {
	color: white;
}

.categoria-home {
	margin: 5px !important;
  	transition: opacity 1s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	column-gap: 10px;
}

.categoria-home:hover {
	transform: scale(1.1);
}

.categoria-home .filler {
	position: absolute;
	transition: all 1s;
	width: 100%;
	height: 100%;
	filter: opacity(0);
	background-color: rgba(255, 0, 0, 0.5);
}

.categoria-home img {
	filter: opacity(0);
	transition: filter 1s;
	max-height: 50px;
	width: auto;
	display: inline-block;
	z-index: 10;
	transform: translateZ(20px);
}
.categoria-home h2 {
	filter: opacity(0);
	transition: filter 1s;
	display: inline-block;
	z-index: 10;
	transform: translateZ(20px) !important;
}

.categoria-home:hover img, .categoria-home:hover h2, .categoria-home:hover .filler {
	filter: opacity(1);
}


#video-homepage {
	height: 80vh !important;
	min-width: 100vw !important;
}
#video-homepage video {
	height: 80vh !important;
	min-width: 100vw !important;
}

marquee {
	white-space: nowrap;
}

#typed {
	height: 0px;
	margin-top: -20px;
}

#bottoni-homepage {
	width: 100vw;
	background: black;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(250, 45, 55, 1) 100%);
	display: flex;
	justify-content: center;
	color: white;
	transform: rotate(-3deg) scale(1.1) translateY(-6vh);
	margin-top: 0px;
	padding: 8vh 0px 8vh 0px;
	z-index: -100;
}


/*
 * 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;
}
