@charset "utf-8";

/* ***********************
FEDERSANITA' CSS
+++++++++++++++++++++++++ */


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #414042;
    font-size: 15px;
    overflow-x: hidden;
    color: var(--maincolor);
}

body p {
    line-height: 24px;
    font-size: 18px;
    color: var(--maincolor);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}


button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}



/* CONTAINERS */

section {
    width: 100%;
    height: auto;
    position: relative;
}

.container-100 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.container-80 {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.grid-box {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    height: 75vh;
}

.grid-box-small {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  height: 37.5vh;
}

.grid-box-2 {
  width: 23%;
  height: 100%;
}

.box-1 {
  width: 23%;
  height: 100%;
  padding: 30.5vh 2% 1% 2%;
  background-color: #2757a1;
  color: #fff;
  border: 5px solid white;
}

.box-2 {
  width: 100%;
  padding: 11vh 2% 1% 18%;
  background-color: #2757a1;
  color: #fff;
  border-bottom: 3px solid white;
  border-top: 5px solid white;
}

.box-3 {
  width: 100%;
  padding: 11vh 2% 1% 18%;
  background-color: #2757a1;
  color: #fff;
  border-top: 2px solid white;
  border-bottom: 5px solid white;

}

.box-4 {
  width: 54%;
  height: 100%;
  padding: 52.5vh 2% 1% 2%;
  background: url('https://federsanita.it/wp-content/uploads/2021/03/Formazione.png') no-repeat bottom left;
  background-size: cover;
  color: #fff;
  border: 5px solid white;
}

.grid-box-3 {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    height: 38vh;
}

.box-5 {
  width: 46%;
  height: 100%;
  padding: 20vh 2% 1% 2%;
  background: linear-gradient( #0003 100%, #0003 100%),url('https://federsanita.it/wp-content/uploads/2021/04/comunicazione-feder.png') no-repeat;
  background-size: cover;
  color: #fff;
  border-left: 5px solid white;
}

.box-6 {
  width: 54%;
  height: 100%;
  padding: 20vh 2% 1% 2%;
  background-color: #2757a1;
  color: #fff;
  border-left: 5px solid white;
  border-right: 5px solid white;
}

.grid-box h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  margin-bottom: 30px;
}

.grid-box p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  float: left;
}

.grid-box svg {
  width: 20px;
    height: 20px;
    float: right;
    color: var(--maincolor);
    background-color: var(--secondcolor);
    border-radius: 50%;
    padding: 4px 4px 4px 8px;
    margin-top: 2px;
}

.grid-box-3 h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  margin-bottom: 30px;
}

.grid-box-3 p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  float: left;
}

.grid-box-3 svg {
  width: 20px;
    height: 20px;
    float: right;
    color: var(--maincolor);
    background-color: var(--secondcolor);
    border-radius: 50%;
    padding: 4px 4px 4px 8px;
    margin-top: 2px;
}

.scopri-di-piu {
  max-width: 130px;
}

.scopri-di-piu:hover {
  max-width: 150px;
  transition: all 0.5s ease-in;
}


@media screen and (max-width:768px) {


  .grid-box {
      display: flex;
      margin-bottom: 0;
      flex-wrap: wrap;
      height: 100%;
  }

  .grid-box-small {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    height: 100%;
  }

  .grid-box-2 {
    width: 100%;
    height: 100%;
  }

  .box-1 {
    width: 100%;
    height: 100%;
    padding: 25% 2% 25% 10%;
    background-color: #2757a1;
    color: #fff;
    border: none;
    margin-bottom: 10px;
  }

  .box-2 {
    width: 100%;
    padding: 25% 2% 25% 10%;
    background-color: #2757a1;
    color: #fff;
    border-bottom: none;
    border-top: none;
    margin-bottom: 10px;
  }

  .box-3 {
    width: 100%;
    padding: 25% 2% 25% 10%;
    background-color: #2757a1;
    color: #fff;
    border-top: none;
    border-bottom: none;
    margin-bottom: 10px;

  }

  .box-4 {
    width: 100%;
    height: 100%;
    padding: 100% 2% 25% 10%;
    background-size: cover;
    color: #fff;
    border: none;
    margin-bottom: 10px;
  }

  .grid-box-3 {
      display: flex;
      margin-bottom: 0;
      flex-wrap: wrap;
      height: 100%;
  }

  .box-5 {
    width: 100%;
    height: 100%;
    padding: 25% 2% 25% 10%;
    background-size: cover;
    color: #fff;
    border-left: none;
    margin-bottom: 10px;
  }

  .box-6 {
    width: 100%;
    height: 100%;
    padding: 25% 8% 25% 10%;
    background-color: #2757a1;
    color: #fff;
    border-left: none;
    border-right: none;
  }


  .scopri-di-piu {
    max-width: 130px;
  }

}




/* DEFAULT SECTIONS PADDING */

.padding-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding--vh {
    padding: 10vh 0;
}

.padding--vh-bottom {
  padding-bottom: 10vh;
}

.padding-top--vh {
    padding-top: 10vh;
}

.padding-top-azienda {
    padding-top: 18vh;
}


.padding--hero {
    padding: 15vh 0;
}

.padding-top--vh {
    padding-top: 7vh;
}

@media screen and (max-width:990px) {}


/* ANIMAZIONI CSS */

.animazione--appare--up {
    animation: animazione--appare--up 1.75s ease;
}

@keyframes animazione--appare--up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    20% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}

.animazione--appare {
    animation: animazione--appare 1.75s ease;
}

@keyframes animazione--appare {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.animazione--appare--slide {
    animation: animazione--appare--slide 1.75s ease;
}

@keyframes animazione--appare--slide {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    20% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 500;
    font-family: 'Playfair Display';
    font-weight: normal;
    margin-bottom: 25px;
    color: var(--maincolor);
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: 'Playfair Display';
  color: var(--maincolor);

}

h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: var(--maincolor);

}

@media screen and (max-width:768px) {
h3 {
  font-size: 22px;
}
}



ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.current-menu-item a {}

.current-menu-item a:before {}


.sfondo-grigio {
    background-color: var(--thirdcolor);
}

.sfondo-nero {
    background-color: black;
}

.sfondo-bianco {
    background-color: white;
}

.colore {
    color: var(--maincolor);
}

.bianco {
    color: white;
}

.nero {
    color: black;
}


.intro {
    letter-spacing: 2px;
    display: block;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}




@media screen and (max-width:990px) {
    .padding-150 {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    .mt-nav {
        margin-top: 0;
    }


    .current-menu-item a:before {
        display: none;
    }

}

@media screen and (min-width:991px) {
    .padding-150 {
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .mt-nav {
        margin-top: 70px;
    }

}


.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bottom-50 {
    margin-bottom: 50px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.bottom-10 {
    margin-bottom: 15px;
}

.bottom-15 {
    margin-bottom: 15px;
}


/* MAIN COLORS */


:root {
    --maincolor: #2757A1;
    --secondcolor: #FFF;
    --thirdcolor: #E4E4E4;
}


/* BOTTONE COLORE NERO */

a.bottone-tema {
   color: var(--secondcolor); /* colore del testo */
   text-decoration: none;
   padding: .5em 2em;
   outline: none;
   border-width: 2px 0;
   border-style: solid none;
   border-color: var(--maincolor);
   background-color: var(--maincolor);
   border-radius: 6px;
   transition: 0.2s;
   font-size: 20px;
  font-family: 'Montserrat', sans-serif;;
  font-weight: 300;
}

.hero__claim a.bottone-tema {
  margin-right: 15px;

}

a.bottone-tema:hover {
    border-color: var(--secondcolor);
    background-color: var(--secondcolor);
    color: var(--maincolor);
    box-shadow: 5px 10px var(--maincolor);
    transition: all 0.2s ease-in;
}

.wp-block-button__link {
   color: var(--secondcolor) !important; /* colore del testo */
   text-decoration: none;
   padding: .5em 2em;
   outline: none;
   border-width: 2px 0;
   border-style: solid none;
   border-color: var(--maincolor);
   background-color: var(--maincolor);
   border-radius: 6px;
   transition: 0.2s;
   font-size: 20px;
  font-family: 'Montserrat', sans-serif;;
  font-weight: 300;
}

.wp-block-button__link:hover {
    border-color: var(--secondcolor);
    background-color: var(--secondcolor);
    color: var(--maincolor) !important;
    box-shadow: 5px 10px var(--maincolor);
    transition: all 0.2s ease-in;
}

@media screen and (max-width:600px) {
  .bottone-editoriale a.bottone-tema {
     font-size: 11px;
  }

  a.bottone-tema {
    font-size: 15px;
  }

  .wp-block-button__link {
    font-size: 15px;
  }

  .hero__claim a.bottone-tema {
    margin-right: 10px;
    font-size: 13px;

  }
}

/*============================
MENU DI NAVIGAZIONE
============================= */

.navigazione {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 12%;
    color: white;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    background-color: var(--secondcolor);
}

.navigazione:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-100%);
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.navigazione-logo {
    position: relative;
    height: auto;
    width: auto;
    top: 50px;
}

.navigazione-logo img {
    height: 200px;
    width: auto;
    fill: white;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.navigazione--scroll {
    height: 90px;
    background-color: var(--maincolor);
}

.navigazione--scroll img {
  height: 130px;
  width: auto;
  fill: white;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
/* hamburger */

.mini {
    width: 20px;
    height: 2px;
    background-color: var(--maincolor);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.med {
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
    background-color: var(--maincolor);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.maxi {
    width: 50px;
    height: 2px;
    margin-bottom: 10px;
    background-color: var(--maincolor);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.hamburger > div:active {
  width: 50px;
  animation: 2s step-end;
}


.hamburger {
    text-align: center;
    color: white;
    position: fixed;
    width: 60px;
    height: auto;
    right: 5px;
    top: 35px;
    transform: translateY(-50%);
    z-index: 9999;
}


.hamburger > div:last-child {
    margin-bottom: 0;
}

.hamburger:hover {
    cursor: pointer;
}

@media screen and (min-width:990px) {
    .hamburger {
        display: none;
        z-index: 9999;
    }
}

.menu-full {
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    visibility: hidden;
    opacity: 0;
}



/* VOCI DI NAVIGAZIONE */

.navigazione__menu {
    text-align: right;
    position: relative;
    z-index: 100;
}

.navigazione__menu ul {
    margin: 0;
    padding: 0;
}

.navigazione__menu ul li {
    display: inline;
    margin-right: 30px;
    position: relative;
}

.navigazione__menu ul li a {
    font-size: 17px;
    color: var(--maincolor);
    padding: 15px 10px;
    position: relative;
}

.navigazione--scroll ul li a {
  font-size: 17px;
  text-transform: capitalize;
  color: var(--secondcolor);
  padding: 15px 20px;
  position: relative;
}

.navigazione__menu--appear {
    visibility: visible;
    opacity: 1;
}

.ancora_bianca {
    color: white !important;
    fill: white !important;
}

.navigazione__menu li a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.navigazione__menu li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--maincolor);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navigazione__menu li a:hover:after {
  width: 100%;
  left: 0;
}

.navigazione--scroll li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondcolor);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navigazione--scroll li a:hover:after {
  width: 100%;
  left: 0;
}


.navigazione__menu .menu-item-has-children .sub-menu {
  position: absolute;
  width: 100%;
  min-width: 370px;
  padding: 15px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  border-radius: 15px;
  top: 40px;
  background-color: var(--secondcolor);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  box-shadow: 2px 2px var(--maincor);
}

.navigazione--scroll .menu-item-has-children .sub-menu {
  position: absolute;
  width: 100%;
  min-width: 370px;
  padding: 15px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  border-radius: 30px;
  top: 40px;
  background-color: var(--maincolor);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  box-shadow: 5px 10px var(--secondcolor);
}

.navigazione__menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}


.navigazione__menu .menu-item-has-children .sub-menu li {
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    font-weight: 800;
}

.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
}


.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
    margin-right: 0;
}

.navigazione__menu li.menu-item-has-children ul li {
    text-align: left;
    display: inline;
}

.navigazione__menu .menu-item-has-children .sub-menu li a {
    font-size: 15px;
}

/*
///////////////////////////////
IMPOSTAZIONI NAVIGAZIONE MOBILE
///////////////////////////////
*/

@media screen and (max-width:999px) {

    .hamburger {
        display: inherit;
    }

    .navigazione {
        height: 70px;
        width: 100%;
        position: fixed;
        top: inherit;
        z-index: 9995;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

    .navigazione-logo {
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 9999;
    }

    .navigazione-logo img {
        height: 120px;
        margin-top: 5px;
        -webkit-transition: all 0.6s ease-in;
        -moz-transition: all 0.6s ease-in;
        -ms-transition: all 0.6s ease-in;
        -o-transition: all 0.6s ease-in;
        transition: all 0.6s ease-in;
    }

    .navigazione--scroll {
        background-color: var(--secondcolor);
    }

    .navigazione--scroll img {
      height: 80px;
      -webkit-transition: all 0.6s ease-in;
      -moz-transition: all 0.6s ease-in;
      -ms-transition: all 0.6s ease-in;
      -o-transition: all 0.6s ease-in;
      transition: all 0.6s ease-in;
    }

    .navigazione__menu {
        visibility: hidden;
        opacity: 0;
    }

    .navigazione__menu--show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: visible;
		overflow: scroll;
    }

    .navigazione__menu ul.menu {
      margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 170px;
    left: 5%;
    }

    .navigazione__menu ul.menu li {
      display: block;
      margin-right: 0;
      position: relative;
      padding: 25px 0px 0px 0px;
    }

    .navigazione__menu ul li a {
        font-size: 15px;
        color: var(--maincolor);
    }

    .navigazione__menu li a:after {
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      background: var(--maincolor);
      width: 100%;
    }

    .navigazione__menu .menu-item-has-children .sub-menu li a:after {
        display: none;
    }

    .navigazione__menu .menu-item-has-children .sub-menu {
        position: relative;
        background-color: transparent;
        min-width: auto;
        padding: 0;
        padding-left: 10px;
        visibility: visible;
        opacity: 1;
        display: none;
        margin-bottom: 50px;
    }

    .sub-menu--show {
        display: block !important;
    }

    .navigazione__menu .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .navigazione__menu .menu-item-has-children .sub-menu li {
        display: block;
        margin-bottom: 5px;
        position: relative;
    }

    .navigazione__menu .menu-item-has-children .sub-menu li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 349px) {
    .navigazione-logo {
        position: absolute;
        top: 19px;
        left: 12px;
        z-index: 9999;
    }

    .navigazione-logo svg {
        height: 35px;
        width: auto;
    }
}

.social-feder-header {
  	text-align: center;
	position: fixed;
	width: 200px;
	height: auto;
	right: 5px;
	top: 50px;
	transform: translateY(-50%);
	z-index: 9999;
	flex-direction: column;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.social-item-feder-header svg {
  width: 20px;
  height: 20px;
  color: var(--maincolor);
  margin: 0px 5px;
}

.social-item-feder-header {
  display: inline-block;
}

.navigazione--scroll .social-item-feder-header svg {
  color: var(--secondcolor);
  margin: 0px 5px;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {

  .social-feder-header {
	position: fixed;
	width: 100%;
	height: auto;
	top: 35px;
	transform: translateY(-50%);
	z-index: 9999;
	flex-direction: column;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }

  .navigazione--scroll .social-item-feder-header svg {
    color: var(--maincolor);
  }
}


/* ====== FINE IMPOSTAZIONI NAVIGAZIONE MOBILE ======== */



.navbar a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    height: 1px;
    width: 0;
    background: white;
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar a:hover:after {
    width: 100%;
}


.navbar-toggler {
    border: none;
}

.nav-item {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

/* COLORE MENU ATTIVO NAV */

.active {
    position: relative;
}

.active a {
    text-decoration: underline;
}

.navbar-brand svg {
    height: 65px;
    width: auto;
    margin-top: 5px;
}

dropdown-item {
    background-color: gray !important;
}


/* ==================================
Testi
=====================================
*/

.paragrafo {
  text-align: center;
}

.paragrafo p {
    color: var(--maincolor);
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
}

.paragrafo a {
    font-weight: 400;
    text-decoration: underline;
}

.paragrafo h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.paragrafo-federazioni {
  text-align: left;
}

.paragrafo-federazioni h2 {
  font-size: 32px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: var(--maincolor);
  line-height: 150%;
}

.paragrafo-federazioni p strong {
  color: var(--maincolor);
  font-weight: 500;
  font-size: 20px;
  line-height: 300%;
}

.paragrafo-federazioni p {
  color: var(--maincolor);
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
}


.pagina li {
  list-style-type: disc;
    color: var(--maincolor);
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-size: 18px;
    margin-left: 2%;
}

.pagina ul {
  margin-top: 20px;
}

.immagine-federazioni {

  background-color: var(--maincolor);
  border-radius: 30% 15% 30% 70%;
  width: 245px;
  padding-top: 10px;

}

.immagine-articolo {
  border-radius: 20px;
  width: 50%;
  padding-top: 10px;
  margin-bottom: 50px;
}



@media screen and (max-width:768px) {

    .paragrafo h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .paragrafo p {
        color: var(--maincolor);
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
    }

    .paragrafo-federazioni h2 {
      font-size: 25px;
    }

    .paragrafo-federazioni p strong {
      font-size: 15px;
    }

    .paragrafo-federazioni p {
      color: var(--maincolor);
      font-weight: 300;
      font-size: 15px;
      line-height: 300%;
    }

    .immagine-federazioni {

    background-color: var(--maincolor);
    border-radius: 30% 15% 30% 70%;
    width: 245px;
    padding-top: 10px;

    }

    .immagine-articolo {
      width: 100%;
    }

}


/* ==================================
HERO
=====================================
*/

.hero {
    height: 80vh;
    color: white;
    position: relative;
    width: 100%;
}

.hero__small {
    padding-top: calc(15vh + 70px);
    padding-bottom: 15vh;
    color: white;
    position: relative;
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .hero__small {
        padding-top: calc(5vh + 50px);
        padding-bottom: 9vh;
    }
}

.hero__sfondo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.socials__item {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 3px solid var(--maincolor);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.socials__item img {
    height: 30px;
    width: auto;
}

.socials__item:hover {
    cursor: pointer;
    opacity: 0.5;
}

.socials--hero {
    position: absolute;
    right: 10%;
    bottom: 70px;
}

.hero__claim {
	position: absolute;
	bottom: 70px;
  	left: 10%;
  	width: 50%;
  	z-index: 10;
  	background-color: #fff;
  	padding: 30px;
  	border-radius: 10px;
}

.hero__claim h2 {
    font-family: 'Playfair Display', serif;
    color: var(--maincolor);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}

.hero__fade__slide--1 {
    animation: hero__fade__slide 2s ease;
}

.hero__claim h3 {
    animation: hero__fade__slide 3s ease;
    color: var(--maincolor);
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.linea_blu {
    width: 10vw;
    min-width: 150px;
    height: 5px;
    background-color: var(--maincolor);
    margin-bottom: 30px;
}


@keyframes hero__fade__slide {
    0% {
        opacity: 0;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero__fade__slide--2 {
    animation: hero__fade__slide 2.5s ease;
}





.hero__small__claim h1 {
    color: var(--maincolor);
    text-transform: uppercase;
}


@media screen and (max-width:768px) {

    .hero {
      min-height: 90vh;
      padding: 10vh 0;
    }

    .hero__claim {
     position: relative;
      top: 0;
      left: 10px;
      transform: translateY(70%);
      width: 95%;
    }

    .hero__claim h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero__claim h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }


}


@media screen and (max-width:600px) {

    .hero {
      min-height: 80vh;
      padding: 10vh 0;
    }

    .hero__claim {
     position: relative;
      top: 0;
      left: 10px;
      transform: translateY(70%);
      width: 95%;
    }

    .hero__claim h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero__claim h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
	


}


/* ==================================
CARTINA INTERATTIVA
=====================================
*/


.heyo:hover {
  fill: var(--thirdcolor);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.enabled {
  fill: transparent;
  cursor: pointer;
}

.description {
    pointer-events: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: var(--secondcolor);
    padding: 0px 23px;
    z-index: 5;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: var(--maincolor);
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    position: fixed;
    display: none;
    transform: translate(-70px, -70px);
    font-family: 'Montserrat', sans-serif;
}

.description.active {
  display: block;
}

.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.cartina {
  height: 100vh;
  background-color: var(--maincolor);
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.regioni a:hover {
  background: yellow;
}

.cartina-box svg {
height: 80vh;
}

.cartina-box-2 {
  width: 20%;
  margin-bottom: 20vh;
  margin-left: -10%;
}

.cartina-box {
  width: 80%;
  text-align: center;
}

.cartina-box-2 svg {
    width: 20px;
    height: 20px;
    float: right;
    color: var(--maincolor);
    background-color: var(--secondcolor);
    border-radius: 50%;
    padding: 4px 4px 4px 8px;
    margin-top: 2px;
}

.cartina-box-2 h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  margin-bottom: 30px;
}

.cartina-box-2 h5 {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  margin-bottom: 30px;
}

.cartina-box-2 p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: var(--secondcolor);
  float: left;
}

@media screen and (max-width:600px) {
  .cartina {
    height: 100%;
  }

  .cartina-box-2 {
    width: 80%;
  }

  .cartina-box {
    width: 100%;
    text-align: center;
  }
  .cartina-box svg {
  height: 65vh;
  margin-top: 50px;
  }

  .cartina-box-2 svg {
      width: 20px;
      height: 20px;
      float: right;
      color: var(--maincolor);
      background-color: var(--secondcolor);
      border-radius: 50%;
      padding: 4px 4px 4px 8px;
      margin-top: 2px;
  }

  .cartina-box-2 h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondcolor);
    margin-bottom: 30px;
  }

  .cartina-box-2 h5 {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondcolor);
    margin-bottom: 30px;
  }

  .cartina-box-2 p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondcolor);
    float: left;
  }

}


/* ============ SLIDESHOW NEWS HOME ========== */


@media screen and (max-width:768px) {
    .intro_sezione {
        font-size: 36px;
        margin-bottom: 30px;
    }

}

.intro_sezione_line {
  height: 3px;
  width: 45%;
  background-color: var(--maincolor);
  margin-bottom: 50px;
  margin-top: 50px;
  display: inline-block;
  vertical-align: middle;
}

.swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
    padding-left: 10%;
    padding-right: 10%;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.ultimi_articoli .swiper-slide {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ultimi_articoli .swiper-slide-active {
    opacity: 1;
}

.swiper-pagination-bullet {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--maincolor);
}


.slide_news {
    display: flex;
    flex-wrap: wrap;
}

.slide_news__img {
    width: 50%;
}

.slide_news__text {
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.slide_news__text h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
}

.news__data {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 18px;
    color: var(--maincolor);
    font-family: 'Montserrat', sans-serif;
}

.news__title h3 {
  font-weight: 600;
}

.news__link {
    margin-top: auto;
}

.ultimi_articoli .swiper-slide .news__title {
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    transition-delay: 0.1s;
}

.ultimi_articoli .swiper-slide-active .news__title {
    transform: translateY(0);
    opacity: 1;
}

/* slideshow comune */

.comune {
    text-align: center;
    color: var(--maincolor);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
}

.comune img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
}

.comuni_associati .swiper-slide {
    justify-content: center;
}


@media screen and (max-width:990px) {
    .slide_news__img {
        width: 100%;
    }

    .slide_news__text {
        width: 100%;
        padding-left: 0;
    }

    .slide_news__text h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 20px;
    }

    .news__data {
        font-weight: 300;
        font-style: italic;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        color: var(--maincolor);
    }

    .news__link {
        margin-top: auto;
        font-size: 18px;
        color: var(--maincolor);
    }
}

.news_item .slide_news__img {
    width: 100%;
    margin-bottom: 20px;
}

.news_item .slide_news__text {
    width: 100%;
    padding-left: 0;
}

.news_item .news__data {
    font-weight: 300;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--maincolor);
}

.news_item .slide_news__text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 20px;
}

.news_item .slide_news__text h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
}

.bottone-editoriale {
  text-align: center;
  margin-top: 50px;
}

.sfondo_blu {
  background-image: -webkit-linear-gradient(rgb(177 151 107 / 0%) 60%, var(--maincolor) 50%);
  background-image: -o-linear-gradient(rgb(177 151 107 / 0%) 60%, var(--maincolor) 50%);
  background-image: linear-gradient(rgb(177 151 107 / 0%) 60%, var(--maincolor) 50%);
}


/* =================== PAGINA - SINGLE =================== */

.hero--page {
    height: 60vh;
    min-height: 500px;
    display: flex;
    background-color: var(--maincolor);
}

.hero--page--title-chisiamo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero--page--title-pagina {
  text-align: center;
}

.hero--page--title-chisiamo h1 {
    font-family: 'Playfair Display';
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 65px;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero--page--title-chisiamo h2 {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    justify-content: center;
    flex-direction: column;
}


.hero--page--title {
    width: 60%;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}

.hero--page--title h1 {
    font-family: 'Playfair Display';
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 65px;
    line-height: 120%;
    margin-bottom: 30px;
    margin-left: 30%;
    text-transform: uppercase;
}

.hero--article--title {
    width: 60%;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}

.hero--article--title h1 {
  font-family: 'Playfair Display';
  color: var(--secondcolor);
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  margin-left: 20%;
}

.hero--page--title h2 {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    margin-left: 25%;
}

.hero--page--title-2 {
    width: 40%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1499px) {

    .hero--page--title .linea_blu:first-child {
        margin-bottom: 30px;
    }

    .hero--page--title h1 {
        font-size: 45px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    .hero--article--title h1 {
        font-size: 25px;
        line-height: 120%;
    }

    .hero--page--title h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {

  .hero--page {
      height: 60vh;
      min-height: 560px;
      display: block;
      background-color: var(--maincolor);
  }

  .hero--page--title-chisiamo {
    position: absolute;
    bottom: 50px;
    top: 0;
  }

  .hero--page--title-chisiamo h1 {
      line-height: 120%;
      margin-bottom: 30px;
      font-size: 40px;
  }

  .hero--page--title-chisiamo h2 {
      font-size: 15px;
  }

  .hero--page--title {
    position: absolute;
    bottom: 100px;
    top: 0;
    width: 100%;
  }

  .hero--page--title h1 {
      font-family: 'Playfair Display';
      color: var(--secondcolor);
      font-weight: 400;
      font-size: 40px;
      line-height: 120%;
      margin-bottom: 30px;
      margin-left: 5%;
  }

  .hero--article--title {
    position: absolute;
    bottom: 100px;
    top: 0;
    width: 100%;
  }

  .hero--article--title h1 {
    font-family: 'Playfair Display';
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    margin-left: 5%;
  }

  .hero--page--title h2 {
      font-family: 'Montserrat', sans-serif;
      color: var(--secondcolor);
      font-weight: 400;
      font-size: 15px;
      line-height: 120%;
      margin-left: 2%;
  }

  .hero--page--title-2 {
    width: 100%;
    display: block;
    padding-top: calc(50% + 90px);
    position: relative;
}
  }


.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(70% - 70px);
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-prev {
    padding: 10px;
    left: 5%;
    color: transparent;
    background-color: transparent;
    height: 50px !important;
    width: 80px !important;
    z-index: 100;
    transform: translateX(-50%);
}

.swiper-button-next {
    padding: 10px;
    right: 5%;
    color: transparent;
    background-color: transparent;
    height: 50px !important;
    width: 80px !important;
    transform: translateX(50%);
}

.swiper-button-prev img {
    height: 30px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 15px;
}

.swiper-button-next img {
    height: 30px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 15px;
}

.swiper-button-prev svg {
    height: 30px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 200px;
    left: 15px;
}

.swiper-button-next svg {
    height: 30px;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 200px;
    right: 15px;
}


.elenco-puntato li {
  list-style-type: disc;
  color: var(--maincolor);
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  font-size: 27px;
  margin-left: 5%;
}

.elenco-puntato {
  margin-left: 10%;
}

.elenco {
  height: 1400px;
  background: url('/wp-content/themes/federsanita/img/svg/Italia.svg') no-repeat center right;
  background-size: contain;
  margin-top: 10vh;

}

.scroll-effect {
  position: absolute;
    bottom: 50px;
    margin-left: 50%;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.scroll-arrow:nth-child(1) {
  animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 600px) {

  .elenco-puntato li {
    font-size: 15px;
  }

  .elenco {
    height: 800px;

  }
  .scroll-effect {
      bottom: 3px;
  }

  .scroll-arrow {
    width: 10px;
    height: 10px;
  }
}

/* =========== single news - news home ============ */

.intro_news {
    font-size: 18px;
}

.single_news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 21px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.single_news__date {
    height: 100px !important;
    width: 100px !important;
    border: 5px solid var(--maincolor);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--maincolor);
    font-size: 16px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.single_news__line {
    height: 5px;
    width: 60px;
    background-color: var(--maincolor);
    margin-right: 10px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.single_news:hover {
    color: var(--maincolor);
}

.single_news:hover .single_news__date {
    border: 5px solid var(--secondcolor);
    color: var(--secondcolor);
}

.single_news:hover .single_news__line {
    background-color: var(--secondcolor);
    width: 80px;
}

@media screen and (max-width:768px) {

    .single_news__line {
        display: none;
    }

    .single_news {
        display: block;
        margin-bottom: 30px;
        color: rgba(0, 0, 0, 0.5);
        font-size: 21px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .single_news__date {
        height: 80px !important;
        width: 80px !important;
        border: 3px solid var(--maincolor);
        margin-bottom: 20px;
    }

}


/* PAGINAZIONE POST */

.paginazione_post a,
.paginazione_post span {
    margin-right: 15px;
    padding: 8px 12px;
    border: 1px solid var(--maincolor);
}



/*
------------------------------------------
FOOTER
------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer_logo img {
    height: 275px;
    width: auto;
    margin-bottom: 10px;
}

.footer_logo {
    margin-bottom: 20px;
}

.dati_contatto p {
    font-size: 18px;
    color: var(--secondcolor);
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 150%;
}

.seguici-footer p {
  font-size: 20px;
  color: var(--secondcolor);
  font-weight: 300;
  line-height: 150%;
  font-family: 'Montserrat', sans-serif;
}

.dati_contatto p:last-child {
    margin-bottom: 0;
}

.dati_contatto p strong {
    font-weight: 600;
}

.footer_sfondo-colore {

  width: 100%;
  height: 100%;
  background-color: var(--maincolor);
}
.footer_sfondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dati_di_contatto_footer {
    display: flex;
}

.footer_col_1 {
    width: 25%;
    color: var(--secondcolor);
}

.footer_col_2 {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.footer_col_3 {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.footer_col_3 img {
  height: 400px;
  width: auto;
}

.dati_contatto h4 {
  color: var(--secondcolor);
}



/* socials footer */

.socials--footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.socials--footer .socials__item {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.socials--footer .socials__item img {
    height: 25px;
    width: auto;
}


.privacy p {
    margin-top: 30px;
    font-size: 18px;
    color: var(--secondcolor);
    font-weight: 600;
    line-height: 150%;
}

/* search form */

.search,
.cerca_lente {}

.search .search-field {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--maincolor);
    color: var(--maincolor) !important;
    font-size: 21px;
    padding: 0;
    margin: 0;
}

.search input placeholder {
    color: var(--maincolor) !important;
    font-size: 21px;
}

.search_row {
    display: flex;
    justify-content: flex-end;
}

.cerca_lente {
    height: 100%;
    width: 30px;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid var(--maincolor);
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


@media screen and (max-width:600px) {

    .socials--hero {
        position: absolute;
        display: flex;
        justify-content: flex-start !important;
        bottom: 15px;
        left: 10%;
    }

    .socials--hero .socials__item img {
        height: 30px;
        width: auto;
    }

    .socials--hero .socials__item {
        border-right: 2px solid var(--maincolor);
        padding-right: 10px;
        margin-right: 10px;
        border-bottom: none;
    }

    .socials--hero .socials__item:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }



    .footer_col_1,
    .footer_col_2,
    .footer_col_3 {
        display: block;
        width: 100%;
    }

    .footer_col_2 {
      margin-top: 30px;
    }

    .footer_col_3 img {
      height: 200px;

    }

    .dati_di_contatto_footer {
        display: block;
    }

    .socials--footer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dati_contatto p {
        font-size: 18px;
    }

    .privacy p {
        font-size: 18px;
    }

    .socials--footer .socials__item img {
        height: 30px;
        width: auto;
    }


    .footer_logo img {
        height: 190px;
        width: auto;
        margin-bottom: 10px;
    }

    .search_row {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .search-field {}

}

@media screen and (min-width:768px) {

    .socials--hero {
        position: absolute;
        display: flex;
        justify-content: flex-start !important;
        bottom: 15px;
        left: 10%;
    }

    .socials--hero .socials__item img {
        height: 30px;
        width: auto;
    }

    .socials--hero .socials__item {
        border-right: 2px solid var(--maincolor);
        padding-right: 10px;
        margin-right: 10px;
        border-bottom: none;
    }

    .socials--hero .socials__item:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }



    .dati_di_contatto_footer {
        display: flex;
    }

    .footer_col_1 {
        width: 25%;
        color: var(--secondcolor);
    }

    .footer_col_2 {
        width: 25%;
        display: flex;
        flex-direction: column;
    }

    .footer_col_3 {
      width: 50%;
      display: flex;
      flex-direction: column;
    }

    .socials--footer {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dati_contatto p {
        font-size: 15px;
    }

    .privacy p {
        font-size: 15px;
    }

    .socials--footer .socials__item img {
        height: 25px;
        width: auto;
    }


    .footer_logo img {
        height: 190px;
        width: auto;
        margin-bottom: 10px;
    }

    .search_row {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .search-field {}

}

/* Events calendar */


.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn {
	background-color: var(--maincolor);
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
	background-color: var(--secondcolor);
	color: var(--maincolor);
	border: 1px solid var(--maincolor);
	
}

.tribe-events .tribe-events-c-ical__link {
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--maincolor);
    border-radius: 4px;
    color: var(--maincolor);
    font-weight: 700;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff;
    background-color: var(--maincolor);
}

.tribe-common .tribe-common-h4 {
    color: var(--maincolor);
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    margin-top: 100px;
}

.tribe-events-view {
   margin-top: 150px;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
	font-family: 'Montserrat',sans-serif;
}

.tribe-common .tribe-common-h7 {
	font-size: 20px;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
	font-family: 'Montserrat', sans-serif;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input {
	font-family: 'Montserrat', sans-serif;
}

.tribe-common .tribe-common-h3 {
	font-family: 'Montserrat', sans-serif;
}

.tribe-common .tribe-common-b2 {
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:600px) {

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.single-tribe_events .tribe-events-single-event-title {
    font-size: 22px;
}
	
.tribe-events .tribe-events-l-container {
    margin-top: 100px;
}
	
.tribe-events-event-image img {
    display: block;
    width: 100%;
    height: auto;
}
	
.feder-col h4 {
	font-size: 15px;
}
	
}

#tribe-events-content {
    margin-top: 150px;
}

.single-tribe_events .tribe-events-single-event-title {
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 35px;
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}

.tribe-events-back a, .tribe-events-back a:visited {
    font-family: 'Montserrat',sans-serif;
}

.tribe-events-content {
    text-align: justify;
}


.mini-site-regione img {
  width: 170px;
    height: 170px;
    border-radius: 20px;
}

.feder-sezione {
  display: grid;
	grid-template-columns: 50% 50%;
}

.feder-col {
  margin: 50px;
	width: auto;
}

.feder-img img {
  width: auto;
  height: 500px;
  border-radius: 10px;
	  box-shadow: 20px -20px var(--maincolor);
}

.feder-sezione h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slide_iniziali .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.slide_iniziali .swiper-slide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    overflow: hidden;
}

.slide_iniziali .swiper-button-prev {
  left: 80%;
}

.slide_iniziali .swiper-button-next, .slide_iniziali .swiper-button-prev {
    position: absolute;
    top: 70%;
}

.slide_iniziali .swiper-pagination {
  bottom: 10px;
  position: absolute;
  left: 0;
text-align: center;
}

.slide_iniziali .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
}

.feder-col h4 {
	font-size: 18px;
	margin-top: 15px;
	color: #000;
}

.feder-corsi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}

.feder-corsi a {
  border-top: 2px solid #d9dfe2;
  padding: 40px 0 40px 10px;
  width: 100%;
	text-decoration: none !important;
}

.feder-corsi a:hover {
  border-top: 2px solid #2757a1;
  background-color: #e8e8e870;
  transition: 0.3s all ease-in;
}

.feder-corsi-col h4 {
  font-weight: 800;
    margin-bottom: 20px;
}

/* REGIONE LAZIO */


.hero--page-lazio {
	height: 60vh;
    min-height: 500px;
    display: flex;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
	padding: 15vh;
}

.hero--page--title-lazio {
	width: 60%;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}

.hero--page--title-2-lazio {
  width: 40%;
  display: flex;
  justify-content: center;
}

.hero--page--title-lazio h1 {
    color: var(--maincolor);
	font-size: 50px !important;
}

.hero--page--title-lazio h2 {
    color: var(--maincolor);
}

.scroll-arrow-lazio {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-right: 2px solid var(--maincolor);
    border-bottom: 2px solid var(--maincolor);
    animation: arrow-wave 1s infinite;
    animation-direction: alternate;
}

.scroll-arrow-lazio:nth-child(2) {
    animation-delay: 0.2s;
}

.scroll-arrow-lazio:nth-child(3) {
    animation-delay: 0.3s;
}

.paragrafo-lazio h2 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: var(--maincolor);
    border-left: 5px solid #dd0000;
    padding-left: 15px;
    margin-bottom: 30px;
}

.paragrafo-lazio a {
  font-weight: 600;
}

.paragrafo-federazioni ul {
  font-weight: 300;
    font-size: 20px;
    line-height: 200%;
    padding-left: 0;
  margin-left: 1.75em;
  list-style-type: none;
  margin-bottom: 30px;
}


.paragrafo-federazioni ul li {
  position: relative;
  list-style: square;
}

.organigramma-container-lazio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.organigramma-lazio {
  width: 50%;
  padding: 20px;
}

.organigramma-img {
  float: left;
  width: 250px;
  margin-right: 30px;
}

.organigramma-img img {
  height: 250px;
  width: auto;
  border-radius: 10px;
}

.organigramma-text h5 {
  color: #dd0000;
  margin-bottom: 30px;
}

.organigramma-text p {
  font-size: 15px;
  font-weight: 400;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 20px!important;
    margin-top: 50px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card span {
  font-size: 16px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.lazio .menu-full {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(255 255 255 / 75%) !important;
    height: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    visibility: hidden;
    opacity: 0;
}

.lazio .navigazione__menu--appear {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width:768px) {
	
	.hero--page-lazio {
  		height: 70vh;
  		min-height: 400px;
  		flex-direction: column;
  		justify-content: center;
  		align-content: center;
		padding: 0;
	}

	.hero--page--title-lazio {
  		width: 100%;
  		display: flex;
  		align-items: center;
  		text-align: center;
  		justify-content: center;
  		flex-direction: column;
	}
	
	.hero--page--title-2-lazio {
  		width: 100%;
  		display: block;
  		position: relative;
  		text-align: center;
	}
		
	.hero--page--title-2-lazio img {
  		height: 25vh;
		width: auto;
	}


  .hero--page--title-lazio h1 {
      font-size: 32px !important;
	  margin-top: 100px;
  }

  .hero--page--title-lazio h2 {
    font-size: 28px;
  }

  .paragrafo-lazio h2 {
      font-size: 28px;
  }

  .paragrafo-lazio a {
    font-weight: 600;
  }

  .paragrafo-federazioni ul {
      font-size: 14px;
  }


  .paragrafo-federazioni ul li {
    margin-bottom: 20px;
  }

  .organigramma-lazio {
    width: 100%;
    padding: 20px;
  }

  .organigramma-img {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .organigramma-text p {
    font-size: 15px;
    font-weight: 400;
  }

  .card {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 0.25rem;
      box-shadow: 0 0 20px #ccc;
      margin-bottom: 20px!important;
      margin-top: 50px;
  }

  .card-header:first-child {
      border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }

  .card span {
    font-size: 16px;
  }

  .card-body {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 1.25rem;
  }
	
	.scroll-arrow-lazio {
   	 width: 10px;
   	height: 10px;
	}


}