/* line 3, ../../../../sass/plugins/_mixins.scss */
.center_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8, ../../../../sass/plugins/_mixins.scss */
.center_xy_before:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 13, ../../../../sass/plugins/_mixins.scss */
.center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 17, ../../../../sass/plugins/_mixins.scss */
.center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 21, ../../../../sass/plugins/_mixins.scss */
.center_y_before:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 25, ../../../../sass/plugins/_mixins.scss */
.center_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 30, ../../../../sass/plugins/_mixins.scss */
.fs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* line 110, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:before, .icon-xcross:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 124, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 61, ../../../../sass/plugins/_mixins.scss */
.display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown {
  margin: 40px 20px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 180px;
  left: 48% !important;
  color: white;
}
/* line 9, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 20, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 23, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
/* line 28, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .title_format {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  /* line 35, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown {
    display: inline-block;
    width: 380px;
    top: 330px;
    left: 45% !important;
  }
  /* line 40, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown div {
    font-size: 10px;
  }
  /* line 43, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown .date {
    font-size: 2.5rem;
  }
}
@font-face {
  font-family: 'Beyond Infinity';
  src: url("https://cdn.paraty.es/static_files/estival-group/generic/202512120825/fonts/Beyond-infinity/Beyond-Infinity.otf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 145, ../sass/_defaults.scss */
.btn {
  position: relative;
  display: inline-block;
  padding: 28px 0 12px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0268D7;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 115, ../sass/_defaults.scss */
.btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0268D7;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 127, ../sass/_defaults.scss */
.btn:hover:after {
  bottom: 5px;
}

/* line 1, ../sass/_preloading.scss */
.preloading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10001;
}
/* line 5, ../sass/_preloading.scss */
.preloading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
/* line 11, ../sass/_preloading.scss */
.preloading .preloading_background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 14, ../sass/_preloading.scss */
.preloading .preloading_logo {
  max-width: 600px;
  max-height: 100px;
  margin-bottom: 30px;
}
/* line 19, ../sass/_preloading.scss */
.preloading .center_xy {
  z-index: 10;
  padding: 30px;
  text-align: center;
  width: 400px;
}
/* line 24, ../sass/_preloading.scss */
.preloading .center_xy .desc {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #303948;
}
/* line 30, ../sass/_preloading.scss */
.preloading .center_xy:before, .preloading .center_xy:after {
  position: absolute;
  bottom: 0;
  left: 15%;
  content: '';
  display: block;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  background: #303948;
  opacity: .5;
}
/* line 43, ../sass/_preloading.scss */
.preloading .center_xy:after {
  opacity: 1;
}

/* line 1, ../sass/_modal_poppup.scss */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10002;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
/* line 11, ../sass/_modal_poppup.scss */
.modal.active {
  opacity: 1;
  height: 100vh;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  transition-delay: 0s;
}
/* line 16, ../sass/_modal_poppup.scss */
.modal.active .modal_content {
  height: 100%;
  transition-delay: 0s;
}
/* line 19, ../sass/_modal_poppup.scss */
.modal.active .modal_content .content {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1s;
}
/* line 26, ../sass/_modal_poppup.scss */
.modal .modal_content {
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto;
  height: 0;
  padding: 100px;
  width: 600px;
  min-width: 50%;
  max-width: 100%;
  background-image: url("/img/estil/corona-blue.png");
  background-repeat: no-repeat;
  background-position: center 100px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  transition-delay: 1s;
}
/* line 47, ../sass/_modal_poppup.scss */
.modal .modal_content .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 54, ../sass/_modal_poppup.scss */
.modal .modal_content .modal_close span {
  display: block;
  width: 100%;
  height: 1px;
  background: #303948;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
/* line 63, ../sass/_modal_poppup.scss */
.modal .modal_content .modal_close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
/* line 70, ../sass/_modal_poppup.scss */
.modal .modal_content .modal_close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 79, ../sass/_modal_poppup.scss */
.modal .modal_content .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin-top: 50px;
  opacity: 0;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-family: "chantilly", sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding: 0 200px;
  color: #303948;
  text-align: left;
  padding: 0 50px;
  max-height: 100%;
  overflow: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/* line 81, ../sass/_defaults.scss */
.modal .modal_content .content strong {
  font-weight: normal;
}
/* line 91, ../sass/_modal_poppup.scss */
.modal .modal_content .content .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}
/* line 98, ../sass/_modal_poppup.scss */
.modal .modal_content .motif {
  position: absolute;
  bottom: -20px;
  left: -30px;
}

/* line 1, ../sass/_banner_floating.scss */
.banner_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 20px;
}
/* line 7, ../sass/_banner_floating.scss */
.banner_floating a {
  display: block;
  background: white;
  border-radius: 50px;
  padding: 8px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* line 15, ../sass/_banner_floating.scss */
.banner_floating a:hover span {
  max-width: 250px;
  padding: 0 10px;
  opacity: 1;
}
/* line 21, ../sass/_banner_floating.scss */
.banner_floating a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #303948;
}
/* line 28, ../sass/_banner_floating.scss */
.banner_floating a i, .banner_floating a span, .banner_floating a:after {
  display: inline-block;
  vertical-align: middle;
}
/* line 32, ../sass/_banner_floating.scss */
.banner_floating a i {
  position: relative;
  width: 67px;
  height: 67px;
  font-size: 36px;
  border-radius: 50%;
  background: #303948;
  color: white;
}
/* line 40, ../sass/_banner_floating.scss */
.banner_floating a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 44, ../sass/_banner_floating.scss */
.banner_floating a span {
  text-transform: uppercase;
  color: #303948;
  letter-spacing: 2px;
  font-size: 22px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
