/* Custom CSS para Presencia en Quietud Theme */
/* Generales */
.justify-text {
  text-align: justify;
}
.margin-bottom-auto-custom {
  margin-bottom: auto;
}
.margin-top-auto-custom {
  margin-top: auto;
}
.heigh-100-custom {
  height: 100% !important;
}

#skip-link a {
    display: block;
    position: absolute;
    left: -999px;
    top: -999px;
    }

#skip-link a:focus {
    left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    border:1px solid #990000;
    }
/* Home */
.custom-slides .elementor-repeater-item-c6732f0 .swiper-slide-bg {
  background-position: bottom;
}
/*---------------------------------------------------------- */

/* Prácticas */
.height-scroll {
    height: 300px;
    overflow-y: scroll;
}
/*---------------------------------------------------------- */


/* Publicaciones y Reflexiones Post Single */
.pr-hero {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center;
}

.custom-pagination .post-navigation__next--title{
  padding-left: 40px;
}

.custom-pagination .post-navigation__prev--title{
  padding-right: 40px;
}
/*---------------------------------------------------------- */
/* Recursos */
.transcripcion {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Contacto */
.custom-form .elementor-field-type-acceptance a {
  color: #a65962;
  text-decoration: underline;
  text-decoration-color: #a65962;
}
.custom-form .elementor-field-type-acceptance a:hover {
  color: #ce7375;
  text-decoration: underline;
  text-decoration-color: #ce7375;
}
/*---------------------------------------------------------- */

/* Footer */
.word-break-custom {
  word-break: break-all;
  overflow-wrap: break-word;
}