/* CONTACTO
-------------------------------- */
main.contact.vanguard .container-main .first-contact, main.contact.cotown.visit .container-main .first-contact, main.contact.cotown.info .container-main .first-contact {
	background-color: var(--primary);
	height: 8em;
}
main.contact.vanguard .container-main .first-contact .head1 {
	color: var(--white);
	padding: 0.2em 0.8em 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 76px;
	line-height: 1.4em;
	font-family: var(--title-font);
}
main.contact .contact-main .head2 {
	padding: 1em 1.5em 0;
	font-weight: 400;
	font-size: 46px;
	line-height: 100%;
}
main.contact.vanguard .contact-main .head2 {
	font-family: var(--title-font);
}
main.contact.vanguard .container-main section.form .head2.title {
	font-family: var(--title-font);
	font-weight: var(--400);
}
main.contact .contact-main .img-content {
	border-bottom: 1px solid var(--grey-light);
	padding: 2em 0;
}
main.contact .contact-main .img-content:last-child {
	border-bottom: 0px solid var(--grey-light);
}
main.contact .contact-main .img-content .contact-content {
	align-items: flex-start;
}
main.contact .contact-main .img-content .contact-content .text-location {
	padding-top: 2em;
}
main.contact .contact-main .img-content .contact-content .img-city {
	color: var(--primary-light);
}
main.contact .contact-main .img-content .contact-content .text-location .head3 {
	font-weight: 800;
	font-size: 36px;
	line-height: 140%;
}
main.contact .contact-main .img-content .contact-content .text-location h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
}
main.contact.vanguard .img-content .contact-content .text-location .head3 {
	font-family: var(--title-font);
}
main.contact .contact-main .img-content .contact-content .text-location h3 em::before {
	vertical-align: bottom;
}
main.contact .contact-main .img-content .contact-content .text-location h3 span a {
	text-decoration: 1px underline;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: var(--black);
}
main.contact.cotown .contact-main .map .leaflet-tile-container {
    filter: grayscale(100%) contrast(1.2) brightness(0.6) sepia(0.6) hue-rotate(80deg);
}

.office {
	position: relative;
	left: -90px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	z-index: -9999;
}
.svg_base { fill: #e0e0e0 !important;}
.svg_line { stroke: #e0e0e0 !important; }

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

	main.contact.vanguard .contact-main .head2{
		font-size: 64px;
	}
	main.contact.vanguard .contact-main .img-content .contact-content .text-location .head3 {
		font-size: 40px;
	}
	main.contact.vanguard .contact-main .img-content .contact-content .text-location h3 {
		font-size: 30px;
	}
	main.contact.vanguard .contact-main .img-content .contact-content .text-location h3 span a {
		font-size: 30px;
	}
}

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

	/* CONTACTO TABLET Y MOBILE  ___________________________\*/
	main.contact .first-contact {
		height: 4.5em;
	}

	main.contact .first-contact .head1 {
		color: var(--white);
		padding: 0.2em 0.2em 0;
		font-weight: 400;
		font-size: 40px;
		line-height: 1.5em;
	}

	main.contact .contact-main .head2 {
		padding: 1em 0 0 0.5em;
		font-size: 32px;
		line-height: 100%;
		text-align: left;
	}

	main.contact .contact-main .img-content {
		padding: 0 0 1em;
		margin: 0 1em;
	}

	main.contact .contact-main .contact-content .text-location {
		padding-top: 0;
	}

	main.contact .contact-main .img-content .img-city {
		display: none;
	}

	main.contact .contact-main .img-content .contact-content .text-location .head3 {
		font-size: 24px;
	}

	main.contact .contact-main .img-content .contact-content .text-location h3 {
		font-size: var(--mini-title);
	}

	main.contact .contact-main .img-content .contact-content .text-location h3 span {
		font-size: var(--mini-title);
		font-weight: bold;
		text-decoration-line: underline;
	}

	main.contact .contact-main .img-content .contact-content .text-location h3 span a {
		font-weight: bold;
		text-decoration-line: underline;
		font-size: var(--mini-title);
	}
}




/* CONTACTO COTOWN NEW */

main.contact.cotown.visit .container-main .first-contact .head1, main.contact.cotown.info .container-main .first-contact .head1 {
	font-size: var(--big-title);
	font-weight: var(--regular);
	color: var(--white);
	padding: 0.4em 0.8em 0;
	margin-bottom: 0;
	line-height: 1.4;
}

main.contact.cotown .container-main .first-contact {
	background-color: transparent;
	height: auto;
	position: relative;
}
main.contact.cotown .container-main .first-contact .title-big.desktop {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--box-bg);
	padding: 2em;
}

main.contact.cotown .container-main .first-contact .img-contact {
	width: 100vw;
	object-fit: cover;
}
main.contact.cotown .container-main .first-contact .img-contact img {
	width: 100vw;
	max-height: 400px;
}
main.cotown .container-main .first-contact .title-big .bigh .head1 {
	font-family: var(--text-font);
	color: var(--black);
	font-weight: var(--semibold);
	font-size: var(--big-subtitle);
	line-height: 1.2;
	width: 100%;
	padding: 0.5em 0 2em;
}
main.cotown .container-main .first-contact .title-big .head2 {
	font-family: var(--text);
	color: var(--black);
	font-weight: var(--light);
	font-size: var(--text);
	line-height: 1.2;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
}
main.cotown .container-main .first-contact .title-big .feeling.cotown {
	text-align: end;
}
main.cotown .container-main .first-contact .title-big .feeling.cotown .head2.title-feel {
	text-align: end;
	font-size: var(--text-title);
	color: var(--primary-old);
	font-weight: var(--semibold);
	text-transform: lowercase;
}
main.cotown .contact-main .img-content .contact-content .text-location .head3 {
	font-family: var(--text-font);
	text-transform: uppercase;
	font-weight: var(--regular);
	font-size: var(--subtitle);
}
main.cotown .contact-main .img-content .contact-content .text-location h3 {
	font-weight: var(--regular);
	font-size: var(--text-title);
}
main.cotown .contact-main .img-content .contact-content .text-location h3 em {
	vertical-align: text-top;
}
main.cotown .contact-main .img-content .contact-content .text-location h3 em::before {
	vertical-align: middle;
}
main.cotown .contact-main .img-content .contact-content .text-location h3 span a {
	font-size: var(--text-title);
	font-weight: var(--regular);
	text-decoration: none;
}

@media only screen and (min-width: 1024px) {
	main.cotown .container-main .first-contact .title-big.mobile {
		display: none;
	}
}
@media only screen and (max-width: 1023.9px) {
	
	main.cotown .container-main .first-contact .img-contact, 
	main.cotown .container-main .first-contact .title-big.desktop {
		display: none;
	}
	main.cotown .container-main .first-contact .title-big.mobile {
		background-color: var(--primary);
		height: 4.5em;
	}
	main.cotown .container-main .first-contact .title-big.mobile .head1 {
		color: var(--white);
		padding: 0.4em 0.8em 0;
		margin-bottom: 0;
		line-height: 1;
	}
	main.contact.cotown.visit .container-main .first-contact, main.contact.cotown.info .container-main .first-contact {
		height: 6em;
	}
	main.contact.cotown.visit .container-main .first-contact .head1, main.contact.cotown.info .container-main .first-contact .head1 {
		font-size: var(--resp-title);
		font-weight: var(--regular);
		color: var(--white);
		padding: 0.6em 0.8em 0;
		margin-bottom: 0;
		line-height: 1;
	}
	main.contact.vanguard .container-main .first-contact {
		height: 4.5em;
	}
	main.contact.vanguard .container-main .first-contact .title-big {
		padding: 0;
		margin-bottom: 0;
	}
	main.contact.vanguard .container-main .first-contact .title-big .head1 {
		font-size: 40px;
		font-weight: var(--regular);
		color: var(--white);
		padding: 0.2em 0.2em 0;
		font-weight: 400;
		line-height: 1.5em;
	}	
}
/* _________________________  */