﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* :not(i) {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300!important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: black;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: #f7f4f0
}

header {
    width: 100vw;
    height: 20px;
}

.custom-footer {
    position: sticky;
    bottom: 0;
}

.btn:focus {
    box-shadow: none!important 
}


.d-button {
    background-color: #2B2A29;
    color: #eddcbb;
}

.btn.d-button:hover {
    background-color: #2B2A29!important;
    color: #eddcbb!important;
}

.cta2-btn {
    color: white;
    background-color: gray;
    line-height: normal;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 3px 8px 0px white;
    padding: 3px;
}

.bg-image {
    margin-top: -6rem;
    margin-left: 10rem;
    max-width: 50%;
    height:auto;
}

.bg-mosaico {
    background-image: url(../img/mosaico.png)
}

.info-contato {
    margin-top: 30px;
    margin-bottom: 10px;
    height: auto;
    margin-left: -1rem;
}

