/*! 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
   ========================================================================== */
@import "../fonts/OpenSans/stylesheet.css";
@import "../fonts/PermanentMarker/stylesheet.css";
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;
}
/* ==========================================================================
   @zkar13
   ========================================================================== */
:root {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  --text-primary: #b6b6b6;
  --text-secondary: #ececec;
  --bg-primary: #23232e;
  --bg-secondary: #141418;
  --transition-speed: 600ms;
}
html::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#19245f), to(#1b2c86));
  background: linear-gradient(180deg, #19245f, #1b2c86);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #201c29, #201c29 1px, #100e17 0, #100e17);
}
html::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html {
  touch-action: manipulation;
}
body {
  font-family: 'Lato', sans-serif;
  background: #eee;
  margin: 0;
  padding: 0;
}
body.loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #140d1b url(../img/loading.gif) no-repeat center center fixed;
  z-index: 999999;
}
.bold {
  font-family: OpenSans_bold, Roboto, SegoeUI, sans-serif;
}
.light {
  font-family: OpenSans_light, Roboto, SegoeUI, sans-serif;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header {
  background: #fff;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border-bottom: 2px solid #eeeeee;
}
@media only screen and (max-width: 529px) {
  .header {
    flex-direction: column;
  }
}
.header-item.right {
  flex-grow: 1;
  text-align: right;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-logo {
  display: inline-block;
}
.header-menu {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
  padding: 15px;
}
@media only screen and (max-width: 529px) {
  .header-menu {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.header-menu-item {
  display: inline-block;
  margin-right: 15px;
}
.header-menu-item a {
  color: #18235e;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 5px;
  padding: 6px;
  transition: all 0.2s ease-in;
}
.header-menu-item a:hover {
  border-color: #18235e;
}
.card-title {
  color: #18235e;
  font-weight: 600;
}
.swiper-container {
  height: 100vh;
  width: 100%;
}
.swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  background-size: cover;
}
.swiper-slide.slide-1 {
  background-image: url(../img/slider/slider-1.jpg);
}
.swiper-slide.slide-2 {
  background-image: url(../img/slider/slider-3.jpg);
}
.swiper-slide.slide-3 {
  background-image: url(../img/slider/slider-2.jpg);
}
.swiper-slide-title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 42px;
  font-family: OpenSans_bold, Roboto, SegoeUI, sans-serif;
}
.swiper-slide-subtitle {
  color: #ccc;
  text-align: center;
  max-width: 660px;
}
.btnWhatsapp {
  text-decoration: none;
  color: #333;
}
.btnWhatsapp i {
  color: green;
  font-weight: 900;
  font-size: 20px;
  margin-right: 8px;
}
.nGY2Gallery {
  background: #fff url(../img/nosotros.jpg) no-repeat center center fixed;
}
.frase {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  filter: brightness(1.2) contrast(0.85) saturate(0.05) sepia(0.2);
  background: #fff url(../img/Recolección_de_residuos_contaminados/5.jpg) no-repeat center center fixed;
}
.frase:hover {
  background-position: 0 100%;
  filter: none;
}
.frase:hover .frase-text {
  background: #fff;
  text-shadow: 2px 2px 0px #fff;
  letter-spacing: 4px;
}
.frase-text {
  font-size: 42px;
  background-color: transparent;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.titulo {
  font-size: 42px;
  letter-spacing: 1px;
  font-family: OpenSans_bold;
}
.nosotros {
  min-height: 100vh;
  padding: 75px 0 0 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/nosotros.jpg) no-repeat center center fixed;
}
.clientes {
  min-height: 50vh;
}
.clientes-deck {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
}
.clientes-deck::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#19245f), to(#1b2c86));
  background: linear-gradient(180deg, #19245f, #1b2c86);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.clientes-deck::-webkit-scrollbar-track {
  background: #dedede;
}
.clientes-deck::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.cliente {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cliente-img {
  width: 180px;
}
.servicio {
  min-height: 100vh;
  padding: 35px 0;
}
.contacto {
  min-height: 100vh;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/contacto.jpg) no-repeat center center fixed;
}
.listGroup {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
}
.listGroup-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
  margin: 8px;
  transition: all 0.1s linear;
  border: 2px solid #fff;
  cursor: default;
}
.listGroup-item:hover {
  background: #eee;
  border-color: #fff;
  transform: translateY(-2px);
}
.mapa {
  height: 40vh;
}
.mapa iframe {
  height: 100%;
  width: 100%;
}
/* ==========================================================================
   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;
  }
}
