@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;
  }
}
.home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-banner-container {
  height: 70vh;
  min-height: 500px;
  position: relative;
}
.home-banner-container .txt {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
.home-banner-container .txt h1 {
  background: #3c3c3b;
  font-size: 26px;
  font-weight: 600;
  padding: 25px 50px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  letter-spacing: 0.5em;
}
.home-banner-container .txt p {
  font-size: 25px;
}
.home-vive {
  padding: 0px 0;
  margin: -50px 0;
}
.home-vive-container {
  display: flex;
  align-items: center;
}
.home-vive-container .col {
  width: 50%;
}
.home-vive-container .col .img {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px 0 0 auto;
}
.home-vive-container .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;
}
.home-vive-container .col .img:before {
  background: #c1b9aa;
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
}
.home-vive-container .col .txt {
  padding: 0 40px;
}
.home-vive-container .col h2 {
  font-size: 25px;
  letter-spacing: 0.4em;
}
.home-vive-container .col h3 {
  background: #c1b9aa;
  padding: 10px 20px 10px 0;
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.home-vive-container .col h3:before {
  background: #c1b9aa;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.home-vive-container .col p {
  font-size: 18px;
  line-height: 1.4em;
  max-width: 650px;
}
.home-banner2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-banner2-container {
  height: 80vh;
  min-height: 500px;
  position: relative;
}
.home-banner2-container .txt {
  color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0%;
  padding: 0 20px;
}
.home-banner2-container .txt h1 {
  background: #3c3c3b;
  font-size: 26px;
  font-weight: 600;
  padding: 25px 50px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.5em;
}
.home-banner2-container .txt h1:before {
  background: #3c3c3b;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.home-banner2-container .txt p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5em;
  padding: 0 50px;
}
.home-ubicacion {
  padding: 50px 0 0;
  text-align: center;
}
.home-ubicacion h2 {
  font-size: 25px;
  letter-spacing: 0.3em;
  max-width: 700px;
  margin: 20px auto;
}
.home-ubicacion h3 {
  font-size: 18px;
  font-weight: 500;
  background: #c1b9aa;
  color: #fff;
  padding: 10px 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
}
.home-ubicacion p {
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 20px auto;
  color: #3c3c3b;
}
.home-ubicacion p strong {
  font-weight: 600;
}
.home-mapa-container {
  padding-bottom: 100px;
  position: relative;
  max-width: 1540px;
  border-bottom: 1px solid rgba(193,185,170,0.431);
  margin-bottom: 50px;
}
.home-mapa-container .img img {
  width: 100%;
  display: block;
}
.home-mapa-container .txt {
  position: absolute;
  top: 35%;
  left: 65%;
  width: 30%;
}
.home-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;
}
.home-mapa-container .txt p {
  font-size: 20px;
}
.home-mapa-container a {
  background: #c68e6d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
}
.home-ubicacion2 {
  padding: 50px 0 0;
  text-align: center;
  background: #f0f0f0;
}
.home-ubicacion2 h2 {
  font-size: 25px;
  letter-spacing: 0.3em;
  max-width: 700px;
  margin: 20px auto;
}
.home-ubicacion2 h3 {
  font-size: 18px;
  font-weight: 500;
  background: #c1b9aa;
  color: #fff;
  padding: 10px 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
}
.home-ubicacion2 p {
  font-size: 18px;
  font-weight: 400;
  max-width: 900px;
  margin: 20px auto;
  color: #3c3c3b;
}
.home-ubicacion2 p strong {
  font-weight: 600;
}
.home-ubicacion2 .blocks {
  display: flex;
  justify-content: center;
}
.home-ubicacion2 .blocks .block {
  display: block;
  margin: 0 5px;
  position: relative;
  width: calc(100% / 6 - 10px);
}
.home-ubicacion2 .blocks .block:nth-child(2) {
  transform: translateY(30px);
}
.home-ubicacion2 .blocks .block:nth-child(3) {
  transform: translateY(50px);
}
.home-ubicacion2 .blocks .block:nth-child(4) {
  transform: translateY(70px);
}
.home-ubicacion2 .blocks .block:nth-child(5) {
  transform: translateY(90px);
}
.home-ubicacion2 .blocks .block:nth-child(6) {
  transform: translateY(110px);
}
.home-ubicacion2 .blocks .block:hover .img img {
  filter: brightness(1);
}
.home-ubicacion2 .blocks .block:hover .txt {
  opacity: 1;
}
.home-ubicacion2 .blocks .block .img {
  width: 100%;
  height: 100%;
}
.home-ubicacion2 .blocks .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.5);
  transition: filter 0.3s;
}
.home-ubicacion2 .blocks .block .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-ubicacion2 .blocks .block .txt h4 {
  font-size: 1.1vw;
  font-weight: 500;
  background: #3c3c3b;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  margin: 0px auto;
}
.home-ubicacion2 .blocks .block .txt p {
  color: #fff;
  font-size: 18px;
  font-size: 1.1vw;
}
.home-exp {
  background-image: url("../images/home2/textura.jpg");
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 50px;
}
.home-exp .text {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.home-exp .text h2 {
  font-size: 25px;
  letter-spacing: 0.3em;
}
.home-exp .text h3 {
  font-size: 18px;
  font-weight: 600;
  background: #ede9e2;
  padding: 10px 30px 10px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 20px 0;
  position: relative;
}
.home-exp .text h3:before {
  background: #ede9e2;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: 2;
}
.home-exp .text p {
  font-size: 18px;
  font-weight: 400;
  max-width: 995px;
  color: #3c3c3b;
  text-align: justify;
  line-height: 1.5em;
}
.home-exp .text p strong {
  font-weight: 600;
}
.home-exp .text a {
  background: #c68e6d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px 200px 20px auto;
}
.home-exp .images {
  display: flex;
}
.home-exp .images .col {
  width: 50%;
}
.home-exp .images .col .img {
  position: relative;
  margin: 0px 30px;
}
.home-exp .images .col .img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.home-exp .images .col .img:before {
  background: #3c3c3b;
  content: '';
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
}
.home-exp .blocks {
  display: flex;
  justify-content: center;
  padding: 100px 0 50px;
}
.home-exp .blocks .block {
  background: #ede9e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin-right: 3px;
  width: 100%;
  max-width: 300px;
}
.home-exp .blocks .block:first-child {
  border-radius: 5px 0 0 5px;
}
.home-exp .blocks .block:last-child {
  border-radius: 0 5px 5px 0;
}
.home-exp .blocks .block img {
  max-width: 50px;
  width: 3vw;
}
.home-exp .blocks .block p {
  font-weight: 600;
  font-size: 1.1vw;
  margin-left: 10px;
}
.home-contactar {
  text-align: center;
  padding: 100px 0;
  background-image: url("../images/home2/textura_2.jpg");
  background-size: cover;
}
.home-contactar .img {
  background: #3c3c3b;
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-contactar p {
  font-size: 30px;
  letter-spacing: 0.3em;
  font-weight: 700;
  max-width: 1300px;
  margin: 50px auto;
  line-height: 1.4em;
}
.home-contactar p strong {
  color: #a67d65;
  font-weight: 600;
}
.home-contactar a {
  background: #a67d65;
  color: #fff;
  padding: 20px 40px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0px auto;
  font-size: 20px;
  font-weight: 500;
}
.home-conocer {
  position: relative;
  background: linear-gradient(130deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #fff 50%, #fff 52%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%), url("../images/home2/img_6_cort.png"), url("../images/home2/img_5_cort.png");
  background-position: center left, center right;
  background-size: 0% 100%, 62% 142%, 58% 120%;
  background-repeat: no-repeat;
  height: 420px;
}
.home-conocer-container {
  display: flex;
}
.home-conocer .texto {
  width: 75%;
  padding: 40px 50px;
}
.home-conocer .texto.right {
  width: 88%;
  margin-left: auto;
  padding: 40px 60px;
}
.home-conocer .texto.right h3:before {
  width: 37%;
}
.home-conocer .texto h2 {
  font-size: 1.5vw;
  letter-spacing: 0.3em;
  color: #fff;
}
.home-conocer .texto h3 {
  font-size: 1.1vw;
  font-weight: 600;
  background: #c1b9aa;
  padding: 10px 30px 10px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 20px 0;
  position: relative;
}
.home-conocer .texto h3:before {
  background: #c1b9aa;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.home-conocer .texto p {
  font-size: 1.1vw;
  font-weight: 400;
  max-width: 995px;
  color: #fff;
  text-align: justify;
  line-height: 1.5em;
}
.home-conocer .texto p strong {
  font-weight: 600;
}
.home-conocer .texto a {
  background: #c68e6d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.proyecto {
  width: 100%;
  height: 100%;
}
.proyecto iframe {
  width: 100%;
  height: 55.5vw;
  max-height: 900px;
}
@media screen and (max-width: 1200px) {
  .home-conocer {
    background: none;
    height: unset;
  }
  .home-conocer-container {
    flex-wrap: wrap;
    padding: 0;
  }
  .home-conocer-container .col {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }
  .home-conocer-container .col:first-child {
    background-image: url("../images/home2/img_5.jpg");
    margin-bottom: 10px;
  }
  .home-conocer-container .col:last-child {
    background-image: url("../images/home2/img_6.jpg");
  }
  .home-conocer-container .col .texto {
    width: 100%;
    text-align: center;
  }
  .home-conocer-container .col .texto h2 {
    font-size: 16px;
  }
  .home-conocer-container .col .texto h3 {
    margin: 20px auto;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
  }
  .home-conocer-container .col .texto h3:before {
    display: none;
  }
  .home-conocer-container .col .texto p {
    text-align: center;
    max-width: unset;
    font-size: 16px;
  }
  .home-conocer-container .col .texto a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 920px) {
  .home-mapa {
    padding: 50px 0 0;
  }
  .home-mapa-container .txt h2 {
    font-size: 1.7vw;
  }
  .home-mapa-container .txt p {
    font-size: 1.6vw;
  }
  .home-mapa-container .txt a {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .home-vive {
    margin: 0;
    padding: 50px 0;
  }
  .home-vive-container {
    flex-wrap: wrap;
  }
  .home-vive-container .col {
    width: 100%;
  }
  .home-vive-container .col .img {
    max-width: 300px;
    margin: 0 auto;
  }
  .home-vive-container .col .txt {
    text-align: center;
    padding: 50px 0 0;
  }
  .home-vive-container .col .txt h3 {
    max-width: unset;
  }
  .home-vive-container .col .txt p {
    max-width: unset;
  }
}
@media screen and (max-width: 800px) {
  .home-ubicacion2 .blocks {
    flex-wrap: wrap;
  }
  .home-ubicacion2 .blocks .block {
    width: calc(100% / 3 - 10px);
  }
  .home-ubicacion2 .blocks .block .txt h4,
  .home-ubicacion2 .blocks .block .txt p {
    font-size: 2.5vw;
  }
  .home-contactar p {
    font-size: 20px;
  }
  .home-contactar a {
    font-size: 18px;
  }
}
@media screen and (max-width: 790px) {
  .home-banner2-container {
    height: 500px;
    min-height: unset;
  }
  .home-banner2-container .txt h1 {
    font-size: 20px;
    padding: 25px 25px;
  }
  .home-banner2-container .txt p {
    font-size: 20px;
    padding: 0px 25px;
  }
  .home-ubicacion h2 {
    font-size: 20px;
  }
  .home-ubicacion h3 {
    font-size: 16px;
  }
  .home-ubicacion p {
    font-size: 16px;
  }
  .home-ubicacion2 h2 {
    font-size: 20px;
  }
  .home-ubicacion2 h3 {
    font-size: 16px;
  }
  .home-ubicacion2 p {
    font-size: 16px;
  }
  .home-exp .text h2 {
    font-size: 20px;
  }
  .home-exp .text h3 {
    font-size: 16px;
  }
  .home-exp .text p {
    font-size: 16px;
  }
  .home-exp .text a {
    font-size: 15px;
  }
  .home-exp .blocks .block img {
    width: 4vw;
  }
  .home-exp .blocks .block p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 590px) {
  .home-banner-container .txt h1 {
    font-size: 20px;
  }
  .home-banner-container .txt p {
    font-size: 18px;
  }
  .home-banner2-container {
    height: 400px;
  }
  .home-banner2-container .txt h1 {
    font-size: 15px;
  }
  .home-banner2-container .txt p {
    font-size: 15px;
  }
  .home-exp .text a {
    margin: 20px auto;
  }
  .home-exp .images {
    flex-wrap: wrap;
  }
  .home-exp .images .col {
    width: 100%;
    margin: 0 0 50px;
  }
  .home-exp .blocks {
    padding: 25px 0 50px;
  }
}
@media screen and (max-width: 490px) {
  .home-vive-container .col .txt h2 {
    font-size: 20px;
  }
  .home-vive-container .col .txt h3 {
    font-size: 16px;
  }
  .home-vive-container .col .txt p {
    font-size: 14px;
  }
  .home-banner2-container .txt h1 {
    font-size: 10px;
  }
  .home-banner2-container .txt p {
    font-size: 10px;
  }
  .home-mapa-container .txt {
    position: unset;
    width: 100%;
  }
  .home-mapa-container .txt p {
    font-size: 15px;
  }
  .home-mapa-container .txt h2 {
    font-size: 15px;
  }
  .home-exp .blocks {
    flex-wrap: wrap;
  }
  .home-exp .blocks .block {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .home-exp .blocks .block img {
    width: 10vw;
  }
  .home-exp .blocks .block p {
    font-size: 13px;
  }
  .home-ubicacion2 .blocks .block .txt {
    opacity: 1;
  }
  .home-ubicacion2 .blocks .block .img img {
    filter: none;
  }
}
@media screen and (max-width: 445px) {
  .home-mapa-container .col h2 {
    font-size: 20px;
    padding: 50px 0;
  }
  .home-contactar {
    padding: 50px 0;
  }
  .home-contactar p {
    font-size: 14px;
    margin: 30px auto;
  }
  .home-contactar a {
    font-size: 12px;
  }
}

