/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.fake-select {
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .fake-select:hover {
    opacity: 1; }
  .fake-select select {
    display: none; }
  .fake-select .select-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .fake-select .select-selected:hover {
      opacity: 0.5; }
    .fake-select .select-selected:before {
      content: '';
      display: block;
      width: 14px;
      height: 10px;
      margin: 0 7.5px 0 0;
      position: relative;
      top: 1px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.31" height="11.345" viewBox="0 0 19.31 11.345"><path id="Trazado_4062" data-name="Trazado 4062" d="M257.12,8.9,248.527.308a1.059,1.059,0,0,0-1.494,0L246.4.941a1.058,1.058,0,0,0,0,1.494l7.216,7.216-7.224,7.224a1.059,1.059,0,0,0,0,1.494l.633.633a1.059,1.059,0,0,0,1.494,0l8.6-8.6a1.066,1.066,0,0,0,0-1.5Z" transform="translate(19.31 -246.084) rotate(90)"/></svg>');
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .fake-select .select-arrow-active:before {
    transform: rotate(-180deg); }
  .fake-select .select-items {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    z-index: 2;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #e4e4e4; }
    .fake-select .select-items div {
      color: #13161C;
      padding: 10px;
      border: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .fake-select .select-items div:hover {
        background-color: rgba(19, 22, 28, 0.25); }
  .fake-select .select-hide {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.wpcf7-radio,
.wpcf7-checkbox,
.wpcf7-acceptance {
  display: flex; }
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 7.5px 0 0;
    position: relative; }
    .wpcf7-radio .wpcf7-list-item input,
    .wpcf7-checkbox .wpcf7-list-item input,
    .wpcf7-acceptance .wpcf7-list-item input {
      display: block;
      opacity: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .wpcf7-radio .wpcf7-list-item span,
    .wpcf7-checkbox .wpcf7-list-item span,
    .wpcf7-acceptance .wpcf7-list-item span {
      display: flex;
      align-items: center;
      position: relative; }
      .wpcf7-radio .wpcf7-list-item span:before,
      .wpcf7-checkbox .wpcf7-list-item span:before,
      .wpcf7-acceptance .wpcf7-list-item span:before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0;
        border: 1px solid #13161C;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .wpcf7-radio .wpcf7-list-item span.active:before,
      .wpcf7-checkbox .wpcf7-list-item span.active:before,
      .wpcf7-acceptance .wpcf7-list-item span.active:before {
        background-color: #13161C; }
    .wpcf7-radio .wpcf7-list-item > label,
    .wpcf7-checkbox .wpcf7-list-item > label,
    .wpcf7-acceptance .wpcf7-list-item > label {
      position: relative;
      display: block; }
      .wpcf7-radio .wpcf7-list-item > label input,
      .wpcf7-checkbox .wpcf7-list-item > label input,
      .wpcf7-acceptance .wpcf7-list-item > label input {
        display: block;
        opacity: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .wpcf7-radio .wpcf7-list-item > label span,
      .wpcf7-checkbox .wpcf7-list-item > label span,
      .wpcf7-acceptance .wpcf7-list-item > label span {
        display: flex;
        align-items: center;
        position: relative; }
        .wpcf7-radio .wpcf7-list-item > label span:before,
        .wpcf7-checkbox .wpcf7-list-item > label span:before,
        .wpcf7-acceptance .wpcf7-list-item > label span:before {
          content: '';
          display: block;
          width: 14px;
          height: 14px;
          margin: 0 5px 0 0;
          border: 1px solid #13161C;
          border-radius: 50%;
          -webkit-transition: all #13161C ease-in-out;
          -o-transition: all #13161C ease-in-out;
          -moz-transition: all #13161C ease-in-out;
          -ms-transition: all #13161C ease-in-out;
          transition: all #13161C ease-in-out; }
        .wpcf7-radio .wpcf7-list-item > label span.active:before,
        .wpcf7-checkbox .wpcf7-list-item > label span.active:before,
        .wpcf7-acceptance .wpcf7-list-item > label span.active:before {
          background-color: #13161C; }

.wpcf7-checkbox .wpcf7-list-item span,
.wpcf7-acceptance .wpcf7-list-item span {
  display: block;
  padding: 0 0 0 20px; }
  .wpcf7-checkbox .wpcf7-list-item span:before,
  .wpcf7-acceptance .wpcf7-list-item span:before {
    border-radius: 0;
    position: absolute;
    top: 5px;
    left: 0; }

.wpcf7-checkbox .wpcf7-list-item > label span,
.wpcf7-acceptance .wpcf7-list-item > label span {
  display: block;
  padding: 0 0 0 20px; }
  .wpcf7-checkbox .wpcf7-list-item > label span:before,
  .wpcf7-acceptance .wpcf7-list-item > label span:before {
    border-radius: 0;
    position: absolute;
    top: 2px;
    left: 0; }

.wpcf7-checkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse; }

.cookie-statement {
  max-width: 768px !important;
  margin: auto; }
  .cookie-statement a {
    color: #13161C;
    font-family: "Roboto-Bold"; }
  .cookie-statement h3 {
    font-family: "Roboto-Bold";
    color: #13161C;
    margin: 30px 0 7.5px 0; }
  .cookie-statement .cmplz-subtitle, .cookie-statement h4 {
    color: #13161C;
    font-family: "Roboto-Light";
    margin: 30px 0 0 0; }
  .cookie-statement table {
    width: 100%;
    margin: 0 0 10px 0; }
    .cookie-statement table tr td {
      border: 1px solid #13161C;
      padding: 10px;
      word-break: break-all; }
    .cookie-statement table tr:first-of-type {
      background-color: #13161C;
      color: #FFFFFF; }
      .cookie-statement table tr:first-of-type td {
        font-family: "Roboto-Bold"; }

@font-face {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  src: url("static/fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("static/fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("static/fonts/Roboto-Bold.ttf") format("truetype"); }

html {
  box-sizing: border-box; }

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

body {
  font-family: "Roboto-Light";
  font-size: 14px; }

main {
  min-height: calc(100vh - 55px); }

.contenedor {
  max-width: 1280px;
  margin: auto; }
  .contenedor.grande {
    max-width: 1600px; }

.elementor-widget-photo_panorama_el {
  margin: 0 !important; }

#cc-window .cc-compliance a {
  border-radius: 0pc !important;
  border-width: 1px !important;
  border-color: #13161C !important; }

.swal2-popup {
  border-radius: 0 !important; }

.swal2-container.swal2-center.swal2-fade.swal2-shown > div {
  background: white !important; }

.swal2-container.swal2-center.swal2-fade.swal2-shown h2.swal2-title span {
  color: #000000 !important; }

.swal2-container.swal2-center.swal2-fade.swal2-shown button.swal2-confirm.swal2-styled {
  padding: 7.5px 30px !important;
  border: 1px solid #13161C !important;
  color: #13161C !important;
  font-size: 14px !important;
  text-transform: uppercase;
  background-color: transparent !important; }

.swal2-container.swal2-center.swal2-fade.swal2-shown button.swal2-confirm.swal2-styled span {
  color: #000000 !important; }

.swal2-actions button {
  border-radius: 0 !important; }

/* .wpcf7-response-output {
  display: none !important; } */

html {
  scroll-behavior: smooth; }

@media only screen and (max-width: 768px) {
  #cc-window {
    display: flex !important;
    flex-wrap: wrap !important; }
    #cc-window .cc-message {
      width: 100% !important;
      line-height: .85rem;
      margin: 0 0 5px 0 !important; }
    #cc-window .cc-compliance {
      width: 100%;
      display: flex !important;
      justify-content: center !important;
      flex-wrap: wrap !important; }
      #cc-window .cc-compliance a {
        margin: 0 5px !important;
        padding: 5px !important;
        border-radius: 0px !important;
        border-width: 1px !important;
        border-color: #13161C !important; }
  #cc-window.cc-type-categories.cc-floating {
    min-width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px; } }

@media only screen and (max-width: 576px) {
  #cc-window .cc-compliance a {
    margin: 5px !important; }
    #cc-window .cc-compliance a.cc-accept-all {
      width: 100% !important; }
  body {
    font-size: 16px; }
  .ps-el-viewer {
    height: 50vh !important; } }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2; }
  header .header--logo img {
    display: block;
    max-height: 60px; }
  header .header--menu {
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #FFFFFF; }
    header .header--menu-select {
      text-transform: uppercase;
      font-size: 24px; }
    header .header--menu-idiomas {
      margin: 0 7.5px 0 30px; }
      header .header--menu-idiomas a {
        color: #e4e4e4;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 2.5px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .header--menu-idiomas a:hover {
          opacity: 0.5; }
        header .header--menu-idiomas a.active {
          color: #13161C; }

@media only screen and (max-width: 576px) {
  header {
    background-color: #FFFFFF;
    position: relative;
    top: 0; }
    header .header--logo img {
      max-height: 44px;
      width: auto; }
    header .header--menu {
      justify-content: flex-end;
      height: auto; }
      header .header--menu-idiomas {
        margin: 0 0 0 15px;
        min-width: 65px; } }

footer {
  background-color: #13161C;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF; }
  footer .footer--texto, footer .footer--contacto {
    width: 40%;
    font-size: 12px; }
  footer .footer--texto {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
    footer .footer--texto p {
      margin: 0;
      padding: 0; }
    footer .footer--texto nav {
      margin: 0 15px; }
      footer .footer--texto nav a {
        text-decoration: none;
        color: #FFFFFF;
        margin: 0 5px; }
  footer .footer--logo a {
    display: block; }
    footer .footer--logo a img {
      display: block;
      max-height: 35px; }
  footer .footer--contacto {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    footer .footer--contacto p {
      margin: 0;
      padding: 0; }
      footer .footer--contacto p:nth-of-type(1) {
        margin: 0 30px 0 0; }
    footer .footer--contacto span {
      margin: 0 5px; }
    footer .footer--contacto a {
      color: #FFFFFF;
      text-decoration: none;
      font-family: "Roboto-Medium"; }

@media only screen and (max-width: 768px) {
  footer {
    flex-wrap: wrap; }
    footer .footer--texto, footer .footer--logo, footer .footer--contacto {
      width: 100%; }
    footer .footer--texto {
      display: block;
      margin: 30px 0 0 0; }
      footer .footer--texto p {
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0; }
      footer .footer--texto nav {
        width: 100%;
        display: block;
        margin: 0; }
        footer .footer--texto nav a {
          width: 100%;
          display: block;
          margin: 0 0 10px 0;
          text-align: center; }
          footer .footer--texto nav a:last-of-type {
            margin: 0; }
    footer .footer--logo img {
      margin: auto; }
    footer .footer--contacto {
      justify-content: center;
      margin: 0 0 15px 0; }
      footer .footer--contacto p {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0; }
        footer .footer--contacto p:last-of-type {
          margin: 0; }
        footer .footer--contacto p:nth-of-type(1) {
          margin: 0 0 10px 0; }
      footer .footer--contacto span {
        display: none; } }

.bloque__banner-texto {
  background-color: #13161C;
  color: #FFFFFF;
  padding: 90px 15px; }
  .bloque__banner-texto .linea {
    display: block;
    width: 60px;
    height: 5px;
    background-color: #FFFFFF;
    margin: 30px auto; }
  .bloque__banner-texto--titulo {
    margin: 0;
    padding: 0;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto-Light";
    font-weight: 300; }
  .bloque__banner-texto--subtitulo {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-family: "Roboto-Light";
    font-weight: 300; }
    .bloque__banner-texto--subtitulo a {
text-decoration: none;
color: white;
    }
    .bloque__banner-texto--subtitulo strong {
      font-family: "Roboto-Medium"; }

@media only screen and (max-width: 992px) {
  .bloque__banner-texto {
    padding: 30px 15px; }
    .bloque__banner-texto--titulo {
      font-size: 42px; } }

@media only screen and (max-width: 768px) {
  .bloque__banner-texto {
    padding: 30px 15px; }
    .bloque__banner-texto--titulo {
      font-size: 32px; }
    .bloque__banner-texto--subtitulo {
      font-size: 18px; }
      .bloque__banner-texto--subtitulo br {
        display: none; } }

@media only screen and (max-width: 576px) {
  .bloque__banner-texto--titulo {
    font-size: 28px; }
  .bloque__banner-texto--subtitulo {
    font-size: 16px; } }

.bloque__banner-producto {
  padding: 60px 15px; }
  .bloque__banner-producto .linea {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #13161C;
    margin: 30px auto; }
  .bloque__banner-producto--titulo {
    margin: 0;
    padding: 0;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto-Light";
    font-weight: 300; }
  .bloque__banner-producto--producto {
    padding: 10px;
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .bloque__banner-producto--producto .imagen {
      width: 48%;
      /* border: 1px solid #707070; */
      position: relative; }
      .bloque__banner-producto--producto .imagen img {
        width: 100%;
        height: 100%;
        max-height: 260px;
        min-height: 260px;
        border: 1px solid #707070;
        object-fit: cover; }
      .bloque__banner-producto--producto .imagen .aviso {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 90%;
        height: 80%;
        color: #13161C;
        text-transform: uppercase;
        background-color: #e4e4e4;
        top: 10%;
        left: 5%;
        z-index: 2; }
        .bloque__banner-producto--producto .imagen .aviso p {
          margin: 0;
          padding: 0;
          font-size: 28px; }
          .bloque__banner-producto--producto .imagen .aviso p:after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            margin: 7.5px auto 0 auto;
            background-color: #13161C; }
    .bloque__banner-producto--producto .contenido {
      width: 48%;
      padding: 10px; }
    .bloque__banner-producto--producto .precio {
      padding: 15px 10px; }
      .bloque__banner-producto--producto .precio p {
        margin: 0;
        padding: 0;
        font-family: "Roboto-Light";
        margin: 0 0 15px 0; }
        .bloque__banner-producto--producto .precio p strong {
          font-family: "Roboto-Bold"; }
        .bloque__banner-producto--producto .precio p:last-of-type {
          margin: 0; }
        .bloque__banner-producto--producto .precio p:first-of-type strong {
          text-transform: uppercase; }
    .bloque__banner-producto--producto .datos {
      padding: 15px 10px;
      border-top: 1px solid #707070; }
      .bloque__banner-producto--producto .datos p {
        margin: 0;
        padding: 0;
        font-family: "Roboto-Light";
        margin: 0 0 15px 0; }
        .bloque__banner-producto--producto .datos p strong {
          font-family: "Roboto-Bold"; }
        .bloque__banner-producto--producto .datos p:last-of-type {
          margin: 0; }
      .bloque__banner-producto--producto .datos.tableros {
        font-size: 20px; }
        .bloque__banner-producto--producto .datos.tableros #tableros_necesarios {
          border: 0;
          background-color: #e4e4e4;
          font-family: "Roboto-Bold";
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .bloque__banner-producto--producto .datos.tableros #tableros_necesarios:focus {
            outline: none;
            border: 0; }

@media only screen and (max-width: 992px) {
  .bloque__banner-producto--titulo {
    font-size: 42px; } }

@media only screen and (max-width: 768px) {
  .bloque__banner-producto {
    padding: 30px 15px; }
    .bloque__banner-producto--titulo {
      font-size: 32px; }
     }

@media only screen and (max-width: 576px) {
  .bloque__banner-producto--titulo {
    font-size: 28px; }
  .bloque__banner-producto--producto {
    flex-wrap: wrap; }
    .bloque__banner-producto--producto .imagen,
    .bloque__banner-producto--producto .contenido {
      width: 100%;
      height: 100%; }
     }
      section.bloque__listado-productos p.info-product {
          text-align: center;
          font-family: Roboto;
          font-size: 16px;
          margin: 0 0 30px 0;
      }
.bloque__listado-productos {
  padding: 90px 15px 30px 15px; }
  .bloque__listado-productos--titulo {
    margin: 0;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto-Light";
    font-weight: 300; }
  .bloque__listado-productos--listado {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .bloque__listado-productos--producto {
    padding: 10px;
    width: 31%;
    margin: 0 1% 60px 1%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .bloque__listado-productos--producto.sin-stock {
      position: relative; }
      .bloque__listado-productos--producto.sin-stock:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8); }
      .bloque__listado-productos--producto.sin-stock .imagen .aviso {
        display: flex; }
      .bloque__listado-productos--producto.sin-stock.producto-hover {
        background-color: #FFFFFF;
        color: #13161C; }
        .bloque__listado-productos--producto.sin-stock.producto-hover .boton button {
          border: 1px solid #13161C; }
          .bloque__listado-productos--producto.sin-stock.producto-hover .boton button a {
            color: #13161C; }
    .bloque__listado-productos--producto .imagen {
      display: flex;
      border: 1px solid #707070;
      overflow: hidden;
      position: relative; }
      .bloque__listado-productos--producto .imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .bloque__listado-productos--producto .imagen .aviso {
        display: none;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 90%;
        height: 80%;
        color: #13161C;
        text-transform: uppercase;
        background-color: #e4e4e4;
        top: 10%;
        left: 5%;
        z-index: 2; }
        .bloque__listado-productos--producto .imagen .aviso p {
          margin: 0;
          padding: 0;
          font-size: 28px; }
          .bloque__listado-productos--producto .imagen .aviso p:after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            margin: 7.5px auto 0 auto;
            background-color: #13161C; }
    .bloque__listado-productos--producto .modelo {
      padding: 20px 10px;
      border-bottom: 1px solid #707070; }
      .bloque__listado-productos--producto .modelo p {
        margin: 0;
        padding: 0;
        font-family: "Roboto-Medium";
        font-size: 22px;
        text-transform: uppercase;
        text-align: center; }
    .bloque__listado-productos--producto .selector {
      padding: 10px 10px;
      display: flex;
      align-items: center; }
      .bloque__listado-productos--producto .selector p {
        margin: 0;
        padding: 0;
        font-family: "Roboto-Light";
        min-width: 125px; }
        .bloque__listado-productos--producto .selector p strong {
          font-family: "Roboto-Bold"; }
      .bloque__listado-productos--producto .selector .fake-select {
        width: 100%; }
        .bloque__listado-productos--producto .selector .fake-select strong {
          font-family: "Roboto-Medium"; }
        .bloque__listado-productos--producto .selector .fake-select .select-selected {
          position: relative;
          padding: 0 15px 0 0; }
          .bloque__listado-productos--producto .selector .fake-select .select-selected:before {
            position: absolute;
            right: 0;
            top: 5px;
            margin: 0; }
          .bloque__listado-productos--producto .selector .fake-select .select-selected:hover {
            opacity: 1; }
      .bloque__listado-productos--producto .selector.dos, .bloque__listado-productos--producto .selector.tres {
        width: 48%;
        display: inline-flex; }
      .bloque__listado-productos--producto .selector.dos {
        margin: 0 1% 0 0; }
      .bloque__listado-productos--producto .selector.tres {
        margin: 0 0 0 1%;
        float: right; }
    .bloque__listado-productos--producto .precio {
      padding: 10px 10px 15px 10px;
      display: flex;
      justify-content: space-between; }
      .bloque__listado-productos--producto .precio p {
        margin: 0;
        padding: 0;
        font-family: "Roboto-Light"; }
        .bloque__listado-productos--producto .precio p strong {
          font-family: "Roboto-Bold"; }
    .bloque__listado-productos--producto .boton {
      text-align: center;
      margin: 10px 0 0 0; }
      .bloque__listado-productos--producto .boton input {
        padding: 7.5px 30px;
        border: 1px solid #13161C;
        margin: auto;
        color: #13161C;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: transparent;
        border-radius: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bloque__listado-productos--producto .boton input:hover {
          background-color: #13161C;
          color: #FFFFFF; }
    .bloque__listado-productos--producto.producto-hover {
      background-color: #13161C;
      color: #FFFFFF; }
      .bloque__listado-productos--producto.producto-hover .selector {
        color: #FFFFFF; }
        .bloque__listado-productos--producto.producto-hover .selector .fake-select .select-selected:before {
          background-image: url("static/assets/icono-flecha-blanco.svg"); }
      .bloque__listado-productos--producto.producto-hover .boton input {
        border: 1px solid #FFFFFF;
        color: #FFFFFF; }
        .bloque__listado-productos--producto.producto-hover .boton input:hover {
          background-color: transparent; }

@media only screen and (max-width: 992px) {
  .bloque__listado-productos {
    padding: 30px 15px; }
    .bloque__listado-productos--producto {
      width: 48%; } }

@media only screen and (max-width: 768px) {
  .bloque__listado-productos--titulo {
    font-size: 24px;
    margin: 0 0 30px 0; }
  .bloque__listado-productos--producto {
    width: 100%;
    max-width: 576px;
    margin: 0 auto 60px auto; }
    .bloque__listado-productos--producto:last-of-type {
      margin: 0 auto; }
    
    .bloque__listado-productos--producto .selector {
      flex-wrap: wrap; }
    .bloque__listado-productos--producto .precio p {
      width: 100%; }
      .bloque__listado-productos--producto .precio p:first-of-type {
        margin: 0 0 7.5px 0; }
    .bloque__listado-productos--producto .boton {
      margin: 0; } }

@media only screen and (max-width: 576px) {
  
  .bloque__listado-productos--producto .selector.dos, .bloque__listado-productos--producto .selector.tres {
    width: 100%; }
  .bloque__listado-productos--producto .selector.tres {
    margin: 0 0 10px 0;
    float: inherit; } }

.bloque__formulario {
  padding: 60px 15px;
  background-color: #e4e4e4;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .bloque__formulario .linea {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #13161C;
    margin: 30px auto; }
  .bloque__formulario--titulo {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto-Light";
    font-weight: 300; }
  .bloque__formulario--formulario {
    max-width: 992px;
    margin: auto;
    padding: 15px; }
    .bloque__formulario--formulario .wpcf7-submit:disabled {
      opacity: .2; }
    .bloque__formulario--formulario #pais-list {
      font-family: "Roboto-Light"; }
    .bloque__formulario--formulario form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .bloque__formulario--formulario form > span, .bloque__formulario--formulario form div {
        width: 32%; }
        .bloque__formulario--formulario form > span input, .bloque__formulario--formulario form div input {
          width: 100%; }
          .bloque__formulario--formulario form > span input::placeholder, .bloque__formulario--formulario form div input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #13161C;
            opacity: 1;
            /* Firefox */
            text-align: center;
            text-transform: uppercase; }
          .bloque__formulario--formulario form > span input:-ms-input-placeholder, .bloque__formulario--formulario form div input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #13161C;
            text-align: center;
            text-transform: uppercase; }
          .bloque__formulario--formulario form > span input::-ms-input-placeholder, .bloque__formulario--formulario form div input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #13161C;
            text-align: center;
            text-transform: uppercase; }
      .bloque__formulario--formulario form input {
        border: 0;
        padding: 12px;
        margin: 0 0 5px 0;
        border-radius: 0px; }
        .bloque__formulario--formulario form input[type=checkbox] {
          width: auto; }
        .bloque__formulario--formulario form input[type=submit] {
          width: auto;
          margin: 30px auto 0 auto;
          background-color: #13161C;
          color: #FFFFFF;
          text-transform: uppercase; }
      .bloque__formulario--formulario form .fake-select {
        text-align: center;
        text-transform: uppercase;
        padding: 12px;
        margin: 0 0 20px 0;
        background-color: #FFFFFF; }
        .bloque__formulario--formulario form .fake-select .select-selected {
          max-width: 100%;
          justify-content: center;
          position: relative; }
          .bloque__formulario--formulario form .fake-select .select-selected::before {
            position: absolute;
            right: 0px;
            top: 5px; }
        .bloque__formulario--formulario form .fake-select .select-items {
          top: 101%;
          background-color: #707070;
          width: 100%;
          max-width: 100%;
          max-height: 150px;
          overflow-y: scroll;
          overflow-x: hidden; }
          .bloque__formulario--formulario form .fake-select .select-items > div {
            color: #FFFFFF;
            width: 100%; }
      .bloque__formulario--formulario form .checkbox {
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 12px;
        position: relative; }
        .bloque__formulario--formulario form .checkbox a {
          color: #13161C;
          opacity: .5; }
        .bloque__formulario--formulario form .checkbox:nth-of-type(2) {
          justify-content: flex-start; }

@media only screen and (max-width: 992px) {
  .bloque__formulario--titulo {
    font-size: 42px; }
  .bloque__formulario--formulario {
    max-width: 768px; }
    .bloque__formulario--formulario form > span, .bloque__formulario--formulario form div {
      width: 48%; }
    .bloque__formulario--formulario form .checkbox {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0 0 15px 0; }
      .bloque__formulario--formulario form .checkbox:last-of-type {
        justify-content: center;
        margin: 0; } }

@media only screen and (max-width: 768px) {
  .bloque__formulario {
    padding: 30px 15px; }
    .bloque__formulario--titulo {
      font-size: 32px; }
    .bloque__formulario--formulario form > span, .bloque__formulario--formulario form div {
      width: 100%;
      max-width: 48%;
      margin: 0 auto 7.5px auto; }
    .bloque__formulario--formulario form input {
      margin: 0; }
    .bloque__formulario--formulario form .fake-select {
      margin: 0 auto 7.5px auto; }
      .bloque__formulario--formulario form .fake-select > div {
        margin: 0; }
    .bloque__formulario--formulario form .checkbox {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 15px auto; }
      .bloque__formulario--formulario form .checkbox:last-of-type {
        justify-content: center;
        margin: 0 auto; } }

@media only screen and (max-width: 576px) {
  .bloque__formulario--titulo {
    font-size: 28px; }
  .bloque__formulario--formulario form > span, .bloque__formulario--formulario form div {
    max-width: 320px; } }

.bloque__ligthbox {
  overflow-y: auto;
  background-color: rgba(214, 213, 213, 1);
  position: fixed;
  bottom: -100vh;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  padding: 60px 15px 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bloque__ligthbox.active {
    opacity: 1;
    bottom: 0; }
  .bloque__ligthbox--cerrar {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 25px;
    height: 25px;
    z-index: 4; }
    .bloque__ligthbox--cerrar img {
      width: 100%; }
  .bloque__ligthbox--btn {
    padding-top: 30px;
    padding-bottom: 50px;
    cursor: pointer;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 25px;
  }


.elementor-element {
  width: 100%!important;
}

header {
  background-color: rgba(255,255,255,.9)!important;
  height: 80px!important;
  top: 0!important;
  display: flex!important;
  justify-content: center!important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

header .header--menu {
  position: absolute;
  right: 0;
  display: none!important;
}

header .header--menu-idiomas a {
  color: #060606;
  font-weight: bold;
}

header .header--logo img {
  max-height: 100%!important;
  max-width: 240px!important;
}

@media (max-width:768px) {
  
  header .header--menu {
    height: 35px;
    top: 90px;
    display: flex;
  }

  header .header--menu-idiomas a {
    font-size: 14px;
  }

  header .header--menu {
    right: -15px;
  }
}

section.bloque_banner-imagen {
  width: 100%;
}

section.bloque_banner-imagen img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.elementor-element-4b1a36b .elementor-container {
  max-width: 100%!important;
  width: 100%!important;
}


.bloque__formulario select {
  height: 41px;
  border: none;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 5px;
  background: #e7e7e7;
}

.bloque__formulario  span.wpcf7-form-control-wrap {
  padding-bottom: 20px;
}

section.bloque__listado-productos p.info-product {
  padding: 0 10px;
}

.bloque__formulario h2.bloque__formulario--conf {
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto-Light";
  font-weight: 300;
}

.bloque__banner-producto .info-collect .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.bloque__banner-producto .info-collect .select > span {
  font-size: 18px;
}

.bloque__banner-producto .info-collect .content p {
  font-size: 16px;
  line-height: 23px;
}

.bloque__banner-producto .content b:not(:last-child) {
  margin-bottom: 7px!important;
  margin-top: 5px;
}

.bloque__banner-producto .content b {
  margin-top: 5px;
  display: block;
}

.bloque__banner-producto .content {
  display: none;
}


.bloque__banner-producto .info-collect .content.open {
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: block;
}

@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

.footer-top {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  border-top: 2px solid black;
  padding-top: 20px;
}

.footer-top p {
  text-align: center;
  font-size: 16px;
  margin-bottom: -5px;
  font-family: 'Roboto';
}

.info-collect svg {
  transition: transform 0.5s ease;
}

.info-collect.open svg {
    transform: rotate(180deg);
}

.wpcf7 form .wpcf7-response-output {
  width: 100%;
}

.otgs-development-site-front-end {
  display: none!important;
}

.elementor-row .box-confirmed {
  max-width: 70%;
  margin: 0 auto;
}

div#signup-content {
  margin-top: 150px;
  margin-bottom: 100px;
}

header.page-header {
  position: relative!important;
  top: inherit!important;
  right: inherit!important;
  left: inherit!important;
  height: fit-content!important;
  background: none!important;
  padding-top: 80px;
}

.bloque__listado-productos--producto .selector.dos.active .select-selected:after,
.bloque__listado-productos--producto .selector.tres.active .select-selected:after {
  content: "";
  width: 16px;
  border: 1px solid black;
  position: relative;
  top: 7px;
  left: 16px;
  border-radius: 10px;
}

.bloque__listado-productos--producto .selector.dos:not(.active) .select-selected:before,
.bloque__listado-productos--producto .selector.tres:not(.active) .select-selected:before {
  opacity: 0.4;
}