@charset "UTF-8";

/* css variables */

html,
body {
  margin: 0%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

ul,
li,
a {
  list-style: none;
}

a {
  color: black;
}

a:hover {
  color: var(--primary-color);
}

/* CSS VARIABLES */

:root {
  --primary-color: #68A4C4;
  --primary-color2: #507f98;
  --primary-color3: #477087;
  --primary-colorlight: #d9e8f4;
  --title-color: #141313;
  --text-color: #777777;
  --subtitle-color: #4d4d4d;
  --border-color: #201f1f17;
  --shadow-color: 0px 10px 30px rgba(118, 85, 225, 0.3);
  /* font family variables. */
  --roboto: "Roboto", cursive;
}

/* GLOBAL CSS */

/* GLOBAS CLASSES */

.title-text {
  font: normal bold 50px/72px var(--roboto);
}

.text-uppercase {
  text-transform: uppercase;
}

/* buttons */

.button {
  padding: 0.8rem 2.2rem;
  font: normal 500 16px/20px var(--roboto);
  position: relative;
  border: 3px solid transparent;
  border-radius: 4px;
}

.button.primary-button {
  background: var(--gradient-color);
  color: whitesmoke;
  transition: background 0.6s ease;
  box-shadow: var(--box-shadow);
}

.button.primary-button:hover {
  background: whitesmoke;
  color: black;
}

.button.primary-button::after,
.button.secondary-button::after {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: var(--gradient-color);
  content: "";
  z-index: -2;
  border-radius: 4px;
}

.button.secondary-button {
  background: white;
  transition: background 0.6s ease;
}

.button.secondary-button:hover {
  background: var(--gradient-color);
  color: whitesmoke;
  box-shadow: var(--box-shadow);
}

p.para {
  color: var(--text-color);
  font: normal bold 16px/25px var(--roboto);
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.fontzero {
  font-size: 0;
  margin: 0;
}

h2.reset-style {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h4.reset-style {
  display: initial;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 4px;
}

.color-primary {
  color: var(--primary-color);
}

.section-bg {
  background-color: #f3f8fa;
}

.section-bg-after {
  position: relative;
}

.section-bg-white {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}

.section-title-wth-pt {
  text-align: center;
  padding-bottom: 40px;
}

.section-title2 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 40px;
}

.section-title h1,
.section-title2 h1,
.section-title-wth-pt h1,
.section-title h4,
.section-title2 h4,
.section-title-wth-pt h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h1::before,
.section-title2 h1::before,
.section-title-wth-pt h1::before,
.section-title h4::before,
.section-title2 h4::before,
.section-title-wth-pt h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h1::after,
.section-title2 h1::after,
.section-title-wth-pt h1::after,
.section-title h4::after,
.section-title2 h4::after,
.section-title-wth-pt h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p,
.section-title2 p,
.section-title-wth-pt p {
  margin-bottom: 0;
}

.color-white {
  color: white;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

@media (max-width: 991px) {
  .modal-content .modal-body {
    display: block !important;
  }

  .modal-content .modal-body img {
    width: 100%;
    max-width: initial !important;
  }

  .modal-content .modal-body img {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0 !important;
  }
}

@media (min-width: 1024px) {
  .modal-xxl {
    max-width: 700px !important;
  }

  .modal-xxl .modal-content .modal-body img,
  .modal-xxl .modal-content .modal-body .texts {
    max-width: 700px !important;
  }
}

.modal-xxl .modal-content .modal-body {
  display: block !important;
}

@media (max-width: 767px) {
  #contactForm {
    margin-top: 16px;
  }
}

.modal-content {
  box-shadow: 4px 4px 20px rgba(56, 56, 56, 0.1);
  border: none;
  border-radius: 6px;
}

.modal-content .modal-body {
  padding: 0;
  display: flex;
  border-radius: 6px;
}

.modal-content .modal-body img {
  max-width: 400px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.modal-content .modal-body .texts {
  padding: 24px;
  width: 100%;
}

.modal-content .modal-body .texts h2 {
  font-size: 26px;
  font-weight: 600;
}

.modal-content .modal-body .texts p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

.catalog .card .card-image {
  background-size: cover !important;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu .dropdown-item {
  padding: 0.6rem 1.8rem;
  border: 2px solid transparent;
}

.dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
}

.social-networks {
  display: flex;
  flex-direction: column;
}

.social-networks span {
  margin-bottom: 20px;
}

.social-networks .networks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.social-networks .networks a {
  display: inline-block;
  min-width: 138px;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.social-networks .networks a:last-of-type {
  margin-right: 0;
}

.social-networks .networks a.facebook {
  background-color: #3b5998;
}

.social-networks .networks a.linkedin {
  background-color: #007bb5;
}

.social-networks .networks a.twitter {
  background-color: #1da1f2;
}

.social-networks .networks a i {
  color: #fff !important;
  padding: 0;
}

.social-networks .networks a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.social-networks .networks a span {
  margin-left: 8px;
}

@media (max-width: 992px) {
  .mb-mobile {
    margin-bottom: 16px;
  }
}

.custom-min-height {
  min-height: 383px;
}

@media (min-width: 992px) {
  .max-width-modal {
    max-width: 400px;
  }
}

/* page's css */

/* SOCIAL ICONS E CALL  */

#topsocial {
  display: flex;
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topsocial .wrap {
  display: inherit;
}

#topsocial .contact-info a {
  line-height: 1;
  color: #555;
}

#topsocial .contact-info a:hover {
  color: var(--primary-color);
}

#topsocial .contact-info i {
  color: var(--primarmary-color);
  padding: 4px;
}

#topsocial .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topsocial .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topsocial .social-links a:last-of-type {
  border-right: 1px solid #e9e9e9;
}

#topsocial .social-links li {
  float: right;
  list-style: none;
}

#topsocial .social-links a:hover {
  color: var(--primary-color);
}

#topsocial .social-links a:first-child {
  border-left: 0;
}

#topsocial .social-links .nav-item .dropdown-menu {
  margin-top: 10px;
  left: -40px !important;
}

#topsocial .social-links .nav-item .dropdown-menu .dropdown-item {
  padding-bottom: 10px;
  padding-top: 10px;
}

#topsocial .social-links .img-flags,
#topsocial .social-links .img-flag {
  width: 20px;
  margin-top: -2px;
  margin-right: 4px;
}

#topsocial .social-links .img-flags {
  margin-right: 16px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header .logo img {
  top: -7px;
  left: -20px;
  position: relative;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

#navbar-menu {
  position: relative;
  top: -10px;
  padding-right: 0;
}

#navbar-menu .nav-item .nav-link-icon {
  color: #555;
  padding-top: 13px;
  display: inline-block;
  line-height: 0.3px;
  border-left: 1px solid #e9e9e9;
}

#banner .title-banner {
  text-shadow: 2px 3px 4px #000000;
}

#banner .button-banner {
  background: var(--primary-color);
}

#banner .button-banner:hover {
  background: whitesmoke !important;
  color: black !important;
  border: whitesmoke !important;
}

#banner {
  width: 100%;
  height: 84vh;
  overflow: hidden;
  position: relative;
}

#banner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/images/banner.jpg?21570405296c07d60da3e11ddaf6439b) center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#banner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #111111;
  opacity: 0.1;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(8px) rotate(2deg);
}

#banner .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#banner h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#banner p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px;
}

#banner .btn-get-started {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 36px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#banner .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #banner p,
  #intro p {
    width: 60%;
  }

  #banner .carousel-control-prev,
  #banner .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #banner h2 {
    font-size: 28px;
  }

  #banner::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #banner::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #banner::after {
    left: 55%;
    top: -40px;
    width: 200%;
    height: 104%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #banner::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

/* *********************APOIO******************** */

.apoio {
  padding-bottom: 60px;
  padding-top: 60px;
}

.apoio .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.apoio .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.apoio .icon i {
  font-size: 36px;
  line-height: 1;
}

.apoio .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.apoio .title a {
  color: #111;
}

.apoio .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.apoio .icon-box-pink .icon {
  background: #fceef3;
}

.apoio .icon-box-pink .icon i {
  color: #ff689b;
}

.apoio .icon-box-pink:hover {
  border-color: #ff689b;
}

.apoio .icon-box-cyan .icon {
  background: #e6fdfc;
}

.apoio .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.apoio .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.apoio .icon-box-green .icon {
  background: #eafde7;
}

.apoio .icon-box-green .icon i {
  color: #41cf2e;
}

.apoio .icon-box-green:hover {
  border-color: #41cf2e;
}

.apoio .icon-box-blue .icon {
  background: #e1eeff;
}

.apoio .icon-box-blue .icon i {
  color: #2282ff;
}

.apoio .icon-box-blue:hover {
  border-color: #2282ff;
}

@media (max-width: 992px) {
  .apoio .icon-box {
    margin-bottom: 30px;
  }

  .apoio {
    padding-bottom: 20px;
  }
}

/* ************************ NECROLOGIA **************** */

.necrologia {
  padding-bottom: 60px;
}

.card .card-image {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f3f8fa !important;
  height: 235px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card {
  /* transition: all .4s cubic-bezier(0.175, 0.885, 0, 1); */
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  color: inherit;
  /* box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1); */
  box-shadow: 4px 4px 20px rgba(56, 56, 56, 0.1);
  transition: all 0.2s ease;
}

.card:hover {
  cursor: pointer;
  /* box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.4); */
  box-shadow: 0 1px 2px rgba(56, 56, 56, 0.1);
  margin-top: 5px;
  color: inherit;
  margin-bottom: -5px;
}

.card-info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 18px;
}

.card-category {
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #a3acbf;
}

.card-title {
  font-size: 1.25em;
  line-height: 20px;
  font-weight: 400;
  color: #36434d;
}

@media (max-width: 992px) {
  .card {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .necrologia {
    padding-bottom: 30px;
  }
}

/* **************************** Atendimento permanente ************ */

#call-to-action {
  padding: 50px 0;
}

#call-to-action .cta-title .img-24h {
  width: 50px;
  margin-right: 10px;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

#call-to-action .cta-text {
  color: #fff;
  font-size: 18px;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid var(--primary-color);
  background: var(--primary-color);
  border: 3px solid var(--primary-color);
  color: #fff !important;
}

#call-to-action .cta-btn:hover {
  background: #fff;
  color: var(--primary-color) !important;
}

/* **************TESTEMUNHOS **********************+ */

#testimonials {
  padding-bottom: 60px;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 150px;
  border-radius: 50%;
  border: 4px solid #f3f8fa;
  float: left;
  height: 150px;
  margin-right: 30px;
}

#testimonials .testimonial-item h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 15px 180px;
  color: #707070;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: var(--primary-color);
}

/* **************** FOOTer */

#footer {
  background: #273e4b;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: var(--primary-color3);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  height: auto;
  width: 85%;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #273e4b;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--primary-color);
  color: #fff;
}

#footer .footer-top h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h3::before {
  right: 0;
  background: #3d6175;
}

#footer .footer-top h3::before,
#footer .footer-top h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h3::after {
  background: var(--primary-color);
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: var(--primary-color);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #3d6175;
  padding: 12px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--primary-color);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact a {
  color: white;
}

#footer .footer-top .footer-contact a:hover {
  text-decoration: underline;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact p i {
  padding-right: 10px;
  font-size: 18px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: white;
}

#footer .copyright a {
  color: white;
}

#footer .copyright a:hover {
  text-decoration: underline;
}

/* *************** INFORMAÇAO UTIL */

.info-util {
  padding: 60px 0;
}

.info-util .container-box {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.info-util .icon-box + .icon-box {
  margin-top: 50px;
}

.info-util .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
  margin-bottom: 20px;
}

.info-util .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.info-util .icon-box:hover .icon {
  background: #68A4C4;
}

.info-util .icon-box:hover .icon i {
  color: #fff;
}

.info-util .icon-box .title {
  margin-left: 95px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  padding-top: 20px;
}

.info-util .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.info-util .icon-box .title a:hover {
  color: #68A4C4;
}

@media (max-width: 992px) {
  .info-util .icon-box {
    padding-left: 25px;
  }
}

/* ************************** INTRO ********************* */

#intro {
  width: 100%;
  height: 42vh;
  position: relative;
}

#intro h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 20px;
  align-items: center;
}

/* ********* ORGANIZATION************* */

.organization {
  padding-bottom: 40px;
}

.organization .row {
  overflow: hidden;
}

.organization .content-item {
  padding: 40px;
  border-left: 1px solid var(--primary-colorlight);
  border-bottom: 1px solid var(--primary-colorlight);
  margin: -1px;
}

.organization .content-item span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
}

.organization .content-item h4 {
  font-size: 24px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.organization .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .organization .content-item {
    padding: 40px 0;
  }
}

/* information */

.ajudas-legais {
  padding-bottom: 30px;
}

#feature a i {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  padding: 40px;
  background: var(--primary-color);
  border-radius: 50%;
}

#feature a h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

#feature a:hover h3 {
  color: var(--primary-color);
}

#feature a p {
  color: #333;
}

/* A********* APOIO E LUTO *************** */

.service-details {
  padding-bottom: 10px;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  box-shadow: none;
  background-color: initial;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.crd .card-img {
  width: calc(100% + 60px);
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more h5:hover {
  color: var(--primary-color);
}

.service-details .card:hover {
  margin-top: 0;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: var(--primary-color);
}

.service-details .card:hover .card-body .card-title {
  color: var(--primary-color);
}

/* PAGES OF INFORMATION UTIL */

.information {
  padding-bottom: 40px;
}

.information .row + .row {
  margin-top: 100px;
}

.information h3 {
  font-weight: 400;
  font-size: 24px;
}

.information ul {
  list-style: none;
  padding: 0;
}

.information ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.information p:last-child {
  margin-bottom: 0;
}

.information .topics i {
  font-size: 25px;
  padding-right: 10px;
}

.information .topics {
  font-size: 22px;
  margin-top: 40px;
}

.information .topics .text-topics {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 0;
}

.information .topics .text-topics i {
  font-size: 22px;
}

.information .fonte {
  font-size: 14px;
  color: grey;
  margin-top: 15px;
  display: block;
}

.information .card:hover {
  margin: 0 !important;
}

.pbb-20 {
  padding-bottom: 60px;
}

.information .topics .text-topics img {
  width: 35px;
  padding-right: 8px;
  padding-bottom: 5px;
}

.information .topics .text-topics .notes {
  font-size: 14px;
  color: grey;
}

.information a {
  cursor: pointer;
}

.information .subtopic .text-subtopic {
  padding-left: 30px;
}

.information .subtopic .text-subtopic .letter {
  font-size: 22px;
  font-weight: 450;
}

.information .subtopic .text-subtopic p {
  font-size: 16px;
  padding-bottom: 6px;
}

.information .subtopic .text-subtopic .notes {
  font-size: 14px;
  color: grey;
}

.information .topics .card {
  width: 70%;
}

.information .topics .card .card-body .card-text {
  font-size: 16px;
}

#galeria {
  padding-bottom: 40px;
}

.galeria-padding {
  padding-bottom: 10px !important;
}

#galeria #galeria-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#galeria #galeria-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.1s ease-in-out;
}

#galeria #galeria-flters li:hover,
#galeria #galeria-flters li.filter-active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
}

#galeria #galeria-flters li:last-child {
  margin-right: 0;
}

#galeria .galeria-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#galeria .galeria-item .galeria-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#galeria .galeria-item .galeria-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#galeria .galeria-item .galeria-wrap .galeria-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#galeria .galeria-item .galeria-wrap .galeria-info h3 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#galeria .galeria-item .galeria-wrap .galeria-info h3 {
  color: #fff;
}

#galeria .galeria-item .galeria-wrap .galeria-info h3:hover {
  color: var(--primary-color);
}

#galeria .galeria-item .galeria-wrap .galeria-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#galeria .galeria-item .galeria-wrap .galeria-info .link-preview,
#galeria .galeria-item .galeria-wrap .galeria-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#galeria .galeria-item .galeria-wrap .galeria-info .link-preview i,
#galeria .galeria-item .galeria-wrap .galeria-info .link-details i {
  padding-top: 9px;
  font-size: 18px;
  color: #fff;
}

#galeria .galeria-item .galeria-wrap .galeria-info .link-preview:hover,
#galeria .galeria-item .galeria-wrap .galeria-info .link-details:hover {
  background: var(--primary-color);
}

#galeria .galeria-item .galeria-wrap .galeria-info .link-preview:hover i,
#galeria .galeria-item .galeria-wrap .galeria-info .link-details:hover i {
  color: #fff;
}

#galeria .galeria-item .galeria-wrap:hover {
  background: #282646;
}

#galeria .galeria-item .galeria-wrap:hover .galeria-info {
  opacity: 1;
}

/* servicessss */

.services {
  padding-bottom: 40px;
  padding-top: 10px;
}

.services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.services .box:hover {
  transform: scale(1.1);
}

.services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .box:hover .title a {
  color: var(--primary-color);
}

.services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary-color);
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #999;
  letter-spacing: 1.6px;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: var(--primary-color);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 55px;
}

#contact .form button[type=submit],
.no-results a.custom-btn {
  background: var(--primary-color);
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  height: 55px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  border: 1px solid transparent;
  outline: none;
}

#contact .form button[type=submit]:hover,
.no-results a.custom-btn:hover {
  background: #fff !important;
  border: 1px solid var(--primary-color);
  color: #000;
}

#contact .form button[type=submit]:focus,
#contact .form button[type=submit]:active,
.no-results a.custom-btn:focus,
.no-results a.custom-btn:active {
  outline: none;
  box-shadow: none;
}

#contact .form button[type=submit]:hover {
  background: var(--primary-color);
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

.padding-bottom-contact {
  padding-bottom: 10px !important;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 9px;
}

.form-group input.form-control {
  border: 1px solid #c6c6c6;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: normal;
  height: 55px;
}

.form-group textarea.form-control {
  border: 1px solid #c6c6c6;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: normal;
  min-height: 158px;
}

.form-group .btn-link {
  color: #68A4C4;
}

.necrologia-pdd {
  padding-top: 60px;
  padding-bottom: 0 !important;
}

.necrologia .sidebar-information {
  border-left: 1.1px solid #d3dde4;
  padding-left: 10px;
}

.necrologia .sidebar-information .contact li {
  list-style-type: none;
  padding-bottom: 20px;
}

.necrologia .sidebar-information .contact li i {
  font-size: 20px;
  color: var(--primary-color);
  float: left;
  width: 44px;
  height: 44px;
  background: var(--primary-colorlight);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

.necrologia .sidebar-information .contact .title-sidebar {
  font-weight: 500;
  font-size: 19px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.necrologia .sidebar-information ul {
  padding-left: 30px;
}

.necrologia .sidebar-information .contact li .subtitle-sidebar {
  font-size: 17px;
  font-weight: 500;
  padding-top: 6px;
}

.necrologia .sidebar-information .contact li span,
.necrologia .sidebar-information .contact li a {
  font-size: 14px;
  color: #91989d;
}

.necrologia .sidebar-information .contact li a:hover {
  color: var(--primary-color);
}

.necrologia .search-bottom {
  float: right;
  padding-bottom: 15px;
  border-bottom: 1px solid #d3dde4;
  margin-bottom: 25px;
}

.necrologia i {
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
  font-size: 20px;
}

.necrologia .more-info i {
  font-size: 20px;
  color: var(--primary-color);
  float: left;
  width: 44px;
  height: 44px;
  background: var(--primary-colorlight);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

button img {
  transition: transform 0.25s;
}

button:hover > img {
  transform: scale(1.2);
}

button:focus {
  outline: none;
}

input {
  font-family: "Lexend Deca", sans-serif;
}

input::-webkit-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
}

input::-moz-placeholder {
  font-family: "Lexend Deca", sans-serif;
}

input:-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
}

input::-ms-input-placeholder {
  font-family: "Lexend Deca", sans-serif;
}

input::placeholder {
  font-family: "Lexend Deca", sans-serif;
}

input:focus {
  outline: none;
}

.searchbox {
  height: 66px;
  width: 700px;
  max-width: 100%;
  background: white;
  border-radius: 8px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  top: -90px;
  box-shadow: 0 11px 37px 0 rgba(68, 88, 144, 0.14);
}

.searchbox > .btn-menu {
  padding: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.searchbox .input-search {
  position: relative;
  width: 100%;
  padding: 0 16px;
  display: flex;
}

.searchbox .input-search i {
  position: absolute;
  top: 20px;
  color: var(--primary-color);
}

.searchbox .input-search:first-of-type {
  border-right: 1px solid #d3dde4;
  max-width: 310px;
}

.searchbox .input-search .search {
  border: none;
  width: 100%;
  padding-left: 40px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  color: var(--title-color);
}

.searchbox .input-search .search.search-local {
  padding-left: 30px;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
}

.btn-search {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 12px 28px;
  color: #fff;
  background: var(--primary-color);
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.4s;
}

.btn-search:hover {
  cursor: pointer;
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 592px) {
  .btn-search {
    right: 16px !important;
    top: 40px !important;
  }

  .necrology-c {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .btn-search {
    right: 0;
    top: 70px;
  }

  .necrology-c {
    margin-top: 16px;
  }
}

.searched-results {
  border-bottom: 1.1px solid #d3dde4;
  padding: 0 16px 16px 16px;
  margin: 0 16px 24px 16px;
  color: #212529;
  font-weight: 300;
  font-size: 20px;
  width: 100%;
}

.searched-results span {
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 2px;
}

.searched-results span.qty-results {
  float: right;
  border-bottom: 0;
  font-weight: 400;
}

.no-results {
  width: 100%;
  text-align: center;
}

.no-results img {
  width: 60%;
  margin: 0 auto;
}

.no-results h3 {
  margin-top: 25px;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}

.no-results p {
  font-weight: 300;
  font-size: 1.25em;
  text-align: center;
}

.no-results p span {
  font-weight: bold;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 2px;
}

@media (min-width: 1366px) {
  .searchbox {
    width: 760px;
  }

  .searchbox .input-search:first-of-type {
    max-width: 360px;
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 15%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 15%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.top-straight {
  top: -35px;
  position: relative;
}

#intro .profile-img-section {
  z-index: 2;
}

.profile-necrologia-pdd {
  padding-top: 100px;
}

#intro .profile-text-person {
  padding-left: 0;
}

#intro .profile-text-person .date-profile {
  font-size: 16px;
}

#intro .profile-text-person .years-profile {
  font-size: 24px;
}

#intro .profile-img-section img {
  border: 20px solid #f3f8fa;
  max-width: 250px;
  position: absolute;
}

.information .info-person {
  font-size: 26px !important;
}

.information .info-person i.fa-user {
  font-size: 30px !important;
  padding-right: 18px;
}

.text-topics i.fa-facebook,
.text-topics i.fa-google-plus,
.text-topics i.fa-twitter-square {
  padding-top: 10px;
  position: relative;
  top: 4px;
}

.text-topics i.fa-facebook {
  color: #3B5998;
}

.text-topics i.fa-google-plus {
  color: #DB4437;
}

.text-topics i.fa-twitter-square {
  color: #00ACEE;
}

.services .box-necrologia {
  min-height: 344px;
}

.services .box-necrologia .description {
  padding-bottom: 14px;
  display: flex;
}

.services .box-necrologia .description i {
  font-size: 24px;
  padding-right: 12px;
}

.services .title-necrologia {
  color: var(--primary-color);
}

.necrologia .calendar-details {
  background: url(/images/calendario.png?30c5f02e4764f9fbaae504425e43e49f) 0 0 no-repeat;
  overflow: hidden;
  margin: 0 0 0 20px;
  height: 129px;
  width: 234px;
  line-height: 25px;
  padding: 42px 15px 15px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 10px;
}

.necrologia .calendar-details .calendar-label {
  font-size: 16px;
  width: 50%;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-top: 8px;
}

.necrologia .calendar-details .calendar-items {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 30%;
  width: 40%;
  right: 10%;
}

.necrologia .calendar-details .calendar-items .fecha-mes {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.necrologia .calendar-details .fecha-hora {
  font-size: 16px;
  width: 50%;
  text-align: center;
  display: block;
}

.information .profile-text-topics {
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  #intro .profile-img-section img {
    height: auto;
    max-width: 200px;
    position: relative;
    top: 90px;
    left: 0;
  }

  #intro .profile-text-person {
    z-index: 3;
    top: 120px;
    left: 16px;
  }

  #intro .profile-text-person h3 {
    font-size: 22px;
    color: #212529;
  }

  #intro .profile-text-person p {
    color: #212529;
    margin-bottom: 8px;
  }

  .necrologia .calendar-details {
    left: -6px;
    top: -130px;
    right: 0;
  }

  #intro .profile-text-person .date-profile {
    font-size: 14px;
  }

  #intro .profile-text-person .years-profile {
    font-size: 16px;
  }

  .profile-necrologia-pdd {
    padding-top: 300px;
  }
}

@media (max-width: 992px) {
  .sidebar-information {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .sidebar-information ul,
  .sidebar-information .title-sidebar {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #intro .profile-text-person {
    padding-left: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #intro .profile-text-person {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  #intro .profile-img-section img {
    max-width: 245px;
  }
}

#error-fill {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #cd201f;
}

.pagination {
  border-top: 1.1px solid #d3dde4;
  padding: 16px;
  justify-content: flex-end;
}

.pagination .page-item {
  margin-right: 10px;
}

.pagination .page-item:last-of-type {
  margin-right: 0;
}

.pagination .page-item.disabled span {
  color: #cacaca;
}

.pagination .page-item:focus {
  outline: none;
}

.pagination .page-item .page-link {
  padding: 12px 18px;
  border-radius: 3px;
  color: #36434d;
  background-color: transparent;
  border: 1px solid #dadee6;
  opacity: 0.8;
  min-width: 47px;
}

.pagination .page-item .page-link:hover {
  background: #e6e6e6;
  cursor: pointer;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link .arrow-r {
  margin-left: 0.5rem;
}

.pagination .page-item .page-link .arrow-l {
  margin-right: 0.5rem;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

