@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
* Flex
*
*/
/**
* Images with aspect ratio
*
*/
.facetwp-flyout-open:hover, .facetwp-flyout-open, .facetwp-reset-button, .woocommerce ul.products li.product:hover .thumb-wrapper img, a svg, a {
  transition: all 0.3s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.primary {
  color: #009aef;
}

.secondary {
  color: #12234b;
}

.terciary {
  color: #DDF4FF;
}

.text-center {
  text-align: center;
}

/* Wrap
--------------------------------------------- */
.site-container {
  overflow: hidden;
}

.wrap {
  max-width: 1572px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

body:not(.home) .site-inner {
  padding: 0;
}
@media (min-width: 768px) {
  body:not(.home) .site-inner {
    padding: 88px 0 0;
  }
}
.singular.content body:not(.home) .site-inner > .wrap {
  max-width: 1022px;
}

@media (max-width: 768px) {
  .home .site-inner {
    margin-top: -32px;
  }
}

.admin-bar .site-inner {
  padding: 0;
}
@media (min-width: 768px) {
  .admin-bar .site-inner {
    padding: 0px 0 0;
  }
}

body:not(.woocommerce-page):not(.home):not(.elementor-template):not(.single-crafts):not(.single-diy) .content-area.wrap {
  max-width: 1500px;
}

body.elementor-template .site-inner {
  padding: 0;
}
body.elementor-template .content-area.wrap {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  /* Right Sidebar */
  .content-sidebar .site-main {
    float: left;
    width: 77.8301886792%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 19.6540880503%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 990px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }

  /* Left Sidebar */
  .sidebar-content .site-main {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 19.6540880503%;
  }

  .boxed-content .site-main {
    width: 720px;
    margin: 0 auto;
  }
}
/* Align Full */
@media (min-width: 992px) {
  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/******************************/
/*Mobile*/
@media screen and (min-width: 900px) {
  .flex-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .flex-form label {
    display: block;
    padding-bottom: 10px;
  }

  .flex-form > * {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 0px;
    position: relative;
  }

  .flex-form > *.f-col-2 {
    width: 50%;
  }

  .flex-form > *.f-col-3 {
    width: 33.3333333333%;
  }

  .flex-form > *.f-col-4 {
    width: 25%;
  }

  .flex-form > *.f-col-5 {
    width: 20%;
  }

  .flex-form > *.f-col-6 {
    width: 16.6666666667%;
  }
}
.content-sidebar .sidebar-primary {
  padding: 0 16px;
  background-color: #fff;
}

.sidebar-content .sidebar-primary {
  padding-right: 16px;
}

.sidebar-primary .widget:not(.widget_search) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.sidebar-primary .widget:not(.widget_search) ul {
  list-style-type: none;
}
.sidebar-primary .widget_search {
  margin-bottom: 32px;
}
.sidebar-primary .widget-title {
  padding-bottom: 16px;
  border-bottom: 2px solid #f7f7f7;
  color: #009aef;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-select-title {
  font-size: 1.25em;
  font-weight: 300;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  color: #7b7b7b;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

input[type=file] {
  border: 1px dashed #bbb;
  background-color: #F5F5F5;
}

.wpcf7-spinner {
  display: none;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #c4c4c4;
  opacity: 0.7;
}

::-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 0.7;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0.7;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #f7f7f7;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #c4c4c4;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #009aef;
}

/* CF7 */
.wpcf7-form-control-wrap label {
  font-size: 14px;
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  width: 100%;
  margin-bottom: 0.75em;
  padding: 14px 0px;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
}
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap textarea:focus {
  border-color: #009aef;
  outline: none;
}
.wpcf7-form-control-wrap textarea {
  border: 1px solid #707070;
  margin-top: 15px;
  height: 102px;
  padding: 15px;
}
.wpcf7-form-control-wrap input[type=checkbox] {
  margin-right: 5px;
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.rgpd {
  margin-top: -16px;
  font-size: 0.875em;
}
.rgpd a {
  color: #12234b;
  text-decoration: none;
}
.rgpd a:hover {
  text-decoration: underline;
}
.rgpd .wpcf7-list-item {
  margin: -16px 0 0 0;
}
.rgpd .wpcf7-list-item input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.rgpd .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 24px);
  margin-left: 8px;
}

.rgpd-acceptance {
  display: block;
}

input[type=submit] {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px;
  color: #12234b;
  width: auto;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  font-style: italic;
  background-color: transparent;
  border-bottom: 1px solid #12234b;
  letter-spacing: 1px;
}
input[type=submit]:hover {
  background-color: #009aef;
  color: white;
}

#wpsl-stores > ul > li {
  cursor: pointer;
}
#wpsl-stores > ul > li.active, #wpsl-stores > ul > li:hover {
  background-color: #eee;
}
#wpsl-stores > ul > li a.wpsl-directions {
  display: none;
}

#wpsl-wrap {
  position: absolute;
  top: 280px;
}

.gm-style-iw {
  cursor: pointer;
}

.wpsl-info-window:after {
  content: "Seleccionar";
  display: block;
  color: blue;
  text-decoration: underline;
}
.wpsl-info-window .wpsl-directions {
  display: none;
}

.wpcf7-form b {
  font-size: 1rem;
}

.btn.btn-filtro {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #7b7b7b;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
  outline: none;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #009aef;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #009aef;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
h5,
h6 {
    font-size: 22px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #0079bc;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #009aef;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #0079bc;
}
.wp-block-button__link.has-color1-color:hover, .wp-block-button__link.has-color1-color:focus {
  color: #009aef;
}
.wp-block-button__link.has-color1-background-color:hover, .wp-block-button__link.has-color1-background-color:focus {
  background-color: #0079bc;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #222222;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: #090909;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #c4c4c4;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #ababab;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #7b7b7b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #7b7b7b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #f7f7f7;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
img.alignright {
  float: right;
  margin: 0 0 32px 32px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #c4c4c4;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-color1-color {
  color: #009aef;
}

.has-color1-background-color {
  background-color: #009aef;
}

.has-black-color {
  color: #222222;
}

.has-black-background-color {
  background-color: #222222;
}

.has-grey-color {
  color: #c4c4c4;
}

.has-grey-background-color {
  background-color: #c4c4c4;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 990px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1,
.wp-block-group.has-background:not(.has-grey-background-color) h2,
.wp-block-group.has-background:not(.has-grey-background-color) h3,
.wp-block-group.has-background:not(.has-grey-background-color) h4,
.wp-block-group.has-background:not(.has-grey-background-color) h5,
.wp-block-group.has-background:not(.has-grey-background-color) h6,
.wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #c4c4c4;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #009aef;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #7b7b7b;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #c4c4c4;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #7b7b7b;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3b5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #cb2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00b6f1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Custom Slider in Admin */
.custom-slider {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  border: 2px solid #009aef;
  padding: 16px 0;
  color: #009aef;
}

/* Block Into */
.block-intro-icon {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.block-intro-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  color: #12234b;
}

.block-intro-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #7b7b7b;
}

/* Block Newsletter */
.wp-block-newsletter .wrap {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wp-block-newsletter .wrap .news-block-image {
  flex-basis: 40%;
}
.wp-block-newsletter .wrap .news-block-content {
  flex-basis: 55%;
}
.wp-block-newsletter .wrap .news-block-content .news-block-title {
  color: #12234b;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
}
@media (min-width: 768px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 24px;
  }
}
.wp-block-newsletter .wrap .news-block-content .news-block-abstract {
  color: #7b7b7b;
  font-weight: 400;
  font-size: 1em;
}

/* Home Background */
.home-background {
  padding: 16px 0 112px;
  background-image: url(../icons/utility/bg-product-single.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -78px !important;
}

.section-rocamar {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  position: relative;
  overflow: initial;
  max-width: initial !important;
}
@media (min-width: 768px) {
  .section-rocamar {
    margin-top: 250px !important;
    margin-left: -64px !important;
    margin-right: -64px !important;
  }
}
@media (max-width: 768px) {
  .section-rocamar:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-rocamar .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .section-rocamar .wrap {
    position: absolute;
    width: 100%;
    max-width: 1418px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
.section-rocamar .imagen {
  position: relative;
  z-index: 0;
}
.section-rocamar .imagen img {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section-rocamar .imagen img {
    width: 60vw;
    margin-bottom: 0;
  }
}
.section-rocamar .title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #12234b;
}
@media (min-width: 768px) {
  .section-rocamar .title {
    font-size: 40px;
    margin-top: -20px;
    padding-bottom: 60px;
  }
}
.section-rocamar .subtitle {
  font-size: 18px;
  color: #009aef;
  padding-bottom: 0px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section-rocamar .subtitle {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 4px;
    padding-bottom: 40px;
  }
}
.section-rocamar .text {
  font-size: 15px;
  color: #7b7b7b;
  line-height: 1.5;
  padding-top: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .section-rocamar .text {
    font-size: 16px;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .section-rocamar .text img {
    margin-bottom: 15px;
  }
}
.section-rocamar .text p {
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
}
.section-rocamar .text a {
  color: #12234B;
  text-decoration: initial;
  font-weight: bold;
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.section-rocamar .text a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #12234B;
  margin-top: 10px;
}
.section-rocamar .text_pequeno {
  color: #12234b;
  max-width: 217px;
  margin-top: 70px;
  font-style: italic;
  position: relative;
  font-size: 14px;
  display: inline-block;
}
@media (min-width: 768px) {
  .section-rocamar .text_pequeno {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .section-rocamar .text_pequeno {
    margin-left: 85px !important;
    margin-right: initial !important;
    text-align: right !important;
  }
}
.section-rocamar .text_pequeno:before {
  content: "";
  display: block;
  position: absolute;
  height: 105%;
  width: 2px;
  background-color: #009aef;
  top: -7px;
  left: -41px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  line-height: 1.7;
}
.section-rocamar .text_pequeno img {
  max-width: 160px;
  display: block;
  margin-left: auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section-rocamar .text_pequeno img {
    max-width: inherit;
    display: inherit;
    margin-left: inherit;
    margin-bottom: 0;
  }
}
.section-rocamar .title,
.section-rocamar .subtitle,
.section-rocamar .text {
  width: 100%;
  max-width: 500px;
}
.section-rocamar a:hover {
  opacity: 0.7;
}

/***** CUSTOM SECTIONS *****/
.home-alta-calidad:before {
  content: url("../icons/utility/Triangulo_2.svg");
  position: absolute;
  right: 0;
  top: -180px;
  width: 55vw;
  z-index: 1;
  /*width: 100vw;
  height: 0px;
  border-bottom: 150vh solid transparent;
  border-right: 55vw solid #F7F7F7;  */
}

@media (min-width: 768px) {
  .home-lithosfera {
    margin-top: 48px !important;
    min-height: 697px;
  }
  .home-lithosfera:before {
    content: url("../icons/utility/Triangulo_1.svg");
    position: absolute;
    left: 0;
    height: 140%;
    width: 75vw;
    z-index: 0;
    /*width: 100vw;
    font-weight: 100;
    border-top: 951px solid transparent;
    border-left: 38vw solid #F7F7F7;
    z-index: 0;*/
  }
  .home-lithosfera .wrap {
    max-width: 1538px;
  }
  .home-lithosfera .title {
    padding-top: 120px;
    max-width: 640px;
    line-height: 1.1;
    color: #12234b;
  }
  .home-lithosfera .text {
    position: absolute;
    bottom: -356px;
    max-width: 657px;
    left: calc(50% + 156px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #7B7B7B;
  }
  .home-lithosfera .text img {
    margin-bottom: 20px;
  }
  .home-lithosfera .text_pequeno {
    max-width: 333px;
    font-style: normal;
    font-size: 16px;
    color: #7B7B7B;
    margin-left: 64px;
    margin-top: 160px;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .home-lithosfera {
    margin-top: 48px !important;
    min-height: 697px;
  }
  .home-lithosfera:before {
    height: 171%;
    width: 55vw;
  }
}
@media (min-width: 1200px) {
  .home-lithosfera {
    margin-top: 48px !important;
    min-height: 697px;
  }
  .home-lithosfera:before {
    height: 171%;
    width: 55vw;
  }
  .home-lithosfera .text_pequeno {
    margin-top: 283px;
  }
}

@media (min-width: 768px) {
  .home-materiales {
    margin-top: 80px !important;
  }
  .home-materiales .wrap {
    max-width: 1560px;
  }
  .home-materiales .title {
    max-width: 500px;
    padding-top: 20px;
    padding-bottom: 43px;
  }
  .home-materiales .text_pequeno {
    color: #7B7B7B;
    max-width: 330px;
    font-style: normal;
    padding-top: 50px;
    font-size: 18px;
  }
  .home-materiales .text_pequeno:before {
    display: none;
  }
  .home-materiales .text_pequeno img {
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .home-materiales {
    margin-top: 175px !important;
  }
}

.home-presupuesto {
  min-height: 600px;
}
@media (min-width: 768px) {
  .home-presupuesto {
    margin-top: 145px !important;
  }
  .home-presupuesto .wrap {
    max-width: 1560px;
  }
  .home-presupuesto .title {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .home-presupuesto .subtitle {
    letter-spacing: initial;
    max-width: 350px;
    line-height: 1.6;
  }
  .home-presupuesto .text_pequeno {
    font-style: initial;
    font-size: 16px;
    color: #7B7B7B;
    max-width: 555px;
    padding-top: 20vh;
    font-weight: 300;
  }
  .home-presupuesto .text_pequeno:before {
    display: none;
  }
  .home-presupuesto .text p {
    margin-left: 0px;
  }
}

.home-estilo .title {
  color: #C4C4C4;
}
.home-estilo .subtitle {
  color: #FFF;
  font-size: 30px;
}
.home-estilo .text {
  color: #B2B2B2;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}
.home-estilo .text a {
  color: #FFF;
}
.home-estilo .text a:after {
  background-color: #FFF;
}
.home-estilo .text p {
  max-width: 240px;
  margin-left: 0;
  margin-right: auto;
}
.home-estilo .text_pequeno {
  color: #6BC8F4;
}
.home-estilo .text_pequeno:before {
  background-color: #6BC8F4;
}
@media (min-width: 768px) {
  .home-estilo {
    margin-top: 138px !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    min-height: 900px;
  }
  .home-estilo:before {
    content: "";
    display: block;
    width: 538px;
    height: 150vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    right: -158px;
    -webkit-transform: skew(37deg);
            transform: skew(37deg);
    top: 230px;
    z-index: 1;
  }
  .home-estilo .imagen {
    padding-top: 220px;
  }
  .home-estilo .imagen img {
    max-width: 45vw;
  }
  .home-estilo .title {
    max-width: 100%;
    text-align: center;
    padding-top: 95px;
    letter-spacing: 4px;
  }
  .home-estilo .subtitle {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 350px;
    letter-spacing: 7px;
    margin-bottom: 30px;
  }
  .home-estilo .text_pequeno {
    position: absolute;
    right: 170px;
    top: 312px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    max-width: 600px;
  }
  .home-estilo .text_pequeno:before {
    left: calc(50% - 35px);
    top: -105px;
    height: 100px;
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
  }
  .home-estilo .subtitle,
.home-estilo .text {
    max-width: calc(50% - 50px) !important;
    text-align: left;
  }
}

.home-tanah {
  margin-top: 0px !important;
  min-height: 600px;
}
.home-tanah .title {
  color: #fff;
}
@media (max-width: 768px) {
  .home-tanah .title {
    font-weight: 500;
  }
}
.home-tanah .subtitle {
  color: #FFF;
}
.home-tanah .text {
  color: #B2B2B2;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}
.home-tanah .text a {
  color: #FFF;
}
.home-tanah .text a:after {
  background-color: #FFF;
}
.home-tanah .text p {
  max-width: 240px;
  margin-right: 0;
  margin-left: auto;
}
.home-tanah .text_pequeno {
  color: #6BC8F4;
}
.home-tanah .text_pequeno:before {
  background-color: #6BC8F4;
}
@media (min-width: 768px) {
  .home-tanah {
    margin-top: -5px !important;
    padding-bottom: 5px;
  }
  .home-tanah .imagen img {
    max-width: 45vw;
  }
  .home-tanah .title {
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 7px;
  }
  .home-tanah .text_pequeno {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    font-style: italic;
    max-width: 400px;
    padding-top: 0px;
    padding-left: 5px;
  }
  .home-tanah .text_pequeno:before {
    left: calc(50% - 30px);
    top: -78px;
    height: 85px;
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
  }
  .home-tanah .title,
.home-tanah .subtitle,
.home-tanah .text {
    text-align: right;
    max-width: initial;
    width: calc(50% - 30px);
  }
}

.testimonials-rocamar {
  padding-top: 31px;
  padding-bottom: 100px;
}
.testimonials-rocamar .wrap {
  max-width: 950px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .testimonials-rocamar .wrap {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.testimonials-rocamar .owl-dots {
  position: absolute;
  bottom: -130px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.testimonials-rocamar .owl-dots button.owl-dot {
  border-radius: 0;
  width: 13px !important;
  height: 13px !important;
  background-color: #C9C9C9 !important;
  border-color: #C9C9C9 !important;
}
.testimonials-rocamar .owl-dots button.owl-dot.active, .testimonials-rocamar .owl-dots button.owl-dot:hover {
  background-color: #7B7B7B !important;
  border-color: #7B7B7B !important;
}
.testimonials-rocamar .bloque-testimonials {
  border: 1px solid #B2B2B2;
  padding: 100px 20px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials-rocamar .bloque-testimonials {
    padding: 142px 45px;
    padding-bottom: 40px;
  }
}
.testimonials-rocamar .bloque-testimonials:before {
  content: url("../icons/utility/comilla1.svg");
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonials-rocamar .bloque-testimonials:after {
  content: url("../icons/utility/comilla2.svg");
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonials-rocamar .bloque-testimonials .title {
  color: #12234B;
  font-size: 23px;
  font-style: italic;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .testimonials-rocamar .bloque-testimonials .title {
    font-size: 30px;
  }
}
.testimonials-rocamar .bloque-testimonials .title:after {
  content: "";
  display: block;
  width: 136px;
  height: 1px;
  background-color: #707070;
  margin: 0 auto;
  margin-top: 14px;
}
.testimonials-rocamar .bloque-testimonials .text {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .testimonials-rocamar .bloque-testimonials .text {
    font-size: 18px;
  }
}
.testimonials-rocamar .bloque-testimonials .person {
  color: #009aef;
  text-transform: uppercase;
  padding-top: 50px;
  text-align: right;
  font-size: 15px;
}
@media (min-width: 768px) {
  .testimonials-rocamar .bloque-testimonials .person {
    padding-top: 80px;
    font-size: 16px;
  }
}
.testimonials-rocamar .bloque-testimonials .position {
  color: #009aef;
  text-transform: uppercase;
  text-align: right;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .testimonials-rocamar .bloque-testimonials .position {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .home-slider-rocamar {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .home-slider-rocamar {
    padding-top: 20px;
    margin-left: -64px !important;
    margin-right: -64px !important;
    max-width: initial;
    width: 100vw;
  }
}
.home-slider-rocamar .item {
  position: relative;
}
.home-slider-rocamar .item:before {
  content: "";
  display: block;
  height: 0px;
  border-left: 0px solid transparent;
  position: absolute;
  z-index: 2;
  width: 100vw;
  border-right: 411px solid transparent;
  border-bottom: 600px solid white;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item:before {
    width: 70.5vw;
    border-right: 420px solid transparent;
    border-bottom: 810px solid white;
  }
}
@media (min-width: 1024px) {
  .home-slider-rocamar .item:before {
    width: 43.5vw;
    border-right: 420px solid transparent;
    border-bottom: 810px solid white;
  }
}
.home-slider-rocamar .item .image {
  width: 100%;
}
.home-slider-rocamar .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item .image img {
    position: initial;
    height: 810px;
  }
}
.home-slider-rocamar .item .texts {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1560px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item .texts {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 95px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
  }
}
.home-slider-rocamar .item .texts > * {
  max-width: 400px;
}
.home-slider-rocamar .item .texts .title {
  font-size: 50px;
  padding-bottom: 30px;
  color: #12234b;
  font-weight: 100;
  line-height: 1.1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item .texts .title {
    font-size: 75px;
    padding-bottom: 67px;
    letter-spacing: -6px;
    background-color: rgba(255, 255, 255, 0);
  }
}
.home-slider-rocamar .item .texts .subtitle {
  color: #12234b;
  font-size: 20px;
  letter-spacing: 4.5px;
  padding-bottom: 27px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item .texts .subtitle {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0);
  }
}
.home-slider-rocamar .item .texts .text {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .home-slider-rocamar .item .texts .text {
    font-size: 16px;
    line-height: 1.45;
    background-color: rgba(255, 255, 255, 0);
  }
}
.home-slider-rocamar .item .logo {
  max-width: 250px;
  margin: 32px 0;
  padding: 0 15px;
}
.home-slider-rocamar .item .slider-btn {
  padding: 8px 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #12234b;
  color: #fff;
  font-weight: 400;
  font-size: 1.1428em;
  letter-spacing: 0.5px;
  margin: 24px 0;
  float: left;
}
.home-slider-rocamar .item .slider-btn:hover {
  background-color: #009aef;
}
.home-slider-rocamar .owl-carousel .owl-nav {
  top: initial;
  bottom: -5px;
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1475px;
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .home-slider-rocamar .owl-carousel .owl-nav {
    padding-left: 278px;
  }
}
.home-slider-rocamar .owl-carousel .owl-nav button {
  position: initial !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  background-color: transparent !important;
  height: 0;
  width: 52px;
  transition: all 0.2s ease;
}
.home-slider-rocamar .owl-carousel .owl-nav button:hover {
  opacity: 0.7;
}
.home-slider-rocamar .owl-carousel .owl-nav button.owl-next {
  border-left: 15px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-top: 45px solid #12234b !important;
  -webkit-transform: translateY(45px) translateX(-14px);
          transform: translateY(45px) translateX(-14px);
}
.home-slider-rocamar .owl-carousel .owl-nav button.owl-next:before {
  content: url("../icons/utility/arrow-next.svg");
  display: block;
  -webkit-transform: translateY(-21px) translateX(-5px);
          transform: translateY(-21px) translateX(-5px);
}
.home-slider-rocamar .owl-carousel .owl-nav button.owl-prev {
  border-right: 15px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-bottom: 45px solid #12234b !important;
}
.home-slider-rocamar .owl-carousel .owl-nav button.owl-prev:before {
  content: url("../icons/utility/arrow-prev.svg");
  display: block;
  -webkit-transform: translateY(25px) translateX(2px);
          transform: translateY(25px) translateX(2px);
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  min-height: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .site-header .site-title {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
}
.site-header.scrolled {
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.site-header.scrolled + .site-inner, .site-header.scrolled + .alignfull {
  padding-top: 0;
}
.site-header.scrolled::after {
  display: block;
}
.site-header.scrolled .site-title a {
  margin-top: 0;
}

.admin-bar .site-header {
  box-shadow: 0;
}
.admin-bar .site-header.scrolled {
  top: 0;
}
@media (min-width: 601px) {
  .admin-bar .site-header.scrolled {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .site-header.scrolled {
    top: 32px;
  }
}

.title-area {
  float: left;
  width: 100%;
  max-width: 200px;
  text-align: left;
}
@media (min-width: 769px) {
  .title-area {
    max-width: 290px;
    text-align: left;
    margin: 0 auto;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  position: relative;
  z-index: 999;
  margin: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #7b7b7b;
  text-decoration: none;
}
.title-area .site-title a {
  display: block;
  width: 100%;
  padding-bottom: 16%;
  background: url(../icons/logo.svg) no-repeat left;
  background-size: contain;
  text-indent: -9999em;
}
@media (max-width: 768px) {
  .title-area {
    float: none;
    height: 47px;
    margin: 0 auto;
    text-align: left;
  }
  .title-area .site-title a {
    height: 79px;
    padding-bottom: 0;
    background-size: 100%;
  }
}
@media (max-width: 360px) {
  .title-area {
    max-width: 120px;
  }
  .title-area .site-title a {
    margin-top: 0;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@media (min-width: 769px) {
  .site-container {
    padding-top: 0;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 36px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #222222;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 16px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item.area-menu a {
  background-color: #ddf4ff;
  color: #009aef;
}
.nav-menu .menu-item.area-menu a:hover {
  color: #222222;
}
.nav-menu .menu-item.lang > a {
  color: #009aef;
}
.nav-menu .menu-item.lang > a:before {
  content: "";
  border: solid #009aef;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translateX(-3px);
  -webkit-transform: rotate(45deg) translateX(-3px);
  margin-right: 5px;
  vertical-align: baseline;
}
.nav-menu .menu-item.lang > a:hover {
  color: #222222;
}
.nav-menu .menu-item.lang .sub-menu {
  width: 80px;
}
.nav-menu .menu-item:hover > a {
  color: #009aef;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #009aef;
}
.nav-menu .submenu-expand {
  display: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #c4c4c4;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 24px 12px;
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc(100% - 322px);
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item a {
    padding: 5px 1.1vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .nav-menu .sub-menu {
    background: #fff;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    border: 1px solid #f7f7f7;
    margin-top: 0px;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    margin: 0;
    padding: 10px 1.1vw;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #fff;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #fff;
    border-top: 1px solid #f7f7f7;
    display: block;
    margin: 0 -48px;
    max-width: calc(100% + 96px);
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.submenu-mobile {
  display: block;
}
.submenu-mobile a {
  padding-left: 40px !important;
}
@media (min-width: 768px) {
  .submenu-mobile {
    display: none;
  }
}

.submenu-desktop {
  display: none;
}
@media (min-width: 768px) {
  .submenu-desktop {
    display: block;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle svg,
.menu-toggle svg {
  fill: #009aef;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: transparent;
}
.search-toggle:hover svg, .search-toggle.active svg,
.menu-toggle:hover svg,
.menu-toggle.active svg {
  fill: #12234b;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 16px;
  width: 48px;
  height: 48px;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
@media (max-width: 768px) {
  .site-header .wrap > .menu-toggle {
    top: 8px;
  }
}
.site-header .wrap > .search-toggle {
  right: 0;
  top: 8px;
}
.site-header .wrap > .search-toggle svg {
  width: 18px !important;
  height: 18px !important;
}

/* Header Search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 32px -48px;
    width: calc(100% + 96px);
    position: relative;
    z-index: 999;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Header Search Overlay
--------------------------------------------- */
#overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
@media (max-width: 768px) {
  #overlay {
    top: 67px;
  }
}
#overlay.active {
  display: block;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #222222;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #009aef;
}

.blog .post-summary__title {
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
  text-align: left;
  font-weight: 300;
}
.blog .post-summary__title a {
  color: #009aef;
  text-decoration: none;
}
.blog .post-summary__title a:hover {
  color: #222222;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #7b7b7b;
  text-decoration: none;
}
.entry-category a:hover {
  color: #009aef;
}

.archive:not(.woocommerce) .site-main .block-area,
.archive:not(.woocommerce) .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 361px) and (max-width: 768px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.0779220779%;
    width: 100%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header,
.archive:not(.woocommerce) .site-main nav,
.archive:not(.woocommerce) .site-main aside,
.archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.0779220779%;
    width: 48.961038961%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header,
.archive:not(.woocommerce) .site-main nav,
.archive:not(.woocommerce) .site-main aside,
.archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 1200px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.0779220779%;
    width: 48.961038961%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header,
.archive:not(.woocommerce) .site-main nav,
.archive:not(.woocommerce) .site-main aside,
.archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 990px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 18px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #f7f7f7;
  font-size: 1em;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #7b7b7b;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #009aef;
}
.pagination ul li.active > a {
  background: #009aef;
  color: #fff;
  font-weight: 700;
}

/* Search Results */
.search-results .woocommerce ul.products li.product {
  width: 100%;
}
.search-results .archive-description {
  max-width: none;
  text-align: left;
}
@media (max-width: 768px) {
  .search-results .archive-description {
    padding: 0 16px;
  }
}
.search-results .archive-description .archive-title {
  color: #009aef;
  font-weight: 300;
  font-size: 36px;
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.search-results .archive-description .search-form {
  border: 1px solid #009aef;
  margin: 0;
}

@media (max-width: 768px) {
  .search-no-results .no-results, .search-no-results .not-found {
    padding: 0 16px;
  }
}
.search-no-results .entry-title {
  color: #009aef;
  font-weight: 300;
  font-size: 36px;
  position: relative;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.search-no-results .search-form {
  border: 1px solid #009aef;
  max-width: 420px;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 32px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 32px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc(2 * 32px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 32px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 32px 32px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 32px 32px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 32px);
  margin-bottom: calc(2 * 32px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #7b7b7b;
  text-decoration: none;
}
.entry-author a:hover {
  color: #009aef;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 5px;
}
.breadcrumb a {
  color: #7b7b7b;
}
.breadcrumb a:hover {
  color: #009aef;
}
.single .breadcrumb {
  border-top: 1px solid #f7f7f7;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 990px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
  background-color: #f5f5f5;
  color: #c4c4c4;
  padding-bottom: 40px;
  padding-top: 100px;
  position: relative;
  overflow: initial !important;
  display: none;
}
.singular .entry-header .entry-title {
  color: #009aef;
  font-weight: 300;
}
.singular .entry-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  background-color: #f5f5f5;
  left: -100vw;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}
.singular.logged-in .entry-header {
  padding-top: 40px;
}

.singular.single-post .site-inner {
  margin-bottom: 64px;
}
.singular.single-post .entry-header {
  display: block;
}
.singular.single-post .post-featured-image img {
  margin: 0 auto;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #7b7b7b;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(0, 154, 239, 0.05);
  border-left: 2px solid #009aef;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #7b7b7b;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #009aef;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #c4c4c4;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #c4c4c4;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #009aef;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #f7f7f7;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
----------------------------------------------------*/
.footer-widgets {
  position: relative;
  padding: 32px 0 10px;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 250px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-widgets {
    text-align: left;
    padding: 32px 0 10px;
    background-size: auto;
  }
}
@media (max-width: 768px) {
  .footer-widgets {
    background: none !important;
  }
}
.footer-widgets p {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
  padding-top: 28px;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-widgets p {
    font-size: 13px;
  }
}
.footer-widgets ul {
  margin-bottom: 0px;
}
.footer-widgets li {
  list-style-type: none;
  padding: 2px 0px;
  margin-bottom: 0px;
}
.footer-widgets .widget-title {
  margin-bottom: 10px;
  color: #12234b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}
.footer-widgets a {
  color: #12234b;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .footer-widgets a {
    font-size: 12px;
  }
}
.footer-widgets a:hover {
  text-decoration: none;
  color: #009aef;
}
.footer-widgets a svg {
  margin-right: 12px;
  fill: #009aef;
  width: 20px;
  height: 20px;
}
.footer-widgets .logo-footer {
  padding-bottom: 20px;
}
.footer-widgets .logo-footer .wrap {
  display: block;
}
.footer-widgets .logo-footer .wrap img {
  max-width: 280px;
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: -9px;
}
.footer-widgets .footer-logo {
  margin-top: -82px;
  width: 90%;
}
.footer-widgets .address {
  text-align: right;
  margin-right: 36px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 0.875em;
}
.footer-widgets .time {
  margin-left: 22px;
}
.footer-widgets .time::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/time.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .mail {
  margin-left: 22px;
}
.footer-widgets .mail::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/mail.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .phone {
  margin-left: 22px;
}
.footer-widgets .phone::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/phone.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .instagram {
  margin-left: 22px;
}
.footer-widgets .instagram::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/instagram.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .facebook {
  margin-left: 22px;
}
.footer-widgets .facebook::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/facebook.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .pinterest {
  margin-left: 22px;
}
.footer-widgets .pinterest::before {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  background: url(../icons/utility/pinterest.svg) no-repeat center;
  background-size: contain;
}
.footer-widgets .sub-menu {
  display: none;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer-widgets .footer-widgets-3,
.footer-widgets .footer-widgets-2,
.footer-widgets .footer-widgets-4 {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap {
    -ms-grid-columns: 27% 17.8% 16% (1fr)[2] !important;
    grid-template-columns: 27% 17.8% 16% repeat(2, 1fr) !important;
    max-width: 1495px;
  }
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.0779220779%;
    width: 18.3376623377%;
  }
  .footer-widgets .wrap > div:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header,
.footer-widgets .wrap nav,
.footer-widgets .wrap aside,
.footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
}
.footer-widgets .copy {
  font-size: 11px;
}
@media (min-width: 768px) {
  .footer-widgets .copy {
    font-size: 12px;
    margin-top: 40px;
  }
  .footer-widgets .copy .wrap {
    -ms-grid-columns: 26% 50% !important;
    grid-template-columns: 26% 50% !important;
  }
}
@media (max-width: 768px) {
  .footer-widgets .copy .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-widgets .nav-footer {
  margin: 0;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer-widgets .nav-footer {
    margin-top: 0;
  }
}
.footer-widgets .nav-footer ul {
  display: block;
}
.footer-widgets .nav-footer ul li {
  display: inline-block;
}
.footer-widgets .nav-footer ul li a {
  font-size: 11px;
  padding-left: 13px;
  padding-right: 13px;
  border-right: 1px solid #ccc;
  color: #888;
}
@media (min-width: 768px) {
  .footer-widgets .nav-footer ul li a {
    font-size: 12px;
  }
}
.footer-widgets .nav-footer ul li a:hover {
  color: #222222;
}
.footer-widgets .nav-footer ul li:last-child a {
  border-right: 0;
}

/* Site Footer
----------------------------------------------------*/
.site-footer {
  padding: 8px 0;
  color: #fff;
  background: #222222;
  font-size: 0.875em;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .backtotop {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: rgba(34, 34, 34, 0.75);
  line-height: 20px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  margin-left: 4px;
  vertical-align: middle;
  fill: #fff;
}
.site-footer .backtotop:hover {
  background: #222222;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .copyright {
    margin-bottom: 0;
  }
  .site-footer .backtotop {
    float: right;
    font-size: 0.875em;
  }
}

/* Footer Menu
----------------------------------------------------*/
@media (min-width: 768px) {
  .footer-right {
    float: right;
  }
}
.footer-right #footer-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.footer-right #footer-menu .menu-item {
  padding: 0 8px;
}
.footer-right #footer-menu .menu-item:last-child {
  padding-right: 0;
}
.footer-right #footer-menu .menu-item a {
  color: #fff;
}
.footer-right #footer-menu .menu-item a:hover {
  color: #bfbfbf;
}

/* Elementor Customizations */
.elementor-page .site-container {
  padding-top: 0;
}
.elementor-page .content-area.wrap .elementor-widget-wrap {
  padding: 0;
}
.elementor-page .site-inner {
  padding: 0;
}
.elementor-page .entry-header {
  margin-bottom: 0;
}

.single-projects .principal-content {
  max-width: 100% !important;
}
.single-projects .principal-content .imagen-principal {
  width: 100vw;
}
@media (min-width: 769px) {
  .single-projects .principal-content .imagen-principal {
    margin-left: -32px;
  }
}
.single-projects .principal-content .imagen-principal img {
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}
@media (min-width: 769px) {
  .single-projects .principal-content .imagen-principal img {
    height: 70vh;
  }
}
.single-projects .principal-content .owl-project-slider {
  width: 100vw;
}
@media (min-width: 768px) {
  .single-projects .principal-content .owl-project-slider {
    margin-left: -32px;
    margin-top: -150px;
    /*position: absolute;*/
    z-index: 1;
    /*&:before {
                    content: "";
                    display: block;
                    width: 46vw;
                    height: 0px;
                    border-right: 350px solid transparent;
                    border-left: 0px solid transparent;
                    border-bottom: $alto-slider solid white;
                    position: absolute;
                    z-index: 2;
                }*/
  }
}
.single-projects .principal-content .owl-project-slider .item {
  width: 100%;
}
.single-projects .principal-content .owl-project-slider .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  height: 250px;
}
@media (min-width: 768px) {
  .single-projects .principal-content .owl-project-slider .item img {
    width: 100%;
    height: 85vh;
  }
}
.single-projects .principal-content .owl-nav {
  position: absolute;
  top: -30px;
  bottom: initial;
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1289px;
  text-align: left;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .single-projects .principal-content .owl-nav {
    padding-left: 0px;
    padding-right: 0px;
    top: 0;
  }
}
.single-projects .principal-content .owl-nav button {
  position: initial !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  background-color: transparent !important;
  height: 0;
  width: 52px;
  transition: all 0.2s ease;
}
.single-projects .principal-content .owl-nav button:hover {
  opacity: 0.7;
}
.single-projects .principal-content .owl-nav button.owl-next {
  border-left: 15px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-top: 45px solid #12234b !important;
  -webkit-transform: translateY(45px) translateX(-14px);
          transform: translateY(45px) translateX(-14px);
}
.single-projects .principal-content .owl-nav button.owl-next:before {
  content: url("../icons/utility/arrow-next.svg");
  display: block;
  -webkit-transform: translateY(-21px) translateX(-5px);
          transform: translateY(-21px) translateX(-5px);
}
.single-projects .principal-content .owl-nav button.owl-prev {
  border-right: 15px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-bottom: 45px solid #12234b !important;
}
.single-projects .principal-content .owl-nav button.owl-prev:before {
  content: url("../icons/utility/arrow-prev.svg");
  display: block;
  -webkit-transform: translateY(25px) translateX(2px);
          transform: translateY(25px) translateX(2px);
}
.single-projects .principal-content .content-area {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .single-projects .principal-content .content-area {
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single-projects .principal-content .content-area article {
  display: block;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .single-projects .principal-content .content-area article {
    min-height: 590px;
    padding-bottom: 120px;
  }
}
.single-projects .principal-content .content-area article .entry-title {
  color: #009aef;
  font-weight: 400;
  max-width: 360px;
  font-size: 40px;
  line-height: 44px;
}
.single-projects .principal-content .content-area article .entry-content {
  max-width: 500px;
  line-height: 1.7;
  font-size: 14px;
  color: #aaa;
}
.single-projects .principal-content .content-area article .woo_features {
  padding-left: 0;
  margin-bottom: -15px;
}
.single-projects .principal-content .content-area article .caract_logo .sep {
  background-color: #7f7f7f;
  height: 1px;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  max-width: 334px;
}
.single-projects .principal-content .content-area article .caract_logo img {
  max-width: 280px;
}
.single-projects .principal-content .related-project-title {
  text-align: center;
  margin-bottom: 40px;
  color: #12234b;
  font-weight: 300;
  font-size: 30px;
}
.single-projects .principal-content .related-project-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  margin-bottom: 30px;
  height: 2px;
  background-color: #cccccc;
  max-width: 300px;
}
.single-projects .principal-content .related-project {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  letter-spacing: 3px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-projects .principal-content .related-project {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.single-projects .principal-content .related-project li {
  display: block;
  color: #009aef;
}
.single-projects .principal-content .related-project li a {
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: block;
  height: 270px;
  overflow: hidden;
  margin-bottom: 5px;
}
.single-projects .principal-content .related-project li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.single-projects .principal-content .related-project li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-projects .entry-header {
  margin-bottom: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.single-projects .entry-header:before {
  display: none;
}
.single-projects .triangle_bg {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .single-projects .triangle_bg:before {
    content: "";
    display: block;
    height: 0;
    width: 60%;
    position: absolute;
    border-left: 0px solid transparent;
    right: -73px;
    top: -50px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .single-projects .triangle_bg:before {
    border-left: 420px solid transparent;
    border-bottom: 810px solid white;
  }
}
.single-projects .triangle_bg .content-area.wrap {
  max-width: 1100px !important;
}
.single-projects .triangle_bg .column {
  padding-bottom: 50px;
}
.single-projects .triangle_bg .column > *:last-child {
  background-color: #f7f7f7;
  padding: 30px 20px;
  padding-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .single-projects .triangle_bg .column {
    display: flex;
    flex-wrap: wrap;
  }
  .single-projects .triangle_bg .column > *:first-child {
    width: 70%;
  }
  .single-projects .triangle_bg .column > *:last-child {
    width: 30%;
    background: transparent;
    padding: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.single-projects .triangle_bg .gallery-projects .title {
  color: #009aef;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 300;
}
.single-projects .triangle_bg .gallery-projects .all-pics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.single-projects .triangle_bg .gallery-projects .all-pics a {
  display: block;
  background-color: #c7c7c7;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 7px 10px 5px rgba(100, 100, 100, 0.2);
}
.single-projects .triangle_bg .gallery-projects .all-pics a.more {
  position: relative;
  height: 23vh;
}
@media (min-width: 769px) {
  .single-projects .triangle_bg .gallery-projects .all-pics a.more {
    min-height: 155px;
    height: initial;
  }
}
.single-projects .triangle_bg .gallery-projects .all-pics a.more:hover {
  background-color: #9b9898;
}
.single-projects .triangle_bg .gallery-projects .all-pics a.more:before, .single-projects .triangle_bg .gallery-projects .all-pics a.more:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.single-projects .triangle_bg .gallery-projects .all-pics a.more:before {
  width: 45%;
  height: 2px;
}
.single-projects .triangle_bg .gallery-projects .all-pics a.more:after {
  height: 45%;
  width: 2px;
}
.single-projects .triangle_bg .gallery-projects .all-pics a img {
  width: 100%;
  height: 23vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .single-projects .triangle_bg .gallery-projects .all-pics a img {
    height: 155px;
  }
}
.single-projects .triangle_bg .gallery-projects .all-pics a:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.post-type-archive-projects .principal-content,
.template-material .principal-content {
  max-width: 100% !important;
}
.post-type-archive-projects .principal-content .content-area.wrap,
.template-material .principal-content .content-area.wrap {
  max-width: 1500px !important;
  padding-left: 20px;
  padding-right: 20px;
  /*@include media(">=tablet") {
               padding-left: 20px;
               padding-right: 20px;
           }*/
}
.post-type-archive-projects .project-title,
.template-material .project-title {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  color: #c4c4c4;
  margin-bottom: 40px;
  position: relative;
  background-position: center left;
  background-size: cover;
  /*&:after {
            content: "";
            display: block;
            width: 538px;
            height: 100%;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.5);
            right: 10px;
            transform: skew(37deg);#
            top: 50px;
            z-index: 1;
        }*/
}
@media (min-width: 768px) {
  .post-type-archive-projects .project-title,
.template-material .project-title {
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-bottom: 80px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.post-type-archive-projects .project-title:before,
.template-material .project-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: #f7f7f7;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f7f7), color-stop(47%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 47%, rgba(247, 247, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 100%, rgba(247, 247, 247, 0) 100%) !important;
}
@media (min-width: 768px) {
  .post-type-archive-projects .project-title:before,
.template-material .project-title:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 55%, rgba(247, 247, 247, 0) 100%) !important;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-projects .project-title:before,
.template-material .project-title:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 35%, rgba(247, 247, 247, 0) 70%) !important;
  }
}
.post-type-archive-projects .project-title .wrap,
.template-material .project-title .wrap {
  z-index: 1;
  position: relative;
}
.post-type-archive-projects .project-title h1,
.template-material .project-title h1 {
  color: #009aef;
  font-weight: 300;
  font-size: 30px;
  /*padding-left: 25px;*/
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-type-archive-projects .project-title h1,
.template-material .project-title h1 {
    font-size: 36px;
    margin-top: -4px;
  }
}
.post-type-archive-projects .project-title .suptitle,
.template-material .project-title .suptitle {
  color: #222222;
  font-size: 16px;
}
.post-type-archive-projects .project-title .text,
.template-material .project-title .text {
  max-width: 400px;
  color: #999999;
  line-height: 1.4;
}
.post-type-archive-projects .item,
.template-material .item {
  margin-bottom: 50px;
}
.post-type-archive-projects .item .default-image,
.template-material .item .default-image {
  display: block;
  margin-bottom: 15px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .post-type-archive-projects .item .default-image,
.template-material .item .default-image {
    height: 250px;
  }
}
.post-type-archive-projects .item .default-image img,
.template-material .item .default-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.post-type-archive-projects .item .post-summary__title,
.template-material .item .post-summary__title {
  color: #009aef;
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
  text-align: left;
  font-weight: 300;
}
.post-type-archive-projects .item .post-summary__title a,
.template-material .item .post-summary__title a {
  color: #009aef;
}
.post-type-archive-projects .item:hover .default-image img,
.template-material .item:hover .default-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post-type-archive-projects .item:hover .post-summary__title a,
.template-material .item:hover .post-summary__title a {
  color: #2c2c2c;
}
.post-type-archive-projects .item .post-summary,
.template-material .item .post-summary {
  display: block;
  margin-bottom: 0;
}
.post-type-archive-projects .item p,
.template-material .item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: block;
  position: relative;
  color: #999;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-type-archive-projects .item p::before, .post-type-archive-projects .item p::after,
.template-material .item p::before,
.template-material .item p::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #009aef;
  left: 0;
}
.post-type-archive-projects .item p::before,
.template-material .item p::before {
  top: 0;
}
.post-type-archive-projects .item p::after,
.template-material .item p::after {
  bottom: 0;
}

.archive:not(.woocommerce):not(.blog) .site-main,
.template-material .site-main {
  -ms-grid-columns: (1fr)[1] !important;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-gap: 30px 43px !important;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 460px) {
  .archive:not(.woocommerce):not(.blog) .site-main,
.template-material .site-main {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 30px 43px !important;
    margin-top: 64px;
  }
}
@media (min-width: 768px) {
  .archive:not(.woocommerce):not(.blog) .site-main,
.template-material .site-main {
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 50px 73px !important;
  }
}
.archive:not(.woocommerce):not(.blog) .site-main .logo-materials,
.template-material .site-main .logo-materials {
  width: 40%;
  float: left;
  display: block;
}

.tax-material .site-main {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 30px;
}

.columnas {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .columnas {
    flex-direction: row;
  }
}
.columnas > div {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .columnas > div {
    padding-bottom: 40px;
  }
}

.filtro-productos {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .filtro-productos {
    flex-direction: row;
  }
}
.filtro-productos .wpcf7-form-control-wrap {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}
.filtro-productos .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filtro-productos .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  flex-basis: calc(48% - 1em);
}
@media (min-width: 769px) {
  .filtro-productos .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    flex-basis: calc(33% - 1em);
  }
}
@media (min-width: 1200px) {
  .filtro-productos .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    flex-basis: 20%;
  }
}

.btn {
  display: block;
  border: 0;
  padding: 10px 30px;
  margin-left: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn.btn-primary {
  background-color: #009aef;
  color: white;
}
.btn.btn-black {
  background-color: #222222;
  color: white;
}
.btn:hover {
  opacity: 0.8;
}

.page-template-default .principal-content {
  max-width: 100% !important;
}

.sep {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}

.mb0.estimation-form-title {
  margin-bottom: 0;
}

/* Owl Slider Navigation */
.owl-carousel .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot {
  border: 1px solid #009aef !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active {
  background-color: #009aef !important;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -32px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #009aef !important;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #009aef !important;
}

/* Product Slider */
.product-slider-container {
  clear: both;
  position: relative;
}
.product-slider-container .related-icon {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-slider-container .related-title {
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  color: #12234b;
  letter-spacing: 1.8px;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .product-slider-container .related-title {
    font-size: 28px;
  }
}
.product-slider-container .related-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  margin-bottom: 30px;
  height: 2px;
  background-color: #cccccc;
  max-width: 300px;
}
.product-slider-container .related-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #7b7b7b;
}
.product-slider-container .product-slider {
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .product-slider-container .product-slider {
    width: calc(100% - 100px);
  }
}
.product-slider-container .product-slider ul.products li.product {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.product-slider-container .product-slider ul.products li.product a {
  text-decoration: none;
}
.product-slider-container .product-slider ul.products li.product a:hover {
  text-decoration: none;
}
.product-slider-container .product-slider ul.products li.product .wc_add_big_image,
.product-slider-container .product-slider ul.products li.product .wc_add_long_description {
  display: none;
}
.product-slider-container .product-slider ul.products li.product .wc_add_view_more {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 5px;
  letter-spacing: 3px;
  color: #6BC8F4;
}
.product-slider-container .product-slider ul.products li.product .woocommerce-loop-product__title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
}
@media (min-width: 768px) {
  .product-slider-container .product-slider ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
.product-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.product-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #009aef !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.product-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #009aef !important;
}
.product-slider-container .owl-carousel button.owl-dot.active {
  background-color: #009aef !important;
}
.product-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 4rem);
  width: 100%;
}
.product-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.product-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

/* Related Products News (DIY-Crafts) */
.related-products-news {
  margin-top: 32px;
  padding: 32px 0;
  background: linear-gradient(to bottom, #009aef 45%, #fff 45%);
}
.related-products-news .related-title {
  color: #fff;
}
.related-products-news ul li {
  list-style-type: none;
}
.related-products-news ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

.news-slider .ul li {
  list-style-type: none;
}
.news-slider .ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

/* Product Cat Slider */
.owl-product-categories a {
  text-decoration: none;
}
.owl-product-categories a:hover {
  text-decoration: none;
}
.owl-product-categories a .categories-name {
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.owl-product-categories a .categories-description {
  font-size: 0.875em;
  text-decoration: none;
  color: #7b7b7b;
  text-align: center;
}

/* Responsive Video */
#responsive-video {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 96px 64px;
  background-color: #009aef;
}
#responsive-video .video-responsive {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
#responsive-video .video-responsive iframe,
#responsive-video .video-responsive object,
#responsive-video .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-responsive {
  text-align: center;
}

/* WooCommerce Single Product Customization
---------------------------------------------------------------------------------------------------- */
.woocommerce.single-product .product-details__background {
  padding: 16px 0 112px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .woocommerce.single-product .product-details__background {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .woocommerce.single-product .product-details__background .wrap {
    /*max-width: 100%;
                padding-left: 30px;
                padding-right: 30px;*/
  }
}
.woocommerce.single-product div.product .woocommerce-product-details__category {
  display: flex;
  list-style-type: none;
}
.woocommerce.single-product div.product .woocommerce-product-details__category li {
  font-size: 0.875em;
  font-weight: 700;
  color: #12234b;
}
.woocommerce.single-product div.product .woocommerce-product-details__category li:not(:first-child):before {
  content: "|";
  padding: 0 4px;
}
.woocommerce.single-product div.product .product_title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 34px;
}
.woocommerce.single-product div.product .woocommerce-product-details__sku {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 16px;
}
.woocommerce.single-product div.product .woocommerce-breadcrumb {
  color: #009aef;
  font-size: 0.875em;
  text-transform: none;
}
.woocommerce.single-product div.product .woocommerce-breadcrumb a {
  color: #12234b;
  text-decoration: none;
}
.woocommerce.single-product div.product .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
  color: #12234b;
  display: block;
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.6);
}
.woocommerce.single-product div.product .bullet-points {
  display: block;
  clear: both;
}
.woocommerce.single-product div.product .bullet-points ul {
  list-style-type: none;
}
.woocommerce.single-product div.product .bullet-points ul li {
  margin-left: 16px;
  color: #12234b;
}
.woocommerce.single-product div.product .bullet-points ul li:before {
  content: url(../icons/utility/tick.svg);
  margin-left: -16px;
  margin-right: 8px;
  width: 8px;
  display: inline-block;
}
.woocommerce.single-product div.product .dimensions {
  font-weight: 600;
  font-size: 0.875em;
}
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
  font-size: 2em;
  font-weight: 700;
  margin: 16px 0;
  color: #7b7b7b;
}
.woocommerce.single-product div.product .woocommerce-tabs {
  clear: none;
  padding: 48px 0;
  border-radius: 16px;
  margin-top: -32px;
}
.woocommerce.single-product div.product .product-section-title, .woocommerce.single-product div.product form.cart .variations label {
  color: #009aef;
  font-size: 1em;
  font-weight: 600;
}
.woocommerce.single-product div.product form.cart {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations label {
  margin: 0;
}
.woocommerce.single-product div.product form.cart .variations .variable-item-span {
  font-size: 0.9375em;
}
.woocommerce.single-product div.product form.cart .button {
  font-size: 0.875em;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #12234b;
  border-radius: 32px;
}
.woocommerce.single-product div.product form.cart .button:hover {
  background-color: #009aef;
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:before {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-image: url(../icons/utility/cart.svg);
  background-position: center left;
  background-size: contain;
  content: "";
}

/* WooCommerce Product Tabs
---------------------------------------------------------------------------- */
.wc-tabs-wrapper {
  margin: 16px 0;
}

.woocommerce.single-product .product-details__background {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .content-area {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .woocommerce.single-product .product-details__background .wrap,
.content-area.wrap {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .woocommerce div.product div.summary {
    position: relative;
    z-index: 1;
    float: left;
    width: 60%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 85px;
    min-height: 976px;
  }
}
.woocommerce div.product div.summary .product_title {
  color: #009aef;
  font-weight: 200;
  margin-bottom: 27px;
  font-size: 70px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .woocommerce div.product div.summary .product_title {
    font-size: 70px;
    letter-spacing: -6px;
  }
}

.woocommerce-page div.product div.images {
  z-index: 0;
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -25px;
  width: 100vw;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .woocommerce-page div.product div.images {
    float: right;
    width: 67vw;
    right: -32px;
    position: absolute !important;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
}
.woocommerce-page div.product div.images figure,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
  display: block;
  position: relative;
}
.woocommerce-page div.product div.images figure:before,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 260px;
  background-color: #fff;
  height: 250%;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  top: -50%;
  z-index: 1;
  left: -115px;
}
@media (min-width: 768px) {
  .woocommerce-page div.product div.images figure:before,
.woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper:before {
    width: 100%;
    right: calc(100% - 366px);
    left: initial;
  }
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 404px;
}
@media (min-width: 768px) {
  .woocommerce-page div.product div.images .woocommerce-product-gallery__image {
    bottom: 0;
    left: -1%;
    width: 517px;
    height: 404px;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .woocommerce-page div.product div.images .woocommerce-product-gallery__image {
    visibility: visible;
  }
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  -webkit-transform: skew(28deg);
          transform: skew(28deg);
  top: 0;
  position: absolute;
  width: 235px;
  height: 465px;
  left: -180px;
}
@media (min-width: 768px) {
  .woocommerce-page div.product div.images .woocommerce-product-gallery__image a {
    left: 164px;
  }
}
.woocommerce-page div.product div.images .woocommerce-product-gallery__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  width: 250%;
  left: 0;
  -webkit-transform: translateX(-34%) skew(-35deg);
          transform: translateX(-34%) skew(-35deg);
  max-width: initial;
}
.woocommerce-page div.product div.images .big_image {
  position: relative;
  z-index: 0;
  top: 0;
}
.woocommerce-page div.product div.images .big_image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .woocommerce-page div.product div.images .big_image img {
    height: 810px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 8px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  border-top: 1px solid #009aef;
  padding-top: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.875em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 0;
  color: #7b7b7b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
  padding: 0.5em 0.5em 0.5em 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #7b7b7b;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background: url(../icons/utility/navigate-down.svg) no-repeat left;
  background-size: contain;
  content: " ";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #009aef;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.woocommerce-product-attributes-item__label {
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    background-color: transparent;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #7b7b7b;
    font-weight: 400;
    text-transform: none;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #7b7b7b;
    text-shadow: 0 0 0.05px #7b7b7b, 0 0 0.05px #7b7b7b;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: none;
    background-color: transparent;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #009aef;
    font-weight: 700;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    text-shadow: none;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    display: none;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    display: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    padding: 0.5em 0.5em 0.5em 0;
  }
}
@media only screen and (min-width: 1140px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 1em;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0 -5px;
    background-color: #fff;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    display: none;
  }
}
/* Variation Swatches */
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border: 0 solid #7b7b7b;
  border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border: 0 solid #638bc4;
  border-radius: 0;
  color: white;
  background-color: #638bc4;
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents::before {
  display: none;
}

/** Custom Cristo**/
.brand_logo {
  padding-bottom: 45px;
}
.brand_logo img {
  width: 100%;
  max-width: 299px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woo_features {
  color: #7b7b7b;
  font-size: 17px;
  font-weight: 300;
  max-width: 334px;
}
@media (min-width: 768px) {
  .woo_features {
    padding-left: 10px;
    font-size: 17px;
  }
}
.woo_features .title {
  color: #009aef;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .woo_features .title {
    font-size: 20px;
  }
}
.woo_features .sep {
  background-color: #7f7f7f;
  height: 1px;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.woocommerce-product-details__short-description {
  padding-top: 30px;
  color: #7f7f7f !important;
  font-weight: 300;
  max-width: 500px;
  font-size: 17px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .woocommerce-product-details__short-description {
    font-size: 17px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
}

.woocommerce-prod-button {
  clear: both;
  padding-top: 20px;
}
.woocommerce-prod-button .btn {
  background-color: #009aef;
  text-align: center;
  color: white;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 80px;
}
.woocommerce-prod-button .btn:before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translateY(-4px) rotate(-45deg);
  -webkit-transform: translateY(-4px) rotate(-45deg);
  vertical-align: middle;
  margin-right: 10px;
}

/* WooCommerce Archive */
.woocommerce .sidebar-primary {
  display: none;
}
.woocommerce ul.products {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .woocommerce ul.products {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.woocommerce ul.products li.product {
  background-color: #fff;
  padding-right: 15px;
}
@media (max-width: 460px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product {
    padding-right: 0px;
  }
}
.woocommerce ul.products li.product .thumb-wrapper {
  display: block;
  overflow: hidden;
  max-width: 349px;
  max-height: 349px;
}
.woocommerce ul.products li.product .thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce ul.products li.product .wc_add_big_image {
  position: absolute;
  -webkit-transform: skew(27deg);
          transform: skew(27deg);
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 10px 10px 2px rgba(100, 100, 100, 0.3);
  width: 30vw;
  height: 30vw;
  right: 12px;
  top: 32vw;
}
@media (min-width: 360px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    width: 35vw;
    height: 35vw;
    right: 12px;
    top: 38vw;
  }
}
@media (min-width: 460px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    width: 20vw;
    height: 20vw;
    right: 30px;
    top: 20vw;
  }
}
@media (min-width: 769px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 123px;
    left: 57%;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 875px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 154px;
    left: 57%;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 178px;
    left: 52%;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 173px;
    left: 48%;
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1113px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 200px;
    left: 57%;
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products li.product .wc_add_big_image {
    top: 180px;
    left: 45%;
    width: 183px;
    height: 183px;
  }
}
.woocommerce ul.products li.product .wc_add_big_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-27deg);
          transform: translate(-50%, -50%) skew(-27deg);
  width: 200%;
  max-width: 200%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product:hover .thumb-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title:after,
.woocommerce ul.products li.product:hover .woocommerce ul.products li.product h3:after {
  color: #222222;
}
.woocommerce ul.products li.product:hover .wc_add_view_more {
  color: #222222;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce ul.products li.product h3 {
  margin: 0;
  margin-top: 35px;
  margin-bottom: 5px;
  letter-spacing: 3px;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  color: #009aef;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce ul.products li.product h3 {
    margin-top: 25px;
  }
}
.woocommerce ul.products li.product .woocommerce-product-details__category {
  display: flex;
  list-style-type: none;
  padding: 0 16px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-product-details__category li {
  font-size: 0.875em;
  font-weight: 600;
  color: #12234b;
}
.woocommerce ul.products li.product .woocommerce-product-details__category li:not(:first-child):before {
  content: "|";
  padding: 0 4px;
}
.woocommerce ul.products li.product .wc_add_long_description {
  color: #7b7b7b;
  line-height: 1.6;
  max-width: 349px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product .wc_add_long_description {
    font-size: 14px;
    line-height: 22px;
  }
}
.woocommerce ul.products li.product .wc_add_long_description p {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .wc_add_view_more {
  font-size: 13px;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product .wc_add_view_more {
    font-size: 13px;
    line-height: 1.4;
  }
}
.woocommerce ul.products li.product .item-brand-logo {
  max-width: 349px;
  border-top: 1px solid #009aef;
  padding-top: 8px;
  margin-top: 8px;
}
.woocommerce ul.products li.product .item-brand-logo .lithosfera_logo {
  max-width: 40%;
}
.woocommerce .woocommerce ul.products.columns-3 li.product,
.woocommerce .woocommerce-page ul.products.columns-3 li.product {
  width: 25%;
}
.woocommerce .woocommerce ul.products li.product,
.woocommerce .woocommerce-page ul.products li.product {
  margin: 0 11.8% 2.992em 0;
}

/* Category Archive */
.product-cat-title h1 {
  margin-bottom: 4px;
}
.product-cat-title h2 {
  margin-bottom: 4px;
  color: #009aef;
  font-size: 1.5em;
  font-weight: 300;
}
.product-cat-title .woocommerce-breadcrumb {
  font-size: 0.875em;
  text-transform: none;
}
.product-cat-title .woocommerce-breadcrumb a {
  text-decoration: none;
}

.product-cat-decription {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 48px 0;
  background: linear-gradient(-70deg, #009aef 43%, #009aef 43%);
}
.product-cat-decription .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-cat-decription .wrap .product-cat-benefits {
  max-width: calc(40% - 32px - 16px);
  margin-right: 32px;
  margin-left: 16px;
  list-style-type: none;
}
.product-cat-decription .wrap .product-cat-benefits .product-cat-benefit {
  margin-bottom: 8px;
  line-height: 1.25;
}
.product-cat-decription .wrap .product-cat-benefits .product-cat-benefit::before {
  display: inline-block;
  width: 0.5em;
  margin-left: -0.75em;
  color: #12234b;
  font-size: 20px;
  font-weight: bold;
  content: "•";
}
.product-cat-decription .wrap .product-cat-pictos {
  position: relative;
  padding: 0 48px;
  flex-basis: 30%;
}
.product-cat-decription .wrap .product-cat-pictos::before {
  position: absolute;
  left: 32px;
  height: 100%;
  border-left: 2px solid #009aef;
  content: "";
}
.product-cat-decription .wrap .product-cat-pictos ul {
  margin-left: 16px;
}
.product-cat-decription .wrap .product-cat-pictos ul li {
  margin-bottom: 16px;
  color: #009aef;
  font-size: 1.125em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  list-style-type: none;
}
.product-cat-decription .wrap .product-cat-thumbnail {
  flex-basis: 30%;
  flex: 1;
}
.product-cat-decription .wrap .product-cat-thumbnail img {
  float: right;
}

.product-cat-video {
  clear: both;
  padding: 48px 0;
  background: linear-gradient(to bottom, #009aef 45%, #fff 45%);
}
.product-cat-video .section-title {
  margin-bottom: 16px;
  color: #009aef;
  text-align: center;
}
.product-cat-video .video-responsive {
  padding: 16px 0;
  text-align: center;
}

/* Faqs */
.product-cat-faqs {
  clear: both;
  padding: 48px 0;
  background-color: #009aef;
}
.product-cat-faqs .section-title {
  margin-bottom: 32px;
  text-align: left;
}
.product-cat-faqs .accordion {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #fff;
}
.product-cat-faqs .accordion .accordion-title {
  box-sizing: border-box;
  width: calc(100% - 32px);
  margin-left: 32px;
  color: #009aef;
  font-size: 1.125em;
  cursor: pointer;
}
.product-cat-faqs .accordion .accordion-title::before {
  float: left;
  width: 24px;
  height: 24px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-open.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.product-cat-faqs .accordion.close .accordion-content {
  display: block;
  float: left;
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.product-cat-faqs .accordion.open .accordion-title::before {
  background-image: url(../icons/utility/accordion-close.svg);
}
.product-cat-faqs .accordion.open .accordion-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 16px;
  padding-left: 32px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}

/* Style the buttons that are used to open and close the accordion panel */
.responsive-sidebar .sidebar-accordion {
  width: 100%;
  padding: 16px;
  border: none;
  outline: none;
  color: #12234b;
  background-color: #009aef;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}
.responsive-sidebar .sidebar-accordion::after {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-open.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.responsive-sidebar .sidebar-accordion.sidebar-active {
  background-color: #009aef;
}
.responsive-sidebar .sidebar-accordion.sidebar-active::after {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-close.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.responsive-sidebar .panel {
  display: none;
  overflow: hidden;
  padding: 0 16px;
}

/* Archive Top Bar */
/*
.archive-top-bar {
	margin-bottom: $margin_2x;
	padding: $base-margin;

	.wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;

		.top-bar-image {
			flex-basis: 40%;

			img {
				text-align: right;
				float: right;
			}
		}

		.top-bar-title-container {
			flex-basis: 55%;
			padding-right: $base-margin;

			.top-bar-title {
				font-size: 2em;
			}

			.top-bar-abstract {
			}
		}
	}
}
*/
.archive-top-bar {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #7b7b7b;
  margin-bottom: 40px;
  position: relative;
  background-position: center left;
  background-size: cover;
}
@media (min-width: 768px) {
  .archive-top-bar {
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-bottom: 16px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.archive-top-bar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: #f7f7f7;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f7f7), color-stop(47%, #f7f7f7), color-stop(100%, rgba(247, 247, 247, 0)));
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 47%, rgba(247, 247, 247, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
  background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 100%, rgba(247, 247, 247, 0) 100%);
}
@media (min-width: 768px) {
  .archive-top-bar:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 55%, rgba(247, 247, 247, 0) 100%);
  }
}
@media (min-width: 1200px) {
  .archive-top-bar:before {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#f7f7f7", GradientType=1);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 35%, rgba(247, 247, 247, 0) 70%);
  }
}
.archive-top-bar .wrap {
  z-index: 1;
  position: relative;
}
.archive-top-bar .wrap .top-bar-title-container {
  max-width: 400px;
}
.archive-top-bar .wrap .top-bar-title-container .top-bar-title {
  color: #009aef;
  font-weight: 300;
  font-size: 30px;
  /*padding-left: 25px;*/
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .archive-top-bar .wrap .top-bar-title-container .top-bar-title {
    font-size: 36px;
    margin-top: -4px;
  }
}
.archive-top-bar .wrap .top-bar-title-container .top-bar-pretitle {
  color: #222222;
  font-size: 16px;
}
.archive-top-bar .wrap .top-bar-title-container .top-bar-abstract {
  line-height: 1.4;
}

/* CAT HEADER */
.cat-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 75px;
  margin-top: -25px;
  /*&:before {
     content: "";
     display: block;
     position: absolute;
     background-color: #fff;
     transform: skew(33deg);
     z-index: 0;
     height: 100%;
     width: 450px;
     top: 0;
     left: -65vw;

     @include media(">=tablet") {
       height: 100%;
       width: 450px;
       top: 0;
       left: 44px;
     }
   }*/
  /*&:after {
     content: "";
     display: block;
     position: absolute;
     background-color: #fff;
     z-index: 0;

     @include media(">=tablet") {
       height: 70%;
       width: 300px;
       left: 0;
       bottom: 0;
     }
   }*/
}
@media (min-width: 768px) {
  .cat-header {
    padding-top: 100px;
    margin-top: 40px;
    margin-bottom: 175px;
  }
}
.cat-header .wrap {
  padding: 0 40px;
  max-width: 1560px;
  position: relative;
  z-index: 1;
}
.cat-header .wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -122px;
  z-index: -1;
  height: calc(100% + 140px);
  width: 42%;
  width: 43.5vw;
  height: 0px;
  width: 37.5vw;
  height: 0px;
  border-right: 600px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 550px solid white;
}
@media (min-width: 769px) {
  .cat-header .wrap:before {
    border-right: 294px solid transparent;
    border-bottom: 570px solid white;
  }
}
.cat-header .wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  width: 100%;
  left: calc(-100% + 40px);
  height: calc(100% + 140px);
  background-color: white;
  z-index: -2;
}
.cat-header .wrap .cat-big-title {
  font-weight: 200;
  color: #009aef;
  letter-spacing: -1px;
  padding-bottom: 14px;
  display: block;
  font-size: 50px;
}
@media (min-width: 768px) {
  .cat-header .wrap .cat-big-title {
    font-size: 100px;
    padding-bottom: 34px;
    letter-spacing: -4.2px;
  }
}
.cat-header .wrap .cat-small-title,
.cat-header .wrap .cat-subtitle {
  color: #009aef;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 380px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cat-header .wrap .cat-small-title,
.cat-header .wrap .cat-subtitle {
    font-size: 20px;
  }
}
.cat-header .wrap .cat-small-title:empty,
.cat-header .wrap .cat-subtitle:empty {
  display: none;
}
.cat-header .wrap .cat-subtitle {
  color: #12234b;
}
.cat-header .wrap .cat-desc {
  font-size: 15px;
  font-weight: 300;
  color: #7b7b7b;
  max-width: 200px;
  padding-top: 5px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .cat-header .wrap .cat-desc {
    font-size: 18px;
    max-width: 380px;
  }
}
.cat-header .wrap .cat-desc:empty {
  display: none;
}
.cat-header .wrap .brand_logo {
  padding-top: 60px;
  padding-bottom: 0;
  max-width: 370px;
}
.cat-header .wrap .brand_logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.facetwp-reset-button {
  background-color: #ddf4ff;
  color: #009aef;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding: 8px 16px;
  margin: 32px 0;
  cursor: pointer;
}
.facetwp-reset-button:hover {
  color: #222222;
}

/* Facet - Filtros */
.facetwp-flyout .facetwp-flyout-close {
  font-size: 21px;
}
.facetwp-flyout h3 {
  background-color: #DDF4FF;
  color: #009aef;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 5px;
}
.facetwp-flyout .facetwp-display-value {
  font-size: 13px;
}
.facetwp-flyout .facetwp-reset-button {
  margin: 12px 0;
  background-color: #12234b;
  color: #fff;
  font-weight: 400;
}

.facetwp-flyout-open {
  width: 100%;
  background-color: #12234b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding: 10.6666666667px 16px;
  margin: 32px 0;
  cursor: pointer;
}
.facetwp-flyout-open:hover {
  background-color: #009aef;
}

.product-search-facet {
  display: inline-block;
  margin-left: 16px;
  /* no clear icon  while the Search facet is loading */
  /* and when an auto-refresh is running */
}
.product-search-facet input {
  border: 1px solid #12234b;
  border-radius: 0;
  font-size: 16px;
  padding: 1px 8px 4px;
  line-height: 2.1;
}
.product-search-facet ::-webkit-input-placeholder:hover, .product-search-facet ::-webkit-input-placeholder:focus, .product-search-facet ::-webkit-input-placeholder:active, .product-search-facet ::-webkit-input-placeholder:focus-visible, .product-search-facet ::-webkit-input-placeholder:focus-within {
  border: 1px solid #12234b;
  border-radius: 0;
}
.product-search-facet ::-moz-placeholder:hover, .product-search-facet ::-moz-placeholder:focus, .product-search-facet ::-moz-placeholder:active, .product-search-facet ::-moz-placeholder:focus-visible, .product-search-facet ::-moz-placeholder:focus-within {
  border: 1px solid #12234b;
  border-radius: 0;
}
.product-search-facet :-ms-input-placeholder:hover, .product-search-facet :-ms-input-placeholder:focus, .product-search-facet :-ms-input-placeholder:active, .product-search-facet :-ms-input-placeholder:focus-visible, .product-search-facet :-ms-input-placeholder:focus-within {
  border: 1px solid #12234b;
  border-radius: 0;
}
.product-search-facet ::placeholder:hover, .product-search-facet ::placeholder:focus, .product-search-facet ::placeholder:active, .product-search-facet ::placeholder:focus-visible, .product-search-facet ::placeholder:focus-within {
  border: 1px solid #12234b;
  border-radius: 0;
}
.product-search-facet .facetwp-type-search i.clear {
  position: absolute;
  right: 30px;
  height: 100%;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  opacity: 0.3;
  width: 24px;
  height: 100%;
  background: transparent url("/wp-content/plugins/facetwp/assets/images/icon-close.png") 6px 50% no-repeat;
  background-size: 14px 14px;
}
.product-search-facet .facetwp-type-search i.clear:hover {
  opacity: 0.8;
}
.product-search-facet .facetwp-type-search .f-loading + input + i.clear,
.product-search-facet .facetwp-type-search .loading + i.clear {
  display: none !important;
}
.product-search-facet .facetwp-facet input.facetwp-search {
  padding-right: 54px;
}

/* Prefooter */
.prefooter {
  font-size: 16px;
  padding-top: 50px;
  overflow: hidden;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prefooter {
    padding-top: 100px;
  }
}
.prefooter .bg {
  background-color: #f5f5f5;
  padding: 0px 0 100px;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.prefooter .bg .bg-img {
  display: block;
  margin-bottom: 40px;
  width: 100vw;
}
@media (min-width: 768px) {
  .prefooter .bg .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65vw;
    z-index: 0;
    margin-bottom: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .prefooter .bg {
    padding: 60px 0 80px;
    background-position: left;
    background-size: auto 100%;
  }
  .prefooter .bg:before {
    content: "";
    display: block;
    height: 50%;
    width: 40vw;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    z-index: 1;
  }
  .prefooter .bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 56vw;
    position: absolute;
    top: 0;
    right: -64px;
    background-color: #f5f5f5;
    z-index: 1;
    -webkit-transform: skew(28deg);
            transform: skew(28deg);
  }
}
.prefooter .prefooter-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 0px 10px 20px 10px;
}
@media (min-width: 768px) {
  .prefooter .prefooter-title {
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 5px;
    padding-bottom: 45px;
  }
}
.prefooter .prefooter-text {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prefooter .prefooter-text {
    font-size: 16px;
    line-height: inherit;
  }
}
.prefooter label {
  padding-bottom: 0;
}
.prefooter .wrap {
  position: relative;
  z-index: 2;
  max-width: 1504px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .prefooter .wrap {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .prefooter .wrap .form {
    width: 42.4%;
    float: right;
  }
}

/* Prefooter Contact */
.prefooter-contact {
  background-color: #12234b;
  padding: 25px 16px;
}
@media (min-width: 768px) {
  .prefooter-contact {
    text-align: left;
    padding: 16px;
  }
}
.prefooter-contact .wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .prefooter-contact .wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.prefooter-contact .wrap .btn-prefooter-contact {
  background-color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 8px 16px;
  margin: 0 auto;
  text-decoration: none;
  color: #12234b;
}
@media (min-width: 768px) {
  .prefooter-contact .wrap .btn-prefooter-contact {
    margin-right: 16px;
    margin-left: 0;
  }
}
.prefooter-contact .wrap .btn-prefooter-contact:hover {
  background-color: #009aef;
  color: #fff;
}
.prefooter-contact .wrap .content {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prefooter-contact .wrap .content {
    text-align: left;
    margin-bottom: 0;
  }
}

.page-template-store-locator-page .wrapper,
.template-select-product .wrapper {
  margin: 32px auto 64px;
  padding: 0 16px;
}

.store-locator .store-locator-controls {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.store-locator .store-locator-controls .facetwp-type-proximity {
  margin-right: 2rem;
  margin-bottom: 0;
}
.store-locator .store-locator-controls ::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.store-locator .store-locator-controls ::-moz-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.store-locator .store-locator-controls :-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.store-locator .store-locator-controls ::placeholder {
  color: #7b7b7b;
  opacity: 1;
}
.store-locator .store-locator-controls .facetwp-radius {
  display: inline-block;
  width: auto;
}
.store-locator .store-locator-controls .facetwp-radius,
.store-locator .store-locator-controls .facetwp-location {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 8px 16px;
  line-height: 1.5;
  height: unset;
  min-height: 42px;
}
.store-locator .store-locator-controls .facetwp-radius:focus,
.store-locator .store-locator-controls .facetwp-location:focus {
  outline: none;
}
.store-locator .store-locator-content .store-locator-results {
  flex-basis: 0;
  overflow: scroll;
  max-height: 400px;
  margin-bottom: 4rem;
  padding-right: 2.5%;
  display: none;
}
.store-locator .store-locator-content .store-locator-results .store-locator-template {
  padding: 0;
  list-style-type: none;
}
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #12234b;
}
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item p {
  margin-bottom: 0;
}
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .phone,
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .email,
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .directions {
  text-decoration: none;
}
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .phone:before,
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .email:before,
.store-locator .store-locator-content .store-locator-results .store-locator-template .store-locator-item .directions:before {
  margin-right: 8px;
  color: #009aef;
  font-family: FontAwesome;
  content: "\f095";
  text-decoration: none;
}
.store-locator .store-locator-content .store-location-tooltip p {
  margin-bottom: 0;
  line-height: 1.5;
}
.store-locator .store-locator-content .store-location-tooltip .no-term-button {
  color: #009aef;
  margin: 8px 0;
  font-weight: 500;
}
.store-locator .store-locator-content .store-location-tooltip .tooltip-title {
  margin-bottom: 8px;
  font-weight: 700;
  color: #12234b;
}
.store-locator .store-locator-content .store-location-tooltip #select-marbler1,
.store-locator .store-locator-content .store-location-tooltip #select-marbler2 {
  margin: 8px 0;
}
.store-locator .store-locator-content .store-location-tooltip #select-marbler1 input[type=checkbox],
.store-locator .store-locator-content .store-location-tooltip #select-marbler2 input[type=checkbox] {
  width: auto;
  margin-right: 8px;
}
.store-locator .store-locator-content .store-location-tooltip #select-marbler1 input[type=submit],
.store-locator .store-locator-content .store-location-tooltip #select-marbler2 input[type=submit] {
  font-size: 1em;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  width: auto;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #12234b;
  border: 0;
  letter-spacing: 1px;
}
.store-locator button.facetwp-map-filtering.btn.btn-primary {
  margin: 16px 0;
}

/* Seleccionar marmolista*/
.estimation-form-title {
  color: #009aef;
  margin: 32px 0 16px;
}
.estimation-form-title.facet-title-marblers {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.selected-products-wrapper,
.selected-marblers-wrapper,
.estimation-form-wrapper {
  margin: 16px 0;
}
.selected-products-wrapper ol,
.selected-marblers-wrapper ol,
.estimation-form-wrapper ol {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.marbler-selection {
  display: flex;
  align-content: center;
  line-height: 2.5;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.marbler-selection .marbler-delete {
  font-size: 14px;
  padding: 0px;
  color: #fff;
  width: auto;
  cursor: pointer;
  border-radius: 0;
  background-color: #dc3232;
  border: 0;
  margin-left: 16px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-style: normal;
  vertical-align: baseline;
  line-height: 1;
  padding-left: 1px;
  font-weight: bold;
}

.form-section-2,
.form-section-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-section-1 {
  padding: 0 6px;
}

.form-field input,
.form-field textarea {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 8px 16px;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
}

.form-section-1 .form-field {
  flex-basis: 100%;
  margin: 8px auto;
}
@media (min-width: 768px) {
  .form-section-1 .form-field {
    margin: 16px auto;
  }
}

.form-section-2 .form-field {
  flex-basis: 100%;
  margin: 8px auto;
}
@media (min-width: 768px) {
  .form-section-2 .form-field {
    flex-basis: 49%;
    margin: 16px auto;
  }
}

.form-section-3 .form-field {
  flex-basis: 100%;
  margin: 8px auto;
}
@media (min-width: 768px) {
  .form-section-3 .form-field {
    flex-basis: 32.33%;
    margin: 16px auto;
  }
}

.rgpd-consent {
  margin: 16px 0 32px;
}
.rgpd-consent input {
  width: auto;
  margin-right: 4px;
}

.success-message {
  padding: 8px 16px;
  background-color: green;
  color: #fff;
}

.validation-message {
  color: #dc3232;
}

.estimation-product-select {
  display: flex;
  align-content: center;
  line-height: 2.5;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px auto;
}
.estimation-product-select select {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .estimation-product-select select {
    width: 32.33%;
  }
}
.estimation-product-select select:focus {
  outline: none;
}

/* Marblers */
.single-marbler h2.title {
  color: #009aef;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.single-marbler .marbler-details p {
  margin-bottom: 0;
}
.single-marbler .marbler-details .marbler-details-name {
  font-weight: 600;
}
.single-marbler .column {
  padding-bottom: 50px;
  margin: 64px 0;
}
.single-marbler .column > *:last-child {
  background-color: #f7f7f7;
  padding: 30px 20px;
  padding-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .single-marbler .column {
    display: flex;
    flex-wrap: wrap;
  }
  .single-marbler .column > *:first-child {
    width: 50%;
  }
  .single-marbler .column > *:last-child {
    width: 50%;
    background: transparent;
    padding: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
.single-marbler .gallery-projects .all-pics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.single-marbler .gallery-projects .all-pics a {
  display: block;
  background-color: #c7c7c7;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 7px 10px 5px rgba(100, 100, 100, 0.2);
}
.single-marbler .gallery-projects .all-pics a.more {
  position: relative;
  height: 23vh;
}
@media (min-width: 769px) {
  .single-marbler .gallery-projects .all-pics a.more {
    min-height: 155px;
    height: initial;
  }
}
.single-marbler .gallery-projects .all-pics a.more:hover {
  background-color: #9b9898;
}
.single-marbler .gallery-projects .all-pics a.more:before, .single-marbler .gallery-projects .all-pics a.more:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.single-marbler .gallery-projects .all-pics a.more:before {
  width: 45%;
  height: 2px;
}
.single-marbler .gallery-projects .all-pics a.more:after {
  height: 45%;
  width: 2px;
}
.single-marbler .gallery-projects .all-pics a img {
  width: 100%;
  height: 23vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .single-marbler .gallery-projects .all-pics a img {
    height: 155px;
  }
}
.single-marbler .gallery-projects .all-pics a:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-presupuesto h1 {
  color: #12234b;
  font-size: 24px;
}
.single-presupuesto .estimate-content {
  background-color: #ddf4ff;
  padding: 32px;
  margin: 32px 0;
  border-radius: 10px;
}
.single-presupuesto .acf-form .acf-label {
  color: #009aef;
}
.single-presupuesto .acf-form .acf-field select {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  margin-bottom: 0.75em;
  padding: 12px 8px;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
}

.top-bar-title-username {
  color: #009aef;
  margin: 32px 0;
}

.top-bar-abstract-username {
  color: #12234b;
  font-size: 18px;
}

.presupuestos-container {
  margin: 32px 0 64px;
  padding: 0 16px;
}
.presupuestos-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.presupuestos-container th,
.presupuestos-container td {
  text-align: left;
  padding: 8px;
}
.presupuestos-container tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Login */
.login-wrapper {
  margin: 32px auto 64px;
  max-width: 90%;
}
@media (min-width: 769px) {
  .login-wrapper {
    max-width: 50%;
  }
}
.login-wrapper input[type=text],
.login-wrapper input[type=password] {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 8px 16px;
}
.login-wrapper input[type=text]:focus,
.login-wrapper input[type=password]:focus {
  outline: none;
}
.login-wrapper .login-remember label input[type=checkbox] {
  width: auto;
  margin-right: 4px;
  line-height: 18px;
}

.marblers-button {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px;
  color: #12234b;
  width: auto;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  font-style: italic;
  background-color: transparent;
  border-bottom: 1px solid #12234b;
  letter-spacing: 1px;
}

/* Estimates Button */
.acf-form-submit {
  float: left;
  margin: 32px 0 32px;
}
@media (min-width: 768px) {
  .acf-form-submit {
    margin: 32px 0 64px;
  }
}

.estimates-button {
  background: #fff;
  border: 1px solid #f7f7f7;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px;
  color: #12234b;
  width: auto;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  font-style: italic;
  background-color: transparent;
  border-bottom: 1px solid #12234b;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.2;
  float: left;
  margin: 0 0 64px;
}
@media (min-width: 768px) {
  .estimates-button {
    margin: 32px 0 64px 16px;
  }
}
.estimates-button:hover {
  background-color: #009aef;
  color: white;
}
.estimates-button.no-margin {
  margin: 32px 0 64px;
}

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