@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
/***************************************
  1 GERAL
***************************************/
*, .regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, strong, b, .nav-link, .formHome label, .btn, .bold {
    font-weight: 700;
}
.home h2 {
    font-size: 3rem;
}
.noticias h2 {
    font-size: 1.75rem;
}
.servicos h3{
    font-size: 1.3rem;
}
.fale-conosco h3 {
    font-size: 1.6rem;
}
.p-servicos p {
    margin: 0;
}
.btn-azul {
    background-color: #379662!important;
    color: #fff!important;
}
.btn-azul:hover {
    background-color: #266945!important;
}
.titulo-home, a {
    color:#379662!important;
}
.titulo-home:hover {
    color:#266945!important;
    text-decoration: none;
}
a:hover {
    color:#266945!important;
    text-decoration: none;
}
.btn-destaque {
    background-color: #fff!important;
    color: #379662!important;
}
.btn-destaque:hover {
    background-color: #E5E5E5!important;
}
::-webkit-input-placeholder {
    color: #2e396d;
}
.servicos p, .servicos h3, .servicos {
    text-decoration: none!important;
    color: #0b090c;
}
.servicos span {
    color: #379662;
}
.principal {
    min-height: calc(100vh - 392px);
}
.bg-diferenciais {
    background-image: url(../adm/uploads/images/DIFERENCIAIS-PMRH.jpg);
}
.bg-fale {
    background-image: url(../adm/uploads/images/FALACONOSCO-PMRH.jpg);
}
.bg-noticias {
    background-image: url(../adm/uploads/images/NOTICIASSETOR-PMRH.jpg);
}
.bg-diferenciais, nav, .bg-fale, .bg-noticias {
    background-size: cover;
}
.noticias, .formHome {
    border-radius: 2rem;
}
.formHome {
    background-color: #fff;
    color: #379662;
}
.linha-horizontal {
    border: 1px solid #008a9b;
}
.conteudo p{
    margin: 0!important;
    padding-bottom: 1rem;
}
.page-item.active .page-link {
    background-color: #379662;
    border-color: #379662;
}
.page-link {
    color: #379662;
}
.link-noticias {
    color: #212529;
    text-decoration: none!important;
}
/***************************************
  2 MENU
***************************************/
nav {
    background-image: url(../adm/uploads/images/menu.png);
}
.logo {
    width: 270px
}
.nav-link {
    font-size: 1.1rem;
    color: #000!important;
}
.nav-link, div.masthead h2 {
    font-weight: 300;
}
.nav-link:hover, .active {
    color: #379662!important;
}
.active {
    font-weight: 700!important;
}
.linha-topo {
    border-top:1px solid #efefef;
    width: 100%;
    margin-top:.5rem;
    margin-bottom:.5rem;
}
.linha-topo2 {
    border-top:2px solid #efefef;
    width: 100%;
    margin-top:.5rem;
    margin-bottom:.5rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-weight: 500;
    }
}
/***************************************
  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: #379662 !important;
    width: 16px !important;
    height: 16px !important;
}
div.masthead {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 350px;
    height: 30vh;
    background-size: cover;
}
div.masthead h1 {
    font-size: 2rem;
    color: #FFF;
}
div.masthead h2, .diferencias h3 {
    font-size: 1rem;
    color: #FFF;
}
.carousel-caption {
    bottom: 70px !important;
}
.carousel {
    cursor: pointer;
}
@media (min-width: 992px) {
    div.masthead {
        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
    }
}
.mascara-slide {
    background-image: linear-gradient(to right, #1e1e1e, rgba(30, 30, 30, 0.5), transparent);
}

/******** MOBILE **********/
div.mastheadcel {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 266px;
    height: 28vh;
    background-size: cover;
    background-repeat:no-repeat;
}
div.mastheadcel h1 {
    font-size: 1.6rem;
    color: #01396a;
}
div.mastheadcel h2 {
    font-size: 1rem;
    color: #666666;
}
div.mastheadcel .btn-slide {
    font-size:0.75rem;
}
@media (min-width:750px) {
    .slide {
        display:block;
    }
    .slidecel {
        display:none;
    }
}
@media (max-width:749px) {
    .slide {
        display:none;
    }
    .slidecel {
        display:block;
    }
}
/***************************************
  4 CAPA PAGINAS
***************************************/
.capa {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.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%;
}
/***********************/
/**** REDES SOCIAIS ****/
.linkedin div {
    width:30px;
    height:30px;
    background-image: url('../images/linkedin.png');
    background-size:cover;
    transition:.5s;
}
.linkedin:hover div {
    background-image: url('../images/linkedin-hover.png');
}
.linkedin {
    width:30px;
    height:30px;
    padding:0!important;
}
.facebook div {
    width:30px;
    height:30px;
    background-image: url('../images/facebook.png');
    background-size:cover;
    transition:.5s;
}
.facebook:hover div {
    background-image: url('../images/facebook-hover.png');
}
.facebook {
    width:30px;
    height:30px;
    padding:0!important;
}
.instagram div {
    width:30px;
    height:30px;
    background-image: url('../images/instagram.png');
    background-size:cover;
    transition:.5s;
}
.instagram:hover div {
    background-image: url('../images/instagram-hover.png');
}
.instagram {
    width:30px;
    height:30px;
    padding:0!important;
    margin-left:10px;
}
.youtube div {
    width:30px;
    height:30px;
    background-image: url('../images/youtube.png');
    background-size:cover;
    transition:.5s;
}
.youtube:hover div {
    background-image: url('../images/youtube-hover.png');
}
.youtube {
    width:30px;
    height:30px;
    padding:0!important;
    margin-left:10px;
}
.twitter div {
    width:30px;
    height:30px;
    background-image: url('../images/twitter.png');
    background-size:cover;
    transition:.5s;
}
.twitter:hover div {
    background-image: url('../images/twitter-hover.png');
}
.twitter {
    width:30px;
    height:30px;
    padding:0!important;
    margin-left:10px;
}
/***************************************
  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: #379662!important;
}
.hidden {
    display: none;
}
/***************************************
  6 MODAL POP-UP
***************************************/
.modal {
  display: flex;
  justify-content: center;
  align-items:center;
  visibility: hidden;
  opacity: 0;
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-popup {
  background-color: rgba(0, 0, 0, 0.69);
}
.close {
  color: #706f6f;
  opacity: 0.4;
}
.close:hover {
  color: #dc1a3b;
  opacity: 1;
}