@charset "UTF-8";
*, *::after, *::before {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Arial;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
html.fonts-loaded body {
  font-family: "klavika";
}
html.fonts-loaded body h1, html.fonts-loaded body h2, html.fonts-loaded body h3, html.fonts-loaded body h4, html.fonts-loaded body h5, html.fonts-loaded body h6 {
  font-family: "klavika";
}
:root {
  --green-600: $main_green!important;
}
a {
  text-decoration: none;
  color: #77a07c;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../themes/unicamp/assets/scss/./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../themes/unicamp/assets/scss/./fonts/slick.eot");
  src: url("../themes/unicamp/assets/scss/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/unicamp/assets/scss/./fonts/slick.woff") format("woff"), url("../themes/unicamp/assets/scss/./fonts/slick.ttf") format("truetype"), url("../themes/unicamp/assets/scss/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.baner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .baner {
    margin-top: 77px;
  }
}
.baner__shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0) 100%);
}
.baner__nav {
  width: 100%;
  position: absolute;
  z-index: 9;
}
@media screen and (min-width: 900px) {
  .baner__nav {
    z-index: 0;
  }
}
.baner__img {
  width: 100%;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
  left: 0;
  top: 0;
  padding: 0 15px;
}
.menu--container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .menu {
    position: unset;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
  }
}
.menu__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .menu__wrapper {
    width: 10%;
  }
}
.menu__logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .menu__logo img {
    width: 32%;
  }
}
@media screen and (max-width: 900px) {
  .menu__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.menu__hamburger {
  display: none;
}
@media screen and (max-width: 900px) {
  .menu__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50px;
  }
}
.menu__hamburger--active {
  transition: all 0.5s;
}
.menu__hamburger--active .menu__hamburger-item:nth-child(1) {
  background-color: #77a07c;
  width: 90%;
}
.menu__hamburger--active .menu__hamburger-item:nth-child(3) {
  background-color: #77a07c;
  width: 70%;
}
.menu__hamburger-item {
  transition: all 0.5s;
  height: 2px;
  width: 100%;
  background-color: #535353;
}
.menu__hamburger-item:not(:last-child) {
  margin-bottom: 10px;
}
.menu__items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 60px);
  background-color: #fff;
  position: fixed;
  left: -120%;
  width: 112%;
  top: 60px;
  transition: all 0.5s;
  z-index: 3;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .menu__items {
    margin-top: 0;
    position: unset;
    width: 80%;
    height: auto;
    background: transparent;
    flex-direction: row;
    height: auto;
  }
}
.menu__items--active {
  transition: all 0.5s;
  left: -6%;
}
.menu__item {
  color: #000;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  height: calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #77a07c;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 900px) {
  .menu__item {
    width: auto;
    border: none;
    display: block;
    height: auto;
  }
}
.menu__item--active {
  color: #77a07c;
}
.menu__item--active::after {
  width: 100% !important;
}
.menu__item:hover {
  transition: all 0.5s;
  color: #77a07c;
}
.menu__item:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.menu__item::after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #77a07c;
}
.social-media-bar {
  display: none;
  right: 0;
  top: 40%;
  z-index: 9;
}
@media screen and (min-width: 900px) {
  .social-media-bar {
    display: block;
    position: fixed;
  }
}
.social-media-bar__item {
  right: -10px;
  height: 60px;
  width: 230px;
  border-radius: 13px 0 0 13px;
  padding-right: 1rem;
  text-decoration: none;
  background-color: #77a07c;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
  transform: translateX(170px);
}
.social-media-bar__item:hover {
  transition: all 0.5s;
  transform: translateX(0);
}
.social-media-bar__item:not(:last-child) {
  margin-bottom: 1rem;
}
.social-media-bar__icon {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-bar__icon img {
  height: 25px;
}
.title {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 900px) {
  .title__text {
    font-size: 1.5em;
  }
}
.title__text span {
  color: #77a07c;
}
.title__subtext {
  font-weight: 400;
  opacity: 0.48;
  font-size: 1em;
  padding-top: 2rem;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .title__subtext {
    padding-top: 1rem;
    font-size: 0.7em;
  }
}
.reservation-box {
  background-color: #fff;
  padding: 3rem 0;
}
.reservation-box--conteiner {
  width: 90%;
}
@media screen and (max-width: 900px) {
  .reservation-box--conteiner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .reservation-box {
    padding: 1rem 5.5rem;
  }
}
.reservation-box__bottom {
  background-color: rgba(119, 160, 124, 0.5);
  padding-bottom: 5rem;
}
.reserv__header-title {
  color: #77a07c;
}
.reserv__header-subtitle {
  margin-top: 1rem;
}
.reserv__steps {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .reserv__steps {
    margin-top: 4rem;
  }
}
.reserv__steps-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .reserv__steps-item {
    flex-direction: row;
  }
}
.reserv__steps-content {
  width: 100%;
  padding: 1rem 0;
}
@media screen and (min-width: 900px) {
  .reserv__steps-content {
    width: 50%;
  }
}
.reserv__steps-content:first-child {
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  .reserv__steps-content:first-child {
    border-right: 1px solid #B9B9B9;
    padding-right: 4rem;
  }
}
.reserv__steps-content:last-child {
  padding-left: 0rem;
}
@media screen and (min-width: 900px) {
  .reserv__steps-content:last-child {
    padding-left: 4rem;
  }
}
.reserv__rodo {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.reserv__rodo-content {
  width: 100%;
  font-size: 0.7em;
}
@media screen and (min-width: 900px) {
  .reserv__rodo-content {
    width: 45%;
  }
}
.reserv__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .reserv__footer {
    margin-top: 4rem;
    flex-direction: row;
  }
}
.reserv__footer-item {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .reserv__footer-item {
    width: calc(100% / 3);
    margin-top: 0;
  }
}
.reserv__pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.reserv__pages-item {
  height: 15px;
  border-radius: 15px;
  background-color: #B9B9B9;
  margin: 0 0.4rem;
  height: 10px;
  width: 10px;
  transition: all 0.5s;
}
.reserv__pages-item--active {
  transition: all 0.5s;
  height: 12px;
  width: 12px;
  background-color: #77a07c;
}
.reserv__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.reserv__errors {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #B91313;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 0.9em;
}
.selected-dates__place {
  color: #B9B9B9;
  font-weight: 300;
  margin-bottom: 4rem;
}
.selected-dates__place strong {
  color: #000;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.5em;
}
.selected-dates__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.selected-dates__row:not(:last-child) {
  margin-bottom: 3rem;
}
.selected-dates__time:not(:last-child) {
  margin-right: 5rem;
}
.selected-dates__time div {
  color: #B9B9B9;
  font-weight: 300;
  font-size: 1.2em;
}
.calendar__dot {
  background-color: #77a07c;
}
.calendar__dot--disable {
  background-color: #E8E8E8;
  pointer-events: none;
}
.calendar__base {
  opacity: 0.25;
  background-color: #77a07c;
}
.calendar__base--disable {
  background-color: #E8E8E8;
  pointer-events: none;
}
.vc-container {
  border: 1px solid #fff !important;
}
.hour-picker__headline {
  margin-bottom: 0.5rem;
}
.hour-picker__selects {
  display: flex;
  justify-content: flex-start;
}
.hour-picker__selects select {
  height: 30px;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #B9B9B9;
}
.hour-picker__selects select:focus {
  outline: none;
}
.hour-picker__hours {
  width: 100%;
  margin-right: 1rem;
}
.hour-picker__minutes {
  width: 49%;
}
@media screen and (min-width: 900px) {
  .hour-picker__minutes {
    width: 40%;
  }
}
.hours {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .hours {
    flex-direction: row;
  }
}
.hours__item {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .hours__item {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .hours__item:nth-child(2) {
    margin-top: 1rem;
  }
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 10px 40px;
  color: #fff;
  height: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #77a07c;
  transition: all 0.5s;
}
.button:hover {
  transition: all 0.5s;
  background-color: #077869;
}
.button--white {
  border: 3px solid #fff;
}
.button--white:hover {
  transition: all 0.5s;
  background-color: #fff;
  color: #77a07c;
}
.button-round {
  height: 45px;
  width: 45px;
  margin-right: 1rem;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B9B9B9;
  transition: all 0.5s;
}
.button-round img {
  width: 25px;
  height: 25px;
}
.button-round:hover {
  transition: all 0.5s;
  background-color: #77a07c;
}
.button-disabled {
  background-color: #B9B9B9;
}
.equipments-list {
  height: 65vw;
  overflow: auto;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .equipments-list {
    height: 32vw;
  }
}
.equipments-list__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  transition: all 0.2s;
}
.equipments-list__item:hover {
  transition: all 0.2s;
  background-color: rgba(185, 185, 185, 0.2);
}
.equipments-list__photo {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
}
.equipments-list__photo img {
  width: 100%;
}
.equipments-list__name {
  width: 80%;
  margin-right: 2rem;
}
.equipments-list__name-link {
  color: #B9B9B9;
  font-weight: 300;
  cursor: pointer;
}
.equipments-list__actions {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.equipments-list__actions-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
.equipments-list__actions-plus {
  background-color: #77a07c;
  color: #fff;
}
.equipments-list__actions-minus {
  background-color: #B91313;
  color: #fff;
}
.equipments-list__actions-amount {
  display: flex;
  margin-right: 10px;
}
.equipments-list__amount {
  width: 34px;
  height: 34px;
  border: 1px solid #77a07c;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
}
.equipments-list__arrows {
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.equipments-list__arrow {
  width: 17px;
  height: 20px;
  background-color: #77a07c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.equipments-list__arrow img {
  width: 60%;
}
.equipments-list__arrow--top {
  transform: rotate(90deg);
  border-radius: 5px 0px 0 0;
}
.equipments-list__arrow--bottom {
  transform: rotate(-90deg);
  border-radius: 0 0 0 5px;
}
.equipments-list__arrow--disable {
  background-color: #B9B9B9;
  pointer-events: none;
}
.equipments-boxes {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .equipments-boxes {
    justify-content: space-between !important;
  }
}
.equipments-boxes__box {
  width: 48%;
  margin-bottom: 2rem;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .equipments-boxes__box {
    width: calc(100% / 3 - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
.equipments-boxes__photo {
  width: 100%;
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .equipments-boxes__photo {
    padding-bottom: 18rem;
  }
}
.equipments-boxes__photo img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.equipments-boxes__photo--nophoto img {
  position: absolute;
  width: 150px;
  top: calc(50% - 75px);
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  margin: 0 auto;
}
.equipments-boxes__info {
  background-color: #E8E8E8;
  padding: 1rem 0.5rem;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 900px) {
  .equipments-boxes__info {
    padding: 1rem 2rem;
  }
}
.equipments-boxes__name {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 900px) {
  .equipments-boxes__name {
    font-size: 0.7em;
  }
}
.equipments-boxes__price span {
  color: #77a07c;
}
.equipments__popup-img {
  width: 90%;
  display: none;
}
@media screen and (min-width: 900px) {
  .equipments__popup-img {
    padding: 2rem;
    width: 30%;
  }
}
.equipments__popup-noimg {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .equipments__popup-noimg {
    width: 20%;
  }
}
.equipments__popup-info {
  width: 100%;
  padding: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .equipments__popup-info {
    padding: 2rem;
    width: 70%;
    border-left: 1px solid #B9B9B9;
  }
}
.equipments__popup-name {
  margin-bottom: 0.5rem;
}
.popup {
  background: #fff;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 2rem 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0 80px 0 80px;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .popup {
    width: 90%;
    max-height: 90vh;
    overflow: auto;
  }
}
.popup__line {
  position: absolute;
  background-color: #77a07c;
  width: 80px;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__bg {
  position: fixed;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  z-index: 9;
}
.popup__bg--active {
  display: flex;
}
.popup__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .popup__content {
    flex-direction: column;
  }
}
.popup__close {
  display: flex;
  width: 24px;
  align-self: flex-end;
  cursor: pointer;
}
.accordion {
  grid-gap: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .accordion {
    justify-content: space-between;
  }
}
.accordion__item {
  width: 90%;
  background-color: #fff;
  display: block;
  padding: 20px;
  cursor: pointer;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 80px 0 80px 0;
  overflow: hidden;
  transition: all 150ms ease;
  min-height: 130px;
}
.accordion__item:not(:last-child) {
  border-bottom: 1px solid #fafafa;
}
@media screen and (min-width: 900px) {
  .accordion__item {
    width: 49%;
  }
}
.accordion__title {
  padding: 0 2rem;
  font-size: 16px;
  line-height: 1.5;
  transition: all 150ms ease;
  position: relative;
  padding-right: 30px;
  display: flex;
  font-size: 1.1em;
}
@media screen and (max-width: 900px) {
  .accordion__title {
    flex-direction: column;
  }
}
.accordion__title::after, .accordion__title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all 150ms ease;
}
.accordion__title::after {
  transform: rotate(90deg);
}
.accordion__img {
  width: 40%;
  margin-right: 2rem;
}
@media screen and (min-width: 900px) {
  .accordion__img {
    width: 15%;
  }
}
.accordion__img img {
  width: 100%;
}
.accordion__title-text {
  padding-top: 1rem;
}
.accordion__title-text span {
  color: #77a07c;
}
.accordion__content {
  padding: 0 2rem;
  transform: translateY(50%);
  font-size: 16px;
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  transition: all 150ms ease;
}
.accordion__item [type=checkbox], .accordion__item [type=radio] {
  display: none;
}
.accordion__item [type=radio]:checked + .accordion__title, .accordion__item [type=checkbox]:checked + .accordion__title {
  margin-bottom: 10px;
}
.accordion__item [type=radio]:checked + .accordion__title::after, .accordion__item [type=checkbox]:checked + .accordion__title::after {
  transform: rotate(45deg);
}
.accordion__item [type=radio]:checked + .accordion__title::before, .accordion__item [type=checkbox]:checked + .accordion__title::before {
  transform: rotate(-45deg);
}
.accordion__item [type=radio]:checked + .accordion__title + .accordion__content, .accordion__item [type=checkbox]:checked + .accordion__title + .accordion__content {
  transform: translateY(0);
  max-height: none;
  opacity: 1;
}
.summary__title {
  margin-bottom: 1rem;
}
.summary__title div {
  font-weight: 300;
  color: #77a07c;
}
.summary__headline {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.summary__scroll {
  width: calc(100% + 1rem);
  overflow: hidden;
  padding-right: 1rem;
}
@media screen and (min-width: 900px) {
  .summary__scroll {
    max-height: 7.7rem;
    overflow: auto;
  }
}
.summary__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #8080802b;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.summary__column {
  width: calc(100% / 4);
  font-weight: 300;
}
.summary__column--head {
  color: #B9B9B9;
}
.summary__column:last-child {
  text-align: right;
  font-weight: 400;
}
.summary__sum {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.summary__sum-rows {
  border-top: 2px solid #77a07c;
  padding: 0.5rem 0 0 5rem;
  width: 70%;
}
@media screen and (min-width: 900px) {
  .summary__sum-rows {
    width: 55%;
  }
}
.summary__sum-row {
  display: flex;
  justify-content: space-between;
}
.summary__sum-row:not(:last-child) {
  margin-bottom: 0.5rem;
}
.summary__sum-name {
  width: 50%;
  font-weight: 300;
}
.summary__sum-value {
  width: 50%;
  text-align: right;
  font-weight: 400;
}
.summary__total {
  border-top: 3px solid #77a07c;
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.summary__total-row {
  display: flex;
  justify-content: space-between;
  color: #77a07c;
}
.form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__group {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .form__group {
    width: calc(100% / 2 - 1rem);
  }
}
.form__group label {
  margin-bottom: 0.5rem;
}
.form__group--checkbox {
  display: flex;
  flex-direction: row;
}
.form__group--checkbox label {
  margin-left: 0.5rem;
}
.form__fullwidth {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 900px) {
  .form__fullwidth {
    flex-direction: column;
  }
}
.form__info {
  margin-top: 3rem;
}
.form__info h2 {
  margin-bottom: 1rem;
}
.form__info div {
  margin-bottom: 1rem;
}
.form__error {
  color: #B91313;
}
.input {
  height: 35px;
  background-color: #e8e8e8;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}
.input:focus {
  outline: none;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e8e8e8;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border-radius: 5px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #077869;
  background-color: #077869;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.elementsCar__buttons {
  margin-bottom: 2rem;
}
.elementsCar__categories {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.elementsCar__category {
  margin: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 50%;
  margin-bottom: 2rem;
  opacity: 0.45;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .elementsCar__category {
    width: 10%;
    margin: 0 0.5rem;
    margin-bottom: 0;
  }
}
.elementsCar__category--active {
  opacity: 1;
  transition: all 0.5s;
}
.elementsCar__category:hover {
  opacity: 1;
  transition: all 0.5s;
}
.elementsCar__category-icon {
  width: auto;
  height: 70px;
  margin-bottom: 0.5rem;
}
.elementsCar__elements {
  background-color: #131314;
  padding-bottom: 5rem;
}
.elementsCar__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.elementsCar__item::after {
  content: "";
  position: absolute;
  width: 5%;
  height: calc(100% + 1rem);
  right: 0%;
  top: -1rem;
  z-index: 0;
  background-color: #77a07c;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 900px) {
  .elementsCar__item::after {
    width: 10%;
  }
}
.elementsCar__photo {
  width: 95%;
  margin-top: -2rem;
}
@media screen and (min-width: 900px) {
  .elementsCar__photo {
    width: 50%;
  }
}
.elementsCar__img {
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.elementsCar__content {
  color: #fff;
  width: 95%;
  padding: 2rem 1rem 1rem 1rem;
}
@media screen and (min-width: 900px) {
  .elementsCar__content {
    width: 40%;
    padding: 4rem 4rem 1rem 4rem;
  }
}
.elementsCar__content ol {
  margin: 0;
}
.elementsCar__content li {
  margin-bottom: 0.5rem;
}
.elementsCar__content li::marker {
  color: #77a07c;
  font-size: 1.5em;
}
.elementsCar__box {
  width: 5%;
}
@media screen and (min-width: 900px) {
  .elementsCar__box {
    width: 10%;
  }
}
.elementsCar__arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 1rem 0 0;
}
@media screen and (min-width: 900px) {
  .elementsCar__arrows {
    padding: 2rem 0 0 0;
  }
}
.elementsCar__arrows-arrow {
  background-color: #B9B9B9;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.elementsCar__arrows-arrow:hover {
  background-color: #077869;
  transition: all 0.5s;
}
.elementsCar__arrows-arrow img {
  width: 60%;
}
.elementsCar__arrows-arrow--prev {
  margin-right: 1rem;
  transform: rotate(180deg);
}
.elementsCar__arrows-arrow--disable {
  opacity: 0.3;
  pointer-events: none;
}
.boxes__items {
  display: flex;
  flex-wrap: wrap;
}
.boxes__item {
  background-color: #fff;
  margin-bottom: 3rem;
  width: 100%;
  border-radius: 0 80px 0 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 900px) {
  .boxes__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .boxes__item {
    width: calc(100% / 3 - 2rem);
    margin: 0 1rem 2rem 0;
  }
}
.boxes__headline {
  display: flex;
  align-items: center;
}
.boxes__headline img {
  width: 27px;
  margin-right: 1.5rem;
}
.boxes__desc {
  font-weight: 300;
  margin-top: 1rem;
}
.boxes__btn {
  margin-top: 2rem;
  font-weight: 700;
  color: #B9B9B9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.5s;
}
.boxes__btn:hover {
  transition: all 0.5s;
  color: #077869;
}
.boxes__btn svg {
  margin-left: 1rem;
  width: 35px;
  height: 35px;
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .tariff .container {
    width: 100%;
  }
}
.tariff__boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .tariff__box {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .tariff__box--active {
    transition: all 0.5s;
    transform: translateY(-40px);
  }
}
.tariff__box-content {
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: #707070;
  transition: all 0.5s;
  z-index: 1;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .tariff__box-content {
    flex-direction: column;
    justify-content: center;
    padding: 5rem 0;
  }
}
.tariff__box-desc {
  background-color: #77a07c;
  padding: 2rem;
  z-index: 0;
  margin-top: -5px;
  display: block;
}
@media screen and (min-width: 900px) {
  .tariff__box-desc {
    display: none;
  }
}
.tariff__box-desciption {
  font-weight: 300;
  color: #fff;
  display: none;
  padding-top: 2rem;
}
.tariff__symbol {
  margin-bottom: 0;
  width: 25%;
}
@media screen and (min-width: 900px) {
  .tariff__symbol {
    width: auto;
    margin-bottom: 4rem;
  }
}
.tariff__symbol--season-1 .tariff__symbol-item:nth-child(1) {
  opacity: 1;
}
.tariff__symbol--season-1 .tariff__symbol-item:nth-child(2) {
  opacity: 1;
}
.tariff__symbol--season-1 .tariff__symbol-item:nth-child(3) {
  opacity: 1;
}
.tariff__symbol--season-2 .tariff__symbol-item:nth-child(1) {
  opacity: 0.2;
}
.tariff__symbol--season-2 .tariff__symbol-item:nth-child(2) {
  opacity: 0.6;
}
.tariff__symbol--season-2 .tariff__symbol-item:nth-child(3) {
  opacity: 1;
}
.tariff__symbol--season-3 .tariff__symbol-item:nth-child(1) {
  opacity: 0.1;
}
.tariff__symbol--season-3 .tariff__symbol-item:nth-child(2) {
  opacity: 0.25;
}
.tariff__symbol--season-3 .tariff__symbol-item:nth-child(3) {
  opacity: 1;
}
.tariff__symbol-item {
  width: 85px;
  height: 16px;
  border-radius: 5px;
  background-color: #77a07c;
}
.tariff__symbol-item:not(:last-child) {
  margin-bottom: 5px;
}
.tariff__name {
  margin-bottom: 2rem;
  font-size: 2em;
}
@media screen and (max-width: 900px) {
  .tariff__name {
    margin-top: 10px;
  }
}
.tariff__dates {
  margin-bottom: 2.8rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .tariff__dates {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.tariff__price {
  margin-bottom: 1.25rem;
  font-size: 2.8em;
}
@media screen and (max-width: 900px) {
  .tariff__price {
    margin-bottom: 0.5rem;
    font-size: 2em;
    text-align: center;
    width: 100%;
  }
}
.tariff__price-desc {
  border-top: 1px solid #dddddd;
  padding-top: 0.5rem;
  width: 100%;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .tariff__price-desc {
    padding-top: 1.25rem;
    width: 50%;
  }
}
.tariff__discount {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
.tariff__discount-content {
  background-color: #77a07c;
  padding: 2rem 0;
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px 0 0 10px;
  width: 90%;
}
@media screen and (min-width: 900px) {
  .tariff__discount-content {
    width: 25%;
  }
}
.tariff__discount-row {
  display: flex;
  align-items: center;
}
.tariff__discount-box {
  background-color: #077869;
  height: 30px;
  width: 60px;
  margin-right: 10px;
}
.tariff__discount-days {
  padding-left: 70px;
}
.tariff__description {
  margin-bottom: 6rem;
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
  position: relative;
}
@media screen and (min-width: 900px) {
  .tariff__description {
    margin-top: -7rem;
  }
}
.tariff__description-content {
  background-color: #77a07c;
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  width: 100%;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: right;
  padding: 1rem 1rem 6rem 1rem;
}
@media screen and (min-width: 900px) {
  .tariff__description-content {
    padding: 4rem;
    width: 50%;
  }
}
.tariff__description-content .button {
  margin-top: 2rem;
}
.tariff__description-content:hover .tariff__description-icon {
  left: 20%;
  transition: all 0.5s;
}
@media screen and (max-width: 900px) {
  .tariff__description-content h2 {
    font-size: 1em;
  }
}
.tariff__description-icon {
  position: absolute;
  left: 5%;
  bottom: 0;
  transition: all 0.5s;
}
.tariff__title {
  text-align: center;
  margin: 4rem 1rem;
}
@media screen and (min-width: 900px) {
  .tariff__title {
    margin: 4rem 0;
  }
}
.tariff__hire {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tariff__line {
  height: 1px;
  width: 75%;
  background-color: #B9B9B9;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
}
.gallery {
  margin-bottom: 5rem;
}
.gallery__row {
  margin-top: 2%;
}
@media screen and (max-width: 900px) {
  .gallery__row {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.gallery__row-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gallery__row-1:nth-child(3n+1) {
  flex-direction: row-reverse;
}
.gallery__row-1 .gallery__rectangle {
  height: 25vw;
  width: 9%;
  background-color: #B9B9B9;
  display: none;
}
@media screen and (min-width: 900px) {
  .gallery__row-1 .gallery__rectangle {
    display: block;
  }
}
.gallery__row-1 .gallery__img {
  height: 25vw;
  width: 48%;
}
@media screen and (min-width: 900px) {
  .gallery__row-1 .gallery__img {
    height: 25vw;
    width: 44%;
  }
}
.gallery__row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery__row-2:nth-child(3n+1) {
  flex-direction: row-reverse;
}
.gallery__row-2 .gallery__img {
  height: 25vw;
  width: 48%;
}
@media screen and (min-width: 900px) {
  .gallery__row-2 .gallery__img {
    width: 59%;
  }
}
.gallery__row-2 .gallery__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  width: 48%;
}
@media screen and (min-width: 900px) {
  .gallery__row-2 .gallery__column {
    height: 25vw;
    width: 39%;
  }
}
.gallery__row-2 .gallery__column .gallery__img {
  height: 19vw;
  width: 100%;
}
.gallery__row-2 .gallery__column .gallery__rectangle {
  background-color: #B9B9B9;
  height: 5vw;
  width: 100%;
  align-self: flex-end;
  display: none;
}
@media screen and (min-width: 900px) {
  .gallery__row-2 .gallery__column .gallery__rectangle {
    display: block;
  }
}
.gallery__row-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.gallery__row-3:nth-child(3n+1) {
  flex-direction: row-reverse;
}
.gallery__row-3 .gallery__rectangle {
  height: 25vw;
  width: 19%;
  background-color: #B9B9B9;
  display: none;
}
@media screen and (min-width: 900px) {
  .gallery__row-3 .gallery__rectangle {
    display: block;
  }
}
.gallery__row-3 .gallery__img {
  height: 25vw;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gallery__row-3 .gallery__img {
    width: 79%;
  }
}
.gallery__rectangle {
  border-radius: 10px;
}
.gallery__img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .gallery__img {
    height: 60vw !important;
    margin-bottom: 1rem;
  }
}
.gallery__img-bg {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: relative;
  background: #fff;
}
.gallery__img-bg:before {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
  border: 4px solid #fff;
  z-index: -1;
  border-radius: 12px;
  transition: all 0.5s;
}
.gallery__img-bg:hover::before {
  transition: all 0.5s;
  border: 4px solid #77a07c;
}
.stepbystep {
  position: relative;
  display: none;
}
@media screen and (max-width: 900px) {
  .stepbystep {
    display: block;
    position: unset;
  }
}
.stepbystep__line {
  width: 20px;
  background: linear-gradient(180deg, rgba(139, 218, 67, 0) 0%, #8bda43 100%);
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .stepbystep__line {
    display: none;
  }
}
.stepbystep__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: unset;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .stepbystep__item {
    left: unset !important;
    right: unset !important;
    top: unset !important;
  }
}
@media screen and (min-width: 900px) {
  .stepbystep__item {
    left: calc(50% - 50px);
    flex-direction: row;
    margin-bottom: 0;
    position: absolute;
    width: 70%;
  }
}
.stepbystep__item--reverse {
  left: unset;
  right: calc(50% - 50px);
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .stepbystep__item--reverse {
    flex-direction: row-reverse;
  }
}
.stepbystep__item--reverse .stepbystep__box {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .stepbystep__item--reverse .stepbystep__box {
    margin-right: 3rem;
  }
}
.stepbystep__item--reverse .stepbystep__box::before {
  transform: rotate(270deg);
  left: calc(100% + -10px);
}
.stepbystep__item:hover .stepbystep__number {
  transition: all 0.5s;
  background-color: #77a07c;
  color: #fff;
}
.stepbystep__item:hover .stepbystep__box {
  transition: all 0.5s;
  color: #000;
}
.stepbystep__number {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  display: none;
  justify-content: center;
  align-items: center;
  font-style: italic;
  background-color: #fff;
  font-size: 2em;
  color: #535353;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .stepbystep__number {
    display: flex;
  }
}
.stepbystep__number-mobile {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #77a07c;
  font-size: 2em;
  color: #fff;
  transition: all 0.5s;
  margin-bottom: -50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .stepbystep__number-mobile {
    display: none;
  }
}
.stepbystep__box {
  background-color: #fff;
  width: 100%;
  padding: 1.5rem;
  color: #535353;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  position: relative;
  margin-left: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 900px) {
  .stepbystep__box {
    width: 30%;
    border-radius: 10px;
    margin-left: 3rem;
  }
}
.stepbystep__box::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 40px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #77a07c;
  clear: both;
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .stepbystep__box::before {
    display: none;
  }
}
.stepbystep__description {
  display: none;
  margin-top: 0.5rem;
}
.stepbystep__description strong {
  color: #77a07c;
}
.leafs {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .leafs {
    display: none;
  }
}
.leafs__row {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.leafs__column {
  width: 40%;
}
.leafs__column--rigth {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 1rem;
}
.leafs__column--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1rem;
}
.leafs__line {
  position: absolute;
  width: 14px;
  height: 100%;
  top: 80px;
  border-radius: 10px;
  background-color: #77a07c;
}
.leafs__leaf {
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  min-height: 25vh;
  width: 22vw;
  border-radius: 0 80px 0 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #535353;
  margin-bottom: 2rem;
  border: 4px solid #fff;
  transition: all 0.5s;
}
.leafs__leaf:hover:not(.leafs__leaf--active) {
  transition: all 0.5s;
  background-color: #77a07c;
  border-color: #77a07c;
  color: #fff;
}
.leafs__leaf--reverse {
  border-radius: 80px 0 80px 0;
  margin-top: -2rem;
  margin-bottom: 4rem;
}
.leafs__leaf--reverse .leafs__icon {
  top: 0.5rem;
  left: calc(100% - 37px - 0.5rem);
}
.leafs__leaf--active {
  width: 32vw !important;
  padding: 4rem 2rem 2rem 2rem;
  border: 4px solid #77a07c;
  transition: all 0.5s;
}
.leafs__leaf--active .leafs__icon {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.leafs__leaf--active .leafs__content {
  text-align: justify;
}
.leafs__leaf--active .leafs__healdine {
  display: flex;
  align-self: flex-start;
}
.leafs__leaf--active .leafs__number {
  transition: all 0.5s;
  font-size: 1.2em;
  color: #77a07c;
  margin-right: 5px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.leafs__leaf--active .leafs__name {
  font-weight: 700;
  color: #77a07c;
}
.leafs__icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  transition: all 0.5s;
}
.leafs__icon img {
  height: 37px;
  width: 37px;
}
.leafs__number {
  font-weight: 700;
  font-size: 2.5em;
}
.leafs__name {
  font-weight: 700;
  font-size: 1.2em;
}
.leafs__content {
  display: none;
}
.leafs__content strong {
  color: #77a07c;
}
.footer {
  background-color: #131314;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2rem 2rem 2rem;
  height: auto;
}
@media screen and (min-width: 900px) {
  .footer {
    height: 20rem;
    flex-direction: row;
    padding: 0 4rem 2rem 4rem;
    height: 28rem;
  }
}
.footer__map {
  height: 15rem;
  width: 100%;
  margin-bottom: 2rem;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .footer__map {
    height: 100%;
    margin-bottom: 0;
    width: 50%;
  }
}
.footer__content {
  font-weight: 300;
  font-size: 1.2em;
  padding-top: 2rem;
}
.footer__icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
  padding-top: 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .footer__icons {
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer__icons a {
  border-radius: 10px;
  border: 2px solid #77a07c;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__icons a:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .footer__icons a:not(:last-child) {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.footer__icons a img {
  height: 20px;
}
.main__btns {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (min-width: 900px) {
  .main__btns {
    margin-bottom: 0;
    margin-bottom: 4rem;
  }
}
.main__btn {
  cursor: pointer;
  text-align: center;
  padding: 2rem;
  min-height: 25vh;
  border-radius: 0 80px 0 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #535353;
  margin-bottom: 2rem;
  transition: all 0.5s;
  cursor: pointer;
}
.main__btn--reverse {
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 900px) {
  .main__btn:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 900px) {
  .main__btn {
    width: 30%;
  }
}
.main__btn--margin {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .main__btn--margin {
    margin-right: 2rem;
  }
}
.main__btn--active {
  transition: all 0.5s;
  background-color: #77a07c;
}
.main__btn--active .main__btn-icon svg {
  transition: all 0.5s;
  fill: #fff;
}
.main__btn--active .main__btn-icon .selected_capsule #capsule {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn--active .main__btn-icon .selected_capsule #body {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn--active .main__btn-icon .selected_capsule #wheel_1 {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn--active .main__btn-icon .selected_capsule #wheel_2 {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn--active .main__btn-icon .selected_car #capsule {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn--active .main__btn-icon .selected_car #body {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn--active .main__btn-icon .selected_car #wheel_1 {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn--active .main__btn-icon .selected_car #wheel_2 {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn--active .main__btn-name {
  transition: all 0.5s;
  color: #fff;
}
.main__btn:hover {
  transition: all 0.5s;
  background-color: #77a07c;
}
.main__btn:hover .main__btn-icon svg {
  transition: all 0.5s;
  fill: #fff;
}
.main__btn:hover .main__btn-icon .selected_capsule #capsule {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn:hover .main__btn-icon .selected_capsule #body {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn:hover .main__btn-icon .selected_capsule #wheel_1 {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn:hover .main__btn-icon .selected_capsule #wheel_2 {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn:hover .main__btn-icon .selected_car #capsule {
  transition: all 0.2s;
  fill: #fff;
  opacity: 0.35;
}
.main__btn:hover .main__btn-icon .selected_car #body {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn:hover .main__btn-icon .selected_car #wheel_1 {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn:hover .main__btn-icon .selected_car #wheel_2 {
  transition: all 0.2s;
  fill: #fff;
}
.main__btn:hover .main__btn-name {
  transition: all 0.5s;
  color: #fff;
}
.main__btn-icon {
  transition: all 0.5s;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__btn-icon svg {
  margin-bottom: 1.5rem;
  fill: #B9B9B9;
}
.main__btn-name {
  transition: all 0.5s;
  color: #B9B9B9;
}
.phototext {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .phototext {
    flex-wrap: nowrap;
  }
}
.phototext--reverse {
  flex-direction: row-reverse;
}
.phototext--reverse .phototext__img {
  position: relative;
}
.phototext--reverse .phototext__img::after {
  content: "";
  position: absolute;
  left: -3rem;
  bottom: -2rem;
  width: calc(100% + 3rem);
  height: 100%;
  background-color: #77a07c;
  z-index: -1;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
}
.phototext__text {
  margin: 0;
  width: 80%;
  color: #B9B9B9;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .phototext__text {
    margin: 0 6rem;
    width: 40%;
  }
}
.phototext__text p {
  font-size: 1.1em;
}
.phototext__headline {
  color: #535353;
  margin-bottom: 2rem;
}
.phototext a {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-top: 2rem;
}
.phototext a::after {
  content: url("../themes/unicamp/assets/images/green-icon.svg");
  margin-left: 1rem;
}
.phototext__img {
  position: relative;
  width: 60%;
}
.phototext__img::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -2rem;
  width: calc(100% + 3rem);
  height: 100%;
  background-color: #77a07c;
  z-index: -1;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 900px) {
  .phototext__img {
    margin-bottom: 4rem;
  }
}
.phototext__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .phototext__img img {
    border-radius: 0;
    max-width: 100%;
  }
}
.inprice__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .inprice__row {
    flex-wrap: wrap;
  }
}
.inprice__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.inprice__item {
  border-radius: 0 80px 0 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 2rem;
  margin: 0 0 2rem 0;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .inprice__item {
    width: calc(100% - 2rem);
    margin: 0 1rem 2rem 1rem;
  }
}
.inprice__item h4 {
  margin-bottom: 1rem;
}
.inprice__item--only-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inprice__item--only-headline h4 {
  margin: 0;
}
.inprice__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.inprice__list-item {
  width: 100%;
  margin-right: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 1rem 0;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .inprice__list-item {
    width: calc(33% - 2rem);
    margin: 0 1rem 1rem 0;
  }
}
.inprice__list-item--fullwidth {
  width: 100%;
}
.inprice__list-item p {
  width: 70%;
}
@media screen and (min-width: 1200px) {
  .inprice__list-item p {
    width: 80%;
  }
}
.inprice__list-img {
  width: 30%;
}
@media screen and (min-width: 1200px) {
  .inprice__list-img {
    width: 30%;
  }
}
.inprice__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  flex-wrap: wrap;
}
.inprice__btn-text {
  width: 100%;
  background-color: #fff;
  border-radius: 0 80px 0 80px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  font-size: 1.3em;
  padding: 2rem 3rem;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .inprice__btn-text {
    width: 78%;
  }
}
.inprice__btn-arrow {
  width: 100%;
  background-color: #77a07c;
  border-radius: 80px 0 80px 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.16);
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .inprice__btn-arrow {
    border-radius: 0 80px 0 80px;
    margin-top: 0;
    width: 20%;
  }
}
.inprice__btn-arrow:hover {
  background-color: #077869;
  transition: all 0.5s;
}
.inprice__btn-arrow img {
  transform: rotate(180deg);
}
.container {
  width: 90%;
  margin: 0 auto;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 75%;
  }
}
.container--white {
  background-color: #fff;
}
.bg-page {
  background: url("../themes/unicamp/assets/images/background_page.png") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 10vw;
}
.backgrounds {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.backgrounds--padding-5 {
  padding: 5rem 0;
}
.backgrounds--padding-bottom-5 {
  padding-bottom: 5rem;
}
.backgrounds--padding-10 {
  padding: 10rem 0;
}
.backgrounds__first {
  background: url("../themes/unicamp/assets/images/background_page.png") no-repeat top center;
}
.backgrounds__second {
  background: url("../themes/unicamp/assets/images/tariff.jpg") no-repeat top center;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #77a07c;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #077869;
}
::-webkit-scrollbar-thumb:active {
  background: #77a07c;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
