/***** Importancia  *****/
.importancia .cont-photo {
    background: url(../../assets/images/bg-plus.gif);
    background-repeat: no-repeat;
}

.importancia .box-photo {
    max-width: 460px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 3rem;
    padding-top: 30px;
    position: relative;
}

.importancia .box-photo::after {
    content: '';
    width: 50px;
    height: 50px;
    background: #004a8e;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -20px;
}

.importancia .box-photo .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.importancia .column {
    column-count: 2;
    column-gap: 2rem;
}

.banner-agua {
    width: 100%;
    height: 500px;
}

.banner-agua .cont-title {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-agua .box-title {
    max-width: 600px;
    min-width: 300px;
    min-height: 200px;
    max-height: 300px;
    background: rgba(0,0,0,.5);
    border: 4px solid #fff;
    display: flex;
    align-items: center;
}