.maincontent {
    padding-top: 0%;
    padding-left: 0%;
}
.col {
    padding: 1%;
}
.col-lg {
    height: 500px;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 0;
}
.col-lg img {
    display: block;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    bottom: -1000%;
}



.imgrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boton{
    width: 200px;
    height: 50px;
}

.bg-azul {
    background-color:rgb(116, 61, 40);
    color: #000;
    padding: 10px;
    text-align: center;
}

.myButton {
    box-shadow: 3px 4px 0px 0px #6b5e50; /* Sombra más oscura */
    background: linear-gradient(to bottom, #cbb89a 5%, #a89c8c 100%); /* Gradiente beige más oscuro */
    background-color: #cbb89a; /* Color beige más oscuro */
    border-radius: 18px;
    border: 1px solid #8c7f6e; /* Borde más oscuro */
    display: inline-block;
    cursor: pointer;
    color: #000000; /* Texto negro para contraste */
    font-family: Arial;
    font-size: 17px;
    padding: 7px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff; /* Sombra ligera en el texto */
}
.myButton:hover {
    background: linear-gradient(to bottom, #a89c8c 5%, #cbb89a 100%); /* Gradiente invertido */
    background-color: #a89c8c; /* Beige más oscuro */
}
.myButton:active {
    position: relative;
    top: 1px;
    box-shadow: 2px 3px 0px 0px #5a4e42; /* Sombra más tenue al presionar */
}
.imgrid img{
    max-height: 500px;
    max-width: 100%;
    height: auto;
    width: auto;
}
@media screen and (max-width: 767px) { 
    .imgrid img{
        max-height: 400px;
    }
}

@media screen and (max-width: 479px) {
    .imgrid img{
        max-height: 300px;
    }
}
