* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  overflow-anchor: none;
  scroll-behavior: auto;
}

.content {
  overflow-anchor: none;
}

.separador_link a:active {
  background-color: #faad29;
  font-weight: bold;
  color: #000;
  border: none;
}

.separador_link a:hover {
  background-color: #fff;
}

.active {
  color: #faad29;
}

.beneficios-title {
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
  font-weight: bold;
  color: #232526;
  font-size: 2.5rem;
}

.beneficios-title i {
  color: #1c406b;
}

.container i {
  font-size: 3rem;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

@keyframes aparicion {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.card {
  width: 35%;
  color: #000;
  margin: 1rem;
  background-color: #ffbd4a;
  filter: drop-shadow(3px 3px 0 #111);
  transition: transform 1.5s;
  animation-name: aparicion;
  animation-duration: 1s;
  border-radius: 5px;
}

.separador2 .button-aparicion {
  display: none;
  text-decoration: none;
  background-color: #1c406b;
  width: 50%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  color: #eee;
  border-radius: 10px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  animation-name: aparicion;
  animation-duration: 1s;
  filter: drop-shadow(7px 7px 0 #000);
}

.button-aparicion:hover {
  color: #000;
  background-color: #faad29;
}

.card:hover {
  transform: translate(-10px, 15px);
}

.container-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.container-cards p {
  font-size: 1rem;
  padding: 0 0.5rem;
}

.container-cards h4 {
  text-align: center;
  color: #1c406b;
  font-weight: bold;
  padding: 0 3rem;
}

.cta {
  width: 100%;
  padding: 0;
  animation-duration: 1.5s;
  display: flex;
  justify-content: center;
}

.cta a {
  text-decoration: none;
  border: 2px outset #faad29;
  background-color: #fff;
  padding: 1rem;
  color: #000;
  border-radius: 10px;
  font-size: 1.5rem;
  transition: background-color 1s;
}

.cta a:hover {
  font-weight: bold;
  background-color: #faad29;
}

.button {
  height: 4rem;
  background-color: #141414;
  color: #fff;
  outline: none;
  width: 8rem;
  border-radius: 10px;
}

.button i {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-self: center;
}

.button:hover > i {
  color: #000;
}

.button:hover {
  background-color: #faad29;
  font-weight: bold;
  color: #111;
}

.right {
  margin: 1rem auto;
  display: flex;
  transition: background-color 1s;
}

section h6 {
  font-size: 1.2rem;
  text-align: center;
}

.precios-title {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.precios-title i {
  font-size: 2.5rem;
  color: #faad29;
}
h5 {
  color: #fff;
  text-align: center;
}

.pack {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  flex: 1;
}

@media only screen and (max-width: 420px) {
  body {
    max-width: 100%;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .titulo {
    display: none;
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
    max-width: 100%;
    width: 100%;
  }

  .topnav {
    /* este es el entorno desplegable */
    margin-top: 1.09rem;
    padding: 1rem;
    background-color: #fff;
    border-right: 3px solid #ffbd4a;
    border-bottom: 3px solid #ffbd4a;
    border-radius: 0 0px 10px 0;
    position: relative;
    height: 100%;
    z-index: 2000;
    max-width: 100%;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #ffbd4a;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    background-color: #222;
    border: 2px outset #fff;
    border-radius: 10px;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: visible;
    margin: 0 15px;
    margin-top: 35px;
    padding: auto;
    height: 20px;
    position: relative;
    z-index: 500;
    width: 20px;
    border-radius: 25px;
  }

  .content {
    position: relative;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    margin-top: 1rem;
    visibility: hidden;
    width: 75%;

    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 100px;
    margin-top: 0.7rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .separador {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }

  .separador_link {
    display: flex;
    margin: 0 auto;
    position: relative;
    visibility: hidden;
    top: 5px;
  }

  .separador_link a {
    border-radius: 10px;
    border: 1px solid #ffbd4a;
    text-decoration: none;
    margin: auto;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.6rem;
    color: #fff;
    animation-duration: 1s;
    background-color: #1c406b;
    transition: background-color 1s;
  }

  .separador_link a:hover {
    background-color: #faad29;
  }

  .separador_texto a:active {
    background-color: #ffbd4a;
    color: #fff;
  }

  .separador3 {
    height: 100px;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  article {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0 4px;
    margin: 1.5rem;
    pointer-events: none; /* Deactivate hover effect*/
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #ffbd4a;
  }

  article h3 {
    border-radius: 15px;
    text-align: center;
    max-width: 100%;
    font-size: 1.1rem;
    color: #ffbd4a;
    background-color: #434343;
  }

  article section p {
    opacity: 100;
    color: #434343;
    font-size: 0.5rem;
  }
  section .pack i {
    font-size: 1.5rem;
    color: #ffbd4a;
    margin: 0 1rem;
  }

  @keyframes example {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .overtext {
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 0.7rem;
    position: absolute;
    top: 140px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 2s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    object-fit: cover;
    opacity: 0.3;
    position: relative;
    top: 75px;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
  }

  .beneficios-title {
    font-size: 1.3rem;
  }

  .beneficios-title i {
    font-size: 1rem;
  }

  .container-cards .card {
    width: 60%;
  }

  .container-cards h4 {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .container-cards li,
  .container-cards p {
    font-size: 0.6rem;
  }

  .precios-title h3 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 0.8rem;
  }

  .pack h4 {
    margin: 0 1rem;
    font-size: 1.4rem;
  }

  .pack h6 {
    font-size: 1rem;
    font-family: "roboto", sans-serif;
  }

  .separador2 .button-aparicion {
    font-size: 1.1rem;
    padding: 0.5rem;
  }

  .right {
    font-size: 0.8rem;
    height: 3rem;
    transition: background-color 1s;
  }

  .cta a {
    background-color: #1c406b;
    color: #fff;
    font-size: 1rem;
    transition: background-color 1s;
  }

  .flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-content: center;
  }

  .pie_flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 0;
    max-width: 100%;
    margin-top: 5rem;
  }
  .precios-title {
    font-size: 1.3rem;
  }
  .precios-title i {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.6rem;
  }

  .cta a {
    font-size: 1rem;
    transition: background-color 1s;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  footer {
    background-color: #000;
    border-top: 4px solid #ffbd4a;
  }
}

@media only screen and (max-width: 600px) and (min-width: 421px) {
  body {
    min-width: 30%;
    max-width: 100%;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .titulo {
    display: none;
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: fixed;
    width: 100%;
    max-width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
  }

  .topnav {
    /* este es el entorno desplegable */
    margin-top: 0.05rem;
    padding: 1rem;
    background-color: #fff;
    border-right: 3px solid #ffbd4a;
    border-bottom: 3px solid #ffbd4a;
    border-radius: 0 0px 10px 0;
    position: relative;
    z-index: 2000;
    height: 100%;
    width: 100%;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #ffbd4a;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    background-color: #222;
    border: 2px outset #fff;
    border-radius: 10px;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: visible;
    margin: 0 15px;
    margin-top: 35px;
    padding: auto;
    height: 20px;
    position: relative;
    z-index: 500;
    width: 20px;
    border-radius: 25px;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    margin-top: 1rem;
    visibility: hidden;
    width: 75%;
    background-color: #333333;
    position: absolute;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 100px;
    margin-top: 0.7rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .separador {
    margin-bottom: -2.3rem;

    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }

  .separador_link {
    display: flex;
    margin: 0 auto;
    position: relative;
    top: -60px;
  }

  .button > i {
    color: #ffbd4a;
  }

  .separador_link a {
    border-radius: 10px;
    border: 1px solid #ffbd4a;
    text-decoration: none;
    margin: auto;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.7rem;
    color: #fff;
    background-color: #1c406b;
    animation-duration: 1s;
    visibility: hidden;
    transition: background-color 1s;
  }

  .separador_link a:hover {
    background-color: #faad29;
  }

  .separador_texto a:active {
    background-color: #ffbd4a;
    color: #fff;
  }

  article {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0 4px;
    margin: 1.5rem;
    pointer-events: none; /* Deactivate hover effect*/
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #ffbd4a;
  }

  article h3 {
    border-radius: 15px;
    text-align: center;
    max-width: 100%;
    font-size: 1.3rem;
    color: #ffbd4a;
    background-color: #434343;
  }

  article section p {
    opacity: 100;
    color: #434343;
    font-size: 0.5rem;
  }
  section .pack i {
    font-size: 1.5rem;
    color: #ffbd4a;
  }

  .separador3 {
    height: 120px;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  @keyframes example {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .overtext {
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
    position: absolute;
    top: 75px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 1s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  .content {
    position: relative;
    top: 75px;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    object-fit: cover;
    opacity: 0.3;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 2rem;
  }

  .beneficios-title {
    font-size: 1.8rem;
  }

  .beneficios-title i {
    font-size: 1.4rem;
  }

  .container-cards .card {
    width: 60%;
  }

  .precios-title {
    font-size: 1.4rem;
  }

  .precios-title i {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 0.8rem;
  }

  .pack h4 {
    margin: 0 1rem;
    font-size: 1.4rem;
  }

  .pack h6 {
    font-size: 1rem;
    font-family: "roboto", sans-serif;
  }

  .cta a {
    background-color: #1c406b;
    color: #fff;
    font-size: 1rem;
    transition: background-color 1s;
  }

  .flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-content: center;
  }

  .pie_flex {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 0;
    max-width: 100%;
    margin-top: 5rem;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .pie_flex-redes h4 {
    max-width: 100%;
    min-width: 421px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .input {
    width: 60%;
  }

  .separador2 .button-aparicion {
    font-size: 1rem;
  }

  footer {
    background-color: #000;
    border-top: 4px solid #ffbd4a;
  }
}

@media only screen and (min-width: 601px) and (max-width: 942px) {
  body {
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  .titulo {
    display: none;
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: relative;
    min-width: 601px;
    max-width: 100%;
    border-bottom: 3px solid #ffbd4a;
    z-index: 500;
  }

  .topnav {
    /* este es el entorno desplegable */
    margin-top: 1.09rem;
    padding: 1rem;
    background-color: #fff;
    border-right: 3px solid #ffbd4a;
    border-bottom: 3px solid #ffbd4a;
    border-radius: 0 0px 10px 0;
    position: relative;
    z-index: 2000;
    height: 100%;
    width: 100%;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 500;
  }

  .topnav .menu_item a {
    color: #ffbd4a;
    font-weight: bold;
    padding: 0.5rem;
    text-decoration: none;
    background-color: #222;
    border: 2px outset #fff;
    border-radius: 10px;
    position: relative;
    z-index: 500;
  }

  .hamburger {
    visibility: visible;
    margin: 0 15px;
    margin-top: 35px;
    padding: auto;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 500;
    border-radius: 25px;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    margin-top: 1rem;
    visibility: hidden;
    width: 75%;
    background-color: #333333;
    position: relative;
    z-index: 500;
  }

  .logo-responsive {
    max-width: 100px;
    margin-top: 0.7rem;
    margin-bottom: 0rem;
    float: right;
    position: relative;
    z-index: 500;
  }

  .container-cards {
    flex-flow: space-evenly;
  }

  .separador {
    margin-bottom: -12.5rem;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }

  .separador_link {
    margin: 6rem 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .separador_link a {
    border-radius: 10px;
    border: none;
    text-decoration: none;
    position: absolute;
    top: 350px;
    margin: auto;
    padding: 1rem;
    font-size: 20px;
    color: #fff;
    width: 200px;
    text-align: center;
    border: 2px outset #ffbd4a;
    background-color: #1c406b;
    visibility: hidden;
    transition: background-color 1s;
  }

  .separador_link a:hover {
    background-color: #ffbd4a;
  }

  .separador_texto a:active {
    background-color: #ffbd4a;
    color: #fff;
  }

  article {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0 4px;
    margin: 1.5rem;
    pointer-events: none; /* Deactivate hover effect*/
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #ffbd4a;
  }

  article h3 {
    border-radius: 15px;
    text-align: center;
    max-width: 100%;
    font-size: 1.4rem;
    color: #ffbd4a;
    background-color: #434343;
  }

  article section p {
    opacity: 100;
    color: #434343;
    font-size: 0.6rem;
  }
  section .pack i {
    font-size: 2.5rem;
    color: #ffbd4a;
  }

  @keyframes example {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .container-cards p,
  .container-cards li {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }

  .cta a {
    background-color: #1c406b;
    color: #fff;
    transition: background-color 1s;
  }

  .overtext {
    color: #fff;
    padding: 0rem;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    top: 210px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 1s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    object-fit: cover;
    opacity: 0.3;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
  }

  .separador3 {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 200px;
  }

  .button > i {
    color: #ffbd4a;
  }

  .flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    flex: 1;
  }

  .pack h4 {
    margin: 0 1rem;
    font-size: 2rem;
  }

  .pack h6 {
    font-size: 1.1rem;
    font-family: "roboto", sans-serif;
  }
  section .pack p {
    font-size: 1rem;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    margin-top: 3rem;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-left: 0rem;
    flex-shrink: 1.5;
  }

  .pie_flex-redes h4 {
    text-align: center;
    color: #fff;
  }

  .formulario {
    margin: 2rem;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }
}

@media only screen and (min-width: 943px) and (max-width: 1024px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 250;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 250;
  }

  body {
    max-width: 100%;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: relative;
    border-bottom: 3px solid #ffbd4a;
    order: 2;
    z-index: 250;
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: absolute;
    top: -110px;
    z-index: 2000;
    height: 70px;
    width: 70%;
    order: 1;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 250;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    z-index: 250;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
    position: relative;
    z-index: 250;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .separador3 {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 300px;
    margin-top: -5rem;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .card li,
  .card p {
    font-size: 1rem;
  }

  .card p {
    padding: 1rem;
  }
  .card h4 {
    font-size: 1.5rem;
    color: #000;
  }

  .precios-title {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  .cta a {
    font-size: 1.3rem;
    background-color: #1c406b;
    color: #fff;
    width: 300px;
    text-align: center;
    transition: background-color 1s;
  }
  .cta {
    border-radius: 40px;
  }

  .right {
    font-size: 1.2rem;
    width: 250px;
    justify-content: space-around;
    align-items: center;
    transition: background-color 1s;
  }
  .button > i {
    float: right;
    color: #faad29;
  }

  .logo-responsive {
    max-width: 140px;
    margin-top: 0.1rem;
    margin-bottom: 0rem;
    float: right;
  }

  .separador {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 50px;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }
  .separador_link {
    margin: 5rem 0;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .separador_link a {
    text-decoration: none;
    border-radius: 15px;
    padding: 0.5rem;
    font-size: 1.5rem;
    width: 250px;
    border: 2px outset #ffbd4a;
    position: absolute;
    top: 400px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    background-color: #1c406b;
    animation-duration: 1s;
    transition: background-color 1s;
  }

  .separador_texto a:focus {
    background-color: #ffbd4a;
    color: #fff;
  }

  article {
    width: 30rem;
    height: 3rem;
    padding: 0 4px;
    margin: 7rem 1.5rem;
    border: 2px outset #ffbd4a;
    background-color: #fff;
    border-radius: 10px;
    transition: height 1s;
    overflow: hidden;
  }

  article:hover {
    height: 17rem;
    color: #434343;
    background-color: #fff;
  }

  article h3 {
    font-size: 1.2rem;
    color: #fff;
    background-color: #333;
    color: #faad29;
    text-align: center;
    margin: 0.5rem;
    border-radius: 10px;
  }

  article section p {
    font-size: 0.7rem;
    overflow: hidden;

    color: #232526;
  }

  section .pack i {
    font-size: 1.5rem;
    color: #ffbd4a;
  }

  .container-cards {
    flex-flow: space-evenly;
  }

  section h4 {
    font-size: 2rem;
    text-align: center;
    color: #000;
  }

  .video-container {
    height: 50%;
  }

  @keyframes example {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  .overtext {
    color: #fff;
    padding: 0rem 3rem;
    text-align: center;
    font-size: 1.5rem;
    position: absolute;
    top: 250px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 1s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    margin-bottom: -86px;
    margin-top: -2.1rem;
    object-fit: cover;
    opacity: 0.3;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: -15px;
    padding-bottom: 6rem;
  }

  .card li,
  .card p {
    font-size: 1rem;
  }

  .card p {
    padding: 1rem;
  }
  .card h4 {
    font-size: 1.5rem;
    color: #1c406b;
  }

  .precios-title {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  .cta a {
    font-size: 1.5rem;
    background-color: #1c406b;
    color: #fff;
    width: 350px;
    text-align: center;
    transition: background-color 1s;
  }
  .cta {
    border-radius: 40px;
  }

  .right {
    font-size: 1.2rem;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    transition: background-color 1s;
  }
  .button > i {
    float: right;
    color: #faad29;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    margin-top: 3rem;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .pie_flex-redes h4 {
    text-align: center;
    color: #fff;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .pack h4 {
    margin: 0 1rem;
    font-size: 1.5rem;
  }

  .pack h6 {
    font-size: 1.3rem;
    font-family: "roboto", sans-serif;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 500;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 500;
  }

  body {
    max-width: 100%;

    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: relative;
    border-bottom: 3px solid #ffbd4a;
    order: 2;
    z-index: 500;
  }

  @keyframes slide {
    from {
      height: 0;
    }
    to {
      height: 100vh;
    }
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: fixed;
    top: -20px;
    z-index: 2000;
    height: 70px;
    width: 70%;
    order: 1;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 120px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    float: right;
  }

  .separador {
    padding-top: 3rem;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom: 2px solid #faad29;
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 70px;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }

  .separador_link {
    position: absolute;
    top: 550px;
    z-index: 250;
    width: 100%;
    padding: 0;
    visibility: hidden;
    animation-duration: 1.5s;
    display: flex;
    justify-content: center;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .separador_link a:hover {
    background-color: #ffbd4a;
    color: #fff;
    font-weight: bold;
  }

  .separador_link a {
    text-decoration: none;
    border-radius: 18px;
    border: 2px outset #faad29;
    text-align: center;
    padding: 0.5rem;
    font-size: 2rem;
    color: #fff;
    width: 400px;
    background-color: #1c406b;
    transition: background-color 1s;
  }

  .separador_texto a:focus {
    background-color: #141414;
    color: #ffbd4a;
  }

  article {
    width: 33rem;
    height: 3rem;
    padding: 0 4px;
    margin: 7rem auto;
    padding: 0 0.5rem;
    color: #fff;
    border: 2px outset #ffbd4a;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: height 1s;
  }

  article:hover {
    height: 19rem;
    color: #434343;
    background-color: #fff;
  }

  article h3 {
    font-size: 1.3rem;
    color: #ffbd4a;
    background-color: #333;
    text-align: center;
    margin: 0.5rem;
    border-radius: 10px;
  }

  article section h4 {
    color: #000;
    font-size: 2rem;
    text-align: center;
    overflow: hidden;
  }

  article section p {
    font-size: 0.8rem;
    text-align: right;
    color: #000;
  }
  section .pack i {
    font-size: 2.5rem;
    color: #ffbd4a;
  }

  .video-container {
    height: 50%;
  }
  @keyframes example {
    from {
      opacity: 0;
    }
    to {
      opacity: 100;
    }
  }

  .overtext {
    color: #fff;
    padding: 0rem;
    text-align: center;
    font-size: 2.5rem;
    position: absolute;
    top: 320px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 1.5s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    margin-top: -50px;
    margin-bottom: -0.3rem;
    object-fit: cover;
    opacity: 0.3;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
  }

  .separador3 {
    height: 300px;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom: 2px solid #faad29;
  }

  .card li,
  .card p {
    font-size: 1rem;
  }

  .container-cards {
    flex-flow: space-evenly;
  }

  .card p {
    padding: 1rem;
  }
  .card h4 {
    font-size: 1.5rem;
  }

  .precios-title {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  .cta a {
    font-size: 1.5rem;
    background-color: #1c406b;
    color: #fff;
    width: 350px;
    text-align: center;
    transition: background-color 1s;
  }
  .cta {
    border-radius: 40px;
  }

  .right {
    font-size: 1.2rem;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    transition: background-color 1s;
  }
  .button > i {
    float: right;
    color: #faad29;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    margin-top: 3rem;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-left: 0rem;
    flex-shrink: 1.5;
  }

  .pie_flex-redes h4 {
    text-align: center;
    color: #fff;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .pack h4 {
    margin: 0 1rem;
    font-size: 1.7rem;
  }

  .pack h6 {
    font-size: 1.5rem;
    font-family: "roboto", sans-serif;
  }
}

@media only screen and (min-width: 1441px) {
  .logo {
    position: relative;
    top: 1px;
    max-width: 85px;
    margin: -20px 0;
    padding: 0;
    float: right;
    order: 3;
    z-index: 500;
  }

  .titulo {
    color: #434343;
    float: right;
    position: relative;
    visibility: visible;
    bottom: 2px;
    font-size: 16px;
    margin-top: 1.85rem;
    margin-left: 2rem;
    order: 4;
    z-index: 500;
  }

  body {
    min-width: 1441px;
    background: #232526; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #414345,
      #232526
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #414345,
      #232526
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .nav-container-responsive {
    background-color: #fff;
    height: 75px;
    position: relative;
    border-bottom: 3px solid #ffbd4a;
    order: 2;
    z-index: 500;
  }

  @keyframes slide {
    from {
      height: 0;
    }
    to {
      height: 100vh;
    }
  }

  .topnav {
    /* este es el entorno desplegable */
    display: inline-block;
    background-color: #fff;
    border: none;
    position: fixed;
    top: -20px;
    z-index: 2000;
    height: 70px;
    width: 70%;
    order: 1;
  }

  .topnav li {
    margin-top: 1rem;
    padding: 1rem 0;
    list-style-type: none;
  }

  .topnav .menu_item a {
    color: #000;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: bold;
  }

  .topnav .menu_item a:hover {
    color: #ffbd4a;
  }

  .menu_item {
    display: inline-block;
    padding: 2rem;
  }

  .hamburger {
    visibility: hidden;
    margin: 0px 5px;
    margin-top: 20px;
    height: 30px;
  }

  .hamburger:active {
    background-color: #ffbd4a;
  }

  .menu-desplegable {
    display: inline-block;
    margin-top: 1rem;
    visibility: visible;
    width: 100%;
    background-color: #333333;
    position: relative;
    z-index: 2000;
  }

  .logo-responsive {
    max-width: 120px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    float: right;
  }

  .separador {
    padding-top: 3rem;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom: 2px solid #faad29;
  }

  .separador_texto {
    padding-left: 0.5rem;
    font-size: 70px;
    color: #fff;
    font-family: "Roboto", sans-serif;
  }

  .separador_link {
    position: absolute;
    /*top: 1000px;*/
    top: 1200px;
    z-index: 250;
    width: 100%;
    padding: 0;
    visibility: hidden;
    animation-duration: 1.5s;
    display: flex;
    justify-content: center;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .separador_link a:hover {
    background-color: #faad29;
    color: #fff;
    font-weight: bold;
  }

  .separador_link a {
    text-decoration: none;
    border-radius: 18px;
    border: 2px outset #faad29;
    text-align: center;
    padding: 0.5rem;
    font-size: 3rem;
    color: #fff;
    width: 700px;
    position: absolute;
    top: -400px;
    background-color: #1c406b;
    transition: background-color 1s;
  }

  .separador_texto a:focus {
    background-color: #141414;
    color: #ffbd4a;
  }

  article {
    width: 35rem;
    height: 3rem;
    padding: 0 4px;
    margin: 7rem 1.5rem;
    padding: 0 0.5rem;
    color: #fff;
    border: 2px outset #ffbd4a;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: height 1s;
  }

  article:hover {
    height: 25rem;
    color: #434343;
    background-color: #fff;
  }

  article h3 {
    font-size: 1.3rem;
    color: #ffbd4a;
    background-color: #333;
    text-align: center;
    margin: 0.5rem;
    border-radius: 10px;
  }

  article section h4 {
    font-size: 3rem;
    text-align: center;
    overflow: hidden;
    color: #000;
  }

  article section p {
    font-size: 0.9rem;
    text-align: right;
    color: #000;
  }
  section .pack i {
    margin: 0 1rem;
    font-size: 2rem;
    color: #ffbd4a;
  }

  .video-container {
    height: 50%;
  }
  @keyframes example {
    from {
      opacity: 0;
    }
    to {
      opacity: 100;
    }
  }

  .overtext {
    color: #fff;
    padding: 0rem;
    text-align: center;
    font-size: 4.5rem;
    position: absolute;
    top: 300px;
    left: 50px;
    z-index: 150;
    visibility: hidden;
    font-weight: bold;
    animation-duration: 1.5s;
  }

  .overtext::first-line {
    color: #ffbd4a;
  }

  video {
    margin: 0;
    height: 80%;
    width: 100%;
    margin-top: -50px;
    margin-bottom: -0.3rem;
    object-fit: cover;
    opacity: 0.3;
  }

  .separador2 {
    height: 100%;
    max-width: 100%;
    background-color: #fff;
    padding-bottom: 1rem;
  }

  .separador3 {
    height: 300px;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to bottom,
      #434343,
      #000000
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-bottom: 2px solid #faad29;
  }

  .beneficios-title {
    font-size: 3rem;
  }

  .card li,
  .card p {
    font-size: 1.5rem;
  }

  .card p {
    padding: 1rem;
  }
  .card h4 {
    font-size: 2rem;
  }

  .precios-title {
    font-size: 4rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  .cta a {
    font-size: 2rem;
    background-color: #1c406b;
    color: #fff;
    width: 500px;
    text-align: center;
    transition: background-color 1s;
  }
  .cta {
    border-radius: 40px;
  }

  .right {
    font-size: 1.5rem;
    width: 500px;
    justify-content: space-evenly;
    align-items: center;
    transition: background-color 1s;
  }
  .button > i {
    float: right;
    color: #faad29;
  }

  .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .container-cards {
    flex-flow: space-evenly;
  }

  .pie_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-color: #000;
    border-top: 3px solid #ffbd4a;
    justify-content: center;
    padding-left: 0;
    margin-top: 3rem;
  }

  .pie_flex-redes {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0rem;
    margin-left: 0rem;
    flex-shrink: 1.5;
  }

  .pie_flex-redes h4 {
    text-align: center;
    color: #fff;
  }

  .pie_flex-redes_redes {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;

    margin: 1rem;
  }

  .pie_flex-redes_redes > a {
    text-decoration: none;
    margin: 0 1rem;
    color: #ffbd4a;
    font-size: 3rem;
  }

  .pack {
    width: 100%;
  }

  .pack h4 {
    margin-left: 1rem;
    font-size: 1.9rem;
  }

  .pack h6 {
    font-size: 1.6rem;
    font-family: "roboto", sans-serif;
  }
}
