* {

    font-family: Default Paragraph Style;
    color: white;
    font-weight: bold;
}

body {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./assets/img/Imagem Principal de fundo da Landing Page.jpg');
}

header{
    position: static;
    top: 0;
    left: 0;
    background-color: transparent;
}

header h2 {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 70px;
    font-size: 40px;
}

header h3 {
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 150px;
    font-size: 40px;
}

header h4 {
    white-space: pre; /* preserva os espaços */
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 485px;

}

#produto-agua {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    position:relative;
    flex-direction: row;
    height: 530px;
    width: 325px;
}
/* ============================================== */
#coluna1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    top:0;
    left: 0;
}
#ibira {
    top: 100px;
    left: 200px;
    width: 325px;
    max-height: 250px;
}
#ibira p {
    margin-bottom: 3px;
}
#outras p {
    position: absolute;
    text-align: center;
    top:250px;
    left: 315px;
    margin:0;
    width: 80px;
    height: 40px;
    border: 2px solid #f10606;
}
#sferrie {
    position: relative;   
    width: 325px;
    top: 38px;   
    max-height: 250px;
}
#sferrie p {
    margin-bottom: 3px;
}
#sferrie > img {
    max-height: 200px;
}
/* ============================================== */
#administracao p {
    position: relative;
    background-color: transparent;
    margin-top: -75px;
    margin-bottom: 0;
    margin-left: 260px;
    font-size: 10px;
}

#coluna2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 385px;
}
#levity {
    top: 100px;
    right: 200px;
    width: 325px;
    max-height: 250px;
}
#levity p {
    margin-bottom: 3px;
}
#cristalazul {
    position: relative;
    top: 38px;   
    width: 325px;
    max-height: 250px;
}
#cristalazul p {
    margin-bottom: 3px;
}
.fill {
    object-fit: fill;
}
/* ==============================================*/
img {
    width: 325px;
    height: 200px;
    border: 2px solid #f10606;
  }

.nav-item {
    text-decoration: none;
}

.nav-item:hover {
    color: #f80b0b;
}

footer {
    color: white;
    background-color: transparent;
    position: relative;
    height:40px;
    width:710px;
    top:10px;
    bottom: 0;
    max-height: 40;
    max-width:710x;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: 1.0em;
    border: 2px solid;
    border-color: red;
}

footer h1 {
    margin:0;
    height:30;
    color: red;
    font-size: 1.2em;
    white-space: pre; /* preserva os espaços */
}

footer h3 {
    margin-top:0;
    margin-bottom: 0;
    margin-left: 1em;
}

footer a h3 i {
    color: #f80b0b;
}

.whatsapp {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9999;
}

.whatsapp a img {
    width: 30px;
    height: 30px;
    border:0;
}
