:root {
    --dark-beige: #EEE3D3;
    --brand-beige: #F3EFE7;
    --light-beige: #FDF9F4;
    --dark-blue: #1C1E7A;
    --brand-blue: #282A9F;
    --main-yellow: #F8D22F;
    --secondary-yellow: #FFD966;
    --main-orange: #F75B2B;
    --main-blue: #282998;
    --secondary-blue: #1C1D6F;
    --third-blue: #6868AC;
    --fourth-blue: #9C9CCF;
    --main-green: #128F77;
    --main-violet: #6867A7;
    --soft-violet: #6867AC;
    --secondary-background: #F5F5F5;
    --soft-gray: #AEADC3;
    --main-pink: #FBEAEA;
    --soft-pink: #FEE1E5;
    --hard-pink: #FF8B9C;
    --third-pink: #FF8B9B;
    --main-ivory: #F5EFE7;
    --soft-blue: rgba(96, 205, 219, 1);
    --soft-blue-trans: rgba(96, 205, 219, .2);
}

.cursor-pointer:hover {
    cursor: pointer;
}

.circle-advance {
    box-shadow: 0px 0px 0px 10px rgba(243, 239, 231, 1);
    border-radius: 50%;
}

.div-show-user {
    font-size: 1.5rem;
    color: var(--third-blue);
    height: 77px;
    border: var(--third-blue) 1px solid;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-main-blue {
    border-color: var(--main-blue);
}

.border-secondary-blue {
    border-color: var(--secondary-blue) !important;
}

.border-soft-violet {
    border-color: var(--soft-violet);
}

.border-third-blue {
    border-color: var(--third-blue);
}

.border-main-green {
    border-color: var(--main-green);
}

.border-dark-beige {
    border-color: var(--dark-beige);
}

.avatar-profile-pic {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--main-green);
}

.bg-workshop-after-office-dashboard-client {
    height: 123px;
    background-image: url(../img/bg-afteroffice-product.jpg);
    background-position: center center;
    background-size: cover;
}

.bg-workshop-connect-create-dashboard-client {
    height: 123px;
    background-image: url(../img/bg-connectcreate-product.jpg);
    background-position: center center;
    background-size: cover;
}

.bg-info-custom {
    background-color: rgb(96, 205, 219, .2);
}

.bg-light-beige {
    background-color: var(--light-beige);
}

.bg-soft-blue-trans{
    background: var(--soft-blue-trans);
}

.bg-main-green {
    background-color: var(--main-green);
}

.bg-secondary-background {
    background-color: var(--secondary-background);
}

.bg-brand-beige {
    background-color: var(--brand-beige);
}

.bg-main-orange {
    background-color: var(--main-orange);
}

.show-desktop-hide-mobile {
    display: block;
}

.show-mobile-hide-desktop {
    display: none;
}

.bg-cta-connect-create {
    background-color: var(--light-beige);
}

.bg-workshops {
    background-color: var(--main-ivory);
}

.bg-main-blue {
    background-color: var(--main-blue);
}

.text-main-violet {
    color: var(--main-violet);
}

.text-soft-violet {
    color: var(--soft-violet);
}

.text-main-blue {
    color: var(--main-blue);
}

.text-main-green {
    color: var(--main-green) !important;
}

.text-main-info {
    color: rgba(240, 50, 50, .5)
}

.text-fourth-blue {
    color: var(--fourth-blue);
}

.text-third-blue {
    color: var(--third-blue);
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-main-orange {
    color: var(--main-orange);
}

.fs-10-px {
    font-size: 0.625rem;
}

.fs-12-px {
    font-size: 0.75rem;
}

.fs-14-px {
    font-size: 0.875rem !important;
}

.fs-16-px {
    font-size: 1rem;
    line-height: 1.5rem;
}

.fs-18-px {
    font-size: 1.125rem;
}

.fs-24-px {
    font-size: 1.5rem;
}

.fs-28-px {
    font-size: 1.75rem;
}

.fs-32-px {
    font-size: 2rem;
    line-height: 3.125rem;
}

.fs-40-px {
    font-size: 2.5rem;
    line-height: 3.625rem;
}

.fs-50-px {
    font-size: 3.125rem;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fs-30-px {
    font-size: 1.875rem;
}

.h-140px {
    height: 140px;
}

.modal-irie {
    border: 1px solid var(--main-blue);
    border-radius: 8px;
    box-shadow: 5px 5px 0 var(--main-blue);
}

.modal-close-button{
    top:24px;
    right: 24px;
}

.wallpaper-wellness {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #D9D9D9;
}

.preview-wallpaper-wellness {
    width: 134px;
    height: 100px;
    padding: 10px;
    background-color: #D9D9D9;
    cursor: pointer;
}

.preview-wallpaper-wellness img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.input-modal {
    border-radius: 4px;
    border: 0.8px solid #6868AC;
    background: #FDF9F4;
}

.border-irie {
    border: 2px solid var(--soft-violet);
    border-radius: 4px !important;
}

.border-irie-2 {
    border: 2px solid var(--dark-beige);
    border-radius: 4px !important;
}

.border-irie-3 {
    border: 1px solid var(--third-blue);
    border-radius: 4px !important;
}

.border-irie-4 {
    border: 1px solid var(--soft-blue);
    border-radius: 4px !important;
}

@font-face {
    font-family: "cramble";
    src: url('../font/CrambleRegular-gxG2R.otf') format("opentype");
}

.cramble {
    font-family: 'cramble';
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--secondary-background);
}

.logo-text {
    color: var(--main-blue);
    text-align: center;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-irie {
    height: 60px;
    background: var(--light-beige);
}

.navbar {
    background: var(--light-beige);
}

/* Buttons Custom */

.btn-1-irie {
    border-radius: 50px;
    background-color: var(--third-pink) !important;
    border: 2px solid var(--third-blue);
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    padding: 0.5rem 3rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.btn-1-irie:hover {
    border-color: var(--main-blue);
    font-weight: bold;
    box-shadow: 3px 3px 0 var(--main-blue);
}

.btn-1-irie:active {
    border-color: var(--main-blue);
    box-shadow: -3px -3px 0 var(--third-blue);
}

.btn-1-irie.disabled {
    color: var(--fourth-blue) !important;
    background-color: var(--soft-pink) !important;
    border-color: var(--fourth-blue);
    pointer-events: none;
}

.btn-1-irie:disabled {
    color: var(--fourth-blue) !important;
    background-color: var(--soft-pink) !important;
    border-color: var(--fourth-blue) !important;
    pointer-events: none !important;
}

.btn-2-irie {
    border-radius: 50px;
    background-color: #FFF !important;
    border: 2px solid var(--third-blue);
    color: var(--main-blue) !important;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.175rem;
    padding: 0.5rem 3rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.btn-2-irie:hover {
    border-color: var(--main-blue);
    font-weight: bold;
    box-shadow: 3px 3px 0 var(--main-blue);
    color: var(--main-blue);
}

.btn-2-irie:active {
    border-color: var(--main-blue);
    box-shadow: -3px -3px 0 var(--third-blue);
    color: var(--main-blue);
}

.btn-2-irie.disabled {
    color: var(--fourth-blue);
    border-color: var(--fourth-blue);
    background-color: #fff;
    pointer-events: none;
}

.btn-3-irie {
    border-radius: 50px;
    border: 2px solid var(--main-green);
    color: var(--main-green) !important;
    font-size: .625rem;
    letter-spacing: 0.175rem;
    padding: 0.5rem 1rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.btn-3-irie:hover {
    border-color: var(--main-green);
    font-weight: bold;
    box-shadow: 3px 3px 0 var(--main-green);
    color: var(--main-green);
}

.btn-3-irie:active {
    border-color: var(--main-green);
    box-shadow: -3px -3px 0 var(--main-green);
    color: var(--main-green);
}

.btn-3-irie.disabled {
    color: var(--fourth-blue);
    border-color: var(--fourth-blue);
    background-color: #fff;
    pointer-events: none;
}

.btn-2-menu-irie {
    border: none;
    border-radius: 50px;
    background-color: var(--brand-beige) !important;
    color: var(--main-blue) !important;
    font-size: .75rem;
    width: 115px;
    height: 24px;
    text-align: center;
    padding: .2rem .5rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 0;
}

.btn-2-menu-irie:hover {
    font-weight: bold;
    box-shadow: 3px 3px 0 var(--main-blue);
    color: var(--main-blue);
}

.btn-3-menu-irie {
    border-radius: 50px;
    background-color: var(--main-green) !important;
    color: #fff !important;
    font-size: .75rem;
    width: 115px;
    height: 24px;
    text-align: center;
    padding: .2rem .5rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.btn-3-menu-irie:hover {
    font-weight: bold;
    box-shadow: 3px 3px 0 var(--main-blue);
    color: var(--main-blue);
}

.bag-button {
    border-radius: 50px;
    width: 24px;
    height: 24px;
    background-color: var(--brand-beige);
    color: var(--main-violet);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-icon::after {
    display: none;
}

.connect-create-button {
    border-radius: 50px 0 0 50px;
    width: 50%;
    padding: 0.5rem 0;
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    color: var(--main-blue);
    font-size: 1.125rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.connect-create-button.active {
    border: 1px solid var(--main-blue);
    color: #FFF;
    background-color: var(--main-green);
    box-shadow: -3px 3px 0 var(--main-blue);
}

.after-office-button {
    border-radius: 0 50px 50px 0;
    width: 50%;
    padding: 0.5rem 0;
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    color: var(--main-blue);
    font-size: 1.125rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.after-office-button.active {
    border: 1px solid var(--main-blue) !important;
    color: #FFF;
    background-color: var(--main-green);
    box-shadow: 3px 3px 0 var(--main-blue);
}


/* End button Custom */
/* custom button close in mobile navbar */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: currentColor;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 0px;
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    top: 10px;
}

.navbar-toggler span:nth-child(4) {
    top: 20px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}


/* workshop page styles */

.box-dates {
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
    background-color: var(--light-beige);
}

.box-dates .price {
    color: var(--third-blue);
    font-size: 1.5rem;
    text-transform: uppercase;
}

.box-dates .discount {
    background-color: rgba(96, 205, 219, 0.2);
    height: 36px;

    & p {
        margin-bottom: 0;
        color: var(--main-blue);
        font-size: .75rem;
        font-weight: bold;
    }

    & i {
        color: rgba(96, 205, 219, 0.8);
    }
}

.box-dates .box-dates-header-1,
.box-dates .box-dates-header-2,
.box-dates .box-dates-header-3,
.box-dates .box-dates-header-4 {
    font-size: 1.125rem;
    color: var(--main-blue);
    font-weight: bold;
    background-color: var(--brand-beige);

    & span {
        font-weight: bold;
    }

}

.box-dates:hover {
    border: 1px solid var(--main-blue);
    /*box-shadow: 3px 3px 0 var(--main-blue);*/

    .box-dates-header-1 {
        background-color: var(--main-green);
        color: var(--light-beige);

        & i {
            color: var(--light-beige);
        }
    }

    .box-dates-header-2 {
        background-color: var(--main-orange);
        color: var(--light-beige);

        & i {
            color: var(--light-beige);
        }
    }

    .box-dates-header-3 {
        background-color: var(--third-pink);
        color: var(--light-beige);

        & i {
            color: var(--light-beige);
        }
    }

    .box-dates-header-4 {
        background-color: var(--third-blue);
        color: var(--light-beige);

        & i {
            color: var(--light-beige);
        }
    }
}


.box-dates .box-dates-header-1>div,
.box-dates .box-dates-header-2>div,
.box-dates .box-dates-header-3>div,
.box-dates .box-dates-header-4>div {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    justify-content: space-between;
}

.box-dates .box-dates-body {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.box-dates .accordion-body {
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.connect-create-dates .accordion-body hr {
    border-color: var(--soft-violet);
}

.connect-create-dates .accordion-button {
    background-color: var(--brand-beige);
    border: 1px solid var(--fourth-blue);
    font-size: 1.125rem;
    color: var(--main-blue);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.connect-create-dates .accordion-button:hover {
    background-color: var(--main-blue);
    color: #FFF;
}

.connect-create-dates .accordion-button::after {
    content: none;
}

.connect-create-dates .accordion-body {
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.connect-create-dates .accordion-body hr {
    border-color: var(--soft-violet);
}

.card-connect-create {
    background-color: var(--light-beige);
    height: 308px;
    padding: 1.5rem;
}

.card-connect-create-2 {
    background-color: var(--light-beige);
    height: 332px;
    padding: 1.5rem;
}

#connect-create {
    background-image:
        url('../img/cup-1.svg'),
        url('../img/cup-2.svg'),
        url('../img/cup-3.svg'),
        url('../img/bg-elipse.svg'),
        url('../img/cup-4.svg'),
        url('../img/cup-5.svg');
    background-position:
        top -30px right 0,
        top 398px left 0,
        top 1150px right -120px,
        top 1500px left 0,
        top 2600px right 0,
        bottom 0 left 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.bg-img-connect-create-1 {
    height: 604px;
    background-image: url('../img/bg-img-connect-create-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    border: 1px solid var(--fourth-blue);
    animation: bg-connect-create 8s infinite linear alternate;
}

@keyframes bg-connect-create {
    from {
        background-image: url('../img/bg-img-connect-create-1.jpg');
    }

    25% {
        background-image: url('../img/bg-img-connect-create-1.jpg');
    }

    50% {
        background-image: url('../img/bg-img-connect-create-2.jpg');
    }

    to {
        background-image: url('../img/bg-img-connect-create-2.jpg');
    }
}


.bg-img-connect-create-1 .hero-info-connect-create {
    position: absolute;
    padding: 2rem;
    right: 100px;
    bottom: -73px;
    background-color: var(--light-beige);
    width: 420px;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-1 .hero-info-connect-create .logo-1 {
    width: 50%;
    margin-bottom: 1rem;
    display: inline;
}

.bg-img-connect-create-1 .hero-info-connect-create .logo-2 {
    display: none;
}

.separator-bg-img-connect-create-1 {
    margin-top: 10.5rem;
}

.separator-bg-img-connect-create-2 {
    margin-top: 10.5rem;
}

.bg-img-connect-create-2 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-3 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-4 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-5 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-6 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-6.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-connect-create-7 {
    height: 541px;
    background-image: url('../img/bg-img-connect-create-7.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.card-include-connect-create {
    width: 265px;
    height: 120px;
    border-radius: 4px;
    border: 1px solid var(--soft-violet);
    background: var(--light-beige);
    color: var(--main-blue);
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transition: all 0.2s ease-in-out;

}

.card-include-connect-create-price {
    border-radius: 4px;
    color: var(--main-blue);
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    transition: all 0.2s ease-in-out;
}

.card-include-connect-create-price.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 265px;
    height: 120px;
}

.card-include-connect-create-price p {
    background-color: var(--secondary-yellow);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--main-yellow);
}

.card-include-connect-create-price p:hover {
    border: 1px solid var(--main-blue);
    box-shadow: 3px 3px 0 var(--main-blue);
}

.card-include-connect-create:hover {
    border: 1px solid var(--main-blue);
    box-shadow: 3px 3px 0 var(--main-blue);
    color: var(--light-beige);
    font-weight: bold;

    .icon-1 {
        background-image: url('../img/icon-workshops-1.svg');
    }

    .icon-2 {
        background-image: url('../img/icon-workshops-2.svg');
    }

    .icon-3 {
        background-image: url('../img/icon-workshops-3.svg');
    }

    .icon-4 {
        background-image: url('../img/icon-workshops-4.svg');
    }

    .icon-5 {
        background-image: url('../img/icon-workshops-5.svg');
    }

    .icon-6 {
        background-image: url('../img/icon-workshops-6.svg');
    }

    .icon-7 {
        background-image: url('../img/icon-workshops-7.svg');
    }
}

.card-include-connect-create p {
    flex: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0.5rem;
}

.card-include-connect-create ul {
    display: none;
}


.card-include-connect-create div {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 1;
}

.card-include-connect-create ul {
    margin-bottom: 0;
    padding: 0;
}

.card-include-connect-create p {
    flex: 2;
}

.card-include-connect-create [class*="icon-"] {
    background-image: url('../img/icon-workshops-1.svg');
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
    background-repeat: no-repeat;
    flex: 1;
}

.card-include-connect-create .icon-1 {
    background-image: url('../img/icon-workshops-1-1.svg');
}

.card-include-connect-create .icon-2 {
    background-image: url('../img/icon-workshops-2-1.svg');
}

.card-include-connect-create .icon-3 {
    background-image: url('../img/icon-workshops-3-1.svg');
}

.card-include-connect-create .icon-4 {
    background-image: url('../img/icon-workshops-4-1.svg');
}

.card-include-connect-create .icon-5 {
    background-image: url('../img/icon-workshops-5-1.svg');
}

.card-include-connect-create .icon-6 {
    background-image: url('../img/icon-workshops-6-1.svg');
}

.card-include-connect-create .icon-7 {
    background-image: url('../img/icon-workshops-7-1.svg');
}

.card-include-connect-create:nth-child(1):hover {
    background-color: var(--main-green);
}

.card-include-connect-create:nth-child(2):hover {
    background-color: var(--main-orange);
}

.card-include-connect-create:nth-child(3):hover {
    background-color: var(--third-blue);
}

.card-include-connect-create:nth-child(4):hover {
    background-color: var(--third-pink);
}

.card-include-connect-create:nth-child(5):hover {
    background-color: var(--third-blue);
}

.card-include-connect-create:nth-child(6):hover {
    background-color: var(--third-pink);
}

.card-include-connect-create:nth-child(7):hover {
    background-color: var(--main-green);
}

.cta-connect-create {
    margin: 2rem 0;
    border-radius: 4px;
    border: 1px solid #6868AC;
    background: rgba(253, 249, 244, 0.50);
    backdrop-filter: blur(10px);
}

.map-irie iframe {
    width: 100%;
    height: 550px;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.map-icon{
    width: 50px;
    height:50px;
    background-color: var(--brand-beige);
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* css carousel testimonial */

.testimonial-card {
    min-height: 200px;
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.testimonial-card:hover {
    border: 1px solid var(--main-blue);
    box-shadow: 3px 3px 0 var(--main-blue);
}

.testimonial-card .card-avatar-connect-create {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    background-color: var(--third-pink);
    height: auto;
}

.testimonial-card .card-avatar-after-office {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 168px !important;
    width: 100%;
    background-color: var(--main-orange);
    height: auto;
}

.testimonial-card .card-avatar-after-office .carousel-img{
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}



#carousel-testimonials .carousel-controls p {
    color: var(--soft-violet);
    font-size: 0.875rem;
    margin-bottom: 0;
}

#carousel-testimonials .carousel-controls button {
    background-color: #F5f5F5;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--third-blue);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    text-decoration: none;
}

#carousel-testimonials .carousel-controls button:hover {
    background-color: var(--main-yellow);
}

.cta-img-group {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.accordion-item {
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.accordion-item.shadow-accordion {
    box-shadow: 3px 3px 0 var(--main-blue);
}

.accordion-button::after {
    color: var(--main-blue);
    font-weight: bold;
}

#accordionConnect-create .accordion-button.collapsed {
    background-color: var(--brand-beige);
    border: 1px solid var(--fourth-blue);
    font-size: 1.125rem;
    color: var(--fourth-blue);
    box-shadow: none;
}

#accordionConnect-create .accordion-button:not(.collapsed) {
    background: var(--light-beige);
    border-bottom: 1px solid var(--fourth-blue);
    color: var(--main-blue);
    box-shadow: none;
    font-weight: bold;
}

#accordionConnect-create .accordion-body {
    background: var(--light-beige);
}

.accordion-shadow-effect {
    background-color: var(--light-beige);
    box-shadow: 3px 3px 0 var(--main-blue);
}

#accordionConnect-create .accordion-button:hover {
    color: var(--main-blue);
    background: var(--light-beige);
    font-weight: bold;
}

/* After Office */

.bg-img-after-office-1 {
    height: 604px;
    background-image: url('../img/bg-img-after-office-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    border: 1px solid var(--fourth-blue);
    animation: bg-after-office 8s infinite linear alternate;
}

.bg-img-after-office-1 .hero-info-after-office {
    position: absolute;
    padding: 2rem;
    right: 100px;
    bottom: -100px;
    background-color: var(--light-beige);
    width: 531px;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-after-office-1 .hero-info-after-office .logo-1 {
    width: 50%;
    margin-bottom: 1rem;
    display: inline;
}

.bg-img-after-office-1 .hero-info-after-office .logo-2 {
    display: none;
}

.separator-bg-img-after-office-1 {
    margin-top: 10.5rem;
}

.bg-img-after-office-2 {
    height: 604px;
    background-image: url('../img/bg-img-after-office-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-after-office-3 {
    height: 541px;
    background-image: url('../img/bg-img-after-office-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-after-office-4 {
    height: 541px;
    background-image: url('../img/bg-img-after-office-4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-after-office-5 {
    height: 541px;
    background-image: url('../img/bg-img-after-office-5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

.bg-img-after-office-6 {
    height: 541px;
    background-image: url('../img/bg-img-after-office-6.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
}

@keyframes bg-after-office {
    from {
        background-image: url('../img/bg-img-after-office-1.jpg');
    }

    25% {
        background-image: url('../img/bg-img-after-office-1.jpg');
    }

    50% {
        background-image: url('../img/bg-img-after-office-2.jpg');
    }

    to {
        background-image: url('../img/bg-img-after-office-2.jpg');
    }
}

.schedule-info {
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.schedule-info ul {
    margin-bottom: 0;
}

.card-include-after-office {
    width: 265px;
    height: 120px;
    border-radius: 4px;
    border: 1px solid var(--soft-violet);
    background: var(--light-beige);
    color: var(--main-blue);
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    transition: all 0.2s ease-in-out;

}

.card-include-after-office-price {
    width: 265px;
    height: 120px;
    border-radius: 4px;
    color: var(--main-blue);
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    transition: all 0.2s ease-in-out;
}

.card-include-after-office-price p {
    background-color: var(--secondary-yellow);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--main-yellow);
}

.card-include-after-office-price p:hover {
    border: 1px solid var(--main-blue);
    box-shadow: 3px 3px 0 var(--main-blue);
}

.card-include-after-office:hover {
    border: 1px solid var(--main-blue);
    box-shadow: 3px 3px 0 var(--main-blue);
    color: var(--light-beige);
    font-weight: bold;

    .icon-1 {
        background-image: url('../img/icon-workshops-1.svg');
    }

    .icon-2 {
        background-image: url('../img/icon-workshops-2.svg');
    }

    .icon-3 {
        background-image: url('../img/icon-workshops-3.svg');
    }

    .icon-4 {
        background-image: url('../img/icon-workshops-4.svg');
    }

    .icon-5 {
        background-image: url('../img/icon-workshops-5.svg');
    }

    .icon-6 {
        background-image: url('../img/icon-workshops-6.svg');
    }

    .icon-7 {
        background-image: url('../img/icon-workshops-8.svg');
    }
}

.card-include-after-office p {
    flex: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0.5rem;
}

.card-include-after-office ul {
    display: none;
}

.card-include-after-office div {
    display: none;
    opacity: 0;
}

.card-include-after-office div {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 1;
}

.card-include-after-office ul {
    margin-bottom: 0;
    padding: 0;
}

.card-include-after-office p {
    flex: 2;
}

.card-include-after-office [class*="icon-"] {
    background-image: url('../img/icon-workshops-1.svg');
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
    background-repeat: no-repeat;
    flex: 1;
}

.card-include-after-office .icon-1 {
    background-image: url('../img/icon-workshops-1-1.svg');
}

.card-include-after-office .icon-2 {
    background-image: url('../img/icon-workshops-2-1.svg');
}

.card-include-after-office .icon-3 {
    background-image: url('../img/icon-workshops-3-1.svg');
}

.card-include-after-office .icon-4 {
    background-image: url('../img/icon-workshops-4-1.svg');
}

.card-include-after-office .icon-5 {
    background-image: url('../img/icon-workshops-5-1.svg');
}

.card-include-after-office .icon-6 {
    background-image: url('../img/icon-workshops-6-1.svg');
}

.card-include-after-office .icon-7 {
    background-image: url('../img/icon-workshops-8-1.svg');
}

.card-include-after-office:nth-child(1):hover {
    background-color: var(--main-green);
}

.card-include-after-office:nth-child(2):hover {
    background-color: var(--main-orange);
}

.card-include-after-office:nth-child(3):hover {
    background-color: var(--third-blue);
}

.card-include-after-office:nth-child(4):hover {
    background-color: var(--third-pink);
}

.card-include-after-office:nth-child(5):hover {
    background-color: var(--third-blue);
}

.card-include-after-office:nth-child(6):hover {
    background-color: var(--third-pink);
}

.card-include-after-office:nth-child(7):hover {
    background-color: var(--main-green);
}

#after-office {
    background-image:
        url('../img/elipse-1.svg'),
        url('../img/elipse-2.svg'),
        url('../img/bg-elipse.svg'),
        url('../img/elipse-3.svg'),
        url('../img/elipse-4.svg');
    background-position:
        top 260px left 0,
        top 650px right 0,
        top 1750px left 0,
        top 2550px right 0,
        bottom -80px left 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.after-office-calendar {
    background-image: url('../img/after-office-logo-workshop.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--light-beige);
    border: 1px solid var(--fourth-blue);
}

/* end workshop page styles */


.nav-link,
.dropdown-item {
    color: var(--main-violet);
}

.irie-dropdown:hover{
    background-color: var(--main-ivory);
    color: var(--third-blue)
}

.dropdown-irie{
    background-color: var(--light-beige);
}

.navbar-nav .dropdown.active {
    & .dropdown-toggle {
        color: var(--main-green);
        font-weight: bold;
        background: transparent;
    }
}

.navbar-nav .nav-link:hover{
    color: var(--main-green);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-bar .nav-item nav-link.active,
.navbar-nav .dropdown-item.active,
.dropdown-menu.active {
    color: var(--main-blue);
    font-weight: bold;
    background: transparent;
    border-bottom: 2px solid var(--main-blue);
}

.navbar-nav .dropdown-item:active {
    background: var(--main-violet);
}

.hero-home {
    height: 600px;
    background-image: url('../img/hero-home.jpg');
    background-position: center left;
    background-size: cover;
    background-repeat: repeat-x;
    animation-duration: 18s;
    animation-name: hero-home;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hero-store{
    height: 600px;
    background-image: url('../img/hero-store.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Carousel home css custom */

#carousel-home #carouselHomeIrie{
    border-radius: 4px;
}

#carousel-home .carousel-controls p {
    color: var(--soft-violet);
    font-size: 0.875rem;
    margin-bottom: 0;
}

.carousel-controls.workshops{
    position: absolute;
    bottom: 0;

}
.carousel-controls.workshops{
    background-image: linear-gradient(180deg,rgba(28, 30, 122, 0), rgba(28, 30, 122, .8));
    width: 100%;
    position:absolute;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

[id*="carouselWorkshop"]  .carousel-controls .counter{
    color:#fff;
}

[id*="carouselWorkshop"]  .carousel-controls button{
    position:relative;
    width:3rem;
    height: 3rem;
    background-color: #F5f5F5;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--third-blue);
    border-radius: 50px;
    font-size: 1.2rem;
}


#carousel-home .carousel-controls button {
    background-color: #F5f5F5;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--third-blue);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    text-decoration: none;
}

#carousel-home .carousel-controls button:hover {
    background-color: var(--main-yellow);
}

#carousel-home .carousel-item {
    height: 387px;
}

#carousel-home .bg-slider-overlay {
    background: linear-gradient(90deg, rgba(253, 249, 244, 1) 25%, rgba(253, 249, 244, 0) 55%);
}

#carousel-home .bg-slider-all {
    background-image: url('../img/bg-slider-1.png');
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}

#carousel-home .slider-rectangle {
    background-color: var(--main-orange);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#carousel-home .bg-slider-border {
    border-radius: 4px;
    border: 1px solid var(--third-blue);
    overflow: hidden;
}

#carousel-home .bg-slider-background {
    background-image: url('../img/bg-slider-1.png');
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}


@keyframes hero-home {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2626px 0;
    }
}

.bg-stars {
    background-image: url('../img/bg-stars-home.svg');
    background-color: var(--light-beige);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#welcome {
    color: var(--main-blue);
}

#welcome h1>span {
    font-weight: bold;
}

#workshop {
    color: var(--main-blue);
}

#download {
    color: var(--main-blue);
}

.card-download {
    border: 1px var(--soft-violet) solid;
    background-color: var(--light-beige);
    color: var(--main-blue);
    border-radius: 4px;
}

.card-download .bg-download {
    width: 100%;
    height: 16.25rem;
    background-position: center center;
    background-size: cover;
    border-radius: 6px
}

.card-download .download-description {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: .5rem;
    color: var(--main-green);
    font-family: 'Montserrat', sans-serif;
}

.footer-irie {
    background-color: var(--main-blue);
}

.btn-ws:hover{
    color: var(--secondary-blue);
}


/*Esrilos formularios*/
.form-label {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0;
}

input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
    color: var(--fourth-blue);
}

#form-checkout-data .input-group>span {
    border-radius: 4px 0 0 4px;
    border-top: 1px solid var(--fourth-blue);
    border-left: 1px solid var(--fourth-blue);
    border-bottom: 1px solid var(--fourth-blue);
    color: var(--main-blue);
}

input[type="tel"] {
    border-radius: 0 4px 4px 0;
    border-top: 1px solid var(--fourth-blue);
    border-right: 1px solid var(--fourth-blue);
    border-bottom: 1px solid var(--fourth-blue);
    color: var(--main-blue);
    font-weight: 500;
    background-color: var(--light-beige);
}




input [type="checkbox"] {
    border-radius: 4px;
    border: 1px solid var(--fourth-blue);
    color: var(--main-blue);
    font-weight: 500;
    background-color: var(--light-beige);
}

input[type="password"]:invalid,
input[type="text"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid {
    border: 1px solid var(--main-orange);
}

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
select {
    border-radius: 4px;
    border: 1px solid var(--fourth-blue) !important;
    color: var(--main-blue) !important;
    font-weight: 500;
    background-color: var(--light-beige) !important;
}

.error-help {
    color: var(--main-orange);
    font-weight: medium;
    line-height: 22px;
    font-size: 0.75rem;
}


.bg-afteroffice-product {
    background-image: url('../img/bg-afteroffice-product.jpg');
    height: 187px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}

.bg-connectcreate-product {
    background-image: url('../img/bg-connectcreate-product.jpg');
    height: 187px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}

/* end Checkout Irie */

/* checkout form */
#form-checkout input[type="email"],
#form-checkout input[type="text"],
#form-checkout__cardNumber,
#form-checkout__expirationDate,
#form-checkout__cardNumber,
#form-checkout__securityCode {
    border-radius: 4px;
    border: 1px solid var(--fourth-blue);
    background-color: var(--light-beige);
    color: var(--main-blue) !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1.7rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    width: 100%;
    margin-bottom: 1rem;
}

#form-checkout input[type="email"]::placeholder,
#form-checkout input[type="text"]::placeholder,
#form-checkout__expirationDate::placeholder,
#cardNumber::placeholder,
#form-checkout__cardNumber {
    color: var(--fourth-blue) !important;
}

#form-checkout select {
    border-radius: 4px;
    border: 1px solid var(--fourth-blue);
    background-color: var(--light-beige);
    color: var(--main-blue);
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}

#form-checkout select option {
    color: var(--main-blue);
}

#form-checkout .font-icon {
    position: absolute;
    left: 7px;
    top: 13px;
    color: var(--soft-violet);
}

.h-40 {
    height: 40px;
}

#loading-message {
    display: none;
    text-align: center;
    font-weight: 700;
}

#fail-response,
#success-response {
    display: none;
}

.form-error-label {
    color: var(--main-orange);
    font-weight: medium;
    line-height: 22px;
    font-size: 0.75rem;
}

/* end checkout form */

#carousel-home .carousel-tittle-2 {
    display: none;
}

/* workshops page style */

.color-stripe-workshops{
    background-color: var(--main-orange);
    width: 100%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 4px 0 0;
}
.bg-card-workshops-1{
    background-image: url('../img/bg-img-after-office-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    position: relative;
}

.card-content-workshops{
    border-radius: 0px 0px 4px 4px
}

.card-workshop-companies{
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid var(--dark-beige);
    background-color: var(--light-beige);

    hr{
        background-color: var(--dark-beige);
        border-color: var(--dark-beige);
        height: 2px;
    }

    .color-stripe{
        background-color: var(--main-blue);
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4px 0 0 0;
    }

    .bg-companies-workshops{
        background-image: url('../img/bg-workshop-companies-1.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 186px;
        border-bottom: 2px solid var(--dark-beige);
        position: relative;
    }

    .card-workshop-companies-content{
        padding: 1.5rem;
    }
}

/* tablet responsive */
@media screen and (min-width:441px) and (max-width:992px){

}
/* mobile responsive */
@media screen and (max-width:440px) {

    html{
        scroll-padding-top: 65px;
    }

    /*Estilos Generales*/
    .show-desktop-hide-mobile {
        display: none;
    }

    .show-mobile-hide-desktop {
        display: block;
    }

    .fs-40-px {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .fs-50-px {
        font-size: 1.5rem;
    }

    .fs-16-px {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    /* botonos menu mobile */

    .nav-item .btn-2-menu-irie,
    .nav-item .btn-3-menu-irie {
        width: 100%;
        padding-top: .75rem;
        padding-bottom: .75rem;
        height: auto;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

    .dropdown-menu.show {
        background-color: var(--light-beige);
        border: 0;
        border-radius: 0;
        background-color: var(--brand-beige);
        margin-top: 0;
    }

    .nav-link.dropdown-toggle.show {
        background-color: var(--brand-beige);
        padding-left: 1rem;
    }

    /* pagina de inicio */
    #carousel-home>.row {
        flex-direction: column-reverse;
    }

    #carousel-home>.row {
        flex-direction: column-reverse;
    }

    #carousel-home .carousel-tittle {
        display: none;
    }

    #carousel-home .carousel-tittle-2 {
        display: block;
    }

    #carousel-home .slider-rectangle {
        display: none;
    }

    #carousel-home .carousel-item {
        height: auto;
    }

    #carousel-home .bg-slider-overlay {
        background: linear-gradient(180deg, rgba(253, 249, 244, .8) 40%, rgba(253, 249, 244, .3) 100%);
        padding: 1rem 1rem 0 1rem;
    }

    #carousel-home .bg-slider-all {
        background-image: url('../img/bg-slider-1.png');
        background-position: bottom center;
        height: 585px;
    }

    #carousel-home .bg-slider-background {
        background-image: url('../img/bg-slider-2.jpg');
        background-position: bottom center;
        height: 200px;
    }

    #carousel-home .btn-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #carousel-home .btn-1-irie {
        width: 100%;
    }

    /*PAgina conecta y crea*/

    .connect-create-dates{
        justify-content: center;
    }

    .card-include-connect-create{
        height: auto;
        width: 100%;
    }

    .card-include-connect-create div{
        width: 100%;
    }
    .card-include-connect-create-price {
        display: none;
    }

    .separator-bg-img-connect-create-1 {
        margin-top: 17.5rem;
    }

    .separator-bg-img-connect-create-2 {
        margin-top: 12.5rem;
    }

    .bg-img-connect-create-1 {
        height: 200px;
        width: 100%;
    }

    .bg-img-connect-create-1 .overlay {
        background: none;
    }

    .bg-img-connect-create-1 .hero-info-connect-create {
        top: 150px;
        right: 5%;
        bottom: auto;
        width: 90%;
        padding: 1.5rem;
    }

    .bg-img-connect-create-1 .hero-info-connect-create .logo-2 {
        display: inline;
        text-align: center;
    }

    .bg-img-connect-create-1 .hero-info-connect-create .logo-2 img {
        margin-bottom: 1rem;
        text-align: center;
    }

    .bg-img-connect-create-1 .hero-info-connect-create .logo-1 {
        display: none;
    }

    .bg-img-connect-create-2,
    .bg-img-connect-create-3,
    .bg-img-connect-create-4,
    .bg-img-connect-create-5 {
        height: 250px;
    }


    .card-include-connect-create-price.icons {
        width: 100%;
        height: auto;
    }

    .map-irie iframe {
        height: 164px;
    }

    .testimonial-card {
        height: auto;
    }

    #connect-create,
    #after-office {
        background-image: none;
    }

    /* pagina after office */
    .bg-img-after-office-1 {
        height: 200px;
        width: 100%;
    }

    .bg-img-after-office-1 .overlay {
        background: none;
    }

    .bg-img-after-office-1 .hero-info-after-office {
        top: 150px;
        right: 5%;
        bottom: auto;
        width: 90%;
        padding: 1.5rem;
    }

    .bg-img-after-office-1 .hero-info-after-office .logo-2 {
        display: inline;
        text-align: center;
    }

    .bg-img-after-office-1 .hero-info-after-office .logo-2 img {
        margin-bottom: 1rem;
        text-align: center;
    }

    .bg-img-after-office-1 .hero-info-after-office .logo-1 {
        display: none;
    }

    .separator-bg-img-after-office-1 {
        margin-top: 20.5rem;
    }

    #after-office {
        background-size: 50%;
    }

    .bg-img-after-office-2,
    .bg-img-after-office-3,
    .bg-img-after-office-4,
    .bg-img-after-office-5,
    .bg-img-after-office-6 {
        height: 250px;
    }

    .card-include-after-office {
        width: 100%;
        height: auto;
    }

    .card-include-after-office-price.icons {
        width: 100%;
        height: auto;
    }
}


/* estilos dashboard */
[x-cloak] {
    display: none !important;
}
