body {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700
}

.card-header {
    background-color: #aac0d5;
}

.navbar {
    background-color: #5582AB;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-brand {
    color: white;
}

header.masthead {
    position: relative;
    background-color: #aac0d5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 2rem;
}

header.masthead h1 {
    font-size: 2rem;
    color: white;
}

.nav-link a {
    color: white;
}

@media (min-width:768px) {
    header.masthead {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header.masthead h1 {
        font-size: 40px;
    }
    .imisProduct .imisProduct-text {
        padding: 7rem
    }
    #menuImg {
        width: 100%;
    }
    .dropdown-menu {
        min-width: 35rem;
    }
}

.misProduct .imisProduct-text {
    padding: 3rem
}

.imisProduct .imisProduct-img {
    min-height: 30rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem
}

#headerInfo {
    font-size: 15px;
}

#MenuContainer,
#RowContainer,
#ColContainer,
#dropdownMenu {
    background-color: #ECECEC;
}

.card-img-top1 {
    width: 100%;
    height: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-top1 {
    border-top-right-radius: 0
}

.card-img-top1 {
    border-top-left-radius: 0
}

.card-img-top1 {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card-img-top1 {
    border-radius: 0
}

.card {
    height: 95%;
}

.card-body>p {
    text-align: justify;
}

.mb-3 {
    text-align: center;
}

.col-sm-8>p,
.lead,
#headerInfo {
    text-align: justify;
}


/* @media (max-width:800px) {
    .dropdown-menu {
        min-width: 30rem;
    }
    #menuImg {
        width: 70%;
    }
} */