::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgb(146, 146, 146);
  border-radius: 20px;  
}

#interaccion_ins2 {
  max-width: 200px !important;
  display: inline-block !important;
  margin-right: 50px;
}

html {
  position: fixed !important;
}

body {
  position: fixed !important;
  height: 100svh !important;
}

#btn-save-ins {
  display: none;
  border-radius: 200px;
  background: #045316;
  border: none;
}

#btn-save-ins:hover { 
  background: #045316;
}

.form-check {
  margin-top: 20px;
}

.interaccion__wp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.interaccion__item input {
  display: block !important;
  margin-left: 0 !important;
  position: relative;
  margin-bottom: 0;
}

.interaccion__item-wp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
}

.interaccion__item {
  display: inline-block;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
  border-radius: 4px;

  margin-left: 20px;
  margin-bottom: 20px;

}

.interaccion__wp input {
  display: block;
  position: static;
  margin-right: 10px;
  margin-bottom: 5px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100vw;
  position: relative;
  background-color: #f1feed;
}

.footer {
  background-color: white;
  padding: 10px 20px;
}

.content-wrapper {
  background-image: url("../../../main/imagen/grid.png");
  background-color: #f1feed;
}

.content-wrapper2 {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #f1feed;
  background-image: url("../../../main/imagen/grid.png");
}

.content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card__front-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #045316;
  width: 100%;
  background-position: center;
  font-family: "Paytone One", sans-serif;
}

.slider-wp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.slider {
  width: 100%;
  height: 100%;
  perspective: 200vw;
  position: relative;
}

.form-navigator-wp {
  padding: 0 15px 0 15px;
  position: absolute;
  width: 100%;
  bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn {
  padding: 10px;
}

.btn-nav {
  background: #045316;
  color: white;
  border-radius: 40px;
  transform-origin: bottom right;
}

.btn-nav--left {
  transform-origin: bottom left;
}

.btn-nav:hover {
  color: white;
}


.slider__header {
  transition: 200ms;
  color: #045316;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  margin-bottom: 5px;
}

.slider__header-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  opacity: 0.3;
  transition: 200ms;
}


.slider__header-item--active {
  opacity: 1;
  transform: scale(1.1);
}

.slider__header-item--active p {
  display: block;
}

.slider__header-p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.slider__header-circle {
  width: 15px;
  height: 15px;
  background-color: #045316b7;
  border-radius: 20px;
  min-width: 15px;
  min-height: 15px;
}


.slider__header-sep {
  width: 40px;
  height: 2px;
  color: #045316
}


.form-navigator {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #0453164e;
  border-radius: 20px;
}

.form-navigator__item {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;

}
.form-navigator__item-wp p  {
  margin-bottom: 0;
}

.form-navigator__item-wp {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.form-navigator__item-slider-circle {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.416);
  border-radius: 20px;
}

.form-navigator__item-slider-circle--active {
  background-color: #ffffff;
} 

.card {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 6px solid #045316;
  transform-origin: left;
  transition: all 1.0s ease-in-out;
  transform-style: preserve-3d;
  border-radius: 16px;
  position: absolute;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

#card-footer {
  color: #045316;
}

.card-body {
  position: absolute;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  background: white;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-radius: 6px;
  position: fixed;
  float: left;
  left: 1;
  z-index: 1;
}

.card__back {
  backface-visibility: hidden;
  position: absolute;
  background: #045316;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
  border-radius: 6px;
}

.card__front {
  background: #045316;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 0 !important;
}

.card__front-bg {
  background-color: #045316;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}



.card__front-logo-wp {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

.card__front-logo {
  width: 60%;
}

.card__front-year {
  color: rgb(0, 0, 0);
  font-weight: 700;
  transform: translateY(-20%);
  font-family: "Paytone One", sans-serif;
}

.title__span {
  color: red;
}

#slider-header {
  transition: 200ms;
  opacity: 0;
}

@keyframes flip {

  100% {
    transform: rotateY(180deg);
  }
}

.card-body {
  border: none;
  outline: none;
  box-shadow: none;
}

.card-header {
  border-bottom: none;
}

.btn {
  transition: 200ms;
}
.btn:active {
  transform: scale(1.1);
}

.btn--disabled {
  opacity: 0.5;
}

.btn--disabled:active {
  transform: scale(1.0);
}

.form-navigator__item-circles {
  position: absolute;
  display: flex;
  gap: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #045316;
  padding: 18px;
  border-radius: 20px;
}

.terms-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-popup__background {
  background: rgba(0, 0, 0, 0.143);
  position: absolute;
  width: 100%;
  height: 100%;
}

.terms-popup__popup-header {
  margin-top: 10px;
  margin-bottom: 20px;
}

.terms-popup__popup {
  background: white;
  border-radius: 15px;
  padding: 15px;
  width: 600px;
  height: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  overflow: auto;
  margin: 0 10px;
  
}

.terms-popup__popup-text-wp {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.iti {
  width: 100% !important;
}

.card-body {
  padding-bottom: 70px;
}

h1 {
  margin-top: 0;
}

#terms-btn {
  width: 200px;
}

#fechanacimiento_ins {
  color: #444 !important;
}

input:focus {
  border: 1px solid #045316 !important;
}

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

  .card-wrapper {
    padding-bottom: 30px;
  }

  .form-navigator__item-circles {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .slider__header-p {
    font-size: 14px;
  }
}

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

  .slider__header {
    gap: 15px;
  }

  .slider__header-item p {
    display: none;
  }
  
  .slider__header-item--active p {
    display: block;
    font-size: 20px;
  }
}

.btn-sidebar {
  height: 38px !important;
}

@media only screen and (max-width: 400px) {
  .card__front-logo {
    width: 80%;
  }
}

@media only screen and (max-width: 800px) {
  .admin .slider__header {
    gap: 15px;
  }

  .admin .slider__header-item p {
    display: none;
  }
  
  .admin .slider__header-item--active p {
    display: block;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .admin .slider__header-p {
    font-size: 14px;
  }
}