/* @gourp FONTS */
@font-face {
  font-family: 'ArcaMajoraBold';
  src: url('../fonts/ArcaMajora3-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ArcaMajora3-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ArcaMajora3-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ArcaMajora3-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ArcaMajora3-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ArcaMajora3-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ArcaMajoraHeavy';
  src: url('../fonts/ArcaMajora3-Heavy.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/ArcaMajora3-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ArcaMajora3-Heavy.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ArcaMajora3-Heavy.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/ArcaMajora3-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ArcaMajora3-Heavy.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/* @end */
/* @group GENERAL */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #232323;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'ArcaMajoraHeavy', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: black;
}
a {
  color: #232323;
  text-decoration: none;
  border-bottom: 1px solid #232323;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  color: black;
  border-color: black;
  outline: none;
}
.row {
  max-width: 80rem;
}
.button,
input[type=submit] {
  font-family: 'ArcaMajoraBold', sans-serif;
  text-transform: uppercase;
  background: 0 0;
  border: 2px solid black;
  border-radius: 0;
  color: black;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  padding: 16px 40px;
  margin-bottom: 0;
  margin-top: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
}
.button:hover,
input[type=submit]:hover,
.button:active,
input[type=submit]:active,
.button:focus,
input[type=submit]:focus,
.button.is-checked,
input[type=submit].is-checked {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  background-color: black;
  color: white;
  outline: none;
}
.button-group .button {
  margin: 0;
  margin-left: 8px;
  margin-bottom: 1px;
  font-size: .9rem;
  padding: 7px 8px 5px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 40em) {
  .button-group .button {
    margin-left: 0;
    margin-bottom: 14px;
    padding: 12px 14px 10px;
  }
}
.filterp {
  display: inline-block;
  float: left;
}
@media (max-width: 40em) {
  .button,
  input {
    width: 100%;
  }
}
.page-template-alu-page .button {
  border: 0;
  border-bottom: 2px solid black;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.26);
}
::-moz-selection {
  background: #a69177;
  color: white;
}
::selection {
  background: #a69177;
  color: white;
}
.relative {
  position: relative;
}
.alignleft {
  float: left;
}
.alignright {
  float: right !important;
}
.aligncenter {
  display: block;
}
.alignnone {
  margin: 0 1em 1em 0;
}
.full-width {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.inline-list li {
  display: inline-block;
}
.brand_bg {
  background-color: #a69177;
}
.white_bg {
  background-color: white;
}
.brand_color {
  color: #a69177;
}
.page_section {
  margin-top: 6.250rem;
  margin-bottom: 6.250rem;
}
table tbody tr:nth-child(even) {
  background-color: rgba(166, 145, 119, 0.75);
}
table tbody,
table tfoot,
table thead {
  border: 1px solid rgba(166, 145, 119, 0.75);
  background-color: #fefefe;
}
.home .page_section:nth-child(even) .row,
.page-template-about-page .page_section:nth-child(even) .row,
.page-template-contact-page .page_section:nth-child(even) .row {
  background: rgba(166, 145, 119, 0.75);
}
.home .page_section:nth-child(even) .row .row,
.page-template-about-page .page_section:nth-child(even) .row .row,
.page-template-contact-page .page_section:nth-child(even) .row .row {
  background: transparent;
}
.home .page_section:nth-child(odd) .row,
.page-template-about-page .page_section:nth-child(odd) .row,
.page-template-contact-page .page_section:nth-child(odd) .row {
  background: #eaeaea;
}
.home .page_section:nth-child(odd) .row .row,
.page-template-about-page .page_section:nth-child(odd) .row .row,
.page-template-contact-page .page_section:nth-child(odd) .row .row {
  background: transparent;
}
.sub_section {
  margin-top: 0;
}
.box {
  padding: 1.75rem;
}
.the_form {
  background: white;
}
.entry_excerpt h4 {
  font-weight: 400;
}
.entry_excerpt h4 a {
  border-bottom: 0;
}
.entry_excerpt .blog_date {
  display: none;
  margin-bottom: 0;
  font-size: 85%;
}
.entry_excerpt .blog_date i {
  margin-right: 4px;
}
.entry_excerpt .blog_cats {
  font-size: 85%;
  margin-bottom: 0;
  text-align: right;
}
.entry_excerpt .blog_cats a {
  font-style: italic;
  border-bottom: 0;
}
.entry_excerpt .blog_cats a:before {
  content: '#';
}
.single-catalogo .caracteristicas-col {
  margin-bottom: 3rem;
}
.single-catalogo .tabs-content:last-child hr {
  display: none;
}
.single-catalogo span.ver-mas {
  display: block;
  padding-top: 1rem;
}
.single-catalogo span.ver-mas a {
  border-bottom: 0;
  display: block;
  position: relative;
  padding-right: 1rem;
}
.single-catalogo span.ver-mas a:after {
  content: '❮';
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: 1px;
  right: 0px;
}
.single_entry h1 {
  font-size: 2rem;
  line-height: 1;
  margin-top: .75rem;
  margin-bottom: .25rem;
}
.single_entry .blog_date {
  display: none;
  font-size: 85%;
  margin: .5rem 0;
  line-height: 1;
}
.single_entry .blog_date i {
  margin-right: 4px;
}
.single_entry .blog_cats {
  font-size: 85%;
  margin-bottom: 3rem;
}
.single_entry .blog_cats a {
  color: #a69177;
  font-style: italic;
  border-bottom: 0;
}
.single_entry .blog_cats a:before {
  content: '#';
}
.single_entry .thumbnail_img {
  margin: 2rem 0;
}
.single_entry .entry-content p img {
  margin: 2rem 0;
  width: 100%;
}
.single_entry .post-pagination {
  margin: 4rem 0 0;
}
.single_entry .post-pagination a {
  border-bottom: 0;
}
.single_entry .post-pagination .text-left .project-arrow img {
  -webkit-transform: scaleX(-1) !important;
          transform: scaleX(-1) !important;
}
.single_entry .post-pagination .project-arrow {
  display: block;
  margin-bottom: 12px;
}
.single_entry .post-pagination .project-arrow img {
  width: 31px !important;
}
.single_entry .post-pagination .column:last-child:not(:first-child),
.single_entry .post-pagination .columns:last-child:not(:first-child) {
  float: right !important;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}
/* @group GRID */
.grid-item {
  width: 100%;
  padding: 0.75rem;
}
/* @end */
/* @group TABS */
.tabs-section .tabs-panel {
  padding: 5rem 3rem;
}
.tabs-section .tabs-title > a {
  border-bottom: 0;
  font-size: 0.875rem;
  font-family: 'ArcaMajoraBold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-section .tabs {
  border: 0;
}
.tabs-section .tabs-title > a:focus,
.tabs-section .tabs-title > a:hover,
.tabs-section .tabs-title > a[aria-selected=true] {
  background: rgba(166, 145, 119, 0.75);
}
.tabs-section .tabs-content {
  border: 1px solid rgba(166, 145, 119, 0.75);
}
/* @end */
.gallery-columns-3 .gallery-item {
  width: 31.733333%;
  float: left;
  margin: 5px;
}
@media (max-width: 40em) {
  .gallery-columns-3 .gallery-item {
    width: 100%;
  }
}
/* @end */
/* @group HEADER */
.site-header .row {
  position: relative;
}
.site-header .row .columns {
  position: relative;
}
.site-header .row .mobile_nav {
  text-align: center;
  height: 80px;
}
.site-header .row .mobile_nav #logo img {
  max-width: 187px;
  margin-top: 24px;
}
.site-header .row .catalog-nav:hover .sub-menu,
.site-header .row .catalog-nav:active .sub-menu,
.site-header .row .catalog-nav:focus .sub-menu {
  display: block !important;
}
.site-header .row .nav_links {
  padding-left: 0;
  padding-right: 0;
}
.site-header .row .nav_links ul.menu {
  background-color: #a69177;
  text-align: center;
  list-style: none;
  margin-left: 0;
}
.site-header .row .nav_links ul.menu li {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .row .nav_links ul.menu li.current-menu-item,
.site-header .row .nav_links ul.menu li:hover,
.site-header .row .nav_links ul.menu li:focus {
  outline: none;
}
.site-header .row .nav_links ul.menu li.current-menu-item a,
.site-header .row .nav_links ul.menu li:hover a,
.site-header .row .nav_links ul.menu li:focus a {
  background-color: #eaeaea;
  color: #232323;
}
.site-header .row .nav_links ul.menu li a {
  font-family: 'ArcaMajoraBold', sans-serif;
  color: white;
  border-bottom: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 1.75rem 0;
  position: relative;
  line-height: 1.2;
}
.site-header .row .nav_links ul.menu ul.sub-menu {
  margin: 0;
  position: relative;
  background: #232323;
  z-index: 999;
  width: 100%;
  display: none;
}
.site-header .row .nav_links ul.menu ul.sub-menu li {
  display: block;
  margin-right: 0;
  width: 100%;
}
.site-header .row .nav_links ul.menu ul.sub-menu li:hover,
.site-header .row .nav_links ul.menu ul.sub-menu li:active,
.site-header .row .nav_links ul.menu ul.sub-menu li.current-menu-item {
  background-color: #a69177;
}
.site-header .row .nav_links ul.menu ul.sub-menu li a {
  color: white;
}
.site-header .row .nav_links ul.menu ul.sub-menu li a:after {
  background: transparent;
  height: 0;
  whidth: 0;
  content: '';
}
.site-header .row .lang_col {
  background-color: #a69177;
}
.site-header .row .lang_col ul.menu {
  text-align: center;
  padding: 1.75rem 0 1.75rem;
}
.site-header .row .lang_col ul.menu li {
  display: inline-block;
  margin-right: -4px;
}
.site-header .row .lang_col ul.menu li a {
  font-family: 'ArcaMajoraBold', sans-serif;
  font-size: 0.625rem;
  padding: .2rem 1rem;
  text-transform: uppercase;
  border-bottom: 0;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header .row .lang_col ul.menu li:last-child a {
  border-right: 0;
}
.site-header .hamburger {
  width: 24px;
  height: 20px;
  position: absolute;
  right: .625rem;
  top: 30px;
  text-decoration: none;
  border-bottom: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.site-header .hamburger span {
  display: block;
  height: 2px;
  background: #232323;
  margin: 0 0 6px;
}
.site-header .hamburger:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.site-header .hamburger.active .hamburger-bun {
  margin: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.site-header .hamburger.active .hamburger-bun:first-child {
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 6px;
}
.site-header .hamburger.active .hamburger-bun:last-child {
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: -2px;
  margin-bottom: 0;
}
.site-header .hamburger.active .hamburger-patty {
  display: none;
}
header.active-menu .menu {
  display: block;
}
@media (max-width: 64em) {
  .site-header .row .nav_links ul.menu ul.sub-menu li a {
    background-color: #eee;
    color: #232323;
  }
}
/* @end */
/* @group PAGE */
.page_hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page_hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 35, 35, 0.75);
}
.page_hero .tagline_parent {
  position: relative;
}
.page_hero .page_tagline {
  text-align: center;
  padding: 6rem 0 4rem;
  color: white;
  line-height: 1.2;
  margin: 0;
}
.page-template-standard-page article {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home_content .blog_entry,
.archive.category .blog_entry,
.page-template-catalogo-page .blog_entry,
.page-template-pvc-page .blog_entry,
.page-template-alu-page .blog_entry,
.tax-product_category .blog_entry,
.blog .blog_entry {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.home_content .blog_entry:hover,
.archive.category .blog_entry:hover,
.page-template-catalogo-page .blog_entry:hover,
.page-template-pvc-page .blog_entry:hover,
.page-template-alu-page .blog_entry:hover,
.tax-product_category .blog_entry:hover,
.blog .blog_entry:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.home_content .blog_entry .entry_excerpt,
.archive.category .blog_entry .entry_excerpt,
.page-template-catalogo-page .blog_entry .entry_excerpt,
.page-template-pvc-page .blog_entry .entry_excerpt,
.page-template-alu-page .blog_entry .entry_excerpt,
.tax-product_category .blog_entry .entry_excerpt,
.blog .blog_entry .entry_excerpt {
  color: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(166, 145, 119, 0.9);
  padding: 1rem;
}
.home_content .blog_entry .entry_excerpt h4,
.archive.category .blog_entry .entry_excerpt h4,
.page-template-catalogo-page .blog_entry .entry_excerpt h4,
.page-template-pvc-page .blog_entry .entry_excerpt h4,
.page-template-alu-page .blog_entry .entry_excerpt h4,
.tax-product_category .blog_entry .entry_excerpt h4,
.blog .blog_entry .entry_excerpt h4 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 10px;
}
.home_content .blog_entry .entry_excerpt small,
.archive.category .blog_entry .entry_excerpt small,
.page-template-catalogo-page .blog_entry .entry_excerpt small,
.page-template-pvc-page .blog_entry .entry_excerpt small,
.page-template-alu-page .blog_entry .entry_excerpt small,
.tax-product_category .blog_entry .entry_excerpt small,
.blog .blog_entry .entry_excerpt small {
  letter-spacing: 1px;
  margin: 0;
}
.home_content .blog_entry .entry_excerpt a,
.archive.category .blog_entry .entry_excerpt a,
.page-template-catalogo-page .blog_entry .entry_excerpt a,
.page-template-pvc-page .blog_entry .entry_excerpt a,
.page-template-alu-page .blog_entry .entry_excerpt a,
.tax-product_category .blog_entry .entry_excerpt a,
.blog .blog_entry .entry_excerpt a {
  color: white;
}
.home_content .blog_entry:hover .entry_excerpt,
.archive.category .blog_entry:hover .entry_excerpt,
.page-template-catalogo-page .blog_entry:hover .entry_excerpt,
.page-template-pvc-page .blog_entry:hover .entry_excerpt,
.page-template-alu-page .blog_entry:hover .entry_excerpt,
.tax-product_category .blog_entry:hover .entry_excerpt,
.blog .blog_entry:hover .entry_excerpt {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 0;
  pointer-events: none;
}
.home_content .blog_entry:hover .entry_excerpt .blog_cats,
.archive.category .blog_entry:hover .entry_excerpt .blog_cats,
.page-template-catalogo-page .blog_entry:hover .entry_excerpt .blog_cats,
.page-template-pvc-page .blog_entry:hover .entry_excerpt .blog_cats,
.page-template-alu-page .blog_entry:hover .entry_excerpt .blog_cats,
.tax-product_category .blog_entry:hover .entry_excerpt .blog_cats,
.blog .blog_entry:hover .entry_excerpt .blog_cats {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.blog .blog_entry,
.archive.category .blog_entry,
.page-template-catalogo-page .blog_entry,
.tax-product_category .blog_entry {
  margin-bottom: 2rem;
}
.page-template-catalogo-page .filterbox.box,
.tax-product_category .filterbox.box {
  background: rgba(166, 145, 119, 0.75);
}
/* @end */
/* @group HOME */
.home_content .home_hero {
  height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.home_content .home_hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home_content .home_hero .tagline_parent {
  height: 50vh;
  position: relative;
}
.home_content .home_hero .home_tagline {
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  color: white;
  margin: 0;
  position: absolute;
  bottom: .625rem;
  line-height: 1.2;
}
.home_content .latest_blog .large-4 {
  padding-left: 0;
}
@media (max-width: 40em) {
  .home_content .latest_blog .large-4 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .home_content .large-collapse,
  .contact .large-collapse,
  .about_content .large-collapse {
    padding-bottom: 1rem;
  }
  .about_content .sub_section .large-collapse {
    padding-top: 1rem;
  }
}
/* @end */
/* @group SLIDER */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  max-height: 85vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.slider .item {
  height: 100%;
  width: 100%;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* @end */
/* @group ISOTOPE */
.grid-item {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 64em) {
  .grid-item {
    width: 50%;
    float: left;
  }
  .projects .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .page-template-alu-page .grid-item,
  .page-template-pvc-page .grid-item {
    width: 33.333333%;
  }
}
/* @end */
/* @group PAGE */
.page-template-catalogo-page .filterbox.box,
.page-template-pvc-page .filterbox.box,
.page-template-alu-page .filterbox.box,
.tax-product_category .filterbox.box {
  padding: 3rem 1.75rem;
}
.page-template-catalogo-page .filterbox ul,
.page-template-pvc-page .filterbox ul,
.page-template-alu-page .filterbox ul,
.tax-product_category .filterbox ul {
  margin: 0;
  width: 100%;
}
.page-template-catalogo-page .filterbox ul li,
.page-template-pvc-page .filterbox ul li,
.page-template-alu-page .filterbox ul li,
.tax-product_category .filterbox ul li {
  padding: 0;
  width: 100%;
}
.page-template-catalogo-page .filterbox ul select,
.page-template-pvc-page .filterbox ul select,
.page-template-alu-page .filterbox ul select,
.tax-product_category .filterbox ul select {
  background: transparent;
  outline: none;
  height: 400px;
  margin: 0;
  border: none;
  border-bottom: 0;
  padding: 0;
  width: 100%;
}
.page-template-catalogo-page .filterbox ul select option,
.page-template-pvc-page .filterbox ul select option,
.page-template-alu-page .filterbox ul select option,
.tax-product_category .filterbox ul select option {
  outline: none;
  padding: 4px 0;
  cursor: pointer;
}
.page-template-catalogo-page .filterbox ul select option:hover,
.page-template-pvc-page .filterbox ul select option:hover,
.page-template-alu-page .filterbox ul select option:hover,
.tax-product_category .filterbox ul select option:hover,
.page-template-catalogo-page .filterbox ul select option:active,
.page-template-pvc-page .filterbox ul select option:active,
.page-template-alu-page .filterbox ul select option:active,
.tax-product_category .filterbox ul select option:active {
  background: #eaeaea;
}
.page-template-catalogo-page .filterbox ul select option.level-0,
.page-template-pvc-page .filterbox ul select option.level-0,
.page-template-alu-page .filterbox ul select option.level-0,
.tax-product_category .filterbox ul select option.level-0 {
  font-weight: 700;
  margin-top: 1.75rem;
  text-transform: uppercase;
}
.page-template-catalogo-page .filterbox ul select option.level-0:first-child,
.page-template-pvc-page .filterbox ul select option.level-0:first-child,
.page-template-alu-page .filterbox ul select option.level-0:first-child,
.tax-product_category .filterbox ul select option.level-0:first-child {
  margin-top: 0;
}
.page-template-catalogo-page .filterbox ul select option.level-0:before,
.page-template-pvc-page .filterbox ul select option.level-0:before,
.page-template-alu-page .filterbox ul select option.level-0:before,
.tax-product_category .filterbox ul select option.level-0:before {
  content: '·';
  margin-right: 8px;
}
.page-template-catalogo-page .filterbox input,
.page-template-pvc-page .filterbox input,
.page-template-alu-page .filterbox input,
.tax-product_category .filterbox input {
  width: 100%;
}
/* @end */
/* @group CONTACT */
.contact .map_container {
  position: relative;
  margin-top: 0;
  height: 500px;
  width: 100%;
  float: right;
  pointer-events: all;
}
.contact #mapbox {
  display: block;
  height: 500px;
  width: auto;
}
.contact .contact-form-wrapper {
  position: relative;
}
.contact .contact-form-wrapper .subsection {
  z-index: 1;
  position: relative;
}
.contact input[type=submit] {
  margin-top: 0;
  width: 100%;
}
.contact input[type=email],
.contact input[type=text],
.contact textarea {
  border-color: #eaeaea;
  background-color: #eaeaea;
  border-radius: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 40px;
  height: 58px;
  line-height: 60px;
}
.contact textarea {
  height: auto;
  line-height: 1.4;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.contact ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
.contact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
.contact :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
.contact :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
@media (max-width: 40em) {
  .the_form {
    background-color: transparent;
  }
  .contact input[type=email],
  .contact input[type=text],
  .contact textarea {
    background-color: white;
  }
}
/* @end */
/* @group FOOTER */
.site-footer {
  text-align: center;
}
.site-footer a {
  color: #eaeaea;
  border-color: #eaeaea;
}
.site-footer p {
  color: #eaeaea;
}
.site-footer .top_footer {
  background: #232323;
  color: #eaeaea;
  padding: 2rem 0;
}
.site-footer .top_footer h3 {
  color: #a69177;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.site-footer .top_footer .social_links {
  margin-bottom: 0;
}
.site-footer .top_footer .social_links li {
  margin: 0 0.75rem;
}
.site-footer .top_footer .social_links li a {
  border-bottom: 0;
}
.site-footer .top_footer .social_links li a i {
  color: #eaeaea;
}
.site-footer hr {
  margin: 2rem auto;
  border-color: #232323;
  max-width: 75%;
}
.site-footer .footer_logo img {
  max-width: 187px;
  padding: 0;
}
.site-footer .bottom_footer {
  background: #2b2b2b;
  padding: 2rem 0;
  color: #eaeaea;
  font-size: 0.75rem;
}
.site-footer .bottom_footer .copyright,
.site-footer .bottom_footer .cookies_policy {
  text-align: center;
}
.site-footer .bottom_footer .copyright a,
.site-footer .bottom_footer .cookies_policy a {
  border-bottom: 0;
}
/* @end */
/* @group MEDIA QUERIES */
@media (min-width: 40em) {
  /* @group HEADER */
  .site-header .hamburger {
    right: .9375rem;
  }
  /* @end */
  /* @group PAGE */
  /* @end */
  /* @group GRID */
  .page-template-alu-page .grid-item,
  .page-template-pvc-page .grid-item {
    width: 50%;
  }
  /* @end */
  /* @group HOME */
  .home_content .home_hero {
    height: 70vh;
  }
  .home_content .home_hero .tagline_parent {
    height: 70vh;
  }
  .home_content .home_hero .home_tagline {
    bottom: .9375rem;
  }
  /* @end */
  /* @group FOOTER */
  .site-footer {
    text-align: left;
  }
  .site-footer .top_footer .social_links li:first-child {
    margin-left: 0;
  }
  .site-footer hr {
    max-width: 100%;
  }
  .site-footer .bottom_footer p {
    margin-bottom: 0;
  }
  .site-footer .bottom_footer .copyright {
    text-align: left;
  }
  .site-footer .bottom_footer .cookies_policy {
    text-align: right;
  }
  /* @end */
  .single-catalogo .pdf-btns {
    margin-top: 0rem;
    z-index: 100000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    bottom: 0;
  }
  .single-catalogo .pdf-btns .button {
    margin-top: 0;
    color: white;
    background: black;
    margin: 0 1rem;
  }
}
@media (min-width: 64em) {
  /* @group HEADER */
  .site-header {
    height: 100px;
  }
  .site-header .row .mobile_nav {
    text-align: left;
  }
  .site-header .row .mobile_nav #logo img {
    margin-top: 36px;
  }
  .site-header .row .nav_links {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .site-header .row .nav_links ul.menu {
    margin-top: 28px;
    background-color: transparent;
  }
  .site-header .row .nav_links ul.menu li {
    display: inline-block;
    margin-right: -4px;
  }
  .site-header .row .nav_links ul.menu li.current-menu-item,
  .site-header .row .nav_links ul.menu li:hover,
  .site-header .row .nav_links ul.menu li:focus {
    outline: none;
  }
  .site-header .row .nav_links ul.menu li.current-menu-item a,
  .site-header .row .nav_links ul.menu li:hover a,
  .site-header .row .nav_links ul.menu li:focus a {
    background-color: transparent;
    color: #a69177;
  }
  .site-header .row .nav_links ul.menu li.current-menu-item a:after,
  .site-header .row .nav_links ul.menu li:hover a:after,
  .site-header .row .nav_links ul.menu li:focus a:after {
    content: '';
    height: 2px;
    width: calc(100% - 2rem);
    background: #a69177;
    left: 1rem;
    position: absolute;
    bottom: 8px;
  }
  .site-header .row .nav_links ul.menu li a {
    background-color: transparent;
    color: #232323;
    width: auto;
    padding: 1rem;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .site-header .row .lang_col {
    background-color: transparent;
  }
  .site-header .row .lang_col ul.menu {
    text-align: right;
    margin-top: 34px;
    padding: 0;
  }
  .site-header .row .lang_col ul.menu li a {
    color: #232323;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .site-header .row .nav_links ul.menu ul.sub-menu {
    top: 52px;
    width: 100%;
    position: absolute;
  }
  .site-header .row .nav_links ul.menu ul.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #232323 transparent;
    position: absolute;
    left: calc(38%);
    top: -9px;
  }
  /* @end */
  /* @group FOOTER */
  .site-footer .top_footer .row .columns:nth-child(2) {
    text-align: center;
  }
  .site-footer .top_footer .row .columns:nth-child(3) {
    text-align: right;
  }
  /* @end */
  /* @group HOME */
  .home_content .home_hero {
    height: 90vh;
  }
  .home_content .home_hero .tagline_parent {
    height: 86vh;
  }
  .home_content .home_hero .home_tagline {
    font-size: 4rem;
    bottom: 1.75rem;
  }
  /* @end */
  /* @group GRID */
  .page-template-alu-page .grid-item,
  .page-template-pvc-page .grid-item {
    width: 33.333333%;
  }
  /* @end */
  /* @group PAGE */
  .page_hero .page_tagline {
    font-size: 4rem;
    bottom: 1.75rem;
    padding-left: 0.75rem;
  }
  .single-catalogo .page_hero .page_tagline {
    font-size: 3rem;
    bottom: 1.75rem;
    padding-left: 0.75rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
  }
  /* @end */
}
/* @end */
/*# sourceMappingURL=style.css.map */