main img {
    width: 100%;
}

.promanresa {
    display: flex;
    flex-wrap: wrap;
}

/*.promanresa .promanresa-text,*/
/*.buscoFeina,*/
/*.vullFormarme,*/
/*.vullContractar,*/
/*.citaPrevia,*/
/*.noticies,*/
/*.agenda*/
/*{*/
/*    padding: 20px;*/
/*}*/

.buscoFeina .titol,
.vullFormarme .titol,
.vullContractar .titol {
    font-size: 1.5rem
}
.vullFormarme {
    background: url('/treball/assets/img/deco_lateral_1.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100px;
    padding-top: 100px !important;
}
.buscoFeina {
    background: #dadada;
    padding-top: 100px !important;
    background-image: url('/treball/assets/img/deco_horitzontal_1.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 150px;
    padding-bottom: 60px !important;
}

.promanresa .promanresa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.linksDirectes {
    display: flex;
    flex-wrap: wrap;
}



.groc {
    background: #f7cc00;
}

.groc .btn:hover,
.groc .btn {
    background: white !important;
}

.blau {
    background-color: #1f1b3a;
    color: white;
}
.blau p,
.blau .titol {
    color:white;
}
.agenda,
.noticies {
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.agenda-item, .noticies-item {
    margin: 0;
    width: 100%;
}

.agenda-item a,
.noticies-item a {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
.agenda-img,
.noticies-img {
    width: 100px;
    transition: .2s;
    overflow: hidden;
}

.agenda-text,
.noticies-text {
    padding-left: 15px;
    width: calc(100% - 100px);
}

a:hover .agenda-img img,
a:hover .noticies-img img {
    transform: scale(1.1);
    transition: .2s;
}
@media only screen and (min-width: 576px)
{ /*Mida S */
    .vullContractar {

        background-image: url('/treball/assets/img/deco_lateral_2.png'),url('/treball/assets/img/deco_vertical_1.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom,right top;
        background-size: 100px, 70px;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
}
@media only screen and (min-width: 768px)
{ /*Mida M */

    .agenda-item, .noticies-item {
        width: calc(50% - 10px);
    }

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

}

@media only screen and (min-width: 1201px) /* Mida XL*/
{

}