/* Banner */
.banner {
    width: 100%;
    min-height: 799px;
    background-image: url("/assets/images/quem-somos/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    position: relative;
    z-index: 4;
}

.banner .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    color: #E9501C;
}

.banner .banner-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.banner .banner-text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    max-width: 700px;
}

/* Slides */
.slides {
    height: 1084px;
    background-image: url("/assets/images/quem-somos/slides-fundo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 222px;
    margin-top: -520px;
    position: relative;
    z-index: 3;
}

.slides .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 587px;
}

.slides-prev,
.slides-next {
    cursor: pointer;
}

.slides-wrapper {
    width: 100%;
    max-width: 750px;
}

.slides-item {
    display: none;
    text-align: center;
    margin-bottom: 32px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.slides-item.slides-item-active {
    display: block;
}

.slides-item-icon {
    height: 84px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #E9501C;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.slides-item h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #012169;
    margin-bottom: 14px;
}

.slides-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    color: #282828;
}

.slides-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 16px;
}

.slides-pagination-item {
    height: 9px;
    width: 9px;
    border: 1px solid #E9501C;
    border-radius: 50%;
}

.slides-pagination-item.slides-pagination-item-active {
    background-color: #E9501C;
}

/* Hardware */
.hardware {
    background-image: url("/assets/images/quem-somos/harware-fundo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 400px;
    padding-bottom: 150px;
    margin-top: -250px;
}

.hardware .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hardware h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #012169;
    margin: 30px auto 66px auto;
}

.hardware h2 span {
    font-weight: 300;
    color: #E9501C;
}

.hardware-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hardware-list-item {
    min-height: 252px;
    width: 200px;
    background-color: #FFFFFF;
    border-bottom: 12px solid #E9501C;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(2, 10, 28, 0.1);
}

.hardware-list-item-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 158px;
    padding: 8px 0;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all .2s;
}

.hardware-list-item-text {
    min-height: 88px;
    padding: 0 8px;
}

.hardware-list-item p {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #012169;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: all .2s;
}

.hardware-list-item:nth-of-type(1) p {
    max-width: 115px;
}

.hardware-list-item:nth-of-type(2) p,
.hardware-list-item:nth-of-type(3) p,
.hardware-list-item:nth-of-type(4) p {
    max-width: 125px;
}

.hardware-list-item:nth-of-type(5) p {
    max-width: auto;
}

.hardware-list-item:hover .hardware-list-item-image,
.hardware-list-item:hover p {
    filter: none;
    opacity: 1;

}

.hardware-cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 66px;
}

/* Empresas */
.empresas {
    padding-top: 150px;
    padding-bottom: 46px;
    background-color: #FFFFFF;
}

.empresas .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.empresas h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: #012169;
    margin-bottom: 46px;
    max-width: 600px;
}

.empresas h2 span {
    font-weight: 300;
    color: #E9501C;
}

.empresas-item {
    height: 164px;
    display: flex;
    align-items: center;
    background-color: #F4F6F9;
    border-bottom: 2px solid #E9501C;
}

.empresas-item .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.empresas-item h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    max-width: 500px;
    transition: all .2s;
}

.empresas-item-cta {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.empresas-item-cta img {
    min-width: 365px;
    position: absolute;
    right: 300px;
    opacity: 0;
}

.empresas-item:hover {
    background-color: #EDEEEF;
}

.empresas-item:hover h3 {
    font-size: 30px;
}

.empresas-item:hover .empresas-item-cta img {
    opacity: 1;
}

/* Contact */
.contact {
    display: flex;
    min-height: 1034px;
    padding-top: 100px;
    background-image: url('/assets/images/home/contato-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact .container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-content h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #FFFFFF;
    max-width: 465px;
    margin-bottom: 22px;
}

.contact-content h2 span {
    color: #E9501C;
}

.contact-content p {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    max-width: 486px;
}

.contact-form {
    width: 100%;
    max-width: 486px;
    padding: 40px 38px;
    margin-left: auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF66;
    border-radius: 16px;
    z-index: 2;
    position: relative;
}

.contact-form > p {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    color: #012169;
    max-width: 390px;
    margin-bottom: 40px;
}

.contact-form form {
    text-align: right;
}

.contact-form input,
.contact-form textarea {
    height: 50px;
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #E4E2DA;
    border-radius: 4px;
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #45484C;
}

.contact-form input[type="submit"] {
    height: 44px;
    font-family: var(--font-base);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    color: #FFFFFF;
    background-color: #E9501C;
    border-radius: 4px;
    margin-bottom: 0;
    transition: all .2s;
}

.contact-form input[type="submit"]:hover {
    background-color: #9f2e09;
}

.contact-form input[type="submit"]:disabled {
    opacity: 0.75;
    cursor: wait;
}

.contact-form textarea {
    min-height: 130px;
}

.contact-form-feedback {
    display: none;
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #111111;
    text-align: left;
}

.contact-form-feedback.is-visible {
    display: block;
}

.contact-form-feedback.is-success {
    color: #0d6b2f;
}

.contact-form-feedback.is-error {
    color: #8f1d1d;
}

@media (max-width: 1100px) {
    .empresas-item {
        height: auto;
        padding: 20px 0;
    }

    .empresas-item-cta img {
        opacity: 1;
        position: initial;
    }
}

@media (max-width: 1024px) {
    .catalogo-wrapper-list {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hardware {
        padding-bottom: 80px;
        margin-top: -300px;
    }

    .hardware-list-item-image,
    .hardware-list-item p {
        opacity: 1;
        filter: none;
    }

    .empresas {
        padding-top: 80px;
    }

    .empresas-item .container,
    .empresas-item-cta {
        gap: 30px;
        flex-direction: column;
    }

    .contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contact .container {
        flex-direction: column;
    }

    .contact-content {
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .contact-form {
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .banner {
        min-height: 900px;
        padding-top: 40px;
    }
}

@media (max-width: 500px) {
    .banner h1,
    .contact-content h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .hardware h2,
    .empresas h2 {
        font-size: 30px;
        line-height: 45px;
    }
}
