body {
    /* font-family: "Montserrat"; */
    font-family: "Montserrat", sans-serif;

}

.banner {
    background: #1361c5;
    width: auto;

}

.container-nav {
    padding: 19px 19px;
}

.div-img {
    margin-right: 400px;
}

h1 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(85, 79, 79);
}


h2 {
    font-size: 40px;
    font-weight: bold;
    color: rgb(85, 79, 79);
}

.header {
    height: 40vh;
    min-height: 300px;
    background-image: url('/acueducto/img/portada.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button-indivi {
    width: 388px;
    height: 88px;
    margin-bottom: 15px;
    min-width: 165px;
    min-height: 42px;
    border-radius: 16px;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background-color: #1361c5;
    border-color: #0062cc;

}

.button-indivi:hover {
    color: #ffffff;
    background-color: #009dff;
}

.button-more {
    width: 388px;
    height: 88px;
    min-width: 165px;
    min-height: 42px;
    border-radius: 16px;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background-color: #1361c5;
    border-color: #0062cc;

}

.button-more:hover {
    color: #ffffff;
    background-color: #009dff;
}

.info-shop {
    padding: 20px 2px;
    width: 40%;
}

.info-shop h1 {
    margin-bottom: 20px;
}

.input-text {
    width: 300px;

    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 5px;
    padding: 10px;
    /* font-size: 1.4rem; */
    color: #000000;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

@media (max-width: 991px) {
    .container-left {
        width: 100%;
    }

    .container {
        max-width: 860px;
    }
}

@media (max-width: 600px) {

    .button-indivi {
        width: 150px;
        height: 70px;
    }

    .button-more {
        width: 150px;
        height: 70px;
    }
}
