.headerMobile,
.mobileView,
.menuMobile {
    display: none;
}

.desktopView {
    display: block;
}


#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(var(--color-laranBlue), 1);
}

.loadingBarWrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-5rem);
    width: 10rem;
    height: 5rem;
}

@media screen and (max-width: 1199px) {
    .loadingBarWrapper {
        transform: translateY(-2rem);
    }
}

#loadingBar {
    position: absolute;
    top: 0%;
    left: 0;
    height: 5%;
    width: 0%;
    background-color: rgba(var(--color-lightBlue), 1);
}

#loadingText {
    position: absolute;
    color: rgba(var(--color-white), 1);
    font-size: clamp(1.4rem, 2vw, 2rem);
    right: 17%;
}

#loadingLogo {
    position: absolute;
    left: 20%;
}

.wrapper {
    width: 50%;
    margin: 0 auto;
    padding-top: 200px;
}

/* Estilos para o logotipo */
.mainLogo {
    width: clamp(8rem, 10vw, 10rem);
    padding-left: var(--spacing-big);
    transition: filter 0.2s ease;
}

/* Logo em sua cor normal */
.whiteLogo {
    filter: brightness(100%);
}

/* Logo com brilho reduzido */
.blackLogo {
    filter: brightness(0%);
}

/* Estilos para a barra de navegação */

nav {
    z-index: 9998;
    width: 100%;
    padding: 2rem 0rem;
    position: fixed;
    margin: 0 auto;
}

.nav-wrapper {
    display: flex;
    width: 83.33%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    padding: var(--spacing-medium);
    background-color: rgba(var(--color-almostBlack), 0.6);
    border: 1px solid rgba(var(--color-almostWhite), 0);
    justify-content: space-between;
    border-radius: 10rem;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

.nav-wrapper:hover {
    background-color: rgba(var(--color-almostBlack), 0.9);
    border: 1px solid rgba(var(--color-almostWhite), 0.1);
}

.nav-items ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    width: 100%;
    gap: 3rem;
    margin: 0;
    align-items: center;
}

.nav-items ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}

.nav-items ul li a {
    color: rgba(var(--color-almostWhite), 1);
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-items ul li a:hover {
    color: rgba(var(--color-lightBlue), 1);
}

.nav-items ul li a:hover i {
    color: rgba(var(--color-lightBlue), 1);
}

.bi-chevron-down {
    font-size: 0.8rem;
    color: white;
    line-height: 1;
}

/* Estilos para o submenuContatos */

.submenuContatos {
    display: none;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(70%);
}

.submenuContatos.show {
    display: block;
}

.submenuContatosWrapper {
    display: flex;
    max-width: max-content;
    background-color: rgba(var(--color-almostBlack), 0.7);
    border: 1px solid rgba(var(--color-almostWhite), 0);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
}

.submenuContatosWrapper:hover {
    background-color: rgba(var(--color-almostBlack), 0.9);
    border: 1px solid rgba(var(--color-almostWhite), 0.1);
}

.submenuContatos ul {
    display: block;
    list-style: none;
    line-height: 2;
    margin: 0;
    padding: 0;
    color: rgba(var(--color-almostWhite), 1);
}

.submenuContatos a {
    color: rgba(var(--color-almostWhite), 1);
}

/* Estilos para o SubMenu Soluções */

.submenuSolucoes {
    display: none;
    padding: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-53%);
    margin-top: 1rem;
}

.submenuSolucoes.show {
    display: block;
}

.submenuSolucoesColumnsWrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: rgba(var(--color-almostBlack), 0.7);
    border: 1px solid rgba(var(--color-almostWhite), 0.1);
    padding: 2rem 4rem;
    border-radius: 1rem;
    gap: 3rem;
    z-index: 9999;
    max-width: max-content;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

.submenuSolucoesColumnsWrapper:hover {
    background-color: rgba(var(--color-almostBlack), 0.9);
    border: 1px solid rgba(var(--color-almostWhite), 0.1);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

.submenuSolucoesColumnsWrapper ul,
.submenuContatosWrapper ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.submenuSolucoesColumnsWrapper ul li,
.submenuContatosWrapper ul li {
    color: rgba(var(--color-darkGray), 1);
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 0;
    padding: 0.5rem 0;
}

.submenuTitle {
    color: rgba(var(--color-lightBlue), 0.5);
    padding: 1rem 0;
    margin: 0;
    font-size: 1rem;
}

.submenuList a,
.submenuContatosList a {
    color: rgba(var(--color-almostWhite), 1);
    text-decoration: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
    line-height: 1;
    overflow: hidden;
}

.submenuList a:hover,
.submenuContatosList a:hover {
    color: rgba(var(--color-almostWhite), 0.65);
}

.submenuList a:hover i,
.submenuContatosList a:hover i {
    animation: linkArrow 0.5s ease-out forwards;
}

.linkArrow {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.linkArrow i {
    display: flex;
    color: rgba(var(--color-lightBlue), 1);
    opacity: 0;
    width: 1rem;
    height: 1rem;
    line-height: 1;
    transform: rotate(-45deg);
}

@keyframes linkArrow {

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

/* Estilos para seção reviews */

.googleReviews {
    width: 100%;
    background-color: rgba(var(--color-blueishGray), 1);
    padding-bottom: 0px;
    margin: 0 auto;
    overflow: hidden;
}

.googleReviewsTop {
    display: flex;
    width: 83.33%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.googleReviewsWrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.googleReviewsTitle h2 {
    font-size: 30px;
    font-weight: 300;
    color: #11171F;
}

.reviewsCardsWrapper {
    width: 83.33%;
    max-width: 1920px;
    display: flex;
    padding-left: 160px;
    padding-right: 160px;
    overflow: hidden;
}

.reviewsCards {
    display: flex;
    gap: 3vh;
    user-select: none;
    transition: transform 0.3s ease-in-out;
}

.reviewsCards h4 {
    color: #07235E;
    font-weight: 300;
    font-size: 20px;
    margin-top: 0px;
}

.reviewsLinkMobile {
    display: none;
}

.reviewsLink {
    font-size: 18px;
}

.reviewsLink a {
    text-decoration: none;
    color: #1A4BA9;
}

.reviewsLink a:hover {
    color: #57A1D8;
}

.reviewCard {
    width: 17rem;
    background-color: #F8FAF9;
    border-radius: 1rem;
    flex-shrink: 0;
    padding: 2rem;
    opacity: 1;
}

.reviewCard p {
    font-size: 1rem;
}

.reviewsData {
    font-size: 0.8rem;
}

.reviewStars {
    color: #FFD700;
}

.reviewStars i {
    margin-right: 0.2rem;
}

/* Estilos para a versão mobile */
@media (max-width: 800px) {
    .googleReviewsWrapper {
        width: 100%;
    }

    .reviewsCardsWrapper {
        width: 100%;
        overflow-x: auto;
    }

    .googleReviewsTop {
        flex-direction: column;
    }

    .reviewCard {
        max-width: 200px;
    }

    .reviewsCards:last-child {
        margin-right: 100px;
    }
}



/* Estilos para a página Soluções */

.subpage-header {
    width: 100%;
    padding-top: 250px;
    font-size: 65px;
    font-weight: 300;
    background-color: #007BFF;
}

.btnWrapperbaixarCatalogo {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: max-content;
}

.downloadBtn3 p {
    color: rgba(var(--color-almostBlack), 0.65);
}

.downloadBtn3:hover p {
    color: rgba(var(--color-lightBlue), 1);
}

.pgSolucoesHeader {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: rgba(var(--color-lightBlue), 1);
}

.pgSolucoesHeaderWrapper {
    width: 83.33%;
    margin: 0 auto;
    padding: 0;
}

.pgSolucoesTitleWrapper {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(var(--color-lightBlue), 1);
}

.pgSolucoesHeader h2 {
    color: #444444;
}

/* Estilos para os links rápidos */

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

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

.quickLinks-Title {
    letter-spacing: 2px;
    color: rgba(var(--color-darkBlue), 1);
}

.quicklinks-Grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 5rem;
}

.quicklinks-Grid ul {
    width: 100%;
    padding: 0;
    list-style: none;
    padding: 1rem 0 0 0;
}

.quicklinks-Grid i {
    width: 1rem;
    height: 1rem;
    line-height: 1;
}

.quicklinks-Grid ul li {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(var(--color-almostBlack), 0.2);
}

.quicklinks-Grid ul li:last-child {
    border-bottom: 1px solid rgba(var(--color-almostBlack), 0.2);
}

.quicklinks-Grid ul li:hover a {
    width: 90%;
    margin: 0 auto;
    color: rgba(var(--color-lightBlue), 1);
}

.quicklinks-Grid ul li,
.quicklinks-Grid ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: rgba(var(--color-almostBlack), 0.5);
}

.quicklinks-Inativo {
    opacity: 0.40;
}



/* Estilos para os cards das soluções */

.pgSolucoesCards {
    width: 100%;
    background-color: rgba(var(--color-blueishGray), 1);
    padding-top: 8rem;
    margin: 0;
}

.pgSolucoesCards img {
    border-radius: 1rem;
}

.pgSolucoesCardsWrapper {
    width: 83.33%;
    margin: 0 auto;
    max-width: 1600px;
    /* Limita o tamanho máximo */
}

.pgSolucoesCard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    width: 100%;
    gap: 5rem;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 5rem;
}

.pgSolucoesCardsContent h3,
.pgSolucoesCardsContent p {
    width: 100%;
}

.pgSolucoesCardsImgMobile {
    display: none;
}

.pgSolucoesCardsImgDesktop {
    display: block;
}

@media (max-width: 1200px) {
    .pgSolucoesCardsImgMobile {
        display: block;
    }

    .pgSolucoesCardsImgDesktop {
        display: none;
    }

    .pgSolucoesCard {
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        /* Ajuste para mobile */
    }
}


/* Estilos para a página Portas de Enrolar */

.productPageHeader {
    background-color: rgba(var(--color-almostWhite), 1);
    display: flex;
    width: 100%;
}

.productPageHeaderWrapper {
    width: 83.33%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.productPageHeaderCTA {
    background-color: #F8FAF9;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.productPageHeaderCTAWrapper {
    width: 83.33%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.productPageHeaderCTALinks ul {
    list-style: none;
    display: flex;
    gap: 50px;
}

.productPageHeaderCTALinks ul li a {
    font-family: 'Titillium Web', sans-serif;
    color: #11171F;
    text-decoration: none;
}

.productPageHeaderCTALinks ul li a:hover {
    color: #57A1D8;
}


/* Estilos para o banner */


.sliderCarouselSection {
    width: 100%;
    position: relative;
    padding-bottom: 10vh;
}

.sliderCarouselWrapper {
    width: 83.33%;
    height: auto;
    border-radius: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.sliderCarouselSlides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: auto;
}

.sliderCarouselSlides img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

/* Estilos para o controlador dos slides */
.sliderCarouselControls {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 10px;
    gap: 10px;
    z-index: 9001;
    transition: background-color 0.3s ease;
}

.sliderCarouselControls:hover {
    background-color: rgba(255, 255, 255, 0.6);

}

.sliderCarouselControls button {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.sliderCarouselControls button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.sliderCarouselControls i {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
}

.sliderCarouselControlIndicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.sliderCarouselControlDots {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.sliderCarouselControlDots:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.sliderCarouselControlDots.active {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Estilos para o controlador dos carrosseis */

.portfolioCarouselCard {
    flex: 0 0 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.carouselControlPanel {
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    background: rgba(200, 200, 200, 0.2);
    justify-content: center;
    margin-top: 20px;
    padding: 0.5rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.carouselControlPanel:hover {
    background: rgba(200, 200, 200, 0.5);
}

.carouselControlPanel button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.carouselControlPanel button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.carouselControlPanel button i {
    font-size: 24px;
    color: black;
}


/* */

.productPageHeaderCall {
    width: 100%;
    background-color: #F8FAF9;
    padding: 0;
    margin: 0;
    padding-bottom: 100px;
}

.productPageHeaderCallWrapper {
    width: 83.33%;
    margin: 0 auto;
    padding-top: 0px;
    gap: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productPageHeaderCallLeft {
    width: 45%;
}

.productPageHeaderCallLeft h2 {
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
}

.productPageHeaderCallRight {
    width: 35%;
}

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

.productPageHeaderCallRightTitle p {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.productPageHeaderCallRightAplication {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 0 1rem 0;
    margin-bottom: 1rem;
    background-color: rgba(var(--color-blueishGray), 1);
    border: 1px solid rgba(var(--color-laranBlue), 0.1);
    border-radius: 1.4rem;
}

.aplicationsIcnBackground {
    padding: 1rem;
    margin: 0 1rem;
    display: flex;
    background-color: rgba(var(--color-laranBlue), 0.1);
    border-radius: 1rem;
}

.productPageHeaderCallRightAplication img {
    width: 3rem;
}

.productPageHeaderCallRightAplication p {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(var(--color-laranBlue), 1);
}

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

.productPageSection2Wrapper {
    width: 83.33%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.productPageSection2Title h2 {
    color: #CDCDCD;
    width: 75%;
}

.productPageSection2TopSpecs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(var(--color-lightBlue), 1);
    border-radius: 1rem;
    padding: 2rem;
    gap: 3rem
}

@media (min-width:1200px) {
    .productPageSection2TopSpecs {
        flex-direction: row;
    }
}

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

.productPageSection2Spec i {
    font-size: 2rem;
    color: rgba(var(--color-almostWhite), 1);
    margin: 0;
    padding: 0;
}

.productPageSection2Spec h4 {
    color: rgba(var(--color-almostWhite), 1);
}

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

.blue-text {
    color: #57A1D8;
}

/* Estilos para seção benefícios product page */

.productPageBenefits {
    width: 100%;
    background-color: rgba(var(--color-blueishGray), 1);
    margin: 0;
    padding: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.productPageBenefitsTitle {
    padding-bottom: 3rem;
    margin: 0;
}

.productPageBenefitsTitle h2 {
    font-size: 3rem;
    max-width: 60%;
    font-weight: 300;
    color: #57A1D8;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.productPageBenefitsItem {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 5rem;
    justify-content: space-between;
    gap: 50px;
}

.productPageBenefitsItemsDescription {
    width: 50%;
    margin: 0 auto;
}

.productPageBenefitsItemsDescription h4 {
    font-size: 32px;
    font-weight: 300;
    color: #11171F;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.productPageBenefitsItemsDescription p {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 90%;
}

.productPageBenefitsItemsDescriptionDetails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ItemsDescriptionDetailsContainer {
    padding: 0;
    margin: 0;
    width: 200px;
    display: flex;
    padding-bottom: 20px;
}

.ItemsDescriptionDetailsContainer i {
    padding-right: 20px;
    margin: 0;
    font-size: 24px;
    color: #7A99AC;
}

.ItemsDescriptionDetailsContainer p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}

.ItemsDescriptionDetailsContainer img {
    width: 100px;
    padding-top: 10px;
    margin: 0;
}

.ItemsDescriptionDetailsContainer .remoteControlIcn {
    width: 24px;
    height: 24px;
    margin: 0;
    padding-right: 20px;
    padding-top: 0px;
}

.productPageBenefitsItemsImg {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.productPageBenefitsItemsImg img {
    border-radius: 20px;
    width: 100%;
}

.productPagenBenefitsPersonalizationTitle p {
    margin-bottom: 10px;
    padding: 0;
}

.productPageBenefitsPersonalizationOptions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.productPageBenefitsPersonalizationOptions p {
    margin: 0;
    padding: 0;
}

.colorChooseFechado {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMetalInteiro.webp');
    background-size: 48px;
}

.colorChooseMicroperfurado {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMetalFurado.webp');
    background-size: 48px;
}

.colorChooseMadeira01 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira001.webp');
    background-size: 48px;
}

.colorChooseMadeira02 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira002.webp');
    background-size: 48px;
}

.colorChooseMadeira03 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira003.webp');
    background-size: 48px;
}

.colorChooseMadeira04 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira004.webp');
    background-size: 48px;
}

.colorChooseMadeira05 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira005.webp');
    background-size: 48px;
}

.colorChooseMadeira06 {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaMadeira006.webp');
    background-size: 48px;
}

.colorChooseAcoGalvanizao {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaAcoGalvanizado.webp');
    background-size: 48px;
}

.colorChooseACM {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background: url('../img/produtos/enrolar/iconesPersonalizacao/texturaAcm.webp');
    background-size: 48px;
}

.colorChooseBranco {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
}

.colorChooseAmarelo {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #e8d315;
}

.colorChooseVermelho {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #dc0303;
}

.colorChooseAzul {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #0513d6;
}

.colorChooseVerde {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #045c09;
}

.colorChooseCinza {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #c5c5c5;
}

.colorChooseChumbo {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #3d3d3d;
}

.colorChooseMarrom {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #432c2c;
}

.colorChoosePreto {
    display: block;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    background-color: #11171F;
}

/* Estilos para seção alto fluxo */

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

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

.altoFluxoSectionTitle h2 {
    font-weight: 300;
    font-size: 3rem;
    padding-bottom: 5rem;
}

.altoFluxoSectionSpecs {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    justify-content: space-between;
    background-color: rgba(var(--color-blueishGray), 0.85);
    border: 1px solid rgba(var(--color-lightBlue), 0.5);
    border-radius: 1rem;
    padding: 3rem;
}

.altoFluxoSectionSpec {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.altoFluxoSectionSpec i {
    font-size: 2rem;
    width: 2rem;
    height: auto;
    color: rgba(var(--color-lightBlue), 1);
    margin: 0;
    padding: 0;
}

.altoFluxoSectionSpec h4 {
    font-size: 1.5rem;
    color: rgba(var(--color-laranBlue), 1);
    line-height: 1;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.altoFluxoSectionSpec p {
    font-size: 1rem;
    color: rgba(var(--color-almostBlack), 0.65);
    line-height: 1.4;
    font-weight: 300;
}


.chamadaCondominiosWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
}

.chamadaCondominiosContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
}

.altoFluxoSectionContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin: 2rem 0;
}

.chamadaCondominiosContainer img {
    border-radius: 1rem;
    width: 100%;
}

@media (min-width: 1200px) {
    .altoFluxoSectionSpecs {
        flex-direction: row;
    }

    .altoFluxoSectionContainer {
        flex-direction: row;
    }

    .chamadaCondominiosWrapper {
        flex-direction: row;
    }

    .chamadaCondominiosContainer {
        flex-direction: column;
    }
}


/* Estilos para páginas das cidades */

.cidadesHeader {
    width: 100%;
    height: auto;
    background-color: rgba(var(--color-almostWhite), 1);
}

.cidadesHeaderBannerCascavel {
    width: 100%;
    height: 50vw;
    background-image: url('../img/portoeseletronicosemcascavel.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cidadesHeaderBannerFoz {
    width: 100%;
    height: 50vw;
    background-image: url('../img/metalurgicaemfozdoiguacu.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

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

.cidadesDescriptionWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 83.33%;
    margin: 0 auto;
}

.cidadesDescriptionText h3 {
    font-weight: 300;
    width: 75%;
    color: rgba(var(--color-almostWhite), 1);
    font-size: clamp(1.2rem, 1.6vw, 2rem);
    line-height: 1.2;
    padding: 0;
    margin-bottom: 3rem;
}

.cidadesDirectionsWrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    font-size: clamp(0.8rem, 1vw, 1.4rem);
    color: rgba(var(--color-almostWhite), 1);
}

.cidadesDirectionsWrapper p {
    color: rgba(var(--color-almostWhite), 1);
    font-weight: 200;
}