﻿a {
    text-decoration: none;
    color: unset;
}

.header-image {
    background-image: url('../_png/fundotopo.png'); 
    /*background-repeat: no-repeat; */
    background-size: contain; 
    background-position: center;
    /*width: 100%; */
    height: 400px;
    /*margin: 0px;*/
}

.carousel-row {
    position: absolute; 
    top: 50px; 
    width: 100%;
}

.nav-row {
    background-color: transparent !important;
}

.link-row {
    color: white;
}

.nav-item > a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.navbar-nav .nav-link.active {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.nav-link.active {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.active {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

#navbarNav {
    justify-content: end;
}

.btn-vendas {
    font-weight: bold;
    border: 2px solid white;
    color: white;
    margin-top: 8px;
}

.btn-vendas:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid white;
}

.btn-sobrenos {
    font-weight: bold;
    border: 2px solid #a66d00;
    color: #f5e8c7;
    background-color: #a66d00;
    margin-top: 8px;
}

.footer-links {
    margin-bottom: 10px;
}

.compromisso-header {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter-div {
    align-content: center;   
    justify-items: end;
}

.newsletter-image {
    background-image: url('../_png/newsletter.png'); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
    width: 100%; 
    height: 560px;
}

.button-default {
    /*width: 100%; */
    padding: 10px; 
    background-color: #d4a017; 
    border: none; 
    color: white; 
    font-size: 16px; 
    font-weight: bold; 
    cursor: pointer;  
    border-radius: 10px;
}

p {
    text-align: justify;
}

li {
    text-align: justify;
}