@charset "UTF-8";
/*!
    Theme Name: Cale
    Theme URI: pending
    Description: Starter theme great
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat|Itim");
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

/*for max widths*/
.mxw-narrow {
  max-width: 1110px;
}

.mxw-full {
  max-width: 100%;
}

em {
  font-style: italic !important;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.brds {
  border-radius: 6px;
}

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1em;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  font-weight: bold;
  line-height: 1.4em;
}

h1 {
  font-size: 1.8em;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 1.65em;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-size: 1.5em;
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  font-size: 1.3em;
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 1.2em;
}
@media only screen and (min-width: 1024px) {
  h5 {
    font-size: 1.3em;
  }
}

h6 {
  font-size: 1em;
}
@media only screen and (min-width: 1024px) {
  h6 {
    font-size: 1.2em;
  }
}

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .abcc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/*
Main files where load all the rest files
*/
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
  text-align: center;
  margin-top: 4%;
  max-width: 170px;
}
.logo img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .logo {
    max-width: 300px;
    width: 28%;
  }
}

.l-container {
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.l-container__center {
  justify-content: center;
  text-align: center;
  position: relative;
}
.l-container--azul {
  background-color: #8ea5e0;
  color: white;
}
.l-container__chico {
  width: 85%;
  flex-direction: column;
  max-width: 1200px;
}
@media only screen and (min-width: 1024px) {
  .l-container__chico {
    max-width: 700px;
    width: 45%;
  }
}
.l-container__medio {
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .l-container__medio {
    width: 60%;
  }
}
.l-container .fondo {
  padding-bottom: 15%;
  margin-top: 1.5em;
  position: relative;
}
.l-container .fondo img {
  border: solid 2px #78ccc4;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
  margin-right: -5em;
  cursor: pointer;
  transition: all ease 0.2s;
}
.l-container .fondo img:hover {
  scale: 1.05;
}
.l-container .fondo::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -10%;
  width: 90%;
  height: 100%;
  background-color: #8ea5e0;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .l-container .fondo::before {
    top: -5%;
  }
}
@media only screen and (min-width: 1024px) {
  .l-container .fondo {
    margin-top: 5em;
  }
}
.l-container__product {
  flex-direction: column;
}

/*
Modules styles
*/
.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .flex-normal {
    flex-direction: row;
  }
}

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.flex-horizontal::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal {
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: visible;
  }
}
.flex-horizontal > div {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div {
    flex: auto;
  }
}
.flex-horizontal > div:last-child {
  width: 1px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .flex-horizontal > div:last-child {
    display: none;
  }
}

.m-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #355c8a;
  height: auto;
  padding: 1em;
  padding-left: 3.5em !important;
  margin: 1em 0;
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.m-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  padding-top: 100%;
  background-color: #dae4f3;
  color: #355c8a;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .m-button {
    padding: 0 0.75em;
    font-size: 1em;
    height: 3em;
  }
  .m-button:hover {
    color: #355c8a;
  }
  .m-button:hover .m-icon {
    background-color: #355c8a;
  }
  .m-button:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.m-button .m-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  background-color: #8ea5e0;
  color: white;
  border-radius: 50%;
  font-style: normal;
  font-size: 3em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
}
.m-button .m-icon img {
  width: 100%;
}
.m-button .m-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  color: #355c8a;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}
.m-button--comprar {
  scale: 1.25;
  background-color: #78ccc4;
  padding-left: 4em !important;
  padding-right: 2em;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  margin-left: 25px;
}
.m-button--comprar:hover {
  color: white;
}
.m-button--comprar:hover .m-icon {
  background-color: transparent;
}
.m-button--comprar:hover .m-icon:before {
  background-color: #8ea5e0;
  transform: translate(-50%, -50%) scale(1);
}
.m-button--comprar:hover::before {
  background-color: #355c8a;
}
.m-button--comprar .m-icon {
  padding: 10px;
  background-color: #355c8a;
}
.m-button--comprar .m-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  color: #355c8a;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}
.m-button--comprar:active {
  transform: scale(0.95);
}

.m-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.m-column__start {
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .m-column {
    text-align: left;
    flex-direction: row;
  }
}
.m-column__center {
  text-align: center;
}
.m-column .column {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-bottom: 3em;
  margin-right: 0;
}
.m-column .column img {
  max-width: 80%;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .m-column .column img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .m-column .column {
    text-align: left;
    margin-right: 7%;
    justify-content: center;
    margin-bottom: 0;
  }
  .m-column .column:last-child {
    margin-right: 0;
  }
}
.m-column .column__no-space {
  flex: 1;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .m-column .column__no-space {
    margin-right: 3%;
  }
}
.m-column .column__movil {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .m-column .column__movil {
    text-align: center;
  }
}
.m-column .column-right {
  display: flex;
  flex: 2;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .m-column .column-right {
    padding: 2em;
    padding-right: 0;
  }
}
.m-column .column-left {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  padding: 1em;
}
@media only screen and (min-width: 1024px) {
  .m-column .column-left {
    padding: 2em;
  }
}

.menu-left,
.menu-right {
  flex: 1;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .menu-left,
  .menu-right {
    display: inline-block;
  }
}
.menu-left ul,
.menu-right ul {
  list-style: none;
  padding: 0;
}
.menu-left ul li,
.menu-right ul li {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.menu-left ul li:hover,
.menu-right ul li:hover {
  transform: scale(1.07);
}
.menu-left ul li a,
.menu-right ul li a {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .menu-left ul li,
  .menu-right ul li {
    margin-bottom: 0;
    margin-right: 65px;
  }
}
.menu-left ul li:last-child,
.menu-right ul li:last-child {
  margin-right: 0;
}

.menu-right {
  display: none;
  justify-content: flex-end;
}
.menu-right li {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .menu-right {
    display: flex;
    justify-content: flex-end;
  }
}

.m-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 60px;
  opacity: 0.1;
  z-index: -2;
}
@media only screen and (min-width: 1024px) {
  .m-background {
    background-size: 110px;
  }
}
.m-background__frase {
  left: 0;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left bottom;
  opacity: 0.07;
}
@media only screen and (min-width: 1024px) {
  .m-background__frase {
    opacity: 0.1;
    background-size: 22%;
  }
}
.m-background__frase--var {
  background-size: 60%;
}
@media only screen and (min-width: 1024px) {
  .m-background__frase--var {
    background-size: 35%;
  }
}
.m-background--about {
  width: 50%;
  margin: auto;
  margin-bottom: -50px;
}
.m-background__store {
  left: -15%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}
@media only screen and (min-width: 1024px) {
  .m-background__store {
    background-size: 50%;
  }
}

.m-margin {
  margin: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .m-margin {
    margin: 100px 0;
  }
}
.m-margin--all {
  margin: 2em;
}
@media only screen and (min-width: 1024px) {
  .m-margin--all {
    margin: 5em;
  }
}
.m-margin--all--var {
  margin: 4em;
}
@media only screen and (min-width: 1024px) {
  .m-margin--all--var {
    margin: 10em;
  }
}
.m-margin--tam2 {
  margin: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .m-margin--tam2 {
    margin: 50px 0;
  }
}
.m-margin--vertical {
  margin: 0 100px;
}
.m-margin--chico {
  margin: 15px 0;
}
@media only screen and (min-width: 1024px) {
  .m-margin--chico {
    margin: 30px 0;
  }
}
.m-margin--chico--all {
  margin: 10px 0;
}
@media only screen and (min-width: 1024px) {
  .m-margin--chico--all {
    margin: 20px;
  }
}

.m-frase {
  padding: 2em;
}
@media only screen and (min-width: 1024px) {
  .m-frase {
    padding: 4.7em;
    margin: 1em;
  }
}
.m-frase h2,
.m-frase h1,
.m-frase h3,
.m-frase h4 {
  font-family: "Nothing You Could Do", cursive;
  font-weight: lighter;
  text-transform: none;
}
.m-frase h1 {
  font-size: 2.2em !important;
}
@media only screen and (min-width: 1024px) {
  .m-frase h1 {
    font-size: 3em !important;
  }
}
.m-frase .title {
  position: relative;
  flex-wrap: wrap;
  white-space: initial;
  right: 0;
  margin-bottom: 1.5rem;
  font-size: 1.3em;
}
@media only screen and (min-width: 1024px) {
  .m-frase .title {
    white-space: nowrap;
    right: -100%;
    font-size: 2em;
  }
}
.m-frase .nombre {
  font-size: 0.9rem;
  font-weight: bolder;
  text-align: right;
}
.m-frase--about {
  padding: 0em;
  margin: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .m-frase--about {
    margin: 0;
  }
  .m-frase--about h1 {
    font-size: 3.5em !important;
  }
}
.m-frase .mayuscula {
  text-transform: uppercase !important;
}

.aqua {
  width: 100%;
  background-color: #78ccc4;
  height: 10px;
  margin: 5px 0;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .aqua {
    margin: 10px 0;
    margin-top: 30px;
  }
}

.m-texto {
  text-transform: none;
}
.m-texto .nombre {
  text-transform: none;
  font-size: 10em;
  font-family: "Hurricane", cursive;
  font-weight: 100;
}
.m-texto .nombre img {
  display: block;
  width: 80%;
  margin: auto;
}
.m-texto .muro {
  margin-top: 2em;
  font-size: 15px !important;
}

.m-foto {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .m-foto {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .m-foto {
    height: 300px;
  }
}
.m-foto--var {
  height: auto;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .m-foto--var {
    position: absolute;
    width: 40em;
  }
}
.m-foto--about {
  width: 100%;
  height: 300px !important;
}
@media only screen and (min-width: 1024px) {
  .m-foto--about {
    height: 650px !important;
  }
}
.m-foto--portada {
  margin-bottom: 3em;
}
.m-foto--portada--contacto {
  border: solid 2px #78ccc4;
  padding: 10px;
  border-radius: 5px;
}

.menu-magic {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 2em;
}
@media only screen and (min-width: 1024px) {
  .menu-magic {
    margin: 3em;
  }
}
.menu-magic .main-nav {
  position: relative;
  display: flex;
  list-style: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
  align-items: flex-end;
  border-bottom: 4px solid #8ea5e0;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .menu-magic .main-nav {
    font-size: 1.25em;
  }
}
.menu-magic .main-nav li {
  padding: 10px;
  cursor: pointer;
  transition: ease-in 0.3s;
  font-weight: bolder;
}
@media only screen and (min-width: 1024px) {
  .menu-magic .main-nav li {
    padding: 15px 30px;
  }
}
.menu-magic .main-nav li:hover {
  color: #f8e97d;
}
.menu-magic .main-nav li:hover path {
  fill: #f8e97d;
}
.menu-magic .main-nav li svg {
  height: 2em;
}
.menu-magic .main-nav li svg path {
  transition: fill 0.3s ease;
}
.menu-magic .active {
  color: #f8e97d;
}
.menu-magic .slidingLine {
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  background-color: #f8e97d;
}

.tienda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.tienda .obra {
  display: inline-block;
  border: solid 2px #78ccc4;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: white;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .tienda .obra {
    padding: 20px;
    width: 50em;
  }
}
.tienda .obra img {
  border-radius: 2.5px;
  max-width: 100%;
  height: auto;
  display: block;
}
.tienda .obra:hover {
  transform: scale(1.03);
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
.reveal-2 {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.form-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form-container .form-group {
  margin-bottom: 2em;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .form-container .form-group {
    width: 80%;
  }
}
.form-container .form-group svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  z-index: 1;
  margin: 0;
  border-radius: 50%;
  background-color: #8ea5e0;
}
.form-container .form-group input[type=text],
.form-container .form-group input[type=email],
.form-container .form-group textarea {
  font-size: 16px;
  width: 100%;
  padding: 1em;
  border: 1px solid #8ea5e0;
  border-radius: 30px;
  color: #8ea5e0;
  padding-left: 60px;
}
.form-container .form-group textarea {
  height: 200px;
  font-family: Arial, sans-serif;
}
.form-container .form-group ::placeholder {
  font-size: 1em;
  color: #8ea5e0;
}
.form-container .form-group input[type=text]:focus,
.form-container .form-group input[type=email]:focus,
.form-container .form-group textarea:focus {
  outline: 2px solid #8ea5e0;
}
.form-container .m-button {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .form-container .m-button {
    margin-left: 100%;
  }
}
.form-container .m-button .m-icon {
  display: flex;
  align-items: center;
}
.form-container .m-button .m-icon svg {
  width: 100%;
  height: 100%;
  margin-top: 35%;
}
.form-container .enviar {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  padding: 0 0.5em;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .form-container .enviar {
    margin: 1em 0;
    padding: 0 0.75em;
  }
}

.m-galeria {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.m-galeria img {
  width: calc(50% - 10px);
  object-fit: cover;
  float: left;
  border: solid 2px #78ccc4;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px !important;
  cursor: pointer;
  transition: all ease 0.2s;
}
@media only screen and (min-width: 1024px) {
  .m-galeria img {
    width: calc(50% - 10px);
    margin: 5px !important;
  }
}
.m-galeria img:hover {
  scale: 1.1;
}
.m-galeria--var img {
  border: solid 2px #78ccc4;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.m-galeria--var img:hover {
  scale: 1.03;
}
.m-galeria--var .principal {
  width: 100%;
  height: auto;
}
.m-galeria--var .principal img {
  width: 100%;
  padding: 10px;
}
.m-galeria--var .secundaria {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.m-galeria--var .secundaria .imagen {
  width: calc(33.33% - 5px);
}
@media only screen and (min-width: 1024px) {
  .m-galeria--var .secundaria {
    margin-top: 10px;
  }
  .m-galeria--var .secundaria .imagen {
    width: calc(33.33% - 10px);
    object-fit: cover;
  }
}

.detalles_obra {
  margin-bottom: 80px;
}
.detalles_obra::after {
  content: "";
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent, #78ccc4 10%, #78ccc4 90%, transparent);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .detalles_obra::after {
    bottom: 1em;
  }
}
.detalles_obra--var::after {
  content: "";
  position: absolute;
  bottom: 1.7em;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent, #78ccc4 10%, #78ccc4 90%, transparent);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .detalles_obra--var::after {
    bottom: 0.9em;
  }
}

.detalles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 35px;
}
@media only screen and (min-width: 1024px) {
  .detalles {
    justify-content: space-between;
  }
}
.detalles .icon {
  display: inline-flex;
  align-items: center;
}
.detalles .icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
}
.detalles .elemento {
  width: 100%;
  margin-bottom: 50px;
  box-sizing: border-box;
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .detalles .elemento {
    width: calc(33.33% - 10px);
    display: block;
  }
}
.detalles .elemento .info {
  margin-left: 2.8em;
}
@media only screen and (min-width: 1024px) {
  .detalles .elemento:last-child::after {
    display: none;
  }
}
.detalles .elemento::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent, #78ccc4 10%, #78ccc4 90%, transparent);
  border-radius: 50%;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

body {
  font-family: "Raleway";
  overflow-x: hidden;
  color: #8ea5e0;
}
body a {
  text-decoration: none;
  color: inherit;
}

.bar-container {
  width: 100%;
  height: 12px;
  position: relative;
}
.bar-container .barra {
  height: 100%;
  position: absolute;
  top: 0;
}
.bar-container .barra1 {
  left: 0;
  width: 90%;
  background-color: #8ea5e0;
}
.bar-container .barra2 {
  right: 0;
  width: 10%;
  background-color: #f8e97d;
}
@media only screen and (min-width: 1024px) {
  .bar-container {
    height: 25px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding: 25px 35px;
  padding-bottom: 0;
  font-weight: bolder;
  position: relative;
  margin-bottom: 2em;
  flex-direction: column;
  /*  .hamburger {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 40px;
      height: 30px;
      //background-color: red;
      cursor: pointer;

      @include desktop {
          display: none;
      }

      .bar {
          width: 100%;
          height: 4px;
          background-color: black;
          transition: transform 0.3s;
      }
  }

  .menu {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      z-index: 999;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;

      &.active {
          transform: translateX(0);
      }

      @include desktop {
          display: none;
      }

  }*/
}
@media only screen and (min-width: 1024px) {
  header {
    flex-direction: initial;
    align-items: start;
  }
}
header .menu-movil {
  margin-top: 3em;
}
header .menu-movil li {
  padding: initial;
  margin: initial;
  display: inline-block;
  margin-right: 15px;
  font-size: 0.85em;
}
header .menu-movil li:last-child {
  margin-right: 0;
}
header .menu-movil::after {
  content: "";
  position: absolute;
  top: 10.5em;
  left: 10%;
  width: 80%;
  height: 1.2px;
  background: linear-gradient(to right, transparent, #78ccc4 10%, #78ccc4 90%, transparent);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  header .menu-movil {
    display: none;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bolder;
  position: relative;
  background-color: #8ea5e0;
  color: white;
  margin-bottom: 5px;
}
footer .menu-movil li {
  padding: initial;
  margin: initial;
  display: inline-block;
  margin-right: 15px;
  font-size: 0.85em;
}
footer .menu-movil li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  footer .menu-movil {
    display: none;
  }
}

.gallery {
  width: 300%;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .gallery {
    width: 200%;
  }
}
.gallery .imagen {
  width: 50%;
  aspect-ratio: 16/9;
  margin: 8px 0;
  display: inline-block;
  overflow: hidden;
  transition: ease-in 0.3s;
  border-radius: 5px;
  border: solid 2px #ccc;
}
@media only screen and (min-width: 1024px) {
  .gallery .imagen {
    height: 300px;
  }
}
.gallery .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 5px;
  transition: transform 0.3s;
  cursor: pointer;
}
.gallery .imagen img:hover {
  transform: scale(1.07);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  justify-content: center;
  padding: 7vh;
}
.modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content {
    flex-direction: initial;
  }
}
.modal .modal-content .modal-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content .modal-image {
    width: 100%;
    height: 100%;
  }
}
.modal .modal-content .modal-image__product {
  object-fit: contain;
}
.modal .modal-content .image-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  bottom: 0;
  font-size: 0.8em;
  font-weight: bold;
  background: none;
  padding: 2em;
  border-radius: 5px;
  text-shadow: 0 1px 0 rgb(0, 0, 0);
  position: relative;
  bottom: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content .image-text {
    height: 100%;
    font-size: 1.2em;
    background: rgb(0, 0, 0);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.787552521) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
  }
}
.modal .close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover, .modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.modal .arrow {
  color: #fff;
  position: absolute;
  top: 47%;
  cursor: pointer;
  border-radius: 50%;
  background-color: #3486d3;
  width: 40px;
  height: 40px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .modal .arrow {
    top: 50%;
  }
}
.modal .arrow:hover {
  background-color: #42ab49;
}
.modal .left-arrow {
  left: 10px;
}
.modal .right-arrow {
  right: 10px;
}

.modal-open {
  overflow: hidden;
}

.copy {
  padding: 10px;
  width: 100%;
  background-color: #504c4c;
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 2px;
  font-size: 0.45em;
}
@media only screen and (min-width: 1024px) {
  .copy {
    font-size: 0.73em;
    padding: 5px 25px;
    justify-content: space-between;
  }
}
.copy img {
  width: 1.4em;
  height: 1.6em;
  object-fit: cover;
  object-position: left;
  margin-left: 1em;
}
@media only screen and (min-width: 1024px) {
  .copy img {
    width: 1.8em;
    height: 2em;
  }
}
.copy .columna {
  display: flex;
  align-items: center;
}

.woocommerce {
  /* Ocultar la opción de cantidad en la página del producto */
}
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button.primary,
.woocommerce input.button.primary,
.woocommerce button.button.checkout,
.woocommerce input.button.checkout,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce a.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #78ccc4 !important;
  height: auto;
  padding: 1em;
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:before,
.woocommerce a.button:before,
.woocommerce button.button.primary:before,
.woocommerce input.button.primary:before,
.woocommerce button.button.checkout:before,
.woocommerce input.button.checkout:before,
.woocommerce #respond input#submit:before,
.woocommerce #content input.button:before,
.woocommerce a.button.alt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  padding-top: 100%;
  background-color: #355c8a;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce a.button,
  .woocommerce button.button.primary,
  .woocommerce input.button.primary,
  .woocommerce button.button.checkout,
  .woocommerce input.button.checkout,
  .woocommerce #respond input#submit,
  .woocommerce #content input.button,
  .woocommerce a.button.alt {
    padding: 0 0.75em;
    font-size: 1em;
    height: 3em;
  }
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button.primary:hover,
  .woocommerce input.button.primary:hover,
  .woocommerce button.button.checkout:hover,
  .woocommerce input.button.checkout:hover,
  .woocommerce #respond input#submit:hover,
  .woocommerce #content input.button:hover,
  .woocommerce a.button.alt:hover {
    color: white;
  }
  .woocommerce button.button:hover:before,
  .woocommerce input.button:hover:before,
  .woocommerce button.button.alt:hover:before,
  .woocommerce input.button.alt:hover:before,
  .woocommerce a.button:hover:before,
  .woocommerce button.button.primary:hover:before,
  .woocommerce input.button.primary:hover:before,
  .woocommerce button.button.checkout:hover:before,
  .woocommerce input.button.checkout:hover:before,
  .woocommerce #respond input#submit:hover:before,
  .woocommerce #content input.button:hover:before,
  .woocommerce a.button.alt:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
}
.woocommerce .actions .coupon {
  display: flex;
  align-items: center;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=tel],
.woocommerce input[type=number],
.woocommerce input[type=url],
.woocommerce textarea,
.woocommerce .select2 {
  font-size: 17px;
}
.woocommerce .woocommerce-checkout-payment {
  background-color: rgba(254, 255, 189, 0.5607843137) !important;
  color: #355c8a;
}
.woocommerce .woocommerce-checkout-payment .woocommerce-info {
  background-color: rgba(255, 255, 255, 0.4666666667) !important;
}
.woocommerce .woocommerce-checkout-payment button {
  margin-top: 30px !important;
}
.woocommerce .order_details {
  color: black !important;
}
.woocommerce button.button:disabled {
  color: white !important;
}

/* Ocultar la columna de cantidad en la tabla del carrito */
th.product-quantity,
td.product-quantity {
  display: none !important;
}

.coupon {
  font-size: 13px !important;
}

.wc-floating-cart {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 9999;
  background-color: #355c8a;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
}
.wc-floating-cart img {
  width: auto;
  height: auto;
}

div.payment_box {
  color: black !important;
}

.price {
  margin: 0;
  width: 100%;
  text-align: right;
}

/*
 *  Menu Language Switcher
 */
.trp-language-switcher {
  height: 42px;
  position: relative;
  box-sizing: border-box;
  width: 40px;
  margin-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .trp-language-switcher {
    width: 80px;
    margin-right: -1em;
  }
}
.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 4px 20px 3px 0;
  border: none;
  border-radius: 2px;
  background-image: url(../../assets/images/arrow-down-3101.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
  background-size: 8px 8px, 8px 8px;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .trp-language-switcher > div {
    padding: 4px 20px 3px 13px;
  }
}
.trp-language-switcher > div:hover {
  background-image: none;
}
.trp-language-switcher > div > a {
  display: block;
  padding: 7px 0px;
  border-radius: 3px;
  text-decoration: none;
  color: inherit !important;
  font-style: normal;
  font-weight: inherit;
  font-size: 16px;
  transition: all ease 0.2s;
}
.trp-language-switcher > div > a:hover {
  background-color: transparent;
  scale: 1.15;
  border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
  background: none;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language > img {
  display: inline;
  margin: 0 3px;
  width: 18px;
  height: 12px;
  border-radius: 0;
}
.trp-language-switcher > div > a .trp-ls-shortcode-current-language {
  display: inline-block;
}
.trp-language-switcher > div > a .trp-ls-shortcode-current-language:focus, .trp-language-switcher > div > a .trp-ls-shortcode-current-language:hover {
  visibility: hidden;
}
.trp-language-switcher > div > a .trp-ls-shortcode-language {
  display: inline-block;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
  max-height: 250px;
  overflow-y: auto;
  left: 0;
  top: 0;
  min-height: auto;
}
.trp-language-switcher > div > a .trp-ls-shortcode-language:focus, .trp-language-switcher > div > a .trp-ls-shortcode-language:hover {
  visibility: visible;
  max-height: 250px;
  padding: 4px 13px;
  height: auto;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
  min-height: auto;
}