@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Inter', 'sans-serif';
}

:root {
    --primary-blue: #185B9F;
    --secundary-blue: #1B6FAD;
    --tertiary-blue: #BEDFF2;
    --orange: #FF2D01;
    --dark-gray: #1C1C1E;
    --white: #ffffff;
    --banner-background: rgba(206, 230, 255, 0.20);
}

#active{
    color: var(--primary-blue);
}

/* ESTILOS PARA A SPLASH SCREEN */
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Cor de fundo da splash screen */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOutScreen 1s ease-out forwards;
    /* Animação de fade-out da splash screen */
    animation-delay: 3s;
    /* Tempo antes da splash desaparecer */
}

/* Logo na splash screen com animação */
.splash-logo {
    width: 15%;
    opacity: 0;
    transform: scale(0.5);
    /* Reduz o tamanho inicial */
    animation: fadeInScale 2s ease-in-out forwards;
    /* Animação de fade-in e scale */
}

/* Animação de fade-in e scale para a logo */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        /* Aumenta o tamanho ao normal */
    }
}

/* Animação para esconder a splash screen após a logo aparecer */
@keyframes fadeOutScreen {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* FIM DOS ESTILOS PARA A SPLASH SCREEN */

/* BEFORE MENU */
.before-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--primary-blue);
    padding: 10px 70px 0px 70px;
    position: relative;
}

.info-before-menu {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Estilo do link principal */
.more-contacts {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: var(--dark-gray);
    padding: 10px 20px;
}

/* Wrapper para controlar a posição da lista */
.contacts-wrapper {
    position: absolute;
    top: 100%;
    left: 70px;
    display: none;
    z-index: 10;
}

/* Estilo da lista */
.contacts-list {
    background-color: var(--white);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px;
    list-style: none;
    margin: 0;
    border-radius: 0px 0px 5px 5px;
    width: 350px;
}

/* Estilo dos itens da lista */
.contacts-list li {
    margin: 5px 0;
    border-bottom: 1px solid var(--primary-blue);
}

/* Estilo dos links dentro da lista */
.contacts-list li a {
    color: var(--dark-gray);
    padding: 10px;
    display: block;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

/* ESTILIZAÇÃO DO LINK */
.opcao-mais-contatos {
    display: flex;
    align-items: center;
}

.opcao-mais-contatos i {
    color: var(--primary-blue);
    font-size: 20px;
    padding-right: 20px;
}

.opcao-mais-contatos .info-contato-sublist p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--dark-gray);
}

.opcao-mais-contatos .info-contato-sublist .contato {
    font-size: 16px;
    font-weight: bolder;
    color: var(--primary-blue);
}

/* Transição suave para os links da lista */
.contacts-list li a:hover {
    background-color: #f0f0f0;
    color: var(--dark-gray);
}

/* Transição para a seta */
.more-contacts.active .fa-angle-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Foco acessível para navegação com teclado */
.contacts-list li a:focus {
    background-color: #e0e0e0;
    outline: none;
}


.other-options {
    display: flex;
    flex-direction: row-reverse;
    padding: 0px 20px;
    color: var(--white);
    font-size: 12px;
    transition: .9s;
}

.other-options:hover {
    color: var(--tertiary-blue);
    font-weight: bold;
}

.icon-loc,
.icon-phone,
.icon-email {
    padding: 0px 5px;
    font-size: 12px;
}

/* Bloco de informações com contatos */
.more-contacts {
    background-color: var(--white);
    height: 100%;
    width: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    position: relative;
}

/* "Mais contatos" */
.info-before-menu .more-contacts {
    font-size: 12px;
    text-decoration: none;
    color: var(--orange);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: .9s;
}

i i {
    font-size: 10px;
}

.social-medias {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-medias a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 25px;
    height: 25px;
    background-color: var(--secundary-blue);
    border-radius: 50%;
    transition: .9s;
}

.social-medias a:hover {
    background-color: var(--orange);
}

.social-medias a i {
    color: var(--white);
    font-size: 14px;
}

/* FIM BEFORE MENU */

/* ESTILIZAÇÃO DO MENU */

/* Animação para o menu fixo aparecer suavemente */
@keyframes slideDown {
    from {
        transform: translateY(-100px);
        /* Fora da tela */
    }

    to {
        transform: translateY(0);
        /* No topo */
    }
}

.nav-primaria {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid var(--primary-blue);
    padding: 0px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    position: relative;
}

/* Estilo da sublista antes de aparecer */
.nav-primaria .sublist {
    display: none; /* Não ocupa espaço quando invisível */
    position: absolute;
    top: 100%; /* Fica logo abaixo do item de menu */
    left: 0;
    width: 100%; /* Ajusta a largura para a sublista */
    height: 450px;
    background-color: var(--white);
    z-index: 1;
    opacity: 0; /* Invisível inicialmente */
    transform: translateY(-20px); /* Fora da tela */
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; /* Animação */
    visibility: hidden; /* Inicialmente invisível */
    padding: 40px 100px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    
}

/* Mostrar a sublista com animação */
.nav-primaria li.show .sublist {
    display: flex; /* Exibe a sublista */
    visibility: visible; /* Visível */
    opacity: 1;
    transform: translateY(0); /* No lugar correto */
    animation: slideDown 0.5s ease forwards; /* Animação de entrada */
    z-index: 10;
    align-items: start;
    justify-content: left;
}

.first-op-sub{
    display: grid;
    grid-template-rows: 25px auto;
}

.nav-primaria li.show .sublist .first-op-sub .links-fopsub{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 50px;
    margin-right: 20px;
}

.links-fopsub .links-produtos:hover{
    background-color: rgb(243, 243, 243);
}

/* Animação para o efeito de descer (slide down) */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px); /* Inicia fora da tela */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* No lugar correto */
    }
}

/* Estilo dos links da sublista */

.nav-primaria .sublist li a {
    color: var(--dark-gray);
    padding: 15px 10px 15px 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.nav-primaria .sublist h1{
    color: var(--secundary-blue);
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 20px;
    margin-left: 10px;
}

.nav-primaria .sublist h1:first-child{
    padding: 0;
}

.nav-primaria .sublist .links-produtos{
    font-size: 16px;
    font-weight: 600;
    transition: 0s;
    /* EM CASO DE ALGUÉM PREFERIR
       O HOVER COM ANIMAÇÃO, REMOVA
       O TRANSITION ACIMA. */
}

.nav-primaria.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: var(--white);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding: 0 100px;
    transform: translateY(-100px);
    animation: slideDown 0.5s ease forwards;
}


/* Menu mobile permanece como antes */

.options-to-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.options-to-nav ul li a {
    padding: 0px 10px;
    color: var(--dark-gray);
    font-weight: bold;
    font-size: 14px;
}

.options-to-nav ul li a:hover{
    color: var(--secundary-blue);
    transition: .9s;
}

.options-to-nav ul li a:hover span{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


#btn-catalogos {
    background-color: var(--primary-blue);
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--white);
    transition: .9s;
    margin-left: 20px;
}

#btn-catalogos:hover {
    background-color: #1B6FAD;
}

/* MENU MOBILE */
body.menu-open {
    overflow: hidden; /* Bloqueia a rolagem do fundo */
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    background-color: var(--white);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    z-index: 5;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto; /* Permite rolagem no menu */
    scroll-behavior: smooth; /* Rolagem suave */

}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.mobile-menu ul .btn-catalogo-mobile {
    border: none;
}

.mobile-menu ul li a {
    color: var(--dark-gray);
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
}

/* Botão do menu hamburguer */
.mobile-menu-icon {
    position: relative;
}

.mobile-menu-icon button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: var(--primary-blue);
}

/* Estilo do botão de fechar (hambúrguer para 'X') */
.mobile-menu-icon .fa-bars,
.mobile-menu-icon .fa-times {
    transition: all 0.3s ease;
}

.mobile-menu.show {
    right: 0;
    /* Faz o menu aparecer na tela com transição suave */
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu ul .submenu {
    display: none;
    margin-left: 15px;
    list-style: none;
}

.mobile-menu ul li .menu-dropdown {
    cursor: pointer;
}

.mobile-menu ul li .submenu a {
    display: block;
    padding: 5px 10px;
    color: #555;
    text-decoration: none;
}

.mobile-menu ul li .submenu a:hover {
    color: #000;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--dark-gray);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close:hover {
    color: var(--primary-blue);
}

/* Exibir o ícone do hamburguer em telas menores */
@media (max-width: 1023px) {
    .options-to-nav {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }
}

/* FIM - ESTILIZAÇÃO DO MENU */


/* SECTION SOBRE NÓS - INÍCIO DA ESTILIZAÇÃO */
.aboutFava {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 200px 0px 200px
}

.left-side-about {
    position: relative;
    display: inline-block;
}

.img-sobre {
    position: relative;
    z-index: 2;
    display: block;
    height: 560px;
}

.arco-externo {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 530px;
    height: 400px;
    background-color: transparent;
    border: 8px solid var(--primary-blue);
    border-bottom: none;
    border-radius: 50% 50% 0 0;
    transform: translateX(-50%);
    z-index: 1;
}

.arco-interno {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 430px;
    height: 340px;
    background-color: transparent;
    border: 8px solid var(--tertiary-blue);
    border-radius: 50% 50% 0 0;
    border-bottom: none;
    transform: translateX(-50%);
}

.right-side-about {
    margin-left: 50px;
}


.right-side-about h1 {
    color: var(--orange);
    font-weight: bolder;
    padding: 0px 0px 20px 0px;
    font-size: 35px;
}

.right-side-about .text-sec-about p {
    font-size: 14px;
    text-align: justify;
    padding: 0px 0px 20px 0px;
}

.btn-contact-about {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: var(--orange);
    color: var(--white);
    border-radius: 10px;
    width: 300px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color .5s;
    border: none;
}

.btn-contact-about a {
    color: var(--white);
}

.btn-contact-about:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

.btn-text-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.btn-text-contact i {
    margin-left: 10px;
}

.btn-contact-about #arrow-none {
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.btn-contact-about:hover #arrow-none {
    top: 50%;
}

.btn-contact-about:hover .btn-text-contact {
    top: -200px;
}

/* SECTION SOBRE NÓS - FIM DA ESTILIZAÇÃO */


/* SECTION LINHA DE PRODUTOS - INÍCIO DA ESTILIZAÇÃO */
.categories-prod {
    padding: 50px 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categories-prod .title-sec-category h1 {
    font-weight: normal;
    font-size: 35px;
    padding-bottom: 50px;
}

.categories-prod .title-sec-category h1 span {
    font-weight: bolder;
    color: var(--primary-blue);
}

.cards-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    width: 190px;
    height: 185px;
    padding: 15px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cards .icon-card {
    padding-bottom: 10px;
}

.cards .icon-card i {
    color: var(--primary-blue);
    font-size: 25px;
}

.cards .info-category .name-category {
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    color: var(--primary-blue);
    padding-bottom: 30px;
}

.cards .info-category .qtd-prod {
    text-align: center;
    font-size: 12px;
    color: var(--primary-blue);
    padding-bottom: 15px;
}

.btn-sec-categories {
    background-color: var(--primary-blue);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: background-color 0.9s ease;
}

.btn-sec-categories a {
    color: var(--white);
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.9s ease;
}

.btn-sec-categories i {
    font-size: 12px;
    margin-left: 50px;
    transition: transform 0.9s ease;
    transform: rotate(-45deg);
}

.btn-sec-categories:hover {
    background-color: var(--secundary-blue);
}

.btn-sec-categories:hover i {
    transform: rotate(0deg);
}


/* SECTION LINHA DE PRODUTOS - FIM DA ESTILIZAÇÃO */


/* SECTION WHY CHOOSE US - INÍCIO DA ESTILIZAÇÃO */
.diferenciais {
    position: relative;
    width: 100%;
    height: 1100px;
    background-image: url('../imgs/img-fabrica.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    clip-path: ellipse(90% 55% at 50% 40%);
}

.mascara {
    position: absolute;
    width: 100%;
    height: 1100px;
    background-color: var(--primary-blue);
    opacity: 0.8;
    clip-path: ellipse(90% 55% at 50% 40%);
    z-index: 1;
}

.cards-sec-diferenciais {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 200px;
}

.title-sec-diferenciais h1 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
    padding: 80px 0px;
    font-size: 35px;
}

.sec-diferenciais-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;

}

.cards-diferenciais {
    background-color: var(--white);
    width: 290px;
    height: 290px;
    border-radius: 10px;
    padding: 20px;
}

.sec-diferenciais-cards h2 {
    color: var(--orange);
    padding-bottom: 10px;
    font-size: 20px;
}

.sec-diferenciais-cards p {
    font-size: 15px;
}

#btn-contato-d {
    margin-top: 80px;
    font-weight: bolder;
    font-size: 14px;
}

/* SECTION WHY CHOOSE US - FIM DA ESTILIZAÇÃO */


/* DESTAQUES FAVA - INÍCIO DA ESTILIZAÇÃO */
.destaquesFava {
    padding: 40px 200px 80px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-sec-destaques h1 {
    font-size: 35px;
    font-weight: normal;
    padding-bottom: 60px;
}

.title-sec-destaques h1 span {
    color: var(--primary-blue);
    font-weight: bolder;
}

.slider-destaques {
    width: 100%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.info-destaques {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.info-destaques .left-side-slider-info {
    display: flex;
    flex-direction: column;
}

.info-destaques .left-side-slider-info h2 {
    font-size: 20px;
    font-weight: normal;
}

.info-destaques .left-side-slider-info a {
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cards-produtos {
    width: 230px;
    height: 330px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.cards-produtos .img-produto {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cards-produtos .img-produto img {
    width: 80%;
    cursor: pointer;
}

.cards-produtos .img-produto img:hover{
    transform: scale(1.2);
    transition: .9s;
}

.cards-produtos .cod-prod {
    color: var(--primary-blue);
    font-size: 10px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cards-produtos .cod-prod span {
    color: var(--dark-gray);
}

.cards-produtos .name-prod {
    height: 65px;
    font-size: 12px;
    padding: 10px 0px;
    color: var(--dark-gray);
}


.cards-produtos .btn-see-prod {
    background-color: var(--primary-blue);
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-produtos .btn-see-prod a {
    color: var(--white);
    font-size: 12px;
}

.btn-see-prod a i {
    color: #fff;
    font-size: 12px;
    margin-left: 90px;
    transition: transform 0.9s ease;
    transform: rotate(-45deg);
}

.btn-see-prod:hover {
    background-color: var(--secundary-blue);
    transition: .9s;
}

.btn-see-prod:hover i {
    transform: rotate(0deg);
}

.swiper-container {
    position: relative;
    /* Necessário para a posição absoluta da paginação */
}

/* Estilo básico para os bullets */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  }
  
  /* Bullet ativo (central) em destaque */
  .swiper-pagination-bullet-active {
    background-color: #333;  /* Cor diferente para o bullet ativo */
    transform: scale(1.5);   /* Aumenta o tamanho do bullet central */
    opacity: 1;
  }
  
  /* Ajuste os bullets adjacentes para ficarem menores */
  .swiper-pagination-bullet-prev, 
  .swiper-pagination-bullet-next {
    transform: scale(1.2);  /* Tamanho intermediário */
    opacity: 0.8;
  }
  
  /* Bullets mais distantes das extremidades são menores */
  .swiper-pagination-bullet-prev-prev, 
  .swiper-pagination-bullet-next-next {
    transform: scale(0.9);  /* Tamanho menor */
    opacity: 0.6;
  }
  
  /* Esconder bullets muito distantes */
  .swiper-pagination-bullet-prev-prev-prev, 
  .swiper-pagination-bullet-next-next-next {
    display: none;
  }
  


/* DESTAQUES FAVA - FIM DA ESTILIZAÇÃO */


/* FOOTER - INÍCIO DA ESTILIZAÇÃO */
.footer {
    padding: 0px 200px 0px 200px;
    width: 100%;
    height: 350px;
    background-color: var(--primary-blue);
    margin-top: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#first-opc {
    width: 450px;
}

.img-opcs-footer {
    padding-bottom: 20px;
}

.img-opcs-footer img {
    height: 60px;
    margin-top: -10px;
}

.options-footer {
    padding: 20px 30px;
    width: 300px;
    height: 200px;
}

.options-footer .title-opcs-footer h1 {
    font-size: 20px;
    color: var(--white);
    padding-bottom: 25px;
}

.opcs-footer {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.opcs-footer:hover{
    color: var(--tertiary-blue);
    font-weight: bold;
    transition: .9s;
}

.opcs-footer .icon i {
    color: var(--white);
    font-size: 16px;
    padding-right: 10px;
}

.opcs-footer .text-info-footer p {
    color: var(--white);
}

.text-footer {
    color: var(--white);
    font-size: 14px;
    padding-bottom: 25px;
}

.redes-sociais a {
    background-color: #FF2D01;
    color: var(--white);
    padding: 5px 10px;
    border-radius: 5px;
    transition: 1s;
}

.redes-sociais a:hover {
    background-color: var(--secundary-blue);
    border: 1px solid var(--white);
    transition: 1s;
}

.links {
    color: var(--white);
}

.redes-sociais a i {
    font-size: 16px;
}

.copy {
    width: 100%;
    height: 60px;
    background-color: var(--secundary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy p {
    color: var(--white);
    font-size: 14px;
}

/* FOOTER - FIM DA ESTILIZAÇÃO */


/* ESTILIZAÇÃO DE OUTRAS PÁGINAS - REPRESENTANTES, CONTATOS E SOBRE */

/* Representantes */
.container-representantes{
    padding: 80px 200px;
    display: flex;
    justify-content: space-between;
}

.title-rep-regiao{
    padding-bottom: 40px;
}

.left-side-rep .title-rep-regiao h1{
    color: var(--primary-blue);
    font-weight: normal;
}

.regioes h2{
    font-size: 18px;
    color: var(--primary-blue);
    font-weight: normal;
}

.content-representantes{
    padding: 0px 0px 40px 0px;
}

.estados{
    padding: 80px 0px 5px;
    font-size: 18px;
    font-weight: 700;
}

.representante{
    font-size: 18px;
}

.detalhe{
    height: 2px;
    width: 110px;
    background-color: var(--secundary-blue);
    margin: 20px 0px;
}

.contatos .title-contatos{
    font-weight: bold;
    margin-bottom: 5px;
}

.contatos a{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 0px;
    color: var(--dark-gray);
    font-size: 16px;
}

.contatos a i{
    background-color: var(--primary-blue);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
}

.contatos a p:hover{
    color: var(--primary-blue);
    transition: .5s;
    font-weight: bold;
}

.right-side-rep{
    width: 260px;
    height: 580px;
    padding: 10px;
    border: 1px solid var(--primary-blue);
    border-top: 5px solid var(--primary-blue);
    border-radius: 5px;
    position: sticky; 
    top: 100px; 
    align-self: flex-start; 
}

.right-side-rep h1{
    font-size: 18px;
}

.options-representantes-estado{
    padding: 20px 0px;
}

.options-representantes-estado a{ 
    display: flex;
    align-items: center;
    padding: 10px;
    color: var(--dark-gray);
    transition: .9s;
}

.options-representantes-estado a i{
    margin-right: 10px;
}

.options-representantes-estado a:hover p{
    text-decoration: underline;
    color: var(--secundary-blue);
    transition: .9s ease-in-out;
}

.options-representantes-estado a:hover i{
    color: var(--primary-blue);
    transition: .9s;
}
/* Representantes */


/* Contatos */
.container-contatos{
    display: flex;
    justify-content: space-between;
    height: 100vh;
    padding: 0px 200px;
}

.left-side-contatos h1{
     color: var(--primary-blue);
     font-weight: normal;
     padding: 80px 0px 20px 0px;
}

.contatos-page{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px 0px;
}

.detalhe-lateral{
    background-color: var(--secundary-blue);
    height: 50px;
    width: 2px;
    margin-right: 10px;
}

.detalhe-lateral-maior{
    background-color: var(--secundary-blue);
    height: 110px;
    width: 2px;
    margin-right: 10px;
}

.other-options-contatos h2{
    color: var(--primary-blue);
    font-size: 18px;
    font-weight: normal;
}

.other-options-contatos a{
    display: block;
    color: var(--dark-gray);
    padding: 5px 0px;
    font-size: 16px;
}

.other-options-contatos a:hover{
    color: var(--primary-blue);
    font-weight: bold;
    letter-spacing: 1px;
    transition: .9s;
}

.right-side-contatos {
    position: relative;
    width: 200px;
    height: 100vh;
    background-image: url('../imgs/img-fabrica.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.mascara2 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-blue);
    opacity: 0.8;
    z-index: -1;
}

.imagem-ilustrativa{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-ilustrativa img{
    position: relative;
    height: 700px;
    bottom: -40px;
}
/* Contatos */


/* Sobre Nós */
.container-sobre{
    display: flex;
    justify-content: space-between;
    padding: 80px 200px;
}

.left-side-sobre h1{
    color: var(--dark-gray);
}


.left-side-sobre p{
    padding-bottom: 40px;
    text-align: justify;
}

.left-side-sobre .imagem-sobre{
    margin: 40px 0px;
}

.left-side-sobre .imagem-sobre img{
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.right-side-sobre{
    padding-left: 150px;
}

.options-nav-sobre{
    width: 260px;
    height: 300px;
    padding: 10px;
    border: 1px solid var(--primary-blue);
    border-top: 5px solid var(--primary-blue);
    border-radius: 5px;
    position: sticky; 
    top: 100px; 
    align-self: flex-start; 
}

.options-nav-sobre h1{
    color: var(--dark-gray);
    font-size: 18px;
}

.right-side-sobre .options-nav-sobre a{
    padding: 20px;
    color: var(--dark-gray);
    text-decoration: underline;
}

.right-side-sobre .options-nav-sobre a:hover{
    color: var(--secundary-blue);
    transition: .5s ease-in-out;
}


/* Sobre Nós */


/* ESTILIZAÇÃO DE OUTRAS PÁGINAS - REPRESENTANTES, CONTATOS E SOBRE */



/* RESPONSIVIDADE - HOME FAVA */

/* TELAS MENORES - MÁXIMO 359px */
@media screen and (max-width: 360px) {

    /* SPLASH SCREEN */
    .splash-logo {
        width: 40%;
    }

    /* SPLASH SCREEN FIM*/


    /* BEFORE MENU */
    .before-menu {
        height: 50px;
        padding: 15px 25px 15px 25px;
    }

    .more-contacts {
        width: 75px;
        height: 45px;
        text-align: center;
        bottom: -5px;
    }

    .more-contacts p {
        font-size: 10px;
    }

    .icon-loc,
    .icon-phone,
    .icon-email {
        padding: 0;
    }

    .other-options {
        padding: 5px;
    }

    .other-options p {
        display: none;
    }

    .other-options span i {
        background-color: var(--secundary-blue);
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    /* MAIS CONTATOS */
    .contacts-wrapper {
        left: 25px;
    }

    .contacts-list {
        width: 250px;
    }

    .opcao-mais-contatos i{
        font-size: 16px;
        padding-right: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist p{
        font-size: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist .contato{
        font-size: 12px;
    }
    /* MAIS CONTATOS */

    /* BEFORE MENU */

    /* MENU */
    .nav-primaria.sticky {
        display: none;
    }

    .nav-primaria {
        padding: 0 30px;
    }

    .nav-primaria .logo-fava img {
        height: 50px;
    }

    .btn-catalogo-mobile {
        text-align: center;
        margin-top: 40px;
    }

    #btn-catalogos2 {
        padding-left: 0;
        background-color: var(--primary-blue);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 10px;
    }

    /* MENU */


    /* SOBRE NÓS */
    .aboutFava {
        flex-direction: column;
        padding: 40px 100px 40px 100px;
        border-bottom: none;
        border-top: none;
        border-bottom: 1px solid var(--primary-blue);
        border-top: 1px solid var(--primary-blue);
    }

    .right-side-about h1 {
        text-align: center;
        font-size: 25px;
    }

    .img-sobre,
    .arco-externo,
    .arco-interno {
        display: none;
    }

    .right-side-about {
        margin: 0;
    }

    /* SOBRE NÓS - FIM*/

    /* LINHA DE PRODUTOS */
    .categories-prod {
        padding: 25px 100px;
    }

    .categories-prod .title-sec-category h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cards-categories {
        flex-direction: column;
    }

    .cards {
        margin-bottom: 20px;
    }

    /* LINHA DE PRODUTOS */

    /* WHY CHOOSE US */
    .diferenciais,
    .mascara {
        height: 250vh;
    }

    .cards-sec-diferenciais {
        padding: 0px 100px;
    }

    .title-sec-diferenciais h1 {
        padding: 40px 0px;
        font-size: 25px;
    }

    .sec-diferenciais-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .cards-diferenciais {
        width: 270px;
        height: 270px;
        padding: 15px;
    }

    .sec-diferenciais-cards h2 {
        font-size: 18px;
    }

    .sec-diferenciais-cards p {
        font-size: 14px;
    }

    /* WHY CHOOSE US */

    /* DESTAQUES FAVA */
    .destaquesFava {
        padding: 0px 100px 40px 100px;
    }

    .title-sec-destaques h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

    .slider-destaques {
        width: 300px;
    }

    /* DESTAQUES FAVA */

    /* FOOTER */
    .footer {
        padding: 20px 100px;
        flex-direction: column;
        height: 800px;
    }

    #first-opc {
        width: 300px;
    }

    .copy p {
        color: var(--white);
        font-size: 12px;
    }

    /* FOOTER */

    /* OUTRAS PÁGINAS */
    .right-side-contatos, .right-side-rep, .right-side-sobre{
        display: none;
    }
    /* OUTRAS PÁGINAS */

}
/* TELAS MENORES - MÁXIMO 359px */


/* TELAS MENORES - MINÍMO 360px e MÁXIMO 479px */
@media screen and (min-width: 360px) and (max-width: 480px){

     /* OUTRAS PÁGINAS */
     .right-side-contatos, .right-side-rep, .right-side-sobre, .options-representantes-estado{
        display: none;
    }

    .container-representantes, .container-contatos, .container-sobre{
        padding: 30px;
    }
    /* OUTRAS PÁGINAS */

    /* SPLASH SCREEN */
    .splash-logo {
        width: 40%;
    }

    /* SPLASH SCREEN FIM*/


    /* BEFORE MENU */
    .before-menu {
        height: 50px;
        padding: 15px 25px 15px 25px;
    }

    .more-contacts {
        width: 75px;
        height: 45px;
        text-align: center;
        bottom: -5px;
    }

    .more-contacts p {
        font-size: 10px;
    }

    .icon-loc,
    .icon-phone,
    .icon-email {
        padding: 0;
    }

    .other-options {
        padding: 5px;
    }

    .other-options p {
        display: none;
    }

    .other-options span i {
        background-color: var(--secundary-blue);
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    /* MAIS CONTATOS */
    .contacts-wrapper {
        left: 25px;
    }

    .contacts-list {
        width: 250px;
    }

    .opcao-mais-contatos i{
        font-size: 16px;
        padding-right: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist p{
        font-size: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist .contato{
        font-size: 12px;
    }
    /* MAIS CONTATOS */

    /* BEFORE MENU */

    /* MENU */
    .nav-primaria.sticky {
        display: none;
    }

    .nav-primaria {
        padding: 0 30px;
    }

    .nav-primaria .logo-fava img {
        height: 50px;
    }

    .btn-catalogo-mobile {
        text-align: center;
        margin-top: 40px;
    }

    #btn-catalogos2 {
        padding-left: 0;
        background-color: var(--primary-blue);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 10px;
    }

    /* MENU */


    /* SOBRE NÓS */
    .aboutFava {
        flex-direction: column;
        padding: 40px 100px 40px 100px;
        border-bottom: none;
        border-top: none;
        border-bottom: 1px solid var(--primary-blue);
        border-top: 1px solid var(--primary-blue);
    }

    .right-side-about h1 {
        text-align: center;
        font-size: 25px;
    }

    .img-sobre,
    .arco-externo,
    .arco-interno {
        display: none;
    }

    .right-side-about {
        margin: 0;
    }

    /* SOBRE NÓS - FIM*/

    /* LINHA DE PRODUTOS */
    .categories-prod {
        padding: 25px 100px;
    }

    .categories-prod .title-sec-category h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cards-categories {
        flex-direction: column;
    }

    .cards {
        margin-bottom: 20px;
    }

    /* LINHA DE PRODUTOS */

    /* WHY CHOOSE US */
    .diferenciais,
    .mascara {
        height: 250vh;
    }

    .cards-sec-diferenciais {
        padding: 0px 100px;
    }

    .title-sec-diferenciais h1 {
        padding: 40px 0px;
        font-size: 25px;
    }

    .sec-diferenciais-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .cards-diferenciais {
        width: 270px;
        height: 270px;
        padding: 15px;
    }

    .sec-diferenciais-cards h2 {
        font-size: 18px;
    }

    .sec-diferenciais-cards p {
        font-size: 14px;
    }

    /* WHY CHOOSE US */

    /* DESTAQUES FAVA */
    .destaquesFava {
        padding: 0px 100px 40px 100px;
    }

    .title-sec-destaques h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

    .slider-destaques {
        width: 300px;
    }

    /* DESTAQUES FAVA */

    /* FOOTER */
    .footer {
        padding: 20px 100px;
        flex-direction: column;
        height: 800px;
    }

    #first-opc {
        width: 300px;
    }

    .copy p {
        color: var(--white);
        font-size: 12px;
    }

    /* FOOTER */

}
/* TELAS MENORES - MINÍMO 360px e MÁXIMO 479px */


/* TELAS MÉDIAS - MINÍMO 480px e MÁXIMO 759px */
@media screen and (min-width: 480px) and (max-width: 760px){

/* OUTRAS PÁGINAS */
.right-side-contatos, .right-side-rep, .right-side-sobre, .options-representantes-estado{
    display: none;
}

.container-representantes, .container-contatos, .container-sobre{
    padding: 50px;
}
/* OUTRAS PÁGINAS */

    /* SPLASH SCREEN */
    .splash-logo {
        width: 50%;
    }

    /* SPLASH SCREEN FIM*/


    /* BEFORE MENU */
    .before-menu {
        height: 60px;
        padding: 20px 50px 15px 50px;
    }

    .more-contacts {
        width: 100px;
        height: 45px;
        text-align: center;
        bottom: -5px;
    }

    .more-contacts p {
        font-size: 10px;
    }

    .icon-loc,
    .icon-phone,
    .icon-email {
        padding: 0;
    }

    .other-options {
        padding: 5px;
    }

    .other-options p {
        display: none;
    }

    .other-options span i {
        background-color: var(--secundary-blue);
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    /* MAIS CONTATOS */
    .contacts-wrapper {
        left: 50px;
    }

    .contacts-list {
        width: 250px;
    }

    .opcao-mais-contatos i{
        font-size: 16px;
        padding-right: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist p{
        font-size: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist .contato{
        font-size: 12px;
    }
    /* MAIS CONTATOS */

    /* BEFORE MENU */

    /* MENU */
    .nav-primaria.sticky {
        display: none;
    }

    .nav-primaria {
        padding: 0 50px;
    }

    .nav-primaria .logo-fava img {
        height: 60px;
    }

    .btn-catalogo-mobile {
        text-align: center;
        margin-top: 40px;
    }

    #btn-catalogos2 {
        padding-left: 0;
        background-color: var(--primary-blue);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 10px;
    }

    /* MENU */


    /* SOBRE NÓS */
    .aboutFava {
        flex-direction: column;
        padding: 40px 150px 40px 150px;
        border-bottom: none;
        border-top: none;
        border-bottom: 1px solid var(--primary-blue);
        border-top: 1px solid var(--primary-blue);
    }

    .right-side-about h1 {
        text-align: center;
        font-size: 25px;
    }

    .img-sobre,
    .arco-externo,
    .arco-interno {
        display: none;
    }

    .right-side-about {
        margin: 0;
    }

    /* SOBRE NÓS - FIM*/

    /* LINHA DE PRODUTOS */
    .categories-prod {
        padding: 25px 100px;
    }

    .categories-prod .title-sec-category h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cards-categories {
        flex-direction: column;
    }

    .cards {
        margin-bottom: 20px;
    }

    /* LINHA DE PRODUTOS */

    /* WHY CHOOSE US */
    .diferenciais,
    .mascara {
        height: 250vh;
    }

    .cards-sec-diferenciais {
        padding: 0px 150px;
    }

    .title-sec-diferenciais h1 {
        padding: 40px 0px;
        font-size: 25px;
    }

    .sec-diferenciais-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .cards-diferenciais {
        width: 270px;
        height: 270px;
        padding: 15px;
    }

    .sec-diferenciais-cards h2 {
        font-size: 18px;
    }

    .sec-diferenciais-cards p {
        font-size: 14px;
    }

    /* WHY CHOOSE US */

    /* DESTAQUES FAVA */
    .destaquesFava {
        padding: 0px 150px 40px 150px;
    }

    .title-sec-destaques h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

    .slider-destaques {
        width: 300px;
    }

    /* DESTAQUES FAVA */

    /* FOOTER */
    .footer {
        padding: 20px 100px;
        flex-direction: column;
        height: 800px;
    }

    #first-opc {
        width: 300px;
    }

    .copy p {
        color: var(--white);
        font-size: 12px;
    }

    /* FOOTER */

}
/* TELAS MENORES - MINÍMO 480px e MÁXIMO 759px */


/* TELAS MAIORES - MINÍMO 760px e MÁXIMO 1023 */
@media screen and (min-width: 760px) and (max-width: 1024px){

    .imagem-ilustrativa img{
        height: 400px;
        bottom: -200px;
    }

    .container-representantes, .container-contatos, .container-sobre{
        padding: 50px;
    }

    .right-side-rep{
        top: 10px; 
    }

    /* BEFORE MENU */
    .before-menu {
        height: 60px;
        padding: 30px 50px 15px 50px;
    }

    .more-contacts {
        width: 100px;
        height: 45px;
        text-align: center;
        bottom: -5px;
    }

    .icon-loc,
    .icon-phone,
    .icon-email {
        padding: 0;
    }

    .other-options p {
        margin-left: 5px;
        font-size: 10px;
    }

    /* MAIS CONTATOS */
    .contacts-wrapper {
        left: 50px;
    }

    .contacts-list {
        width: 250px;
    }

    .opcao-mais-contatos i{
        font-size: 16px;
        padding-right: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist p{
        font-size: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist .contato{
        font-size: 12px;
    }
    /* MAIS CONTATOS */

    /* BEFORE MENU */

    /* MENU */
    .nav-primaria.sticky {
        display: none;
    }

    .nav-primaria {
        padding: 0 50px;
    }


    .btn-catalogo-mobile {
        text-align: center;
        margin-top: 40px;
    }

    #btn-catalogos2 {
        padding-left: 0;
        background-color: var(--primary-blue);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 10px;
    }

    /* MENU */


    /* SOBRE NÓS */
    .aboutFava {
        flex-direction: column;
        padding: 40px 150px 40px 150px;
        border-bottom: none;
        border-top: none;
        border-bottom: 1px solid var(--primary-blue);
        border-top: 1px solid var(--primary-blue);
    }

    .right-side-about h1 {
        text-align: center;
        font-size: 25px;
    }

    .img-sobre,
    .arco-externo,
    .arco-interno {
        display: none;
    }

    .right-side-about {
        margin: 0;
    }

    /* SOBRE NÓS - FIM*/

    /* LINHA DE PRODUTOS */
    .categories-prod {
        padding: 25px 100px;
    }

    .categories-prod .title-sec-category h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cards-categories {
        flex-direction: column;
    }

    .cards {
        margin-bottom: 20px;
    }

    /* LINHA DE PRODUTOS */

    /* WHY CHOOSE US */
    .diferenciais,
    .mascara {
        height: 250vh;
    }

    .cards-sec-diferenciais {
        padding: 0px 150px;
    }

    .title-sec-diferenciais h1 {
        padding: 40px 0px;
        font-size: 25px;
    }

    .sec-diferenciais-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .cards-diferenciais {
        width: 270px;
        height: 270px;
        padding: 15px;
    }

    .sec-diferenciais-cards h2 {
        font-size: 18px;
    }

    .sec-diferenciais-cards p {
        font-size: 14px;
    }

    /* WHY CHOOSE US */

    /* DESTAQUES FAVA */
    .destaquesFava {
        padding: 0px 150px 40px 150px;
    }

    .title-sec-destaques h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

    .slider-destaques {
        width: 100%;
    }

    /* DESTAQUES FAVA */

    /* FOOTER */
    .footer {
        padding: 20px 100px;
        flex-direction: column;
        height: 800px;
    }

    #first-opc {
        width: 300px;
    }

    .copy p {
        color: var(--white);
        font-size: 12px;
    }

    /* FOOTER */

}
/* TELAS MAIORES - MINÍMO 759px e MÁXIMO 1023px */


/* TELAS MAIORES - MINÍMO 1024px e MÁXIMO 1249px */
@media screen and (min-width: 1024px) and (max-width: 1250px){

    .container-representantes, .container-contatos, .container-sobre{
        padding: 40px 150px;
    }

    .right-side-rep{
        top: 10px; 
    }

    /* BEFORE MENU */
    .before-menu {
        height: 60px;
        padding: 30px 50px 15px 50px;
    }

    .more-contacts {
        width: 100px;
        height: 45px;
        text-align: center;
        bottom: -5px;
    }

    .icon-loc,
    .icon-phone,
    .icon-email {
        padding: 0;
    }

    .other-options p {
        margin-left: 5px;
        font-size: 10px;
    }

    /* MAIS CONTATOS */
    .contacts-wrapper {
        left: 50px;
    }

    .contacts-list {
        width: 250px;
    }

    .opcao-mais-contatos i{
        font-size: 16px;
        padding-right: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist p{
        font-size: 10px;
    }

    .opcao-mais-contatos .info-contato-sublist .contato{
        font-size: 12px;
    }
    /* MAIS CONTATOS */

    /* BEFORE MENU */

    /* MENU */
    .nav-primaria.sticky {
        display: none;
    }

    .nav-primaria {
        padding: 0 50px;
    }


    .btn-catalogo-mobile {
        text-align: center;
        margin-top: 40px;
    }

    #btn-catalogos2 {
        padding-left: 0;
        background-color: var(--primary-blue);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 10px;
    }

    /* MENU */


    /* SOBRE NÓS */
    .aboutFava {
        padding: 40px 150px 0px 150px;
    }

    .right-side-about h1 {
        text-align: center;
        font-size: 25px;
    }

    .img-sobre{
        height: 450px;
    }

    .arco-externo{
        width: 420px;
        height: 290px;
    }

    .arco-interno{
        width: 320px;
        height: 230px;
    }
   
    .right-side-about {
        margin-left: 25px;
    }

    .right-side-about .text-sec-about p{
        font-size: 11px;
    }

    .btn-contact-about{
        height: 40px;
    }
    /* SOBRE NÓS - FIM*/

    /* LINHA DE PRODUTOS */
    .categories-prod {
        padding: 25px 150px;
    }

    .categories-prod .title-sec-category h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }

    .cards {
        margin: 0px 10px;
    }

    .btn-sec-categories a{
        font-size: 10px;
    }

    /* LINHA DE PRODUTOS */

    /* WHY CHOOSE US */

    .cards-sec-diferenciais {
        padding: 0px 150px;
    }

    .title-sec-diferenciais h1 {
        padding: 40px 0px;
        font-size: 25px;
    }

    .sec-diferenciais-cards {
        grid-template-columns: repeat(1fr, 2fr);
        gap: 20px;
    }

    .cards-diferenciais {
        width: 270px;
        height: 270px;
        padding: 15px;
    }

    .sec-diferenciais-cards h2 {
        font-size: 18px;
    }

    .sec-diferenciais-cards p {
        font-size: 14px;
    }

    /* WHY CHOOSE US */

    /* DESTAQUES FAVA */
    .destaquesFava {
        padding: 0px 150px 40px 150px;
    }

    .title-sec-destaques h1 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

    .slider-destaques {
        width: 100%;
    }

    /* DESTAQUES FAVA */

    /* FOOTER */
    .footer {
        padding: 20px 100px;
    }

    .options-footer{
        width: 250px;
    }

    .options-footer .title-opcs-footer h1{
        font-size: 16px;
    }

    .options-footer a{
        font-size: 12px;
    }

    .options-footer .text-footer{
        font-size: 12px;
    }

    #first-opc {
        width: 300px;
    }

    .copy p {
        color: var(--white);
        font-size: 12px;
    }

    /* FOOTER */

}
/* TELAS MAIORES - MINÍMO 759px e MÁXIMO 1023px */


/* AJUSTES */
@media screen and (min-width: 1700px){
    .img-sobre {
        position: relative;
        z-index: 2;
        display: block;
        height: 660px;
    }

    .right-side-about h1{
        font-size: 45px;
    }
    
    .right-side-about .text-sec-about p {
        font-size: 18px;
    }
    
    .btn-contact-about{
        height: 55px;
    }
    
    
    .categories-prod .title-sec-category h1 {
        font-size: 45px;
    }
    
    .cards{
        width: 280px;
        height: 295px
    }
    
    .cards .icon-card {
        padding-bottom: 20px;
    }
    
    .cards .icon-card i{
        font-size: 35px;
    }
    
    .cards .info-category .name-category{
        font-size: 20px;
        padding-bottom: 55px;
    }
    
    .cards .info-category .qtd-prod{
        font-size: 16px;
        padding-bottom: 30px;
    }
    
    
    .btn-sec-categories {
        height: 50px;
    }
    
    .btn-sec-categories a{
        font-size: 18px;
    }
    
    .btn-sec-categories i{
        font-size: 18px;
    }
    
    
    
    .diferenciais, .mascara{
        height: 1400px;
    }
    
    .title-sec-diferenciais h1 {
        font-size: 45px;
    }
    
    .sec-diferenciais-cards{
        gap: 80px;
    }
    
    .cards-diferenciais {
        width: 390px;
        height: 390px;
    }
    
    .sec-diferenciais-cards h2 {
        font-size: 28px;
    }
    
    .sec-diferenciais-cards p {
        font-size: 18px;
    }
    
    .title-sec-destaques h1{
        font-size: 45px;
    }
}
/* AJUSTES */
/* RESPONSIVIDADE - HOME FAVA - FIM */


/* ANIMAÇÕES */
/* Animação de fade-in */
.fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
    visibility: visible;
}

/* Animação de slide-up */
.slide-up {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.slide-up.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Animação de slide-down */
.slide-down {
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.slide-down.visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Animação de slide-right */
.slide-right {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.slide-right.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Animação de slide-left */
.slide-left {
    transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.slide-left.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Animação de zoom-in */
.zoom-in {
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.zoom-in.visible {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/* ANIMAÇÕES */

/* CORREÇÕES */
@media screen and (min-width:1030px) and (max-width:1317px){
    .imagem-ilustrativa img{
        position: relative;
        height: 590px;
        bottom: -300px;
    }
}


@media screen and (min-width:1318px) and (max-width: 1920px){
  .imagem-ilustrativa img{
    position: relative;
    height: 790px;
    bottom: -250px;
}  
}


@media screen and (max-width:1022px){
  .imagem-ilustrativa img{
    display: none;
}  
}


/* CORREÇÕES */

