@import "animate.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import "../fonts/stylesheet.css";
* {
  font-family: "Open Sans", sans-serif;
  color: #636466;
}

body {
  overflow-x: hidden;
}

.briza-left {
  display: none;
}
@media (min-width: 1200px) {
  .briza-left {
    display: block;
    position: absolute;
    top: 0px;
    right: calc(50vw + 445px);
    z-index: -1;
  }
}

.briza-righ {
  display: none;
}
@media (min-width: 1200px) {
  .briza-righ {
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50vw + 445px);
    z-index: -1;
  }
}

#intro {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/parez.png");
}
@media (min-width: 992px) {
  #intro {
    height: 502px;
  }
}
@media (max-width: 991px) {
  #intro {
    height: 226px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
#intro img {
  max-width: 258px;
}
@media (min-width: 992px) {
  #intro img {
    max-width: 100%;
    width: 431px;
    height: auto;
    margin-top: 66px;
  }
}

h2 {
  font-size: 22px;
  color: #636466;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h3 {
  font-size: 34px;
  color: #636466;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "Bebas Neue";
}
@media (min-width: 992px) {
  h3 {
    font-size: 56px;
    margin-top: 84px;
    margin-bottom: 99px;
  }
}

a {
  position: relative;
  display: block;
  color: #ba927b !important;
  font-size: 22px;
  margin-bottom: 20px;
  text-decoration: none;
}

.ceo img {
  width: 258px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ceo h4 {
  font-size: 30px;
  font-family: "Bebas Neue";
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ceo h4 {
    font-size: 32px;
    margin-bottom: 140px;
  }
}

.bottom-head h1 {
  font-size: 22px;
  color: #636466;
  margin-bottom: 20px;
}
.bottom-head p {
  font-size: 13px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .bottom-head p {
    margin-bottom: 88px;
  }
}

footer {
  background-color: black;
}
footer img {
  width: 258px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.del-1 {
  animation-delay: 0.25s;
}

.del-2 {
  animation-delay: 0.5s;
}

.del-3 {
  animation-delay: 0.75s;
}

.del-4 {
  animation-delay: 1s;
}

.del-5 {
  animation-delay: 1.25s;
}

.del-6 {
  animation-delay: 1.5s;
}

/*# sourceMappingURL=style.css.map */
