.nav1{
    background-color: white;
}
.nav-logo{
    height: 50px;
}
.section1{
    margin-top: 76px;
    height:20%;
    padding: 1%;
    background-color: #28a9f1;
    color: white;
}
.section1 img{
    height: 7vh;
}
.section1 button{
    background-color: #0077f6;
    color: white;
    width:100%;
}

.section1 button:hover{
    background-color: white;
    color: #0077f6;
    width:100%;
}

.navbar-light .navbar-nav .nav-link {
color: #0077f6;
}

.section2{
    padding: 0;
}
.section2 img{
    object-fit: cover;
    height: 100%;
    filter: brightness(70%);
}
.section2 .carousel-caption h5{
    font-size: 10vh;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.section3 {
    background-color: #f0f0f0;
    padding: 5%;
    padding-top: 50px;
    margin-bottom: 0px;
}
.section3 .title, .section4 .title{
    color: #28a9f1;
    text-align: center;
    font-size: 40px;
}
.section3 .text{
    text-align: center;
    font-size: 30px;
}
.section3 .image{
    text-align: center;
}
.section3 img{
    margin-top: 50px;
    height: 300px;
    filter: brightness(100%);
}
.section4{
    background-color: white;
}
.section4 .text{
    text-align: justify;
    font-size: 20px;
}
.section4 img{
    width: 100%;
    max-height: 475px;
}
.section5 img {
    object-fit: cover;
    width: 100%;
    height: 680px;
    filter: brightness(50%);
}
.section5 .centered {
    position: relative;
    top: -45vh;
    text-align: center;
    color: white;
    font-size: 50px;
}
.section6 .text{
    text-align: justify;
    font-size: 20px;
    padding: 5%;
}
.section6 img{
    max-height: 170px;
    margin-bottom: 20px;
    filter: brightness(100%);
}

#lamascara .whatsapp-lg-button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#lamascara .whatsapp-lg-button img{
    height: 10rem;
    filter: none;
}

