﻿/* testate */

.l-head-photo{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.l-head-photo .container:before {
    /* content: url(../images/nodo-ver-img.svg); */
    display: block;
    position: absolute;
    top: 42px;
    transform: translateX(-50%);
}

.head-bcc{
	background-image: url('../images/img-l-head-photo.png');
}
.head-model{
	background-image: url('../images/img-modello.png');
}

.mission{
	background-image: url('../images/mission.png');
}

.l-head-photo img{
	position: absolute;
}

.l-head-photo {
	height:250px;
    position: relative;
}

.l-head-onlytext{
    position: relative;
	margin-bottom: 10px

}
.l-head-photo h1, .l-head-onlytext h1{
	margin-top:60px;
	padding:0;
	margin-left: 0px;
}

.l-head-photo h1{
	margin-bottom:0;
	    color: var(--bcc-bianco);
}

.l-head-photo p.subtitle, .l-head-onlytext p.subtitle{
	font-size:1.5rem;
	font-family:
	'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom:0;
	margin-top:0;
	line-height:1.3;
	color:#003594;
	margin-left: 0px;
}

.l-head-onlytext p.subtitle {
    color: #202020;
}

.l-head-photo p.subtitle{
	color:#ffffff;
	line-height: 1;
}

.c-section img{
	margin-top:0;
}

.l-head-onlytext .container:before {
    /* content: url(../images/nodo-ver-test.svg); */
    /* display: block; */
    /* position: absolute; */
    /* top: 42px; */
    /* transform: translateX(-50%); */
}


@media (max-width: 767px){
	.l-head-photo p.subtitle, .l-head-onlytext p.subtitle{
		font-size:1.43rem;
	}
}

/* Video */

.l-head-video { position: relative }
.video-wrapper {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
}

.c-video-title-wrapper{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
	width:100%;
	height:100%;
}

.c-video-title{
	position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-100%);
    text-align: center;
}

.c-video-title h1{
	margin:0;
}

@media (max-width: 767px){
	
	.c-video-title{
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translate(-50%,-35px);
		text-align: center;
	}
}