@charset "UTF-8";
/*
Theme Name: Garban Woman Lab
Author: Sergio Simon Diseño & Web
Author URI: https://wordpress.org/
Description: Garban Theme is a customized version of Twenty Sixteen template.
Version: 2026
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************MIXINS******************************/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*Variables*/
@font-face {
  font-family: 'BentonModDisp';
  src: url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.eot");
  src: url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.woff2") format("woff2"), url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.woff") format("woff"), url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.ttf") format("truetype"), url("/wp-content/themes/garban/fonts/BentonModDisp-LightItalic.svg#BentonModDisp-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

/*General*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1360px) {
  * {
    text-rendering: auto;
  }
}

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

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #040605;
  font-size: 28px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  background: #040605;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}

body.body-fade-in {
  -webkit-animation: fadeIn ease 1.5s;
  -moz-animation: fadeIn ease 1.5s;
  -ms-animation: fadeIn ease 1.5s;
  -o-animation: fadeIn ease 1.5s;
  animation: fadeIn ease 1.5s;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  color: #040605;
  font-family: "BentonModDisp";
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5 {
    margin: 0 0 10px 0;
  }
}

h2 {
  /*font-size: 32px;
  line-height: 36px;
  @include responsive(responsive1360){
    font-size: 29px;
    line-height: 33px;
  }
  @include responsive(responsive1199){
    font-size: 26px;
    line-height: 30px;
  }
  @include responsive(responsive991){
    font-size: 24px;
    line-height: 28px;
  }
  @include responsive(responsive600){
    font-size: 22px;
    line-height: 26px;
  }*/
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  ul li {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  ul li {
    font-size: 18px;
    line-height: 22px;
  }
}

ul li strong {
  font-weight: 500;
}

strong {
  font-weight: 500 !important;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
}

p strong {
  font-weight: 500;
}

sub, sup {
  line-height: 0;
}

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

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
  position: relative;
}

:active, :focus {
  outline: none;
}

::placeholder {
  color: #A8A096;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A8A096;
}

::-ms-input-placeholder {
  color: #A8A096;
}

textarea, input, select {
  border-radius: 0;
  font-family: "Outfit", sans-serif;
  color: #040605;
  height: 40px;
  padding: 6px 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #040605;
  background: transparent;
}

@media only screen and (max-width: 1199px) {
  textarea, input, select {
    font-size: 20px;
    height: auto;
    height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  textarea, input, select {
    font-size: 18px;
    height: auto;
    height: 36px;
    padding: 5px 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  textarea, input, select {
    font-size: 16px;
    height: 32px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='darkblue' height='24' viewBox='0 0 34 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 8px;
}

input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  height: 140px;
  resize: none;
  border-bottom: 1px solid #040605;
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  textarea {
    padding: 8px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

[type="radio"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #A8A096;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before, [type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #040605;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #040605;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 120px 0;
}

@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  section, footer {
    padding: 30px 0;
  }
}

section .container, section .container-medio, section .container-mini, section .container-big, section .container-full, footer .container, footer .container-medio, footer .container-mini, footer .container-big, footer .container-full {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 1360px) {
  section .container, section .container-medio, section .container-mini, section .container-big, section .container-full, footer .container, footer .container-medio, footer .container-mini, footer .container-big, footer .container-full {
    max-width: 1160px;
  }
}

@media only screen and (max-width: 991px) {
  section .container, section .container-medio, section .container-mini, section .container-big, section .container-full, footer .container, footer .container-medio, footer .container-mini, footer .container-big, footer .container-full {
    padding: 0 20px;
  }
}

section .container .row, section .container-medio .row, section .container-mini .row, section .container-big .row, section .container-full .row, footer .container .row, footer .container-medio .row, footer .container-mini .row, footer .container-big .row, footer .container-full .row {
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  section .container .row, section .container-medio .row, section .container-mini .row, section .container-big .row, section .container-full .row, footer .container .row, footer .container-medio .row, footer .container-mini .row, footer .container-big .row, footer .container-full .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

section .container .row .col, section .container-medio .row .col, section .container-mini .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-medio .row .col, footer .container-mini .row .col, footer .container-big .row .col, footer .container-full .row .col {
  position: relative;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  section .container .row .col, section .container-medio .row .col, section .container-mini .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-medio .row .col, footer .container-mini .row .col, footer .container-big .row .col, footer .container-full .row .col {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col, section .container-medio .row .col, section .container-mini .row .col, section .container-big .row .col, section .container-full .row .col, footer .container .row .col, footer .container-medio .row .col, footer .container-mini .row .col, footer .container-big .row .col, footer .container-full .row .col {
    margin-top: 20px;
  }
}

section .container .row .col.col12, section .container-medio .row .col.col12, section .container-mini .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-medio .row .col.col12, footer .container-mini .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col12, section .container-medio .row .col.col12, section .container-mini .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-medio .row .col.col12, footer .container-mini .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col12, section .container-medio .row .col.col12, section .container-mini .row .col.col12, section .container-big .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-medio .row .col.col12, footer .container-mini .row .col.col12, footer .container-big .row .col.col12, footer .container-full .row .col.col12 {
    width: 100%;
  }
}

section .container .row .col.col16, section .container-medio .row .col.col16, section .container-mini .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-medio .row .col.col16, footer .container-mini .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
  width: 16.666666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col16, section .container-medio .row .col.col16, section .container-mini .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-medio .row .col.col16, footer .container-mini .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col16, section .container-medio .row .col.col16, section .container-mini .row .col.col16, section .container-big .row .col.col16, section .container-full .row .col.col16, footer .container .row .col.col16, footer .container-medio .row .col.col16, footer .container-mini .row .col.col16, footer .container-big .row .col.col16, footer .container-full .row .col.col16 {
    width: 100%;
  }
}

section .container .row .col.col20, section .container-medio .row .col.col20, section .container-mini .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-medio .row .col.col20, footer .container-mini .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col20, section .container-medio .row .col.col20, section .container-mini .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-medio .row .col.col20, footer .container-mini .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, section .container-medio .row .col.col20, section .container-mini .row .col.col20, section .container-big .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-medio .row .col.col20, footer .container-mini .row .col.col20, footer .container-big .row .col.col20, footer .container-full .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, section .container-medio .row .col.col25, section .container-mini .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-medio .row .col.col25, footer .container-mini .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col25, section .container-medio .row .col.col25, section .container-mini .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-medio .row .col.col25, footer .container-mini .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, section .container-medio .row .col.col25, section .container-mini .row .col.col25, section .container-big .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-medio .row .col.col25, footer .container-mini .row .col.col25, footer .container-big .row .col.col25, footer .container-full .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col33, section .container-medio .row .col.col33, section .container-mini .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-medio .row .col.col33, footer .container-mini .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col33, section .container-medio .row .col.col33, section .container-mini .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-medio .row .col.col33, footer .container-mini .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col33, section .container-medio .row .col.col33, section .container-mini .row .col.col33, section .container-big .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-medio .row .col.col33, footer .container-mini .row .col.col33, footer .container-big .row .col.col33, footer .container-full .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col40, section .container-medio .row .col.col40, section .container-mini .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-medio .row .col.col40, footer .container-mini .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col40, section .container-medio .row .col.col40, section .container-mini .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-medio .row .col.col40, footer .container-mini .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col40, section .container-medio .row .col.col40, section .container-mini .row .col.col40, section .container-big .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-medio .row .col.col40, footer .container-mini .row .col.col40, footer .container-big .row .col.col40, footer .container-full .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col50, section .container-medio .row .col.col50, section .container-mini .row .col.col50, section .container-big .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-medio .row .col.col50, footer .container-mini .row .col.col50, footer .container-big .row .col.col50, footer .container-full .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col50, section .container-medio .row .col.col50, section .container-mini .row .col.col50, section .container-big .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-medio .row .col.col50, footer .container-mini .row .col.col50, footer .container-big .row .col.col50, footer .container-full .row .col.col50 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col50, section .container-medio .row .col.col50, section .container-mini .row .col.col50, section .container-big .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-medio .row .col.col50, footer .container-mini .row .col.col50, footer .container-big .row .col.col50, footer .container-full .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col60, section .container-medio .row .col.col60, section .container-mini .row .col.col60, section .container-big .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-medio .row .col.col60, footer .container-mini .row .col.col60, footer .container-big .row .col.col60, footer .container-full .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col60, section .container-medio .row .col.col60, section .container-mini .row .col.col60, section .container-big .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-medio .row .col.col60, footer .container-mini .row .col.col60, footer .container-big .row .col.col60, footer .container-full .row .col.col60 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col60, section .container-medio .row .col.col60, section .container-mini .row .col.col60, section .container-big .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-medio .row .col.col60, footer .container-mini .row .col.col60, footer .container-big .row .col.col60, footer .container-full .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col66, section .container-medio .row .col.col66, section .container-mini .row .col.col66, section .container-big .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-medio .row .col.col66, footer .container-mini .row .col.col66, footer .container-big .row .col.col66, footer .container-full .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col66, section .container-medio .row .col.col66, section .container-mini .row .col.col66, section .container-big .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-medio .row .col.col66, footer .container-mini .row .col.col66, footer .container-big .row .col.col66, footer .container-full .row .col.col66 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col66, section .container-medio .row .col.col66, section .container-mini .row .col.col66, section .container-big .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-medio .row .col.col66, footer .container-mini .row .col.col66, footer .container-big .row .col.col66, footer .container-full .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col100, section .container-medio .row .col.col100, section .container-mini .row .col.col100, section .container-big .row .col.col100, section .container-full .row .col.col100, footer .container .row .col.col100, footer .container-medio .row .col.col100, footer .container-mini .row .col.col100, footer .container-big .row .col.col100, footer .container-full .row .col.col100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col100, section .container-medio .row .col.col100, section .container-mini .row .col.col100, section .container-big .row .col.col100, section .container-full .row .col.col100, footer .container .row .col.col100, footer .container-medio .row .col.col100, footer .container-mini .row .col.col100, footer .container-big .row .col.col100, footer .container-full .row .col.col100 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col100, section .container-medio .row .col.col100, section .container-mini .row .col.col100, section .container-big .row .col.col100, section .container-full .row .col.col100, footer .container .row .col.col100, footer .container-medio .row .col.col100, footer .container-mini .row .col.col100, footer .container-big .row .col.col100, footer .container-full .row .col.col100 {
    width: 100%;
  }
}

section .container-medio, footer .container-medio {
  max-width: 930px;
}

section .container-mini, footer .container-mini {
  max-width: 750px;
}

section .container-full, footer .container-full {
  max-width: 100%;
}

.parallax-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-frame img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  object-fit: cover;
  will-change: transform;
}

/* Header */
.header-simple {
  width: 100%;
  height: 95px;
  background-color: #040605;
  display: flex;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) {
  .header-simple {
    background-color: #040605;
    height: 75px;
    border-bottom: 1px solid #F8F3B3;
  }
}

.header-simple .navbar .logo {
  height: 65px;
  width: 175px;
  display: block;
  margin: 0;
  position: absolute;
  top: 15px;
  left: calc(50% - 88px);
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .header-simple .navbar .logo {
    width: 121px;
    height: 45px;
    left: calc(50% - 60px);
  }
}

.header-simple .navbar .logo a {
  display: block;
  height: 65px;
  width: 175px;
}

@media only screen and (max-width: 991px) {
  .header-simple .navbar .logo a {
    width: 121px;
    height: 45px;
  }
}

.header-simple .navbar .logo a span {
  background-image: url("/wp-content/themes/garban/img/logo-garbanwoman.svg");
  display: block;
  background-size: 175px 65px;
  height: 65px;
  width: 175px;
}

@media only screen and (max-width: 991px) {
  .header-simple .navbar .logo a span {
    background-size: 121px 45px;
    width: 121px;
    height: 45px;
  }
}

.header {
  width: 100%;
  height: 95px;
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 22;
  display: flex;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) {
  .header {
    background-color: #040605;
    height: 75px;
    border-bottom: 1px solid #F8F3B3;
  }
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 1360px) {
  .header .navbar {
    max-width: 1130px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar {
    max-width: 1160px;
    padding: 0 20px;
  }
}

.header .navbar .logo {
  height: 65px;
  width: 175px;
  display: block;
  margin: 0;
  position: absolute;
  top: 15px;
  left: calc(50% - 88px);
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .header .navbar .logo {
    width: 121px;
    height: 45px;
    left: calc(50% - 60px);
  }
}

.header .navbar .logo a {
  display: block;
  height: 65px;
  width: 175px;
}

@media only screen and (max-width: 991px) {
  .header .navbar .logo a {
    width: 121px;
    height: 45px;
  }
}

.header .navbar .logo a span {
  background-image: url("/wp-content/themes/garban/img/logo-garbanwoman.svg");
  display: block;
  background-size: 175px 65px;
  height: 65px;
  width: 175px;
}

@media only screen and (max-width: 991px) {
  .header .navbar .logo a span {
    background-size: 121px 45px;
    width: 121px;
    height: 45px;
  }
}

.header .navbar .header-icon {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header .navbar .header-icon {
    display: block;
  }
}

.header .navbar .nav {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  top: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav {
    position: fixed;
    top: 75px;
    display: block;
    height: calc(100vh - 75px);
    margin: 0;
    right: -400px;
    width: 300px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transform: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    background: #040605;
    border-left: 1px solid #F8F3B3;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav {
    width: 100%;
    right: -500px;
    border-left: none;
  }
}

.header .navbar .nav .menu-container {
  padding: 0 40px;
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container {
    padding: 0;
  }
}

.header .navbar .nav .menu-container .nav-menu {
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container .nav-menu {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container .nav-menu li.nav-menu-item {
    border-bottom: 1px solid #F8F3B3;
  }
}

.header .navbar .nav .menu-container .nav-menu li.nav-menu-item.item-center {
  width: 200px;
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container .nav-menu li.nav-menu-item.item-center {
    display: none;
  }
}

.header .navbar .nav .menu-container .nav-menu li.nav-menu-item a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #F8F3B3;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 1360px) {
  .header .navbar .nav .menu-container .nav-menu li.nav-menu-item a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container .nav-menu li.nav-menu-item a {
    display: block;
    padding: 20px;
  }
}

.header .navbar .nav .menu-container .nav-menu li.nav-menu-item a:hover {
  border-bottom: 1px solid #F8F3B3;
}

@media only screen and (max-width: 991px) {
  .header .navbar .nav .menu-container .nav-menu li.nav-menu-item a:hover {
    border-bottom: 1px solid transparent;
  }
}

.header.large {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 0;
  background-color: #040605;
}

.header.small {
  top: -250px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header.small {
    top: 0;
    background-color: #040605;
  }
}

.open-menu {
  overflow: hidden;
}

.open-menu:before {
  z-index: 11;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (max-width: 991px) {
  .open-menu .header .navbar .nav {
    right: 0;
  }
}

#header-icon {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 27px;
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #F8F3B3;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#header-icon span:nth-child(1) {
  top: 0px;
}

#header-icon span:nth-child(2), #header-icon span:nth-child(3) {
  top: 10px;
}

#header-icon span:nth-child(4) {
  top: 20px;
}

#header-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#header-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

/* Intro */
.intro-home {
  height: 100vh;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .intro-home {
    height: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home {
    height: 600px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home {
    height: 500px;
  }
}

.intro-home .img-background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.intro-home .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.intro-home .container .claim-home {
  width: 100%;
}

.intro-home .container .claim-home h1 {
  font-size: 12vw;
  line-height: .9;
  text-align: center;
  color: #F8F3B3;
  margin: 0;
}

@media only screen and (max-width: 1360px) {
  .intro-home .container .claim-home h1 {
    font-size: 160px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-home .container .claim-home h1 {
    font-size: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home .container .claim-home h1 {
    font-size: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-home .container .claim-home h1 {
    font-size: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim-home h1 {
    font-size: 75px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container .claim-home h1 {
    font-size: 60px;
  }
}

.intro-home .container .claim-home h1 i {
  display: block;
}

.intro-home .scrolldown {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 30px;
  font-size: 20px;
  line-height: 20px;
  width: 100px;
  display: block;
  text-align: center;
  color: #F8F3B3;
  -webkit-animation: bounce 5s infinite;
  -moz-animation: bounce 5s infinite;
  -ms-animation: bounce 5s infinite;
  -o-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

@media only screen and (max-width: 991px) {
  .intro-home .scrolldown {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .scrolldown {
    font-size: 16px;
    line-height: 16px;
  }
}

.intro-home .scrolldown:after {
  content: "";
  width: 26px;
  height: 35px;
  display: block;
  background-image: url("/wp-content/themes/garban/img/scroll.svg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 10px auto 0 auto;
}

@media only screen and (max-width: 991px) {
  .intro-home .scrolldown:after {
    width: 20px;
    height: 27px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .scrolldown:after {
    width: 18px;
    height: 24px;
  }
}

.seo-home {
  background: #A8A096;
}

.seo-home .container h2 {
  max-width: 68%;
  margin: 0 auto;
  font-size: 6vw;
  line-height: .8;
  text-align: center;
  color: #F8F3B3;
}

@media only screen and (max-width: 1360px) {
  .seo-home .container h2 {
    font-size: 80px;
    max-width: 80%;
  }
}

@media only screen and (max-width: 1199px) {
  .seo-home .container h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .seo-home .container h2 {
    font-size: 60px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .seo-home .container h2 {
    font-size: 50px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .seo-home .container h2 {
    font-size: 40px;
    line-height: .9;
  }
}

@media only screen and (max-width: 480px) {
  .seo-home .container h2 {
    font-size: 30px;
  }
}

.seo-home .container p {
  color: #F8F3B3;
  margin: 0;
}

.seo-home .container .elegante {
  width: 900px;
  position: relative;
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  .seo-home .container .elegante {
    width: 100%;
    margin: 50px auto;
  }
}

@media only screen and (max-width: 767px) {
  .seo-home .container .elegante {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 480px) {
  .seo-home .container .elegante {
    margin: 30px auto;
  }
}

.seo-home .container .elegante .parallax-frame {
  position: relative;
  width: 450px;
  height: 280px;
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .seo-home .container .elegante .parallax-frame {
    width: 360px;
    height: 240px;
  }
}

@media only screen and (max-width: 600px) {
  .seo-home .container .elegante .parallax-frame {
    width: 320px;
    height: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .seo-home .container .elegante .parallax-frame {
    width: 260px;
    height: 200px;
  }
}

.seo-home .container .elegante p {
  margin: 0 auto;
  display: flex;
  height: 32px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 16px);
  left: 0;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .seo-home .container .elegante p {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .seo-home .container .elegante p {
    padding: 0;
  }
}

.seo-home .container .seo-txt {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}

.contacto-home {
  background: #F6F1E3;
  padding: 80px 0;
}

@media only screen and (max-width: 1199px) {
  .contacto-home {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contacto-home {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contacto-home {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home {
    padding: 30px 0;
  }
}

.contacto-home .container .row .col.col-img .frame-img {
  height: 100%;
  background-image: url("/wp-content/themes/garban/img/contacto-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-img .frame-img {
    height: 300px;
  }
}

.contacto-home .container .row .col.col-form h2 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1199px) {
  .contacto-home .container .row .col.col-form h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
}

.contacto-home .container .row .col.col-form h3 {
  font-size: 5vw;
  line-height: .8;
  margin: 0;
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 1360px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 50px;
    line-height: .9;
  }
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 45px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .contacto-home .container .row .col.col-form h3 {
    font-size: 30px;
  }
}

.contacto-home .container .row .col.col-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .contacto-home .container .row .col.col-form form {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form form {
    margin: 30px 0 0 0;
  }
}

.contacto-home .container .row .col.col-form form .form-col {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-col {
    width: 100%;
  }
}

.contacto-home .container .row .col.col-form form .form-col.form-left {
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-col.form-left {
    padding-right: 0;
  }
}

.contacto-home .container .row .col.col-form form .form-col.form-right {
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-col.form-right {
    padding-left: 0;
  }
}

.contacto-home .container .row .col.col-form form .form-col input, .contacto-home .container .row .col.col-form form .form-col textarea {
  width: 100%;
}

.contacto-home .container .row .col.col-form form .form-row {
  height: 75px;
}

@media only screen and (max-width: 1199px) {
  .contacto-home .container .row .col.col-form form .form-row {
    height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-row {
    height: 65px;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form form .form-row {
    height: 60px;
  }
}

.contacto-home .container .row .col.col-form form .form-row .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 0 0 0;
  font-weight: 400;
  color: red;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-row .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 12px;
  }
}

.contacto-home .container .row .col.col-form form .form-row.form-textarea {
  height: 180px;
  margin: 0;
}

.contacto-home .container .row .col.col-form form .form-row.form-textarea .textarea {
  height: 140px;
}

.contacto-home .container .row .col.col-form form .form-row.form-check {
  display: flex;
  align-items: start;
  height: auto;
  width: 100%;
}

.contacto-home .container .row .col.col-form form .form-row.form-check p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form form .form-row.form-check p {
    font-size: 13px;
  }
}

.contacto-home .container .row .col.col-form form .form-row.form-check p a {
  color: #040605;
  text-decoration: underline;
}

.contacto-home .container .row .col.col-form form .form-row.form-check p a:hover {
  color: #040605;
}

.contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}

.contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0;
}

.contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:checked + label:before, .contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=radio]:not(:checked) + label:before, .contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:checked + span:before, .contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item [type=checkbox]:not(:checked) + span:before {
  border-color: red;
}

.contacto-home .container .row .col.col-form form .form-row.form-check .wpcf7-not-valid-tip {
  display: none;
}

.contacto-home .container .row .col.col-form form .form-send {
  margin: 20px 0 0 0;
}

.contacto-home .container .row .col.col-form form .form-send p {
  margin: 0;
}

.contacto-home .container .row .col.col-form form .form-send p input {
  border-radius: 50%;
  width: auto;
  padding: 9px 30px;
  border: 1px solid #040605;
  font-family: "BentonModDisp";
  line-height: 26px;
  font-size: 26px;
  height: 46px;
  background: #F8F3B3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-send p input {
    padding: 8px 28px;
    line-height: 23px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form form .form-send p input {
    padding: 7px 26px;
    line-height: 20px;
    font-size: 20px;
  }
}

.contacto-home .container .row .col.col-form form .form-send p input:hover {
  color: #F8F3B3;
  background: #040605;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .form-send p input:hover {
    color: #040605;
    background: #F8F3B3;
  }
}

.contacto-home .container .row .col.col-form form .form-send .wpcf7-spinner {
  display: none;
}

.contacto-home .container .row .col.col-form form .wpcf7-response-output {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid #040605 !important;
  background: #F8F3B3 !important;
  border-radius: 0;
  color: #040605;
  font-weight: 400;
  padding: 10px 15px !important;
  margin: 40px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .contacto-home .container .row .col.col-form form .wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .contacto-home .container .row .col.col-form form .wpcf7-response-output {
    font-size: 14px;
    line-height: 20px;
  }
}

.barre-home {
  width: 100%;
  position: relative;
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .barre-home {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .barre-home {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .barre-home {
    padding: 30px 0;
  }
}

.barre-home .img-background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.barre-home .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}

.barre-home .container img {
  width: 100%;
  display: block;
}

.barre-home .container .zona-superior {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-superior {
    width: 100%;
  }
}

.barre-home .container .zona-superior img {
  margin: 0 0 20px 0;
}

.barre-home .container .zona-superior .highlights {
  display: flex;
  flex-wrap: no-wrap;
}

@media only screen and (max-width: 600px) {
  .barre-home .container .zona-superior .highlights {
    display: block;
  }
}

.barre-home .container .zona-superior .highlights p {
  width: 33.3333%;
  color: #F8F3B3;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-superior .highlights p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .barre-home .container .zona-superior .highlights p {
    font-size: 21px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .barre-home .container .zona-superior .highlights p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .barre-home .container .zona-superior .highlights p {
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-superior .highlights p:nth-child(1) {
    padding: 0 10px 0 0;
  }
}

.barre-home .container .zona-superior .highlights p:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-superior .highlights p:nth-child(2) {
    padding: 0;
  }
}

.barre-home .container .zona-superior .highlights p:nth-child(3) {
  text-align: right;
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-superior .highlights p:nth-child(3) {
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  .barre-home .container .zona-superior .highlights p:nth-child(3) {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .barre-home .container .zona-superior .highlights p br {
    display: none;
  }
}

.barre-home .container .zona-inferior {
  width: 90%;
  margin: 0 auto;
  margin-top: 40vh;
}

@media only screen and (max-width: 1199px) {
  .barre-home .container .zona-inferior {
    width: 100%;
    margin-top: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .barre-home .container .zona-inferior {
    margin-top: 300px;
  }
}

.horarios-home {
  display: flex;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .horarios-home {
    flex-wrap: wrap;
  }
}

.horarios-home .tab-horario {
  width: 50%;
  background: #F8F3B3;
  padding: 80px;
}

@media only screen and (max-width: 1360px) {
  .horarios-home .tab-horario {
    padding: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .horarios-home .tab-horario {
    padding: 40px;
    width: 66.6666% !important;
  }
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .horarios-home .tab-horario {
    padding: 30px 20px;
    width: 100% !important;
  }
}

.horarios-home .tab-horario .intro-horarios {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .intro-horarios {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 45px 0;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .intro-horarios {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 30px 0;
  }
}

.horarios-home .tab-horario .dias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.horarios-home .tab-horario .dias .dia {
  display: flex;
  border: 0;
  margin: 10px 5px;
  background: transparent;
  cursor: pointer;
}

.horarios-home .tab-horario .dias .dia .numero {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin: 0 5px 0 0;
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 1199px) {
  .horarios-home .tab-horario .dias .dia .numero {
    font-size: 26px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .dias .dia .numero {
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .horarios-home .tab-horario .dias .dia .numero {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .dias .dia .numero {
    font-size: 16px;
    line-height: 16px;
  }
}

.horarios-home .tab-horario .dias .dia .nombre {
  font-family: "BentonModDisp";
  font-size: 5vw;
  line-height: .9;
  text-align: center;
  border-bottom: 4px solid transparent;
}

@media only screen and (max-width: 1360px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 50px;
    line-height: .9;
  }
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 40px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .horarios-home .tab-horario .dias .dia .nombre {
    font-size: 30px;
  }
}

.horarios-home .tab-horario .dias .dia.active .nombre {
  font-style: italic;
  border-bottom: 4px solid #040605;
}

.horarios-home .tab-horario .dias .dia.active:hover .nombre {
  font-style: italic;
  border-bottom: 4px solid #040605;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .dias .dia.active:hover .nombre {
    font-style: italic;
    border-bottom: 4px solid #040605;
  }
}

.horarios-home .tab-horario .dias .dia:hover .nombre {
  font-style: italic;
  border-bottom: 4px solid #040605;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .dias .dia:hover .nombre {
    font-style: normal;
    border-bottom: 4px solid transparent;
  }
}

.horarios-home .tab-horario .horarios-contenido {
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .horarios-contenido {
    margin: 45px auto;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .horarios-contenido {
    margin: 30px auto;
  }
}

.horarios-home .tab-horario .horarios-contenido .horario {
  min-height: 220px;
  display: none;
  -webkit-animation: aparecer 0.4s ease;
  -moz-animation: aparecer 0.4s ease;
  -ms-animation: aparecer 0.4s ease;
  -o-animation: aparecer 0.4s ease;
  animation: aparecer 0.4s ease;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .horarios-contenido .horario {
    min-height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .horarios-home .tab-horario .horarios-contenido .horario {
    min-height: auto;
  }
}

.horarios-home .tab-horario .horarios-contenido .horario .bloque {
  text-align: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .horarios-contenido .horario .bloque {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .horarios-contenido .horario .bloque {
    margin-bottom: 25px;
  }
}

.horarios-home .tab-horario .horarios-contenido .horario .bloque .intro-horas {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .horarios-contenido .horario .bloque .intro-horas {
    font-size: 21px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .horarios-contenido .horario .bloque .intro-horas {
    font-size: 18px;
    line-height: 22px;
  }
}

.horarios-home .tab-horario .horarios-contenido .horario .bloque .horas {
  display: flex;
  justify-content: center;
  flex-wrap: no-wrap;
  gap: 30px;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .horarios-contenido .horario .bloque .horas {
    gap: 15px;
  }
}

.horarios-home .tab-horario .horarios-contenido .horario.active {
  display: block;
}

.horarios-home .tab-horario .end-horarios {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .horarios-home .tab-horario .end-horarios {
    font-size: 21px;
    line-height: 25px;
    max-width: 320px;
  }
}

@media only screen and (max-width: 600px) {
  .horarios-home .tab-horario .end-horarios {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
}

.horarios-home .slider-horario {
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .horarios-home .slider-horario {
    width: 33.3333% !important;
  }
}

@media only screen and (max-width: 767px) {
  .horarios-home .slider-horario {
    width: 100% !important;
  }
}

.horarios-home .slider-horario .background-slider {
  height: 100%;
  background-image: url("/wp-content/themes/garban/img/horarios-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .horarios-home .slider-horario .background-slider {
    height: 400px;
  }
}

.horarios-home .slider-horario .background-slider .sello-scroll {
  position: absolute;
  width: 244px;
  height: 244px;
  right: calc(50% - 122px);
  top: calc(50% - 122px);
}

@media only screen and (max-width: 1199px) {
  .horarios-home .slider-horario .background-slider .sello-scroll {
    width: 190px;
    height: 190px;
    right: calc(50% - 95px);
    top: calc(50% - 95px);
  }
}

.horarios-home .slider-horario .background-slider .sello-scroll .sello-giro {
  display: block;
  width: 244px;
  height: 244px;
  background-image: url("/wp-content/themes/garban/img/sello-giro.svg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .horarios-home .slider-horario .background-slider .sello-scroll .sello-giro {
    width: 190px;
    height: 190px;
  }
}

.horarios-home .slider-horario .background-slider .sello-scroll .sello-fijo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 244px;
  height: 244px;
  background-image: url("/wp-content/themes/garban/img/sello-fijo.svg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .horarios-home .slider-horario .background-slider .sello-scroll .sello-fijo {
    width: 190px;
    height: 190px;
  }
}

.tarifas-home {
  padding: 80px 0;
}

@media only screen and (max-width: 1199px) {
  .tarifas-home {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .tarifas-home {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .tarifas-home {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col {
    width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  .tarifas-home .container .row .col {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-img .parallax-frame {
    height: 300px;
  }
}

.tarifas-home .container .row .col.col-tarifas h2 {
  font-size: 4vw;
  line-height: .9;
}

@media only screen and (max-width: 1360px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 55px;
    line-height: .9;
  }
}

@media only screen and (max-width: 991px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 50px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 45px;
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .tarifas-home .container .row .col.col-tarifas h2 {
    font-size: 35px;
  }
}

.tarifas-home .container .row .col.col-tarifas ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .tarifas-home .container .row .col.col-tarifas ul {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .tarifas-home .container .row .col.col-tarifas ul {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-tarifas ul {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .tarifas-home .container .row .col.col-tarifas ul {
    margin: 20px 0 0 0;
  }
}

.tarifas-home .container .row .col.col-tarifas ul li {
  width: 33.333333%;
  border-left: 1px solid #040605;
  padding: 0 30px 0 10px;
}

@media only screen and (max-width: 480px) {
  .tarifas-home .container .row .col.col-tarifas ul li {
    padding: 0 10px;
  }
}

.tarifas-home .container .row .col.col-tarifas ul li .clases {
  font-size: 35px;
  line-height: 40px;
  margin: 0 0 180px 0;
}

@media only screen and (max-width: 1199px) {
  .tarifas-home .container .row .col.col-tarifas ul li .clases {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 150px 0;
  }
}

@media only screen and (max-width: 991px) {
  .tarifas-home .container .row .col.col-tarifas ul li .clases {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 90px 0;
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-tarifas ul li .clases {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .tarifas-home .container .row .col.col-tarifas ul li .clases {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-tarifas ul li .clases br {
    display: none;
  }
}

.tarifas-home .container .row .col.col-tarifas ul li .precio {
  font-size: 7vw;
  line-height: .6;
  font-family: "BentonModDisp";
  margin: 0;
}

@media only screen and (max-width: 1360px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 65px;
  }
}

@media only screen and (max-width: 600px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .tarifas-home .container .row .col.col-tarifas ul li .precio {
    font-size: 50px;
  }
}

.page-content .container h1, .page-content .container h2, .page-content .container h3, .page-content .container h4, .page-content .container h5 {
  margin: 0 0 30px 0;
  font-weight: 500;
  padding: 0;
  font-family: "Outfit", sans-serif;
  color: #040605;
}

@media only screen and (max-width: 991px) {
  .page-content .container h1, .page-content .container h2, .page-content .container h3, .page-content .container h4, .page-content .container h5 {
    margin: 0 0 25px 0;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h1, .page-content .container h2, .page-content .container h3, .page-content .container h4, .page-content .container h5 {
    margin: 0 0 20px 0;
  }
}

.page-content .container h1 {
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1199px) {
  .page-content .container h1 {
    font-size: 55px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .page-content .container h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-content .container h2 {
  font-size: 36px;
  line-height: 55px;
}

@media only screen and (max-width: 1199px) {
  .page-content .container h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .page-content .container h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-content .container h3 {
  font-size: 32px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  .page-content .container h3 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .page-content .container h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.page-content .container h4 {
  font-size: 28px;
  line-height: 36px;
}

@media only screen and (max-width: 991px) {
  .page-content .container h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

.page-content .container h5 {
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .page-content .container h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

.page-content .container a {
  color: #040605;
  text-decoration: underline;
  font-weight: 400;
}

.page-content .container a:hover {
  color: #040605;
}

@media only screen and (max-width: 1199px) {
  .page-content .container a:hover {
    color: #040605;
  }
}

.page-content .container p {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  .page-content .container p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container p {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-content .container ul, .page-content .container ol {
  padding: 0 0 5px 40px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .page-content .container ul, .page-content .container ol {
    padding: 0 0 5px 30px;
  }
}

.page-content .container ul li, .page-content .container ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  color: #040605;
}

@media only screen and (max-width: 991px) {
  .page-content .container ul li, .page-content .container ol li {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .page-content .container ul li, .page-content .container ol li {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-content .container ul li {
  list-style: disc;
}

.page-content .container img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.page-content .container table {
  width: 100%;
}

.page-content .container table tr td {
  width: auto;
}

.page-content .container .wp-caption {
  width: 100% !important;
}

.page-content .container h1, .page-content .container h2, .page-content .container h3, .page-content .container h4, .page-content .container h5, .page-content .container h6 {
  margin: 30px 0 10px 0;
}

.page-content .container table {
  font-size: 14px !important;
  line-height: 1;
}

.page-content .container table thead {
  background: #040605;
  color: white;
}

.page-content .container table thead th {
  font-weight: 600 !important;
}

.page-content .container table tbody tr td {
  font-weight: 400 !important;
}

.page-content .container table tbody tr:nth-child(odd) {
  background: #F6F1E3;
}

.page-content .container table tr th, .page-content .container table tr td {
  padding: 3px;
}

.page-content.page-404 {
  background: #040605;
}

.page-content.page-404 .container h1, .page-content.page-404 .container h2, .page-content.page-404 .container h3, .page-content.page-404 .container h4, .page-content.page-404 .container h5, .page-content.page-404 .container h6 {
  color: #F8F3B3;
}

.page-content.page-404 .container p {
  color: white;
}

.page-content.page-404 .container a {
  color: #F8F3B3;
}

.whatsapp {
  position: fixed;
  z-index: 6;
  left: 30px;
  bottom: 30px;
  border-radius: 50%;
  width: auto;
  padding: 9px 20px;
  border: 1px solid #040605;
  font-family: "BentonModDisp";
  line-height: 26px;
  font-size: 26px;
  height: 46px;
  color: #040605;
  background: #F8F3B3;
}

@media only screen and (max-width: 991px) {
  .whatsapp {
    padding: 8px 18px;
    line-height: 23px;
    font-size: 23px;
    height: 41px;
  }
}

@media only screen and (max-width: 600px) {
  .whatsapp {
    padding: 7px 16px;
    line-height: 20px;
    font-size: 20px;
    height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .whatsapp {
    z-index: 23;
  }
}

.whatsapp:hover {
  color: #F8F3B3;
  background: #040605;
}

@media only screen and (max-width: 991px) {
  .whatsapp:hover {
    color: #040605;
    background: #F8F3B3;
  }
}

.footer {
  background: #F6F1E3;
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 15px 0 35px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 10px 0 30px 0;
  }
}

.footer .container .row .col a, .footer .container .row .col p {
  font-size: 18px;
  line-height: 24px;
  color: #040605;
  display: table;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col a, .footer .container .row .col p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col a, .footer .container .row .col p {
    font-size: 16px;
    line-height: 20px;
  }
}

.footer .container .row .col .footer-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col .footer-menu {
    display: block;
  }
}

.footer .container .row .col .footer-menu li a {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col .footer-menu li a {
    display: block;
    text-align: right;
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col .footer-menu li a {
    text-align: left;
  }
}

.footer .container .row .col .footer-menu li a:hover {
  border-bottom: 1px solid #040605;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col .footer-menu li a:hover {
    border-bottom: 1px solid transparent;
  }
}

.footer .container .datos-contacto {
  margin: 80px 0;
}

@media only screen and (max-width: 1199px) {
  .footer .container .datos-contacto {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .datos-contacto {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .datos-contacto {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .datos-contacto {
    margin: 30px 0;
  }
}

.footer .container .datos-contacto p {
  font-size: 18px;
  line-height: 24px;
  color: #040605;
  display: table;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .datos-contacto p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .datos-contacto p {
    font-size: 16px;
    line-height: 20px;
  }
}

.footer .container .datos-contacto a {
  font-family: "BentonModDisp";
  font-size: 30px;
  line-height: 30px;
  color: #040605;
}

@media only screen and (max-width: 1199px) {
  .footer .container .datos-contacto a {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .datos-contacto a {
    font-size: 26px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .datos-contacto a {
    font-size: 24px;
    line-height: 24px;
  }
}

.footer .container .copyright {
  font-size: 14px;
  line-height: 20px;
  margin: 50px auto 0 auto;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright {
    text-align: left;
    margin: 20px 0 50px 0;
  }
}

.footer .container .copyright a {
  color: #040605;
  text-decoration: underline;
}

@keyframes aparecer {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 40%, 50%, 60%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-30px);
  }
  55% {
    transform: translateY(-15px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
