@font-face {
  font-family: "Bw Modelica";
  src: url(assets/fonts/otf/BwModelica-Light.otf);
}

@font-face {
  font-family: "Bw Modelica Light";
  src: url(assets/fonts/otf/BwModelica-Light.otf);
}

@font-face {
  font-family: "Bw Modelica Extrabold";
  src: url(assets/fonts/otf/BwModelica-ExtraBold.otf);
}

@font-face {
  font-family: "Bw Modelica Regular";
  src: url(assets/fonts/otf/BwModelica-Regular.otf);
}

body {
  background-color: #e5d5b3;
  display: flex;
  flex-direction: column;
  font-family: "Bw Modelica", "Open Sans", sans-serif;
}

section {
  align-items: center;
}

p,
ul {
  font-size: 1.4rem;
}

#section-08 p,
#section-08 h1 {
  padding: 0 18%;
}

#section-01,
#section-07 h1,
#section-07 p,
#section-07 ul {
  padding: 0 18%;
}

#section-01 {
  padding-top: 2%;
  padding-bottom: 2%;
}

#section-07 ul {
  padding: 0 20%;
}

.tittle {
  color: #ac5c17;
  font-family: "Bw Modelica Light", "Bw Modelica", "Open Sans", sans-serif;
  font-size: 3rem;
  margin-bottom: 3%;
  letter-spacing: 0.5rem;
}

.sub-tittle {
  color: #352618;
  font-family: "Bw Modelica Extrabold", "Bw Modelica", "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  color: #ac5c17;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}

#logo {
  background-image: url(./assets/background-01.jpg);
  background-position: center;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5%;
}

#logo img {
  width: 25%;
}

#section-02,
#section-03 {
  padding: 0;
}

section img {
  width: 100%;
}

#section-02 img,
#section-03 img {
  width: 100%;
  margin-bottom: 4%;
}

#section-02 p {
  padding: 0 18%;
}

#section-03 img {
  margin: 3% 0;
}

#section-03 h1,
#section-03 p {
  padding: 0 18%;
}

#section-04 p,
#section-04 h3 {
  padding: 0 18%;
}

#section-04 ul {
  padding: 0 19%;
}

#section-07 img,
#section-04 img,
#section-03 img,
#section-02 img {
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
}

#section-09 {
  padding: 0 19%;
}

#section-09 img {
  width: 100%;
  padding-top: 1rem;
}

.whatsapp,
.instagram,
.facebook {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  z-index: 100;
}

.whatsapp {
  background-color: #25d366;
  bottom: 40px;
}

.instagram {
  background-color: #de1b85;
  bottom: 110px;
}

.facebook {
  background-color: #3b5998;
  bottom: 180px;
}

.whatsapp:hover,
.instagram:hover,
.facebook:hover {
  color: gainsboro;
}

.whatsapp-icon {
  margin-top: 13px;
}

#section-10 .tittle {
  padding: 5% 14% 0;
}

#section-10 img {
  width: 100%;
  height: 250px;
}

#section-10 p {
  text-align: center;
  margin-top: 0.6rem;
  font-weight: 600;
}

#section-10 .row {
  justify-content: center;
}

#footer,
#footer img {
  width: 100%;
  padding: 0;
  padding-top: 1rem;
}

#footer {
  position: relative;
}

#footer p {
  position: absolute;
  color: white;
}

p#info {
  bottom: 16%;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

p#copyright {
  bottom: 8%;
  width: 100%;
  text-align: center;
}

#footer a {
  color: white;
  opacity: 0.5;
}

p#info a {
  opacity: 0.7;
}

#form .btn-secondary {
  width: 100%;
  background-color: #ac5c17;
}

#section-02 img {
  margin-bottom: 1%;
}

#section-08 h1,
#section-09 h1 {
  padding-top: 4%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  section {
    padding: 2% 8%;
  }

  p {
    text-align: justify;
  }

  p,
  ul {
    font-size: 1rem;
  }

  #section-02 img {
    margin-bottom: 8%;
  }

  #section-02 p {
    padding: 0 8%;
  }

  #section-03 h1,
  #section-03 p,
  #section-04 p {
    padding: 0 8%;
  }

  #logo {
    margin-bottom: 4%;
  }

  #logo img {
    width: 40%;
  }

  .tittle {
    font-size: 2rem;
    margin-bottom: 5%;
  }

  .sub-tittle {
    font-size: 1.2rem;
  }

  #section-01,
  #section-07,
  #section-03 p,
  #section-04 {
    padding: 2% 8%;
  }

  #section-10 .tittle {
    padding: 0% 5%;
  }

  #section-07,
  #section-08,
  #section-04,
  #section-09 {
    padding: 0;
  }

  #section-07 ul,
  #section-04 ul {
    padding: 0 12%;
  }

  #section-07 h1,
  #section-08 h1,
  #section-04 h3,
  #section-09 h1 {
    padding: 0 8%;
  }

  #section-08 h1,
  #section-04 h3,
  #section-09 h1,
  #section-10 h1 {
    margin-top: 6%;
  }

  #section-07 p,
  #section-08 p {
    padding: 0 8%;
  }

  #section-09 img {
    padding: 1rem;
  }

  #footer,
  #footer img {
    padding-top: 0;
  }

  p#info {
    font-size: 0.6rem;
    bottom: 12%;
  }

  p#copyright {
    font-size: 0.7rem;
    bottom: 2%;
  }

  .whatsapp,
  .instagram,
  .facebook {
    right: 12px;
  }
}
