@font-face {
  font-family: 'AdihausDIN-Bold';
  src: url("../fonts/AdihausDIN-Bold.eot");
  src: url("../fonts/AdihausDIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdihausDIN-Bold.woff2") format("woff2"), url("../fonts/AdihausDIN-Bold.woff") format("woff"), url("../fonts/AdihausDIN-Bold.ttf") format("truetype"), url("../fonts/AdihausDIN-Bold.svg#AdihausDIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AdihausDIN';
  src: url("../fonts/AdihausDIN-Regular.eot");
  src: url("../fonts/AdihausDIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AdihausDIN-Regular.woff2") format("woff2"), url("../fonts/AdihausDIN-Regular.woff") format("woff"), url("../fonts/AdihausDIN-Regular.ttf") format("truetype"), url("../fonts/AdihausDIN-Regular.svg#AdihausDIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #4a7085; }

::selection {
  color: #fff;
  background: #4a7085; }

#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "AdihausDIN", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0 !important; }

body, button, input, select, optgroup, textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: "AdihausDIN", sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AdihausDIN-Bold", sans-serif !important; }

main > section {
  margin-bottom: 150px !important;
  position: relative; }

/*h1 {
    font-size: clamp(2.188rem, calc( 16px + 2.5vw ), 3.313rem);
    line-height: 1.1;
    font-weight:700;
    color:$negro;
}

h2 {
    font-size: clamp(2.625rem, calc( 14px + 2.000vw ), 3.8rem);
    line-height: 1.1;
    font-weight:600;
}

h3 {
    font-size: clamp(1rem, 6px + 1vw, 2rem);
    line-height: 1.1;
    font-weight:500;
}

h4 {
    font-size: clamp(1.575rem, calc( 12px + 1.1vw ), 2rem);
    line-height: 1.1;
}*/
h1 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
  color: #000; }

h2 {
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 600; }

h3 {
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 500; }

h4 {
  font-size: 1.5em;
  line-height: 1.1; }

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #000; }
  a:hover {
    color: #000; }
  a:visited {
    color: inherit; }

em {
  color: #000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p > strong {
  color: #000; }

figure {
  margin: 0;
  border-radius: 25px;
  overflow: hidden; }

.wrapper0 {
  width: 100%;
  padding: 0 50px;
  margin: 0px auto; }

.wrapper {
  width: 90%;
  max-width: 1720px;
  margin: 0px auto; }

.wrapper2 {
  width: 90%;
  max-width: 1360px;
  margin: 0px auto; }

.wrapper3 {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto; }

.btn {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 50px;
  color: #fff;
  background-color: #c5bba2;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  font-family: "AdihausDIN-Bold", sans-serif;
  text-align: center;
  overflow: hidden;
  min-width: 150px; }
  .btn span {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .btn:hover {
    text-decoration: none !important; }
    .btn:hover span {
      color: #c5bba2;
      -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
      animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s; }
    .btn:hover:before {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
      transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
    .btn:hover:after {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition-duration: 0.05s;
      -o-transition-duration: 0.05s;
      transition-duration: 0.05s;
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
  .btn:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }
  .btn::after {
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    -o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
  .btn:visited {
    color: #fff; }
  .btn.invert {
    color: #c5bba2;
    background-color: #fff; }
    .btn.invert:before, .btn.invert:after {
      background: #c5bba2; }
    .btn.invert:visited {
      color: #c5bba2; }
    .btn.invert span {
      color: #c5bba2; }
    .btn.invert:hover span {
      color: #fff; }

@-webkit-keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@-webkit-keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

/*FORM*/
::-webkit-input-placeholder {
  color: #4a7085;
  opacity: 1;
  /* Firefox */ }
:-ms-input-placeholder {
  color: #4a7085;
  opacity: 1;
  /* Firefox */ }
::-ms-input-placeholder {
  color: #4a7085;
  opacity: 1;
  /* Firefox */ }
::placeholder {
  color: #4a7085;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #4a7085; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .wpcf7-form p {
    position: relative;
    width: 100%; }
  .wpcf7-form .uk-icon {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 25px; }
    .wpcf7-form .uk-icon svg {
      color: #c5bba2;
      width: 30px; }
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 10px;
    padding: 15px 20px;
    padding-left: 75px;
    border: 1px solid #4a7085;
    background-color: #fff;
    color: #4a7085;
    width: 100%;
    font-size: 1.1em; }
  .wpcf7-form select {
    -webkit-appearance: none;
    position: relative;
    padding: 15px 20px !important;
    padding-left: 75px !important;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: 96% center; }
  .wpcf7-form textarea {
    height: 175px; }
  .wpcf7-form input[type="submit"] {
    padding: 14px 20px;
    background-color: #c5bba2;
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;
    border: 2px solid #c5bba2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-family: "AdihausDIN-Bold", sans-serif !important; }
    .wpcf7-form input[type="submit"]:hover {
      background-color: #fff;
      color: #c5bba2; }
  .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px; }
  .wpcf7-form .wpcf7-list-item-label {
    color: #4a7085; }
    .wpcf7-form .wpcf7-list-item-label a {
      color: #c5bba2; }
  .wpcf7-form input[type="checkbox"] {
    width: 30px;
    padding: 0;
    height: 30px;
    border-radius: 5px; }
  .wpcf7-form .full {
    width: 100%;
    margin-bottom: 35px;
    position: relative; }
  .wpcf7-form .mitad {
    width: calc(50% - 50px);
    margin-bottom: 35px;
    position: relative; }
  .wpcf7-form .tercio {
    width: calc(33.33% - 50px);
    position: relative;
    margin-bottom: 35px; }
  .wpcf7-form .enviar {
    width: 75%;
    margin: 0px auto;
    position: relative; }

.captcha-image {
  width: 75%;
  border-radius: 10px;
  margin: 0px auto;
  display: block;
  margin-top: 25px;
  border: 1px solid #4a7085;
  color: #4a7085; }
  .captcha-image .cf7ic_instructions span {
    color: #c5bba2; }
  .captcha-image label > input + svg {
    color: #4a7085; }

.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: none;
  color: #c5bba2; }

.wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpcf7-form-control-wrap input {
  margin-right: 15px; }

.wpcf7-form-control-wrap .wpcf7-list-item-label {
  width: calc(100% - 45px); }

.txt header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .txt header h2, .txt header h3 {
    display: block;
    width: 1000%;
    text-transform: uppercase; }
  .txt header h2 {
    color: #4a7085;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
    margin-bottom: 25px; }
  .txt header h3 {
    color: #c5bba2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0; }
  .txt header .btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0px auto;
    margin-top: 25px; }

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

/*------------------------------- HEADER -------------------------*/
.cabecera {
  padding: 25px 0;
  background-color: #fff; }

.logo {
  width: 300px; }

.main-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .main-navigation ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-navigation .menu > li {
    margin-left: 35px; }
    .main-navigation .menu > li:first-child {
      margin-left: 0; }
    .main-navigation .menu > li svg {
      width: 30px;
      color: #4a7085;
      margin-top: -5px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .main-navigation .menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 20px; }
    .main-navigation .menu .sub-menu li {
      margin-bottom: 20px; }
      .main-navigation .menu .sub-menu li:last-child {
        margin-bottom: 0; }
  .main-navigation .menu a {
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: "AdihausDIN-Bold", sans-serif;
    color: #4a7085;
    position: relative;
    /*svg{color:$dorado;}*/ }
    .main-navigation .menu a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #c5bba2;
      width: 0;
      height: 2px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .main-navigation .menu a:hover {
      color: #c5bba2;
      text-decoration: none; }
      .main-navigation .menu a:hover:before {
        width: 100%; }

.widget_mslswidget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 0; }
  .widget_mslswidget a {
    color: #4a7085;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: "AdihausDIN-Bold", sans-serif; }
    .widget_mslswidget a:hover {
      color: #c5bba2; }
    .widget_mslswidget a + a {
      margin-left: 15px;
      padding-left: 15px; }
      .widget_mslswidget a + a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 90%;
        background-color: #4a7085; }

        .widget_mslswidget a:last-of-type{display:none;}

.mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.btn-mobile {
  margin-left: 35px; }
  .btn-mobile svg {
    width: 35px;
    color: #4a7085; }

.mi-cuenta {
  margin-right: 35px;
  margin-top: -5px; }
  .mi-cuenta svg {
    width: 35px;
    color: #4a7085; }

.uk-offcanvas-overlay::before {
  background-color: #4a7085;
  opacity: 0.35 !important; }

.uk-offcanvas-close svg {
  width: 20px;
  color: #c5bba2; }

.uk-offcanvas-bar {
  width: 50%;
  padding: 50px;
  background-color: #fff; }
  .uk-offcanvas-bar .logo {
    width: 300px;
    display: block;
    margin: 0px auto; }
  .uk-offcanvas-bar .menu {
    margin-top: 50px;
    border-bottom: 1px solid #c5bba2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .uk-offcanvas-bar .menu > li {
      width: 100%;
      margin-bottom: 35px; }
      .uk-offcanvas-bar .menu > li.tienda.menu-item-535 {
        padding-top: 35px;
        border-top: 1px solid #c5bba2; }
      .uk-offcanvas-bar .menu > li.tienda a {
        color: #c5bba2; }
    .uk-offcanvas-bar .menu a {
      color: #000;
      text-transform: uppercase; }
  .uk-offcanvas-bar .datos-contacto {
    margin: 35px 0;
    border-bottom: 1px solid #c5bba2; }
    .uk-offcanvas-bar .datos-contacto li {
      width: 100%;
      margin-bottom: 35px; }
    .uk-offcanvas-bar .datos-contacto a {
      color: #000; }
      .uk-offcanvas-bar .datos-contacto a svg {
        width: 25px;
        color: #c5bba2;
        margin-right: 15px; }
  .uk-offcanvas-bar .rrss span {
    color: #000; }
  .uk-offcanvas-bar .rrss svg {
    width: 25px;
    color: #c5bba2;
    margin-left: 35px; }

/*----------------------------------------- FOOTER -----------------------------*/
.footer_background-wrap {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0; }
  .footer_background-wrap svg {
    max-width: inherit; }

.footer_background-wrap._1 {
  z-index: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -180px;
  overflow: hidden;
  height: 500px; }

.footer_background-wrap._2 {
  z-index: 2;
  top: -200px;
  overflow: hidden;
  height: 500px; }

.footer_background-wrap._3 {
  z-index: 1;
  top: -250px;
  overflow: hidden;
  height: 500px; }

.footer_background {
  width: 110vw; }

.wave1, .wave2, .wave3 {
  -webkit-animation: wave;
  animation: wave;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.wave2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.wave3 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.w-embed::before, .w-embed:after {
  content: " ";
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-embed:after {
  clear: both; }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw); }
  50% {
    -webkit-transform: translateX(-10vw);
    transform: translateX(-10vw); }
  100% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw); } }

@keyframes wave {
  0% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw); }
  50% {
    -webkit-transform: translateX(-10vw);
    transform: translateX(-10vw); }
  100% {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw); } }

#colophon {
  background-color: #4a7085;
  padding-top: 100px;
  padding-bottom: 25px;
  position: relative;
  margin-top: 400px; }
  #colophon .logo {
    display: block;
    max-width: 350px; }
    #colophon .logo img {
      -webkit-filter: brightness(0%) invert(100%);
      filter: brightness(0%) invert(100%); }
  #colophon li {
    margin-bottom: 50px; }
    #colophon li a {
      color: #fff;
      text-transform: uppercase;
      font-family: "AdihausDIN-Bold", sans-serif; }
    #colophon li ul {
      margin-top: 50px; }
    #colophon li li {
      padding-left: 20px;
      position: relative; }
      #colophon li li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 5px;
        left: 0; }
  #colophon .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 15; }
    #colophon .wrapper article {
      width: calc(25% - 100px);
      display: inline-block; }
      #colophon .wrapper article p {
        color: #fff;
        margin-top: 103px;
        text-transform: uppercase;
        font-family: "AdihausDIN-Bold", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #colophon .wrapper article p a {
          color: #fff;
          margin-left: 25px; }
          #colophon .wrapper article p a svg {
            width: 40px; }
    #colophon .wrapper > p {
      width: 100%;
      text-align: center;
      color: #fff;
      margin-top: 50px; }

.menu-menu-footer-container {
  width: 100%; }

#menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  #menu-footer > li {
    width: auto;
    margin-right: 5%; }
    #menu-footer > li:last-child {
      margin-right: 0; }
    #menu-footer > li > a {
      font-weight: 700;
      display: inline-block;
      margin-bottom: 25px; }
    #menu-footer > li .sub-menu li {
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
      #menu-footer > li .sub-menu li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
        position: absolute;
        top: 10px;
        left: 0; }

#menu-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #menu-txt li:last-child {
    padding-left: 50px;
    margin-left: 50px;
    position: relative; }
    #menu-txt li:last-child:before {
      content: '';
      width: 1px;
      height: 15px;
      background-color: #000;
      position: absolute;
      top: 5px;
      left: 0; }

/*----------------------------------------- HOME -----------------------------*/
.home .cabecera,
.single-experience .cabecera,
.single-post .cabecera,
.page-template-landing .cabecera,
.page-template-rocker-trip .cabecera {
  background-color: rgba(255, 255, 255, 0); }
  .home .cabecera *,
  .single-experience .cabecera *,
  .single-post .cabecera *,
  .page-template-landing .cabecera *,
  .page-template-rocker-trip .cabecera * {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .home .cabecera .logo img,
  .single-experience .cabecera .logo img,
  .single-post .cabecera .logo img,
  .page-template-landing .cabecera .logo img,
  .page-template-rocker-trip .cabecera .logo img {
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%); }
  .home .cabecera .xoo-wsc-sc-cont,
  .home .cabecera .xoo-wsc-sc-bki,
  .single-experience .cabecera .xoo-wsc-sc-cont,
  .single-experience .cabecera .xoo-wsc-sc-bki,
  .single-post .cabecera .xoo-wsc-sc-cont,
  .single-post .cabecera .xoo-wsc-sc-bki,
  .page-template-landing .cabecera .xoo-wsc-sc-cont,
  .page-template-landing .cabecera .xoo-wsc-sc-bki,
  .page-template-rocker-trip .cabecera .xoo-wsc-sc-cont,
  .page-template-rocker-trip .cabecera .xoo-wsc-sc-bki {
    color: #fff; }
  .home .cabecera .main-navigation .menu a,
  .single-experience .cabecera .main-navigation .menu a,
  .single-post .cabecera .main-navigation .menu a,
  .page-template-landing .cabecera .main-navigation .menu a,
  .page-template-rocker-trip .cabecera .main-navigation .menu a {
    color: #fff; }
  .home .cabecera .main-navigation .menu > li svg,
  .single-experience .cabecera .main-navigation .menu > li svg,
  .single-post .cabecera .main-navigation .menu > li svg,
  .page-template-landing .cabecera .main-navigation .menu > li svg,
  .page-template-rocker-trip .cabecera .main-navigation .menu > li svg {
    color: #fff; }
  .home .cabecera .mi-cuenta svg,
  .single-experience .cabecera .mi-cuenta svg,
  .single-post .cabecera .mi-cuenta svg,
  .page-template-landing .cabecera .mi-cuenta svg,
  .page-template-rocker-trip .cabecera .mi-cuenta svg {
    color: #fff; }
  .home .cabecera .btn-mobile svg,
  .single-experience .cabecera .btn-mobile svg,
  .single-post .cabecera .btn-mobile svg,
  .page-template-landing .cabecera .btn-mobile svg,
  .page-template-rocker-trip .cabecera .btn-mobile svg {
    color: #fff; }
  .home .cabecera .widget_mslswidget a,
  .single-experience .cabecera .widget_mslswidget a,
  .single-post .cabecera .widget_mslswidget a,
  .page-template-landing .cabecera .widget_mslswidget a,
  .page-template-rocker-trip .cabecera .widget_mslswidget a {
    color: #fff; }
    .home .cabecera .widget_mslswidget a + a:before,
    .single-experience .cabecera .widget_mslswidget a + a:before,
    .single-post .cabecera .widget_mslswidget a + a:before,
    .page-template-landing .cabecera .widget_mslswidget a + a:before,
    .page-template-rocker-trip .cabecera .widget_mslswidget a + a:before {
      background-color: #fff; }
  .home .cabecera.active,
  .single-experience .cabecera.active,
  .single-post .cabecera.active,
  .page-template-landing .cabecera.active,
  .page-template-rocker-trip .cabecera.active {
    background-color: white; }
    .home .cabecera.active .logo img,
    .single-experience .cabecera.active .logo img,
    .single-post .cabecera.active .logo img,
    .page-template-landing .cabecera.active .logo img,
    .page-template-rocker-trip .cabecera.active .logo img {
      -webkit-filter: brightness(100%) invert(0%);
      filter: brightness(100%) invert(0%); }
    .home .cabecera.active .xoo-wsc-sc-cont,
    .home .cabecera.active .xoo-wsc-sc-bki,
    .single-experience .cabecera.active .xoo-wsc-sc-cont,
    .single-experience .cabecera.active .xoo-wsc-sc-bki,
    .single-post .cabecera.active .xoo-wsc-sc-cont,
    .single-post .cabecera.active .xoo-wsc-sc-bki,
    .page-template-landing .cabecera.active .xoo-wsc-sc-cont,
    .page-template-landing .cabecera.active .xoo-wsc-sc-bki,
    .page-template-rocker-trip .cabecera.active .xoo-wsc-sc-cont,
    .page-template-rocker-trip .cabecera.active .xoo-wsc-sc-bki {
      color: #4a7085; }
    .home .cabecera.active .main-navigation .menu a,
    .single-experience .cabecera.active .main-navigation .menu a,
    .single-post .cabecera.active .main-navigation .menu a,
    .page-template-landing .cabecera.active .main-navigation .menu a,
    .page-template-rocker-trip .cabecera.active .main-navigation .menu a {
      color: #4a7085; }
    .home .cabecera.active .main-navigation .menu > li svg,
    .single-experience .cabecera.active .main-navigation .menu > li svg,
    .single-post .cabecera.active .main-navigation .menu > li svg,
    .page-template-landing .cabecera.active .main-navigation .menu > li svg,
    .page-template-rocker-trip .cabecera.active .main-navigation .menu > li svg {
      color: #4a7085; }
    .home .cabecera.active .widget_mslswidget a,
    .single-experience .cabecera.active .widget_mslswidget a,
    .single-post .cabecera.active .widget_mslswidget a,
    .page-template-landing .cabecera.active .widget_mslswidget a,
    .page-template-rocker-trip .cabecera.active .widget_mslswidget a {
      color: #4a7085; }
      .home .cabecera.active .widget_mslswidget a + a:before,
      .single-experience .cabecera.active .widget_mslswidget a + a:before,
      .single-post .cabecera.active .widget_mslswidget a + a:before,
      .page-template-landing .cabecera.active .widget_mslswidget a + a:before,
      .page-template-rocker-trip .cabecera.active .widget_mslswidget a + a:before {
        background-color: #4a7085; }
    .home .cabecera.active .btn-mobile svg,
    .home .cabecera.active .mi-cuenta svg,
    .single-experience .cabecera.active .btn-mobile svg,
    .single-experience .cabecera.active .mi-cuenta svg,
    .single-post .cabecera.active .btn-mobile svg,
    .single-post .cabecera.active .mi-cuenta svg,
    .page-template-landing .cabecera.active .btn-mobile svg,
    .page-template-landing .cabecera.active .mi-cuenta svg,
    .page-template-rocker-trip .cabecera.active .btn-mobile svg,
    .page-template-rocker-trip .cabecera.active .mi-cuenta svg {
      color: #4a7085; }

.home main,
.single-experience main,
.single-post main,
.page-template-landing main,
.page-template-rocker-trip main {
  margin-top: -150px; }

.slider-full {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .slider-full > div {
    height: 100%; }
  .slider-full .uk-slideshow-items {
    min-height: 100% !important; }
    .slider-full .uk-slideshow-items li .wrapper {
      z-index: 3; }
    .slider-full .uk-slideshow-items li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #4a7085;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4a7085), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, #4a7085 10%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, #4a7085 10%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, #4a7085 10%, rgba(255, 255, 255, 0) 100%);
      z-index: 1;
      mix-blend-mode: multiply;
      opacity: .5; }
    .slider-full .uk-slideshow-items li:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: white;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, white 10%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, white 10%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
      z-index: 2; }
  .slider-full h1 {
    color: #fff;
    font-size: 4em;
    margin: 0; }
    .slider-full h1 span {
      background-color: #4a7085;
      padding: 10px 100px;
      padding-bottom: 0;
      margin-bottom: 25px;
      display: inline-block;
      padding-bottom: 5px;
      color: #c5bba2;
      border-radius: 10px; }
  .slider-full p {
    color: #fff;
    font-weight: 600; }
    .slider-full p span {
      color: #fff; }

.single-experience .slider-full p,
.page-template-landing .slider-full p {
  width: 50%;
  margin: 0px auto;
  margin-top: 50px;
  font-weight: 900;
  color: #fff;
  background-color: #4a7085;
  padding: 20px 25px;
  border-radius: 10px; }

/*ABOUT*/
.about-home article,
.about-home figure {
  width: calc(50% - 25px); }

.about-home figure {
  aspect-ratio: 1/1; }

.galeria-home {
  margin-top: 50px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  min-height: 40rem;
  max-height: 47rem;
  display: -ms-grid;
  display: grid; }
  .galeria-home div {
    border-radius: 25px;
    overflow: hidden; }
    .galeria-home div:first-of-type {
      grid-area: span 2/span 1/span 2/span 1; }
    .galeria-home div:nth-of-type(2) {
      grid-area: span 1/span 2/span 1/span 2; }
    .galeria-home div:nth-of-type(3), .galeria-home div:last-of-type {
      grid-area: span 1/span 1/span 1/span 1; }
  .galeria-home.hotel {
    -ms-grid-columns: .5fr 1.5fr;
    grid-template-columns: .5fr 1.5fr; }
    .galeria-home.hotel div:first-of-type {
      grid-area: span 1/span 1/span 2/span 1; }
    .galeria-home.hotel div:last-of-type {
      grid-area: span 1/span 1/span 2/span 1; }

.postid-1083 .galeria-home.hotel {
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr; }
  .postid-1083 .galeria-home.hotel div:first-of-type {
    grid-area: span 2/span 1/span 2/span 1; }
  .postid-1083 .galeria-home.hotel div:nth-of-type(2) {
    grid-area: span 1/span 2/span 1/span 2; }
  .postid-1083 .galeria-home.hotel div:nth-of-type(3), .postid-1083 .galeria-home.hotel div:last-of-type {
    grid-area: span 1/span 1/span 1/span 1; }

.single-experience.postid-1083 .inspiracion {
  margin-top: 0; }

.iconitos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px; }
  .iconitos li {
    margin-right: 25px; }
    .iconitos li:last-child {
      margin-right: 0; }
  .iconitos svg {
    width: 60px; }

/*FILOSOFIA*/
.iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }
  .iconos li {
    width: calc(25% - 50px);
    text-align: center; }
    .iconos li svg {
      width: 120px;
      color: #c5bba2; }
      .iconos li svg .st0 {
        stroke: #c5bba2; }
    .iconos li strong {
      display: block;
      margin-top: 20px; }

/*BANNER*/
.banner .wrapper {
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed; }
  .banner .wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #4a7085;
    opacity: 0.5;
    mix-blend-mode: multiply; }
  .banner .wrapper article {
    position: relative;
    z-index: 2;
    width: 75%;
    margin: 0px auto;
    padding: 200px 0;
    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; }
  .banner .wrapper h2, .banner .wrapper h3, .banner .wrapper p {
    color: #fff; }
  .banner .wrapper .btn {
    margin-left: auto;
    margin-right: auto; }

.experiencias article.uk-cover-container {
  min-height: 700px;
  width: calc(50% - 25px);
  border-radius: 25px;
  padding: 50px 25px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 50px; }
  .experiencias article.uk-cover-container:nth-of-type(2n) {
    margin-right: 0; }
  .experiencias article.uk-cover-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4a7085;
    mix-blend-mode: multiply;
    opacity: .25;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .experiencias article.uk-cover-container:hover:before {
    opacity: .85; }
  .experiencias article.uk-cover-container:hover .more-info {
    opacity: 1; }
  .experiencias article.uk-cover-container:hover .sold-out {
    background-color: #c5bba2; }

.experiencias .info {
  position: relative;
  z-index: 2;
  height: 100%;
  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; }
  .experiencias .info h4, .experiencias .info h5, .experiencias .info h6 {
    color: #fff;
    margin: 0; }
  .experiencias .info h4 {
    text-transform: uppercase;
    font-size: 2.25em; }
  .experiencias .info h5, .experiencias .info h6 {
    font-size: 1.5em; }
  .experiencias .info .botones li {
    width: calc(50% - 25px); }
    .experiencias .info .botones li a {
      display: block;
      width: 100%; }
  .experiencias .info .more-info {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .experiencias .info .more-info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 50px; }
      .experiencias .info .more-info li svg {
        color: #fff;
        width: 40px;
        margin-right: 25px; }
        .experiencias .info .more-info li svg * {
          stroke: #fff; }
      .experiencias .info .more-info li strong {
        color: #fff; }
      .experiencias .info .more-info li:last-child {
        margin-bottom: 0; }

.sold-out {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: -55px;
  color: #fff;
  background-color: #4a7085;
  width: 250px;
  padding: 10px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "AdihausDIN-Bold", sans-serif;
  font-size: 1.5em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.single-experience .experiencias article.uk-cover-container {
  min-height: 700px;
  width: calc(33.33% - 25px);
  margin-right: 37.5px; }
  .single-experience .experiencias article.uk-cover-container:nth-of-type(2n) {
    margin-right: 37.5px; }
  .single-experience .experiencias article.uk-cover-container:last-of-type {
    margin-right: 0; }

/*INSTAGRAM*/
#sb_instagram {
  margin-top: 50px; }
  #sb_instagram .sbi_photo {
    border-radius: 15px;
    overflow: hidden; }

/*----------------------------------------- NOSOTROS -----------------------------*/
#slider-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: calc(100vh - 175px);
  min-height: 40rem;
  max-height: 51rem;
  display: -ms-grid;
  display: grid; }
  #slider-grid h1 {
    height: 100%;
    z-index: 2;
    position: relative;
    color: white;
    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;
    margin: 0;
    text-align: center; }
  #slider-grid div {
    border-radius: 25px;
    overflow: hidden; }
    #slider-grid div:first-of-type {
      grid-area: span 2/span 1/span 2/span 1; }
    #slider-grid div:nth-of-type(2) {
      grid-area: span 1/span 2/span 1/span 2; }
    #slider-grid div:nth-of-type(3), #slider-grid div:last-of-type {
      grid-area: span 1/span 1/span 1/span 1; }

.bloque article, .bloque figure {
  width: 50%; }

.bloque article {
  padding: 75px 120px; }

.bloque:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.music {
  padding: 100px 0;
  background-color: #c5bba2; }
  .music .txt header h2, .music .txt header h3 {
    color: #000; }
  .music article, .music iframe {
    width: 50%; }
  .music article {
    padding-right: 100px; }

/*----------------------------------------- EXPERIENCIA -----------------------------*/
.info article {
  width: calc(25% - 50px);
  margin-top: 75px; }
  .info article li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5bba2; }
    .info article li:last-child {
      margin-bottom: 0;
      border: none; }
    .info article li:before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #c5bba2;
      position: absolute;
      top: 7px;
      left: 0; }
  .info article:last-of-type h3 {
    color: #4a7085;
    font-size: 2.2em;
    line-height: 1em;
    margin: 0; }
    .info article:last-of-type h3 small {
      color: #000;
      font-family: "AdihausDIN", sans-serif !important;
      font-size: .7em; }
  .info article:last-of-type .btn {
    display: block;
    width: 100%;
    margin: 50px 0; }
  .info article:last-of-type p a {
    color: #c5bba2;
    text-decoration: none; }
  .info article:last-of-type .iconos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .info article:last-of-type li {
    width: 50%;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
    .info article:last-of-type li svg {
      width: 50%;
      display: block;
      margin: 0px auto; }
    .info article:last-of-type li:before {
      display: none; }

.info h4 {
  color: #4a7085;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 50px; }

.single-experience .bloque:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.single-experience .inspiracion, .single-experience .hotel-extra {
  margin-top: -300px; }

/*----------------------------------------- ENTORNO -----------------------------*/
.galeria-inspiracion {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  column-gap: 1rem; }
  .galeria-inspiracion div {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 25px;
    overflow: hidden; }
  .galeria-inspiracion .cuadrada {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .galeria-inspiracion .apaisada {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

/*----------------------------------------- CONTACTO -----------------------------*/
.contacto article {
  margin-bottom: 75px; }

/*----------------------------------------- LANDING ROCKER TRIP -----------------------------*/
.page-template-rocker-trip .iconos li strong {
  color: #4a7085; }
  .page-template-rocker-trip .iconos li strong b {
    font-family: 'AdihausDIN-Bold';
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    color: #c5bba2; }

.page-template-rocker-trip .experiencias article.uk-cover-container {
  min-height: auto;
  aspect-ratio: 4/3; }
  .page-template-rocker-trip .experiencias article.uk-cover-container:before {
    opacity: .75; }

.page-template-rocker-trip .experiencias .info p {
  color: #fff;
  font-size: 1.2em; }

/*----------------------------------------- WOOCOMMERCE -----------------------------*/
/*CART LATERAL*/
.xoo-wsc-container {
  width: 30%;
  padding: 50px; }

span.xoo-wsch-text {
  font-family: "AdihausDIN-Bold", sans-serif;
  text-transform: uppercase; }

span.xoo-wsch-close {
  font-size: 24px;
  right: 50px;
  color: #c5bba2; }

.xoo-wsc-body {
  background-color: #fff; }

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  border-radius: 25px;
  font-family: "AdihausDIN-Bold", sans-serif;
  text-transform: uppercase; }

/*TIENDA*/
.woocommerce #slider-grid img,
.woocommerce-page #slider-grid img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.woocommerce-result-count,
.woocommerce-ordering {
  display: none; }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .products li {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: calc(33.33% - 50px) !important; }
    .products li h3 {
      color: #4a7085;
      font-size: 1.25em !important;
      text-align: center;
      min-height: 70px; }
    .products li strong {
      color: #c5bba2;
      font-size: 2em;
      font-family: "AdihausDIN-Bold", sans-serif;
      display: block;
      margin-top: 35px;
      margin-bottom: 25px; }

/*------------------------------ PRODUCTO -----------------------------*/
.prenda {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: visible;
  margin-top: 75px;
  margin-bottom: 150px; }
  .prenda .galeria {
    width: 60%; }
    .prenda .galeria a {
      display: block;
      width: 100%;
      pointer-events: none;
      border-radius: 20px;
      overflow: hidden; }
      .prenda .galeria a img {
        width: 100%; }
    .prenda .galeria .woocommerce-product-gallery__image {
      margin-bottom: 50px; }
      .prenda .galeria .woocommerce-product-gallery__image:last-of-type {
        margin-bottom: 0; }
  .prenda aside {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    width: 40%;
    min-height: 75vh;
    padding: 100px;
    padding-right: 0;
    padding-top: 0; }
    .prenda aside h1 {
      color: #4a7085; }
    .prenda aside li {
      position: relative;
      margin-bottom: 20px;
      padding-left: 20px; }
      .prenda aside li:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #c5bba2;
        position: absolute;
        top: 7px;
        left: 0; }
      .prenda aside li:last-child {
        margin-bottom: 0; }
      .prenda aside li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .prenda aside li:last-child span {
        margin-right: 10px; }
    .prenda aside .price {
      margin: 50px 0;
      font-size: 2.5em;
      font-family: "AdihausDIN-Bold", sans-serif;
      color: #c5bba2;
      line-height: 1em; }
    .prenda aside .cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; }
    .prenda aside .product_meta {
      display: none; }
    .prenda aside .quantity .qty {
      width: 75px;
      text-align: center;
      height: 75px;
      font-size: 1.5em; }
    .prenda aside .single_variation_wrap {
      width: 100%; }
    .prenda aside .variations {
      padding: 20px 0;
      border-top: 1px solid #4a7085;
      border-bottom: 1px solid #4a7085;
      margin-bottom: 40px; }
      .prenda aside .variations .label {
        text-transform: uppercase;
        color: #4a7085;
        font-family: "AdihausDIN-Bold", sans-serif !important;
        font-weight: 600;
        text-align: left; }
      .prenda aside .variations .value {
        width: 75%; }
        .prenda aside .variations .value select {
          padding: 15px 25px !important;
          border-radius: 25px;
          background-color: #fff;
          border: 1px solid #c5bba2;
          font-family: "AdihausDIN-Bold", sans-serif !important;
          font-weight: 600;
          width: 100%; }
        .prenda aside .variations .value a {
          display: none !important; }
    .prenda aside .woocommerce-variation-price {
      margin-bottom: 40px; }
    .prenda aside .woocommerce-variation-add-to-cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .prenda aside .single_add_to_cart_button {
      width: 75%;
      display: inline-block;
      position: relative;
      font-weight: 600;
      text-transform: uppercase;
      padding: 15px 25px !important;
      border-radius: 50px;
      color: #fff;
      background-color: #c5bba2 !important;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      overflow: hidden;
      font-family: "AdihausDIN-Bold", sans-serif !important;
      text-align: center;
      overflow: hidden;
      min-width: 150px; }
    .prenda aside .btn {
      width: 75%; }
    .prenda aside .product_meta {
      display: none; }
    .prenda aside article {
      margin-bottom: 100px; }
    .prenda aside > a {
      font-weight: 900;
      position: absolute;
      right: 0;
      bottom: 0;
      color: #c5bba2;
      font-family: "AdihausDIN-Bold", sans-serif; }

.woocommerce img {
  width: 100%;
  border-radius: 20px; }

.related h2 {
  text-transform: uppercase;
  color: #4a7085;
  margin-bottom: 75px; }

/*------------------------------ CARRITO -----------------------------*/
/*.wc-block-components-quantity-selector{display:none !important;}*/
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background-color: #c5bba2;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif !important;
  margin-top: 25px !important;
  border: 2px solid #c5bba2 !important;
  -webkit-transition: alll .5s;
  -o-transition: alll .5s;
  transition: alll .5s;
  border-radius: 25px; }
  .wc-block-cart__submit-button:hover,
  .wc-block-components-checkout-place-order-button:hover {
    background-color: #fff;
    color: #c5bba2 !important; }

.wc-block-components-checkout-place-order-button {
  margin-top: 0 !important; }

.wc-block-components-checkout-step__container input, .wc-block-components-checkout-step__container select, .wc-block-components-checkout-step__container textarea {
  border-radius: 15px !important;
  border: 1px solid #c5bba2 !important; }

.wc-block-cart-items th,
.wc-block-cart-items .wc-block-components-product-name {
  font-family: "AdihausDIN-Bold", sans-serif;
  color: #4a7085; }

.wc-block-formatted-money-amount,
.wc-block-cart-item__remove-link {
  font-family: "AdihausDIN-Bold", sans-serif;
  color: #c5bba2; }

table.wc-block-cart-items .wc-block-cart-items__header,
.wc-block-cart__totals-title,
.wc-block-components-totals-item__label,
.wc-block-components-title,
.wc-block-components-checkout-order-summary__title-text {
  font-size: 1.1em !important;
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif;
  color: #4a7085 !important; }

.woocommerce-cart main > section:first-of-type,
.woocommerce-checkout main > section:first-of-type,
.woocommerce-account main > section:first-of-type {
  margin-top: 100px;
  margin-bottom: 50px !important; }

.wc-block-components-checkout-return-to-cart-button {
  color: #c5bba2 !important;
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif; }

.wc-block-components-product-name {
  color: #4a7085 !important; }

.wc-block-checkout__sidebar {
  top: 150px !important; }

/*------------------------------ MI CUENTA -----------------------------*/
.woocommerce-account h2 {
  color: #4a7085; }

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border-color: #c5bba2; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%; }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5bba2; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
      color: #c5bba2; }
    .woocommerce-account .woocommerce-MyAccount-navigation li a {
      font-family: "AdihausDIN-Bold", sans-serif;
      text-transform: uppercase;
      color: #4a7085;
      transiton: all .5s; }
      .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
        color: #c5bba2; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
      margin-bottom: 0; }

.woocommerce-Address h3 {
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif;
  color: #4a7085 !important; }

.woocommerce-Address .edit {
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif;
  color: #c5bba2 !important; }

.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="url"], .woocommerce-account input[type="password"], .woocommerce-account input[type="search"],
.woocommerce-account input[type="number"], .woocommerce-account input[type="tel"], .woocommerce-account input[type="range"], .woocommerce-account input[type="date"], .woocommerce-account input[type="month"],
.woocommerce-account input[type="week"], .woocommerce-account input[type="time"], .woocommerce-account input[type="datetime"], .woocommerce-account input[type="datetime-local"], .woocommerce-account input[type="color"], .woocommerce-account textarea, .woocommerce-account select,
.woocommerce-account .select2-container--default .select2-selection--single {
  color: #4a7085;
  border: 1px solid #c5bba2;
  border-radius: 15px;
  padding: 15px 20px;
  min-height: 50px; }

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
  width: 30px; }

.woocommerce-account fieldset {
  border: 1px solid #4a7085; }

.woocommerce-account button.button {
  background-color: #c5bba2;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "AdihausDIN-Bold", sans-serif !important; }

/*----------------------------------------- TXT LEGALES -----------------------------*/
.page-template-txt-legal .txt {
  padding-top: 75px; }
  .page-template-txt-legal .txt article {
    position: relative;
    z-index: 1;
    margin-top: 75px; }
  .page-template-txt-legal .txt h1 {
    color: #4a7085;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .page-template-txt-legal .txt h2 {
    color: #4a7085; }
  .page-template-txt-legal .txt h3 {
    color: #c5bba2; }
  .page-template-txt-legal .txt li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px; }
    .page-template-txt-legal .txt li:last-child {
      margin-bottom: 0; }
    .page-template-txt-legal .txt li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #c5bba2; }

/*----------------------------------------- 404 -----------------------------*/
.error404 h1 {
  width: 100%;
  text-align: center;
  color: #c5bba2;
  margin: 100px 0;
  font-size: 5em;
  text-transform: uppercase; }
  .error404 h1 span {
    font-size: 2em; }

.error404 .txt header h2 {
  text-transform: inherit; }

/*----------------------------------------- BLOG -----------------------------*/
.alm-listing,
.categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .alm-listing article,
  .categoria article {
    width: calc(33.33% - 25px);
    background-color: #eee;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    margin-right: 37.5px;
    margin-bottom: 37.5px; }
    .alm-listing article:nth-of-type(3n), .alm-listing article:last-of-type,
    .categoria article:nth-of-type(3n),
    .categoria article:last-of-type {
      margin-right: 0; }
    .alm-listing article .entry-header,
    .categoria article .entry-header {
      padding: 25px; }
      .alm-listing article .entry-header h4,
      .categoria article .entry-header h4 {
        width: 100%;
        font-size: 2em; }
        .alm-listing article .entry-header h4 a,
        .categoria article .entry-header h4 a {
          color: #4a7085; }
    .alm-listing article .entry-meta li,
    .categoria article .entry-meta li {
      color: #c5bba2; }
      .alm-listing article .entry-meta li:first-child,
      .categoria article .entry-meta li:first-child {
        margin-bottom: 10px; }
    .alm-listing article .entry-meta a,
    .categoria article .entry-meta a {
      color: #c5bba2; }
      .alm-listing article .entry-meta a + a,
      .categoria article .entry-meta a + a {
        position: relative;
        padding-left: 15px; }
        .alm-listing article .entry-meta a + a:before,
        .categoria article .entry-meta a + a:before {
          content: ',';
          position: absolute;
          top: 2px;
          left: 5px; }
    .alm-listing article .entry-meta svg,
    .categoria article .entry-meta svg {
      color: #c5bba2; }
    .alm-listing article figure,
    .categoria article figure {
      border-radius: 15px;
      aspect-ratio: 4/3; }
    .alm-listing article .entry-content,
    .categoria article .entry-content {
      margin: 0;
      padding: 25px;
      padding-top: 0; }

/*----------------------------------------- POST -----------------------------*/
.single-post,
.archive {
  background-image: none; }

/*BLOG*/
.single-post .uk-slider-items {
  margin-top: 50px; }
  .single-post .uk-slider-items article {
    background-color: #eee;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    width: 100%; }
  .single-post .uk-slider-items .entry-header {
    padding: 25px; }
    .single-post .uk-slider-items .entry-header h4 {
      width: 100%;
      font-size: 2em; }
      .single-post .uk-slider-items .entry-header h4 a {
        color: #4a7085; }
  .single-post .uk-slider-items .entry-meta li {
    color: #4a7085; }
    .single-post .uk-slider-items .entry-meta li:first-child {
      margin-bottom: 10px; }
  .single-post .uk-slider-items .entry-meta a {
    color: #4a7085; }
  .single-post .uk-slider-items .entry-meta svg {
    color: #4a7085; }
  .single-post .uk-slider-items figure {
    border-radius: 15px;
    aspect-ratio: 4/3; }
  .single-post .uk-slider-items .entry-content {
    margin: 0;
    padding: 25px;
    padding-top: 0; }

.single-post .wrapper2 .post img {
  border-radius: 25px;
  margin: 50px 0; }

.single-post .wrapper2 .post h2 {
  color: #4a7085; }

.single-post .wrapper2 .post h3 {
  color: #c5bba2; }

.single-post .wrapper2 .post li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px; }
  .single-post .wrapper2 .post li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #c5bba2;
    border-radius: 50%; }

.uk-slidenav svg {
  color: #c5bba2; }

.uk-dotnav {
  margin-top: 50px; }
  .uk-dotnav > * > * {
    border: 1px solid #c5bba2;
    width: 20px;
    height: 20px; }
    .uk-dotnav > * > *:hover {
      background-color: #c5bba2; }
  .uk-dotnav > .uk-active > * {
    background-color: #c5bba2; }

/*------------------------------ LANDING -----------------------------*/
#contact {
  background-color: #4a7085;
  padding: 150px 0; }
  #contact .footer_background-wrap._1 {
    margin-top: -50px; }
  #contact .wrapper3 {
    position: relative;
    z-index: 5; }
  #contact .txt header h2, #contact .txt header h3 {
    color: #fff; }
  #contact .txt p {
    color: #fff; }
  #contact .st0-maleta,
  #contact .st0-pregunta {
    fill: #fff; }
  #contact .st0-hotel {
    stroke: #fff; }
  #contact .st1-hotel {
    fill: #fff;
    stroke: #fff; }
  #contact .wpcf7-form .wpcf7-list-item-label {
    color: #fff; }
  #contact .captcha-image {
    border: 1px solid #fff;
    color: #fff; }
    #contact .captcha-image label > input + svg {
      color: #fff; }
    #contact .captcha-image label > input:checked + svg, #contact .captcha-image .captcha-image label > input:focus + svg {
      color: #c5bba2; }

/*------------------------------------- RESPONSIVE -------------------------------------*/
/*------------ 1650px ------------*/
@media (max-width: 1650px) {
  /*HEADER*/
  .logo {
    width: 250px; }
  .main-navigation .menu li {
    margin-left: 30px; } }

/*------------ 1400px ------------*/
@media (max-width: 1400px) {
  .bloque article {
    padding: 50px; }
  /*HEADER*/
  .logo {
    width: 225px; }
  .main-navigation .menu a {
    font-size: 16px; }
  .main-navigation .menu > li {
    margin-left: 25px; }
  .xoo-wsc-container {
    width: 50%; }
  /*FOOTER*/
  #colophon {
    padding-top: 50px; }
    #colophon .logo {
      margin: 0px auto; }
    #colophon .wrapper article {
      width: calc(33.33% - 50px);
      margin-top: 75px; }
      #colophon .wrapper article:first-of-type {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        margin-top: 0; }
        #colophon .wrapper article:first-of-type p {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 75px;
          margin-bottom: 0; }
  /*HOME*/
  .single-experience .slider-full p,
  .page-template-landing .slider-full p {
    width: 75%; }
  .experiencias article.uk-cover-container,
  .single-experience .experiencias article.uk-cover-container {
    width: calc(50% - 25px);
    margin-right: 50px; }
    .experiencias article.uk-cover-container:nth-of-type(2n), .experiencias article.uk-cover-container:last-of-type,
    .single-experience .experiencias article.uk-cover-container:nth-of-type(2n),
    .single-experience .experiencias article.uk-cover-container:last-of-type {
      margin-right: 0; }
  /*EXPERIENCE*/
  .info article {
    width: calc(50% - 50px); }
    .info article:first-of-type {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .info article:nth-of-type(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .info article:nth-of-type(3) {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    .info article:last-of-type {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  /*SHOP*/
  .woocommerce-shop .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .woocommerce-shop .products li {
      width: calc(33.33% - 50px) !important;
      margin-right: 75px !important; }
      .woocommerce-shop .products li:nth-child(3n), .woocommerce-shop .products li:last-child {
        margin-right: 0 !important; }
  /*PRODUCTO*/
  .prenda .galeria {
    width: 55%; }
  .prenda aside {
    width: 45%;
    padding-left: 50px;
    padding-bottom: 50px; }
  /*LANDING*/
  #contact .wrapper3 {
    margin-top: -150px; }
  .page-template-landing .info article:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page-template-landing .info article:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .page-template-landing .info article:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .page-template-landing .info article:last-of-type {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

/*------------ 1250px ------------*/
@media (max-width: 1250px) {
  /*HEADER*/
  #site-navigation {
    display: none; }
  .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .widget_mslswidget {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
    .widget_mslswidget a + a {
      margin-left: 25px;
      padding-left: 25px; }
  /*PRODUCTO*/
  .single-product .products li p {
    display: none; }
  /*BLOG*/
  .alm-listing article,
  .categoria article {
    width: calc(50% - 25px); }
    .alm-listing article:nth-of-type(3n),
    .categoria article:nth-of-type(3n) {
      margin-right: 37.5px; }
    .alm-listing article:nth-of-type(2n), .alm-listing article:last-of-type,
    .categoria article:nth-of-type(2n),
    .categoria article:last-of-type {
      margin-right: 0; }
  /*LANDING*/
  .page-template-landing #site-navigation {
    display: block; } }

/*------------ 1000px ------------*/
@media (max-width: 1000px) {
  main > section {
    margin-bottom: 100px !important; }
  /*HEADER*/
  .xoo-wsc-container,
  .uk-offcanvas-bar {
    width: 75%; }
  /*FOOTER*/
  #colophon {
    padding-top: 0; }
    #colophon .wrapper article {
      width: calc(33.33% - 25px);
      margin-top: 75px; }
  /*HOME*/
  .slider-full h1 {
    font-size: 3em; }
  .about-home .wrapper3 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .galeria-home {
    height: auto;
    min-height: 35rem; }
    .galeria-home div {
      border-radius: 10px; }
  .galeria-inspiracion div {
    border-radius: 10px; }
  .iconos li {
    width: calc(50% - 50px); }
    .iconos li:nth-child(3), .iconos li:last-child {
      margin-top: 50px; }
  .single-experience .experiencias article.uk-cover-container,
  .experiencias article.uk-cover-container {
    width: 100%;
    margin-right: 0; }
  .banner .wrapper {
    background-attachment: inherit; }
    .banner .wrapper article {
      width: 90%;
      padding: 150px 0; }
  /*ABOUT*/
  #slider-grid {
    height: auto;
    min-height: 35rem; }
    #slider-grid div {
      border-radius: 10px; }
  .bloque article, .bloque figure {
    width: 100%; }
  .bloque article {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .bloque figure {
    aspect-ratio: 1/1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .music article, .music iframe {
    width: 100%; }
  .music article {
    padding: 50px; }
  /*SHOP*/
  .woocommerce-shop .products li {
    width: calc(50% - 50px) !important;
    margin-right: 100px !important; }
    .woocommerce-shop .products li:nth-child(3n) {
      margin-right: 100px !important; }
    .woocommerce-shop .products li:nth-child(2n), .woocommerce-shop .products li:last-child {
      margin-right: 0 !important; }
  .woocommerce-cart main > section:first-of-type,
  .woocommerce-checkout main > section:first-of-type,
  .woocommerce-account main > section:first-of-type {
    margin-top: 50px; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 75px; }
  /*CONTACTO*/
  .wpcf7-form .mitad {
    width: calc(50% - 25px); }
  /*LANDING*/
  .page-template-landing .cabecera .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-template-landing #site-navigation {
    display: none; }
  .page-template-landing .slider-full .uk-slideshow-items li .wrapper {
    margin-left: 15px; } }

/*------------ 950px ------------*/
@media (max-width: 959px) {
  /*PRODUCTO*/
  .single-product main {
    margin-top: -60px; }
  .prenda .galeria {
    width: 100%; }
    .prenda .galeria .uk-dotnav a {
      width: 10px; }
    .prenda .galeria .uk-dotnav > .uk-active > * {
      background-color: #c5bba2; }
    .prenda .galeria .uk-dotnav > * > * {
      border: 1px solid #c5bba2; }
    .prenda .galeria .uk-slidenav {
      width: 35px !important;
      height: 35px !important;
      margin: 0 !important; }
      .prenda .galeria .uk-slidenav svg {
        color: #c5bba2;
        width: 35px !important;
        height: 35px !important; }
  .prenda aside {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
    margin-top: 50px;
    min-height: auto; }
    .prenda aside article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .prenda aside article h1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .prenda aside article .price {
        font-size: 2em;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .prenda aside article .cart {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
        margin-bottom: 50px; }
      .prenda aside article .woocommerce-product-details__short-description {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
  .prenda .uk-slideshow-items {
    aspect-ratio: 1/1; }
  .woocommerce img,
  .woocommerce-page img {
    display: block;
    margin: 0px auto; } }

/*------------ 750px ------------*/
@media (max-width: 750px) {
  .wrapper0 {
    padding: 0 25px; }
  #slider-grid {
    min-height: 25rem; }
    #slider-grid h1 {
      font-size: 1.5em; }
  /*HEAD*/
  .logo,
  .uk-offcanvas-bar .logo {
    width: 250px; }
  /*FOOTER*/
  #colophon .wrapper article {
    width: calc(50% - 25px); }
    #colophon .wrapper article:last-of-type {
      width: 100%; }
  /*HOME*/
  .about-home article, .about-home figure {
    width: 100%; }
  .about-home article {
    margin-bottom: 50px; }
  .galeria-home {
    min-height: 25rem; }
  /*EXPERIENCIA*/
  .single-experience .slider-full p,
  .page-template-landing .slider-full p {
    width: 100%;
    font-size: .8em;
    line-height: 1.2em; }
  .info article {
    width: calc(50% - 25px); }
  .galeria-inspiracion {
    -webkit-column-count: 2;
    column-count: 2; }
  .galeria-home.hotel {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    min-height: 35rem; }
  /*SHOP*/
  .woocommerce-shop .products li {
    width: calc(50% - 25px) !important;
    margin-right: 50px !important; }
    .woocommerce-shop .products li:nth-child(3n) {
      margin-right: 50px !important; }
    .woocommerce-shop .products li:nth-child(2n), .woocommerce-shop .products li:last-child {
      margin-right: 0 !important; }
  /*404*/
  .error404 h1 small {
    font-size: 50%; }
  /*BLOG*/
  .alm-listing article,
  .categoria article {
    width: 100%;
    margin-right: 0 !important; } }

/*------------ 590px ------------*/
@media (max-width: 590px) {
  .xoo-wsc-container,
  .uk-offcanvas-bar {
    width: 100%; }
  /*HEAD*/
  .logo,
  .uk-offcanvas-bar .logo {
    width: 200px; }
  .mi-cuenta {
    margin-right: 25px; }
  .btn-mobile {
    margin-left: 25px; }
  /*HOME*/
  .slider-full h1 {
    font-size: 2em; }
  .slider-full .uk-slideshow-items li .wrapper {
    margin-left: 15px; }
  .galeria-home,
  .postid-1083 .galeria-home.hotel {
    min-height: 20rem; }
  .experiencias .wrapper .info h4 {
    font-size: 2em; }
  .iconos li {
    width: calc(50% - 25px); }
  /*ABOUT*/
  #slider-grid {
    min-height: 20rem; }
    #slider-grid h1 {
      font-size: 1em; }
  .bloque article,
  .music article {
    padding: 0;
    margin-bottom: 50px; }
  .galeria-inspiracion div,
  #slider-grid div {
    border-radius: 15px; }
  /*EXPERIENCE*/
  .info article {
    width: 100%; }
    .info article:first-of-type {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .info article:nth-of-type(2) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .info article:nth-of-type(3) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .info article:last-of-type {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
  /*CONTACTO*/
  .wpcf7-form .mitad,
  .captcha-image,
  .wpcf7-form .enviar {
    width: 100%; }
  /*SHOP*/
  .woocommerce-shop .products li {
    width: 100% !important;
    margin-right: 0 !important; }
    .woocommerce-shop .products li p {
      display: none; }
    .woocommerce-shop .products li h3 {
      font-size: 1.1em !important; }
    .woocommerce-shop .products li strong {
      font-size: 1.5em; }
  /*BLOG*/
  .uk-dotnav > * > * {
    width: 15px;
    height: 15px; }
  /*LANDING*/
  #contact .footer_background-wrap._1 {
    margin-top: 0px; }
  .page-template-landing .info article:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .page-template-landing .info article:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .page-template-landing .info article:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .page-template-landing .info article:last-of-type {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

/*------------ 450px ------------*/
@media (max-width: 450px) {
  .txt header h2 {
    font-size: 2em; }
  /*HEAD*/
  .logo,
  .uk-offcanvas-bar .logo {
    width: 175px; }
  .xoo-wsc-container,
  .uk-offcanvas-bar {
    padding: 50px 25px; }
  .mi-cuenta {
    display: none; }
  .btn-mobile {
    margin-left: 35px; }
  /*FOOTER*/
  #colophon .logo {
    width: 250px; }
  #colophon .wrapper article {
    width: 100%;
    margin-top: 25px; }
    #colophon .wrapper article:first-of-type {
      margin-bottom: 50px; }
  /*HOME*/
  .experiencias .info h4 {
    font-size: 2em; }
  .experiencias .info h5, .experiencias .info h6 {
    font-size: 1.25em; }
  .experiencias .info .botones li {
    width: 100%; }
    .experiencias .info .botones li:first-child {
      margin-bottom: 25px; }
  .sold-out {
    font-size: 1.25em;
    padding-bottom: 5px;
    top: 15px;
    right: -70px; }
  /*WOOCOMMERCE*/
  .woocommerce-cart main > section:first-of-type,
  .woocommerce-checkout main > section:first-of-type,
  .woocommerce-account main > section:first-of-type {
    margin-top: 25px;
    margin-bottom: 0px !important; }
  .wp-block-woocommerce-checkout {
    padding-top: 0 !important; }
  /*404*/
  .error404 h1 {
    font-size: 4em; }
  .error404 .txt header h2 {
    font-size: 2em; }
  /*BLOG*/
  .uk-slider-items .entry-header h4,
  .alm-listing article .entry-header h4,
  .categoria article .entry-header h4 {
    font-size: 1.5em; } }

/*------------ 400px ------------*/
@media (max-width: 400px) {
  /*HOME*/
  .galeria-home {
    min-height: 15rem; }
  .experiencias .wrapper .info h4 {
    font-size: 1.5em; }
  .experiencias .wrapper .info .botones li {
    width: 100%; }
    .experiencias .wrapper .info .botones li:first-child {
      margin-bottom: 25px; }
  .iconitos svg {
    width: 50px; }
  /*ABOUT*/
  #slider-grid {
    min-height: 15rem; }
    #slider-grid h1 {
      font-size: .9em; }
  /*SHOP*/
  .products li {
    width: calc(50% - 12.5px) !important;
    margin-right: 25px !important; }
    .products li:nth-child(3n) {
      margin-right: 25px !important; }
    .products li:nth-child(2n), .products li:last-child {
      margin-right: 0 !important; }
    .products li h3 {
      font-size: 1em !important;
      min-height: auto; }
    .products li strong {
      font-size: 1.25em;
      margin-top: 15px; }
  /*PRODUCTO*/
  .prenda aside .price {
    font-size: 2em; } }

/*------------ 350px ------------*/
@media (max-width: 350px) {
  .txt header h2 {
    font-size: 1.75em; }
  #slider-grid h1 {
    font-size: 0.75em; }
  /*HEAD*/
  .logo,
  .uk-offcanvas-bar .logo {
    width: 150px; }
  .btn-mobile {
    margin-left: 30px; }
  .xoo-wsc-container,
  .uk-offcanvas-bar {
    padding: 25px; }
  /*FOOTER*/
  .footer_background-wrap._1 {
    top: -165px; }
  /*HOME*/
  .experiencias .info h4 {
    font-size: 1.75em; }
  .experiencias .info h5, .experiencias .info h6 {
    font-size: 1.15em; }
  .sold-out {
    font-size: 1.1em;
    top: 5px;
    right: -80px; }
  /*SHOP*/
  .products li {
    width: 100% !important;
    margin-right: 0 !important; }
    .products li:nth-child(3n) {
      margin-right: 0 !important; }
  /*404*/
  .error404 h1 {
    font-size: 3em; }
  .error404 .txt header h2 {
    font-size: 1.5em; } }
