main {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 113px;
}

* {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none !important;
}

h1 {
  display: inline;
  position: absolute;
  z-index: -1;
  color: transparent;
  width: 1px;
  height: -1px;
  top: -55500px;
}

h1, h2, h3, h4 {
  font-family: 'Staatliches', sans-serif;
}

a {
  color: initial;
  text-decoration: none !important;
  transition: all 0.5s;
}

a:hover {
  color: inherit;
  opacity: 0.7;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: #fff;
  width: 100%;
  padding: 0px 3vw;
  border-bottom: solid 3px #9fafd3;
}

header .logo {
  height: 70px;
  width: auto;
  margin: 20px;
}

nav {
  margin-top: 35px;
}

nav ul li button {
  background: transparent;
  border: none;
}

nav ul li button img {
  margin-top: -11px;
  height: 20px;
  width: auto;
  margin-left: 20px;
}

nav ul li a {
  color: #2c2664;
  font-family: 'Staatliches', sans-serif;
  font-size: 30px;
  margin-left: 30px;
}

nav ul li a:hover {
  color: #9fafd3;
}

h1, h2 {
  font-size: 70px;
  margin: 0px;
}

h3 {
  font-size: 40px;
}

ul {
  margin-left: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  background: #2c2664;
}

.btn-default {
  color: #9fafd3;
  border-color: #9fafd3;
}

.dark {
  background-color: #555;
  background-blend-mode: multiply;
}

.dark * {
  color: #fff;
}

#home .slider .row {
  background-color: #555;
  color: #fff;
}

#home .slider .row .texto {
  padding: 100px;
  height: 500px;
  background-image: url(../img/metal.jpg);
}

#home .slider .row .texto h2 {
  color: #fff;
}

#home .slider .row .imagen {
  height: 400px;
  position: relative;
  z-index: 9;
  padding-left: 0px;
}

#home .slider .row .imagen div {
  height: 500px;
  background-position: center;
}

.slick-dotted.slick-slider {
  padding: 0px;
}

#marcas ul li {
  width: 32%;
  margin-bottom: 5px;
  padding: 20px;
}

#marcas ul li a.ofisite {
  color: #44619b;
  font-size: 12px;
}

#marcas ul li img {
  display: block;
  margin: 0 auto;
}

#marcas h2 {
  display: none;
  background: yellow;
  padding: 50px;
}

#about {
  padding: 150px 0px;
  background-position: center;
  background-image: url("../img/low-saturated-photo-of-oil-rig-during-golden-hour-167676.jpg");
}

#about p {
  font-size: 19px;
  text-align: justify;
}

#contacto {
  padding: 75px 0px;
  background-color: #2c2664;
  color: #fff;
  border-bottom: solid 10px #44619b;
}

#contacto input[type=submit] {
  background: #44619b;
}

#contacto .social li a {
  color: #9fafd3;
}

.xs {
  display: none;
}

#burger {
  background-image: url("../img/burger.jpg");
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 26px;
  right: 20px;
}

@media screen and (min-width: 1901px) {
  nav {
    display: block !important;
  }
  #home .slider .texto h2 {
    font-size: 100px;
  }
  #home .slider .imagen {
    height: 570px;
  }
  #home .slider .imagen div {
    height: 570px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1900px) {
  nav {
    display: block !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  nav {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-top: 93px;
  }
  header {
    padding: 0px;
  }
  header .logo {
    margin: 15px 0px;
    height: 60px;
  }
  header #burger {
    display: inline-block;
  }
  .xs {
    display: block;
  }
  .xs-center {
    text-align: center !important;
  }
  .xs-center * {
    text-align: center !important;
  }
  nav {
    display: none;
    margin-top: 0px;
  }
  nav ul li {
    width: 100%;
    border-top: solid thin #44619b;
    text-align: center !important;
  }
  nav ul li a {
    display: block;
    text-align: center;
    padding: 20px;
    margin-left: 0px;
  }
  nav ul li button {
    width: 45px;
    height: 45px;
  }
  nav ul li button img {
    margin-left: 0px;
    margin-top: 4px;
  }
  #home .slider .row .texto {
    padding: 40px 35px;
    height: 270px;
  }
  #home .slider .row .texto h2 {
    font-size: 45px;
  }
  #home .slider .row .texto h3 {
    font-size: 24px;
  }
  #home .slider .row .imagen {
    height: 270px;
    padding-left: 15px;
  }
  #home .slider .row .imagen div {
    height: 270px;
  }
  #home .slider .row .imagen .fijapy {
    background-position: 0% 0%;
  }
  #marcas ul li {
    width: 100%;
  }
  #about {
    padding: 20px;
  }
  #about p {
    font-size: 14px;
    text-align: center;
  }
}
