/*.tab-icono{left: 50%; transform: translateX(-50%); top:-40px;}
.tab-icono figure img {width:85px; height:85px;}*/
/*.tab-solutions__box-card {display:flex;}*/
/*.tab-solutions__content .tab-solutions__box-card article min-height: 180px;}*/
/*.swiper-button-prev.thanks, .swiper-button-next.thanks {display:none; opacity: 0;} */

/*@media only screen and (min-width: 1020px) { 
.content-active .ds-block-special {display:block; opacity: 1; pointer-events: visible;}
}*/

{# -------- Tab Soluciones --------- #}
.tab-solutions__buttons .btn.selected {
  background: var(--color-blue-buk);
  color: var(--color-white);
}

/*.tab-solutions__buttons .btn {
	width: auto !important;
}*/


[data-solution-content] { display: none; }
.content-active[data-solution-content] { display: block; animation: showTarget .9s ease-in; }
@keyframes showTarget {
  from { opacity: 0; }
  to { opacity: 1;; }
}