.off-canvas-wrapper {
	display: none;
}

/*--------------Desktop Header------------------------*/

body {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

p {
font-family: "Noto Sans", sans-serif;
}


.deskHeader {
	background-color: #708E32;
	background: linear-gradient(0deg, var(--GREEN, #708E32) 0%, #708E32 39.9%, var(--DK-GREEN, #3D4C1E) 100%);
	display: flex;
	align-items: center;
	height: 10vw;
	
	
	.headerLogo {
		width: 15vw;
		margin-left: 10vw;
		margin-right: 8vw;
		margin-top: 6vw;
		position: relative;
		z-index: 1;
	}
	
	.headerMenu {
		width: 50vw;
		display: flex;
		justify-content: space-between;
		text-transform: uppercase;
		color: white;
		padding-top: 3vw;
		font-family: agency-fb, sans-serif;
		font-size: clamp(21px, 1.5vw, 45px);
		font-weight: 700;
		a {
			color: white;
		}
	}
	
	.headerContact {
		width: 6vw;
		height: 5vw;
		margin-top: 3vw;
		margin-left: 4vw;
		border: 3px solid #F2E0C4;
		border-radius: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		
		img {
			width: 2.5vw;
		}
	}
}

/*-----------------------------Footer------------------*/
.footer {
	background-color: #708E32;
	background: linear-gradient(180deg, var(--GREEN, #708E32) 0%, #708E32 39.9%, var(--DK-GREEN, #3D4C1E) 100%);
	color: #F2E0C4;

	
	.footerLogo {
		width: 20vw;
	}
	
	.upper {
		display: flex;
		margin-left: 40vw;
		padding-bottom: 3vw;
		padding-top: 3vw;
		align-items: center;
	}
	
	.footerIcons {
		display: flex;
		justify-content: space-between;
		height: 5vw;
		width: 10vw;
		border-top: 1px solid #F2E0C4;
		border-bottom: 1px solid #F2E0C4;
		align-items: center;
		padding-left: 1.5vw;
		padding-right: 1.5vw;
		margin-left: 12vw;
		
		img {
			height: 3vw;
		}
	}
	
	.footerMenu {
		font-family: agency-fb, sans-serif;
		color: white;
		font-size: clamp(18px, 1.25vw, 40px);
		text-transform: uppercase;
		width: 50%;
		margin: auto;
		display: flex;
		justify-content: space-between;
			a {
				color: #F2E0C4;
				
			}
	}
	
	.horizontalSpacer {
		background: #F2E0C4;
		height: 1.5px;
		width: 40vw;
		margin: auto;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	
	.footerCopy {
		text-align: center;
		color: #F2E0C4;
		font-size: 0.8vw;
		font-family: agency-fb, sans-serif;
		padding-bottom: 1vw;
		
		a {
			color: #F2E0C4;
		}
	}
}

/*---------------Truck types View-------------------*/
.truck-types-view {
	background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
	background-position: 0 500px, center center;
	background-size: cover;
	padding-top: 6vw;
	padding-bottom: 6vw;

.views-row:nth-child(even) .truck-type-main {
	flex-direction: row-reverse;
}

.truck-type-main {
	display: flex;
		img {
			border-radius: 10px;
			filter: drop-shadow(2px 4px 6px black);
		}
}

.views-row {
	width: 80%;
	margin: auto;
	padding: 2vw 0;
}

}

.truck-type-sub {
	margin-left: 2vw;
	padding-top: 1vw;
	width: 65vw;
	font-size: clamp(25px, 1.25vw, 35px);
	font-family: "Noto Sans", sans-serif;
		a {
			color: #3D4C1E;
			font-size: clamp(20px, 1.85vw, 40px);
			font-weight: 700;
			font-family: agency-fb, sans-serif;
		}
}

.darkDouble {
	width: 20vw;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
}

.teamFooter {
	text-align: center;
}

.logoBorder {
	padding: 1vw;
	border: 3px solid #3D4C1E;
	border-radius: 8px;
	width: 4.5vw;
	height: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	]
	img {
		width: 3vw;
	}
}


#block-cirrocumulus-views-block-team-members-section-block-1, #block-cirrocumulus-views-block-repustos-top-section-block-1 {
	padding: 4vw 15vw;
	text-align: center;
	background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
	background-position: 0 28vw, center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	h3 {
		font-size: clamp(30px, 2vw, 45px);
		color: #3D4C1E;
		font-family: agency-fb, sans-serif;
	}
	
	.teamMember {
		width: 18vw;
		margin: auto;
		img {
			border-radius: 10px;
			filter: drop-shadow(2px 4px 6px black);
		}
	
	}
	
	.memberName {
		margin-bottom: 0;
		font-size: clamp(30px, 2vw, 45px);
		color: #3D4C1E;
		font-family: agency-fb, sans-serif;
		font-weight: bold;
		
	}
	
	a {
		color: #3D4C1E;
		font-family: agency-fb, sans-serif;
		font-weight: bold;
	}
	
	.memberPosition {
		margin-top: 0.35vw;
		font-size: 25px;
		font-family: "Noto Sans", sans-serif;
		
	}
	
	.aboutParagraph {
		font-size: clamp(25px, 1.25vw, 35px);
		font-family: "Noto Sans", sans-serif;
	}
}

#block-cirrocumulus-views-block-repustos-top-section-block-1 {
	background-position: 0 -7vw, center center;
	padding: 4vw 8vw;
	
	.aboutParagraph {
		width: 60vw;
		margin: auto;
		margin-bottom: 3vw;
	}
	
	.teamFooter {
		margin-top: 2vw;
	}
}

.homeTop {
	height: 18vw;
	min-height: 380px;
	text-align: center;
	margin-top: -5px;
	padding-bottom: 5vw;
	padding-top: 4vw;
	background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
	background-position: 0 54vw, center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	
		.welcome {
			margin-bottom: 0.25vw;
		}
		
		h6 {
			font-size: 30px;
			font-weight: normal;
			margin-bottom: 0;
			font-family: "Noto Sans", sans-serif;
		}
	
		 p {
			 width: 60vw;
			 margin: auto;
			 margin-top: 0.25vw;
			 font-size: clamp(25px, 1.25vw, 35px);
			 padding-bottom: 2.5vw;
		 }
}

.greenButtonDark {
	background-color: #3D4C1E;
	color: white;
	padding: 1vw 3vw;
	border-radius: 12px;
	font-size: clamp(25px, 1.25vw, 35px);
	font-family: agency-fb, sans-serif;
	filter: drop-shadow(2px 4px 6px black);
}

.homeDark {
	background-color: #3D4C1E;
	padding-top: 5vw;
	color: white;
	
	h4 {
		font-family: agency-fb, sans-serif;
		font-size: 40px;
		margin-bottom: 0;
		margin-top: 1vw;
	}
	
	.triple {
		display: flex;
		width: 70%;
		margin: auto;
		text-align: center;
	}
	
	.verticalSpacer {
		width: 2px;
		background-color: #F2E0C4;
		margin-top: 2vw;
	}
	
	.camionesInicio, .repuestosInicio, .tallerInicio {
		width: 20vw;
		margin: auto;
		
		p, a {
			font-family: "Noto Sans", sans-serif;
			font-size: clamp(25px, 1.25vw, 35px);
			color: white;
		}
	
		img {
			height: 5vw;
			width: auto;
		}
	}
	
	.logoBorder {
		border-color: #F2E0C4;
	}
	
	.darkDouble {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
}

.mapSection {
	position: relative;
	/*z-index: 1;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8vw 0;
	background-image: url(/sites/default/files/2025-10/mapback_0.jpg);
	background-size: 150%;
	background-position: center;
	background-repeat: no-repeat;
	
		h4 {
			font-family: agency-fb, sans-serif;
			font-size: clamp(30px, 1.75vw, 45px);
			color: #708E32;
			width: 35vw;
			margin: auto;
			text-align: center;
			/*margin-bottom: 0;
			margin-top: 1vw;*/
		}
}

.mapSection:after {
	content: "";
	background-image: url(/sites/default/files/2025-10/dualtracks.png);
	background-size: 100%;
	background-position: 8px 115px;
	background-repeat: no-repeat;
	position: absolute;
	/*z-index: 2;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hearth {
	background-color: #E5C085;
	height: 5.5vw;
	margin-top: -5.5vw;
	position: relative;
	z-index: 5;
	padding-bottom: 0.5vw;
	border-radius: 0 0 12px 12px;
	clip-path: polygon(100% 100%, 0% 100% , 0.00% 46.00%, 2.00% 47.08%, 4.00% 48.13%, 6.00% 49.15%, 8.00% 50.15%, 10.00% 51.11%, 12.00% 52.05%, 14.00% 52.95%, 16.00% 53.82%, 18.00% 54.66%, 20.00% 55.46%, 22.00% 56.22%, 24.00% 56.94%, 26.00% 57.63%, 28.00% 58.27%, 30.00% 58.87%, 32.00% 59.43%, 34.00% 59.95%, 36.00% 60.43%, 38.00% 60.86%, 40.00% 61.24%, 42.00% 61.58%, 44.00% 61.88%, 46.00% 62.13%, 48.00% 62.33%, 50.00% 62.48%, 52.00% 62.59%, 54.00% 62.65%, 56.00% 62.67%, 58.00% 62.63%, 60.00% 62.55%, 62.00% 62.42%, 64.00% 62.25%, 66.00% 62.02%, 68.00% 61.75%, 70.00% 61.44%, 72.00% 61.08%, 74.00% 60.67%, 76.00% 60.22%, 78.00% 59.73%, 80.00% 59.19%, 82.00% 58.61%, 84.00% 57.99%, 86.00% 57.33%, 88.00% 56.63%, 90.00% 55.88%, 92.00% 55.11%, 94.00% 54.29%, 96.00% 53.44%, 98.00% 52.56%, 100.00% 51.64%);

}

.mapBackground {
	background-color: #F2E0C4;
	padding: 0 2vw;
	margin-top: 6vw;
	position: relative;
	z-index: 3;
}

iframe {
	margin-top: -4vw;
	filter: drop-shadow(2px 4px 6px black);
	border-radius: 12px 12px 0 0;
	position: relative;
	z-index: 4;
}

.lastBlock {
	background-image: linear-gradient(180deg, #000 0%, rgba(102, 102, 102, 0.00) 100%), url(/sites/default/files/2025-10/nosara.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vw;
	display: flex;
	justify-content: center;
	border-bottom: 8px solid white;
	
}

.lastContent {
	margin-top: 4vw;
}

.servirles {
	color: #F2E0C4;
	text-align: center;
	font-size: clamp(50px, 2.75vw, 75px);
	font-family: agency-fb, sans-serif;
	margin-bottom: 2vw;
}

.lightIcons {
	width: 16vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.lightBorder {
	padding: 1vw;
	border: 3px solid #F2E0C4;
	border-radius: 8px;
	width: 4.5vw;
	height: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	]
	img {
		width: 3vw;
	}
}

.darkBorder {
	padding: 1vw;
	border: 3px solid #3D4C1E;
	border-radius: 8px;
	width: 4.5vw;
	height: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	]
	img {
		width: 3vw;
	}
}

.tallerDark ,.repuestosDark {
	background-color: #3D4C1E;
	text-align: center;
	padding: 6vw 0;
	color: white;
	font-size: clamp(25px, 1.5vw, 40px);
	
	h4 {
		font-size: clamp(30px, 2.5vw, 55px);
		font-family: agency-fb, sans-serif;
	}
	
	.darkTop {
		display: flex;
		width: 80%;
		margin: auto;
		justify-content: space-around;
		align-items: center;
		height: 12vw;
	}
	
	.darkBottom {
		display: flex;
		width: 80%;
		margin: auto;
		justify-content: center;
		align-items: center;
		height: 12vw;
		margin-bottom: 8vw;
			
			.verticalSpacer {
				margin-left: 6vw;
				margin-right: 6vw;
			}
	}
	
	.verticalSpacer {
		width: 2px;
		background-color: #F2E0C4;
		height: 100%;
		
	}
	
	.horizontalSpacer {
		height: 2px;
		width: 80%;
		margin: auto;
		background-color: #F2E0C4;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	
	img {
		height: 4vw;
		width: auto;
	}
	
	.item {
		width: 20vw;
	}
}

.button {
	background-color: #E5C085;
	font-weight: bold;
	color: #3D4C1E;
	padding: 1vw 3vw;
	border-radius: 12px;
	font-size: clamp(25px, 1.25vw, 35px);
	font-family: agency-fb, sans-serif;
	filter: drop-shadow(2px 4px 6px black);
	
}

.tallerTop {
	height: 18vw;
	text-align: center;
	padding-bottom: 9vw;
	padding-top: 4vw;
	background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
	background-position: 0 58vw, center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
		p {
			 width: 70vw;
			 margin: auto;
			 margin-top: 0.25vw;
			 font-size: clamp(25px, 1.25vw, 35px);
			 padding-bottom: 2.5vw;
		 }
		 
		.buttonsContainer {
			display: flex;
			width: 18vw;
			margin: auto;
			justify-content: space-between;
		}
}

.repuestosBottom {
	height: 35vw;
	text-align: center;
	background-image: url(/sites/default/files/2025-10/tanqueta.jpg);
	background-size: cover;
	background-position: center;
	
	p {
		width: 45vw;
		margin: auto;
		font-size: clamp(25px, 1.5vw, 40px);
		padding-top: 6vw;
	}
}

.pageBanner {
	background: rgba(0, 0, 0, 0.60);

	img {
		position: relative;
		z-index: -1;
	}
}

.bannerText {
	width: 60vw;
	margin: auto;
	height: 16vw;
	margin-top: -20.5vw;
	text-align: center;
	
	h4 {
		color: white;
		font-size: clamp(45px, 3.25vw, 95px);
		font-family: agency-fb, sans-serif;
		
	}
}



.TextField {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5
	left: 0;
	top: 0;
	text-align: center;
	margin-top: 22vw;
	
	h1{
		font-size: clamp(45px, 3.5vw, 95px);
		color: white;
		margin-bottom: 0;
		font-family: agency-fb, sans-serif;
	}
	
	p {
		color: white;
		padding-bottom: 4vw;
		padding-top: 2vw;
		font-size: clamp(25px, 1.25vw, 35px);
		width: 50vw;
		margin: auto;
		line-height: 1.5;
	}
	
}

.slick-slide {
	position: relative;
}

.views-field-field-rotating-banner-image {
	background: rgba(0, 0, 0, 0.60);
	
	img {
		position: relative;
		z-index: -1;
	}
}

#edit-outer {
	text-align: center;
	background-color: #3D4C1E;
	padding-top: 8vw;
	padding-bottom: 4vw;
	
}

#edit-container {
	width: 60%;
	margin: auto;
	border: 5px solid #F2E0C4;
	border-radius: 25px;
}

.formTitleMain {
	background-color: #3D4C1E;
	border-radius: 25px;
	margin-top: -0.55vw;
}

.formTitle {
	font-size: clamp(30px, 2.75vw, 65px);
	color: white;
	font-family: agency-fb, sans-serif;
	margin-bottom: 3vw;
	margin-top: -40px;
	display: inline-flex;	
}

.webform-submission-form {
	textarea {
		border-radius: 12px;
		background: #F2E0C4;
		height: 12vw;
		width: 35vw;
		font-size: 1.5vw;
		margin-bottom: 6vw;
		border: none;
		text-indent: 0.5vw;
		font-family: agency-fb, sans-serif;
	}
	
	#edit-name, #edit-phone, #edit-email {
		border-radius: 12px;
		background: #F2E0C4;
		border: none;
		height: 3vw;
		width: 25vw;
		font-size: 1.5vw;
		margin-bottom: 1.5vw;
		margin-left: -10vw;
		text-indent: 0.5vw;
		font-family: agency-fb, sans-serif;
	}
	
	#edit-actions-submit {
		margin-top: -5vw;
		font-family: agency-fb, sans-serif;
	}
	
	
}

a:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

a {
	transition: all 0.5s;
}

 p:has(.greenButtonDark, .button):hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

p:has(.greenButtonDark, .button) {
	transition: all 0.5s;
}

.div-link:hover {
	cursor: pointer;
}

.politica {
	width: 80%;
	margin: auto;
	padding-top: 10vw;
	padding-bottom: 5vw;
	
	* {
		font-family: agency-fb, sans-serif;
	}
	
}

.path-politica-de-privacidad .contextual-region {
	background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
	background-position: 0 80vw, center center;
	background-size: 150%;
}


@media screen and (min-width: 750px) and (max-width: 1380px) {
	
	.deskHeader {
		.headerMenu {
			width: 54vw;
		}
		
		.headerLogo {
			margin-right: 8vw;
		}
	}
	.TextField {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-top: 7vw;
		
		p {
			width: 80vw;
			padding-bottom: 1vw;
		}
	}
	
	.bannerText {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-top: -25vw;
		
			h4 {
				margin-bottom: 1vw;
			}
	}
	
	#block-cirrocumulus-views-block-truck-types-block-1, #block-cirrocumulus-views-block-repustos-top-section-block-1, #block-cirrocumulus-views-block-team-members-section-block-1, .tallerTop {
		margin-top: -1vw;
	}
	
	#block-cirrocumulus-views-block-team-members-section-block-1, #block-cirrocumulus-views-block-repustos-top-section-block-1 {
		background-size: 145%
	}

	
	.tallerTop {
		height: auto !important;
	}
	
	.mapBackground {
		width: 90vw;
		
		iframe {
			width: 100%;
		}
	}
	
	.mapSection {
		background-size: 190%;
	}
	
	.mapSection:after {
		background-size: 120%;
	}
	
	.homeTop {
		background-size: 145%;
		background-position: 0 83vw, center center;
	}
	
	.tallerTop {
		height: 22vw;
		background-size: 140%;
		background-position: 0 74vw, center center;
	}
	
	.formTitleMain {
		margin-top: -0.65vw;
	}
}

@media screen and (max-width: 750px) {
	.button, .greenButtonDark {
		padding: 3vw 5vw;
	}
	
	.TextField {
		margin-top: -3vw;
		
		p {
			width: 85vw;
		}
	}
	
	.bannerText {
		margin-top: -65.5vw;
		padding-bottom: 32vw;
	}
	
	.homeTop {
		height: 148vw;
	}
	
	.homeDark {
		.triple {
			flex-direction: column;
			width: 90vw;
		}
		
		.verticalSpacer {
			display: none;
		}
		.camionesInicio, .repuestosInicio, .tallerInicio {
			width: 76vw;
			padding-top: 12vw;
			
			img {
				height: 25vw;
			}
		}
		
		.darkDouble {
			width: 80vw;
			padding-top: 10vw;
			padding-bottom: 14vw;
		}
	}
	
	
	
	.logoBorder {
		width: 16vw;
		height: 16vw;
		padding: 4vw;
		border-width: 5px;
		border-radius: 12px;
	}
	
	#block-cirrocumulus-locationsection{
		iframe {
			width: 95%;
			margin: auto;
			margin-top: -12vw;
		}
		.mapBackground {
			width: 100%;
			margin: auto;
			text-align: center;
			padding: 0;
		}
		
		.hearth {
			height: 20vw;
			margin-top: -17vw;
		}
		
		.mapSection {
			align-items: auto;
			background-size: 310%;
			
			h4 {
				width: 85vw;
			}
		}
		
		.map-Ornaments {
			width: 95%;
			margin: auto;
			margin-top: 20vw;
		}
	}

	.deskHeader {
		height: 20vw;
		
		.headerMenu {
			display: none;
		}
		
		.headerLogo {
			width:35vw;
			margin-left: 32.5vw;
			margin-top: 10vw;
		}
		
		.headerContact {
			width: 12vw;
			height: 12vw;
			
			img {
				width: 8vw;
			}
		}
	}
	
	.servirles {
		width: 60%;
		margin: auto;
		margin-top: 14vw;
	}
	
	.lastBlock {
		height: 95vw;
		
		.lightBorder {
			display: none;
		}
	}
	
	.lightIcons {
		width: 80vw;
		justify-content: space-evenly;
	}
	
	.lightBorder {
		width: 16vw;
		height: 16vw;
		padding: 4vw;
		border-width: 5px;
		border-radius: 12px;
	}
	
	.truck-types-view {
		.truck-type-main {
			display: flex;
			flex-direction: column;
			text-align: center;
			align-items: center;
			padding-top: 16vw;
		}
		
		.views-row:nth-child(even) .truck-type-main {
			flex-direction: column;
			align-items: center;
			padding-top: 16vw;
		}
	}
	
	.truck-type-sub {
		margin-top: 3vw;
		a {
			font-size: 8vw;
		}
	}
	.views-view-responsive-grid--horizontal {
		display: flex !important;
		flex-direction: column !important;
	}
	
	#block-cirrocumulus-views-block-repustos-top-section-block-1 {
		padding-bottom: 20vw;
		.teamMember {
			width: 75vw;
			margin: auto;
		}
		
		.aboutParagraph {
			padding-top: 4vw;
		}
	}
	
	.repuestosBottom {
		height: 85vw;
		
		p {
			width: 85vw;
		}
	}
	
	.darkDouble {
		width: 80vw;
	}
	
	.repuestosDark, .tallerDark {
		display: flex;
		flex-direction: column;
		.darkTop {
			flex-direction: column;
			height: 165vw;
		}
		
		.darkBottom {
			flex-direction: column;
			height: 100vw;
		}
		.horizontalSpacer, .verticalSpacer {
			display: none;
		}
		
		.item {
			width: 80vw;
		}
		
		p {
			font-size: 8vw;
			margin-top: 1vw;
		}
		
		img {
			height: 25vw;
		}
		
		h4 {
			font-size: 12vw;
		}
	}
	
	.tallerTop {
		height: auto;
		padding-top: 10vw;
	
	
	.buttonsContainer {
			width: 80vw;
			padding-top: 10vw;
			padding-bottom: 14vw;
			justify-content: space-evenly;
	}
	}

	
	
	.darkBorder {
		width: 16vw;
		height: 16vw;
		padding: 4vw;
		border-width: 5px;
		border-radius: 12px;
	}
	
	#block-cirrocumulus-views-block-team-members-section-block-1 {
		padding: 12vw 4vw;
		.teamMember {
			width: 80vw;
		}
		
		.aboutParagraph {
			padding-top: 4vw;
		}
	
	}
	
	#edit-outer {
		padding-top: 20vw;
		padding-bottom: 15vw;
	}
	#edit-container {
		border: none;
		width: 90vw;
	}
	
	.formTitle {
		font-size: 12vw;
		margin-bottom: 10vw;
	}
	
	.webform-submission-form {
		textarea {
			border-radius: 8px;
			height: 45vw;
			width: 85vw;
			font-size: 5vw;
			margin-bottom: 6vw;
			border: none;
		}
		
		#edit-name, #edit-phone, #edit-email {
			border-radius: 8px;
			height: 8vw;
			width: 85vw;
			margin: auto;
			font-size: 5vw;
			margin-bottom: 5vw;
		}
		
		#edit-actions-submit {
			margin-top: 5vw;
		}
	}
	
	.footer {
		padding-top: 10vw;
		.footerIcons {
			height: 15vw;
			width: 20vw;
			border-width: 2px;
			margin-left: 2vw;
			
			img {
				height: 8vw;
			}
		}
		
		.horizontalSpacer {
			width: 60vw;
		}
		
		.footerCopy {
			font-size: 3vw;
			width: 80%;
			margin: auto;
		}
		
		.footerLogo {
			width: 40vw;
		}
		
		.upper {
			margin-left: 30vw;
		}
	}
	
	
	.footerMenu {
		flex-direction: column;
		gap: 4vw;
		text-align: center;
	}
	
	#block-cirrocumulus-responsivemenumobileicon {
		margin-top: 11vw;
		margin-bottom: -17vw;
		margin-left: 5vw;
	}
	
	#toggle-icon .label {
		display: none;
	}
	
	.responsive-menu-toggle-icon span.icon {
		background: #F2E0C4;
		width: 35px;
	}
	
	.responsive-menu-toggle-icon:before {
		background: #F2E0C4;
		width: 35px;
		top: 6px;
	}
	
	.responsive-menu-toggle-icon:after {
		background: #F2E0C4;
		width: 35px;
		top: 22px;
	}
	
	header {
		margin-top: -5vw;
	}

	.mm-navbar {
		display: none;
	}
	
	.mm-listview {
		font-family: agency-fb, sans-serif; 
		font-size: 5vw;
		font-weight: bold;
		color: #3D4C1E;
	}
	
	.mm-panel {
		background-image: url(/sites/default/files/2025-10/Huellas%203.png),linear-gradient(57deg, var(--LT-TAN, #F2E0C4) 16.16%, var(--DK-TAN, #E5C085) 63.81%) ;
		background-position: 0 -98vw, center center;
	}
	
	.mm-listitem--selected>.mm-listitem__text  {
		background: transparent;
	}
}

