@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    color: #707070;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}

h3 {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

h3:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #93B1DE;
    margin-bottom: 10px;
}

.btn.btn-info {
    background: #00588E;
    font-size: 12px;
    line-height: 40px;
    border-radius: 30px;
    border: none;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    max-width: 180px;
}

.btn.btn-info:hover {
    background: #93B1DE;
}

.container {
    max-width: 1270px;
}

/* HEADER */
header {
    position: absolute;
    z-index: 99999;
    margin: 0 auto;
    width: 100%;
    top: 95px;
}

header .navbar-light .navbar-brand {
    position: absolute;
    top: -95px;
    left: 50px;
    padding: 0;
}

header .navbar-light .navbar-brand img {
    max-width: 275px;
}

header .navbar {
    background: rgba(0, 88, 142, .85);
    position: relative;
    padding: 20px 0 0;
}

header .navbar-nav {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

header .navbar-expand-lg .navbar-nav li {
    margin: 0 20px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0 15px;
    border-bottom: 15px solid transparent;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover {
    /*background: #93B1DE;*/
    border-bottom: 15px solid #003555;
    color: rgba(255, 255, 255, 1);
}

header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding: 0;
    margin-top: 2px;
    font-size: 20px;
}

header .navbar-expand-lg .navbar-nav li:last-child .nav-link:hover {
    border: none;
}

header .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

/* Under Slide */
.under-slide {
    background: #00588E;
}

.under-slide p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    width: 80%;
}

/* Box Chi siamo */
.box-chisiamo h1 {
    font-size: 25px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
}

.box-chisiamo p {
    margin-top: 1.5rem;
    font-size: 16px;
    color: #00588E;
    line-height: 24px;
    font-weight: 400;
}

/* Box Servizi */
.box-servizi p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
}

.box-servizi p a {
    background: #F5F5F5;
    display: block;
    color: #707070;
    text-decoration: none;
}

.box-servizi .col-lg-3:nth-child(1) p a,
.box-servizi .col-lg-3:nth-child(3) p a,
.box-servizi .col-lg-3:nth-child(6) p a,
.box-servizi .col-lg-3:nth-child(8) p a {
    border-bottom: 10px solid #00588E;
}

.box-servizi .col-lg-3:nth-child(2) p a,
.box-servizi .col-lg-3:nth-child(7) p a {
    border-bottom: 10px solid #93B1DE;
}

.box-servizi .col-lg-3:nth-child(4) p a,
.box-servizi .col-lg-3:nth-child(5) p a {
    border-bottom: 10px solid #000;
}

.box-servizi .col-lg-3 p a:hover {
    background: #93B1DE;
    color: #fff;
}

.box-servizi a.btn.btn-info,
.box-proposte a.btn.btn-info {
    margin: 30px auto 0;
}

/* Box Attività proposte */
.box-proposte .ms-partialview-template .ms-slide-info {
    min-height: 0 !important;
}

.box-proposte .ms-partialview-template .ms-slide-info p {
    font-size: 17px;
    line-height: 24px;
    color: #00588E;
    text-transform: uppercase;
    font-weight: 400;
    margin: 40px auto 0;
    max-width: 40%;
    text-align: center;
}

/* Box Chi può accedere al centro */
.box-accedere p {
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
}

.box-accedere ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
    font-weight: 700;
}

.box-accedere ul li {
    margin: 20px 0 0 0;
}

.box-accedere ul li:before {
    content: "·";
    font-size: 70px;
    display: inline-block;
    line-height: 20px;
    left: -10px;
    margin-top: -3px;
    color: #93B1DE;
    position: absolute;
}

.box-accedere .box-orario h4 {
    font-size: 16px;
    color: #fff;
    background: #00588E;
}

.box-accedere .box-orario p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #93B1DE;
}

/* Box Richiedi informazioni */
.box-form {
    background: url(../images/bkg-form.jpg) no-repeat center;
    background-size: cover;
}

.box-form h3 {
    color: #fff;
}

.box-form form {
    margin-top: 10px;
}

.box-form .form-control {
    background: rgba(255, 255, 255, .85);
    border-radius: 0;
    border: none;
    min-height: 50px;
    font-size: 15px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}

.box-form textarea.form-control {
    resize: none;
    min-height: 150px;
}

.box-form .form-group {
    margin: 0;
}

.box-form p,
.box-form .form-check {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-top: 15px;
}

.box-form p a,
.box-form .form-check-label a {
    color: #fff;
    text-decoration: underline;
}

.box-form p a:hover,
.box-form .form-check-label a:hover {
    color: #f1f1f1;
}

.box-form a.btn {
    margin-top: 15px;
    float: right;
    min-width: 180px;
    color: #fff;
}

/* Footer */
footer {
    background: #00588E;
}

footer p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

footer p a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Header Internal */
.hd-internal h2 {
    background: #003555;
    margin-top: 0;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 0;
}

section.page-chisiamo p {
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
}

section.page-chisiamo .box p {
    background: #93B1DE;
    color: #fff;
    padding: 30px 25px;
}

section.page-chisiamo .boxed {
    border: 6px solid rgba(147, 177, 222, .2);
    padding: 30px 50px;
}

/* Pagina Servizi */
section.page-servizi .col-lg-6 .box-service {
    border-top: 25px solid #F5F5F5;
    width: 90%;
    margin-top: 40px;
}

section.page-servizi .box-service img {
    display: block;
}

section.page-servizi .box-service h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 15px;
}

section.page-servizi .box-service p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
}

section.page-servizi .col-lg-6:nth-child(even) .box-service {
    float: right;
}

section.page-servizi .col-lg-6:nth-child(1) .box-service img,
section.page-servizi .col-lg-6:nth-child(3) .box-service img,
section.page-servizi .col-lg-6:nth-child(6) .box-service img,
section.page-servizi .col-lg-6:nth-child(8) .box-service img {
    border-top: 10px solid #00588E;
}

section.page-servizi .col-lg-6:nth-child(2) .box-service img,
section.page-servizi .col-lg-6:nth-child(7) .box-service img {
    border-top: 10px solid #93B1DE;
}

section.page-servizi .col-lg-6:nth-child(4) .box-service img,
section.page-servizi .col-lg-6:nth-child(5) .box-service img {
    border-top: 10px solid #000;
}

section.page-servizi .col-lg-6:nth-child(1) .box-service h4,
section.page-servizi .col-lg-6:nth-child(3) .box-service h4,
section.page-servizi .col-lg-6:nth-child(6) .box-service h4,
section.page-servizi .col-lg-6:nth-child(8) .box-service h4 {
    color: #00588E;
}

section.page-servizi .col-lg-6:nth-child(2) .box-service h4,
section.page-servizi .col-lg-6:nth-child(7) .box-service h4 {
    color: #93B1DE;
}

section.page-servizi .col-lg-6:nth-child(4) .box-service h4,
section.page-servizi .col-lg-6:nth-child(5) .box-service h4 {
    color: #000;
}

/* Timeline */
section.cnt-timeline p {
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
}

section.cnt-timeline img {
    margin: 0 auto;
    display: block;
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    list-style-type: none;
}

.timeline:before {
    content: url(../images/line-timeline.gif);
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 90px;
    width: 2px;
    /*max-height: 1100px;*/
    max-height: 790px;
    z-index: 9999;
    overflow: hidden;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(0, 0, 0);
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

.timeline {
    color: #000;
    padding: 0px 20px;

}

.timeline ul {
    padding: 0;
}

.timeline ul li {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 auto;
    width: 1px;
    padding-bottom: 40px;
    list-style-type: none;
}

.timeline ul li:before {
    content: url(../images/pin-timeline.png);
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 15px;
    width: 40px;
    height: 70px;
    z-index: 9999
}

.timeline ul li .hidden {
    opacity: 0;
}

.timeline ul li .content {
    position: relative;
    top: 0px;
    width: 520px;
    padding: 0 20px;
}

.timeline ul li .content h2 {
    color: #000;
    padding-bottom: 15px;
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.timeline ul li:nth-child(odd) .content h2 {
    text-align: right;
}

.timeline ul li .content p {
    text-align: left;
    color: #00588E;
}

.timeline ul li:nth-child(odd) .content p {
    text-align: right;
}

.timeline ul li .content:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 2em;
    width: 20px;
    height: 1px;
}

.timeline ul li:nth-child(even) .content {
    left: 50px;
}

.timeline ul li:nth-child(even) .content:before {
    left: -20px;
}

.timeline ul li:nth-child(odd) .content {
    left: calc(-520px - 50px);
}

.timeline ul li:nth-child(odd) .content:before {
    right: -20px;
}

/* Contatti */
section.page-contatti .box-contatti {
    border: 6px solid rgba(147, 177, 222, .2);
    padding: 30px 50px;
}

section.page-contatti .box-contatti p {
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
    text-align: center;
}

section.page-contatti .box-contatti p span {
    font-size: 22px;
    font-weight: 700;
}

section.page-contatti h4 {
    font-size: 25px;
    font-weight: 400;
    color: #00588E;
    text-transform: uppercase;
}

section.page-contatti p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #00588E;
}

section.page-contatti ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    color: #00588E;
    width: 95%;
}

section.page-contatti ul li {
    margin-top: 30px;
}

section.page-contatti ul li span {
    font-size: 20px;
    display: block;
    color: #93B1DE;
    text-transform: uppercase;
    border-bottom: 3px dashed #DDDDDD;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

section.page-contatti ul li span i {
    color: #000;
    margin-right: 20px;
}

section.page-contatti ul li {}
