@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap);
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'visu';
  src: url("../iconos/visu.eot?wq5f6h");
  src: url("../iconos/visu.eot?wq5f6h#iefix") format('embedded-opentype'), url("../iconos/visu.ttf?wq5f6h") format('truetype'), url("../iconos/visu.woff?wq5f6h") format('woff'), url("../iconos/visu.svg?wq5f6h#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visu' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-enviar:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-telefono:before {
  content: "\e903";
}
.icon-whatsapp:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-close .path1:before {
  content: "\e90b";
  color: #fff;
}
.icon-close .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #000;
}
.icon-mas:before {
  content: "\e90d";
}
.icon-menos:before {
  content: "\e90e";
}
.icon-anterior:before {
  content: "\e906";
}
.icon-compra:before {
  content: "\e907";
}
.icon-desglosar:before {
  content: "\e908";
}
.icon-siguiente:before {
  content: "\e909";
}
.icon-subir:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e608";
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #3c3c3b;
  margin: 0;
  background: fondo;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
html.owH {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
}
.layout {
  width: 100%;
  max-width: 1740px;
  padding: 0 20px;
  margin: 0 auto;
}
.header {
  background: #3c3c3b;
  padding: 20px 0;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container figure {
  margin: 0;
  max-width: 145px;
}
.header-container figure img {
  width: 100%;
  display: block;
}
#btnMenu {
  color: #fff;
  font-size: 25px;
  display: none;
}
.menu {
  display: flex;
  align-items: center;
}
.menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul li {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 30px 20px;
  border-left: 1px solid #000;
}
.menu ul li:first-child {
  border: none;
}
.menu ul li:last-child a {
  font-weight: 500;
  background: #ede9e2;
  color: #3c3c3b;
  padding: 12px 30px;
}
.footer {
  background: #3c3c3b;
  padding: 50px 0 10px;
}
.footer-container {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.footer-container .col {
  width: 100%;
}
.footer-container .col.logos {
  width: 30%;
}
.footer-container .logo {
  margin: 0 0 50px;
}
.footer-container .logo img {
  width: 100%;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.footer-container ul {
  display: flex;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  width: 100%;
}
.footer-container ul .item {
  width: calc(100% / 6);
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
}
.footer-container ul .item.contact {
  background: #ede9e2;
  color: #3c3c3b;
  padding: 10px 20px;
  font-weight: 500;
}
.footer-container ul .redes {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.footer-container ul .redes .icono {
  font-size: 30px;
  color: #a67d65;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 5px;
}
.footer-container .correo {
  display: flex;
  padding-top: 50px;
  margin-left: 50px;
  border-top: 3px solid #a67d65;
}
.footer-container .correo .camp {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  margin-right: 50px;
}
.footer-container .correo .camp .icon {
  color: #a67d65;
  font-size: 16px;
}
.footer-container .legales {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #636363;
  margin-top: 100px;
  margin-left: 50px;
}
.footer-container .legales a {
  font-size: 20px;
  font-weight: 200;
}
@media screen and (max-width: 1080px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-container .col {
    margin: 20px 0;
  }
  .footer-container .col.logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-container .col.logos .logo {
    margin: 20px 20px;
  }
  .footer-container .correo {
    margin: 0;
    justify-content: center;
  }
  .footer-container .legales {
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .header-container figure {
    max-width: 80px;
  }
  #btnMenu {
    display: block;
  }
  .menu {
    position: fixed;
    width: 50%;
    right: -100%;
    top: 90px;
    bottom: 0;
    background: #3c3c3b;
    z-index: 10;
    overflow-y: auto;
    display: block;
    transition: right 0.5s;
  }
  .menu.active {
    right: 0;
  }
  .menu ul {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
  .menu ul li {
    text-align: center;
    border: none;
  }
}
@media screen and (max-width: 940px) {
  .footer-container .col.logos .logo {
    margin: 20px 10px;
  }
  .footer-container ul {
    flex-direction: column;
    align-items: center;
  }
  .footer-container ul .item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 10px 0;
  }
  .footer-container ul .redes {
    margin: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  .menu {
    width: 70%;
  }
  .footer-container .correo {
    flex-wrap: wrap;
  }
  .footer-container .correo .camp {
    margin: 10px 20px;
  }
  .footer-container .legales {
    flex-direction: column;
  }
  .footer-container .legales a {
    margin: 10px 0;
  }
}
.contacto-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contacto-banner-container {
  height: 100vh;
  min-height: 500px;
  position: relative;
}
.contacto-banner-container .txt {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.contacto-banner-container .txt h1 {
  background: #3c3c3b;
  font-size: 30px;
  font-weight: 600;
  padding: 40px 50px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  letter-spacing: 0.4em;
  line-height: 1.3em;
}
.contacto-visitanos {
  padding: 100px 0;
}
.contacto-visitanos h2 {
  font-size: 30px;
  letter-spacing: 0.4em;
  text-align: center;
}
.contacto-visitanos a {
  font-size: 30px;
  color: #c68e6d;
  font-weight: 600;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  text-decoration: underline;
}
.contacto-visitanos .form {
  background: rgba(193,185,170,0.435);
  padding: 40px 70px 0;
  max-width: 1440px;
  margin: 100px auto 0;
}
.contacto-visitanos .form .input {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.contacto-visitanos .form .input label {
  font-size: 18px;
  margin-right: 20px;
  white-space: nowrap;
  display: block;
  letter-spacing: 0.3em;
}
.contacto-visitanos .form .input input {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 18px;
}
.contacto-visitanos .form .input input:focus-visible {
  outline: none;
}
.contacto-visitanos .form .input.textarea {
  display: block;
}
.contacto-visitanos .form .input.textarea label {
  font-weight: 700;
  margin-bottom: 20px;
}
.contacto-visitanos .form .input.textarea textarea {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 18px;
  resize: none;
}
.contacto-visitanos .form .input.textarea textarea:focus-visible {
  outline: none;
}
.contacto-visitanos .form a {
  font-size: 15px;
  margin: 20px 0;
  margin-left: auto;
}
.contacto-visitanos .form button {
  background: #c68e6d;
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: auto;
  display: block;
  transform: translateY(25px);
}
.contacto-programa {
  background: #c1b9aa;
  text-align: center;
  padding: 100px 0;
}
.contacto-programa h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 1.4em;
  max-width: 1000px;
  margin: 0 auto;
}
.contacto-programa p {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.contacto-mapa {
  padding: 50px 0;
}
.contacto-mapa-container {
  position: relative;
  max-width: 1540px;
}
.contacto-mapa-container .img img {
  width: 100%;
}
.contacto-mapa-container .img .escritorio {
  display: block;
}
.contacto-mapa-container .img .responsivo {
  display: none;
}
.contacto-mapa-container .txt {
  position: absolute;
  top: 50%;
  left: 65%;
  width: 30%;
}
.contacto-mapa-container .txt h2 {
  background: #c1b9aa;
  color: #fff;
  font-weight: 600;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 30px;
}
.contacto-mapa-container .txt p {
  font-size: 20px;
}
.contacto-siguenos {
  padding: 50px 0;
}
.contacto-siguenos h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 1.4e;
  text-align: center;
}
.contacto-siguenos p {
  background: rgba(193,185,170,0.435);
  display: block;
  font-size: 20px;
  font-weight: 500;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
  padding: 10px 30px;
}
.contacto-siguenos .redes {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.contacto-siguenos .redes a {
  margin: 10px;
  width: 100%;
  max-width: 70px;
  display: block;
}
.contacto-siguenos .redes a img {
  width: 100%;
  display: block;
}
.contacto-siguenos span {
  text-align: center;
  display: block;
  color: #c68e6d;
  font-size: 20px;
}
.custom-select {
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
}
.select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  background-color: #f2f2f2;
}
.selected-option {
  flex-grow: 1;
}
.arrow {
  font-size: 20px;
  padding: 10px 20px;
  background: #c1b9aa;
  color: #fff;
}
.options {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.option {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.2s;
}
.option:hover {
  background-color: #e0e0e0;
}
@media screen and (max-width: 980px) {
  .contacto-mapa-container .img .escritorio {
    display: none;
  }
  .contacto-mapa-container .img .responsivo {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .contacto-mapa-container .txt h2 {
    font-size: 1.7vw;
  }
  .contacto-mapa-container .txt p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 890px) {
  .contacto-banner-container .txt h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .contacto-visitanos .form {
    padding: 40px 40px 0;
  }
  .contacto-visitanos .form .input {
    flex-wrap: wrap;
  }
  .contacto-visitanos .form .input label {
    margin-bottom: 10px;
  }
  .contacto-programa h2 {
    font-size: 16px;
  }
  .contacto-programa p {
    font-size: 20px;
  }
  .contacto-siguenos h2 {
    font-size: 18px;
  }
  .contacto-siguenos p {
    font-size: 16px;
  }
  .contacto-siguenos .redes a {
    max-width: 50px;
  }
  .contacto-siguenos span {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .contacto-banner-container .txt h1 {
    font-size: 15px;
    padding: 40px 10px;
  }
  .contacto-visitanos {
    padding: 50px 0;
  }
  .contacto-visitanos h2 {
    font-size: 25px;
  }
  .contacto-visitanos a {
    font-size: 25px;
  }
  .contacto-visitanos .form {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .contacto-banner-container .txt h1 {
    font-size: 12px;
  }
  .contacto-mapa-container .txt {
    position: unset;
    width: 100%;
  }
  .contacto-mapa-container .txt p {
    font-size: 15px;
  }
  .contacto-mapa-container .txt h2 {
    font-size: 15px;
  }
  .contacto-visitanos h2 {
    font-size: 20px;
  }
  .contacto-visitanos a {
    font-size: 18px;
  }
  .contacto-visitanos .form {
    padding: 40px 20px 0;
  }
  .contacto-visitanos .form .input label {
    font-size: 14px;
  }
  .contacto-visitanos .form .input input {
    font-size: 14px;
  }
  .contacto-visitanos .form .input.textarea textarea {
    font-size: 14px;
  }
  .contacto-visitanos .form button {
    font-size: 18px;
  }
}

