@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;
}
*/

/*== Virtual Tour ===========*/

.img-virtual-tour-thumb {
  border: 2px color(srgb 0.785 0.785 0.785) solid;
  border-radius: 12px;
}

/*== 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;
  margin-right: 8px;
  color: #adadad;
}

.tabla-infraestructura.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.03);
}

.tabla-infraestructura td strong, .tabla-taxonomia td strong {
  font-family: 'open sans condensed', sans-serif;
}

.icon-svg-11 svg {
  height: 11px;
  margin-top: -2px;
}

.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: #FBAA28;
}

.btn-secondary {
  background-color: #e7e7e7;
  color: #838383;
}

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

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

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

.btn-guardar-big {
  background-color: transparent;
  /*color: #f47433;*/
  /*box-shadow: inset 0px 0px 0px 2px #f47433;*/
  color: #e74849;
  box-shadow: inset 0px 0px 0px 2px #e74849;
}

.btn-guardar-big:hover {
  background-color: #f47433;
  color: white;
  box-shadow: none;
}

.btn-guardar-big.active {
  /*background-color: #f47433;*/
  background-color: #e74849;
  color: white;
  box-shadow: none;
}

.btn-guardar-big.active:hover {
  background-color: #fbaa28;
}

.btn-compartir {
    width: 45px;
    height: 45px;
    box-shadow: 0px 0px 0px 2px #ededed;
    background-color: white;
    color: #ff7133;
    padding: 0px;
    line-height: 45px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-compartir:hover {
    box-shadow: 0px 0px 0px 2px #ff7133;
    background-color: #ff7133;
    color: #fff;
}


/*== 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: #F37432 !important;
    color: #FFF !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: #FBAA28 !important;
    color: #FFF !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;
}

/*== ASISTENTE AVATAR TAWK ============*/

.avatar-asistente {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 260px;
  height: 60px;
  z-index: 9999999999999999999;
  pointer-events: none;
}

.avatar-asistente img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #f37331;
  z-index: 1;
}

.avatar-asistente span {
  border-radius: 30px;
  background-color: #f37331;
  padding: 5px 12px 5px 35px;
  margin-left: -30px;
  color: white;
  font-family: 'open sans condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 60px;
  top: 14px;
  z-index: -1;
}

/*== 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: 600;
  font-size: 14px;
  margin-right: 20px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.4);
  background-color: white;
  width: auto;
  display: inline-block;
  font-family: 'open sans condensed';
  text-transform: uppercase;
}

.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;
}

.dropdown-menu.language a {
  font-family: 'open sans condensed', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  transition: all 0.3s ease;
}

.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;
    display: block;
    /*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: none; */
}

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

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

.asistente {
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 0px;*/
  width: 100%;
  /*padding: 15px;*/
  padding-top: 32px;
}

.asistente-banner {
  display: block;
  color: white;
  background-color: #464646;
  background-image: url(../img/asistente_banner_1.png);
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  padding: 30px 15px;
}

.asistente-banner:hover {
  /*margin: -4px 4px 4px -4px;*/
  box-shadow: 0px 0px 0px 4px #FBAA28;
}

.asistente-banner h6 {
  color: white;
}

.asistente-banner p {
  color: white !important;
  font-size: 13px;
  margin-bottom: 0px;
}

.map-asistente {
  height: calc(100% - 90px) !important;
  min-height: calc(100% - 90px) !important;
  top: 90px;
}

@media (max-width: 991px) {
  .map-asistente #map {
    height: 350px !important;
    position: fixed !important;
    top: 68px !important;
  }
}

.filtros-asistente {
  z-index: 3;
  margin: 0px -15px 0px -15px;
}

@media (max-width: 991px) {
  .filtros-asistente {
    margin-top: 350px;
    padding-top: 10px;
  }
}

.banner-asistente {
  background-image: url(../img/banner-asistente-4.png);
  background-size: cover;
  background-position: center;
  padding: 45px 20px 100px 20px;
  /*margin: 0 -15px 0 -15px;*/
}

.banner-asistente p {
  font-weight: 100;
  font-size: 16px;
}

@media (max-width: 991px) {
  .banner-asistente  {
    display: none;
  }
}

.filters-drop {
  background-color: #fff;
  padding-top: 15px;
  border-bottom: 1px solid #ededed;
}
.filters-drop h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.filtros-botones-asistente {
  /*background-color: #fff;*/
  /*box-shadow: 0px 5px 10px -5px #0000001a;*/
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 5px 10px -5px #0000001a;
}

@media (max-width: 991px) {
  .filtros-botones-asistente  {
    margin-top: 0px;
  }
}

.filtros-botonera {
}

.btn-filtro {
  padding: 16px 0px;
  width: 100%;
  height: 100%;
}

.btn-filtro:focus {
  box-shadow: none;
}

.btn-filtro .icon-svg {
  display: inline-block;
  border: 2px solid #f0f0f0;
  color: #3a3d41;
  width: 52px;
  height: 52px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.btn-filtro .icon-svg svg {
  height: 16px;
}

.btn-filtro span {
  display: block;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
}

.btn-filtro:hover {
  background-color: #f8f8f8;
}

.btn-filtro:hover .icon-svg {
  border-color: #F37331;
  color: #F37331;
}

.btn-filtro[aria-expanded=true] .icon-svg {
  border-color: #F37331;
  background-color: #F37331;
  color: #FFF;
}

.btn-filtro:hover span, .btn-filtro[aria-expanded=true] span {
  /*color: #F37331;*/
  color: #F37331;
}

.btn-filtro::after {
  /*background-color: #f8f8f8;*/
  content: '';
  display: block;
  width: 20px;
  height: 0px;
  opacity: 0;
  background-image: url(../img/filtro-down.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 10px);
  transition: all 0.3s ease;
}

.btn-filtro[aria-expanded=true]::after {
  /*background-color: #f8f8f8;*/
  height: 10px;
  opacity: 1;
  bottom: 0px;
}

.btn-filtro .icono-filtro {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 2px dotted #cecece !important;
  padding: 2px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.btn-filtro .icon-svg-asistente {
  display: inline-block;
  border: 2px solid #f0f0f0;
  color: #3a3d41;
  width: 52px;
  height: 52px;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.btn-filtro .icon-svg-asistente svg {
  height: 48px;
  margin-top: -4px;
}

.btn-filtro:hover .icon-svg-asistente {
  border-color: #0077be;
  color: #F37331;
}

.btn-filtro[aria-expanded=true] .icon-svg-asistente {
  border-color: #0077be;
  background-color: #F37331;
  color: #FFF;
}

.btn-filtro:hover .icono-filtro {
  border: 2px dotted #F37331 !important;
}

.btn-filtro[aria-expanded=true] .icono-filtro {
  border: 2px dotted #F37331 !important;
}

.filtro-activo {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0077be;
  border: 2px solid white;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
}

.acordeon-asistente {
  /*background-color: #f8f8f8;*/
  /*border-bottom: 1px solid #e3e2e2;*/
}

.acordeon-asistente h6 {
  position: relative;
}

.acordeon-asistente h6::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 18px;
  background-color: #0078c2;
  left: -24px;
}

.acordeon-asistente .card-body {
  padding: 28px 36px;
}

.custom-switch {
  padding-left: 50px !important;
  cursor: pointer;
  display: inline-block;
}

.custom-switch .custom-control-label {
  cursor: pointer;
  padding-top: 2px;
}

.custom-switch .custom-control-label::before {
  top: 0px !important;
  border-radius: 20px !important;
  width: 40px !important;
  left: -46px;
  height: 22px;
}

.custom-switch .custom-control-label::after {
  top: 5px;
  left: -40px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(18px);
}

.custom-switch .custom-control-input:checked~.custom-control-label::before {
  background-position: 8px center;
}

.filtros-fotos {
  display: block;
}

.filtros-fotos label.btn {
  border-radius: 3px !important;
  margin: 5px !important;
  width: calc(50% - 10px);
  float: left;
  height: 80px;
  padding: 0px;
  text-align: center;
  overflow: hidden;
}

.filtros-fotos label.btn:hover {
  box-shadow: 0px 0px 0px 2px #f37331, 0px 7px 10px -3px rgb(0 0 0 / 15%);
}

.filtros-fotos label.btn.active {
  background-color: #F37331;
  box-shadow: 0px 0px 0px 2px #f37331, 0px 7px 10px -3px rgb(0 0 0 / 15%);
}

.filtros-fotos label.btn .icon-svg {
  position: absolute;
  left: 0px;
  top: 0px;
  color: white;
  z-index: 2;
  display: block;
  background-color: #f37331;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0px 0px 5px 0px;
  opacity: 0;
  transition: all 0.3s ease;
}

.filtros-fotos label.btn.active .icon-svg {
  opacity: 1;
}

.filtros-fotos label.btn h5 {
  color: white;
  background-color: #a9a9a9a8;
  font-size: 16px;
  line-height: 80px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  transition: all 0.3s ease;
}

.filtros-fotos label.btn.active h5 {
  background-color: #00000050;
}

.filtros-fotos label.btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resultados {
  text-align: center;
  margin-bottom: 15px;
}

.resultados p {
  display: inline-block;
  background-color: #e5e4e4;
  padding: 3px 12px;
  border-radius: 20px;
  margin: 0px;
  font-family: 'open sans condensed', sans-serif;
  text-transform: uppercase;
}

/*
.mostrar-switch.custom-switch .custom-control-label::before {
  background-image: url(../img/switch-hidden.png);
  background-size: contain;
}
*/


/*== RADIO BUTTONS Y CHECKBOXES =========*/

.custom-control {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 34px;
}

.custom-control:hover {
  
}

.custom-control:hover .custom-control-label::before {
  border: 2px solid #818181;
}

.custom-control-label {
  line-height: 16px;
}

.custom-checkbox label, .custom-radio label {
  line-height: 15px;
  margin-left: 0px;
  cursor: pointer;
  width: 100%;
  float: inherit;
  text-align: left;
  padding: 7px 0px 7px 24px;
  height: inherit !important;
  min-height: 30px;
  display: inline-block;
}

.custom-control-label::before {
  left: -3px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 2px !important;
  background-color: #fff;
  border: 2px solid #dedede;
  transition: all 0s;
}

.custom-radio .custom-control-label::before {
  border-radius: 50% !important;
  background-image: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0077be;
  background-color: #0077be;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  display: none;
}

/*== 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: 48px;
  padding-right: 15px;
}

.secondary-section h2, .secondary-section h3, .main_title_3 h2 {
  margin-bottom: 22px;
  font-size: 22px;
  position: relative;
}

.secondary-section h2::after, .secondary-section h3::after, .main_title_3 h2::after, .titulo-raya::after {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  /*background-image: url(../img/bg_lluvia_naranja.png);*/
  /*background-size: contain;*/
  background-color: #FF7133;
  position: absolute;
  top: 4px;
  left: -20px;
}

.titulo-raya  {
  position: relative;
}

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

.ficha-bajada {
  text-align: left !important;
}

.patrimonio-item {
  display: block;
  border-radius: 3px;
  background-color: #f4f4f4;
  overflow: hidden;
}

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

.patrimonio-item:hover h6 {
  color: #FF7133;
}

.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;
}

.item.comuna figure {
  border-radius: 50%;
  margin: 20px;
}

.item.comuna figure img {
  border-radius: 50%;
}

.item.comuna .lineapuntos {
  border-radius: 50%;
  border: 1.5px dashed #0068B7 !important;
  padding: 6px;
  transition: all 0.3s ease;
}

.item.comuna .lineapuntos:hover {
  border: 1.5px dashed #F37331 !important;
}

.item.comuna .lineapuntos a {
  border-radius: 50% !important;
}

.item.comuna h3 {
  text-align: center;
  font-size: 18pt !important;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .item.comuna h3 {
    font-size: 13pt !important;
  }
}

.item.virtualTour figure {
  height: 140px;
}


/*== 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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sendero-card .wrapper h3 a  {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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;
  }
}

.espacio-datos {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background-color: #fbfbfb;
}

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

.card-indicadores span {
    font-size: 13px;
    margin-right: 20px;
    /*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;
}

@media (max-width: 1199px) {
  .card-actividades a.grid_item .info h3 {
    font-size: 1.2rem;
  }
}



@media (max-width: 576px) {
  .card-actividades a.grid_item .info h3 {
    font-size: 1rem;
  }
  .card-actividades a.grid_item .info i {
    margin-bottom: -15px !important;
  }
  .card-actividades a.grid_item .info:hover i {
    margin-bottom: 10px !important;
  }
  .card-actividades a.grid_item .info i svg {
    height: 48px !important;
  }
}

.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;
}

/*== TARJETA ASISTENTE VIRTUAL ============*/

.asistente-card  {
  height: 140px;
}

.asistente-card figure {
  height: 140px !important;
}

.asistente-card figure a img {
  height: 164px !important;
}

.asistente-card figure a:hover img {
  transform: translate(-50%, -50%) scale(1.05) !important;
}

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

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

.asistente-card .wrapper {
  min-height: 85px !important;
}

.asistente-card.box_list ul {
  border-top: 0px !important;
  padding: 16px 18px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.floating-panel {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 275px);
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12%);
}
@media (max-width: 991px) {
  .floating-panel {
    display: none;
  }
}


/*== ALERTAS ============*/

.alerta-cerrado {
  border: 0px;
  padding: 26px;
}

.alerta-cerrado .icon-svg {
  opacity: 0.3;
}



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

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

.id-comuna {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

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

p.id-mapudungun {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
}


.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;
  margin-bottom: 0px;
}

.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;
}

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

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

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

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

.ruta-item-card .badge {
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  padding: 0px 4px;
}

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

.ruta-item-card h3::after {
  display: none;
}

.ruta-item-card p {
  text-align: left;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  padding: 0px 6px;
  margin: 0px 3px 3px 0px;
}

.badge .icon-svg svg {
  height: 14px;
  margin-top: -2px;
}

.badge-geositio {
  background-color: #269b64;
}

.badge-servicio {
  background-color: #d63453;
}

.badge-georuta {
  background-color: #793a3a;
}

.badge-geodiversidad {
  background-color: #3a4458;
}

.badge-flora {
  background-color: #6f8d37;
}

.badge-fauna {
  background-color: #856b49;
}

.badge-cultura {
  background-color: #ad525a;
}

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

.sidebar-servicio {

}

.sidebar-titulo-center {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.sidebar-servicio:hover h3 {
  color: #F37331;
}

.sidebar-servicio img {
  margin-left: -20px;
  transition: all 0.3s ease;
}

.sidebar-servicio .alignleft {
  margin-bottom: 0px !important;
}

.sidebar-servicio:hover img {
  transform: scale(1.2);
}

.widget-navegacion ul li a {
  /*text-transform: uppercase;*/
  /*font-weight: 700;*/
}

.widget-video {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.widget-video a {
  margin-bottom: 0px;
}

.widget-video a figure {
  margin-bottom: 0px;
}

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

.widget-video:hover .widget-video-play {
  background-color: #fbaa28;
  color: white;
}

.widget-side-icon {
  color: #b7b7b7;
  /*color: #0077be;*/
}

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

.widget-contacto-item .sidebar-icon-texto h6 {
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.widget-contacto-item .sidebar-icon-texto a:hover h6 {
  color: #ff7133;
}

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

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

.sidebar-icon-texto h6 {
  text-transform: capitalize;
}

.sidebar-icon-texto p, .sidebar-icon-texto li {
  font-size: 13px;
}

/*== 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: #0076BE;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 12px;
  line-height: 1;
  z-index: 1;
  border-radius: 3px;
}

.evento-info {
  float: left;
  width: calc(100% - 90px);
}

.evento-info .id-fechas {
  line-height: 14px;
  margin-bottom: 4px;
  color: #828282;
}

.evento-info .id-nombre {
  line-height: 32px;
  font-size: 32px;
  margin-bottom: 4px;
}

.evento-info .id-comuna {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.evento-info .icon-svg svg {
  height: 14px;
}

.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%;
  border-radius: 4px 4px 0px 0px;
}

.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.box_grid {
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
  border-radius: 4px;
}

.evento-card.box_grid::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 8px;
  right: 15px;
  bottom: -5px;
  background-image: url(../img/bg_lluvia_naranja.png);
  background-repeat: repeat-x;
  background-size: 20%;
}


.evento-card.box_grid .wrapper {
  /*height: 200px;*/
  /*overflow: hidden;*/
}

.evento-card.box_grid .wrapper::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
}

.evento-card .wrapper p {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.evento-card .wrapper h3 {
  transition: all 0.3s ease;
}

.evento-card .wrapper a:hover h3 {
  color: #FF7133;
}

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

/*== TARJETA REDES ============*/
.tarjeta-redes {
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.geoparque-red {
  background-color: transparent;
  border-radius: 4px;
  padding: 15px;
}

.geoparque-red img {
  transition: all 0.3s ease;
}

.geoparque-red:hover img {
  transform: scale(1.2);
}


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

.modal-content {
  border: 0px;
}

.modal-header {
  position: relative;
}

.modal-header .close {
    background-color: #ececec;
    color: #7f7f7f;
    border-radius: 50%;
    padding: 0px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 26px;
    right: 26px;
    text-align: center;
    transition: all 0.2s ease;
    opacity: 1 !important;
}

.modal-header .close:hover {
    background-color: #FF7133;
    color: white;
    opacity: 1 !important;
}

.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;
}

.nav-pills-modal {
  box-shadow: inset 0px -2px 0px 0px #f2f2f2;
}

.nav-pills-modal .nav-link {
  font-family: 'open sans condensed', sans-serif;
  font-weight: bold;
  color: #b2b2b2;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  margin-right: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0px;
}

.nav-pills-modal .nav-link:hover {
  color: #333;
}

.nav-pills-modal .nav-link.active {
  background-color: transparent;
  color: #333;
  box-shadow: inset 0px -2px 0px 0px #FF7133;
}

.modal-backdrop, .modal {
  background-color: #c7c7c7ad;
}


/*== 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 !important;
}

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

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

.bg-kut-azul2 {
  background-color: #5E9BD3 !important;
}

.bg-kut-celeste {
  background-color: #82C1EA !important;
}

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

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

.bg-kut-blanco {
  background-color: #fff !important;
}

.bg-kut-verde {
  background-color: #779822 !important;
}

.bg-kut-transparente {
  background-color: transparent !important;
}

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

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

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

.tx-kut-azul2 {
  color: #5E9BD3 !important;
}

.tx-kut-celeste {
  color: #82C1EA !important;
}

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

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

.tx-kut-blanco {
  color: #fff !important;
}

.tx-kut-condensed {
  font-family: 'open sans condensed', sans-serif;
}


/*== MARGENES Y PADDINGS ============*/

.mx-1neg {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/*== 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;
}

/*========== SEPARADORES ============*/

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

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


/*========== TRIVIAS LISTA ============*/

/*.trivias-galeria {
  position: relative;
  background-color: #e9e9e9;
  padding: 50px 0;
  text-align: center;
}

.trivias-card {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 20px rgb(0 0 0 / 15%);
  transition: 0.3s;
  margin-bottom: 15px;
}

.trivias-card .trivias-img {
  position: relative;
  overflow: hidden;
}

.trivias-card .trivias-info {
  padding: 20px 20px 20px 25px;
}

.trivias-card .btn-trivia {
  background:linear-gradient(290deg,#F68B1F 31%,#F37331 100%);
} */


.trivias-galeria {
  position: relative;
  padding: 50px 0;
  text-align: center;
}

.trivias-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0px 45px !important;
  width: 100%;
  height: 200px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  padding: 24px;
  text-align: left !important;
}

.trivias-img {
  position:absolute;
  height: 220px;
  right: 20px;
  bottom: 0px;
}

.trivias-card .row {
  min-height: 150px;
}

.trivias-card .nombre-trivia {
  color: #fff;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: initial;
}

.trivias-card .texto-trivia {
  color:#fff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: initial;
}

.btn-trivia {
  border-radius: 50px;
  padding: 10px 20px;
  background: #fff;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: initial;
}

.trivias-puntaje {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  padding: 65px 20px 0;
  border: 5px solid #0076BE;
  text-align: center;
  margin: 20px auto;
}

.trivias-puntaje .puntaje-big {
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 70px;
  line-height: 40px;
  font-size: 5.625rem;
  font-weight: 700;
}

.trivias-puntaje .puntaje-small {
  font-weight: 700;
  color: rgba(85, 85, 85, 0.4);
}

.trivias-item {
  display: flex;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 12px;
}

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

.trivias-correcto {
  color: #81F0A5;
}

.trivias-incorrecto {
  color: #D20938;
}

.trivias-bg-1 {
  background-image: url(../img/trivia-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.trivias-bg-2 {
  background-image: url(../img/trivia-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.trivias-bg-3 {
  background-image: url(../img/trivia-bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.trivias-bg-4 {
  background-image: url(../img/trivia-bg-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}



/*========== TRIVIAS SECCIÓN ============*/

.trivia-seccion {
  position: relative;
  z-index: -2;
  background-color: #0076BE;
  padding: 50px 0;
  text-align: center;
}

.trivia-titulo {
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  text-shadow: 3px 3px rgb(244 116 51 / 50%);
}

.tarjeta-trivia {
  /*background-color: rgba(33,61,113,0.08);*/
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.pregunta {
  position: relative;
  background-color: #fff;
  border-radius: 3px !important;
  margin: 5px 0px 45px !important;
  width: 100%;
  min-height: 200px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  padding: 24px;
  text-align: left !important;
}

.pregunta:before, .pregunta:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.pregunta:before {
  background: #fafafa;
  border-radius: 3px !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.pregunta:after {
  background: #f6f6f6;
  border-radius: 3px !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(2.5deg);
}

.pregunta .row {
  min-height: 150px;
}

.pregunta .texto {
  color:#000;
  font-size: 20px;
  font-weight: 700;
  text-transform: initial;
}

.mascota {
  position:absolute;
  height: 220px;
  right: 20px;
  bottom: 0px;
}

/*span.numero-pregunta-trivia {
  display: block;
  background: #ffffff;
  color: #F37331;
  box-shadow: 0px 0px 0px 4px #d6dbe5;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -25px;
  right: calc(50% - 21px);
  font-size: 1rem;
  font-weight: 700;
}*/

span.numero-pregunta-trivia {
  display: block;
  background: linear-gradient(290deg,#F68B1F 31%,#F37331 100%);
  color: #fff;
  width: auto;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px 0px;
  border-radius: 15px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 40px;
  font-family: "Open Sans Condensed", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: initial;
}

.navegador-fixed {
  margin-top: 100px;
}

.navegador-fixed .progress {
  background-color: #d3d6dc;
  bottom: 16px !important;
  position: absolute;
  margin-left: calc(50% - 200px);
  width: calc(400px - 32px);
  height: 15px;
}

.navegador-fixed span.indicador-pregunta {
  width: 100%;
  height: 42px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30x;
  text-transform: initial;
}

.navegador-fixed .progress {
  background-color: #d3d6dc;
  bottom: 16px!important;
  position: absolute;
  margin-left: calc(50% - 200px);
  width: calc(400px- 32px);
  height: 15px;
  border-radius: 15px !important;
}

.navegador-fixed .progress .progress-bar {
  background-color: #F37331;
  box-shadow: 0px 5px 8px -2px rgb(175 36 144 / 30%);
  border-radius: 15px;
}

.contenido-juego {
  max-width: 1400px;
}

.juego-quiz-alternativas {
  width: 100%;
  display: block;
}

.juego-quiz-alternativas 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;
  box-shadow: inset 0px 0px 0px 0px #F37331, 0px 7px 10px -3px rgb(0 0 0 / 15%);
  padding: 24px 24px 24px 52px;
  text-align: left !important;
  text-transform: initial;
}

.juego-quiz-alternativas label.btn.active {
  background-color: #F37331;
}

.juego-quiz-alternativas label.btn:hover {
  box-shadow: inset 0px 0px 0px 2px #F37331, 0px 7px 10px -3px rgb(0 0 0 / 15%);
}

.juego-quiz-alternativas label.btn span {
  background-color: #F37331;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 16px;
  padding-right: 1px;
  top: calc(50% - 12px);
  box-shadow: 0px 0px 0px 3px white;
  color: white !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.juego-quiz-alternativas label.btn p {
  color: #36373c;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.juego-quiz-alternativas label.btn.active p {
  color: white;
}




/* 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;
  }
}

/*== READALL PLUGIN ============*/

.readall {
  position: relative;
  text-align: left;
  box-sizing: border-box;
}

.readall-wrapper {
  text-align: center;
}
.readall-button {
  display: inline-block;
  width: 100%;
  border: 0px solid;
  background-color: transparent;
  color: #ff7133;
  padding: 10px 0;
  text-align: center;
}

.readall-button:hover {
  color: #FBAA28;
  background: transparent;
}

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 95%);
}

.bg_color_2 .readall-hide:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #f8f8f8 95%);
}

/*== 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;
        }
     }
}


/*== MENU ADMIN ============*/

.menu-administracion {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  background: #0077be;
  z-index: 9999;
}

.admin-boton {
  color: #ffffff;
}

.admin-usuario {
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  background: #045b8f;
}


/*== SELLO GEOGUIA TARJETAS SERVICIO ==*/

.sello-geo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 70px;
  height: 70px;
  pointer-events: none;
}