	@media only screen and (max-width: 1100px) {

	.alignfull{
		border-radius: 0px !important;
	}
	.wp-block-columns.tres-columnas-home {
    	grid-template-columns: 1fr;
  	}

  h1{
  	font-size: 40px	!important;
  }

  h3{
  	font-size: 26px !important;
  }

  h4{
  	font-size: 22px !important;
  }

  p{
  	font-size: 16px !important;
  }

	/*Header*/

	.logo {
		display: flex;
		flex-direction: unset;
		gap: 0px;
		padding-left: 0px;
		align-items: start;
		padding-bottom: 0px;
	}

	.menu-main {
		display: none;
	}

	.menuOpen {
		cursor: pointer;
		position: relative;
	}
	
	.menuOpen > div {
		width: 40px;
		height: 2px;
		background-color: #000;
		border-radius: 1px;
		margin: 6px 0;
		transition: 0.4s;
	}
	.menuOpen.active > div:nth-child(1) {
		transform: rotate(-45deg) translate(-6px, 6px);
	}
	.menuOpen.active > div:nth-child(2) {
		opacity: 0;
	}
	.menuOpen.active > div:nth-child(3) {
		transform: rotate(45deg) translate(-6px, -6px);
	}

	.mobile-menu {
		width: 100%;
		height: 100%;
		background-color: #ffffffc7;
		opacity: 0;
		transform: translateY(-50px);
		transition: all 500ms ease;
		pointer-events: none;
		position: fixed;
		top: 85px;
		/*left: 0;*/
		right: 0;
		bottom: 15px;
		z-index: 9;
	}
	.mobile-menu.active {
		display: block;
		opacity: 1;
		transform: translateY(0);
		pointer-events: all;
	}
	.mobile-menu > div {
		justify-content: center;
		align-items: start;
		position: absolute;
		right: 20px;
		top: 20px;
		left: 45px;
	}

/*	#menu-principal-1 {
		display: flex;
		list-style: none;
		gap: 25px;
		flex-direction: column;
		font-size: 20px;
		margin: 0;
		padding: 0;
	}*/

	.menu {
		display: flex;
		list-style: none;
		gap: 25px;
		flex-direction: column;
		justify-content: center;
		align-items: end;
		font-size: 20px;
		padding-left: 0;
	}
	.sub-menu {
		display: none;
		position: fixed;
		list-style: none;
		background-color: #FFFFFFC7;
		padding: 20px;
		width: 100%;
		right: 0px;
		top: 1px;
		height: 100%;
		border-radius: 0px;
  	border: none;
  	margin-top: 0px;
	}

	.back-to-menu-btn{
	    display: block !important;
	}

	.back-to-menu-btn img {
		width: 30px;
		transform: rotate(-180deg);
	}


	.menu-item.submenu-open > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.headcontact-mobile {
	    display: flex;
	    gap: 0px;
	    bottom: 15px;
	    font-size: 20px;
	    flex-direction: column;
	}

	.wp-container-core-group-is-layout-5c4e9ce4 {
	    gap: 5px;
	    flex-direction: column;
	    align-items: flex-start !important;
	    justify-content: flex-start;
	}

}	

@media only screen and (max-width: 768px) {

	:root{
		--wp--preset--font-size--small: 14px;
		--wp--preset--font-size--medium: 16px;
	}

	:root :where(.is-layout-flow) > h1, :root :where(.is-layout-flow) > h2, :root :where(.is-layout-flow) > h3, :root :where(.is-layout-flow) > h4, :root :where(.is-layout-flow) > h5, :root :where(.is-layout-flow) > h6 {
		margin-block-end: 2rem;
	}

	.h3-especial, h3{
		font-size: 35px !important;
	}

	.event-day {
		font-size: 35px !important;
	}

	.event-arrow{
		display: none !important;
	}
	img{
	    max-width: 100%;
	}

	.wp-site-blocks {
	    width: 100%;
	    overflow-x: hidden;
	}


	#header #logo {
		padding-left: 0px;
		margin-top: 0px;
		width: 350px;
	}

	.wpcf7{
  		max-width: 100% !important;
  		position: relative;
	}
	   
	.imgmobile{
		min-height: 200px !important;
		background-size: cover !important;
	}

	#iconoaula {
		margin-left: 0px;
		width: 35px;
		margin-right: 35px;
	}

	.izqmenu span{
		display: none;
	}

	.menu-topbarmenu{
		display: flex;
	}

	.subheader {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 25px;
	}

	.izqmenu span{
		font-size: 18px;
		text-align: center;
	}

	.img-services img {
		width: 300px;
		height: 150px !important;
	}
	.order-1{
		order: 1;
	}

	.order-2{
		order: 2;
	}


	.bucle-responsive{
		display: flex !important;
		flex-direction: column;
	}

  /*Blog*/

  .post-content {
  	flex-direction: column;
  }

  .post-thumbnail img, .img-event img{
  	aspect-ratio: 3/2;
  	margin-top: 25px;
  	object-fit: contain;
  }


  .post-thumbnail img, .img-event img {
		height: 25vh;
    margin-top: 25px;
    object-fit: cover;
  }


  /*EVENTOS*/

  .info-evento {
  	display: flex;
  	justify-content: start;
  	align-items: inherit;
  	gap: 10px;
  	margin: 50px 0px;
  	flex-direction: column;
  }

	/*FOOTER*/

	#footer div.wp-block-columns{
		gap: 2vh !important;
	}

	/* Forzar alineación a la izquierda en móviles */
  .footer,
  .footer .wp-block-column,
  .footer .wp-block-heading,
  .footer p,
  .footer .wp-block-group,
  .footer .wp-block-navigation,
  .footer .wp-block-navigation__container,
  .footer .wp-block-navigation-item,
  .footer .wp-block-navigation-link,
  .footer .wp-block-navigation-item__content {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  /* Anula clases auto-generadas que meten alineación a la derecha */
  .has-text-align-right {
    text-align: left !important;
  }

  .is-content-justification-right {
    justify-content: flex-start !important;
  }

  .items-justified-right {
    justify-content: flex-start !important;
  }

  .cta {
      gap: 45px;
  }

  .legal {
    flex-direction: column-reverse;
    align-items: end;
    gap: 5px;
	}

	.item1{
		order: 2;
	}
	.item2{
		order: 1;
	}

	.heromovil{
		min-height: 30vh !important;
	}

	.proyectos {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0px;
		flex-direction: column;
	}

	.templo {
		padding: 25px;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}

	.bottom-bar {
		padding: 30px 20%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}

	.event-responsive {
		display: flex;
		flex-direction: column;
		gap: 15px;
		justify-content: center;
		align-items: start;
		width: 100% !important;
	}

	.event-card {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--black);
		padding: 5px;
		margin: 5px;
		text-decoration: none;
		color: var(--black);
		transition: background 0.3s ease;
		width: 100% !important;
	}

	.event-arrow{
		display: none;
	}

	.contador-card {
		width: 220px;
		height: auto;
		border-radius: 8px;
		transform: skewX(-10deg);
	}

	.contador-title {
		font-size: 22px !important;
	}

	.contador-number {
		font-size: 50px !important;
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.home-products {
		display: flex;
		gap: 30px;
		align-items: center;
		flex-direction: column;
	}

	.cta-form-column p{
	    display: flex;
	    flex-direction: column;
	    gap: 5px;
	}   
	
	.cta-form-column {
		width: auto;
	}

	.centraimg {
		display: flex;
		justify-content: center;
	}

	.columnas-product {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 25px;
	}

	.columna-product {
		width: 100%;
	}
	.acortalistas1{
		padding-bottom: 0px !important;
	}
	.acortalistas2{
		padding-top: 0px !important;
	}

	.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat {
		border: 0;
		flex: 1;
		margin: 0 0 1em !important;
		padding: 0 1em !important;
		width: 50%;
	}

	.woocommerce-MyAccount-navigation ul {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding-left: 0;
	}

	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
		border: 0px solid #cfc8d8;
		padding: 0px;
		margin: 2em 0;
		text-align: left;
		border-radius: 5px;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.woo-float-carrito {
	    position: fixed;
	    right: 30px;
	    bottom: 30px;
	    z-index: 10;
	}

	#header #logo {
	    width: 150px;
	    padding-left: 0px;
	    margin-top: 0px;
	    margin-left: 20px;
	}

	.main-navigation {
		width: 90%;
		left: 30px;
	}

	.close-bars {
		position: initial; 
	}

	.wp-site-blocks {
		width: 100%;
		overflow-x: hidden;
		margin-top: 85px !important;
	}

	h1{ 
		font-size: 30px !important;
	}

	.h2-especial, h2{
		font-size: 25px !important;
	}

	.h3-especial, h3{
		font-size: 22px !important;
	}

	h4{
		font-size: 20px !important;
	}

	p {
		font-size: 16px !important;
	}

	.valores-mobile{
		font-size: 35px !important;
	}

	.header-mobile{
		min-height: 20vh !important;
	}

	.alturamovil{
		min-height: 300px !important;
	}

	.cta {
	    gap: 25px;
	    flex-direction: column;
	}

	.templo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: baseline;
		padding: 25px;
		gap: 25px;
	}

	.contacto {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: start;
	}

	.legal {
		flex-direction: column-reverse;
		align-items: start;
		gap: 10px;
		font-size: 16px;
	}
		.contador-card {
		width: 220px;
		height: 220px;
		border-radius: 8px;
		transform: skewX(-10deg);
	}

	.contador-title {
		font-size: 22px !important;
	}

	.contador-number {
		font-size: 50px !important;
		display: flex;
		align-items: center;
		justify-content: end;
	}

	.home-products {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	    align-items: baseline;
	}

	.event-card{
		flex-direction: column;
	}

	.event-date {
		margin-right: 0px; 

	}

	.curso-responsive{
		display: flex;
		flex-direction: column;
	}

	.cta-proyectos{
		padding: 0 !important;
		margin: 0 !important;
	}

	.cta-formacion{
		border-radius: 8px !important;
		padding: 30px 20px !important;

	}

	.logos-mobile {
		margin-top: 20px !important;
		margin-bottom: 0px !important;
		padding: 5px !important;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px !important;
	}

	.dasci-mobile {
		margin-top: 30px !important;
		margin-bottom: 45px !important;
	} 

	.img-mobile img {
		width: 100%;
		height: 350px !important;
	}

	.contacto-mobile{
		padding: 10px !important;
	}

	.experienciamatchmaking {
		font-size: 22px !important;
	}

	.img-curso img {
		border-radius: 8px;
		object-fit: cover;
		width: 150px;
		height: 100px !important;
	}

	.movil-spacing{
		padding: 30px 10px !important;
		gap: 10px !important;
	}

	.info-prot-datos{
		max-width: 100% !important;
		font-size: 11px !important;
	}

	.event-img img {
		width: 500px !important;
		object-fit: cover;
		border-radius: 8px;
		align-content: center;
		margin: 15px auto;
	}

	.event-order1{
		order: 1;
	}

	.event-order2{
		order: 2;
	}
	.event-order3{
		order: 3;
	}

}