* {
    box-sizing: border-box;
    margin: 0;
    background-color: black;
}

.grid {
    display: grid;
    grid-template-columns: 90px 1fr;
}
a{
    text-decoration: none;
}



svg {
    background-color: white;
}

.svg1 {
    background-color: black;
}



.menu {
    width: 11.5vh;
    height: 100vh;
    background-color: white;
    display: inline-grid;
    grid-template-rows: 39.5vh 10vh 10vh 10vh;
    justify-items: center;
}

.openMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11vh;
    width: 11.5vh;
    cursor: pointer;
}

#imagens {
    display: flex;
    height: 100vh;
}



.img2 {
    padding-bottom: 10vh;
    padding-left: 5vh;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(moca.png);
    background-position: center;
}

.img3 {
    padding-bottom: 10vh;
    padding-left: 5vh;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(cachorro.png);
    background-position: center;
}

.img4 {
    padding-bottom: 10vh;
    padding-left: 5vh;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(casas.png);
    background-position: center;
}

.img5 {
    padding-bottom: 10vh;
    padding-left: 5vh;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(carro.png);
    background-position: center;
}

.imgs {
    transition: 0.4s;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column-reverse;

}

.imgs:hover {
    flex-grow: 5;
    box-shadow: inset 60px 60px 120px 100px rgba(0, 0, 0, 0.6);
}

.imgs:hover .texto01 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.img1 {
    padding-bottom: 10vh;
    padding-left: 5vh;
    flex-grow: 5;
    display: flex;
    flex-direction: column-reverse;
    background-image: url(camaleao.png);
    background-position: center;

}

#imagens:hover .img1 {
    flex-grow: 1;
}

#imagens:hover .img1:hover {
    flex-grow: 5;
}

.texto01 {
    position: absolute;
    bottom: 160px;
    left: 30px;
    background-color: transparent;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease 0.4s,
        transform 0.2s ease 0.4s,
        visibility 0s ease 0.4s;
    transform: translateY(-20px);
    z-index: 10;
}

.imgs:hover .texto01 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.imgs:not(:hover) .texto01 {
    transition: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}

.imgs:not(:hover) {
    filter: brightness(40%);
}

.menuAberto {
    position: absolute;
    width: 0vh;
    height: 100%;
    transition: 0.6s;
    background-color: white;
    overflow: hidden;
    z-index: 99;
}

.menu00 {
    z-index: 100;
    height: 11.5vh;
    width: 11vh;
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.menu00:checked~.menuAberto {
    width: 35vh;
    height: 100%;
    transition: 0.6s;
}

.sairMenu {
    width: 11.2vh;
    height: 11vh;
    background-color: black;
}

.tulenMenu {
    position: absolute;
    top: 0;
    right: 0;
    background-color: blue;
    width: 24vh;
    height: 11vh;
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding-top: 3vh;
    padding-left: 6vh;
}

.listaMenu {
    display: flex;
    flex-direction: column;
    list-style: none;
    background-color: white;
    margin-top: 20vh;
    margin-right: 6vh;

}

.listaMenu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: white;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    color: #b2b2b2;
}

.li1:hover {
    color: blue;
    transition: 0.4s;
}

.li2:hover {
    color: blue;
    transition: 0.4s;
}

.li3:hover {
    color: blue;
    transition: 0.4s;
}

.li4:hover {
    color: blue;
    transition: 0.4s;
}

.li5:hover {
    color: blue;
    transition: 0.4s;
}

li {
    cursor: pointer;
}

.imgInImg {
    position: absolute;
    border-radius: 50%;
    height: 7vh;
    width: 7vh;
    visibility: hidden;
    transition:
        opacity 0.4s ease 0.6s,
        transform 0.4s ease 0.6s,
        visibility 0s ease 0.6s;
    transform: translateY(-20px);
    z-index: 10;
}

.imgs:hover .imgInImg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.imgs:not(:hover) .imgInImg {
    transition: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}

.txtIMGin {
    position: absolute;
    bottom: 10vh;
    left: 15vh;
    background-color: transparent;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    visibility: hidden;
    transition:
        opacity 0.4s ease 0.6s,
        transform 0.4s ease 0.6s,
        visibility 0s ease 0.6s;
    transform: translateY(-20px);
    z-index: 10;
}

.imgs:hover .txtIMGin {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.imgs:not(:hover) .txtIMGin {
    transition: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
