:root {
    --primary: #006784;
    --secondary: #BD3236;
    --text: #404040;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#section-phone {
    width: 100%;
    background: var(--primary);
    padding: 8px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.navbar {
    padding: 20px;
    background: white !important;
}

.btn {
    border: none;
    color: #FFF !important;
    font-weight: bold;
    font-size: 17px;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.btn-primary {
    background: var(--primary) !important;
}

.btn-warning {
    background: var(--secondary) !important;
}

.btn-secondary {
    background: var(--secondary) !important;
}

.slider img {
    width: 100%;
}

.slider {
    margin-bottom: 20px;
}

#section-companies {
    padding: 40px;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--primary);
    margin: 40px;
    margin-top: 10px;
}

p {
    font-size: 20px;
    color: var(--text);
    line-height: 34px;
}

#section-about {
    padding: 40px;
    padding-bottom: 70px;
}

.sub-title {
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 35px;
    font-weight: bold;
    margin-top: -30px;
    margin-bottom: 50px;
    color: var(--secondary);
}

#section-solicitar-emprestimo {
    background: var(--secondary);
    padding: 30px;
    padding-bottom: 70px;
}

#section-map {
    background: var(--primary);
    padding: 40px;
}

#section-app {
    padding: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.check-box {
    font-size: 19px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.check-image {
    width: 36px;
    height: 27px;
    margin-right: 10px;
    margin-top: 5px;
}

.white {
    color: white !important;
}

#section-customers {
    padding: 40px;
    padding-bottom: 70px;
}


.customer-box {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin: 10px;
}

.customer-name {
    font-weight: bold;
    margin: 8px;
}

.customer-profession {
    font-size: 14px;
}

#section-contact {
    background: var(--primary);
    padding: 40px;
}

#section-contact-gray {
    background: #EEE;
    padding: 40px;

}

#section-contact-gray .white {
    color: var(--primary) !important;
}


input {
    padding: 14px !important;
}

button {
    margin-top: 14px;
    margin-bottom: 14px;
}

#section-address {
    background: var(--secondary);
    padding: 40px;
}

.address-text {
    color: white !important;
}

.title-address {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: left;
}

#section-rodape {
    background: var(--primary);
    padding: 40px;
}

#section-rodape p {
    color: white;
    font-size: 15px;
    line-height: 22px;
}

.rodape-title {
    color: white;
    font-weight: bold;
    font-size: 17px;
}

.rodape-link a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}

.social-network {
    display: inline;
}

.rodape-copyright {
    color: white;
    padding: 20px;
    border-top: 2px solid white;
    background: var(--primary);
    font-size: 15px;
    text-align: center;
}

.color-primary {
    color: var(--primary) !important;
}

.customer-stars {
    flex-direction: row;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.customer-star {
    display: inline-block;
    flex: 0;
}

.customer-img {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.filial h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.filial p {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
}

.name-section {
    background: var(--secondary);
    padding: 40px;
    font-size: 28px;
    color: white;
    font-weight: bold;
}

.box-product a {
    padding: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px;
    background: var(--primary);
    text-decoration: none;
    width: 100% !important;
    display: block;
    http: / / localhost: 8000 /img/ daycoval . png text-align: center;
}

.box-product a:hover {
    background: var(--secondary);
}

.img-title {
    position: absolute;
    margin-left: 10px;
    font-size: 20px;
    margin-top: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 3px 3px var(--primary);
}


@media (min-width: 600px) {
    .b-logo {
        width: 140% !important;
        text-align: center;
    }

    .img-title {
        position: absolute;
        left: 25%;
        margin-top: 100px;
        font-size: 40px;
    }
}

.product-box {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin: 10px;
}

.product-box:hover {
    border: 1px solid var(--secondary);
}

.product-image img {
    width: 80%;
    text-align: center;
}

.product-description {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;

}
