/** 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  ************************/
.main-navigation ul ul {
    background: transparent !important;
}
nav#secondary-navigation {
    display: none;
}
.site-logo.mobile-header-logo img {
    height: 90px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
/************************  GENERAL  ************************/
}

@media screen and (min-width: 769px) {
/************************  GENERAL  ************************/
.imatge-banner  {
    text-align: right !important;
}
}

@media screen and (max-width: 767px) {
/************************  GENERAL  ************************/
.imatge-banner  {
    text-align: left !important;
}
}

@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;
}
.col-dos-columnas {
    width: 100% !important;
    margin-bottom: 35px;
}
.seccio-banner a {
    margin-bottom: 35px !important;
}

#mad-footer .vc_row.wpb_row.vc_row-fluid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#mad-footer .vc_row:after, .vc_row:before{
    display: none !important;
}
.section-qui-som .box-center .ult-content-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0 !important;
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-qui-som .wpb_content_element{
    margin-bottom: 0 !important;
}
.section-qui-som img{
    margin-bottom: 10px !important;
}
#mad-copyright {
    text-align: left !important;
    font-size: 14px !important;
}
.tabs-serveis h3 {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap: 15px;
}
.portada-contacte img {
    height: 300px !important;
    object-fit: cover;
}
.portada-contacte {
    margin-bottom: 0 !important;
}
	.mvl-top-0{
		padding-top: 0 !important;
	}

}