@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Russo+One&display=swap");

* {
  box-sizing: border-box;
  /* border-radius: 131px; */
  margin: 0px;
  padding: 0px;
}

.vid-ebd {
  border: 2px solid #000000;
  height: 38vh;
  /* width: 51vw; */
  border-radius: 10px;
}

.card-tbl.data-utm.bg-white {
  width: 98vw;
}

.tabel-berborder {
  border: 2px solid #000;
  border-radius: 10px;
}

th.anls {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.grafik-box.statistika {
  max-width: -webkit-fill-available;
  width: 100%;
}

.card-block.img-srv {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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


.bg-float {
  position: fixed;
  transform: translate(-269px, -400px);
}

.bg-float.\32 -fl {
  position: fixed;
  transform: translate(697px, 287px);
}

h4.card-label.stiky {
  border-bottom: 0 !important;
}

.img-modal {
  display: flex;
  max-height: 180vh;
  width: -webkit-fill-available;
  border: 1px solid #000000;
  border-radius: 10px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.img-modal img {
  height: fit-content;
}


table {
  -moz-border-radius: 5px !important;
  border-collapse: collapse !important;

}

img.img-nav {
  width: 170px;
}

table th:first-child {
  -moz-border-radius: 5px 0 0 0 !important;
}

table th:last-child {
  -moz-border-radius: 0 5px 0 0 !important;
}

table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}

table tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}

table tr:hover td {
  background-color: #ddd !important
}



.col-peta.top {
  margin-bottom: 4px;
}

h4.card-label.full {
  border-bottom: 2px solid #000000;
}

table.table.skr {
  border-top-style: double;
  border-collapse: collapse !important;
  border: none !important;
}

table.table.skr th {
  border: 1px solid #ececec !important;
}

table.table.skr td {
  border: 1px solid #ececec !important;
}

.col-peta {
  background: white;
  border: 2px solid #000000;

  border-radius: 10px;
}

.container-peta {
  border: 1px solid #000000 !important;
  height: 80vh;
  margin: 10px;
  border-radius: 10px;
}

.map1.leaflet-container {
  border: 1px solid #000000 !important;
  margin: 10px;
  border-radius: 10px;
  height: 35vh;
}

.container-data.data-ruas {
  margin: 10px;
}



table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
  box-shadow: none;
  vertical-align: middle;
  background-color: white;
}

ul.list {
  text-align: left;
}

.foot-isi a {
  font-size: 15px;
  color: #000;
}

.foot h6 {
  color: #000000;
}

.footer-right {
  width: 250px;
  margin: 40px 59px;
  /* margin-top: 20px; */
  /* margin-bottom: 50px; */
}

ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0;
  text-align: center;
}

.img-proyek img {
  width: 15%;
  vertical-align: middle;
  margin: 20px;
}

p.footer-copyright {
  margin: 0;
}

.footer-copyright {
  color: #7a7a7a;
  text-align: center;
  border-top: 2px dashed #000000;
  padding: 10px;
  /* margin: 10px; */
}

.img-proyek {
  display: grid;
  width: 131vw;
  margin: 4vh 0;
  align-items: center;
}

.foot-isi {
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #ffffff;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.foot-isi {
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #ffffff;
  flex-direction: row;
}

footer {
  position: relative;
  bottom: 0;
}

.footer {

  border-top: 2px solid #000000;

  background-color: #FFD04D;

  box-sizing: border-box;

  width: 100%;

  text-align: left;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {

  text-align: center;
  vertical-align: middle;
}


/* Modal Content */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999999999;
  /* Sit on top */
  /*padding-top: 100px; /* Location of the box */
  /* left: 0; */
  /* top: 0; */
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0);
  /* Black w/ opacity */
  margin: auto;

}

/* Modal Content */
.modal-content {
  display: flex;
  background-color: white;
  padding: 20px;
  border: 1px solid #888;
  width: 80vw;
  /* height: 80vh; */
  /* margin: 100px; */
  /* background: green; */
  position: absolute;
  float: left;
  left: 50%;
  transform: translate(-50%, 0);
  align-content: center;
  align-items: center;
}

.modal-content.cacahruas {
  display: flex;
  background-color: white;
  padding: 20px;
  border: 1px solid #888;
  width: 80vw;
  /* height: 80vh; */
  /* margin: 100px; */
  /* background: green; */
  position: absolute;
  float: left;
  left: 50%;
  transform: translate(-50%, 0);
  align-content: center;
  align-items: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.map1 {
  margin: 10px;
  height: 29.5vh;
}

button.btn.btn-primary.ekr {
  padding: 0;
  /* margin: 0 0 0 15vw; */
  width: 3vw;
}

button.btn.btn-primary.rumus {
  padding: 0;
  margin: 0;
  width: 10vw;
}

td.tombol {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.map1.video-ebd {
  height: 43.5vh;
}

.video-embed {
  background: #ffd04d;
  display: flex;
  border-radius: 14px;
  border: 2px solid #000000;
  height: -webkit-fill-available;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.map-peta.grafik.bawah {
  margin: 0;
}

.map-peta.grafik.bawah.poll {
  margin-bottom: 10px;
}

.peta-utama.data-isi.titik-cmr {
  border: none;
  border-radius: 10px;
  background-color: transparent;
}

.peta-utama.data-isi {
  border-radius: 10px;
  background-color: aliceblue;
  margin: 2.5px;
  position: relative;
  z-index: 999;
  width: 500px;
}

.grafik-box {
  width: 47vw;
  padding: 10px;
  display: grid;
  background-color: white;
  border: 1px solid #7C7C7C;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  max-width: 1000px;
}

.grafik-box.donat {
  padding: 20px;
}

.grafik-chart {
  border: 2px solid #000000;
  border-radius: 10px;
  background-color: white;
  margin: 2.5px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100vw;
}

.form-aduan {
  color: rgb(14, 46, 67);
  width: 100%;
  margin: 10px 21px 23px;
  font-size: 15px;
}

h4.card-label {
  font-size: 17px;
  margin: 0px;
  padding: 9px;
  height: fit-content;
}

input#foto {

  margin-bottom: 10px;
  color: black;
  font-family: Poppins;
}




.map-peta.grafik {
  margin-top: 76px;
}

.map-peta.row-2 {
  display: flex;
  position: relative;
  margin: 0px;
  place-content: center;
}

/*
.modal-peta { 
  display: flex; 
  align-items: center; 
  justify-content:center; 
  position: fixed;
  pointer-events: none;
  opacity: 0;
   top: 0px; 
  left: 0%; 
  height: 100vh;
   width: 100vw;
   background-color: rgba(0, 0, 0, 0.5); 
  z-index: 999999999999; }

.modal-peta.show { 
  opacity: 1; 
  pointer-events: auto; 
}
.img-peta:hover { 
  cursor: pointer;
   transform: scale(1.01);
  transition: all 0.1s ease-in-out 0s;
   box-shadow: rgba(255, 255, 255, 0.51) 0px 0px 50px; 
  }
.modal { 
  display: flex; 
  align-content: center; 
  align-items: center; 
  position: relative; 
  background-color: whitesmoke; 
  width: 1000px; 
  z-index: 99999999999999; 
  padding: 30px; 
  border-radius: 10px; 
  border: 3px solid rgb(17, 83, 128); 
}*/


button.btn.btn-secondary {
  color: rgb(255, 255, 255);
  margin-left: 40.1px;
  padding: 5px;
  border-radius: 5px;
  background: rgb(231, 82, 82);
  border: rgb(231, 82, 82);
  font-family: poppins, sans-serif;
  font-weight: 700;
}

button.btn.btn-secondary:hover {
  background-color: rgb(255, 124, 124);
  cursor: pointer;
  transform: scale(1.01);
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgb(255, 159, 159) 0px 0px 30px;
}

.container-index.maps {
  transform: translate(0px, -100px);
}

button.btn-close {
  width: 50px;
  height: 50px;
  margin-left: 25px;
}

section.container-index.cards {
  transform: translate(0px, -100px);
}

.btn-primary {
  background-color: rgb(14, 46, 67);
}

.card1.ruas {
  margin-block: auto;
  display: inline-block;
}

.btn-masuk {
  margin: 0px 15px 15px;
}

.login {
  display: flex;
  place-content: center;
  position: relative;
  margin: 157px 0px 200px;
}

.container-login {
  margin: 15px;
}

.map.utama {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}

.card-tbl.data-login {
  margin: 0px;
  width: 30%;
  height: max-content;
}

.card-tbl.data-utm {
  margin: 0px;
}

.form-group.img {
  font-family: Poppins;
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
}

input#foto {
  font-size: 15px;
}

.img-adn {
  /* margin: 0px; */
  border-radius: 8px;
}

.map-peta.utm {
  margin: 0px;
  padding: 0px;
}

.map-peta.utm {
  max-width: 1000px;
  height: 100%;
  justify-content: center;
  position: relative;
}

.map-peta {
  display: flex;
  place-content: center;
  position: relative;
  align-items: flex-start;
}

.card-tbl.data {
  margin: 0px;
}

.input-search {
  width: fit-content;
}

.control-forms {
  border-radius: 5px;
  padding: 5px;
  border: solid rgb(17, 83, 128);
  width: 500px;
  margin: 0px 10px;
}

.colom-panjang-data {
  display: flex;
  place-content:
    center;
  align-items: center;
  margin: 0px 10px;
}

.fit {
  width: 50%;
  margin: 0px 10px;
}

.img-aduan {
  border: 2px solid #000000;
  border-radius: 10px;
  display: flex;
  margin: 10px;
  width: -webkit-fill-available;
  justify-content: center;
  align-items: center;
}

.tabel-controler {
  display: flex;
  place-content: center;
  flex-flow: row nowrap;
  align-items: center;
}

.container-aduan {
  display: flex;
  place-content: center;
  flex-flow: row nowrap;
}

.container-aduan img {
  border: 3px solid rgb(17, 83, 128);
  border-radius: 10px;
  width: 94.3%;
  margin: 50px 0px;
}

.container-form {
  display: flex;
  place-content: center;
  flex-flow: row nowrap;
}

.container-form img {
  border: 3px solid rgb(17, 83, 128);
  border-radius: 10px;
  width: 94.3%;
  margin: 50px 0px;
}

.data {
  display: flex;
  place-content: center;
  position: relative;
  margin: auto;
  margin-top: 50px;

}

.form-aduan {
  color: rgb(14, 46, 67);
  width: 100%;
  margin: 5px 20px 19px;
  font-size: 15px;
}

.card-aduan h2 {
  text-align: center;
  border-radius: 15px 15px 0px 0px;
  padding: 10px;
  border-bottom: 3px solid rgb(17, 83, 128);
  color: rgb(17, 83, 128);
  background-color: rgb(255, 195, 84);
  font-family: "Russo One", sans-serif;
}

.data-aduan {
  display: flex;
  justify-content: center;
}

.btn {
  font-family: Poppins, sans-serif;
  width: 100%;
  height: 30px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin: 5px 0px;
}

.btn-danger:hover {
  background-color: rgb(255, 0, 0);
}

.btn-primary:hover {
  background-color: rgb(37, 255, 103);
}

.btn-danger {
  background-color: tomato;
  border-collapse: collapse;
  border-radius: 2px;
  border: 0px;
}

.btn-primary {
  background-color: rgb(61, 160, 124);
  border-collapse: collapse;
  border-radius: 2px;
}

.isi-data {
  display: flex;
  place-content: center;
  position: relative;
  flex-direction: column-reverse;
}

.data-lain {

  display: flex;
  place-content: center;
  position: relative;
  margin: 5px 0px 40px;
}

.data-spek {
  display: flex;
  place-content: center;
  position: relative;
}

.card-tbl h2 {

  font-size: 19px;

  text-align: center;

  padding: 5px 0;

  border-bottom: 2px solid #000000;

  border-radius: 10px 10px 0px 0px;

  color: #000000;

  /* background-color: rgb(206, 219, 230); */

  font-family: "Russo One", sans-serif;

  margin: 0px;
}

.table-container {

  display: flex;

  justify-content: space-between;

  padding: 0px 2%;
  margin: 10px;

}

.table-container .data-views {

  width: 100%;

}

.card-block table {

  background-color: rgba(108, 108, 108, 0);

  width: 100%;

  border-collapse: collapse;

  margin-bottom: 0px;

}

.card-block table tbody td {

  /* height: 49px; */

  padding: 5px 10px;

  text-align: left;

  vertical-align: middle;
}

.card-block table tbody a {
  color: rgb(17, 83, 128);
}

.card-block table tbody th {
  height: 50px;
  padding: 0 0.75rem;
  color: #000;
  text-align: left;
  vertical-align: middle;
}

.map-peta.peta-utama {
  margin: 0px;
  padding: 0px;
}

.peta-menu.mn-pt-utm {
  padding: 0px;
  display: flex;
  place-content: center;
  align-items: center;
}

.peta-utama.data-isi {
  border: 2px solid #000000;
  width: 100%;
  background-color: white;
}

.peta-utama {
  width: -webkit-fill-available;
  margin: 10px;
}

.card-label {
  background: transparent;
  border-bottom: 2px solid #000000;
  padding: 5px;
  text-align: center;
  color: #000000;
  font-family: "Russo One", sans-serif;
}

.card1-data {
  border: 2px solid #000000;
  border-radius: 10px;
  background-color: white;
  margin: 2.5px;
  position: relative;
  z-index: 999;
  width: 100vw;
  /* padding: 2px; */
  /* height: 779px; */
}

.card1-data .left {
  max-height: max-content;
  border: 3px solid rgb(17, 83, 128);
  border-radius: 10px;
  background-color: aliceblue;
  position: relative;
  z-index: 999;
  width: 350px;
}

.table-container .form-group {
  width: 92%;
}

.card-aduan {
  width: 79vw;
  border: 3px solid rgb(17, 83, 128);
  border-radius: 15px;
  background-color: aliceblue;
  margin: 40px auto;
  position: relative;
  z-index: 999;
}

.card-tbl {
  display: inline-block;
  /* width: 98vw; */
  border: 2px solid #000000;
  border-radius: 10px;
  background-color: aliceblue;
  margin: 0px 0px 0px 40px;
  position: relative;
  z-index: 999;
}

.tabel {
  margin: 10px auto;
  width: 95%;
  border-collapse: collapse;
  padding: 10px;
}

.tabel thead tr th {
  border-bottom: 1px solid rgb(4, 29, 47);
  border-right: 1px solid rgb(4, 29, 47);
  color: rgb(17, 83, 128);
  background-color: rgb(255, 195, 84);
  padding: 5px 10px;
}

.tabel tbody tr td {
  border-bottom: 1px dashed rgb(4, 29, 47);
  border-right: 1px solid rgb(4, 29, 47);
  padding: 5px 10px;
  text-align: center;
}

h1 {
  font-family: "Russo One", sans-serif;
}

h6 a {
  font-weight: 400;
  text-decoration: none;
}

.peta-menu {
  display: flex;
  place-content: center;
  position: relative;
}

.card {
  background: rgba(255, 255, 255, 0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.7px);
  -webkit-backdrop-filter: blur(11.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.map .card {
  margin: 0px 20px 0px 30px;
}

.form-row {
  margin: 10px;
}

.form-row .py-1 {
  margin: 10px;
  border: 1px solid rgb(17, 83, 128);
  border-radius: 10px;
}

.form-control {
  border-radius: 5px;
  padding: 5px;
  border: solid rgb(17, 83, 128);
  width: 100%;
}

.card1 {
  border: 3px solid rgb(17, 83, 128);
  border-radius: 10px;
  background-color: aliceblue;
  width: 200px;
  margin: 0px 0px 0px 40px;
  position: relative;
  z-index: 999;
}

.card1 a {
  color: rgb(17, 83, 128);
}

.img-peta h2 {
  position: relative;
  z-index: 9999;
}

.container {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.img-peta {
  border-radius: 10%;
  max-width: 50%;
}

.text-peta h1 {
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  font-family: "Russo One", sans-serif;
}

.text-peta p {
  padding: 0px 0px 0px 20px;
  margin-bottom: 3px;
  color: rgb(255, 255, 255);
  font-family: Poppins, sans-serif;
}

.card-image {
  height: 30px;
  width: 60px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  display: block;
}

.btn-rounded-full:hover {
  background-color: rgb(17, 83, 128);
  color: rgb(173, 173, 173);
  cursor: pointer;
  border-color: rgb(255, 195, 84);
  transform: scale(1.01);
  transition: all 0.5s ease 0s;
}

h5:hover {
  color: rgb(173, 173, 173);
  cursor: pointer;
}

h6:hover {
  color: rgb(173, 173, 173);
  cursor: pointer;
}

.text-hero .btn-rounded-full {
  padding: 10px 20px;
}

@media (min-width: 320px) {

  .img-peta {
    border-radius: 10%;
    max-width: 90%;
  }

  .text-peta {
    text-align: center;
    margin: 50px;
  }

  .container {
    transform: translateY(-60px);
    position: relative;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
  }




  a {
    text-decoration: none;
  }

  h6 {
    text-decoration: none;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .swiper-slide {
    height: 300px;
  }

  .text-hero {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
    color: aliceblue;
    transform: translate(-50%, -70%);
  }

  img {
    max-width: 100%;
  }

  body,
  html {
    overflow-x: hidden;
  }

  body {
    font-family: Poppins, sans-serif;
    background: #ffc400;
  }

  nav {
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 9999999;
  }

  .logo-brand {
    width: 120px;
    /* margin: 10px; */
  }

  .d-none {
    display: none !important;
  }

  .ic-menu svg {
    width: 38px;
  }

  .ic-menu {
    cursor: pointer;
  }

  .close {
    position: absolute;
    width: 30px;
    cursor: pointer;
    top: 20px;
    right: 20px;
  }

  .menu-utama {
    position: fixed;
    top: 0px;
    right: -100vw;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(17, 83, 128);
    width: 100vw;
    transition: all 300ms ease 0s;
    z-index: 99999;
  }

  .bg-darkblue {
    background-color: rgb(255, 195, 84);
  }

  .btn-rounded-full {
    border: 3px solid rgb(17, 83, 128);
    padding: 1px 19px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
  }

  .top-menu .btn-rounded-full ul li a {
    color: rgb(14, 46, 67);
  }

  .top-menu .btn-rounded-full {
    display: inline-block;
    margin: 10px 0px;
    color: rgb(14, 46, 67);
  }

  .menu-utama ul li a {
    color: black;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
  }

  .menu-utama ul li {
    list-style: none;
    text-align: center;
    margin: 5px 0px;
    position: relative;
  }

  .menu-utama ul li.active::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 30%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {

  .container {
    transform: translateY(-60px);
    position: relative;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
  }



  h6 {
    text-decoration: none;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
  }

  .ic-menu {
    display: none;
  }

  .logo-brand {
    width: 400px;
    /* margin: 10px; */
  }

  .menu-utama {
    position: relative;
    right: 0px;
    width: auto;
    background-color: transparent;
  }

  .close {
    display: none;
  }

  .menu-utama ul li {
    display: inline-block;
    margin: 0px 0px 0px 30px;
  }

  .swiper-slide {
    height: 500px;
  }

  .text-hero {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
    color: aliceblue;
    transform: translate(-50%, -80%);
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  nav {
    /* max-width: 1000px; */
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 9999999;
  }




}

@media (min-width: 992px) {
  .container {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  h6 {
    text-decoration: none;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
  }

  .ic-menu {
    display: none;
  }

  .logo-brand {
    width: 400px;
    margin-right: 300px;
  }

  .menu-utama {
    position: relative;
    right: 0px;
    width: auto;
    background-color: transparent;
  }

  .close {
    display: none;
  }

  .menu-utama ul li {
    display: inline-block;
    margin: 0px 0px 0px 30px;
  }

  .swiper-slide {
    height: 500px;
  }

  .text-hero {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
    color: aliceblue;
    transform: translate(-50%, -80%);
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }



}

@media (min-width: 1200px) {



  h6 {
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
  }

  nav {
    display: flex;
    border-bottom: 2px solid #000000;
    /* max-width: 1000px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    justify-content: center;
    align-items: center;
    background-color: #ffde06;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
  }
}

.swiper-slide {
  height: 600px;
}

.text-hero {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  text-align: left;
  color: aliceblue;
  transform: translate(-140%, -75%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}



.container-index {
  max-width: 1000px;
  height: max-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 999999;
}

.text-peta {
  text-align: left;
}

.img-peta img {
  border: 3px solid rgb(17, 83, 128);
  border-radius: 20px;
  background-size: cover;
  margin-bottom: 0px;
}

.peta-menu {
  display: flex;
  place-content: center;
  position: relative;
}

.map .card {
  margin: 0px 20px 0px 30px;
}

.form-row {
  margin: 10px
}

.form-row .py-1 {
  margin: 10px;
  border: 1px solid rgb(17, 83, 128);
  border-radius: 10px;
}

.form-control {
  border-radius: 5px;
  padding: 5px;
  border: solid rgb(17, 83, 128);
  width: 100%;
}

.card1 {
  border: 3px solid rgb(17, 83, 128);
  border-radius: 10px;
  background-color: aliceblue;
  width: 300px;
  margin: 0px 0px 0px 40px;
  position: relative;
  z-index: 999;
}

.card1 a {
  color: rgb(17, 83, 128);
}

label {
  margin: 0px;
}

}

@media (min-width: 1400px) {
  .swiper-slide {
    height: 1000px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 1000px;
    object-fit: cover;
  }

}