body {
    background: #6F7070;
}

*,
*:focus {
    outline: none;
}

section.section {
    min-height: 98vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
}


.section-btns.nav-tabs {
    /* position: absolute; */
    position: -webkit-sticky;
    position: sticky;
    top: 5.25rem;
    /* top: 0; */
    margin-top: 5.25rem;
    width: 100%;
    background-color: #CCCCCC;
    height: fit-content;
    display: inline-flex;
    justify-content: center;
    border: none;
    z-index: 1;

}

.solution-btn {
    font-size: clamp(1rem, 0.1071rem + 1.4286vw, 1.125rem);
    line-height: 1.5rem;
    text-align: center;

    color: #767676;
    background-color: #CCCCCC;
    border: none;

}

.solution-btn.nav-link:hover {
    border-color: #CCCCCC;
}

.solution-btn.nav-link.active {
    background-color: #CCCCCC;
    border: none;
    border-bottom: 4px solid #00DFFF;
    color: #020B56;
    padding-bottom: 0.25rem;
}

.solutions-section {
    height: 100%;
    padding-bottom: 2.25rem;
    display: grid;
    place-items: center;
    /* background: #6F7070; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.section-one {
    background-image: url('../img/solutions/bus/bg-bs-2x.png');
}

.section-two {
    background-image: url('../img/solutions/gob/bg-gb-2x.png');
}

/* 
.img-col-bs,
.img-col-gb {
    max-height: 508px;
    max-width: 316px;
} */


.opensans-normal {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
}


.inter-normal {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
}


.dmsans-normal {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
}

.container-x {
    max-width: 1140px;
    margin: auto;
}

.section-top {
    /* max-width: 1140px; */
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;

    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
}


.section-wrapper {
    /* max-width: 1140px; */


    display: flex;
    column-gap: calc(10vw - 6em);
}


.section-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.section-titles {
    max-width: 55rem;
    /* margin-bottom: 3.625rem; */
    /* margin-top: 1.875rem; */
}


.solutions-title {
    font-size: clamp(1.5rem, -2.9643rem + 7.1429vw, 2.325rem);
    line-height: 2.125rem;

    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


.solutions-subtitle {
    font-weight: 500;

    font-size: clamp(1rem, -0.7857rem + 2.8571vw, 1.25rem);
    line-height: 1.625rem;
    letter-spacing: 0.01em;

    color: #FFFFFF;
    /* text-transform: uppercase; */
}


.section-img.nav-tabs {
    display: flex;
    flex-direction: column;
    row-gap: 1.375rem;
    border-bottom: none;
    max-width: 308px;
}




.solutions-btn.nav-link {
    appearance: none;
    outline: none;
    border: none;
    /*--------*/
    font-size: 14px;
    line-height: 1.625rem;
    text-align: center;
    color: #9A9A9C;
    text-transform: uppercase;
    /*---------*/
    min-width: 230px;
    padding: 14px 0;
    background: #49494C;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


.solutions-btn.nav-link:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    box-shadow: 1px 2px 3px 2px rgba(154, 154, 156, 0.40);
}




.solutions-btn.nav-link.active {
    background: #1AA7EC;
    color: #FFFFFF;
}


.solutions-btn.nav-link.active:hover {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    box-shadow: inherit;
}


.solutions-card {
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;


    padding: 2.3125rem 0.9375rem 1.875rem 2.625rem;
    width: 43.75rem;
    height: 589px;
}


.solutions-card-top {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}


.solutions-card-title {
    font-size: 34px;
    line-height: 2.125rem;


    color: #0A135B;
    text-transform: uppercase;
}


.solutions-card-img {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 0.5em;
}


.card-title-wrapper {
    width: 100%;
}





.card-left-title {

    font-size: clamp(1.5rem, -2.9643rem + 7.1429vw, 2.325rem);
    line-height: 1.625rem;


    color: #fff;
}


.btn-left-accordion {
    background: none;
    line-height: 2.2131rem;
    text-align: left;
    color: #fff;
    font-size: clamp(1.125rem, -2.4464rem + 5.7143vw, 1.625rem);
}


.btn-left-accordion-txt {
    font-weight: 400;
    font-size: clamp(1rem, -0.7857rem + 2.8571vw, 1.25rem);

    line-height: 2.2131rem;
    color: #00DFFF;

}



.btn-left-accordion,
.btn-left-accordion-txt {
    display: flex;
    justify-content: space-between;
}


.btn-left-accordion img {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}


.btn-left-accordion.collapsed img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


.card-left-accordion {
    display: flex;
    flex-direction: column;


}


.btn-left-accordion {
    font-weight: 700;


    appearance: none;
    outline: none;
    border: none;
    /* background-color: #FFFFFF; */
    text-align: left;
    /* padding: 0; */
}


/* ************* */
.btn-request {
    min-width: 270px;
    width: fit-content;
    /*margin-left: 4em;
    */
    /*min-height: 68px;
    */
    padding: 10px 24px;
    background: #1AA7EC;
    border: #1AA7EC9e 1px solid;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    font-size: clamp(1.125rem, 2.0179rem + -0.7143vw, 1.375rem);
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-wrap: nowrap;
}

.btn-request:hover,
.btn-request:focus {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.a_tag,
.a_tag:visited,
.a_tag:active {
    appearance: none;
    color: #fff;
}

.container-request {
    align-self: flex-end;
    margin-bottom: 3.625rem;
    text-align: end;
}

/* ********** */

.section-use {
    background: #12163D;
    height: 85vh;
    padding-block: 4em;
}

.section-use-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.section-use-container-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: flex-start;
}


.section-use-title {
    font-size: clamp(1.5rem, -2.9643rem + 7.1429vw, 2.325rem);
    line-height: 3.2344rem;
    text-align: center;
    color: #fff;

    max-width: 36.3125rem;
    display: flex;
    justify-content: center;
}


.container-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.box {

    width: 20.125rem;
    height: 20.125rem;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;

    padding: 2.4375rem 2.6875rem 2.25rem 2.0625rem;

    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 1.25rem;
}

.box-1 {
    background-image: url('../img/solutions/1cb.png');
}

.box-2 {
    background-image: url('../img/solutions/2cb.png');
}

.box-3 {
    background-image: url('../img/solutions/3cb.png');
}

.box-title {
    font-size: clamp(1.125rem, -2.4464rem + 5.7143vw, 1.625rem);
    line-height: 1.875rem;
    text-align: left;
    height: 3.125rem;
}

.box-desc {
    font-size: clamp(0.875rem, -0.0179rem + 1.4286vw, 1rem);
    font-weight: 600;
    line-height: 1.3619rem;
    text-align: left;
}

/* **** MEDIA **** */
@media (max-width: 1600px) {



    .section-top {
        padding-bottom: inherit;
    }
}

@media (max-width: 1024px) {

    section.section {
        height: fit-content;
    }

    .section-use,
    .solutions-section {
        padding-inline: 45px;
    }



    .section-top {
        padding-bottom: inherit;
    }
}


/* *** MOBILE *** */
@media (max-width: 1000px) {


    section.section {
        min-height: 160vh;
        background-position: right;
    }


    .section-btns.nav-tabs {
        top: 3em;
        margin-top: 1.25rem;
        width: 100%;
        z-index: 2;
    }


    .solution-btn {
        font-size: 18px;
        line-height: 2.375rem;
        padding-inline: 1em;
        width: 50%;
    }

    .solutions-section {
        padding-bottom: 0;
    }


    .solutions-section.tab-pane {
        padding-inline: 0;
    }


    .section-wrapper {
        display: inherit;
        column-gap: inherit;
        padding-left: 35px;
        padding-bottom: 40px;
    }


    .section-left {
        display: inherit;
    }


    .section-top {
        padding-inline: 30px;
    }


    .solutions-title {
        font-size: 24px;
        line-height: 2.0425rem;
    }


    .solutions-subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25rem;
        letter-spacing: 0.01em;
        text-wrap: auto;
    }


    .mobile-cards {
        border: 2px solid #FFFFFF;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;


        width: 297px !important;
        height: 660px;
        padding: 21px 19px 20px 24px;

        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .card-left-title {

        font-size: 18px;
        line-height: 30px;
        text-align: left;
    }

    .btn-left-accordion {
        line-height: 20px;
        text-align: left;
        font-size: 16px;
        /* align-self: flex-start; */
    }


    .btn-left-accordion-txt {
        font-weight: 400;
        font-size: 16px;
        text-wrap: balance;
        line-height: 20px;
        color: #00DFFF;
    }


    .img-col-bs,
    .img-col-gb {
        max-width: 244px;
        height: auto;

    }


    /* ************* */
    .btn-request {
        min-width: 206px;
        width: fit-content;
        padding: 5px 16px;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        font-size: 16px;
        line-height: 30px;
    }

    .container-request {
        display: flex;
        justify-content: center;
    }


    /* ********** */
    .section-use-container {
        background-color: rgba(75, 81, 87, 0.6);
        background-blend-mode: overlay;
        padding-block: 60px 80px;
        padding-left: 35px;
    }


    .section-use-container-title {
        width: 100%;
        display: flex;
        justify-content: center;
        align-self: flex-start;
    }

    .section-use-title {
        font-size: 18px;
        line-height: 1.875rem;
        text-align: left;


        max-width: 19rem;
        text-wrap: auto;
        display: flex;
        justify-content: center;
    }

    .container-box {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .box {
        max-width: 297px;
        max-height: 297px;
        padding: 2.3rem 1.125rem 1.25rem 2.0625rem;

    }


    .box-1 {
        background-image: url('../img/solutions/1cb.png');
    }


    .box-2 {
        background-image: url('../img/solutions/2cb.png');
    }


    .box-3 {
        background-image: url('../img/solutions/3cb.png');
    }


    .box-title {
        height: 50px;


        font-size: 26px;
        line-height: 1.875rem;
        text-align: left;
    }


    .box-desc {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3619rem;
        text-align: left;
    }


    .owl-dots {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
    }



    button.owl-dot {
        background: #D9D9D9;
        border: 1px solid #777777;
        height: 15px;
        width: 1.1875rem;
        opacity: 1;
    }



    button.owl-dot.active span {
        background: #4ADEDE;
        border: 1px solid #42c2c2;
        height: 15px;
        width: 2rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);

    }
}