@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.blue {
  color: #003049 !important;
}

.lightblue {
  color: #669BBC !important;
}

.dark {
  color: #1a1a1a !important;
}

.light {
  color: #FDF0D5 !important;
}

.red {
  color: #780000 !important;
}

.green {
  color: #283618 !important;
}

body {
  background-color: #eee;
  font-family: "Montserrat", sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .page_top_mobile {
    padding-top: 100px !important;
  }
}

flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
}

h1, h2, h3, h4, h5, h6, p, a, strong {
  margin-bottom: 0 !important;
}

strong, h1, h2, h3 {
  font-weight: 700 !important;
}

.w50 {
  width: 47% !important;
}

.w100 {
  width: 100%;
}

.row {
  width: 100% !important;
  margin: 0 !important;
}

.btn {
  padding: 0.5rem 3rem !important;
  border-radius: 3rem !important;
  font-weight: 700 !important;
}

.breadcrumb, .breadcrumb a {
  color: #FDF0D5;
  text-decoration: none !important;
}
.breadcrumb .breadcrumb_last, .breadcrumb a .breadcrumb_last {
  font-weight: 700;
}

nav {
  position: fixed !important;
  width: 100%;
  height: 100px;
  z-index: 999;
  background-color: #003049;
}
nav .navbar-brand {
  color: #FDF0D5 !important;
}
@media screen and (max-width: 1024px) {
  nav .navbar-toggler {
    display: none !important;
  }
}
nav li a {
  padding-left: 0.5rem;
  color: #FDF0D5;
  text-decoration: none;
}
nav .collapse {
  width: 100%;
  position: relative;
}
nav a[aria-current=page] {
  font-weight: 700;
}

.menu_mobile_mmenu {
  visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 0.4rem;
  position: absolute;
  right: 1rem;
}
@media screen and (max-width: 1024px) {
  .menu_mobile_mmenu {
    visibility: visible !important;
  }
}
.menu_mobile_mmenu span {
  width: 30px;
  height: 2px;
  background-color: #FDF0D5;
}

#home .carousel img {
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  #home .carousel img {
    height: 60vh;
  }
}
#home .carousel .carousel-control-prev {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 92%;
  left: 40%;
}
@media screen and (max-width: 1024px) {
  #home .carousel .carousel-control-prev {
    top: 87%;
    left: 71%;
    width: 50px;
    height: 50px;
  }
}
#home .carousel .carousel-control-next {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 92%;
}
@media screen and (max-width: 1024px) {
  #home .carousel .carousel-control-next {
    top: 87%;
    right: 0 !important;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #home .carousel .carousel-control-next {
    left: 44%;
  }
}
#home .carousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 5%;
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #home .carousel .carousel-caption {
    width: 100% !important;
    height: 40px;
    padding: 1rem;
    padding-bottom: 1rem;
  }
}
#home .abs {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 3rem;
  min-height: 30vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 1025px) {
  #home .abs {
    position: absolute;
    right: 6rem;
    top: calc(50% - 30vh);
  }
}
#home .punti_di_forza {
  padding: 3rem;
}
@media screen and (min-width: 1025px) {
  #home .punti_di_forza {
    min-height: 100vh;
    padding: 150px 180px;
    background-color: #669BBC;
    color: #FDF0D5;
  }
}
#home .punti_di_forza img {
  width: 100%;
  height: 100%;
}
#home .punti_di_forza ul {
  list-style-type: none;
  padding: 0 !important;
}
#home .punti_di_forza li {
  padding: 3rem 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1rem;
}
#home .punti_di_forza li i, #home .punti_di_forza li strong {
  font-size: 18px;
}
#home .punti_di_forza li p {
  line-height: 20px;
}
#home .punti_di_forza li:not(:last-child) {
  border-bottom: 1px solid #FDF0D5;
}
#home .stagioni {
  background-color: #fff;
  color: #1a1a1a;
  padding: 3rem;
}
@media screen and (min-width: 1025px) {
  #home .stagioni {
    padding: 150px 90px;
  }
}
#home .stagioni flex {
  margin-top: 3rem;
}
#home .stagioni .card {
  width: calc(33.3% - 1rem);
}
@media screen and (max-width: 1024px) {
  #home .stagioni .card {
    width: 100%;
  }
}
#home .images {
  background-color: #669BBC;
  color: #FDF0D5;
  padding: 3rem;
}
@media screen and (min-width: 1025px) {
  #home .images {
    padding: 150px 90px;
  }
}
#home .images flex {
  margin-top: 3rem;
}
#home .images img {
  width: calc(33.3% - 1rem);
}
@media screen and (max-width: 1024px) {
  #home .images img {
    width: 100%;
  }
}
#home .images .a {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

#immagini .img_immagine {
  background-color: #669BBC;
  color: #FDF0D5;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  #immagini .img_immagine {
    padding: 150px 90px;
  }
}
#immagini .img_immagine .img {
  width: calc(33.3% - 1rem);
  height: 500px;
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 30%, #000 100%);
    z-index: 3;
  }*/
}
@media screen and (max-width: 1024px) {
  #immagini .img_immagine .img {
    width: 100%;
  }
}
#immagini .img_immagine .img h2 {
  position: absolute;
  z-index: 4;
  bottom: 1rem;
  left: 1rem;
  text-align: center;
  text-shadow: 0 0 10px #1a1a1a;
}

.page_header {
  height: 100vh;
  padding-top: 100px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.page_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 30%, #000 100%);
  z-index: 2;
}
.page_header .breadcrumb {
  padding: 2rem;
  padding-bottom: 0 !important;
  text-transform: 0 0 5px #1a1a1a;
  z-index: 3;
}
.page_header h1 {
  font-size: 80px;
  line-height: 80px;
  color: #FDF0D5;
  text-shadow: 2px 2px 4px #1a1a1a;
  padding: 2rem;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 40vh !important;
  }
  .page_header h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

#stanze .stanza {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  transition: 0.5s all;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #stanze .stanza {
    min-height: 40vh;
  }
}
#stanze .stanza::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 30%, #000 100%);
  z-index: 2;
}
#stanze .stanza:hover {
  background-size: 130%;
}
#stanze .stanza div {
  position: absolute;
  bottom: 5rem;
  left: 3rem;
  color: #FDF0D5;
  z-index: 3;
}

#contatti .form_class {
  padding: 3rem 1rem;
}
@media screen and (min-width: 1025px) {
  #contatti .form_class {
    padding: 150px 180px;
  }
}
#contatti .form_class h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem !important;
}
#contatti .form_class strong {
  padding-right: 1rem;
}
#contatti .form_class a.btn {
  margin-bottom: 1.5rem !important;
  padding: 0.5rem 1rem !important;
}
#contatti .form_class label {
  width: 100%;
  margin-bottom: 1rem;
}
#contatti .form_class input, #contatti .form_class textarea {
  border: none !important;
  border-bottom: 1px solid #003049 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 22px;
  line-height: 23px;
  font-weight: 500;
  background-color: transparent;
}
#contatti .form_class form input[type=submit] {
  padding: 0.5rem 1rem;
  background-color: #003049;
  color: #FDF0D5;
  transition: 0.2s all;
  font-weight: 700;
  border-radius: 3rem !important;
  font-size: 18px !important;
}
#contatti .form_class form input[type=submit]:hover {
  background-color: #669BBC;
  color: #1a1a1a;
}
#contatti .orari {
  background-color: #669BBC;
  color: #003049;
  padding: 150px 180px;
}
@media screen and (max-width: 1024px) {
  #contatti .orari {
    padding: 3rem 0 !important;
  }
  #contatti .orari .card {
    width: calc(100% - 1rem);
  }
}

#stanze_single {
  overflow-x: hidden;
}
#stanze_single .bg {
  position: relative;
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#stanze_single .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 30%, #000 100%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #stanze_single .bg {
    height: 40vh !important;
  }
}
#stanze_single .bg .top_abs {
  position: absolute;
  margin: 25vh 20%;
  color: #FDF0D5 !important;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #stanze_single .bg .top_abs {
    margin: 1rem;
    bottom: 1rem;
  }
  #stanze_single .bg .top_abs h1 {
    font-size: 29px !important;
  }
}
#stanze_single .bg .top_abs h1 {
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-size: 54px;
  font-weight: 700;
}
#stanze_single .bg .top_abs .line {
  width: 150px;
  height: 6px;
  background-color: #FDF0D5;
  border-radius: 3rem;
  margin: 1rem 0;
}
#stanze_single .bg .top_abs .content {
  font-size: 18px;
  line-height: 19px;
}
#stanze_single .abs_bottom {
  position: absolute;
  width: 60%;
  top: 52vh;
  z-index: 4;
  margin: 0 20%;
  background-color: #003049;
  color: #FDF0D5;
  border-radius: 1rem;
  padding: 3rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #stanze_single .abs_bottom {
    width: auto !important;
    position: relative !important;
    top: 0 !important;
    margin: 1rem !important;
    flex-direction: column;
    gap: 1rem;
  }
}
#stanze_single .abs_bottom h2 span {
  font-size: 17px;
}
#stanze_single .abs_bottom .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
#stanze_single .abs_bottom .icons .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#stanze_single .row_2_columns {
  padding: 100px 20% !important;
}
@media screen and (max-width: 1024px) {
  #stanze_single .row_2_columns {
    padding: 1rem !important;
  }
}
#stanze_single .row_2_columns .breadcrumb, #stanze_single .row_2_columns .breadcrumb a {
  color: #1a1a1a !important;
}
#stanze_single .row_2_columns .left h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  text-transform: uppercase;
}
#stanze_single .row_2_columns .left div {
  font-weight: 300;
  line-height: 25px;
  margin-top: 3rem;
}
#stanze_single .row_2_columns .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  #stanze_single .row_2_columns .img {
    margin-top: 1rem;
  }
}
#stanze_single .row_2_columns .img img {
  width: calc(33% - 1rem);
}
@media screen and (max-width: 1399px) {
  #stanze_single .row_2_columns .img img {
    width: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 1024px) {
  #stanze_single .row_2_columns .img img {
    width: 100% !important;
  }
}
#stanze_single .row_2_columns .carousel-control-prev {
  width: 100px;
  height: 100px;
  background-color: #669BBC;
  top: calc(50% - 50px);
  left: 1rem;
}
#stanze_single .row_2_columns .carousel-control-next {
  width: 100px;
  height: 100px;
  background-color: #669BBC;
  top: calc(50% - 50px);
  right: 1rem;
}

#cta {
  padding: 150px 180px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FDF0D5;
}
@media screen and (max-width: 1024px) {
  #cta {
    padding: 3rem;
  }
}

.foo, .foo2 {
  background-color: #1a1a1a;
  color: #FDF0D5;
}
.foo a, .foo2 a {
  color: #FDF0D5;
  text-decoration: none;
}

.foo {
  padding: 60px 90px;
}
@media screen and (max-width: 1024px) {
  .foo {
    padding: 3rem;
  }
}
.foo ul {
  list-style-type: none;
  border-left: 1px solid #eee;
  padding-left: 0.5rem;
}
.foo h3 {
  padding-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */