/********** index CSS **********/

/* Flex and Container */
.flex-1 {
    flex: 1;
}

.container {
    max-width: 1900px;
}

/* Form Controls */
.form-control:focus {
    box-shadow: none;
    color: var(--secondary) !important;
}

.form-control:hover {
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

.form-select:hover {
    border: 2px solid var(--secondary) !important;
    color: var(--secondary) !important;
}

/* Image and Section Width */
.image-width-section {
    width: 481px;
}

/* Section 0 */
.container-section-0 {
    background: radial-gradient(
        55.91% 122.98% at 66.9% 46.88%,
        #3a3a3a 0,
        #0a0a0a 100%
    );
}

.container-section-0 p {
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: white;
}

.container-title {
    width: 481px;
    height: 345px;
    gap: 32px;
    opacity: 0px;
}

.container-section-0 .text-center {
    text-align: left;
}

/* Section 1 */
.section-1 {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
}

/* Section 3 */
.container-section-3 {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
}

/* Swiper and Card Elements */
.swiper-slide-card {
    border-radius: 8px !important;
}

.card-title-solutions {
    color: var(--primary) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
}

.card-content-solutions {
    color: var(--primary) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}

.cards-solutions {
    background-color: var(--light-card);
    padding: 16px !important;
    border-radius: 8px;
    width: 327px;
    height: 140px;
}

.card-container {
    background-color: var(--light-card);
    padding: 16px;
    min-width: 325px !important;
    min-height: 152px !important;
    border-radius: 15px !important;
}

.title-bold {
    color: var(--primary);
}

.description-card {
    font-size: 14px !important;
    color: var(--primary);
}

.subtitle-swiper-scroll {
    color: var(--medium-light);
    font-size: 14px;
}

/* Buttons */
.button-primary {
    min-width: 173px;
    font-size: 16px;
}

/* Inputs */
.absolute-img-input,
.absolute-img-text-area {
    position: absolute;
    left: 16px;
}

.absolute-img-input {
    bottom: 0.6rem;
}

.absolute-img-text-area {
    top: 0.5rem;
}

.input-primary,
.text-area-primary {
    border-radius: 8px;
    font-size: 14px;
    padding-left: 36px;
    background-color: rgb(255 255 255 / 35%);
}

.text-area-primary {
    resize: none;
}

/* Grids */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* Scrollable Containers */
.scrollable-container {
    height: 600px;
    width: 481px;
    overflow-y: auto;
}

.scrollable-container::-webkit-scrollbar {
    display: none;
}

.scrollable-card .card-body {
    width: 481px;
    height: 600px;
    padding: var(--numberspaddingmd) var(--spacingmd);
    gap: var(--numbersspacingmd);
    opacity: 0;
}

.title-scroll {
    font-size: 18px !important;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 25.2px;
}

.card-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-top: 16px;
    color: #71717a;
}

/* Separators */
.separator-01 {
    width: 27px;
    height: 3px !important;
    gap: 10px;
    opacity: 1;
    background-color: #fdb009;
    border: none;
    margin: 0;
    margin-left: 0;
}

.separador-2 {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
}

/* Carousel */
#carouselExampleControls {
    scroll-behavior: smooth;
}

.grid-solutions {
    display: grid;
    gap: 16px;
}

.carousel-inner {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 5%;
}
.carousel-inner::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    display: flex;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
}

.carousel-item {
    gap: 16px;
}

.mensg-img {
    margin-top: 3px;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .container-section-0 .title-h1 {
        max-width: 379px;
    }

    .container-section-0 .subtitle-p {
        max-width: 340px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section-1 {
        padding: 8% 0;
    }

    .image-width-section-hero {
        width: 276px;
    }

    .image-width-section1 {
        width: 265px;
    }

    .container-section-2 .container {
        text-align: center;
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .container-section-2 .text-center,
    .container-section-2 .text-md-end {
        text-align: center !important;
    }

    .container-section-2 .scrollable-container {
        margin: 0 auto;
    }

    .h5 {
        font-family: Montserrat;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 22.4px;
        text-align: left;
    }

    .container-section-0 .title-0 {
        text-align: center;
    }

    .title-h1 {
        font-size: 26px !important;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        line-height: 36.4px;
        text-align: center;
        padding-bottom: 8px !important;
    }

    .subtitle-p {
        font-family: Inter;
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 19.6px !important;
        text-align: center !important;
        margin-top: 8px !important;
    }

    .carousel-inner {
        margin-top: 32px;
    }

    .scrollable-container {
        height: 420px !important;
        width: 360px !important;
        margin-left: 0px;
    }

    .card-body {
        align-items: center !important;
        width: 360px !important;
        padding: none !important;
    }

    .title-scroll {
        font-size: 18px !important;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 36.4px;
    }

    .separador-2 {
        margin-top: 32px;
        margin-bottom: 32px;
        margin-left: 0px !important;
    }

    .container-section-0 {
        padding-top: 96px;
    }

    .form-p {
        line-height: 23px;
    }

    #seja-um-parceiro-form .card-text {
        line-height: 16.8px;
    }
}

/* tablet Styles ipad mini */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .container-section-0 .container {
        max-width: 750px;
        margin: 0 auto;
        padding-top: 84px !important;
    }

    .container-section-0 .subtitle-p {
        margin-bottom: 40px;
        line-height: 19.6px !important;
    }

    .img-fluid {
        margin-bottom: 0px !important;
    }

    .card-container {
        max-height: 140px !important;
    }

    .separador-2 {
        margin-top: 35px;
        margin-bottom: 25px;
        margin-left: 15px;
    }

    .sc-2 {
        width: 740px;
    }

    .scrollable-title-table {
        width: 350px !important;
        margin-left: 0px !important;
    }

    .scrollable-container {
        width: 310px;
        height: 450px !important;
        margin-left: 20px;
    }

    .card-body {
        width: 300px;
        height: 200px;
    }

    .card-text-1 {
        width: 288px;
    }

    .container-section-0 .d-flex {
        flex-direction: row !important;
        align-items: center !important;
        gap: 20px;
    }

    .title-0 {
        text-align: left;
        width: 100%;
        max-width: 50%;
        padding: 0 15px;
        margin-left: -50px !important;
    }

    .container-section-0 .image-width-section1 {
        width: 100%;
        margin-right: -50px;
    }

    .card-container {
        height: 140px !important;
        border-radius: 8px !important;
    }

    .title-h1 {
        line-height: 36.4px;
        font-size: 26px !important;
        font-family: "montserrat", sans-serif;
        padding-bottom: 8px;
    }

    .subtitle-p {
        line-height: 19.6px !important;
        margin-top: 8px !important;
    }

    .hero-title {
        width: 650px;
        margin-left: 40px;
    }

    .description-card {
        font-size: 12px !important;
        line-height: 140%;
        color: var(--primary);
    }

    .section-1 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .container-section-2 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .container-section-3 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .form-p {
        line-height: 19.6px;
    }
}

/* tablet Styles ipad pro até 1300*/
@media (min-width: 1024px) and (max-width: 1300px) {
    .container-section-0 .title-h1 {
        max-width: 379px;
    }

    .container-section-0 .subtitle-p {
        max-width: 400px !;
        margin-bottom: 40px;
    }

    .card-container {
        border-radius: 8px !important;
    }

    .title-h1 {
        line-height: 36.4px;
        font-size: 26px !important;
        font-family: "montserrat", sans-serif;
    }

    .subtitle-p {
        line-height: 19.6px !important;
        margin-top: 8px !important;
    }

    .description-card {
        font-size: 12px !important;
        color: var(--primary);
        line-height: 16.8px !important;
    }

    .container-section-0 {
        padding-top: 84px;
    }

    .title-scroll {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
    }

    .separador-2 {
        margin-top: 35px;
        margin-bottom: 25px;
        margin-left: 15px;
    }

    .card-p {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        margin-top: 16px;
        color: #71717a;
    }

    .card-text-1 {
        width: 288px !important;
    }

    .scrollable-title-table {
        width: 350px;
        margin-left: 0px;
    }

    .scrollable-container {
        width: 370px !important;
        height: 470px !important;
        padding-left: 30px !important;
    }

    .card-body {
        width: 325px;
    }

    .title-bold {
        font-size: 16px;
        font-weight: 600;
        line-height: 22.4px;
    }

    .section-1 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .container-section-2 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .container-section-3 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}

@media (min-width: 1301px) and (max-width: 1536px) {
    .scrollable-title-desk {
        width: 700px;
        height: 268px;
    }

    .scrollable-container {
        width: 481px !important;
        height: 600px !important;
        margin-left: 50px !important;
    }

    .form-p {
        line-height: 5px !important;
    }
}

/* Large Screen Styles */
@media (min-width: 1301px) {
    .title-h1 {
        font-family: "montserrat", sans-serif;
        font-size: 48px !important;
        font-weight: 400;
        line-height: 67.2px;
        padding-bottom: 8px !important;
    }

    .subtitle-p {
        line-height: 28px !important;
        margin-top: 24px !important;
        font-family: "inter", sans-serif;
        font-size: 20px;
        font-weight: 300;
    }

    .container-section-0 .subtitle-p {
        max-width: 481px;
        margin-bottom: 150px;
    }

    .container-section-0 .image-width-section1 {
        width: 481px;
        margin-right: -100px;
    }

    .title-0 {
        width: 481px !important;
        margin-top: auto;
        margin-bottom: 200px;
        margin-left: -80px;
    }

    .container-section-0 {
        padding-top: 120px;
    }

    .section-1 {
        padding: 128px 0 !important;
    }

    /* #grid-items {
    max-width: 77%;
  } */

    .separador-2 {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .description-card {
        line-height: 19.6px;
    }

    .card-body {
        width: 481px;
        height: 600px;
    }

    .card-text-1 {
        width: 417px;
    }

    .image-width-section1 {
        width: 379px;
    }

    .container-section-2 {
        padding-top: 128px !important;
        padding-bottom: 128px !important;
    }

    .container-section-3 {
        padding-top: 128px !important;
        padding-bottom: 128px !important;
    }

    .card-text-1 {
        width: 417px !important;
    }

    .scrollable-title-desk {
        width: 551px;
        height: 268px;
    }

    .scrollable-container {
        width: 481px !important;
        height: 600px !important;
        margin-left: 200px;
    }

    .p-form {
        margin-bottom: 40px !important;
    }

    .form-p {
        line-height: 28px !important;
    }
}

/* Text Alignment */
.text-md-start {
    margin-top: 50px;
}

/* Solutions Mobile Container */
.container-solutions-mobile {
    padding: 12% 0%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
}

/* Main Content Padding */
#main-content {
    padding: 10% 8%;
}

/* Icon */
.icon {
    margin-right: 10px;
}

.icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Ajuste o valor conforme necessário */
    margin-bottom: 20px;
    /* Ajuste o valor conforme necessário */
}

.icon-text img {
    margin-right: 10px;
    /* Espaço entre o ícone e o texto */
}
