/* ------------------------------------------------------------------------- */
/* VARIABLES 100X100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FRO 100X100 */
/* ------------------------------------------------------------------------- */
.center-content {
  text-align: center;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

/* ------------------------------------------------------------------------- */
/* 100X100 GRID SYSTEM */
/* ------------------------------------------------------------------------- */
.column-container {
  font-size: 0;
}

.column {
  display: inline-block;
  padding: 0.5%;
  vertical-align: top;
}

.column-1 {
  width: 8.3333333333%;
}

.column-2 {
  width: 16.6666666667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.333333333%;
}

.column-5 {
  width: 41.666666667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.333333333%;
}

.column-8 {
  width: 66.666666667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33333333%;
}

.column-11 {
  width: 91.66666667%;
}

.column-12 {
  width: 100%;
}

/* Special Grids */
.column-margin {
  display: inline-block;
  vertical-align: top;
}

.column-1_11 {
  width: 8.5%;
  margin-left: 0.29545455%;
  margin-right: 0.29545455%;
}

@media only screen and (max-width: 1100px) {
  .column-1-tablet {
    width: 8.3333333333%;
  }

  .column-2-tablet {
    width: 16.6666666667%;
  }

  .column-3-tablet {
    width: 25%;
  }

  .column-4-tablet {
    width: 33.333333333%;
  }

  .column-5-tablet {
    width: 41.666666667%;
  }

  .column-6-tablet {
    width: 50%;
  }

  .column-7-tablet {
    width: 58.333333333%;
  }

  .column-8-tablet {
    width: 66.666666667%;
  }

  .column-9-tablet {
    width: 75%;
  }

  .column-10-tablet {
    width: 83.33333333%;
  }

  .column-11-tablet {
    width: 91.66666667%;
  }

  .column-12-tablet {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .column-1-mobile {
    width: 8.3333333333%;
  }

  .column-2-mobile {
    width: 16.6666666667%;
  }

  .column-3-mobile {
    width: 25%;
  }

  .column-4-mobile {
    width: 33.333333333%;
  }

  .column-5-mobile {
    width: 41.666666667%;
  }

  .column-6-mobile {
    width: 50%;
  }

  .column-7-mobile {
    width: 58.333333333%;
  }

  .column-8-mobile {
    width: 66.666666667%;
  }

  .column-9-mobile {
    width: 75%;
  }

  .column-10-mobile {
    width: 83.33333333%;
  }

  .column-11-mobile {
    width: 91.66666667%;
  }

  .column-12-mobile {
    width: 100%;
  }

  .column-0-mobile {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* VARIABLES FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* INPUT CSS */
.hundreds-validation__input_error {
  border-color: #d63031 !important;
}

label.hundreds-validation__input_error,
p.hundreds-validation__input_error,
label.hundreds-validation__input_error a {
  color: #d63031 !important;
  border-color: #d63031 !important;
}

.hundreds-form__error {
  display: none;
  color: #d63031;
}

/*.hundreds-validation__input_success{
	border-color: $hundreds-success-color !important;
}*/
/* MESSAGES CSS */
.form-messages {
  margin: 20px 0 30px;
}

.form-messages__success {
  color: #00b894;
}

.form-messages__errors {
  color: #d63031;
}

.form-messages_hide {
  display: none;
}

.form-messages_show {
  display: block;
}

/* ------------------------------------------------------------------------- */
/* WordPress WYSIWYG Editor Styles */
/* ------------------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ------------------------------------------------------------------------- */
/* FONTS */
/* ------------------------------------------------------------------------- */
/*

@font-face {
  font-family: 'nexabold';
  src: url(../fonts/nexa/NexaBold.eot);
  src: url(../fonts/nexa/NexaBold.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaBold.woff) format('woff'),
     url(../fonts/nexa/NexaBold.ttf) format('truetype'),
     url(../fonts/nexa/NexaBold.svg) format('svg');
  font-style: normal;
}

@font-face {
  font-family: 'nexalight';
  src: url(../fonts/nexa/NexaLight.eot);
  src: url(../fonts/nexa/NexaLight.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaLight.woff) format('woff'),
     url(../fonts/nexa/NexaLight.ttf) format('truetype'),
     url(../fonts/nexa/NexaLight.svg) format('svg');
  font-style: normal;
}

*/
/* ------------------------------------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------------------------------------- */
/* 400 y 500*/
/*100*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* ==========================================================================
   RESET CSS
   ========================================================================== */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
}

p a:hover {
  text-decoration: underline;
}

input[type=submit],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  overflow-x: hidden;
}

/* ------------------------------------------------------------------------- */
/* MIXINS */
/* ------------------------------------------------------------------------- */
/*
@mixin theme($theme: DarkGray) {
  background: $theme;
  box-shadow: 0 0 1px rgba($theme, .25);
  color: #fff;
}

.info {
  @include theme;
}
.alert {
  @include theme($theme: DarkRed);
}
.success {
  @include theme($theme: DarkGreen);
}
*/
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
body {
  background-color: #F3E7D8;
  min-height: 100%;
  font-family: "elza", sans-serif;
  color: #1E1E1E;
  font-size: clamp(1.12rem, 1.12rem + (1vw - 0.2rem) * 1.2, 1.5rem);
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: clamp(1.12rem, 1.12rem + (1vw - 0.2rem) * 1.2, 1.5rem);
  line-height: 140%;
  margin-bottom: 20px;
}

ul li {
  font-size: clamp(1.12rem, 1.12rem + (1vw - 0.2rem) * 1.2, 1.5rem);
  line-height: 140%;
  margin-bottom: 10px;
}

.container-micro, .container-mini, .container-medio, .container {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  max-width: 1440px;
}

.container.full {
  max-width: unset;
}

.container-medio {
  max-width: 1200px;
}

.container-mini {
  max-width: 1000px;
}

.container-micro {
  max-width: 850px;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  cursor: pointer;
}

.clearfix, .clear {
  clear: both;
}

strong {
  font-weight: 500;
}

p a, a {
  text-decoration: none;
  color: #A08770;
  font-weight: 400;
}

p i, i {
  font-style: italic;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.no_padding {
  padding: 0px !important;
}

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

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

.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* CALLTOACTIONS */
.calltoaction {
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
  padding: 12px 25px 6px;
  color: #1E1E1E;
  font-family: "elza", sans-serif;
  font-weight: 400;
  font-size: clamp(1.12rem, 1.12rem + (1vw - 0.2rem) * 1.2, 1.5rem);
  line-height: 100%;
  border-radius: 100px;
  border: 1px solid #1E1E1E;
  background-color: #F3E7D8;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  opacity: 1;
  -webkit-appearance: none;
}

.calltoaction:hover {
  background-color: #1E1E1E;
  color: #F3E7D8;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .padding-medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .padding-big {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  .padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .padding-medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: "Rough Notes", sans-serif;
  color: #1E1E1E;
  line-height: 100%;
  margin-bottom: 25px;
}

h1 {
  font-size: clamp(3.8rem, 3.8rem + (1vw - 0.2rem) * 2, 5rem);
}

h2 {
  font-size: clamp(3rem, 3rem + (1vw - 0.2rem) * 1.2, 3.75rem);
}

h3 {
  font-size: 35px;
}

.title_center {
  text-align: center;
}

.title_white {
  color: #F3E7D8;
}

@media only screen and (max-width: 800px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 18px;
  }

  h1, h2, h3, h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------------------- */
/* COOKIES */
/* ------------------------------------------------------------------------- */
/*.cookies{ position: fixed; bottom: 10px; left:10px; width: 90%; max-width: 400px; padding: 25px 40px 20px 25px; z-index:100; background-color:white; border-radius: $border-radius; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.cookies .message-close-button { position: absolute; top: 15px; right: 15px; width: 15px; height: 15px; background: transparent url(../images/close.svg) no-repeat; background-size: 100%; cursor:pointer;}
.cookies p { font-size: 14px; color:$color-txt; line-height:130%; margin-bottom: 0;}
.cookies p.cookies__text {margin-bottom:3px;}
.cookies p:last-child {text-align: right;}
.cookies p a{ color: $color-txt; font-weight:$font-weight-bold; font-size:15px;}
.cookies p a:hover{ color: $color-txt;}

@media only screen and (max-width: 800px){
  .cookies p { font-size:13px; }
  .cookies p a{ font-size:14px;}
}
@media only screen and (max-width: 600px){
  .cookies{ width: calc(100% - 20px);  max-width: none;}
  .cookies p { font-size:12px; }
  .cookies p a{ font-size:13px;}
}*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #F3E7D8;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F3E7D8;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #4a4a4a;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  padding: 40px 20px 10px;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.fixed {
  background-color: #F3E7D8;
  padding: 15px 20px;
}

.header .container {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
}

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

.web-logo .header__logo {
  width: 150px;
  position: relative;
}

.header.fixed .web-logo .header__logo {
  width: 50px;
}

.header .web-logo .header__logo.white {
  display: none;
}

.header .web-logo .header__logo.color {
  display: inline-block;
}

.header.transparent .web-logo .header__logo.white {
  display: inline-block;
}

.header.transparent .web-logo .header__logo.color {
  display: none;
}

.header.fixed .web-logo .header__logo.white {
  display: none;
}

.header.fixed .web-logo .header__logo.color {
  display: inline-block;
}

/* MENUS */
.header__nav ul {
  display: flex;
  gap: 20px;
}

.header__nav.nav-right ul {
  justify-content: flex-end;
}

.header__nav ul li {
  padding: 0;
  border-radius: 50px;
  margin: 0 5px;
}

.header__nav ul li a {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1px;
}

.header__nav ul li a:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  will-change: transform;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1E1E1E;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  transform: translate3d(-103%, 0, 0);
  -webkit-transform: translate3d(-103%, 0, 0);
}

.header__nav ul li a:hover:after,
.header__nav ul li.current-menu-item a:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.header__nav ul li.destacado {
  border: 1px solid #1E1E1E;
  padding: 8px 2px 5px;
  margin-top: -8px;
  border-radius: 100px;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__nav ul li.destacado a {
  font-weight: 400;
  padding: 1px 15px;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__nav ul li.destacado:hover {
  background-color: #1E1E1E;
}

.header__nav ul li.destacado:hover a {
  color: #F3E7D8;
}

.header__nav ul li.destacado a:after {
  display: none;
}

/*2n nivel*/
/*.header__nav ul li ul.sub-menu { margin-top:83px; margin-left:0px; border: 0; position: absolute; width:auto; top:0; z-index: 3; background: $color-white; padding:15px 15px 10px; visibility: hidden; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s; transition: all 0.2s; display:flex; flex-direction:column; align-items: flex-start; gap:5px; border-radius:10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.header__nav ul li:hover ul.sub-menu { visibility: visible; opacity: 1; filter: alpha(opacity=100);  }
.header__nav ul li ul.sub-menu li { padding:0; margin: 0 0 5px; border-right:none; }
.header__nav ul li ul.sub-menu li:last-child {border:none;}
.header__nav ul li ul.sub-menu li a { font-size:14px; color:$color-txt; padding:1px 1px; cursor: pointer;}
.header__nav ul li.current-menu-parent ul.sub-menu li a,
.header__nav ul li.current-menu-item ul.sub-menu li a { color: $color-txt; }
.header__nav ul li.current-menu-parent ul.sub-menu li a:hover,
.header__nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a { color: $color-txt; }
.header__nav ul li.current-menu-parent ul.sub-menu li a { color: $color-txt; }
*/
.header.fixed .header__nav {
  margin-top: 10px;
}

.header.transparent .header__nav ul li a {
  color: #F3E7D8;
}

.header.transparent .header__nav ul li a:after {
  background: #F3E7D8;
}

.header.transparent .header__nav ul li.destacado {
  border-color: #F3E7D8;
}

.header.transparent .header__nav ul li.destacado:hover {
  background-color: #F3E7D8;
}

.header.transparent .header__nav ul li.destacado:hover a {
  color: #1E1E1E;
}

/*.header.transparent .header__nav ul li ul.sub-menu a { color: $color-txt; }*/
.header.fixed .header__nav ul li a {
  color: #1E1E1E;
}

.header.fixed .header__nav ul li a:after {
  background: #1E1E1E;
}

.header.fixed .header__nav ul li.destacado {
  border-color: #1E1E1E;
}

.header.fixed .header__nav ul li.destacado:hover {
  background-color: #1E1E1E;
}

.header.fixed .header__nav ul li.destacado:hover a {
  color: #F3E7D8;
}

/*.header.fixed .header__nav ul li ul.sub-menu { margin-top:58px; }*/
/*
.header.transparent .header__nav ul li.current-menu-parent ul.sub-menu li a,
.header.transparent .header__nav ul li.current-menu-item ul.sub-menu li a { color: $color-txt; }
.header.transparent .header__nav ul li.current-menu-parent ul.sub-menu li a:hover,
.header.transparent .header__nav ul li.current-menu-parent ul.sub-menu li.current-menu-item a { color: $color-txt; }
.header.transparent .header__nav ul li.current-menu-parent ul.sub-menu li a { color: $color-txt; }
*/
/* MENU BURGER */
.header__menu-burguer {
  display: none;
  position: absolute;
  right: 35px;
  top: 25px;
}

#nav-open-close {
  display: inline-block;
  position: relative;
  z-index: 1000;
  width: 30px;
  height: 25px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-open-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-open-close span {
  background: #1E1E1E;
}

#nav-open-close span:nth-child(1) {
  top: 0px;
}

#nav-open-close span:nth-child(2) {
  top: 10px;
}

#nav-open-close span:nth-child(3) {
  top: 20px;
}

#nav-open-close.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  width: 30px;
  left: 0px;
}

#nav-open-close.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

#nav-open-close.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 30px;
  left: 0px;
}

.header.transparent #nav-open-close span {
  background: #F3E7D8;
}

.header.fixed #nav-open-close span {
  background: #1E1E1E;
}

.header #nav-open-close.open span,
.header.transparent #nav-open-close.open span,
.header.fixed #nav-open-close.open span {
  background: #F3E7D8;
}

/* SOCIALES */
/*
.header__social-buttons ul { display:flex; align-items: center; gap: 10px; }
.header__social-buttons ul li {}
.header__social-buttons ul li a {
  display: flex; justify-content: center; align-items: center; width:30px; height:30px; opacity:1;  border-radius: 50%;
  -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; 
}
.header__social-buttons ul li a:hover { opacity: 0.7;}
.header__social-buttons ul li a .social__img g,
.header__social-buttons ul li a .social__img path {fill:$color-txt;}
.header__social-buttons ul li a { border-color:$color-txt;}
*/
/* IDIOMAS */
/*
.header_idiomas ul { display: flex;}
.header_idiomas ul li {padding-left:10px; margin-bottom: 0;}
.header_idiomas ul li a {color:$color-txt; font-size:12px; line-height:$line-height; position: relative; overflow: hidden; display: block; padding: 3px 1px 3px;}
.header_idiomas ul li a:after { backface-visibility: hidden; transform-style: preserve-3d; transform: translateZ(0); will-change: transform; content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background:$color-txt; 
transition: all .5s cubic-bezier(.07,.71,.1,.9);
    -webkit-transition: all .5s cubic-bezier(.07,.71,.1,.9);
    transform: translate3d(-103%,0,0);
    -webkit-transform: translate3d(-103%,0,0);
}
.header_idiomas ul li a:hover:after, 
.header_idiomas ul li.wpml-ls-current-language a:after {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.header.transparent .header_idiomas ul li a { color:$color-white; }
.header.transparent .header_idiomas ul li a:after { background:$color-white; }
.header.fixed .header_idiomas ul li a { color:$color-txt; }
.header.fixed .header_idiomas ul li a:after { background:$color-txt; }
*/
/*MENU DESPLEGABLE*/
.header__desplegable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  background-color: #B6442B;
  z-index: 999;
  padding: 100px 10px 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header__desplegable.appear {
  visibility: visible;
  opacity: 1;
}

.header__desplegable .web-logo-mobile {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
}

.header__desplegable .web-logo-mobile .mobile__logo {
  height: 80px;
}

.header__desplegable .desplegable-container {
  overflow-y: auto;
}

.header__desplegable nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header__desplegable nav ul li {
  margin: 0 0 5px;
  padding: 4px;
}

.header__desplegable nav ul li a {
  color: #F3E7D8;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
}

.header__desplegable nav ul li.destacado a {
  padding: 8px 30px 4px;
  border-radius: 50px;
  background-color: #F3E7D8;
  color: #1E1E1E;
}

.header__desplegable nav ul li.current-menu-item a {
  border-bottom: 1px solid;
}

.header.hide {
  opacity: 0;
  transform: translateY(-30px);
}

main {
  margin-top: 230px;
}

main.transparent {
  margin-top: 0px;
}

/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
  .header .container {
    grid-template-columns: 1fr 120px 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .header__nav ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__nav ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  main {
    margin-top: 150px;
  }

  .header {
    padding: 15px 20px;
  }

  .header__nav {
    display: none;
  }

  .header__menu-burguer {
    display: flex;
  }

  .header .container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  main {
    margin-top: 120px;
  }

  .web-logo .header__logo {
    width: 80px;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
/* SLIDER HOME */
.slider {
  position: relative;
  background-color: #F3E7D8;
  min-height: 100vh;
}

.slider-info {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 200px 5% 50px;
}

.slider-info .slider-title {
  color: #F3E7D8;
  text-align: center;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 3.2rem + (1vw - 0.2rem) * 3, 6.2rem);
}

.carrusel-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.carrusel-mobile img {
  display: inline-block;
  max-width: 300px;
}

/* CARRUSEL */
@-webkit-keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carrusel-movement {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  /*overflow: hidden;*/
  /*-webkit-mask-image: linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%);
  mask-image: linear-gradient(90deg,#0000 0%,#000 20% 80%,#0000 100%);*/
}

.carrusel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation-name: loop;
          animation-name: loop;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.carrusel-container li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 170px;
  padding: 0;
}

.carrusel-container li img {
  width: 350px;
  max-width: unset;
  aspect-ratio: 1/1;
}

.carrusel-container li:nth-child(1) img {
  transform: rotate(-5deg);
}

.carrusel-container li:nth-child(2) img {
  transform: rotate(2deg);
}

.carrusel-container li:nth-child(3) img {
  transform: rotate(4deg);
}

.carrusel-container li:nth-child(4) img {
  transform: rotate(2deg);
}

.carrusel-container li:nth-child(5) img {
  transform: rotate(-7deg);
}

.home-title .title {
  font-size: clamp(3.9rem, 3.9rem + (1vw - 0.2rem) * 5, 6.2rem);
}
.home-title .text {
  font-size: clamp(1.3rem, 1.3rem + (1vw - 0.2rem) * 1.5, 1.8rem);
}

.home-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.home-section .home-item .icon {
  display: inline-flex;
  margin-bottom: 1.5rem;
}
.home-section .home-item .hour {
  margin-bottom: 0.7rem;
}
.home-section .home-item .title {
  font-size: clamp(1.12rem, 1.12rem + (1vw - 0.2rem) * 1.2, 1.5rem);
}

.home-bottom {
  padding-top: 0;
}

@media only screen and (max-width: 1000px) {
  .slider-info {
    padding: 160px 5% 50px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-info {
    padding: 120px 5% 60px;
  }

  .slider-info .slider-title {
    margin-bottom: 30px;
  }

  .carrusel-movement {
    display: none;
  }

  .carrusel-mobile {
    display: flex;
  }

  .home-section .home-item .icon img {
    max-width: 80px;
    max-height: 70px;
  }

  .home-bottom {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
/* ------------------------------------------------------------------------- */
/* MAPS CSS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* PAGE PAGE STYLES */
/* ------------------------------------------------------------------------- */
.text_white {
  color: #F3E7D8;
}

.text_white p {
  color: #F3E7D8;
}

.after-text {
  margin-top: 20px;
}

.title-image {
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

img.mobile {
  display: none;
}

.full-height {
  position: relative;
  min-height: calc(100vh - 83px);
}
.full-height .full-height-inner {
  min-height: calc(100vh - 83px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
}

.seccio-columnes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 20px;
}

.seccio-columnes .columna-item .image {
  aspect-ratio: 50/65;
  background-color: #d9d9d9;
  overflow: hidden;
}

.seccio-columnes .columna-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.seccio-columnes .columna-item a:hover .image img {
  transform: scale(1.1);
}

.seccio-columnes .columna-item .texte {
  margin-top: 10px;
  color: #1E1E1E;
}

@media only screen and (max-width: 1000px) {
  .full-height .full-height-inner {
    padding-top: 140px;
  }

  .seccio-columnes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .full-height,
.full-height .full-height-inner {
    min-height: calc(100vh - 145px);
  }

  .seccio-columnes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .after-text {
    margin-top: 5px;
  }

  img.mobile {
    display: block;
  }

  img.desktop {
    display: none;
  }

  .full-height .full-height-inner {
    padding-top: 120px;
  }

  .seccio-columnes {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------------------------------------------------- */
/* GENERAL FORM STYLES */
/* ------------------------------------------------------------------------- */
.hundreds-form__form {
  position: relative;
  margin-top: 40px;
}

.submit-button-container {
  position: relative;
}

.hundreds__loader {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #F3E7D8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hundreds__messages--hide, .hundreds__loader_hidden {
  display: none;
}

.hundreds__messages--show {
  display: block;
}

.hundreds__messages {
  margin: 30px 0 0;
}

.hundreds__messages p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.hundreds__messages p.hundreds__messages--success {
  color: #6a900a;
}

.hundreds__messages p.hundreds__messages--errors {
  color: #d63031;
}

.text-form {
  margin-top: 30px;
}

.smaller p {
  font-size: 1.125rem;
}

/* checkbox labels privacy policy*/
.hundreds-form__checkbox label {
  color: #1E1E1E;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
  text-align: left;
}

.hundreds-form__checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #1E1E1E;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.hundreds-form__checkbox label a {
  color: #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
}

form input[type=checkbox]:checked + label {
  color: #1E1E1E;
}

form input[type=checkbox]:checked + label:before {
  background-color: #1E1E1E;
}

.hundreds-form__radio label {
  color: #1E1E1E;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.hundreds-form__radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #1E1E1E;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.hundreds-form__radio label a {
  color: #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
}

form input[type=radio]:checked + label {
  color: #1E1E1E;
}

form input[type=radio]:checked + label:before {
  background-color: #1E1E1E;
}

.boda__radio-choice {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.boda__radio-choice .hundreds-form__radio {
  width: 100%;
}

.boda__radio-choice .hundreds-form__radio label {
  display: inline-block;
  width: 100%;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 100%;
  padding: 16px 20px 10px;
  text-align: center;
  border: 1px solid #1E1E1E;
  background-color: #F3E7D8;
  border-radius: 25px;
}

.boda__radio-choice .hundreds-form__radio label:before {
  display: none;
}

.boda__radio-choice .hundreds-form__radio input[type=radio]:checked + label {
  color: #F3E7D8;
  background-color: #1E1E1E;
}

form input[type=email], form input[type=text], form input[type=number], form textarea {
  border: 1px solid #1E1E1E;
  padding: 16px 15px 10px;
  margin-bottom: 10px;
  border-radius: 25px;
  color: #1E1E1E;
  font-family: "elza", sans-serif;
  line-height: 100%;
  font-size: 24px;
  background: transparent;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
}

form textarea {
  resize: none;
}

form input[type=checkbox], form input[type=radio] {
  display: none;
}

form input[type=submit] {
  display: block;
  position: relative;
  background: #1E1E1E;
  font-size: 24px;
  font-family: "elza", sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #1E1E1E;
  color: #F3E7D8;
  opacity: 1;
  margin: 0;
  outline: 0;
  padding: 15px 25px 8px;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

form input[type=submit]:hover {
  background-color: #A08770;
  border-color: #A08770;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .hundreds-form__form {
    margin-top: 25px;
  }

  .text-form {
    margin-top: 25px;
  }

  form input[type=email], form input[type=text], form input[type=number], form textarea {
    font-size: 18px;
  }

  .boda__radio-choice .hundreds-form__radio label {
    font-size: 18px;
  }

  form textarea {
    height: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .boda__radio-choice {
    flex-direction: column;
  }
}
/* ------------------------------------------------------------------------- */
/* NEWSLETTER FORM STYLES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* INSTAGRAM STYLES */
/* ------------------------------------------------------------------------- */
.hundreds__instagram a {
  width: 25%;
  display: inline-block;
  height: 200px;
}

.hundreds__instagram a li {
  width: 100%;
  height: 200px;
  background-size: cover;
}

/* ------------------------------------------------------------------------- */
/* FOOTER STYLES */
/* ------------------------------------------------------------------------- */
.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  padding: 30px 5%;
}

.footer p {
  margin: 0;
  font-size: 16px;
}

.footer p.phones {
  display: flex;
  gap: 15px;
}

.footer p.phones span {
  display: inline-block;
}

.footer p a {
  font-size: 16px;
  color: #1E1E1E;
}

.footer a.by {
  font-size: 16px;
  color: #A08770;
}

.footer a:hover {
  text-decoration: underline;
}

body.random_colors .footer p,
body.random_colors .footer p a {
  color: #F3E7D8;
}

body.random_colors .footer a.by {
  color: #F3E7D8;
}

@media only screen and (max-width: 800px) {
  .footer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer p.phones {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
}

/*# sourceMappingURL=100x100.min.css.map*/