/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap"); */
@font-face {
  font-family: "SinkinSans-100Thin";
  src: url("../fuentes/sinkin-sans/SinkinSans-100Thin.otf");
}
@font-face {
  font-family: "SinkinSans-100ThinItalic";
  src: url("../fuentes/sinkin-sans/SinkinSans-100ThinItalic.otf");
}
@font-face {
  font-family: "SinkinSans-200XLight";
  src: url("../fuentes/sinkin-sans/SinkinSans-200XLight.otf");
}
@font-face {
  font-family: "SinkinSans-200XLightItalic";
  src: url("../fuentes/sinkin-sans/SinkinSans-200XLightItalic.otf");
}
@font-face {
  font-family: "SinkinSans-300Light";
  src: url("../fuentes/sinkin-sans/SinkinSans-300Light.otf");
}
@font-face {
  font-family: "SinkinSans-300LightItalic";
  src: url("../fuentes/sinkin-sans/SinkinSans-300LightItalic.otf");
}
@font-face {
  font-family: "SinkinSans-400Italic";
  src: url("../fuentes/sinkin-sans/SinkinSans-400Italic.otf");
}
@font-face {
  font-family: "SinkinSans-400Regular";
  src: url("../fuentes/sinkin-sans/SinkinSans-400Regular.otf");
}
@font-face {
  font-family: "SinkinSans-500Medium";
  src: url("../fuentes/sinkin-sans/SinkinSans-500Medium.otf");
}
@font-face {
  font-family: "SinkinSans-500MediumItalic";
  src: url("../fuentes/sinkin-sans/SinkinSans-500MediumItalic.otf");
}
@font-face {
  font-family: "SinkinSans-600SemiBold";
  src: url("../fuentes/sinkin-sans/SinkinSans-600SemiBold.otf");
}
@font-face {
  font-family: "SinkinSans-600SemiBoldItali";
  src: url("../fuentes/sinkin-sans/SinkinSans-600SemiBoldItali.otf");
}

:root {
  --font-family: "Inter", sans-serif;
  --primary: #155bd5;
  --primary-dark: #1c3ab6;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

.izq {
  max-height: 500px;
  overflow-y: auto;
}
.contenedor {
  width: 100%;
  height: 100%;
  border: 1.5px solid #c6c6c6;
  border-radius: 18px;
  font-family: "sinkin_sans200_x_light";
  justify-content: center;
  align-items: center;
  display: inline-grid;
  padding: 15px;
}
.contenedor-mapa {
  line-height: 15px;
  width: 100%;
  height: 100%;
  border: 1.5px solid #c6c6c6;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: inline-grid;
  text-align: center;
}
.div-titulo {
  text-align: center;
  font-size: 1.2rem;
}
a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: "SinkinSans-200XLight";
}

a.depto {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #333;
}
a.depto:hover {
  background-color: #f2f2f2;
  color: #0cb1a8;
}
.buton-ver-fichas {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  white-space: pre-line;
  margin-left: 2vh;
}
.buton-ver-fichas:hover {
  background-color: #0cb1a8;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}

h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.25;
  font-family: SinkinSans-200XLight;
  color: #9d9d9c;
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1em;
  line-height: 1.25;
  font-family: SinkinSans-200XLight;
  color: #e98110;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
  font-family: SinkinSans-400Regular;
  color: #0cb1a8;
}

h6,
.h6 {
  font-size: 0.875em;
  line-height: 1.25;
  font-family: SinkinSans-400Regular;
  color: #0cb1a8;
}

.display-1 {
  font-size: 5.5em;
  line-height: 1.25;
}

.display-2 {
  font-size: 4.75em;
  line-height: 1.25;
}

.display-3 {
  font-size: 4em;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.25em;
  line-height: 1.25;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:hover {
  color: inherit;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}
.btn.btn-sm {
  padding: 8px 16px;
}
.btn.square {
  border-radius: 0px;
}
.btn.semi-rounded {
  border-radius: 12px;
}
.btn.rounded-full {
  border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}
.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}
.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #a4c84c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}

/*===========================
  Section Title Five CSS
===========================*/
.section-title-five {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-five {
    margin-bottom: 35px;
  }
}
.section-title-five h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  padding: 8px 30px;
}
.section-title-five h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-five h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-five p {
  color: var(--dark-3);
}

.made-in-ayroui {
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.made-in-ayroui:hover {
  transform: translateY(-5px);
}

/*===========================
  NAVBAR css 
===========================*/
.navbar {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
}
.navbar img {
  width: 7rem;
}
.navbar h2,
h3 {
  color: #9d9d9c;
}

.mb-100 {
  margin-bottom: 100px;
}

/*===== NAVBAR NINE =====*/

.overlay-left {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
.overlay-left.open {
  display: block;
}

.boton-atras {
  border-radius: 50%;
  border: 1px solid orange;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 999;
  background-color: orange;
  color: #fff;
}

/*======================================
    header Area CSS
========================================*/

.footer {
  color: white;
  font-family: "SinkinSans-200XLight";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5rem;
  background-color: var(--dark-2);
}
/* Footer eleven css */

.contenedor-principal {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "SinkinSans-200XLight";
}
main {
  flex: 1;
}

.imagen-mapa {
  width: 100%;
  padding: 1rem;
}

.imagen-gaioc {
  max-width: 40%;
  border-radius: 10px;
  object-fit: contain;
}

.filterinput {
  min-width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #0cb1a8;
  color: #fff;
  font-family: "SinkinSans-200XLight";
}

.listaDepartamentos {
  background-color: #0cb1a8;
  color: #fff;
  font-family: "SinkinSans-200XLight";
  padding: 0.5em;
  border: 0;
  margin: 0;
  border-radius: 10px;
  text-indent: 0.01px;
  text-overflow: "";
}

#listado_gaioc {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "SinkinSans-200XLight";
}
#listado_gaioc li {
  color: #4f4f4f;
  padding-left: 16px;
  margin-top: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;

  &:before {
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #ddd;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: -1;
  }
  &:hover {
    background-color: #e0e0e0;
    border-radius: 40px;
  }
  .selected {
    background-color: #a0c0ff;
  }
}
#listado_gaioc li.selected {
  background-color: #a0c0ff; /* Color de fondo para el elemento seleccionado */
  padding-left: 15px;
}

ol {
  padding-left: 30px;
}
#listado_gaioc ol {
  li:nth-child(odd):before {
    border-color: #0bad02;
  }
  li:nth-child(even):before {
    border-color: #2378d5;
  }
  li:nth-child(odd).selected {
    background-color: #0bad02;
    border-radius: 40px;
    color: #fff;
  }
  li:nth-child(even).selected {
    background-color: #2378d5;
    border-radius: 40px;
    color: #fff;
  }
}
.descripcion_gaioc {
  display: block;
}
@media (max-width: 1366px) {
  .descripcion_gaioc {
    display: none;
  }
}
