:root {
    --main-color: #00BF9D;
    --sec-color: #02D9D9;
    --ter-color: #61CDF6;
    --main-bg: #F5FFFA;
    --bs-form-check-bg: #03A64A;
    --footer-bg: #F2E3D5;
    --bs-primary-bg-subtle: white;
}

body {
    font-family: 'Nunito';
    background-color: var(--main-bg);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

pre {
    color: white;
    font-size: 100%;
    margin-bottom: 0;
    overflow-wrap: break-word;
    white-space: pre-line;
}

textarea {
    resize: none;
}

.main-color {
    color: var(--main-color)
}

.collapsed {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.show-checkmark {
    display: none;
}

.collapsed .show-checkmark {
    display: block;
}

.collapsed .show-edit {
    display: none;
}


/* Scrollbar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #888;
}

::-webkit-scrollbar-thumb {
    background: #afafaf;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* End Scrollbar */

.container {
    content: " ";
    display: table;
}


/* Begin Header */
.btn-cta {
    border-radius: 20px;
    padding: 7px 20px;
    color: var(--main-bg);
    background: var(--main-color);
    border: 1px solid var(--main-color);
    font-weight: 200;
    text-transform: uppercase;
    width: 170px;
}

.btn-cta:hover {
    color: var(--main-color);
    background: var(--main-bg);
}

.header {
    margin-top: 20px;
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.navbar-custom {
    padding: 20px;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
}

.mobile-show {
    display: none;
}

.desktop-logo {
    width: 120px;

}

.mobile-logo {
    width: 135px;
    display: none;
}

.mobile-slidebar {
    display: flex;
    gap: 7px;
    align-items: center;
    display: none;
}

.desktop-brand {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.brand-logo {
    display: flex;
    align-items: center;
    width: 170px;
    gap: 5px;
    text-decoration: none;
    color: black;
}

#decesolo {
    scroll-margin-top: 200px;
}

#slide-0 {
    scroll-margin-top: 200px;
}

#slide-1 {
    scroll-margin-top: 200px;
}

#slide-2 {
    scroll-margin-top: 200px;
}

#slide-3 {
    scroll-margin-top: 200px;
}


@keyframes headerAnimation {
    0% {
        width: 1px;
        margin-top: 0px;
        margin-bottom: -5px;
    }

    100% {
        width: 500px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}


/* Underline Logic */

.hover-underline {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.hover-underline:before,
.hover-underline:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
    background-color: #4b4b4b;
}

.hover-underline:before,
.hover-underline:after {
    left: 0;
}

.nav-item:hover .hover-underline:before,
.nav-item:hover .hover-underline:after {
    width: 100%;
    opacity: 1;
}


/* End underline Logic */

/* Start hover underline logic 2 */

.hover-underline2 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.hover-underline2:before,
.hover-underline2:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
    background-color: #4b4b4b;
}

.hover-underline2:before,
.hover-underline2:after {
    left: 0;
}

.nav-item:hover .hover-underline2:before,
.nav-item:hover .hover-underline2:after {
    width: 100%;
    opacity: 1;
}

/* End hover underline logic 2 */

/* End Header */


/* Start banger */

.banger-btn-container {
    margin-top: 20px;
}

.banger-btn {
    border-radius: 100px;
    margin: 5px;
    text-align: center;
    font-size: 1.75em;
    font-style: normal;
    padding: 15px 30px;
    font-weight: 300;
    line-height: normal;
}

.banger-btn-pri {
    border: 3px solid var(--main-color);
    color: var(--main-bg);
    background-color: var(--main-color);
}

.banger-btn-pri:hover {
    border: 3px solid var(--main-color);
    color: var(--main-color);
    background-color: var(--main-bg);
}

.banger-btn-sec {
    border: 3px solid var(--main-color);
    color: var(--main-color);
    background-color: var(--main-bg);
}

.banger-btn-sec:hover {
    border: 3px solid var(--main-color);
    color: var(--main-bg);
    background-color: var(--main-color);
}


/* End banger */

/* Start features */

.features {
    padding-top: 150px;
}

.features>h2 {
    text-align: center;
}

.features>h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.25em;
}

.features>.container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.card {
    border-radius: 12px;
    padding: 2rem;
    flex: 1 0 calc(33.33% - 20px);
}

.card-title {
    padding: 2rem 0rem;
}

.card-text {
    margin-top: 1rem;
}


/* 
.card-icon {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
} */

.features-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    filter: brightness(0) invert(1);
    background-size: cover;
}

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

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

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

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

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

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

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

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

/* End features */

/* Start pricing */
.card-sec {
    background: var(--main-color);
    color: var(--main-bg)
}


.divider {
    width: 100%;
    height: 1px;
    background: var(--main-color)
}

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

.pricing .card {
    min-width: 354px;
}

.pricing .card-title {
    font-size: 2.75rem;
    font-weight: 400;
    padding: 0px;
}

.pricing .card-subtitle {
    font-size: 1rem;
    padding-left: 0px;
    padding-bottom: 20px;
    font-weight: 300;
}

.pricing>.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.list-checkmark {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    min-height: 22.5rem;
}

.list-checkmark li {
    padding-left: 1em;
    text-indent: -1em;
}

.list-checkmark li:before {
    content: "✔";
    padding-right: 5px;
}

.price-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.price-container .price {
    font-size: 2.25rem;
    font-weight: 500;
}

.price-switch-container {
    display: grid;
    grid-template-columns: auto 75px auto;
    align-items: center;
    gap: 10px;

    padding: 20px 0;
}

.price-tip {
    text-align: center;
    padding: 0 0 20px 0;
}


.period {
    font-size: 1.5rem;
    line-height: 2em;
    font-weight: 300;
}

.pricing .banger-btn {
    font-size: 1.25rem;
    padding: 0.5rem 1.25rem;
    border-width: 1px;
}

.pricing .banger-btn:hover {
    border-width: 1px;
}

.pricing .banger-btn-sec:hover {
    border-color: var(--main-bg)
}

/* End pricing */

/* Start features extended */
.features-extended {
    padding-top: 200px;
}

.features-extended h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.features-extended h2 {
    font-size: 2.75rem;
    padding: 0.5rem 0 2rem 0;
}

.features-extended>.container>p {
    font-size: 1.5rem;
}

.cards-container {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.features-extended .card {
    padding: 1rem;
}

.features-extended .card-title {
    padding: 1rem 0 1.5rem 0;
    font-size: 1.35rem;
}

/* End features extended */

/* Start features showcase */
.features-showcase {
    padding-top: 200px;
}

.features-showcase .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
}

.left-showcase {
    padding: 10px;
}

.left-showcase h5 {
    display: inline-block;
}

.showcase-title {
    display: grid;
    grid-template-columns: 40px auto;
    padding: 40px 0;
    align-items: center;
    gap: 10px;
}

.left-showcase>p {
    padding: 80px 0;
}

.left-showcase .card-icon {
    width: 40px;
    height: 40px;
}

.left-showcase .features-icon {
    width: 27px;
    height: 27px;
}

.right-showcase {
    display: flex;
    align-items: center;
}

.right-showcase img {
    width: 100%
}

.features-showcase .reverse {
    grid-template-columns: 2fr 1fr;
}

.features-showcase .container .reverse {
    order: 1
}

.features-showcase-bg {
    background: linear-gradient(270deg, #029542 33.3%, #56F69C 86.94%);
    width: calc(100% + 20px);
    height: 1220px;
    z-index: -1;
    position: absolute;
    margin-top: -80px;
    margin-left: -30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.left-pane {
    margin-left: 20px;
    height: 545px;
    width: 215px;
    background-image: url('/img/svg/left-pane.svg');
}

.right-pane {
    height: 557px;
    width: 220px;
    background-image: url('/img/svg/right-pane.svg');
}

.features-showcase>h2 {
    font-size: 2.75em;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    color: var(--main-bg)
}

.features-showcase>h5 {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    padding: 0 0 60px 0;
    color: var(--main-bg);
    width: 600px;
    margin: 0 auto;

}

/* End features showcase */

/* Start contact */
.contact {
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 200px;
}

.contact textarea {
    resize: none;
}

.contact button {
    background-color: var(--main-color)
}

.contact .container {
    display: grid;
    max-width: 600px;
    border-radius: 20px;
    margin: 100px auto;
}

.contact h2 {
    text-align: center;
    padding: 30px 0;
}

.contact .features-showcase-bg {
    margin-top: 0;
    height: 700px;
    padding-bottom: 100px;
}

/* End contact */
/* Start footer area */
footer {
    margin-top: auto;
}

.tech_area {
    margin: 40px auto;
}

.item {
    width: 100px;
    height: 100%;
    margin: auto 30px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.item img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.item img:hover {
    -webkit-filter: none;
    filter: none;
}

/* Components */

.light-hover:hover {
    filter: brightness(150%);
}


.form-check-input {
    clear: left;
}

.form-switch {
    margin: 0 auto;
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}


.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}


.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}


.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.form-check-input {
    background-color: var(--main-bg);
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c5fcdd'/%3e%3c/svg%3e");
}

.form-check-input:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.25rem rgb(50 253 13 / 25%);
}



.box {
    /*     margin: -1.5rem; */
    width: 250px;
    height: 400px;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 1s all; */
}

.box--hide {
    display: none;
}

.move-out-from-left {
    animation: moveOutLeft 0.5s ease-in-out;
}

.move-out-from-right {
    animation: moveOutRight 0.5s ease-in-out;
}

.move-to-position5-from-left {
    animation: moveToP5Left 0.5s ease-in-out;
}

.move-to-position4-from-left {
    animation: moveToP4Left 0.5s ease-in-out;
}

.move-to-position3-from-left {
    animation: moveToP3Left 0.5s ease-in-out;
}

.move-to-position2-from-left {
    animation: moveToP2Left 0.5s ease-in-out;
}


.move-to-position1-from-left {
    animation: moveToP1Left 0.5s ease-in-out;
}

.move-to-position5-from-right {
    animation: moveToP5Right 0.5s ease-in-out;
}

.move-to-position4-from-right {
    animation: moveToP4Right 0.5s ease-in-out;
}

.move-to-position3-from-right {
    animation: moveToP3Right 0.5s ease-in-out;
}

.move-to-position2-from-right {
    animation: moveToP2Right 0.5s ease-in-out;
}

.move-to-position1-from-right {
    animation: moveToP1Right 0.5s ease-in-out;
}


.box:nth-child(2n) {
    transform: scale(0.85);
    z-index: -1;
}

.box:nth-child(2) {
    left: 5%;
}

.box:nth-child(4) {
    left: -5%;
}

.box:nth-child(4n + 1) {
    transform: scale(0.75);
    z-index: -2;
}

.box:nth-child(1) {
    left: 15%;
}

.box:nth-child(5) {
    left: -15%;
}


.datepicker td, .datepicker th {
    width: 85px;
    height: 52px;
}

.datepicker table tr td span {
    height: 70px;
    line-height: 70px;
}


@keyframes moveOutLeft {
    0% {
        transform: scale(0.75) translateX(0%);
        opacity: 1;
    }

    50% {
        transform: scale(0.5) translateX(-150%);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.25) translateX(0%);
        opacity: 0;
    }
}

@keyframes moveOutRight {
    0% {
        transform: scale(0.75) translateX(0%);
        opacity: 1;
    }

    50% {
        transform: scale(0.5) translateX(150%);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.25) translateX(0%);
        opacity: 0;
    }
}


@keyframes moveToP5Left {
    from {
        transform: scale(0.75) translateX(100%);
    }

    to {
        transform: scale(0.75) translateX(0);
    }
}

@keyframes moveToP4Left {
    from {
        transform: scale(0.75) translateX(100%);
    }

    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP3Left {
    from {
        transform: scale(0.85) translateX(100%);
    }

    to {
        transform: scale(1) translateX(0);
    }
}

@keyframes moveToP2Left {
    from {
        transform: scale(1) translateX(100%);
    }

    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP1Left {
    from {
        transform: scale(0.85) translateX(100%);
    }

    to {
        transform: scale(0.75) translateX(0);
    }
}


@keyframes moveToP1Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }

    to {
        transform: scale(0.75) translateX(0);
    }
}

@keyframes moveToP2Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }

    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP3Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }

    to {
        transform: scale(1) translateX(0);
    }
}

@keyframes moveToP4Right {
    from {
        transform: scale(1) translateX(-100%);
    }

    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP5Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }

    to {
        transform: scale(0.75) translateX(0);
    }
}