@charset "UTF-8";
body.modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

body.modal-open .wrapper {
  overflow-y: hidden;
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1999;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.galeria .btnclosemodal {
  opacity: 0.5;
  right: 10px;
  top: 10px;
}

.modal.galeria .btnclosemodal:hover {
  opacity: 1;
}

.modal.galeria .modal-dialog {
  max-width: 1900px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  width: 95%;
  top: 20px;
}

.modal.promo img {
  display: block;
  height: auto;
  width: 100%;
}

.modal .modal-dialog {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background: #fff;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
  top: 40px;
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 940px;
  }
}
.modal .btnclosemodal {
  border-radius: 50px;
  background: #333;
  position: absolute;
  padding: 5px;
  right: -25px;
  z-index: 50;
  width: 40px;
  top: -25px;
}

.modal .btnclosemodal img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "Mermaid";
  src: url("../assets/font/Mermaid-Swash-Caps.eot");
  src: url("../assets/font/Mermaid-Swash-Caps.eot?#iefix") format("embedded-opentype"), url("../assets/font/Mermaid-Swash-Caps.woff2") format("woff2"), url("../assets/font/Mermaid-Swash-Caps.woff") format("woff"), url("../assets/font/Mermaid-Swash-Caps.ttf") format("truetype"), url("../assets/font/Mermaid-Swash-Caps.svg#Mermaid Swash Caps") format("svg");
  font-display: swap;
}
#logoSVG {
  enable-background: new 0 0 128.9 131;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #444;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

footer {
  line-height: 1.6em;
}
footer img {
  vertical-align: baseline;
  display: inline-block;
}
footer img.direccIco {
  width: 10px;
}
footer img.telIcon, footer img.mailIcon, footer img.wathsicon {
  width: 14px;
}
footer #mailFooterBtn img {
  width: 285px;
}

.googleFrameNoCode {
  visibility: hidden;
  display: none;
}

h1.verde {
  font-family: "Mermaid", sans-serif;
  color: #0a4e8e;
  text-align: center;
  font-size: 33px;
}

h2.verde {
  font-family: "Mermaid", sans-serif;
  color: #0a4e8e;
  text-align: center;
  font-size: 33px;
  margin: 0;
}

main {
  display: block;
}

#suscriptionForm {
  min-height: 100px;
}
#suscriptionForm input {
  outline: none;
}
#suscriptionForm input[type=text] {
  width: calc(100% - 20px);
  background: #c4c7c6;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  color: #000;
  border: none;
  height: 30px;
}
#suscriptionForm input[type=submit] {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  background-color: #849b2b;
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border: none;
  width: 100px;
  height: 30px;
}
#suscriptionForm input[type=submit]:hover {
  background-color: #60711d;
}
#suscriptionForm input[type=submit]:disabled {
  cursor: not-allowed;
  background-color: black;
}
#suscriptionForm .fieldrow {
  display: flex;
}
#suscriptionForm .inputWrp {
  padding-right: 2%;
  flex-basis: 68%;
}
#suscriptionForm .okMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}
#suscriptionForm .sendBtn {
  display: none;
}
#suscriptionForm .sendBtn.visible {
  display: block;
}
#suscriptionForm .warnMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}

.loader {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.noMostrar {
  display: none;
}

.whatsappBtn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #25d366;
  transition: 0.3s ease-out;
  border-radius: 40px;
  position: fixed;
  padding: 10px;
  z-index: 100;
  bottom: 70px;
  height: 40px;
  width: 40px;
  right: 20px;
}
.whatsappBtn:hover {
  background-color: #128c7e;
}
.whatsappBtn svg {
  width: 100%;
}

@media (min-width: 768px) {
  h1.verde {
    font-size: 35px;
  }
  h2.verde {
    font-size: 35px;
  }
}
img {
  display: block;
}

.alinCentrado {
  text-align: center;
}

.contOculto {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 0;
}

.logoPath {
  fill: #0a4e8e;
}

.mostrarMenu {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.cargando > div:first-child img {
  opacity: 1 !important;
  height: auto !important;
}
.cargando > div img {
  opacity: 0;
  height: 1px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hdrSlide img {
  width: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../assets/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  border-radius: 20px;
  padding: 1px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  background: url(../assets/img/flecha.png) no-repeat left top;
  background-size: 40px;
  display: block;
  height: 40px;
  content: "";
  width: 40px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background: url(../assets/img/flecha.png) no-repeat 2px 2px;
  transform: rotate(180deg);
  background-size: 40px;
  display: block;
  height: 40px;
  content: "";
  width: 40px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "slick";
  font-size: 6px;
  line-height: 15px;
  text-align: center;
  background-color: #FFF;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #0a4e8e;
  opacity: 0.3;
}

@media (min-width: 768px) {
  .slick-dots li {
    width: 25px;
  }
}
body {
  padding-top: 160px;
}

header {
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
}
header .logo {
  background-color: #fff;
  position: relative;
  padding: 10px 3%;
  z-index: 200;
  width: 55px;
}
header .logo img,
header .logo svg {
  max-width: 45px;
  height: 45px;
}
header.slimHdr .logo {
  width: 100%;
}

#menuBtnAction {
  position: absolute;
  background: none;
  outline: none;
  border: none;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
#menuBtnAction::before {
  transition: 0.5s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  content: "";
  height: 5px;
  width: 100%;
  z-index: 1;
  top: 3px;
  left: 0;
}
#menuBtnAction::after {
  transition: 0.5s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 2px;
  z-index: 1;
  left: 0;
}
#menuBtnAction span {
  opacity: 1;
  transition: 0.3s ease-in-out;
  background-color: #aac836;
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  top: 13px;
  left: 0;
}
.mostrarMenu #menuBtnAction::before {
  top: 13px;
  transform: rotate(135deg);
}
.mostrarMenu #menuBtnAction::after {
  transform: rotate(-135deg);
  bottom: 12px;
}
.mostrarMenu #menuBtnAction span {
  opacity: 0.2;
  height: 30px;
  top: 0;
}

.slimHdr .btmHdr {
  top: 17px;
}

.btmHdr {
  width: 100%;
}
.btmHdr #contactoBtn {
  background-color: #0a4e8e;
}
.btmHdr #reservarBtn {
  background-color: #849b2b;
}
.btmHdr .secNav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.btmHdr .secNav a {
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  font-weight: 300;
  font-size: 13px;
  display: block;
  color: #fff;
}
.btmHdr .secNav li {
  flex-basis: 70%;
}
.btmHdr .secNav li:last-child {
  flex-basis: 30%;
}

.lenNav {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 20%;
}
.lenNav a {
  font-weight: 700;
  text-decoration: none;
  color: #60756c;
  line-height: 30px;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 30px;
}

.menu {
  padding-top: 170px;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul li {
  padding: 3px 0;
}
.menu a {
  font-weight: 600;
  text-decoration: none;
  color: #0a4e8e;
  line-height: 30px;
  padding: 2px 15px;
  font-size: 20px;
  display: block;
}

.socialeslink {
  border-top: solid 3px #aac836;
  padding-top: 30px;
  margin: 30px auto;
  width: 80%;
}

.socialNav {
  vertical-align: middle;
  display: inline-block;
  width: 77%;
}
.socialNav ul {
  justify-content: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.socialNav ul li {
  padding: 0 5px;
}
.socialNav ul a {
  display: block;
  height: 42px;
  width: 40px;
}
.socialNav ul .facebookBtn .faceBtn {
  fill: #0a4e8e;
}
.socialNav ul .twitterBtn .twitterBtnFill {
  fill: #0a4e8e;
}
.socialNav ul .tripAdvBtn .trpAdvBtn {
  fill: #0a4e8e;
}
.socialNav ul .instaBtn .imgInstaBtn {
  fill: #0a4e8e;
}

.wrprMenuMovil {
  background-color: rgba(255, 255, 255, 0.95);
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  left: -105%;
  top: 0;
}
.mostrarMenu .wrprMenuMovil {
  left: 0;
}

footer {
  border-top: solid 5px rgba(45, 73, 56, 0.6);
  background-color: rgba(45, 73, 56, 0.6);
  font-size: 13px;
  padding: 15px;
  color: #fff;
}
footer a {
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
  padding: 1px 0;
  color: #fff;
}
footer p {
  margin: 20px 0;
}
footer strong {
  text-transform: uppercase;
}
footer .contactInfoTxt, footer .moreLinksTxt {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
footer .moreLinksTxt {
  padding-bottom: 20px;
}
footer .moreLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .wrpFooterCont {
  max-width: 360px;
  margin: 0 auto;
  width: 90%;
}

.lastBlock {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ddddcc+76 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #ddddcc 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #ddddcc 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #ddddcc 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.texturaFooter {
  background: url(../assets/img/fondo-home-mov.jpg) no-repeat bottom #ddddcc;
  background-size: cover;
  padding-top: 60px;
}

.navFooter {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.7s ease-in-out;
  background-color: #ececec;
  position: fixed;
  width: 100%;
  z-index: 50;
  bottom: 0;
}
.navFooter.hideNav {
  bottom: -100px;
}
.navFooter .contNavFooter {
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 5px 0;
  display: flex;
  margin: 0;
}
.navFooter .contNavFooter li {
  padding: 0 2%;
}
.navFooter .contNavFooter a {
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #1b3024;
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
}
.navFooter .contNavFooter .eventosLink {
  background: url(../assets/img/evento-icon.png) no-repeat left center;
  background-size: 14px;
  padding-left: 18px;
}
.navFooter .contNavFooter .promolink {
  background: url(../assets/img/promociones-ico.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}
.navFooter .contNavFooter .husacaLink {
  background: url(../assets/img/pinos-ico.png) no-repeat left center;
  background-size: 19px;
  padding-left: 24px;
}

#suscriptionForm {
  min-height: 140px;
}
#suscriptionForm input {
  outline: none;
}
#suscriptionForm input[type=email] {
  width: calc(100% - 20px);
  background: #c4c7c6;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  color: #000;
  border: none;
  height: 30px;
}
#suscriptionForm input[type=submit] {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  background-color: #849b2b;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border: none;
  width: 130px;
  height: 30px;
  -webkit-appearance: button !important;
  -moz-appearance: button !important;
  appearance: button !important;
}
#suscriptionForm input[type=submit]:hover {
  background-color: #60711d;
}
#suscriptionForm input[type=submit]:disabled {
  cursor: not-allowed;
  background-color: black;
}
#suscriptionForm .fieldrow {
  display: flex;
}
#suscriptionForm .inputWrp {
  padding-right: 2%;
  flex-basis: 68%;
}
#suscriptionForm .okMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}
#suscriptionForm .sendBtn {
  text-align: right;
  padding: 10px 0;
  display: none;
}
#suscriptionForm .sendBtn.visible {
  display: block;
}
#suscriptionForm .warnMsg {
  padding-bottom: 5px;
  font-weight: bold;
  color: #eef992;
  font-size: 14px;
}

.bigimg {
  display: none !important;
}

@media (min-width: 500px) {
  .bigimg {
    display: block !important;
  }
  .mobilimg {
    display: none !important;
  }
}
.imgHdr img {
  width: 100%;
}

.txtDesk {
  display: none;
}

#descubre {
  padding: 20px 0;
}
#descubre .contenedor {
  position: relative;
  z-index: 5;
}
#descubre .descubreBk {
  position: absolute;
  overflow: hidden;
  height: 400px;
  width: 100%;
  left: 0;
  top: 0;
}
#descubre .mainTxt {
  background: url(../assets/img//back-video-desk.jpg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
  height: 400px;
  width: 100%;
  padding: 0;
}
#descubre .titSeccVid {
  margin: 0 auto;
  width: 100%;
}
#descubre .expMain {
  padding-top: 10px;
  height: 400px;
}
#descubre .expMain a {
  max-width: 300px;
  margin: 60px auto;
  position: relative;
  display: block;
  width: 80%;
}
#descubre .expMain a .playBtn {
  margin: 20px auto 0;
  max-width: 164px;
  width: 40%;
}

#disfruta {
  padding: 60px 0 1px;
}
#disfruta .centrarCont {
  max-width: 450px;
  margin: 0 auto;
}

.imgTit {
  max-width: 280px;
  margin: 0 auto;
  width: 80%;
}

.infoRow {
  background-color: #fff;
  padding-bottom: 15px;
  width: 100%;
}
.infoRow:nth-child(odd) {
  background-color: #fff;
}
.infoRow .btnVerMas {
  padding-top: 0.5em;
  text-align: right;
}
.infoRow .btnVerMas a {
  background-color: #849b2b;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  width: 110px;
}
.infoRow .imginfo img {
  max-width: 100%;
  width: 100%;
}
.infoRow .mainInfo {
  padding: 15px;
}
.infoRow h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #0a4e8e;
  margin: 0;
}
.infoRow p {
  margin: 1em 0;
}

.mostrarMenu {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mostrarMenu .wrapper {
  overflow-y: hidden;
  height: 100%;
}

.separadorDescubre {
  position: relative;
  padding: 20px 0;
}
.separadorDescubre::before {
  background-color: #0a4e8e;
  margin: 0 0 0 -150px;
  position: absolute;
  display: block;
  width: 300px;
  content: "";
  height: 2px;
  left: 50%;
  top: 40px;
}
.separadorDescubre img {
  background-color: #fff;
  position: relative;
  padding: 0 30px;
  display: block;
  margin: 0 auto;
  height: 40px;
  z-index: 1;
}

#infoHuasca .mainTxt {
  text-align: center;
  line-height: 2em;
  margin-top: 60px;
  font-size: 1.1em;
  padding: 0 5%;
}
#infoHuasca .mainTxt p {
  margin: 2.5em 0;
}
#infoHuasca .Home {
  margin-bottom: 40px;
}
#infoHuasca .Home img {
  max-width: 350px;
  margin: 0 auto;
  width: 80%;
}

.hdrImageDesk img {
  width: 100%;
}

#promo {
  padding: 45px 0 1px;
}
#promo .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*# sourceMappingURL=home-movil.css.map */
