@charset "UTF-8";
/*
    Created on : Oct 29, 2024, 10:26:49â€¯AM
    Author     : Vicente MartÃ­n <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
img[src$=".png"],
img[src$=".jpg"],
img[src$=".webp"],
img[src$=".jpeg"] {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

img {
  max-width: 100%;
  height: auto;
}

html body, .elementor-kit-33 {
  --e-global-typography-primary-font-family: "Montserrat", sans-serif;
  --e-global-typography-secondary-font-family: "Montserrat", sans-serif;
  --e-global-typography-text-font-family: "Montserrat", sans-serif;
}

body.lockScroll, html.lockScroll {
  overflow: hidden;
}

picture {
  display: flex;
  align-items: center;
}

html {
  overflow-x: hidden;
}

br.mobile-only, br.mobileOnly {
  display: none;
}
@media only screen and (max-width: 600px) {
  br.mobile-only, br.mobileOnly {
    display: initial;
  }
}
@media only screen and (max-width: 1024px) {
  br.dk-only {
    display: none;
  }
}

.force-flex {
  display: flex;
}

body {
  color: #425466;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  font-family: "Montserrat", sans-serif;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.text-balance {
  text-wrap: balance;
}

@media (min-width: 601px) {
  .text-balance-dk {
    text-wrap: balance;
  }
}

/*:is(h2,h3,h4,h5){
    text-wrap: balance;
}*/
.container {
  width: 1070px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.uael-retina-image-container {
  display: flex;
  align-items: center;
}

body .main-button {
  color: #626262;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.54px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 11px 16px;
  gap: 16px;
  border-radius: 100px;
  border-top: 2px solid #F5CB08;
  border-right: 2px solid #F5CB08;
  border-bottom: 5px solid #F5CB08;
  border-left: 2px solid #F5CB08;
  background: #FFF;
  text-decoration: none;
  position: relative;
  transition: all 0.1s;
  /*will-change: transform;*/
  align-items: baseline;
  height: 47px;
  cursor: pointer;
}
body .main-button.scroll-to-top {
  align-items: center;
  /* width: fit-content;*/
}
body .main-button__container {
  height: 47px;
}
body .main-button__container--big {
  height: 70px;
}
@media only screen and (max-width: 600px) {
  body .main-button__container--big {
    height: auto;
  }
}
body .main-button__container--center {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body .main-button {
    gap: 10px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  body .main-button:hover {
    height: 44px;
    border-bottom-width: 2px;
    transform: translateY(3px);
  }
}
body .main-button i {
  color: #8C52FF;
  font-size: 16px;
  font-weight: 900;
}
body .main-button--upper {
  text-transform: uppercase;
}
body .main-button--big {
  font-size: 28px;
  letter-spacing: -0.84px;
  padding: 17px 31px;
  border-bottom-width: 7px;
  height: 70px;
}
@media only screen and (max-width: 600px) {
  body .main-button--big {
    /* height: $mainBigButtonHeightMobile;*/
    height: auto;
    font-size: 24px;
    align-items: center;
  }
}
body .main-button--big i {
  font-size: 24.5px;
}
@media only screen and (max-width: 600px) {
  body .main-button--big i {
    font-size: 21px;
  }
}
body .main-button--big:hover {
  /* @include devices(600) {
       height: calc($mainBigButtonHeightMobile - 5px);
   }*/
}
@media only screen and (min-width: 1200px) {
  body .main-button--big:hover {
    transform: translateY(5px);
    height: 65px;
  }
}
body .main-button--purple {
  color: #fff;
  border-color: #3A1780;
  background-color: #8C52FF;
}
body .main-button--purple i {
  color: rgb(245, 203, 8);
}
body .main-button--yellow {
  color: #000;
  background-color: #F5CB08;
}
body .main-button--yellow i {
  color: #fff;
}
body .main-button--shadow {
  border-width: 1px !important;
}
body .main-button--disabled {
  pointer-events: none;
  opacity: 0.2;
}

ol {
  counter-reset: item !important;
  list-style-type: none;
}

ol li {
  counter-increment: item !important;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2.3em;
}
@media only screen and (max-width: 600px) {
  ol li {
    padding-left: 20px;
    margin-bottom: 1em;
  }
}

ol li::before {
  content: counter(item) !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #00BB75;
  font-weight: bold;
}

ol .custom-li-image {
  display: flex;
  gap: 51px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  ol .custom-li-image {
    flex-direction: column;
    column-gap: 58px;
    row-gap: 30px;
    margin-bottom: 55px;
  }
}
ol .custom-li-image::before {
  display: none;
}
ol .custom-li-image span {
  display: flex;
  flex-direction: column;
  gap: 2.3em;
  position: relative;
}
@media only screen and (max-width: 991px) {
  ol .custom-li-image span {
    gap: 1em;
  }
}
ol .custom-li-image span::before {
  content: counter(item);
  position: absolute;
  left: -25px;
  top: 0;
  color: #00BB75;
  font-weight: bold;
}
ol .custom-li-image span > span {
  position: relative;
  counter-increment: item;
  /*            &::before {
                  content: counter(subitem, decimal);
              }*/
}
ol .custom-li-image img {
  margin-right: -94px;
}
@media only screen and (max-width: 991px) {
  ol .custom-li-image img {
    margin: 0 17px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  ol .custom-li-image img.fix-arrow-margin {
    margin-left: -11px;
  }
}

ol li.custom-li-image--decesos {
  gap: 45px;
  align-items: flex-start;
}
ol li.custom-li-image--decesos img {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  ol li.custom-li-image--decesos img {
    margin-top: 0;
  }
}

.quick-contact {
  background: #FFFAE5;
  padding: 32px 15px 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 600px) {
  .quick-contact {
    padding: 30px 15px 28px;
    gap: 18px;
  }
}
.quick-contact__title {
  color: #3A3A3A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 600px) {
  .quick-contact__title {
    text-wrap: balance;
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
.quick-contact__links {
  display: flex;
  gap: 26px;
}
@media only screen and (max-width: 600px) {
  .quick-contact__links {
    gap: 18px;
  }
}
.quick-contact__link {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 33px;
  height: 35.64px;
  /*padding-right: 1px;*/
  flex-shrink: 0;
  width: 58px;
  flex: 0 0 58px;
  height: 58px;
  color: #8C52FF !important;
  font-size: 27px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  /*border: 2px solid #fff*/
}
.quick-contact__link .fa-whatsapp {
  font-size: 33px;
}
.quick-contact__link .fa-phone {
  font-size: 25px;
}
.quick-contact__link:hover {
  background: #8C52FF;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .segur-friendly .elementor-heading-title {
    display: flex;
    flex-direction: column;
  }
}

body:not(.elementor-editor-active) .animate-line {
  position: relative;
  overflow: hidden;
}
body:not(.elementor-editor-active) .animate-line img {
  height: auto;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
body:not(.elementor-editor-active) .animate-line--animated img {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb .separator {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.rank-math-breadcrumb a:hover, .rank-math-breadcrumb .separator:hover {
  text-decoration: underline;
}
.rank-math-breadcrumb .last {
  color: #8C52FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.toc-wrapper {
  border-radius: 22px;
  border: 1px solid #D1CECE;
  /*height: 0;*/
  max-height: 0;
  overflow: hidden;
  transition: ease 0.4s !important;
  /* interpolate-size: allow-keywords;*/
  cursor: pointer;
  /* max-height: 0;
  transition: 500ms max-height ease;*/
}
.toc-wrapper .chevron-icon {
  opacity: 1;
}
.toc-wrapper .close-icon {
  opacity: 0;
}
.toc-wrapper .toc-title {
  font-family: "Lato", sans-serif;
}
.toc-wrapper #toc_container {
  padding: 60px 40px 40px;
}
.toc-wrapper #toc_container .toc_list li {
  border-bottom: 2px solid #D1CECE;
  padding-bottom: 4px;
  padding-left: 40px;
  position: relative;
  padding-top: 18px;
}
.toc-wrapper #toc_container .toc_list li a {
  color: inherit;
  font-size: 21px;
  font-family: Lato;
  font-weight: bold;
}
.toc-wrapper #toc_container .toc_list li::before {
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #00BB75;
  width: 18px;
  height: 18px;
  left: 0;
  top: 25px;
}

.toc-wrapper.open {
  /* height: auto;*/
  max-height: 800px;
  border-radius: 22px;
  /* max-height: 0;*/
}

.toc-wrapper.open .chevron-icon {
  opacity: 0;
}

.toc-wrapper.open .close-icon {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .tabla-fake {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 600px) {
  .tabla-fake .col1 {
    min-width: 308px;
  }
}
@media only screen and (max-width: 600px) {
  .tabla-fake .col2 {
    min-width: 486px;
  }
}
@media only screen and (max-width: 600px) {
  .tabla-fake .col3 {
    min-width: 114px;
  }
}
@media only screen and (max-width: 600px) {
  .tabla-fake .fila2 {
    width: fit-content;
  }
}

.lista-bullet {
  position: relative;
  top: -2px;
}

.lista-flecha {
  position: relative;
  top: 3px;
}

.mb p:not(:last-child) {
  margin-bottom: 16px;
}

.listado {
  gap: 31px;
  padding-left: 60px;
  padding-bottom: 30px;
}
.listado ul {
  counter-reset: item;
}
.listado ul > li {
  position: relative;
  margin-bottom: 31px;
}
.listado ul > li i {
  margin-inline: 10px;
}
.listado ul > li a {
  font-weight: bold;
  text-decoration: underline;
  color: #8c52ff;
}
.listado ul > li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  width: 10px;
  height: auto;
  color: #00BB75;
  height: 10px;
  left: -22px;
  font-size: 14px;
  display: block;
  font-weight: 900 !important;
}
.listado ul ol {
  margin-top: 30px;
}
.listado ul ol ul {
  margin-bottom: 20px;
}
.listado ul ol ul li {
  margin: 30px 0 0 30px !important;
  padding-left: 0;
}

.listado ul[type=lista-letras] li {
  list-style-type: lower-alpha;
}
.listado ul[type=lista-letras] li::before {
  content: "" !important;
}

.tabla {
  background-color: #f8f8f8;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  padding: 16px;
  overflow: auto;
}
.tabla table {
  width: 100%;
}
.tabla tr {
  margin-bottom: 7px;
  display: flex;
  column-gap: 7px;
  display: flex;
}
.tabla td {
  background-color: #fff;
  min-height: 84px;
  display: flex;
  align-items: center;
}
.tabla--2cols td:first-child,
.tabla--2cols th:first-child {
  flex: 0 0 740px;
  padding-inline: 40px;
}
.tabla--2cols td:last-child,
.tabla--2cols th:last-child {
  flex: 1 0 150px;
  text-align: center;
  justify-content: center;
}
.tabla--3cols th {
  font-weight: bold;
}
.tabla--3cols td:nth-child(1),
.tabla--3cols th:nth-child(1) {
  flex: 0 0 250px;
  text-align: left;
  padding-inline: 40px;
}
.tabla--3cols td:nth-child(2),
.tabla--3cols th:nth-child(2) {
  flex: 0 0 200px;
  text-align: left;
  padding-inline: 40px;
}
.tabla--3cols td:nth-child(3),
.tabla--3cols th:nth-child(3) {
  text-align: left;
  padding-inline: 40px;
}
@media only screen and (max-width: 600px) {
  .tabla--3cols td:nth-child(3),
  .tabla--3cols th:nth-child(3) {
    flex: 0 0 400px;
  }
}

.listado2 {
  padding-left: 60px;
  gap: 31px;
  padding-bottom: 30px;
}

.ribbon {
  line-height: normal;
  padding: 2em 3em 0.4em 3em;
  top: -10px;
  right: -51px;
  background: #8c5eff;
  color: #fff;
  position: absolute;
  width: 150px;
  text-transform: uppercase;
  transform: rotateZ(41deg);
  font-size: 12px;
  text-align: center;
}

.destacado p {
  color: #00BB75;
  font-size: 24px;
  font-weight: 600;
  padding: 17px 37px;
  padding-bottom: 17px;
  border-radius: 12px;
  border-top: 3px solid #00BB75;
  border-bottom: 3px solid #00BB75;
  width: fit-content !important;
  margin-top: 30px;
  margin-bottom: 36px;
}

.tip {
  border-radius: 13px;
  padding: 35px;
  padding-bottom: 36px;
  background-color: #f8f8f8;
  width: 100%;
  display: flex;
  justify-content: center;
}
.tip p {
  color: #626262;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  width: fit-content;
  text-align: center;
  margin-left: 50px;
}
.tip p::before {
  content: "";
  background: url("/wp-content/uploads/2025/01/tip-icon.svg");
  width: 53px;
  height: 39px;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.legales p {
  margin-bottom: 30px;
}
.legales p:last-child {
  margin-bottom: 47px;
}
.legales h3 {
  font-size: 23px !important;
}
.legales a {
  color: #8c52ff;
  text-decoration: underline;
  font-weight: bold;
}
.legales ul {
  margin-left: 40px;
  margin-bottom: 47px;
}
.legales ul li {
  list-style-type: disc !important;
  margin-bottom: 10px;
}

.error404 .help__title {
  display: none !important;
}
.error404 .fondo404 .e-con-inner {
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .error404 .fondo404 .e-con-inner::after {
    content: "";
    display: block;
    top: 0;
    background-color: #800cff;
    bottom: 0;
    right: -100vw;
    width: 100vw;
    position: absolute;
    z-index: -1;
    min-height: 884px;
  }
}

.btn-proximamente {
  background-image: url(/wp-content/uploads/2025/01/borde-dashed.png);
  background-size: cover;
}

.call-button {
  background-color: #8c52ff;
  border: 2px solid #3a1780;
  color: #fff !important;
  width: 71px;
  border-radius: 100%;
  padding-inline: 28px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 4px 0 #3a1780 !important;
  position: relative;
  top: 0;
  transition: all 0.1s ease;
  display: grid;
  place-content: center;
  place-items: center;
  column-gap: 10px;
  min-height: 74px;
  min-width: 74px;
}
.call-button:hover {
  top: 4px;
  box-shadow: 0 0 0 #3a1780 !important;
}
.call-button i {
  color: #ffffff;
}
.call-button:has(span) {
  border-radius: 1000px;
  display: inline-flex;
  width: auto;
}
.call-button:has(span) i {
  color: #F5CB08;
}
.call-button--whatsapp {
  font-size: 40px;
}
.call-button--email {
  font-size: 35px;
}

.crumbs {
  height: 80px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .crumbs {
    height: auto;
    min-height: 40px;
  }
}
.crumbs__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  line-height: 1.2em;
}

.extra-crumbs {
  display: flex;
  gap: 23px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .extra-crumbs {
    display: none;
  }
}
.extra-crumbs__title {
  color: #8C52FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.extra-crumbs__button {
  gap: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

/*# sourceMappingURL=main.css.map */
