/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

/* Common styles 6 Utility */

html body{
	font-family: "Poppins", sans-serif;
	background-color: #fff;
}
.mobBtn , .mobLogo{
	display: none;
}
.mobBtn img {
	width: 45px;
	margin-top: 12px;
}
html h2 {
	text-transform: uppercase;
	font-size: 75px;
	margin: 0px;
	font-weight: 600;
}
html h3 {
	color: #333;
	margin: 0px;
	margin-bottom: 12px;
}
.verticalBottom{
	display: flex;
	align-items: end;
}

.container-narrow {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.separator{
	width: 100%;
	padding: 1.5rem 0;
}
/* Menu */
.closeMenu{
	display: none !important;
}
.enverdimLogo{
	width: 80px;
	margin-left: 50px;
}
.logoHolder {
	align-items: center;
	display: flex;
}
.menuHolder{
    display: block;
    text-align: right;
    left: 0px;
    top: 0px;
    width: 100%;
	background-color: #ffffffde;
    position: fixed;
	z-index: 10000;
}
.menuImpostor {
	height: 100px;
}
.menu {
	display: flex;
	justify-content: end;
	height: 100px;
	align-content: center;
	z-index: 10000;
}
.menu a {
	display: flex;
	/* justify-content: center; */
	text-decoration: none;
	margin-right: 25px;
	color: #333;
	font-weight: bold;
	width: auto;
	align-items: center;
	cursor: pointer;
}

/* Header */

.enverdimHeader {
    background-color:#43624f;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: inset rgba(0,0,0,0.8) 0px 0px 35px 14px;
	background-position-y:0px ;
	flex-flow: column;
}
.enverdimHeader h1 {
	text-align: center;
	font-size: clamp(24px, 14vw, 200px);
	color: white;
	font-weight: 400;
}
.banyoles {
	color: white;
	display: block;
	clear: both;
	width: 100%;
	font-size: clamp(20px, 3vw, 100px);
	text-align: center;
}



/* Que es */

.queEsIcons:first-child {
	margin-left: 0px;
}
.queEsIcons:last-child {
	margin-right: 0px;
}

.queEsIconHolder {
	display: flex;
}

.queEsIcons {
	width: 18%;
	margin: 1.2%;
	/* text-align: center; */
	background: #476854;
	padding: 2%;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}
.queEsIcons img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	clear: both;
	display: block;
}

/* Mira */


.miraText {

}

.ImgDiff{
	display: block;
	margin: 0 auto;
}
.carrousel{
	max-width: 720px;
	margin: 0 auto;
}
.carrouselBtns {
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	justify-content: space-between;
}
.carrouselBtns button {
	border: none;
	border-radius: 20%;
	height: 40px;
	width: 40px;
	margin: 10px;
	font-weight: bold;
	display: block;
	font-size: 25px;
}
.carrouselBtns button:hover {
    background: #476854;
    color: #fff;
}

.ImgDiff {
    position: relative;
}
/* Compromis */

.bgGreen {
	color: white;
	background-color: #476854;
	border-radius: 5px;
}

html .bgGreen h3 {
	color:white
}

.bgGreen .col {
	padding: 40px 100px;
}
.compromis ul{
	padding-left: 0px;
}
.compromis li {
	margin: 20px;
}



/* Sol·licitar */

.solicitarCol {
	text-align: center;
	margin: 0 auto;
	display: block;
	min-height: 100%;
}
.solicitarCol img {
	width: 150px;
	height: auto;
	margin: 0px auto 25px;
}


.pas {
	font-size: 80px;
	display: inline-block;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #476854;
}
.pasHolder {
	clear: both;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.passText {
	display: inline-block;
	width: 80%;
}
.seccion{
	padding: 50px 0px;
}
.footer {
	background-color: #476854;
	color: white;
	box-shadow: black 0px 0px 10px 0px;
	overflow: hidden;
	max-height: 550px;
}
.footer h3{
	color: white !important;
	line-height: 50px;
	font-size: 20px;
}
.footer .seccion{
	position: relative;
	z-index: 10;
}
.massiveEnverdim {
	position: relative;
	font-size: 429px;
	/* overflow: hidden; */
	left: -113px;
	top: -125px;
	line-height: 287px;
	z-index: 0;
	font-weight: bold;
	color: #43624f;
}
/* Responsive fixes */


/* Max width 991px (tablets + small laptops) */
@media (max-width: 991px) {
		.queEsIconHolder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.queEsIcons {
		width: 30%;
		margin: 1%;
		padding: 2%;
	}
		.footer {
		max-height: none;
	}
	.massiveEnverdim{
		display: none;
	}
}

/* Max width 767px (phones + small tablets) */
@media (max-width: 767px) {

.separator{
	width: 100%;
	padding: 0.75rem 0;
}
	.closeMenu{
		display: block !important;
	}
	.menuHolder {
		height: 75px;
	}
	.menuImpostor {
		height: 75px;
	}
	.enverdimLogo {
		width: 60px;
		margin-left: 10px;
		margin-top: 5px;
	}
	.menu {
		display: none;

	}
	.menu.active {
		display: flex;
		justify-content: center;
		align-content: center;
		width: 100%;
		position: fixed;
		height: 100vh;
		background: white;
		flex-direction: column;
		top: 0px;
		left: 0px;
		align-items: center;

	}
	.menu a {
		display: flex;
		/* justify-content: center; */
		text-decoration: none;
		margin-right: 25px;
		color: #333;
		font-weight: bold;
		width: auto;
		align-items: center;
		font-size: 40px;
		line-height: 230%;
	}
	.enverdimHeader {
		height: 50vh;
	}
	
	.enverdimHeader h1 {
		font-size: 60px;
	}
	
	html h2 {
		font-size: 50px;
	}
	
	.queEsIconHolder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.queEsIcons {
		width: 48%;
		margin: 1%;
		padding: 2%;
	}

	.queEsIcons:first-child,.queEsIcons:last-child {
		margin: 1%;
	}
	html .py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.solicitarCol {
		margin: 0 auto 10px;
		min-height: auto;
	}
	.pas {
		display: block;
		margin: 0 auto;
	}

	.mobBtn,.mobLogo{
		display: block;
	}
}





