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

	:root{
		--wp--preset--font-size--extra-large: 32px !important;
		--wp--preset--font-size--medium: 16px !important;
	}

	body.home h1.wp-block-heading{
		font-size: 64px !important;
	}

	h2.has-extra-large-font-size {
		font-size: 48px !important;
		font-weight: 400 !important;
		line-height: 1em;
	}

}


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

	#inputsearch {
	    padding: 15px 10%;
	    text-align: center;
	}

	footer .container{
	    grid-template-columns: repeat(3, 1fr);
	}

	footer .container div:last-child {
	    text-align: left;
	}

}


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

	header {
		height: 75px;
	}

	header {
		width: 100%;
		display: flex;
		align-items: center;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		justify-content: space-between;
		gap: 1px;
		box-shadow: none !important;
		background: white;
	}

	body.home main {
		padding-top: 75px;
	}

	header #btn-menu {
		z-index: 999;
		width: 35px;
		height: 32px;
		padding: 0;
		border: 0;
		background-color: transparent;
		display: flex;
		gap: 8px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		cursor: pointer;
	}

	header #btn-menu span,
	header #btn-menu::before,
	header #btn-menu::after{
	  background-color: black !important;
	}

	header #btn-menu span,
	header #btn-menu::before,
	header #btn-menu::after {
		content: '';
		width: 100%;
		height: 2px;
		transition: all 280ms ease;
		position: absolute;
		left: 0;
	}

	header #btn-menu::before {
		top: 5px;
	}

	header #btn-menu::after {
		bottom: 5px;
	}

	header.open #btn-menu span {
		background-color: black;
		opacity: 0;
	}

	header.open #btn-menu::before {
		background-color: black;
		transform: rotate(45deg);
		top: 50%;
	}

	header.open #btn-menu::after {
		background-color: black;
		transform: rotate(-45deg);
		top: 50%;
	}

	header #menu-principal {
		right: -100%;
		gap: 65px;
		display: flex;
		position: fixed;
		flex-direction: column;
		background-color: white;
		top: 50px;
		width: 100%;
		min-height: calc(50vh - 95px);
		align-items: center;
		justify-content: center;
		transition: all 300ms ease;
	}

	header #logo {
		width: 160px;
	}
	header #logo span{
		display: none;
	}

	header.open #menu-principal {
		right: 0;
	}

	header #menu-principal a {
		font-size: 28px;
		font-weight: 300;
	}

	header .buttons {
		gap: 1px;
		margin-right: 5px;
		background-color: white;
	}

	div.trabajamos > div{
		text-align: center;
	}

	body .swiper-wrapper.is-layout-grid li{
		max-width: 330px;
	}	

	.wp-block-latest-posts.is-grid li {
		margin: 0 0 1.25em 0;
		width: 100%;
	}

	footer .container{
	    grid-template-columns: repeat(2, 1fr);
	}

	header .menu, header .menu li, header .menu a {
		display: flex;
		align-items: center;
		height: 15% !important;
		list-style: none;
		position: relative;
	}

	.portadaresponsive {
	    min-height: 50vh !important;
	    padding-top: 40px !important;
	    padding-right: 40px !important;
	    padding-bottom: 40px !important;
	    padding-left: 40px !important;
	    background-image: url('https://montblanc.185-50-45-77.plesk.page/wp-content/uploads/2025/06/Banner_Home_Montblanc_134025.jpg');
	    background-size: contain !important;
	    background-repeat: no-repeat !important;
	    background-attachment: scroll !important;
	}

}

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

	footer .container{
	    grid-template-columns: repeat(1, 1fr);
	}

	#inputsearch {
	    padding: 15px 0px;
	    text-align: center;
	    width: 25%;
	}
	.btn-search {
		padding: 10px 30px;
	}

	#iconlupa {
		width: 30px;
	}

}
