@charset "UTF-8";
/*

mosaic-tpl / Mosaico

default-1-tpl / Blanco (por defecto)
default-2-tpl / Verde (noticias)
default-3-tpl / Rosa (evento)
default-4-tpl / Marron (momento)
default-5-tpl / Amarillo (reportaje)
default-6-tpl / Azul (oferta)

cards-tpl / Tarjetas (eventos)

big-vertical-tpl ( + default-x-tpl ) / Grande vertical
big-horizontal-tpl ( + default-x-tpl ) / Grande horizontal

full-tpl / Grande (planes de viaje)

circle-tpl / Círculo (planes de viaje)

essential-1-tpl / Imprescindibles largo
essential-2-tpl / Imprescindibles corto

menugrid-tpl / Grid (menú)
menulist-tpl / Lista (menú)
menuicon-tpl / Iconos (menú)

*/
.highlighted-admin {
  position: relative;
  /* TÍTULO DE LA SECCIÓN */
  /* ICONO TIPO */
  /* ACCIONES */
  /* ITEM */
  /* IMAGEN */
  /* TEXTO */
  /* ORDEN RESPONSIVE */
  /*********************************************************************************** TEMPLATE POR DEFECTO *****/
  /*********************************************************************************** TEMPLATE NOTICIA *****/
  /*********************************************************************************** TEMPLATE EVENTO *****/
  /*********************************************************************************** TEMPLATE EVENTO GRANDE *****/
  /* COLORES EVENTOS POR POSICIÓN */
  /*********************************************************************************** TEMPLATE MOMENTO *****/
  /*********************************************************************************** TEMPLATE REPORTAJE *****/
  /*********************************************************************************** TEMPLATE OFERTA *****/
  /*********************************************************************************** TEMPLATE RECOMENDAMOS *****/
  /*********************************************************************************** TEMPLATE GRANDE 1 *****/
  /* VERSIÓN GRANDE */
  /*********************************************************************************** TEMPLATE GRANDE 2 *****/
  /* VERSIÓN GRANDE */
  /*********************************************************************************** TEMPLATE PLANES DE VIAJE *****/
  /*********************************************************************************** TEMPLATE PLANES DE VIAJE 2 *****/
  /*********************************************************************************** TEMPLATE IMPRESCINDIBLES *****/
  /*********************************************************************************** TEMPLATE DESTACADOS *****/
  /*********************************************************************************** TEMPLATE MOSAICO *****/
  /*********************************************************************************** TEMPLATE MENU GRID *****/
  /*********************************************************************************** TEMPLATE MENU LIST *****/
  /*********************************************************************************** TEMPLATE MENU ICON *****/ }
  .highlighted-admin .section-title {
    font-family: "Asap Condensed";
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    padding-left: 6px;
    padding-bottom: 5px; }
  .highlighted-admin .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem; }
  .highlighted-admin .icon-cross {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer; }
  .highlighted-admin .actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50px;
    display: none;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem; }
    .highlighted-admin .actions a {
      padding-right: 12px;
      color: #000000; }
      .highlighted-admin .actions a:first-child {
        padding-left: 12px; }
    .highlighted-admin .actions .heart:hover {
      color: #FF0048; }
    .highlighted-admin .actions .book:hover {
      color: #02B572; }
    .highlighted-admin .actions .share:hover {
      color: #7F50B2; }
    .highlighted-admin .actions .pin:hover {
      color: #FFA200; }
  .highlighted-admin .item {
    position: relative;
    margin: 6px;
    padding: 0;
    text-align: left; }
    .highlighted-admin .item:hover .actions {
      display: flex;
      visibility: visible;
      opacity: 1;
      animation: fade 0.3s; }
    .highlighted-admin .item:hover .img img {
      height: 110%;
      width: 110%; }
    .highlighted-admin .item.active .img img {
      height: 110%; }
    .highlighted-admin .item.active .item-content {
      background-color: #0080C9; }
      .highlighted-admin .item.active .item-content .title div, .highlighted-admin .item.active .item-content .title a, .highlighted-admin .item.active .item-content .title h2, .highlighted-admin .item.active .item-content .title h3, .highlighted-admin .item.active .item-content .title h4, .highlighted-admin .item.active .item-content .title h5, .highlighted-admin .item.active .item-content .title h6 {
        color: #FFFFFF !important; }
    .highlighted-admin .item.active:hover .item-content {
      background-color: #0075B8 !important; }
    .highlighted-admin .item.extra .img {
      height: 220px; }
      @media only screen and (min-width: 768px) {
        .highlighted-admin .item.extra .img {
          height: 342px; } }
    .highlighted-admin .item.extra .title {
      font-size: 1.5rem; }
      .highlighted-admin .item.extra .title div, .highlighted-admin .item.extra .title h2, .highlighted-admin .item.extra .title h3, .highlighted-admin .item.extra .title h4, .highlighted-admin .item.extra .title h5, .highlighted-admin .item.extra .title h6 {
        font-size: 1.5rem; }
    .highlighted-admin .item.extra .subtitle {
      font-size: 1.3rem; }
    .highlighted-admin .item.extralarge .img {
      height: 220px; }
      @media only screen and (min-width: 768px) {
        .highlighted-admin .item.extralarge .img {
          height: 452px; } }
    .highlighted-admin .item.extralarge .title {
      font-size: 1.5rem; }
      .highlighted-admin .item.extralarge .title div, .highlighted-admin .item.extralarge .title h2, .highlighted-admin .item.extralarge .title h3, .highlighted-admin .item.extralarge .title h4, .highlighted-admin .item.extralarge .title h5, .highlighted-admin .item.extralarge .title h6 {
        font-size: 1.5rem; }
    .highlighted-admin .item.extralarge .subtitle {
      font-size: 1.3rem; }
    .highlighted-admin .item .customtooltip {
      cursor: pointer; }
      .highlighted-admin .item .customtooltip .customtooltiptext {
        visibility: hidden;
        position: absolute;
        background-color: #585858;
        color: #fff;
        text-align: center;
        padding: 0.3rem;
        border-radius: 0.3rem;
        opacity: 0;
        transition: opacity .6s;
        font-size: 1rem; }
        .highlighted-admin .item .customtooltip .customtooltiptext.customtooltip-top {
          bottom: 145%; }
          .highlighted-admin .item .customtooltip .customtooltiptext.customtooltip-top::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #585858 transparent transparent transparent; }
      .highlighted-admin .item .customtooltip:hover .customtooltiptext {
        visibility: visible;
        opacity: 1; }
  .highlighted-admin .img {
    height: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .highlighted-admin .img img, .highlighted-admin .img a {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center; }
  .highlighted-admin .item-content {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s; }
    .highlighted-admin .item-content .title {
      margin-top: 0; }
      .highlighted-admin .item-content .title div, .highlighted-admin .item-content .title h2, .highlighted-admin .item-content .title h3, .highlighted-admin .item-content .title h4, .highlighted-admin .item-content .title h5, .highlighted-admin .item-content .title h6 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #000000;
        margin: 0;
        padding: 0; }
      .highlighted-admin .item-content .title a {
        color: #000000; }
        .highlighted-admin .item-content .title a:hover {
          /*opacity: 0.7;*/
          text-decoration: underline; }
    .highlighted-admin .item-content .subtitle {
      margin-top: 5px; }
      .highlighted-admin .item-content .subtitle div, .highlighted-admin .item-content .subtitle h2, .highlighted-admin .item-content .subtitle h3, .highlighted-admin .item-content .subtitle h4, .highlighted-admin .item-content .subtitle h5, .highlighted-admin .item-content .subtitle h6 {
        font-size: 1rem;
        font-weight: 500;
        color: #000000;
        margin: 0;
        padding: 0; }
      .highlighted-admin .item-content .subtitle a {
        color: #000000; }
      .highlighted-admin .item-content .subtitle i[class*="pin"] {
        color: #FFA200; }
      .highlighted-admin .item-content .subtitle i[class*="calendar"] {
        color: #1FA8CB; }
      .highlighted-admin .item-content .subtitle i[class*="user"] {
        color: #FF3B71; }
  .highlighted-admin .column-1 > div:nth-child(1) {
    order: 2; }
  .highlighted-admin .column-1 > div:nth-child(2) {
    order: 3; }
  .highlighted-admin .column-1 > div:nth-child(3) {
    order: 1; }
  @media only screen and (min-width: 768px) {
    .highlighted-admin .column-1 div:nth-child(1), .highlighted-admin .column-1 div:nth-child(2), .highlighted-admin .column-1 div:nth-child(3) {
      order: unset; } }
  .highlighted-admin.default-1-tpl .img {
    height: 250px; }
    .highlighted-admin.default-1-tpl .img img {
      margin-bottom: 120px; }
  .highlighted-admin.default-1-tpl .item-content {
    background-color: #FFFFFF; }
  .highlighted-admin.default-1-tpl .item:hover .item-content {
    background-color: #EFEFEF;
    padding-bottom: 1.5rem; }
  .highlighted-admin.default-2-tpl .img {
    height: 250px; }
    .highlighted-admin.default-2-tpl .img img {
      margin-bottom: 120px; }
  .highlighted-admin.default-2-tpl .item-content {
    background-color: #02B572; }
    .highlighted-admin.default-2-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted-admin.default-2-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted-admin.default-2-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
  .highlighted-admin.default-2-tpl .item:hover .item-content {
    /*background-color: #008654;*/
    padding-bottom: 1.5rem; }
  .highlighted-admin.default-3-tpl .img {
    height: 280px; }
    .highlighted-admin.default-3-tpl .img img {
      margin-bottom: 180px; }
  .highlighted-admin.default-3-tpl .item-content {
    background-color: #FF3B71;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .highlighted-admin.default-3-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted-admin.default-3-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted-admin.default-3-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
  .highlighted-admin.default-3-tpl .item:hover .item-content {
    /*background-color: #dc1d52;*/
    padding-bottom: 1.5rem; }
  .highlighted-admin.cards-tpl .bg {
    background: url(../images/black.svg) repeat-x;
    background-position-y: 487px;
    background-size: 4px; }
  .highlighted-admin.cards-tpl .item.color1 .item-content {
    background-color: #02B572; }
  .highlighted-admin.cards-tpl .item-bottom.color1 .arrow {
    border-top-color: #02B572 !important; }
  .highlighted-admin.cards-tpl .item.color2 .item-content {
    background-color: #FF3B71; }
  .highlighted-admin.cards-tpl .item-bottom.color2 .arrow {
    border-top-color: #FF3B71 !important; }
  .highlighted-admin.cards-tpl .item.color3 .item-content {
    background-color: #1FA8CB; }
  .highlighted-admin.cards-tpl .item-bottom.color3 .arrow {
    border-top-color: #1FA8CB !important; }
  .highlighted-admin.cards-tpl .item.color4 .item-content {
    background-color: #FFA200; }
  .highlighted-admin.cards-tpl .item-bottom.color4 .arrow {
    border-top-color: #FFA200 !important; }
  .highlighted-admin.cards-tpl .item.color5 .item-content {
    background-color: #7F50B2; }
  .highlighted-admin.cards-tpl .item-bottom.color5 .arrow {
    border-top-color: #7F50B2 !important; }
  .highlighted-admin.cards-tpl .item.color6 .item-content {
    background-color: #0EB7A5; }
  .highlighted-admin.cards-tpl .item-bottom.color6 .arrow {
    border-top-color: #0EB7A5 !important; }
  .highlighted-admin.cards-tpl .item.color7 .item-content {
    background-color: #957A62; }
  .highlighted-admin.cards-tpl .item-bottom.color7 .arrow {
    border-top-color: #957A62 !important; }
  .highlighted-admin.cards-tpl .item.color8 .item-content {
    background-color: #0080C9; }
  .highlighted-admin.cards-tpl .item-bottom.color8 .arrow {
    border-top-color: #0080C9 !important; }
  .highlighted-admin.cards-tpl .item.color9 .item-content {
    background-color: #02B572; }
  .highlighted-admin.cards-tpl .item-bottom.color9 .arrow {
    border-top-color: #02B572 !important; }
  .highlighted-admin.cards-tpl .item.color10 .item-content {
    background-color: #FF3B71; }
  .highlighted-admin.cards-tpl .item-bottom.color10 .arrow {
    border-top-color: #FF3B71 !important; }
  .highlighted-admin.cards-tpl .item.color11 .item-content {
    background-color: #1FA8CB; }
  .highlighted-admin.cards-tpl .item-bottom.color11 .arrow {
    border-top-color: #1FA8CB !important; }
  .highlighted-admin.cards-tpl .item.color12 .item-content {
    background-color: #FFA200; }
  .highlighted-admin.cards-tpl .item-bottom.color12 .arrow {
    border-top-color: #FFA200 !important; }
  .highlighted-admin.cards-tpl .item.color13 .item-content {
    background-color: #7F50B2; }
  .highlighted-admin.cards-tpl .item-bottom.color13 .arrow {
    border-top-color: #7F50B2 !important; }
  .highlighted-admin.cards-tpl .item.color14 .item-content {
    background-color: #0EB7A5; }
  .highlighted-admin.cards-tpl .item-bottom.color14 .arrow {
    border-top-color: #0EB7A5 !important; }
  .highlighted-admin.cards-tpl .item.color15 .item-content {
    background-color: #957A62; }
  .highlighted-admin.cards-tpl .item-bottom.color15 .arrow {
    border-top-color: #957A62 !important; }
  .highlighted-admin.cards-tpl .item.color16 .item-content {
    background-color: #0080C9; }
  .highlighted-admin.cards-tpl .item-bottom.color16 .arrow {
    border-top-color: #0080C9 !important; }
  .highlighted-admin.cards-tpl .item {
    margin-bottom: 0; }
    .highlighted-admin.cards-tpl .item .img {
      height: 400px; }
      .highlighted-admin.cards-tpl .item .img img {
        margin-bottom: 200px; }
    .highlighted-admin.cards-tpl .item .item-content {
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      .highlighted-admin.cards-tpl .item .item-content .title a {
        color: #FFFFFF; }
      .highlighted-admin.cards-tpl .item .item-content .subtitle {
        color: #FFFFFF; }
        .highlighted-admin.cards-tpl .item .item-content .subtitle i {
          color: #000000 !important;
          opacity: 0.4; }
      .highlighted-admin.cards-tpl .item .item-content::after {
        /*position: absolute;
				    content: " ";
				    display: block;
				    left: 0;
				    top: -20px;
				    width: 100%;
				    border-style: solid;
				    border-width: 0 242px 20px 0;
				    border-color: transparent transparent red transparent;*/ }
    .highlighted-admin.cards-tpl .item:hover .item-content {
      padding-bottom: 1.5rem; }
  .highlighted-admin.cards-tpl .arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    margin: 0 auto; }
  .highlighted-admin.cards-tpl .dot {
    padding: 10px; }
    .highlighted-admin.cards-tpl .dot span {
      width: 20px;
      height: 20px;
      background: #c3c3c3;
      display: block;
      margin: 0 auto;
      border-radius: 30px; }
  .highlighted-admin.cards-tpl .date1 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #000000; }
  .highlighted-admin.cards-tpl .date2 {
    text-align: center;
    color: #000000; }
  .highlighted-admin.cards-tpl .slick-carousel .slick-prev {
    left: 0;
    z-index: 1; }
  .highlighted-admin.cards-tpl .slick-carousel .slick-next {
    right: 0;
    z-index: 1; }
  .highlighted-admin.cards-tpl .slick-carousel .slick-next, .highlighted-admin.cards-tpl .slick-carousel .slick-prev {
    top: 94%; }
    .highlighted-admin.cards-tpl .slick-carousel .slick-next:hover, .highlighted-admin.cards-tpl .slick-carousel .slick-prev:hover {
      color: #A5C933; }
  .highlighted-admin.default-4-tpl .item-content {
    height: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .highlighted-admin.default-4-tpl .item-content .title {
      text-align: center; }
      .highlighted-admin.default-4-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted-admin.default-4-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted-admin.default-4-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted-admin.default-4-tpl .item:hover .item-content {
    background: rgba(0, 0, 0, 0.3); }
  .highlighted-admin.default-5-tpl .img {
    height: 250px; }
    .highlighted-admin.default-5-tpl .img img {
      margin-bottom: 80px; }
  .highlighted-admin.default-5-tpl .item-content {
    background-color: #FFFFFF;
    border-top: 5px solid #FFA200; }
    .highlighted-admin.default-5-tpl .item-content .title {
      text-align: center; }
  .highlighted-admin.default-5-tpl .item:hover .item-content {
    background-color: #EFEFEF;
    padding-bottom: 1.5rem; }
  .highlighted-admin.default-6-tpl .img {
    height: 280px; }
    .highlighted-admin.default-6-tpl .img img {
      margin-bottom: 130px; }
  .highlighted-admin.default-6-tpl .item-content {
    background-color: #1FA8CB;
    padding: 0; }
    .highlighted-admin.default-6-tpl .item-content .title {
      padding: 1rem 1rem 0 1rem; }
      .highlighted-admin.default-6-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted-admin.default-6-tpl .item-content .subtitle {
      color: #FFFFFF;
      padding: 0 1rem; }
      .highlighted-admin.default-6-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
    .highlighted-admin.default-6-tpl .item-content .subtitle:nth-child(3) {
      color: #FFFFFF;
      font-weight: 700;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      padding: 0.3rem;
      margin-top: 0.8rem;
      transition: all 0.3s; }
  .highlighted-admin.default-6-tpl .item:hover .item-content {
    /*background-color: #168ba9;*/ }
    .highlighted-admin.default-6-tpl .item:hover .item-content .price {
      margin-top: 1.3rem; }
  .highlighted-admin.recommend .img {
    height: 250px; }
    .highlighted-admin.recommend .img img {
      margin-bottom: 80px; }
  .highlighted-admin.recommend .item-content {
    background-color: #A5C933; }
    .highlighted-admin.recommend .item-content .title a {
      color: #FFFFFF; }
  .highlighted-admin.recommend .item:hover .item-content {
    /*background-color: $lightgray;*/
    padding-bottom: 1.5rem; }
  @media only screen and (min-width: 992px) {
    .highlighted-admin.recommend {
      /* COLORES DE LA PAGINACIÓN */ }
      .highlighted-admin.recommend .item {
        margin: 0; }
        .highlighted-admin.recommend .item:hover .img img {
          height: 100%;
          width: 100%; }
        .highlighted-admin.recommend .item .img {
          height: 200px;
          width: 50%; }
          .highlighted-admin.recommend .item .img img {
            margin-bottom: 0; }
        .highlighted-admin.recommend .item .item-content {
          height: 100%;
          width: 50%;
          display: flex;
          flex-direction: column;
          padding: 2rem 2rem 1rem 2rem;
          border-radius: 0;
          margin-left: 50%; }
          .highlighted-admin.recommend .item .item-content .title {
            text-align: left; }
            .highlighted-admin.recommend .item .item-content .title div, .highlighted-admin.recommend .item .item-content .title h2, .highlighted-admin.recommend .item .item-content .title h3, .highlighted-admin.recommend .item .item-content .title h4, .highlighted-admin.recommend .item .item-content .title h5, .highlighted-admin.recommend .item .item-content .title h6 {
              font-size: 1.8rem;
              font-weight: 600; }
          .highlighted-admin.recommend .item .item-content .subtitle {
            margin-bottom: 15px;
            font-size: 1.2rem;
            text-align: left; }
          .highlighted-admin.recommend .item .item-content .subtitle:nth-child(3) {
            font-size: 1rem;
            display: block; }
      .highlighted-admin.recommend .slick-dots {
        position: absolute !important;
        bottom: 20px !important;
        padding-top: 0 !important;
        width: 50%;
        margin-left: 50%; }
      .highlighted-admin.recommend .slick-dots li button:before {
        color: #FFFFFF;
        opacity: 1 !important; }
      .highlighted-admin.recommend .slick-dots .slick-active button:before {
        border: 3px solid #FFFFFF !important; } }
  .highlighted-admin.big-vertical-tpl {
    /* OCULTAR SEGUNDO CAMPO */ }
    .highlighted-admin.big-vertical-tpl.default-2-tpl .subtitle:nth-child(3) {
      display: none; }
    @media only screen and (min-width: 992px) {
      .highlighted-admin.big-vertical-tpl {
        /*.section-title{
		    	position: absolute;
		    	top: 22px;
			    z-index: 2;
			    color: $white;
			    padding-left: 2rem;
			    display: none;
		    }*/
        /* CONTENIDOS PERSONALIZADOS */
        /* COLORES DE FONDO DEL CONTENIDO */
        /* COLORES DE LA PAGINACIÓN */ }
        .highlighted-admin.big-vertical-tpl .item {
          margin: 0; }
          .highlighted-admin.big-vertical-tpl .item:hover .img img {
            height: 100%;
            width: 100%; }
          .highlighted-admin.big-vertical-tpl .item .img {
            height: 500px; }
            .highlighted-admin.big-vertical-tpl .item .img img {
              margin-left: 200px;
              margin-bottom: 0; }
          .highlighted-admin.big-vertical-tpl .item .item-content {
            height: 100%;
            width: 50%;
            display: flex;
            flex-direction: column;
            padding: 8rem 2rem 1rem 2rem;
            border-radius: 0;
            /*@include media-breakpoint-up(xl) {
						width: 33.3%; 
					}*/ }
            .highlighted-admin.big-vertical-tpl .item .item-content .title {
              text-align: left; }
              .highlighted-admin.big-vertical-tpl .item .item-content .title div, .highlighted-admin.big-vertical-tpl .item .item-content .title h2, .highlighted-admin.big-vertical-tpl .item .item-content .title h3, .highlighted-admin.big-vertical-tpl .item .item-content .title h4, .highlighted-admin.big-vertical-tpl .item .item-content .title h5, .highlighted-admin.big-vertical-tpl .item .item-content .title h6 {
                font-size: 1.8rem;
                font-weight: 600; }
            .highlighted-admin.big-vertical-tpl .item .item-content .subtitle {
              margin-bottom: 15px;
              font-size: 1.2rem;
              text-align: left; }
            .highlighted-admin.big-vertical-tpl .item .item-content .subtitle:nth-child(3) {
              font-size: 1rem;
              display: block; }
        .highlighted-admin.big-vertical-tpl .slick-dots {
          position: absolute !important;
          bottom: 20px !important;
          padding-top: 0 !important;
          width: 50%;
          /*@include media-breakpoint-up(xl) {
					width: 33.3%; 
				}*/ }
        .highlighted-admin.big-vertical-tpl.default-1-tpl .item .item-content .subtitle, .highlighted-admin.big-vertical-tpl.default-3-tpl .item .item-content .subtitle {
          margin-bottom: 0; }
        .highlighted-admin.big-vertical-tpl.default-1-tpl .item .item-content .subtitle:nth-child(3), .highlighted-admin.big-vertical-tpl.default-3-tpl .item .item-content .subtitle:nth-child(3) {
          font-size: 1.2rem; }
        .highlighted-admin.big-vertical-tpl.default-6-tpl .item .item-content .subtitle:nth-child(3) {
          width: fit-content;
          border-radius: 200px;
          font-size: 2rem;
          margin: 1rem;
          padding: 1rem 2rem; }
        .highlighted-admin.big-vertical-tpl.default-1-tpl .item-content, .highlighted-admin.big-vertical-tpl.default-5-tpl .item-content {
          background-color: #EFEFEF; }
        .highlighted-admin.big-vertical-tpl.default-4-tpl .item-content {
          background-color: #957A62 !important;
          align-items: unset;
          justify-content: unset; }
        .highlighted-admin.big-vertical-tpl.default-2-tpl .slick-dots li button:before, .highlighted-admin.big-vertical-tpl.default-3-tpl .slick-dots li button:before, .highlighted-admin.big-vertical-tpl.default-6-tpl .slick-dots li button:before, .highlighted-admin.big-vertical-tpl.default-4-tpl .slick-dots li button:before, .highlighted-admin.big-vertical-tpl.default-7-tpl .slick-dots li button:before {
          color: #FFFFFF;
          opacity: 1 !important; }
        .highlighted-admin.big-vertical-tpl.default-2-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-vertical-tpl.default-3-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-vertical-tpl.default-6-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-vertical-tpl.default-4-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-vertical-tpl.default-7-tpl .slick-dots .slick-active button:before {
          border: 3px solid #FFFFFF !important; } }
  @media only screen and (min-width: 992px) {
    .highlighted-admin.big-horizontal-tpl {
      /* CONTENIDOS PERSONALIZADOS */
      /* COLORES DE FONDO DEL CONTENIDO */
      /* COLORES DE LA PAGINACIÓN */ }
      .highlighted-admin.big-horizontal-tpl .item {
        margin: 0; }
        .highlighted-admin.big-horizontal-tpl .item:hover .img img {
          height: 100%;
          width: 100%; }
        .highlighted-admin.big-horizontal-tpl .item .img {
          height: 500px; }
          .highlighted-admin.big-horizontal-tpl .item .img img {
            margin-bottom: 250px; }
        .highlighted-admin.big-horizontal-tpl .item .item-content {
          padding: 1.5rem 2rem 4rem 2rem !important;
          border-radius: 0; }
          .highlighted-admin.big-horizontal-tpl .item .item-content .title {
            text-align: left; }
            .highlighted-admin.big-horizontal-tpl .item .item-content .title div, .highlighted-admin.big-horizontal-tpl .item .item-content .title h2, .highlighted-admin.big-horizontal-tpl .item .item-content .title h3, .highlighted-admin.big-horizontal-tpl .item .item-content .title h4, .highlighted-admin.big-horizontal-tpl .item .item-content .title h5, .highlighted-admin.big-horizontal-tpl .item .item-content .title h6 {
              font-size: 1.8rem;
              font-weight: 600; }
          .highlighted-admin.big-horizontal-tpl .item .item-content .subtitle {
            margin-bottom: 15px;
            font-size: 1.2rem; }
          .highlighted-admin.big-horizontal-tpl .item .item-content .subtitle:nth-child(3) {
            font-size: 1rem;
            display: block; }
      .highlighted-admin.big-horizontal-tpl .slick-dots {
        position: absolute !important;
        bottom: 20px !important;
        padding-top: 0 !important; }
      .highlighted-admin.big-horizontal-tpl.default-1-tpl .item .item-content .subtitle, .highlighted-admin.big-horizontal-tpl.default-3-tpl .item .item-content .subtitle {
        margin-bottom: 0; }
      .highlighted-admin.big-horizontal-tpl.default-1-tpl .item .item-content .subtitle:nth-child(3), .highlighted-admin.big-horizontal-tpl.default-3-tpl .item .item-content .subtitle:nth-child(3) {
        font-size: 1.2rem; }
      .highlighted-admin.big-horizontal-tpl.default-6-tpl .item .item-content .subtitle:nth-child(3) {
        width: fit-content;
        border-radius: 200px;
        font-size: 1.5rem;
        margin: 1rem;
        padding: 0rem 1.5rem; }
      .highlighted-admin.big-horizontal-tpl.default-1-tpl .item-content, .highlighted-admin.big-horizontal-tpl.default-5-tpl .item-content {
        background-color: #EFEFEF; }
      .highlighted-admin.big-horizontal-tpl.default-4-tpl .item-content {
        background-color: #957A62 !important;
        align-items: unset;
        justify-content: unset;
        height: auto; }
      .highlighted-admin.big-horizontal-tpl.default-2-tpl .slick-dots li button:before, .highlighted-admin.big-horizontal-tpl.default-3-tpl .slick-dots li button:before, .highlighted-admin.big-horizontal-tpl.default-6-tpl .slick-dots li button:before, .highlighted-admin.big-horizontal-tpl.default-4-tpl .slick-dots li button:before {
        color: #FFFFFF;
        opacity: 1 !important; }
      .highlighted-admin.big-horizontal-tpl.default-2-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-horizontal-tpl.default-3-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-horizontal-tpl.default-6-tpl .slick-dots .slick-active button:before, .highlighted-admin.big-horizontal-tpl.default-4-tpl .slick-dots .slick-active button:before {
        border: 3px solid #FFFFFF !important; } }
  .highlighted-admin.full-tpl .section-title {
    text-align: center;
    position: relative;
    bottom: -100px;
    z-index: 2;
    color: #FFFFFF; }
  .highlighted-admin.full-tpl .item {
    margin: 0; }
    .highlighted-admin.full-tpl .item .img {
      height: 100%;
      position: absolute;
      filter: brightness(0.5); }
    .highlighted-admin.full-tpl .item .item-content {
      height: 100%;
      padding: 8rem 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .highlighted-admin.full-tpl .item .item-content {
          padding: 12rem 5rem; } }
      .highlighted-admin.full-tpl .item .item-content .title {
        text-align: center; }
        .highlighted-admin.full-tpl .item .item-content .title div, .highlighted-admin.full-tpl .item .item-content .title h2, .highlighted-admin.full-tpl .item .item-content .title h3, .highlighted-admin.full-tpl .item .item-content .title h4, .highlighted-admin.full-tpl .item .item-content .title h5, .highlighted-admin.full-tpl .item .item-content .title h6 {
          font-size: 3.5rem;
          font-weight: 100; }
          @media only screen and (min-width: 768px) {
            .highlighted-admin.full-tpl .item .item-content .title div, .highlighted-admin.full-tpl .item .item-content .title h2, .highlighted-admin.full-tpl .item .item-content .title h3, .highlighted-admin.full-tpl .item .item-content .title h4, .highlighted-admin.full-tpl .item .item-content .title h5, .highlighted-admin.full-tpl .item .item-content .title h6 {
              padding: 0 5rem; } }
        .highlighted-admin.full-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted-admin.full-tpl .item .item-content .subtitle {
        text-align: center;
        color: #FFFFFF;
        font-size: 1.7rem;
        font-weight: 500; }
        .highlighted-admin.full-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted-admin.full-tpl .slick-item {
    background-color: #7F50B2; }
  .highlighted-admin.full-tpl .slick-dots {
    position: absolute !important;
    bottom: 50px !important;
    padding-top: 0 !important; }
    .highlighted-admin.full-tpl .slick-dots li button:before {
      color: #FFFFFF;
      opacity: 1 !important; }
    .highlighted-admin.full-tpl .slick-dots .slick-active button:before {
      border: 3px solid #FFFFFF !important; }
  .highlighted-admin.circle-tpl .section-title {
    text-align: center; }
  .highlighted-admin.circle-tpl .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem 6px 0 6px; }
    @media only screen and (min-width: 768px) {
      .highlighted-admin.circle-tpl .item {
        flex-wrap: nowrap;
        padding: 2rem 6px; } }
    .highlighted-admin.circle-tpl .item:hover .img img {
      width: 100%;
      height: 100%; }
    .highlighted-admin.circle-tpl .item .img {
      height: 150px;
      width: 150px;
      flex-shrink: 0; }
      @media only screen and (min-width: 992px) {
        .highlighted-admin.circle-tpl .item .img {
          height: 220px;
          width: 220px; } }
      .highlighted-admin.circle-tpl .item .img img {
        border-radius: 300px; }
    .highlighted-admin.circle-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      max-width: 800px;
      padding: 1rem; }
      @media only screen and (min-width: 768px) {
        .highlighted-admin.circle-tpl .item .item-content {
          padding: 2rem; } }
      .highlighted-admin.circle-tpl .item .item-content .title {
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .highlighted-admin.circle-tpl .item .item-content .title {
            text-align: left; } }
        .highlighted-admin.circle-tpl .item .item-content .title div, .highlighted-admin.circle-tpl .item .item-content .title h2, .highlighted-admin.circle-tpl .item .item-content .title h3, .highlighted-admin.circle-tpl .item .item-content .title h4, .highlighted-admin.circle-tpl .item .item-content .title h5, .highlighted-admin.circle-tpl .item .item-content .title h6 {
          font-size: 2.2rem;
          font-weight: 100; }
          @media only screen and (min-width: 992px) {
            .highlighted-admin.circle-tpl .item .item-content .title div, .highlighted-admin.circle-tpl .item .item-content .title h2, .highlighted-admin.circle-tpl .item .item-content .title h3, .highlighted-admin.circle-tpl .item .item-content .title h4, .highlighted-admin.circle-tpl .item .item-content .title h5, .highlighted-admin.circle-tpl .item .item-content .title h6 {
              font-size: 3.5rem; } }
      .highlighted-admin.circle-tpl .item .item-content .subtitle {
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .highlighted-admin.circle-tpl .item .item-content .subtitle {
            text-align: left; } }
        .highlighted-admin.circle-tpl .item .item-content .subtitle span {
          font-weight: 700;
          margin-right: 10px; }
      .highlighted-admin.circle-tpl .item .item-content .subtitle:nth-child(3) {
        font-weight: 400; }
  .highlighted-admin.essential-1-tpl .bg {
    background: #EFEFEF;
    padding: 3rem 0 1rem 0; }
    @media only screen and (min-width: 992px) {
      .highlighted-admin.essential-1-tpl .bg {
        padding: 3rem 0 5rem 0; } }
  .highlighted-admin.essential-1-tpl .section-title {
    text-align: center; }
  .highlighted-admin.essential-1-tpl .item {
    font-family: 'kalam'; }
    .highlighted-admin.essential-1-tpl .item:hover .item-content {
      background: rgba(0, 0, 0, 0.3); }
    .highlighted-admin.essential-1-tpl .item .img {
      height: 300px; }
      @media only screen and (min-width: 768px) {
        .highlighted-admin.essential-1-tpl .item .img {
          height: 500px; } }
    .highlighted-admin.essential-1-tpl .item .item-content {
      height: 100%;
      padding: 1rem;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .highlighted-admin.essential-1-tpl .item .item-content .title {
        text-align: center; }
        .highlighted-admin.essential-1-tpl .item .item-content .title div, .highlighted-admin.essential-1-tpl .item .item-content .title h2, .highlighted-admin.essential-1-tpl .item .item-content .title h3, .highlighted-admin.essential-1-tpl .item .item-content .title h4, .highlighted-admin.essential-1-tpl .item .item-content .title h5, .highlighted-admin.essential-1-tpl .item .item-content .title h6 {
          font-size: 1.8rem; }
        .highlighted-admin.essential-1-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted-admin.essential-1-tpl .item .item-content .subtitle {
        color: #FFFFFF; }
        .highlighted-admin.essential-1-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted-admin.essential-2-tpl .section-title {
    text-align: center; }
  .highlighted-admin.essential-2-tpl .item {
    font-family: 'kalam'; }
    .highlighted-admin.essential-2-tpl .item:hover .item-content {
      background: rgba(0, 0, 0, 0.3); }
    .highlighted-admin.essential-2-tpl .item .item-content {
      height: 100%;
      padding: 1rem;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .highlighted-admin.essential-2-tpl .item .item-content .title {
        text-align: center; }
        .highlighted-admin.essential-2-tpl .item .item-content .title div, .highlighted-admin.essential-2-tpl .item .item-content .title h2, .highlighted-admin.essential-2-tpl .item .item-content .title h3, .highlighted-admin.essential-2-tpl .item .item-content .title h4, .highlighted-admin.essential-2-tpl .item .item-content .title h5, .highlighted-admin.essential-2-tpl .item .item-content .title h6 {
          font-size: 1.5rem; }
        .highlighted-admin.essential-2-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted-admin.essential-2-tpl .item .item-content .subtitle {
        color: #FFFFFF; }
        .highlighted-admin.essential-2-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted-admin.mosaic-tpl .item-content {
    padding: 5rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .highlighted-admin.mosaic-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted-admin.mosaic-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted-admin.mosaic-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted-admin.mosaic-tpl .item:hover .item-content {
    padding: 6rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted-admin.menugrid-tpl .img {
    height: 150px; }
  .highlighted-admin.menugrid-tpl .item-content {
    padding: 2rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .highlighted-admin.menugrid-tpl .item-content .title {
      text-align: center; }
      .highlighted-admin.menugrid-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted-admin.menugrid-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted-admin.menugrid-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted-admin.menugrid-tpl .item:hover .item-content {
    padding: 3rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted-admin.menulist-tpl .section-title {
    margin-bottom: 1rem; }
  .highlighted-admin.menulist-tpl .item {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.5rem 6px; }
    .highlighted-admin.menulist-tpl .item:hover .img img {
      width: 100%;
      height: 100%; }
    .highlighted-admin.menulist-tpl .item .img {
      height: 60px;
      width: 60px;
      flex-shrink: 0; }
      .highlighted-admin.menulist-tpl .item .img img {
        border-radius: 300px; }
    .highlighted-admin.menulist-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      padding: 1rem; }
      .highlighted-admin.menulist-tpl .item .item-content .title {
        text-align: left; }
        .highlighted-admin.menulist-tpl .item .item-content .title div, .highlighted-admin.menulist-tpl .item .item-content .title h2, .highlighted-admin.menulist-tpl .item .item-content .title h3, .highlighted-admin.menulist-tpl .item .item-content .title h4, .highlighted-admin.menulist-tpl .item .item-content .title h5, .highlighted-admin.menulist-tpl .item .item-content .title h6 {
          font-weight: 600; }
      .highlighted-admin.menulist-tpl .item .item-content .subtitle {
        font-size: 1.2rem;
        font-weight: 600; }
        .highlighted-admin.menulist-tpl .item .item-content .subtitle span {
          font-weight: 700;
          margin-right: 10px; }
      .highlighted-admin.menulist-tpl .item .item-content .subtitle:nth-child(3) {
        font-weight: 400; }
  .highlighted-admin.menuicon-tpl .section-title {
    margin-bottom: 1rem; }
  .highlighted-admin.menuicon-tpl .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 6px; }
    .highlighted-admin.menuicon-tpl .item .img {
      height: 60px;
      width: 100%;
      font-size: 2.5rem; }
    .highlighted-admin.menuicon-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      padding: 0;
      width: 100%; }
      .highlighted-admin.menuicon-tpl .item .item-content .title {
        text-align: center;
        width: 100%; }
        .highlighted-admin.menuicon-tpl .item .item-content .title div, .highlighted-admin.menuicon-tpl .item .item-content .title h2, .highlighted-admin.menuicon-tpl .item .item-content .title h3, .highlighted-admin.menuicon-tpl .item .item-content .title h4, .highlighted-admin.menuicon-tpl .item .item-content .title h5, .highlighted-admin.menuicon-tpl .item .item-content .title h6 {
          font-weight: 500; }

/*********************************************************************************** COLORES PARA LOS DESTACADOS DENTRO DEL MENÚ *****/
.menu .highlighted .section-title {
  color: #FFFFFF !important; }

.menu .highlighted .item .img, .menu .highlighted .item .img a {
  color: #FFFFFF !important; }

.menu .highlighted .item .item-content .title a {
  color: #FFFFFF !important; }

.menu .highlighted .item .item-content .subtitle {
  color: #FFFFFF !important; }

/*********************************************************************************** EFECTOS *****/
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/************************************************* CUSTOMIZACIÓN DOTS SLIDER **/
.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  padding-top: 10px !important; }
  .slick-dots li {
    margin: 2px !important; }
    .slick-dots li button:before {
      font-size: 12px !important;
      opacity: 0.5 !important; }
    .slick-dots li.slick-active {
      cursor: default !important; }
      .slick-dots li.slick-active button:before {
        color: transparent !important;
        opacity: 1 !important;
        border: 3px solid black !important;
        border-radius: 20px !important;
        width: 16px !important;
        height: 16px !important;
        line-height: 19px !important;
        margin-left: 2px !important; }
    .slick-dots li:hover button:before {
      opacity: 1 !important; }