@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KidDos Font KidDos Font';
  src: url('fonts/KidDos-Font.woff2') format('woff2'),
      url('fonts/KidDos-Font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KidDos Font';
  src: url('fonts/KidDos-Font.woff2') format('woff2'),
      url('fonts/KidDos-Font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kristi';
  src: url('fonts/Kristi-Regular.woff2') format('woff2'),
      url('fonts/Kristi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Light.woff2') format('woff2'),
      url('fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  background: linear-gradient(
    90deg, transparent,black 30%, black 70%, transparent), url(img/bs-bg.jpg) fixed;
  background-size: cover;
  background-position: center center !important;
  color: white;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  position: relative;
}

h1, h2 {
  text-transform: uppercase;
  font-family: 'Gilroy', sans-serif;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

hr {
  max-width: 120px;
  margin: 0 auto;
  border-bottom: 1px solid white;
  opacity: 1;
}

section {
  padding: 120px 0;
}

/*NAV*/

.bg-dark {
  padding: 0;
}

.navbar-dark .navbar-brand img {
  max-height: 85px;
  margin: 10px;
}

.navbar-dark .navbar-nav .nav-item {
  line-height: 35px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  color: white;
  font-size: 21px;
  padding: 40px 15px;
}

.navbar-expand-lg .navbar-nav .social a img {
 max-width: 30px;
}

.navbar-expand-lg .navbar-nav .social a {
  display: inline-block;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: black;
  background: rgb(247, 185, 0) !important;
  font-weight: bold;
}

#inicio {
  margin-top: 80px;
  margin-bottom: -10px;
}

/*SLOGAN*/

#slogan {
  text-transform: uppercase;
  background: black;
  padding: 3px 0 0;
}

#slogan h2 {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 0;
}

#slogan h2 span {
  font-size: 50px;
}

/*NOSOTROS*/

#nosotros .platanito {
  margin: 0 auto;
  display: block;
}

#nosotros .aboutus {
  position: absolute;
  max-width: 230px;
  margin-left: 570px;
  margin-top: -200px;
}

#nosotros ul {
  list-style: none;
} 

#nosotros .first::before {
  content: "";
  background: url(img/bullet1.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -1em;
}

#nosotros .second::before {
  content: "";
  background: url(img/bullet2.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -1em;
}

#nosotros .third::before {
  content: "";
  background: url(img/bullet3.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -1em;
}

#nosotros li {
  font-size: 18px;
  margin-bottom: 40px;
}

/*SERVICIOS*/

#servicios .whatdowedo {
  position: absolute;
  max-width: 230px;
  margin-left: -170px;
}

/*CONTACTO*/

#contacto .gocrazy {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

#contacto .social a {
  margin: 0 20px;
}

#contacto .social a img {
  max-width: 50px;
  margin-bottom: 20px;
}

#contacto .ubicacion {
  text-align: center;
  margin-top: 30px;
}

#contacto .waiting {
  position: absolute;
  max-width: 230px;
  right: 8%;
  margin-top: -160px;
}

@media screen and (max-width: 974px) {
  body {
    background: linear-gradient(90deg, transparent,black 25%, black 80%, transparent), url(img/bs-bg.jpg) fixed;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 15px;
  }

  #contacto .waiting {
    position: relative;
    margin: 0 auto;
    display: block;
    right: 0;
  }

  #servicios .whatdowedo {
    position: relative;
    margin-left: 0;
  }

  #nosotros .aboutus {
    position: relative;
    margin: 0 auto;
    display: block;
  }
}