@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Open+Sans+Condensed:wght@300;700&family=PT+Sans+Narrow:wght@400;700&family=PT+Sans:wght@400;700&display=swap');

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


a.btn_1.outline.btn-white,
.btn_1.outline.btn-white {
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 40px;
  background: none;
}
a.btn_1.outline.btn-white:hover,
.btn_1.outline.btn-white:hover {
  background: #fff;
  color: black;
  border-color: #fff;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, {
  color: #fc5b62 !important;
}


/*== LOGO HEADER ===========*/

header.header .logo-kutralkura {
  padding: 13px 16px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

header.header.sticky .logo-kutralkura, header.header.forced_sticky .logo-kutralkura {
  padding: 7px 16px;
}

header.header .logo_normal, header.header .logo_sticky {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease;
}

header.header .logo_normal {
  width: 200px;
  opacity: 1;
}

header.header.sticky .logo_normal, header.header.forced_sticky .logo_normal {
  width: 180px;
  opacity: 0;
  /*display: none;*/
}

header.header .logo_sticky {
  width: 200px;
  opacity: 0;
  /*display: none;*/
}

header.header.sticky .logo_sticky, header.header.forced_sticky .logo_sticky {
  width: 180px;
  opacity: 1;
}


/*== HERO IN ===========*/

.id-wrapper {
    background-color:  transparent !important;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 32%, rgba(0,0,0,0) 100%) !important;
}

.id-container {
    z-index: 1;
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.borde-curvo {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -1px;
    z-index: 0;
    background-image: url(../img/curva2.png);
    background-repeat: no-repeat;
    background-size: 100% 50px;
    background-position: center bottom;
}

/*== ICONOS SVG ===========*/

.icon-svg svg {
    fill: currentColor;
    height: 16px;
    overflow: inherit;
}

.icon-svg.icon-alerta svg {
  height: 64px;
  margin-right: 16px;
}

.tabla-infraestructura .icon-svg svg {
  width: 30px;
  text-align: center;
}

.icon-svg-12 svg {
  height: 12px;
}

.icon-svg-24 svg {
  height: 24px;
}

.btn .icon-svg svg {
  margin-top: -4px;
}


/*== MARGENES ===========*/

.mt-min4px {
  margin-top: -4px;
}

.mt-6 {
  margin-top: 5.5rem!important;
}

/*== BOTONES ===========*/

.btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  border: 0px;
  transition: all 0.3s ease;
  /*font-family: "pt sans narrow", Helvetica, sans-serif;*/
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #F37331;
}

.btn-primary:hover {
  background-color: #F37331;
}

.btn-secondary {
  background-color: #91A79D;
}

.btn-secondary:hover {
  /*background-color: #91A79D;*/
}

.btn-azul {
  background-color: #0076BE;
}

.btn-azul:hover {
  /*background-color: #91A79D;*/
}

.btn-guardar-big {
  background-color: transparent;
  color: red;
  box-shadow: inset 0px 0px 0px 2px red;
}

.btn-guardar-big.active {
  background-color: red;
  color: white;
  box-shadow: none;
}

.btn-compartir {
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 0px 2px #d6d6d6;
    padding: 0px;
    line-height: 45px;
    border-radius: 50%;
}


/*== CARRUSELES ===========*/

.owl-nav {
  display: none;
  opacity: 0;
  position: absolute;
  top: calc(50% - 70px);
  width: 100%;
  height: 0px;
  transition: all 0.3s ease-in;
}

.owl-carousel:hover .owl-nav {
  display: block;
  opacity: 1;
}

.owl-nav button {
    background-color: #f8f8f8 !important;
    color: #F37432 !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    font-size: 26px !important;
    font-family: 'roboto', sans-serif !important;
    box-shadow: 0px 6px 10px -6px #0000005c;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background-color: #F37432 !important;
    color: white !important;
}

button.owl-prev {
    float: left;
    margin-left: -20px !important;
}

button.owl-next {
    float: right;
    margin-right: -20px !important;
}

.owl-nav button.disabled {
  opacity: 0 !important;
}


/*== SERVICE BAR ============*/
.service-bar {
    height: 40px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

/*== MENU SECUNDARIO ============*/

.menu-secundario {
  flex-direction: row;
  display: initial;
}

.menu-secundario .list-group-item {
  border: 0px solid !important;
  border-radius: 3px !important;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 20px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
  width: auto;
  display: inline-block;
}

.menu-secundario .list-group-item:hover {
  color: #F37432;
}

.menu-secundario .list-group-item.active {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  margin-top: 0px;
}

.menu-secundario-anchor {
  top: -20px;
  position: absolute;
}

.secondary_nav.is_stuck .id-categoria-1 {
  display: none;
}

.secondary_nav_servicio.is_stuck .container {
  padding: 0px 15px !important;
}

/*== MEGA MENU ============*/

.hamburger {
  padding: 20px 0px;
}

.menu-usuario {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 32px 15px 32px 0px;
  transition: all 0.3s ease-in-out;
}

header.header.sticky .menu-usuario, header.header.forced_sticky .menu-usuario {
  padding: 22px 15px 22px 0px;
}

.mega-menu {
  display: inline;
}

.drop-mega-menu {
  margin-top: 1px;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 6%);
  transition: all 0.5s ease;
  display: block;
  max-height: 0px;
  padding: 0px;
  overflow: hidden;
}

.drop-mega-menu.show {
  transform: initial !important;
  top: 100% !important;
}

.dropdown-hover {
}

.dropdown-hover:hover>.drop-mega-menu {
  display: block;
  opacity: 1;
  max-height: 580px;
}

.menu-item {
  position: relative;
}

.menu-tip {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #F8F8F8;
  z-index: 9;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -20px;
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.dropdown-hover:hover .menu-tip {
  bottom: -10px;
  opacity: 1;
}

.position-initial {
  position: initial !important;
}

@media (max-width: 991px) {
  .position-initial {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .main-mega-menu.position-initial {
    position: fixed !important;
  }
}

header.header a.menu-item {
    padding: 42px 12px !important;
    /*font-family: 'pt sans narrow', Helvetica, sans-serif;*/
    font-family: "open sans condensed", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.3px;
    /*supuesto fix para safari
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

header.header a.menu-item i svg {
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
    width: 12px;
    margin-top: -2px;
}

header.header a.menu-item.dropdown-toggle::after {
  display: none;
}

header.header.sticky a.menu-item, header.header.forced_sticky a.menu-item {
    padding: 32px 12px !important;
}

.drop-mega-menu .nav-link {
  /*font-family: 'pt sans narrow', sans-serif;*/
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
}

.drop-mega-menu .nav-link i {
  font-size: 1rem;
  color: #F37331;
}

.drop-mega-menu .nav-pills .nav-link.active, .drop-mega-menu .nav-pills .show > .nav-link {
  background-color: #F8F8F8 !important;
  color: #F37331;
}

.drop-mega-menu > .box_news > h4 {
  color: #ff0000;
}

.panel-izquierdo {
  background-color: ;
}

.panel-derecho {
  background-color: #F8F8F8;
}

.fondo-falso {
  background-color: #F8F8F8;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}

.asistente {
  position: relative;
  padding-top: 60%;
  font-size: 14px;
}

/*== MENU RESPONSIVO MOVIL =========*/

.mm-navbars-bottom {
  display: none;
}

.mm-title {
  opacity: 0;
}

.mm-listview>li {
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #FF7133;
}

/*== PORTADA ============*/

.hero_portada h3 {
  letter-spacing: 7px;
  font-size: 3rem !important;
}

.hero_portada .slogan {
  /*font-family: 'pt sans narrow', sans-serif;*/
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 300;
  font-size: 24px !important;
}

.lluvia {
  display: inline-block;
  background-image: url(../img/bg_lluvia_blanca.png);
  background-repeat: repeat;
  background-size: contain;
}

.lluvia.naranja {
  background-image: url(../img/bg_lluvia_naranja.png);
}

.lluvia.amarilla {
  background-image: url(../img/bg_lluvia_amarilla.png);
}

.lluvia.azul {
  background-image: url(../img/bg_lluvia_azul.png);
}

.lluvia.gris {
  background-image: url(../img/bg_lluvia_gris.png);
}

.foto-red-global {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  z-index: -1;
}


/*== CONTENIDO PRINCIPAL ============*/

.secondary-section {
  margin-bottom: 35px;
}

.secondary-section h2, .secondary-section h3 {
  margin-bottom: .8rem;
}

.secondary-section p {
  text-align: justify;
}

.patrimonio-item {
  display: block;
  border-radius: 3px;
  border: 1px #ebebeb solid;
}

.patrimonio-item h6 {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  margin: 0px;
  padding: 0px 8px;
  font-size: 14px;
}

.patrimonio-thumb {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.patrimonio-thumb img {
    width: auto;
    height: 50px;
    transition: all 0.3s ease;
}

.patrimonio-item:hover img {
  transform: scale(1.2);
}


/*== TARJETA ITEM COMUNAS ============*/

.item.comunas figure {
    height: 200px;
}


/*== TARJETA DATOS DUROS ============*/

.card-datos  {
  text-align: center;
}

.card-datos h3  {
  
}

.card-datos p  {
  
}


/*== TARJETA ITEM SENDEROS ============*/

.sendero-card {
  margin: 0px 0px 16px 0px;
  min-height: 270px;
}

.sendero-card .wrapper {
  min-height: 210px;
}

.sendero-card .wrapper .sendero-desc {
  margin-bottom: 0px;
}

.sendero-card .wrapper h3 a  {
  color: #333;
}

.sendero-card .wrapper h3 a:hover  {
  color: #F37331;
}

.sendero-card figure {
  min-height: 270px;
}

.owl-carousel .owl-item .sendero-card img {
  width: inherit;
}

@media (max-width: 600px) {
  .owl-carousel .owl-item .sendero-card img {
    width: 100%;
    height: auto;
  }
}

.card-indicadores {
    padding: 20px 30px;
    display: flex;
}

.card-indicadores span {
    font-size: 13px;
    margin-right: 15px;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: "Open Sans Condensed", Helvetica, sans-serif;
    text-transform: uppercase;
    color: gray;
}

.card-indicadores span i {
    color: #F37331;
}

.card-indicadores span i svg {
    margin-top: -2px;
}

.card-actividades a.grid_item .info {
    height: 100%;
    background: rgba(0,0,0,0.15);
    text-align: center;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.card-actividades a.grid_item .info:hover {
    background: rgba(244,116,51,0.6);
}

.card-actividades a.grid_item .info h3 {
    font-size: 1.5rem;
    transition: all 0.5s ease;
}

.card-actividades a.grid_item .info:hover h3 {
}

.card-actividades a.grid_item .info i svg {
    height: 64px;
}

.card-actividades a.grid_item .info i {
    opacity: 0;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: all 0.5s ease;
}

.card-actividades a.grid_item .info:hover i {
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 10px;
}



/*== FICHA RUTA/SENDERO ============*/

.hero_in .id-comuna {
  color: white;
}

.ruta-datos-header {
  display: flex;
  float: right;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .ruta-datos-header {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
}

.ruta-datos-header i {
  
}

.ruta-datos-header i svg {
  height: 32px;
  width: 50px;
  margin-top: 0px;
  margin-right: 6px;
}

.ruta-datos-header p {
  font-size: 12px !important;
  line-height: 12px;
}

.ruta-datos-header span {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans condensed', sans-serif;
}

.ruta-datos-widget {
  display: flex;
  margin-bottom: 18px;
}

.ruta-datos-widget i svg {
  height: 24px;
  width: 26px;
  margin-top: 0px;
  margin-right: 12px;
  color: #F37331;
}

.ruta-datos-widget p {
  font-size: 12px !important;
  line-height: 12px;
  color: #999;
  margin-bottom: 0px;
  text-align: left;
}

.ruta-datos-widget p.ruta-dato-big {
  color: #333;
  font-size: 14px !important;
  line-height: 16px;
  font-weight: 600;
  font-family: 'open sans condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 3px;
}

.map-ruta {
  position: relative;
  height: calc(100vh - 60px);
  z-index: 9;
}

@media (max-width: 992px) {
  .map-ruta {
    position: relative;
    height: 400px;
    z-index: 9;
  }
  #map-ruta-sticky.is_stuck {
    top: 166px !important;
    height: 400px;
  }
}

#map-ruta-sticky.is_stuck {
  top: 166px !important;
}

.mapitis.is_stuck+.half-container {
    padding-top: 112px;
}

.ruta-item-card {
  cursor: pointer;
  min-height: 100px !important;
}

.ruta-item-card h3 {
  transition: all 0.3s ease-in-out;
}

.ruta-item-card p {
  text-align: left;
  font-size: 13px;
}

.ruta-item-card:hover h3 {
  color: #F37331;
}

.ruta-item-card figure {
  height: 150px !important;
}

@media (max-width: 576px) {
  .ruta-item-card figure {
    height: 100px !important;
  }
  .ruta-item-card .wrapper {
    padding-top: 10px !important;
    min-height: 100px !important;
  }
}

.ruta-item-card:hover figure img {
  transform: translate(-50%, -50%) scale(1);
}

/*== BADGES CATEGORIAS ============*/

.badge {
    background-color: #F37331;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    border-radius: 2px;
    margin: 0px 3px 3px 0px;
}

.badge-geositio {
  background-color: green;
}

.badge-servicio {
  background-color: blue;
}

.badge-sendero {
  background-color: #F37331;
}

/*== SIDEBAR Y WIDGETS ============*/

.sidebar-servicio {

}

.sidebar-servicio img {
  margin-left: -20px;
}

.widget-video {
  position: relative;
}

.widget-video-play {
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  z-index: 1;
  display: block;
  background-color: white;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
}

.widget-side-icon svg {
  margin-top: -3px;
  margin-right: 10px;
}

.widget-contacto-item i svg {
    height: 18px;
    width: 25px;
    margin-top: -8px;
}

.widget-contacto-item a h6 {
    font-size: 14px;
}


/*== COMODIDADES ============*/

.comodidades-item {
    display: flex;
    line-height: 16px;
    margin-bottom: 12px;
}

.comodidades-item i {
    margin-right: 10px;
}

.comodidades-item i svg {
    width: 22px;
}


/*== EVENTOS ============*/
.evento-fecha {
  display: block;
  float: left;
  background-color: #f47433;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 12px;
  line-height: 1;
  z-index: 1;
}

.evento-card .evento-fecha {
  position: absolute;
  right: 0px;
  top: -40px;
}

.evento-fecha strong {
  font-size: 28px;
}

.evento-fecha span {
  font-size: 18px;
}

.evento-card figure {
  height: auto;
  padding-bottom: 60%;
}

.evento-card figure a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #00000024);
}

.evento-card .wrapper p {
  font-size: 0.875rem;
}

.evento-card .wrapper small {
  text-transform: uppercase;
  color: #999;
}


/*== MODALES ============*/

.modal-header {
  position: relative;
}

.modal-header .close {
    background-color: #e6e6e6;
    border-radius: 50%;
    padding: 0px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 26px;
    right: 26px;
    text-align: center;
}

.modal-header .close i {
    text-shadow: none;
}

.modal-body-video {
  height: 480px;
  background-color: black;
}

.modal.fade2 .modal-dialog {
    transform: scale(0.9);
    opacity: 0;
    transition: all .2s linear;
}

.modal.show.fade2 .modal-dialog {
    transform: scale(1);
    opacity: 1;
}


/*== GUARDAR A FAVORITOS ============*/

.lista-favoritos {
  display: block;
  min-height: 100px;
  max-height: 250px;
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #e2e2e2;
}

.lista-favoritos label.btn {
  background-color: white;
  border-radius: 3px !important;
  margin: 5px 0px !important;
  width: 100%;
  height: auto;
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
  padding: 24px 24px 24px 52px;
  text-align: left !important;
}

.lista-favoritos label.btn.active {
    background-color: #007bff;
}

.lista-favoritos label.btn span {
    border-radius: 3px !important;
    background-color: #eaeaea !important;
    box-shadow: none !important;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: 16px;
    padding-right: 1px;
    top: calc(50% - 12px);
}

.lista-favoritos label.btn.active span {
    background-color: rgba(0,0,0,0.3) !important;
}

.lista-favoritos label.btn span i {
    font-size: 16px !important;
    color: white !important;
    width: 100%;
    margin: 0px;
    line-height: 24px;
    opacity: 0;
}

.lista-favoritos label.btn.active span i {
    opacity: 1;
}

.lista-favoritos label.btn p {
    font-family: 'poppins', sans-serif;
    color: #36373c;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
}

.lista-favoritos label.btn.active p {
    color: white;
}


/*== SCROLL BAR =================================*/


/*overflow vertical*/

.overflow-y {
    overflow-y: auto;
}


/*scroll-basico*/

.style-scroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}

.style-scroll::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #00000008;
}

.style-scroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  width: 10px;
  background-color: #cdced0;
  transition: all 0.2s ease;
}

.style-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #919398;
}


/*== COLORES ============*/

.bg-kut-naranjo {
  background-color: #F37331;
}

.bg-kut-naranjo2 {
  background-color: #F68B1F;
}

.bg-kut-azul {
  background-color: #0076BE;
}

.bg-kut-amarillo {
  background-color: #FAA928;
}

.bg-kut-gris {
  background-color: #91A79D;
}

.tx-kut-naranjo {
  color: #F37331;
}

.tx-kut-naranjo2 {
  color: #F68B1F;
}

.tx-kut-azul {
  color: #0076BE;
}

.tx-kut-amarillo {
  color: #FAA928;
}

.tx-kut-gris {
  color: #91A79D;
}



/*== CRISTINA ============*/

.menu-titulo {

}

.menu-lista-titulo {
  font-size: 1rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #EDEDED;
}

ol.menu-lista {
  list-style: none;
  padding: 0px !important;
}

.menu-lista li a {
  display: block;
  background-color: #F8F8F8;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.6;
  padding: 3px 5px;
  margin-top: 7px;
  width: 100%;
}

.menu-lista li a:hover {
  background-color: #EBEBEB;
}




/* CONTAINER O CONTENEDOR MEDIO MITAD RESPONSIVO */
@media (min-width: 576px) {
  .half-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    float: inherit;
  }
}

@media (min-width: 768px) {
  .half-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    float: inherit;
  }
  .left-half-container {
    margin-right: -15px;
  }
  .right-half-container {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .half-container {
    max-width: 485px;
  }
}
@media (min-width: 1200px) {
  .half-container {
    max-width: 585px;
  }
}



/*== FIX SAFARI ============*/

@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
        header.header a.menu-item {
            -webkit-appearance: none;
        }
        .mm-menu a#mm-dropdownMenuButton {
            -webkit-appearance: none;
        }
     }
}
