/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 5.0.3
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

:root {
	--color-primary: #1a1a1a;
	--color-white: #ffffff;
	--color-black: #000000;

	--font-primary: "Poppins", sans-serif;

	--container-max-width: 77rem;
}

body {
	font-family: var(--font-primary);
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: var(--font-primary);
	color: var(--color-primary);
}

h1,
.h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
}

h2,
.h2 {
	font-size: 32px;
	font-weight: 700;
}
h3,
.h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-primary);
}

h4,
.h4 {
	font-size: 20px;
	font-weight: 400;
	color: var(--color-primary);
}

h5,
.h5 {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-primary);
}

p,
.p {
	font-size: 18px;
	color: var(--color-primary);
}

a {
	font-size: 18px;
	color: var(--color-white);
}

a.btn.btn-naked {
	color: var(--color-white);
	font-size: 18px;
}

/* HEADER - MENU */

ul#primary-nav a {
	font-size: 90px;
	line-height: 8rem;
}

#header a.navbar-brand {
	max-width: 9rem;
}

.ld-sd-inner {
	justify-content: center !important;
}

.ld-sd-inner .main-nav > li {
	width: unset;
}

.ld-sd-wrap {
	background: #1a1a1a;
}

.ld-module-sd > .ld-module-dropdown.is-active {
	width: 100%;
}

.ld-sd-inner .main-nav {
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
}

.nav-trigger .txt,
.nav-trigger.txt-left.circle .bars {
	z-index: 9999;
}

.ld-module-sd-hover > .nav-trigger {
	pointer-events: unset;
}

/* HOME */
#portada .btn span {
	transition: transform 0.2s;
}

#portada .btn-icon {
	transition: background 0.3s, color 0.125s, box-shadow 0.3s, border 0.3s;
}

#portada .btn-txt::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

#portada .btn:hover .btn-txt::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

#portada .btn:hover .btn-icon {
	transform: rotate(45deg);
}

#portada .wpb_column {
	height: 100vh;
}

#portada h2 {
	font-weight: 400;
}

#portada .btn {
	z-index: 9999999;
}

/* FOTER */

.menu-item-4813 {
	display: none;
}

@media (width < 768px) {
	.flex-form-logos .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 2rem;
	}

	.flex-form-logos .wpb_wrapper img {
		margin-bottom: 0;
	}
}
@media (width >= 768px) {
	.flex-form-logos .wpb_wrapper {
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
	}

	.flex-form-logos .wpb_wrapper img {
		margin-left: 2rem;
		margin-bottom: 0;
	}
}

.flex-form-logos .wpb_single_image .wpb_wrapper {
	margin-bottom: 0;
}

.flex-form-logos .wpb_single_image .vc_single_image-wrapper {
	margin-bottom: 0;
}

#footer .vc_separator {
	margin-bottom: 3rem;
}

#footer .vc_separator.vc_sep_color_white .vc_sep_line {
	border-color: #ffffff80;
}

/**/

.btn.btn-solid {
	padding: 0.7rem 2rem;
	border-radius: 5rem;
	background: var(--color-white);
	color: var(--color-primary);
	border: none;
}

.btn.btn-solid:hover {
	background: var(--color-primary);
}

.btn span {
	padding: 0 !important;
}

.wpb_gmaps_widget.wpb_content_element {
	margin-bottom: 0;
}

/* FORMULARIO FONDO NEGRO */
#wpforms-form-4964 input {
	background: none;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
	box-shadow: none;
}

#wpforms-form-4964 input::placeholder,
#wpforms-form-4964 input::placeholder {
	color: #fff;
}

form#wpforms-form-5041 input {
	border: none;
	border-bottom: 2px solid #333;
	border-radius: 0;
	padding-left: 0;
}

button#wpforms-submit-5041 {
	background: #333;
	color: #fff;
}

.ui-selectmenu-button.ui-button {
	width: 100% !important;
	background: none;
	border: none !important;
	border-bottom: 2px solid #fff !important;
}

span.ui-selectmenu-text {
	color: #7a7a7a;
	font-size: 1rem;
}

.ui-button .ui-icon {
	background-image: none !important;
}

.ui-button .ui-icon::after {
	content: url("/wp-content/uploads/2025/08/mingcute_down-line.png") !important;
}

span#wpforms-4964-field_4-button:hover {
	background: none;
}

button#wpforms-submit-4964 {
	background: var(--color-white);
	padding: 0.5rem 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-primary);
}

#wpforms-form-4964 textarea {
	background: none;
	height: 100px;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
	box-shadow: none;
}

#wpforms-form-4964 textarea::placeholder {
	color: #fff;
}

button#wpforms-submit-31:hover,
button#wpforms-submit-97:hover {
	background: var(--color-white);
}

label.wpforms-field-label {
	text-transform: uppercase;
	font-weight: 400 !important;
}

.wpforms-container .wpforms-field {
	padding: 20px 0;
}

div#wpforms-31-field_1-container,
div#wpforms-31-field_2-container {
	padding-top: 0;
}

/* FORMULARIO FONDO BLANCO */

.postid-4978 #wpforms-form-4964 input,
.postid-4978 #wpforms-form-4964 input {
	background: none;
	color: #1a1a1a;
	border: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 2px solid #1a1a1a;
	box-shadow: none;
}

.postid-4978 #wpforms-form-4964 input::placeholder,
.postid-4978 #wpforms-form-4964 input::placeholder,
.postid-4978 #wpforms-form-4964 textarea::placeholder {
	color: #1a1a1a;
}

.postid-4978 .ui-selectmenu-button.ui-button,
.postid-4978 #wpforms-form-4964 textarea {
	border-bottom: 2px solid #1a1a1a !important;
}

.postid-4978 button#wpforms-submit-4964 {
	background: var(--color-primary);
	padding: 0.5rem 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5rem;
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-white);
}

.postid-4978 .ui-button .ui-icon::after {
	content: url("/wp-content/uploads/2025/08/mingcute_down-line.svg") !important;
}

.col-portada .vc_column-inner {
	height: 100dvh;
	padding: 0 7%;
}

.col-portada .btn {
	margin-left: 0.8rem;
}

.col-portada .italia-logo img {
	width: 275px;
}

.viaitalia-logo img {
	width: 469px;
}

#portada-mobile .carousel-container {
	max-width: 100vw;
}

.lqd-mobile-sec .navbar-brand {
	padding: 4px 0;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
	height: 240px !important;
}

.wpb_gmaps_widget {
	filter: grayscale(1);
	margin-bottom: 0;
}

@media (width >= 48rem) {
	/* 768px */
	.wpb_gmaps_widget .wpb_map_wraper iframe {
		height: 550px !important;
	}
}

@media (width >= 62rem) {
	/* 992px */
}
@media (width >= 75rem) {
	/* 1200px */
}

/**/
.lqd-lity {
	.lqd-lity-wrap {
		position: relative !important;
		.lqd-lity-container {
			width: 100% !important;
			max-width: 32rem;
		}
		.lqd-lity-close-btn-wrap {
			position: absolute;
			top: 1rem;
			right: 1rem;
		}
	}
}
#mobile-primary-nav {
	display: flex;
	flex-wrap: wrap;
	> li {
		&:nth-last-child(1),
		&:nth-last-child(2),
		&:nth-last-child(3),
		&:nth-last-child(4),
		&:nth-last-child(5) {
			width: fit-content;
			> a {
				padding: 1.375rem;
			}
		}
	}
}







