/* MY CUSTOM STYLES */
@charset "UTF-8";

@font-face {
	font-family: "jtleonor-bold";
	src: url("../fonts/jtleonor-bold-webfont.woff2") format("woff2"), url("../fonts/jtleonor-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Fira Sans Extra Condensed", sans-serif;
	color: #272528;
	font-weight: 400;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 35px;
	color: #ff7433;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "jtleonor-bold";
}

h1 {
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 40px;
}

h6 {
	font-weight: 700;
	margin: 0 0 10px !important;
	color: rgba(48, 48, 48, 1);
	text-transform: uppercase;
}

.pseudo_borderB {
	position: relative;
	text-align: center;
	height: 45px;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	text-transform: none;
}

.pseudo_borderB::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	background: rgba(0, 0, 0, 0.66);
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: 400;
}

@media (min-width: 768px) {
	p {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 0 35px;
	}
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ff7433;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #272528;
}

.arancio {
	color: #ff7433;
}

/* End Typography */

/* Padd Marg */

.p0 {
	padding: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.mb-6 {
	margin-bottom: 4.5rem !important;
}

/* End Padd Marg */

.mw-33 {
	max-width: 30%;
	margin: 3rem 55px;
	height: 58px;
}

.navbar-light {
	background-color: #ffffff;
}

.navbar-brand img {
	height: 70px;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	color: rgba(255, 116, 51, 1);
	font-weight: 400;
	padding: 0.5rem 0.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
	color: #282528;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .active > .nav-link::before,
.navbar-dark .navbar-nav .nav-link.active::before,
.navbar-dark .navbar-nav .nav-link.show::before,
.navbar-dark .navbar-nav .show > .nav-link::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	bottom: 6px;
	left: 25%;
	border-bottom: 2px solid #282528;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover,
.navbar.navbar-dark .navbar-toggler,
.navbar.navbar-dark form .form-control,
.pagination .active .page-link:hover {
	color: #ff7432;
}

#mainNav {
	border-bottom: 1px solid rgba(228, 81, 16, 0.9);
}

.masthead {
	display: table;
	width: 100%;
	height: 75vh;
	height: auto;
	padding: 0;
	text-align: center;
	color: white;
}

.xpro-slider-container {
	width: 100%;
	height: 75vh !important;
}

.xpro-slider {
	height: 75vh !important;
}

.xp-headsubtext {
	color: #ececec;
	font-size: 18px !important;
	letter-spacing: 0.1em;
}

.xp-headtext {
	color: #ffffff;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.xp-hero-round-button,
.xp-hero-circle-button {
	font-size: 15px !important;
}

.icoSlide {
	width: 10vw !important;
	margin-top: 20px;
}

.icoDiscensore {
	width: 4vw !important;
	margin-top: 20px;
}

.iconaDiscensore {
	height: 60px;
	margin: 15px 0;
}

.sfondoArancio {
	background: url(../images/sfumatura.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#chi-siamo {
	height: auto;
	width: 100%;
}

.petzlLogo {
	max-width: 385px;
}

.short span {
	font-size: 60px;
	color: rgb(37, 34, 31);
}

.pseudo_borderA {
	position: relative;
	text-align: center;
	height: 45px;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	text-transform: none;
}

.pseudo_borderA::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	background: rgba(0, 0, 0, 0.66);
	top: 110px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.petzlAgency {
	font-size: 20px;
	color: rgba(48, 48, 48, 1);
}

.download-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../images/downloads-bg.jpg) no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headline p {
	color: rgba(48, 48, 48, 1);
	font-size: 18px;
}

.corsi {
	height: 50vh;
	margin-top: 72px;
	background-size: cover;
	background-position: center;
}

.ulCorsi {
	font-size: 14px;
}

h6 {
	font-weight: 700;
	margin: 0 0 10px !important;
	color: rgba(48, 48, 48, 1);
	text-transform: uppercase;
}

::selection {
	background: rgba(48, 48, 48, 1);
}
::-moz-selection {
	background: rgba(48, 48, 48, 1);
}

.column2 {
	column-count: 2;
	column-gap: 20px;
}

@media screen and (max-width: 768px) {
	.column2 {
		column-count: 1;
		column-gap: 20px;
	}
}
.form-control {
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-size: 15px !important;
}

.mb-35 {
	margin-bottom: 35px;
}

@media (min-width: 767px) {
	.download-section {
		padding: 100px 0;
	}
}

.media-box-content {
	padding: 0;
	position: relative;
	background: white;
	color: rgb(51, 51, 51);
	line-height: 17px;
}

.media-box-image {
	border-bottom: #ff7433 2px solid;
}

.thumbnail-overlay {
	background: rgba(0, 0, 0, 0.3);
}

.thumbnail-overlay-button:hover {
	background: rgba(28, 186, 200, 1);
	color: #fff;
}

.thumbnail-overlay-button {
	background: rgba(255, 116, 51, 1);
	background-image: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(255, 116, 51);
	display: inline-block;
	font-size: 13px;
	color: #fff;
	padding: 10px 14px;
	margin: 3px 0;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

.media-box-title {
	letter-spacing: 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 20px;
	min-height: 60px;
	padding-top: 6px;
	text-transform: uppercase;
	text-align: center;
}

.cardPetzl {
	background-color: rgba(192, 227, 197, 1);
	color: rgba(255, 255, 255, 1);
	padding: 5px 20px;
}

.cardProd {
	background-color: #67b1c6;
	color: rgba(255, 255, 255, 1);
	padding: 5px 20px;
}

.cardQuota {
	background-color: #f7dab9;
	color: rgba(255, 255, 255, 1);
	padding: 5px 20px;
}

.cardRivenditori {
	background-color: rgba(43, 56, 84, 1);
	color: rgba(255, 255, 255, 1);
	padding: 5px 20px;
}

.media-box-content .media-box-text {
	margin-bottom: 0 !important;
}

.media-box-text {
	color: #777;
	line-height: 21px;
	padding: 10px 20px;
	margin: 0 !important;
	font-weight: 400;
}

.datiNews {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.datiNews i {
	font-size: 20px;
	display: block;
	line-height: 20px;
}

.datiNews span {
	font-size: 12px;
	line-height: 30px;
	display: block;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-style: normal;
}

.media-box-footer {
	padding: 20px;
	color: #272528;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.media-box-footer {
	-webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.media-boxes-no-more-entries {
	filter: alpha(opacity=20);
	opacity: 0.2;
	display: none;
}

.contatti-section {
	width: 100%;
	padding: 50px 0;
	color: white;
	background: url(../images/contatti-bg.jpg) no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

input::-webkit-input-placeholder {
	color: #ffffff !important;
	font-size: 20px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff !important;
	font-size: 20px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff !important;
	font-size: 20px;
}

input:-ms-input-placeholder {
	color: #ffffff !important;
	font-size: 20px;
}

input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="search-md"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #ff7433;
	-webkit-box-shadow: 0 1px 0 0 #ff7433;
	box-shadow: 0 1px 0 0 #ff7433;
}

.btn-deep-orange {
	background-color: #ff7433;
	margin: 0;
}

.datiContatti .ico {
	font-size: 50px;
	display: block;
	line-height: 50px;
}

.datiContatti span {
	font-size: 20px;
	line-height: 18px;
	display: block;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	color: #272528;
	margin-bottom: 10px;
}

#map {
	width: 100%;
	height: 200px;
}

@media (max-width: 991px) {
	.navbar-dark .navbar-nav .active > .nav-link::before,
	.navbar-dark .navbar-nav .nav-link.active::before,
	.navbar-dark .navbar-nav .nav-link.show::before,
	.navbar-dark .navbar-nav .show > .nav-link::before {
		display: none;
	}
	.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
	.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
		padding: 0.5rem;
	}
	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.active,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .show > .nav-link {
		background-color: #000000;
		color: #ffffff !important;
	}
}

@media (min-width: 767px) {
	#map {
		height: 350px;
	}
}

footer {
	background-color: #ffffff;
	border-top: #ff7433 5px solid;
	color: #272528;
	font-size: 10px;
	padding: 20px 0;
}

footer img {
	max-height: 46px;
}

.linkFooter {
	color: #ff7433;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
}

.linkFooter a {
	padding-left: 5px;
	padding-right: 5px;
}
.social-footer {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}
.social-footer .btn {
	color: #ff7433 !important;
	margin: 0;
	padding: 0.45rem 0.8rem;
}
.social-footer i {
	min-width: 1rem;
	font-size: 1.2rem;
	display: inline-block;
}
footer p {
	margin-bottom: 0px;
	font-size: 12px;
}

.media-boxes-filter > li a.selected {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}

.media-boxes-filter > li:first-child a {
	border-radius: 4px 0 0 4px;
}

.media-boxes-filter > li a.selected {
	background: #25221f !important;
}

.media-boxes-filter > li a:hover {
	background: #fff;
	color: #676767;
}

.media-boxes-filter > li {
	margin: 0;
}

.media-boxes-filter > li:last-child a {
	border-right: 1px solid #ebebeb;
	border-radius: 0 4px 4px 0;
}

.media-boxes-filter > li a {
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.media-box-footer:hover {
	color: #ff7433;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modalita i {
	color: rgba(255, 116, 51, 1);
	width: 4%;
	display: block;
	float: left;
	text-align: center;
}

.modalita p {
	display: block;
	float: left;
	width: 96%;
	margin-bottom: 1px;
	padding-left: 6px;
}

.corsiTesto li {
	font-size: 14px;
}

.introElenco li {
	font-size: 14px;
}

#contatti input[type="text"] {
	color: white;
	font-size: 20px !important;
}

@media (min-width: 768px) {
	p {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 0 35px;
	}
}

.formCorso input::-webkit-input-placeholder {
	color: #646c72 !important;
	font-size: 15px;
}

.formCorso input:-moz-placeholder {
	/* Firefox 18- */
	color: #646c72 !important;
	font-size: 15px;
}

.formCorso input::-moz-placeholder {
	/* Firefox 19+ */
	color: #646c72 !important;
	font-size: 15px;
}

.formCorso input:-ms-input-placeholder {
	color: #646c72 !important;
	font-size: 15px;
}

@media (max-width: 768px) {
	.xp-headtext {
		font-size: 30px !important;
	}
	.xp-headsubtext {
		font-size: 18px !important;
	}
	.xp-hero-round-button,
	.xp-hero-circle-button {
		font-size: 14px !important;
	}
	.icoSlide {
		width: 12vw !important;
	}
}

@media (max-width: 767px) {
	.linkFooter {
		color: #ff7433;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		/*margin-top: 20px;*/
	}
	footer p {
		margin-bottom: 0px;
		font-size: 12px;
		text-align: center;
	}
	h2.xp-headtext.mb-0.m-auto {
		margin-bottom: 20px !important;
	}
	footer img {
		margin: auto;
		margin-bottom: 10px;
	}
	.linkFooter {
		margin-top: 10px;
	}
}

@media (max-width: 575px) {
	.masthead {
		height: calc(50vh - 35px);
		margin-top: 73px;
	}
	.xpro-slider-container {
		height: calc(50vh - 35px) !important;
	}
	.xpro-slider {
		height: calc(50vh - 35px) !important;
	}
	.icoSlide {
		display: none;
	}
	.xp-headtext {
		margin-top: -20px;
	}
}

@media (max-width: 418px) {
	#chi-siamo .pseudo_borderB::after {
		top: 105px;
	}
	#chi-siamo .pseudo_borderA::after {
		top: 175px;
	}
	#chi-siamo p {
		margin-top: 6rem;
	}
}

@media (min-width: 458px) {
	.sparisci {
		display: none;
	}
}

@media (max-width: 1199px) {
	.mw-33 {
		max-width: 70%;
		margin: 3rem 35px;
		height: 58px;
	}
}

@media (max-width: 991px) {
	.mw-33 {
		max-width: 70%;
		margin: 3rem 22px;
		height: 58px;
	}
}

@media (max-width: 767px) {
	.mw-33 {
		max-width: 30%;
		margin: 3rem 11px;
		height: 58px;
	}
}

@media (max-width: 530px) {
	.mw-33 {
		max-width: 30%;
		margin: 3rem 10px;
		height: 58px;
	}
}

@media (max-width: 518px) {
	.mw-33 {
		max-width: 27%;
		margin: 3rem 10px;
		height: 58px;
	}
}

@media (max-width: 425px) {
	.mw-33 {
		max-width: 50%;
		margin: 1rem 0;
		height: auto;
	}
}

@media (max-width: 387px) {
	.hide387 {
		visibility: hidden;
	}
}

#modal-cookies .modal-dialog .modal-content [type="checkbox"] {
	visibility: visible;
}

#modal-cookies .modal-dialog .modal-content {
	border-radius: 1.4rem;
}
#modal-cookies .modal-dialog .modal-content .modal-header {
	padding: 2rem 1rem 1rem;
	border: 0;
}

#modal-cookies .modal-dialog .modal-content .modal-body {
	padding: 0rem 1rem 2rem;
}

#modal-cookies .modal-dialog .modal-content .modal-body #checkboxContainer,
#modal-cookies .modal-dialog .modal-content .modal-body .cookie-buttons {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

#modal-cookies .modal-dialog .modal-content .modal-body #checkboxContainer .btn,
#modal-cookies .modal-dialog .modal-content .modal-body .cookie-buttons .btn {
	/* font-size: 1rem;
    padding: 0.75rem 1rem; */
	margin: 0;
}

#modal-cookies .modal-dialog .modal-content .modal-body #checkboxContainer .btn-lg.btn-white,
#modal-cookies .modal-dialog .modal-content .modal-body .cookie-buttons .btn-lg.btn-white {
	color: #333 !important;
	text-decoration: underline;
	border: none;
	box-shadow: none;
}

#modal-cookies .modal-dialog .modal-content .modal-body #checkboxContainer .btn-lg.btn-white:hover,
#modal-cookies .modal-dialog .modal-content .modal-body .cookie-buttons .btn-lg.btn-white:hover {
	color: #333;
	background-color: white;
}

@media screen and (min-width: 576px) {
	#modal-cookies .modal-dialog .modal-content .modal-header {
		padding: 2rem;
	}

	#modal-cookies .modal-dialog .modal-content .modal-body {
		padding: 0rem 2rem 2rem;
	}

	#modal-cookies .modal-dialog .modal-content .modal-body #checkboxContainer,
	#modal-cookies .modal-dialog .modal-content .modal-body .cookie-buttons {
		flex-direction: row;
		justify-content: flex-end;
	}
}
