/*
Theme Name: chrt
Theme URI:  https://maticlaro.cl/chrt
Theme Version: 1.0
Author: Martech Team
Author URI: https://maticlaro.cl
Description: Starter theme 1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, featured-images, full-width-template, e-commerce, translation-ready, rtl-language-support, theme-options, custom-colors, custom-logo, custom-menu, footer-widgets, left-sidebar, right-sidebar, custom-background, one-column, two-columns
Text Domain: Martech Starter
*/      

header .btn-reserva {
    display: inline-block;
    color: #fff;
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
    line-height: 19px;
    text-align: center;
    background: rgba(0, 0, 0, 0.31);
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
header .btn-reserva::before {
    position: absolute;
    content: "";
    left: 0; right: 0; top: 0; bottom: 0;
    background: #ffb400;
    border-radius: 100px;
    transform-origin: 50%;
    transition: 0.5s;
    z-index: -1;
}
header .btn-reserva:hover::before {
    transform: scaleX(0);
}
header .btn-reserva:hover,
header .btn-reserva:focus {
    color: #fff;
    text-decoration: none;
}