/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  /*
   * A better looking default horizontal rule
   */
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  /*
   * Remove default fieldset styles.
   */
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  /*
   * Allow only vertical resizing of textareas.
   */
  textarea {
    resize: vertical;
  }
  /* ==========================================================================
     Cesar Gomez
     ========================================================================== */
  video::-webkit-media-controls-start-playback-button {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /* ::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
  } */
  /* ::-webkit-scrollbar {
    background-color: white;
    display: block !important;
    height: 10px;
    margin: 0;
    width: 15px;
  }
  ::-webkit-scrollbar-track {
    background: linear-gradient(#ecf8fa, #95d5e3);
    height: 10px;
    margin: 0;
    width: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(#fc8f3a, #ffd100);
    border-radius: 5px;
    height: 10px;
    margin: 0;
    opacity: 0.5;
    width: 10px;
  } */
  html {
    scroll-behavior: smooth;
  }
  body {
    /* visibility: hidden; */
    /* display: none;  */
    /* opacity: 0;
    transition: opacity 0.5s ease-in-out; */
    background: #efefef;
    background: #EAE9DE;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    /* letter-spacing: -1px; */
    /* background: black; */
    /* background: white; */
  }

  [data-animation], [data-animation2]{
    transition-property: all;
    transition-easing: ease-out;
    transition-duration: 0.6s;
  }

  [data-animation*="opacity"], [data-animation2*="opacity"] {
    opacity: 0;
  }

  ._visible[data-animation*="opacity"], ._visible[data-animation2*="opacity"] {
    opacity: 1;
  }

  [data-animation*="slideInLeft"], [data-animation2*="slideInLeft"] {
    transform: translateX(-10%);
  }

  ._visible[data-animation*="slideInLeft"], ._visible[data-animation2*="slideInLeft"] {
    transform: translateX(0);
  }

  [data-animation*="slideInLeftBig"], [data-animation2*="slideInLeftBig"] {
    transform: translateX(-100%);
  }

  ._visible[data-animation*="slideInLeftBig"], ._visible[data-animation2*="slideInLeftBig"] {
    transform: translateX(0);
  }

  [data-animation*="slideInRight"], [data-animation2*="slideInRight"] {
    transform: translateX(10%);
  }

  ._visible[data-animation*="slideInRight"], ._visible[data-animation2*="slideInRight"] {
    transform: translateX(0);
  }

  [data-animation*="slideInBottom"], [data-animation2*="slideInBottom"] {
    transform: translateY(10%);
  }

  ._visible[data-animation*="slideInBottom"], ._visible[data-animation2*="slideInBottom"] {
    transform: translateY(0);
  }

  [data-animation*="scaleIn"], [data-animation2*="scaleIn"] {
    transform: scale(0.3);
    filter: blur(10px);
  }

  ._visible[data-animation*="scaleIn"], ._visible[data-animation2*="scaleIn"] {
    transform: scale(1);
    filter: blur(0px);
  }

  .staggered > *:nth-child(2) {
    transition-delay: 100ms;
  }

  .staggered > *:nth-child(3) {
    transition-delay: 200ms;
  }

  .staggered > *:nth-child(4) {
    transition-delay: 300ms;
  }

  .staggered > *:nth-child(5) {
    transition-delay: 400ms;
  }

  .staggered > *:nth-child(6) {
    transition-delay: 500ms;
  }

  .staggered > *:nth-child(7) {
    transition-delay: 600ms;
  }

  .staggered > *:nth-child(8) {
    transition-delay: 700ms;
  }

  .delay-10 {
    transition-delay: 10ms;
  }

  .delay-100 {
    transition-delay: 100ms;
  }

  .delay-200 {
    transition-delay: 200ms;
  }

  .delay-300 {
    transition-delay: 300ms;
  }

  .delay-500 {
    transition-delay: 500ms;
  }

  .duration-300 {
    transition-duration: 300ms;
  }

  html:not([data-scroll='0']) .top-nav  {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  /* .top-nav.scrolled {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  } */




  h1.sectionTitle {
    max-width: 1200px;
    width: 100%;
  }
  .wbtmMenu {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .wbtmMenu {
      display: flex;
      width: 100%;
      height: 5rem;
      background: #fff;
      background: #EAE9DE;
      padding: 0px 1rem;
    }
  }
  .wbtmMenu-menu {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .wbtmMenu-menu p {
    margin-bottom: 0px;
  }
  .wbtmMenu-logo {
    width: 46px;
  }
  .wbtmMenu-logo img {
    max-width: 220px;
  }
  .centerContent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .centerContent p {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .wbtmMenu-mindfulness2 {
    width: 9%;
    width: 45px;
    margin-right: 5px;
  }
  .wbtmMenu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 35px;
    padding: 7px 5px;
    cursor: pointer;
    color: #000;
  }
  .wbtmMenu-icon span {
    height: 4px;
    background-color: black;
    width: 100%;
  }
  #menu {
    display: none;
  }
  @media only screen and (max-width: 590px) {
    .wbtmMenu-logo {
      width: 42px;
    }
    .wbtmMenu-mindfulness2 {
      width: 40px;
    }
    .centerContent p {
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 500px) {
    .wbtmMenu-logo {
      width: 38px;
    }
    .wbtmMenu-mindfulness2 {
      width: 35px;
    }
    .centerContent p {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 420px) {
    .wbtmMenu-icon {
      width: 30px;
      height: 30px;
      padding: 7px 5px;
    }
    .wbtmMenu-icon span {
      height: 3px;
    }
    .wbtmMenu-logo {
      width: 34px;
    }
    .wbtmMenu-mindfulness2 {
      width: 30px;
    }
    .centerContent p {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 350px) {
    .wbtmMenu-logo {
      width: 26px;
      border: none;
    }
    .wbtmMenu-mindfulness2 {
      width: 24px;
    }
    .centerContent p {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 290px) {
    .wbtmMenu-icon {
      width: 27px;
      height: 27px;
      padding: 7px 5px;
    }
    .wbtmMenu-icon span {
      height: 2.5px;
    }
    .wbtmMenu-logo {
      width: 26px;
      border: none;
    }
    .wbtmMenu-mindfulness2 {
      display: none;
    }
    .centerContent p {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 240px) {
    .wbtmMenu-logo {
      width: 22px;
      border: none;
    }
    .wbtmMenu-mindfulness2 {
      display: none;
    }
    .centerContent p {
      font-size: 12px;
    }
  }




  .top-nav {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 100%;
    z-index: 3;
    position: sticky;
    top: 0;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--survivers-white);
  }

  .header {
    display: flex;
    height: 5rem;
    background: #EAE9DE;
    padding: 25px 0;
  }

  @media only screen and (max-width: 767px) {
    .header {
      display: none;
    }
  }
  .header-container {
    width: 100%;
    box-sizing: content-box;
    max-width: 1232px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px
  }

  @media only screen and (max-width: 700px) {
    .header-container {
      flex-direction: column;
      gap: 15px;
    }
  }
  .header-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .header-logo-img {
    width: 199.85px;
    /* max-width: 95%; */
    height: auto;
  }

  .header-item:nth-child(2) a {
    margin: 0vw 2vw;
  }

  @media only screen and (min-width: 1280px) {
    .header-item:nth-child(2) a {
      margin: 0px 12px;
    }
  }
  @media only screen and (max-width: 1279px) {
    .header-item:nth-child(2) a {
      margin: 0vw 1vw;
    }
  }
  @media only screen and (max-width: 1220px) {
    .header-item:nth-child(2) a {
      margin: 0vw 0.7vw;
    }
  }
  @media only screen and (max-width: 1119px) {
    .header-item:nth-child(2) a {
      margin: 0vw 1vw;
    }
  }
  @media only screen and (max-width: 1030px) {
    .header-item:nth-child(2) a {
      margin: 0vw 0.8vw;
    }
  }
  @media only screen and (max-width: 850px) {
    .header-item:nth-child(2) a {
      margin: 0vw 0.7vw;
    }
  }

  @media only screen and (max-width: 700px) {
    .header-item {
      flex-direction: column;
    }
  }
  .header-mobile {
    display: flex;
    gap: 15px;
  }
  .header-link {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.1s linear;
    color: #000;
    margin-right: 1rem;
    text-align: center;
  }

  @media only screen and (min-width: 1120px) {
    .header-link span.shortTitle {
      display: none;
    }
    .header-link span.longTitle {
      display: block;
    }
  }

  @media only screen and (max-width: 1119px) {
    .header-link span.shortTitle {
      display: block;
    }
    .header-link span.longTitle {
      display: none;
    }

    .header-link, .header-button {
      font-size: 16px;
    }
  }

  @media only screen and (max-width: 1220px) {
    .header-link, .header-button {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 940px) {
    .header-link, .header-button {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 900px) {
    .header-link, .header-button {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 850px) {
    .header-link, .header-button {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 810px) {
    .header-link, .header-button {
      font-size: 11px;
    }
  }


  .header-link:hover {
    color: #fc8f3a;
  }
  .header-button {
    text-decoration: none;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    text-align: center;
  }
  .header-button:hover {
    background: #fc8f3a;
  }
  .header-button:active {
    background: #fb7208;
  }
  .header-button.circulo {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 24px;
    transition: all 0.1s ease;
  }


  .footer {
    display: flex;
    min-height: 140px;
    background: #000;
    padding: 25px 0;
  }

  @media only screen and (max-width: 767px) {
    .footer {
      min-height: 189px;
      padding: 0px;
    }
  }
  .footer-logo-img {
    width: 199.87px;
    height: auto;
    filter: invert(1);
  }
  .footer-container {
    box-sizing: content-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
  }
  @media only screen and (min-width: 1200px) {
    .footer-container {
      max-width: 1200px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .footer-container {
      max-width: 1024px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .footer-container {
      box-sizing: inherit;
      max-width: 768px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer-container {
      flex-direction: column;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem
      /* max-width: 768px; */
    }
  }

  .footerMainContent {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
  }
  @media only screen and (max-width: 1024px) {
    .footerMainContent {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  }
  @media only screen and (max-width: 767px) {
    .footerMainContent {
      align-items: center;
      margin-top: 15.6px;
    }
  }
  .legales {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
  }
  @media only screen and (max-width: 1024px) {
    .legales {
      justify-content: flex-end;
      margin-bottom: 15.8px;
    }
  }
  @media only screen and (max-width: 529px) {
    .footer-item.legales {
      text-align: center;
    }
  }
  .footer-socials {
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  .footer-socials img {
    height: 30px !important;
    flex-shrink: 0;
    align-self: start;
    margin-left: 1rem;
  }
  @media only screen and (max-width: 529px) {
    .footer-socials a:first-child img {
      margin-left: 0rem;
    }
  }

  .footer-item span {
    font-size: 12.8px;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    color: white;
  }
  .footer-link {
    font-size: 12.8px;
    color: #fff;
    text-decoration: none;
    /* font-weight: 500; */
    transition: all 0.1s linear;
  }
  .footer p {
    margin-bottom: 0px;
  }
  .footer-link:hover {
    color: #fc8f3a;
  }
  .footer-button {
    text-decoration: none;
    font-weight: 500;
    background: #fff;
    color: #000;
    padding: 12px 12px;
    border-radius: 50px;
    display: inline-block;
  }
  .footer-button:hover {
    background: #fc8f3a;
  }
  .footer-button.circulo {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 24px;
    transition: all 0.1s ease;
  }
  @media only screen and (max-width: 830px) {
    .footer-button.circulo {
      width: 30px;
      height: 30px;
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 630px) {
    .footer-button.circulo {
      width: 25px;
      height: 25px;
      font-size: 14px;
    }
  }
  .main {
    min-height: 80vh;
    /* min-width: 300px; */
    position: relative;
  }
  .parallax_image,
  .simpleParallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }













  .video {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background: #fff;
    background: #EAE9DE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px 26px 16px;
    z-index: 2;
  }
  .videoContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 1200px;
    border-radius: 10px;
    z-index: 3;
  }
  div.posterVideo {
    width: 100%;
    max-width: 1200px;
    padding-top: 56.25%; /* Maintain the aspect ratio of 1024 × 577 */
    background: url(../../img/poster-video-home-desktop.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }

  #videoBienvenida {
    display: none;
    width: 100%;
    border-radius: 8px;
    outline: none;
    z-index: 1;
  }
  .close-button {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
  }

  .close-cross {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .line {
    width: 100%;
    height: 5px;
    background-color: #fff; /* Change the color as needed */
  }

  .line:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .line:last-child {
    transform: translateY(-2px) rotate(-45deg);
  }
  #clickBlocker {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    padding-top: 56.25%; /* Maintain the aspect ratio of 1024 × 577 */
    border-radius: 10px;
    z-index: 10;
  }


  @media only screen and (max-width: 767px) {

    div.posterVideo {
      width: 100%;
      max-width: 1200px;
      padding-top: 100%; /* Maintain the aspect ratio of 1024 × 577 */
      background: url(../../img/poster-video-home2_mobile.jpg);
      background-size: cover;
      background-position: center;
      border-radius: 10px;
    }

    #clickBlocker {
      display: none;
      position: absolute;
      width: 100%;
      max-width: 1200px;
      padding-top: 100%; /* Maintain the aspect ratio of 1024 × 577 */
      border-radius: 10px;
      z-index: 10;
    }

  }


















  .enQueConsiste {
    /* max-width: 1024px; */
    width: 100%;
    /* background: rgba(60,60,60, 0.9); */
    background: rgba(80,80,80, 0.7);
    background: rgba(20,20,20, 0.9);
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 80px 0px 80px 0px;
    overflow: hidden;
  }

  .enQueConsiste-parallaxImagen {
    position: absolute;
    top: 0;
    top: 200px;
    left: 0;
    width: 200%;
    height: 200%;
    z-index: -1;
  }
  .enQueConsisteContent {
    width: 100%;
    max-width: 1024px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 3rem;
    /* padding: 0px 40px; */
  }
  .enQueConsisteContent h2, .enQueConsisteContent h3, .enQueConsisteContent p {
    /* color: rgb(235, 235, 235); */
    color: rgb(245, 245, 245);;
    /* color: rgb(194, 194, 194);
    color: white; */
  }
  .enQueConsisteCharts {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .titleContent {
    max-width: 1024px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
  .titleContent p.uppercase {
    text-transform: uppercase;
    font-weight: 700;
  }
  .enQueConsiste-top-title {
    font-size: 52px;
    font-weight: 800;
    align-self: flex-start;
  }
  .circleContainer {
    display: flex;
    flex: 1.5;
    justify-content: flex-end;
    margin-left: 20px;
  }
  .circleContainer img {
    width: 90%;
    width: 100%;
  }

  .enQueConsiste-top-text {
    width: 95%;
    font-size: 24px;
    font-weight: 500;
  }
  .enQueConsiste-top-text span {
    font-weight: 700;
  }

  .enQueConsiste .download-button {
    self-align:flex-start;
    width: 240px;
    padding: 8px 4px;
    border-radius: 24px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    margin-top: 20px;
    text-transform: uppercase;
  }

  @media only screen and (min-width: 1250px) {
    .enQueConsisteContent {
      padding: 0px 16px;
    }
  }

  @media only screen and (max-width: 1000px) {
    .enQueConsisteContent {
      padding: 0px 20px;
    }
    .enQueConsisteCharts {
      flex-direction: column;
      align-items: center;
    }
    .titleContent {
      align-items: center;
    }
    .enQueConsiste-top-title {
      align-self:center;
      font-size: 46px;
      margin-bottom: 0px;
      text-align: center;
    }
    .circleContainer {
      width: 70%;
      margin-left: 0px;
    }
    .enQueConsiste-top-text {
      font-size: 20px;
      margin-top: 0px;
      margin-bottom: 40px;
    }

    .enQueConsiste-top-text:nth-child(2) {
      margin-bottom: 20px;
    }

    .enQueConsiste .download-button {
      margin-bottom: 40px;
    }
  }

  @media only screen and (max-width: 900px) {
    .circleContainer {
      width: 75%;
    }
    .enQueConsiste-top-text:nth-child(2) {
      margin-bottom: 20px;
    }
  }

  @media only screen and (max-width: 800px) {
    .enQueConsiste-top-title {
      font-size: 36px;
    }
    .circleContainer {
      width: 80%;
    }
    .enQueConsiste-top-text {
      font-size: 16px;
    }
    .enQueConsiste-top-text:nth-child(2) {
      margin-bottom: 20px;
    }

    .enQueConsiste .download-button {
      margin-top: 20px;
      margin-bottom: 30px;
    }
  }

  @media only screen and (max-width: 767px) {
    .circleContainer {
      display: none;
    }

    .titleContent {
      margin-bottom: 40px;
    }

    .enQueConsiste .download-button {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }

  @media only screen and (min-width: 768px) {
    .circle {
      display: none;
    }
  }

  @media only screen and (max-width: 529px) {
    .enQueConsisteCharts {
      margin-top: 0px;
    }

    .titleContent p.uppercase {
      padding: 0rem 1rem;
      padding: 0rem 0rem;
    }
    .enQueConsiste-top-title {
      font-size: 30px;
      text-align: center;
      padding-left: 0px;
      margin-bottom: 15px;
    }
    .circleContainer {
      width: 99%;
      margin-top: 40px;
    }
    .enQueConsiste-top-text {
      font-size: 16px;
      width: 100%;
      padding: 1rem 0rem;
      text-align: justify;
      margin-bottom: 20px;
    }
    .enQueConsiste {
      height: auto;
      padding: 35px 20px;
    }
    .titleContent {
      width: 89vw;
      align-items: center;
    }
  }













  .programas-container {
    margin-bottom: 1.5rem;
  }

  @supports (-webkit-touch-callout: none) or (-webkit-text-size-adjust: none) {
    .soporteParallaxIOS {
      background-attachment: fixed;
      background-position: top;
      background-size: auto 100%;
      background-repeat: repeat;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
    }
  }
  .parallax {
    height: 100vh;
    /* height: 60vh; */
    background: #ccc url(../../img/home/parallax-bg.png) no-repeat top center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 10px solid #000;
  }
  @supports (-webkit-touch-callout: none) {
    .parallax {
      background-attachment: scroll;
    }
  }
  @media only screen and (max-width: 529px) {
    .parallax {
      height: 80vh;
      flex-direction: column;
    }
  }
  .parallax-scene_0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    z-index: 9;
    text-shadow: 3px 3px 4px #585f6f;
  }
  @media only screen and (max-width: 529px) {
    .parallax-scene_0 {
      text-align: center;
      bottom: 13vh;
      top: auto;
      transform: translate(-50%, 0);
      line-height: 1.1;
      font-size: 23px;
    }
  }
  .parallax-scene_2 {
    margin-bottom: 40vh;
  }
  @media only screen and (max-width: 529px) {
    .parallax-scene_2 {
      margin-bottom: 0;
      width: 140px;
    }
  }


  .probar {
    position: relative;
    background: #a1dbe8;
    background-size: cover;
    /* height: 50vh; */
    /* height: 45vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 180px 0px;
  }
  .probar-imagenParallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .probar-titulo {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .probar-texto {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
  }

  .probar-boton {
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    background: #fff;
    font-weight: 600;
    padding: 2px 50px;
    color: #000;
    border: 5px solid #000;
    border-radius: 30px;
  }
  .probar-boton:hover {
    background: #000;
    color: #fff;
  }
  .probar-boton:active {
    transform: translateY(2px);
  }

  @media only screen and (max-width: 1000px) {
    .probar {
      padding: 140px 0px;
    }
    .probar-titulo {
      font-size: 46px;
    }
    .probar-texto {
      font-size: 20px;
    }
    .probar-boton {
      font-size: 20px;
      border: 4px solid #000;
    }
  }

  @media only screen and (max-width: 800px) {
    .probar {
      padding: 60px 0px;
    }
    .probar-titulo {
      font-size: 36px;
    }
    .probar-texto {
      font-size: 16px;
    }
    .probar-boton {
      font-size: 16px;
      border: 3px solid #000;
    }
  }

  @media only screen and (max-width: 529px) {
    .probar {
      text-align: center;
    }
    .probar-titulo {
      font-size: 30px;
    }
    .probar-texto {
      font-size: 16px;
    }
    .probar-boton {
      font-size: 16px;
      border: 3px solid #000;
    }
  }

  @media screen and (orientation: landscape) and (max-width: 529px) {
    .probar {
      padding: 100px 0px;
    }
  }






  .modulos {
    position: relative;
    background: #fff;
    padding: 55px 0;
    z-index: 1;
    overflow: hidden;
  }
  .modulos-imagenParallax {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .modulos-imagenParallax.bottom {
    top: 100%;
    bottom: 0;
    display: none;
  }
  .modulos-titulo {
    font-size: 52px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 35px;
    padding: 0px 20px;
  }
  .modulos-texto {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 105px;
    padding: 0px 20px;
  }
  .modulos-texto b {
    display: block;
  }
  .modulos-container {
    /* display: none; */
    max-width: 1024px;
    margin: 0 auto;
    padding: 0% 2%;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap: 150px 80px; */
    row-gap: 150px;
    column-gap: 8.35%;
  }
  .modulo {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    color: #fc8f3a;
    position: relative;
    overflow: hidden;
  }
  .modulo.modulo-1::after {
    content: "¡GRATIS!";
    background: #fc8f3a;
    position: absolute;
    top: 28px;
    right: -18px;
    color: #fff;
    width: 50%;
    text-align: center;
    transform: rotate(39deg);
    font-weight: 600;
    font-size: 20px;
  }
  .modulo-portada {
    border-radius: 29px;
    border: 0.7vw solid #fc8f3a;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .modulo-portada img {
    width: 100%;
    height: auto;
    display: block;
  }
  .modulo-nombre {
    color: #fc8f3a;
    text-decoration: underline;
    font-size: 3.125vw;
    text-align: center;
    font-weight: 600;
    text-underline-position: under;
  }
  @media only screen and (min-width: 1024px) {
    .modulo-portada {
      border: 8px solid #fc8f3a;
    }
    .modulo-nombre {
      font-size: 32px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .modulos-container {
      row-gap: 130px;
    }
    .modulo-portada {
      border: 8px solid #fc8f3a;
    }
    .modulo-nombre {
      font-size: 32px;
    }
  }

  @media only screen and (max-width: 1000px) {
    .modulos-titulo {
      font-size: 46px;
    }
    .modulos-texto {
      font-size: 20px;
    }
    .modulo-nombre {
      font-size: 26px;
    }
  }

  @media only screen and (max-width: 900px) {
    .modulos-texto {
      margin-bottom: 80px;
    }
    .modulos-container {
      row-gap: 110px;
    }
  }

  @media only screen and (max-width: 800px) {
    .modulos-container {
      row-gap: 90px;
    }
    .modulos-titulo {
      font-size: 36px;
    }
    .modulos-texto {
      font-size: 16px;
    }
    .modulo-nombre {
      font-size: 22px;
    }
  }

  @media only screen and (max-width: 700px) {
    .modulos-container {
      row-gap: 70px;
    }
  }

  @media only screen and (max-width: 529px) {
    .modulos-imagenParallax {
      height: 50%;
    }
    .modulos-imagenParallax.bottom {
      display: block;
    }
    .modulos-container {
      padding: 15px;
      grid-template-columns: 1fr 1fr;
      /* gap: 15px; */
      row-gap: 30px;
      column-gap: 15px;
    }
    .modulo {
      width: 100%;
    }
    .modulos-titulo {
      font-size: 30px;
      margin-bottom: 16px
    }
    .modulo.modulo-1::after {
      top: 15px;
      right: -8px;
      font-size: 14px;
    }
    .modulos-texto {
      font-size: 16px;
      margin: 16px 0px 50px 0px;
    }
    .modulos-texto b {
      margin-bottom: 10px;
    }
    .modulo-nombre {
      font-size: 22px;
    }
  }

  @media only screen and (max-width: 300px) {
    .modulo-nombre {
      font-size: 16px;
    }
  }
















  .compra {
    background: #a1dbe8;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
  }
  .compraContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1024px;
  }
  .compra-header {
    display: flex;
    justify-content: center;
    background: url(../../img/home/compra-header.png) no-repeat;
    width: 100%;
    max-width: 1024px;
    height: 275px;
    background-size: cover;
    border-radius: 10px;
  }
  .compra-header img {
    display: flex;
    align-self: flex-start;
    width: 70%;
    height: auto;
    margin: 1vw 0px 0px 1vw;
    margin-top: 1vw;
  }
  .compra-body {
    background: #fff;
    width: 90%;
    max-width: 970px;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    border-radius: 10px;
    z-index: 2;
  }
  .compra-body .mobile {
    display: none;
  }
  .compra-body .desktop {
    display: flex;
  }
  .compra-body-item {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .compra-texto1 {
    text-align: center;
    font-size: 52px;
    font-weight: 800;
  }
  .compra-texto2 {
    font-size: 20px;
    font-size: 24px;
    font-weight: 500;
  }
  .compra-texto2-b {
    font-size: 32px;
    font-weight: 700;
  }
  .compra-texto2-precio {
    display: inline-block;
    font-weight: 600;
    position: relative;
  }
  .compra-texto2-precio::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fc8f3a;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .compra-texto2 ul {
    padding-left: 17px;
    margin-bottom: 15px;
  }
  .compra-boton {
    border: 5px solid #000;
    padding: 7px 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    display: inline-block;
    margin-top: 12px;
    border-radius: 30px;
  }
  .compra-boton:hover {
    background: #000;
    color: #fff;
  }
  .compra-boton:active {
    transform: translateY(2px);
  }

  .paypal {
    margin: 15px 0;
    max-width: 400px;
  }
  .info-container {
    padding: 35px;
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
  }
  .info {
    margin-bottom: 16px;
    flex: 1;
  }
  .info-label {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 8px;
  }
  .info-text {
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    color: #222;
  }
  .resumen-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
  }
  .resumen {
    background: #eee;
    margin-bottom: 16px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
  }
  .resumen-label {
    display: inline-block;
    font-weight: 600;
  }
  .resumen-text {
    font-size: 24px;
  }


  @supports (-webkit-touch-callout: none) {
    .compra {
      background-attachment: scroll;
    }
  }

  @media only screen and (max-width: 1000px) {
    .compra-body-item:nth-child(2) {
      flex: 1.7;
    }
    .compra-texto2 {
      font-size: 20px;
    }
    .compra-texto2-b {
      font-size: 28px;
    }
    .compra-body {
      display: flex;
      flex-direction: column;
      width: auto;
      border-radius: 10px;
      padding: 25px 40px;
      padding: 25px 90px;
    }
    .compra-body .desktop {
      display: none;
    }
    .compra-body .mobile {
      display: flex;
    }

    .compra-texto1 {
      display: flex;
      flex-direction: column;
    }
    .compra-texto1 p {
      font-size: 46px;
      margin-bottom: 10px
    }
    .compra-texto1 p.subtitle {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 25px
    }
    .compra-boton {
      display: block;
      width: fit-content;
      margin: 40px auto 10px auto;
    }
  }

  @media only screen and (max-width: 900px) {
    .compra-header {
      height: 240px;
    }
  }

  @media only screen and (max-width: 800px) {
    .compra-header {
      height: 200px;
    }
    .compra-texto2 {
      font-size: 16px;
    }
    .compra-body {
      padding: 25px 80px;
    }
    .compra-texto1 p {
      font-size: 36px;
      margin-bottom: 10px
    }
    .compra-texto1 p.subtitle {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 25px
    }
  }

  @media only screen and (max-width: 700px) {
    .compra-header {
      height: 180px;
    }
  }

  @media only screen and (max-width: 529px) {
    .compra {
      background-size: cover;
    }
    .compra-header {
      height: auto;
      margin-bottom: 0;
      padding: 35px;
      background-color: #55737a;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover;
      border-radius: 10px;
      /* width: 95%; */
      width: 100%;
    }
    .compra-header img {
      width: 80%;
    }
    .compra-body {
      flex-direction: column;
      top: 0;
      width: 90% !important;
      /* width: 95% !important; */
      margin-top: auto;
      padding: 25px 20px;
    }
    .compra-texto2 {
      font-size: 16px;
      padding: 15px;
      text-align: center;
    }
    .compra-texto2 ul {
      text-align: left;
    }
    /* .compra-texto1 br {
      display: none;
    } */
    .compra-texto1 p {
      font-size: 30px;
      margin-bottom: 10px
    }
    .compra-texto1 p.subtitle {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0px
    }
    .info-container {
      flex-direction: column;
    }
    .info {
      text-align: left;
      width: 100%;
    }
  }

  @media only screen and (max-width: 400px) {
    .compra-texto1 br {
      display: none;
    }
  }
















  .contacto {
    display: flex;
    justify-content: center;
    background: #a1dbe8 url(../../img/home/bg-compra.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    /* position: fixed; */
    left: 0;
    top: 0;
    z-index: -4;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 0px) {
    @supports (-webkit-touch-callout: none) or (-webkit-text-size-adjust: none) {
      .contacto {
        background-attachment: fixed;
        background-position: top;
        background-size: auto 100%;
        background-repeat: repeat;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
      }
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto {
      background-size: cover;
    }
  }

  .contactoContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    padding-top: 100px;
    padding: 80px 0px 150px 0px;
  }
  @media only screen and (max-width: 900px) {
    .contactoContainer {
      padding: 70px 0px 150px 0px;
    }
  }
  @media only screen and (max-width: 800px) {
    .contactoContainer {
      padding: 60px 0px 150px 0px;
    }
  }
  @media only screen and (max-width: 700px) {
    .contactoContainer {
      padding: 50px 0px 150px 0px;
    }
  }
  @media only screen and (max-width: 600px) {
    .contactoContainer {
      padding: 40px 0px 150px 0px;
    }
  }
  .contacto-header {
    display: flex;
    justify-content: center;
    background: url(../../img/home/compra-header.png) no-repeat;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    height: 275px;
    background-size: cover;
    border-radius: 10px;

  }
  @media only screen and (max-width: 900px) {
    .contacto-header {
      height: 240px;
    }
  }
  @media only screen and (max-width: 800px) {
    .contacto-header {
      height: 200px;
    }
  }
  @media only screen and (max-width: 700px) {
    .contacto-header {
      height: 180px;
    }
  }
  @media only screen and (max-width: 600px) {
    .contacto-header {
      height: 180px;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-header {
      height: auto;
      margin-bottom: 0;
      padding: 35px;
      background-color: #55737a;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover;
      border-radius: 10px;
      width: 95%;
    }
  }
  .contacto-header img {

    display: flex;
    align-self: flex-start;
    width: 70%;
    height: auto;
    margin: 1vw 0px 0px 1vw;
    margin-top: 1vw;
  }
  @media only screen and (max-width: 529px) {
    .contacto-header img {
      width: 80%;
    }
  }
  .contacto-body {
    background: #fff;
    width: 70%;
    width: 83%;
    max-width: 970px;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
  }
  @media only screen and (max-width: 700px) {
    .contacto-body {
      flex-direction: column;
      width: 90%;
      width: 85%;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-body {
      flex-direction: column;
      width: 90%;
      margin-top: 0px;
    }
  }
  .contacto-body-item {
    flex: 1;
  }
  @media only screen and (max-width: 700px) {
    .contacto-body-item {
      width: 75%;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-body-item {
      width: 100%;
    }
  }
  .contacto-texto1 {
    text-align: center;
    font-size: 50px;
  }
  @media only screen and (max-width: 1024px) {
    .contacto-texto1 {
      font-size: 4.9vw;
    }
  }
  @media only screen and (max-width: 700px) {
    .contacto-texto1 {
      font-size: 38px;
      font-size: 5.43vw;
      margin-bottom: 35px;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-texto1 {
      font-size: 38px;
      font-size: 36px;
      font-size: 6.5vw;
      margin-bottom: 35px;
    }
  }
  .contacto-texto2 {
    font-size: 20px;
    padding-right: 20px;
  }
  @media only screen and (max-width: 700px) {
    .contacto-texto2 {
      padding: 15px;
      text-align: center;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-texto2 {
      padding: 15px;
      text-align: center;
    }
  }
  .form-control {
    font-size: 16px;
  }
  @media only screen and (max-width: 900px) {
    .form-control {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 800px) {
    .form-control {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 529px) {
    .form-control {
      font-size: 16px;
      font-size: 3.02vw;
    }
  }

  .contacto-texto2-b {
    font-size: 32px;
    font-weight: 600;
  }
  @media only screen and (max-width: 529px) {
    .contacto-texto2-b {
      font-size: 6.05vw;
    }
  }
  .contacto-texto2-precio {
    display: inline-block;
    font-weight: 600;
    position: relative;
  }
  .contacto-texto2-precio::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fc8f3a;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .contacto-texto2 ul {
    padding-left: 17px;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 529px) {
    .contacto-texto2 ul {
      text-align: left;
    }
  }
  .contacto-boton {
    border: 5px solid #000;
    padding: 7px 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    display: inline-block;
    margin-top: 12px;
  }
  @media only screen and (max-width: 1000px) {
    .contacto-boton {
      border: 4px solid #000;
      border: 0.5vw solid #000;
      padding: 7px 15px;
      font-size: 2vw;
    }
  }
  @media only screen and (max-width: 700px) {
    .contacto-boton {
      /* border: 4px solid #000; */
      border: 0.5vw solid #000;
      padding: 7px 25px;
      font-size: 2.5vw;
    }
  }
  @media only screen and (max-width: 529px) {
    .contacto-boton {
      border: 0.5vw solid #000;
      padding: 1.4vw 7vw;
      font-size: 3vw;
    }
  }
  .contacto-boton:hover {
    background: #000;
    color: #fff;
  }
  .contacto-boton:active {
    transform: translateY(2px);
  }
  .scrollspy-container {
    height: 75vh;
    overflow: auto;
  }
  .scrollspyPreguntas {
    display: flex;
    flex-direction: column;
  }
  .scrollspyPreguntas-link {
    display: block;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 15px 25px;
    transition: all 0.2s linear;
    border: 3px solid transparent;
  }
  .scrollspyPreguntas-link.active {
    font-weight: 600;
    border: 3px solid #000;
  }
  .testimonios {
    background: #fff url(../../img/home/bg-enQueConsiste.png) no-repeat center top fixed;
    padding: 35px 0 65px 0;
  }
  @supports (-webkit-touch-callout: none) {
    .testimonios {
      background-attachment: scroll;
    }
  }
  .testimonios .container {
    width: 90%;
    max-width: 1024px;
  }
  @media only screen and (max-width: 529px) {
    .testimonios .container {
      width: auto;
      max-width: none;
    }
  }
  .testimonios-title {
    font-size: 52px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 35px;
  }
  @media only screen and (max-width: 620px) {
    .testimonios-title {
      font-size: 8vw;
    }
  }
  .testimonios-container {
    overflow: hidden;
  }
  .testimonio {
    width: 50%;
    background: #fff;
    padding: 35px;
    border: 2px solid #5096a5;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  @media only screen and (max-width: 1024px) {
    .testimonio {
      padding: 30px;
    }
  }
  @media only screen and (max-width: 900px) {
    .testimonio {
      padding: 25px;
    }
  }
  @media only screen and (max-width: 800px) {
    .testimonio {
      padding: 20px;
    }
  }
  @media only screen and (max-width: 700px) {
    .testimonio {
      padding: 20px;
    }
  }
  @media only screen and (max-width: 529px) {
    .testimonio {
      height: auto;
      padding: 35px;
      width: auto;
      max-height: none;
    }
  }
  .testimonio-texto {
    font-size: 18px;
    /* font-size: 0.99889vw; */
    color: #000;
    display: flex;
  }
  @media only screen and (max-width: 1024px) {
    .testimonio-texto {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 900px) {
    .testimonio-texto {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 800px) {
    .testimonio-texto {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 700px) {
    .testimonio-texto {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 600px) {
    .testimonio-texto {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 529px) {
    .testimonio-texto {
      font-size: 18px;
    }
  }
  .testimonio-usuario {
    font-size: 14px;
    color: #585f6f;
  }
  @media only screen and (max-width: 1024px) {
    .testimonio-usuario {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 900px) {
    .testimonio-usuario {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 800px) {
    .testimonio-usuario {
      font-size: 11px;
    }
  }
  @media only screen and (max-width: 700px) {
    .testimonio-usuario {
      font-size: 10px;
    }
  }
  @media only screen and (max-width: 600px) {
    .testimonio-usuario {
      font-size: 10px;
    }
  }
  @media only screen and (max-width: 529px) {
    .testimonio-usuario {
      font-size: 14px;
    }
  }
  .quote {
    display: inline-block;
    font-weight: 600;
    margin: 18px;
    font-size: 66px;
    color: #1c6b7d;
  }
  @media only screen and (max-width: 1024px) {
    .quote {
      display: none;
    }
  }
  @media only screen and (max-width: 529px) {
    .quote {
      display: none;
    }
  }
  .swiper-slide {
    display: flex !important;
    gap: 1rem;
  }
  @media only screen and (max-width: 529px) {
    .swiper-slide {
      flex-direction: column;
    }
    .swiper-slide .testimonio:nth-child(2) {
      display: none;
    }
  }
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  /*
   * Hide visually and from screen readers
   */
  .hidden,
  [hidden] {
    display: none !important;
  }
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  /*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  .invisible {
    visibility: hidden;
  }
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }
  .clearfix::after {
    clear: both;
  }
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]::after {
      content: " (" attr(href) ")";
    }
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }



