/*
	Theme Name: Roibos 2025 (Casas + interiores)
	Theme URI: http://roibos.casa/
	Version: 3.0.0
	Author: MINNIM
	Author URI: https://minnim.tv

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("fontawesome/css/fontawesome.min.css?2");
@import url("fontawesome/css/all.min.css?2");
html,
body,
h1,
h2,
h3,
p,
ul,
li,
article {
  margin: 0;
  padding: 0;
}

main,
article {
  display: block;
}

ul,
li {
  list-style: none;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

a,
img,
a:active,
*:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=submit],
textarea,
.wpcf7-text,
.wpcf7-select,
.wpcf7-submit {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 10px;
  -webkit-appearance: textarea;
  -webkit-appearance: none;
  border-radius: 0;
}

.wpcf7-acceptance {
  border-radius: 0;
}

.qtranxs-available-languages-message {
  display: none;
}

body {
  position: relative;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 10px;
  font-size: calc(7px + 3 * (100vw - 320px) / 1600);
  text-align: center;
  color: #000;
  background: #FFF;
}
body:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 8em;
  height: 8em;
  border-radius: 100%;
  background: url(img/loading.svg) no-repeat center #000;
  background-size: 100% auto;
  margin: -4em 0 0 -4em;
  z-index: 310;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.loaded body:after {
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
}

p {
  font-size: 2em;
}
p a {
  color: #000;
  text-decoration: underline;
}

.centrado {
  max-width: 1920px;
  padding: 0 max(2.5em, 4.2vw);
  margin: 0 auto;
}

.columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
}
.loaded #wrapper {
  opacity: 1;
}

.aOpacidad {
  opacity: 0;
  -webkit-transition: opacity 1s 0.2s ease-out;
  transition: opacity 1s 0.2s ease-out;
}
.aOpacidad.show {
  opacity: 1;
}

.aTop {
  opacity: 0;
  -webkit-transform: translateY(8em);
      -ms-transform: translateY(8em);
          transform: translateY(8em);
  -webkit-transition: all 0.6s 0.2s ease-out;
  transition: all 0.6s 0.2s ease-out;
}
.aTop.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.loaded .aTop.aOnLoad {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.aLeft {
  opacity: 0;
  -webkit-transform: translateX(20vw);
      -ms-transform: translateX(20vw);
          transform: translateX(20vw);
  -webkit-transition: opacity 0.6s 0.2s ease-out, -webkit-transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.2s ease-out, -webkit-transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.2s ease-out, transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.2s ease-out, transform 0.6s 0.2s ease-out, -webkit-transform 0.6s 0.2s ease-out;
}
.aLeft.show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.columnas .aScroll:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.columnas .aScroll:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.columnas .aScroll:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.boton,
.botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.boton a, .boton span,
.botones a,
.botones span {
  display: block;
  min-width: 10em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.9em 2em;
  border-radius: 0.4em;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
}
.no-touch .boton a:hover, .no-touch .boton span:hover,
.no-touch .botones a:hover,
.no-touch .botones span:hover {
  color: #FFF;
  background: #000;
}

h1 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-weight: 400;
  font-size: 4.8em;
  line-height: 1;
  word-spacing: 0.2em;
  padding: 0.21em 0.4em 0.24em;
  margin: 0 0 0.6em;
}

h2 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 3.6em;
  line-height: 1.1;
  margin-bottom: 1em;
}

.contenedor-menus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  bottom: 0;
  color: #000;
  padding-top: 14em;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #eae2cf;
  z-index: 100;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.menu-activo .contenedor-menus {
  width: 100%;
}
.contenedor-menus .centrado-vertical {
  display: table;
  width: 100%;
  height: 100%;
}
.contenedor-menus .centrado-vertical .bloque {
  position: relative;
  display: table-cell;
  height: auto;
  padding-bottom: 10em;
  vertical-align: top;
}
.contenedor-menus .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-top: 1px solid #000;
}
.contenedor-menus .menu > ul > li {
  height: auto;
}
.contenedor-menus .menu ul {
  white-space: nowrap;
  text-align: left;
  margin-left: 0;
}
.contenedor-menus .menu ul ul {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 1em;
  padding: 0;
}
.contenedor-menus .menu li {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.contenedor-menus .menu a {
  position: relative;
  display: block;
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 3.6em;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0.64em;
  opacity: 1;
}
.no-touch .contenedor-menus .menu a:hover {
  opacity: 0.5;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.contenedor-menus .menu a b {
  font-size: 1.2em;
  font-family: ProximaNova-Bold, sans-serif;
}
.contenedor-menus nav.menu li a {
  letter-spacing: 0.01em;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(50vw);
      -ms-transform: translateX(50vw);
          transform: translateX(50vw);
}
.menu-activo .contenedor-menus nav.menu li a {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.contenedor-menus nav.menu li:nth-of-type(2) a {
  -webkit-transition-duration: 0.5s, 0.5s;
          transition-duration: 0.5s, 0.5s;
}
.contenedor-menus nav.menu li:nth-of-type(3) a {
  -webkit-transition-duration: 0.6s, 0.6s;
          transition-duration: 0.6s, 0.6s;
}
.contenedor-menus nav.menu li:nth-of-type(4) a {
  -webkit-transition-duration: 0.7s, 0.7s;
          transition-duration: 0.7s, 0.7s;
}
.contenedor-menus nav.menu li:nth-of-type(5) a {
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
}
.contenedor-menus nav.menu li:nth-of-type(6) a {
  -webkit-transition-duration: 0.9s, 0.9s;
          transition-duration: 0.9s, 0.9s;
}
.contenedor-menus nav.menu li:nth-of-type(7) a {
  -webkit-transition-duration: 1s, 1s;
          transition-duration: 1s, 1s;
}
.contenedor-menus nav.menu li:nth-of-type(8) a {
  -webkit-transition-duration: 1.1s, 1.1s;
          transition-duration: 1.1s, 1.1s;
}

.menu-extra {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#qtranslate-chooser {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 3em 2em;
  overflow: hidden;
  -webkit-transition: opacity 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
  transition: opacity 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
  transition: opacity 1.1s ease-in-out, transform 1.1s ease-in-out;
  transition: opacity 1.1s ease-in-out, transform 1.1s ease-in-out, -webkit-transform 1.1s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(50vw);
      -ms-transform: translateX(50vw);
          transform: translateX(50vw);
}
.menu-activo #qtranslate-chooser {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
#qtranslate-chooser li {
  position: relative;
  font-size: 2em;
  line-height: 1.1;
  padding: 0.1em 1.3em 0.1em 1.2em;
}
#qtranslate-chooser li::after {
  content: "";
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  right: 0;
  width: 2px;
  background: #000;
}
#qtranslate-chooser li.active a {
  font-family: ProximaNova-Bold, sans-serif;
  text-decoration: none;
  border-bottom: none;
}
.no-touch #qtranslate-chooser li.active a:hover {
  opacity: 1;
}
#qtranslate-chooser li:last-child:after {
  display: none;
}
#qtranslate-chooser li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.08em 0;
  border-bottom: 1px solid #000;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.no-touch #qtranslate-chooser li a:hover {
  opacity: 0.5;
}

#boton_menu {
  position: absolute;
  top: 1.8em;
  right: 0;
  display: block;
  padding: 3em 3em;
  z-index: 200;
  margin-right: -1.55em;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#boton_menu svg {
  position: absolute;
  top: -2.15em;
  left: -1.45em;
  width: 5.6em;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#boton_menu .icon {
  position: relative;
  width: 2.7em;
  height: 2.1em;
  text-indent: -9999px;
  z-index: 1;
}
#boton_menu span {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#boton_menu span:nth-of-type(2), #boton_menu span:nth-of-type(3) {
  top: 0.9em;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: background 0.2s ease-in-out, width 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: background 0.2s ease-in-out, width 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background 0.2s ease-in-out, width 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background 0.2s ease-in-out, width 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: rotate(0deg) translateX(-50%);
      -ms-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
}
#boton_menu span:nth-of-type(4) {
  top: 1.8em;
  bottom: 0;
}
.no-touch #boton_menu:hover svg {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.menu-activo #boton_menu span:nth-of-type(1) {
  top: 50%;
  margin: -1.7em 0 0;
  opacity: 0;
}
.menu-activo #boton_menu span:nth-of-type(4) {
  bottom: 50%;
  margin: 1.7em 0 0;
  opacity: 0;
}
.menu-activo #boton_menu span:nth-of-type(2) {
  -webkit-transform: rotate(135deg) translateX(-50%);
      -ms-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
}
.menu-activo #boton_menu span:nth-of-type(3) {
  -webkit-transform: rotate(-135deg) translateX(-50%);
      -ms-transform: rotate(-135deg) translateX(-50%);
          transform: rotate(-135deg) translateX(-50%);
}
#boton_menu .contorno {
  fill: #000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 11em;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11em;
  max-height: 0;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.loaded header {
  opacity: 1;
}
.loaded header .logo,
.loaded header #boton_menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
header .centrado {
  position: relative;
}
header .logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo a {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  z-index: 10;
}
header .logo a::after {
  display: block;
  padding-bottom: 39.8%;
}
header .logo a span {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
header .logo img {
  display: block;
  width: 18.5em;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
header .logo .white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.scrolled header:before {
  max-height: 11em;
}

.header-contenido {
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

#aviso-cookies {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  color: #FFF;
  background: rgba(0, 0, 0, 0.9);
  z-index: 200;
  overflow: hidden;
}
#aviso-cookies .centrado {
  max-width: 800px;
  padding: 1.5em 1.5em 1.2em;
  margin: 0 auto;
}
#aviso-cookies .titular {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
#aviso-cookies .titular:after {
  left: 50%;
  margin-left: -4.5em;
}
#aviso-cookies a {
  text-decoration: underline;
  color: #000;
  color: #FFF;
}
#aviso-cookies p {
  font-size: 1em;
  margin-bottom: 1em;
}
#aviso-cookies .boton {
  padding-top: 0.5em;
  margin-bottom: 0.8em;
}
#aviso-cookies .boton a {
  display: block;
  width: auto;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  text-decoration: none;
  padding: 0.6em 2em;
  border-radius: 0.4em;
  background: #555;
}
.no-touch #aviso-cookies .boton a:hover {
  color: #000;
  background: #FFF;
}
#aviso-cookies .denegar {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  color: #FFF;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0;
  background: none;
}
.no-touch #aviso-cookies .denegar:hover {
  background: none;
  color: #000;
  color: #FFF;
}
.cookies-policy #aviso-cookies, .politica-de-cookies #aviso-cookies {
  max-height: 0;
}

.wpcf7 {
  position: relative;
  font-size: 1em;
}
.wpcf7 p {
  display: inline-block;
  margin-bottom: 0 !important;
}
.wpcf7 a {
  color: #000;
}
.wpcf7 *::-webkit-input-placeholder {
  font-size: 0.85em;
  color: #000;
  opacity: 1; /* Firefox */
}
.wpcf7 *::-moz-placeholder {
  font-size: 0.85em;
  color: #000;
  opacity: 1; /* Firefox */
}
.wpcf7 *:-ms-input-placeholder {
  font-size: 0.85em;
  color: #000;
  opacity: 1; /* Firefox */
}
.wpcf7 *::-ms-input-placeholder {
  font-size: 0.85em;
  color: #000;
  opacity: 1; /* Firefox */
}
.wpcf7 *::placeholder {
  font-size: 0.85em;
  color: #000;
  opacity: 1; /* Firefox */
}
.wpcf7 *::-webkit-input-placeholder {
  font-size: 0.85em;
  color: #000 !important;
}
.wpcf7 *:-moz-placeholder {
  font-size: 0.85em;
  color: #000 !important;
}
.wpcf7 *:-ms-input-placeholder {
  font-size: 0.85em;
  color: #000 !important;
}
.wpcf7 *::-ms-input-placeholder {
  font-size: 0.85em;
  color: #000 !important; /* Microsoft Edge */
}
.wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 46%;
  text-align: left;
  vertical-align: top;
  margin: 0 2% 0.8em 2%;
}
.wpcf7 .wpcf7-form-control-wrap:nth-of-type(5) {
  width: 96%;
}
.wpcf7 .wpcf7-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 2.3em;
  color: #000;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 0.8em;
  line-height: 2em;
  padding: 0 0.8em;
  border: 1px solid #000;
  background: transparent;
}
.wpcf7 .wpcf7-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 5.4em;
  color: #000;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.6em 0.8em;
  border: 1px solid #000;
  background: transparent;
}
.wpcf7 .wpcf7-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 36px;
  color: #000;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 14px;
  line-height: 35px;
  padding: 0 12px;
  border: 1px solid #000;
  background: transparent;
}
.wpcf7 .wpcf7-submit {
  width: 8em;
  height: 32px;
  color: #000;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
  cursor: pointer;
  padding: 0 25px;
  margin: 0;
  border: none;
  background: transparent;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-touch .wpcf7 .wpcf7-submit:hover {
  background: #AAA;
}
.wpcf7 .submitting .wpcf7-submit {
  opacity: 0;
}
.wpcf7 .submitting .wpcf7-spinner {
  opacity: 1;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  min-width: 0;
  padding: 0;
  margin: -0.5em 0 0 -0.5em;
  background: url(img/loading.svg) no-repeat center #000;
  background-size: 115% auto;
  z-index: 10;
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.wpcf7 .wpcf7-spinner:before {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e64848;
  font-size: 0.75em;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #e64848;
  color: #e64848;
}
.wpcf7 form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  border-width: 1px;
  border-color: #e64848;
  color: #e64848;
  font-size: 1.8em;
  line-height: 1.4;
  padding: 1em;
  margin: 1em 2% 0;
}
.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #16a82f;
  color: #16a82f;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #e64848;
  color: #e64848;
  padding: 1em;
  margin: 1em 2% 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #16a82f;
  color: #16a82f;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: pointer;
}
.wpcf7 .fila {
  width: 96%;
  text-align: left;
  margin: 0 0 2em 2%;
}
.wpcf7 .fila .check {
  text-align: left;
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wpcf7 .fila .check .wpcf7-form-control-wrap {
  width: auto;
  margin: 0;
}
.wpcf7 .fila .check p {
  font-size: 1em;
}
.wpcf7 .fila .check input {
  margin: 0 0.5em 0 0;
}
.wpcf7 .fila .recaptcha .wpcf7-form-control-wrap {
  display: block;
  width: 305px;
  margin: 0 -4px 0 auto;
}
.wpcf7 .fila a {
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: normal;
}
.wpcf7 .opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: flex;
      -ms-flex-pack: flex;
          justify-content: flex;
}
.wpcf7 .opciones .check-1 {
  margin-right: 2em;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .boton {
  position: relative;
}
.wpcf7 .boton .ajax-loader {
  float: right;
  margin: 5px 6px 0 0;
}
.wpcf7 p:last-child {
  margin-bottom: 0;
}

.boton_down {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -31px;
  z-index: 10;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.boton_down span:after {
  background-image: url("img/flecha_down.svg");
}

.footer {
  text-align: center;
}
.footer a {
  text-decoration: underline;
  color: #FFF;
}
.footer .contenedor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  padding: 3em 0 3em;
  background: #000;
}
.footer .redes {
  padding: 0 0 2em;
  margin-bottom: 2.2em;
  border-bottom: 1px solid #FFF;
}
.footer .redes ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer .redes li {
  white-space: nowrap;
  margin: 0 1.8em;
}
.footer .redes li a {
  display: block;
  color: #FFF;
  text-align: left;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  text-decoration: none;
}
.footer .redes li a:after {
  white-space: nowrap;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  text-indent: 0;
}
.no-touch .footer .redes li a:hover {
  color: #BBB;
}
.footer .redes li.facebook a:after {
  content: "\f39e";
  font-size: 1.3rem;
}
.footer .redes li.twitter a:after {
  content: "\e61b";
  font-size: 1.4rem;
}
.footer .redes li.youtube a:after {
  content: "\f167";
}
.footer .redes li.linkedin a:after {
  content: "\f0e1";
}
.footer .redes li.pinterest a:after {
  content: "\f231";
}
.footer .redes li.instagram a:after {
  content: "\f16d";
  font-size: 1.7rem;
}
.footer .columnas {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.footer .col-1 {
  text-align: left;
  font-size: 1.5em;
}
.footer .menu-legales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.5em;
}
.footer .menu-legales ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .menu-legales li {
  display: block;
  white-space: nowrap;
  padding: 0.5em 0;
}
.footer .menu-legales li:after {
  content: "-";
  display: inline-block;
  padding: 0 0.5em;
}
.footer .copyright {
  display: inline-block;
  white-space: nowrap;
  padding: 0.5em 0;
}
.footer .distribuidor img {
  display: block;
  width: 22.4em;
  min-width: 110px;
}

.boton_ver {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-family: ProximaNova-Bold, sans-serif;
  text-decoration: none;
  padding: 4px 18px;
  border: 1px solid #000;
  margin: 0 0 10px;
}
.no-touch .boton_ver:hover, .boton_ver:focus {
  color: #FFF;
  background: #000;
}

.bloque-contacto {
  width: 100%;
}
.bloque-contacto .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 35vw;
  padding: 3em 3em 5em;
}
.bloque-contacto .back-img {
  background: no-repeat center center;
  background-size: cover;
}
.bloque-contacto .back-img img {
  display: block;
  width: 100%;
  visibility: hidden;
}
.bloque-contacto .contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eae2cf;
}
.bloque-contacto .contacto p {
  margin-bottom: 0.7em;
}
.bloque-contacto .mapa {
  position: relative;
  background-color: #ebe3ce;
}
.bloque-contacto .mapa a {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.bloque-contacto h2 {
  font-size: 6.6em;
  font-family: "PP Hatton Semibold", sans-serif;
  line-height: 1;
  padding: 0.3em 0 0.5em;
  margin-bottom: 0;
}
.bloque-contacto p {
  font-size: 2.2em;
  margin-bottom: 1.2em;
}
.bloque-contacto p a {
  font-family: ProximaNova-Bold, sans-serif;
}
.bloque-contacto .formulario {
  max-width: 640px;
  margin: 0 auto;
}
.bloque-contacto .formulario p {
  margin-bottom: 0.3em;
}
.bloque-contacto .formulario .boton p {
  display: block;
  text-align: center;
  margin: 0;
}
.bloque-contacto .wpcf7-submit {
  display: inline-block;
  text-align: center;
  width: auto;
  min-width: 11em;
  height: 2.6em;
  font-size: 0.9em;
  letter-spacing: 0.12em;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0.35em;
  padding: 0 2em;
}
.no-touch .bloque-contacto .wpcf7-submit:hover {
  color: #FFF;
  background: #000;
}

section .centrado.corto {
  max-width: 1020px;
}
section .cabecera {
  position: relative;
  margin-bottom: 7em;
  border-bottom: 1px solid #000;
  z-index: 3;
  overflow: hidden;
}
section .cabecera h1 {
  padding: 2.4em 0 0.1em;
  margin: 0 0 0.1em;
}
section .cabecera h1 a {
  color: #000;
}
section .img_pral {
  position: relative;
  margin-bottom: 4em;
  z-index: 1;
}
section .img_pral:before {
  content: "";
  position: absolute;
  top: -600px;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #ede5d8;
  z-index: 1;
}
section .img_pral .imagen {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(8em);
      -ms-transform: translateY(8em);
          transform: translateY(8em);
  -webkit-transition: all 0.8s 0.5s ease-out;
  transition: all 0.8s 0.5s ease-out;
}
section .img_pral .imagen:after {
  content: "";
  display: block;
  padding-bottom: 44.89%;
}
section .img_pral .imagen img {
  position: absolute;
  width: 100%;
  visibility: hidden;
}
section .img_pral.show .imagen {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
section .contenido {
  margin-bottom: 7em;
}
section .contenido p {
  max-width: 900px;
  margin: 0 auto 1.5em;
}

.bloque_descripcion {
  padding: 6em 0 4em;
}
.bloque_descripcion .centrado {
  max-width: 780px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.bloque_descripcion p {
  font-size: 2.4em;
  margin: 0 0 1em;
}
.bloque_descripcion p strong {
  font-weight: 400;
}

.home .logo {
  top: 4em;
  padding-left: 10.6em;
  -webkit-transition: top 0.3s linear, padding 0.3s 0.4s ease-in-out;
  transition: top 0.3s linear, padding 0.3s 0.4s ease-in-out;
}
.home .logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 9em;
  height: 9em;
  background: url("img/roibos.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transition: all 0.3s 0.5s ease-in-out;
  transition: all 0.3s 0.5s ease-in-out;
}
.home .logo img {
  width: 24.5em;
}
.home .logo .black {
  opacity: 0;
}
.home .logo .white {
  opacity: 1;
}
.scrolled .home .logo {
  top: 2em;
  padding-left: 0;
}
.scrolled .home .logo:before {
  left: -10.6em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrolled .home .logo img {
  width: 18.5em;
}
.scrolled .home .logo .black {
  opacity: 1;
}
.scrolled .home .logo .white {
  opacity: 0;
}
.home #boton_menu {
  top: 3em;
}
.home #boton_menu .contorno {
  fill: #FFF;
}
.home #boton_menu span {
  background: #FFF;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.scrolled .home #boton_menu {
  top: 1.8em;
}
.scrolled .home #boton_menu .contorno {
  fill: #000;
}
.scrolled .home #boton_menu span {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #000;
}
.home.menu-activo #boton_menu .contorno {
  fill: #000;
}
.home.menu-activo #boton_menu span {
  background: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .contenedor_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 1;
  background-color: #000;
}
.home .contenedor_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home .bloque_intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 41.66vw;
  color: #FFF;
  background: no-repeat center #000;
  background-size: cover;
  margin: 0 0 7em;
  overflow: hidden;
}
.home .bloque_intro p {
  max-width: 770px;
  padding: 0 3em;
  margin: 0 auto 1.6em;
}
.home .bloque_intro.show .intro_pie {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.home .bloque_intro .distribuidor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.8em 0 0;
  border-top: 1px solid #FFF;
}
.home .bloque_intro .distribuidor img {
  display: block;
  width: 13.5em;
}
.home .intro_pie {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 3.6em;
  z-index: 2;
  text-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.home .intro_pie .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.home .intro_pie .fila {
  width: 100%;
}
.home .intro_pie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2em;
}
.home .intro_pie li {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  white-space: nowrap;
  margin-bottom: 0.7em;
}
.home .intro_pie li::before {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}
.home .intro_pie li:first-child::before {
  display: none;
}
.home .intro_pie li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding-top: 5px;
  border-top: 1px solid transparent;
}
.no-touch .home .intro_pie li a:hover {
  border-top: 1px solid #FFF;
}
.home .projects h2 {
  border-bottom: 1px solid #000;
}
.home .projects h2 a {
  color: #000;
  text-decoration: none;
}
.home .projects .listado {
  padding-top: 4em;
}

.home .destacados,
.page-template-interiores .destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .destacado,
.page-template-interiores .destacado {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 7em;
  background: #ede5d8;
}
.home .destacado:nth-of-type(2n) .columnas,
.page-template-interiores .destacado:nth-of-type(2n) .columnas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .destacado .col,
.page-template-interiores .destacado .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 3em 3em 5em;
  min-height: 35vw;
}
.home .destacado.doble,
.page-template-interiores .destacado.doble {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.home .destacado.doble .col,
.page-template-interiores .destacado.doble .col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.home .destacado a,
.page-template-interiores .destacado a {
  display: block;
  color: #000;
}
.no-touch .home .destacado a:hover .boton span,
.no-touch .page-template-interiores .destacado a:hover .boton span {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.home .destacado .texto,
.page-template-interiores .destacado .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.home .destacado .texto img,
.page-template-interiores .destacado .texto img {
  display: block;
  width: 38%;
  max-width: 344px;
  margin-bottom: 3em;
}
.home .destacado .back-img,
.page-template-interiores .destacado .back-img {
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.home .destacado .back-img img,
.page-template-interiores .destacado .back-img img {
  position: absolute;
  display: block;
  width: 100%;
  visibility: hidden;
}
.home .destacado h2,
.page-template-interiores .destacado h2 {
  font-size: 6.6em;
  font-family: "PP Hatton Semibold", sans-serif;
  line-height: 1;
  padding: 0.3em 0 0.7em;
  margin-bottom: 0;
}
.home .destacado p,
.page-template-interiores .destacado p {
  font-size: 2.2em;
  margin-bottom: 1.2em;
}

.centrado-contenido {
  max-width: 900px;
  text-align: left;
  font-size: 2em;
  line-height: 1.4;
  margin: 0 auto;
}
.centrado-contenido strong,
.centrado-contenido h1,
.centrado-contenido h2,
.centrado-contenido h3,
.centrado-contenido h4 {
  font-family: ProximaNova-Bold, sans-serif;
  font-weight: 400;
}
.centrado-contenido h4 {
  margin: 0;
}
.centrado-contenido p {
  margin-bottom: 1.2em;
}

#post-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 50vh;
  padding-top: 2em;
}
#post-404 h1 {
  font-size: 3.5em;
  margin-bottom: 0;
}
#post-404 p {
  font-size: 2.5em;
}

.page-template-template-legales #wrapper {
  padding: 11em 0 0;
}
.page-template-template-legales section {
  text-align: left;
  padding-bottom: 4em;
}
.page-template-template-legales section .centrado {
  max-width: 1080px;
}
.page-template-template-legales section h1 {
  text-align: center;
}
.page-template-template-legales section h3 {
  font-size: 2.2em;
  padding: 1.5em 0 0;
  margin: 0 0 0.6em;
}
.page-template-template-legales section h4 {
  font-size: 2em;
  padding: 1em 0 0;
  margin: 0 0 0.4em;
}
.page-template-template-legales section p {
  margin-bottom: 1em;
}
.page-template-template-legales section ul {
  font-size: 2em;
  margin-bottom: 1.6em;
}
.page-template-template-legales section li {
  list-style: disc;
  margin: 0 0 0.8em 2em;
}
.page-template-template-legales section .cabecera {
  margin-bottom: 5em;
}

.page-template-template-contacto .bloque-contacto > .columnas {
  min-height: 100vh;
  max-height: 1080px;
}

.page-template-categoria section {
  overflow: hidden;
}
.page-template-categoria section .centrado {
  max-width: 1490px;
}
.page-template-categoria section .cabecera {
  margin-bottom: 3em;
  border-bottom: none;
}
.page-template-categoria section .cabecera .centrado {
  max-width: 1920px;
}
.page-template-categoria section .cabecera.show .submenu li {
  opacity: 1;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.page-template-categoria section .cabecera.show .submenu li:nth-of-type(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.page-template-categoria section h1 {
  border: none;
}
.page-template-categoria section h2 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 6.6em;
  padding: 0.8em 0;
  margin-bottom: 0;
}
.page-template-categoria section h3 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 3.6em;
  line-height: 1.2;
  margin: 0 0 0.6em;
}
.page-template-categoria section .submenu {
  position: relative;
  z-index: 10;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-template-categoria section .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0 1.25em;
}
.page-template-categoria section .submenu li {
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.2s ease-out;
  transition: opacity 0.8s 0.2s ease-out;
}
.page-template-categoria section .submenu li:after {
  content: ".";
  display: inline-block;
  padding: 0 1em;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 1.4em;
}
.page-template-categoria section .submenu li:last-child:after {
  display: none;
}
.page-template-categoria section .submenu a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 2em;
  padding: 0.25em 0 0;
}
.page-template-categoria section .boton-volver {
  padding: 3em 0 6em;
}
.page-template-categoria section .intro {
  position: relative;
  line-height: 1.2;
  padding: 0 0 3em;
  z-index: 3;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-template-categoria section .intro p {
  font-size: 3.6em;
}
.page-template-categoria section .pral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.2em;
}
.page-template-categoria section .fila-extra {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-template-categoria section .fila-extra .col-textos {
  text-align: right;
  padding-right: 4em;
  padding-left: 0;
}
.page-template-categoria section .fila-extra .col-textos h3,
.page-template-categoria section .fila-extra .col-textos p {
  margin-left: auto;
}
.page-template-categoria section .img_pral {
  margin-bottom: 0;
}
.page-template-categoria section .img_pral:before {
  background-color: #ece5d7;
}
.page-template-categoria section .subcategorias {
  padding-bottom: 3em;
}
.page-template-categoria section .subcategoria {
  padding-bottom: 3em;
  background-color: #ece5d7;
}
.page-template-categoria section .subcategoria:nth-child(even) {
  padding-bottom: 3em;
  background-color: #FFF;
}
.page-template-categoria section .subcategoria:nth-child(even) .pral {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-template-categoria section .subcategoria:nth-child(even) .col-textos {
  text-align: right;
  padding-right: 4em;
  padding-left: 0;
}
.page-template-categoria section .subcategoria:nth-child(even) .col-textos h3,
.page-template-categoria section .subcategoria:nth-child(even) .col-textos p {
  margin-left: auto;
}
.page-template-categoria section .subcategoria:nth-child(even) .fila-extra {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-template-categoria section .subcategoria:nth-child(even) .fila-extra .col-textos {
  text-align: left;
  padding-right: 0;
  padding-left: 4em;
}
.page-template-categoria section .subcategoria:nth-child(even) .fila-extra .col-textos h3,
.page-template-categoria section .subcategoria:nth-child(even) .fila-extra .col-textos p {
  margin-left: 0;
}
.page-template-categoria section .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.2em 3em;
}
.page-template-categoria section .col-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.page-template-categoria section .col-img img {
  display: block;
  max-width: 100%;
}
.page-template-categoria section .col-img.vertical {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.page-template-categoria section .col-textos {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
  padding-left: 4em;
}
.page-template-categoria section .col-textos h3 {
  max-width: 580px;
}
.page-template-categoria section .col-textos p {
  max-width: 580px;
  font-size: 2.4em;
  line-height: 1.3;
  margin-bottom: 1.1em;
}
.page-template-categoria section .galeria {
  margin: 0 -1.2em;
}
.page-template-categoria.armario section h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  height: 1em;
  padding: 0;
  overflow: hidden;
}
.page-template-categoria.pared-equipada section .img_pral:before {
  background-color: #f1e0d6;
}
.page-template-categoria.pared-equipada section .subcategoria {
  background-color: #FFF;
}
.page-template-categoria.pared-equipada section .subcategoria:nth-child(even) {
  background-color: #f1e0d6;
}

.page-template-quienes-somos section {
  overflow: hidden;
}
.page-template-quienes-somos .cabecera_seccion {
  background-color: #e0d6e8;
}
.page-template-quienes-somos .equipo {
  padding: 5em 0 10em;
}
.page-template-quienes-somos .equipo > .centrado {
  max-width: 1780px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  overflow: hidden;
}
.page-template-quienes-somos .fancybox-slide--html {
  padding: 0;
}

.miembro .foto {
  position: relative;
}
.miembro .foto:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2000px;
  right: -2000px;
  height: 1px;
  background: #000;
}
.miembro .foto img {
  display: block;
  width: 100%;
}
.miembro a {
  color: #000;
  text-decoration: none;
}
.miembro h3 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-top: 0.9em;
  margin: 0 0 0.2em;
}
.no-touch .miembro h3 a:hover {
  color: #AAA;
}
.miembro .cargo {
  font-size: 1.6em;
  line-height: 1.2;
  padding: 0 0.5em;
}
.miembro .cargo p {
  font-size: 1em;
  margin: 0;
}
.miembro .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.1em;
}
.miembro .social a {
  display: block;
  color: #000;
  text-align: left;
  text-indent: -9999px;
  font-size: 1.5em;
  padding: 0.5em 0.6em;
  text-decoration: none;
  overflow: hidden;
}
.miembro .social a:after {
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-size: 1.4em;
  line-height: 1;
  font-weight: 400;
  text-indent: 0;
  margin-top: -1em;
}
.no-touch .miembro .social a:hover {
  color: #AAA;
}
.miembro .social a.web:after {
  content: "\f685";
}
.miembro .social a.linkedin:after {
  content: "\f0e1";
}
.miembro .social a.pinterest:after {
  content: "\f231";
}
.miembro .social a.instagram:after {
  content: "\f16d";
}
.miembro .popup-container {
  display: none;
}
.miembro.popup-info {
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #FFF;
}
.miembro.popup-info .fancybox-close-small {
  right: calc(50% - 580px);
  width: 5em;
  height: auto;
  padding: 0;
}
.miembro.popup-info .fancybox-close-small svg {
  width: 100%;
  stroke: #000;
  stroke-width: 1.2;
  opacity: 1;
}
.miembro .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1180px;
  margin: 0 auto;
}
.miembro .popup-content .col-1 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}
.miembro .popup-content .col-2 {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  padding: 1.5em 2.5em 3.7em 0;
}
.miembro .popup-content .foto {
  overflow: hidden;
}
.miembro .popup-content .foto::after {
  display: none;
}
.miembro .popup-content .foto img {
  width: 110%;
  margin: 0 -3% 0 -7%;
}
.miembro .popup-content h3 {
  font-size: 2.4em;
}
.miembro .popup-content .cargo {
  font-size: 2em;
  padding: 0;
}
.miembro .popup-content .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -0.8em;
}
.miembro .popup-content .extra-info {
  padding-top: 2em;
}
.miembro .popup-content .extra-info p {
  margin-bottom: 1em;
}
.miembro .popup-content .extra-info p:last-child {
  margin: 0;
}

.paginacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFF;
  margin: 0;
}
.paginacion .flecha {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 14em;
  margin: 0 2em;
}
.paginacion .flecha a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paginacion .flecha span {
  display: block;
  text-align: center;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 1.6em;
}
.paginacion .flecha svg {
  width: 8em;
}
.paginacion .flecha svg .st0 {
  fill: none;
  stroke: #f9f9f9;
  stroke-width: 1.5169;
  stroke-miterlimit: 10;
}
.paginacion .flecha svg .st1 {
  fill: none;
  stroke: #f9f9f9;
  stroke-width: 1.5169;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.paginacion .flecha.next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paginacion .flecha.volver svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.no-touch .paginacion .flecha:hover svg .st0 {
  fill: #f9f9f9;
}
.no-touch .paginacion .flecha:hover svg .st1 {
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.cabecera_seccion {
  position: relative;
  z-index: 10;
}
.cabecera_seccion .centrado {
  max-width: 1920px;
}
.cabecera_seccion h1 {
  padding: 2.4em 0 0.1em;
  margin: 0 0 0.6em;
  border-bottom: 1px solid #000;
  border-top: none;
}
.cabecera_seccion h1 a {
  color: #000;
}
.cabecera_seccion .descripcion {
  max-width: 768px;
  padding: 2em 0 1.5em;
  margin: 0 auto;
}
.cabecera_seccion .descripcion p {
  margin-bottom: 1.5em;
}

.page-template-interiores .cabecera_seccion {
  background: #e8dfd3;
}
.page-template-interiores .ver-proyectos {
  padding: 5em 0;
}

.page-template-metodo .cabecera_seccion {
  background: #d5e9e1;
}
.page-template-metodo .apartados {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.page-template-metodo .apartados h2 {
  font-size: 4.8em;
  margin-bottom: 0.6em;
}
.page-template-metodo .apartados p {
  margin-bottom: 1em;
}
.page-template-metodo .apartados article {
  display: block;
  text-align: left;
  margin-bottom: 8em;
  overflow: hidden;
}
.page-template-metodo .apartados article:nth-of-type(even) {
  text-align: right;
}
.page-template-metodo .apartados article:nth-of-type(even) .columnas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-template-metodo .apartados article:nth-of-type(even) .centrado_text {
  margin: 0 0 0 auto;
}
.page-template-metodo .apartados article:nth-of-type(even) .centrado_text:before {
  text-align: right;
}
.page-template-metodo .apartados .columnas {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-metodo .apartados .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 640px;
}
.page-template-metodo .apartados .textos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-metodo .apartados .imagen {
  background: no-repeat center center;
  background-size: cover;
}
.page-template-metodo .apartados .imagen img {
  display: none;
}
.page-template-metodo .apartados .centrado_text {
  max-width: 680px;
  padding: 5em;
}
.page-template-metodo .apartados .centrado_text:before {
  content: "01.";
  display: block;
  text-align: left;
  font-size: 10em;
  font-family: "PP Hatton Semibold", sans-serif;
  color: #FFF;
  line-height: 1;
  margin-bottom: 0.15em;
}
.page-template-metodo .bloque-0 {
  padding: 5em 0 3em;
}
.page-template-metodo .bloque-0 .boton {
  padding-bottom: 5em;
}
.page-template-metodo .bloque-0 .texto {
  font-weight: 400;
  font-size: 3em;
  font-family: ProximaNova-Bold, sans-serif;
}
.page-template-metodo .bloque-1 {
  background: #c6cce1;
}
.page-template-metodo .bloque-2 {
  background: #ebe4d0;
}
.page-template-metodo .bloque-2 .centrado_text:before {
  content: "02.";
}
.page-template-metodo .bloque-3 {
  background: #d5e9e1;
}
.page-template-metodo .bloque-3 .centrado_text:before {
  content: "03.";
}
.page-template-metodo .bloque-4 {
  background: #ebe0cd;
}
.page-template-metodo .bloque-4 .centrado_text:before {
  content: "04.";
}
.page-template-metodo .bloque-4 .imagen {
  background-position: 70% center;
}
.page-template-metodo .bloque-5 {
  background: #ecded9;
}
.page-template-metodo .bloque-5 .centrado_text:before {
  content: "05.";
}
.page-template-metodo .bloque-5 .imagen {
  background-position: left top;
}
.page-template-metodo .bloque-fin {
  padding: 0 0 5em 0;
  margin: -3em 0 0;
}

@media (max-aspect-ratio: 4/5) {
  .bloque_descripcion {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  section .img_pral .imagen {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .page-template-categoria section .intro {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home .bloque_intro,
  .page-template-interiores .bloque_intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 80vh;
    max-height: 130vw;
  }
}
@media only screen and (max-height: 420px) {
  body {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .miembro.popup-info .fancybox-close-small {
    right: 0;
  }
}
@media only screen and (max-width: 1064px) {
  .wpcf7 .fila.columnas {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .wpcf7 .fila.columnas .check {
    text-align: right;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .wpcf7 .fila.columnas .check .aceptar-legal {
    float: none;
    margin-bottom: 0;
  }
  .page-template-quienes-somos .equipo > .centrado {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .columnas {
    gap: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer .col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper {
    overflow: hidden;
  }
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3.8em;
  }
  .wpcf7 {
    max-width: 480px;
    margin: 0 auto;
  }
  .wpcf7 .fila {
    width: 98%;
    text-align: left;
    margin: 0 0 2em 1%;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .wpcf7 .wpcf7-form-control-wrap:nth-of-type(5) {
    width: 98%;
  }
  .aTop {
    -webkit-transform: translateY(5em);
        -ms-transform: translateY(5em);
            transform: translateY(5em);
  }
  .columnas .aScroll:nth-of-type(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .columnas .aScroll:nth-of-type(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .columnas .aScroll:nth-of-type(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  header .logo img {
    width: 18em;
  }
  .bloque-contacto .formulario {
    font-size: 1.2em;
    max-width: none;
    margin: 0 -1%;
  }
  .cabecera_seccion h1 {
    padding: 2.8em 0 0.2em;
    margin: 0 0 0.5em;
  }
  .home .logo {
    top: 3em;
    padding-left: 9.2em;
  }
  .home .logo img {
    width: 20em;
  }
  .scrolled .home .logo img {
    width: 18em;
  }
  .home .logo:before {
    top: 0;
    width: 7.8em;
    height: 7.8em;
  }
  .home .bloque_intro,
  .page-template-interiores .bloque_intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 80vh;
    max-height: 130vw;
  }
  .home .destacado,
  .page-template-interiores .destacado {
    margin-bottom: 5em;
  }
  .home .destacado .columnas,
  .page-template-interiores .destacado .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .destacado:nth-of-type(2n) .columnas,
  .page-template-interiores .destacado:nth-of-type(2n) .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .destacado.simple,
  .page-template-interiores .destacado.simple {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 80vw;
  }
  .home .destacado .col,
  .page-template-interiores .destacado .col {
    min-height: 80vw;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .home .destacado h2,
  .page-template-interiores .destacado h2 {
    font-size: 5em;
    padding: 0.2em 0 0.5em;
  }
  .home .destacado .texto img,
  .page-template-interiores .destacado .texto img {
    width: 42%;
  }
  .home .destacado p,
  .page-template-interiores .destacado p {
    font-size: 2.4em;
  }
  .home .textos_seo,
  .page-template-interiores .textos_seo {
    margin-bottom: 3.5em;
  }
  .home .textos_seo .columnas,
  .page-template-interiores .textos_seo .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .textos_seo .col,
  .page-template-interiores .textos_seo .col {
    margin: 0 0 2em 0;
  }
  .bloque-contacto .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bloque-contacto .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 80vw;
    padding: 3em 2em 4em;
  }
  .boton,
  .botones {
    font-size: 0.75em;
  }
  section .cabecera {
    margin-bottom: 4em;
  }
  section .cabecera h1 {
    padding: 2.8em 0 0.2em;
  }
  section .img_pral .imagen {
    -webkit-transform: translateY(5em);
        -ms-transform: translateY(5em);
            transform: translateY(5em);
  }
  section .img_pral .centrado {
    padding: 0;
  }
  .page-template-categoria section h2 {
    font-size: 4.8em;
    padding-bottom: 0.3em;
  }
  .page-template-categoria section .submenu li {
    white-space: nowrap;
  }
  .page-template-categoria section .submenu li:after {
    padding: 0 0.7em;
  }
  .page-template-categoria section .intro {
    padding: 0 0 2.6em 0;
  }
  .page-template-categoria section .intro p {
    font-size: 3em;
  }
  .page-template-categoria section .img_pral .imagen:after {
    padding-bottom: 70%;
  }
  .page-template-categoria section .pral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-categoria section .pral .col-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page-template-categoria section .pral .col-img.vertical {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-template-categoria section .pral .col-texto {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page-template-categoria section .pral .aScroll:nth-of-type(1),
  .page-template-categoria section .pral .aScroll:nth-of-type(2),
  .page-template-categoria section .pral .aScroll:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page-template-categoria section .col {
    padding: 0 0.8em 2.5em;
  }
  .page-template-categoria section .col-textos {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
    padding: 0.7em 0.8em 2em;
  }
  .page-template-categoria section .col-textos h3,
  .page-template-categoria section .col-textos p {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-categoria section .galeria {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.8em;
  }
  .page-template-categoria section .galeria.vhv .col-img:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-template-categoria section .galeria.vhv .col-img:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-template-categoria section .galeria.vhv .col-img:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-template-categoria section .col-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .page-template-categoria section .col-img.vertical {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-template-categoria section .fila-extra .col-textos {
    text-align: left;
    padding: 0.7em 0.8em 2em;
  }
  .page-template-categoria section .subcategorias {
    padding-bottom: 0;
  }
  .page-template-categoria section .subcategoria {
    margin-bottom: 2em;
  }
  .page-template-categoria section .subcategoria:nth-child(even) .pral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(1),
  .page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(2),
  .page-template-categoria section .subcategoria:nth-child(even) .pral .aScroll:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page-template-categoria section .subcategoria:nth-child(even) .col-textos {
    text-align: left;
    padding: 0.7em 0.8em 2em;
  }
  .page-template-categoria section .subcategoria:nth-child(even) .fila-extra .col-textos {
    text-align: left;
    padding: 0.7em 0.8em 2em;
  }
  .page-template-template-contacto .bloque-contacto > .columnas {
    min-height: 0;
  }
  .page-template-template-legales #wrapper {
    padding: 6em 0 0;
  }
  .miembro h3 {
    letter-spacing: 0.02em;
  }
  .miembro.popup-info .fancybox-close-small {
    width: 4em;
  }
  .miembro .popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miembro .popup-content .col-2 {
    padding: 1.5em 3em 3.7em;
  }
  .miembro .popup-content .foto {
    width: 100%;
    overflow: visible;
  }
  .miembro .popup-content .foto::after {
    display: block;
    left: 3em;
    right: 3em;
  }
  .miembro .popup-content .foto img {
    width: 100%;
    max-width: 480px;
    padding-right: 2em;
    margin: 0 auto;
  }
  .miembro .popup-content .extra-info {
    max-width: 480px;
  }
  .miembro .popup-content .social {
    padding-top: 1em;
  }
  .miembro .popup-content .social a:after {
    font-size: 1.7em;
  }
  .page-template-metodo .apartados .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-metodo .apartados article:nth-of-type(even) .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-metodo .apartados article:nth-of-type(even) .centrado_text {
    text-align: left;
  }
  .page-template-metodo .apartados article:nth-of-type(even) .centrado_text:before {
    text-align: left;
  }
  .page-template-metodo .apartados .col {
    min-height: 0;
  }
  .page-template-metodo .apartados .imagen {
    min-height: 60vw;
  }
  .page-template-metodo .apartados h2 {
    font-size: 3.6em;
  }
  .page-template-metodo .apartados .centrado_text {
    padding: 4em;
  }
  .page-template-metodo .apartados .centrado_text:before {
    font-size: 7.4em;
  }
}
@media only screen and (max-width: 640px) {
  .centrado {
    padding: 0 2.1em;
  }
  h1 {
    padding: 0.4em 0.6em 0.5em;
  }
  .menu-extra {
    padding-bottom: 2em;
  }
  #bottom_ref {
    height: 36em;
  }
  .home .bloque_titular .titular,
  .page-template-interiores .bloque_titular .titular {
    width: 54em;
  }
  .page-template-quienes-somos .cabecera .columnas {
    display: block;
  }
  .page-template-quienes-somos .cabecera .recurso {
    display: none;
  }
  .page-template-quienes-somos .cabecera .descripcion {
    padding: 3.5em 0 1em;
    background: none;
  }
  .page-template-quienes-somos .equipo > .centrado {
    grid-template-columns: 1fr 1fr;
    margin-left: -1em;
    margin-right: -1em;
  }
}
/* Smartphone */
@media only screen and (max-width: 480px) {
  .centrado {
    padding: 0 1.8em;
  }
  header .logo {
    top: 1.6em;
  }
  .scrolled header:before {
    max-height: 10em;
  }
  #boton_menu {
    font-size: 6px;
  }
  #boton_menu span {
    height: 2px;
  }
  #aviso-cookies {
    text-align: center;
  }
  .contenedor-menus {
    font-size: 0.9em;
  }
  h1 {
    font-size: 3.6em;
  }
  section h2 {
    font-size: 2.8em;
  }
  .bloque-contacto h2 {
    font-size: 4.5em;
  }
  .bloque-contacto .back-img {
    background-size: 190% auto;
  }
  .bloque_descripcion {
    padding: 3.6em 0 2em;
  }
  .home .bloque_intro .distribuidor,
  .page-template-interiores .bloque_intro .distribuidor {
    padding: 1.5em 0 0;
  }
  .home .bloque_intro .distribuidor img,
  .page-template-interiores .bloque_intro .distribuidor img {
    width: 12em;
  }
  .home .intro_pie,
  .page-template-interiores .intro_pie {
    margin-bottom: 2em;
  }
  .home .intro_pie ul,
  .page-template-interiores .intro_pie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.65em;
  }
  .home .intro_pie li,
  .page-template-interiores .intro_pie li {
    letter-spacing: 0.15em;
  }
  .home .intro_pie li:after,
  .page-template-interiores .intro_pie li:after {
    padding: 0 0.8em;
  }
  .home .destacado h2,
  .page-template-interiores .destacado h2 {
    font-size: 3.6em;
  }
  .home .destacado .texto img,
  .page-template-interiores .destacado .texto img {
    width: 54%;
  }
  .page-template-categoria section h2 {
    font-size: 3.4em;
  }
  .page-template-categoria section h3 {
    font-size: 2.8em;
  }
  .page-template-categoria section .intro p {
    font-size: 2.3em;
  }
  .page-template-categoria section .col-textos p {
    font-size: 2.2em;
  }
  .page-template-categoria section .cabecera {
    margin-bottom: 2em;
  }
  .page-template-categoria section .pral {
    margin: 0 -0.9em;
  }
  .footer .menu-legales {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .menu-legales li:last-child:after {
    display: none;
  }
  .footer .copyright {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 390px) {
  header::before {
    height: 9em;
  }
  header .logo {
    top: 1.4em;
  }
  header .logo img {
    width: 15em;
  }
  #boton_menu {
    top: 1.6em;
  }
  #boton_menu .icon {
    width: 2.6em;
    height: 2em;
  }
  #boton_menu span {
    height: 2px;
  }
  .scrolled #boton_menu {
    top: 1.6em;
  }
  .contenedor-menus {
    padding-top: 11em;
  }
  .home header .logo {
    padding-left: 8.2em;
  }
  .home header .logo img {
    width: 18em;
  }
  .home header .logo:before {
    width: 7em;
    height: 7em;
  }
  .scrolled .home header .logo {
    top: 1.4em;
  }
  .scrolled .home header .logo img {
    width: 15em;
  }
}
@media only screen and (max-width: 360px) {
  .footer .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 321px) {
  body {
    font-size: 7px;
  }
}
.b_estructuras {
  display: none !important;
}/*# sourceMappingURL=style.css.map */