.imgHome {
    background: url("https://exportmanager.cl/almahue_V.2/public/img/webPage/home.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.imgHome .waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.content-title {
    margin-top: 180px;
    margin-left: 50px
}

.size-title {
    font-size: 40px;
}

@media(max-width: 920px) {
    .content-title {
        margin-top: 550px;
        margin-left: 50px;
    }
    .size-title {
        font-size: 40px;
    }
}

@media(max-width: 520px) {
    .content-title {
        margin-top: 400px;
        text-align: center;
    }
    .size-title {
        font-size: 30px;
    }
}

.outline-2 {
    background-color: #04253a;
    color: white;
}

.outline-2:hover {
    background-color: #d0d8e0;
    color: black;
    border: 2px black solid;
}

.logo-alm-small {
    width: 40%;
}

@media(max-width: 920px) {
    .logo-alm-small {
        width: 60%;
    }
}

@media(max-width: 520px) {
    .logo-alm-small {
        width: 50%;
    }
}

.producto-1 {
    background: url("https://exportmanager.cl/almahue_V.2/public/img/webPage/producto-1.jpg");
    background-size: cover;
    background-position: center;
}

.producto-2 {
    background: url("https://exportmanager.cl/almahue_V.2/public/img/webPage/producto-2.jpg");
    background-size: cover;
    background-position: center;
}

.producto-3 {
    background: url("https://exportmanager.cl/almahue_V.2/public/img/webPage/producto-3.jpg");
    background-size: cover;
    background-position: center;
}


/*GALERIA DE IMÁGENES*/

.imagenes {
    width: 89%;
    height: 220px;
}

.item-galery {
    transition: .4s ease-in-out;
}

.item-galery:hover {
    filter: brightness(70%);
}


.map-web {
    width: 100%;
    height: 250px;
    margin: auto;
}

@media(max-width: 920px) {
    .map-web {
        width: 60%;
        height: 250px;
        margin: auto;
    }
}

@media(max-width: 520px) {
    .map-web {
        width: 100%;
        height: 250px;
        margin: auto;
    }
}
