@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;
  }
}
.respaldo-banner .img img {
  width: 100%;
  display: block;
}
.respaldo-dezer {
  padding: 50px 0 100px;
}
.respaldo-dezer h1 {
  font-size: 35px;
  letter-spacing: 0.4em;
  text-align: center;
  margin: 30px 0;
}
.respaldo-dezer .cols {
  display: flex;
  align-items: center;
}
.respaldo-dezer .cols .col {
  width: 50%;
}
.respaldo-dezer .cols .col .img {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 0 auto;
}
.respaldo-dezer .cols .col .img img {
  width: 100%;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 3;
}
.respaldo-dezer .cols .col .img:before {
  background: #3c3c3b;
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.respaldo-dezer .cols .col h2 {
  font-size: 25px;
  background: #c1b9aa;
  padding: 20px 10px 20px 80px;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
.respaldo-dezer .cols .col h2:after {
  background: #c1b9aa;
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: 2;
}
.respaldo-dezer .cols .col p {
  font-size: 18px;
  padding: 10px 10px 10px 80px;
  max-width: 650px;
}
.respaldo-refugio .cols {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.respaldo-refugio .cols .phrase {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 50px;
  font-size: 1.85vw;
  font-weight: 700;
  letter-spacing: 0.5em;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.respaldo-refugio .cols .col {
  width: 50%;
}
.respaldo-refugio .cols .col.text {
  display: flex;
  align-items: center;
}
.respaldo-refugio .cols .col.rojo {
  background: #c68e6d;
  padding: 50px 20px;
}
.respaldo-refugio .cols .col.cafe {
  background: #c1b9aa;
  padding: 50px 20px;
}
.respaldo-refugio .cols .col p {
  font-size: 1.7vw;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4em;
}
.respaldo-refugio .cols .col p strong {
  font-weight: 600;
}
.respaldo-refugio .cols .col p span {
  color: #ede9e2;
  font-weight: 600;
  letter-spacing: 0.4em;
}
.respaldo-refugio .cols .col .img {
  height: 100%;
}
.respaldo-refugio .cols .col .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.respaldo-equipo {
  text-align: center;
  padding: 50px 0;
}
.respaldo-equipo h2 {
  font-size: 28px;
}
.respaldo-equipo p {
  font-size: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.respaldo-equipo .img {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 50px auto;
}
.respaldo-equipo .img img {
  width: 100%;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 3;
}
.respaldo-equipo .img:before {
  background: #3c3c3b;
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.respaldo-programa {
  background: rgba(193,185,170,0.435);
  text-align: center;
  padding: 100px 0;
}
.respaldo-programa p {
  font-size: 25px;
  color: #a67d65;
  max-width: 720px;
  margin: 0 auto;
}
.respaldo-programa a {
  background: #3c3c3b;
  color: #fff;
  padding: 10px 30px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 50px auto 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1030px) {
  .respaldo-dezer .cols .col h2 {
    font-size: 17px;
    padding-left: 20px;
  }
  .respaldo-dezer .cols .col p {
    font-size: 13px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 830px) {
  .respaldo-dezer .cols {
    flex-wrap: wrap;
  }
  .respaldo-dezer .cols .col {
    width: 100%;
    text-align: center;
  }
  .respaldo-dezer .cols .col .img {
    margin: 0 auto;
  }
  .respaldo-dezer .cols .col h2:before {
    background: #c1b9aa;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 200%;
    height: 100%;
    z-index: 2;
  }
  .respaldo-dezer .cols .col p {
    max-width: unset;
  }
}
@media screen and (max-width: 760px) {
  .respaldo-dezer {
    padding: 50px 0;
  }
  .respaldo-dezer h1 {
    font-size: 25px;
  }
  .respaldo-refugio .cols .phrase {
    padding: 10px 50px;
    transform: translate(-50%, 0);
  }
  .respaldo-equipo {
    padding: 50px 20px;
  }
  .respaldo-equipo p {
    font-size: 16px;
  }
  .respaldo-equipo h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 490px) {
  .respaldo-dezer h1 {
    font-size: 20px;
    margin-top: 0;
  }
  .respaldo-refugio .cols .phrase {
    transform: translate(-50%, 70%);
    font-size: 10px;
    width: 100%;
    max-width: unset;
    text-align: center;
    padding: 10px 20px;
  }
  .respaldo-refugio .cols .col {
    width: 100%;
  }
  .respaldo-refugio .cols .col p {
    font-size: 14px;
  }
  .respaldo-equipo p {
    font-size: 12px;
  }
  .respaldo-equipo h2 {
    font-size: 20px;
  }
  .respaldo-programa {
    padding: 50px 0;
  }
  .respaldo-programa p {
    font-size: 18px;
  }
  .respaldo-programa a {
    font-size: 16px;
  }
}

