/* Custom CSS for COIASTUR Theme */
/* Generales */
.justify-text {
  text-align: justify;
}

.cero-absoluto * {
  margin: 0px !important;
  padding: 0px !important;
}

.a-text-custom {
  color: var(--e-global-color-768c56e);
  text-decoration: underline !important;
  text-decoration-color: var(--e-global-color-768c56e);
  display: inline !important;
}

.a-text-custom:hover {
  color: var(--e-global-color-a5e6cd1);
  text-decoration-color: var(--e-global-color-a5e6cd1);
}

.display-none-custom, .wp-block-gallery {
  display: none !important;
}

/* Menú sticky Colegio */
.text-wrap-custom {
  text-wrap: nowrap;
}

/* Tarjeta Colegiados */
.color-texto-principal {
  color: var(--e-global-color-2a17f67);
}

.titulos-custom {
  font-family: var(--e-global-typography-b5826c3-font-family), Sans-serif;
  font-weight: var(--e-global-typography-b5826c3-font-weight);
  line-height: 0px;
  font-size: 19px;
}

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

.height-inherited {
  height: inherit;
}
/* **************** */

/* CONTACTO */
.custom-form .elementor-field-type-acceptance a {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
}

.custom-form .elementor-field-type-acceptance a:hover {
  color: #4caf50;
  text-decoration-color: #4caf50;
}

.blur-bg {
  position: relative;
  overflow: hidden;
}

.blur-bg .blur-filter::before {
  content: "";
  position: absolute;
  background: url("http://coiastur.web.oondeo.es/wp-content/uploads/2025/05/bg-contacto.webp") center/cover no-repeat;
  filter: blur(5px);
  z-index: 0;
}

.blur-bg .blur-contenido {
  position: relative;
  z-index: 1;
}

/* La Profesión */
/* Inversión - Acordeon */
.custom-accordion .e-n-accordion-item-title {
  justify-content: space-between;
}

.custom-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
  margin-left: 10px;
}

/* Menú Anchor */
.sticky-custom {
  position: sticky;
  top: 69px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .sticky-custom {
    top: 70px;
  }
}

/* @media (max-width: 767px) {
  .sticky-custom {
    top: 0px;
  }
} */

/******* Página Principal *******/
/* Hero página principal */
.hijo-misma-altura-hero,
.hijo-misma-altura-hero a.elementor-cta {
  height: 100%;
}

.max-with-custom-hero {
  max-width: 225px !important;
}

/* Inicio Servicios */
.padre-misma-altura .e-con-inner {
  display: flex;
  align-items: stretch;
}

.margin-top-auto {
  margin-top: auto;
}

/* Popup Inicio */
.hover-absolute {
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out, z-index 0.5s steps(1, end);
  
}
.hover-absolute:hover {

  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.custom-btn .elementor-button-text{
  text-transform: uppercase;
}
/* Noticias */
.noticias-custom .dce-item_title h3,
.noticias-custom .dce-item_date,
.noticias-custom .dce-item_content {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
}

.noticias-custom .dce-item_content {
  padding-bottom: 10px !important;
}

.custom-galery img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .custom-galery img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .custom-galery img {
    width: 300px;
    height: 300px;
  }
}

/**************************************/


/* Designed by Oondeo tamaño móvil */
@media (max-width: 767px) {
  .oondeo {
    position: relative !important;
  }
}

/* Deflip */
.dflip-custom  .dflip-books .df-book-wrapper .df-book-cover span.df-book-title {
  position: static !important;
  bottom: 0px !important;
  opacity: 1 !important;
  background-color: var(--e-global-color-fd77e7d);
}

.dflip-custom .df-popup-thumb img {
  transition: none !important;
  overflow: hidden;
}
