#produtos {
    border-radius: 25px;
    margin: 20px 0px 0;
}

.textCenter {
    padding: 10px 40px 10px 40px !important;
    text-align: justify;
}

.flexDiv {
    display: flex; 
    align-items: center;
}

.justify {
    text-align: justify;
}

.pmargin {
    margin-top: 15px;
    /* margin-bottom: 5vh; */
    padding: 10px;
    text-align: center;
}

.containerDiv {
    width: 100vw;
    height: fit-content;
    background-color: #FFFFFF;
    margin-top: 100px;
    border-radius: 25px;
}

.innerContainer {
    width: 100%;
}

.innerContainer h1{
    padding: 0 30px 10px;
}

.innerContainer p{
    padding: 10px 30px;
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.slideMenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 5px;
    padding: 5px 50px;
    border-radius: 25px;
}

.menuBar {
    width: 33%;
    color: #FFFFFF;
    justify-content: center;
    display: flex;
    text-align: center;
    align-items: center;
    box-shadow: 0px 0px 5px #000;
    position: relative;
    height: 50px;
    font-size: 15px;
    padding: 10px;
    border-radius: 25px;
}

.menuBar:hover {cursor: pointer;}

.menuBar-active{
    background-color: #FFFFFF;
    color: #00163C;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: 0px 0px 8px #000;
    z-index : 2;
}

.slideBar {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 3vw;
    height: 100%;
    position: absolute;
    justify-content: center;
    background-color: #00163C;
    color: #FFFFFF;
    box-shadow: 0px 0px 8px #000;
    border-radius: 25px;
}

.slideBar:hover {
    background-color: #FFFFFF;
    color: #00163C;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    box-shadow: 0px 0px 8px #000;
}

.topTitle {
    position: sticky;
    padding: 30px 30px 10px;
    margin: 80px 0 0;
    top: 55px;
    width: 100vw;
    color: #00163C;
    background-color: #FFF;
    box-shadow: 0 0 20px 5px #000;
    z-index: 5;
}

.backgroundDiv {
    background: linear-gradient(180deg, #00163Cb0, #00163Cb0, #00163Cb0), url(../../../public/bkg/siga2.png);
    height: 100vh;
    width: 100vw;
    margin: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain, cover;
}

.titlePanel {
    width: 100%;
    display: none;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
}

.cardPanel {
    min-height: 50vh;
    width: 100%;
    margin: 0;
    padding: 50px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.cards {
    background-color: #FFFFFF;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    /* margin: 20px; */
    display: flex;
    box-shadow: 5px 0px 40px #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    flex-direction: column;
}

.cards:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}


.cards:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}

.cardImg {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.cardImg img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardText {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardInfo {
    height: 35%;
    box-shadow: 0 0 20px 1px #000;
    border-radius: 0 0 10px 10px;
    padding: 5px;
}

.detailButton {
    display: flex;
    height: 70%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.detailButton button {
    background-color: #00163C;
    width: 50%;
    /* height: 50%; */
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #373737;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.detailButton button:hover {
    background-color: #FFFFFF;
    color: #00163C;
    border: 3px solid #00163C;
    box-shadow: 0px 0px 20px 5px #00163C;
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}

.overDiv {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: #0b02229e;
    top: 0;
    justify-content: center;
    align-items: center;
}

.innerDiv {
    max-width: 70vw;
    height: 80vh;
    border-radius: 10px;
    box-shadow: 5px 0px 40px #000;
    position: relative;
    border-radius: 25px;
    background-color: #FFF;
    object-fit: contain;
}

.innerImg {
    max-width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 25px;
    object-fit: contain;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}

.innerImg img {
    max-width: 100%;
    height: 100%;
    border-radius: 3px;
    margin-bottom: 20vh;
}

.innerText {
    position: relative;
    top: -27vh;
    width: 100%;
    height: 28vh;
    margin: auto;
    padding: 30px;
    flex-direction: column;
    background: linear-gradient(0deg, #00163C, #00163C, #ffffff00);
    color: #FFFFFF;
    border-radius: 25px;
    text-align: justify;
    overflow-y: auto;
}

.orangeBackground {
    background-color: #FF5D00;
    box-shadow: 0px 0px 20px 5px #000;
    color: #FFFFFF;
}

@media only screen and (max-width: 551px) {
    .topTitle {text-align: center;}

    .cards {
        display: flex; 
        height: 40vh;
    }

    .cardImg {display: flex;}

    .cardImg img {max-width: 90vw; max-height: 100%;}

    .cardText {display: flex;}

    .detailButton {
        display: flex;
        height: 50%;
    }
    
    .detailButton button{
        height: 50px;
    }
    
    .innerImg{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .innerImg img {
        max-width: 100%;
        height: auto;
    }

    /*.innerText {
        height: 20vh;
    }*/

    .cardPanel {
        display: flex;
        padding: 20px;
        height: fit-content;
        /*background-color: #00163C;*/
    }
    
    .flexDiv {display: block;}
    
    .innerContainer {display: block;}
	
	.containerDiv {display: block; width: 100vw;}

    .innerDiv {
        padding: 0;
        max-width: 90vw;
    }
    
    .innerImg::-webkit-scrollbar {
        display: none;
    }
    
    .innerText::-webkit-scrollbar {
        display: none;
    }
    
    .slideMenu {display: none;}
    
    .menuBar {display: none;}
    
    .slideBar {display: none;}
    
    .titlePanel {display: block !important;}
}