
 .splash {
    	background-size: cover;
    	height: 565px;
    	display: flex;
    	justify-content: center;
    	position: relative;
   		z-index: 2;
        background: url(../img/lavora-con-noi.jpg) no-repeat;
        color: var(--color-white);
        margin-bottom: 142px;
        position: relative;
    }
    .splash:after {
        content: "";
        background-color: #000;
        opacity: .2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .splash-container {
    	width: 70%;
    	display: flex;
    	height: 100%;
    	justify-content: center;
    	flex-direction: column;
    }
    .splash h3 {
        font-weight: normal;
        font-size: 1.8rem;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: 1px 1px 6px #333;
    }
    .splash h1 {
        font-size: 3.8rem;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        text-shadow: 1px 1px 6px #333;
    }
     .splash p {
        font-size: 1.2rem;
        margin-bottom: 15px;
        line-height: normal;
        width: 100%!important;
        max-width: 700px!important;
        text-shadow: 1px 1px 6px #333;
    }
    .container-work {
    	max-width: 90%;
        margin: 0 auto 130px auto;
    }
    .container-work .head-business {
    	max-width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .container-work .head-business .section-title {
    	padding: 19px 0 35px 0;
    }
    .container-work .head-business .second-subtitle {
    	text-align: left;
    }
    .splash .button {
    	max-width: fit-content;
        margin: 0!important;
    }
    .bloccoprincipale {
        padding: 50px 0;
        width: 80%;
        margin: 0 auto;
    }
	.bloccoimg {
		width: 50%;
    	margin-left: 12.5%;
    }
    .bloccotesti {
    	width: 40%;
    	padding: 30px;
    	border-radius: 15px;
        text-align: left;
        margin-left: 5%;
    }
    .bloccoright {
    	flex-direction: row-reverse;
    }
    #last-opened-positions {
    	text-align: center;
        width: 100%;
        background-color: var(--color-grey);
    }
    #last-opened-positions h2 {
    	margin-bottom: 16px;
        padding-top: 16px;
    }
    #last-opened-positions p {
    	margin-bottom: 0;
    }
	 #positions-list {
        width: 100%;
        background-color: var(--color-grey);
        margin-top: 0;
        padding: 50px 0;
    }
    #single-careers-bottom  .container-position-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
    }
    .container-position-list {
        max-width: 80%;
        margin: 0 auto;
    }
   .container-position-list .row {
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 31px; */
        position: relative;
        z-index: 2;
    }
    .single-position {
        flex: 0 23%;
        margin: 0 1%;
        height: auto;
        background-color: #fff;
        border-radius: 6px;
    }
    .single-position-text-top {
        font-size: 18px;
        font-weight: 600;
    }
    .single-position-title {
        font-size: 35px;
        font-weight: 400;
        line-height: 39px;
    }
    .single-position-external {
        background-image: url(../img/external.png);
        width: 39px;
        height: 43px;
    }
    .card-top {
        display: flex;
        align-items: center;
        justify-content: space-between!important;
        margin: 0 auto;
        width: 90%;
        /* margin-bottom: 57px!important; */
    }
    .card-middle {
        display: flex;
        align-items: center;
        text-align: left;
        width: 90%;
        margin: 0 auto;
        /* margin-bottom: 66px!important; */
    }
    .card-middle-2 {
        display: flex;
        align-items: center;
        justify-content: flex-start!important;
        width: 90%;
        margin: 0 auto;
    }
    .card-bottom {
        max-width: 90%;
    	justify-content: flex-start!important;
    	margin: 0 auto;
    }
    .card-bottom .button {
    	margin: 0!important;
    }
    .work-with-us-bottom-cta {
    	width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .work-with-us-bottom-cta .button {
    	z-index: 2;
        position: relative;
    }
    .work-with-us-bottom-cta .linkcard {
        padding: 8px 18px;
        border: 1px solid var(--color-details-blu);
        background-color: var(--color-details-blu);
        color: #fff!important;
        border-radius: 25px;
    }
    .work-with-us-bottom-cta .linkcard:hover {
        border: 1px solid var(--color-main-blu);
        background-color: var(--color-main-blu);
        color: #fff!important; 
    }
    .work-with-us-bottom-cta .linkcard svg {
        fill: #fff!important;
    }
    .work-with-us-bottom-cta .linkcard:hover svg {
        fill: #fff!important;
    }

    /*Modifiche card*/
    #single-careers-bottom {
        margin-bottom: 79px;
    }
    #single-careers-bottom h5 {
        font-size: 3.5rem;
        padding-bottom: 11px;
        font-weight: 400;
        text-align: center;
    }
     #positions-list {
            width: 100%;
            background-color: var(--color-grey-light);
            margin-top: 27px;
        }
        #single-careers-bottom  .container-position-list {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-flow: column;
            justify-content: space-around;
            align-items: stretch;
        }
       .container-position-list .row {
            display: flex;
            flex-wrap: wrap;
            /*margin-bottom: 31px;*/
            position: relative;
            z-index: 2;
        }
        .single-position {
            flex: 0 23%;
            margin: 0 1%;
            min-height: auto;
            background-color: #fff;
            border-radius: 6px;
            padding: 15px 0;
            flex-flow: column;
            justify-content: space-between;
            display: flex;
        }
        .single-position-text-top {
            font-size: 18px;
            font-weight: 600;
        }
        .single-position-title:hover {
            color: var(--color-details-blu);
        }
        .single-position-title {
            font-size: 35px;
            font-weight: 400;
            line-height: 39px;
        }
        .single-position-external {
            background-image: url(../img/icon-share.svg);;
            width: 25px;
            height: 25px;
            z-index: 2;
            cursor: pointer;
          }
          /* .condividi-tooltip {
            position: absolute;
            top: -2px;
            left: 50%;
            width: 100%;
            background-color: var(--color-grey-light);
            border-radius: 5px;
            border: 1px solid var(--color-main-blu);
            height: 100%;
            transform: translate(-50%, 0);
            transition: .4s ease-in-out;
            visibility: hidden;
            opacity: 0;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
          .single-position-external:hover .condividi-tooltip {
            transform: translate(-50%, 100%);
            opacity: 1;
            visibility: visible;
          } */
          .singolo-social-link {
            display: flex;
            align-items: center;
          }
        .card-top {
            display: flex;
            align-items: center;
            justify-content: space-between!important;
            margin: 0 auto;
            width: 90%;
            /*margin-bottom: 57px!important;*/
        }
        .card-middle {
            display: flex;
            align-items: center;
            text-align: left;
            width: 90%;
            margin: 0 auto;
            /*margin-bottom: 66px!important;*/
        }
        .card-middle-2 {
            display: flex;
            align-items: center;
            justify-content: flex-start!important;
            width: 90%;
            margin: 0 auto;
        }
        .single-position-list li {
            font-size: 13px;
            font-weight: 200;
            line-height: 30px;
            color: var(--color-details-blu);
            border-bottom: 1px solid var(--color-grey);
        }
        .card-bottom {
            width: 90%;
            justify-content: flex-start!important;
            margin: 0 auto;
        }
