* {
  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: #121212;
  color: rgb(223, 33, 48);
}
html.category-projects .nav-item:nth-child(2) .nav-link, body.category-projects .nav-item:nth-child(2) .nav-link {
  background-color: #121212;
  color: rgb(223, 33, 48);
}
html.page-id-13 .nav-item:nth-child(3) .nav-link, body.page-id-13 .nav-item:nth-child(3) .nav-link {
  background-color: #121212;
  color: rgb(223, 33, 48);
}
html.category-products .nav-item:nth-child(4) .nav-link, body.category-products .nav-item:nth-child(4) .nav-link {
  background-color: #121212;
  color: rgb(223, 33, 48);
}
html.category-press .nav-item:nth-child(5) .nav-link, body.category-press .nav-item:nth-child(5) .nav-link {
  background-color: #121212;
  color: rgb(223, 33, 48);
}
html.page-id-2 .nav-item:nth-child(6) .nav-link, body.page-id-2 .nav-item:nth-child(6) .nav-link {
  background-color: #121212;
  color: rgb(223, 33, 48);
}

figure {
  margin: 0;
}

.header {
  padding: 0;
}
@media (min-width: 768px) {
  .header {
    padding: 0.5em 0;
  }
}
.header .logo {
  margin: 0;
  position: relative;
  z-index: 2;
}
.header .logo img {
  height: auto;
  width: 120px;
}
@media (min-width: 768px) {
  .header .logo img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .header .logo img {
    width: 180px;
  }
}
.header .cta {
  font-size: 0.9em;
  padding: 0.5em 1em !important;
}

.navbar-nav {
  margin-top: -30px;
}
@media (min-width: 556px) {
  .navbar-nav {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: -36px;
  }
}
@media (min-width: 996px) {
  .navbar-nav {
    margin-top: -46px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin-top: -76px;
  }
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.nav-list {
  margin: 0;
  padding: 0;
}
.nav-item {
  margin: 0 0.5em;
}
.nav-item:last-child a {
  background-color: rgb(223, 33, 48);
  color: #f8f8f8;
}
.nav-link {
  border-radius: 9em;
  color: #121212;
  padding: 0.5em !important;
}
@media (min-width: 556px) {
  .nav-link {
    padding: 0.5em 1em !important;
  }
}
@media (min-width: 768px) {
  .nav-link {
    font-size: 1.1em;
    padding: 0.5em 0.9em !important;
  }
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 1.3em;
    padding: 0.5em 1.5em !important;
  }
}
.nav-link:hover {
  background-color: rgb(223, 33, 48);
  color: #f8f8f8;
}

.dropdown-toggle.show,
.dropdown-item.active,
.dropdown-item:active {
  background: #121212;
  color: #f8f8f8 !important;
}

@media (min-width: 768px) {
  body.category .navbar-nav, body.single .navbar-nav {
    margin-top: 0;
  }
}
body.page .section__products, body.category .section__products {
  background: none;
  padding: 0;
  margin: 0 !important;
}
body.page .section__products article, body.category .section__products article {
  text-align: center !important;
}
body.page .section__products article {
  margin: 2em 0 0 0;
  text-align: left !important;
}
body.single .section__best-products .cta {
  background: #00c74a;
}
@media (min-width: 768px) {
  body.single .section__best-products .cta {
    font-size: 0.7em;
  }
}

main.single .section__best-products {
  padding: 2.5em 0 0 0;
}
@media (min-width: 768px) {
  main.single .section__best-products {
    padding: 4em 0 0 0;
  }
}
@media (min-width: 992px) {
  main.single .section__best-products {
    padding: 6em 0 0 0;
  }
}
@media (min-width: 1400px) {
  main.single .section__best-products {
    padding: 7em 0 0 0;
  }
}
main.single .section__best-products article {
  text-align: center;
}
@media (min-width: 768px) {
  main.single .section__best-products article {
    text-align: left;
  }
}
main .single__bg--top {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
main #accordionSingle {
  margin: 1em 0;
}
main #accordionSingle .accordion-body p {
  font-size: 0.6em;
}
.cta {
  background: rgb(223, 33, 48);
  border-radius: 9em;
  border: 0;
  color: #f8f8f8;
  display: inline-block;
  padding: 0.5em 1.25em !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cta {
    font-size: 1.3em;
    padding: 0.5em 1.5em !important;
  }
}
.cta--secondary {
  background: #f8f8f8;
  border: 1px solid #121212;
  color: #121212;
}

.hero {
  position: relative;
}
.hero__bg--top {
  height: auto;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
.hero__bg--bottom {
  bottom: -1px;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.hero .carousel__text {
  color: #f8f8f8;
  left: 5%;
  position: absolute;
  top: 26%;
  width: 50%;
  z-index: 1;
}
@media (min-width: 500px) {
  .hero .carousel__text {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) {
  .hero .carousel__text {
    font-size: 1.5em;
    left: 8%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hero .carousel__text {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .hero .carousel__text {
    font-size: 1.3em;
    left: 5%;
    top: 25%;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .hero .carousel__text {
    font-size: 1.1em;
    left: 5%;
    top: 25%;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .hero .carousel__text {
    top: 28%;
    width: 40%;
  }
}
.hero .carousel__subtitle {
  font-size: 0.75em;
  margin: 0;
}
@media (min-width: 992px) {
  .hero .carousel__subtitle {
    font-size: 1.5em;
  }
}
.hero .carousel__title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero .carousel__title {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .hero .carousel__title {
    font-size: 4em;
  }
}
.hero .cta {
  font-size: 0.6em;
}
@media (min-width: 992px) {
  .hero .cta {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .hero .cta {
    font-size: 1.2em;
  }
}

.section {
  margin: 1.5em 0 !important;
}
@media (min-width: 576px) {
  .section {
    margin: 2em 0 !important;
  }
}
@media (min-width: 768px) {
  .section {
    margin: 2.5em 0 !important;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 5em 0 !important;
  }
}
.section__title {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 556px) {
  .section__title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .section__title {
    font-size: 2em;
  }
}
.section__title span {
  color: rgb(223, 33, 48);
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 0.8em;
}
.section__best-products {
  margin-top: 0 !important;
}
@media (min-width: 576px) {
  .section__best-products .article {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .section__best-products .article {
    font-size: 1.7em;
  }
}
@media (min-width: 1400px) {
  .section__best-products .article {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .section__best-products .article figure {
    padding: 0 2em;
  }
}
.section__banner {
  position: relative;
  margin: 0 !important;
}
.section__banner .banner__bg--top {
  height: auto;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
.section__banner .banner__bg--bottom {
  bottom: 0;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.section__banner .banner__text {
  color: #f8f8f8;
  position: absolute;
  right: 10%;
  top: 25%;
  width: 40%;
  z-index: 1;
}
@media (min-width: 556px) {
  .section__banner .banner__text {
    font-size: 1.2em;
    top: 30%;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .section__banner .banner__text {
    top: 30%;
  }
}
.section__banner .banner__subtitle {
  margin: 0;
}
@media (min-width: 768px) {
  .section__banner .banner__subtitle {
    font-size: 1.5em;
  }
}
.section__banner .banner__title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.7em 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section__banner .banner__title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .section__banner .banner__title {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .section__banner .banner__title {
    font-size: 4em;
  }
}
.section__logos {
  background: #292929;
  margin: 0 !important;
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 556px) {
  .section__logos {
    padding: 2em;
  }
}
.section__logos img {
  padding: 0.5em 1em;
}
@media (min-width: 556px) {
  .section__logos img {
    padding: 2em;
  }
}
@media (min-width: 768px) {
  .section__logos img {
    padding: 2em 3em;
  }
}
.section__products {
  background: #eee;
  padding: 1.5em 0 0 0;
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .section__products {
    padding: 2em 0;
  }
}
@media (min-width: 768px) {
  .section__products {
    padding: 3em 0;
  }
}
@media (min-width: 992px) {
  .section__products {
    padding: 3em 0;
  }
}
@media (min-width: 1200px) {
  .section__products {
    padding: 5em 0;
  }
}
.section__products .bg-border div {
  border-bottom: 1px solid rgb(200, 200, 200);
}
.section__products .bg-border div.par:nth-child(2n+1) {
  border-right: 1px solid rgb(200, 200, 200);
}
@media (min-width: 768px) {
  .section__products .bg-border div.par:nth-child(2n+1) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .section__products .bg-border div.par:nth-child(2n+2) {
    border-right: 1px solid rgb(200, 200, 200);
    border-left: 1px solid rgb(200, 200, 200);
  }
}
@media (min-width: 992px) {
  .section__products .bg-border div.par:last-child, .section__products .bg-border div.par:nth-last-child(2), .section__products .bg-border div.par:nth-last-child(3), .section__products .bg-border div.par:nth-last-child(4) {
    border-bottom: 0;
  }
}
.section__products .bg-border div.par:last-child, .section__products .bg-border div.par:nth-last-child(2) {
  border-bottom: 0;
}
.section__products .bg-border div.impar:last-child {
  border-bottom: 0;
}
.section__products .bg-border div.impar:nth-child(2n+1) {
  border-right: 1px solid rgb(200, 200, 200);
}
@media (min-width: 768px) {
  .section__products .bg-border div.impar:nth-child(2n+1) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .section__products .bg-border div.impar:nth-child(3n+2) {
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
  }
}
@media (min-width: 992px) {
  .section__products .bg-border div.impar:nth-child(3n+2) {
    border-right: 0;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .section__products .bg-border div.impar:nth-child(2n+2) {
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
  }
}
.section__products .bg-border div.impar:last-child, .section__products .bg-border div.impar:nth-last-child(2) {
  border-right: 0;
}
@media (min-width: 768px) {
  .section__products .bg-border div.impar:last-child, .section__products .bg-border div.impar:nth-last-child(2) {
    border-bottom: 0;
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .section__products .bg-border div.impar:last-child, .section__products .bg-border div.impar:nth-last-child(2) {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .section__products .bg-border div.impar:nth-last-child(2) {
    border-bottom: 1px solid rgb(200, 200, 200);
  }
}
.section__products figure {
  padding: 0 1em 1em 1em;
}
@media (min-width: 576px) {
  .section__products figure {
    padding: 0 2em 1em 2em;
  }
}
@media (min-width: 768px) {
  .section__products figure {
    padding: 0 1em 1em 1em;
  }
}
.section .article--products {
  font-size: 0.8em !important;
  margin: 1.5em 0 !important;
  text-align: center;
}
@media (min-width: 576px) {
  .section .article--products {
    font-size: 1em !important;
  }
}
@media (min-width: 768px) {
  .section .article--products {
    font-size: 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .section .article--products {
    font-size: 1.3em !important;
  }
}
@media (min-width: 1400px) {
  .section .article--products {
    font-size: 1.3em !important;
  }
}
.section .article__title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.section .article__year {
  margin: 0;
  font-size: 0.7em;
}
.section .article__version {
  margin: 0.4em 0 0 0;
  font-size: 0.8em;
  line-height: 1.1em;
  /*@media (min-width: 768px){
    margin: 0;
    font-size: 1.5em;
    }*/
}
.section .article__version span {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  opacity: 0.7;
}
.section .article__price {
  color: rgb(223, 33, 48);
  font-size: 1.2em;
  margin: 0.2em 0;
  /*@media (min-width: 768px){
   margin: .3em 0;
   font-size: 3em;
   }*/
}
.section .article__share ul {
  padding: 0;
  margin: 0;
}
.section .article__share ul li {
  display: inline-block;
}
.section .article__share ul img {
  width: 40px;
  height: auto;
  margin-right: 0.3em;
}
.section .article .cta {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .section .article .cta {
    margin: 0.3em 0;
  }
}

.indicators {
  text-align: center;
}
.indicators button {
  border: 1px solid #cfcfcf;
  padding: 0.5em;
  width: 32%;
  margin: 0.5em 0 1em 0;
}
@media (min-width: 992px) {
  .indicators button {
    width: 20%;
  }
}

.footer {
  padding: 0 0 0 1em;
  text-align: center;
}
@media (min-width: 992px) {
  .footer {
    text-align: left;
  }
}
.footer .whatsapp {
  position: fixed;
  bottom: 40px;
  right: 1em;
  z-index: 1000000000000000000000;
}
.footer .whatsapp img {
  width: 60px;
  height: auto;
}
.footer p {
  font-size: 0.7em;
  margin: 0.5em 0 1em 0;
  opacity: 0.5;
  text-align: center;
}
.footer img {
  height: auto;
  margin: 1em 0 1.5em 0;
  width: 150px;
}
@media (min-width: 768px) {
  .footer img {
    width: 200px;
  }
}
.footer ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
@media (min-width: 992px) {
  .footer ul {
    font-size: 1.2em;
  }
}
.footer ul li {
  line-height: 1.4em;
}
.footer ul li:first-child {
  color: rgba(18, 18, 18, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer ul li:first-child {
    margin: 0 0 0.2em 0;
  }
}
.footer ul li a {
  color: #121212;
  font-size: 0.85em;
  text-decoration: none;
}
.footer ul li a:hover {
  color: rgb(223, 33, 48);
}

main {
  position: relative;
  top: -10px;
}
@media (min-width: 556px) {
  main {
    top: -20px;
  }
}
@media (min-width: 768px) {
  main {
    top: -20px;
  }
}
@media (min-width: 992px) {
  main {
    top: -20px;
  }
}
@media (min-width: 768px) {
  body.home main {
    top: -20px;
  }
}
@media (min-width: 768px) {
  body.home main {
    top: -50px;
  }
}
@media (min-width: 992px) {
  body.home main {
    top: -70px;
  }
}
@media (min-width: 1200px) {
  body.home main {
    top: -90px;
  }
}

.breadcrumb {
  background: rgb(102, 51, 0);
  color: rgb(223, 33, 48);
  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(223, 33, 48);
  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(223, 33, 48, 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(18, 18, 18, 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: #121212;
}
.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(18, 18, 18, 0.3);
  border-bottom: 1px solid rgba(18, 18, 18, 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(18, 18, 18, 0.3);
  border-bottom: 1px solid rgba(18, 18, 18, 0.3);
}

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