.container {
	max-width: 1200px;
}
 /* Applica il font a tutta la pagina */
body {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 300;
	color: #000;
	/*font-size: 32px;
	line-height: 41px;*/
	font-size: 28px;
    line-height: 32px;
}

.h1 .h2 .h3, h1, h2, h3 {
	font-weight: 600;
	font-size: 48px;
}

a {
	font-size: 24px;
}

.logo {
	width: 350px;
}

.cta-button {
	border: 2px solid black;
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: black;
	transition: background-color 0.3s ease, color 0.3s ease;
	background: #fff;
	font-size: 24px;
	text-decoration: underline;
}
.cta-button:hover {
	background-color: black;
	color: white;
}
.cta-button svg {
	margin-left: 10px;
	transition: transform 0.3s ease;
}
.cta-button:hover svg {
	transform: translateX(5px);
}
	  .custom-list-container {
	display: flex;
	flex-wrap: wrap;
}

ul.custom-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%; /* Ogni colonna occupa il 50% */
}

ul.custom-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.custom-list li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #B24376;
}
.p0 {
	padding: 0;
}
/* Stile per il pulsante hamburger */
.custom-toggler {
	border: none;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 20px;
	cursor: pointer;
}

.custom-toggler span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* Stile del menu */
.custom-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	overflow-y: auto;
	transform: translateY(-100%);
	transition: transform 0.5s ease;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.custom-menu.show {
	transform: translateY(0);
}

.custom-menu a {
	color: #000;
	text-decoration: none;
	padding: 15px 0;
	font-size: 30px;
}

.custom-menu a:hover {
	color: #B24376;
}

/* Stile per evitare scorrimento del body */
body.menu-open {
	overflow: hidden;
}

.img-margin {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.img-margin-b {
	margin-bottom: 1rem;
}

.mt-8 {
    margin-top: 3rem !important;
}

.py-8 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
 /* Stile del footer */
footer {
	background-color: #EDEDED;
	padding: 40px 20px;
	color: #333;
}

 footer p {
	font-size: 24px;
}

footer h5 {
	font-weight: 700;
	margin-bottom: 20px;
}

footer a {
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease;
}

footer a:hover {
	color: #B24376;
}

.footer-menu {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

.footer-menu a {
	margin-right: 20px;
}

.mb1 {
	margin-bottom: 1rem;
}

label {
	font-size: 20px;
}

.form-control {
	padding: 1rem;
	border: 1px solid #000;
}

.form-check .form-check-input {
	border: 1px solid #000;
}

/* Stile del modulo */
.newsletter-form {
}

.newsletter-form h2 {
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.newsletter-form label {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
}

.newsletter-form .invalid-feedback {
	font-size: 22px;
	color: #B24376;
}

b {
    font-weight: 500;
}

input {
    font-size: 22px;
}

textarea {
    font-size: 22px;
}

::placeholder {
    font-size: 22px;
    color: #999; /* Puoi personalizzare il colore */
}

.footer-menu {
    font-size: 20px;
}

.custom-toggler {
    position: relative;
    cursor: pointer;
}

.custom-toggler .close-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.menu-open .custom-toggler .close-icon {
    display: block;
}

.menu-open .custom-toggler span {
    display: none;
}

.close {
    position: absolute;
    top: 0;
    right: 15px;
}

.lang {
    right: 110px;
	position: absolute;
    top: 26px;
	color: #000;
	text-decoration: none;
}

.lang1 {
    right: 140px;
	position: absolute;
    top: 26px;
	color: #000;
	text-decoration: none;
}

.forminterno {
    display: flex;
    position: relative;
}
.forminterno .cta-button {
    font-size: 1em;
    padding: 10px 0;
    border-left-width: 1px;
    position: absolute;
    left: auto;
    right: 0;
    height: 100%;
}
.forminterno #Field4 {
    border-radius: 0;
    border-right-width: 0;
}
.forminterno .cta-button svg {
    margin-left: 10px;
    margin: 0 10px;
    width: 2em;
    height: 1em;
}
.forminterno .form-control {
    border: 2px solid #000;
}
.fixh{
    line-height: 0.95em;
}

@media only screen and (max-width: 767px) {
	
.py-5-mob {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
	
.logo {
	width: 200px;
}
	
.lang {
    top: 16px;
	right: 80px;
}

.lang1 {
    top: 16px;
	right: 110px;
}

.cta-button {
    padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
}
	
body {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 22px;
	line-height: 31px;
}

.h1 .h2 .h3, h1, h2, h3 {
	font-size: 32px;
}
	
.newsletter-form label {
	font-size: 14px;
	line-height: 19px;
}

a {
	font-size: 16px;
}
	
footer p {
    font-size: 16px;
}
	
ul.custom-list {
    width: 100%;
}
	
.img-margin-b-mob {
	margin-bottom: 1rem;
}
	
.mb1-mob {
	margin-bottom: 1rem;
}
	

	
}

.footer-menu .legalLinksDiv a{
	margin-right: 0!important;
}

.gdpr-banner-text h3{
	font-size: 20px!important;
}
.gdpr-category-info h4{
	font-size: 19px!important;
}
.gdpr-category-info p, .gdpr-banner-text .gdpr-legal-links a, .gdpr-banner-text p{
	font-size: 18px!important;
}