* {
  padding: 0;
  margin: 0; }

body {
  height: 100%;
  display: grid;
  background-color: #000000;
  color: #ffffff;
  font-family: "Segoe UI", "Helvetica Neue", "Arial";
  margin: 1.6em auto; }

a {
  text-decoration: none;
  color: #8F0005; }
  a:hover {
    color: #3db91e; }

main {
  display: grid; }
  main p {
    text-align: justify;
    margin-bottom: 15px; }

header {
  background-image: url(/assets/images/logo/gregorio-hechizos-efectivo.webp);
  background-size: cover;
  background-attachment: fixed;
  grid-column: 1/7;
  display: grid;
  grid-template-columns: 1fr;
  height: 550px;
  margin: 2.6em; }

.header-ajus {
  height: auto; }

.menu {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-items: right; }
  .menu h3 {
    font-size: 35px;
    text-align: center; }

nav ul {
  display: flex;
  list-style: none; }
  nav ul li {
    margin: 0 18px; }
    nav ul li a {
      text-decoration: none;
      color: #ffffff; }
      nav ul li a:hover {
        color: #3db91e;
        text-decoration: none;
        border: 1px solid #ffffff;
        padding: 10px;
        border-radius: 5px;
        transition: 150ms; }

.short-header {
  display: grid;
  grid-template-columns: 45% 55%;
  justify-items: center;
  align-items: center;
  text-align: right; }
  .short-header a {
    background: #3db91e;
    padding: 10px 10px 10px 0px;
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;
    border: none;
    border-radius: 20px; }
    .short-header a:hover {
      color: #ffffff; }
  .short-header h2 {
    font-size: 65px; }
  .short-header p {
    background: #000000;
    font-size: 20px;
    padding: 20px; }

.master-name {
  display: grid;
  grid-column: 1/7;
  grid-template-columns: repeat(2, 1fr); }
  .master-name article, .master-name img {
    margin: 65px; }
    .master-name article h2, .master-name img h2 {
      font-size: 30px;
      font-weight: 100;
      margin-bottom: 15px; }

.services {
  display: grid;
  grid-column: 1/7;
  background: #0b0819; }

.services-title {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  .services-title h2 {
    font-size: 60px;
    text-align: left;
    display: grid;
    grid-column: 1/5;
    margin: 65px 0px 30px 65px;
    font-weight: 100; }

.services-box {
  display: grid;
  grid-template-columns: 10% 30% 30% 30%; }

.box-1, .box-3 {
  background: #000000; }

.box-2 {
  background: #141414; }

.box-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center; }
  .box-head h3 {
    margin: 15px;
    text-align: center; }
  .box-head img {
    width: 50%;
    margin: 15px; }

.box-1 p, .box-2 p, .box-3 p {
  margin: 30px; }

.services-love {
  display: grid;
  grid-template-columns: 1fr; }
  .services-love h1 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
    font-weight: 100; }
  .services-love p {
    text-align: center;
    text-transform: uppercase; }

.services-love-1 {
  display: grid;
  grid-column: 1/2;
  grid-template-columns: 30% 70%; }

.services-love-2 {
  display: grid;
  grid-template-columns: 30% 35% 35%; }

.img-link {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 5px; }
  .img-link a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: #8F0005;
    border-radius: 1.5em;
    color: white;
    text-transform: uppercase;
    padding: 1em 1.5em; }
  .img-link img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.services-plus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; }
  .services-plus section {
    padding: 0 0 0 35px; }
  .services-plus h3 {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 25px; }
  .services-plus img {
    width: 100%; }

.services-plus-descrip {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 25px; }
  .services-plus-descrip h4, .services-plus-descrip p {
    padding: 6px 0 6px 25px; }
  .services-plus-descrip img {
    padding: 0; }

.testimonials {
  display: grid;
  grid-column: 1/7;
  background-image: url(/assets/images/servicios/testimonios-maestro-jose-gregorio.webp);
  background-size: cover;
  background-attachment: fixed;
  padding: 30px; }
  .testimonials h2 {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
    font-weight: 100; }
  .testimonials h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 45px; }

.send-action {
  display: grid;
  grid-column: 1/7;
  grid-template-columns: repeat(2, 1fr);
  background: #0b0819; }
  .send-action h2 {
    font-size: 50px;
    margin: 100px 70px 20px 100px; }
  .send-action p {
    font-size: 55px;
    font-weight: 900;
    margin: 0px 0px 0px 65px; }

.alinear {
  text-align: center; }
  .alinear a {
    background: #3db91e;
    padding: 10px 10px 10px 0px;
    color: #ffffff;
    font-weight: 900;
    font-size: 25px;
    border-radius: 20px; }
    .alinear a:hover {
      color: #ffffff; }

.send-action-botton {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .send-action-botton section {
    display: grid;
    justify-content: center;
    align-content: center; }
  .send-action-botton a {
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 18px;
    text-align: center; }
    .send-action-botton a:hover {
      color: #ffffff;
      background: #141414;
      border: 1px solid #8F0005; }

.post-recomend {
  display: grid;
  grid-column: 1/7; }
  .post-recomend h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 45px; }
  .post-recomend p {
    text-align: center; }

.content-post {
  display: grid;
  padding: 50px; }
  .content-post h3 {
    text-align: center;
    margin: 10px 5px; }
    .content-post h3 a {
      color: #000000; }
    .content-post h3 a:hover {
      color: #3db91e; }
  .content-post p {
    margin: 10px 7px; }

.grilla-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }
  .grilla-post article {
    border: 1px solid #ffffff;
    display: grid;
    background: #ffffff;
    color: #000000; }
    .grilla-post article a {
      color: #000000;
      text-align: right;
      margin: 0px 30px 20px 0;
      font-weight: 600; }
      .grilla-post article a:hover {
        color: #8F0005; }
  .grilla-post article:hover {
    border: 1px solid #8F0005;
    transform: scale(1.05);
    transition: all 0.3s ease; }
  .grilla-post img {
    width: 100%; }
  .grilla-post small {
    text-align: center; }

footer {
  display: grid;
  grid-column: 1/7;
  color: #bfad95;
  padding: 35px;
  border-top: 1px solid #bfad95; }
  footer p {
    font-size: 10px;
    text-align: justify; }

.footer-date p {
  margin-top: 10px;
  text-align: center;
  font-weight: 600; }

.init-post {
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center; }
  .init-post h5 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block; }
  .init-post h1 {
    text-align: center;
    font-size: 40px;
    margin: 30px;
    text-transform: uppercase; }

.init-post-title {
  display: grid;
  justify-items: center;
  align-items: center; }

.read {
  display: grid; }
  .read p {
    font-size: 19px; }
  .read h2 {
    margin: 20px 0px 20px 0px;
    border-bottom: 1px #fff dotted;
    text-align: center;
    margin-top: 35px; }
  .read aside {
    justify-self: center; }
  .read article {
    margin: 50px 50px 50px 0px;
    font-size: 17px; }
  .read h3 {
    margin: 20px 0px; }
  .read ul {
    margin-bottom: 20px; }
  .read img {
    display: block;
    margin: auto;
    width: auto;
    height: auto; }
  .read pre {
    margin-bottom: 15px; }
  .read li {
    font-size: 18px;
    margin-bottom: 10px; }

blockquote {
  border-left: 3px solid;
  padding: 10px 0px 10px 27px;
  margin-bottom: 15px; }

.sticky-top {
  position: sticky;
  top: 40px;
  display: grid;
  justify-items: center;
  margin-top: 50px; }
  .sticky-top h3 {
    margin-bottom: 10px; }

.separador-interno {
  display: grid;
  grid-column: 1/7; }
  .separador-interno h2 {
    color: #8F0005;
    font-size: 30px;
    text-align: center; }

.post-sugeri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6em;
  margin-top: 50px; }
  .post-sugeri img {
    width: 100%; }
  .post-sugeri div:hover {
    transform: scale(1.05);
    transition: all 0.3s ease; }

.pre-post {
  display: grid;
  grid-column: 1/2;
  grid-template-columns: 35% 65%;
  border: 1px solid #343536;
  align-items: center; }
  .pre-post p {
    text-align: left;
    margin: 20px; }

.next-post {
  display: grid;
  grid-column: 2/3;
  grid-template-columns: 65% 35%;
  border: 1px solid #343536;
  align-items: center; }
  .next-post p {
    text-align: right;
    margin: 20px; }

.breadcrumbs {
  display: grid;
  grid-column: 1/7;
  text-transform: lowercase;
  margin: 0 0 20px 20px; }
  .breadcrumbs a {
    color: #8F0005; }
  .breadcrumbs a:hover {
    color: #ffffff; }

.toTop {
  border: none;
  display: flex;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999; }

.toTop:not(.is-visible) {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-2rem); }

.toTop svg {
  stroke-width: 3px;
  stroke: currentColor;
  fill: none;
  width: 24px; }

.toTop {
  background-color: #252525;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: #fff; }

.bot-whap {
  display: flex;
  cursor: pointer;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 999; }

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