.contenedor-galeria{
   display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap:wrap;
    max-width:inherit;
    margin:auto;
    margin-top: 100px;
}
.galeria_img{
    width: 400px;
    height: 300px;
    margin-bottom: 15px;
    object-fit: fill;
    border: black 0px solid;
    border-radius: 20px;
    
}
.contenedor-galeria2{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap:wrap;
    max-width: 6000px;
    margin:auto;
    margin-top: 100px;
    border-radius: 100px;
    border-collapse: separate;
    border-spacing: 10px;
    background-clip: border-box;
    
    
}
.border{
    padding: 10px;
    border-radius: 20px;
    width: 250px;
    height: 50px;
    font-family:fantasy;
    font-size: 15px;
    font-style: italic;
    background-color:#f1be0d;


}

.colora{
    color: black;
}

.p3{
    color: black;
    font-family: Segoe UI, Arial, Sans-Serif !important;
    font-size: 25px;
}