/*!
Theme Name: Nextick
Author: Agencia Valiente
Author URI: http://www.agenciavaliente.cl
Description: Theme Nextick
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nextick
*/
.selectiona{
  position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: hsla(0, 0%, 100%, 0);
}

.tab-link.w--current:hover {
    background-color: rgb(234, 234, 234);
}
.tab-link.w--current {
    background-color: hsl(0, 0%, 100%);
    background-image: url(../images/flecha-abajo.svg);
    background-position: 93% 10px;
    background-size: 18px;
    background-repeat: no-repeat;
}
.tab-link {
    font-size: 12px;
}
