/* Arquivo dedicado aos estilos específicos de cada página */

/* Páginas de produtos */

/* Seção aplicações */

/*
produtosAplicacoes img h3 p h2 p
produtosAplicacoesWrapper
produtosAplicacoesTitle
produtosAplicacoesIcons
produtosAplicacoesIconsContainer
produtosAplicacao
*/

.produtosAplicacoes {
    width: 100%;
    padding: 8rem 0;
    background-color: rgba(var(--color-darkBlue), 1);
}

.produtosAplicacoes h3 {
    color: rgba(var(--color-almostWhite), 0.9);
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.produtosAplicacoes h2 {
    color: rgba(var(--color-almostWhite), 0.9);
    font-weight: 300;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
}

.produtosAplicacoes p {
    color: rgba(var(--color-almostWhite), 0.65);
    font-weight: 300;
    margin: 0;
    padding: 2rem 0;
}

.produtosAplicacoes img {
    width: 5rem;
    height: auto;
    padding-bottom: 2rem;
}

.produtosAplicacoesWrapper {
    width: 83.33%;
    margin: 0 auto;
    max-width: 1600px;
}

.produtosAplicacoesTitle {
    width: 80%;
}

@media (min-width: 1200px) {
    .produtosAplicacoesTitle {
        width: 50%;
    }
}

.produtosAplicacoesIcons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.produtosAplicacao {
    background-color: rgba(var(--color-laranBlue), 1);
    border-radius: 1.5rem;
    padding: 0 3rem;
}

.produtosAplicacaoContainer {
    width: 80%;
    padding: 6rem 0 1rem 0;
}

/* Seção solucoes oferecidas */

/*
solucoesOferecidasSection img h4 h3 span p
solucoesOferecidasWrapper
solucoesOferecidasTitle
solucoesOferecidasCardsWrapper
solucoesOferecidasCard
solucoesOferecidasCardContainer

*/

.solucoesOferecidasSection {
    width: 100%;
    height: auto;
    padding: 8rem 0;
}

.solucoesOferecidasSection h4 {
    border-bottom: 1px solid rgba(var(--color-laranBlue), 1);
    padding-bottom: 0.5rem;
}

.solucoesOferecidasSection h3 {
    padding: 2rem 0;
    color: rgba(var(--color-laranBlue), 1);
}

.solucoesOferecidasSection span {
    font-size: 1.2rem;
    color: rgba(var(--color-almostBlack), 0.8);
}

.solucoesOferecidasSection p {
    padding: 1rem 0;
    color: rgba(var(--color-almostBlack), 0.6);
}

.solucoesOferecidasSection img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.solucoesOferecidasWrapper {
    width: 83.33%;
    margin: 0 auto;
}

.solucoesOferecidasCardsWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.solucoesOferecidasCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(var(--color-blueishGray), 1);
    padding: 1rem;
    border: 1px solid rgba(var(--color-laranBlue), 0.1);
    border-radius: 1.5rem;
    line-height: 1.4;
}

/* ======================== */
/* solutionFeatures         */
/* ======================== */

.solutionFeatures {
    display: flex;
    flex-direction: column;
}

.solutionFeaturesItem {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}

.solutionFeatures-CheckCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    padding-top: 1px;
    background-color: rgba(var(--color-laranBlue), 1);
    border-radius: 2rem;
}

.solutionFeatures-CheckCircle i {
    color: rgba(var(--color-almostWhite), 0.65);
}

.solutionApplications {
    display: flex;
    flex-direction: column;
    width: fill;
}

.solutionApplicationsItems {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.solutionApplicationsItem {
    background-color: rgba(var(--color-almostWhite), 0.5);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(var(--color-laranBlue), 0.1);
}

.solutionApplicationsItem img {
    width: 10%;
    background-color: rgba(var(--color-almostWhite), 1);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(var(--color-laranBlue), 0.1);
}

.solutionButton {
    width: 100%;
    background-color: rgba(var(--color-lightBlue), 0.15);
    border: 1px solid rgba(var(--color-lightBlue), 0.25);
    border-radius: 0.5rem;
    align-items: center;
    line-height: 1;
}

.solutionButton i {
    background-color: aliceblue;
}

/* ============================================================= */
/* Páginas específicas de soluções                               */
/* ============================================================= */

.productInfoSection {
    width: 100%;
}

.productInfoWrapper {
    width: 83.33%;
    margin: 0 auto;
    padding: 0;
    max-width: 1600px;
}

.productInfoTitle {
    width: 100%;
    border-bottom: 1px solid rgba(var(--color-laranBlue), 0.5);
    padding: 0;
    margin: 0 0 1rem 0;
}

.productInfoTitle h2 {
    font-size: 2rem;
    font-weight: 300;
    color: rgba(var(--color-laranBlue), 1);
    padding: 0 0 0.5rem 0;
    margin: 0;
}

.productInfoContent {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.productInfoContent p {
    line-height: 1.6;
    color: rgba(var(--color-almostBlack), 0.6);
}

.productFeaturesSection {
    width: 100%;
    padding: 10rem 0;
}

.productFeaturesWrapper {
    width: 83.33%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1600px;
}

.productFeaturesContent {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-direction: column;
}

.productFeaturesContentImg {
    width: 100%;
    overflow: hidden;
}

.productFeaturesContentImg img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.productFeaturesContentFeatures {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.productFeaturesItem {
    background-color: rgba(var(--color-laranBlue), 0.1);
    border: 1px solid rgba(var(--color-laranBlue), 0.2);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    gap: 1rem;
}

.productBenefitsSection {
    background-color: rgba(var(--color-darkBlue), 1);
    width: 100%;
    padding: 10rem 0;
}

.productBenefitsWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1rem;
    width: 83.33%;
    margin: 0 auto;
    max-width: 1600px;
}

.productBenefitsCard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(var(--color-laranBlue), 0.9);
    padding: 2rem;
    border-radius: 1rem;
}

.productBenefitsCard i {
    font-size: 3rem;
    height: auto;
    color: rgba(var(--color-lightBlue), 1);
}

.productBenefitsCard p {
    color: rgba(var(--color-almostWhite), 0.65);
}

/* ============================================================= */
/* Características gerais                                        */
/* ============================================================= */


.caracteristicasGeraisSection {
    width: 100%;
    padding: 10rem 0;
    background-color: rgba(var(--color-black), 1);
}

.caracteristicasGeraisWrapper {
    width: 83.33%;
    margin: 0 auto;
    max-width: 1600px;
}

.caracteristicasGeraisHeader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.caracteristicasGeraisHeaderContent .subtitle {
    font-size: 0.7rem;
    color: rgba(var(--color-lightBlue), 1);
    letter-spacing: 3px;
    font-weight: 300;
}

.caracteristicasGeraisHeaderContent h3 {
    font-size: 2.5rem;
    color: rgba(var(--color-almostWhite), 1);
    margin: 0;
}

.caracteristicasGeraisHeaderContentLinks {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.caracteristicasGeraisHeaderContentLinks p {
    color: rgba(var(--color-almostWhite), 0.3);
}

.caracteristicasGeraisHeaderContentLinks a {
    color: rgba(var(--color-lightBlue), 0.6);
}

.caracteristicasGeraisHeaderContentLinks a:hover {
    color: rgba(var(--color-lightBlue), 1);
}

.caracteristicasGeraisGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    padding: 3rem 0;
    gap: 2rem;
}

.caracteristicasGeraisColumn h4 {
    color: rgba(var(--color-almostWhite), 0.8);
    padding: 0 0 0.5rem 0;
}

.caracteristicasGeraisColumn-items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.caracteristicasGeraisColumn-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(var(--color-almostWhite), 0.1);
}

.caracteristicasGeraisColumn-item p {
    color: rgba(var(--color-almostWhite), 0.4);
}

.caracteristicasGeraisColumn-AvisoCentral {
    background-color: rgba(var(--color-lightBlue), 0.25);
    border: 1px solid rgba(var(--color-lightBlue), 0.5);
    color: rgba(var(--color-lightBlue), 0.8);
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* ============================================================= */
/* Ajustes de responsibilidade                                   */
/* ============================================================= */

@media (min-width: 1200px) {
    .productInfoContent {
        flex-direction: row;
        gap: 3rem;
    }

    .productFeaturesContent {
        display: flex;
        flex-direction: row;
    }

    .caracteristicasGeraisHeader {
        flex-direction: row;
    }

    .caracteristicasGeraisGrid {
        gap: 3rem;
    }
}