/*///////////////////////// GENERALES /////////////////////////*/
@font-face {
  font-family: "Mission Accomplished DEMO";
  src: url("../fonts/Mission\ Accomplished\ DEMO.otf");
}

body {
  font-family: "Jost", sans-serif;
  color: #fff;
  background-color: #1b2121;
}

.custom-font {
  font-family: "Mission Accomplished DEMO";
  font-size: 34px;
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper,
.wrapper {
  overflow: hidden !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-18 {
  font-size: 18px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.underline {
  text-decoration: underline;
}

.underline-text {
  position: relative;
  text-wrap: nowrap;
}

.dark {
  color: #1b2121;
}
.bg-dark{
  background-color: #171e1e !important;
}
.pink {
  color: #ffbce3 !important;
}

.light-blue {
  color: #25d8ca;
}

.underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #25d8ca;
  width: 100%;
  height: 10px;
  border-radius: 15px;
  z-index: -1;
}

.custom-list {
  padding-left: 1.2rem;
}

.custom-list li {
  margin-bottom: 0.5rem;
}

.custom-list li::marker {
  color: #ffbce3;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 35px;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
}

.btn-primary {
  border: 1px solid #25d8ca;
  color: #fff;
  background-color: #25d8ca;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  border: 1px solid #12b0a3;
  color: #fff;
  background-color: #12b0a3;
  box-shadow: none !important;
}

/* FLOAT BTN */
.wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}

/*///////////////////////// HEADER /////////////////////////*/

header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0) 84%);
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  opacity: 0.5;
  top: 0;
}

.navbar-brand img {
  height: 91px;
}

.navbar-toggler {
  padding: 0;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 2rem 3rem;
}

.custom-nav {
  justify-content: end;
  width: 100%;
  align-items: center;
}

.nav-link {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff !important;
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
  position: relative;
  padding: 6px 0px !important;
  text-transform: uppercase;
}

.nav-link:not(.nav-link-d)::after {
  bottom: 0rem;
  content: "";
  display: block;
  height: 4px;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #25d8ca;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after,
.nav-item.active .nav-link:after {
  width: 30px;
}

.nav-link-btn {
  border-radius: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding: 12px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  color: #1b2121;
  background-color: #ffbce3;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.nav-link-btn:hover,
.nav-link-btn:focus,
.nav-link-btn:active,
.nav-link-btn:not(:disabled):not(.disabled).active,
.nav-link-btn:not(:disabled):not(.disabled):active,
.show>.nav-link-btn.dropdown-toggle {
  background-color: #ef93c9;
  color: #1b2121;
  transition: all ease 0.25s;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-300px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #171e1e !important;
  color: #fff !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #1b2121;
  padding: 1.4rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #ffffff !important;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
/* MAIN */
.main-section {
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.main-video {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -5;
  opacity: .63;
}

.main-pre-title {
  font-size: 5rem;
}

.main-title {
  font-size: 64px;
}
.video-container video{
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
}
/*///////////////////////// Texto animado //////////////////////////*/
.animated-text {
  padding: 5rem 0;
}

.animation-container {
  display: flex;
  white-space: nowrap;
  margin-top: 2rem;
  overflow: hidden;
}

.animation-container-list {
  display: flex;
  align-items: center;
  -webkit-animation: loop 30s infinite linear;
  animation: loop 30s infinite linear;
}

.item-txt {
  font-size: 80px;
  line-height: 95px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.item-d {
  display: inline;
}

.item-dot {
  max-width: 20px;
  max-height: 20px;
  margin: 0 50px;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-15px);
}

.dot-p {
  background-color: #ffbce3;
}

.dot-l {
  background-color: #25d8ca;
}

@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*///////////////////////// Text block //////////////////////////*/
.text-block {
  padding: 3rem 0;
  margin-bottom: 3rem;
}

.text-block-container {
  background-color: #171e1e;
  border-radius: 30px;
  padding: 6rem 4rem 0rem 4rem;
  position: relative;
}

.animation-svg-container {
  position: absolute;
  right: 0rem;
  top: 0rem;
  overflow: hidden;
  height: 310px;
  width: 700px;
}

.animation-svg-container svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Animación */
.blue-line {
  fill: none;
  stroke: #25d8ca;
  stroke-miterlimit: 10;
  stroke-width: 100px;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transition: stroke-dashoffset 3s ease-in-out;
}

.pink-circle {
  fill: #ffffff;
  transition: fill 3s ease-in-out;
}

.animate .blue-line {
  stroke-dashoffset: 0;
}

.animate .pink-circle {
  fill: #ffbce3;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes changeColor {
  to {
    fill: #ffbce3;
  }
}

.text-block-img {
  height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  transform: translateY(3rem);
}

/*///////////////////////// Description cars //////////////////////////*/
.zi-10{ z-index: 9;}
.description-cards {
  margin-top: -4rem;
  padding: 10rem 0 4rem 0;
  background-image: url(../images/bg-description-card-1.svg),
    url(../images/bg-description-card-2.svg);
  background-position: center left, bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.description-cards-container {
  border-radius: 30px;
}

.description-cards-text {
  background-color: white;
  padding: 3rem;
  height: 550px;
  position: relative;
  z-index: 5;
  border-radius: 30px;
  transition: 0.3s;
}

.description-cards-text:hover {
  box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.75);
}

.description-cards-img {
  height: 550px;
  position: relative;
  z-index: 1;
  transform: translateX(-20px);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  width: calc(100% + 40px);
  object-fit: cover;
}

.description-cards-img-left {
  transform: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.divider {
  background-color: #ffbce3;
  width: 65px;
  height: 7px;
  border-radius: 10px;
  position: relative;
}

.divider::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #25d8ca;
  position: absolute;
  right: 0;
  bottom: -1px;
  border-radius: 100%;
}

.description-cards-button-container {
  overflow: hidden;
}

.description-cards-text .btn {
  transform: translateY(100px);
  opacity: 0;
}

.description-cards-text:hover .btn {
  transform: translateY(0px);
  opacity: 1;
}

/*///////////////////////// Banner //////////////////////////*/
.banner {
  padding: 4rem 0;
  background-image: url(../images/bg-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: flex;
  align-items: center;
}

/*///////////////////////// Franquicias //////////////////////////*/
.franchise {
  padding: 6rem 0;
  background-image: url(../images/bg-franquicias.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.franchise-container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 420px;
  background-color: #131414;
}

.franchise-container:hover {
  box-shadow: 0px 0px 17px 0px rgba(37, 216, 202, 0.54);
  -webkit-box-shadow: 0px 0px 17px 0px rgba(37, 216, 202, 0.54);
  -moz-box-shadow: 0px 0px 17px 0px rgba(37, 216, 202, 0.54);
}

.franchise-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.3s;
}

.franchise-container-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.franchise-container-title {
  transform: translateY(1rem);
  transition: 0.3s;
}

.franchise-link {
  transition: 0.3s;
  font-size: 18px;
  color: #25d8ca;
  display: block;
  transform: translateY(10rem);
  display: flex;
  justify-content: center;
}

.franchise-container:hover .franchise-link,
.franchise-container:hover .franchise-container-title {
  transform: translateY(0rem);
}

.franchise-container:hover img {
  opacity: 0.4;
}

/*///////////////////////// Faqs //////////////////////////*/
.faqs {
  margin-top: -4rem;
  padding: 8rem 0 6rem 0;
  background-image: url(../images/bg-faqs.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

.faqs .accordion {
  border-radius: 30px;
  background-color: white;
}

.accordion .card {
  border: 0;
  border-top: 1px solid #e3e3e3 !important;
  margin: 0;
  border-radius: 30px !important;
  padding: 0.6rem 1.2rem;
}

.accordion .card-header {
  padding: 0;
  background-color: white;
  border: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion .card-header button {
  outline: 0;
  background-color: white;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  padding-right: 2rem;
  color: #131414 !important;
}

.accordion .card-header button[aria-expanded="true"]::after {
  content: "\f056";
  font-family: "FontAwesome";
  left: auto;
  right: 1rem;
  top: 1rem;
  position: absolute;
  color: #ffbce3;
  transition: 0.3s;
}

.accordion .card-header button[aria-expanded="false"]::after {
  content: "\f055";
  font-family: "FontAwesome";
  left: auto;
  right: 1rem;
  top: 1rem;
  position: absolute;
  color: #25d8ca;
  transition: 0.3s;
}

.accordion .card-body {
  padding: 0 2rem 1rem 0;
  font-size: 16px;
  font-weight: 400;
}

.deco-faqs {
  height: 900px;
  width: auto;
  object-fit: cover;
}

/*///////////////////// Testimonios //////////////////*/
.testimonials {
  background: #1b2121;
  padding: 6rem 0;
}

#testimonialsCarousel .f-carousel__slide {
  width: 40%;
  padding: 1rem;
}

.testimonials-text-container {
  min-height: 400px;
  padding: 2rem;
  background-color: #282a2a;
  border-radius: 30px;
  transition: 0.3s;
}

#testimonialsCarousel .f-carousel__slide.is-selected .testimonials-text-container {
  background-color: #25d8ca;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 1rem;
}

.testimonial-deco {
  border-top: 1px solid #ffffff;
  padding-top: 1.6rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.testimonial-deco img:first-child {
  width: 112px;
}

.testimonial-deco img:last-child {
  width: 40px;
}

/*///////////////////// instagram //////////////////*/
.instagram {
  padding: 4rem 0;
  background-color: white;
}

.instagram-container {
  height: 245px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 15px;
}

.instagram-container:hover {
  transform: scale(1.05);
}

/*///////////////////////// Contacto //////////////////////////*/
.contact {
  background: url(../images/bg-contacto.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 6rem 0;
}

.form-container {
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid #ffffff35;
  background-color: #1b2121a9;
}

.contact-container {
  background-color: #323838;
  padding: 2rem;
  border-radius: 30px;
  margin-top: 3rem;
}

.footer-contact {
  list-style: none;
  padding-left: 0;
}

.footer-contact li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.footer-contact li,
.footer-contact li a {
  transition: 0.3s;
  color: #ffffffda;
  transition: 0.3s;
}

.footer-contact li a:hover {
  color: #25d8ca !important;
  margin-left: 5px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.social-media-container {
  display: flex;
}

.social-media {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 12px;
  background-color: transparent;
}

.social-media:hover {
  transform: scale(1.15);
}

.social-media-instagram {
  background-color: #ffbce3;
}

.social-media-whatsapp {
  background-color: #25d8ca;
}

/*////////////////// FORMULARIO ///////////////*/
.form-control {
  border: 0;
  border-bottom: 1px solid #ffffff35;
  border-radius: 0px;
  transition: 0.3s;
  background-color: transparent;
  color: #fff;
  padding: 0.4rem 0rem;
  font-weight: 300;
}

.form-control:hover,
.form-control:focus {
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: none;
  background-color: transparent;
  color: white;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfced3;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfced3;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfced3;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bfced3;
  font-weight: 300;
}

form label {
  display: none;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #1b21214d url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*///////////////////////// FOOTER //////////////////////////*/
.copy-end {
  background-color: #1b2121;
  padding: 0.8rem 0;
}

.copy-end p {
  font-size: 14px !important;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.719);
}

/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1440px) {}

@media (max-width: 1240px) {}

@media (max-width: 1024px) {
  .navbar {
    padding: 2rem 1rem;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in,
  .internal-header .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.4rem 1rem;
  }

  .text-block-container {
    padding: 6rem 2rem 0rem 2rem;
  }

  .description-cards-text {
    padding: 2rem;
  }

  #testimonialsCarousel .f-carousel__slide {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 1.4rem 1rem;
  }

  .navbar-brand img {
    height: 90px;
  }

  .custom-nav {
    align-items: flex-start;
  }

  .bsnav-mobile .navbar-nav {
    padding: 30px;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .nav-link-btn {
    margin-top: 1rem;
    display: block;
    margin-left: 0 !important;
  }

  .custom-nav .navbar-nav {
    padding: 10px 20px;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  .main-pre-title {
    font-size: 4rem;
  }

  .main-title {
    font-size: 48px;
  }

  .animation-svg-container {
    border-radius: 30px;
    width: 100%;
  }

  .blue-line {
    stroke-dasharray: none;
    transition: none;
  }

  .pink-circle {
    fill: #ffbce3;
    transition: none;
  }

  .text-block-img {
    height: 450px;
    transform: translateY(2rem);
  }

  .description-cards-text {
    padding: 1rem;
    height: auto;
  }

  .description-cards-img {
    height: 260px;
    position: relative;
    z-index: 1;
    transform: translateX(0) translateY(-30px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .position-relative {
    position: relative;
    z-index: 5;
  }

  .description-cards-text .btn {
    transform: translateY(0px);
    opacity: 1;
  }

  .banner {
    min-height: 650px;
  }

  .instagram-container {
    height: 305px;
  }
}

@media (max-width: 525px) {
  .navbar-brand img {
    height: 70px;
  }

  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .animated-text .h1 {
    font-size: 40px;
  }

  .text-block-container {
    padding: 6rem 1rem 0rem 1rem;
  }

  .text-block-container svg {
    position: absolute;
    right: 0rem;
    top: -10rem;
    width: 600px;
    height: auto;
  }

  .text-block-img {
    height: 360px;
    transform: translateY(1rem);
    margin-top: 1rem;
  }

  #testimonialsCarousel .f-carousel__slide {
    width: 90%;
  }

  .instagram-container {
    height: 205px;
  }

  .contact {
    background-position: -420px 0px;
  }
}

@media (max-width: 376px) {
  .main-title {
    font-size: 36px;
  }
}


.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 1.7rem;
  font-size: 40px;
  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;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.btn-whatsapp-pulse:hover {
  -webkit-transition: all ease .25s;
  transition: all ease .25s;
  color: rgba(255, 255, 255, 0.733);
}

@-webkit-keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,0.5);
      box-shadow: 0 0 0 0 rgba(37,211,102,0.5)
  }

  80% {
      -webkit-box-shadow: 0 0 0 14px rgba(37,211,102,0);
      box-shadow: 0 0 0 14px rgba(37,211,102,0)
  }
}

@keyframes pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,0.5);
      box-shadow: 0 0 0 0 rgba(37,211,102,0.5)
  }

  80% {
      -webkit-box-shadow: 0 0 0 14px rgba(37,211,102,0);
      box-shadow: 0 0 0 14px rgba(37,211,102,0)
  }
}