/*#treball{
    background-image: url("/img/img_com_treb.jpg");

    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


#treball_index{
    background-color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 440px;
    opacity: .95;
}
#treball1, #treball2, #treball3, #treball4, #treball5, #treball6, #treball7 {
    background-color: #FFFFFF;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 150px;
    opacity: .95;
    color:#00abc4;

    border-top: 1px solid #00abc4;
    transition: background-color .5s;

}

#treball1:hover, #treball2:hover, #treball3:hover, #treball4:hover, #treball5:hover, #treball6:hover, #treball7:hover{
    background-color: #00abc4;
    color: #FFFFFF;
    transition: background-color .5s;

}





#treball_hidden1, #treball_hidden2, #treball_hidden3, #treball_hidden4, #treball_hidden5, #treball_hidden6, #treball_hidden7 {
    background-color: #FFFFFF;
    display:none;
    opacity: .95;


}

*/



.circle {
    box-sizing: border-box;
    background: #00abc4;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 0;
    width: 18px;
}

.main-line {
    background: #00abc4;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 2px;
}

.reverse {
    /* display: -webkit-box; */

    width:50%;

    margin :0;
    float:right;
    padding-right: 70px;
}

.anverse {
    /* display: -webkit-box; */

    width:50%;
    float:right;
    padding-left:70px;


}

.top-text{
    padding-top:120px;
}

.image-left{

    padding: 0 60px;
    text-align: left;

}

#treball{
    display:block;
}
#treball_petit{
    display:none;
}

#treball1, #treball2, #treball3, #treball4 , #treball5{
    display: none;

}

#treball{
    min-height:2000px;
}


.img_treball_cafe {

    position: absolute;
    left: -10%;
    width: 25%;
    margin-top:10%;


}

.img_treball_ordinador {

    position: absolute;
    left: -3%;
    top: 80%;
    width: 20%;

}

.img_treball_ulleres{
    position:absolute;
    left:85%;
    top:5%;
    width:20%;

}

.img_treball_camara{
    position:absolute;
    left:90%;
    top:60%;
    width:20%;

}


.img_treball_bloc{
    position:absolute;
    left:-6%;
    top:0%;
    width:30%;

}

.marketing360{

    font-size: 300%!important;
    color: #00abc4;
    font-weight: bold;
    opacity: 1;

}


@media (max-width: 1280px){

    .img_treball_cafe {

       display:none;


    }

    #treball{
        display:block;
        padding-top:5%;

    }
    #treball_petit{
        display:none;
    }





   #arrow_down{
       display: none;
   }
}


@media (max-width: 816px){


    #treball{
        display:none;
    }
    #treball_petit{
        display:block;
        padding-top:5%;
        padding-bottom:5%;
    }

    #treball_petit5{
        padding-bottom: 10%;
    }


    .anverse, .reverse{
        width:100%;
        padding:0;
        text-align: center;

    }

    .main-line{
        display: none;
    }

    .circle{
        display:none;
    }

    .text-right,.text-left {

        text-align: center;

    }

    .text-left{
        padding-top:0px;
    }


}