/** tp_video.scss */
/* _mixins.scss */
/* setContentPerBreakpoint(xs|sm|md|lg); */
/* _variables.scss */
/* _typography.scss */
body { font-family: "Lato", sans-serif; font-size: 16px; color: #474747; font-weight: 400; }

p { font-family: "Roboto", sans-serif; }

strong { font-weight: 900 !important; }

.Container-video { position: relative; }
#video-header {display: block; min-height: inherit; object-fit: cover; position: relative; width: 100%;}
.Content-intro-home { position: absolute; top: 0px; bottom: 0px; margin-top: auto; margin-bottom: auto; display: flex; align-items: center; width: 100%; }
.Container-generic-header {
    width: 90%;
    position: relative;
    margin: 0px auto;
}

#pauseBtn{ position: absolute; bottom: 10px; right: 10%; background: transparent;  width: 40px;  height: 80px;}

.tp_header_generico .Container-generic-header a  {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 23px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 800;
    height: 45px;
    display: table;
    width: 45px;
    text-align: center;
}

.tp_header_generico .Breadcrumbs a, .tp_header_generico .Breadcrumbs {
    display: inline;
    border: 0px;
    padding: 0px;
    font-size: 12px;
    color: white;
    border-radius: 0px;
    font-weight: 300;
}
.tp_header_generico .Breadcrumbs p {
    float: left;
	margin: 0px;
}
.tp_header_generico .Breadcrumbs span.titolo {
    float: left;
    line-height: 1.5;
    padding-left: 3px;
    font-weight: 600;
}
.tp_header_generico .Container-generic-header .fa-arrow-down {
    color: white;
}
.sfondo-header {
	background-size: cover !important;
}