* {
  transition: all ease 0.1s;
}

html, body {
  font-display: swap;
  font-family: "Stack Sans Headline", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
html.page-id-11 .nav-item:nth-child(1) .nav-link, body.page-id-11 .nav-item:nth-child(1) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}
html.category-projects .nav-item:nth-child(2) .nav-link, body.category-projects .nav-item:nth-child(2) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}
html.page-id-13 .nav-item:nth-child(3) .nav-link, body.page-id-13 .nav-item:nth-child(3) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}
html.category-products .nav-item:nth-child(4) .nav-link, body.category-products .nav-item:nth-child(4) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}
html.category-press .nav-item:nth-child(5) .nav-link, body.category-press .nav-item:nth-child(5) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}
html.page-id-9 .nav-item:nth-child(6) .nav-link, body.page-id-9 .nav-item:nth-child(6) .nav-link {
  background-color: #000;
  color: rgb(230, 204, 153);
}

figure {
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.header {
  background: #f9f5f2;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 22;
}
@media (min-width: 768px) {
  .header {
    padding: 0.5em 0;
	 
  }
}
.header .logo {
  margin: 1em auto;
}
@media (min-width: 768px) {
  .header .logo {
    margin: 1em auto 2em;
  }
}
.header .logo img {
  height: auto;
  width: 150px;
}
@media (min-width: 768px) {
  .header .logo img {
    width: 300px;
  }
}

.nav {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .nav {
    margin-bottom: 2em;
  }
}
.nav-list {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .nav-list {
    border: 0;
  }
}
.nav-item {
  border-bottom: 1px solid #000;
  line-height: 1em;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  width: 33.33%;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .nav-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .nav-item {
    border-top: 1px solid #000;
    font-size: 1em;
    width: 15%;
  }
}
.nav-item:nth-child(2), .nav-item:nth-child(5) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (min-width: 768px) {
  .nav-item:nth-child(2), .nav-item:nth-child(4) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .nav-item:nth-child(5) {
    border-left: 0;
    border-right: 0;
  }
  .nav-item:nth-child(6) {
    border-left: 1px solid #000;
  }
}
@media (min-width: 992px) {
  .nav-item:nth-child(1) {
    border-left: 1px solid #000;
  }
  .nav-item:nth-child(6) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.nav-link {
  align-items: center;
  background-color: rgb(230, 204, 153);
  color: rgb(102, 51, 0);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-link {
    padding: 1em;
  }
}
.nav-link:hover {
  background-color: #000;
  color: rgb(230, 204, 153);
}

main {
  padding-top: 176px;
}
@media (min-width: 446px) {
  main {
    padding-top: 162px;
  }
}
@media (min-width: 468px) {
  main {
    padding-top: 148px;
  }
}
@media (min-width: 556px) {
  main {
    padding-top: 148px;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 198px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 233px;
  }
}
@media (min-width: 1200px) {
  main {
    padding-top: 217px;
  }
}

.hero {
  background: #f9f5f2;
  padding: 0 0 2em 0;
}
.hero #hero {
  border-radius: 8px;
  overflow: hidden;
}
.hero .carousel-item {
  position: relative;
}
.hero .carousel-item .link {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.section__title {
  color: rgb(102, 51, 0);
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  .section__title {
    margin-bottom: 1.1em;
  }
}
.section__products {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .section__products {
    margin: 4em 0;
  }
}
.section__projects {
  background: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 2em 0;
}
@media (min-width: 768px) {
  .section__projects {
    padding: 4em 0;
  }
}
.section__about {
  background: #f9f5f2;
  padding: 2em 0;
}
@media (min-width: 768px) {
  .section__about {
    padding: 4em 0 2em 0;
  }
}
.section__about .article:hover {
  background: inherit !important;
  cursor: inherit !important;
}
.section__about .section__title {
  text-align: left;
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  .section__about .section__title {
    margin-top: 0;
  }
}
.section__logos {
  background: rgb(102, 51, 0);
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  .section__logos {
    padding: 3em 0;
  }
}
.section__video {
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  .section__video {
    padding: 4em 0;
  }
}
.section__video .youtube {
  overflow: hidden;
  border-radius: 8px;
}
.section__video .youtube iframe {
  height: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  .section__video .youtube iframe {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .section__video .youtube iframe {
    height: 500px;
  }
}
.section .article {
  margin: 0 !important;
  padding: 1em;
  position: relative;
}
.section .article:hover {
  background: rgba(230, 204, 153, 0.4);
  border-radius: 16px;
  cursor: pointer;
}
.section .article__link {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.section .article__title {
  font-size: 1.2em;
  font-weight: 200;
  margin: 1em 0 0 0;
  text-align: center;
}

.footer {
  padding: 3em 1em 1.5em 1em;
  text-align: center;
}
.footer strong {
  color: rgb(102, 51, 0);
}
.footer p {
  margin: 0;
}
.footer p:nth-of-type(2) {
  opacity: 0.5;
  margin: 0 0 1em 0;
}
.footer p:nth-of-type(3) {
  font-size: 0.8em;
}
.footer img {
  height: auto;
  margin: 0 0 1em 0;
  width: 150px;
}
@media (min-width: 768px) {
  .footer img {
    width: 250px;
  }
}

main .decoration img,
main .design img {
  cursor: pointer;
}
main .decoration img:hover,
main .design img:hover {
  transform: scale(1.05);
}

.breadcrumb {
  background: rgb(102, 51, 0);
  color: rgb(230, 204, 153);
  padding: 0.5em 0;
  margin: 0 0 3em 0;
}
.breadcrumb__title {
  margin: 0 auto;
  font-weight: 200;
  font-size: 1.5em;
}

.button {
  border: 0;
  color: rgb(102, 51, 0);
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  padding: 0.5em 1.3em;
  text-decoration: none;
  text-transform: uppercase;
}
.button__primary {
  background-color: rgb(230, 204, 153);
  color: rgb(102, 51, 0);
}
@media (min-width: 768px) {
  .button__primary {
    margin: 1em 0;
  }
}

.page__title {
  color: rgb(102, 51, 0);
  font-size: 2em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
.page__products, .page__projects {
  padding-bottom: 2em;
}
.page__products .article, .page__projects .article {
  margin: 0.5em auto !important;
  padding: 1em;
  position: relative;
}
.page__products .article:hover, .page__projects .article:hover {
  background: rgba(230, 204, 153, 0.4);
  border-radius: 16px;
  cursor: pointer;
}
.page__products .article__link, .page__projects .article__link {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page__products .article__title, .page__projects .article__title {
  font-size: 1.2em;
  font-weight: 200;
  margin: 1em 0 0 0;
  text-align: center;
}
.page__press .article {
  margin: 1.5em 0;
}
.page__press .article__author-date {
  font-size: 0.9em;
  opacity: 0.5;
}
.page__press .article__link {
  color: rgb(102, 51, 0);
}
.page__press h4 {
  font-weight: 300;
}
.page__contact .form {
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
}
.page__contact .page__subtitle {
  font-size: 3em;
  margin: 0 0 0.5em 0;
}
.page__contact .page__subtitle--sub {
  margin: 1em 0 0.3em 0;
}
.page__contact .page__subtitle--sub + p {
  margin: 0 0 0.3em 0;
}
.page__contact .page__subtitle--sub ~ a {
  display: inline-block;
  margin: 0 0 0.5em 0;
  color: #000;
}
.page .icon {
  display: block;
  color: rgb(102, 51, 0);
  padding: 10px 0 10px 40px;
  text-decoration: none;
}
.page .icon--whatsapp {
  background: url(../img/icon-whatsapp.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px;
}
.page .icon--call {
  background: url(../img/icon-call.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px;
}
.page .description {
  padding: 0 1.5em;
}
.page .images {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3em 0;
}
.page .row + .row {
  margin-top: 3em;
  margin-bottom: 3em;
}
.page .article__details {
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.page .article__details figure {
  margin: 2em 0;
}
.page .article__details h2 {
  font-size: 2.5em;
  margin: 0 0 1em;
}
.page .press__related {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

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