:root {
    --visa-bg-main: #ffffff;
    --visa-color-turq: #009fe3;
    --visa-color-red: #e61b1f;
    --visa-color-yellow: #f8e263;
    --visa-color-black: #000000;

    /* --visa-color-main: #212529; */
    /* --visa-control-border-color: #e9e9e9;

    --visa-success-lighter-color: #d4edda;
    --visa-success-font-color: #155724;
    --visa-warning-lighter-color: #fff3cd;
    --visa-warning-font-color: #856404;
    --visa-danger-lighter-color: #f8d7da;
    --visa-danger-dark-color: #c9302c;
    --visa-danger-font-color: #721c24;
    --visa-primary-lighter-color: #cce5ff;
    --visa-primary-font-color: #004085; */
}

*:focus {outline: none !important;}

html {
    font-size: 16px;
}

body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 100vh;
    position: relative;
}
/*
.main-wrapper {
    position: relative;
    width: 100%;
} */

.hidden {
    display: none;
}

h1 {
    color: var(--visa-color-turq);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
}
h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.general .main-wrapper {
    padding: 45px 80px 25px 80px;
}

.yellow-button {
    margin-top: 50px;
    text-align: center;
}
    .yellow-button button {
        background-color: var(--visa-color-yellow);
        border: none;
        color: #000;
        font-size: 1.365rem;
        font-weight: 600;
        padding: 8px 20px;
    }
    .yellow-button button:hover {
        background-color: #fff6c5;
        color: #000;
        transition: 0.5s;
    }

/* ******************* MENU ******************* */
/* ******************* MENU ******************* */
.main-menu {
    background-color: #000;
}
    .main-menu .navbar-brand img {
        height: 95px;
        padding-left: 45px;
    }
    .main-menu .navbar-nav {
        padding-left: 30px;
        padding-top: 30px;
    }
    .main-menu .navbar-toggler {
        border: none;
        color: #fff;
        font-size: 1.5rem;
        margin-right: 20px;
        padding: 11px 15px 10px 15px;
    }
        .main-menu .navbar-toggler:focus {
            box-shadow: none;
        }

        .main-menu .nav-item {
            padding-left: 10px;
            padding-right: 10px;
        }
        .main-menu .nav-link,
        .main-menu .nav-link.active {
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
        }
        .main-menu .nav-link.active {
            color: var(--visa-color-yellow);
            font-weight: 500;
        }
        .main-menu .nav-link:hover {
            color: var(--visa-color-yellow);
            transition: 0.5s;
        }
        .navbar-text a, 
        .navbar-text a:focus, 
        .navbar-text a:hover {
            color: #fff;
        }
        .main-menu .navbar-text {
            flex-grow: unset;
        }

/* ******************* FOOTER ***************** */
/* ******************* FOOTER ***************** */
footer.main {
    background-color: var(--visa-color-black);
    color: #fff;
    font-size: 1rem;
}
    footer.main .contact-info {
        padding: 60px 60px 30px 60px;
    }
    footer.main img {
        scale: 0.7;
    }
    footer.main a {
        color: inherit;
        text-decoration: none;
    }
    footer.main a:hover {
        color: var(--visa-color-turq);
        transition: 0.5s;
    }
    footer.main .title {
        color: var(--visa-color-turq);
    }
    footer.main .obs {
        font-size: 0.9rem;
        margin-bottom: 30px;
        text-align: center;
    }
    footer .footer {
        background-color: var(--visa-color-turq);
        font-size: 0.8rem;
        padding: 20px;
    }
        footer .footer a {
            color: inherit;
            text-decoration: none;
        }
        footer .footer a:hover {
            color: #000;
            transition: 0.5s;
        }



/* ******************* HOME SLIDER ************ */
/* ******************* HOME SLIDER ************ */
#home #slide {
    position: relative;
}
    #home #slide .carousel-indicators [data-bs-target] {
        background-color: #ccccca;
        border-top: none;
        border-bottom: none;
        border-radius: 10px;
        height: 18px;
        width: 18px;
        margin: 0 10px;
        opacity: 1;
    }
        #home #slide .carousel-indicators .active {
            background-color: var(--visa-color-turq);
        }

#home #slide_text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
    z-index: 10;
    width: 92%;
}
    #home #slide_text .title {
        background-color: var(--visa-color-black);
        font-size: 2.72rem;
        font-weight: 600;
        line-height: 2.72rem;
        margin-bottom: 3px;
        padding: 4px 15px 0px 5px;
    }
    #home #slide_text .subtitle {
        background-color: var(--visa-color-turq);
        font-size: 1.51rem;
        font-weight: 500;
        line-height: 2rem;
        margin-top: 20px;
    }
    #home #slide_text .button {
        margin-top: 30px;
        padding: 0;
    }
    #home #slide_text .button button {
        background-color: var(--visa-color-red);
        border: none;
        color: #fff;
        font-size: 1.365rem;
        font-weight: 600;
        padding: 8px 18px;
    }
        #home #slide_text .button button:hover {
            background-color: #f65c5f;
            color: #000;
            transition: 0.5s;
        }

/* ******************* HOME STEPS ************* */
/* ******************* HOME STEPS ************* */
#steps {
    background-color: var(--visa-color-turq);
    padding: 35px 0;
}
    #steps .epigraph {
        color: var(--visa-color-yellow);
        font-size: 0.8rem;
        text-align: center;
    }
    #steps .title {
        color: var(--visa-color-black);
        font-size: 2.4206rem;
        font-weight: 500;
        text-align: center;
    }

    #steps .steps {
        margin-top: 40px;
    }
    #steps .step {
        color: #fff;
    }
        #steps .step .number {
            background-color: var(--visa-color-yellow);
            border-radius: 22px;
            color: var(--visa-color-black);
            font-size: 1.71rem;
            font-weight: 600;
            display: inline-block;
            line-height: 45px;
            text-align: center;
            width: 45px;
        }
        #steps .step i {
            font-size: 7rem;
        }
        #steps .step .image {
            /* align-items: end;
            display: flex;
            height: 110px;
            margin-top: 10px;
            margin-bottom: 30px;
            padding-left: 75px; */
        }
            #steps .step .image img {
                scale: 0.9;
            }
        #steps .step .description {
            font-size: 1.1rem;
            padding-top: 15px;
            /* padding-left: 75px;
            font-size: 0.8rem;
            font-weight: 500; */
        }
        #steps .step .description .resalted {
            font-weight: 600;
        }
        #steps .step .description .small {
            font-size: 0.875rem;
        }
        /* ORIGINAL
        #steps .step .number {
            background-color: var(--visa-color-yellow);
            border-radius: 20px;
            color: var(--visa-color-black);
            font-size: 1.71rem;
            font-weight: 600;
            display: inline-block;
            line-height: 45px;
            text-align: center;
            width: 45px;
        }
        #steps .step .image {
            align-items: end;
            display: flex;
            height: 110px;
            margin-top: 10px;
            margin-bottom: 30px;
            padding-left: 75px;
        }
            #steps .step .image img {
                scale: 0.9;
            }
        #steps .step .description {
            padding-left: 75px;
            font-size: 0.8rem;
            font-weight: 500;
        } */


/* ******************* HOME TESTIMONIALS ****** */
/* ******************* HOME TESTIMONIALS ****** */
#home #testimonials {
    background-color: #dddddd;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 1.1375rem;
}
    #home #testimonials .container-lg {
        background-color: #fff;
        padding: 20px 60px;
    }
    #home #testimonials .title {
        color: var(--visa-color-turq);
        font-size: 1.71rem;
        font-weight: 500;
        margin-bottom: 35px;
    }
    #home #testimonials .subtitle {
        color: var(--visa-color-turq);
        font-weight: 500;
    }
    #home #testimonials .description {
        color: #000;
        width: 70%;
    }
        #home #testimonials .description p {
            margin-bottom: 0;
            line-height: 1rem;
            font-size: 0.8rem;
            font-weight: 500;
        }


/* ******************* HOME RATES ************* */
/* ******************* HOME RATES ************* */
#home #rates {
    background-image: url(../../../storage/app/public/resources/web/home/bg-rates.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--visa-color-black);
    padding: 50px 0 60px 0;
}
    #home #rates .goto {
        background-color: var(--visa-color-red);
        color: #fff;
        font-size: 1.8rem;
        font-weight: 600;
        padding: 10px 20px;
        text-decoration: none;
    }
        #home #rates .goto:hover {
            background-color: #f65c5f;
            color: #000;
            transition: 0.5s;
        }
    #home #rates .rates {
        margin-top: 45px;
    }
    #home #rates .rate {
        background-color: #fff;
        margin: auto;
        width: 85%;
    }
        #home #rates .rate .image img {
            width: 100%;
        }
        #home #rates .rate .description {
            padding: 20px;
            text-align: left;
        }
            #home #rates .rate .description .title {
                font-size: 0.91rem;
                font-weight: 500;
                padding-left: 20px;
            }
            #home #rates .rate .description .sep {
                border-bottom: solid 5px var(--visa-color-turq);
                border-radius: 5px;
                width: 30%;
            }
            #home #rates .rate .description .price {
                color: #e61b1f;
                font-size: 2rem;
                font-weight: 800;
                margin: 10px 0;
                text-align: center;
            }
            #home #rates .rate .description .obs {
                font-size: 0.6rem;
                font-weight: 500;
            }
                #home #rates .rate .description .obs img {
                    scale: 0.9;
                }

/* ******************* HOME US **************** */
/* ******************* HOME US **************** */
#home #us {
    font-size: 1.9rem;
    line-height: 2.5rem;
    padding: 25px;
}
    #home #us .description {
        align-items: center;
        display: flex;
    }
        #home #us .description p {
            margin-bottom: 2rem;
            width: 86%;
        }
        #home #us .description p span {
            color: var(--visa-color-turq);
        }
        #home #us .description img {
            scale: 0.9;
        }


/* ******************* ABOUT US *************** */
/* ******************* ABOUT US *************** */
#about_us {}
    #about_us p {
        /* text-align: justify; */
        /* float: left; */
    }
    #about_us .img-main {
        float: left;
        margin-right: 30px;
        width: 380px;
    }

/* ******************* FAQS ******************* */
/* ******************* FAQS ******************* */
/*                      +                       */
/* ******************* SERVICES *************** */
/* ******************* SERVICES *************** */
    #services h2 {
        color: var(--visa-color-turq);
    }
    #services .acc-block {
        padding-left: 2rem;
    }
    #services .table {
        margin: 0;
        width: auto;
    }
    #services .yellow-button {
        margin-top: 10px;
    }
        #services .yellow-button button {
            font-size: 1rem;
            padding: 8px 20px;
        }

    #services .show-rates {
        display: inline-block;
        font-size: 1rem;
        margin-top: 15px;
        text-decoration: none;
    }

    #faqs .acc-item-detail .link {
        /* display: inline-block; */
        /* font-size: 1rem; */
        /* margin-top: 15px; */
        text-decoration: none;
    }

    .accordion .acc-item {
        border-top: solid 1px #dddddd;
    }
    .accordion .acc-item.last {
        padding-left: 2rem;
    }
        .accordion .acc-item a {
            color: inherit;
            display: block;
            font-weight: 500;
            text-decoration: none;
            padding: 8px 35px 8px 8px;
            position: relative;
        }
        .accordion .acc-item a:hover {
            font-weight: 500;
        }
        .accordion .acc-item a:after {
            content: '\f107';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translate(0px, -50%);
        }
        .accordion .acc-item a[aria-expanded="true"]:after {
            content: '\f106';
        }

    .accordion .acc-item-detail {
        border-bottom: solid 1px #dddddd;
        font-size: 1.2rem;
        font-weight: 300;
        padding: 5px 0px 20px 30px;
    }
        .accordion .acc-item-detail .obs {
            font-size: 0.75rem;
            /* font-weight: 500; */
        }
        .accordion .acc-item-detail ul li {
            list-style: circle;
        }
        .accordion .acc-item-detail p {
            line-height: 1.5rem;
            margin-bottom: 15px;
        }


/* ******************* GALLERY **************** */
/* ******************* GALLERY **************** */
    #gallery .images img {
        scale: 0.97;
    }

    #gallery .sl-overlay {
        background-color: #000;
        opacity: 0.9;
    }
    #gallery .sl-wrapper .sl-counter,
    #gallery .sl-wrapper .sl-close,
    #gallery .sl-wrapper .sl-navigation button {
        color: #fff;
    }

    #gallery .sl-wrapper .sl-image .sl-caption {
        background: var(--visa-color-red);
        font-size: 1rem;
        /* left: 50%; */
        /* width: auto !important; */
        /* transform: translate(-50%, -0); */
        text-align: center;
        padding: 5px 0;
        font-weight: 500;
    }


/* ******************* ERROR ****************** */
/* ******************* ERROR ****************** */
#error.general.error .message.danger.bg,
.message.danger.bg {
    background-color: #f8d7da;
    color: #721c24;
}
#error.general.error .message.danger h1 {
    color: #721c24;
    font-size: 1.3em;
    font-weight: 500;
}
.message.warning.bg {
    background-color: #fff3cd;
    color: #856404;
}
.message.success.bg {
    background-color: #d4edda;
    color: #155724;
}

/* #error.general.error .message.warning h1 {
    color: #856404;
    font-size: 1.3em;
    font-weight: 500;
} */
/* 
.message.warning {
    color: var(--tuna-warning-font-color);
}
    .message.warning.bg {
        background-color: var(--tuna-warning-lighter-color);
    } */
/* ******************* INIT-MANAGEMENT ******** */
/* ******************* INIT-MANAGEMENT ******** */
/*                      +                       */
/* ******************* INIT-PAYMENT *********** */
/* ******************* INIT-PAYMENT *********** */
/*                      +                       */
/* ******************* MY-MANAGEMENT ********** */
/* ******************* MY-MANAGEMENT ********** */
/* --- init-payment ---*/
.payment-process .link {
    color: var(--visa-color-turq);
    text-decoration: none;
}
    .payment-process .link i {
        padding-right: 5px;
    }

.payment-process .subtitle {
    color: var(--visa-color-note);
    font-size: 0.9rem;
    margin: -20px 0 20px;
}
.payment-process .obs {
    color: var(--visa-color-note);
    font-size: 0.9rem;
}

.payment-process .accounts-detail .sep {
    border-top: solid 1px #c7c7c7;
}

.payment-process .fill-dots {
    border-bottom: dotted 2px;
    display: inline-block;
    width: 100%;
}
.payment-process .voucher-detail,
.payment-process .accounts-detail {
    border: solid 1px #dee2e6;
    padding: 20px 40px;
}
    .payment-process .voucher-detail .total {
        background-color: #ec302d;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 20px 0;
    }
.payment-process .accounts-detail {
    background-color: #f7f7f7;
}
#my_management .voucher-detail .total {
    background-color: inherit;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 0;
}


/* ******************* OTHERS ***************** */
/* ******************* OTHERS ***************** */
i+span, span+i {
    padding-left: 10px;
}
