/* ------------------------ BASE ------------------------ */
/* ----------------------- COLORS ----------------------- */
/* --------------------- TRANSITION --------------------- */
/* --------------------- BOX-SHADOWS -------------------- */
/* ----------------------- BORDER ----------------------- */
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/Galano-Grotesque-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/Galano-Grotesque.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/Galano-Grotesque-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/GalanoGrotesqueSemiBold.ttf) format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/GalanoGrotesque-Bold.ttf) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/GalanoGrotesqueExtraBold.ttf) format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url(../fonts/Galano-Grotesque-Heavy.ttf) format("truetype");
  font-weight: 900;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

video,
picture,
iframe,
figure {
  max-width: 100%;
  width: 100%;
  display: block;
}

input {
  outline: none;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "GalanoGrotesque";
}

.body-calc {
  background: black;
  background: linear-gradient(180deg, black 0%, #056354 100%);
}

.body-home {
  background: #ffffff;
}

.body-staking {
  background: linear-gradient(122deg, #000000 39.92%, #07836F 87.77%), #FFFFFF;
}
.body-staking main p,
.body-staking main li,
.body-staking main h1,
.body-staking main h2,
.body-staking main h3,
.body-staking main h4,
.body-staking main h5 {
  color: #ffffff;
  /* font-weight: bold; */
}

.row {
  margin: 0;
}

::-webkit-scrollbar {
  background: transparent;
  width: 3px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.124);
  border: solid rgba(88, 88, 88, 0.323) 2px;
  border-radius: 5px;
}
/* ----------------------- LAYOUT ----------------------- */
/* ----------------------- MIXING ----------------------- */
/* ------------------- VALUE CONTAINE ------------------- */
.form-select,
.data-value {
  width: calc(50% - 20px);
  border-radius: 50px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 7px solid #ffffff;
  height: 54px;
  background: #f2f2f1;
  padding: 0rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #676767;
  font-size: 1rem;
}
.form-select input,
.data-value input {
  width: 80%;
  background: transparent;
  color: inherit;
  text-align: start;
}

/* -------------------- COMPONENT-DAY ------------------- */
.component-day .day-mes {
  display: flex;
}
.component-day .day-mes .day-mes__title {
  color: #ffffff;
  width: 75px;
}
.component-day .day-mes__items {
  display: flex;
  width: 87%;
  justify-content: space-between;
}
.component-day .day-mes__items span {
  height: 20px;
  padding: 0px 8px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 500;
}

/* ------------------------ component-rango----------------------- */
.next {
  width: 0;
  height: 0;
  border-left: 14px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.prev {
  width: 0;
  height: 0;
  border-right: 15px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.slider-range {
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
  margin: 10px auto;
}
.slider-range .porcentaje {
  padding-bottom: 2px;
}
.slider-range .slider {
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-range .slider .range {
  width: 100%;
  height: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-appearance: none;
  outline: none;
}
.slider-range .slider .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #2baae2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 0 #2baae2;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
.slider-range .slider .range::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 7px #2babe225;
}

/* ----------------- .COMPONENTE-MENSUA ----------------- */
.component-mensual {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  justify-content: space-between;
  flex-wrap: wrap;
}
.component-mensual .meses {
  width: 80%;
}
.component-mensual .meses .mes-title {
  font-size: 1.3rem;
}
.component-mensual .meses .mes__items-container {
  text-align: center;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.component-mensual .meses .mes__items-container .item-mes {
  width: 40px;
  margin: 2px;
}
.component-mensual .meses .mes__items-container .item-mes .item-mensual__value {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: transparent;
  border: 1px solid white;
}
.component-mensual .meses .mes__items-container .item-mes .item-mensual__value.active {
  background: #ffbe1b;
  border: 1px solid #ffbe1b;
  color: black;
}
.component-mensual .mensual-total__title {
  text-align: center;
  font-size: 1.3rem;
}
.component-mensual .mensual-total button {
  padding: 0px 20px 8px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 2px;
  background: #ffbe1b;
  border: 1px solid #ffbe1b;
  color: black;
  font-weight: 500;
  font-size: 2rem;
}

/* --------------------- BTN-EVULUS-YELLOW--------------------- */
.btn-evulus {
  padding: 0px 37px;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  box-shadow: 0px 0px 2rem #ffbe1b;
}
.btn-evulus:focus {
  box-shadow: none !important;
  border: none;
}
.btn-evulus:active {
  box-shadow: none !important;
}
.btn-evulus:hover {
  box-shadow: 0px 0px 3rem #ffbe1b;
  color: black;
}
.btn-evulus:active {
  box-shadow: 0px 0px 3.5rem #ffbe1b !important;
  color: black !important;
}
.btn-evulus:focus {
  box-shadow: 0px 0px 3.5rem #ffbe1b !important;
  color: black !important;
}

.btn-evulus-medium {
  padding: 15px 20px;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
}
.btn-evulus-medium:focus {
  box-shadow: none !important;
  border: none;
}
.btn-evulus-medium:active {
  box-shadow: none !important;
}
.btn-evulus-medium:hover {
  background: #e0a800;
  color: black !important;
  text-decoration: none !important;
}
.btn-evulus-medium:active {
  background: #d39e00;
}

.btn-evulus-small {
  padding: 0.5rem;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  margin: 0;
  border: 2px solid #ffbe1b;
}
.btn-evulus-small:focus {
  box-shadow: none !important;
  border: none;
}
.btn-evulus-small:active {
  box-shadow: none !important;
}
.btn-evulus-small:hover {
  background: #e0a800;
  color: black !important;
  text-decoration: none !important;
  border: 2px solid #e0a800;
}
.btn-evulus-small:active {
  background: #d39e00;
}

/* ------------------ BTN EVULUS WHITE ------------------ */
.btn-evulus-white {
  padding: 5px 28px;
  color: black;
  background: #ffffff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  color: #08907a;
  border-radius: 30px;
  box-shadow: 0px 0px 2rem #ffbe1b;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-evulus-white:focus {
  box-shadow: none !important;
  border: none;
}
.btn-evulus-white:active {
  box-shadow: none !important;
}
.btn-evulus-white:hover {
  box-shadow: 0px 0px 3rem #ffbe1b;
  color: #08907a;
}
.btn-evulus-white:active {
  color: #067260 !important;
  box-shadow: 0px 0px 3.5rem #ffbe1b !important;
}
.btn-evulus-white:focus {
  color: #067260 !important;
  box-shadow: 0px 0px 3.5rem #ffbe1b !important;
}

.btn-green {
  padding: 12px 30px;
  color: black;
  background: #08907a;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  box-shadow: 0px 0px 2rem white;
  border-radius: 40px;
  color: #ffffff;
}
.btn-green:focus {
  box-shadow: none !important;
  border: none;
}
.btn-green:active {
  box-shadow: none !important;
}
.btn-green:hover {
  box-shadow: 0px 0px 3rem #ffffff;
  color: #ffffff;
}
.btn-green:active {
  box-shadow: 0px 0px 3.5rem #ffffff !important;
  color: #ffffff !important;
}
.btn-green:focus {
  box-shadow: 0px 0px 3.5rem #ffffff !important;
  color: #ffffff !important;
}

/* ----------------------- BTN NAV ---------------------- */
.btn-dark, .btn-dark-1 {
  padding: 0px 1.5rem 0px;
  color: black;
  background: transparent;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  margin: 10px 15px 10px 0px;
  border: 2px solid #08907a;
  color: black;
}
.btn-dark:focus, .btn-dark-1:focus {
  box-shadow: none !important;
  border: none;
}
.btn-dark:active, .btn-dark-1:active {
  box-shadow: none !important;
}
.btn-dark:hover, .btn-dark-1:hover {
  background: #08907a;
  border: 2px solid #08907a;
}
.btn-dark:active, .btn-dark-1:active {
  background: #08907a;
  color: white;
  border: 2px solid #08907a;
}
.btn-dark:focus, .btn-dark-1:focus {
  background: #08907a;
  color: white;
  border: 2px solid #08907a;
  box-shadow: none !important;
}

.btn-dark.active, .active.btn-dark-1 {
  background: #08907a;
  color: white;
  border: 2px solid #08907a;
}

.btn-dark-1 {
  padding: 5px 1.5rem 3px;
}
.btn-dark-1:hover {
  color: #ffffff;
}

/* --------------------- BUTTON TOP --------------------- */
.go-top {
  background: #08907a;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px -6px;
  text-decoration: none;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  opacity: 0;
}
.go-top:hover {
  color: #ffffff;
}

.go-top.active {
  opacity: 1;
  bottom: 32px;
  pointer-events: auto;
}

/* ------------------------ OTROS ----------------------- */
.btn-evulus-icon {
  padding: 5px 25px;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
}
.btn-evulus-icon:focus {
  box-shadow: none !important;
  border: none;
}
.btn-evulus-icon:active {
  box-shadow: none !important;
}
.btn-evulus-icon:hover {
  background: #e0a800;
  color: black !important;
  text-decoration: none !important;
}
.btn-evulus-icon:active {
  background: #d39e00;
}
.btn-evulus-icon img {
  width: 43px;
}

.btn-submit {
  padding: 12px 25px;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 0px 0px 2rem #ffbe1b;
  text-transform: uppercase;
}
.btn-submit:focus {
  box-shadow: none !important;
  border: none;
}
.btn-submit:active {
  box-shadow: none !important;
}
.btn-submit:hover {
  box-shadow: 0px 0px 2.5rem #ffbe1b;
}
.btn-submit:active {
  box-shadow: 0px 0px 3rem #ffbe1b !important;
}
.btn-submit:focus {
  box-shadow: 0px 0px 3rem #ffbe1b !important;
}

.container-btn-date {
  padding: 0px;
  color: black;
  background: #ffffff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border-radius: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: #88cabe;
  height: 80px;
  width: 281px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
}
.container-btn-date:focus {
  box-shadow: none !important;
  border: none;
}
.container-btn-date:active {
  box-shadow: none !important;
}
.container-btn-date .btn-date {
  padding: 0px 0px;
  color: black;
  background: #ffffff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  /* border-radius: 5px; */
  /* -webkit-border-radius: 5px; */
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border-radius: 13px;
  width: 95%;
  -webkit-border-radius: 13px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 4px 0px #464646;
  font-size: 1rem;
}
.container-btn-date .btn-date:focus {
  box-shadow: none !important;
  border: none;
}
.container-btn-date .btn-date:active {
  box-shadow: none !important;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.owl-carousel {
  z-index: 0;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 80px;
  color: #08907a;
  text-align: center;
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.social-icons {
  flex-wrap: wrap;
}
.social-icons li a img {
  width: 30px;
  height: 30px;
  margin: 0.5rem;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.social-icons li a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social-icons--white li a img {
  filter: brightness(0) invert(100%);
  -webkit-filter: brightness(0) invert(100%);
  width: 70px;
  height: 70px;
}

/* ------------------------ MODAL ----------------------- */
.modal-dialog {
  max-width: none;
}
.modal-dialog .modal-content {
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.418);
  margin: 0 auto;
  background: url(../img/bg_modal.png?v=1) no-repeat center;
  background-size: inherit;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  width: 650px;
  position: relative;
  padding: 20px 0px;
}
.modal-dialog .modal-content .modal-header-cal,
.modal-dialog .modal-content .cantidad,
.modal-dialog .modal-content .montos,
.modal-dialog .modal-content .modal-footer-cal {
  border-bottom: 1px solid #ffffff;
  padding: 20px 50px;
}
.modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  opacity: 1;
}
.modal-dialog .modal-content .modal-header-cal {
  text-align: center;
  color: #ffffff;
}
.modal-dialog .modal-content .modal-header-cal h2 {
  font-size: 3rem;
}
.modal-dialog .modal-content .modal-main-cal .cantidad {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.modal-dialog .modal-content .modal-main-cal .cantidad .cantidad-evu h5 {
  color: #ffffff;
}
.modal-dialog .modal-content .modal-main-cal .cantidad .cantidad-evu .data-value {
  font-size: 1rem;
  margin: 0 auto;
  width: 180px;
  height: 44px;
}
.modal-dialog .modal-content .modal-main-cal .cantidad .component-day .day-mes {
  justify-content: center;
}
.modal-dialog .modal-content .modal-main-cal .montos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.modal-dialog .modal-content .modal-main-cal .montos .data-value {
  width: 80%;
}
.modal-dialog .modal-content .modal-footer-cal {
  text-align: center;
  border-bottom: none;
}
.modal-dialog .modal-content .modal-footer-cal .component-mensual {
  flex-wrap: wrap;
  justify-content: center;
}
.modal-dialog .modal-content .modal-footer-cal .component-mensual .meses {
  width: 100%;
}
.modal-dialog .modal-content .modal-footer-cal .component-mensual .mensual-total button {
  width: 100%;
}
.modal-dialog .modal-content .modal-footer-cal .component-mensual .mes-title,
.modal-dialog .modal-content .modal-footer-cal .component-mensual .mensual-total__title {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .modal .modal-content {
    width: 85%;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .modal-content .modal-header-cal,
.modal-dialog .modal-content .cantidad,
.modal-dialog .modal-content .montos,
.modal-dialog .modal-content .modal-footer-cal {
    padding: 10px;
    border: none;
  }
  .modal-dialog .modal-content .modal-header-cal {
    padding-top: 20px;
  }
  .modal-dialog .modal-content .modal-header-cal h2 {
    font-size: 35px;
  }
  .modal-dialog .modal-content .modal-main-cal .cantidad {
    gap: 20px;
  }
  .modal-dialog .modal-content .modal-footer-cal .component-mensual .meses .mes-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .panel__day {
    padding: 0.5rem;
  }
  .panel__day .component-day .day-mes__items span {
    height: 18px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
  }

  .component-day .day-mes__items span {
    height: 20px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
  }

  .slider-range {
    gap: 5px;
  }

  .modal-dialog .modal-content {
    width: 100%;
  }
  .modal-dialog .modal-content .modal-header-cal,
.modal-dialog .modal-content .cantidad,
.modal-dialog .modal-content .montos,
.modal-dialog .modal-content .modal-footer-cal {
    padding: 5px 10px;
    border: none;
  }
  .modal-dialog .modal-content .modal-header-cal {
    padding-top: 20px;
  }
  .modal-dialog .modal-content .modal-main-cal .montos .data-value {
    width: 90%;
  }
  .modal-dialog .modal-content .modal-main-cal .cantidad {
    gap: 20px;
  }
  .modal-dialog .modal-content .modal-footer-cal .component-mensual .meses .mes-title {
    margin-bottom: 0;
  }
}
/* ----------------------- MODULOS-HOME ---------------------- */

.staking,
.transiciones,
.slider-platform,
.pasos,
.participacion,
.reglas {
  padding-top: 58px;
  padding-bottom: 58px;
}

.subtitle {
  font-size: calc(28px + 1.3wv);
  margin-bottom: 30px;
}

@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.show-number {
  opacity: 0;
}

.animation-number {
  animation: aparecer 1.3s;
  -webkit-animation: aparecer 1.3s;
}

.requisitos,
.pasos,
.reglas {
  border-bottom: 1px solid #ffffff;
}

.staking {
  position: relative;
  min-height: 100vh;
  padding-top: calc(30px + 6vw);
  background: url(../img/velas.png) top;
}
.staking .staking-content__title {
  padding-top: calc(px + 2vw);
}
.staking .staking-content__title h2,
.staking .staking-content__title h1 {
  font-size: 80px;
}
.staking .staking-content__title h2 {
  font-weight: 300;
}
.staking .staking-content .btn-evulus {
  font-size: 73px;
  margin: 50px auto;
  display: table;
  border-radius: 20px;
  position: relative;
  left: -10%;
}
.staking .staking-content__parrafo {
  font-size: calc(14px + .5vw);
}
.staking .staking-content__parrafo h4 {
  color: black;
  padding: 8px;
  font-size: calc(18px + .5vw);
  background: #ffbe1b;
  width: fit-content;
  border-radius: 5px;
}
.staking__img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.staking__img img {
  width: 100%;
}
.staking .btn-green {
  margin: 30px auto 0px auto;
}

/* --------------------- REQUISITOS --------------------- */
.requisitos {
  border-top: 1px solid #ffffff;
}
.requisitos .participacion {
  width: 85%;
  margin: 0 auto;
}
.requisitos .participacion .participacion-content p {
  font-size: calc(14px + .4vw);
}
.requisitos .participacion .participacion-content__items-2 {
  width: fit-content;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.requisitos .participacion .participacion-content__items-2 a {
  margin: 5px;
  width: 40px;
  background: transparent;
}
.requisitos .participacion .participacion-content__items-2 a span {
  font-size: 8px;
  font-weight: 700;
}
.requisitos .participacion .participacion-content__items-1 {
  width: fit-content;
}
.requisitos .participacion .participacion-content__items-1 a {
  margin: 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  background: transparent;
}
.requisitos .participacion .participacion-content__items-1 a img {
  width: 110px;
}
.requisitos .participacion .participacion-content .btn-evulus-white {
  margin: 40px auto;
}

/* ------------------------ PASOS ----------------------- */
.pasos-buttons {
  margin-top: 20px;
}

/* ----------------------- .REGLAS ---------------------- */
.reglas .row {
  width: 85%;
  margin: 0 auto;
}
.reglas__list {
  list-style: decimal-leading-zero;
  margin-left: 40px;
  position: relative;
  font-size: calc(17px + .5vw);
  font-weight: 600;
}
.reglas__list li {
  margin-bottom: 10px;
}
.reglas__list::after {
  position: absolute;
  content: "";
  width: 30px;
  left: calc(-30px + -40px);
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  background: url(../icons/i-icon.png);
}
.slider-platform {
  background: #ffffff;
}

.transiciones .contador-container {
  color: #ffffff;
}
.transiciones .contador-container h5,
.transiciones .contador-container span {
  font-size: calc(40px + 2.5vw);
}
.transiciones .contador-container p {
  font-size: calc(18px + .5vw);
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 840px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 767px) and (min-height: 850px) {
  main section:first-child {
    min-height: auto !important;
  }
}
/* ----------------------- CONTACT ---------------------- */
.contact {
  padding: 80px 0px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.contact__content {
  position: relative;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__content h3 {
  font-size: calc(18px + 1vw);
  margin: 0;
  font-weight: 400;
}
.contact__content h2 {
  font-size: calc(32px + 1vw);
  font-weight: 600;
}

.footer {
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  font-weight: 400;
  font-size: 14px;
}
.footer__content h5 {
  margin-top: 20px;
  font-weight: bolder;
}
.footer__content .btn-evulus-small {
  padding: 0px 15px;
  font-size: 10px;
  margin: 5px 0px;
}
.footer__content .social-icons--white li a img {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}
.footer__content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 1500px) {
  .staking {
    min-height: auto;
  }
}


 /* ----------------------- STAKING ---------------------- */
.staking {
  position: relative;
  min-height: 100vh;
  background: url(../img/velas.png) no-repeat;
  background-position: center calc(10px + 4.5vw);
  color: #ffffff;
}
.staking .staking-content__title h2,
.staking .staking-content__title h1 {
  /* font-size: 80px; */
}
.staking .staking-content__title h2 {
  font-weight: 300;
}
.staking .staking-content .btn-evulus--staking {
  font-size: 73px;
  margin: 70px auto;
  display: table;
  border-radius: 20px;
  position: relative;
  left: -10%;
  padding: 0px 37px;
}
.staking .staking-content__parrafo {
  font-size: calc(14px + .5vw);
}
.staking .staking-content__parrafo h4 {
  color: black;
  padding: 8px;
  font-size: calc(18px + .5vw);
  background: #ffbe1b;
  width: fit-content;
  border-radius: 5px;
}
.staking__img {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.staking__img img {
  width: 100%;
}
.staking .btn-green {
  margin: 30px auto 0px auto;
}

.pasos,
.participacion,
.reglas {
  padding-top: 58px;
  padding-bottom: 58px;
}

.subtitle {
  font-size: calc(28px + 1.3wv);
  margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
  .social-icons--white li a img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  .staking .staking-content__title h1,
.staking .staking-content__title h2 {
    font-size: calc(30px + 3vw);
  }

  .subtitle {
    margin-bottom: 20px;
  }

  .btn-evulus-white,
.btn-green,
.btn-evulus-icon,
.btn-evulus-medium {
    font-size: 14px;
  }

  .btn-green {
    padding: 5px 20px;
  }

  .btn-evulus-white,
.btn-evulus-icon {
    width: 100%;
    white-space: normal;
  }

  .btn-evulus-white {
    margin: 20px auto !important;
  }

  .reglas__list {
    margin: 0;
  }
}
/* ----------------------- MODULOS-STAKING ---------------------- */
main {
  background: black;
  background: linear-gradient(180deg, black 0%, #056354 100%);
}

.staking-progresivo {
  padding: 100px 0px 80px 0px;
}

.title,
.precios {
  margin: 50px auto;
}

.title {
  color: #ffffff;
  text-align: center;
}
.title h1 {
  font-size: 3rem;
   color: #000;
}
.title span {
  font-size: 2rem;
}

.precios {
  display: flex;
  justify-content: center;
}

.panel {
  background: url(../img/bg-panel.png?v=1) no-repeat top;
  box-shadow: 0px 0px 40px 0px #02201b;
  background-size: cover;
  position: relative;
  padding: 3.5rem 2.5rem;
  margin: 0px auto 30px auto;
  max-width: 933px;
  border-radius: 80px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  overflow: hidden;
  min-height: 940px;
}
.panel .panel__cuenta,
.panel .panel__mes,
.panel .panel__day,
.panel .panel__stake,
.panel .panel__valance {
  margin: 0px auto 20px auto;
}
.panel__cuenta {
  justify-content: space-between;
  order: 1;
}
.panel__cuenta .form-select option {
  width: 100%;
}
.panel__day {
  width: 100%;
  border: 1px solid white;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  order: 2;
}
.panel__mes {
  color: #ffffff;
  width: 90%;
  padding: 0;
  order: 3;
}
.panel__stake {
  border: 1px solid #ffffff;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  flex-wrap: wrap;
  order: 4;
}
.panel__stake input {
  font-size: 1.5rem;
  margin: 10px;
  padding: 0px 25px 6px 25px;
  font-weight: 400;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.panel__valance {
  justify-content: space-between;
  padding: 0;
  gap: 10px;
  order: 5;
}
.panel__valance .valance-item {
  width: 258px;
  background: #ffffff;
  text-align: center;
  padding: 0.5rem 0px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.panel__valance .valance-item__title {
  font-weight: 700;
}
.panel__valance .valance-item__total {
  display: inline-block;
}
.panel__table {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  width: 100%;
  min-height: 200px;
  background: white;
  overflow: hidden;
  padding: 0;
  order: 6;
}
.panel__table table {
  width: 100%;
}
.panel__table table thead {
  background: black;
  background: linear-gradient(90deg, black 0%, #07816d 100%);
  font-size: 1rem;
  color: #ffffff;
}
.panel__table table tbody {
  background: #ffffff;
  font-weight: 500;
  font-size: 0.8rem;
}
.panel__table table td,
.panel__table table th {
  padding: 0.5rem 15px;
}

.footer-staking {
  width: 100%;
  text-align: center;
}
.footer-staking p {
  color: #ffffff;
  margin-top: 20px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  
  .staking-progresivo {
    padding: 20px 0px 80px 0px;
  }

  .title h1 {
    margin-top:80px;
    font-size: 4rem;
  }
  .title span {
    font-size: 1.5rem;
  }

  .precios .container-btn-date {
    margin: 0;
  }

  .panel {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .component-mensual {
    justify-content: center;
  }
  .component-mensual .meses {
    width: 100%;
    text-align: center;
  }
  .component-mensual .meses .mes__items-container .item-mes {
    width: calc(100% /6 - 4px);
    min-width: 40px;
  }

  .panel__stake {
    justify-content: center;
    padding: 0.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .panel__stake .btn-evulus-medium {
    width: calc(100% / 3 - 10px);
    min-width: 110px;
    border-radius: 3px;
    font-size: 1rem;
    padding: 3px 0px 5px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .panel__stake .btn-evulus-medium:nth-child(4) {
    min-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .title h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .title span {
    font-size: 1rem;
  }

  .precios {
    overflow: hidden;
    box-shadow: 0px 0px 0px 7px grey;
    height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .precios .container-btn-date,
.precios .btn-date {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    height: 100%;
  }
  .precios .btn-date {
    border: 1px solid grey;
    width: 100%;
    font-size: 0.8rem;
  }
  .precios .btn-date span {
    font-weight: 400;
  }

  .panel__valance {
    gap: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 7px #809894;
  }
  .panel__valance .valance-item {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-size: 0.6rem;
    font-weight: 500;
    border: 1px solid #809894;
  }
  .panel__valance .valance-item__title {
    font-size: 0.6rem;
  }
  .panel__valance .valance-item__total {
    font-size: 8px;
  }

  .panel__table {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .panel__table table thead {
    font-size: 0.8rem;
    background: black;
    background: linear-gradient(260deg, black 0%, #07816d 97%);
    text-transform: uppercase;
  }
  .panel__table table thead .th-time {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .panel__table table thead .th-time div:last-child {
    border-top: 1px solid #ffffff;
  }
  .panel__table table tbody {
    font-size: 0.5rem;
  }
  .panel__table table tbody td {
    border: 1px solid #d9d9d9;
  }
  .panel__table table thead,
.panel__table table tbody {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .title h1 {
    font-size: 35px;
    font-weight: 700;
  }
  .title span {
    font-size: 0.7rem;
  }

  .btn-submit {
    width: 180px;
    font-size: 1rem;
    padding: 6px 0px;
  }

  .form-select,
.data-value {
    font-weight: 300;
  }
  .form-select input,
.data-value input {
    font-weight: 300;
  }

  .panel {
    overflow: visible;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .panel__cuenta {
    flex-wrap: wrap;
  }
  .panel__cuenta .form-select,
.panel__cuenta .data-value {
    width: 100%;
  }
  .panel__cuenta .form-select {
    margin-bottom: 30px;
  }
  .panel__day .component-day .day-mes__items span {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #ffbe1b;
    font-size: 0.8rem;
    height: auto;
    padding: 0px 10px;
  }
  .panel__mes {
    order: 4;
  }
  .panel__mes .component-mensual .meses .mes-title {
    font-size: 1rem;
  }
  .panel__mes .component-mensual .mensual-total {
    margin: 10px 0px;
    display: flex;
    flex-direction: column-reverse;
  }
  .panel__mes .component-mensual .mensual-total .mensual-total__title {
    font-size: 1rem;
  }
  .panel__mes .component-mensual .mensual-total button {
    font-size: 1.8rem;
    height: 40px;
    width: 120px;
    padding: 0px 20px 7px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .panel__stake {
    order: 3;
  }
  .panel__table {
    margin: 10px 0px;
  }
  .panel__table table thead {
    font-size: 0.5rem;
  }
  .panel__table table tbody {
    font-size: 0.43rem;
  }

  .footer p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .panel__day {
    padding: 0.5rem;
  }
  .panel__day .component-day .day-mes__items span {
    height: 18px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
  }

  .component-day .day-mes__items span {
    height: 20px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
  }

  .slider-range {
    gap: 5px;
  }
}


/* ----------------------- HEADER ----------------------- */
.btn-nav {
  padding: 0px 0.8rem 0px;
  color: black;
  background: transparent;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  color: black;
  white-space: nowrap;
  border: none;
}
.btn-nav:active {
  box-shadow: none !important;
}
.btn-nav img,
.btn-nav svg,
.btn-nav i {
  margin-right: 5px;
  width: 43px;
}
.btn-nav:hover {
  background: #08907a;
  color: #ffffff;
}
.btn-nav:active {
  background: #08907a;
  color: white;
}
.btn-nav:focus {
  background: #08907a;
  color: white;
  box-shadow: none !important;
}
.btn-nav.active {
  background: #08907a;
  color: #ffffff;
}

.btn-nav-2 {
  padding: 5px 8px;
  color: black;
  background: transparent;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border: 1px solid #08907a;
  color: #08907a;
  margin-right: 20px;
  font-size: 12px;
}
.btn-nav-2:active {
  box-shadow: none !important;
}
.btn-nav-2 img,
.btn-nav-2 svg,
.btn-nav-2 i {
  margin-right: 5px;
  width: 43px;
}
.btn-nav-2:hover {
  background: #08907a;
  color: #ffffff;
}
.btn-nav-2.active {
  background: #08907a;
  color: #ffffff;
}
.btn-nav-2:active,
.btn-nav-2 .btn-nav-2.active:active {
  background: #067260;
  color: #ffffff;
}

.btn-nav-3 {
  padding: 5px 8px;
  color: black;
  background: #ffbe1b;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border: 1px solid #ffbe1b;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-nav-3:active {
  box-shadow: none !important;
}
.btn-nav-3 img,
.btn-nav-3 svg,
.btn-nav-3 i {
  margin-right: 5px;
  width: 43px;
}
.btn-nav-3:hover {
  background: #e0a800;
  color: black;
  border: 1px solid #e0a800;
}
.btn-nav-3:active {
  background: #d39e00;
  border: 1px solid #d39e00;
}

.navbar-home {
  background: #ffffff;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  box-shadow: 0px 0px 4px 0px #adadad;
}
.navbar-home .logo {
  width: 160px;
  min-width: 160px;
}
.navbar-home .logo img {
  width: 100%;
}
.navbar-home .navbar-toggler {
  border: none;
}
.navbar-home .navbar-toggler:focus {
  box-shadow: none;
}

.nav-item-home {
  display: flex;
  align-items: center;
}

.btn-lang .lang {
  background: transparent;
  color: #9b9b9b;
  font-size: 12px;
}
.btn-lang .dropdown-menu-item:hover,
.btn-lang .dropdown-menu-item:active {
  background: #08907a;
}

.btn-nav-dropdown {
  border: none;
  white-space: nowrap;
  margin: 5px 15px;
  font-size: 14px;
}
.btn-nav-dropdown .dropdown-toggle {
  color: black;
}
.btn-nav-dropdown .dropdown-menu li {
  width: 100%;
  padding: 3px 20px;
}
.btn-nav-dropdown .dropdown-menu li a {
  color: black;
}
.btn-nav-dropdown .dropdown-menu li:hover {
  background: #e9ecef;
}

.menu-icon-compact {
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  height: 24px;
  display: flex;
  gap: 1px;
  margin-right: 0.5rem;
  flex-wrap: wrap;
  cursor: pointer;
}
.menu-icon-compact span {
  width: 6px;
  height: 6px;
  background: black;
}
.menu-icon-compact:hover span {
  background: #08907a;
}

@media screen and (max-width: 992px) {
  .navbar-home .btn-nav {
    color: black;
    border: 1px solid #08907a;
  }
  .navbar-home .btn-nav:hover {
    color: #ffffff;
  }
  .navbar-home .btn-nav.btn-nav.active {
    color: #ffffff;
  }
  .navbar-home .btn-nav-3,
.navbar-home .btn-nav-2 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-evulus-black {
    background: black;
  }
  .navbar-evulus-black .btn-nav {
    border: 1px solid white;
    color: white;
  }
  .navbar-evulus-black .btn-nav.active {
    border: 1px solid #08907a;
  }
  .navbar-evulus-black .btn-nav:hover {
    border: 1px solid #08907a;
  }
  .navbar-evulus-black .navbar-toggler {
    color: #ffffff;
  }
  .navbar-evulus-black .btn-lang .lang {
    color: #ffffff;
  }
  .navbar-evulus-black .btn-nav-2 {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .navbar-evulus-black .btn-nav-2:hover {
    border: 1px solid #08907a;
  }
  .navbar-evulus-black .btn-nav-2.active {
    border: 1px solid #08907a;
  }
}
.footer {
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  font-weight: 400;
  font-size: 14px;
  background: black;
}
.footer__content h5 {
  margin-top: 20px;
  font-weight: bolder;
}
.footer__content .btn-evulus-small {
  padding: 0px 15px;
  font-size: 14px;
  margin: 5px 0px;
  font-weight: 800;
}
.footer__content .btn-evulus-ultra-small {
  font-size: 10px;
  border-radius: 10px;
  font-weight: 600;
  padding: 0px 10px;
}
.footer__content .social-icons--white li a img {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}
.footer__content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ----------------------- PAGE-HOME ---------------------- */
.evulus {
  position: relative;
}
.evulus__content h1 {
  font-size: 30px;
  width: 110%;
  font-weight: 400;
}
.evulus__content h2 {
  font-size: 42px;
  font-weight: 800;
}
.evulus__content .btn-evulus-medium,
.evulus__content .btn-green--normal {
  padding: 15px 25px;
  min-width: 220px;
  font-size: 20px;
}
.evulus__img {
  max-width: 624px;
  margin: 0px auto;
}
.evulus__img img {
  transform: scale(1.1);
}

/* --------------------- .PREGUNTAS --------------------- */
.div-green-1,
.div-green-2 {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, white 0%, #009c87 20%, #009179 50%, #00b3a0 80%, white 100%);
  height: 20px;
}

.div-green-1 {
  height: 6px;
}

.div-green-2 {
  height: 10px;
}

.preguntas .pregunta-1,
.preguntas .pregunta-2,
.preguntas .acciones,
.preguntas .video-plataforma,
.preguntas .pregunta-3 {
  padding-top: 55px;
}
.preguntas .pregunta-1 {
  margin-bottom: 70px;
}
.preguntas .pregunta-1__text {
  font-size: 19.58px;
  text-align: justify;
}
.preguntas .pregunta-2,
.preguntas .pregunta-3 {
  width: 90%;
  color: #08907a;
  margin: 0 auto;
}
.preguntas .pregunta-2 .pregunta-2__content h2,
.preguntas .pregunta-2 .pregunta-3__content h2,
.preguntas .pregunta-3 .pregunta-2__content h2,
.preguntas .pregunta-3 .pregunta-3__content h2 {
  font-size: 56px;
  font-weight: 700;
}
.preguntas .pregunta-2 .pregunta-2__content p,
.preguntas .pregunta-2 .pregunta-3__content p,
.preguntas .pregunta-3 .pregunta-2__content p,
.preguntas .pregunta-3 .pregunta-3__content p {
  font-size: 36px;
  margin: 50px 0px 80px 0px;
}
.preguntas .pregunta-2 .pregunta-2__buttons,
.preguntas .pregunta-3 .pregunta-2__buttons {
  margin-top: 10px;
  margin-bottom: 80px;
}
.preguntas .pregunta-2 .pregunta-2__img img,
.preguntas .pregunta-2 .pregunta-3__img img,
.preguntas .pregunta-3 .pregunta-2__img img,
.preguntas .pregunta-3 .pregunta-3__img img {
  display: block;
  position: relative;
  margin: 0 auto;
}
.preguntas .acciones {
  text-align: center;
  border-bottom: 1px solid #08907a;
}
.preguntas .acciones h2 {
  font-size: 36.06px;
  font-weight: 900;
  color: #08907a;
}
.preguntas .acciones p {
  font-size: 27.82px;
}
.preguntas .subtitle-green--platform h3 {
  font-size: calc(15px + 1vw);
}

.preguntas .video-plataforma .subtitle-platform {
  color: #ffffff;
  text-align: center;
}
.preguntas .video-plataforma .subtitle-platform h3 {
  font-size: calc(20px + 2vw);
}
.preguntas .pregunta-3 ul {
  font-size: 32.38px;
}

.btn-ver {
  padding: 0px 30px 0px;
  color: black;
  background: transparent;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 31.94px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  height: auto;
  user-select: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
}
.btn-ver:active {
  box-shadow: none !important;
}
.btn-ver img,
.btn-ver svg,
.btn-ver i {
  margin-right: 5px;
  width: 43px;
}
.btn-ver:hover {
  background: #08907a;
  border: 1px solid #08907a;
  color: #ffffff;
}

/* --------------------- .SERVICIOS --------------------- */
.servicios {
  background: #08907a;
}

/* ---------------------- NOSOTROS ---------------------- */
.nosotros {
  padding: 30px 0px 60px 0px;
}
.nosotros .cards-nosotros {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.nosotros .cards-nosotros .nosotros-item:nth-child(odd) h3 {
  font-size: 46.8px;
}
.nosotros .cards-nosotros .nosotros-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  border-radius: 20px;
  background: radial-gradient(#08907a 20%, black 80%);
  min-width: 400px;
  width: calc(50% - 50px);
  color: #ffffff;
  min-height: 529px;
  transition: all 300ms ease-in-out;
}
.nosotros .cards-nosotros .nosotros-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 15px 20px 2px #a8a8a89c;
}
.nosotros .cards-nosotros .nosotros-item h3 {
  font-weight: 900;
  font-size: 31.94px;
  text-align: center;
}
.nosotros .cards-nosotros .nosotros-item p {
  font-size: 18.59px;
}
.nosotros .cards-nosotros .nosotros-item .social-icons {
  justify-content: center;
}
.nosotros .cards-nosotros .nosotros-item .social-icons li {
  width: 35px;
  margin: 14px;
}
.nosotros .cards-nosotros .nosotros-item .social-icons li img {
  width: 100%;
}
.nosotros .cards-nosotros .nosotros-item .nosotros-item__img {
  width: 80%;
  max-height: 55%;
  margin: 0 auto;
}
.nosotros .cards-nosotros .nosotros-item .nosotros-item__img img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.nosotros .cards-nosotros .nosotros-item .servicios-items--card {
  gap: 20px;
}
.nosotros .cards-nosotros .nosotros-item .servicios-items--card div {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 77px;
  margin: 0 10px;
  pointer-events: none;
}
.nosotros .cards-nosotros .nosotros-item .servicios-items--card div img {
  max-height: 54px;
  filter: brightness(0) invert(100%);
}

@media screen and (max-width: 1400px) {
  .preguntas-title h2 {
    font-size: calc(20px + 2.4vw);
  }

  .evulus p {
    font-size: calc(18.5px + .1vw);
  }

  .preguntas .pregunta-1__text,
.preguntas .acciones p {
    font-size: calc(18.5px + .1vw);
  }

  .btn-green--normal {
    font-size: calc(0px + 2.2vw);
  }
}
@media screen and (max-width: 991px) {
  .btn-green--normal {
    font-size: calc(18px + 2vw);
  }

  .pregunta-2__img img,
.pregunta-3__img img {
    left: -10%;
  }

  .preguntas .pregunta-2 .pregunta-2__content p {
    margin: 40px 0px;
  }
  .preguntas .pregunta-2 .pregunta-2__buttons {
    margin-bottom: 40px;
  }

  .nosotros .cards-nosotros .nosotros-item {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .evulus h1 {
    font-size: calc(30.34px + 1.5vw);
    width: 100%;
  }

  .btn-green--normal {
    font-size: calc(19px + 2vw);
  }

  .preguntas .pregunta-2 .pregunta-2__content h2,
.preguntas .pregunta-3 .pregunta-3__content h2 {
    text-align: center;
    font-size: calc(40px + 3.5vw);
  }
  .preguntas .pregunta-2 .pregunta-2__content p,
.preguntas .preguntas .pregunta-3 ul {
    font-size: 32px;
  }

  .pregunta-2__img img,
.pregunta-3__img img {
    left: 0%;
  }
}
@media screen and (max-width: 400px) {
  .btn-green--normal {
    white-space: nowrap;
  }

  .btn-ver {
    font-size: 20px;
  }

  .preguntas .pregunta-2 .pregunta-2__content h2,
.preguntas .pregunta-3 .pregunta-3__content h2 {
    font-size: 40px;
  }
  .preguntas .pregunta-3 ul,
.preguntas .preguntas .pregunta-2 .pregunta-2__content {
    font-size: 20px;
  }

  .nosotros .cards-nosotros .nosotros-item {
    min-width: auto;
    width: 95%;
    padding: 30px;
  }
  .nosotros .cards-nosotros .nosotros-item .social-icons li {
    margin: 10px;
  }
  .nosotros .cards-nosotros .nosotros-item .servicios-items--card a img {
    max-height: 45px;
  }
  .nosotros .cards-nosotros .nosotros-item .nosotros-item:nth-child(odd) h3 {
    font-size: 40.8px;
  }

  .preguntas .video-plataforma .video-container {
    border-radius: 10px;
  }

  .preguntas .pregunta-2 .pregunta-2__img img {
    width: 100%;
  }
}
.staking-progresivo .container .btn-nav-3{

  padding: 12px 25px;
color: black;
background: #ffbe1b;
transition: all 300ms ease-in-out;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
font-weight: 600;
font-size: 1.5rem;
text-align: center;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
display: inline-block;
height: auto;
user-select: none;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
box-shadow: 0px 0px 2rem #ffbe1b;
text-transform: uppercase;
}
