/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

div.grecaptcha-badge {
	z-index: 99999 !important;
}

.subtitol-productes {
	color:#ffffff;
    font-family:'Open Sans', sans-serif;
    font-size:47px;
    line-height:60px;
    text-transform:uppercase;
}

@media only screen and (max-width: 1000px) {
	.subtitol-productes {
    	font-size:40px !important;
        line-height:50px !important
    }
}

@media only screen and (max-width: 768px) {
	.subtitol-productes {
    	font-size:30px !important;
        line-height:40px !important
    }
}

@media only screen and (max-width: 600px) {
	.subtitol-productes {
    	font-size:25px !important;
        line-height:35px !important
    }
}

@media only screen and (max-width: 480px) {
	.subtitol-productes {
    	font-size:20px !important;
        line-height:25px !important
    }
}

.titols-mobil h1 {
	@media only screen and (max-width:500px) {
		font-size:25px;
		line-height:35px;
		text-align:center;
	}
}


/* Eliminar el marge inferior del footer */
.paspartu_on_bottom_fixed footer {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
	.paspartu_on_bottom_fixed footer{
	margin-bottom:0px !important;
}
}