/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bg-slider {
	background: url('../img/tecnicos-en-refrigeracion-mty-2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section svg {
	vertical-align: baseline !important;
}

/* #logo img {
	filter: brightness(0) invert(1);
} */

@media (max-width: 767px) {
	.bg-slider {
		background: url('../img/tecnicos-en-refrigeracion-mty-2.jpg');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

}

@media (max-width: 991.98px) {
	#slider {
		display: -ms-flexbox !important;
		display: flex !important;
		flex-direction: column;
		justify-content: flex-start;
	}
}