/*
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");

/*Estilos pop up cookies*/
.cli-bar-title-cookies, .cli-tab-container h4 {
    color: black !important;
    font-style: unset !important;
}

.cli-bar-img-cookies img{
	width:132px !important;
	border-bottom:1px solid;
	padding-bottom:10px;
	margin-top:10px;
}

.cli-bar-title-cookies,.cli-tab-container h4{
    font-size: 20px !important;
    font-weight: 500;
		margin-top:10px;
		margin-bottom:20px;
}

.cli-bar-message {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
	font-weight:300;
	text-decoration:none !important;
}

.large.cli-plugin-button{
	font-size:16px;
	margin-bottom:20px;
}

.cli-wrapper{
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:white !important;
	text-align:center;
}

#cookie-law-info-bar a.cli_settings_button{
	font-size:13px;
	font-weight:300;
	text-decoration: none;
    color: gray;
	border-bottom:unset !important;
}

.cli-tab-footer .cli-btn{
	background-color: rgb(97, 162, 41);
}

#cookie-law-info-bar {
    background-color: white !important;
}

@media(max-width:480px){

#cookie_action_close_header{
	margin: 10px 0px 10px 0px !important;
}
	
.cli-tab-footer{
	text-align:center !important;
}

.large.cli-plugin-button{
	font-size:25px;
	margin-bottom:20px;
}

.cli-bar-btn_container {
    display: flex !important;
    flex-direction: column !important;
}
	
#cookie-law-info-bar{
    height: auto;
	max-height: unset !important;
}
	
#wt-cli-accept-btn{
	margin:5px !important;
}
}

/* Estilos CTAs */
.btnCentrat {
	display: flex;
	justify-content: center;	
}

body:not(.qode_disabled_responsive_button_padding_change) .qbutton{
	padding: 0 110px; !important
}
	
/*Página política cookies*/
.wt-cli-element.cli_user_consent_state, table.cookielawinfo-classic{
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

.cli_manage_current_consent {
    font-weight: bold;
}

.cli_cookie_category_single_hd {
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    font-weight: 600;
    padding-top: 10px;
}

/*Pàgina 404*/
.error404 .qbutton {
    background-color: #60c5e5;
}

.error404 .qbutton:hover {
    background-color: black;
	color: white !important;
}

.error404 .title.title_size_large.position_center.has_fixed_background{
	background-image:url("http://staging-qnetcorporativa.kinsta.cloud/wp-content/uploads/2021/03/shutterstock_1222926742.png") !important;
	background-size: cover !important;
	height: 500px !important;
	background-position: center !important;
}

.error404 .title_holder {
    height: 400px !important;
}

.error404 .title_subtitle_holder_inner {
    background-color: #0000007A;
    padding: 30px 0px !important;
}

.title_subtitle_holder_inner h1 span{
font-family: 'Poppins', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
}

.menu-item a span {
    letter-spacing: 1px !important;
}

@media(max-width:1000px){
	#mobile-menu-item-wpml-ls-8-ca, #mobile-menu-item-wpml-ls-8-es {
    	float: left;
    	width: auto !important;
    	margin-right: 15px !important;
    	border: unset;
	}
}