.title-gal{

    color: #EC6854;
    font-family: 'Nunito';
    font-weight: bold;
    font-size: 64px;
    text-align: center;

}


.fonInd {
    background: url(../../img/inicio/fondo-instalaciones.webp);
    background-position: top;
    background-size: cover;
}

.sectionimg {
    display: flex;
    width: 1000px;
    height: 500px;
    background-color: white;
    border-radius: 20px;
}


.sectionimg img {
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .7;
    transition: .5s ease;
}

.indicadores {
    display: flex;
    margin: 10px;
}

#img1{
    border-radius: 20px 0px 0px 20px;
}

#img10 {
    border-radius: 0px 20px 20px 0px;
}



.indica {
    width: 15px;
    height: 8px;
    background: #B9B9B9 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin: 6px;
    cursor: pointer;
    transition: .5s ease;
}


.sectionimg #img1:hover,
.sectionimg #img2:hover,
.sectionimg #img3:hover,
.sectionimg #img4:hover,
.sectionimg #img5:hover,
.sectionimg #img6:hover,
.sectionimg #img7:hover,
.sectionimg #img8:hover,
.sectionimg #img9:hover,
.sectionimg #img10:hover
    {
    width: 300px;
    opacity: 1;
    filter: contrast(120%);
    margin: 10px;
    box-shadow: 0px 12px 20px #0000004D;
}


@media (max-width:799px) {
    .title-gal {
        font-size: 24px;
        padding-top: 5%;
    }
    .sectionimg {
        width: 100%;
    }
    .instalacionesMovil{
        display: none;
    }
}