@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #84d9bc;
  --bs-secondary: #313c4e;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 132, 217, 188;
  --bs-secondary-rgb: 49, 60, 78;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 62.5%;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.485rem + 2.82vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}

h3, .h3 {
  font-size: calc(1.445rem + 2.34vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 3.2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: #84d9bc;
  text-decoration: underline;
}
a:hover {
  color: #6aae96;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-xl, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.315rem + 0.78vw);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 1.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c2ecde;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(132, 217, 188, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.315rem + 0.78vw);
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(132, 217, 188, 0.25);
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #84d9bc;
  border-color: #84d9bc;
}
.btn-primary:hover {
  color: #000;
  background-color: #96dfc6;
  border-color: #90ddc3;
}
 .btn-primary:focus {
  color: #000;
  background-color: #96dfc6;
  border-color: #90ddc3;
  box-shadow: 0 0 0 0.25rem rgba(112, 184, 160, 0.5);
}
 .btn-primary:active {
  color: #000;
  background-color: #9de1c9;
  border-color: #90ddc3;
}
 .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(112, 184, 160, 0.5);
}
.btn-primary:disabled {
  color: #000;
  background-color: #84d9bc;
  border-color: #84d9bc;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.alert {
  position: relative;
  padding: 5rem 5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1.25rem !important;
}

.mt-2 {
  margin-top: 2.5rem !important;
}

.mt-3 {
  margin-top: 5rem !important;
}

.mt-4 {
  margin-top: 7.5rem !important;
}

.mt-5 {
  margin-top: 15rem !important;
}

.mb-2 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 5rem !important;
}

.p-2 {
  padding: 2.5rem !important;
}

.py-3 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-4 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-5 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 768px) {

  .order-md-2 {
    order: 2 !important;
  }

  .text-md-start {
    text-align: left !important;
  }
}
.btn-header, .boton-plan {
  color: #313c4e;
  background-color: #84d9bc;
  border-color: transparent;
  padding: 2rem;
  padding: 1rem 5rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 1.2rem;
}
.btn-header:hover, .boton-plan:hover {
  color: #1d242f;
  background-color: #5dcda7;
  border-color: transparent;
}
 .btn-header:focus, .boton-plan:focus {
  color: #1d242f;
  background-color: #5dcda7;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(49, 60, 78, 0.5);
}
 .btn-header:active, .boton-plan:active {
  color: #000;
  background-color: #9de1c9;
  border-color: rgba(255, 255, 255, 0.1);
}
 .btn-header:active:focus, .boton-plan:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 60, 78, 0.5);
}
.btn-header:disabled, .boton-plan:disabled {
  color: #000;
  background-color: #84d9bc;
  border-color: transparent;
}
@media (min-width: 1200px) {
  .btn-header, .boton-plan {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .btn-header, .boton-plan {
    display: inline-block;
  }
}

.boton-plan {
  border: 1px solid white;
}
@media (min-width: 576px) {
  .boton-plan {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .boton-plan {
    display: block;
  }
}

.site-header {
  background-image: linear-gradient(rgba(49, 60, 78, 0.7) 0%, rgba(49, 60, 78, 0.7) 100%), url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.site-header .logo {
  display: flex;
  align-self: center;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-header .logo {
    margin-left: 4rem;
  }
}

.site-header .contenido {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .site-header .contenido {
    max-width: 50%;
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .site-header .contenido {
    padding-top: 15rem;
    padding-bottom: 15rem;
    padding-left: 4rem;
    max-width: 40%;
  }
}

.site-header .contenido h1 {
  color: white;
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .site-header .contenido h1 {
    font-size: 6rem;
  }
}

.crea-podcast h3 {
  color: #313c4e;
  display: inline-block;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .crea-podcast h3 {
    margin-top: 0;
  }
}
.crea-podcast h3::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #84d9bc;
  display: block;
  margin: -1.4rem 0;
}

.beneficios h2 {
  color: #313c4e;
  display: inline-block;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .beneficios h2 {
    margin-top: 0;
  }
}
.beneficios h2::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: white;
  display: block;
  margin: -1.4rem 0;
}
@media (min-width: 768px) {
  .beneficios .imagen {
    transition: 300ms ease;
  }
  .beneficios .imagen:hover {
    transform: scale(1.15) rotate(8deg);
  }
}

.estadisticas h2 {
  color: #313c4e;
  display: inline-block;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .estadisticas h2 {
    margin-top: 0;
  }
}
.estadisticas h2::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #84d9bc;
  display: block;
  margin: -1.4rem 0;
}

.planes h2 {
  color: #fff;
  display: inline-block;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .planes h2 {
    margin-top: 0;
  }
}
.planes h2::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #84d9bc;
  display: block;
  margin: -1.4rem 0;
}

.planes .p {
  padding-bottom: 10px;
}

.plan {
  padding: 16rem 4rem 4rem 4rem;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .plan {
    border: none;
    transition: 300ms ease;
  }
  .plan:hover {
    transform: scale(1.08);
  }
}
.plan .precio {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.plan.inicio {
  background-image: url("../img/icono_inicio.svg");
  background-size: 10rem;
  background-position: 50% 2rem;
  background-repeat: no-repeat;
}
.plan.negocio {
  background-image: url("../img/icono_negocio.svg");
  background-size: 10rem;
  background-position: 50% 2rem;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .plan.negocio {
    margin-top: -5rem;
    margin-bottom: -5rem;
    border-radius: 2rem;
    z-index: 2;
    padding-top: calc(16rem + 5rem);
    background-position-y: 7rem;
  }
}
.plan.pro {
  background-image: url("../img/icono_pro.svg");
  background-size: 10rem;
  background-position: 50% 2rem;
  background-repeat: no-repeat;
}

.heading-testimonial {
  color: #313c4e;
  display: inline-block;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .heading-testimonial {
    margin-top: 0;
  }
}
.heading-testimonial::after {
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #84d9bc;
  display: block;
  margin: -1.4rem 0;
}

.testimonial {
  border: 0.5rem solid #313c4e;
  border-radius: 1rem;
  font-size: 1.6rem;
  padding-left: 2rem 2rem 2rem 6rem;
  position: relative;
}
.testimonial::before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  background-image: url("../../img/comilla.svg");
  background-size: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0.6rem;
}

.footer {
  background-color: #313c4e;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
.footer__row {
  padding-top: 5rem;
  padding-bottom: 5rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.footer__widget {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__widget {
    flex: 0 0 auto;
    width: 25%;
  }
}
.footer__logo {
  width: 20rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__heading {
  color: #84d9bc;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.footer__copyright {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
  border-top: 2px solid #84d9bc;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
}