@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Kalam&display=swap");

:root {
  --grey-color: #eeeff1;
  --greyish-color: #f7f7f7;
  --grey-color2: #cbcbcb;
  --grey-color3: #f9f9f9;
  --grey-color4: #ededed;
  --grey-color5: #7e8697;
  --grey-color6: #babec7;
  --grey-color7: #999999;
  --grey-color8: #fbfbfb;
  --orange-color: #f6d2a1;
  --blackish-color: #132240;
  --blackish-color2: #2c2c2c;
  --brownish-color: #676767;
  --brownish-color2: #424e66;
  --greenish-color: #32d951;
}

body {
  font-family: "Figtree", serif !important;
  width: 100%;
  overflow-x: hidden;
}
.min-height-120 {
  min-height: 120px;
}
.hover-opacity:hover {
  opacity: 0.8;
}

.hover-cursor:hover {
  cursor: pointer;
}

.padding-pequeno {
  padding: 0.15rem !important;
}

.line-height-35 {
  line-height: 35px;
}

.no-underline {
  text-decoration: none;
}

.list-style-none {
  list-style: none;
}
.selected {
  border: 2px solid black;
  border-radius: 50%;
}
/* bgs*/
.bg-grey {
  background-color: var(--grey-color);
}
.bg-greyish {
  background-color: var(--greyish-color);
}
.bg-grey-color4 {
  background-color: var(--grey-color4);
}
.bg-orange {
  background-color: var(--orange-color);
}
.bg-black {
  background-color: black;
}

.bg-greenish {
  background-color: var(--greenish-color) !important;
}
.bg-grey-color {
  background-color: var(--grey-color) !important;
}

.bg-blackish {
  background-color: var(--blackish-color) !important;
}
.bg-blackish2 {
  background-color: var(--blackish-color2) !important;
}
.bg-grey-color-8 {
  background-color: var(--grey-color8) !important;
}
.bg-gradient-orange {
  background-image: linear-gradient(to right, #f3e7d4 0%, #f2dab7 100%);
}

.bg-transparent {
  background-color: transparent;
}

/* end bgs*/
.border-radius {
  border-radius: 10px;
}
.border-radius-5 {
  border-radius: 8px;
}
.w-80 {
  width: 80%;
}
.border-none {
  border: none;
}
.border-solid-black {
  border: 1px solid var(--blackish-color) !important;
  border-radius: 50%;
}

.border-solid-grey-color6 {
  border: 1px solid var(--grey-color6) !important;
}

.bold {
  font-weight: bold;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-900 {
  font-weight: 900;
}
/* font sizes */

.font-size-8 {
  font-size: 8px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-25 {
  font-size: 25px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-48 {
  font-size: 48px;
}
/* end font sizes */
/* height*/
.height-12 {
  height: 12px;
}
.height-15 {
  height: 15px !important;
}
.height-35 {
  height: 35px !important;
}
.height-45 {
  height: 45px;
}
.height-60 {
  height: 60px;
}
.height-80 {
  height: 80px;
}
.height-41 {
  height: 41px;
}

/* end  height*/
/*   colors*/
.color-white {
  color: white;
}
.color-black {
  color: black;
}
.color-blackish {
  color: var(--blackish-color) !important;
}

.color-grey2 {
  color: var(--grey-color2) !important;
}
.color-grey5 {
  color: var(--grey-color5) !important;
}
.color-grey6 {
  color: var(--grey-color6) !important;
}
.color-grey7 {
  color: var(--grey-color7) !important;
}

.color-brownish {
  color: var(--brownish-color2) !important;
}

.top-5 {
  top: 5%;
}

.display-inline-block {
  display: inline-block;
}

.h7,
h7 {
  font-size: 1rem;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.border-bottom {
  border-bottom: 1px solid var(--grey-color3);
}

.box-shadow {
  box-shadow: 0 4px 4px -2px lightgray;
}

.center {
  left: 50%;
  transform: translateX(-50%);
}

.padding-top-100 {
  padding-top: 100px;
}
.padding-y-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-x-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.padding-x-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}

.myLineGradient {
  background: linear-gradient(to right, #b6b6b6, #d9d9d9, #737373, #d9d9d9);
  margin: auto;
}

.lineGradientSizeSmall {
  width: 260px;
  height: 4px;
}
.lineGradientSizeMedium {
  width: 900px;
  height: 4px;
}

.hero-section {
  /* background-image: url("../images/bg_hero_section.png"); */
  background-image: url("../images/bg_hero_section_2.png");
  background-size: cover;
  height: 506px;
}
/* pesquisar localidades*/

.pesquisar-localidades {
  display: inline;
  border: 1px solid #edf2f6;
  background-color: white;
  border-radius: 10px;
  padding: 10px 15px;
}
.pesquisar-localidades input {
  border: 0;
  background-color: transparent;
  width: 80%;
}
.pesquisar-localidades input:focus {
  outline: none;
}
.pesquisar-localidades button,
.pesquisar-localidades i {
  border: none;
  background: none;
  cursor: pointer;
}
.pesquisar-localidades select {
  border: none;
}

/* end pesquisar localidades*/
/*pesquisar* hero main page */

.pseudo-search {
  display: inline;
  border: 1px solid #edf2f6;
  background-color: white;
  border-radius: 10px;
  padding: 10px 3.5px;
}
.pseudo-search input {
  border: 0;
  background-color: transparent;
  width: 420px;
}
.pseudo-search input:focus {
  outline: none;
}
.pseudo-search button,
.pseudo-search i {
  border: none;
  background: none;
  cursor: pointer;
}
.pseudo-search select {
  border: none;
}
/*fim pesquisar hero main page */

/* cards main page*/
.box-size {
  width: 100%;
  height: 283px;
}
.image1-bg {
  /*   height: 283px; */
  height: auto;
  width: 100%;
  max-width: 100%;
}
.border-radius-8 {
  border-radius: 8px;
}
.quantidades-pagina {
  padding: 5px;
  border: 1px solid #7e8697 !important;
  border-radius: 8px;
}

/* .image2-face {
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: 47%;
  width: 25%;
  max-width: 100%;
} */
.image2-face {
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  height: 50%;
  width: 27%;
  max-width: 100%;
}
/** whats up section*/
.whatsup-section {
  height: auto;
}
.whatsup-section-bg {
  background-image: url("../images/FB_whatsapp-desktop.png");
  background-size: cover;
  height: 521px;
}

/* .whatsup-section-bg img
{

  width:100%;
  max-width:100%;

} */
/******** detalhes page ***/

.box-size-detalhes {
  width: 100%;
  height: 1050px;
}
.image1-bg-detalhes {
  /*  height: 850px; */
  height: auto;
  width: 100%;
  max-width: 100%;
  /*  z-index: 2; */
}
/* .image2-face-detalhes {
  top: 101px;
  left: 50%;
  transform: translateX(-50%);
  height: 384px;
  width: 19.8%;
  max-width: 100%;
} */
.image2-face-detalhes {
  /*  top: 79px;
  left: 47.9%;
  transform: translateX(-50%);
  height: 448px;
  width: 25.8%;
  max-width: 100%; */
  top: 285px;
  left: 50%;
  transform: translateX(-50%);
  height: 420px;
  width: 26.8%;
  max-width: 100%;
}
/** end whats up section*/
/* accordion questions */

.accordion-questions .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  /*   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  */
}
.accordion-questions .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-minus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16 16z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8 4z'/%3E%3C/svg%3E");
  /*  transform: rotate(-180deg); */
}
.accordion-questions .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent;
  box-shadow: none;
  border-bottom: none !important;
  font-weight: bold !important;
  color: black !important;
}
.accordion-questions .accordion-button.collapsed {
  font-weight: normal !important;
}
.accordion-questions .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
/* end accordion questions */
/*  accordion falecimentos */

.accordion-falecimentos .accordion-item,
.accordion-falecimentos .accordion-header,
.accordion-falecimentos .accordion-button {
  background-color: var(--grey-color3);
}
.accordion-falecimentos .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
/* end accordion falecimentos */

input.largerCheckbox {
  width: 17px;
  height: 17px;
  accent-color: var(--brownish-color2);
}

.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.01);
}

.localidadesDiv {
  height: 200px;
  overflow-y: scroll;
}
.spinner-border {
  --bs-spinner-width: 10rem;
  --bs-spinner-height: 10rem;
}

.paginateFale.active,
.paginateFale:hover {
  border-radius: 8px;
  background-color: var(--blackish-color) !important;
  color: white;
}

.position-relative {
  position: relative;
}

.box-white {
  background-color: white;
}

.carousel-condolencias .slick-list {
  margin: 0 -10px;
}
.carousel-condolencias .slick-slide > div {
  padding: 0 10px;
}
.carousel-condolencias .slick-next {
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
}
.carousel-condolencias .slick-prev {
  top: -20px;

  right: 0;
  /* left: calc(100vw - 19%); */
  width: 40px;
  height: 40px;
}
.carousel-condolencias .slick-prev:before,
.carousel-condolencias .slick-next:before {
  border-radius: 1;
  font-size: 35px;
}
.slick-localidade .slick-list {
  margin: 0 -10px;
}
.slick-localidade .slick-slide > div {
  padding: 0 10px;
}
.slick-slide {
  height: auto !important;
}
#condolenciaSubmit {
  height: 30px !important;
}

.voltarLink {
  text-decoration: none;
  color: #757575;
}

.font-style-italic {
  font-style: italic;
}
.font-size-16 {
  font-size: 16px;
}

.mobile-height-10 {
  height: 10px;
}

.border-pagination {
  border: 1px solid #babec7 !important;
  border-radius: 8px !important;
}

.arrow-align-left {
  padding-top: 4px;
  padding-left: 4px;
}
.arrow-align-right {
  padding-top: 4px;
  padding-right: 4px;
}

.button-filtro-remover,
.button-filtro-remover-desktop {
  border-radius: 8px;
  border: 1px solid #7e8697;
  background-color: #eeeff1;
  padding: 2px;
  color: #7e8697;
}

.modal-footer.modalFiltros {
  position: sticky;
  z-index: 10;
  bottom: 0;
}

.dark-radius-border {
  border-radius: 8px;
  border: 1px solid #7e8697;
}

.background-dropdown{

  background-color: #EEEFF1;
}

.border-bottom-white{
  border-bottom:1px solid #ffffff;
}

.border-background-pesquisa{


  border-radius: 8px;
  background-color: #f7f7f7;
  padding:10px 30px 10px 30px;  
}
/* range sliders*/
/* #range-slider-idade .value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;

  

  font-weight: normal;  
  font-size: 14px;
  color: #333;
} */

/* #range-slider-idade .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

#range-slider-idade .price-range-both {
  display: none;
}

#range-slider-idade .value i {
  font-style: normal;
} */

/* .ui-slider-handle {
  background-color: var(--blackish-color)!important;
  border-radius:20px!important;
} */
/* end range sliders*/
/******* media querys ******/
@media only screen and (min-width: 1400px) {
  .box-size {
    width: 100%;
    height: 340px;
  }
  .image1-bg {
    /*    height: 340px; */
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  /*   .image2-face {
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    height: 48%;
    width: 25%;
    max-width: 100%;
  } */
  .image2-face {
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 27%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .box-size-detalhes {
    width: 100%;
    height: 600px;
  }

  /******** detalhes page ***/
  /*   .image1-bg-detalhes {
    height: 306px;
    width: 100%;
    max-width: 100%;
  } */
  .image1-bg-detalhes {
    /*    height: 550px; */
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  /*   .image2-face-detalhes {
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 175px;
    width: 19.8%;
    max-width: 100%;
  } */
  .image2-face-detalhes {
    /*  top: 41px;
    left: 47.9%;
    transform: translateX(-50%);
    height: 277px;
    width: 25.8%;
    max-width: 100%; */
    top: 181px;
    left: 50%;
    transform: translateX(-50%);
    height: 277px;
    width: 26.8%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .box-size-detalhes {
    height: 450px;
  }

  .whatsup-section {
    /* background-image: none; */
    height: auto;
  }
  .lineGradientSizeMedium {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-size-detalhes {
    height: 500px;
  }

  .box-size {
    height: 350px;
  }
  .image1-bg {
    /*   height: 350px; */
    height: auto;
  }
  /*  .image2-face {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    height: 48%;
    width: 25%;
    max-width: 100%;
  }  */
  .image2-face {
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 27%;
    max-width: 100%;
  }
}
.margin-bottom-64 {
  margin-bottom: 64px;
}
.display-none {
  display: none;
}
.border-radius-8 {
  border-radius: 8px !important;
}

.padding-nav {
  padding: 8px 16px 8px 16px !important;
}
.icon-height {
  height: 12px !important;
}
.linear-gradient {
  background: linear-gradient(to left, #f6d2a1, #f3ede4) !important;
}
.pesquisar-hoover:hover {
  color: #f5cf97 !important;
}
.button-style {
  display: inline-block;
  color: #132240 !important;
  background-color: #eeeff1;
  white-space: nowrap;
  padding: 2px 10px 0px 10px;
  border-radius: 8px;
}
.date-style {
  color: #7e8697 !important;
  border: 1px solid #eeeff1 !important;
  border-radius: 8px;
  background-color: transparent !important;
}
.margin-4 {
  margin-bottom: 4px !important;
}
.padding-none {
  padding: 1.5rem 0 0 0 !important;
}

@media only screen and (min-width: 768px) {
  .pe-desktop-10 {
    padding-right: 110px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-section {
    background-image: url("../images/bg_hero_section_2.png");
    background-size: cover;
    background-position: center bottom;
    height: 506px;
  }
  .accordion-questions .accordion-button {
    font-size: 24px;
  }
  .mobile-border-radius-8 {
    border-radius: 8px !important;
  }

  .mobile-padding-nav {
    padding: 8px 16px 8px 16px !important;
  }
  .font-size-18-responsive {
    font-size: 18px !important;
  }
  .font-size-16-responsive {
    font-size: 16px !important;
  }
  .mobile-padding-top-50 {
    padding-top: 50px !important;
  }
  .mobile-margin-whatsApp {
    padding-top: 0px !important;
  }
  .mobile-margin-bottom-8 {
    margin-bottom: 8px !important;
  }
  .mobile-margin-top-50 {
    margin-top: 50px !important;
  }

  .mobile-48 {
    font-size: 48px;
  }
  .mobile-32 {
    font-size: 32px;
  }
  .mobile-bottom-60 {
    margin-bottom: 60px !important;
  }
  .mobile-bottom-16 {
    margin-bottom: 16px !important;
  }
  .mobile-padding-32 {
    padding: 32px !important;
  }
  .mobile-padding-15 {
    padding: 15px !important;
  }
  .mobile-margin-10 {
    margin: 101px 0 101px 0 !important;
  }
  .mobile-size-18 {
    font-size: 18px !important;
  }
  .mobile-size-16 {
    font-size: 16px !important;
  }

  .mobile-display-block {
    display: inline-block !important;
  }
  .mobile-display-none {
    display: none !important;
  }

  .mobile-none-underline-animation-left::after {
    content: none !important;
  }

  .mobile-margin-top-5 {
    margin-top: 3rem !important;
  }
  .mobile-bold {
    font-weight: bold !important;
  }
  .underline-animation-right:hover::after {
    width: 0% !important;
  }
  .mobile-padding-top-20 {
    padding-top: 20px !important;
  }
  .mobile-24 {
    font-size: 24px !important;
  }
  .mobile-margin-4 {
    margin-bottom: 4px !important;
  }
  .mobile-date-style {
    color: #7e8697 !important;
    border: 1px solid #eeeff1 !important;
    border-radius: 8px;
    background-color: transparent !important;
  }

  .mobile-padding-none {
    padding: 1.5rem 0 0 0 !important;
  }

  .mobile-margin-bottom-64 {
    margin-bottom: 64px;
  }

  .mobile-button-style {
    display: inline-block;
    color: #132240 !important;
    background-color: #eeeff1;
    white-space: nowrap;
    padding: 2px 10px 0px 10px;
    border-radius: 8px;
  }

  .pseudo-search {
    border-radius: 8px !important;
  }
  .pseudo-search input {
    width: 200px !important;
  }

  .mobile-linear-gradient {
    background: linear-gradient(to left, #f6d2a1, #f3ede4) !important;
  }

  .mobile-color-black {
    color: black !important;
  }
  .mobile-pesquisar-hoover:hover {
    color: #f5cf97 !important;
  }
  .mobile-size-24 {
    font-size: 24px !important;
  }

  .mobile-font-weight-600 {
    font-weight: 600 !important;
  }

  .mobile-padding-bottom-8 {
    padding-bottom: 8px !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }

  .mobile-padding-title {
    padding-left: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-ps-0 {
    padding-left: 0 !important;
  }

  /* .figtree-bold{

  font-family: "Figtree Bold", serif !important;
  } */
}

.p-12 {
  padding: 12px;
}
.placeholde-size::placeholder {
  font-size: 14px !important;
}

@media only screen and (max-width: 570px) {
  /*   #condolenciaSubmit {
   flex-direction: row;
  } */
  .pd-small {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 4px;
  }
}
.buttonFiltros {
  background-color: white;
  border: none;
  outline: none;
}
@media only screen and (max-width: 490px) {
  .padding-x-100-responsive {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .padding-x-50-responsive {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .whatsup-section-bg {
    height: 350px;
    background-image: url("../images/FB_whatsapp-mobile.png");
    background-size: cover;
  }
  .buttonFiltros {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    background-color: var(--grey-color);
    padding: 20px 40px;

    z-index: 99999;
    text-align: center;
  }
  .buttons-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*  position: fixed; */
    background-color: white;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    background-color: var(--grey-color);
    padding: 20px 40px;

    z-index: 99999;
  }

  .imgIconPhone {
    display: none;
  }

  .font-size-small-responsive {
    font-size: 10px;
  }
  .font-size-small-responsive-2 {
    font-size: 14px;
  }
  /* .pseudo-search input {
    width: 220px;
  } */
  .padding-x-responsive {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-size {
    width: 100%;
    height: 200px;
  }
  .image1-bg {
    /*  height: 200px; */
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  /*   .image2-face {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    height: 48%;
    width: 25%;
    max-width: 100%;
  } */
  .image2-face {
    top: 67px;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 26%;
    max-width: 100%;
  }
  .responsive-row {
    flex-direction: column;
  }

  .none-responsive {
    display: none;
  }

  .whatsup-section {
    height: auto !important;
    /* padding-bottom: 100px; */
  }

  .font-size-30-responsive {
    font-size: 30px;
  }
  .font-size-25-responsive {
    font-size: 25px;
  }
  .ps-none-responsive {
    padding-left: 0 !important;
  }
  .box-size-detalhes {
    height: 250px;
  }

  /******** detalhes page ***/
  .image1-bg-detalhes {
    max-height: 350px;
  }
  /*  .image2-face-detalhes {
    top: 35px;
    height: 125px;
  } */
  .image2-face-detalhes {
    /* top: 25px;
    height: 137px; */
    top: 85px;
    height: 121px;
  }
}

/*animations*/

.h-28 {
  height: 28px;
}
.height-32 {
  height: 32px;
}
.up-animation:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
}
.underline-animation-right {
  position: relative;
  text-decoration: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.underline-animation-right::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background: black;
  transition: width 0.3s;
}

.underline-animation-right:hover::after {
  width: 100%;
}
.underline-animation-left {
  position: relative;
  text-decoration: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.underline-animation-left::after {
  content: "";
  position: absolute;
  height: 2px;
  right: 0;
  bottom: 0;
  width: 0;
  background: black;
  transition: width 0.3s;
  width: 100%;
}

.underline-animation-left:hover::after {
  width: 0%;
}

/* .jump-up-animation:hover {
  animation: nectar_cta_letter_animation 0.5s
    cubic-bezier(0.46, 0.4, 0.56, 0.87) forwards;
}

@keyframes nectar_cta_letter_animation {
  0% {
    opacity: 0;
    transform: translateY(115%);
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 1;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
 */
