@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: 'Open Sans',sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans',sans-serif;
  color: #333333;
}
a {
  color: inherit;
}
a:hover {
  color: #2196f3;
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  color: #2196f3;
  background-color: transparent!important;
  border-color: #2196f3!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;
}
p {
  font-family: 'Open Sans',sans-serif;
  letter-spacing: 1px;
  line-height: 1.75;
}
.playfair {
  font-family: 'Playfair Display',serif
}
.page-section {
  padding: 3rem 0;
}
.page-section h2.section-heading {
  font-size: 2rem;
  margin-top: 0;
  font-weight: bold;
  color: #1C353E;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1rem;
}
.pt-6 {
  padding-top: 80px;
}
@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}
.btn-xl {
  padding: 1rem 3rem;
}
.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: 4px;
  padding-bottom: 4px;
  background-color: #363636;
}
.navbar-shrink {
  background-color: #231f20!important;
  background-image: none!important;
  box-shadow: 0 5px 10px rgba(0,0,0,.3);
  position: fixed!important;
  -webkit-animation: .5s linear 1 desceTopo;
  -moz-animation: .5s linear 1 desceTopo;
  -o-animation: .5s linear 1 desceTopo;
  animation: .5s linear 1 desceTopo;
}
#mainNav .navbar-toggler {
  padding: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-color: rgba(255,255,255,.5);
}
#mainNav .navbar-brand img.d-lg-none {
  width: auto;
  height: 80px;
  top: 0;
  position: absolute;
}
#mainNav .navbar-brand img {
  height: auto;
  width: 100%;
  max-width: 71vw;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  background-color: #ffe28c;
}
#mainNav .navbar-nav li {
  border-bottom: 1px dashed #444;
}
#mainNav .navbar-nav li:first-child {
  border-top: 1px dashed #444;
}
@media (min-width: 992px) { 
  #mainNav .navbar-nav li {
    border: none!important;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 5px;
  }
  #mainNav {
    transition: background-color 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
    background-image: url(https://www.cemiteriosemsaopaulo24hrs.com.br/imagens/fundo-topo.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #mainNav:not(.navbar-shrink):after {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,#3b5e6f 0,rgba(125,185,232,0) 150%);
    background: -webkit-linear-gradient(top,#3b5e6f 0,rgba(125,185,232,0) 150%);
    background: linear-gradient(to bottom,#3b5e6f 0,rgba(125,185,232,0) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5e6f', endColorstr='#007db9e8', GradientType=0 );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #mainNav > .container {
    z-index: 3;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
@-webkit-keyframes desceTopo {
  0% {
    -webkit-transform: translateY(-150px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes desceTopo {
  0% {
    -moz-transform: translateY(-150px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes desceTopo {
  0% {
    -o-transform: translateY(-150px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes desceTopo {
  0% {
    transform: translateY(-150px)
  }

  100% {
    transform: translateY(0)
  }
}

@media (min-width: 992px) {
  .pt-6 {
    padding-top: 100px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #002938;
    background: #fff;
  }
}
section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
  font-family: 'Open Sans',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: #252525;
  color: #fff;
}
.footer p {
  margin: 0;
}
.footer h2 {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}
.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: #2196f3;
}
.outrosartigos a h3 {
  font-size: 1.4em;
  padding: 0.2em;
  color: #2196f3;
  border: 2px solid #2196f3;
}
.outrosartigos a:hover h3 {
  background: #2196f3;
  color: #fff;
}
ul.artigos {
  font-size: 1.2em;
}
.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;
}
.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;}
.diferenciais .card-text {padding-top: 20px;color: #7a7a7a;font-size: 16px;}
.bg{
  background-color: #E9F2F9;
}
.portfolio-item {
  overflow: hidden;
}
.portfolio-item a:hover img {
  transform: scale(1.5);
  transition: 1s;
}
.portfolio-item a img {
  transition: 1s;
}

.diferenciais .card-img-top{
  width: auto;
}
.diferenciais .card-title {
  color: #00B7FC;
  margin-bottom: 0;
  font-size: 20px;
}
.diferenciais .card {
  border-radius: 20px;
  text-align: center;
  border: none;
  background: none;
}
.diferenciais .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.number-heading{
  color: #1895C3;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.servicos .card{
  border: none;
  background: none;
}
.servicos .card-title{
  font-size: 25px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}
.servicos .card-body{
  padding: 0;
}
footer a:hover {
  color: #2196f3;
}
.navbar-brand{
  padding-top: 0;
}
.navbar-shrink .navbar-brand img {
  width: auto!important;
  height: 70px!important;
}
.btn-header {
  padding: 12px 13px;
}
.zap {
  background: #4caf50!important;
  border-color: #4caf50!important;
}
.btn-header:hover,.phone:hover,.whatsapp:hover {
  background: #ff9800!important;
  border-color: #ff9800!important;
  color: #fff;
}

.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: #2196f3;
  border-radius: 50px;
  color: #fff;
  padding: 7px 20px;
  width: 9em;
  text-align: center;
}
.whatsapp {
  background-color: #4caf50;
  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;
}
.email{
  font-size: 4vw;
}
@media (min-width: 425px) {
  .email{
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .servicos .card-text {
    min-height: 252px;
  }
  .fixed-bottom.telefone {
    flex-direction: column;
    left: auto;
    right: 1%;
    justify-content: unset;
  }
  .phone {
    width: 10em;
  }
}
@media (min-width: 992px) {
  .servicos .card-text {
    min-height: 224px;
  }
}
@media (min-width: 1200px) {
  .btn-header {
    padding: 12px 25px;
  }
}
.info-top {
  background: #000;
  color: #fff;
}