/* #section1{
    border: solid 1px black;
    width: 100%;
    height: 60%;
}

#section1 img{
    width: 40%;
    height: 20%;
} */

/* Foto Curso */

.imgInicio2{
    display: flex;
    justify-content: center;
}

.imgInicio{
    border: solid 2px black;
    width: 100%;
    height: 60vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.imgInicio img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

mains {

    flex-grow: 1;

}

.galeria {

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 10px;


}
.galeria-itens {

    width: 340px;
    height: 240px;
    flex-grow: 1;
    border: 3px solid black;
    box-shadow: 5px 5px 5px #19022c;
    overflow: hidden;
    

}
.galeria-itens img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s linear;
    /*filter: grayscale(100%);*/
    

}
.galeria-itens img:hover{

    /* filter: grayscale(50%); */
    transform: scale(110%) rotate(1deg);

}

/* .tittle-primeroysegundo{
    background-color: blue;
    text-align: center;
    justify-content: center;
    padding: 0;
} 

.tittle-primeroysegundo ul li h1{
    color: white;
} */

.tittle-primeroysegundo ul,
.dosmilveintetres ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    color: black;
    margin-right: 40%;
    margin-left: 40%;
    text-align: center;
    font-weight: bolder;
}


@media (max-width: 768px) {
    .galeria a{
        display: grid;
        justify-content: center;
        align-items: center;
    }
}