@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --blue-dark: #0d1738;
  --blue-light: #e6f7fe;
  --verde: linear-gradient(90deg, #1dc573 0%, #12b465 100%), linear-gradient(0deg, #e6e6e6 0%, #e6e6e6 100%),
    #38487f;
  --gray-1: #212529;
  --gray-2: #343a40;
  --gray-3: #495057;
  --gray-4: #ced4da;
  --gray-5: #f2f2f2;
  --gray-6: #f9f8f6;
  --white: #fff;
}

/*----------------- BTN MODAL WHATS ------------------*/

.modal-whats {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 998;
  color: #fff;
  width: 100%;
  max-width: 300px;
  transform: translateX(350px);
  transition: all 0.3s ease-in-out;
}

.modal-whats.active {
  transform: translateX(0);
}

.modal-whats-top {
  display: flex;
  gap: 24px;
  align-items: center;
  background-color: #0a6055;
  padding: 16px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-whats-top img {
  width: 100px;
  height: auto;
}

.modal-whats-middle .wpcf7 {
  background: transparent !important;
  padding: 1rem !important;
}

span.wpcf7-form-control-wrap.recaptcha div {
  width: 100% !important;
}

span.wpcf7-form-control-wrap.recaptcha iframe {
  width: 100% !important;
}

.modal-whats-middle {
  background-image: url("../assets/images/whats-button/bg-whats.png");
  padding: 32px 16px 0px;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-whats-middle #wppp input {
  height: 46px;
  width: 100%;
  margin: 0 0 8px;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(112, 112, 112, 0.15);
  padding-left: 8px;
  outline: none;
  border: none;
  max-width: inherit;
}

.modal-whats-bottom {
  justify-content: center;
  padding: 16px 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modal-whats-bottom .icon-whats {
  position: absolute;
  left: 15%;
  top: 28px;
}

#wppp input[type="submit"] {
  width: 100%;
  margin: 0 auto;
  background-color: #2cb459 !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 8px;
}

.label-form {
  position: relative;
}

.label-form-whats {
  position: absolute;
  color: #919191;
  top: 13px;
  left: 8px;
}

.modal-whats-middle #wppp input:focus {
  border: 1px solid #07af69;
}

.wpcf7-spinner {
  position: absolute;
}

/* Adicionei */
.project-steps__item:last-child img {
  width: 65px;
}

/*-----BTN WHATS FLOATING---------*/
.btn-floating {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 30px 20px 0;
  z-index: 999;
  cursor: pointer;
  animation: pulse 3s infinite;
  background: #12c655;
  padding: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.btn-floating.active {
  background: #fff;
}

.btn-floating.active .whats-float {
  display: none;
}

.btn-floating .x-float {
  display: none;
}

.btn-floating.active .x-float {
  display: block;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

.red {
  color: #e91717;
}

.container_new {
  max-width: 1224px;
  margin: 0 auto;
}

.gray {
  color: var(--gray01);
}

.gray2 {
  color: var(--gray02);
}

.gray3 {
  color: var(--gray03);
}

.gray4 {
  color: var(--gray04);
}

.gray5 {
  color: var(--gray05);
}

.gray6 {
  color: var(--gray06);
}

.margin4 {
  margin-bottom: 4px;
}

.margin8 {
  margin-bottom: 8px;
}

.margin12 {
  margin-bottom: 12px;
}

.margin16 {
  margin-bottom: 16px;
}

.heading56 {
  font-family: "Open Sans";
  font-size: 56px;
  line-height: 70px;
  font-weight: 700;
}

.heading48 {
  font-family: "Open Sans";
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

.heading40 {
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.heading40-bold {
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.heading20 {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.heading18 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.heading16 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.body24 {
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

.body18 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.body16 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.body14_bold {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.body14 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.body12_bold {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.body12_light {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.body12 {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.button14 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border: none;
}

.link14 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
}

.overline14 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.main-title strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .heading56 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
  }

  .heading48 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }

  .heading40 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
  }
}

@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}

@media (max-width: 1080px) {
  html {
    font-size: 87.5%;
  }
}

body {
  background: var(--white);
}

body,
input,
textarea,
select,
button {
  font: 400 1rem "Roboto", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1224px;
  }
}

.btn-primary {
  background: var(--verde);
  color: var(--white);
  border: 0;
  font-size: 1rem;
  height: 3.5rem;
  padding: 1.125rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
  border-radius: 4px;
}

.btn2 {
  background: #fff;
  color: var(--blue-dark);
  border-radius: 4px;
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  height: 40px;
}

/* .btn-primary:hover {
  background: #fa8600;
} */
.main-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.375rem;
  color: var(--gray-1);
}

.main-title b {
  font-weight: 700;
}

.main-text {
  font-size: 1.125rem;
  line-height: 2rem;
  color: var(--gray-3);
}

.main-text + p {
  margin-top: 1rem;
}

.main-list {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: var(--size, 50% auto);
  gap: 3rem 4.5rem;
}

@media (max-width: 768px) {
  .main-list {
    --size: 100%;
  }
}

.main-list__item {
  display: flex;
  list-style-type: none;
}

.main-list__item-icon {
  margin-right: 1.5rem;
}

.main-list__item-title {
  font-size: 1.5rem;
  color: var(--verde);
  font-weight: 500;
  line-height: 2.375rem;
  margin-bottom: 8px;
}

.main-list__item-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--gray-5);
}

/* .header {
  padding: 1.25rem 0;
} */
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header img {
    width: 35%;
    margin-right: 1rem;
  }
}

.header-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header .navigation {
    display: none;
  }
}

.header .navigation__item {
  margin-right: 2rem;
  color: var(--gray-6);
  font-size: 1rem;
  transition: color 0.2s;
}

.header .navigation__item:hover {
  color: var(--verde);
}

.header .btn-primary {
  height: 2.5rem;
}

.footer {
  padding: 2.5rem 0 1rem;
  background: var(--blue-dark);
  color: var(--gray-4);
  text-align: center;
}

.footer__contact {
  margin: 8px 0 3rem;
}

.footer__contact a {
  font-size: 0.875rem;
}

.footer__navigation-item {
  font-size: 1.125rem;
  transition: color 0.2s;
}

.destaque {
  color: #0d1738;
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer__navigation-item {
    margin-bottom: 1rem;
    display: inline-block;
  }
}

.footer__navigation-item + a {
  margin-left: 2.5rem;
}

.footer__navigation-item:hover {
  color: var(--verde);
}

.footer__social {
  margin: 3rem 0;
}

.footer__social a + a {
  margin-left: 1rem;
}

.footer__copyright {
  margin-bottom: 2rem;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}

/* .btn-floating-whatsapp {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 2em;
  right: 1.5em;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  background-color: #25d366;
  border-radius: 100%;
  animation: pulse 3s infinite;
  z-index: 9999;
}
@media (max-width: 600px) {
  .btn-floating-whatsapp {
    display: block;
    right: 15px;
  }
}
.btn-floating-whatsapp .icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin: 10px auto;
} */
.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner--header {
  background-image: url("../assets/images/banner--header.jpg");
  padding: 14.25rem 0 7.625rem;
  margin-top: -6rem;
}

@media (max-width: 768px) {
  .banner--header {
    padding: 11.25rem 0 7.625rem;
  }
}

.banner--header .main-title {
  font-size: 3rem;
  line-height: 3.875rem;
  color: var(--white);
  text-align: center;
  max-width: 925px;
  width: 100%;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) {
  .banner--header .main-title {
    font-size: 2.5rem;
    line-height: 3.475rem;
    text-align: left;
  }
}

.banner--header .btn-primary {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner--header .btn-primary {
    margin: 0;
  }
}

.page_pain {
  padding: 120px 0;
}

.container_pain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.left_pain {
  max-width: 598px;
}

.left_pain p {
  margin-bottom: 48px;
  max-width: 492px;
}

.right_pain .image_pain {
  width: 100%;
  max-width: 496px;
}

@media (max-width: 1150px) {
  .container_pain {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page_pain {
    padding: 60px 20px;
  }

  .left_pain {
    text-align: center;
    margin: 0 auto;
  }

  .left_pain p {
    margin-bottom: 24px;
    max-width: 492px;
  }
}

.green {
  color: #2cb459;
}

.top_solutions {
  text-align: center;
  margin-bottom: 3rem;
}

.text_link2 {
  max-width: 770px;
  margin: 32px auto 0;
}

.card_solutions {
  width: 210px;
  height: 210px;
  padding: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f0f0f0;
  flex-direction: column;
}

.mid_solutions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mid_solutions .right_mid_solutions {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}

.page_solutions {
  padding: 60px 0;
}

@media (max-width: 1224px) {
  .left_mid_solutions {
    display: none;
  }

  .page_solutions {
    padding: 60px 20px 0px;
  }
}

@media (max-width: 600px) {
  .card_solutions {
    width: 150px;
    border: none;
    padding: 0;
    height: fit-content;
  }

  .right_mid_solutions {
    gap: 24px !important;
    align-items: baseline !important;
  }
}

@media (max-width: 420px) {
  .card_solutions {
    width: 130px;
    border: none;
  }
}

.banner--contact {
  background-image: url("../assets/images/banner--contact.jpg");
  padding: 4rem 0;
}

.banner--contact .container {
  display: grid;
  grid-template-columns: var(--size, 50% auto);
  gap: 5rem;
  align-items: center;
  max-width: 1100px;
  width: 100%;
}

@media (max-width: 768px) {
  .banner--contact .container {
    --size: 100%;
  }
}

.banner--contact .main-title {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.banner--contact .main-text {
  text-align: center;
  color: var(--white);
}

.banner--contact .contact__column:last-child {
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .banner--contact .contact__column:last-child {
    padding: 0;
  }
}

.gallery {
  padding: 4rem 0;
}

.gallery .main-title {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 3rem;
}

.gallery__list {
  margin: 0 0 6.625rem;
  overflow: hidden;
  position: relative;
}

.teste {
  max-width: 1224px;
  margin: 0 auto 2rem;
}

.slick_track {
  height: fit-content;
}

.ajust_slider img {
  margin: 0 auto;
  width: 100%;
  max-width: 962px;
  max-height: 650px;
  object-fit: contain;
}

.adjust_break {
  overflow-x: none;
}

.adjust_break div img {
  width: 100%;
  height: 100%;
  padding: 0 5px !important;
  max-width: 261px;
  height: 234px;
  object-fit: cover;
}

.page_galery {
  padding: 20px 0 60px;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .adjust_break div img {
    height: 150px;
    margin: 0 10px;
  }

  .ajust_slider img {
    height: 400px;
  }

  .text_link1 {
    padding: 5px 20px;
  }
}

.button16 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(90deg, #1dc573 0%, #12b465 100%),
    linear-gradient(0deg, #e6e6e6 0%, #e6e6e6 100%), #38487f;
  border-radius: 4px;
  padding: 18px 24px;
  outline: none;
  border: none;
  color: #fff;
}

.body16 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4e4b66;
}

.text_link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .gallery__list::before,
  .gallery__list::after {
    display: none;
  }
}

.gallery__list::before {
  background-image: url("../assets/images/shader-left.png");
  left: 0;
}

.gallery__list::after {
  background-image: url("../assets/images/shader-right.png");
  right: 0px;
}

.gallery__image {
  width: 320px !important;
  height: 320px;
  display: block;
  overflow: hidden;
}

.gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .btn-primary {
  margin: 0 auto;
}

.swiper-container {
  height: 23rem;
  width: 100%;
}

@media (max-width: 768px) {
  .swiper-container {
    height: 27rem;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--gray-3);
}

.swiper-pagination-bullet-active {
  background: var(--verde);
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -4px;
}

@media (max-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
  }
}

.white {
  color: white;
}

.numbers {
  background: #18203a;
  padding: 4rem 0;
  color: white;
}

.numbers .container {
  display: grid;
  grid-template-columns: var(--size, 50% auto);
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .numbers .container {
    --size: 100%;
  }
}

.numbers .main-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.numbers__list {
  display: grid;
  grid-template-columns: var(--size, 50% auto);
  gap: 2.5rem 4rem;
}

@media (max-width: 768px) {
  .numbers__list {
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  }
}

.numbers__list-item {
  text-align: center;
  font-size: 1rem;
  line-height: 1.625rem;
}

.numbers__list-item span {
  font-size: 4.5rem;
  line-height: 5.75rem;
  font-weight: 700;
}

.wpcf7 {
  background: var(--gray-6);
  padding: 2.5rem 3rem;
  max-width: 562px;
  width: 100%;
  margin: 0 auto;
}

.wpcf7-submit {
  background: var(--verde) !important;
  color: var(--white) !important;
  cursor: pointer;
  border: 0 !important;
  margin-top: 1rem;
}

/* .wpcf7-submit:hover {
  background: #fa8600 !important;
} */
.wpcf7 label {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--gray-2);
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  border: 1px solid var(--gray-4);
  color: var(--gray-2);
}

.wpcf7 input,
.wpcf7 select {
  height: 3.5rem;
  background: var(--white);
  padding: 10px;
  margin-bottom: 1rem;
}

.wpcf7 textarea {
  height: 7rem;
}

.project-steps {
  padding: 8rem 0;
}

.project-steps .main-title {
  font-weight: 700;
  text-align: center;
}

.project-steps__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  gap: 1.675rem;
}

.project-steps__item-title {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--gray-2);
  margin: 1rem 0 4px;
}

.project-steps__item-text {
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--gray-2);
}

@media (max-width: 768px) {
  .project-steps__item:last-child img {
    width: 37px;
  }
  .project-steps__item-text {
    padding-right: 0;
  }
}

.project-steps__item img {
  max-width: 100%;
}

.project-steps__item:last-child .project-steps__item-text {
  padding: 0;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.form__sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.25, 1);
}

.form__sidebar.active {
  transform: translateZ(0);
}

.form__sidebar button {
  position: absolute;
  right: 45px;
  top: 15px;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 0;
}

.form__sidebar button img {
  width: 1.5rem;
  height: 1.5rem;
}

.form__sidebar .wpcf7 {
  height: 100vh;
  overflow: auto;
}

.form__sidebar .wpcf7 input,
.form__sidebar .wpcf7 select {
  height: 2.5rem;
  margin-bottom: 0.5rem;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.top_galery {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 2rem;
}
