/*#region default*/
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.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
 *
 * 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;
}
/*#endregion default*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*#region initial*/
@font-face {
  font-family: "light-kl";
  src: url("../fonts/KasperskySans-Light.otf");
}
@font-face {
  font-family: "regular-kl";
  src: url("../fonts/KasperskySans-Regular.otf");
}
@font-face {
  font-family: "bold-kl";
  src: url("../fonts/KasperskySans-Bold.otf");
}
a, p, li {
  font-family: 'light-kl';
  text-decoration: none;
  color: #ffffff;
}
h1, h2, h3, h4, h5 {
  font-family: 'regular-kl';
  color: #00a68c;
}
.wrapper {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
p, a {
  font-size: 18px;
}
body {
  background: url(../images/bg-canales.jpg) top center no-repeat;
  background-size: cover;
  margin: 0;
}
html, body {
  overflow-x: hidden;
}
/*#endregion initial*/
/*#region header*/
.wrapper.section1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.text-hero, #image-hero {
  width: 50%;
}
.text-hero img {
  width: 180px;
  margin: 30px 0 0 0;
}
.text-hero h3 {
  margin: -18px 0 0 0;
  font-size: 80px;
  font-weight: 400;
  position: relative;
}
.text-hero h3::after {
  content: "";
  width: 51px;
  height: 10px;
  position: absolute;
  background: #00a68c;
  left: 0;
  bottom: 2px;
}
.text-hero h4 {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  margin: 30px 0;
  line-height: 48px;
}
#image-hero img {
  width: 750px;
  margin: -175px 0 0px 150px;
}
h5 {
  font-size: 25px;
  font-weight: 400;
  margin: 40px 0 -6px 0;
}
/*#endregion hero*/

/* #region section2 */
.wrapper.section2 {
  margin-top: 80px;
}
div#numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#numbers div {
  width: 33%;
  text-align: center;
}
#numbers h4 {
  font-size: 48px;
  color: #4bfc89;
  font-weight: 400;
  margin: 0 0 -21px 0;
}
.number-col p {
  width: 170px;
  margin: 25px auto 0 auto;
}
div#icons {
  display: flex;
  gap: 30px;
  margin: 70px 0 70px 0;
}
div#icons div {
  width: 20%;
}
/* #endregion section2 */

/* #region footer */
footer {
  margin: 120px 0 40px 0;
}
footer img {
  width: 250px;
}
.wrapper.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.footer__social {
  display: flex;
  list-style: none;
  gap: 16px;
  align-items: center;
}
ul.footer__social img {
  width: 16px;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
@media only screen and (max-width: 1640px) {
  .wrapper {
    width: 1200px;
  }
  #image-hero img {
    width: 750px;
    margin: -50px 0 0px 130px;
  }
  
}
/*---------------------------------------------------------------------*/
@media only screen and (max-width: 1250px) {
  .wrapper {
    width: 800px;
  }
  #image-hero img {
    position: absolute;
    width: 550px;
    margin: -50px 0 0px 0;
    right: -20vw;
  }
  #numbers h4 {
    font-size: 38px;
  }
} 
/*---------------------------------------------------------------------*/
@media only screen and (max-width: 850px) {
  .wrapper {
    width: 90%;
  }
  p, a {
    font-size: 16px;
  }
  .text-hero img {
    width: 140px;
  }
  .text-hero h3 {
    margin: -8px 0 0 0;
    font-size: 50px;
  }
  .text-hero h3::after {
    width: 31px;
    height: 6px;
    bottom: 2px;
  }
  .text-hero h4 {
    font-size: 27px;
    margin: 20px 0;
    line-height: 33px;
  }
  h5 {
    font-size: 22px;
    margin: 30px 0 -6px 0;
  }
  #image-hero img {
    width: 60vw;
    margin: -40px 0 0px 0;
    right: -18vw;
  }
  #numbers h4 {
    font-size: 24px;
      margin: 0 0 -13px 0;
  }
  div#icons {
    gap: 30px;
    flex-direction: column;
  }
  div#icons div {
    width: 100%;
  }

}
/*---------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .wrapper.section1 {
    align-items: center;
    flex-direction: column-reverse;
  }
  .text-hero, #image-hero {
    width: 100%;
  }
  #image-hero img {
    width: 83vw;
    margin: -70px 0 -15vw 0;
    right: -18vw;
    position: relative;
  }
  .text-hero h4 {
    font-size: 27px;
    margin: 20px 0;
    line-height: 33px;
  }
  div#numbers {
    margin-bottom: 50px;
    gap: 30px;
    flex-direction: column;
  }
  #numbers div {
    width: 100%;
  }
  .number-col p {
    width: 100%;
  }
  #numbers h4 {
    margin: 0 0 -19px 0;
  }
  footer img {
    width: 220px;
  }

}



/*#region default2*/
/* ==========================================================================
   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
 */

.visually-hidden {
  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 .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.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
 *
 * 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;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*#endregion default2*/