@charset "UTF-8";
@font-face{font-family:FontAwesome;src:url(./fontawesome-webfont.woff?v=4.7.0) format('woff');font-weight:400;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-youtube-play:before{content:"\f16a"}.fa-instagram:before{content:"\f16d"}.fa-facebook-official:before{content:"\f230"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-whatsapp:before{content:"\f232"}
html {
  font-family: 'Mulish', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Mulish', sans-serif;
  color: #333333;
}
a {
  color: inherit;
}
a:hover {
  color: #000e0;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 100px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  color: #000;
  background-color: transparent!important;
  border-color: #000!important;
  box-shadow: none;
}
.btn-dark {
  color: #4c4847;
  background-color: #fff;
  border-color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background-color: #4c4847;
  border-color: #fff;
}
.btn-phone {
  color: #fff;
  background-color: #ab494a;
  border-color: #ab494a;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 100px;
  padding: .5rem 1rem;
  font-size: 14px;
}
.btn-phone:hover, .btn-phone.focus, .btn-phone:focus, .btn-phone.active, .btn-phone:active {
  color: #ab494a;
  background-color: transparent!important;
  border-color: #ab494a!important;
  box-shadow: none;
}
p {
  font-family: 'Mulish', sans-serif;
  letter-spacing: 1px;
  line-height: 1.75;
}
.page-section {
  padding: 3rem 0;
}
.page-section h2.section-heading {
  font-size: 2rem;
  margin-top: 0;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}
.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}
#mainNav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
#mainNav .navbar-toggler {
  padding: 0.5rem;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffffba;
}
#mainNav .navbar-brand img {
  height: auto;
  width: 100%;
  max-height: 100px;
  max-width: 71vw;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  transition: all .3s ease;
  font-weight: bold;
  color: #000;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000c9;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link{  
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: .5rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link{  
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
section.masthead {
  text-align: center;
  color: #fff;
  background-image: url("https://www.crematorioemsp24h.com.br/landingpage/imagens/mobile-home.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 161px);
}
section.masthead .masthead-subheading h2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}
section.masthead .masthead-heading h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  section.masthead {
    min-height: calc(100vh - 133px);
  }
  section.masthead .masthead-subheading h2 {
    margin-bottom: 2rem;
    font-size: 1.5em;
    letter-spacing: 4px;
  }
  section.masthead .masthead-heading h1 {
    font-size: 50px;
    letter-spacing: 8px;
  }
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
  font-family: 'Mulish', sans-serif;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
section#contact form#contactForm p.help-block {
  margin: 0;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-weight: 700;
  color: #000;
}
section#contact form#contactForm :-moz-placeholder {
  font-weight: 700;
  color: #000;
}
section#contact form#contactForm ::-moz-placeholder {
  font-weight: 700;
  color: #000;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-weight: 700;
  color: #000;
}
.footer {
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  color: #000;
}
.footer p {
  margin: 0;
}
.footer h2 {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  section.masthead {
    background-image: url(https://www.crematorioemsp24h.com.br/landingpage/imagens/home.jpg);
  }
}
.map{
  left:0;
  top:0;
  height:100%;
  width:100%;
  border: 0;
}
.artigos p {
  text-align: left;
}
.mapa-do-site {
  list-style: none;
}
.mapa-do-site li {
  padding: 0.2em 0;
  text-align: justify;
}
.mapa-do-site.sub {
  padding-left: 2em;
}
.regioes p {
  text-align: center;
  margin: 0;
}
.card-body ul {
  list-style: none;
  padding: 0;
}
button.btn-regioes {
  margin: .5em 0;
}
.regioes .card.card-body {
  border: none;
  padding: 0;
}
.outrosartigos h2 {
  border-bottom: 2px solid;
  font-size: 1.5em;
  color: #000;
}
.outrosartigos a h3 {
  font-size: 1.4em;
  padding: 0.2em;
  color: #000;
  border: 2px solid #000;
}
.outrosartigos a:hover h3 {
  background: #000;
  color: #fff;
}
ul.artigos {
  font-size: 1.2em;
}
section#services {
  border-top: 1px solid #0c2c55;
}
.mobile-display {
  display: block;
}
@media (min-width: 768px) {
  .mobile-display {
    display: none;
  }
}
.white {
  color: #fff;
}
.line-home {
  display: none;
}
.text-underline {
  text-decoration: underline;
}
.artigos a{
  font-weight: 700;
}
.pt-6 {
  padding-top: 7em;
}
.card-img-overlay.background:hover {
  background: #27272773;
}
.card-overlay {
  position: relative;
}
.card-img-overlay.text {
  top: auto;
  color: #fff;
}
ul.produtos li {
  font-size: 1.2em;
}
h4.card-title.background {
  background: #0e0b08;
  color: #fff;
  position: absolute;
  bottom: -25px;
  width: 80%;
  right: 10%;
  padding: 10px;
  border-radius: 25px;
  z-index: 1;
}
a:hover h4.card-title.background {background: #1e4835;}
a:hover p.card-text {color: #000;}
.bg{
  background-color: #F6F5F5;
}
.portfolio-item {
  overflow: hidden;
}
.portfolio-item a:hover img {
  transition: .5s;
  filter: brightness(0.5);
}
.portfolio-item a img {
  transition: 1s;
}

.fixed-bottom.telefone {
  display: flex;
  flex-direction: row;
  bottom: 1%;
  justify-content: space-around;
}
.phone {
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  background-color: #fff;
  border-radius: 50px;
  color: #fff;
  padding: 7px 20px;
  width: 9em;
  text-align: center;
}
.phone:hover {
  background-color: #000;
  color: #fff;
}
.whatsapp {
  background-color: #81d742;
  border-radius: 50px;
  color: #fff;
  width: 10em;
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
  padding: 7px 20px;
  margin-bottom: .2em;
  text-align: center;
}
@media (min-width: 768px) {
  .fixed-bottom.telefone {
    flex-direction: column;
    left: auto;
    right: 1%;
    justify-content: unset;
  }
  .phone {
    width: 10em;
  }
}
.homeBtn{
  padding: 16px 55px 16px 55px;
  color: #000;
  background-color: #fff!important;
  border-color: #fff!important;
}
#homeBtn:hover{
  color: #fff;
  background-color: #000!important;
  border-color: #000!important;
}
.greenBg{
  background-color: #ab494a;
}
.card{
  background: #fff;
  border: none;
  padding: 55px 15px 55px 15px;
}
.card h3{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.tabela td{
  padding: 8px;
  border-width: 0 1px 1px 0;
}
.faixa-home p{
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
.faixa-home .whatsapp, .contato-home .whatsapp, .whatsapp.btn{
  font-size: 1.2em;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  width: auto;
}
.diferenciais .card {
  background: none;
  color: #fff;
}
.servicos .card {
  padding: 15px 21px 55px 21px;
}
li a.whatsapp {
  width: auto;
  display: inline-block;
  box-shadow: none;
}
.contato-home p {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contato-home {
  font-weight: bold;
  font-size: 20px;
}
.contato-home h2 {
  font-size: 30px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .contato-home {
    font-size: 25px;
  }
  .contato-home h2 {
    font-size: 50px;
  }
}
header{
  height: 105px;
}
.info-top {
  background: #000;
  color: #fff;
}