/** MEDIA QUERIES **/
@media screen and (min-width: 1200px) {
/************************  GENERAL  ************************/

}

@media screen and (min-width: 992px) and (max-width: 1199px)  {

}

@media screen and (min-width: 992px) {
/************************  GENERAL  ************************/
}

@media screen and (max-width: 991px) {
/************************  GENERAL  ************************/
    .btn-main a {
        font-size: 14px;
    }
    .width-45,
    .width-55 {
        width: 100% !important;
    }
    .imatge-inici-1,
    .imatge-inici-2,
    .imatge-inici-3 {
        min-height: 300px !important;
    }
    section.section-mov-bot-0{
	    padding-bottom: 0;
    }
    .box-logos-ft .ult-content-box, .box-logos-ft-2 .ult-content-box, .box-logos-ft-3 .ult-content-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        margin-bottom: 0 !important;
        margin-top: 10px;
    }
    .pg-50 {
        padding: 20px;
    }
    .columnas-L.vc_col-sm-6,
    .columnas-R.vc_col-sm-6 {
        width: 100%;
        margin-right: 0;
    }
    .etiqueta-principal {
        margin-bottom: 0 !important;
        gap: 10px;
    }
    .box-col-2 .ult-content-box {
        gap: 0;
        flex-direction: column;
    }
    .img-personal img {
        height: auto !important;
        width: 500px;
    }
    .mad_projectes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .mad_projecte-entitatLink, .mad_projecte-entitatText {
        line-height: 1.2;
    }
	.logo-febea-ft img {
    	width: 90px !important;
	}
	.box-logos-ft-3 img {
    	max-height: 40px;
	}
	.mad_projecte-tooltipCard {
    	white-space: normal;
		line-height: 1.5;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
/************************  GENERAL  ************************/
}

@media screen and (min-width: 769px) {
/************************  GENERAL  ************************/
.subir-section-home{
    margin-top: -80px;
}
}

@media screen and (max-width: 768px) {
/************************  GENERAL  ************************/
    #secondary-navigation{
        display: none !important;
    }
    #mobile-header {
        background: var(--accent);
    }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
/************************  GENERAL  ************************/
.mad_center-sm{
    text-align: center !important;
}
.mad_left-sm{
    text-align: left !important;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
/************************  GENERAL  ************************/

}

@media screen and (max-width: 480px) {
/************************  GENERAL  ************************/
	.mad_left-xs{
		text-align: left !important;
	}
	.mad_center-xs{
		text-align: center !important;
	}
	.box-contacte-cards .ult-content-box {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form-contacte .wpforms-submit-container {
    	text-align: left;
	}
}