/*
 * GENERAL
 */
:root {
	--brown: #2b1d14;
	--light-gray: #f1f1f1;
	--orange: #ff5f00;
}
html {
	font-size: 16px;
	font-size: var(--custom-font-size-base)
}
body {
	font-size: inherit
}
.ast-separate-container #primary {
	margin: 0
}
.ast-separate-container .ast-article-single {
	padding: 0
}
.page .entry-header {
	display: none
}
.entry-content > * {
	max-width: unset !important
}
h1, .entry-content h1 {
	font-size: 2.5rem !important
}
h2, .entry-content h2 {
	font-size: 2.2rem !important
}
h3, .entry-content h3 {
	font-size: 2rem !important
}
h4, .entry-content h4 {
	font-size: 1.8rem !important
}
h5, .entry-content h5 {
	font-size: 1.6rem !important
}
h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5 {
	letter-spacing: 0.05em;
	line-height: 1 !important;
	margin: 0 0 0.5em !important
}

p, .entry-content p {
	font-size: 1rem
}

.egr-btn {
	display: inline-block;
	color: #ff5f00;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 46px;
	padding: 0 1.5em;
	border: 2px solid;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.egr-btn:hover,
.egr-btn:focus {
	color: #FFF !important;
	background-color: rgb(255, 95, 0, 0.75) !important;
	border-color: #ff5f00 !important;
}
.egr-btn.wht {
	color: #FFF !important;
}
.egr-btn.wht:hover,
.egr-btn.wht:focus {
	color: #ff5f00 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}
.egr-btn.active {
	color: #FFF !important;
	background-color: #ff5f00 !important;
	border-color: #ff5f00 !important;
	pointer-events: none !important;
}

.view-all-entries a.wp-block-button__link {
	display: inline-block;
	color: #ff5f00;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	line-height: 46px;
	background-color: transparent;
	padding: 0 1.5em;
	border: 2px solid;
	border-radius: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.view-all-entries a.wp-block-button__link:hover,
.view-all-entries a.wp-block-button__link:focus {
	color: #FFF !important;
	background-color: rgb(255, 95, 0, 0.75) !important;
	border-color: #ff5f00 !important
}

.frm_form_field {
	margin-bottom: 1em !important
}
.frm_primary_label {
	font-size: 1rem !important;
	padding: 0 !important;
	margin: 0 0 0.5rem !important
}
.frm_form_fields input,
.frm_form_fields select {
	height: 46px !important;
	font-size: 1.25rem !important;
	line-height: 46px !important;
	padding: 0 1rem !important;
	border-width: 1px !important;
}
.frm_form_fields textarea {
	font-size: 1.25em !important;
	line-height: 1.25 !important;
	padding: 0.5rem 1rem !important;
	border-width: 1px !important;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_scale input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
	padding: 0 !important
}

.whatsapp {
  display: inline-block;
  position: fixed;
  width: 60px;
  height: 60px;
  left: 1.25vw;
  bottom: 1.25vw;
	background-color: #25D366;
  border-radius: 50%;
  -webkit-box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0,0,0,0.5);
          box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0,0,0,0.5);
  margin: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  overflow: hidden;
  z-index: 1030;
	cursor: pointer
}
.whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
.whatsapp.hovered img {
	padding: 50%;
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg)
}
.whatsapp p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: 0;
	font-weight: 300;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}
.whatsapp.hovered p {
	font-size: 1.5rem
}

.whatsapp-contact {
	display: inline-block;
	position: fixed;
	width: 25%;
	min-width: 260px;
	left: calc(1.25vw + 30px);
	bottom: calc(1.25vw + 30px);
	background-color: #FFF;
	border-radius: 1rem;
	-webkit-box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0,0,0,0.5);
          box-shadow: 0.25rem 0.25rem 1rem 0 rgba(0,0,0,0.5);
	overflow: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	        transform-origin: left bottom;
	pointer-events: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.whatsapp.hovered + .whatsapp-contact {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	pointer-events: initial
}
.whatsapp-contact h4 {
	color: #FFF;
	font-size: 1.5rem !important;
	font-weight: 500;
	background-color: #25D366;
	padding: 0.5rem;
	margin: 0
}
.whatsapp-contact h4 img {
	height: 3rem
}
.whatsapp-contact > p {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	padding: 1rem;
	margin: 0
}
.whatsapp-contact .frm_forms {
	padding: 0 1rem 30px
}
.whatsapp-contact .frm_forms fieldset {
	padding: 0
}
.whatsapp-contact .frm_form_field {
	margin: 0 0 0.5rem !important
}
.whatsapp-contact #frm_field_6_container {
	margin: 0 !important
}
.whatsapp-contact .frm_primary_label {
	color: #3c3c3c;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 0.25rem
}
.whatsapp-contact .frm_form_field input {
	line-height: 46px;
	padding: 0 0.5rem;
	border-radius: 0;
	outline: none
}
.whatsapp-contact .frm_form_field input#field_telefono {
	padding-left: 58px
}
.whatsapp-contact .iti--country-search {
	display: block;
	position: relative;
	left: initial !important;
	top: initial !important;
	margin: 0
}
.whatsapp-contact .iti--country-search .iti__dropdown-content {
	margin: 0
}
.whatsapp-contact .iti--country-search .iti__search-input {
	margin: 0
}
.whatsapp-contact .frm_form_field textarea {
	line-height: 1.25;
	padding: 0.5rem;
	border: 1px solid var(--border-color);
	border-radius: 0;
	outline: none
}
.whatsapp-contact .frm_button_submit {
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 48px !important;
	background-color: #25D366 !important;
	padding: 0 1.5rem !important;
	border-radius: 10rem !important;
	border: none !important;
	margin: 0 !important;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s
}

.grecaptcha-badge {
	display: none !important
}

/*
 * CONTACTO COMPARTIDO (#homeContact)
 * Usado por Home (5154, ya migrada — tiene copia redundante en su @scope),
 * Nosotros (5563), Panaderia Mexicana (5747), STPS (5565),
 * Curso de panificacion (4928), Contacto (88)
 */
#homeContact {
	background-color: #f5f5f5;
	padding: 2.5vw 7.5vw 1.25vw;
	margin: 5vw auto 0;
}
#homeContact h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 0.5em;
	color: #ED7723;
}
#homeContact > p {
	font-size: 1.25rem;
	text-align: center
}
#homeContact .frm_submit {
	text-align: center
}

/*
 * NAV
 */
#masthead {
	background-color: #FFF;
	padding: 0
}
#masthead .ast-primary-header {
	padding: 6px
}
#masthead div:has(> .site-header-section) {
	display: block
}
#masthead .site-primary-header-wrap > div {
	display: block;
	text-align: center
}
#masthead .site-primary-header-wrap > div .site-header-section {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1vw;
}
#masthead .site-header-focus-item:has(.site-branding) {
	padding: 0
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: initial;
}
.elementor-element-b21ed7c {
	display: none
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
	width: auto
}
.ast-builder-menu-1 .menu-item > .menu-link {
	line-height: 48px;
	padding: 0 0.5rem;
	white-space: nowrap
}

#masthead .site-primary-header-wrap > div .site-header-section > div {
	display: inline-block
}

.ast-header-account-wrap,
.ast-header-woo-cart {
	display: no ne 
}

/*
 * FOOTER
*/
.site-above-footer-wrap {
	padding: 0
}
.site-above-footer-wrap .ast-builder-grid-row {
	max-width: initial !important
}
.site-above-footer-wrap .ast-builder-grid-row .ast-builder-html-element {
	text-align: left
}
#egrFooter {
	width: 100%;
  background-color: #ED7723
}
#egrFooter h4 {
	font-family: 'Merriweather', serif
}
#egrFooter .module-link-egr a {
	font-size: 1rem
}
.row-egr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5vw 5vw 2.5vw
}
.row-egr:nth-child(1) .column-egr:nth-child(1) {
  width: 66%
}
.row-egr:nth-child(1) .column-egr:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%
}
.row-egr:nth-child(2) {
  padding: 0 4vw
}
.module-title-egr h4{
  font-size: 2rem;
  font-family: Fjalla_One;
  letter-spacing: .05rem;
  margin: 0;
  color: #fff
}
#egrFooter a {
  text-decoration: none;
  color: #422918;
  font-family: Roboto;
	font-size: 1rem
}
#egrFooter p {
  color: #422918;
  margin: 0;
  font-family: Roboto;
	font-size: 1rem
}
.module-button-egr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5vw 0
}
.module-button-egr a {
  padding: .8vw;
  width: auto;
  border: solid 2px #fff;
  color: #fff !important
}
.module-button-egr a:hover {
  border: solid 2px #fff;
  color: #ED7723 !important;
  background-color: #fff
}
.module-separator-egr {
  height: 2px;
  width: 100%;
  background-color: #A3480A
}
.row-egr:nth-child(3) .column-egr:nth-child(1) {
  width: 20%;
  padding: 0 2vw 0 0;
}
.row-egr:nth-child(3) .column-egr:nth-child(2) {
  width: 2px;
  background-color: #A3480A;
  padding: 0
}
.row-egr:nth-child(3) .column-egr:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  padding: 0 2vw 0 4vw
}
#egrFooter li {
  list-style: none;
  font-family: Roboto
}
#egrFooter ul {
  padding: 0;
  margin: 0
}
.row-egr:nth-child(3) .column-egr:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%
}
.module-logo-egr img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain
}
.module-info-egr {
  margin: 0 2vw
}
.module-info-egr h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #422918
}
.module-subtitle-egr h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #422918
}
.module-rss-egr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}
.module-rss-egr img {
  width: 2.5vw;
  margin: .5vw
}
.module-rss-egr img:nth-child(1) {
  margin: .5vw .5vw .5vw 0
}

/*
 * HABLEMOS DE PAN (5342) — listado de blog (compartido con HOME hasta 2026-08-06, ya migrada)
 */
.page-id-5342 .site-content .wp-block-coblocks-posts {
	padding: 0 7.5vw
}
.page-id-5342 .site-content .wp-block-coblocks-posts__inner {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}
.page-id-5342 .site-content .wp-block-coblocks-posts__item {
	max-width: 33%;
	padding: 2.5vw
}
.page-id-5342 .site-content .wp-block-coblocks-posts a {
	color: #2b1d14;
	font-size: 1.5rem;
	font-family: 'Anton',sans-serif;
	font-weight: bold;
	line-height: 1;
}
.page-id-5342 .site-content .wp-block-coblocks-posts .wp-block-coblocks-posts__excerpt {
	font-size: 1rem;
	line-height: 1.25
}

/*
 * CURSOS 2.0
 * 4417 - Introducción a las Ciencias de la Panificación
 * 4892 - Panadería de producción masiva y ajustes técnicos del proceso
 * 4916 - La labor del Pannier,
el sommelier del pan
 */
.page-id-4417,
.page-id-4892,
.page-id-4916 {
	background-color: #FFF;
}
.page-id-4417 .ast-container,
.page-id-4892 .ast-container,
.page-id-4916 .ast-container {
	max-width: initial;
	padding: 0 !important;
}

#coursesExpert {
	position: relative;
}
#coursesExpert img {
	width: 100%;
}
#coursesExpert h1 {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 50%;
	color: #333;
	text-align: center;
	padding: 0 2.5vw;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#coursesExpert h1 big {
	display: block;
	color: #ff5f00;
	font-size: 150%;
}
#coursesExpert h1 small {
	font-size: 50%;
	font-weight: normal;
}

#coursesDesign {
	text-align: center;
	background-color: #F5F5F5;
	padding: 2.5vw 12.5vw;
	margin: 2.5vw 0;
}
#coursesDesign>p {
	color: #ff5f00;
	font-size: 2em;
	font-weight: bold;
}
#coursesDesign>p small {
	display: block;
	color: #333;
	margin: 1em 0 0;
}
#coursesDesign div {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 2.5vw;
}
#coursesDesign div img {
	height: 7.5em;
}
#coursesDesign div p {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 0;
}

#coursesWhom {
	text-align: center;
	padding: 0 7.5vw;
}
#coursesWhom h2 {
	color: #2B1D14;
	font-weight: bold;
}
#coursesWhom p {
	display: inline-block;
	width: calc(100% / 3 - 5vw);
	vertical-align: top;
	font-size: 1.5em;
	background-color: #f5f5f5;
	padding: 1em;
	-webkit-box-shadow: 0.25em 0.25em 0.5em 0.25em rgba(0,0,0,0.25);
	        box-shadow: 0.25em 0.25em 0.5em 0.25em rgba(0,0,0,0.25);
	margin: 2.5vw;
}
#coursesWhom span {
	display: inline-block;
	color: #FFF;
	font-size: 3em;
	font-weight: bold;
	line-height: 1.5;
	background-color: #2B1D14;
	padding: 0 1em;
	margin: 2.5vw 0 0;
}

#coursesProfile.landing {
	padding: 5vw 15vw;
}
#coursesProfile.landing div {
	vertical-align: middle;
	background-color: #f5f5f5;
	padding: 2.5vw 5vw;
}
#coursesProfile.landing>img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

#coursesData.landing {
	padding: 0 0 5vw;
}
#coursesData.landing>img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	padding: 0 5vw;
}
#coursesData.landing div {
	vertical-align: middle;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
	margin: 0;
}
#coursesData.landing div h3 small {
	display: block;
	color: #333;
	font-size: 66.67%;
	margin: 0.5em 0 0;
}
#coursesData.landing div img {
	display: inline-block;
	margin: 1em 1em 0;
}

#coursesFooter {
	background-color: #ff5f00;
	padding: 2.5vw;
	margin: 2.5vw 0 0;
}
#coursesFooter img {
	display: inline-block;
	width: 50%;
	height: 10em;
	vertical-align: middle;
	padding: 0 2.5vw;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: right center;
	   object-position: right center;
}
#coursesFooter div {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	padding: 0 2.5vw;
}
#coursesFooter div a {
	display: inline-block;
	color: #fff;
	font-size: 1.25em;
	line-height: 20px;
	padding: 4px 0;
}
#coursesFooter div a:first-of-type {
	line-height: 40px;
}
#coursesFooter div a b {
	display: block;
}


/*
 * ACADEMIA
 */
.single-courses .ast-container {
	max-width: unset;
	padding: 0;
	margin: 0
}
.single-courses .tutor-wrap {
	padding: 2.5vw 10vw 5vw
}
.tutor-container {
	max-width: unset;
	padding: 0;
	margin: 0
}
.tutor-nav-link {
	font-size: 1.25rem
}
.tutor-nav-link[data-tutor-nav-target="tutor-course-details-tab-announcements"] {
	font-size: 0
}
.tutor-nav-link[data-tutor-nav-target="tutor-course-details-tab-announcements"]:after {
	content: "Perfil y contenido";
	display: inline;
	font-size: 1.25rem
}
.tutor-tab {
	padding: 0
}
.tutor-tab h2, .tutor-single-course-sidebar h2,
.tutor-tab h3, .tutor-single-course-sidebar h3 {
	font-size: 1.5rem !important;
	line-height: 1 !important;
	margin: 0 0 1rem !important
}
#tutor-course-details-tab-info > div {
	margin: 1rem 0 0 !important
}
.tutor-tab p {
	font-size: 1rem !important;
	line-height: 1.25;
	margin: 0 0 0.5rem
}
.tutor-tab p:last-of-type {
	margin: 0
}
.tutor-course-details-widget ul li {
	width: 100%;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 0.5rem
}
.tutor-course-details-widget .tutor-icon-bullet-point {
	display: none
}
.tutor-accordion {
	margin: 0
}
.tutor-accordion-item-header,
.tutor-course-content-list-item-title a {
	font-size: 1.25rem !important
}
#tutor-course-details-tab-announcements {
	padding: 1rem 0 0
}
#tutor-course-details-tab-announcements .tutor-card-title {
	margin: 0 !important
}
#tutor-course-details-tab-announcements .tutor-meta {
	display: none !important
}
#tutor-course-details-tab-reviews {
	padding: 1rem 0 0
}

/*
 * COFFEE BLOOM
 */
.page-id-6168 .ast-container,
.page-id-7645 .ast-container {
	max-width: initial;
	padding: 0 !important;
	margin: 0 !important
}

#coffee-bloom-header {
	padding: 0 0.5vw
}
#coffee-bloom-header img {
	display: inline-block;
	width: 25%;
	height: 33.34vw;
	object-fit: cover;
	vertical-align: top;
	padding: 0 0.5vw;
	transition: 0.3s
}
#coffee-bloom-header img.active {
	width: 50%
}

#coffee-bloom-intro {
	text-align: center;
	padding: 5vw 10vw
}
#coffee-bloom-intro h2 {
	color: #2b1d14
}
#coffee-bloom-intro > p {
	font-size: 1.25rem;
	padding: 0 15vw;
	margin: 0
}
#coffee-bloom-intro img {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	margin: 2.5vw 0 0
}
#coffee-bloom-intro div {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	text-align: left;
	padding-left: 2.5vw;
	margin: 2.5vw 0 0
}
#coffee-bloom-intro div h3 {
	color: var(--brown)
}
#coffee-bloom-intro div p {
	font-size: 1.25rem;
	margin: 0
}

#coffee-bloom-vanner {
	text-align: center;
	background-color: #2b1d14;
	padding: 5vw 25vw
}
#coffee-bloom-vanner img {
	width: 100%;
	margin: 0 0 2.5vw
}

#coffee-bloom-products {
	text-align: center;
	padding: 5vw 5vw 0
}
#coffee-bloom-products h2 {
	font-size: 1.5rem !important
}
#coffee-bloom-products a.add_to_cart_button {
	display: inline-block;
	color: #ff5f00;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 46px;
	background-color: transparent;
	padding: 0 1.5em;
	border: 2px solid;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#coffee-bloom-products a.add_to_cart_button:hover,
#coffee-bloom-products a.add_to_cart_button:focus {
	color: #FFF !important;
	background-color: rgb(255, 95, 0, 0.75) !important;
	border-color: #ff5f00 !important;
}

#coffee-bloom-why {
	text-align: center;
	padding: 5vw 9vw
}
#coffee-bloom-why div {
	display: inline-block;
	position: relative;
	width: calc(50% - 2vw);
	vertical-align: middle;
	background-color: #ff5f00;
	margin: 1vw;
}
#coffee-bloom-why div:nth-of-type(2) {
	background-color: #FFF
}
#coffee-bloom-why div img {
	width: 100%;
	transition: 0.3s
}
#coffee-bloom-why div:hover img,
#coffee-bloom-why div:focus img {
	opacity: 0.5
}
#coffee-bloom-why div p {
	font-size: 1.25rem;
	margin: 0
}
#coffee-bloom-why div:not(:nth-of-type(2)) p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	color: #FFF;
	font-weight: bold;
	padding: 0 25%;
	margin: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s
}
#coffee-bloom-why div:hover p,
#coffee-bloom-why div:focus p {
	opacity: 1
}
#coffee-bloom-why .egr-btn {
	margin: 1vw 0 0
}

#coffee-bloom-shop {
	text-align: center;
	background-color: var(--light-gray);
	padding: 5vw 25vw
}

.wc-block-product-filters__overlay .wp-block-heading {
	font-size: 1.5rem !important
}
.infinite-scroll .woocommerce-pagination {
	display: initial
}
div[id*="infinite-view"] {
	display: none !important
}

#bake-sense-why {
	position: relative;
	text-align: center;
	padding: 5vw 12.5vw 0
}
#bake-sense-why:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0;
	top: 0;
	background-color: var(--brown);
}
#bake-sense-why h2 {
	position: relative;
	color: #FFF
}
#bake-sense-why p {
	position: relative;
	color: #FFF;
	font-size: 1.25rem
}
#bake-sense-why div {
	position: relative;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0 2.5vw
}
#bake-sense-why div img {
	width: 50%;
	margin: 0 0 1rem
}
#bake-sense-why > span {
	display: block;
	position: relative;
	padding: 0 2.5vw
}
#bake-sense-why > span p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 2.5vw;
	font-size: 1.5rem;
	font-family: 'Merriweather',serif;
	font-weight: bold
}
#bake-sense-why p:has(small) {
	color: inherit;
	padding: 0 20vw;
	margin: 2.5vw 0 1rem
}

#bake-sense-inspire {
	padding: 5vw 17.5vw
}
#bake-sense-inspire h3 {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	padding-left: 2.5vw;
	margin: 0
}
#bake-sense-inspire p {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
	font-size: 1.25rem;
	padding: 1rem 2.5vw;
	border-left: 0.25rem solid var(--light-gray);
	margin: 0
}

.woocommerce-account-fields {
	display: none
}
#wc-stripe-upe-form {
	padding: 0;
	border: none
}
#wc-stripe-upe-form .wc-stripe-upe-element {
	margin: 0 0 1rem
}

/* category */
.archive.category .ast-container {
	display: block;
	width: 100%;
	max-width: initial;
	padding: 0 !important;
	margin: 0
}
.archive.category .ast-container #primary {
	padding: 0;
	margin: 0
}
.archive.category .ast-container .ast-archive-description {
	max-width: initial;
	text-align: center;
	padding: 0 0 2.5vw
}
.archive.category .ast-container .ast-archive-description:before {
	content: "";
	display: none;
	width: 100vw;
	height: 21vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.category-aprendizaje-continuo .ast-container .ast-archive-description:before {
	display: block !important;
	background-image: url(/wp-content/uploads/2025/02/categoria-aprendizaje-continuo.jpg)
}
.category-aprendizaje-sobre-panificacion .ast-container .ast-archive-description:before {
	display: block !important;
	background-image: url(/wp-content/uploads/2025/02/categoria-aprendizaje-panificacion.jpg)
}
.category-panaderia-exitosa .ast-container .ast-archive-description:before {
	display: block !important;
	background-image: url(/wp-content/uploads/2025/02/categoria-panaderia-exitosa.jpg)
}
.category-secretos-de-la-panificacion .ast-container .ast-archive-description:before {
	display: block !important;
	background-image: url(/wp-content/uploads/2025/02/categoria-secretos-panificacion.jpg)
}
.archive.category .ast-container .ast-archive-description h1 {
	margin: 2.5vw 0 0 !important
}

.archive.category article {
	padding: 0 5vw 5vw;
	border: none
}
.archive.category article .post-content {
	position: relative;
	padding-left: 40vw;
}
.archive.category article .ast-blog-featured-section {
	position: absolute;
	width: 37.5vw;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0
}
.archive.category article .ast-blog-featured-section * {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover
}
.archive.category article .post-content .entry-meta {
	display: none	
}
.archive.category article .post-content .read-more {
	margin: 1rem 0 0
}
.archive.category article .post-content .read-more a {
	display: inline-block;
	color: #ff5f00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 46px;
	padding: 0 1.5em;
	border: 2px solid;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.archive.category article .post-content .read-more a:hover,
.archive.category article .post-content .read-more a:focus {
	color: #FFF !important;
	background-color: rgb(255, 95, 0, 0.75) !important;
	border-color: #ff5f00 !important;
}

/* entry */
.single-post .site-content .ast-container {
	display: inline-block;
	width: 75%;
	max-width: initial;
	vertical-align: top;
	padding: 5vw;
	margin: 0
}
.single-post .site-content .ast-container #primary {
	margin: 0
}
.single-post .site-content .ast-container h1 {
	text-transform: uppercase;
	margin: 0 0 0.25em !important
}
.single-post .site-content .ast-container h2 {
	margin: 0 0 1rem !important
}
.single-post .site-content .ast-container .wp-block-image {
	width: 100%;
	margin: 0 0 1rem
}
.single-post .site-content .ast-container .wp-block-image img {
	width: 100% !important;
}
.single-post .site-content .ast-container p,
.single-post .site-content .ast-container li {
	font-size: 1.25rem;
	margin: 0 0 1rem
}

.single-post .site-content .wp-block-coblocks-posts {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 5vw 5vw 5vw 0
}
.single-post .site-content .wp-block-coblocks-posts:before {
	content: "Últimos artículos";
	display: block;
	color: #ff5f00;
	font-size: 2.2rem;
	font-family: 'Anton',sans-serif;
  font-weight: bold;
	line-height: 1;
	margin: 3.5rem 0 0.5em
}
.single-post .site-content .wp-block-coblocks-posts a {
	color: #2b1d14;
  font-size: 1.5rem;
  font-family: 'Anton',sans-serif;
  font-weight: bold;
  line-height: 1;
	padding-top: 50%
}
.single-post .site-content .wp-block-coblocks-posts__content {
	display: block
}

.elementor-3321 .elementor-section-wrap>section:first-of-type {
	height: calc(580 * 100vw / 1920);
	padding: 0;
}


/* eventos */
.page-id-5897 {
	background-color: #FFF;
}
.page-id-5897 .ast-container {
	max-width: initial;
	padding: 0 !important;
}

#calendar-header {
	position: relative
}
#calendar-header img {
	width: 100%
}
#calendar-header h1 {
	position: absolute;
	left: 5vw;
	top: 50%;
	color: #FFF;
	font-size: 4rem !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%)
}
#calendar-header h1 big {
	display: block;
	color: #ff5f00;
	font-size: 165%;
	text-shadow: 0 0.05em 0.1em #2B1D14 !important
}

#calendar-intro {
	padding: 5vw 15vw
}
#calendar-intro p {
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.25;
	margin: 0
}
#calendar-intro p big {
	display: block;
	color: #ff5f00;
	font-size: 150%;
	font-family: 'Anton',sans-serif;
	margin: 0 0 1rem
}

.calendar-dates {
	padding: 0 12.5vw 2.5vw
}
.calendar-dates h2 {
	color: #2B1D14;
	text-align: center;
	text-transform: uppercase
}
#calendar-mexico h2 {
	color: #ff5f00;
}
.date {
	display: inline-block;
	position: relative;
	width: 50%;
	vertical-align: top;
	padding: 2.5vw
}
.date img {
	width: 100%;
	border: 1px solid #f1f1f1
}
.date span {
	display: inline-block;
	position: absolute;
	left: 2.5vw;
	top: 2.5vw;
	color: #FFF;
	font-size: 1.5rem;
	font-family: 'Anton',sans-serif;
	line-height: 1.25;
	background-color: #2B1D14;
	padding: 1rem
}
#calendar-mexico .date span {
	background-color: #ff5f00;
}
.date span big {
	display: block;
}
.date h3 {
	color: #2B1D14;
	margin: 2rem 0 1rem !important
}
#calendar-mexico h3 {
	color: #ff5f00;
}
.date p {
	font-size: 1.25rem;
}
.date .egr-btn {
	color: #FFF !important;
	background-color: #2B1D14 !important;
	border-color: #2B1D14 !important
}
#calendar-mexico .date .egr-btn {
	background-color: #ff5f00 !important;
	border-color: #ff5f00 !important
}

@media (max-width: 767px) {
	.ast-separate-container #primary {
		padding: 0
	}
	
	.egr-btn {
		line-height: 38px;
		border-width: 1px
	}
	
	.whatsapp {
		width: 48px;
		height: 48px;
		left: 2.5vw;
		bottom: 2.5vw
	}
	.whatsapp.hovered p {
		font-size: 2rem
	}
	.whatsapp-contact {
		left: calc(2.5vw + 24px);
  	bottom: calc(2.5vw + 24px);
	}
	.whatsapp-contact .frm_form_field input {
		line-height: 38px
	}
	.whatsapp-contact .frm_button_submit {
		line-height: 38px !important
	}
	
	#masthead div:has(> .site-header-section) {
		display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	width: 100%;  
		padding: 0 5vw !important
	}
	#masthead .ast-primary-header-bar {
		padding: 5px 0 !important
	}
	#masthead .ast-primary-header-bar .site-branding {
		margin: 0
	}
	#masthead .ast-primary-header-bar .site-logo-img img {
		width: 50px
	}
	#masthead .site-header-primary-section-right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: end
	}
	#masthead .ast-header-woo-cart {
		display: none
	}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		font-size: 1.5rem;
		padding: 0 5vw
	}
	.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
		width: 5vw;
		right: 0;
		padding: 0
	}
	.ast-header-break-point .ast-icon.icon-arrow svg {
		margin: 15px 0
	}
	
	.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
		width: 48px;
		font-size: 1rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		line-height: 48px;
		padding: 0
	}
	.ast-builder-menu-1 .menu-item > .menu-link {
		font-size: 1.5rem;
		line-height: 40px;
		padding: 0 1rem !important
	}
	
/*
 * FOOTER */
	.row-egr:nth-child(1) {
	flex-direction: column
	}
	.row-egr:nth-child(1) .column-egr:nth-child(1) {
		width: auto
	}
	.row-egr:nth-child(1) .column-egr:nth-child(2) {
		width: auto
	}
	.row-egr:nth-child(3) {
		flex-wrap: wrap;
	}
	.row-egr:nth-child(3) .column-egr:nth-child(1) {
		width: 49%;
	}
	.row-egr:nth-child(3) .column-egr:nth-child(1) {
		order 1;
	}
	.row-egr:nth-child(3) .column-egr:nth-child(2) {
		order: 2;
	}
	.row-egr:nth-child(3) .column-egr:nth-child(3) {
		order: 4;
		width: auto;
		flex-wrap: nowrap;
		padding: 4vw 0;
	}
	.row-egr:nth-child(3) .column-egr:nth-child(4) {
		order: 3;
		width: 49%;
		padding: 0 0 0 2vw; 
		align-items: end;
		justify-content: center
	}
	
	.page-id-5342 .site-content .wp-block-coblocks-posts {
		padding: 0 2.5vw
	}
	.view-all-entries a.wp-block-button__link {
		line-height: 38px;
		border-width: 1px
	}
	
	.single-courses .ast-container {
		padding: 0 !important
	}
	.single-courses .tutor-wrap {
		padding: 5vw !important
	}
	
	#coffee-bloom-intro,
	#coffee-bloom-vanner,
	#coffee-bloom-shop {
		padding: 5vw
	}
	#coffee-bloom-intro > img {
		display: block;
		margin: 2.5vw auto
	}
	#coffee-bloom-intro div {
		width: 100%;
		padding: 0
	}
	#coffee-bloom-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	#coffee-bloom-products a.add_to_cart_button {
		line-height: 38px;
		border-width: 1px
	}
	#coffee-bloom-why {
		padding: 5vw 4.5vw
	}
	#coffee-bloom-why div {
		width: calc(50% - 1vw);
		margin: 2.5vw 0.5vw
	}
	#coffee-bloom-why div h2 {
		font-size: 1.5rem !important
	}
	#coffee-bloom-why div:not(:nth-of-type(2)) p {
		padding: 0 5vw
	}
	#bake-sense-why {
		padding: 5vw 2.5vw
	}
	#bake-sense-why:before {
		height: 66.67%
	}
	#bake-sense-why div {
		width: 50%;
		padding: 2.5vw
	}
	#bake-sense-why div img {
		width: 33.34%
	}
	#bake-sense-why > span p {
		padding: 0 15vw
	}
	#bake-sense-why p:has(small) {
		padding: 0 12.5vw
	}
	#bake-sense-inspire {
		padding: 5vw 2.5vw
	}
	
	.tutor-nav {
		display: block;
		letter-spacing: -1em;
	}
	.tutor-nav-item {
		display: inline-block !important;
		width: calc(100% / 3);
		vertical-align: bottom;
		letter-spacing: initial
	}
	.tutor-nav-item a {
		display: block;
		text-align: center;
		line-height: 48px !important;
		padding: 0 !important
	}
	.tutor-nav-item:nth-of-type(1) a {
		line-height: 15px !important;
		padding: 9px 0 !important
	}
	.tutor-nav-more {
		display: none !important
	}
	.tutor-btn {
		font-size: 1.25rem;
		margin-top: 0 !important
	}
	
	.archive.category .ast-container .ast-archive-description {
		padding: 0 0 5vw
	}
	.archive.category .ast-container .ast-archive-description:before {
		height: 40vw;
		background-size: cover
	}
	.archive.category .ast-container .ast-archive-description h1 {
		margin: 5vw 0 0 !important
	}
	.archive.category article .post-content {
		padding: 0
	}
	.archive.category article .ast-blog-featured-section {
		position: relative;
		width: 100%;
		margin: 0 0 5vw
	}
	.archive.category article .post-content .read-more a {
		line-height: 38px;
		border-width: 1px
	}
	
	.single-post .ast-container {
		width: 100%
	}
	
	#calendar-header h1 {
		top: initial;
		bottom: 2.5vw;
		font-size: 2.5rem !important;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none
	}
	#calendar-intro {
		padding: 5vw
	}
	.calendar-dates {
		padding: 0 2.5vw 2.5vw
	}
	.calendar-dates h2 {
		margin: 5vw 0 2.5vw !important
	}
	.date {
		width: 100%;
		text-align: center
	}
	
}
