/*----------- VARIABILI----------*/
/* dichiarazione font generica */
/* dichiarazione sfondo generico */
/*----------- FINE VARIABILI -----------*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=DM+Sans:wght@400;700&display=swap");
body {
  font-family: "DM Sans", sans-serif;
}

a {
  color: #fdc613;
}
a:hover {
  color: #E3B002;
  text-decoration: none;
}

.block {
  display: block;
}

section.main.main-fixed {
  padding-top: 85px;
}

/*--  header  --*/
.stripe_wrong_language {
  background: #ccc;
  color: #000;
  padding: 8px 0;
}
.stripe_wrong_language .stripe_wrong_language_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .stripe_wrong_language .stripe_wrong_language_inner {
    font-size: 11px;
  }
}
.stripe_wrong_language a {
  color: #000;
  display: flex;
  align-items: center;
}
.stripe_wrong_language a.close_stripe svg path {
  fill: #000;
}
.stripe_wrong_language .flag {
  display: inline-block;
  width: 25px;
  height: 18px;
  background-size: 25px auto !important;
  margin-left: 5px;
}
.stripe_wrong_language .flag_eng {
  background: url("../images/flag_eng.png") 0 0 no-repeat;
}
.stripe_wrong_language .flag_fra {
  background: url("../images/flag_fra.png") 0 0 no-repeat;
}
.stripe_wrong_language .flag_esp {
  background: url("../images/flag_esp.png") 0 0 no-repeat;
}
.stripe_wrong_language .flag_ita {
  background: url("../images/flag_ita.png") 0 0 no-repeat;
}
.stripe_wrong_language .flag_deu {
  background: url("../images/flag_deu.png") 0 0 no-repeat;
}

header {
  background: #fff;
}
header.header-fixed {
  /*background: $link-color;
  transition: background 0.5s;*/
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  header.header-fixed .ticket_link a {
    /*transition: all 0.5s;
    background: #fff;*/
  }
}
@media (min-width: 768px) {
  header.header-fixed .ticket_link a:hover {
    /*color: $link-color;*/
  }
}
@media (min-width: 992px) {
  header {
    padding-left: 1%;
    padding-right: 0.3%;
  }
}
header .header_inner {
  position: relative;
  z-index: 999;
}
header .navbar-default {
  background: none;
  border: none;
  height: 70px;
  margin-bottom: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  header .navbar-default {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 991px) {
  header .navbar-default .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .navbar-default {
    height: 50px;
  }
}
@media (max-width: 991px) {
  header .navbar-default .navbar-collapse {
    border: none !important;
    display: none !important;
  }
}
header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-default .navbar-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  header .navbar-default .navbar-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 25px;
    border: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  header .navbar-default .navbar-nav {
    padding-top: 11px;
    margin-right: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-default .navbar-nav {
    padding-top: 11px;
    margin-right: 130px;
  }
}
@media (max-width: 991px) {
  header .navbar-default .navbar-nav {
    margin: 0;
    float: none !important;
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-default .navbar-nav > li {
    float: none;
  }
}
@media (max-width: 991px) {
  header .navbar-default .navbar-nav > li {
    border-top: 1px solid #eee;
  }
}
header .navbar-default .navbar-nav > li.active a {
  text-decoration: underline;
  background: none;
  color: #000;
}
header .navbar-default .navbar-nav > li.active a:hover {
  background: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  header .navbar-default .navbar-nav > li.ticket {
    display: none;
  }
}
header .navbar-default .navbar-nav > li > a {
  color: #060C20;
}
@media (max-width: 991px) {
  header .navbar-default .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
header .navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
}
@media (min-width: 1350px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 7px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar-default .navbar-nav > li > a span {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .navbar-default .navbar-nav > li.sleep {
    display: none;
  }
}
header .navbar-default .navbar-nav .language {
  padding: 7px 15px 3px;
  display: block;
}
@media (max-width: 991px) {
  header .navbar-header {
    float: none;
  }
}
@media (min-width: 1200px) {
  header .logo {
    padding-top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    padding-top: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    padding-top: 4px;
    width: 260px;
  }
}
@media (max-width: 767px) {
  header .logo {
    padding-top: 7px;
    width: 230px;
  }
}
header .logo h1,
header .logo strong {
  margin: 0;
  font-size: 25px;
  line-height: 25px;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media (min-width: 1200px) {
  header .logo h1,
  header .logo strong {
    font-size: 27px;
    line-height: 22px;
    padding: 17px 0 0 0px;
  }
}
@media (max-width: 991px) {
  header .logo h1,
  header .logo strong {
    margin-left: 10px;
    display: block;
    height: 35px;
    padding-top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo h1,
  header .logo strong {
    font-size: 21px;
    line-height: 21px;
    padding: 2px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo h1,
  header .logo strong {
    padding: 9px 0 0 0px;
  }
}
@media (max-width: 767px) {
  header .logo h1,
  header .logo strong {
    font-size: 21px;
  }
}
header .logo a {
  color: #000;
}
header .logo a:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .language {
    position: absolute;
  }
}
@media (min-width: 992px) {
  header .language {
    top: 27px;
    right: 0px;
  }
}
@media (max-width: 991px) {
  header .language {
    display: none;
  }
}
header .language .lang_active {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
header .language .lang_active .flag {
  display: block;
  width: 25px;
  height: 17px;
  background: url("../images/flag_bra.png") 0 0 no-repeat;
  background-size: 25px auto;
  margin-right: 3px;
}
header .language .lang_active .arrow {
  display: block;
  height: 15px;
}
header .language .lang_active.open .arrow {
  transform: scaleY(-1);
}
header .language .language_tooltip {
  display: none;
  background: #fff;
  padding: 0px 10px 1px;
  position: absolute;
  left: -10px;
}
header .language .language_tooltip .flag {
  width: 25px;
  height: 17px;
  background-size: 25px auto !important;
  margin-bottom: 6px;
  display: block;
}
header .language .language_tooltip .flag_eng {
  background: url("../images/flag_eng.png") 0 0 no-repeat;
}
header .language .language_tooltip .flag_fra {
  background: url("../images/flag_fra.png") 0 0 no-repeat;
}
header .language .language_tooltip .flag_esp {
  background: url("../images/flag_esp.png") 0 0 no-repeat;
}
header .language .language_tooltip .flag_ita {
  background: url("../images/flag_ita.png") 0 0 no-repeat;
}
header .language .language_tooltip .flag_deu {
  background: url("../images/flag_deu.png") 0 0 no-repeat;
}
@media (min-width: 992px) {
  header .ticket_link {
    top: 12px;
    right: 50px;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .ticket_link {
    top: 7px;
    right: 56px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  header .ticket_link {
    display: none;
  }
}
header .ticket_link a {
  display: block;
  background: #fdc613;
  color: #000;
  padding: 10px 22px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  header .ticket_link a {
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 500;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .ticket_link a {
    padding: 12px 12px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .ticket_link a {
    padding: 6px 19px;
  }
}
header .ticket_link a:hover {
  color: #fff;
}
header .overall_menu_mobi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
header .menu_mobile {
  background: #fff;
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 9999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 15px;
  width: 80%;
  transition: left 0.7s ease;
  height: 100vh;
  overflow: auto;
}
header .menu_mobile .close_menu {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Cinzel", serif;
}
header .menu_mobile .close_menu a {
  color: #000;
}
header .menu_mobile .close_menu a svg {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
header .menu_mobile .ticket_link {
  display: block;
  margin-bottom: 30px;
  position: relative;
  top: 0;
  right: 0;
}
header .menu_mobile .title_menu {
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 10px;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
header .menu_mobile ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
header .menu_mobile ul li {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 3px;
}
header .menu_mobile ul li a {
  color: #5F6973;
}
header .menu_mobile .language {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
}

/*--  fine header  --*/
/*--  common  --*/
.title {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 500;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .title {
    font-size: 32px;
    line-height: 32px;
  }
}

.title_container .readmore {
  color: #000;
  float: right;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
}
.title_container .readmore svg {
  transition: 0.6s;
}
.title_container .readmore:hover {
  color: #fdc613;
}
.title_container .readmore:hover svg {
  transform: translateX(8px);
}

.testo {
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 15px;
}
.testo h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #000;
}
.testo h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.testo strong {
  color: #000;
}
.testo a {
  color: #fdc613;
  text-decoration: underline;
}
.testo a strong {
  color: #fdc613;
}
.testo a:hover {
  text-decoration: none;
}
.testo img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.testo .link_cta {
  background: #fdc613;
  border: 1px solid #fdc613;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 13px;
  transition: all 0.5s;
  text-decoration: none;
}
.testo .link_cta:hover {
  cursor: pointer;
  background: #E3B002;
  border: 1px solid #E3B002;
}

/*--  fine common  --*/
/*--  about  --*/
.about {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 25px 0;
  }
}
.about .advantages {
  padding: 50px 0;
}
.about .advantages .advantage {
  text-align: center;
}
.about .advantages .advantage:hover a {
  color: #fdc613;
}
.about .advantages .advantage h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 15px;
}
.about .advantages .advantage h3 a {
  color: #000;
  transition: color 0.5s ease;
}
.about .advantages .advantage h3 a i {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.about .advantages .advantage h3 a:hover {
  color: #fdc613;
  text-decoration: none;
}
.about .advantages .advantage p {
  font-size: 15px;
  line-height: 140%;
  color: #666;
}
.about .advantages .advantage .readmore {
  font-size: 14px;
  color: #666;
  transition: color 0.5s ease;
}
.about .advantages .advantage .readmore i {
  font-size: 16px;
  color: #fdc613;
}
.about .advantages .advantage .readmore:hover {
  color: #fdc613;
  text-decoration: none;
}

/*--  fine about  --*/
/*--  tickets  --*/
.tickets {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .tickets {
    padding: 25px 0;
  }
}
.tickets .title {
  margin: 0 0 10px;
}
.tickets .subtitle {
  font-size: 16px;
  margin: -5px 0 10px;
  text-transform: none;
}
.tickets .subtitle .little {
  font-size: 90%;
  display: block;
  text-transform: none;
}
.tickets .single_ticket {
  background: #f6f6f6;
  border-bottom: 3px solid #fff;
  transition: border 0.5s ease;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tickets .single_ticket {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767px) {
  .tickets .single_ticket {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .tickets .single_ticket:hover {
    border-bottom: 3px solid #fdc613;
  }
}
@media (min-width: 768px) {
  .tickets .single_ticket:hover a {
    color: #fdc613;
  }
}
@media (min-width: 768px) {
  .tickets .single_ticket:hover .readmore {
    color: #fdc613;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .tickets .single_ticket figure {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .tickets .single_ticket figure {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.tickets .single_ticket figure a {
  position: relative;
  display: block;
}
.tickets .single_ticket figure a:hover {
  cursor: pointer;
}
.tickets .single_ticket figure a .label_ticket {
  position: absolute;
  top: 20px;
  left: -5px;
  background: #fdc613;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tickets .single_ticket figure a .label_ticket {
    font-size: 12px;
  }
}
.tickets .single_ticket figure a .label_ticket:after {
  color: #fdc613;
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid;
  border-bottom: 15px solid;
  border-right: 10px solid transparent;
  border-left: 0;
}
@media (max-width: 767px) {
  .tickets .single_ticket figure a .label_ticket:after {
    border-top: 13px solid;
    border-bottom: 14px solid;
  }
}
.tickets .single_ticket .txt {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .tickets .single_ticket .txt {
    padding: 20px 0px;
  }
}
.tickets .single_ticket h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 20px;
}
.tickets .single_ticket h3 span {
  display: block;
}
.tickets .single_ticket h3 a {
  transition: color 0.5s ease;
  color: #000;
}
@media (min-width: 768px) {
  .tickets .single_ticket h3 a:hover {
    color: #fdc613;
    text-decoration: none;
    cursor: pointer;
  }
}
.tickets .single_ticket p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}
.tickets .single_ticket a.readmore {
  background: #fdc613;
  border: 1px solid #fdc613;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 16px;
  transition: all 0.5s;
}
.tickets .single_ticket a.readmore svg {
  margin: -2px 0 0 3px;
}
.tickets .single_ticket a.readmore:hover {
  cursor: pointer;
}
.tickets .ticket_group figure:hover {
  cursor: pointer;
}
.tickets .ticket_group h3 a:hover {
  cursor: pointer;
}
.tickets .ticket_group p {
  font-size: 16px;
  line-height: 130%;
}
.tickets .ticket_group a.readmore {
  background: #fdc613;
  border: 1px solid #fdc613;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 13px;
}
.tickets .ticket_group a.readmore:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .tickets .ticket_group .col-xs-12 {
    margin-bottom: 30px;
  }
}
.tickets .ticket_group .col-xs-12:hover a.readmore {
  color: #fdc613;
  background: #fff;
}
.tickets .carousel-indicators {
  background: none;
  bottom: -35px;
}
@media (max-width: 767px) {
  .tickets .carousel-indicators {
    display: none;
  }
}
.tickets .carousel-indicators li {
  background: #fff;
  border: 1px solid #fdc613;
  width: 12px;
  height: 12px;
}
.tickets .carousel-indicators li.active {
  background: #fdc613;
}

@media (max-width: 767px) {
  .carousel-inner > .item {
    display: block;
  }
}

/*--  fine tickets  --*/
/*--  footer --*/
footer {
  background: #fdc613;
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 80px;
  }
}
footer a {
  color: #fff;
  text-decoration: underline;
}

/*--  fine footer --*/
/*--  modal --*/
.modal {
  padding: 0 !important;
}
.modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.modal .modal-content {
  border: none;
  border-radius: 0;
  padding: 5em 0;
  min-height: 100%;
}
@media (max-width: 767px) {
  .modal .modal-content {
    padding: 1em 0;
  }
}
.modal .modal-content .container {
  padding: 0em 9%;
}
.modal .modal-content h4 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.modal .modal-content h5 {
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  margin: 30px 0 10px;
}
.modal .modal-content p,
.modal .modal-content table,
.modal .modal-content ul,
.modal .modal-content ol {
  font-size: 13px;
  line-height: 25px;
}
.modal .close-modal {
  position: fixed;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 767px) {
  .modal .close-modal {
    height: 25px;
    width: 25px;
    right: 40px;
  }
}
.modal .close-modal:hover {
  opacity: 0.3;
}
.modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}
@media (max-width: 767px) {
  .modal .close-modal .lr {
    height: 25px;
  }
}
.modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}
@media (max-width: 767px) {
  .modal .close-modal .lr .rl {
    height: 25px;
  }
}
.modal .modal-backdrop {
  opacity: 0;
  display: none;
}

#modalAntiExit {
  background: rgba(0, 0, 0, 0.3);
}
#modalAntiExit .close-modal {
  top: 8px;
  width: 25px;
  height: 25px;
  right: 15px;
}
#modalAntiExit .close-modal .lr {
  margin-left: 15px;
  height: 25px;
  background-color: #fff;
}
#modalAntiExit .close-modal .lr .rl {
  height: 25px;
  background-color: #fff;
}
#modalAntiExit .container {
  width: 100%;
  padding: 0;
}
#modalAntiExit .modal-dialog {
  height: auto;
  max-width: 640px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  #modalAntiExit .modal-dialog {
    margin: 20px;
  }
}
#modalAntiExit .modal-content {
  min-height: 360px;
  padding: 0;
  text-align: center;
}
#modalAntiExit .modal-content h4 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 0 15px #000;
  margin-top: 260px;
}
@media (max-width: 767px) {
  #modalAntiExit .modal-content h4 {
    font-size: 16px;
    margin-top: 220px;
  }
}
#modalAntiExit .modal-content h4 a {
  color: #fff;
  line-height: 100%;
}
#modalAntiExit .modal-content p {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-shadow: 0 0 15px #000;
}
#modalAntiExit .modal-content .btn {
  background: #fdc613;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  border-radius: 0;
}
@media (max-width: 767px) {
  #modalAntiExit .modal-content .btn {
    margin: 0 auto;
    padding: 12px 25px;
  }
}

@media (min-width: 768px) {
  .webp #modalAntiExit .modal-content {
    background: url("../images/basilica-san-pietro-notte.webp") center 0 no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .webp #modalAntiExit .modal-content {
    background: url("../images/basilica-san-pietro-notte.webp") center 0 no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .no-webp #modalAntiExit .modal-content {
    background: url("../images/basilica-san-pietro-notte.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .no-webp #modalAntiExit .modal-content {
    background: url("../images/basilica-san-pietro-notte.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/*--  fine modal --*/
#banner_cookie_law {
  position: fixed;
  display: block;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
@media (min-width: 768px) {
  #banner_cookie_law {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  #banner_cookie_law {
    font-size: 12px;
    line-height: 18px;
  }
}
#banner_cookie_law .banner_cookie_law_inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 20px 35px 15px 10px;
}
@media (max-width: 767px) {
  #banner_cookie_law .banner_cookie_law_inner {
    padding: 18px 35px 10px 20px;
  }
}
#banner_cookie_law .banner_cookie_law_inner p {
  margin: 0;
}
#banner_cookie_law .banner_cookie_law_inner a {
  color: #fff;
  text-decoration: underline;
}
#banner_cookie_law .banner_cookie_law_inner .banner_cookie_law_btns {
  display: flex;
  margin: 12px 0 5px;
  align-items: center;
  justify-content: center;
}
#banner_cookie_law .banner_cookie_law_inner .btn_continue {
  margin-left: 10px;
  padding: 12px 20px;
  background: #fff;
  color: #43525a;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
#banner_cookie_law .banner_cookie_law_inner .btn_reject {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.hotel_offer {
  margin-bottom: 20px;
}

.cta_fixed {
  position: fixed;
  width: 100%;
  bottom: -100px;
  background: #fdc613;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  transition: all 700ms;
  z-index: 9;
}
.cta_fixed.cta_fixed_show {
  bottom: 0;
}
.cta_fixed .txt {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.cta_fixed .btn {
  background: #fff;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 6px;
  display: block;
  padding: 8px 10px;
  max-width: 360px;
  margin: 0 auto;
  font-weight: 700;
}

.stripe_citypass {
  background: linear-gradient(to bottom, #FDD242 0%, #FDCC24 100%) !important;
  padding: 50px 0;
  color: #fff;
  margin: 20px -15px 40px;
}
.stripe_citypass h2 {
  text-align: center;
  margin: 0 0 10px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 27px !important;
}
.stripe_citypass a {
  color: #fff;
}
@media (max-width: 991px) {
  .stripe_citypass .img {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .stripe_citypass img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .stripe_citypass img {
    width: 320px;
  }
}
.stripe_citypass .advantages {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.stripe_citypass .advantages ul {
  list-style: none;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin: 0 0 20px;
  padding: 0;
}
.stripe_citypass .advantages ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../images/checkmark.svg") 0 3px no-repeat;
  background-size: 20px auto;
}
.stripe_citypass .advantages .cta {
  text-align: center;
}
.stripe_citypass .advantages .cta a {
  background: #fdc613;
  border: 1px solid #fdc613;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 13px;
}
@media (min-width: 768px) {
  .stripe_citypass .advantages .cta a:hover {
    color: #fdc613;
    background: #fff;
  }
}

#cookie-policy header,
#cookie-policy section.head,
#cookie-policy footer,
#cookie-policy .cta_fixed,
#cookie-policy #banner_cookie_law {
  display: none !important;
}
#cookie-policy .testo {
  word-break: break-word;
}/*# sourceMappingURL=main.css.map */