/* BANNER */
.banner {
    background-image: url("../img/Adaptaciones/04_galeria/head_1920x305px/aptos_the_las_gaviotas_ext_int_22.jpg");
}

.gallery-heading {
    color: #508bb6;
    background-color: #f9f9f9;
    text-align: center;
    padding: 80px 0 30px;
}

.gallery-heading h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 5px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 1200px;
    margin: 50px auto;
}

.gallery img {
    max-width: 100%;
    padding: 0;
    transition: opacity 0.5s ease-in-out;
}

.gallery img:hover {
    opacity: 0.6 !important;
}

.gallery-left, .gallery-right {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}


.gallery-left img,
.gallery-right img {
    padding: 12px;
}

.gallery-central {
    max-width: 50%;
}

.gallery-central img {
    padding: 12px;
}

@media screen and (max-width: 1024px) {
    .banner{
        margin-top: 80px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        height: 30%;
    }

    .gallery-part  {
        width: 100%;
        padding: 0 2vw;
    }

    .gallery-central {
        max-width: 100%;
    }

    .gallery-part img {
        width: 100%;
        padding: 0 0 10px;
    }
}
