@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.indice-internas a {
  padding: 2% 0;
}

.indice-internas a img {
  width: 100%;
  height: auto;
  margin: 0 0 29px;
}

.container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0;
}

.tabs-entry-exit {
  -webkit-box-shadow: 0px -6px 5px -4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px -6px 5px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px -6px 5px -4px rgba(0, 0, 0, 0.23);
}

.tabs-entry-exit .nav-item {
  margin: 4% 2% 0;
  display: flex;
  justify-content: space-between;
}

.tabs-entry-exit .nav-item .nav-link {
  padding: 10px 48px;
}

.tabs-entry-exit .nav-item .nav-link {
  border: 1px solid #042e5b;
  background-color: white;
  color: #042e5b;
}

.tabs-entry-exit .nav-item .nav-link.active {
  border: none;
  background-color: #042e5b;
  color: white;
}

@media(min-width:320px) and (max-width: 400px) {
  .tabs-entry-exit .nav-item .nav-link {
    padding: 10px 33px;
  }
}

.tabs-content .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tabs-content img {
  border-radius: 10px;
}



.owl-dots {
  position: absolute;
  bottom: -7px;
  padding-top: 14px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #d4d4d4 !important;
  border-radius: 50%;
  margin: 0 6px;
}


.owl-carousel .owl-item img {
  height: auto;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
}

@media(max-width:526px){
    .owl-carousel .owl-item img {
       width: 52%; 
        
    }
}

@media(max-width:510px){
    .owl-carousel .owl-item img {
       width:80%; 
        
    }
}

.owl-dots .owl-dot.active {
  width: 15px;
  height: 15px;
  background-color: #042e5b !important;
}

.slider-education-container {
  display: flex !important;
  margin: 0 auto;
  width: 100%;
  flex-flow: row nowrap !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin !important;
  justify-content: center;
  scrollbar-width: thin;
  /* Puedes usar 'auto', 'thin', o 'none' */
  scrollbar-color: #042e5b transparent;
  /* Color del thumb y del track */

  /* Estilizar para Internet Explorer y Edge */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Mostrar scrollbar solo cuando se hace scroll */
}

.slider-education-container.left-position-tabs {
  justify-content: flex-start;
}

.slider-education-container::-ms-scrollbar {
  width: 12px;
}

.slider-education-container::-ms-scrollbar-track {
  background-color: transparent;
}

.slider-education-container::-ms-scrollbar-thumb {
  border-radius: 5px;
  border: 9px solid orange;
}

.slider-education-container .nav-item {
  text-align: center;
  margin: 0 2%;
}

.slider-education-container .nav-item span {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #666666;
}




.slider-education-container .nav-item .btn-option {
  border: none;
  background-color: #eaeaea;
  color: #666666;
  font-size: 12px;
}


.slider-education-container .nav-item .peatonal-access.btn-option.active {
  border: none;
  color: #666;
  background-color: #e6ebe2;
  font-size: 12px;
}

.slider-education-container .nav-item .vehicular-access.btn-option.active {
  border: none;
  color: #878783;
  background-color: #f3e7d7;
  font-size: 12px;
}

.slider-education-container .nav-item .emergency-access.btn-option.active {
  border: none;
  color: #878783;
  background-color: #f2d5cb;
  font-size: 12px;
}


.slider-education-container .nav-item .aplication-access.btn-option.active {
  border: none;
  color: #878783;
  background-color: #dcebf8;
  font-size: 12px;
}



.buttons-encuesta-container {
  position: relative;
}

.buttons-encuesta-container .buttons-encuesta-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 8vh;
  right: 32%;
}

.buttons-encuesta-container .buttons-encuesta-content .btn-encuesta {
  border: 1px solid #042e5b;
  background-color: white;
  border-radius: 3px;
  color: #042e5b;
  padding: 10px 48px;
  width: 140%;
  text-align: center;
  margin: 10% 0;
}

.buttons-encuesta-container .buttons-encuesta-content .btn-encuesta:hover {
  border: none;
  background-color: #042e5b;
  color: white;
}

.indice-internas a {
  padding: 2% 0;
}

.indice-internas a img {
  width: 100%;
  height: auto;
  margin: 0 0 29px;
}


/* estilos notificaciones */

.notification {
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.375rem;
  background: #313e2c;
  color: #aaec8a;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(1.875rem);
  opacity: 0;
  visibility: hidden;
  animation: fade-in 3s linear;
  z-index: 3;
}

.notification__icon {
  height: 1.625rem;
  width: 1.625rem;
  margin-right: 0.25rem;
}

.notification__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0.5rem;
}

.notification .notification__progress {
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  width: calc(100% - 0.5rem);
  height: 0.2rem;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(to right, #313e2c, #aaec8a);
  border-radius: inherit;
  animation: progress 1.5s 0.3s linear;
}

.notification.notification--failure {
  background-color: #371818;
  color: #ff4d4d;
}

.notification.notification--failure .notification__progress {
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  width: calc(100% - 0.5rem);
  height: 0.2rem;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(to right, #371818, #ff4d4d);
  border-radius: inherit;
  animation: progress 1.5s 0.3s linear;

}


@keyframes fade-in {
  5% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  95% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes progress {
  to {
    transform: scaleX(1);
  }
}

/* estilos estadisdiscas */


.bg-statistics {
  background-color: #f4f4f4;
}


.stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-container .stats-title {
  display: flex;

}

.stats-container .stats-title img {
  width: 40%;
  height: auto;

}

.stats-container .stats-title h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 35px;
  color: #042e5b;
}

.stats-container #stats {
  width: 100%;
}

.stats-item {
  margin-bottom: 1rem;
  box-shadow: 9px 9px 15px #0000003D;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.stats-item h2 {
  font-weight: 500;
  color: #042e5b;
  font-size: 16px;
  text-transform: capitalize;
}

.stats-item h2 span {
  padding: 0 4px;
}

.progress-bar {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 0.375rem;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}

.progress-bar-inner {
  height: 1.5rem;
  text-align: center;
  color: white;
  line-height: 1.5rem;

}


.progress-bar .progress-bar-inner .progress-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.progress-bar-inner.yes {
  background-color: #4caf50;
}

.progress-bar-inner .progress-text {
  color: #2f2e2e;
}


.progress-bar-inner.no {
  background-color: #f44336;
}