@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap');
/***************************************
  1 GERAL
***************************************/
*, .regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, strong, b, .nav-link {
    font-weight: 700;
}
.servicos h3 {
    font-size: 1.3rem;
}
.p-servicos p {
    margin: 0;
}
.btn-azul {
    background-color: #d76f36!important;
    color: #fff!important;
}
.btn-azul:hover {
    background-color: #aa552b!important;
}
::-webkit-input-placeholder {
    color: #2e396d;
}
.border {
    border-width: 5px!important;
}
.servicos p, .servicos h3, .servicos {
    text-decoration: none!important;
    color: #0b090c;
}
.servicos span {
    color: #d76f36;
}
.sublinhado {
    border: 3px solid #d76f36;
    width: 4%;
}
.diferenciais {
    background-color: #fff;
    box-shadow: 0 0 0.8rem rgba(180,180,180,1)!important;
    border-radius: 1rem!important;
}
.principal {
    min-height: calc(100vh - 401px);
}
.bg-diferenciais {
    background-image: url(../adm/uploads/images/diferenciais.png);
}
.bg-diferenciais, nav {
    background-size: cover;
}
/***************************************
  2 MENU
***************************************/
nav {
    background-image: url(../adm/uploads/images/menu.png);
}
.logo {
    width: 350px
}
.nav-link {
    color: #0b090c!important;
}
.nav-link:hover, .active {
    color: #01ace1!important;
}
/***************************************
  3 CAROUSEL
***************************************/
.carousel-indicators {
    bottom: 0px !important;
}
.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #01ace1 !important;
    width: 16px !important;
    height: 16px !important;
}
div.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 350px;
    height: auto;
    background-size: cover;
}
div.masthead h1, div.masthead h2 {
    filter: drop-shadow(2px 2px 3px #000);
}
div.masthead h1 {
    font-size: 2rem;
    color: #FFF;
}
div.masthead h2 {
    font-size: 1rem;
    color: #FFF;
}
.carousel-caption {
    bottom: 70px !important;
}
.carousel {
    cursor: pointer;
}
@media (min-width: 992px) {
    div.masthead {
        height: 30vh;
        min-height: 450px;
        padding-top: 0;
        padding-bottom: 0;
    }
    div.masthead h1 {
        font-size: 2rem;
    }
    div.masthead h2 {
          font-size: 1rem;
    }
    .carousel-caption {
        bottom: 100px !important;
    }
}
@media (min-width: 1200px) {
    div.masthead h1 {
        font-size: 3rem;
    }
    div.masthead h2 {
        font-size: 1.5rem;
    }
    .w-60 {
        width: 50%!important
    }
}
/***************************************
  4 CAPA PAGINAS
***************************************/
.capa {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
}
.capa {
    height: 310px;
}
@media only screen and (max-width: 600px) {
    .capa {
        height: 250px;
    }
}
.mascaracapa {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
/***************************************
  5 RODAPE
***************************************/
footer {
    background-color: #1f1c23;
}
.direitos {
    background-color: #2d2c32;
}
footer h2 {
    font-size: 1.3rem;
    color: #fff!important;
}
footer p {
    font-size: 0.8rem;
    color: #fff!important;
}
.material-icons {
    line-height: inherit!important;
}
footer a {
    text-decoration: none!important;
}
footer a:hover small{
    color: #01ace1!important;
}