@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Kristi&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --swiper-navigation-color: white !important;
  --swiper-theme-color: white !important;
  --swiper-navigation-size: 30px !important;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

header {
  background-color: #faa6c6;
  color: #000;
}

header p {
  margin-bottom: 0;
}

header a {
    color: #000;
}
.navbar {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem;
          box-shadow: 0 0 0 0rem;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-nav .nav-item {
  margin: 0px 20px 0px 20px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #222222;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}


.navbar .navbar-nav .nav-item.active .nav-link {
  color: #faa6c6;
}

.kristy {
  font-family: 'Kristi', cursive;
  font-weight: 400;
  line-height: 1em;
}

.kristy.display-1 {
  font-size: 60px;
}

@media screen and (min-width: 992px) {
  .kristy.display-1 {
    font-size: 80px;
  }
}

@media screen and (min-width: 1900px) {
  .kristy.display-1 {
    font-size: 150px;
  }
}

.gold {
  color: #990033;
}
.white {
  color: #ffffff;
}

.small {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 2px;
}
.medio {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0px;
}

.bold {
  font-weight: 900;
}

h2 {
  color: #1A3853;
  font-family: "Lato", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6em;
}

h5 {
  font-family: 'Alex Brush', cursive;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 1px;
}

p {
  margin-bottom: 0;
}

.swiper-home .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.swiper-home .swiper-wrapper .swiper-slide img {
  transform: scale(1.2);
  transition: all 3s;
}

.swiper-home .swiper-wrapper .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-home .swiper-wrapper .swiper-slide .container h1 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 3s;
  transition: all 3s;
  position: relative;
  top: 50px;
}

@media screen and (min-width: 992px) {
  .swiper-home .swiper-wrapper .swiper-slide .container h1 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1900px) {
  .swiper-home .swiper-wrapper .swiper-slide .container h1 {
    font-size: 110px;
  }
}


.swiper-home .swiper-wrapper .swiper-slide .container h2 {
  text-transform: none !important;
  position: relative;
  transition: all 3s;
  top: -50px;
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible img {
  opacity: 1;
  transform: scale(1);
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible h1 {
  opacity: 1;
  top: 0;
}

.swiper-home .swiper-wrapper .swiper-slide.swiper-slide-visible h2 {
  opacity: 1;
  top: 0;
}

.relative-container {
  position: relative;
  overflow: hidden;
  background: #000;
}

.relative-container img {
  opacity: 1;
}

.relative-container .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.relative-container .container h1 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .relative-container .container h1 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1900px) {
  .relative-container .container h1 {
    font-size: 110px;
  }
}

.col-abs {
  position: relative;
}

@media screen and (min-width: 768px) {
  .col-abs .content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    height: 120%;
    width: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.07);
  }
}

.col-abs .content.content-normal {
  height: unset;
}

@media screen and (min-width: 768px) {
  .col-abs.col-abs-r .content {
    right: unset;
    left: 0;
  }
}

.parallax-container {
  max-height: 800px;
  overflow: hidden;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="tel"], .form-group textarea {
  background-color: #ffffff;
  color: #444444;
  border-color: #e1e1e1;
}

footer {
  background-color: #faa6c6;
  color: #222;
  font-size: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  footer {
    font-size: 16px;
  }
}

footer h2 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  footer h2 {
    font-size: 19px;
  }
}

footer p {
  margin-bottom: 0;
}

footer a {
  color: #222;
}

footer .fab {
  font-size: 30px;
}

footer .navbar-nav .nav-link {
  color: #222;
}

footer .second {
  background-color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #444444;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  footer .second {
    font-size: 14px;
  }
}

.top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999999;
  cursor: pointer;
  cursor: hand;
  font-size: 30px;
  visibility: hidden;
}

/*# sourceMappingURL=stili.css.map */

/* pagina menu */

.point {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .point:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    border-bottom: 2px dotted black;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
}



.point h4, .point .col-xl-2 {
  background-color: #fff;
  z-index: 5;
  position: relative;
  padding-right: 50px;
}

.point h4 {
  width: auto;
  display: inline;
}

.text-right {
  text-align: right;
}
.menu h4 {
  font-weight: 600;
}
.menu h4, .menu .h4 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
}

/*

.masonry {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: balance;
       column-fill: balance;
  margin: 20px auto 0;
  padding: 2rem;
}
.masonry .item {
  display: inline-block;
  margin: 0 0 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}
.masonry .item img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 900px) {
  .masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1200px) {
  .masonry {
    -moz-column-count: 4;
         column-count: 4;
  }
}

*/

.thumbnail {
 position: relative;
 overflow: hidden;
 height: 300px;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}