﻿.header-title {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 12px 20px;
    align-items: center;
}

    .header-title .title-logo {
        text-align: center;
        font-size: 28px;
        color: #191919;
        font-stretch: expanded;
    }

    .header-title button {
        position: relative;
        padding: 10px 24px;
        background: #FFFFFF;
        font-size: 15px;
        text-align: center;
        font-weight: 700;
        border: unset;
        border-radius: 999px;
        display: flex;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

        .header-title button strong {
            font-size: 32px;
            line-height: 39.68px;
            line-height: 39.68px;
            text-align: center;
        }
    .header-title.a56 button {
        color: #F6979B;
    }
    .header-title.a36 button {
        color: #7BCE6C;
    }

    .header-title button.active::after {
        content: "";
        position: absolute;
        bottom: -13px;
        left: calc(50% - 13px);
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 24px solid #FFFFFF;
    }
.slick-dots{
    opacity:1
}
.slider-info:hover .slick-arrow {
    opacity: 1;
}
.slick-product-prev {
    left: 10px;
}
.slick-product-next {
    right: 10px;
}
.slick-product-prev, .slick-product-next {
    width: 40px;
    height: 40px;
    background-color: #77A7F3;
    color: white;
    font-size: 19px;
}
.slick-dots li button {
    background: #77A7F3;
}
.slick-dots li.slick-active button {
    background: #77A7F3;
}
.section-info img {
    max-width: 100%;
}
#register .card {
    max-width: unset;
    display: flex;
    font-size: 14px;
}

    #register .card .card-body {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px;
        padding: 12px;
    }