@font-face {
  font-family: "bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "l-regular";
  src: url("../fonts/Lato-Regular.otf");
}

@font-face {
  font-family: "l-semibold";
  src: url("../fonts/Lato-Semibold.otf");
}

@font-face {
  font-family: "l-light";
  src: url("../fonts/Lato-Light.otf");
}

@font-face {
  font-family: "l-bold";
  src: url("../fonts/Lato-Bold.otf");
}

@font-face {
  font-family: "l-medium";
  src: url("../fonts/Lato-Regular.otf");
}

@font-face {
  font-family: "l-black";
  src: url("../fonts/Lato-Black.otf");
}

@font-face {
  font-family: "g-medium";
  src: url("../fonts/Gotham-Medium.otf");
}

* {
  font-family: "l-regular";
}

:root {
  --cor-preta: rgb(75, 75, 75);
  --cor-cinza: #637880;
  --cor-cinza2: #6f7070;
  --cor-branca: #ffffff;
  --cor-azul: #00478c;
  --cor-verde-escuro: #0d4438;
  --cor-verde: #72bf44;
  --cor-laranja: #f37029;
  --cor-placeholder: #6d817d;
  --cor-botao: #b1b3b6;
  --cor-amarelo: #ba830d;
  --bold: "bold";
  --normal: "normal";
  --cor-berge: #e4e0d5;
  --light: "light";
  --semibold: "semibold";
}

.f-cinza {
  color: var(--cor-cinza2);
}

.f-white {
  color: var(--cor-branca);
}

.f-black {
  color: var(--cor-preta);
}

.f-bold {
  font-family: "bold";
}

.title-section {
  font-size: 1rem;

  font-family: "black";
}

.subtitle-section {
  font-size: 2rem;
  width: 50%;
  margin-top: 10px;
  color: var(--cor-azul);
  font-family: var(--light);
  margin-bottom: 10px;
}

html {
  scroll-behavior: smooth;
}

header {
  display: none;
}

body {
  font-size: 1.1rem;
  font-family: "l-regular";
  color: var(--cor-preta);
}

b {
  font-family: "l-black";
}

.mobile-container {
  display: none;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}

.close-btn svg {
  fill: #fdca6a;
}
.logo-menu {
  width: 150px;
  height: 150px;

  left: 0;
  padding-left: 8%;
}

.link {
  text-decoration: none;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--regular);
}

#back-to-top svg {
  fill: #fdca6a;
}

.text-bold {
  font-family: "CamptonBold";
}

.text-semi-bold {
  font-family: "Barlow-SemiBold";
}

.hidden-arrow {
  display: none;
}

.map-link img {
  margin-left: 2px;
}
.side-bar {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  width: 170px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  background: #2e4159;
  min-height: 100vh;
  z-index: 20;
  font-size: 1.2rem;
  font-family: "medium";
}

.side-bar.active {
  right: 0;
}

.side-bar .menu-item {
  width: 100%;
  margin-top: 80px;
}

.side-bar .menu-item .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu-item .item a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 60px;
  text-align: center;
  font-family: "Monteserrat-Regular";
}

.side-bar .menu-item .item a:hover {
  background: #e4a52f;
  transition: 0.3s ease;
}

.side-bar .menu-item .item i {
  margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
  background: rgba(255, 255, 255, 0.1);
  display: none;
}

.side-bar .menu-item .item .sub-menu a {
  padding-left: 80px;
}

.rotate {
  transform: rotate(90deg);
}

.close-btn {
  position: absolute;
  color: #e4a52f;
  font-size: 20px;
  right: 0;
  margin: 25px;
  cursor: pointer;
  z-index: 20;
}

.menu-t-btn {
  position: absolute;
  color: #000000;
  font-size: 29px;
  margin: 25px;
  right: 0;
  cursor: pointer;
  z-index: 20;
}

.menu-t-btn svg {
  fill: #faa914;
}

.mobile-container {
  height: 70px;
}

.floating-smi {
  position: fixed;
  z-index: 1003;
  bottom: 218px;
  right: 15px;
}

.floating-smi .floating-smi-wrap .floating-smi-list {
  display: block;
}

.floating-smi .floating-smi-wrap .floating-smi-list li {
  display: block;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 11px;
  background: rgba(178, 178, 178, 0.43);
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1) {
  display: block;
  margin-bottom: 75px;
}

.anuncio {
  margin-top: 120px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):after {
  height: 41px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-last-child(1):after {
  display: none;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em,
.floating-smi .floating-smi-wrap .floating-smi-list li > a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid rgba(129, 129, 129, 0.5);
  background: #d5d5d5;
  color: #000000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.safari .floating-smi .floating-smi-wrap .floating-smi-list li > em,
.safari .floating-smi .floating-smi-wrap .floating-smi-list li > a {
  border-color: #818181;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em:hover,
.floating-smi .floating-smi-wrap .floating-smi-list li > a:hover {
  background: #0b0b3b;
  border-color: #0b0b3b;
  color: #fff;
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  display: none;
}

.topnav #myLinks {
  display: none;
}

.topnav img {
  width: 10%;
  height: 10%;
}

.topnav a {
  color: #484848;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #f2ca80;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav .logo-elza {
  color: transparent;
}

.active {
  color: white;
}

body {
  margin: 0 auto;
  overflow-y: hidden;
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.circulo {
  width: 100px;
  height: 100px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

nav {
  display: grid;
  grid-template-columns: 20% 60%;
  justify-content: center;
  grid-template-rows: 88px;
  z-index: 99;
  width: 100%;
  background-color: var(--cor-berge);
  position: fixed;
  align-items: center;
  margin-top: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  height: 88px;
}

.menu-btn {
  display: none;
}

.logo {
  display: flex;
  align-items: right;

  z-index: 1;
}

.logo img {
  object-fit: cover;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}

nav ul {
  display: flex;
  list-style: none;
  padding-left: 9px;
  align-items: center;
  justify-content: flex-end;
}

nav ul li {
  padding-right: 8px;
  padding-left: 8px;

  font-family: var(--regular);
  color: #bf8136;
  letter-spacing: 1px;
}

/* animaÃ§ÃĢo */

nav ul li a {
  color: var(--cor-preta);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  font-family: "l-regular";
}

/* nav ul li a:before {
    content: "";
    width: 0;
    height: 5px;
    background-color: var(--cor-verde);
    position: absolute;
    top: 120%;
    left: 0;
    transition: all 0.5s;
}

nav ul li a:after {
    content: "";
    width: 0;
    height: 5px;
    background-color: var(--cor-verde-escuro);
    position: absolute;
    top: 120%;
    right: 0;
    transition: all 0.5s;
} */

nav ul li a:hover:before {
  width: 50%;
  transform: translateX(100%);
}

nav ul li a:hover:after {
  width: 50%;
  transform: translateX(-100%);
}

.icon-social a:before {
  background-color: transparent;
}

.icon-social a:after {
  background-color: transparent;
}

nav ul li a.active {
  border-radius: 15px;
  color: var(--cor-azul);
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}

nav ul li a.active:before {
  width: 50%;
  transform: translateX(100%);
}

nav ul li a.active:after {
  width: 50%;
  transform: translateX(-100%);
}

.icon-social {
  display: flex;
  grid-column-gap: 10px;
}

nav li:last-child {
  border-right: none;
}

nav .menu-btn svg {
  color: #fff;
  cursor: pointer;
  display: none;
}

.link_website {
  text-decoration: none !important;
  color: white !important;
}

.link_website b {
  font-family: var(--bold);
}

.link_contato {
  text-decoration: none !important;
  color: white !important;
}

@media only screen and (max-width: 782px) {
  header {
    display: block;
  }

  .slider .dots {
  }

  .nav-menu {
    height: 0px;
  }

  .icons_network {
    display: none !important;
    background-color: #00456e;
  }

  .slider .dots {
    display: none !important;
  }
  .subtitle-section {
    font-size: 1.5rem !important;
    width: 100%;
    margin-top: 10px;
  }

  .mobile-container {
    display: block;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
  }

  .logo img {
    object-fit: contain;
    width: 150px;
    height: 100px;
  }

  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
  }

  .topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: block;
  }

  nav {
    grid-template-rows: 45px;
    display: none;
    margin-top: 200px;
  }

  .menu-btn {
    display: block;
    order: 2;
    text-align: center;
  }

  nav .menu-btn svg {
    display: block;
    padding-top: 10px;
    float: right;
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }

  nav ul {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #f2ca80;
    height: 100vh;
    max-width: 50%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 5;
  }

  nav ul.open {
    left: 0;
  }

  nav li a {
    padding-right: 5%;
  }

  nav ul li {
    width: 100%;
    margin-top: 50px;
    margin-left: -4%;
    border: 0;
  }

  nav ul li a {
    font-size: 1.4375rem;
  }

  nav ul li a.active,
  nav ul li a:hover {
    background: none;
    color: white;
    font-weight: bold;
  }

  nav .menu-btn svg {
    display: block;
    padding-top: 10px;
    float: right;
    margin-right: 10px;
    width: 35px;
    fill: #f2ca80;
    height: 35px;
  }

  .fig svg {
    display: none;
  }

  #back-to-top {
    visibility: visible;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
  }

  #back-to-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }

  #back-to-top a:hover {
    opacity: 0.7;
  }

  #back-to-top svg {
    height: 35px;
  }
}
.banner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content;
  align-items: center;
  position: relative;
  margin-top: 90px;
  /* z-index: -1; */
}

.information {
  background-image: url("../image/banner/background.png");
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--cor-branca);
  margin-top: -20px;
  font-family: "regular";
}

.information p {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  font-size: 1.4rem;
}

.information span {
  width: 40%;
}

.img_banner img {
  width: 500px;
}
.img_banner_2 {
  display: none;
}

.icons_network {
  display: grid;
  grid-template-columns: repeat(2, 40%);
  justify-content: center;
  background-color: var(--cor-azul);
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #00456e;
  color: rgb(232, 229, 229);
  font-size: 0.8rem;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 4px;
}

.list-telefone {
  margin-right: 9px;
}

.list_icons_network {
  display: flex;
  column-gap: 5px;
  padding-top: 5px;
  font-family: var(--light);
  color: white;
  justify-content: end;
  align-items: center;
}

.list_icons_network li i {
  font-size: 16px;
}
.inf_contato {
  display: flex;
  align-items: center;
  column-gap: 3px;
}

.li_brasil {
  margin-left: 10px;
}

.list_icons_network li {
  list-style: none;
  align-items: center;
}

.title-banner {
  font-family: "l-medium";
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
}

.text-banner .text {
  font-size: 1rem;
  font-family: "l-medium";
  color: white;
  margin-top: 10px;
  width: 223px;
}

.subtitle p {
  font-size: 3rem;
  color: white;
  font-family: "l-black";
  width: 288px;
}

.banner-text-1 {
  font-family: var(--semibold);
  color: white;
  font-size: 2.5rem;
}

.banner-text-1-first {
  margin-top: 7px;
}

.banner-text-1-last {
  margin-bottom: 14px;
}

.text-descubra p:first-of-type {
  font-size: 1.2rem;
  color: white;
}

.text-descubra :nth-child(2) {
  font-size: 1.2rem;
  color: white;
}

.text-descubra {
  font-family: "semibold";
  margin-top: 10px;
}

.button-banner button {
  background-color: transparent;
  font-family: "l-medium";
  color: white;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 1rem;
  border: 1px solid white;
}

.banner .img-banner {
  width: 100%;
  height: auto;
}

.descr-banner {
  position: absolute;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content;
  margin-left: 10%;
  font-size: 2.5rem;
  color: #fff;
}

.subtitle-banner {
  font-family: "medium";
}

.text-weigth {
  font-family: "CamptonSemiBold";
}

.form-banner {
  position: absolute;
  width: 329px;
  background: linear-gradient(
    to bottom,
    rgba(23, 72, 113, 0.8) 90%,
    rgba(23, 72, 113, 0.8) 100%
  );
  left: 60%;
  top: 254px;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--verde);
  z-index: 2;
  padding-bottom: 18px;
  letter-spacing: 1px;
}

.text-cadastro {
  font-size: 3rem;
  text-align: center;
}

.form-banner form input {
  height: 40px;
  margin-bottom: 18px;
  width: 100%;
  background-color: var(--cor-branca);
  border: 1px solid var(--cor-branca);
  border-top: 0px;
  color: var(--cor-amarelo);
  margin-top: 5px;
}

.form-banner form label {
  margin-bottom: 5px;
  color: var(--cor-amarelo);
}

.list-letter {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  column-gap: 58px;
  font-family: var(--light);
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--cor-amarelo);
}

.letter {
  background-color: var(--cor-berge);
}
.formulario-cadastro ::placeholder {
  color: #b8c1be;
  font-weight: bold;
  margin-top: 16px;
  font-family: "l-light";
  font-size: 1rem;
}

.f-item3 input::placeholder {
  padding-left: 10px;
}

.formulario-cadastro {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  margin-top: 10px;
  font-family: var(--light);
}

.form-banner input,
textarea {
  padding: 10px;
}

.texto-campo-obrigatorio {
  font-size: 0.8rem;
}

.form-banner button {
  background: var(--cor-verde);
  color: #ffff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  transition: background-color 0.3s;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  --background-color: var(--cor-verde);
  --border-size: 2px;
  font-family: "l-bold";
  letter-spacing: 2px;
}

.form-banner button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: var(--border-size) solid var(--background-color);
  transition: top, left, right, bottom, 200ms ease-in-out;
}

.form-banner button:hover::before,
.form-banner button:focus::before {
  top: calc(var(--border-size) * -2);
  left: calc(var(--border-size) * -2);
  right: calc(var(--border-size) * -2);
  bottom: calc(var(--border-size) * -2);
}

.texto-cadastre-se {
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 2rem;
  letter-spacing: 3px;
}

.title-form-banner hr {
  border-color: #738ba6;
}

.title-form-banner .title-texto {
  background: var(--cor-amarelo);
  color: var(--cor-azul);
  padding: 20px;
  font-family: var(--light);
}

.title-form-banner .title-texto {
  font-size: 1.2rem;
  text-align: center;
}

.texto-campo-obrigatorio {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "l-light";
  color: var(--cor-branca);
}

.social-icons {
  position: fixed;
  top: 90%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}

.icon {
  margin-bottom: 5px;
  transition: opacity 0.3s ease;
  font-size: 2rem;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.icon:hover {
  opacity: 0.7;
}

.custom-opacity {
  opacity: 1;
}

.social-icons img {
  width: 45px;
  height: 45px;
}

.text-banner {
  position: absolute;
  top: 221px;
  left: 10%;
}

.title-form-banner {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  margin-top: 10px;
}

.form-banner .title {
  font-size: 1.6rem;
  color: var(--cor-branca);
  font-family: "l-bold";
  text-align: center;
  margin-bottom: 6px;
  padding-left: 41px;
}

.form-banner .subtitle {
  color: var(--cor-branca);
  text-align: center;
  font-family: "l-regular";
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.form-banner .texto {
  font-family: "l-bold";
  color: white;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 10px;
}

@media only screen and (max-width: 1300px) {
  .subtitle-section {
    font-size: 2rem;
    width: 80%;
    margin-top: 10px;
  }

  .form-banner {
    position: initial;
    height: 452px;
    width: 100%;
    background-color: var(--cor-azul);
    left: 60%;
    top: 200px;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--verde);
    padding-bottom: 20px;
    z-index: 2;
    letter-spacing: 1px;
  }

  .form-banner label {
    color: var(--cor-amarelo);
  }

  /* .formulario-cadastro input{
        background: var(--cor-azul);
        border: 1px solid var(--cor-amarelo);
        border-top: 0px;
     } */
}

@media only screen and (max-width: 1088px) {
  .list-letter {
    display: none;
  }
}

@media only screen and (max-width: 813px) {
  .title-banner {
    font-size: 1.2rem;
  }

  .information span {
    width: 100%;
  }

  .banner {
    margin-top: 0px;
  }

  .descr-banner {
    position: absolute;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    margin-left: 10%;
    margin-top: 50px;
    font-family: "Barlow-Light";
    font-size: 1.2rem;
    color: #fff;
  }

  .logo-menu {
    width: 140px;
    height: auto;
    left: 0;
    padding-left: 8%;
    margin-top: 12px;
  }

  .social-icons {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .descr-banner {
    position: absolute;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    margin-left: 10%;
    margin-top: 0px;
    font-family: "Barlow-Light";
    font-size: 1.2rem;
    color: #fff;
  }

  .subtitle-section {
    font-size: 1.2rem;
    width: 100%;
    margin-top: 10px;
  }

  .title-section {
    text-align: center;
  }

  .subtitle-implantacao ul {
    list-style: none;
  }
  .img_banner {
    display: none;
  }

  .img_banner_2 {
    display: flex;
  }

  .img_banner_2 img {
    width: 100%;
  }

  .subtitle-implantacao li {
    font-family: var(--bold);
  }

  .subtitle-implantacao {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #fff;
    padding-left: 0px;
  }

  .lista-implantacao {
    padding-left: 22px;
    color: #c9952b;
  }

  .subtitle-section {
    text-align: center;
  }

  .texto-implantacao {
    padding-left: 0px;
    padding-top: 0px;
  }

  .text-banner p:first-of-type {
    font-size: 1rem;
    color: white;
    font-family: var(--light);
  }

  .banner-text-1 {
    font-family: var(--light);
    color: white;
    font-size: 1rem;
  }

  .text-banner p:first-of-type {
    font-size: 1rem;
  }

  .text-banner {
    position: absolute;
    top: 211px;
    left: 5%;
  }

  .button-banner button {
    display: none;
  }

  .title-banner {
    background-color: var(--cor-amarelo);
    color: white;
    text-transform: uppercase;
    padding: 4px 8px;
    font-family: var(--semibold);
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .dots {
    display: none;
  }

  .text-banner .text {
    font-size: 1.2rem;
    font-family: "l-medium";
    color: white;
    margin-top: 10px;
    width: 222px;
  }

  .text-banner {
    position: absolute;
    top: 130px;
    left: 5%;
  }

  .text-banner .subtitle {
    width: 70%;
  }
}
.terreno {
  background-color: var(--cor-verde);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.fixed {
  position: fixed; /* Aplica a posiÃ§Ã£o fixa quando a rolagem desce */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Garante que o elemento ficarÃ¡ por cima de outros conteÃºdos */
}

.terreno p span {
  font-family: "l-black";
}

.terreno p:first-child {
  font-family: "l-semibold";
  font-size: 1.6rem;
}

.terreno p:nth-child(2) {
  font-family: "l-medium";
}

.terreno b {
  font-family: "l-black";
}

.terreno p:nth-child(2) {
  font-family: "l-medium";
  font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
  .terreno p:first-child {
    font-family: "l-semibold";
    font-size: 1.4rem;
  }
}

.bc {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 70px;
}

.bc .left img {
  width: 100%;
}

.title {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.title div img {
  width: 100%;
}

.title span {
  padding-top: 10px;
}
.bc .right {
  margin-left: 10%;
}
.bc .right .title {
  text-transform: uppercase;
  font-family: "l-regular";
}

.bc .right .subtitle {
  font-family: "l-bold";
  font-size: 2.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bc .right .text p {
  margin-bottom: 10px;
}

.bc .right .text ul {
  list-style: none;
  margin-top: 25px;
}

.bc .right .text ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.bc .bottom {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  align-items: center;
  padding-top: 30px;
}

.bc .bottom img {
  width: 80%;
}

.bc .bottom {
  grid-column: 1 / span 3;
}

.bc .bottom_2 {
  grid-column: 1 / span 3;
  display: flex;
  justify-content: center;
  align-itens: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bc .bottom_2 button {
  background: var(--cor-azul);
  color: white;
  border: 0;
  padding: 5px 25px;
  border-radius: 5px;
  font-family: "l-regular";
}
.bc .bottom_2 a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .bc {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .bc .left {
    order: 2;
  }

  .bc .right {
    margin-left: 0%;
    order: 1;
  }

  .bc .bottom {
    grid-column: 1 / span 1;
    order: 3;
  }

  .bc .bottom_2 {
    grid-column: 1 / span 1;
    order: 4;
  }

  .bc .bottom {
    display: flex;
    row-gap: 50px;
    grid-template-columns: 30% 30% 30%;
    flex-direction: column;
    column-gap: 5%;
    align-items: center;
    padding-top: 30px;
  }

  .bc .bottom img {
    width: 50%;
  }
}

.box {
  position: relative;
  display: inline-block;
  margin: 20px 80px;
  vertical-align: top;
  padding: 10px;
  text-align: center;
  cursor: default;
  max-width: 300px;
  font-size: 18px;
  color: #333;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  min-height: 200px;
  min-width: 340px;
  /*background-color: rgba(229, 143, 39, 0.71);*/
  background: linear-gradient(90deg, #ffffff 0%, #dcdcdc 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

input.opener {
  position: relative;
  display: inline-block;
  margin: 10px 150px;
  padding: 10px;
  text-align: left;
  cursor: default;
  border: 1px solid #999;
  background: rgba(250, 250, 250, 0.6);
  max-width: 300px;
  color: #333;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.46);
  font-size: 150%;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.46);
  font-size: 150%;
}

.balloon-large {
  font-size: 350%;
  text-align: center;
  font-weight: 100;
  line-height: 1;
}

.mbBalloonOverlay {
  /*background: linear-gradient(135deg, rgba(229, 143, 39, 0.70) 0%, rgba(242, 190, 1, 0.70) 100%);*/
  background-color: rgba(33, 33, 33, 0.84);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .box {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    vertical-align: top;
    padding: 10px;
    text-align: center;
    cursor: default;
    max-width: 220px;
    font-size: 18px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    min-height: 200px;
    min-width: 340px;
    /*background-color: rgba(229, 143, 39, 0.71);*/
    background: linear-gradient(90deg, #ffffff 0%, #dcdcdc 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

.mbBalloonOpener.highlight {
  box-shadow: 0 0 30px 3px rgba(255, 255, 255, 0.9);
}

#forkOnGit {
  position: fixed;
  height: 150px;
  width: 150px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
#forkOnGit a {
  display: block;
  width: 150%;
  font-size: 14px;
  font-family: Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  background-color: #333;
  color: #fff;
  word-spacing: 2px;
  text-decoration: none;
  padding: 5px 15px 5px 25px;
  position: relative;
  left: 25px;
  top: -40px;
  text-align: center;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
#forkOnGit a:hover {
  background-color: #000;
}

.mapa img {
  width: 100%;
}

.itens_mapa {
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
  background-color: var(--cor-verde-escuro);
  margin-top: -4px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  font-family: "g-medium";
}

.itens_mapa img {
  width: auto;
}

.itens_mapa .itens {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.itens_mapa .itens p {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

@media only screen and (max-width: 1000px) {
  .itens_mapa {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
    background-color: var(--cor-verde-escuro);
    margin-top: -4px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    font-family: "g-medium";
  }
}

.lazer {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

}

.lazer .text {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.lazer .title {
    font-family: 'l-medium';
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--cor-preta);
    font-size: 1rem;
}

.lazer .subtitle {
    font-family: 'l-bold';
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
}

.lazer .item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    row-gap: 11px;
}

.itens_lazer {
    display: grid;
    grid-template-columns: repeat(9, 7%);
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 31px;
    font-family: 'l-bold';
justify-content:center;
}

.lazer .carrosel img {
    width: 95%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.itens_lazer .item img {
    width: 50px;
}

.carrossel {
    display: flex;
    gap: 20px;
    /* 20px de espaÃ§o entre os slides */
}

.carrossel .slick-slide {
    margin: 0;
    /* Remover margens adicionais */
}

.slider_img{
    margin-top: 50px;
}

@media only screen and (max-width: 1000px) {

    .itens_lazer {
        display: grid;
        grid-template-columns: 40% 40%;
        justify-content: center;
        column-gap: 2%;
        row-gap: 20px;
        margin-top: 31px;
        font-family: 'l-bold';
    }

    .lazer .subtitle {
        font-family: 'l-bold';
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
        width: auto;
    }
    


}

.video-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px; 
    margin-top: 50px;
    margin-bottom: 50px;
}

.video-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.video-grid .fa-circle-play{
    color: #860e0e; 
    font-size: 80px
}

.text_video{
    font-family: var(--light);
    color: #004750 !important;
    padding-top: 5px;
}

.video-grid figure {
    width: 100% !important;
}

.videos{
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
}

.video-item {
    text-align: center;
}

.img_video{
    
    /* object-fit: cover; */
}

.videos p:first-child {
    font-size: 2rem;
    text-align: center;
    color: var(--cor-preta);
    font-family: var(--light);
    margin-top: 80px;
}

.c4-izmir {
  --text-color: #ffffff;
  --primary-color: var(--cor-placeholder);
  --secondary-color: #0083B0;
  --padding: 1em;
  --transition-duration: 600ms;
  --border-margin: 15px;
  --border-width: 3px;
  --border-color: #ffffff;
  --border-radius: 3px;
  --image-opacity: 0.25;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #ffffff;
  color: var(--text-color);
  border-radius: 3px;
  border-radius: var(--border-radius);
}

.c4-izmir:before,
.c4-izmir:after,
.c4-izmir *,
.c4-izmir *:before,
.c4-izmir *:after {
  box-sizing: border-box;
  transition: all 600ms ease;
  transition: all var(--transition-duration) ease;
}

.c4-izmir figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1em;
  padding: var(--padding);
  width: 100%;
  z-index: 1;
}

.c4-izmir img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  /* height: 100%;  */
}

.c4-izmir h1,
.c4-izmir h2,
.c4-izmir h3,
.c4-izmir h4,
.c4-izmir h5,
.c4-izmir h6,
.c4-izmir p {
  margin-top: 0;
  color: #ffffff;
  color: var(--text-color);
}

.c4-izmir h1:last-child,
.c4-izmir h2:last-child,
.c4-izmir h3:last-child,
.c4-izmir h4:last-child,
.c4-izmir h5:last-child,
.c4-izmir h6:last-child,
.c4-izmir p:last-child {
  margin-bottom: 0;
}

/* c4-border-*
     ----------------------------- */
[class^='c4-border']:before,
[class^='c4-border']:after,
[class^='c4-border'] figcaption:before,
[class^='c4-border'] figcaption:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
  background-color: #ffffff;
  background-color: var(--border-color);
  position: absolute;
  content: '';
}

[class^='c4-border']:before,
[class^='c4-border']:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after {
  z-index: 1;
  height: 3px;
  height: var(--border-width);
  left: 15px;
  left: var(--border-margin);
  right: 15px;
  right: var(--border-margin);
  transform: scaleX(0);
}

[class^='c4-border']:before,
[class*=' c4-border']:before {
  top: 15px;
  top: var(--border-margin);
}

[class^='c4-border']:after,
[class*=' c4-border']:after {
  bottom: 15px;
  bottom: var(--border-margin);
}

[class^='c4-border'] figcaption,
[class*=' c4-border'] figcaption {
  z-index: 3;
}

[class^='c4-border'] figcaption:before,
[class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
  z-index: -1;
  width: 3px;
  width: var(--border-width);
  top: 15px;
  top: var(--border-margin);
  bottom: 15px;
  bottom: var(--border-margin);
  transform: scaleY(0);
}

[class^='c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:before {
  left: 15px;
  left: var(--border-margin);
}

[class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:after {
  right: 15px;
  right: var(--border-margin);
}

[class^='c4-border'].hover:before,
[class^='c4-border'].hover:after,
[class^='c4-border'].hover figcaption:before,
[class^='c4-border'].hover figcaption:after,
[class^='c4-border']:hover:before,
[class^='c4-border']:hover:after,
[class^='c4-border']:hover figcaption:before,
[class^='c4-border']:hover figcaption:after,
[class^='c4-border']:focus:before,
[class^='c4-border']:focus:after,
[class^='c4-border']:focus figcaption:before,
[class^='c4-border']:focus figcaption:after,
:focus>[class^='c4-border']:before,
:focus>[class^='c4-border']:after,
:focus>[class^='c4-border'] figcaption:before,
:focus>[class^='c4-border'] figcaption:after,
[class*=' c4-border'].hover:before,
[class*=' c4-border'].hover:after,
[class*=' c4-border'].hover figcaption:before,
[class*=' c4-border'].hover figcaption:after,
[class*=' c4-border']:hover:before,
[class*=' c4-border']:hover:after,
[class*=' c4-border']:hover figcaption:before,
[class*=' c4-border']:hover figcaption:after,
[class*=' c4-border']:focus:before,
[class*=' c4-border']:focus:after,
[class*=' c4-border']:focus figcaption:before,
[class*=' c4-border']:focus figcaption:after,
:focus>[class*=' c4-border']:before,
:focus>[class*=' c4-border']:after,
:focus>[class*=' c4-border'] figcaption:before,
:focus>[class*=' c4-border'] figcaption:after {
  transform: scale(1);
}

/* c4-border-center
    ----------------------------- */
/* c4-border-vert
    ----------------------------- */
.c4-border-vert:before,
.c4-border-vert:after {
  transition-duration: 0s;
}

.c4-border-vert.hover:before,
.c4-border-vert.hover:after,
.c4-border-vert:hover:before,
.c4-border-vert:hover:after,
.c4-border-vert:focus:before,
.c4-border-vert:focus:after,
:focus>.c4-border-vert:before,
:focus>.c4-border-vert:after {
  transition-delay: 480ms;
}

/* c4-border-horiz
    ----------------------------- */
.c4-border-horiz figcaption:before,
.c4-border-horiz figcaption:after {
  transition-duration: 0s;
}

.c4-border-horiz.hover figcaption:before,
.c4-border-horiz.hover figcaption:after,
.c4-border-horiz:hover figcaption:before,
.c4-border-horiz:hover figcaption:after,
.c4-border-horiz:focus figcaption:before,
.c4-border-horiz:focus figcaption:after,
:focus>.c4-border-horiz figcaption:before,
:focus>.c4-border-horiz figcaption:after {
  transition-delay: 480ms;
}

/* c4-border-bottom
    ----------------------------- */
.c4-border-bottom:after {
  transition-delay: 480ms;
}

.c4-border-bottom:before,
.c4-border-bottom:after {
  transition-duration: 0s;
}

.c4-border-bottom figcaption:before,
.c4-border-bottom figcaption:after {
  transform-origin: 100% 100%;
}

.c4-border-bottom.hover:before,
.c4-border-bottom:hover:before,
.c4-border-bottom:focus:before,
:focus>.c4-border-bottom:before {
  transition-delay: 480ms;
}

.c4-border-bottom.hover:after,
.c4-border-bottom:hover:after,
.c4-border-bottom:focus:after,
:focus>.c4-border-bottom:after {
  transition-delay: 0s;
}

/* c4-border-top
    ----------------------------- */
.c4-border-top:before {
  transition-delay: 480ms;
}

.c4-border-top:before,
.c4-border-top:after {
  transition-duration: 0s;
}

.c4-border-top figcaption:before,
.c4-border-top figcaption:after {
  transform-origin: 0 0;
}

.c4-border-top.hover:after,
.c4-border-top:hover:after,
.c4-border-top:focus:after,
:focus>.c4-border-top:after {
  transition-delay: 480ms;
}

.c4-border-top.hover:before,
.c4-border-top:hover:before,
.c4-border-top:focus:before,
:focus>.c4-border-top:before {
  transition-delay: 0s;
}

/* c4-border-right
    ----------------------------- */
.c4-border-right:before,
.c4-border-right:after {
  transform-origin: 100% 100%;
}

.c4-border-right figcaption:after {
  transition-delay: 480ms;
}

.c4-border-right figcaption:before,
.c4-border-right figcaption:after {
  transition-duration: 0s;
}

.c4-border-right.hover figcaption:before,
.c4-border-right:hover figcaption:before,
.c4-border-right:focus figcaption:before,
:focus>.c4-border-right figcaption:before {
  transition-delay: 480ms;
}

.c4-border-right.hover figcaption:after,
.c4-border-right:hover figcaption:after,
.c4-border-right:focus figcaption:after,
:focus>.c4-border-right figcaption:after {
  transition-delay: 0s;
}

/* c4-border-left
    ----------------------------- */
.c4-border-left:before,
.c4-border-left:after {
  transform-origin: 0 0;
}

.c4-border-left figcaption:before {
  transition-delay: 480ms;
}

.c4-border-left figcaption:before,
.c4-border-left figcaption:after {
  transition-duration: 0s;
}

.c4-border-left.hover figcaption:after,
.c4-border-left:hover figcaption:after,
.c4-border-left:focus figcaption:after,
:focus>.c4-border-left figcaption:after {
  transition-delay: 480ms;
}

.c4-border-left.hover figcaption:before,
.c4-border-left:hover figcaption:before,
.c4-border-left:focus figcaption:before,
:focus>.c4-border-left figcaption:before {
  transition-delay: 0s;
}

/* c4-border-corners-1
    ----------------------------- */
.c4-border-corners-1:before,
.c4-border-corners-1 figcaption:before {
  transform-origin: 0 0;
}

.c4-border-corners-1:after,
.c4-border-corners-1 figcaption:after {
  transform-origin: 100% 100%;
}

/* c4-border-corners-2
    ----------------------------- */
.c4-border-corners-2:before,
.c4-border-corners-2 figcaption:before {
  transform-origin: 100% 100%;
}

.c4-border-corners-2:after,
.c4-border-corners-2 figcaption:after {
  transform-origin: 0 0;
}

/* c4-border-top-left
    ----------------------------- */
.c4-border-top-left:before,
.c4-border-top-left:after,
.c4-border-top-left figcaption:before,
.c4-border-top-left figcaption:after {
  transform-origin: 0 0;
}

.c4-border-top-left:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-left:after {
  transition-delay: 0s;
}

.c4-border-top-left figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-left figcaption:after {
  transition-delay: 0s;
}

.c4-border-top-left.hover:before,
.c4-border-top-left:hover:before,
.c4-border-top-left:focus:before,
:focus>.c4-border-top-left:before {
  transition-delay: 0s;
}

.c4-border-top-left.hover:after,
.c4-border-top-left:hover:after,
.c4-border-top-left:focus:after,
:focus>.c4-border-top-left:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-left.hover figcaption:before,
.c4-border-top-left:hover figcaption:before,
.c4-border-top-left:focus figcaption:before,
:focus>.c4-border-top-left figcaption:before {
  transition-delay: 0s;
}

.c4-border-top-left.hover figcaption:after,
.c4-border-top-left:hover figcaption:after,
.c4-border-top-left:focus figcaption:after,
:focus>.c4-border-top-left figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

/* c4-border-top-right
    ----------------------------- */
.c4-border-top-right:before,
.c4-border-top-right:after,
.c4-border-top-right figcaption:before,
.c4-border-top-right figcaption:after {
  transform-origin: 100% 0%;
}

.c4-border-top-right:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-right:after {
  transition-delay: 0s;
}

.c4-border-top-right figcaption:before {
  transition-delay: 0s;
}

.c4-border-top-right figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-right.hover:before,
.c4-border-top-right:hover:before,
.c4-border-top-right:focus:before,
:focus>.c4-border-top-right:before {
  transition-delay: 0s;
}

.c4-border-top-right.hover:after,
.c4-border-top-right:hover:after,
.c4-border-top-right:focus:after,
:focus>.c4-border-top-right:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-right.hover figcaption:before,
.c4-border-top-right:hover figcaption:before,
.c4-border-top-right:focus figcaption:before,
:focus>.c4-border-top-right figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-top-right.hover figcaption:after,
.c4-border-top-right:hover figcaption:after,
.c4-border-top-right:focus figcaption:after,
:focus>.c4-border-top-right figcaption:after {
  transition-delay: 0s;
}

/* c4-border-bottom-left
    ----------------------------- */
.c4-border-bottom-left:before,
.c4-border-bottom-left:after,
.c4-border-bottom-left figcaption:before,
.c4-border-bottom-left figcaption:after {
  transform-origin: 0 100%;
}

.c4-border-bottom-left:before {
  transition-delay: 0s;
}

.c4-border-bottom-left:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-left figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-left figcaption:after {
  transition-delay: 0s;
}

.c4-border-bottom-left.hover:before,
.c4-border-bottom-left:hover:before,
.c4-border-bottom-left:focus:before,
:focus>.c4-border-bottom-left:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-left.hover:after,
.c4-border-bottom-left:hover:after,
.c4-border-bottom-left:focus:after,
:focus>.c4-border-bottom-left:after {
  transition-delay: 0s;
}

.c4-border-bottom-left.hover figcaption:before,
.c4-border-bottom-left:hover figcaption:before,
.c4-border-bottom-left:focus figcaption:before,
:focus>.c4-border-bottom-left figcaption:before {
  transition-delay: 0s;
}

.c4-border-bottom-left.hover figcaption:after,
.c4-border-bottom-left:hover figcaption:after,
.c4-border-bottom-left:focus figcaption:after,
:focus>.c4-border-bottom-left figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

/* c4-border-bottom-right
    ----------------------------- */
.c4-border-bottom-right:before,
.c4-border-bottom-right:after,
.c4-border-bottom-right figcaption:before,
.c4-border-bottom-right figcaption:after {
  transform-origin: 100% 100%;
}

.c4-border-bottom-right:before {
  transition-delay: 0s;
}

.c4-border-bottom-right:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-right figcaption:before {
  transition-delay: 0s;
}

.c4-border-bottom-right figcaption:after {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-right.hover:before,
.c4-border-bottom-right:hover:before,
.c4-border-bottom-right:focus:before,
:focus>.c4-border-bottom-right:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-right.hover:after,
.c4-border-bottom-right:hover:after,
.c4-border-bottom-right:focus:after,
:focus>.c4-border-bottom-right:after {
  transition-delay: 0s;
}

.c4-border-bottom-right.hover figcaption:before,
.c4-border-bottom-right:hover figcaption:before,
.c4-border-bottom-right:focus figcaption:before,
:focus>.c4-border-bottom-right figcaption:before {
  transition-delay: 480ms;
  transition-delay: calc(var(--transition-duration) / 1.25);
}

.c4-border-bottom-right.hover figcaption:after,
.c4-border-bottom-right:hover figcaption:after,
.c4-border-bottom-right:focus figcaption:after,
:focus>.c4-border-bottom-right figcaption:after {
  transition-delay: 0s;
}

/* c4-border-cc-1
    ----------------------------- */
.c4-border-cc-1:before,
.c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before,
.c4-border-cc-1 figcaption:after {
  transition-duration: 300ms;
}

.c4-border-cc-1:before,
.c4-border-cc-1 figcaption:after {
  transform-origin: 0 0;
}

.c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before {
  transform-origin: 100% 100%;
}

.c4-border-cc-1:before {
  transition-delay: 600ms;
}

.c4-border-cc-1:after {
  transition-delay: 0s;
}

.c4-border-cc-1 figcaption:before {
  transition-delay: 900ms;
}

.c4-border-cc-1 figcaption:after {
  transition-delay: 300ms;
}

.c4-border-cc-1.hover:before,
.c4-border-cc-1:hover:before,
.c4-border-cc-1:focus:before,
:focus>.c4-border-cc-1:before {
  transition-delay: 300ms;
}

.c4-border-cc-1.hover:after,
.c4-border-cc-1:hover:after,
.c4-border-cc-1:focus:after,
:focus>.c4-border-cc-1:after {
  transition-delay: 900ms;
}

.c4-border-cc-1.hover figcaption:before,
.c4-border-cc-1:hover figcaption:before,
.c4-border-cc-1:focus figcaption:before,
:focus>.c4-border-cc-1 figcaption:before {
  transition-delay: 0s;
}

.c4-border-cc-1.hover figcaption:after,
.c4-border-cc-1:hover figcaption:after,
.c4-border-cc-1:focus figcaption:after,
:focus>.c4-border-cc-1 figcaption:after {
  transition-delay: 600ms;
}

/* c4-border-ccc-1
    ----------------------------- */
.c4-border-ccc-1:before,
.c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before,
.c4-border-ccc-1 figcaption:after {
  transition-duration: 400ms;
}

.c4-border-ccc-1:before,
.c4-border-ccc-1 figcaption:after {
  transform-origin: 100% 100%;
}

.c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before {
  transform-origin: 0 0;
}

.c4-border-ccc-1:before {
  transition-delay: 0s;
}

.c4-border-ccc-1:after {
  transition-delay: 600ms;
}

.c4-border-ccc-1 figcaption:before {
  transition-delay: 900ms;
}

.c4-border-ccc-1 figcaption:after {
  transition-delay: 300ms;
}

.c4-border-ccc-1.hover:before,
.c4-border-ccc-1:hover:before,
.c4-border-ccc-1:focus:before,
:focus>.c4-border-ccc-1:before {
  transition-delay: 900ms;
}

.c4-border-ccc-1.hover:after,
.c4-border-ccc-1:hover:after,
.c4-border-ccc-1:focus:after,
:focus>.c4-border-ccc-1:after {
  transition-delay: 300ms;
}

.c4-border-ccc-1.hover figcaption:before,
.c4-border-ccc-1:hover figcaption:before,
.c4-border-ccc-1:focus figcaption:before,
:focus>.c4-border-ccc-1 figcaption:before {
  transition-delay: 0s;
}

.c4-border-ccc-1.hover figcaption:after,
.c4-border-ccc-1:hover figcaption:after,
.c4-border-ccc-1:focus figcaption:after,
:focus>.c4-border-ccc-1 figcaption:after {
  transition-delay: 600ms;
}

/* c4-border-cc-2
    ----------------------------- */
.c4-border-cc-2:before,
.c4-border-cc-2 figcaption:after {
  transform-origin: 0 0;
}

.c4-border-cc-2:after,
.c4-border-cc-2 figcaption:before {
  transform-origin: 100% 100%;
}

/* c4-border-ccc-2
    ----------------------------- */
.c4-border-ccc-2:before,
.c4-border-ccc-2 figcaption:after {
  transform-origin: 100% 100%;
}

.c4-border-ccc-2:after,
.c4-border-ccc-2 figcaption:before {
  transform-origin: 0 0;
}

/* c4-border-cc-3
    ----------------------------- */
.c4-border-cc-3:before,
.c4-border-cc-3 figcaption:after {
  transform-origin: 0 0;
}

.c4-border-cc-3:after,
.c4-border-cc-3 figcaption:before {
  transform-origin: 100% 100%;
}

.c4-border-cc-3:before {
  right: 33px;
  right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  left: 0;
}

.c4-border-cc-3:after {
  left: 33px;
  left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  right: 0;
}

.c4-border-cc-3 figcaption:before {
  top: 33px;
  top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  bottom: 0;
}

.c4-border-cc-3 figcaption:after {
  bottom: 33px;
  bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  top: 0;
}

/* c4-border-ccc-3
    ----------------------------- */
.c4-border-ccc-3:before,
.c4-border-ccc-3 figcaption:after {
  transform-origin: 100% 100%;
}

.c4-border-ccc-3:after,
.c4-border-ccc-3 figcaption:before {
  transform-origin: 0 0;
}

.c4-border-ccc-3:before {
  left: 33px;
  left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  right: 0;
}

.c4-border-ccc-3:after {
  right: 33px;
  right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  left: 0;
}

.c4-border-ccc-3 figcaption:before {
  bottom: 33px;
  bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  top: 0;
}

.c4-border-ccc-3 figcaption:after {
  top: 33px;
  top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
  bottom: 0;
}

/* c4-border-fade
    ----------------------------- */
.c4-border-fade:before,
.c4-border-fade:after,
.c4-border-fade figcaption:before,
.c4-border-fade figcaption:after {
  transform: scale(1);
  opacity: 0;
}

.c4-border-fade.hover:before,
.c4-border-fade.hover:after,
.c4-border-fade.hover figcaption:before,
.c4-border-fade.hover figcaption:after,
.c4-border-fade:hover:before,
.c4-border-fade:hover:after,
.c4-border-fade:hover figcaption:before,
.c4-border-fade:hover figcaption:after,
.c4-border-fade:focus:before,
.c4-border-fade:focus:after,
.c4-border-fade:focus figcaption:before,
.c4-border-fade:focus figcaption:after,
:focus>.c4-border-fade:before,
:focus>.c4-border-fade:after,
:focus>.c4-border-fade figcaption:before,
:focus>.c4-border-fade figcaption:after {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

  [class^='c4-border']:before,
  [class^='c4-border']:after,
  [class*=' c4-border']:before,
  [class*=' c4-border']:after {
    height: 3px;
    left: 15px;
    right: 15px;
  }

  [class^='c4-border']:before,
  [class*=' c4-border']:before {
    top: 15px;
  }

  [class^='c4-border']:after,
  [class*=' c4-border']:after {
    bottom: 15px;
  }

  [class^='c4-border'] figcaption:before,
  [class^='c4-border'] figcaption:after,
  [class*=' c4-border'] figcaption:before,
  [class*=' c4-border'] figcaption:after {
    width: 3px;
    top: 15px;
    bottom: 15px;
  }

  [class^='c4-border'] figcaption:before,
  [class*=' c4-border'] figcaption:before {
    left: 15px;
  }

  [class^='c4-border'] figcaption:after,
  [class*=' c4-border'] figcaption:after {
    right: 15px;
  }
}

.c4-image-zoom-in.hover img,
.c4-image-zoom-in:hover img,
.c4-image-zoom-in:focus img,
:focus>.c4-image-zoom-in img {
  transform: scale(1.25);
}

.c4-image-zoom-out img {
  transform: scale(1.25);
}

.c4-image-zoom-out.hover img,
.c4-image-zoom-out:hover img,
.c4-image-zoom-out:focus img,
:focus>.c4-image-zoom-out img {
  transform: scale(1);
}

.c4-image-pan-up img {
  transform-origin: top;
  transform: scale(1.2) translate(0, 0);
}

.c4-image-pan-up.hover img,
.c4-image-pan-up:hover img,
.c4-image-pan-up:focus img,
:focus>.c4-image-pan-up img {
  transform: scale(1.2) translate(0, -15%);
}

.c4-image-pan-down img {
  transform-origin: bottom;
  transform: scale(1.2) translate(0, 0);
}

.c4-image-pan-down:hover img,
.c4-image-pan-down:focus img,
:focus>.c4-image-pan-down img {
  transform: scale(1.2) translate(0, 15%);
}

.c4-image-pan-left img {
  transform-origin: left;
  transform: scale(1.2) translate(0, 0);
}

.c4-image-pan-left.hover img,
.c4-image-pan-left:hover img,
.c4-image-pan-left:focus img,
:focus>.c4-image-pan-left img {
  transform: scale(1.2) translate(-15%, 0);
}

.c4-image-pan-right img {
  transform-origin: right;
  transform: scale(1.2) translate(0, 0);
}

.c4-image-pan-right.hover img,
.c4-image-pan-right:hover img,
.c4-image-pan-right:focus img,
:focus>.c4-image-pan-right img {
  transform: scale(1.2) translate(15%, 0);
}

.c4-image-blur.hover img,
.c4-image-blur:hover img,
.c4-image-blur:focus img,
:focus>.c4-image-blur img {
  filter: blur(4px);
  transform: scale(1.1);
}

.c4-image-rotate-left img {
  transform: scale(1.1) translate(0, 0);
}

.c4-image-rotate-left.hover img,
.c4-image-rotate-left:hover img,
.c4-image-rotate-left:focus img,
:focus>.c4-image-rotate-left img {
  transform: scale(1.3) rotate(-15deg);
}

.c4-image-rotate-right img {
  transform: scale(1.1) translate(0, 0);
}

.c4-image-rotate-right.hover img,
.c4-image-rotate-right:hover img,
.c4-image-rotate-right:focus img,
:focus>.c4-image-rotate-right img {
  transform: scale(1.3) rotate(15deg);
}

.c4-delay-100,
.c4-delay-100>* {
  transition-delay: 100ms;
}

.c4-delay-200,
.c4-delay-200>* {
  transition-delay: 200ms;
}

.c4-delay-300,
.c4-delay-300>* {
  transition-delay: 300ms;
}

.c4-delay-400,
.c4-delay-400>* {
  transition-delay: 400ms;
}

.c4-delay-500,
.c4-delay-500>* {
  transition-delay: 500ms;
}

.c4-delay-600,
.c4-delay-600>* {
  transition-delay: 600ms;
}

.c4-delay-700,
.c4-delay-700>* {
  transition-delay: 700ms;
}

.c4-delay-800,
.c4-delay-800>* {
  transition-delay: 800ms;
}

.c4-delay-900,
.c4-delay-900>* {
  transition-delay: 900ms;
}

.c4-delay-1000,
.c4-delay-1000>* {
  transition-delay: 1000ms;
}

[class^='c4-fade'],
[class*=' c4-fade'],
[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
  display: inline-block;
}

[class^='c4-fade']>*,
[class*=' c4-fade']>*,
[class^='c4-reveal']>*,
[class*=' c4-reveal']>*,
[class^='c4-rotate']>*,
[class*=' c4-rotate']>* {
  display: inline-block;
}

[class^='c4-fade']>*:last-child,
[class*=' c4-fade']>*:last-child,
[class^='c4-reveal']>*:last-child,
[class*=' c4-reveal']>*:last-child,
[class^='c4-rotate']>*:last-child,
[class*=' c4-rotate']>*:last-child {
  margin-bottom: 0;
}

[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
  overflow: hidden;
  opacity: 1;
}

[class^='c4-fade'],
[class*=' c4-fade'] {
  opacity: 0;
}

.c4-izmir.hover [class^='c4-fade'],
.c4-izmir.hover [class*=' c4-fade'],
.c4-izmir:hover [class^='c4-fade'],
.c4-izmir:hover [class*=' c4-fade'],
.c4-izmir:focus [class^='c4-fade'],
.c4-izmir:focus [class*=' c4-fade'],
:focus>.c4-izmir [class^='c4-fade'],
:focus>.c4-izmir [class*=' c4-fade'] {
  opacity: 1;
  transform: translate(0);
}

.c4-izmir.hover [class^='c4-reveal'],
.c4-izmir.hover [class*=' c4-reveal'],
.c4-izmir.hover [class^='c4-rotate'],
.c4-izmir.hover [class*=' c4-rotate'],
.c4-izmir:hover [class^='c4-reveal'],
.c4-izmir:hover [class*=' c4-reveal'],
.c4-izmir:hover [class^='c4-rotate'],
.c4-izmir:hover [class*=' c4-rotate'],
.c4-izmir:focus [class^='c4-reveal'],
.c4-izmir:focus [class*=' c4-reveal'],
.c4-izmir:focus [class^='c4-rotate'],
.c4-izmir:focus [class*=' c4-rotate'],
:focus>.c4-izmir [class^='c4-reveal'],
:focus>.c4-izmir [class*=' c4-reveal'],
:focus>.c4-izmir [class^='c4-rotate'],
:focus>.c4-izmir [class*=' c4-rotate'] {
  opacity: 1;
}

.c4-izmir.hover [class^='c4-reveal']>*,
.c4-izmir.hover [class*=' c4-reveal']>*,
.c4-izmir.hover [class^='c4-rotate']>*,
.c4-izmir.hover [class*=' c4-rotate']>*,
.c4-izmir:hover [class^='c4-reveal']>*,
.c4-izmir:hover [class*=' c4-reveal']>*,
.c4-izmir:hover [class^='c4-rotate']>*,
.c4-izmir:hover [class*=' c4-rotate']>*,
.c4-izmir:focus [class^='c4-reveal']>*,
.c4-izmir:focus [class*=' c4-reveal']>*,
.c4-izmir:focus [class^='c4-rotate']>*,
.c4-izmir:focus [class*=' c4-rotate']>*,
:focus>.c4-izmir [class^='c4-reveal']>*,
:focus>.c4-izmir [class*=' c4-reveal']>*,
:focus>.c4-izmir [class^='c4-rotate']>*,
:focus>.c4-izmir [class*=' c4-rotate']>* {
  transform: translate(0) rotate(0deg);
}

.c4-fade-up {
  transform: translateY(1.5rem);
}

.c4-fade-down {
  transform: translateY(-1.5rem);
}

.c4-fade-left {
  transform: translateX(1.5rem);
}

.c4-fade-right {
  transform: translateX(-1.5rem);
}

.c4-reveal-up>* {
  transform: translateY(100%);
}

.c4-reveal-down>* {
  transform: translateY(-100%);
}

.c4-reveal-left>* {
  transform: translateX(100%);
}

.c4-reveal-right>* {
  transform: translateX(-100%);
}

.c4-rotate-up-right>* {
  transform-origin: bottom left;
  transform: rotate(90deg);
}

.c4-rotate-up-left>* {
  transform-origin: bottom right;
  transform: rotate(-90deg);
}

.c4-rotate-down-right>* {
  transform-origin: top left;
  transform: rotate(-90deg);
}

.c4-rotate-down-left>* {
  transform-origin: top right;
  transform: rotate(90deg);
}

.c4-gradient-top {
  background-image: linear-gradient(180deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-left {
  background-image: linear-gradient(90deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-right {
  background-image: linear-gradient(270deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-bottom {
  background-image: linear-gradient(0deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-top-left {
  background-image: linear-gradient(135deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-top-right {
  background-image: linear-gradient(225deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-bottom-left {
  background-image: linear-gradient(45deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-gradient-bottom-right {
  background-image: linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
  background-image: linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.c4-izmir .c4-layout-top-left {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.c4-izmir .c4-layout-top-center {
  justify-content: flex-start;
}

.c4-izmir .c4-layout-top-right {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}

.c4-izmir .c4-layout-center-left {
  align-items: flex-start;
  text-align: left;
}

.c4-izmir .c4-layout-center-right {
  align-items: flex-end;
  text-align: right;
}

.c4-izmir .c4-layout-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.c4-izmir .c4-layout-bottom-center {
  justify-content: flex-end;
}

.c4-izmir .c4-layout-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.c4-izmir {
  background-color: #00B4DB;
  background-color: var(--primary-color);
}

.c4-izmir figcaption {
  padding: 2em;
  padding: calc(var(--padding) * 2);
}

.c4-izmir figcaption>* {
  opacity: 0;
  font-size: 2rem;
}

.c4-izmir.hover>img,
.c4-izmir:hover>img,
.c4-izmir:focus>img,
:focus>.c4-izmir>img {
  opacity: 0.25;
  opacity: var(--image-opacity);
}

.c4-izmir.hover figcaption>*,
.c4-izmir:hover figcaption>*,
.c4-izmir:focus figcaption>*,
:focus>.c4-izmir figcaption>* {
  opacity: 1;
}

/*# sourceMappingURL=izmir.css.map */

.status{
    display: grid;
    grid-template-columns: 60%;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 100px;
    background-color: white !important;
}

.title_status{
    font-size: 2rem;
        font-family: 'l-light';
    text-align: center;
    margin-bottom: 10px;  
}

.title_item_status{
    margin-bottom: 2px;
        font-family: 'l-light';
    
}

.item_status{
    margin-bottom: 10px;
    
}

@media only screen and (max-width: 900px) {
    .status{
        display: grid;
        grid-template-columns: 75%;
        justify-content: center;
        padding-top: 50px;
        margin-bottom: 100px;
        background-color: white !important;
    }

}


.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
    padding-left: 16px
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *,
:disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip,
.w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block
}

.w3-dropdown-hover:first-child,
.w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main,
#main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
    float: left;
    width: 100%
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4,
    .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6,
    .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content,
.w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block,
.w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content,
    .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-top,
.w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round,
.w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
    padding: 0 8px
}

.w3-container,
.w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code,
.w3-codespan {
    font-family: 'l-regular';
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
    width: 100% !important
}

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale,
.w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min,
.w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max,
.w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-topbar {
    border-top: 6px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-rightbar {
    border-right: 6px solid #ccc !important
}

.w3-section,
.w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-transparent,
.w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}

/* Colors */
.w3-amber,
.w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #00456E !important
}

.w3-light-blue,
.w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green,
.w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo,
.w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki,
.w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime,
.w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange,
.w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink,
.w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple,
.w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red,
.w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand,
.w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow,
.w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white,
.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red,
.w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green,
.w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.w3-text-amber,
.w3-hover-text-amber:hover {
    color: #ffc107 !important
}

.w3-text-aqua,
.w3-hover-text-aqua:hover {
    color: #00ffff !important
}

.w3-text-blue,
.w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.w3-text-brown,
.w3-hover-text-brown:hover {
    color: #795548 !important
}

.w3-text-cyan,
.w3-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.w3-text-green,
.w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-light-green,
.w3-hover-text-light-green:hover {
    color: #8bc34a !important
}

.w3-text-indigo,
.w3-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.w3-text-khaki,
.w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.w3-text-lime,
.w3-hover-text-lime:hover {
    color: #cddc39 !important
}

.w3-text-orange,
.w3-hover-text-orange:hover {
    color: #ff9800 !important
}

.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.w3-text-pink,
.w3-hover-text-pink:hover {
    color: #e91e63 !important
}

.w3-text-purple,
.w3-hover-text-purple:hover {
    color: #9c27b0 !important
}

.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.w3-text-red,
.w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-sand,
.w3-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.w3-text-teal,
.w3-hover-text-teal:hover {
    color: #009688 !important
}

.w3-text-yellow,
.w3-hover-text-yellow:hover {
    color: #d2be0e !important
}

.w3-text-white,
.w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black,
.w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-amber,
.w3-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.w3-border-blue,
.w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.w3-border-brown,
.w3-hover-border-brown:hover {
    border-color: #795548 !important
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.w3-border-green,
.w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.w3-border-lime,
.w3-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.w3-border-orange,
.w3-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.w3-border-pink,
.w3-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.w3-border-purple,
.w3-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.w3-border-red,
.w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-sand,
.w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.w3-border-teal,
.w3-hover-border-teal:hover {
    border-color: #009688 !important
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white,
.w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-black,
.w3-hover-border-black:hover {
    border-color: #000 !important
}

.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

.bella_cidade {
    display: grid;
    grid-template-columns: 35% 35%;
    column-gap: 3%;
    justify-content: center;
    row-gap: 50px;
    margin-top: 50px;
    font-family: 'g-book';
    color: #58595B;
    font-size: 1.2rem;
}

.bella_cidade .right {
    text-align: left;
}

.bella_cidade .text_1_left {
    width: 60%;
}

.bella_cidade b {
    font-family: 'g-bold';
}

.bella_cidade img {
    max-width: 100%;
}

.bella_cidade img {
    width: 100%;
}

.bella_cidade .img_etapa,
.bella_cidade .img_atencao,
.bella_cidade .img_terreno {
    max-width: 400px;
}

.bella_cidade .first_right {
    text-align: right;
}

.bella_cidade .first_left {
    display: flex;
    align-items: center;
}

.bella_cidade .first_left p {
    border-left: 2px solid #58595B;
    padding-left: 20px;
}



.bc_video {
    display: grid;
    grid-template-columns: 73%;
    justify-content: center;
    margin-top: 50px;
    font-family: 'g-book';
    color: #58595B;
    font-size: 1.2rem;
}

.bc_video p {
    text-align: center;
    padding: 50px 200px;
}

.menu_verde{
    background: var(--cor-verde);
    color: white !important;
    font-weight: bold !important;
    padding: 3px 10px;
    padding-top: 1px;
    border-radius: 15px;
}

@media only screen and (max-width: 782px) {

    .bella_cidade {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 3%;
        justify-content: center;
        row-gap: 50px;
        margin-top: 150px;
        font-family: 'g-book';
        color: #58595B;
        font-size: 1.1rem;
    }

    .bella_cidade .text_1_left {
        width: 100%;
    }

    .bella_cidade .img_etapa,
    .bella_cidade .img_atencao,
    .bella_cidade .img_terreno {
        max-width: 100%;
    }


    .bc_video {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-top: 50px;
        font-family: 'g-book';
        color: #58595B;
        font-size: 1.1rem;
    }
    
    .bc_video p {
        text-align: center;
        padding: 0px 0px;
    }

    .bella_cidade .one {
        order: 1;
    }

    .bella_cidade .two {
        order: 2;
    }

    .bella_cidade .three {
        order: 3;
    }

    .bella_cidade .four {
        order: 4;
    }

    .bella_cidade .five {
        order: 6;
    }

    .bella_cidade .six {
        order: 5;
    }

    .bella_cidade .seven {
        order: 7;
    }
    .bella_cidade .eight {
        order: 8;
    }
    .bella_cidade .none {
        order: 10;
    }
    .bella_cidade .ten {
        order: 9;
    }
    .bella_cidade .eleven {
        order: 11;
    }
    .bella_cidade .twelve {
        order: 12;
    }

    .bella_cidade .video {
        order: 2;
    }

    .bella_cidade .texto {
        order: 1;
    }
 



}

.bella_cidade {
    display: grid;
    grid-template-columns: 35% 35%;
    column-gap: 3%;
    justify-content: center;
    row-gap: 50px;
    margin-top: 50px;
    font-family: 'g-book';
    color: #58595B;
    font-size: 1.2rem;
}

.bella_cidade .right {
    text-align: left;
}

.bella_cidade .text_1_left {
    width: 60%;
}

.bella_cidade b {
    font-family: 'g-bold';
}

.bella_cidade img {
    max-width: 100%;
}

.bella_cidade img {
    width: 100%;
}

.bella_cidade .img_etapa,
.bella_cidade .img_atencao,
.bella_cidade .img_terreno {
    max-width: 400px;
}

.bella_cidade .first_right {
    text-align: right;
}

.bella_cidade .first_left {
    display: flex;
    align-items: center;
}

.bella_cidade .first_left p {
    border-left: 2px solid #58595B;
    padding-left: 20px;
}



.bc_video {
    display: grid;
    grid-template-columns: 73%;
    justify-content: center;
    margin-top: 50px;
    font-family: 'g-book';
    color: #58595B;
    font-size: 1.2rem;
}

.bc_video p {
    text-align: center;
    padding: 50px 200px;
}

.menu_verde{
    background: var(--cor-verde);
    color: white !important;
    font-weight: bold !important;
    padding: 3px 10px;
    padding-top: 1px;
    border-radius: 15px;
}

@media only screen and (max-width: 782px) {

    .bella_cidade {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 3%;
        justify-content: center;
        row-gap: 50px;
        margin-top: 150px;
        font-family: 'g-book';
        color: #58595B;
        font-size: 1.1rem;
    }

    .bella_cidade .text_1_left {
        width: 100%;
    }

    .bella_cidade .img_etapa,
    .bella_cidade .img_atencao,
    .bella_cidade .img_terreno {
        max-width: 100%;
    }


    .bc_video {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center;
        margin-top: 50px;
        font-family: 'g-book';
        color: #58595B;
        font-size: 1.1rem;
    }
    
    .bc_video p {
        text-align: center;
        padding: 0px 0px;
    }

    .bella_cidade .one {
        order: 1;
    }

    .bella_cidade .two {
        order: 2;
    }

    .bella_cidade .three {
        order: 3;
    }

    .bella_cidade .four {
        order: 4;
    }

    .bella_cidade .five {
        order: 6;
    }

    .bella_cidade .six {
        order: 5;
    }

    .bella_cidade .seven {
        order: 7;
    }
    .bella_cidade .eight {
        order: 8;
    }
    .bella_cidade .none {
        order: 10;
    }
    .bella_cidade .ten {
        order: 9;
    }
    .bella_cidade .eleven {
        order: 11;
    }
    .bella_cidade .twelve {
        order: 12;
    }

    .bella_cidade .video {
        order: 2;
    }

    .bella_cidade .texto {
        order: 1;
    }
 



}

.tour{
   padding-top: 50px;
   padding-bottom: 50px; 
}

.tour .text{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.tour .tour_img{
    width: 100%;
}
.tour .title{
    font-family: 'l-medium';
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--cor-preta);
    font-size: 1rem;
}

.tour .subtitle{
    font-family: 'l-bold';
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    margin-bottom: 40px;
}


@media only screen and (max-width: 1000px) {
    .tour img{
        height: auto;
    }

}

.WhatsappChat__Text-sc-1wqac52-2 input {
    margin: 5px;
}


/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;

    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 1043;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 94px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.WhatsappChat__Text-sc-1wqac52-2 input {
    padding: 10px;
    border-radius: 3px;
    border-color: #aaaaaf;

}

.WhatsappChat__Message-sc-1wqac52-4 button {
    border: 2px;
    padding: 10px;
    color: white;
}


a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.blantershow-chat {
    text-decoration: none;
}




.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
color: #444;
padding: 20px;
font-size: 12.5px;
text-align: center;
border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}


.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;

    & span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block;
    }
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;

}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}


@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;

    &::before {
        display: block;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 0;
        opacity: 0.08;
        background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
        /* // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg); */
    }
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);

    &::before {
        position: absolute;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        top: 0px;
        left: -12px;
        width: 12px;
        height: 19px;
    }
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: black;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color:
        rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.luxor {
    display: grid;
    grid-template-columns: 38% 38%;
    column-gap: 4%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'l-regular';
}

.luxor .left img {
    width: 100%;
}

.item_number p:nth-child(1){
color: var(--cor-laranja);
    font-family: 'l-regular';
    font-size: 1.9rem;
}

.luxor .right .title {
    font-family: 'l-medium';
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--cor-preta);
    font-size: 1rem;
}

.luxor .right .subtitle {
    font-family: 'l-bold';
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
    margin-bottom: 40px;
}

.luxor .item_text {
    display: flex;
    column-gap: 30px;
    margin-bottom: 15px;
}

.luxor .item_text img {
    width: 150px;
    height: 100%;
    margin-bottom: 30px;
}

.luxor .right .text {
    margin-bottom: 15px;
}

.luxor .items_numbers {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 20px;
    text-align: center;
}



@media only screen and (max-width: 1000px) {

    .luxor {
        display: grid;
        grid-template-columns: 80%;
        column-gap: 4%;
        justify-content: center;
        padding-top: 50px;
        padding-bottom: 50px;
        font-family: 'l-regular';
    }

    .luxor .right{
        order: 1;
        margin-top: 10px;
    }

    .luxor .left{
        order: 2;
    }

    .luxor .right .subtitle {
        font-family: 'l-bold';
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
        width: auto;
        margin-bottom: 40px;
    }

}
footer {
    width: 100%;
}

footer .item {
    display: grid;
    grid-template-columns: 20% 20% 20%;
    justify-content: center;
    column-gap: 10%;
    align-items: end;
}

footer .copyright {
    grid-column: 1 / span 3;
    font-size: 0.8rem;
    margin-top: 10px;
text-align: justify;
}

.icons_network_2 {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    justify-content: center;
    background-color: var(--cor-azul);
    z-index: 100;
    width: 100%;
    background-image: url('../image/footer/background.png');
    color: rgb(232, 229, 229);
    font-size: 0.8rem;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
margin-bottom: 67px;
}


.developer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 4px;
}

.developer p{
  display: flex;
    align-items: center;
    column-gap: 3px;
}


@media only screen and (max-width: 1000px) {
    footer .item {
        display: grid;
        grid-template-columns: 40% 40%;
        justify-content: center;
        column-gap: 10%;
    }

    footer .item img{
        width: 100%;
    }

    footer .copyright {
        grid-column: 1 / span 2;
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .luxor .item_text {
        display: flex
    ;
        column-gap: 30px;
        margin-bottom: 15px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 700px) {

.icons_network_2{
margin-bottom: 0px;
}


}
.localizacao{
    display: grid;
    grid-template-columns: 50% 50%;
    background: '';
    margin-top: 50px;
    margin-bottom: 50px;
    color: var(--cor-branca);
    padding-bottom: 30px;
}

.localizacao .left img{
    width: 100%;
    height: 100%;
}



.localizacao .right {
    background-image: url('../image/localizacao/balao.jpg');
    background-image: 100% 100%;
    object-fit: cover;
}

.localizacao .right .title{
    font-family: 'l-medium';
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--cor-branca);
    font-size: 1rem;
}

.localizacao .right .subtitle{
    font-family: 'l-bold';
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
    margin-bottom: 18px;
    width: 216px;
}

.localizacao .right .text_localizacao{
    padding-left: 10%;
    display: grid;
    grid-template-columns: 80%;
    padding-bottom: 79px;
}

.localizacao .title{
    margin-top: 50px;
}

.localizacao .text_local{
    margin-top: 15px;
}

.localizacao .text_vendas{
    margin-top: 15px;

}


@media only screen and (max-width: 1000px) {

    .localizacao{
        display: grid;
        grid-template-columns: 100%;
        background: '';
        margin-top: 50px;
        margin-bottom: 50px;
        color: var(--cor-branca);
        padding-bottom: 30px;
    }
    
    .localizacao .right .text_localizacao {
        padding-left: 10%;
        display: grid
    ;
        grid-template-columns: 80%;
    }

    .localizacao .title {
        margin-top: 23px;
    }

    .localizacao .right .subtitle {
        font-family: 'l-bold';
        font-size: 2.5rem;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 400px;
        margin-bottom: 9px;
        width: 216px;
    }

}


.slider{
    width: 100vw;
    max-width: 100vw;
    height: 650px;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 135px;
}
.slider .list{
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;

}

.active_button{
    background-color: var(--cor-amarelo) !important;
    color: white !important;
}

.slider .list img{
    width: 100vw;
    max-width: 100vw;
    height: 650px;
    object-fit:fill;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 2%;
    width: 95%;
    display: flex;
    justify-content: space-between;


}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
    background-color: var(--cor-azul);
}
@media screen and (max-width: 768px){

    .slider{
        width: 100vw;
        max-width: 100vw;
        height: 213px;
        margin: auto;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
    }

    .slider .list img {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        object-fit: cover;
    }


    .slider .buttons{
        position: absolute;
        top: 40%;
        left: 2%;
        width: 95%;
        display: flex;
        justify-content: space-between;
    }

    .slider .buttons img{
        width: 45px;
        height: 45px;
    }



    .list_container ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    .form-simul-button {
        grid-column: 1 / span 2;
        width:100%;
        margin: auto;
        padding: 10px;
        background-color: var(--cor-cinza);
        color: white;
        font-weight: bold;
        border: 0;
    }

    .implantacao-imagem .img_implantacao {
        width: 100%;
        height: 233px !important;
    }

    .slider_list {
        height: 232px  !important;
    }

    
    .slider .list{
        position: absolute;
        width: 100%;
        height: 213px !important;
        left: 0;
        top: 0;
        display: flex;
        transition: 1s;
    
    }
}

#social-sidebar {
    right: 0; /* MantÃ©m no lado direito */
    position: fixed;
    top: 47%;
}
#social-sidebar li:first-child a { border-top-right-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-right-radius: 5px; }

#social-sidebar a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;  
    font-size: 20px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
#social-sidebar a:hover span {
   left: -150%; /* Muda a direÃ§Ã£o do efeito */
    opacity: 1;
}
#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: 100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
  width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar a:hover .link_facebook {
   left: -168%; 
    opacity: 1;
}

#social-sidebar a:hover .link_instagram {
   left: -177%; 
    opacity: 1;
}

#social-sidebar a:hover .link_youtube {
    left: -165%;
    opacity: 1;
}

#social-sidebar a:hover .link_linkedin {
    left: -152%;
    opacity: 1;
}

#social-sidebar a:hover .link_phone {
    left: -161%;
    opacity: 1;
}

#social-sidebar li{
    list-style: none;
}

#social-sidebar a[class*="instagram"]:hover,
#social-sidebar a[class*="instagram"] span,
#social-sidebar a[class*="instagram"] span:before {background: #ea4c89;}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {background: #E34429;}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {background: #8487f3;}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {background: #5cb415;}