
/*-----------------Banner----------------*/
	
	.contacto-banner {
		margin-top: calc(4.25rem + 0.1vw);
		background-color: black;
	}

	.contacto-banner-container {
		display: flex;
		min-height: calc(8rem + 10vw);
		justify-content: center;
		align-items: center;
		background-image: url('../Imagenes/BLOG/BANNER_BLOG.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.contacto-banner-title {
		font-weight: 700;
		font-size: calc(2rem + 1.75vw);
		color: white;
	}

/*-----------------Ubicación Oficinas----------------*/
	
	.banner-map {
		background: none;
	}

	footer .banner-title {
		text-align: center;
		color: #0c2c1f;
	}

	footer .banner-container {
		min-height: calc(4rem + 5vw);
	}

	.footer-logo img {
		filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(7214%) hue-rotate(114deg) brightness(91%) contrast(91%);
	}

	.map-container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80vw;
		margin: 0 10vw;
	}

	.googlemaps-placeholder {
		min-width: 70vw;
		min-height: 35vw;
		background-color: black;
	}

/*-----------------Footer----------------*/
	
	footer {
		background-color: white;
	}

	.footer-header h2 {
		color: #0c2c1f;
	}

	.contacto-text {
		color: #0c2c1f;
	}

	.contacto-text a {
		color: #0c2c1f;
	}

	.footer-container p {
		color: #0c2c1f;
	}

	.aido-link a {
		color: #0c2c1f;
	}



/*=====================================
=            Media Queries            =
=====================================*/
	@media (min-width: 1200px) {
		
	}

	@media (max-width: 1200px) {
		
	}

	@media (max-width: 992px) {
		.clase-image {
			min-height: 55vw;
		}

		.clase-container:hover {
			transform: scale(1.1,1.1);
		}
	}

	@media (max-width: 768px) {

		
	}

	@media (max-width: 576px) {
		
	}