@media (max-width: 766px) {
  .big {
    display: none;
  }

  .little {
    display: block;
  }
}

@media (min-width: 767px) {
  .big {
    display: block;
  }

  .little {
    display: none;
  }
}

.tableObjetives .item {
  cursor: pointer;
  margin: 1% 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableObjetives .item img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.tableObjetives .content {
  visibility: hidden;
  background-color: #f2f2f2;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  left: -2vw;
  right: -8vw;
  bottom: 105%;
  overflow: hidden;
}

.tableObjetives .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.tableObjetives .content span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}

.text {
  color: #6c6c6c;
}

.tred {
  color: #e51f40;
  font-weight: bold;
}

.tbol {
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 18px !important;
}

.list-asg .text {
  color: #545454;
  font-weight: 400;
}

.list-asg span.text::before {
    content: "\2022";
    color: #e51f40;
    display: inline-block;
    padding-right: 10px;
    font-size: 45px;
    line-height: 25px;
    vertical-align: -5px;
    width: 20px;
}

span.text::before {
  content: "\2022";
  color: #6ab342;
  display: inline-block;
  padding-right: 10px;
  font-size: 62px;
  line-height: 25px;
  vertical-align: -11px;
  width: 20px;
}

.text-title {
  font-weight: bold;
  color: #868181;
}

.text-green {
  font-weight: bold;
  color: #6ab342;
}

.text-blue {
  font-weight: bold;
  color: #005cb8;
}

.text-red {
  font-weight: bold;
  color: #f62836;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.next span {
  color: #6bac3c !important;
  font-size: 1.5rem;
}

.prev span {
  color: #6bac3c !important;
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .roadmap__navigation li:nth-child(1) {
    right: 45% !important;
    top: 96% !important;
  }

  .roadmap__navigation li:nth-child(2) {
    left: 45% !important;
    top: -3% !important;
  }
}

@media (min-width: 993px) {
  .roadmap__navigation li:nth-child(1) {
    left: -5% !important;
  }

  .roadmap__navigation li:nth-child(2) {
    right: -5% !important;
  }
}
@media (max-width: 766px) {
  .big {
    display: none;
  }

  .little {
    display: block;
  }
}

@media (min-width: 767px) {
  .big {
    display: block;
  }

  .little {
    display: none;
  }
}

.tableObjetives .item {
  cursor: pointer;
  margin: 1% 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableObjetives .item img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.tableObjetives .content {
  visibility: hidden;
  background-color: #f2f2f2;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  left: -2vw;
  right: -8vw;
  bottom: 105%;
  overflow: hidden;
}

.tableObjetives .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.tableObjetives .content span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}

.text {
  color: #6c6c6c;
}

span.text::before {
  content: "\2022";
  color: #6ab342;
  display: inline-block;
  padding-right: 10px;
  font-size: 62px;
  line-height: 25px;
  vertical-align: -11px;
  width: 20px;
}

.text-title {
  font-weight: bold;
  color: #868181;
}

.text-green {
  font-weight: bold;
  color: #6ab342;
}

.text-blue {
  font-weight: bold;
  color: #005cb8;
}

.text-red {
  font-weight: bold;
  color: #f62836;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.next span {
  color: #6bac3c !important;
  font-size: 1.5rem;
}

.prev span {
  color: #6bac3c !important;
  font-size: 1.5rem;
}

#CookiebotWidget {
  margin-left: 53px !important;
  display: none;
}

@media (max-width: 992px) {
  .roadmap__navigation li:nth-child(1) {
    right: 45% !important;
    top: 96% !important;
  }

  .roadmap__navigation li:nth-child(2) {
    left: 45% !important;
    top: -3% !important;
  }
}

@media (min-width: 993px) {
  .roadmap__navigation li:nth-child(1) {
    left: -5% !important;
  }

  .roadmap__navigation li:nth-child(2) {
    right: -5% !important;
  }
}
