


/* xs */
@media (max-width: 575.98px) {  

	h1{
		font-size: 30px;
	}

	#mobile_logo_wrapper{
		display: inline-block;
		max-width: 180px;
	}

	#mobile_buy_now_wrapper{
		display: inline-block;
		width: 150px;
	}

	.module_we_protect .weprotect_intro_container{
		margin-left: 40px;
		margin-top: 30px;
	}

	.mapa .carousel-item-footer{
		background-size: 100%;
	}

	/*.tabs .nav.nav-tabs.nav-justified li .nav-link{
		display: inline-block;
		border: solid 1px red;
	}*/
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) { }

/* xl */
@media (min-width: 1200px) { 
	#header{
		background-color: #00aeef;
	}
}