a.twitter-perfil {
    font-size: 14px;
}

a.twitter-perfil img {
    height: 15px;
    width: auto;
	margin-bottom: 3px;
}

.wp-block-column p {
    margin-bottom: 1.5em;
}

.grecaptcha-badge {
    display: none ;
}

body.page-id-33 .grecaptcha-badge {
	display: unset !important ;
}

body.terrenys-template-default .grecaptcha-badge {
	display: unset !important ;
}

body.wp-custom-logo.hfeed .grecaptcha-badge {
	display: unset !important ;
}


@media screen and (min-width: 350px) and (max-width: 728px) {
	.equip-general {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 35px 15px;
		}
	
	.flex-dos-columnes{
		display:flex;
		gap:15px;
		}
}

@media screen and (max-width: 950px) {
	ul.sub-menu {
		display: block;
	}
	
	ul.sub-menu a {
		font-weight: 300;
		font-size: 20px;
	}
	
	ul.menu li:hover ul {
		margin-left: 1.5em;
	}
	
	
}