.gallery__img {
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.gallery__img:hover {
    transform: scale(1.03);
}

.main-header__contactInfo__phone {
    background-color: rgb(0, 41, 68);
    color: rgb(255, 255, 255);
    margin: auto;
    padding: 10px;

}

.logo {
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    padding: 10px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 100;
    background-color: rgb(0, 41, 68);
}

.group--color .container {
    background-color: rgb(252, 58, 242);
    color: rgb(255, 255, 255);
    padding: 9px;
    padding-bottom: 25px;
    text-align: center;
}

.column--333 {
    width: 32%;
}

.gallery__img--small {
    height: 150px;
    
}

.modal {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.692);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

.modal--open {
    display: block;
}

.modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal__img {
    width: 80%;
}

.modal__boton {
    position: absolute;
    top: 40px;
    color: white;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 32px;
    height: 32px;
    line-height: 33px;
    background-color: red;
    font-size: 1em;
    border-radius: 50%;
    text-align: center;
    z-index: 3000;

}

.main__about__description .column--50 img {
    height: 200px;
    object-fit: cover;

}

.main__about__description .column__title {
    color: rgb(38, 60, 255);
    font-size: 18px;
}

.main-footer {
    background-color: rgb(0, 41, 68);
    color: white;
}

.main-footer h2 {
    color: white;
    text-align: center;
}

.main-footer [class*="icon-"] {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
}


@media screen and (min-width:480px) {
   
    .logo {
        background: none;
        font-size: 20px;
    }

    .main-header__contactInfo__phone {
        background: none;
    }

    .gallery .container--flex {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .gallery__img--big {
        height: 200px;
        object-fit: fill;
        object-fit: cover;
    }
    
    .gallery__img--small {
        height: 200px;
        object-fit: cover;
    }

    .gallery__img {
        
        margin-bottom: 8px;
        cursor: pointer;
        transition: all 0.5s;
    }

    .column--500 {
        width: 100%;
    }

    .main__about__description .column--500 img {
        height: 135px;
        object-fit: cover;
        
    }

    .main-footer .column--33 .column__title  {
        color: white;
    }



}

@media screen and (min-width:768px) {
    
    .column--500 {
        width: 100%;
    }

    .main__about__description .column--500 img {
        height: 190px;
        object-fit: cover;
        
    }
   
   .column--333 {
       width: 24.5%;
   }
    
    .gallery__img--small {
        height: 180px;
        object-fit: cover;
    }

    .gallery__img {
        
        margin-bottom: 8px;
        cursor: pointer;
        transition: all 0.5s;
    }

    .main-footer .column--33 .column__title  {
        color: white;
    }

}

@media screen and (min-width:1024px) {
    
    .column {
        width: 100%;
    }

    .column--500 {
        width: 50%;
    }

    .main__about__description .column--500 img {
        height: 200px;
    }

    .column--33 {
        width: 33%;
    }
   

    .column--333 {
        width: 16%;
    }
    
    .gallery__img--small {
        height: 150px;
        object-fit: cover;
    }

    .logo {
        font-size: 1.8em;
        padding: 0;
        margin-top: 10px;
    }

    .column--50 {
        width: 50%;
    }

    .main-footer .column--33 .column__title  {
        color: white;
    }

}

