.hero-gallery {
    position: relative;
    width: 80%;
    height: 65vh;
    margin: 120px auto 0 auto;
    background: url("img/header-bg.png") center/cover no-repeat;
    background-size: 88%;
    margin-top: 100px;
    bottom: -50px;
}



.imagem1{
    position: absolute;
    margin-left: 24%;
    top: 7%;
    width: 24%;
    overflow: hidden;
}

.imagem2{
    position: absolute;
    margin-left: 49%;
    top: 20%;
    height: 25%;
    width: 20%;
}

.imagem3{
    position: absolute;
    top: 44%;
    margin-left: 30%;
    height: 26%;
    width: 18%;
}

.imagem4{
    position: absolute;
    top: 46%;
    margin-left: 49%;
    height: 34%;
    width: 26%;
}

.fotos-gallery {
    position: relative;
    height: 1800px;

}

.fotos-gallery img{
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    
}





.footer {
    background: #0b1220;
    padding: 100px 0;
    width: 100%;
    position: relative;
    clear: both;
}

.footer-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.col {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.col:last-child {
    margin-right: 0;
}

.col h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.col a {
    display: block;
    color: #7a7f8a;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
}

.col a:hover {
    color: #c2a76d;
}

.newsletter p {
    color: #7a7f8a;
    font-size: 14px;
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    width: 100%;
}

.input-box input {
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #1f2a44;
    color: white;
    outline: none;
}

.input-box input::placeholder {
    color: #7a7f8a;
}

.input-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: #c2a76d;
    border: none;
    color: white;
    cursor: pointer;
}

.footer::after {
    content: "";
    display: block;
    clear: both;
}

.imagem1:hover{
    transform: scale(1.15);
}

.imagem2:hover{
    transform: scale(1.15);
}

.imagem3:hover{
    transform: scale(1.15);
}

.imagem4:hover{
    transform: scale(1.15);
}
