@charset "utf-8";

/*  Sezioni
============================================================================

GENERALE
ERROR_404
MODAL_LOGIN
SCELTA_LINGUA
MENU_TOP
HOME_PAGE
FASI_PRODUZIONE
PAGINE_ISTITUZIONALI
SEZIONE_FOOTER

============================================================================ */


/* GENERALE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
:root {
	--colore_primario: 42, 82, 144; /* #2a5290  rgb(var(--colore_primario)) */ 
	--colore_secondario: 236, 0, 140; /* #EC008C  rgb(var(--colore_secondario)) */
}
/*:focus {
	border: 1px solid red;
}*/
html {
  /* base di partenza: 100% / 16 px
	 min = 0.875rem → 14px
     ﬂuido =   1.5vw →  1.5% larghezza schermo
     max =   1.125rem → 18px */
	font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size: 1rem;
	line-height: normal;
	margin: 0;
    min-height: 100vh;
	display: flex;
    flex-direction: column;
}
.header_top {
    position: relative;
	z-index: 10;
}
main {
	flex: 1;
}
a {
	color: rgb(var(--colore_primario));
	text-decoration: none;
}
#system-message .close {
    cursor: pointer;
}
a:hover,
a:focus {
	color: #444;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

hr {
 	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}

img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}


input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}


textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

.transition_all_5 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.copyright {
	text-align: center;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
}
.frontend_editing {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    background: #2196f3;
    color: white;
    text-align: center;
    z-index: 10000000;
}
.frontend_editing .icons .float-end {
	float: none !important;
}
.frontend_editing .icons a {
	color: #fff;
}
.frontend_editing .icons [role="tooltip"] {
	border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 3px;
}



/* ERROR_404
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.error_container {
    position: relative;
    padding: 15px;
}
.error_container .error_image {
    display: block;
    margin: auto;
}
.error_container h1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
}



/* MODAL_LOGIN
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal_login_container .modal_login_trigger, .logout-button {
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.modal_login_container .modal_login_trigger:hover, .logout-button .btn:hover {
	color: #ccc;
}
.modal_login_container .modal_login_trigger:focus, .logout-button .btn:focus {
	color: #0099ff;
	box-shadow: none;
}
.logout-button .btn {
	padding: 0;
    background-color: transparent;
    border: 0;
    color: #0d6efd;
}
#modal-login .mod-login__password input:focus {
    box-shadow: none;
}
.modal_login_container .mod-login__username,
.modal_login_container .mod-login__password {
	margin-bottom: 15px;
}
.modal_login_container .mod-login__submit button {
    display: block;
    margin: auto;
}



/* SCELTA_LINGUA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod-languages {
    position: absolute;
    right: 50px;
    top: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mod-languages .btn-secondary:focus {
    box-shadow: none;
}
div.mod-languages a {
    display: block;
	text-align: right;
    padding-right: 23px;
}
div.mod-languages .dropdown-menu {
    padding: 0;
}
div.mod-languages ul.lang-block li {
    margin: 0;
	padding: 0;
}
div.mod-languages .btn-group .btn {
    padding-bottom: 2px;
    padding-top: 5px;
}




/* MENU_TOP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header_top {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999999;
}
.header_top .container {
    max-width: 90%;
}
.header_container {
    background: rgba(255, 255, 255, .6);
    height: 105px;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header_top .logo_container {
    width: 220px;
    float: left;
    margin-left: 30px;
}
.menu_container {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
}
.hidden_menu {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    max-height: 0;
    transition: all .3s;
    width: 100%;
    background: rgba(255, 255, 255, .6);
}
.header_top .logo_container img {
    width: 100%;
}
.area_partner_menu {
    border: 2px solid rgb(var(--colore_primario));
    text-align: center;
    padding: 15px 20px;
    color: rgb(var(--colore_primario));
    margin-right: 40px;
}
.language {
    width: 50px;
    height: 50px;
    font-weight: 100;
    margin-right: 10px;
}
.burger_menu {
    width: 45px;
    height: 45px;
    margin-right: 40px;
    position: relative;
    top: -3px;
}
.area_partner_menu:hover {
    border: 3px solid transparent;
    background: #2a5290;
    color: #fff;
    transition: all .3s;
}
.area_partner_menu a {
    color: rgb(var(--colore_primario));
    transition: all .3s;
}
.area_partner_menu:hover a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.area_partner_menu {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
	font-size: 16px;
}
.eng, .ita {
    width: 45px;
    position: absolute;
    transition: all .3s;
}
.eng, .ita {
    opacity: 0;
    top: 35px;
}
.language a {
    position: absolute;
    font-size: 22px;
    color: rgb(var(--colore_primario));
    width: 50px;
}
.language .eng:lang(it) {
    opacity: 0;
}
.language .ita:lang(it) {
    opacity: 1;
    pointer-events: none;
}
.language:lang(it):hover .eng {
    opacity: 1;
    text-decoration: none;
}
.language:lang(it):hover .ita {
    opacity: 0;
}
.language span {
    color: rgb(var(--colore_secondario));
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: -28px;
    pointer-events: none;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.burger_menu svg path {
    stroke: rgb(var(--colore_primario));
}
.header_top .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.hidden_menu ul {
    list-style-type: none;
    padding-left: 0;
}
.hidden_menu ul li {
    display: inline;
    width: 16.6%;
    float: left;
    text-align: center;
    padding-top: 8px;
}
.hidden_menu a {
    color: rgb(var(--colore_primario));
    transition: all .3s;
}
.header_active .hidden_menu {
    visibility: visible;
    opacity: 1;
    height: 40px;
    max-height: 40px;
    transition: all .3s;
    bottom: -45px;
}
.language span, .video_cover h1 span, .image_cover h1 span, .image_cover h2 span, .collections_slider_title h3, .box_text_container h2, .link_footer span, .contact_form h4, .private_certification h4, .private h4, .sost_container h4, .contact_form * {
    font-family: 'Playfair Display', serif;
}
.contenuto_istituzionale .testo {
    background-color: #f5f5f5;
    padding-left: 14%;
    padding-right: 14%;
}
.contenuto_istituzionale .testo h2 {
    font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 4.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-transform: uppercase;
}
.contenuto_istituzionale .testo p {
    font-family: "Poppins", serif;
    font-size: clamp(1.2rem, 1.5vw, 4.5rem);
    line-height: clamp(1.5rem, 2vw, 4.5rem);
    margin-top: 60px;
}




/* HOME_PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.video_cover {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e3e3e3;
}
.video_cover .vjs-fill video {
    object-fit: cover;
}
.video_cover h1 {
    z-index: 1;
    text-align: center;
    color: white;
    width: 90%;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 100;
}
.claim_home {
	padding-top: clamp(0.875rem, 10vw, 8.5rem);	
	padding-bottom: clamp(0.875rem, 10vw, 8.5rem);
}
.claim_home h1 {
	font-family: "Podkova", serif;
	font-size: clamp(0.875rem, 8vw, 3.5rem);
    line-height: clamp(0.875rem, 8vw, 4rem);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.blocchi_istituzionali .type_01 {
	height: 70vh;
}
.blocchi_istituzionali .testo {
	background-color: #f5f5f5;
	padding-left: 14%;
    padding-right: 14%;
}
.blocchi_istituzionali .testo.dark {
	background-color: #404040;
	padding-top: 14%;
    padding-bottom: 14%;
	color: #fff;
	height: 100%;
}
.blocchi_istituzionali .testo .occhiello {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}
.blocchi_istituzionali .testo h2 {
	font-family: "Podkova", serif;
	font-size: clamp(0.875rem, 4.5vw, 4.5rem);
	line-height: clamp(0.875rem, 4.5vw, 4rem);
	text-transform: uppercase;
}
.blocchi_istituzionali .testo p {
	font-family: "Poppins", serif;
	font-size: clamp(1.2rem, 1.5vw, 4.5rem);
	line-height: clamp(1.5rem, 2vw, 4.5rem);
    margin-top: 30px;
}
.blocchi_istituzionali .testo a {
	font-family: "Poppins", serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 30px;
    text-decoration: underline;
	color: #333;
}
.blocchi_istituzionali .testo.dark a {
	color: #fff;
}
.blocchi_istituzionali .foto_inner {
	height: 70vh;
}
.blocchi_istituzionali .riga_dark {
	margin-top: 30px;
}
.collezioni h1 {
	font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 3.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom: 3rem;
}
.fasi_produzione {
    margin-bottom: 150px;
}
.fasi_produzione .mySwiperProdHome {
	padding-bottom: 30px;
}
.fasi_produzione .mySwiperProdHome a {
	display: table;
    margin: auto;
	width: 100%;
	height: 369px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fasi_produzione .mySwiperProdHome a:hover {
	height: 440px;
	position: relative;
    top: 30px;
}
.fasi_produzione .mySwiperProdHome .titolo_prod {
	text-align: center;
    font-family: "Podkova", serif;
    color: #333333;
    font-size: 2rem;
}
.fasi_produzione .mySwiperProdHome img {
	max-height: 400px;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.fasi_produzione .mySwiperProdHome .swiper-pagination {
	position: relative;
    bottom: unset;
    top: 15px;
}
.collections_slider {
    padding-top: 100px;
    /*height: 870px;
    overflow-x: hidden;*/
}
.swiper-container-collections {
    position: relative;
}
.collections_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.collections_slider_container a {
	position: relative;
	background-color: #ececec;
    display: block;
	height: 600px;
}
.collections_slider_box {
    height: 600px;
    position: relative;
    transform: scale(1);
    transition: all .4s;
    transform-origin: top left;
}
.collections_slider_logo {
    width: 150px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 99999999;
}
.collections_slider_container .logo_collection {
    width: 150px;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 25px;
}
.collections_slider_title h2 {
	font-size: 2rem;
    position: relative;
    color: #333333;
    z-index: 3;
    font-family: "Podkova", serif;
    line-height: 2rem;
    font-weight: 500;
    text-align: center;
}
.collections_slider_image {
    width: 450px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.collections_slider .swiper-slide {
    /*width: calc(40% - 60px);
    margin: 30px;*/
}
.gruppo {
    margin-bottom: 150px;
	margin-top: 150px;
}
.gruppo h2 {
	font-family: "Podkova", serif;
    font-size: 86px;
    line-height: 86px;
    text-align: center;
    font-weight: 700;
}
.gruppo p {
	font-family: "Poppins", serif;
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
    /* 1. Contenitore: nasconde l’eccesso */
    .marquee {
      overflow: hidden;
      width: 100%;
      /* altezza fissata in base alla tua immagine, oppure auto */
      height: 600px;
      position: relative;
    }
    /* 2. Wrapper flessibile in orizzontale */
    .marquee__inner {
      display: flex;
      /* placeholder per la variabile JS */
      --img-w: 0px;
      animation: scroll-right var(--duration, 20s) linear infinite;
		height: 100%;
    }
    .marquee__inner img {
      flex-shrink: 0;    /* evita il ridimensionamento */
      height: 100%;      /* scala l’immagine all’altezza del contenitore */
		max-width: unset;
    }
	 .marquee:hover .marquee__inner {
  animation-play-state: paused;
}
    /* 3. L’animazione sposta di esattamente la larghezza di una copia */
    @keyframes scroll-right {
  from {
    transform: translateX(calc(-1 * var(--img-w)));
  }
  to {
    transform: translateX(0);
  }
}



/* FASI_PRODUZIONE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.produzione_cover {
	height: 100vh;
    display: flex;	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	align-items: center;
    justify-content: center;
}
.produzione_cover h1 {
	font-family: Podkova;	
	color: #fff;
	font-size: 150px;
    line-height: 150px;
	text-shadow: 0 0 37px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
.produzione_cover img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;	
}
.descrizione_produzione h2 {
    font-family: "Podkova", serif;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.descrizione_produzione p {
    font-family: "Poppins", serif;
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
}
.descrizione_produzione {
    margin-bottom: 150px;
	margin-top: 120px;
}
.video_produzione {
	width: 100%;
	height: 90vh;
	background-color: #ccc;
	position: relative;
}
.video_produzione iframe {
	object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.citazione_produzione {
    margin-top: 100px;
    margin-bottom: 150px;	
}
.citazione_produzione .citazione {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-style: italic;
    font-weight: 500;
	margin-bottom: 80px;
	position: relative;
}
.citazione_produzione .citazione:before {
	content: '“';
    font-family: "Podkova", serif;
    position: absolute;
    left: -76px;
    top: -15px;
    font-size: 160px;
}
.citazione_produzione .citazione:after {
	content: '”';
    font-family: "Podkova", serif;
    position: absolute;
    right: -70px;
    bottom: -40px;
    font-size: 160px;
}
.citazione_produzione .nome_citazione {
    font-family: "Poppins", serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
	margin-bottom: 10px;
}
.citazione_produzione .funzione_citazione {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 200;
}
.img_no_video_produzione {
	width: 100%;
	height: 90vh;
	position: relative;
}
.img_no_video_produzione img {
	object-fit: cover;
	width: 100%;
    height: 100%;
}
.soluzioni {
	margin-bottom: 150px;
}
.soluzioni h2 {
	font-family: "Podkova", serif;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.soluzioni p {
	font-family: "Podkova", serif;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
}
.swiper-container-soluzioni .swiper-wrapper {
	display: flex;
	height: auto !important;
	align-items: flex-end !important;
}
.swiper-container-soluzioni .swiper-slide {
  width: auto;       /* larghezza = contenuto */
  flex-shrink: 0;    /* non si accorcia oltre */
}
.swiper-container-soluzioni .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
}
.menu_interno_produzione {
    margin-top: 25px;
}
.menu_interno_produzione .mySwiperProdHome .swiper-slide {
	height: 160px;
    transition: all 0.3s ease;
	position: relative;
}
.menu_interno_produzione .mySwiperProdHome .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}
.menu_interno_produzione .mySwiperProdHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.menu_interno_produzione .hover_prod {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_interno_produzione .hover_prod p {
	/*display: none;*/
	opacity: 0;
	transition: all 0.3s ease;
	text-align: center;
}
.menu_interno_produzione .swiper-slide-active .hover_prod {
	background-color: rgb(51 51 51 / 70%);
    color: #fff;
    font-family: "Podkova", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.menu_interno_produzione .swiper-slide-active .hover_prod p {
	opacity: 1;
}
.menu_interno_produzione .swiper-slide:not(.swiper-slide-active):hover .hover_prod p {
	opacity: 1;
	transition: all 0.3s ease;
    color: #fff;
    font-family: "Podkova", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
	text-align: center;
}
.menu_interno_produzione .swiper-slide:not(.swiper-slide-active):hover .hover_prod {
	opacity: 1;
	transition: all 0.3s ease;
	background-color: rgb(51 51 51 / 70%);
    font-family: "Podkova", serif;
}





/* PAGINE_ISTITUZIONALI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.istituzionale_cover {
	height: 100vh;
    display: flex;	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	align-items: center;
    justify-content: center;
}
.istituzionale_cover .hero_title {
    font-family: Podkova;
    color: #fff;
    font-size: clamp(0.875rem, 14vw, 8.5rem);
    line-height: clamp(0.875rem, 14vw, 8.5rem);
    text-shadow: 0 0 37px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
	text-align: center;
}
.contenuto_istituzionale {
	margin-top: clamp(0.875rem, 14vw, 8.5rem);
    margin-bottom: clamp(0.875rem, 14vw, 8.5rem);
}
.contenuto_istituzionale h1,
.contenuto_istituzionale h2 {
    font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 4.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-transform: uppercase;
}
.contenuto_istituzionale p {
    font-family: "Poppins", serif;
    font-size: clamp(1.2rem, 1vw, 4.5rem);
    line-height: clamp(1.5rem, 2vw, 4.5rem);
	margin-top: 40px;
}
.immagine_tratto {
	margin-top: 150px;
	margin-bottom: 150px;
}
.cerificazioni_istituzionali p {
	text-align: center;
	margin-bottom: 70px;
}
.cerificazioni_istituzionali .align_center {
	text-align: center;
}
.cerificazioni_istituzionali .align_right {
	text-align: right;
}
.elenco_istituzionali {
    margin-top: clamp(1.2rem, 10vw, 4.2rem);
}
.elenco_istituzionali img {
	display: inline-block;
    width: 105px;
    margin-right: 20px;
    vertical-align: middle;
}
.elenco_istituzionali p {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
    line-height: 34px;
}
.certificaizioni_ist.uno {
	margin-top: 130px;
}
.certificaizioni_ist {
	margin-top: 50px;
}
.certificaizioni_ist h1,
.certificaizioni_ist h2 {
	margin-bottom: 50px;
}
.fascia_sfondo_alberi img {
	width: 100%;
}
.contenuto_istituzionale .intro p {
	margin-bottom: clamp(0.875rem, 10vw, 4.5rem);
}







/* SEZIONE_FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.blue_footer {
    background: #404040;
    padding: 20px 0;
    color: white;
}
.footer_logo_container {
    width: 360px;
    margin-bottom: 30px;
}
.footer_logo_container img {
    width: 200px;
}
.contact_footer p, .footer_menu_column h3 {
    font-size: 20px;
    font-weight: 300;
}
.contact_footer .indirizzo {
	margin-bottom: 35px;
}
.blue_footer a {
    color: white;
    font-weight: 300;
}
.footer_menu_column h3 {
    text-transform: uppercase;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 150px;
    font-size: 22px;
    margin-top: 15px;
}
.footer_menu_column ul {
    list-style-type: none;
    padding-left: 0;
}
.footer_menu_column ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
.main_certifications {
    display: flex;
    align-items: center;
}
.main_certifications img {
    width: 32.5%;
    margin: 0 10%;
    float: left;
}
.secondary_certifications {
    overflow: auto;
    display: block;
    background: white;
    padding: 15px;
    margin: 40px 0 20px 0;
}
.secondary_certifications_inner ul {
    padding: 0;
    display: table;
    margin: auto;
}
.secondary_certifications_inner ul li {
    display: inline-block;
}
.secondary_certifications img {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    overflow: auto;
    min-height: 90px;
}
.secondary_certifications_inner img {
    float: none !important;
    height: 90px;
    width: auto !important;
    display: inline-block;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.link_footer {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.link_footer span {
	margin-right: 10px;
}
.link_footer i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.white_footer {
    font-size: 14px;
}
.white_footer .row {
    width: 600px;
    margin: 10px auto;
}
.white_footer_container_a {
    width: 100%;
}
.white_footer_container_a, .white_footer_container_b {
    justify-content: space-between;
    display: flex;
    flex: auto;
}
.white_footer_container_a a, .white_footer_container_b a, .white_footer_container_b {
    color: rgb(var(--colore_primario));
}
.white_footer_container_a .privacy_cookie_policiy .iubenda-embed {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgb(var(--colore_primario)) !important;
    border: 0 !important;
    box-sizing: unset !important;
    box-shadow: none !important;
}
.white_footer_container_b p {
    margin-bottom: 0;
}














