@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");

@font-face {
  font-family: "Biennale";
  src: url("fonts/Biennale-Regular.eot");
  src: url("fonts/Biennale-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Biennale-Regular.woff") format("woff"),
    url("fonts/Biennale-Regular.ttf") format("truetype"),
    url("fonts/Biennale-Regular.svg#Biennale-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Biennale";
  src: url("fonts/Biennale-Bold.eot");
  src: url("fonts/Biennale-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Biennale-Bold.woff") format("woff"),
    url("fonts/Biennale-Bold.ttf") format("truetype"),
    url("fonts/Biennale-Bold.svg#Biennale-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Biennale";
  src: url("fonts/Biennale-Light.eot");
  src: url("fonts/Biennale-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Biennale-Light.woff") format("woff"),
    url("fonts/Biennale-Light.ttf") format("truetype"),
    url("fonts/Biennale-Light.svg#Biennale-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #49da8b;
  --gray: #b4b4b4;
  --pink: #f7b8af;
  --sky: #62d1e4;
  --red: #de5e5b;
  --gray-light: #fafafa;
  --gray-dark: #a6a6a6;
  --green-dark: #2da771;
}

html,
body {
  font-family: Biennale, sans-serif;
  color: var(--gray);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-400 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
}

a {
  text-decoration: none;
  color: inherit;
}

.slick-dots {
  position: static;
  margin-top: 20px;
}

.slick-dots li {
  background: transparent;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li button:before {
  display: none;
}

.slick-slide {
  padding: 0 10px;
}

.c-green {
  color: var(--green);
}

.c-gray {
  color: var(--gray);
}

.c-pink {
  color: var(--pink);
}

.c-sky {
  color: var(--sky);
}

.c-red {
  color: var(--red);
}

.c-gray-dark {
  color: var(--gray-dark);
}

.c-gray-darker {
  color: #a4a4a4;
}

.c-gray-dark {
  color: var(--gray-dark);
}

.c-green-dark {
  color: var(--green-dark);
}

.bg-full-white {
  background-color: #fff;
  opacity: 1;
}

.bg-skydeg {
  background: var(--sky);
  background: linear-gradient(180deg, var(--sky) 0%, #4aadd7 100%);
}

.bg-pinkdeg {
  background: var(--pink);
  background: linear-gradient(180deg, var(--pink) 0%, #de5e5b 100%);
}

.bg-greendeg {
  background: var(--green);
  background: linear-gradient(180deg, var(--green) 0%, #3ab86f 100%);
}

.bg-skygreendeg {
  background: var(--sky);
  background: linear-gradient(0deg, var(--sky) 0%, var(--green) 100%);
}

.bg-greenskydeg {
  background: var(--green);
  background: linear-gradient(90deg, var(--green) 0%, var(--sky) 100%);
}

.bg-green {
  background: var(--green);
}

.bg-gray {
  background: var(--gray);
}

.bg-gray-light {
  background: var(--gray-light);
}

.bg-blur {
  background: url(../img/home/blur.webp) no-repeat center 30% / contain;
  position: relative;
}

.bg-blur-phone {
  background: none;
}

.bg-blur-phone:before {
  background: url(../img/home/blur.webp) no-repeat center / contain;
  width: 100%;
  height: 200%;
  margin-top: -105%;
  margin-left: -30%;
  transform: scale(2.5);
  position: absolute;
  z-index: -1;
  content: "";
  opacity: 0.6;
  pointer-events: none;
}

.border-green {
  border: solid 1px var(--green);
}

.border-sky {
  border: solid 1px var(--sky);
}

.border-pink {
  border: solid 1px var(--pink);
}

.card-greenskydeg {
  background: #f0fdf4;
  background: linear-gradient(90deg, #f0fdf4 0%, #f1fbfd 100%);
  border-radius: 30px;
}

.card-greenskydeg ul {
  line-height: 2.5;
  list-style: none;
  padding: 0;
}

.btn-sim {
  border: solid 4px var(--green);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-sim:hover,
#simulador .active {
  background: var(--green);
}

.btn-sim:hover img,
#simulador .active img {
  filter: invert(1);
  transition: all 0.3s;
}

.btn-sim img {
  transition: all 0.3s;
}

.btn-viewmore:hover {
  color: var(--gray-dark);
}

.border-sky {
  border-color: var(--sky);
}

.btn-sim.border-sky:hover,
#simulador .border-sky.active {
  background: var(--sky);
}

#phoneModal .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}

#phoneModal .modal-header {
  border-bottom: 0;
}

#phoneModal img {
  width: auto;
  max-height: 75vh;
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.15));
}

.cursor-pointer {
  cursor: pointer;
}

.btn-play {
  position: absolute;
  left: -50px;
  top: 150px;
  transition: all 0.3s;
}

.btn-play:hover {
  transform: scale(1.1);
}

.btn-deg {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: var(--gray-dark);
  position: relative;
}

.btn-green {
  background-color: var(--green);
  color: #fff;
}

.btn-transparent {
  /* background-color: transparent; */
  color: var(--green);
}

.btn-translate,
.btn-deg {
  border: 0;
  transition: all 0.3s;
}

.btn-translate {
  transform: scale(1.2);
}

.btn-translate:hover {
  transform: scale(1.2) translateY(-2px);
}

.btn-translate:hover .btn-deg {
  box-shadow: 0px 12px 4px -5px rgba(0, 0, 0, 0.1);
}

.btn-deg:before,
.box-deg:before {
  background: var(--sky);
  background: linear-gradient(
    250deg,
    var(--sky) 52.32%,
    var(--green) 58.44%,
    rgba(166, 166, 166, 0.33) 73.45%,
    var(--pink) 63.87%
  );
  border-radius: inherit;
  width: auto;
  height: auto;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  z-index: -1;
}

.btn-deg:before {
  display: none;
}

.box-deg .form-control {
  background: transparent;
  border-color: var(--green);
  position: relative;
  box-shadow: none;
}

.box-deg .form-control:focus {
  box-shadow: 0 0 0 1px var(--green) inset;
}

.form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}

.form-check-input:focus {
  border-color: var(--green);
}

.form-check-input:focus {
  box-shadow: none;
}

.box-deg .form-floating {
  color: var(--green-dark);
}

.box-deg .form-floating:before {
  background: var(--sky);
  background: linear-gradient(45deg, var(--sky) 0%, var(--green) 100%);
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  opacity: 0.2;
}

.form-floating > .form-control:focus ~ label::after {
  background: none;
}

.form-floating > .form-control:focus ~ label {
  color: var(--green-dark);
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-32 {
  border-radius: 32px;
}

.rounded-50 {
  border-radius: 50px;
}

.mh-75 {
  min-height: 75px;
}

.mh-615 {
  min-height: 615px;
}

#home {
  background: #f2fdff url(../img/home/fd.webp) no-repeat center / cover;
  /* min-height: 1080px; */
}

.list-general {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-check li {
  margin-left: 25px;
  margin-bottom: 12px;
  position: relative;
}

.list-check li:before {
  background: url(../img/check.svg) no-repeat center left / 10px;
  width: 25px;
  height: 100%;
  position: absolute;
  left: -25px;
  content: "";
  filter: invert(100%) sepia(21%) saturate(6846%) hue-rotate(68deg)
    brightness(96%) contrast(77%);
}

.list-disc-color li {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center;
}

.list-disc-color li:before {
  background: var(--color-list);
  border-radius: 50px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-right: 10px;
  left: 0;
  content: "";
}

.border-curve {
  position: relative;
}

#elegirnos,
#simulador {
  background: #fff url(../img/curve.svg) no-repeat center top / contain;
  /* width: 100%; */
  /* height: 80px; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 35px; */
  /* content: ""; */
}

#conocer .container {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#simulador .videoPhone {
  aspect-ratio: 2.6 / 4.5;
  min-height: 545px;
  display: block;
  width: 100%;
  transform: scale(1.2);
  transition: all 0.3s;
}

#simulador .videoPhone:hover {
  cursor: pointer;
  filter: contrast(1.1);
}

/* .border-curve:before {
  background: url(../img/curve.svg) no-repeat center / contain;
  width: 300px;
  height: 65px;
  position: absolute;
  right: -50%;
  top: -31px;
  content: "";
} */

/* #elegirnos:before,
#elegirnos:after {
  background: rgb(247, 184, 175);
  background: linear-gradient(
    90deg,
    rgba(247, 184, 175, 1) 0%,
    rgba(73, 218, 139, 1) 80%,
    rgba(98, 209, 228, 1) 100%
  );
  width: auto;
  height: 1.6px;
  position: absolute;
  left: 0;
  right: 35%;
  content: "";
  top: 12px;
}

#elegirnos:after {
  background: rgb(98, 209, 228);
  background: linear-gradient(
    90deg,
    rgba(98, 209, 228, 1) 0%,
    rgba(73, 218, 139, 1) 20%,
    rgba(247, 184, 175, 1) 100%
  );
  right: 0;
  left: 75%;
  top: 75.5px;
} */

.text-white .list-check li:before {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(30deg)
    brightness(100%) contrast(100%);
}

.nav-pills .nav-link {
  font-size: 14.7px;
  color: var(--gray-dark);
  transition: all 0.3s;
}

.nav-pills .nav-link.active {
  background: none;
  color: var(--gray);
}

.navbar {
  top: 0;
}

.navbar .nav-item.active a {
  color: var(--green);
}

nav {
  transition: all 0.3s;
}

nav button.navbar-toggler,
nav button.navbar-toggler:focus {
  border: none !important;
  box-shadow: none;
}

.navfix {
  /* background: rgba(255, 255, 255, 0.9); */
  /* backdrop-filter: blur(3px); */
  /* border-bottom: solid 1px rgba(0, 0, 0, 0.05); */
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.home-dw-btn {
  margin-top: -100px;
}

#usuarios .flex-md-row {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
}

#usuarios .flex-md-row img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  border-radius: 100%;
}

#usuarios .col-md-6 .bg-white {
  transition: all 0.3s;
}

#usuarios .col-md-6 .bg-white:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0px 15px 26px -10px rgba(0, 0, 0, 0.05);
}

#servicio .card {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

#hacer img {
  filter: drop-shadow(0px 12px 30px rgba(0, 0, 0, 0.1));
}

#reciclar img,
#reciclar .card {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

#reciclar img {
  border-radius: 100%;
}

#planes .card {
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
}

#faqs .square-bg:before {
  background: var(--sky);
  background: linear-gradient(45deg, var(--sky) 0%, var(--green) 100%);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: -40%;
  content: "";
  z-index: -1;
}

#accordionFaqs .accordion-button,
#accordionFaqs .accordion-body {
  padding: 0;
}

#accordionFaqs .accordion-header {
  overflow: hidden;
}

#accordionFaqs .accordion-button {
  font-size: 20px;
  margin-bottom: 0;
}

#accordionFaqs .accordion-body {
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray);
  margin: 10px 50px;
  padding-bottom: 30px;
}

#accordionFaqs .accordion-item {
  border: 0;
  border-radius: 20px;
  margin-bottom: 15px;
}

#accordionFaqs .accordion-button {
  background: none;
  padding-left: 25px;
  color: var(--red);
  outline: none;
  border: 0;
  box-shadow: none;
}

#accordionFaqs .accordion-button:after {
  background: url(../img/angle-down.svg) no-repeat center / contain;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  width: 25px;
  height: 25px;
  position: absolute;
  right: 35px;
}

.card-faqs {
  border-radius: 10px;
  margin: 80px 0;
  padding: 30px;
}

#videoModal {
  /* backdrop-filter: blur(3px); */
}

.modal-backdrop.fade {
  background: #fff;
  opacity: 0.95;
}

#videoModal .modal-content {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

footer {
  box-shadow: 0 -80px var(--gray);
}

.wspfix {
  background: #83eba7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: solid 1px #74c3a3;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  z-index: 10;
  transition: all 0.3s;
}

.wspfix img {
  width: 100%;
}

.wspfix:hover {
  box-shadow: 0px 8px 4px -5px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  filter: saturate(1.5);
}

.link-appstore,
.link-googleplay {
  display: inline-flex;
  transition: all 0.3s;
  filter: brightness(0.92);
}

.link-appstore:hover,
.link-googleplay:hover {
  transform: translateY(-2px);
  filter: brightness(1) saturate(1.2);
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #eaeaea;
  border-bottom-color: var(--green);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.show {
  display: block;
}

.card-green-sky {
  background-color: red;
}

#home .h5,
#servicio .h5,
#servicio .plan-description,
#hacer .fw-400,
#unite .fw-400,
#conocer .h4 {
  font-family: Poppins, sans-serif;
  font-weight: 500 !important;
  letter-spacing: -0.3px;
}

@media all and (min-width: 768px) {
  .nav-pills .nav-link:hover {
    color: #83eab2;
    transform: translateY(-1px);
  }

  .list-social a,
  footer .nav-item {
    display: block;
    transition: all 0.3s;
  }

  .list-social a:hover {
    transform: scale(1.1) translateY(-1px);
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  footer .nav-item:hover {
    transform: translateY(-2px);
  }

  #home .h5,
  #servicio .h5,
  #hacer .fw-400,
  #unite .fw-400,
  #conocer .h4 {
    font-size: 1.125rem;
    line-height: 1.45;
  }
}

@media all and (max-width: 990px) {
  #home {
    background-position: center 250px;
    min-height: 0;
  }

  #descarga-home {
    border-radius: 25px;
  }

  #descarga-home .text-end.mt-3.mt-mb-0 {
    display: flex;
    gap: 10px;
  }

  .btn-transparent {
    background-color: #fff;
  }

  #faqs .square-bg:before {
    border-radius: 15px;
    right: 0;
  }

  .card-faqs {
    margin: 20px 0;
  }

  .btn-play {
    width: 100%;
    left: 0;
  }
}

@media all and (max-width: 768px) {
  .container {
    padding: 0 15px;
    /* padding: 0 30px; */
  }

  .fs-sm-mob {
    font-size: 1rem;
    line-height: 1.46;
  }

  .fs-md-mob {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  #home .fs-md-mob {
    font-size: 2rem;
  }

  #hacer .fs-sm-mob.h4 {
    font-size: 1.2rem;
  }

  .list-disc-color li {
    margin-bottom: 25px;
    justify-content: center;
  }

  .scrapy-foot .text-end img {
    width: 150px;
    height: auto;
  }

  .btn-sim {
    width: 120px;
    height: 120px;
  }

  .btn-sim img {
    width: 65px;
  }

  .btn-translate {
    transform: none;
  }

  .btn-translate:hover {
    transform: translateY(-2px);
  }

  #hacer .btn-translate {
    display: flex;
    justify-content: center;
  }

  footer img[src*="scrapy-footer.svg"] {
    width: 200px;
    height: auto;
  }

  footer .w-75 {
    width: 100% !important;
  }

  .navbar .nav-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    width: 100%;
  }

  .navbar .nav-item:last-child {
    border-bottom: 0;
  }

  .navbar .nav-item .nav-link {
    padding: 20px 0;
  }

  #reciclar img {
    margin-bottom: 12px;
  }

  #simulador .videoPhone {
    transform: none;
  }

  #simulador .videoPhone:hover {
    filter: none;
  }
}
