/*! 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: lightKL;
  src: url(../fonts/KasperskySans-Light.otf);
}
@font-face {
  font-family: normalKL;
  src: url(../fonts/KasperskySans-Regular.otf);
}
@font-face {
  font-family: boldKL;
  src: url(../fonts/KasperskySans-Bold.otf);
}

div {
  font-family: lightKL;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: boldKL;
}
p,
li {
  font-family: lightKL;
  color: #707070;
}
li {
  list-style: none;
  background: url("../img/check.png") 0px 7px no-repeat;
  background-size: 10px;
  padding: 0 0 0 18px;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
}
a {
  text-decoration: none;
  color: #23d1ae;
}
.wrapper {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding: 20px 20px;
}
.red-button {
  background: #ff0030;
  text-decoration: none;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
  transition: ease 0.2s;
}
.red-button:hover {
  background: #cd0027;
}

/* #region section1 */

.section1 {
  display: flex;
  justify-content: space-evenly;
}
.text-hero {
  width: 50%;
}
.text-hero h2 {
  position: relative;
}
.text-hero h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 54px;
  height: 1px;
  background: #000;
  left: 0;
}
.text-hero .red-button {
  margin: 10px 0 0 20px;
}
/* #endregion section1 */

/* #region section2 */
.action {
  background: #006d5d;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  cursor: pointer;
}
.action h2 {
  display: inline-block;
  background: url("../img/arrow-down.png") right 14px no-repeat;
  padding: 0 31px 0 0;
}
.opened-block h2 {
  background: url("../img/arrow-up.png") right 14px no-repeat;
}
.speed-container,
.secur-container {
  display: none;
}
.speed-content,
.secur-content {
  display: flex;
}
.speed-text,
.secur-text {
  width: calc(95% - 300px);
  margin-right: 5%;
}
.title-sp, .title-sc {
  padding: 18px 20px 18px 20px;
  margin: 0;
  border-top: 1px solid #8C8B8B;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 21px;
}
.title-sp01,
.title-sc01 {
  border: 0;
}
.title-sp04,
.title-sc03 {
  border-bottom: 1px solid #8c8b8b;
}
.title-sp span,
.title-sc span {
  color: #23d1ae;
  display: inline-block;
  margin-right: 8px;
}
.active-sp, .active-sc {
  background: url("../img/selected.png") right center no-repeat;
  border: 0;
}
.active-sp span,
.active-sc span {
  color: #000;
}
.cont-sp,
.cont-sc {
  display: none;
}
.speed-img,
.secur-img {
  position: relative;
  width: 300px;
  height: 300px;
}
.speed-img img,
.secur-img img {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.speed-img img.spd-img01,
.secur-img img.scr-img01 {
  display: block;
}
/* #endregion section2 */

/* #region section3 */
.action02.action {
  background: #00a88e;
}
p.head-scr {
  text-align: center;
  margin: 50px 0 40px 0;
}

/* #endregion section3 */

/* #region section4 */
.head1-tabs {
  text-align: center;
  width: 540px;
  margin: 0 auto;
}
.tabs-head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}
.tab {
  width: 33%;
  text-align: center;
  margin: 0;
  padding: 24px 0;
  cursor: pointer;
}
.tab1 span {
  background: #23d1ae;
  font-family: 'lightKL';
  color: #fff;
  font-size: 14px;
  padding: 3px 13px;
  border-radius: 30px;
}
.tab.active-tab {
  border-bottom: 6px solid #23d1ae;
}
.tab-cnt {
  background: url("../img/tab-bg01.png") center no-repeat;
  background-size: cover;
  padding: 40px 0 70px 0;
  margin-top: 25px;
  display: none;
}
.tab-cnt h3 {
  text-align: center;
}
.cards {
  display: flex;
  justify-content: space-evenly;
}
.card-sing {
  width: 180px;
  background: #fff;
  border-bottom: 7px solid #23D1AE;
  border-radius: 11px;
  padding: 25px 25px;
}

.tab-cnt01 h3 {
  color: #000000;
}
.tab-cnt02 h3 {
  color: #23d1ae;
}
.tab-cnt03 h3 {
  color: #844bf6;
}
.tab-cnt04 h3 {
  color: #3597dc;
}

.tab-cnt02 {
  background: url("../img/tab-bg02.png") center no-repeat;
  background-size: cover;
}
.tab-cnt03 {
  background: url("../img/tab-bg03.png") center no-repeat;
  background-size: cover;
}

.tab-cnt04 {
  background: url("../img/tab-bg04.png") center no-repeat;
  background-size: cover;
}

.tab-cnt02 .card-sing {
  border-bottom: 7px solid #23D1AE;
}
.tab-cnt03 .card-sing {
  border-bottom: 7px solid #844BF6;
}

.tab-cnt04 .card-sing {
  border-bottom: 7px solid #3597DC;
}

.tab-cnt01 {
  display: block;
}
/* #endregion section4 */

/* #region section5 */
.head1-planes {
  text-align: center;
}
.planes-head {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
.plan {
  width: 33.3%;
  text-align: center;
  margin: 0;
  padding: 9px 0 24px 0;
  background-size: 100% 100% !important;
  color: #fff;
  cursor: pointer;
}
.plan1 {
  background: url("../img/pack-tit01.png") center no-repeat;
}
.plan2 {
  background: url("../img/pack-tit02.png") center no-repeat;
}
.plan3 {
  background: url("../img/pack-tit03.png") center no-repeat;
}

h4.better {
  position: absolute;
  top: -19px;
  right: 0;
  width: 33.3%;
  text-align: center;
  background: url("../img/best.png") center no-repeat;
  background-size: 100% 100%;
  padding: 8px 0;
}
.planes-content {
  position: relative;
  display: flex;
  text-align: center;
  background: #fff;
  margin-top: -13px;
  z-index: 2;
}
.plan-cnt {
  padding: 30px 20px;
  box-shadow: -4px 0px 12px rgb(0 0 0 / 20%);
}
.plan-cnt h4 {
  font-family: lightKL;
  width: 100px;
  margin: 10px auto 10px auto;
}
.plan-cnt h5 {
  font-family: "lightKL";
  font-size: 10px;
}
.plan-cnt ul {
    height: 270px;
    margin: 40px 0 40px 0;
}
.plan-cnt li {
  text-align: left;
  width: 170px;
  margin: 12px auto;
  font-size: 14px;
}
p.account {
  font-size: 13px;
  background: url(../img/question.png) right center no-repeat;
  background-size: 16px;
  cursor: pointer;
  width: 154px;
  margin: 0px auto 20px auto;
}
.plan-cnt h5.slc {
  border: 2px solid #23d1ae;
  padding: 6px 20px;
  font-size: 14px;
  text-align: left;
  background: url("../img/black-arrow-down.png") 96% center no-repeat;
  display: none;
  cursor: pointer;
}
.plan-cnt h5.slc01 {
  display: block;
}
.opt {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #23d1ae;
  padding: 0 0 0 16px;
  margin-bottom: -1px;
  cursor: pointer;
}
.opt h6,
.opt p,
.opt div {
  font-size: 13px;
  color: #666666;
  margin: 0;
}
.left-opt {
  text-align: left;
  width: 60%;
}
.right-opt {
  width: 40%;
  background: #fafafa;
  padding: 21px 0;
}
.options01,
.options02,
.options03 {
  position: absolute;
  width: 360px;
  background: #fff;
  margin-top: -24px;
  box-shadow: 0 0 13px rgb(0 0 0 / 20%);
  z-index: 2;
  display: none;
}
.selected-opt,
.opt:hover {
  background: #0b5b52;
  transition: ease 0.2s;
}
.selected-opt .right-opt,
.opt:hover .right-opt {
  background: #0b5b52;
  transition: ease 0.2s;
}
.selected-opt h6,
.selected-opt p,
.selected-opt div,
.opt:hover h6,
.opt:hover p,
.opt:hover div {
  color: #fff;
}
.plan-cnt .disccount {
  width: auto;
  background: #fee84e;
  padding: 7px 0;
  border-radius: 50pc;
  font-size: 18px;
}
.oferta {
  font-size: 12px;
  text-decoration: line-through;
}
p.price {
  color: #000;
  font-family: boldKL;
  font-size: 31px;
}
p.price span.price-before {
  font-size: 16px;
  margin-right: 4px;
}
p.price span.price-after {
  font-size: 16px;
  position: relative;
  top: -9px;
  margin-left: 4px;
}
.plan-cnt .red-button {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.btn-wht {
  text-decoration: none;
  color: #23d1ae;
  border: 2px solid;
  padding: 10px;
  width: 60%;
  display: block;
  margin: 13px auto;
  border-radius: 8px;
  transition: ease 0.5s;
}
.btn-wht:hover {
  color: #000;
}
p.disclaimer {
  font-size: 12px;
  margin-top: 30px;
}
p.disclaimer a {
  text-decoration: none;
  color: #23d1ae;
}
.planes-container {
  display: none;
}
/* #endregion section5 */

/* #region section6 */
.req-visible h2 {
  text-align: center;
}
.requisitos01 {
  display: flex;
  justify-content: space-evenly;
}
.requisitos01 div {
  width: 30%;
  margin: 0 1.6%;
}
.req-web {
  display: flex;
  justify-content: space-evenly;
}
.web01 {
  width: 55%;
}
.web02 {
  width: 40%;
  margin-left: 5%;
}
#requisitos li {
  margin-bottom: 16px;
}
#requisitos li,
#requisitos p {
  font-size: 12px;
}
#requisitos p.btn-show-req,
#requisitos p.btn-hide-req {
  font-size: 16px;
  width: 310px;
  border: 2px solid;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  color: #23d1ae;
  cursor: pointer;
  margin: 40px auto 10px auto;
  transition: ease 0.5s;
}
#requisitos p.btn-show-req:hover,
#requisitos p.btn-hide-req:hover {
  color: #000;
}
.requisitos02 {
  display: none;
}
#requisitos p.btn-hide-req {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -52px;
  background: #fff;
  display: none;
}
/* #endregion section6 */

/* #region section7 */
.head-premios {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.premios-items {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}
.sing-premio {
  width: 15%;
  margin: 0 2.5%;
}
/* #endregion section7 */

/* #region footer */
.footer-container {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy p,
.copy a {
  margin: 0 6px;
}
.social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 30px;
}
.social a {
  padding: 0 9px;
}

/* #endregion footer */

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  body,
  html {
    overflow-x: hidden;
  }
  .wrapper {
    width: 90%;
    padding: 20px 5%;
  }
  /*---*/
  .section1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .text-hero {
    width: 100%;
    margin-right: 0;
  }
  .img-hero {
    width: 100%;
    text-align: center;
  }
  /*---*/
  .action h2 {
    background: url("../img/arrow-down.png") right 10px no-repeat;
    padding: 0 29px 0 0;
    font-size: 18px;
    background-size: 17px;
    margin: 8px 0;
  }
  .opened-block h2 {
    background: url("../img/arrow-up.png") right 10px no-repeat;
  }
  .speed-content,
  .secur-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .speed-text,
  .secur-text {
    width: 100%;
    margin-right: 0;
  }
  .active-sp,
  .active-sc {
    background: url("../img/selected.png") right center no-repeat;
    background-size: cover;
  }
  p.head-scr {
    margin: 10px 0 20px 0;
  }
  /*---*/
  .tabs-head {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .tab {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 14px rgb(0 0 0 / 20%);
  }
  .tab-cnt {
    padding: 1px 0 20px 0;
    margin-top: 25px;
  }
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-sing {
    width: 80%;
    padding: 15px 15px;
    margin-bottom: 14px;
  }
  /*---*/
  #planes .wrapper {
    overflow-x: scroll;
  }
  .planes-head {
    width: 800px;
  }
  .planes-container {
    width: 800px;
  }
  .options01,
  .options02,
  .options03 {
    width: 228px;
  }
  /*---*/
  .head-premios {
    width: 100%;
  }
  .premios-container {
    overflow-x: scroll;
  }
  .premios-items {
    width: 800px;
  }
  .sing-premio p {
    font-size: 14px;
    line-height: 15px;
  }
  /*---*/
  .footer-container {
    flex-direction: column;
  }
  .copy {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .social {
    margin-left: 0;
  }
}

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  .head1-tabs {
    width: 100%;
  }
  /*---*/
  .requisitos01 {
    flex-direction: column;
    align-items: center;
  }
  .requisitos01 div {
    width: 100%;
    margin: 0;
  }
  .req-web {
    flex-direction: column;
    align-items: center;
  }
  .web01 {
    width: 100%;
  }
  .web02 {
    width: 100%;
    margin-left: 0;
  }
  .title-sp,
  .title-sc {
    font-size: 18px;
    line-height: 22px;
  }
}

/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
@media screen and (max-width: 400px) {
  #requisitos p.btn-show-req,
  #requisitos p.btn-hide-req {
    width: 80%;
  }
  .action h2 {
    width: 80%;
  }
}

/* ==========================================================================
   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;
  }
}
