body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-track {
  background-color: #013096;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #d71921;
}

/* LOCAL FONTS */
@font-face {
  font-family: Exo2;
  src: url("../fonts/Exo2-Regular.otf");
}

body {
  font-family: "Exo2";
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a,
.navbar {
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}

#overlay {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  z-index: 10001;
}

header {
  color: #fff;
  padding: 10px;
  z-index: 9999;

  /* background-color: #022c8700 */
}

header a {
  color: #fff;
}

header #menu a {
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 110px;
  font-size: 11px;
  text-align: center;
  margin-left: 5px;
  padding: 5px;
}

.nav-social a i {
  color: #022c87;
  font-size: 20px;
}

.nav-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-contact a {
  display: flex;
  align-items: center;
}

.nav-contact img {
  margin: 0 10px;
}

#menu {
  flex-direction: row;
  justify-content: space-between;
}

section {
  height: auto;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  clear: both;
  justify-content: center;
  min-height: 550px;
}

footer {
  color: #ffffff;
  padding: 50;
  background-color: #022c87;
}

footer a {
  color: #fff;
}

input[type="number"],
input[type="email"],
input[type="text"] {
  border: none;
  background: #eeee;
  border-radius: 20px;
}
select {
  font-family: "Exo2";
}

table {
  border: #ccc solid 1px;
  border-radius: 10px;
}
/*zebra tables*/
tr:nth-child(even) {
  background-color: #f2f2f2;
}

td:first-child {
  padding-left: 10px;
}

.widget {
  width: 400px;
  height: 250px;
}

.hero {
  color: #fff;
  background-position: center center;
  background-size: cover;
  height: 85vh;
}

.big-title {
  padding: 20;
  text-align: center;
  color: #fff;
  background-color: #013096;
}

.youtube {
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url(../imgs/bg-youtube-hero.gif);
}

.spotify {
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url(../imgs/bg-spotify-hero.gif);
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.logos img {
  width: auto;
  min-width: 150px;
  height: 150px;
}

.rounded {
  border-radius: 25px;
}

.footer-logo {
  text-align: right;
}

.stack {
  position: absolute;
}

.card {
  border-radius: 25px;
  margin-right: 20;
  margin-top: 20;
  margin-bottom: 20;
  overflow: hidden;
}

.active-tab {
  padding: 5px 15px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.post-item {
  margin: 20px 0px;
  background-image: url(../imgs/bg.png);
  background-size: cover;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.3);
}

.brand {
  text-align: center;
  padding-top: 10px;
}

.product--container {
  display: flex;
  align-items: top;
  justify-content: center;
  overflow: auto;
}

.product--card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 10px;
  flex-grow: 1;
}
.product--container img {
  width: auto;
  max-height: 150px;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 420px) {
  section {
    height: auto;
  }

  .widget {
    width: 300px;
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .nav-contact {
    display: none;
  }

  .youtube,
  .spotify {
    background-image: none;
  }

  .footer-logo {
    text-align: center;
  }

  header .mobile li a {
    background-color: none;
  }

  footer {
    text-align: center;
  }

  footer .nav-social {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .nav-contact,
  .nav-clients {
    display: none;
  }

  .nav-contact span {
    display: none;
  }

  .mobile ul li a {
    min-width: 250px;
    color: #fff;
    font-size: 1.5rem;
  }
}

@media (max-width: 719px) {
  #menu {
    display: none;
  }
}

.mobile .menu a {
  padding: 10px;
  font-size: 30px;
}

.shadow {
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.big-button {
  border-radius: 40px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 10px 20px;
}

.mySwiper {
}

.shadow-h {
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.shadow-v {
  -webkit-box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 5px 0 5px 0 rgba(0, 0, 0, 0.2);
}

header #menu a:hover {
  background-color: #ffffff66;
  color: #ffffff;
}

@media (max-width: 359px) {
  .swiper-slide {
    min-width: 80vw;
  }
}

.pad {
  padding: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
}

.swiper-wrapper .button {
  bottom: 100px;
  position: absolute;
}

.padding {
  padding: 20px;
}
.padding-15 {
  padding: 15px;
}

#cats .button {
  /* width: 100%; */
  box-shadow: 5 5 5 5 #000;
  text-align: left;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

#cats .padding {
  padding: 10px;
}

.anchor {
  position: relative;
}

.anchor #tabs,
.anchor #especies,
.anchor #cerca,
.anchor #contacto {
  position: absolute;
  left: 0;
  top: -120px;

  /* change this value to match the height of the header */
  height: 0;
  width: 0;
}

#overlay {
  background-image: url("../imgs/bg-menu-m.jpg");
  background-position: center center;
  background-size: cover;
}

.h-list li {
  display: inline-block;
  font-size: 20px;
}

@media (max-width: 480px) {
  section,
  #brands {
    height: auto;
    min-height: 650px;
  }
}

@media (max-width: 479px) {
  nav.mobile .h-list a {
    font-size: 22px;
    margin: 5px;
  }
}

#slogan {
  width: 100%;
  position: relative;
  height: 50vh;
  margin-top: -50vh;
  text-shadow: 1px 1px 3px #000000;
}
.cert-card {
  border: 1px solid #013096;
  margin: 10px;
}

.cert--card {
  border: 1px solid #013096;
  margin: 10px;
  border-radius: 25px;
  height: 100%;
  line-height: 1.4em;
  padding: 15px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.cert--card h4 {
  font-weight: bold;
  font-size: 1.8rem;
  height: 90px;
}

.cert--card img {
  max-width: 130px;
  margin: 0 auto;
}

.pilars-list {
  background-color: #013096;
  padding: 8px;
  color: white;
  border-radius: 10px;
  padding: 8px;
  margin-top: auto;
}

@media (max-width: 480px) {
  #slogan {
    margin-top: -75vh;
  }
  .cert-card {
    width: 100%;
  }
  .cert--card {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 8px;
    padding: 25px;
  }
  .cert--card h4 {
    height: auto;
  }
  .product--container img {
    max-height: 110px;
  }
  .pilars-list {
    margin-top: 10px;
  }
}
