@charset "UTF-8";
body {font-family:'Poppins', Arial, Helvetica, sans-serif;margin:0;padding:0;width:100%;background:#e0e8ea;}
.no-desktop {display:none;}
.no-mobile {display:block;}
header {background:#e0e8ea;margin:0;padding:0;}
#logo-container {width:392px;height:180px;display:block;margin:0 auto 20px;background:#ffffff;border-bottom-left-radius:30px;border-bottom-right-radius:30px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);}
#logo {max-width:352px;margin:0 auto;padding-top:20px;display:block;}
#payoff h1 {font-size:13.5px;font-weight:400;text-align:center;color:#443e3e;margin:0 auto;}
#payoff {font-size:13.5px;font-weight:400;text-align:center;color:#443e3e;margin:0 auto;padding:8px 0 0;}
img.logo {width:100%;}
nav {text-align:center;width:100%;font-size:15px;font-weight:400;text-transform:none;border-top:5px solid #ffffff;border-bottom:5px solid #ffffff;background:#c35264;height:auto;padding:0;}
nav ul {padding:10px 0 0;margin:0 auto;list-style:none;max-width:1200px;height:54px;padding-left:24px;}
nav ul li {display:inline-block;vertical-align:top;}
nav a:link {text-decoration:none;color:#ffffff;padding:20px;}
nav a:visited {text-decoration:none;color:#ffffff;padding:20px;}
nav a:active {text-decoration:none;color:#ffffff;padding:20px;}
nav a:hover {text-decoration:none;color:#edda8b;padding:20px;transition: .5s ease;}
nav .nav-selected a:link {color:#edda8b;font-weight:400;}
nav .nav-selected a:visited {color:#edda8b;font-weight:400;}
nav .nav-selected a:active {color:#edda8b;font-weight:400;}
nav .nav-selected a:hover {color:#edda8b;font-weight:400;}
.facebook {margin-top:-2px;}
.hero-famiglie {margin:0;padding:0;}
.img-famiglie {max-width:780px;margin:0 auto;padding:0;padding-top:10px;padding-bottom:5px;display:block;}

.nav .button-dropdown {
    position: relative;
    z-index:2000;
}

.nav li {
    display: inline-block;
    list-style: none;
}

.nav .button-dropdown {
    position: relative;
}

.nav li a {
    display: block;
    color: #fff;
    background-color: transparent;
    padding: 10px 22px;
    text-decoration: none;
}

.nav li a span {
    display: inline-block;
    margin-left: 3px;
    font-size: 10px;
    color: #fff;
}

.nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: transparent;
    color: #edda8b;
}

.nav li a:hover span, .nav li a.dropdown-toggle.active span {
    color: #fff;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 11px;
    text-align: left;
    background: rgba(193, 83, 101, 0.98);
    height:auto;
    font-size:14px;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
    width: 138px;
    border-top: 1px solid white;
}

.titolo-pagina h1 {
  font-weight:400;
  color:#443e3e;
  font-size:16px;
  line-height:24px;
  margin:35px auto 0 50px;
  display:inline-block;
  width:100%;
  text-align:left;
  background:#e0e8ea;
}

.convenzioni-container {
  width:100%;
  margin:0 auto;
  text-align:center;
  background:#e0e8ea;
  padding:30px 0 20px;
}

.convenzioni-container ul {
  margin:0;
  padding:0;
}

.convenzioni-container ul li {
  list-style-type:none;
  display:inline-block;
  border:0px solid #443e3e;
  background: rgba(255, 255, 255, 0.75);
  margin:10px 20px 30px;
  padding:20px;
  border-radius:8px;
  width:260px;
  height:270px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);}
}

.convenzione-logo img {
  width:200px;
  display:inline-block;
  margin:0 auto;
}

.convenzione-logo {
  transition: transform .5s;
}

.convenzione-logo:hover {
  transform: scale(1.1);
}

.convenzione-btn a, .dettagli-btn a {
  display:inline-block;
  background:#c35264;
  width:230px;
  color:#ffffff;
  font-weight:400;
  text-align:center;
  padding:8px 10px;
  border-radius:50px;
  margin:15px auto 5px;
  font-size:13px;
  border: 2px solid #c35264;
  text-decoration:none;
}

.convenzione-btn a:hover, .dettagli-btn a:hover {
  background:#ffffff;
  color:#c35264;
  border: 2px solid #c35264;
  transition: .5s ease;
}

.convenzione-dettagli {
  display:inline-block;
  left:0;
  padding-top:0;
  position:relative;
  height:auto;
}

.convenzione-dettagli {
  opacity:0;
  z-index:1;
  color:#443e3e;
}

@keyframes ingresso {
  from {opacity: 0;}
  to {opacity: 1;}
}

.dettagli-close {
  top:-38px;
  right:-13px;
  position:absolute;
}

.dettagli-titolo {
  font-weight:400;
  font-size:20px;
  line-height:26px;
}

.dettagli-indirizzo {
  font-size:13px;
  padding-top:8px;
}

.dettagli-testo-big {
  color:#c35264;
  font-weight:700;
  font-size:20px;
  padding:19px 0 0;
}

.dettagli-testo {
  font-size:13px;
  line-height:18px;
  max-width:280px;
  display:inline-block;
  margin:0 auto;
  padding-bottom:13px;
  height:200px;
}

.dettagli-testo a {
  font-size:13px;
  line-height:18px;
  max-width:280px;
  color:#c35264;
  text-decoration:underline;
}

.index-text {
  width:100%;
  display:inline-block;
  text-align:center;
  margin-bottom:0;
  background:#e0e8ea;
}

.index-text-intro {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:block;
  text-align:center;
  width:auto;
  max-width:1150px;
  top:0;
  padding:10px 4%;
  margin:40px auto;
  background:white;
  border-radius:10px;
}

.index-text-intro a {
  color:#c35264;
  font-weight:400;
}

.index-text-intro a:hover {
  color:#443e3e;
  text-decoration:none;
}

.chi-siamo {
  width:100%;
  display:inline-block;
  text-align:center;
  margin-bottom:30px;
}

.chi-siamo-box {
  max-width:800px;
  width:100%;
  margin:10px auto 20px;
  display:inline-block;
  background:white;
  height:auto;
  position:relative;
  border-radius:10px;
  padding:20px 0;

}

.chi-siamo-intro {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:block;
  text-align:center;
  width:auto;
  max-width:755px;
  top:0;
  padding:25px 20px 0 ;
  margin:0 auto;
}

.chi-siamo-intro a {
  color:#c35264;
  font-weight:400;
}

.chi-siamo-intro a:hover {
  color:#443e3e;
  text-decoration:none;
}

.avatar {
  display:inline-block;
  margin:0;
  padding:30px 0 0 20px;
  width:200px;
  vertical-align:top;
}

.chi-siamo-testo {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:inline-block;
  text-align:left;
  width:auto;
  max-width:530px;
  top:0;
  padding:0 20px;
}

.chi-siamo-testo-full-width {
  width:100%;
  max-width:750px;
  display:inline-block;
  text-align:left;
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  padding:0 20px ;
  position:relative;
  margin-top:-15px;
}

.contatti {
  width:100%;
  display:inline-block;
  text-align:center;
  margin-bottom:30px;
}

.contatti-box {
  max-width:800px;
  width:100%;
  margin:10px auto 20px;
  display:inline-block;
  background:white;
  height:auto;
  position:relative;
  border-radius:10px;
  padding:20px 0;

}

.contatti-intro {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:block;
  text-align:center;
  width:auto;
  max-width:755px;
  top:0;
  padding:20px 20px 0 ;
  margin:0 auto;
}

.contatti-intro a {
  color:#c35264;
  font-weight:400;
}

.contatti-intro a:hover {
  color:#443e3e;
  text-decoration:none;
}

.contatti-icona {
  display:inline-block;
  margin:0;
  padding:10px 0 0;
  width:200px;
  vertical-align:top;
}

.contatti-testo {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:inline-block;
  text-align:left;
  width:auto;
  max-width:530px;
  top:0;
  padding:0 20px;
}

.contatti-testo a {
  color:#c35264;
  font-weight:400;
}

.contatti-testo a:hover {
  color:#443e3e;
  text-decoration:none;
}

.form-intro {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:22px;
  display:block;
  text-align:center;
  width:auto;
  max-width:755px;
  top:0;
  padding:15px 20px 0 ;
  margin:0 auto;
}

.form-intro a {
  color:#c35264;
  text-decoration:underline;
}

.form-intro a:hover {
  color:#443e3e;
  text-decoration:none;
}

form {
  margin:40px auto 20px;
  display:block;
  max-width:360px;
  text-align:center;
  background:#ffffff;
  padding:10px 20px 10px;
  border-radius:10px;
}

form input {
  margin:3px auto 12px;
  width:100%;
  max-width:310px;
}

form label {

}

.form-row {
  text-align:left;
  font-size:14px;
  width:100%;
  max-width:320px;
  margin:15px auto 5px;
}

.form-container {
  background-color:#e0e8ea;
  padding-bottom:20px;
}

.form-row-button {
  width:100%;
  margin:0 auto 5px;
  text-align:center;
  display:block;
}

.button-form {
  display: inline-block;
  border-radius: 50px;
  background-color: #7a89a4;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px auto 20px;
}

.button-form span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-form span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-form:hover span {
  padding-right: 20px;
}

.button-form:hover span:after {
  opacity: 1;
  right: 0;
}

.errors {
  margin:15px auto 10px;
  line-height:18px;
  font-size:14px;
  background:#c35264;
  color:#ffffff;
  padding:5px;
  text-align:center;
  display:block;
}

.errors a {
  color:#ffffff;
  font-weight:400;
  text-decoration:underline;
}

.errors a:hover {
  color:#edda8b;
  text-decoration:none;
}


.dropdown-menu a:hover {background-color: #ddd;}

.button-dropdown:hover .dropdown-menu {display: block;}

.button-dropdown:hover {height:55px;}

.menu-white {
  display:inline-block;
}

.menu-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: -9px;
  right: 0;
  height: auto;
  width: 9px;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}

.facebook-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: -24px;
  right: 0;
  height: auto;
  width: 24px;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}

.dropdown-toggle:hover .menu-overlay,  .facebook-icon:hover .facebook-overlay {
  opacity: 1;
}

footer {width:100%;background:#ffffff;text-align:center;padding:20px 0;color:#443e3e;font-size:11px;margin:0;}
footer a {text-decoration:underline;color:#443e3e;}
footer a:hover {text-decoration:none;color:#443e3e;}

.privacy {width:100%;margin:0;padding:0;color:#443e3e;margin-bottom:50px;}
.privacy-title {max-width:675px;text-align:center;margin:40px auto;font-weight:700;font-size:20px;}
.privacy-text {max-width:675px;text-align:left;margin:0 auto;font-size:14px;}
.privacy-text a {color:#443e3e;text-decoration:underline;}
.privacy-text a:hover {color:#443e3e;text-decoration:none;}

.convenzioni-list-container {
  width:100%;
  display:inline-block;
  text-align:center;
  margin-bottom:0;
  background:#e0e8ea;
}

.convenzioni-list-txt {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:block;
  text-align:center;
  width:auto;
  max-width:1150px;
  top:0;
  padding:5px 10% 45px;
  margin:0 auto;
}

.convenzioni-list-txt a {
  color:#c35264;
  font-weight:400;
}

.convenzioni-list-txt a:hover {
  color:#443e3e;
  text-decoration:none;
}

/* Webkit browser engine: Safari and Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .convenzione-dettagli {
    margin-top:31.5px;
    padding-top:0;
  }
    .professionisti-dettagli  {
    margin-top:31px;
    padding-top:0;
  }
}

@-moz-document url-prefix() {
      .convenzione-dettagli {
    margin-top:31.5px;
    padding-top:0;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: auto;
  max-width: 550px;
  border-radius:8px;
}

/* The Close Button */
.close, .close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top:-15px;
}

.close:hover, .close2:hover,
.close:focus, .close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* MOBILE and TABLET */
@media screen and (max-width: 768px) {
.no-mobile {display:none;}
.no-desktop {display:block;}
header {border-bottom:0px solid #c35264;}
#logo-container {width:220px;height:128px;margin:10 auto 20px;}
#logo {max-width:180px;padding-top:10px;}
#payoff h1 {font-size:12px;max-width:180px;line-height:120%;margin:0 auto;}

body .menu_body {
    width: 100%;
    z-index:2000; }
    body .menu_body__item_wrapper .menu_list li.has_child {
      position: relative; }
      body .menu_body__item_wrapper .menu_list li.has_child a {
        position: relative; }
        body .menu_body__item_wrapper .menu_list li.has_child a:after {
          display: block;
          content: ' ';
          background-image: url('images/chevron-down-solid-white.svg');
          background-size: 20px 20px;
          background-color:transparent;
          height: 20px;
          width: 20px;
          left: calc(100% + 15px);
          position: absolute;
          top: 3px;}

      body .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
        position: relative;
        background: transparent;
        list-style: none;
        padding: 0;
        left: unset;
        top: unset;
        right: unset;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
        padding-left: 25px;
        display: none;} 


.humburger {
  width: 33px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  transition: 0.5s all ease-in;
  z-index: 5555; }
  .humburger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    transform: scale(0);
    transition: 0.5s all ease-in;
    z-index: 1; }
  .humburger .line {
    height: 4px;
    width: 100%;
    background: #c35264;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2; }
    .humburger .line:after {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      background: #c35264;
      width: 0;
      transition: 0.5s all ease-in-out;
      z-index: 1; }
  .humburger:hover:after {
    transform: scale(1.4); }
  .humburger:hover .line:after {
    width: 100%; }
  .humburger.open .line {
    background: #c35264; }
    .humburger.open .line:nth-of-type(1) {
      transform: rotate(45deg);
      margin-top: 12px; }
    .humburger.open .line:nth-of-type(2) {
      transform: rotate(-45deg);
      margin-top: -13px; }
    .humburger.open .line:nth-of-type(3) {
      visibility: hidden;
      opacity: 0; }

.menu_body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 100vh;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: 0.5s all ease; }
  .menu_body.open {
    transform: translateX(0); }
  .menu_body__item_wrapper {
    padding: 70px 40px 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%; }
    .menu_body__item_wrapper .menu_list {
      list-style: none;
      width: 100%;
      padding: 0 0 0 0; }
      .menu_body__item_wrapper .menu_list li {
        margin-bottom: 25px;
        position: relative;
        padding-left: 35px; }
        .menu_body__item_wrapper .menu_list li:last-child {
          margin-bottom: 0; }
        .menu_body__item_wrapper .menu_list li a {
          color: white;
          font-weight: 400;
          font-size: 18px;
          text-decoration: none;
          position: relative;
          transition: 0.5s all ease; }
          .menu_body__item_wrapper .menu_list li a:after {
            content: "";
            position: absolute;
            height: 1px;
            left: 0;
            width: 0;
            bottom: 0;
            background: #c35264;
            transition: 0.5s all ease; }
          .menu_body__item_wrapper .menu_list li a:hover:after {
            width: 100%; }
        .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
          position: absolute;
          background: black;
          list-style: none;
          padding: 30px;
          left: unset;
          top: 0;
          right: 100%;
          min-width: 135px;
          opacity: 0;
          visibility: hidden; }
          .menu_body__item_wrapper .menu_list li.has_child .sub-menu li {
            padding-left: 0;
            margin-bottom: 15px; }
            .menu_body__item_wrapper .menu_list li.has_child .sub-menu li a:after {
              display: none; }
        .menu_body__item_wrapper .menu_list li.has_child:hover .sub-menu {
          opacity: 1;
          visibility: visible; }


.convenzione-logo:hover {
  transform: scale(1.0);
}

.convenzione-btn a:hover {
  background:#c35264;
  color:#ffffff;
  border: 2px solid #c35264;
}

.chi-siamo, .contatti-box {
  width:94%;
  margin:10px 3% 20px;
}

form {
  margin:30px 3% 20px;
  display:block;
  max-width:94%;
  text-align:center;
  background:#ffffff;
  padding:10px 20px 10px;
  border-radius:10px;
}

form input {
  margin:3px auto 12px;
  width:100%;
  max-width:290px;
}

.avatar {
  padding:0 20px;
}

.chi-siamo-titolo {
  text-align:center;
}

.chi-siamo-testo-full-width {
  font-weight:400;
  color:#443e3e;
  font-size:15px;
  line-height:20px;
  display:inline-block;
  text-align:left;
  width:auto;
  max-width:530px;
  top:0;
  padding:0 20px ;
}

.contatti-icona {
  padding:0 20px;
}

.contatti-titolo {
  text-align:center;
}

#CybotCookiebotDialogBodyButtonDecline {padding-top:5px!important;}
#CybotCookiebotDialogBodyButtonAccept {padding-top:5px!important;}


}

#CybotCookiebotDialogPoweredbyImage {display:none!important;}
#CybotCookiebotDialog {padding-bottom:8px!important;}
#CybotCookiebotDialogBody {max-width:640px!important;}
#CybotCookiebotDialogBodyContentTitle {font-size:13px!important;line-height:13px!important;border-bottom:0!important;border-top:0!important;background:#ffffff!important;}
#CybotCookiebotDialogBodyContentText {font-size:13px!important;line-height:13px!important;}
#CybotCookiebotDialogBodyButtonDecline {color:#000000!important;background:#ffffff!important;border:2px solid #c35264!important;border-radius:50px!important;padding-bottom:5px!important;max-width:100px!important;}
#CybotCookiebotDialogBodyButtonAccept {background:#c35264!important;border:2px solid #c35264!important;border-radius:50px!important;padding-bottom:5px!important;max-width:100px!important;}

#CookiebotWidget-btn-change {background:#c35264!important;border:1px solid #c35264!important;border-radius:50px!important;}
#CookiebotWidget-btn-withdraw {border:2px solid #c35264!important;border-radius:50px!important;}
