.planes nav {
  position: inherit !important;
  padding: 15px 9% !important;
  width: 100% !important;
  z-index: 999 !important;
}
.planes nav .btn-cta {
  padding: 6px 20px;
  display: inline-block;
  border-radius: 11px;
  text-decoration: none;
  border: 2px solid var(--sky);
}
.planes nav .active {
  font-weight: bold;
  color: var(--white) !important;
}
.planes nav .logo {
  width: 75%;
}
.planes nav .nav-item .nav-link {
  font-size: 20px !important;
  color: var(--white);
}
@media (max-width: 500px) and (min-width: 0px) {
  .planes nav {
    padding: 15px 0 !important;
  }
  .planes nav .logo {
    width: 100%;
  }
  .planes nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("../img/home/Hamburger_icon_white.svg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4rem;
    height: 1.4rem;
  }
  .planes nav .nav-item .nav-link {
    font-size: 16px !important;
    color: var(--white);
  }
}
.planes .sec1 {
  background-image: url("../img/planes/conversia-planes-header.jpg");
  padding: 250px 9% 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 90%;
}
.planes .sec1 .separador {
  height: 15%;
}
.planes .sec1 .caja {
  margin-top: 20%;
}
.planes .sec1 .caja .box {
  text-align: left !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(244, 244, 244, 0.1);
  border-radius: 16px;
  padding: 20px 40px;
  text-align: center;
  height: 150px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.planes .sec1 .caja .box .icono {
  width: 85px;
  margin-right: 20px;
}
.planes .sec1 .btn-cta {
  padding: 15px 28px;
  display: inline-block;
  border-radius: 11px;
  text-decoration: none;
  border: none;
  background-color: var(--sky);
  color: var(--white);
}
@media (min-width: 600px) and (max-width: 800px) {
  .planes .sec1 {
    background-image: url("../img/planes/res/conversia-planes-header-res.jpg");
    padding: 70px 9% 180px;
  }
  .planes .sec1 .desktop-item {
    display: none !important;
  }
  .planes .sec1 .mobile-item {
    display: block !important;
  }
  .planes .sec1 .logo {
    width: 100%;
  }
  .planes .sec1 .navbar-toggler {
    border: none;
  }
  .planes .sec1 .navbar-toggler .navbar-toggler-icon {
    background-image: url("../img/home/Hamburger_icon_white.svg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.4rem;
    height: 1.4rem;
  }
  .planes .sec1 .caja .col-md-6 {
    width: 100% !important;
  }
  .planes .sec1 .caja .col-md-6 .box {
    margin-top: 5%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .planes .sec1 .caja .box {
    height: 180px;
  }
  .planes .sec1 .caja .box p {
    font-size: 18px;
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .planes .sec1 {
    background-image: url("../img/planes/res/conversia-planes-header-res.jpg");
    background-size: cover;
    background-color: #000;
    padding: 20px 2% 70px;
  }
  .planes .sec1 h1 {
    margin-top: 30px;
    max-width: 300px;
  }
  .planes .sec1 h2 {
    margin-bottom: 20px !important;
  }
  .planes .sec1 .caja .box {
    margin-top: 8%;
    padding: 12px 20px;
    height: 150px;
  }
  .planes .sec1 .caja .box p {
    font-size: 18px;
    margin: 0;
  }
  .planes .sec1 .caja .box .icono {
    width: 60px;
  }
  .planes .sec1 .glide2 .glide__bullets {
    bottom: -10%;
  }
  .planes .sec1 .glide2 .glide__bullets .glide__bullet {
    background-color: var(--grey);
  }
  .planes .sec1 .glide2 .glide__bullets .glide__bullet--active {
    background-color: var(--sky);
  }
}
.planes .sec2 {
  background-color: var(--grey);
}
.planes .sec2 .box {
  margin-top: 8%;
  background-color: var(--white);
  padding: 25px 8px;
  border-radius: 28px;
  border: 2px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 340px;
}
.planes .sec2 .box h2 {
  font-family: "CabinetGrotesk", sans-serif;
  font-weight: bold;
}
.planes .sec2 .box h3 {
  font-family: "CabinetGrotesk", sans-serif;
  font-weight: bold;
}
.planes .sec2 .box .d-flex .icono {
  width: 20px;
  margin-right: 8px;
}
.planes .sec2 .box .btn {
  color: var(--white);
  background-color: var(--blue);
  padding: 10px 15px;
  border-radius: 10px;
}
.planes .sec2 .box:hover {
  border: 2px solid var(--sky);
}
@media (max-width: 800px) and (min-width: 600px) {
  .planes .sec2 {
    padding: 80px 0 !important;
  }
  .planes .sec2 .mobile-item {
    display: block;
  }
  .planes .sec2 .desktop-item {
    display: none;
  }
  .planes .sec2 .container-fluid {
    padding: 0 !important;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide {
    padding: 10px 0;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide .box {
    opacity: 0.7;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide.glide__slide--active .box {
    opacity: 1;
    border: 2px solid var(--sky);
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .planes .sec2 {
    padding: 80px 0 !important;
  }
  .planes .sec2 .container-fluid {
    padding: 0 !important;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide {
    padding: 10px 0;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide .box {
    opacity: 0.7;
  }
  .planes .sec2 .container-fluid .glide__slides .glide__slide.glide__slide--active .box {
    opacity: 1;
    border: 2px solid var(--sky);
  }
}
.planes .sec3 .bg-grey {
  background-color: var(--grey);
}
.planes .sec3 .bg-sky {
  background-color: var(--sky);
}
.planes .sec3 .tabla {
  width: 100%;
  border-spacing: 0 20px;
  border-collapse: separate;
}
.planes .sec3 .tabla .logo {
  width: 100px;
  margin-left: 8px;
}
.planes .sec3 .tabla th {
  background-color: var(--white) !important;
}
.planes .sec3 .tabla th h2 {
  color: var(--black) !important;
}
.planes .sec3 .tabla td {
  padding: 15px 0px;
  text-align: center;
}
.planes .sec3 .tabla td img {
  width: 30px;
}
.planes .sec3 .tabla h2 {
  font-family: "CabinetGrotesk", sans-serif;
  font-weight: bold;
}
.planes .sec3 .tabla h3 {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 0;
  font-family: "CabinetGrotesk", sans-serif;
  font-weight: bold;
}
@media (min-width: 600px) and (max-width: 800px) {
  .planes .sec3 {
    padding: 80px 5% !important;
  }
  .planes .sec3 .tabla h2 {
    width: 100px;
    font-size: 25px !important;
    margin-bottom: 6% !important;
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .planes .sec3 {
    overflow-x: scroll;
  }
  .planes .sec3 .tabla {
    padding-right: 20px;
  }
  .planes .sec3 .tabla h2 {
    font-size: 22px !important;
    padding: 0 5px;
    width: 110px !important;
    margin-bottom: 6% !important;
  }
}
.planes .sec4 .izq {
  padding: 80px 20px 80px 9%;
  background-color: var(--grey);
}
.planes .sec4 .fondo {
  background-image: url("../img/home/conversia-faqs.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: var(--grey);
  padding: 80px 9%;
}
@media (min-width: 1920px) {
  .planes .sec4 .izq {
    padding: 300px 20px 300px 9%;
  }
  .planes .sec4 .fondo {
    padding: 300px 9%;
  }
}
.planes .sec4 .accordion .accordion-item {
  border-radius: 20px !important;
  border: none;
}
.planes .sec4 .accordion .accordion-item .accordion-button,
.planes .sec4 .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 20px !important;
}
.planes .sec4 .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.planes .sec4 .accordion .accordion-button h3 {
  padding-right: 10%;
}
.planes .sec4 .accordion .accordion-button:not(.collapsed) {
  background-color: var(--blue);
  border-radius: 20px 20px 0px 0px !important;
}
.planes .sec4 .accordion .accordion-button:not(.collapsed) h3 {
  color: var(--white) !important;
}
.planes .sec4 .accordion .accordion-button:not(.collapsed) .separador {
  width: 100%;
  height: 1px;
  background-color: var(--sky);
  margin-top: 15px;
}
.planes .sec4 .accordion .accordion-body {
  background-color: var(--blue);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 2px 20px;
}
.planes .sec4 .accordion .accordion-body p {
  color: var(--white);
}
.planes .sec4 .accordion .accordion-button::after {
  right: 30px !important;
  background-image: url("../img/home/icono-flecha-azul-fuerte.png");
  height: 40px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: none;
          transform: none;
  position: relative;
}
.planes .sec4 .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../img/home/icono-flecha-azul.png");
  height: 40px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: none;
          transform: none;
  position: relative;
}
@media (max-width: 500px) and (min-width: 0px) {
  .planes .sec4 h2 {
    text-align: center;
  }
  .planes .sec4 .izq {
    padding: 80px 5% 20px !important;
  }
  .planes .sec4 h3 {
    font-size: 23px !important;
    padding-right: 20px;
  }
  .planes .sec4 .fondo {
    background-image: url("../img/home/res/conversia-faqs-res.png");
    padding: 300px 9%;
  }
}