@charset "UTF-8";

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.entry p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}

@media (min-width: 765px) {
  .entry p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.entry strong {
  font-weight: 700;
}

.entry em {
  font-style: italic;
}

.entry hr {
  border-bottom: none;
  border-color: #000;
  margin-bottom: 30px;
}

.entry a {
  color: #858585;
}

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

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 20px;
}

@media (min-width: 765px) {

  .entry h1,
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6 {
    margin-bottom: 30px;
  }
}

.entry h1 {
  font-size: 26px;
}

@media (min-width: 765px) {
  .entry h1 {
    font-size: 40px;
  }
}

.entry h2 {
  font-size: 24px;
}

@media (min-width: 765px) {
  .entry h2 {
    font-size: 38px;
  }
}

.entry h3 {
  font-size: 22px;
}

@media (min-width: 765px) {
  .entry h3 {
    font-size: 36px;
  }
}

.entry h4 {
  font-size: 20px;
}

@media (min-width: 765px) {
  .entry h4 {
    font-size: 34px;
  }
}

.entry h5 {
  font-size: 18px;
}

@media (min-width: 765px) {
  .entry h5 {
    font-size: 32px;
  }
}

.entry h6 {
  font-size: 18px;
}

@media (min-width: 765px) {
  .entry h6 {
    font-size: 30px;
  }
}

.entry ul,
.entry ol {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media (min-width: 765px) {

  .entry ul,
  .entry ol {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.entry ul li,
.entry ol li {
  margin-bottom: 12px;
}

.entry ul li {
  list-style: square;
}

.entry ol li {
  list-style: decimal;
}

.entry blockquote {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 765px) {
  .entry blockquote {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

.entry blockquote p {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 765px) {
  .entry blockquote p {
    font-size: 40px;
  }
}

.entry table {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 765px) {
  .entry table {
    margin-bottom: 30px;
  }
}

.entry table td,
.entry table th {
  padding: 15px;
  text-align: center;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.01em;
}

.entry table th {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.entry table tr td {
  background-color: #fff;
}

.entry table tr:nth-child(odd) td {
  background-color: #f2f2f2;
}

.entry img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

@media (min-width: 765px) {
  .entry img {
    width: auto;
    margin-bottom: 30px;
  }
}

.entry .size-full {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 765px) {
  .entry .size-full {
    margin-bottom: 30px;
  }
}

.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;
}

.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;
}

.card {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 765px) {
  .card {
    max-width: 750px;
    margin: 0 auto 30px auto;
  }
}

.card .card_content {
  margin: 0 auto;
}

.card .card_content iframe,
.card .card_content object,
.card .card_content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card.card_twitter .twitter-tweet,
.card.card_twitter iframe {
  margin: 0 auto !important;
}

.card.card_vine .card_content .vine-embed-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.card.card_instagram .instagram-embed-container {
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.card.card_youtube .youtube-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  clear: both;
}

.card.card_vimeo .vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.card.card_giphy .card_content .giphy-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}

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

@font-face {
  font-family: "Didot LT Std";
  src: url("fonts/hinted-DidotLTStd-Roman.eot");
  src: url("fonts/hinted-DidotLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-DidotLTStd-Roman.woff2") format("woff2"), url("fonts/hinted-DidotLTStd-Roman.woff") format("woff"), url("fonts/hinted-DidotLTStd-Roman.ttf") format("truetype"), url("fonts/hinted-DidotLTStd-Roman.svg#DidotLTStd-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arquitecta";
  src: url("fonts/hinted-ArquitectaLight.eot");
  src: url("fonts/hinted-ArquitectaLight.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-ArquitectaLight.woff2") format("woff2"), url("fonts/hinted-ArquitectaLight.woff") format("woff"), url("fonts/hinted-ArquitectaLight.ttf") format("truetype"), url("fonts/hinted-ArquitectaLight.svg#ArquitectaLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Arquitecta";
  src: url("fonts/hinted-ArquitectaThin.eot");
  src: url("fonts/hinted-ArquitectaThin.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-ArquitectaThin.woff2") format("woff2"), url("fonts/hinted-ArquitectaThin.woff") format("woff"), url("fonts/hinted-ArquitectaThin.ttf") format("truetype"), url("fonts/hinted-ArquitectaThin.svg#ArquitectaThin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Didot LT Std";
  src: url("fonts/hinted-DidotLTStd-Bold.eot");
  src: url("fonts/hinted-DidotLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-DidotLTStd-Bold.woff2") format("woff2"), url("fonts/hinted-DidotLTStd-Bold.woff") format("woff"), url("fonts/hinted-DidotLTStd-Bold.ttf") format("truetype"), url("fonts/hinted-DidotLTStd-Bold.svg#DidotLTStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Arquitecta";
  src: url("fonts/hinted-ArquitectaMedium-Italic.eot");
  src: url("fonts/hinted-ArquitectaMedium-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/hinted-ArquitectaMedium-Italic.woff2") format("woff2"), url("fonts/hinted-ArquitectaMedium-Italic.woff") format("woff"), url("fonts/hinted-ArquitectaMedium-Italic.ttf") format("truetype"), url("fonts/hinted-ArquitectaMedium-Italic.svg#ArquitectaMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?61919534#icons') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: "";
}

/* '' */
.icon-fb:before {
  content: "";
}

/* '' */
.icon-tw:before {
  content: "";
}

/* '' */
.icon-ig:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-yt:before {
  content: "";
}

/* '' */
.icon-vimeo:before {
  content: "";
}

/* '' */
html,
body {
  overflow-x: hidden !important;
}

body {
  background-color: #0f1128 !important;
  font-family: "Roboto", sans-serif;
  color: #BBBBBB;
  text-transform: uppercase;
  transition: right 0.6s ease;
  position: relative;
  right: 0;
}

body.menu-header-open {
  transition: right 0.6s ease;
  right: 250px;
}

@media (min-width: 1202px) {
  body.menu-header-open {
    right: 0;
  }
}

body.menu-header-open #header.home-header--scroll {
  transition: right 0.6s ease;
  box-shadow: -250px 0px 4px 1px;
}

@media (min-width: 1202px) {
  body.menu-header-open #header {
    right: 0;
  }
}

body.menu-header-open #header .nav-header {
  position: relative;
  display: block;
  margin: 70px 0px 0 auto;
  width: 250px;
  height: 91vh;
  box-shadow: inset 3px 0px 6px rgba(0, 0, 0, 0.2);
  transition: right 0.6s ease, box-shadow 0.6s ease;
}

body.menu-header-open #header .nav-list {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 250px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: right 0.6s ease;
  text-align: center;
}

body.menu-header-open #header .whatsapp {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -66px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: right 0.6s ease !important;
}

body.menu-header-open #header .whatsapp::after {
  clear: both;
  content: "";
  display: block;
}

body.menu-header-open #header .social-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 47px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: right 0.6s ease !important;
}

body.menu-header-open #header .social-list::after {
  clear: both;
  content: "";
  display: block;
}

body.menu-header-open #header .social-list li {
  margin: 0 6px 6px 6px;
}

body.menu-header-open .turn {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
}

.correct {
  font-size: 20px;
  color: rgba(49, 160, 49, 0.6392156863);
}

.container {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 765px) {
  .container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1012px) {
  .container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 1202px) {
  .container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.p-28 {
  font-size: 15px !important;
  letter-spacing: 5.5px;
}

@media (min-width: 765px) {
  .p-28 {
    font-size: 19px !important;
    font-weight: 300 !important;
  }
}

.logo {
  background-image: url("../images/Logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 179px;
  text-indent: -9999em;
  height: 65px;
  margin-top: 6px;
  float: left;
  margin-left: calc(50% - 90px);
}

@media (min-width: 1202px) {
  .logo {
    margin-top: 10px;
    float: none;
  }
}

.social-list {
  float: right;
}

.social-list::after {
  clear: both;
  content: "";
  display: block;
}

.social-list li {
  float: left;
}

.social-list li a {
  transition: all 0.2s ease;
}

.social-list li a i {
  font-size: 20px;
  color: black;
}

.social-list li a:hover i {
  color: #a2a2a2;
}

.whatsapp {
  color: black;
  display: none;
  position: absolute;
  left: 25px;
  top: 25px;
}

@media (min-width: 1202px) {
  .whatsapp {
    display: inline-block;
  }
}

.whatsapp img,
.whatsapp p {
  margin-right: 10px;

}

.whatsapp img {
  float: left;
  width: 35px;
  height: 35px;
}

.whatsapp p {
  float: left;
  color: black;
  font-size: 14px;
  margin-bottom: 0;
}

.whatsapp span {
  color: #3a3a3a;
  font-size: 14px;
  font-family: "Arquitecta";
}

.whatsapp span strong {
  font-weight: 700;
  color: black;
}

.whatsapp a {
  font-size: 13px;
  padding: 3px 10px;
  top: 7px;
  position: relative;
  border-color: black;
  letter-spacing: 1.2px;
  color: black;
}

.whatsapp a.phone {
  font-size: 12px;
  padding: 0;
  top: 0px;
}

h2 {
  font-family: "Arquitecta";
  font-weight: 400;
  display: block;
  font-size: 17px;
}

@media (min-width: 1202px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: "Didot LT Std";
  font-weight: 400;
  display: block;
  color: #727272;
}

h4 {
  font-family: "Didot LT Std";
  font-weight: 400;
  display: block;
  color: #fff;
}

span {
  font-family: "Didot LT Std";
  display: block;
  font-weight: 700;
  color: #727272;
}

p {
  font-family: "Arquitecta";
  margin-bottom: 30px;
  line-height: 130%;
}

.column-3 {
  width: 25%;
}

.input,
.textarea {
  display: block;
  font-size: 18px;
  font-family: "Arquitecta";
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #BBBBBB;
  color: #474747;
  margin-bottom: 10px;
  background-color: #1a1c3a;
}

select {
  color: #727272 !important;
}

.input {
  padding: 10px 15px 5px 15px;
}

.textarea {
  padding: 15px;
  resize: none;
}

.btn {
  font-family: "Arquitecta";
  font-size: 16px;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #BBBBBB;
  border-radius: 30px;
  font-weight: 700;
  color: #BBBBBB;
  transition: all 0.2s ease;
}

.btn:hover {
  background-color: #4d4d4d;
}

.btn.btn--lightgray {
  color: #fff !important;
  background-color: #BBBBBB;
  border: none;
}

.btn.btn--lightgray:hover {
  border: 1px solid #a2a2a2 !important;
  background-color: #a2a2a2 !important;
}

.btn.btn--no-border {
  border: 1px solid transparent !important;
  margin-right: 5px;
}

.btn.btn--no-border:hover {
  background-color: transparent !important;
  border: 1px solid #BBBBBB !important;
  border-radius: 5px;
}

@media (min-width: 1012px) {
  .btn.btn--conditions {
    position: absolute;
    bottom: 0;
  }
}

.btn-hamburger {
  position: absolute;
  width: 40px;
  height: 22px;
  left: 30px;
  top: 27px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  z-index: 999;
}

@media (min-width: 1202px) {
  .btn-hamburger {
    display: block;
  }
}

.btn-hamburger:before,
.btn-hamburger:after,
.btn-hamburger span {
  background-color: #000000;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: 0;
  transition: none 0.3s ease 0.3s;
  transition-property: transform, top, bottom, right, opacity;
}

.btn-hamburger:before {
  transform: translateY(-10px);
}

.btn-hamburger:after {
  transform: translateY(10px);
}

.btn-hamburger.active:before {
  transform: rotate(45deg);
}

.btn-hamburger.active:after {
  transform: rotate(-45deg);
}

.btn-hamburger.active span {
  opacity: 0;
}

.btn-hamburger.mobile {
  display: block;
}

@media (min-width: 1202px) {
  .btn-hamburger.mobile {
    display: none;
  }
}

.background--header {
  background-image: url(../images/Home/Portada2025.jpg);
  background-size: cover;
  background-position: 20%;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 1012px) {
  .background--header {
    margin-bottom: 130px;
    margin-top: 55px;
    background-position: top;
  }
}

.background--header .container {
  z-index: 201;
}

.background--header .background--title {
  width: 100%;
  z-index: 201;
  text-align: right;
}

@media (min-width: 1202px) {
  .background--header .background--title {
    margin: 0 0 0 50%;
  }
}

.background--header .background--title h3 {
  font-size: 45px;
  margin-bottom: 10px;
  color: #fff;
}

@media (min-width: 765px) {
  .background--header .background--title h3 {
    font-size: 78px;
  }
}

.background--header .background--title h3 span {
  font-size: 51px;
  color: #fff;
}

@media (min-width: 765px) {
  .background--header .background--title h3 span {
    font-size: 95px;
  }
}

.background--header .background--title p {
  font-size: 20px;
}

@media (min-width: 765px) {
  .background--header .background--title p {
    font-size: 21px;
    letter-spacing: 4px;
    margin-bottom: 0;
  }
}

.background--header .rights {
  margin-bottom: 0;
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-family: "Arquitecta";
  left: 30px;
  z-index: 201;
  font-size: 10px;
}

@media (min-width: 765px) {
  .background--header .rights {
    font-size: 15px;
    bottom: 10px;
  }
}

@media (min-width: 1012px) {
  .background--header .rights {
    font-size: 17px;
  }
}

.block::after {
  clear: both;
  content: "";
  display: block;
}

.block .parent {
  position: relative;
}

.block .parent::after {
  clear: both;
  content: "";
  display: block;
}

.block.block--first {
  padding-top: 40px;
}

@media (min-width: 1012px) {
  .block.block--first {
    padding-top: 0;
  }
}

.block.block--first img {
  height: auto;
}

@media (min-width: 1012px) {
  .block.block--first .content--left--margin {
    width: 46% !important;
    margin-left: 60px !important;
  }
}

@media (min-width: 1202px) {
  .block.block--first .content--left--margin {
    width: 44% !important;
  }
}

@media (min-width: 1012px) {
  .block.block--first .content--left--margin#app-block-left {
    display: table;
    width: 46% !important;
    margin-left: 20px !important;
  }
}

@media (min-width: 1202px) {
  .block.block--first .content--left--margin#app-block-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 44% !important;
  }
}

@media (min-width: 1012px) {
  .block.block--first .content--right--margin {
    width: 44.15254% !important;
  }
}

@media (min-width: 1202px) {
  .block.block--first .content--right--margin {
    width: 48.15254% !important;
  }
}

@media (min-width: 1012px) {
  .block.block--first .content--right--margin#app-block-left {
    display: table;
    width: 43.15254% !important;
  }
}

.block.block--gray {
  background-color: #727272;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.block.block--gray h3 {
  color: #BBBBBB;
}

.block.block--gray h3 span {
  color: #BBBBBB;
}

.block.block--gray .btn-list li.active .btn {
  color: #b5b5b5;
  border: none;
  background-color: #8d8d8d;
}

.block.block--gray .btn-list li .btn:hover {
  background-color: #858585;
}

.block.block--gray .btn {
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 765px) {
  .block.block--gray .btn {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 765px) {
  .block.block--gray .btn.btn--lightgray {
    margin-bottom: 35px;
  }
}

@media (min-width: 1012px) {
  .block.block--gray .btn.btn--lightgray {
    margin-bottom: 0;
  }
}

.block.block--gray .parent {
  position: relative;
  overflow: visible;
}

.block.block--gray .content--right {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

@media (min-width: 1012px) {
  .block.block--gray .content--right {
    width: 55%;
    padding-top: 0;
  }
}

.block.block--gray .content--right .background--image {
  background-color: #000;
  background-size: 90%;
  background-image: url("../images/Logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  height: 400px;
  margin: 0 auto;
}

@media (min-width: 1012px) {
  .block.block--gray .content--right .background--image {
    width: 100%;
    height: 570px;
    background-size: 100%;
    margin: 0;
  }
}

.block.block--gray .content--right iframe {
  width: 90%;
  height: 400px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1012px) {
  .block.block--gray .content--right iframe {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 1202px) {
  .block.block--gray .content--right iframe {
    height: 533px;
  }
}

.block.block--gray .content--right .btn--close {
  top: 390px;
  right: 10px;
  position: absolute;
  border-radius: 100%;
  padding: 4px 11px;
  background-color: #bbb;
  color: #484848;
  z-index: 999;
  font-weight: 700;
  font-size: 35px;
}

@media (min-width: 765px) {
  .block.block--gray .content--right .btn--close {
    top: 365px;
  }
}

@media (min-width: 1012px) {
  .block.block--gray .content--right .btn--close {
    top: -20px;
    right: 0;
  }
}

.block.block--gray .content--left--margin {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1012px) {
  .block.block--gray .content--left--margin {
    width: 32% !important;
    margin-left: 100px;
  }
}

.block.block--span .content h3 {
  font-weight: 400;
}

.block.block--span .content h3 span {
  display: inline-block;
  font-size: 41px;
}

.block.block--conditions .content.content--left.content--left--margin {
  margin: 0 auto;
  width: 80%;
  float: none;
  margin-bottom: 50px;
}

@media (min-width: 1202px) {
  .block.block--conditions .content.content--left.content--left--margin {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 100px;
    float: left;
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.block.block--conditions .content.content--left a {
  display: inline-block;
  font-family: "Arquitecta";
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.block.block--conditions .content.content--left h5 {
  font-size: 32px;
  font-weight: 400;
  font-family: "Didot";
  margin-bottom: 7px;
}

.block.block--conditions .content.content--left p {
  font-size: 17px;
  margin-bottom: 20px;
}

.block.block--conditions .content.content--right {
  width: 100%;
  padding: 70px 10%;
  margin-left: 0;
  text-align: left;
  height: 100vh;
}

@media (min-width: 1202px) {
  .block.block--conditions .content.content--right {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    padding: 50px 50px 100px 50px;
    margin-top: 50px;
  }
}

.block.block--conditions .content.content--right.content--bg {
  background-color: #0f1128;
}

.block.block--conditions .content.content--right h6 {
  font-family: "Arquitecta";
  font-size: 20px;
  font-weight: 700;
  color: #727272;
  margin-bottom: 30px;
}

.block.block--conditions .content.content--right p {
  font-size: 16px;
}

.block.block--padding {
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (min-width: 1012px) {
  .block.block--padding {
    height: 80vh;
    padding-bottom: 0;
  }
}

@media (min-width: 1202px) {
  .block.block--padding {
    height: 100vh;
    padding-bottom: 0;
  }
}

.block.block--padding .content--right {
  display: inline-block;
  width: 90%;
}

@media (min-width: 1012px) {
  .block.block--padding .content--right {
    width: 40%;
  }
}

.block.block--padding .content--left {
  width: 100%;
}

@media (min-width: 1012px) {
  .block.block--padding .content--left {
    width: 55%;
  }
}

.content.content--left {
  width: 100%;
}

@media (min-width: 1012px) {
  .content.content--left {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    margin: 0;
  }
}

.content.content--left h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

@media (min-width: 1202px) {
  .content.content--left h3 {
    font-size: 41px;
    margin-bottom: 40px;
  }
}

.content.content--left h3 span {
  font-size: 40px;
}

@media (min-width: 1202px) {
  .content.content--left h3 span {
    font-size: 54px;
  }
}

#servicio .content.content--left.content--left--margin {
  width: 90%;
  margin: 0 auto;
  padding-right: 0px;
}

.content.content--left.content--left--margin {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1012px) {
  .content.content--left.content--left--margin {
    margin-left: 100px;
    width: 40%;
  }
}

.content.content--left .barberia-wsp {
  text-align: left;
  padding: 0 40px;
}

@media (min-width: 765px) {
  .content.content--left .barberia-wsp {
    padding: 0;
    float: right;
  }
}

.content.content--left .barberia-wsp .icono {
  width: 35px !important;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

@media (min-width: 765px) {
  .content.content--left .barberia-wsp .icono {
    float: none;
  }
}

.content.content--left .barberia-wsp .icono a {
  cursor: pointer;
  width: 35px !important;
  height: 35px;
}

@media (min-width: 765px) {
  .content.content--left .barberia-wsp p {
    float: right;
  }
}

.content.content--right {
  display: inline-block;
  width: 100%;
}

@media (min-width: 1012px) {
  .content.content--right {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.content.content--right .btn {
  margin-top: 30px;
}

.content.content--right.content--bg {
  margin-left: 10%;
  float: left;
  width: 80%;
  background-color: #b5b5b5;
  padding: 25px 25px 0 25px;
  text-align: center;
}

@media (min-width: 1012px) {
  .content.content--right.content--bg {
    width: 40%;
    margin-left: 30px;
    text-align: left;
  }
}

.content.content--right.content--bg h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content.content--right.content--bg .content-list h4 {
  padding-top: 15px;
  border-top: 1px solid #6f6f6f;
  display: block;
  margin-bottom: 0;
}

.content.content--right.content--bg .content-list span {
  color: #6f6f6f;
}

.content.content--right.content--bg .content-list span.gray {
  color: #474747;
  margin-top: 15px;
}

.content.content--right.content--right--margin {
  padding: 65px 0 0 65px;
}

#servicio .content.content--right.content--right--margin {
  padding: 0px 0 60px 0px;
}

@media (min-width: 765px) {
  .content.content--right.content--right--margin {
    padding: 65px 75px 0 80px;
  }
}

@media (min-width: 1012px) {
  .content.content--right.content--right--margin {
    padding: 0 80px 0 0;
  }
}

@media (min-width: 1202px) {
  .content.content--right.content--right--margin {
    padding: 0 150px 0 0;
  }
}

.content.content--right.content--right--margin h3 span {
  font-size: 35px;
}

@media (min-width: 1202px) {
  .content.content--right.content--right--margin h3 span {
    font-size: 54px;
  }
}

.content h2 {
  margin-bottom: 20px;
}

.content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (min-width: 765px) {
  .content h3 {
    font-size: 40px;
  }
}

@media (min-width: 1012px) {
  .content h3 {
    font-size: 41px;
  }
}

.content h3 span {
  font-size: 40px;
}

@media (min-width: 765px) {
  .content h3 span {
    font-size: 54px;
  }
}

@media (min-width: 1012px) {
  .content h3 span {
    font-size: 54px;
  }
}

.content p {
  font-size: 16px;
  padding-right: 50px;
}

@media (min-width: 1012px) {
  .content p {
    padding-right: 0;
  }
}

.content img {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: auto;
}

@media (min-width: 1012px) {
  .content img {
    width: 100%;
    margin-left: 0;
  }
}

.content .content-list::after {
  clear: both;
  content: "";
  display: block;
}

.content .content-list li {
  margin-bottom: 35px;
}

.content .content-list li span {
  margin-top: 3px;
  color: #BBBBBB;
  font-family: "Arquitecta";
}

.content .content-list li span.gray {
  color: #474747;
  font-family: "Arquitecta";
}

.content.center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.content.center::after {
  clear: both;
  content: "";
  display: block;
}

.content.center .btn-list {
  width: 100%;
}

.content.center .btn-list::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 765px) {
  .content.center .btn-list {
    width: auto;
  }
}

.content.center .btn-list li {
  margin-right: 20px;
}

.content.center .btn-list li::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 765px) {
  .content.center .btn-list li {
    float: left;
  }
}

.content.center .btn-list li .btn {
  min-width: 153px;
  display: block;
  width: 80%;
  margin: 10px auto;
  font-size: 15px !important;
}

@media (min-width: 765px) {
  .content.center .btn-list li .btn {
    display: inline;
    width: auto;
    margin: 0;
  }
}

.block--list .list {
  display: relative;
  margin-top: 60px;
}

@media (min-width: 1012px) {
  .block--list .list {
    display: flex;
  }
}

.block--list .list li {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto;
  height: 460px;
  width: 67%;
  margin: 5px auto;
}

@media (min-width: 765px) {
  .block--list .list li {
    height: 695px;
    width: 50%;
  }
}

@media (min-width: 1012px) {
  .block--list .list li {
    margin: 0 !important;
    background-position: center top;
    background-size: cover;
    height: 466px;
  }
}

@media (min-width: 1202px) {
  .block--list .list li {
    height: 100vh;
  }
}

.block--list .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.block--list .list li a p {
  margin-left: 20px;
  position: relative;
  font-size: 23px;
  color: #fff;
  font-family: "Didot LT Std";
  position: absolute;
  bottom: 60px;
}

@media (min-width: 765px) {
  .block--list .list li a p {
    font-size: 31px;
  }
}

@media (min-width: 1012px) {
  .block--list .list li a p {
    margin-left: 38px;
    bottom: 70px;
    font-size: 25px;
  }
}

.block--list .list li a p:before {
  position: absolute;
  top: -10px;
  content: "";
  height: 2px;
  width: 60px;
  background-color: #fff;
}

.btn-list::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 1012px) {
  .btn-list {
    margin-top: 30px;
  }
}

@media (min-width: 765px) {
  .btn-list li {
    float: right;
  }
}

.btn-list li.active .btn {
  border: none;
  background-color: #f1f1f1;
  color: #dedede;
}

.form {
  width: 100%;
}

.form .form-btns {
  margin-bottom: 50px;
}

@media (min-width: 1202px) {
  .form .form-btns {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.form .form-btns .btn {
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
}

@media (min-width: 1202px) {
  .form .form-btns .btn {
    float: right;
    display: inline;
    width: auto;
  }
}

.form .form-btns .btn:hover {
  background-color: #e6e6e6;
}

.form .form-btns .recap {
  width: 100%;
  margin-bottom: 30px;
  height: 80px;
}

@media (min-width: 1012px) {
  .form .form-btns .recap {
    margin-bottom: 0;
    float: left;
    margin-bottom: 10px;
  }
}

.home-header {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 998;
  transition: all 0.6s ease;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: #FFFFFF;
}

@media (min-width: 1202px) {
  .home-header {
    height: 75px;
  }
}

.home-header.home-header--scroll {
  box-shadow: 0px 1px 4px 0px;
  background-color: #FFFFFF;
}

.home-header.home-header--scroll .btn-hamburger:before,
.home-header.home-header--scroll .btn-hamburger:after,
.home-header.home-header--scroll .btn-hamburger span {
  background-color: #000000;
}

.home-header.home-header--scroll .nav-header {
  background-color: #FFFFFF;
}

.home-header.home-header--scroll .nav-list {
  opacity: 1;
  visibility: visible;
}

.home-header.home-header--scroll .nav-list li,
.home-header.home-header--scroll .nav-list li a {
  color: #000000;
}

.home-header.home-header--scroll .nav-list li a:hover {
  color: #80684f !important;
}

.home-header .nav-header .nav-list {
  opacity: 0;
  visibility: hidden;
  display: none;
  background-color: #FFFFFF;
  pointer-events: none;
}

.home-header.home-header--scroll .nav-header .nav-list {
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  pointer-events: all;
}

@media (min-width: 1202px) {
  .home-header .nav-header .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .home-header.home-header--scroll .nav-header .nav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media (max-width: 1201px) {
  .home-header .nav-header .nav-list {
    position: fixed;
    top: 70px;
    right: 0;
    width: 250px;
    height: calc(100vh - 70px);
    background-color: #FFFFFF;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    pointer-events: none;
  }

  body.menu-header-open .nav-header .nav-list {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.home-header .nav-header .nav-list li {
  padding: 15px;
  position: relative;
}

.home-header .nav-header .nav-list li a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-family: "Arquitecta";
  font-size: 15px;
}

.home-header .nav-header .nav-list li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #80684f;
  transform: scaleX(0);
  transform-origin: bottom center;
  transition: transform 0.3s ease-out;
  opacity: 0;
}

.home-header .nav-header .nav-list li a:hover {
  color: #80684f !important;
}

.home-header .nav-header .nav-list li a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.home-header .nav-header .nav-list.nav-open li {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  color: #000000;
}

.home-header .nav-header .turn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-weight: 700;
  font-family: "Arquitecta";
  position: absolute;
  right: 35px;
  bottom: 9px;
  background-color: #FFFFFF;
  color: black;
  border: 1px solid black;
  border-radius: 30px;
  padding: 7px 12px;
  transition: all 0.2s ease;
  font-size: 15px;
  letter-spacing: 0.07em;
}

@media (min-width: 1012px) {
  .home-header .nav-header .turn {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media (min-width: 1202px) {
  .home-header .nav-header .turn {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    bottom: 20px;
    right: 203px;
    border-radius: 30px;
    font-size: 14px;
    padding: 7px 15px;
  }
}

.home-header .nav-header .turn:hover {
  background-color: black;
  color: #FFFFFF;
}

.home-header .social-list {
  position: absolute;
  right: -250px;
  top: 39px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: right 0.6s ease;
}

@media (min-width: 1202px) {
  .home-header .social-list {
    transition: all 0.6s ease;
    right: 50px;
    top: 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .home-header .social-list li img {
    margin: 0 4px;
    color: black;
  }
}

.home-header .social-list li button {
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: unset;
}

.home-header .social-list li img {
  margin: 0 4px;
  width: 23px;
}

.home-header .social-list li img.sustentable {
  pointer-events: none;
  margin: 0 2px;
}

.home-header .social-list li img.instagram {
  margin-left: 2px;
}

.home-header .social-list li img.spotify {
  width: 22px;
}

.show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.show .btn-list.map {
  display: none;
}

.show.active {
  opacity: 1;
  height: auto;
}

.show.active .btn-list.map {
  display: inline-block;
}

footer::after {
  clear: both;
  content: "";
  display: block;
}

footer .content--left {
  margin: 20px auto 0 auto !important;
  text-align: center;
}

footer .content--left p {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 1012px) {
  footer .content--left p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

footer .content--right {
  text-align: center;
  display: none !important;
  margin: 20px auto 0 auto !important;
}

@media (min-width: 1012px) {
  footer .content--right {
    display: block !important;
  }
}

footer .content--right p {
  margin-bottom: 10px;
  float: right;
  font-size: 14px;
  margin-right: 0px;
}

@media (min-width: 1202px) {
  footer .content--right p {
    font-size: 16px;
    margin-right: 15px;
  }
}

footer .content--right .social-list {
  margin-right: 9px;
  margin-bottom: 10px;
}

.conditions.conditions-mobile {
  display: block;
  margin-bottom: 28px;
}

@media (min-width: 1012px) {
  .conditions.conditions-mobile {
    display: none;
    margin-bottom: 0;
  }
}

#institucional {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1202px) {
  #institucional {
    padding-bottom: 0;
    padding-top: 0;
  }
}

#institucional .content--left {
  width: 100%;
}

@media (min-width: 1012px) {
  #institucional .content--left {
    width: 55%;
  }
}

#institucional .content--right {
  width: 100%;
}

@media (min-width: 1012px) {
  #institucional .content--right {
    width: 40%;
  }
}

.seguinos {
  font-family: "Didot";
  font-size: 40px;
  text-align: center;
}

.seguinos span {
  display: block !important;
  font-family: "Arquitecta" !important;
  font-size: 15px !important;
}

.seguinos span a {
  font-family: "Arquitecta" !important;
  font-size: 14px !important;
}

.seguinos span a:hover {
  color: #b3b3b3;
}

.gallery {
  margin-bottom: 70px;
}

@media (min-width: 1012px) {
  .gallery {
    margin-bottom: 120px;
  }
}

.gallery::after {
  clear: both;
  content: "";
  display: block;
}

.gallery li {
  width: 33.33%;
  float: left;
  margin: 0;
}

@media (min-width: 1012px) {
  .gallery li {
    border: none;
  }
}

.gallery li a {
  display: block;
  position: relative;
  height: 120px;
  border: 4px solid white;
  background-color: #000;
  overflow: hidden;
}

@media (min-width: 765px) {
  .gallery li a {
    height: 250px;
  }
}

@media (min-width: 1012px) {
  .gallery li a {
    height: 400px;
  }
}

.gallery li a:hover .thumb-social {
  z-index: 200;
  opacity: 0.5;
  transform: scale(1.03);
}

.gallery li a:hover .p-ig {
  display: inline-block;
  transition: all 0.6s ease;
}

.gallery li a .thumb-social {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.6s ease;
}

.gallery li a .p-ig {
  display: none;
  text-align: center;
  color: #fff;
  z-index: 300;
  font-size: 15px;
  line-height: 135%;
  top: 50px;
  padding: 0 10px;
  position: absolute;
  transition: all 0.6s ease;
}

.gallery li a i {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 1012px) {
  .gallery li a i {
    top: 10px;
    left: 10px;
    font-size: 24px;
  }
}

.ig {
  display: inline-block;
  padding: 18px 50px;
  font-size: 19px;
}

.catalog .block--padding.block--conditions {
  height: auto;
  padding-bottom: 0;
}

.catalog .block--padding.block--conditions::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 765px) {
  .catalog .block--padding.block--conditions {
    padding-top: 100px;
  }
}

@media (min-width: 1012px) {
  .catalog .block--padding.block--conditions {
    padding-top: 140px;
  }
}

.catalog .block--padding.block--catalogo {
  padding-top: 30px;
  height: auto;
}

@media (min-width: 1202px) {
  .catalog .block--padding.block--catalogo {
    padding-top: 40px;
  }
}

.catalog .block--padding.block--catalogo .background {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  height: 193px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 765px) {
  .catalog .block--padding.block--catalogo .background {
    height: 395px;
  }
}

@media (min-width: 1012px) {
  .catalog .block--padding.block--catalogo .background {
    height: 480px;
  }
}

@media (min-width: 1202px) {
  .catalog .block--padding.block--catalogo .background {
    height: 540px;
  }
}

.catalog .block--padding.block--catalogo .background h3 {
  margin-left: 20px;
  position: absolute;
  bottom: 15px;
  right: 40px;
  font-size: 23px;
  color: #fff;
  font-family: "Didot LT Std";
}

@media (min-width: 765px) {
  .catalog .block--padding.block--catalogo .background h3 {
    font-size: 31px;
  }
}

@media (min-width: 1012px) {
  .catalog .block--padding.block--catalogo .background h3 {
    font-size: 70px;
  }
}

.catalog .block--padding.block--catalogo .background h3:before {
  position: absolute;
  top: -15px;
  content: "";
  height: 3px;
  width: 145px;
  background-color: #fff;
}

.catalog .content.center.text {
  margin-top: 40px;
  display: block;
}

@media (min-width: 1012px) {
  .catalog .content.center.text {
    margin-top: 80px;
  }
}

.catalog .content.center.text h3 {
  margin-bottom: 5px;
}

.catalog .content.center.text h3 span {
  font-size: 25px;
  color: #BBBBBB;
  display: block;
}

@media (min-width: 1012px) {
  .catalog .content.center.text h3 span {
    font-size: 35px;
  }
}

.catalog .content.center.text p {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (min-width: 1012px) {
  .catalog .content.center.text p {
    font-size: 20px;
  }
}

.catalog .content.center.text i {
  border: 1px solid #BBBBBB;
  border-radius: 100%;
  padding: 5px 2px;
  font-size: 24px;
  font-weight: 300;
}

.catalog .list--catalogo::after {
  clear: both;
  content: "";
  display: block;
}

.catalog .list--catalogo li {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 50%;
  height: 285px;
  margin-bottom: 50px;
  float: left;
}

@media (min-width: 765px) {
  .catalog .list--catalogo li {
    width: 40%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1012px) {
  .catalog .list--catalogo li {
    height: 588px;
  }
}

@media (min-width: 1202px) {
  .catalog .list--catalogo li {
    width: 48%;
    height: 826px;
  }
}

.catalog .list--catalogo li:nth-child(2n) {
  margin-left: 0;
}

@media (min-width: 765px) {
  .catalog .list--catalogo li:nth-child(2n) {
    margin-left: 100px;
  }
}

@media (min-width: 1202px) {
  .catalog .list--catalogo li:nth-child(2n) {
    margin-left: 45px;
  }
}

.catalog .list--catalogo li a {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog .list--catalogo li a:hover .item-c--text {
  opacity: 1;
  visibility: visible;
}

.catalog .list--catalogo li img {
  width: 180px;
  height: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 765px) {
  .catalog .list--catalogo li img {
    height: 78px;
  }
}

.catalog .list--catalogo li .item-c--text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  color: #fff;
  bottom: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.catalog .list--catalogo li .item-c--text .icon-plus {
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 1px 0px;
  z-index: 10;
}

.catalog .list--catalogo li .item-c--text h5 {
  font-weight: 300;
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 50px;
  z-index: 10;
  font-family: "Arquitecta";
}

@media (min-width: 765px) {
  .catalog .list--catalogo li .item-c--text h5 {
    font-size: 40px;
  }
}

.catalog .list--catalogo li .item-c--text:after {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
}

#experiencia iframe, #select iframe, #servicio iframe {
  width: 90%;
  margin: 0 auto;
  height: 420px;
  display: block;
}

@media (min-width: 1012px) {
  #experiencia iframe, #select iframe, #servicio iframe {
    width: 100%;
    height: 560px;
  }
}

@media (min-width: 1202px) {
  #experiencia iframe, #select iframe, #servicio iframe {
    height: 720px;
    margin: none;
  }
}

/*.select-mobile {
    margin-top: 22px;
    padding: 4px 35px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    font-weight: 700;
    color: #BBBBBB;
    text-transform: uppercase;
    font-family: 'arquitecta';
    font-size: 18px;
    min-height: unset;
}*/
.app-container {
  background-color: white;
  display: block;
  padding: 10px 40px 20px 15px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 765px) {
  .app-container {
    display: block;
    padding: 10px 40px 10px 30px;
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1012px) {
  .app-container {
    padding: 10px 23px 10px 15px;
    width: 100%;
  }
}

@media (min-width: 1202px) {
  .app-container {
    margin-bottom: 8%;
    display: inline-block;
    position: relative;
    align-self: flex-end;
  }
}

@media (min-width: 1820px) {
  .app-container {
    margin-bottom: 30%;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    position: relative;
    align-self: flex-end;
  }
}

.app-container p,
.app-container span {
  color: red;
  padding-right: 0;
  font-size: 15px;
  font-family: "Arquitecta";
  font-weight: 600;
  width: 100%;
}

@media (min-width: 765px) {

  .app-container p,
  .app-container span {
    width: 500px;
  }
}

.app-container .title {
  font-weight: normal;
  font-size: 18px;
}

.app-container .title span {
  font-size: 18px;
}

.app-container img {
  width: 80%;
  margin: -95px 0px -80px 9px;
}

@media (min-width: 765px) {
  .app-container img {
    width: 35%;
    margin: -65px 0 -50px 0;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0f1128;
  background-color: rgba(15, 17, 40, 0.9);
}

/* Modal Content/Box */
.modal-content {
  background-color: #0f1128;
  margin: 5% auto;
  padding: 10px 40px 0 0;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.modal-content img {
  width: 90%;
  height: auto;
}

.modal-content a {
  float: right;
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 20px;
}

.modal-content a.modal-turn {
  float: left;
  bottom: 85px;
  right: auto;
  left: 1%;
  font-size: 14px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 40px;
  display: block;
  font-weight: bold;
  z-index: 100;
  background-color: #353535;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#tallesModal .modal-content .text {
  width: 71%;
  font-size: 18px;
  padding-left: 63px;
  background-color: white;
  color: #353535;
  z-index: 9;
}

#tallesModal .modal-content a.modal-turn {
  bottom: 40px;
  left: 40px;
  font-size: 20px;
}

#select .content--left--margin {
  text-align: left;
}

@media (min-width: 1012px) {
  #select .content--left--margin {
    text-align: right;
  }
}

#select .content--left--margin h3 {
  font-size: 35px;
}

@media (min-width: 765px) {
  #select .content--left--margin h3 {
    font-size: 25px;
  }
}

#select .content--left--margin h3 span {
  font-size: 35px;
}

@media (min-width: 765px) {
  #select .content--left--margin h3 span {
    font-size: 55px;
    letter-spacing: 0.2px;
  }
}

#select .content--left--margin p {
  padding-right: 0;
}

#select .content--right--margin {
  padding: 0 0 60px 0;
}

@media (min-width: 1012px) {
  #select .content--right--margin {
    padding: 0 0 0 65px;
  }
}

.home-header .nav-header .nav-list li,
.home-header .nav-header .nav-list li a,
.home-header.home-header--scroll .nav-header .nav-list li,
.home-header.home-header--scroll .nav-header .nav-list li a,
.home-header .nav-header .nav-list.nav-open li,
.home-header .nav-header .nav-list.nav-open li a {
  color: #000000;
}

.home-header .nav-header .nav-list li a:hover,
.home-header.home-header--scroll .nav-header .nav-list li a:hover,
.home-header .nav-header .nav-list.nav-open li a:hover {
  color: #80684f !important;
}

@media (min-width: 1202px) {

  .home-header .nav-header .nav-list li,
  .home-header .nav-header .nav-list li a,
  .home-header.home-header--scroll .nav-header .nav-list li,
  .home-header.home-header--scroll .nav-header .nav-list li a {
    color: #000000;
  }
}

.nav-header .nav-list li a {
  color: #000000;
}

.nav-header .nav-list li a:hover {
  color: #80684f !important;
}

.home-header--scroll .nav-header .nav-list li a {
  color: #000000;
}

.menu-header-open .nav-header .nav-list li a {
  color: #000000;
}

@media (max-width: 1201px) {
  .home-header .nav-header .nav-list {
    position: fixed;
    top: 70px;
    right: 0;
    width: 250px;
    height: calc(100vh - 70px);
    background-color: #FFFFFF;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    pointer-events: none;
  }

  body.menu-header-open .nav-header .nav-list {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .home-header .nav-header .nav-list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
  }

  .home-header .nav-header .nav-list li:first-child {
    border-top: 1px solid #b5b5b5;
  }

  .home-header .nav-header .nav-list li a {
    display: block;
    padding: 20px 0;
  }
}

.btn.btn--gold {
  color: #80684f;
  border-color: #80684f;
  letter-spacing: 0.07em;
  position: relative;
  padding-bottom: 15px;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  font-size: 16px;
}

.btn.btn--gold::after {
  background-color: #80684f;
  color: #FFFFFF;
  left: 9%;
  width: 50%;
  height: 1px;
  background-color: #80684f;
  content: '';
  position: absolute;
  bottom: 0;
}

@media (min-width: 452px) {
  .btn.btn--gold::after {
    left: 50%;
  }
}

.btn.btn--gold:hover {
  background-color: #80684f;
  color: #FFFFFF;
}

.btn.btn--gold:hover::after {
  background-color: #FFFFFF;
}

@media (min-width: 765px) {
  .btn.btn--gold {
    font-size: 14px;
    padding: 7px 0 10px 15px;
  }
}

.nav-list a.active {
  color: #80684f !important;
  font-weight: bold !important;
}

.nav-list a.active::after {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

.content--left--margin {
  padding-right: 80px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #BBB;
  font-family: "Arquitecta";
  text-transform: uppercase;
}

.service-list li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: #80684f;
  font-size: 24px;
  line-height: 16px;
}

.highlight,
.premium-note {
  color: #80684f;
  font-family: "Arquitecta";
  margin: 20px 0;
  text-transform: uppercase;
}

.premium-note {
  font-weight: bold;
  margin-bottom: 40px;
}

.steps {
  margin: 30px 0;
}

.step {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}

.step-number {
  background: #80684f;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-family: "Arquitecta";
}

.step p {
  margin: 0;
  color: #BBB;
  font-family: "Arquitecta";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
}

.suggestion {
  background: rgba(128, 104, 79, 0.1);
  padding: 20px;
  margin: 30px 0;
  border-left: 4px solid #80684f;
}

.suggestion p {
  margin: 0;
  color: #BBB;
  font-family: "Arquitecta";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
}

.suggestion strong {
  color: #80684f;
}

#select h4 {
  color: #80684f;
  font-family: "Arquitecta";
  text-transform: uppercase;
  margin: 40px 0 20px;
  font-size: 24px;
}

#select .content--left p {
  color: #BBB;
  font-family: "Arquitecta";
  text-transform: uppercase;
  line-height: 1.5;
}

.img-30anios {
  width: 200px;
  height: 60px;
  margin: 0 auto;
}

@media screen and (min-width: 1012px) {
  .img-30anios {
    width: 300px;
    height: 100px;
    margin: 0 auto;
  }
}