

body {
  background-color: #f8f8f8;
  color: black;
}

@font-face {
  font-family: "Altair-Thin";
  src: url("./font/Altair-ThinTrial.eot");
  /* IE9 Compat Modes */
  src: url("./font/Altair-ThinTrial.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./font/Altair-ThinTrial.otf") format("opentype"),
    /* Open Type Font */
    url("./font/Altair-ThinTrial.svg") format("svg"),
    /* Legacy iOS */
    url("./font/Altair-ThinTrial.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./font/Altair-ThinTrial.woff") format("woff"),
    /* Modern Browsers */
    url("./font/Altair-ThinTrial.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Altair-Bold";
  src: url("./font/Altair-BoldTrial.eot");
  /* IE9 Compat Modes */
  src: url("./font/Altair-BoldTrial.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./font/Altair-BoldTrial.otf") format("opentype"),
    /* Open Type Font */
    url("./font/Altair-BoldTrial.svg") format("svg"),
    /* Legacy iOS */
    url("./font/Altair-BoldTrial.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./font/Altair-BoldTrial.woff") format("woff"),
    /* Modern Browsers */
    url("./font/Altair-BoldTrial.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.banner-interior {
  background-size: 150%;
  background-position: left;
  background-repeat: no-repeat;
  display: none;
}

/* Slider */
.slider-home:before {
  background-color: #da0870;
  border-radius: 34px !important;
  width: 110px;
  height: 32px;
  left: 120px;
}

.switch-home {
  width: 235px;
  height: 40px;
}

.IconTopBar {
  display: block;
  font-size: 25px;
  color: #000;
}

.badge-light {
  color: #fff;
  background-color: #dc5999;
}

.notifications:hover {
  color: #fff !important;
}

.badge-light:hover {
  color: #fff;
  background-color: #f63f98;
}

input:checked+.slider-home {
  background-color: white;
}

.slider-home {
  background-color: white;
}

.label-verano {
  color: gray;
  position: relative;
  top: 4px;
  height: 35px;
  padding-left: 10px;
  cursor: pointer;
  display: block;
  width: 50%;
  float: left;
}

.label-verano:before {
  font-family: 'icokunapak' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 21px;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e945";
  color: gray;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.label-invierno {
  color: gray;
  position: relative;
  top: 4px;
  height: 35px;
  padding-right: 10px;
  cursor: pointer;
  display: block;
  width: 50%;
  float: left;
}

.label-invierno::after {
  font-family: 'icokunapak' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 21px;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e944";
  color: gray;
  position: relative;
  top: 4px;

  margin-left: 10px;

}

.switch-home-active {
  cursor: default !important;
}

.slider-home-verano:before {
  background-color: #f7b500;
}

.switch-home-active,
.switch-home-active:before,
.switch-home-active::after {
  color: white !important;
}

.pos-left:before {
  left: 4px;
}

/* fin del slider */

.navbar-light .navbar-nav .active .nav-link {
  border-bottom: 3px solid #003366;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #003366;
}

.navbar-light .navbar-nav .show .nav-link {
  color: #003366;
}

.navbar-light .navbar-nav .show .dropdown-item:hover {
  color: #003366;
}

.decoration-color-basic1 {
  text-decoration-color: #003366;
}

.text-color-basic1,
.text-danger,
.bg-color1 {
  color: #000;
}

.text-color-basic2,
.bgcolor2 {
  color: #dc5999 !important;
}

.background-color-basic1 {
  background: #38adad;
}

.background-color-basic2 {
  background: #f8f8f8;
}

.text-color-destacado1 {}

.text-color-destacado2 {}

.titulo-1 {
  font-size: 3rem
}

.titulo-2 {
  font-size: 2.8rem
}

.titulo-3 {
  font-size: 2rem
}

.text-size-home-1 {
  font-size: 1.5rem !important
}

.text-size-home-2 {
  font-size: 1.1rem !important
}

.text-size-home-3 {
  font-size: 1rem !important
}

.text-size-home-4 {
  font-size: 0.8rem !important
}

strong {}

.nav-item-hover:hover {
  border-bottom: 4px solid #dc5999 !important;
  color: #dc5999;
  height: 64px;
  min-height: 64px;
}

/*Arreglar color botones*/
#page-content-wrapper .btn .btn-outline-secondary .m-auto .text-color-basic1 .float-right .text-decoration-none .pr-md-5 .pl-md-5 .pt-md-2 .pb-md-2 {
  color: #006648 !important;
}

/*
.container-registro .btn {
  margin: 20px !important;
}

.container-registro .btn:hover {
  background-color: #da0870 !important;
  border-color: #da0870 !important;
  color: white !important;
  margin: 20px !important;
}
*/

.banner-home-slogan {
  font-family: Oldventure;
  font-size: 5em
}

.banner-home-check {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.input-group-prepend .icon-kunapak-clock {
  font-size: 32px !important;
  color: rgba(0, 0, 0, .5) !important;
}

i.icon-kunapak-bag {
  font-size: 32px !important;
}

a {
  color: black;
}

.nav-item:hover a:hover {
  color: #da0870;
}

.icon-kunapak-menu {
  padding-top: 14px !important;
}

[class^="icon-kunapak-"],
[class*=" icon-kunapak-"] {
  font-size: 32px;
}

.listadoServicio li.active a,
.listadoServicio li.active a span {
  background-color: #003366;
}

.listadoServicio li a:hover {
  box-shadow: 0px -3px 0px #872358 inset;
}

#menu-mobile-serv li.active a h3,
#menu-mobile-serv li.active a span {
  color: #003366;
}

#menu-mobile-serv li.selected {
  background-color: #003366;
}

.accordionMenu .card .card-header .btn-colapse {
  background-color: #872358;
}

.list-group-item-action:active {
  background-color: #003366;
}

.share:hover span:before {
  color: #da0870;
}

.bg-kunapak-bar {
  background-color: #fff;
  z-index: 3;
  position: relative;
}

.bg-kunapak-bar-home {
  background-color: #fff;
  z-index: 3;
  position: relative;
}

/*.bg-kunapak-bar-home .btn-resgistrar-kunapak {
  border:none !important;
}*/

.btn-agregar-adicionales {
  border: 1px solid #003366;
}

.btn-entrar-ingreso {
  border: 1px solid #003366;
}

.btn-tienes-cuenta:hover,
.btn-no-tienes-cuenta:hover,
.link-crear-cuenta,
.btn-volver-inicio:hover,
#goto-que-hacer:hover {
  color: #003366 !important;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #003366 !important;
}

.page-link {
  background-color: transparent;
  color: #003366;
}

.page-item.active .page-link {
  background-color: #003366;
  color: #fff;
}

.b-bottom-red {
  padding-bottom: 10px;
  border-bottom: 3px solid #003366;
}

.icon-kunapak-wish-on:before {
  color: #003366;
}

.listadoServicio li.active a,
.listadoServicio li.active a span {
  background-color: white;
  color: black;
}

.listadoServicio li.active a {
  box-shadow: 0px -3px 0px #da0870 inset;
}

#input-pregunta:focus {
  border-color: #003366;
  box-shadow: none;
}

.navbar-nav .nav-link:hover {
  color: #003366;
}

.navbar-light-maipo .navbar-nav .active .nav-link {
  border-bottom: 3px solid #003366;
}

#listado-atracciones {
  background-color: transparent !important;
}

.card-atrac-home .card {
  box-shadow: none;
}

.btn-outline-secondary-maipo {
  color: #006648 !important;
  border: 1px solid #006648 !important;
}

.btn-outline-secondary-maipo:hover,
.btn-outline-secondary-maipo.focus {
  background-color: #006648 !important;
  border: 1px solid #006648 !important;
}

.btn:hover,
.btn.focus {
  background-color: #219696!important;
  border-color: #4ee3e4 !important;
  color: white !important;
}

.btn-outline-secondary-maipo-blanco {
  color: #fff !important;
  border: 1px solid #fff !important;

}

.btn-outline-secondary-maipo-blanco:hover,
.btn-outline-secondary-maipo-blanco.focus {
  background-color: #da0870 !important;
  border-color: #da0870 !important;
  color: #fff !important;
}

.mapa-maipo-lg {
  width: 455px;
  border: 4px solid white;
  border-radius: 50%;
  position: absolute;
  top: -82px;
  right: -522px;
}

.mapa-maipo-md {
  display: none !important
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: -webkit-linear-gradient(#25b4ea, #186fc5);
  background-image: -o-linear-gradient(#25b4ea, #186fc5);
  background-image: linear-gradient(#25b4ea, #186fc5);
}

.icon-kunapak-cheveron-right {
  vertical-align: top;
}

.tab-home.active,
.border-bottom-home {
  color: #da0870 !important;
}

main.invierno .banner-home-alto {
  background-image: url(../img/banner-home.jpg);
  position: relative;
  z-index: 1;
  margin-top: -8px !important;
}

main.verano .banner-home-alto {
  z-index: 1;
  margin-top: -78px !important;
}

.paisaje .banner-home-alto {
  position: relative;
  z-index: 1;
  margin-top: -78px !important;
}

.paisaje .banner-home-alto {
  z-index: 1;
  margin-top: -78px !important;
}

.como-llegar-destino {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.organizadores-dest-home {
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 700px;
}

.contenido-destino {
  height: 375px
}

.head-title-line-left {
  border-bottom: 1px solid #006648;
  max-width: 200px;
  right: -2%;
  position: inherit;
  top: -75px;

}

.head-title-line-right {
  text-align: -webkit-auto;
  border-bottom: 1px solid #006648;
  max-width: 200px;
  right: -80%;
  position: inherit;
  top: -75px;
}

.likes.active span:before {
  color: #da0870;
}

.wish.active span:before {
  color: #da0870;
}

.likes:hover span::before,
.wish:hover i::before,
.wish:hover span::before {
  color:
    #da0870;
}

.nav-item-hover:hover,
.nav-item-hover.active {
  border-bottom: 4px solid #006648;
}

.dropdown-menu {
  background-color: #731b4a;
  border-bottom: 1px solid #872358;
}

.list-group-item:hover,
.list-group-item-red:focus,
.dropdown-header:hover,
.dropdown-header:focus,
.accordionMenu div.card div.card-header:hover {
  background-color: #6d1b46;
  color: white;
}

.btn-ver-mas:hover {
  border-bottom: 1px solid #da0870
}

.btn-resgistrar-kunapak {
  background-color: #38adad;
  border-color: #fff;
}

.btn-login-kunapak {
  background-color: transparent;
  border-color: #872358;
  padding: .5em 4em !important;
  color: #219696 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.dropdown-item-red,
.list-group-item-red {
  background-color: #ad3172;
  border-top: 1px solid #731f4b;
}

.destino-turistico {

  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 5rem !important;
}

.equipo-dest-home {

  background-position: top;
  background-repeat: no-repeat;
  height: 808px;

}

.destino-termas-valle {

  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 5rem !important;
  height: 808px;
}

.vinos-dest-home {

  background-position: top;
  background-repeat: no-repeat;

}

.organizadores {

  background-position: bottom;

}

footer {
  background-color: #f8f8f8 !important;
  color: #fff;
}

footer.footer-home {
  background-color: #39031b !important;
  color: #fff;
}

footer a svg {
  width: 40px;
  fill: #fff;
  padding: 6px;
}

footer .icon-rrss {
  position: relative;
  top: -8px;
}

footer a:hover,
footer a:hover svg {
  text-decoration: none;
  fill: #da0870;
}

.invierno-paisaje {
  background-image: url(../img/maipo/invierno/fondo-nieve-ski-2500px-3.jpg);
}

.verano-paisaje {
  background-image: url(../img/maipo/verano/bike-woman-2500px-3.jpg);
}

.invierno-destino {
  background-image: url(../img/maipo/invierno/termas-nieve-2500px-3.jpg);
}

.verano-destino {
  background-image: url(../img/maipo/verano/rafting-grupo-2500px-3.jpg);
}

.invierno-vinicola {
  background-image: url(../img/maipo/invierno/fondo-nieve-valle-2500px-3.jpg);
}

.verano-vinicola {
  background-image: url(../img/maipo/verano/fondo-valle-vino-2500px-3.jpg);
}

.invierno-organizadores {
  background-image: url(../img/maipo/invierno/alojamiento-2500px-3.jpg);
}

.verano-organizadores {
  background-image: url(../img/maipo/verano/astroturismo-2500px-3.jpg);
}

.Ubica-dest-home {
  padding-top: 0px
}

.logo-andesdelmaipo {
  width: 80%;
  max-width: 400px;
  -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 43, 0.4));
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 43, 0.4));
}

.p-maipo {
  max-width: 400px
}

.seguridad_familia {
  border: 1px solid #006648;
  padding: 50px;
  border-radius: 5px;
}

.img-clientes {
  max-width: 150px
}

.img-certificado {
  position: absolute;
  top: -139px;
  right: 336px;
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}

.vinos-dest-home .container {
  padding-top: 150px;
}

.cultura-vinicola {
  padding-bottom: 300px;
  margin-left: 660px;
}

.vinos-dest-home .cultura-vinicola p {
  max-width: 250px;
}

/*.cultura-vinicola h4,.cultura-vinicola h3,.cultura-vinicola p,.cultura-vinicola a{
  text-shadow: -1px 2px 11px rgb(32, 44, 71);
}*/
.logo-muni {
  max-width: 150px;
  margin: 0 auto;
}

.logo-sanjosedemaipo-md {
  display: initial;
}

.logo-sanjosedemaipo-sm {
  display: none;
}

.unete-dest-home {
  background-color: #006648;
}

.rrss-home {
  background-color: #f3f3f3
}

.wish-alojamientos {
  position: relative;
  top: 6px;
  float: right;
  z-index: 2;
}

span.icon-kunapak-wish {
  position: absolute;
  top: 0px;
  right: 4px;
}

#modalVerMas .modalFilter-body {
  padding: 0px;
}

#modalVerMas .accordionMenu .card .card-header .btn-colapse {
  background-color: #FFF;
  color: #000 !important;
  border-left: 4px solid #fafafa;
}

#modalVerMas .accordionMenu .card .card-header a:hover {
  color: #da0870 !important;
  border-left: 4px solid #da0870;
}

#modalVerMas .accordionMenu .card .card-header a span.text-color-basic1 {
  color: #da0870 !important;
}

footer span.icon-rrss {
  text-align: left;
}

footer .link-kunapak {
  position: relative;
  text-align: right !important;
}

footer .link-kunapak strong:hover {
  color: red;
}

/*
@media (min-width: 1201px) and (max-width: 1875px){
  .banner-home-alto {
    background-size: inherit !important;
    background-position-y: 6px;
  }
    .equipo-dest-home .container {
        margin-top: 20px;
    }
}*/

@media (min-width: 991px) and (max-width: 1200px) {
  .banner-home-alto {}

  .banner-home-alto .banner-info {
    margin-left: 40px;
  }

  .banner-home-slogan {
    font-family: Oldventure;
    font-size: 4em;
  }

  .destino-turistico .content-tit-home p {
    max-width: 200px
  }

  .img-certificado {
    right: 250px;
  }

  .lSAction>.lSPrev {
    background-position: 0 0;
    left: -6px;
  }

  .lSAction>.lSNext {
    background-position: -32px 0;
    right: -6px;
  }

  .Ubica-dest-home {
    background-position-x: -600px !important;
  }

  .head-title-line-left {
    max-width: 150px;
    right: -3%;
  }

  .head-title-line-right {
    max-width: 150px;
  }

  .mapa-maipo-lg {
    width: 360px;
    right: -372px;
  }

  .banner-home-alto {
    background-size: inherit;
    background-position-y: 6px;
    height: 800px;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .banner-home-slogan {
    font-family: Oldventure;
    font-size: 3.5em;
  }

  .head-title-line-left {
    max-width: 83px !important;
    right: 2% !important;
    top: -94px;
  }

  .head-title-line-right {
    max-width: 83px !important;
    top: -94px;
    right: -91%;
  }

  .img-certificado {
    right: 128px;
    top: -145px
  }

  .img-clientes {
    max-width: 105px;
  }

  .lSAction>.lSPrev {
    background-position: 0 0;
    left: -6px;
  }

  .lSAction>.lSNext {
    background-position: -32px 0;
    right: -6px;
  }

  .lSSlideOuter .lightSlider>*,
  .lSSlideOuter .lSGallery li {
    margin-right: 5px;
  }

  .Ubica-dest-home {
    background-position-x: -634px !important;
  }

  .mapa-maipo-lg {
    right: -405px;
    width: 370px
  }

  .mapa-maipo-md {
    display: none !important;
  }

  .contenido-destino {
    height: 500px
  }

  .head-title-line-left {
    max-width: 160px;
    right: -1%;
  }

  .head-title-line-right {
    max-width: 160px;
  }

  .rrss-home .text-size-home-2 {
    font-size: 12pt !important
  }

  .equipo-dest-home .container {
    margin-top: 0px !important;
  }

  .equipo-dest-home .content-tit-home {
    position: relative;
    top: -114px;
    right: -59px;
  }

  .destino-termas-valle .content-tit-home {
    position: relative;
    top: -28px;
    right: 53px;
  }

  .equipo-dest-home {
    height: 637px;
  }
}


@media (min-width: 573px) and (max-width: 768px) {
  .banner-home-slogan {
    font-family: Oldventure;
    font-size: 3em;
  }

  .head-title-line-left {
    display: none;
  }

  .head-title-line-right {
    display: none;
  }

  .logoKunapak {
    width: 250px;
  }

  .equipo-dest-home {
    margin-top: 250px !important;
    background-position-x: -622px;
    background-position-x: -688px;
    height: 600px;
    background-position-y: -52px;

  }

  .content-paisajes {
    position: relative;
    top: -664px;
  }

  .content-paisajes p {
    width: 100% !important;
  }

  .Ubica-dest-home {
    background-position-x: -695px;
    background-position-y: 800px;
    padding-top: 44px;

  }

  .mapa-maipo-lg {
    display: none !important;
  }

  .mapa-maipo-md {
    display: inherit !important;
    border: 4px solid white;
    border-radius: 50%;
  }

  .preparate-parrafo {
    position: relative;
    top: -247px;
    text-align: center !important;
  }

  .preparate-parrafo p {
    text-align: justify !important;
    max-width: none;
    margin: 0px 60px;
  }

  .seguridad_familia {
    border: 1px solid #009ace;
    padding: 15px;
    border-radius: 5px;
  }

  .equipo-dest-home .container {
    margin-top: 390px !important;
    max-width: 550px;
  }

  .img-certificado {
    right: 103px;
    max-width: 208px;
    top: -85px;
  }

  .img-clientes {
    max-width: 110px;
  }

  /* Actualización Mondaca
  quitar controlador del slide----*/
  .lSSlideOuter .lSPager.lSpg {
    display: none;
  }

  .lSAction {
    display: none !important;
  }

  .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #bbc6e2 !important;
  }

  .lSSlideOuter .lSPager.lSpg>li:hover a,
  .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #3e79b5 !important;
  }

  .vinos-dest-home .container {
    padding-top: 284px;
    padding-bottom: 300px;
  }

  .logo-muni {
    margin-top: 50px;
  }

  .logo-sanjosedemaipo-sm {
    display: initial;
  }

  .logo-sanjosedemaipo-md {
    display: none;
  }

  .logo-muni {
    margin-top: 30px
  }

  .rrss-home .text-size-home-2 {
    font-size: 12pt !important
  }

  .contenido-destino {
    height: 716px
  }

  .destino-termas-valle {
    padding-bottom: 140px !important;
  }

  header .text-size-home-4 {
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .banner-home-alto {
    background-size: 1964px;
    background-position-y: 31px;
    height: 545px;
  }

  #banner-kunapak .tp-banner-container {
    height: 323px;
  }

  .banner-home-check {
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 5px;
  }

  .destino-termas-valle {
    background-position-y: bottom;
    background-position-x: -1097px;
    padding-bottom: 267px !important;
    height: 883px;
  }

  .aloja-dest-home {
    margin-bottom: 40px
  }

  .destino-turistico {
    background-position-y: bottom;
    background-position-x: -1069px;
    padding-bottom: 387px !important;
  }

  .vinos-dest-home {
    padding-bottom: 300px;
    height: 958px;
    background-color: #b6d7d0;
    background-position-y: 302px;
    background-position-x: -1294px;
  }

  .vinos-dest-home .container {
    padding-top: 116px;
  }

  .organizadores-dest-home {
    margin-top: 100px;
    background-position-x: -927px;
  }

  .aloja-dest-home .list-tit {
    padding-bottom: 40px
  }

  .titulo-1 {
    font-size: 45px;
    margin-bottom: 0px
  }

  .titulo-2 {
    font-size: 50px;
    margin-bottom: 0px
  }

  .titulo-3 {
    font-size: 38px;
    margin-bottom: 0px
  }
}

@media (min-width: 375px) and (max-width: 572px) {
  .banner-home-slogan {
    font-family: Oldventure;
    font-size: 2.7em;
  }

  .titulo-1 {
    font-size: 2.7em;
  }

  .titulo-2 {
    font-size: 2.5em;
  }

  .head-title-line-left {
    display: none;
  }

  .head-title-line-right {
    display: none;
  }

  .container {
    max-width: 600px;
  }

  .logoKunapak {
    width: 64px;
    overflow: hidden;
  }

  .logo-andesdelmaipo {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 43, 0.4));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 43, 0.4));
  }

  .Ubica-dest-home div div div div h2 {
    font-size: 38px !important
  }

  .content-tit-home {
    margin-top: 80px;
  }

  .equipo-dest-home {
    background-position-x: -688px;
    height: 1035px;
    background-position-y: 340px;
  }

  .img-certificado {
    position: absolute;
    width: 200px;
    top: -80px;
    right: 51px;
  }

  .vinos-dest-home {
    background-position-x: -1222px;
  }

  .vinos-dest-home .container {
    padding-top: 239px;
    padding-bottom: 300px;
  }

  .seguridad_familia {
    max-width: 330px !important;
    margin: 0 auto;
    padding: 18px;
    margin-top: -94px !important;
    ;

  }

  .equipo-dest-home .container {
    margin-top: 630px !important;
  }

  .logo-sanjosedemaipo-sm {
    display: initial;
  }

  .logo-sanjosedemaipo-md {
    display: none;
  }

  .logo-muni {
    margin-top: 30px;
    max-width: 132px;
  }

  .Ubica-dest-home h4,
  .Ubica-dest-home h2 {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;

  }

  .mapa-maipo-lg {
    display: none !important;
  }

  .mapa-maipo-md {
    display: inherit !important;
    border: 4px solid white;
    border-radius: 50%;
    width: 320px !important;
  }

  .contenido-destino {
    height: 716px
  }

  .como-llegar-destino .btn-ver-mas {
    margin-top: 0px !important
  }

  .destino-termas-valle {
    background-position-y: bottom;
    background-position-x: -1169px;
    padding-bottom: 387px !important;
  }

  .destino-turistico {
    background-position-y: bottom;
    background-position-x: -1169px;
    padding-bottom: 387px !important;
  }

  .content-paisajes {
    position: relative;
    top: -664px;
  }

  .content-paisajes p {
    width: 100% !important;
  }

  .banner-home-alto {
    background-size: 278%;
    background-position-y: 92px;
    height: 476px;
  }

  /* Fondos secciones */
  .banner-home-alto {
    background-size: 278%;
    background-position-y: 92px;
    height: 545px;
  }

  /* Actualización Mondaca ---------------
  Agregar el padre #banner-kunapak para que solo afecte el elemento del home -----------*/
  #banner-kunapak .tp-banner-container {
    height: 323px;
  }

  /* FIN Actualización Mondaca ------------*/

  .banner-home-check {
    display: block;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 5px;
  }

  .destino-termas-valle {
    background-position-y: bottom;
    background-position-x: -1275px;
    padding-bottom: 267px !important;
    height: 994px;
  }

  .aloja-dest-home {
    margin-bottom: 40px
  }

  .destino-turistico {
    background-position-y: bottom;
    background-position-x: -1233px;
    padding-bottom: 387px !important;
  }

  .vinos-dest-home {
    padding-bottom: 300px;
    height: 958px;
    background-color: #b6d7d0;
    background-position-y: 302px;
    background-position-x: -1294px;
  }

  .vinos-dest-home .container {
    padding-top: 116px;
  }

  .organizadores-dest-home {
    margin-top: 100px;
    background-position-x: -927px;
  }

  .aloja-dest-home .list-tit {
    padding-bottom: 40px
  }

  .titulo-1 {
    font-size: 70px;
    margin-bottom: 0px
  }

  .titulo-2 {
    font-size: 50px;
    margin-bottom: 0px
  }

  .titulo-3 {
    font-size: 50px;
    margin-bottom: 0px
  }

  header.card-header h4 {
    overflow: 20px;
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 460px) {
  .titulo-1 {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }

  .titulo-2 {
    font-size: 1.45rem;
  }

  .titulo-3 {
    font-size: 1.3rem;
  }

  .text-size-movil-1 {
    font-size: 1.2rem !important;
  }

  .text-size-movil-2 {
    font-size: 1.125rem !important;
  }

  .text-size-movil-3 {
    font-size: 1rem !important;
  }

  .text-size-movil-4 {
    font-size: 0.875rem !important;
  }

  .text-size-movil-5 {
    font-size: 0.75rem !important;
  }

  .text-size-movil-6 {
    font-size: 0.625rem !important;
  }

  .title-listadoServicio {
    font-size: 0.625rem !important;
  }

  .alinear_titulo_movil {
    text-align: left !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-left: 20px !important;
  }

  .pl-movil-0 {
    padding-left: 0px !important;
  }

  .container-movil {
    padding-left: 0px;
    margin-left: 0px;
  }

  .caja-movil {
    padding-left: 0px;
  }

  .equipo-dest-home {
    background-position-x: -636px;
    height: 1010px;
    margin-top: 40px;
    background-position-y: 303px;

  }

  .seguridad_familia {
    max-width: inherit !important;
  }

  .img-certificado {
    left: 50%;
    margin-left: -104px;
    position: absolute;
    top: -94px;
    right: auto !important;
    width: 208px !important;
  }

  .wish-alojamientos {
    position: absolute;
    top: 57px;
    right: 2px !important;
    float: right;
    z-index: 2;
    display: block;
  }

  /* Fondos secciones */
  .banner-home-alto {
    background-size: 278%;
    background-position-y: 92px;
    height: 476px;
  }

  /* Actualización Mondaca ---------------
  Agregar el padre #banner-kunapak para que solo afecte el elemento del home -----------*/
  #banner-kunapak .tp-banner-container {
    height: 323px;
  }

  /* FIN Actualización Mondaca ------------*/


  .banner-home-check {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .destino-termas-valle {
    |background-position-y: bottom;
    background-position-x: -1462px;
    padding-bottom: 267px !important;
    height: 976px;
  }

  .aloja-dest-home {
    margin-bottom: 40px
  }

  .destino-turistico {
    background-position-y: bottom;
    background-position-x: -1364px;
    padding-bottom: 387px !important;
  }

  .vinos-dest-home {
    padding-bottom: 300px;
    height: 958px;
    background-color: #b6d7d0;
    background-position-y: 308px;
    background-position-x: -1383px;
  }

  .vinos-dest-home .container {
    padding-top: 116px;
  }

  .organizadores-dest-home {
    margin-top: 100px;
    background-position-x: -927px;
  }

  .titulo-1 {
    font-size: 3.3rem
  }

  .titulo-3 {
    font-size: 2.6rem
  }

  .card-header h4 a span {
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

}

@media (max-width: 1163px) {
  .barra-logo {
    left: -741px;
    position: absolute;
    z-index: 1;
  }
}

@media (max-width: 570px) {
  .barra-logo {
    left: -861px;
    position: absolute;
    z-index: 1;
  }
}

a.navbar-home {
  z-index: 4
}

.botones-foto-perfil {
  margin: 0 auto;
  text-align: center;
  width: 300px !important;
}

.cambia-foto {
  background-color: #fafafa;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.cambia-foto-svg {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  opacity: 80%;
  padding: 0;
}

.barra-logo {
  right: 750px;
  position: absolute;
  z-index: 1;
}

.marco-usuario {
  background-color: #872358;
  border-radius: 200px;
  width: 150px;
  height: 150px;
}

.menu-perfil-usuario a.active {
  border-left: 4px solid #da0870;
}

.menu-perfil-usuario a.active span,
.menu-perfil-usuario a.active span {
  color: #da0870;
}

.menu-perfil-usuario a:hover {
  border-left: 4px solid #872358;
}

header.card-header h4 {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Fuentes heredadadas */

.titulo-1,
.titulo-3,
.titulo-2 {
  font-family: 'Altair-Thin';
  line-height: 0.8;
}

.titulo-1 strong,
.titulo-3 strong,
.titulo-2 strong {
  font-family: 'Altair-bold';
  color: #219696;
}

.barra-logo {
  display: none
}

.banner-home-alto .tp-banner-container .container {
  padding-top: 405 px;
  margin-bottom: 100px;
}

input:checked+.slider {
  background-color:
    #da0870;
}

.card-header h4 {
  display: inline;
}

@media (max-width: 375) {
  .vinos-dest-home .container {
    padding-top: 50px;
  }

}


@media (max-width: 374px) {
  .banner-home-slogan {
    font-family: Oldventure;
    font-size: 2.5em;
  }

  .titulo-1 {
    font-size: 3rem;
  }

  .titulo-2 {
    font-size: 2rem;
  }

  .head-title-line-left {
    display: none;
  }

  .head-title-line-right {
    display: none;
  }

  .container {
    max-width: 1000px;
  }

  .logoKunapak {
    width: 64px;
    overflow: hidden;
  }

  .logo-andesdelmaipo {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 43, 0.4));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 43, 0.4));
  }

  .Ubica-dest-home div div div div h2 {
    font-size: 38px !important
  }

  .content-tit-home {
    margin-top: 80px;
  }

  .equipo-dest-home {
    background-position-x: -647px;
    height: 1002px;
    background-position-y: 358px;
  }

  .img-certificado {
    position: absolute;
    width: 200px;
    top: -81px;
    right: 12px;
  }

  .equipo-dest-home .container {
    margin-top: 635px !important;
  }

  .vinos-dest-home {
    padding-bottom: 300px;
    height: 981px;
    background-color: #b6d7d0;
    background-position-y: 345px;
    background-position-x: -1418px;
  }

  .vinos-dest-home .container {
    padding-top: 239px;
    padding-bottom: 300px;
  }

  .seguridad_familia {
    max-width: 270px !important;
    margin: 0 auto;
    padding: 18px;
    margin-top: 50px !important;
  }

  .logo-sanjosedemaipo-sm {
    display: initial;
  }

  .logo-sanjosedemaipo-md {
    display: none;
  }

  .logo-muni {
    margin-top: 30px;
    max-width: 132px;
  }

  .content-paisajes {
    position: relative;
    top: -544px;
  }

  .content-paisajes p {
    width: 100% !important;
  }

  .Ubica-dest-home h4,
  .Ubica-dest-home h2 {
    /*-- text-align: center !important; --*/
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mapa-maipo-lg {
    display: none !important;
  }

  .mapa-maipo-md {
    display: inherit !important;
    border: 4px solid white;
    border-radius: 50%;
    width: 272px !important;
  }

  .contenido-destino {
    height: 716px
  }

  .destino-termas-valle {
    background-position-y: bottom;
    background-position-x: -1279px;
    padding-bottom: 387px !important;

  }

  .destino-turistico {
    background-position-y: bottom;
    background-position-x: -1420px;
    padding-bottom: 387px !important;
  }

  .vinos-dest-home .container {
    padding-top: 50px;

  }

}

/*Curicó-------------------------*/
.card-detalles1 .card-detalles1 .text-color-basic2 {
  color: #000 !important;
}

.destino-turistico {
  padding-bottom: 15rem !important;
}

.destino-turistico .content-tit-home p {
  max-width: 450px
}

.destino-termas-valle .content-tit-home p {
  max-width: 350px
}

.seguridad_familia {
  background-image: url(../img/sections/fondo-seguridad.jpg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 600px
}

.seguridad_familia .cont-tit {
  background-color: #f8f8f8;
  display: block;
  margin: 0 auto;
  padding: 10px;
  top: -130px;
  max-width: 500px;
}

.seguridad_familia .cont-list {
  position: relative;
  top: -130px;
}

.seguridad_familia .cont-btn {
  position: relative;
  top: -130px;
  display: block;
}

.seguridad_familia .cont-btn a {
  display: inline-block;
  margin: 0 auto;
  display: table
}

.content-tit-home {
  text-align: center;
}

/*Responsivo Curicó-------------------------*/
@media (min-width: 991px) and (max-width: 1200px) {
  .banner-home-alto .banner-info {
    margin-left: 40px;
  }

  .ubica-dest-home {
    padding-top: 0px !important;
  }

  .destino-turistico .content-tit-home p {
    max-width: 350px
  }

  .equipo-dest-home .content-tit-home {
    margin-left: 100px;
  }

  .destino-termas-valle .content-tit-home {
    margin-left: 0px;
  }

  .destino-termas-valle .content-tit-home p {
    max-width: 350px
  }

  .vinos-dest-home .cultura-vinicola {
    margin-left: 550px;
  }

  .vinos-dest-home .cultura-vinicola p {
    max-width: 350px;
  }

}

@media (min-width: 769px) and (max-width: 990px) {
  .banner-home-alto .banner-info {
    margin-left: 40px;
  }

  .destino-turistico {
    background-size: 211%;
    background-position-y: 48px;
    background-position-x: -376px;
    padding-bottom: 0px !important;
  }

  .destino-turistico .content-tit-home p {
    max-width: 300px
  }

  .equipo-dest-home {
    background-size: 211%;
    background-position-y: 61px;
    background-position-x: -494px;
    padding-bottom: 0px !important;
  }

  .seguridad_familia {
    height: 450px;
  }

  .destino-termas-valle {
    background-size: 211%;
    background-position-y: 48px;
    background-position-x: -376px;
    padding-bottom: 0px !important;
    height: 622px;
  }

  .vinos-dest-home {
    background-size: 211%;
    background-position-y: 61px;
    background-position-x: -494px;
    padding-bottom: 0px !important;
  }

  .vinos-dest-home .cultura-vinicola {
    margin-left: 400px;
    padding-bottom: 90px;
  }

  footer span.icon-rrss {
    display: block
  }
}



@media (min-width: 573px) and (max-width: 768px) {
  .banner-info {
    margin-left: 40px
  }

  #banner-kunapak .nav-breadcrumb {
    height: 20px
  }

  .destino-turistico {
    height: 857px;
    background-size: 226%;
    background-position-y: bottom;
    background-position-x: -390px;
    padding-bottom: 387px !important;
  }

  .equipo-dest-home {
    height: 827px;
    background-size: 226%;
    background-position-y: bottom;
    background-position-x: -90px;
    padding-bottom: 387px !important;
  }

  .seguridad_familia {
    height: 400px;
  }

  .destino-termas-valle {
    height: 857px;
    background-size: 226%;
    background-position-y: bottom;
    background-position-x: -390px;
    padding-bottom: 387px !important;
  }

  .vinos-dest-home {
    height: 816px;
    background-size: 226%;
    background-position-y: bottom;
    background-position-x: -222px;
    padding-bottom: 387px !important;
    background-color: transparent;
  }

  .vinos-dest-home .cultura-vinicola {
    margin-left: 0px;
  }

  .vinos-dest-home .cultura-vinicola p {
    max-width: 400px
  }

  .organizadores-dest-home {
    margin-top: 0px;
  }

  .banner-info img {
    color: #fff;
    position: relative;
    display: block;
    max-width: 309px !important;
    padding-top: 200px;
  }

  .Ubica-dest-home {
    padding-top: 0px !important;
  }

  .Ubica-dest-home .centerServ {
    padding-top: 0px !important;
  }

  footer span.icon-rrss {
    display: block
  }

  footer span.text-right {
    position: relative;
    top: 30px;
  }
}

@media (max-width: 572px) {
  #banner-kunapak {

    background-size: 1964px;
    background-position-y: 31px;
    height: 545px
  }

  #banner-kunapak .banner-info img {
    max-width: 255px !important;
    padding-top: 220px !important;
  }

  .titulo-1 {
    font-size: 1.8rem;
  }

  .titulo-3 {
    font-size: 1.6rem;
  }

  .destino-turistico {
    height: 833px;
    background-size: 1174px;
    background-position-y: bottom;
    background-position-x: -472px;
    padding-bottom: 387px !important;
  }

  .equipo-dest-home {
    height: 1183px;
    background-size: 1575px;
    background-position-y: bottom;
    background-position-x: -361px;
    padding-bottom: 387px !important;
    background-color: transparent;
  }

  .list-tit {
    text-align: center;
    margin-bottom: 0px;
  }

  .seguridad_familia {
    height: 414px;
    margin-top: -27px !important;

  }

  .seguridad_familia .cont-tit h2,
  .seguridad_familia .cont-tit h3 {
    text-align: center !important;

  }

  .aloja-dest-home .list-tit {
    padding-bottom: 0px;
  }

  .destino-termas-valle {
    height: 1036px;
    background-size: 1575px;
    background-position-y: bottom;
    background-position-x: -667px;
    padding-bottom: 0px !important;
  }

  .vinos-dest-home {
    height: 824px;
    background-size: 1575px;
    background-position-y: bottom;
    background-position-x: -467px;
    padding-bottom: 387px !important;
    background-color: transparent;
  }

  .vinos-dest-home .cultura-vinicola {
    margin-left: 0px;
  }

  .vinos-dest-home .cultura-vinicola p {
    max-width: 400px
  }

  footer span.icon-rrss {
    display: block;
    text-align: center;
  }

  footer .link-kunapak {
    position: relative;
    text-align: center !important;
    padding-bottom: 40px;
    margin-bottom: 40px
  }

  footer .cont-rss {
    text-align: center
  }

  .alinear_titulo_movil {
    text-align: left !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-left: 20px !important;
  }
}




.btn-outline-secondary-maipo,
.btn-outline-primary {
  background-color: transparent;
  border-color: #53cbcc;
  color: #209696 !important;
  border: 1px solid #53cbcc !important;
  padding: 1em 4em !important
}

.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #872358 !important;
  /*padding: 1em 4em;*/
  color: #872358;
}

.btn-primary,
.btn-ver-mas {
  background-color: #872358;
  border-color: #872358;
  padding: 1em 4em !important;
  color: #fff;

}

.btn-secondary {
  background-color: #872358;
  border-color: #872358;
  padding: 1em 4em !important
}

.btn-outline-primary,
nav .btn-login-kunapak {
  background-color: transparent;
  border-color: #53cbcc;
}

.btn-outine-secondary {
  background-color: transparent;
  border-color: #872358;
  padding: 1em 4em !important
}

nav .btn-primary {
  padding: .5em 3em !important
}

nav .btn-outline-primary,
.btn-login-kunapak {
  padding: .5em 3em !important
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline-primary:hover,
.btn-outine-secondary:hover,
.btn-primary-top:hover,
.btn-outline-primary-top:hover,
.btn-outline-secondary-maipo:hover,
.btn-primary:active,
.btn-secondary:active,
.btn-outline-primary:active,
.btn-outine-secondary:active,
.btn-primary-top:active,
.btn-outline-primary-top:active,
.btn-outline-secondary-maipo:active,
.btn-primary:focus,
.btn-secondary:focus,
.btn-outline-primary:focus,
.btn-outine-secondary:focus,
.btn-primary-top:focus,
.btn-outline-primary-top:focus,
.btn-outline-secondary-maipo:focus {
  background-color: #53cbcc !important;
  border-color: #53cbcc !important;
  color: #fff !important;
}


.logo-top a img{height:80pX; width:auto;} 
@media (max-width: 399px) {
  .list-tit {
    margin-bottom: 30px !important
  }

  .list-tit h2,
  .list-tit h4 {
    margin-bottom: 10px !important;
  }

  h2.logo-top a {
    margin-top: 0px !important;
  }
}

@media (max-width: 400px) {

  h2.logo-top a {
    margin-top: -10px !important;
  }
}

@media (min-width: 320px) {
  .destino-turistico {
    height: auto;
  }
}

@media (min-width: 375px) {
  .destino-turistico {
    height: 804px!important;
  }
}

@media (min-width: 471px) {
  .destino-turistico {
    height: 760px!important;
  }
}

@media (min-width: 573px) {
  .destino-turistico {
    height: 807px!important;
    background-position-x: -455px;
  }
}

@media (min-width: 768px) {
  .destino-turistico {
    height: 638px!important;
    background-position-x: -514px;
  }
}


@media (min-width: 418px) and (max-width:572px) {
  .logoKunapak {
    width: 200px !important;
    overflow: hidden;
  }
}

@media (max-width: 399px) {
  .logoKunapak {
    width: 37px !important;
    overflow: hidden;
  }

  .logoKunapak img {
    height: 52px !important;
    margin-top: 4px !important;
  }
}

@media (max-width: 374px) {
  .logoKunapak {
    width: 35px !important;
    overflow: hidden;
  }
}

#menu-mobile-serv li.active a h3,
#menu-mobile-serv li.active a span {
  color: #872358;
}


#banner-kunapak .banner-info img {
/*  padding-top: 151px !important;*/
}

@media (min-width: 769px) {
  .destino-turistico {
    background-position-x: center !important;
  }
}

@media (max-width: 768px) {

  .destino-termas-valle div.row,
  .destino-termas-valle div.col-12,
  .destino-termas-valle .content-tit-home {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) and (min-width: 573px) {
  .destino-termas-valle {
    height: 914px;
    background-size: 1240px;
    background-position-x: -344px;
  }
}


@media (max-width: 990px) and (min-width: 769px) {
  .equipo-dest-home .content-tit-home {
    position: relative;
    top: 0px;
    right: -59px;
  }
}

@media (max-width: 767px) and (min-width: 573px) {
  .equipo-dest-home {
    height: 711px!important;
    background-size: 1890px;
    background-position-x: -376px;
  }
}

@media (max-width: 572px) {
  .equipo-dest-home {
    height: 837px;
  }
}

ul.listadoServicio-home>li:first-child .text-color-basic1 {
  color: #872358;
}

@media (min-width: 320px) {
  .equipo-dest-home {
    height: 1262px
  }
}

@media (min-width: 375px) {
  .equipo-dest-home {
    height: 1199px
  }
}

@media (min-width: 471px) {
  .equipo-dest-home {
    height: 1060px;
  }
}

@media (min-width: 573px) {
  .equipo-dest-home {
    height: 675px;
    background-position-x: -218px;
  }
}

@media (min-width: 690px) {
  .equipo-dest-home {
    height: 731px;
    background-position-x: -514px;
  }
	.equipo-dest-home2 {
    height: 630px;
  }
}


@media (max-width: 990px) and (min-width: 769px) {
  .equipo-dest-home .content-tit-home {
    position: relative !important;
    top: 0px !important;
    right: -59px !important;
  }
}

@media (max-width: 767px) and (min-width: 573px) {
  .equipo-dest-home {
    height: 712px !important;
    background-size: 1890px !important;
    background-position-x: -376px !important;
  }
}

@media (max-width: 572px) {
  .equipo-dest-home {
    height: 880px !important
  }
	.logo-top a img{height:53px; width:auto;} 
}

@media (max-width: 320px) {
  .equipo-dest-home {
    height: 837px !important
  }
}

@media (max-width:400px) {
  h2.logo-top a {
    margin-top: -2px !important;
    margin-left: 11px !important;
  }
	
}

@media (min-width: 573px) and (max-width: 768px) {
  .logoKunapak {
    width: 176px;
    top: -10px;
    position: relative;
    overflow:initial;
  }
}

.dropdown-menu-maipo .dropdown-menu {
  background-color: #fff !important;
  border-bottom: 1px solid #f8f8f8 !important;
}

.dropdown-menu-maipo .dropdown-menu-maipo .dropdown-item {
  color: #000 !important;
}

.dropdown-menu-maipo .accordionMenu .card .card-header .btn-colapse {
  background-color: #fff !important;
}

.dropdown-menu-maipo .accordionMenu .card .card-header .btn-colapse span {
  color: #000;
}

.dropdown-menu-maipo .dropdown-item-red,
.list-group-item-red {
  background-color: #f0f0f0 !important;
  border-top: 1px solid #d4d4d4 !important;
}

.dropdown-menu-maipo .dropdown-menu-maipo .dropdown-item-red,
.list-group-item-red span {
  color: #000 !important;
}

.dropdown-menu-maipo .accordion .card .card-header:last-child {
  margin-bottom: 0px !important;
}

.dropdown-menu-maipo .list-group-item:hover,
.dropdown-menu-maipo .list-group-item-red:focus,
.dropdown-menu-maipo .dropdown-header:hover,
.dropdown-menu-maipo .dropdown-header:focus,
.dropdown-menu-maipo .accordionMenu div.card div.card-header:hover {
  background-color: #fff !important;
}

.dropdown-menu-maipo .accordionMenu .list-group-subitem a:hover {
  background-color: #dc5999 !important;
}

.dropdown-menu-maipo .accordionMenu .list-group-subitem a:hover span {
  color: #fff !important
}

.dropdown-menu-maipo .accordionMenu .card .card-header a.btn-colapse:hover {
  background-color: #dc5999 !important;

}

.dropdown-menu-maipo .accordionMenu .card .card-header a.btn-colapse:hover span {
  color: #fff
}

/*
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0px !important;
  border-bottom: #c4c4c4 solid 1px;
}

.accordion .card:last-of-type a span {
  color: #dd1c7a !important
}

.accordion .card:last-of-type a:hover span {
  color: #fff !important
}
*/

.dropdown-menu {
  background-color: #fff !important;
  border-bottom: 1px solid #f8f8f8 !important;
}

.dropdown-item {
  color: #000 !important;
}

.accordionMenu .card .card-header .btn-colapse {
  background-color: #fff !important;
}

.accordionMenu .card .card-header .btn-colapse span {
  color: #000;
}

.dropdown-item-red,
.list-group-item-red {
  background-color: #f0f0f0 !important;
  border-top: 1px solid #d4d4d4 !important;
}

.dropdown-item-red,
.list-group-item-red span {
  color: #000 !important;
}

.accordion .card .card-header:last-child {
  margin-bottom: 0px !important;
}

.list-group-item:hover,
.list-group-item-red:focus,
.dropdown-header:hover,
.dropdown-header:focus,
.accordionMenu div.card div.card-header:hover {
  background-color: #fff !important;
}

.accordionMenu .list-group-subitem a:hover {
  background-color: #dd1c7a !important;
}

.accordionMenu .list-group-subitem a:hover span {
  color: #fff !important
}

.accordionMenu .card .card-header a.btn-colapse:hover {
  background-color: #dd1c7a !important
}

.accordionMenu .card .card-header a.btn-colapse:hover span {
  color: #fff
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0px !important;
  border-bottom: #c4c4c4 solid 1px;
}

.accordion .card:last-of-type a span {
  color: #dc5999 !important
}

.accordion .card:last-of-type a:hover span {
  color: #fff !important
}

#modalVerMas .modal-header span.pe-7s-close {
  font-size: 29px;
  top: -5px;
  position: relative;
}

.listadoServicio li a:hover,
.listadoServicio li a:focus,
.listadoServicio li a:active {
  color: #f63f98 !important;
  box-shadow: 0px -3px 0px #f63f98 inset !important;
  ;
}

.listadoServicio li a:hover span,
.listadoServicio li a:focus span,
.listadoServicio li a:active span {
  color: #da0870 !important;
}

#menu-mobile-serv li.active a h3,
#menu-mobile-serv li.active a span {
  color: #da0870 !important;
}

#menu-mobile-serv li.selected {
  background-color: #da0870;
  color: #fff !important
}


#section-page h1.titlep{
  color: #872358 !important;
}
#section-page p.text-justify{
  color: black !important;
}

.sombra-banner {
  background-image: none;
  min-height: 205px;
  width: 100%;
  float: left;
  position: absolute;
}

.nav-breadcrumb .text-white{
  color: black !important;
}
.breadcrumb-item.white+.breadcrumb-item::before {
  color: #5e4747;
}
.organizadores-dest-home{display:none;}

.linksBannerHome{
    margin: auto;
    text-align: center;
    display: block;
}

.linksBannerHome img {
    width: 350px;
    margin-top: 0;
}
.linksBannerHome2 img{
    margin-top: 23px;
}
.linksBannerHome:hover{
opacity: 0.8;
}
#banner-kunapak p{
font-size: 24px;
    font-style: italic;
    margin-top: 10px;
    font-family: serif;	
	
}
nav nav .dropdown-menu.show{border: 1px solid rgba(0,0,0,.125); border-bottom:0; margin-top: 0px;}
nav nav .dropdown-menu.show a{
padding: 10px 20px !important;
    font-size: 0.875rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125);	
	
}
.navbar-light .navbar-nav .nav-link{font-size:14px; padding-right: 1rem;
    padding-left: 1rem;}
.accordionMenu .list-group a.text-white{color:#333!important;}

@media (max-width: 600px){
  .linksBannerHome img{
    width: 100%!important
  }
  .logo-municipio-R img{
    float: none;
    display: block;
    margin:0 auto;
  }

  footer{
    height: 400px
  }
}

@media (max-width: 991px){
  .logo-top a img{
    height:60px!important;
    width:auto;
    margin-top:0px;
  }   
  .logo-top a{
        width: 176px;
    top: -3px;
    height:initial !important;
  }
  .customCheckD {
    padding-top:20px!important;
  }
  #banner-kunapak.svelte-1jngmv3 .banner-info p.svelte-1jngmv3{
    margin-top:40px!important;
  }
}

@media (max-width: 767px){
  .logo-top a{
    height:60px !important;
  }
  .bhome-8 {
    margin-top:40px;
  }
}
@media (max-width: 400px){
  .logo-top a {
    margin-top:12px!important;
    height: 28px!important;
    overflow: hidden;
    width: 29px!important;
  }  
  .logo-top a img{
    position: relative!important;
  } 
}

@media (max-width: 572px) {
  .destino-termas-valle {
    height: 820px !important;
    margin-top: 100px;
  }

  .destino-termas-valle a.btn-outline-primary {
    margin-left: 20px;
  }
  .equipo-dest-home {
    height: 800px !important;
  }

}
@media (max-width: 399px){
    .logoKunapak img {
        height: 52px !important;
        margin-top: -18px !important;
    }


}

@media (max-width: 400px){
    h2.logo-top a {
        margin-top: 14px !important;
        margin-left: 11px !important;
    }
}
@media (max-width: 572px){
    .bhome-2 .destino-turistico {
        height: 824PX;
    }
    .bhome-4 .equipo-dest-home {
        height: 973px !important
    }
    .bhome-6 .destino-termas-valle {
        height: 926px !important;
        margin-top: 100px;
    }
    .bhome-7 .equipo-dest-home {
        height: 880px !important;
    }
    .bhome-9 .destino-termas-valle {
        height: 962px !important;
        margin-top: 100px;
        background-position-x: -754px;
    }
    footer a img.float-right{
      float:none!important;
      margin:0 auto;
      margin-bottom:20px;
    }
    footer a{
        display: block
    }
}

.navbarNavInner.svelte-1y1cydo .navbar-nav .nav-link.svelte-1y1cydo{color:#000 !important}