@import url('base.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



.nos {
    color: rgb(0, 0, 0);
    display: flex;
    padding: 0;
    margin: 0 auto;
    text-align: justify;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(223, 223, 223);
    
}

.nos image {
    max-width: 100%;
    height: auto;
    width: 40%;
    /* Ajuste conforme necessário */
    /* Espaçamento entre a imagem e o texto */
}

.texto{
    margin-left: 20px;
    margin-right: 20px;
}


.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item-1 {
	flex: 1;
}

/* Flex Item */
.item {
	margin: 5px;
    padding: 10px;
	background: rgb(247, 223, 89);;
	text-align: justify;
 }

h1{
    text-align: center;
}

.corpo{
    margin: 10%;
    text-align: justify;
    
    
}

.div2 {
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 30%;
    margin-bottom: 20px;
    text-align: justify;
    margin-left: 30px;
    margin-right: 4px;
}

.div2{
    width: 500px;

}

.MVV{
    display: flex;
    right: 5%;
}

img{
    width: 50%;
    height: 50%;
}

.nos{
    width: 90%;
    height: 90%;
    align-items: center;
}

@media (max-width: 768px){
    .MVV{
        flex-direction: column;
    }
    .div2{
        background: white;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 20px;
        text-align: justify;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .q{
        width: 100%;
    }
    .nos{
        flex-direction: column;
        width: 100%;
    }
    img{
        width: 90%;
    }
}
