* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0px;
    padding: 0px;
}

header {
    width: 100%;
    height: 150px;
    position: relative;
    background-image: url("../image/bgfarmacia.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

nav {
    width: 100%;
    height: 100px;
    background: #999;
    position: absolute;
    bottom: 0
}

section {
    width: 100%;
    height: 500px;
    background: #d35400;
}

footer {
    width: 100%;
    height: 50px;
    background: #67809f;
}

contato {
    width: 100%;
    height: 50px;
    background: #67809f;
}

.menu {
    width: 310px;
    margin-left: 50px;
    font-size: 30px;
    color: #C5001A;
}

.logo {
    margin-top:25px;
}

.item1-menu {
    margin-top: 50px;
}

.item1-menu a {
    color: inherit;
    text-decoration: none;
}

.item1-menu a:hover {
    color: inherit;
    text-decoration: none;
}


.item2-menu {
    margin-top: -45px;
    margin-left: 250px;
}
.item2-menu a {
    color: inherit;
    text-decoration: none;
}

.item2-menu a:hover {
    color: inherit;
    text-decoration: none;
}

#hexagono {
    text-align: center;
    z-index: 1;
}

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.boxes {
    margin-top: -3.2rem;
    text-align: center;
    padding: 5%;
    padding-top: 5%;
    padding-top: 20%;
    -moz-box-shadow: 3px 3px 5px #E4E3DB;
    -webkit-box-shadow: 3px 3px 5px #E4E3DB;
    box-shadow: 3px 3px 5px #E4E3DB;
    background-color: #F5F5F5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 18rem;
}

.h-100 {
    height: 100% !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#quality {
    padding: 5%;
    background-image: url("../image/bgfarmacia.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#quality h1 {
    font-family: 'Roboto-Bold', sans-serif;
    color: #C5001A;
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1 {
    font-size: 2.5rem;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.link {
    color: #FFF;
    text-decoration: none;
}

.contato {
    height:100%;
    width: 100%;
    background-color: rgb(36, 35, 35);
}

.contato-fonte{
    color:beige;
}

.contatos {
    display: block;
    padding-left: 5% !important;
}
.endereco {
    margin-left:55%;
    margin-top: -250px;
}

.whats {
    border-radius: 33px;
    background-color: #2cb742;
    width: 60% !important;
    height: 64px;
}

.whats a {
    color: inherit;
    text-decoration: none;
}

.whats a:hover {
    color: inherit;
    text-decoration: none;
}

.backFooter {
    background-color: #7a7a7a;
}

.footer-fonte {
    color: beige;
    font-size:small;
}
