/* hide theme credit in footer area */

section.credits {
	display: none;
}
/* Force Simple payment button to take up 100% width on mobile MRFOX-ZEN-1633242*/
@media all and (max-width:760px) {
  .jetpack-simple-payments-product {
    width:100%
  }
}
/* Force Simple payment button to take up 100% width on mobile MRFOX-ZEN-1633242*/
@media all and (max-width:760px) {
  .jetpack-simple-payments-product {
    width:100%
  }
}
/* Temp fix for the header image size on Collage Page only | 4431844-zen rg */
.page-id-12174 header#masthead {
    height: 100vh;
}
/* Hide featred image on all pages 4612600-zen cw */
.entry-image {
    display: none;
}
/* Temp fix for the header image size on Respira Page only | 4431844-zen rg */
.page-id-12669 header#masthead {
    height: 100vh;
}
/* Hides Cross Selling in Cart page| 35319950-hc (AB) */
.page-id-13500 .woocommerce .cart-collaterals .cross-sells {
 display: none;
}
/* remove opacity from header image-35326419hc-SE*/
.site-header-image {
  opacity: 1.0;
}
/* Temp fix for the header image size on Bio Page only | 4431844-zen rg */
.page-id-3 header#masthead {
    height: 100vh;
}
/* center form fields on page #14137  | 35393549-hc GH */

.page-id-14137 form p{
  text-align: center;
}

/* End  | 35393549-hc GH */

/* add custom styling to sendfox form / 35509150-HC (JJ) */
.page-id-3009 form p {
  text-align: center;
}

.page-id-3009 form button {
  background: #26B7CA;
  color: #FFF;
}

/* Full-height header on https://israelpintor.com/descargacadaquiensucuento/ - #38276195-hc */
.page-id-12749 header#masthead {
    height: 100vh;
}
/* Temp fix for the header image size on Barcelona Page only | 4431844-zen rg */
.page-id-18608 header#masthead {
    height: 100vh;
}
/* Temp fix for the header image size on CDMX Page only | 4431844-zen rg */
.page-id-18763 header#masthead {
    height: 100vh;
}
/* Temp fix for the header image size on Sevilla Page only | 4431844-zen rg */
.page-id-30046 header#masthead {
    height: 100vh;
}
/* Temp fix for the header image size on Vocacion Page only | 4431844-zen rg */
.page-id-28086 header#masthead {
    height: 100vh;
}
.comments-area {
    position: relative;
    padding: 20px;
    overflow: auto; /* Permite desplazamiento en caso de desbordamiento */
    z-index: 0;
    background-color: #fff; /* Asegúrate de que el fondo sea uniforme */
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Espaciado entre elementos */
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.comment-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.comment-form input[type="submit"] {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}



.comments-header {
    text-align: center;
    margin-bottom: 15px;
    position: static; /* Asegura que no interfiera con otros elementos */
    z-index: 0;
}
/* Temp fix for the header image size on Prueba Page only | 4431844-zen rg */
.page-id-3007 header#masthead {
    height: 100vh;