/* Inicia aqui a sessão com página principal */


header {
    width: 100%;
    height: 180px;
    position: absolute;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.173);
}

.containerHeader {
    width: 80%;
    height: 100%;

    margin: auto;
    border-bottom: solid 1px var(--branco);

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;


}

.containerHeader img {
    height: 80%;

    width: 90%;

}

nav {
    width: 700px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--branco);
}

nav div {
    margin: 20px;
    font-weight: 500;
    cursor: pointer;

}

nav div:hover {
    background-color: var(--branco);

}


.containerHeader a {
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px 2px black;
}
.exportacao{
    display: none;
}

.containerContent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    top: 0;
}

.imgProdutos {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}
.imgProdutos img {

    width: 100%;


}

.textProdutos {

width: 60%;

display: flex;

justify-content: center;

align-items: center;

height: auto;

margin: 2% auto 5% auto;
}

.textProdutos p {
    width: 70%;
    line-height: 1.6em;

}




.botaoLenguage{
    min-width: 70px;
    height: 25px;
    background-color:rgb(244, 244, 244);
    border: solid 2px rgb(61, 58, 58);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.parteInternaBotao{
    width: 50%;
    height: 100%;
    background-color:rgb(60, 204, 20) ;
    box-shadow: 2px 2px 3px rgb(128, 255, 0);
    box-shadow: inset 0px 1px 2px  rgb(166, 255, 0);
    border-radius: 20px;
    position: absolute;
    left: 2.5%;
}

.toLeftButton{
    animation: toLeftButton 0.5s  ease-in-out forwards;
}
.toRightButton{
    animation: toRightButton 0.5s  ease-in-out forwards;
}

@keyframes toLeftButton{
    0%{
        left: 0%;
    }
    100%{
        left: 50%;
    }
}

@keyframes toRightButton{
    0%{
        left: 50%;
    }
    100%{
        left: 0%;
    }
}

.botaoLenguage img:nth-child(2){
    height: 95%;
    position: absolute;
    left: 2.5%;
    
}
.botaoLenguage img:nth-child(3){
    height: 95%;
    position: absolute;
    right: 2.5%;
}

.containerHeaderMobile{
    display: none;
  }
  .fadeIn{
    display: block;
    animation: fadeInMenu 0.3s ease-in-out forwards;
  }

  .fadeOut{
   
    animation: fadeOutMenu 0.3s ease-in-out forwards;
  }

  
@keyframes fadeInMenu {
    0% {
        opacity: 0;
        /* Começa e termina com opacidade 0 */
    }

    100% {
        opacity: 1;
        /* Tem opacidade 1 na metade da animação */
    }

}

  
@keyframes fadeOutMenu {
    0% {
        opacity: 1;
        /* Começa e termina com opacidade 0 */
    }

    100% {
        opacity: 0;
        /* Tem opacidade 1 na metade da animação */
    }

}

    @media screen and (max-width: 1400px) {
        .section{
            height: 150%;
        }
        .containerContent{
            /* height: 150%; */
        }

        .textProdutos {
            width: 70%;
        }

        .textInstitucional {
            margin-left: 3%;
        }

        .containerHeader {
            width: 80%;
        }
    }


    @media screen and (max-width: 800px) {
        .section{
            height: 80%;
        }
        .containerContent{
            /* height: 80%; */
        }

   
        .redessociais{
            height: 100px;
        }

        
        .imgProdutos img {
            /* margin-top: 40%; */
            height: auto;
        }

        .imgProdutos h2 {
            text-align: center;
            width: 100%;
            font-size: 1.5em;
            position: absolute;
            bottom: 20%;
         
        }

        .containerHeaderMobile {
            position: absolute;
            width: 100%;
            height: 300px;
            z-index: 20;
            margin-top: 40px;

            backdrop-filter: blur(02px);
            -webkit-backdrop-filter: blur(02px);

        }

        .navMobile{
            width: 100%;
            height: 65%;
            display: flex;
            flex-wrap: wrap;
            background-color: rgba(207, 207, 207, 0.679);
            border-radius: 0 0 20px 20px;
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
    
        .containerHeaderMobile  a {
            width: 35%;
            height: 11%;
            margin: 3%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            /* background-color: var(--cor01); */
            color: #676767;
            box-shadow: var(--boxShadow);
            border-radius: 10px;
            border: 1px solid;
            padding: 2px;
            font-size: 0.8em;
        }
        .containerHeader,
        .containerImg {
            display: none;
        }

        .containerImgMobile {
            display: block;
        }

        header{
            display: none;
        }
        .section {
            height: 150%;
        }

        .imgProdutos {
            /* margin-top: 200px; */
            /* margin-bottom: 100px; */
            position: relative;
            height: 120px;
        }

        .textProdutos {
            width: 100%;
            height: auto;
        }

        .textProdutos p {
            margin-top: 20px;
            width: 95%;
            height: 100vh;
            font-size: 0.9em;
        }

        .containerContent {
            /* position: relative; */
        }

        .exportacao {
            display: block;
            position: absolute;
            color: white;
            text-shadow: var(--textShadow)
        }
        .sliceFooter h3{
            font-size: 0.8em;
        }
    }