@charset "UTF-8";
/* #FF0048 */
/* #02B572 */
/* #0EB7A5 */
/* black */
/* aqua */
/*

Cards OLD
$green, $pink, $lightenblue, $orange, $purple, $aqua, $brown, $blue, $green, $pink, $lightenblue, $orange, $purple, $aqua, $brown, $blue;

Cards NEW
$resp-green, $resp-intensepink, $resp-blue, $resp-aqua, $resp-purple, $resp-brown, $resp-green, $resp-intensepink, $resp-blue, $resp-aqua, $resp-purple, $resp-brown, $resp-green, $resp-intensepink, $resp-blue, $resp-aqua, $resp-purple, $resp-brown;

*/
/*

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 {
  position: relative;
  /* CARGADOR */
  /* BOTÓN VER TODO */
  /* 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 Y BANNER FULL WIDTH *****/
  /*********************************************************************************** TEMPLATE TIPO CONTENIDO PAGINADO *****/
  /*********************************************************************************** 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 GALERÍA PAGINADA *****/
  /*********************************************************************************** TEMPLATE SLIDER ANDALUCIAORG *****/
  /*********************************************************************************** TEMPLATE GRID DE CUADROS *****/
  /*********************************************************************************** TEMPLATE SLIDER POR DEFECTO *****/
  /*********************************************************************************** TEMPLATE MENU GRID *****/
  /*********************************************************************************** TEMPLATE MENU LIST *****/
  /*********************************************************************************** TEMPLATE MENU ICON *****/ }
  .highlighted .custom-loader + .carousel .slick-item:not(:first-child) .item,
  .highlighted .custom-loader + .carousel .slick-item:not(:first-child) .item-bottom {
    display: none; }
  .highlighted .custom-loader + .carousel .item, .highlighted .custom-loader + .carousel .item-bottom, .highlighted .custom-loader + .carousel .slick-dots {
    opacity: 0;
    animation-name: none !important; }
  .highlighted .carousel .item, .highlighted .carousel .item-bottom, .highlighted .carousel .slick-dots {
    animation-duration: 0.3s;
    animation-name: loaderFadeIn;
    animation-timing-function: ease-in; }
  .highlighted .slick-dots {
    pointer-events: none; }
    .highlighted .slick-dots li {
      pointer-events: auto; }

@-webkit-keyframes loaderFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes loaderFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .highlighted .section-view-all-link {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s !important;
    float: right;
    margin-top: -35px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .highlighted .section-view-all-link {
        /* @include media-breakpoint-down(sm) { */
        float: unset;
        margin-top: 10px;
        margin-bottom: 20px; } }
    .highlighted .section-view-all-link a {
      background-color: rgba(0, 0, 0, 0.06);
      color: #000000;
      font-family: "Asap Condensed";
      font-weight: bold;
      font-size: 1.2rem;
      margin-right: 2px;
      padding: 0.4rem 1.3rem;
      border-radius: 50px;
      cursor: pointer; }
      .highlighted .section-view-all-link a:hover {
        color: #FFFFFF;
        background-color: #000000 !important; }
  .highlighted .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 .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 .actions a {
      padding-right: 12px;
      color: #000000; }
      .highlighted .actions a:first-child {
        padding-left: 12px; }
    .highlighted .actions .heart:hover {
      color: #EC0043; }
    .highlighted .actions .book:hover {
      color: #00AA6B; }
    .highlighted .actions .share:hover {
      color: #7F50B2; }
    .highlighted .actions .pin:hover {
      color: #FFA200; }
  .highlighted .item {
    position: relative;
    margin: 6px;
    padding: 0;
    text-align: left; }
    .highlighted .item:hover .actions {
      display: flex;
      visibility: visible;
      opacity: 1;
      animation: fade 0.3s; }
    .highlighted .item:hover .img img {
      transform: scale(1.2); }
    .highlighted .item.active .img img {
      height: 110%; }
    .highlighted .item.active .content {
      background-color: #EFEFEF; }
      .highlighted .item.active .content .title div, .highlighted .item.active .content .title a, .highlighted .item.active .content .title h2, .highlighted .item.active .content .title h3, .highlighted .item.active .content .title h4, .highlighted .item.active .content .title h5, .highlighted .item.active .content .title h6 {
        color: #000000 !important; }
    .highlighted .item.extra .img {
      height: 220px; }
      @media (min-width: 768px) {
        .highlighted .item.extra .img {
          /* @include media-breakpoint-up(md) { */
          height: 342px; } }
    .highlighted .item.extra .title {
      font-size: 1.5rem; }
      .highlighted .item.extra .title div, .highlighted .item.extra .title h2, .highlighted .item.extra .title h3, .highlighted .item.extra .title h4, .highlighted .item.extra .title h5, .highlighted .item.extra .title h6 {
        font-size: 1.5rem; }
    .highlighted .item.extra .subtitle {
      font-size: 1.3rem; }
    .highlighted .item.extralarge .img {
      height: 220px; }
      @media (min-width: 768px) {
        .highlighted .item.extralarge .img {
          /* @include media-breakpoint-up(md) { */
          height: 452px; } }
    .highlighted .item.extralarge .title {
      font-size: 1.5rem; }
      .highlighted .item.extralarge .title div, .highlighted .item.extralarge .title h2, .highlighted .item.extralarge .title h3, .highlighted .item.extralarge .title h4, .highlighted .item.extralarge .title h5, .highlighted .item.extralarge .title h6 {
        font-size: 1.5rem; }
    .highlighted .item.extralarge .subtitle {
      font-size: 1.3rem; }
  .highlighted .img {
    height: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .highlighted .img img, .highlighted .img a {
      transition: all 0.2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /********** FIT IE ***********
						
			position: relative;
		    top: 50%;
		    left: 50%;
		    min-width: 100%;
		    min-height: 100%;
		    transform: translateX(-50%) translateY(-50%);
		    
			********** /FIT IE ***********/ }
  .highlighted .item-content {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s; }
    .highlighted .item-content .title {
      margin-top: 0; }
      .highlighted .item-content .title div, .highlighted .item-content .title h2, .highlighted .item-content .title h3, .highlighted .item-content .title h4, .highlighted .item-content .title h5, .highlighted .item-content .title h6 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #000000;
        margin: 0;
        padding: 0; }
      .highlighted .item-content .title a {
        color: #000000; }
        .highlighted .item-content .title a:hover {
          /*opacity: 0.7;*/
          text-decoration: underline; }
    .highlighted .item-content .subtitle {
      margin-top: 5px; }
      .highlighted .item-content .subtitle div, .highlighted .item-content .subtitle h2, .highlighted .item-content .subtitle h3, .highlighted .item-content .subtitle h4, .highlighted .item-content .subtitle h5, .highlighted .item-content .subtitle h6 {
        font-size: 1rem;
        font-weight: 500;
        color: #000000;
        margin: 0;
        padding: 0; }
      .highlighted .item-content .subtitle a {
        color: #000000; }
      .highlighted .item-content .subtitle i[class*="pin"] {
        color: #FFA200; }
      .highlighted .item-content .subtitle i[class*="calendar"] {
        color: #18A1C4; }
      .highlighted .item-content .subtitle i[class*="user"] {
        color: #FF3B71; }
  .highlighted .column-1 > div:nth-child(1) {
    order: 2; }
  .highlighted .column-1 > div:nth-child(2) {
    order: 3; }
  .highlighted .column-1 > div:nth-child(3) {
    order: 1; }
  @media (min-width: 768px) {
    .highlighted {
      /* @include media-breakpoint-up(md) { */ }
      .highlighted .column-1 div:nth-child(1), .highlighted .column-1 div:nth-child(2), .highlighted .column-1 div:nth-child(3) {
        order: unset; } }
  .highlighted.default-1-tpl {
    /*
	  	.img{  		
		    height: 250px;
		    
		    img{
	    		margin-bottom: 120px;
	    	}
		}
	
	  	.item-content{
	    	background-color: $white;
		}
	
	  	.item:hover .item-content{
	    	background-color: $lightgray;
	    	padding-bottom: 1.5rem;
		}
		*/ }
    .highlighted.default-1-tpl .img {
      height: 180px; }
    .highlighted.default-1-tpl .item-content {
      background-color: #FFFFFF;
      position: relative; }
    .highlighted.default-1-tpl .item:hover .item-content {
      background-color: #EFEFEF;
      margin-top: -0.5rem; }
  .highlighted.default-2-tpl .img {
    height: 250px; }
    .highlighted.default-2-tpl .img img {
      margin-bottom: 120px; }
  .highlighted.default-2-tpl .item-content {
    background-color: #00AA6B; }
    .highlighted.default-2-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted.default-2-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.default-2-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
  .highlighted.default-2-tpl .item:hover .item-content {
    /*background-color: #008654;*/
    padding-bottom: 1.5rem; }
  .highlighted.default-3-tpl .img {
    height: 280px; }
    .highlighted.default-3-tpl .img img {
      margin-bottom: 180px; }
  .highlighted.default-3-tpl .item-content {
    background-color: #FF3B71;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    .highlighted.default-3-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted.default-3-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.default-3-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
  .highlighted.default-3-tpl .item:hover .item-content {
    /*background-color: #dc1d52;*/
    padding-bottom: 1.5rem; }
  .highlighted.cards-tpl {
    /* COLORES FLECHAS */
    /*.arrow{
			width: 0; 
			height: 0; 
			border-left: 20px solid transparent;
			border-right: 20px solid transparent;
			border-top: 20px solid;
			margin: 0 auto;
      	}*/ }
    .highlighted.cards-tpl .bg {
      background: url(../images/black.svg) repeat-x;
      background-position-y: 445px;
      background-size: 4px; }
    .highlighted.cards-tpl .item.color1 .item-content {
      background-color: #008856; }
    .highlighted.cards-tpl .item-bottom.color1 .arrow {
      border-top-color: #008856 !important; }
    .highlighted.cards-tpl .item.color2 .item-content {
      background-color: #c10238; }
    .highlighted.cards-tpl .item-bottom.color2 .arrow {
      border-top-color: #c10238 !important; }
    .highlighted.cards-tpl .item.color3 .item-content {
      background-color: #007cc2; }
    .highlighted.cards-tpl .item-bottom.color3 .arrow {
      border-top-color: #007cc2 !important; }
    .highlighted.cards-tpl .item.color4 .item-content {
      background-color: #008273; }
    .highlighted.cards-tpl .item-bottom.color4 .arrow {
      border-top-color: #008273 !important; }
    .highlighted.cards-tpl .item.color5 .item-content {
      background-color: #7F50B2; }
    .highlighted.cards-tpl .item-bottom.color5 .arrow {
      border-top-color: #7F50B2 !important; }
    .highlighted.cards-tpl .item.color6 .item-content {
      background-color: #755f4b; }
    .highlighted.cards-tpl .item-bottom.color6 .arrow {
      border-top-color: #755f4b !important; }
    .highlighted.cards-tpl .item.color7 .item-content {
      background-color: #008856; }
    .highlighted.cards-tpl .item-bottom.color7 .arrow {
      border-top-color: #008856 !important; }
    .highlighted.cards-tpl .item.color8 .item-content {
      background-color: #c10238; }
    .highlighted.cards-tpl .item-bottom.color8 .arrow {
      border-top-color: #c10238 !important; }
    .highlighted.cards-tpl .item.color9 .item-content {
      background-color: #007cc2; }
    .highlighted.cards-tpl .item-bottom.color9 .arrow {
      border-top-color: #007cc2 !important; }
    .highlighted.cards-tpl .item.color10 .item-content {
      background-color: #008273; }
    .highlighted.cards-tpl .item-bottom.color10 .arrow {
      border-top-color: #008273 !important; }
    .highlighted.cards-tpl .item.color11 .item-content {
      background-color: #7F50B2; }
    .highlighted.cards-tpl .item-bottom.color11 .arrow {
      border-top-color: #7F50B2 !important; }
    .highlighted.cards-tpl .item.color12 .item-content {
      background-color: #755f4b; }
    .highlighted.cards-tpl .item-bottom.color12 .arrow {
      border-top-color: #755f4b !important; }
    .highlighted.cards-tpl .item.color13 .item-content {
      background-color: #008856; }
    .highlighted.cards-tpl .item-bottom.color13 .arrow {
      border-top-color: #008856 !important; }
    .highlighted.cards-tpl .item.color14 .item-content {
      background-color: #c10238; }
    .highlighted.cards-tpl .item-bottom.color14 .arrow {
      border-top-color: #c10238 !important; }
    .highlighted.cards-tpl .item.color15 .item-content {
      background-color: #007cc2; }
    .highlighted.cards-tpl .item-bottom.color15 .arrow {
      border-top-color: #007cc2 !important; }
    .highlighted.cards-tpl .item.color16 .item-content {
      background-color: #008273; }
    .highlighted.cards-tpl .item-bottom.color16 .arrow {
      border-top-color: #008273 !important; }
    .highlighted.cards-tpl .item.color17 .item-content {
      background-color: #7F50B2; }
    .highlighted.cards-tpl .item-bottom.color17 .arrow {
      border-top-color: #7F50B2 !important; }
    .highlighted.cards-tpl .item.color18 .item-content {
      background-color: #755f4b; }
    .highlighted.cards-tpl .item-bottom.color18 .arrow {
      border-top-color: #755f4b !important; }
    .highlighted.cards-tpl .color1 {
      color: #008856; }
    .highlighted.cards-tpl .color2 {
      color: #c10238; }
    .highlighted.cards-tpl .color3 {
      color: #007cc2; }
    .highlighted.cards-tpl .color4 {
      color: #008273; }
    .highlighted.cards-tpl .color5 {
      color: #7F50B2; }
    .highlighted.cards-tpl .color6 {
      color: #755f4b; }
    .highlighted.cards-tpl .color7 {
      color: #008856; }
    .highlighted.cards-tpl .color8 {
      color: #c10238; }
    .highlighted.cards-tpl .color9 {
      color: #007cc2; }
    .highlighted.cards-tpl .color10 {
      color: #008273; }
    .highlighted.cards-tpl .color11 {
      color: #7F50B2; }
    .highlighted.cards-tpl .color12 {
      color: #755f4b; }
    .highlighted.cards-tpl .color13 {
      color: #008856; }
    .highlighted.cards-tpl .color14 {
      color: #c10238; }
    .highlighted.cards-tpl .color15 {
      color: #007cc2; }
    .highlighted.cards-tpl .color16 {
      color: #008273; }
    .highlighted.cards-tpl .color17 {
      color: #7F50B2; }
    .highlighted.cards-tpl .color18 {
      color: #755f4b; }
    .highlighted.cards-tpl .item {
      margin-bottom: 0; }
      .highlighted.cards-tpl .item .img {
        height: 400px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
        .highlighted.cards-tpl .item .img img {
          /*margin-bottom: 200px;*/ }
      .highlighted.cards-tpl .item .item-content {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        .highlighted.cards-tpl .item .item-content .title a {
          color: #FFFFFF; }
        .highlighted.cards-tpl .item .item-content .subtitle {
          color: #FFFFFF; }
          .highlighted.cards-tpl .item .item-content .subtitle a {
            color: #FFFFFF; }
            .highlighted.cards-tpl .item .item-content .subtitle a:hover {
              text-decoration: underline; }
          .highlighted.cards-tpl .item .item-content .subtitle i {
            color: #000000 !important;
            opacity: 0.4; }
        .highlighted.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.cards-tpl .item:hover .item-content {
        padding-bottom: 1.5rem; }
    .highlighted.cards-tpl .arrow {
      display: flex;
      height: 20px;
      width: 0;
      margin: 0 auto; }
      .highlighted.cards-tpl .arrow:before {
        top: -9px;
        font-size: 1.8rem;
        position: relative;
        transform: translateX(-50%); }
    .highlighted.cards-tpl .dot {
      padding: 10px; }
      .highlighted.cards-tpl .dot span {
        width: 20px;
        height: 20px;
        background: #c3c3c3;
        display: block;
        margin: 0 auto;
        border-radius: 30px; }
    .highlighted.cards-tpl .date1 {
      font-weight: 700;
      font-size: 2rem;
      text-align: center;
      color: #000000; }
    .highlighted.cards-tpl .date2 {
      text-align: center;
      color: #000000; }
    .highlighted.cards-tpl .slick-carousel .slick-prev {
      left: 0;
      z-index: 1; }
    .highlighted.cards-tpl .slick-carousel .slick-next {
      right: 0;
      z-index: 1; }
    .highlighted.cards-tpl .slick-carousel .slick-next, .highlighted.cards-tpl .slick-carousel .slick-prev {
      top: 94%; }
      .highlighted.cards-tpl .slick-carousel .slick-next:hover, .highlighted.cards-tpl .slick-carousel .slick-prev:hover {
        color: #008856; }
  .highlighted.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.default-4-tpl .item-content .title {
      text-align: center; }
      .highlighted.default-4-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted.default-4-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.default-4-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted.default-4-tpl .item:hover .item-content {
    background: rgba(0, 0, 0, 0.3); }
  .highlighted.default-5-tpl .img {
    height: 250px; }
    .highlighted.default-5-tpl .img img {
      margin-bottom: 80px; }
  .highlighted.default-5-tpl .item-content {
    background-color: #FFFFFF;
    border-top: 5px solid #FFA200; }
    .highlighted.default-5-tpl .item-content .title {
      text-align: center; }
  .highlighted.default-5-tpl .item:hover .item-content {
    background-color: #EFEFEF;
    padding-bottom: 1.5rem; }
  .highlighted.default-6-tpl .img {
    height: 280px; }
    .highlighted.default-6-tpl .img img {
      /*margin-bottom: 130px;*/
      margin-bottom: 106px; }
  .highlighted.default-6-tpl .item-content {
    background-color: #007cc2;
    /*se cambia por motivos de accesibilidad lightenblue #137C96 */
    padding: 0; }
    .highlighted.default-6-tpl .item-content .title {
      padding: 1rem; }
      .highlighted.default-6-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted.default-6-tpl .item-content .subtitle {
      color: #FFFFFF;
      padding: 0 1rem;
      margin-top: -1rem;
      padding-bottom: 1rem; }
      .highlighted.default-6-tpl .item-content .subtitle i {
        color: #000000 !important;
        opacity: 0.4; }
    .highlighted.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;
      transition: all 0.3s; }
  .highlighted.default-6-tpl .item:hover .item-content {
    /*background-color: #168ba9;*/ }
    .highlighted.default-6-tpl .item:hover .item-content .price {
      margin-top: 1.3rem; }
  .highlighted.recommend .wrapped-content, .highlighted.banner-full .wrapped-content {
    max-width: 100%;
    padding: 0; }
  .highlighted.recommend .section-title, .highlighted.banner-full .section-title {
    text-align: center;
    position: absolute;
    display: table;
    z-index: 1;
    color: #FFFFFF;
    top: 3rem;
    width: 100%; }
  .highlighted.recommend .item, .highlighted.banner-full .item {
    margin: 0; }
    .highlighted.recommend .item .img, .highlighted.banner-full .item .img {
      height: 100%;
      position: absolute;
      /*filter: brightness(0.5);*/
      filter: saturate(0);
      opacity: 0.2;
      /***** FIX IE11 *****/ }
      @media all and (-ms-high-contrast: none) {
        .highlighted.recommend .item .img, .highlighted.banner-full .item .img {
          /* IE11 */ }
          .highlighted.recommend .item .img *::-ms-backdrop, .highlighted.recommend .item .img img, .highlighted.banner-full .item .img *::-ms-backdrop, .highlighted.banner-full .item .img img {
            height: auto; } }
    .highlighted.recommend .item .item-content, .highlighted.banner-full .item .item-content {
      height: 100%;
      padding: 9rem 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      min-height: 450px; }
      @media (min-width: 768px) {
        .highlighted.recommend .item .item-content, .highlighted.banner-full .item .item-content {
          /* @include media-breakpoint-up(md) { */
          padding: 10rem 5rem; } }
      .highlighted.recommend .item .item-content .title, .highlighted.banner-full .item .item-content .title {
        text-align: center; }
        .highlighted.recommend .item .item-content .title div, .highlighted.recommend .item .item-content .title h2, .highlighted.recommend .item .item-content .title h3, .highlighted.recommend .item .item-content .title h4, .highlighted.recommend .item .item-content .title h5, .highlighted.recommend .item .item-content .title h6, .highlighted.banner-full .item .item-content .title div, .highlighted.banner-full .item .item-content .title h2, .highlighted.banner-full .item .item-content .title h3, .highlighted.banner-full .item .item-content .title h4, .highlighted.banner-full .item .item-content .title h5, .highlighted.banner-full .item .item-content .title h6 {
          font-size: 2.5rem;
          font-weight: 100; }
          @media (min-width: 768px) {
            .highlighted.recommend .item .item-content .title div, .highlighted.recommend .item .item-content .title h2, .highlighted.recommend .item .item-content .title h3, .highlighted.recommend .item .item-content .title h4, .highlighted.recommend .item .item-content .title h5, .highlighted.recommend .item .item-content .title h6, .highlighted.banner-full .item .item-content .title div, .highlighted.banner-full .item .item-content .title h2, .highlighted.banner-full .item .item-content .title h3, .highlighted.banner-full .item .item-content .title h4, .highlighted.banner-full .item .item-content .title h5, .highlighted.banner-full .item .item-content .title h6 {
              /* @include media-breakpoint-up(md) { */
              padding: 0 5rem;
              font-size: 3.5rem; } }
        .highlighted.recommend .item .item-content .title a, .highlighted.banner-full .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted.recommend .item .item-content .subtitle, .highlighted.banner-full .item .item-content .subtitle {
        text-align: center;
        color: #FFFFFF;
        font-size: 1.7rem;
        font-weight: 500; }
        .highlighted.recommend .item .item-content .subtitle i, .highlighted.banner-full .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted.recommend .slick-item, .highlighted.banner-full .slick-item {
    /*background-color: $purple;*/
    background-color: #009688; }
  .highlighted.recommend .slick-dotted.slick-slider, .highlighted.banner-full .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .highlighted.recommend .slick-dots, .highlighted.banner-full .slick-dots {
    position: absolute !important;
    bottom: 50px !important;
    padding-top: 0 !important; }
    .highlighted.recommend .slick-dots li button:before, .highlighted.banner-full .slick-dots li button:before {
      color: #FFFFFF;
      opacity: 1 !important; }
    .highlighted.recommend .slick-dots .slick-active button:before, .highlighted.banner-full .slick-dots .slick-active button:before {
      border: 3px solid #FFFFFF !important; }
  .highlighted.banner-full .slick-item {
    background-color: rgba(0, 0, 0, 0.25); }
    .highlighted.banner-full .slick-item .item .img {
      filter: brightness(0.75);
      opacity: 1; }
  .highlighted.type-paginated .tabs {
    margin-bottom: 1.5rem; }
  .highlighted.type-paginated .item {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #EFEFEF;
    margin: 4px;
    height: calc(100% - 8px); }
  .highlighted.type-paginated .img {
    height: 100%;
    width: 100px;
    flex-shrink: 0; }
  .highlighted.type-paginated .item-content {
    flex-grow: 1;
    position: relative; }
  .highlighted.big-vertical-tpl {
    /* OCULTAR SEGUNDO CAMPO */ }
    .highlighted.big-vertical-tpl.default-2-tpl .subtitle:nth-child(3) {
      display: none; }
    @media (min-width: 992px) {
      .highlighted.big-vertical-tpl {
        /* @include media-breakpoint-up(lg) { */
        /*.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.big-vertical-tpl .item {
          margin: 0; }
          .highlighted.big-vertical-tpl .item:hover .img img {
            height: 100%;
            width: 100%; }
          .highlighted.big-vertical-tpl .item .img {
            height: 500px; }
            .highlighted.big-vertical-tpl .item .img img {
              margin-left: 200px;
              margin-bottom: 0; }
          .highlighted.big-vertical-tpl .item .item-content {
            height: 100%;
            width: 50%;
            display: flex;
            flex-direction: column;
            padding: 8rem 2rem 1rem 2rem;
            border-radius: 0;
            /*@media (min-width: 1200px) {		@include media-breakpoint-up(xl) 
						width: 33.3%; 
					}*/ }
            .highlighted.big-vertical-tpl .item .item-content .title {
              text-align: left; }
              .highlighted.big-vertical-tpl .item .item-content .title div, .highlighted.big-vertical-tpl .item .item-content .title h2, .highlighted.big-vertical-tpl .item .item-content .title h3, .highlighted.big-vertical-tpl .item .item-content .title h4, .highlighted.big-vertical-tpl .item .item-content .title h5, .highlighted.big-vertical-tpl .item .item-content .title h6 {
                font-size: 1.8rem;
                font-weight: 600; }
            .highlighted.big-vertical-tpl .item .item-content .subtitle {
              margin-bottom: 15px;
              font-size: 1.2rem;
              text-align: left; }
            .highlighted.big-vertical-tpl .item .item-content .subtitle:nth-child(3) {
              font-size: 1rem;
              display: block; }
        .highlighted.big-vertical-tpl .slick-dots {
          position: absolute !important;
          bottom: 20px !important;
          padding-top: 0 !important;
          width: 50%;
          /*@media (min-width: 1200px) {		@include media-breakpoint-up(xl) 
					width: 33.3%; 
				}*/ }
        .highlighted.big-vertical-tpl.default-1-tpl .item-content {
          position: absolute; }
        .highlighted.big-vertical-tpl.default-1-tpl .item .item-content .subtitle, .highlighted.big-vertical-tpl.default-3-tpl .item .item-content .subtitle {
          margin-bottom: 0; }
        .highlighted.big-vertical-tpl.default-1-tpl .item .item-content .subtitle:nth-child(3), .highlighted.big-vertical-tpl.default-3-tpl .item .item-content .subtitle:nth-child(3) {
          font-size: 1.2rem; }
        .highlighted.big-vertical-tpl.default-6-tpl .item .item-content .subtitle:nth-child(3) {
          width: fit-content;
          border-radius: 200px;
          font-size: 2rem;
          margin: 1rem;
          margin-top: 0;
          padding: 1rem 2rem; }
        .highlighted.big-vertical-tpl.default-1-tpl .item-content, .highlighted.big-vertical-tpl.default-5-tpl .item-content {
          background-color: #EFEFEF; }
        .highlighted.big-vertical-tpl.default-4-tpl .item-content {
          background-color: #957A62 !important;
          align-items: unset;
          justify-content: unset; }
        .highlighted.big-vertical-tpl.default-2-tpl .slick-dots li button:before, .highlighted.big-vertical-tpl.default-3-tpl .slick-dots li button:before, .highlighted.big-vertical-tpl.default-6-tpl .slick-dots li button:before, .highlighted.big-vertical-tpl.default-4-tpl .slick-dots li button:before, .highlighted.big-vertical-tpl.default-7-tpl .slick-dots li button:before {
          color: #FFFFFF;
          opacity: 1 !important; }
        .highlighted.big-vertical-tpl.default-2-tpl .slick-dots .slick-active button:before, .highlighted.big-vertical-tpl.default-3-tpl .slick-dots .slick-active button:before, .highlighted.big-vertical-tpl.default-6-tpl .slick-dots .slick-active button:before, .highlighted.big-vertical-tpl.default-4-tpl .slick-dots .slick-active button:before, .highlighted.big-vertical-tpl.default-7-tpl .slick-dots .slick-active button:before {
          border: 3px solid #FFFFFF !important; } }
  @media (min-width: 992px) {
    .highlighted.big-horizontal-tpl {
      /* @include media-breakpoint-up(lg) { */
      /* CONTENIDOS PERSONALIZADOS */
      /* COLORES DE FONDO DEL CONTENIDO */
      /* COLORES DE LA PAGINACIÓN */ }
      .highlighted.big-horizontal-tpl .item {
        margin: 0; }
        .highlighted.big-horizontal-tpl .item:hover .img img {
          height: 100%;
          width: 100%; }
        .highlighted.big-horizontal-tpl .item .img {
          height: 500px; }
          .highlighted.big-horizontal-tpl .item .img img {
            margin-bottom: 250px; }
        .highlighted.big-horizontal-tpl .item .item-content {
          padding: 1.5rem 2rem 4rem 2rem !important;
          border-radius: 0; }
          .highlighted.big-horizontal-tpl .item .item-content .title {
            text-align: left; }
            .highlighted.big-horizontal-tpl .item .item-content .title div, .highlighted.big-horizontal-tpl .item .item-content .title h2, .highlighted.big-horizontal-tpl .item .item-content .title h3, .highlighted.big-horizontal-tpl .item .item-content .title h4, .highlighted.big-horizontal-tpl .item .item-content .title h5, .highlighted.big-horizontal-tpl .item .item-content .title h6 {
              font-size: 1.8rem;
              font-weight: 600; }
          .highlighted.big-horizontal-tpl .item .item-content .subtitle {
            margin-bottom: 15px;
            font-size: 1.2rem; }
          .highlighted.big-horizontal-tpl .item .item-content .subtitle:nth-child(3) {
            font-size: 1rem;
            display: block; }
      .highlighted.big-horizontal-tpl .slick-dots {
        position: absolute !important;
        bottom: 20px !important;
        padding-top: 0 !important; }
      .highlighted.big-horizontal-tpl.default-1-tpl .item-content {
        position: absolute; }
      .highlighted.big-horizontal-tpl.default-1-tpl .item .item-content .subtitle, .highlighted.big-horizontal-tpl.default-3-tpl .item .item-content .subtitle {
        margin-bottom: 0; }
      .highlighted.big-horizontal-tpl.default-1-tpl .item .item-content .subtitle:nth-child(3), .highlighted.big-horizontal-tpl.default-3-tpl .item .item-content .subtitle:nth-child(3) {
        font-size: 1.2rem; }
      .highlighted.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;
        margin-top: 0;
        padding: 0rem 1.5rem; }
      .highlighted.big-horizontal-tpl.default-1-tpl .item-content, .highlighted.big-horizontal-tpl.default-5-tpl .item-content {
        background-color: #EFEFEF; }
      .highlighted.big-horizontal-tpl.default-4-tpl .item-content {
        background-color: #957A62 !important;
        align-items: unset;
        justify-content: unset;
        height: auto; }
      .highlighted.big-horizontal-tpl.default-2-tpl .slick-dots li button:before, .highlighted.big-horizontal-tpl.default-3-tpl .slick-dots li button:before, .highlighted.big-horizontal-tpl.default-6-tpl .slick-dots li button:before, .highlighted.big-horizontal-tpl.default-4-tpl .slick-dots li button:before {
        color: #FFFFFF;
        opacity: 1 !important; }
      .highlighted.big-horizontal-tpl.default-2-tpl .slick-dots .slick-active button:before, .highlighted.big-horizontal-tpl.default-3-tpl .slick-dots .slick-active button:before, .highlighted.big-horizontal-tpl.default-6-tpl .slick-dots .slick-active button:before, .highlighted.big-horizontal-tpl.default-4-tpl .slick-dots .slick-active button:before {
        border: 3px solid #FFFFFF !important; } }
  .highlighted.full-tpl.has-description .bg {
    background-color: #EFEFEF; }
  .highlighted.full-tpl.has-description .section-title {
    color: #000000;
    bottom: unset;
    padding-top: 3rem; }
  .highlighted.full-tpl.has-description .item-content {
    padding: 6rem 3rem 8rem 3rem; }
    @media (min-width: 768px) {
      .highlighted.full-tpl.has-description .item-content {
        /* @include media-breakpoint-up(md) { */
        padding: 10rem 5rem 12rem 5rem; } }
  .highlighted.full-tpl .section-title {
    text-align: center;
    position: relative;
    bottom: -100px;
    z-index: 2;
    color: #FFFFFF;
    margin-bottom: 0.5rem; }
  .highlighted.full-tpl .section-view-all-link {
    float: unset;
    margin-top: 10px;
    margin-bottom: 0;
    bottom: -100px;
    position: relative;
    z-index: 2; }
    .highlighted.full-tpl .section-view-all-link a {
      background: #FFFFFF; }
  .highlighted.full-tpl .item {
    margin: 0; }
    .highlighted.full-tpl .item .img {
      height: 100%;
      position: absolute;
      filter: brightness(0.5); }
    .highlighted.full-tpl .item .item-content {
      height: 100%;
      padding: 8rem 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative; }
      @media (min-width: 768px) {
        .highlighted.full-tpl .item .item-content {
          /* @include media-breakpoint-up(md) { */
          padding: 12rem 5rem; } }
      .highlighted.full-tpl .item .item-content .title {
        text-align: center; }
        .highlighted.full-tpl .item .item-content .title div, .highlighted.full-tpl .item .item-content .title h2, .highlighted.full-tpl .item .item-content .title h3, .highlighted.full-tpl .item .item-content .title h4, .highlighted.full-tpl .item .item-content .title h5, .highlighted.full-tpl .item .item-content .title h6 {
          font-size: 3.5rem;
          font-weight: 100; }
          @media (min-width: 768px) {
            .highlighted.full-tpl .item .item-content .title div, .highlighted.full-tpl .item .item-content .title h2, .highlighted.full-tpl .item .item-content .title h3, .highlighted.full-tpl .item .item-content .title h4, .highlighted.full-tpl .item .item-content .title h5, .highlighted.full-tpl .item .item-content .title h6 {
              /* @include media-breakpoint-up(md) { */
              padding: 0 5rem; } }
        .highlighted.full-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted.full-tpl .item .item-content .subtitle {
        text-align: center;
        color: #FFFFFF;
        font-size: 1.7rem;
        font-weight: 500; }
        .highlighted.full-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted.full-tpl .slick-item {
    background-color: #7F50B2; }
  .highlighted.full-tpl .slick-dots {
    position: absolute !important;
    bottom: 50px !important;
    padding-top: 0 !important; }
    .highlighted.full-tpl .slick-dots li button:before {
      color: #FFFFFF;
      opacity: 1 !important; }
    .highlighted.full-tpl .slick-dots .slick-active button:before {
      border: 3px solid #FFFFFF !important; }
  .highlighted.circle-tpl .section-title {
    text-align: center; }
  .highlighted.circle-tpl .section-view-all-link {
    float: unset;
    margin-top: 10px;
    margin-bottom: 20px; }
  .highlighted.circle-tpl .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem 6px 0 6px; }
    @media (min-width: 768px) {
      .highlighted.circle-tpl .item {
        /* @include media-breakpoint-up(md) { */
        flex-wrap: nowrap;
        padding: 2rem 6px; } }
    .highlighted.circle-tpl .item:hover .img img {
      width: 100%;
      height: 100%; }
    .highlighted.circle-tpl .item .img {
      height: 150px;
      width: 150px;
      flex-shrink: 0; }
      @media (min-width: 992px) {
        .highlighted.circle-tpl .item .img {
          /* @include media-breakpoint-up(lg) { */
          height: 220px;
          width: 220px; } }
      .highlighted.circle-tpl .item .img img {
        border-radius: 300px; }
    .highlighted.circle-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      max-width: 800px;
      padding: 1rem; }
      @media (min-width: 768px) {
        .highlighted.circle-tpl .item .item-content {
          /* @include media-breakpoint-up(md) { */
          padding: 2rem; } }
      .highlighted.circle-tpl .item .item-content .title {
        text-align: center; }
        @media (min-width: 768px) {
          .highlighted.circle-tpl .item .item-content .title {
            /* @include media-breakpoint-up(md) { */
            text-align: left; } }
        .highlighted.circle-tpl .item .item-content .title div, .highlighted.circle-tpl .item .item-content .title h2, .highlighted.circle-tpl .item .item-content .title h3, .highlighted.circle-tpl .item .item-content .title h4, .highlighted.circle-tpl .item .item-content .title h5, .highlighted.circle-tpl .item .item-content .title h6 {
          font-size: 2.2rem;
          font-weight: 100; }
          @media (min-width: 992px) {
            .highlighted.circle-tpl .item .item-content .title div, .highlighted.circle-tpl .item .item-content .title h2, .highlighted.circle-tpl .item .item-content .title h3, .highlighted.circle-tpl .item .item-content .title h4, .highlighted.circle-tpl .item .item-content .title h5, .highlighted.circle-tpl .item .item-content .title h6 {
              /* @include media-breakpoint-up(lg) { */
              font-size: 3.5rem; } }
      .highlighted.circle-tpl .item .item-content .subtitle {
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center; }
        @media (min-width: 768px) {
          .highlighted.circle-tpl .item .item-content .subtitle {
            /* @include media-breakpoint-up(md) { */
            text-align: left; } }
        .highlighted.circle-tpl .item .item-content .subtitle span {
          font-weight: 700;
          margin-right: 10px; }
      .highlighted.circle-tpl .item .item-content .subtitle:nth-child(3) {
        font-weight: 400; }
  .highlighted.essential-1-tpl .bg {
    background: #EFEFEF;
    padding: 3rem 0 1rem 0; }
    @media (min-width: 992px) {
      .highlighted.essential-1-tpl .bg {
        /* @include media-breakpoint-up(lg) { */
        padding: 3rem 0 5rem 0; } }
  .highlighted.essential-1-tpl .section-title {
    text-align: center; }
  .highlighted.essential-1-tpl .section-view-all-link {
    float: unset;
    margin-top: 10px;
    margin-bottom: 20px; }
    .highlighted.essential-1-tpl .section-view-all-link a {
      background: #FFFFFF; }
  .highlighted.essential-1-tpl .item {
    font-family: 'kalam'; }
    .highlighted.essential-1-tpl .item:hover .item-content {
      background: rgba(0, 0, 0, 0.3); }
    .highlighted.essential-1-tpl .item .img {
      height: 300px; }
      @media (min-width: 768px) {
        .highlighted.essential-1-tpl .item .img {
          /* @include media-breakpoint-up(md) { */
          height: 500px; } }
    .highlighted.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.essential-1-tpl .item .item-content .title {
        text-align: center; }
        .highlighted.essential-1-tpl .item .item-content .title div, .highlighted.essential-1-tpl .item .item-content .title h2, .highlighted.essential-1-tpl .item .item-content .title h3, .highlighted.essential-1-tpl .item .item-content .title h4, .highlighted.essential-1-tpl .item .item-content .title h5, .highlighted.essential-1-tpl .item .item-content .title h6 {
          font-size: 1.8rem; }
        .highlighted.essential-1-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted.essential-1-tpl .item .item-content .subtitle {
        color: #FFFFFF; }
        .highlighted.essential-1-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted.essential-2-tpl .section-title {
    text-align: center; }
  .highlighted.essential-2-tpl .section-view-all-link {
    float: unset;
    margin-top: 10px;
    margin-bottom: 20px; }
  .highlighted.essential-2-tpl .item {
    font-family: 'kalam'; }
    .highlighted.essential-2-tpl .item:hover .item-content {
      background: rgba(0, 0, 0, 0.3); }
    .highlighted.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.essential-2-tpl .item .item-content .title {
        text-align: center; }
        .highlighted.essential-2-tpl .item .item-content .title div, .highlighted.essential-2-tpl .item .item-content .title h2, .highlighted.essential-2-tpl .item .item-content .title h3, .highlighted.essential-2-tpl .item .item-content .title h4, .highlighted.essential-2-tpl .item .item-content .title h5, .highlighted.essential-2-tpl .item .item-content .title h6 {
          font-size: 1.5rem; }
        .highlighted.essential-2-tpl .item .item-content .title a {
          color: #FFFFFF; }
      .highlighted.essential-2-tpl .item .item-content .subtitle {
        color: #FFFFFF; }
        .highlighted.essential-2-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
  .highlighted.mosaic-tpl .item-content {
    padding: 5rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .highlighted.mosaic-tpl .item-content .title a {
      color: #FFFFFF; }
    .highlighted.mosaic-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.mosaic-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted.mosaic-tpl .item:hover .item-content {
    padding: 6rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted.gallery-paginated-tpl .item {
    margin: 3px; }
    .highlighted.gallery-paginated-tpl .item .item-content {
      padding: 3.2rem 1rem 0.6rem 1rem;
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
      .highlighted.gallery-paginated-tpl .item .item-content .subtitle {
        color: #FFFFFF !important; }
        .highlighted.gallery-paginated-tpl .item .item-content .subtitle i {
          color: #FFFFFF !important; }
    .highlighted.gallery-paginated-tpl .item:hover .item-content {
      padding: 6rem 1rem 1rem 1rem;
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted.square-description-tpl .section-title {
    text-align: center; }
  .highlighted.square-description-tpl .section-view-all-link {
    float: unset;
    margin-top: 10px;
    margin-bottom: 20px; }
  .highlighted.square-description-tpl .item:hover .item-content {
    background: rgba(0, 0, 0, 0.3);
    /********** FIX IE ***********/
    /********** /FIX IE ***********/ }
    .highlighted.square-description-tpl .item:hover .item-content .title {
      opacity: 0;
      transform: scale(1.3); }
    .highlighted.square-description-tpl .item:hover .item-content .subtitle {
      opacity: 0;
      transform: scale(1.3); }
    .highlighted.square-description-tpl .item:hover .item-content .description, .highlighted.square-description-tpl .item:hover .item-content .boton {
      opacity: 1;
      transform: scale(1); }
    @media all and (-ms-high-contrast: none) {
      .highlighted.square-description-tpl .item:hover .item-content {
        /* IE11 */ }
        .highlighted.square-description-tpl .item:hover .item-content *::-ms-backdrop, .highlighted.square-description-tpl .item:hover .item-content .description {
          transform: translateX(-50%) translateY(-50%) scale(1); } }
  .highlighted.square-description-tpl .item .img {
    height: 320px; }
    @media (min-width: 768px) {
      .highlighted.square-description-tpl .item .img {
        /* @include media-breakpoint-up(md) { */
        height: 320px; } }
  .highlighted.square-description-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;
    /********** FIX IE ***********/
    /********** /FIX IE ***********/ }
    .highlighted.square-description-tpl .item .item-content .title {
      text-align: center;
      transition: all 0.2s;
      transform: scale(1);
      position: absolute; }
      .highlighted.square-description-tpl .item .item-content .title div, .highlighted.square-description-tpl .item .item-content .title h2, .highlighted.square-description-tpl .item .item-content .title h3, .highlighted.square-description-tpl .item .item-content .title h4, .highlighted.square-description-tpl .item .item-content .title h5, .highlighted.square-description-tpl .item .item-content .title h6 {
        font-size: 1.6rem;
        color: #FFFFFF;
        font-family: 'kalam'; }
    .highlighted.square-description-tpl .item .item-content .subtitle {
      color: #FFFFFF;
      font-weight: 600;
      font-size: 1.2rem;
      transition: all 0.2s;
      transform: scale(1); }
      .highlighted.square-description-tpl .item .item-content .subtitle i {
        color: #FFFFFF !important; }
    .highlighted.square-description-tpl .item .item-content .description {
      font-weight: 400;
      color: #FFFFFF !important;
      font-size: 1rem;
      /*position: absolute;*/
      opacity: 0;
      transition: all 0.2s;
      transform: scale(0.8);
      max-height: 280px;
      overflow: auto;
      padding: 0 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      max-height: 290px;
      max-height: 220px;
      overflow: auto;
      text-align: center; }
      .highlighted.square-description-tpl .item .item-content .description .mCSB_container {
        padding: 0 20px; }
      .highlighted.square-description-tpl .item .item-content .description div div {
        color: #FFFFFF !important; }
      .highlighted.square-description-tpl .item .item-content .description p:last-child {
        margin-bottom: 0; }
    .highlighted.square-description-tpl .item .item-content a.boton {
      font-family: "Asap Condensed" !important;
      font-weight: bold;
      font-size: 1.2rem !important;
      border-radius: 50px;
      text-decoration: none;
      padding: 2px 16px;
      color: #000000 !important;
      background: #FFFFFF !important;
      display: inline-block;
      margin-top: 1rem;
      opacity: 0;
      transition: all 0.2s;
      transform: scale(0.8); }
      .highlighted.square-description-tpl .item .item-content a.boton:hover {
        background: black !important;
        color: white !important; }
    .highlighted.square-description-tpl .item .item-content a.text {
      text-decoration: none !important;
      color: #FFFFFF !important; }
      .highlighted.square-description-tpl .item .item-content a.text:hover {
        color: #FFFFFF !important;
        text-decoration: underline !important;
        opacity: 1 !important; }
    @media all and (-ms-high-contrast: none) {
      .highlighted.square-description-tpl .item .item-content {
        /* IE11 */ }
        .highlighted.square-description-tpl .item .item-content *::-ms-backdrop, .highlighted.square-description-tpl .item .item-content .description {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          transform: translateX(-50%) translateY(-50%); } }
  .highlighted.square-grid-tpl .img {
    height: 250px; }
  .highlighted.square-grid-tpl .item-content {
    padding: 2rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .highlighted.square-grid-tpl .item-content .title {
      text-align: center; }
      .highlighted.square-grid-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted.square-grid-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.square-grid-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted.square-grid-tpl .item:hover .item-content {
    padding: 3rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted.slider-default-tpl .img {
    height: 180px; }
  .highlighted.slider-default-tpl .item-content {
    background-color: #FFFFFF;
    position: relative;
    text-align: center; }
  .highlighted.slider-default-tpl .item:hover .item-content {
    background-color: #EFEFEF;
    margin-top: -0.5rem; }
  .highlighted.menugrid-tpl .img {
    height: 150px; }
  .highlighted.menugrid-tpl .item-content {
    padding: 2rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); }
    .highlighted.menugrid-tpl .item-content .title {
      text-align: center; }
      .highlighted.menugrid-tpl .item-content .title a {
        color: #FFFFFF; }
    .highlighted.menugrid-tpl .item-content .subtitle {
      color: #FFFFFF; }
      .highlighted.menugrid-tpl .item-content .subtitle i {
        color: #FFFFFF !important; }
  .highlighted.menugrid-tpl .item:hover .item-content {
    padding: 3rem 1rem 1rem 1rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .highlighted.menulist-tpl .section-title {
    margin-bottom: 1rem; }
  .highlighted.menulist-tpl .item {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0.5rem 6px; }
    .highlighted.menulist-tpl .item:hover .img img {
      width: 100%;
      height: 100%; }
    .highlighted.menulist-tpl .item .img {
      height: 60px;
      width: 60px;
      flex-shrink: 0;
      border-radius: 300px; }
      .highlighted.menulist-tpl .item .img .control {
        position: absolute;
        cursor: pointer;
        z-index: 1; }
    .highlighted.menulist-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      padding: 1rem; }
      .highlighted.menulist-tpl .item .item-content .title {
        text-align: left; }
        .highlighted.menulist-tpl .item .item-content .title div, .highlighted.menulist-tpl .item .item-content .title h2, .highlighted.menulist-tpl .item .item-content .title h3, .highlighted.menulist-tpl .item .item-content .title h4, .highlighted.menulist-tpl .item .item-content .title h5, .highlighted.menulist-tpl .item .item-content .title h6 {
          font-weight: 600; }
      .highlighted.menulist-tpl .item .item-content .subtitle {
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        margin-top: 0; }
        .highlighted.menulist-tpl .item .item-content .subtitle span {
          font-weight: 700;
          margin-right: 10px; }
      .highlighted.menulist-tpl .item .item-content .subtitle:nth-child(3) {
        font-weight: 400; }
  .highlighted.menuicon-tpl .section-title {
    margin-bottom: 1rem; }
  .highlighted.menuicon-tpl .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem 6px; }
    .highlighted.menuicon-tpl .item .img {
      height: 60px;
      width: 100%;
      font-size: 2.5rem; }
    .highlighted.menuicon-tpl .item .item-content {
      background-color: transparent;
      position: relative;
      padding: 0;
      width: 100%; }
      .highlighted.menuicon-tpl .item .item-content .title {
        text-align: center;
        width: 100%; }
        .highlighted.menuicon-tpl .item .item-content .title div, .highlighted.menuicon-tpl .item .item-content .title h2, .highlighted.menuicon-tpl .item .item-content .title h3, .highlighted.menuicon-tpl .item .item-content .title h4, .highlighted.menuicon-tpl .item .item-content .title h5, .highlighted.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; }