.galery{ 
    background-image: linear-gradient(rgba(04, 34, 34, 0.75), rgba(04, 34, 34, 0.75)), url("../imgs/fondo.webp");
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10% 0 10% 0;
    border-top: 3px #e8dcca solid;
}
.galery-h3{
    color: #fff;
    font-size: 50px;
    font-family: charm , sans-serif;
    font-weight: 400;
    padding-bottom: 3%;
    text-align: left;
}
.galery-divs{
    display: flex;
}
.galery-flex{
    display: flex;
    justify-content: space-evenly;
    padding: 10% 0 5% 0;
    flex-direction: column;
    align-items: center;
}
.galery-h4{
    color: #fff;
    font-size: 30px;
    font-family: charm , sans-serif;
    font-weight: 400;   
    
}
.galery-h5{
    color: #fff;
    font-size: 17.5px;
    font-family: charm , sans-serif;
    font-weight: 400;   
    text-align: center;
}
.galery-flex-2{
    display: flex;
    justify-content: space-evenly;
    padding: 10% 0 5% 0; 
    align-items: center;
}
.galery-video{
    max-height:99vh;
    max-width: 80%;
    border: solid 3px #b8ac9a;
}
.galery-flex-2 img{
    max-height:99vh;
    max-width: 30%;
    border: solid 3px #b8ac9a;
    margin: 5%;
}
.galery-a{
    text-decoration: none;
    color: #fff;
    background-color: #0000;
    padding: 1%;
    border: 2px solid #fff;
    font-size: 20px;
    text-transform: uppercase;
    transition-duration: .5s;
	font-family: charm;
	border-radius: 10%;
}
@media only screen and (max-width: 1000px){
    .galery-divs{
        flex-direction: column;
    }
    .galery-flex{
        flex-direction: column;
        align-items: center;
    }
    .galery-flex-2{
        flex-direction: column;
        align-items: center;
    }
    .galery-video{
        width: 90%;
        margin: 3%;
    }
    .galery-h3{
        font-size: 40px;
    }
}

@media only screen and (max-width: 700px){
    .galery{
        background-image: linear-gradient(rgba(24, 34, 34, 0.7), rgba(24, 34, 34, 0.7)), url("../imgs/back1.webp");
        background-position: top;
        background-size: contain;
    }
    

}