:root{
	--primary_color: #3378a3;
    --secondary_color: #1a5887;
}
body{
    font-family: "OpenSans-Regular";
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,b,strong{
    font-family: "OpenSans-Bold";
    font-weight: normal;
}
i{
    font-style: normal;
    font-family: "OpenSans-Italic";
}
p{
    text-align: justify;
}
p.s{
    font-size: 14px;
}
ul.std{
    padding-left: 20px;
}
.title{
    color: var(--primary_color);
}
.title_primary{
    color: var(--primary_color);
}
.subtitle{
    color: var(--primary_color);
    margin-bottom: 10px;
}
.bck_primary{
    background-color: var(--primary_color);
    color: white;
}
.bck_light{
    /*background-color: rgba(13,44,72, .1);*/
    background-color: #e6e9ec;
}
.txt_primary_color{
    color: var(--primary_color);
}
.logo{
    display: flex;
    color: var(--primary_color);
}
.logo .info{
    display: flex;
    align-items: center;
}
.logo .info p{
    font-family: "OpenSans-Bold";
}
.logo .info p:last-of-type{
    color: var(--secondary_color);
}
header {
    margin: 10px 0;
    font-family: "OpenSans-Bold";
    position: relative;
    z-index: 50;
}
header .logo img{
    align-self: center;
}
header .ico{
    width: 30px;
    vertical-align: middle;
}
header .menu{
    display: flex;
    list-style-type: none;
    gap: 30px;
    color: var(--secondary_color);
}
header .menu li{
    position: relative;
}
header .menu li a, header .menu li span{
    cursor: pointer;
}
header .langs img{
    width: 30px;
}
.custom_btn{
    font-family: "OpenSans-Bold";
    border: 3px solid var(--primary_color);
    background-color: var(--primary_color);
    color: white;
    box-shadow: 0 10px 20px var(--primary_color);
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
}
.custom_btn .ico{
    width: 40px;
    vertical-align: middle;
}
.img_text{
    display: flex;
    overflow: hidden;
}
.img_text .wrap_text > .info{
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.img_text .wrap_text > .info.white *{
    color: white !important;
}
.img_text .wrap_text > .info.white a{
    color: #13226B !important;
}
.img_text .wrap_text > .filter{
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .8);
}
.img_text .wrap_text > .filter.bck_primary{
    background-color: var(--primary_color);   
}
.img_text .wrap_text > .bck_img{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_text.reverse .wrap_text{
    padding: 0 50px 0 5vw;
}
.img_text.sub_header_home{
    min-height: calc(100svh - 70px);
}
/*.img_text.sub_header_home > div:first-of-type{
    width: 40%;
}
.img_text.sub_header_home > div:last-of-type{
    width: 60%;
}*/
.img_text.sub_header_home .title{
    line-height: 48px;
}
.img_text.sub_header_home .title span{
    font-size: 33px;
    letter-spacing: .4px;
    color: var(--secondary_color);
}
.subheader_home{
    height: calc(100svh - 70px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.subheader_home .bck{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subheader_home .info {
    position: relative;
    z-index: 20;
    margin-top: auto;
    margin-bottom: 60px;
    color: white;
    text-align: center;
}
.subheader_home .filter_bottom {
    z-index: 15;
    background: #000;
    background: linear-gradient(rgba(0,0,0,0), #000);
    height: 300px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.subheader_home .info .subtitle{
    font-family: "OpenSans-Regular";
    color: white;
}
.subheader_home .info .thirdtitle{
    text-align: left;
    margin-bottom: 20px;
}
.subheader_home .info p{
    font-size: 19px;
}
.subheader_home .info .btns{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}
.subheader_home .info .btns > div{
    flex: 1;
    background-color: white;
    color: var(--secondary_color);
    font-family: "OpenSans-Bold";
    padding: 5px;
    border-radius: 15px;
    font-size: 22px;
    cursor: pointer;
    max-width: 300px;
}
.about{
    position: relative;
}
.about .bck_img{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.about .filter{
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
}
.about .info{
    position: relative;
    z-index: 10;
    padding: 50px 0;
    overflow: hidden;
}
.about .grid{
    display: flex;
    gap: 40px;
}
#popup_video{
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 80;
    display: none;
}
#popup_video::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 5;
}
#popup_video .info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #869BA8;
    z-index: 10;
    display: flex;
    align-items: center;
}
#popup_video .info svg{
    position: absolute;
    width: 35px;
    height: 35px;
    top: -35px;
    right: -35px;
    cursor: pointer;
}
.grid_services{
    display: grid;
}
.grid_services .pad{
    padding: 0 20px;
}
.grid_services .pad_root{
    padding: 40px;
}
.grid_services .ico{
    width: 50px;
    vertical-align: middle;
}
.grid_services .ico:first-of-type{
    margin-left: 20px;
    margin-right: 10px;
}

.grid_why{
    display: grid;
}
.grid_why .card .wrap_img{
    position: relative;
}
.grid_why .card .wrap_img figure{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    position: relative;
    width: 80%;
    margin-left: 20%;
    top: 0;
    z-index: 0;
}
.grid_why .card .wrap_img h3{
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
    background-color: var(--primary_color);
    color: white;
    padding: 8px;
    width: 90%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 10px #0c2f49;
}
.grid_why .card .info{
    margin-top: 10px;
    background-color: var(--secondary_color);
    color: white;
    padding: 8px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 180px;
}
.grid_desks{
    display: grid;
    padding: 10px;
}
.grid_desks > div{
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 3px solid var(--primary_color);
}
.grid_desks > div .info h3{
    color: var(--secondary_color);
    margin-bottom: 10px;
}
.imgs_sponsor img{
    align-self: center;
    width: 250px;
}
.grid_sponsor{
    display: grid;
}
.grid_sponsor a{
    display: flex;
    justify-content: center;
}
.grid_sponsor img{
    width: 100%;
    max-width: 280px;
    align-self: center;
}
footer{
    background-color: rgba(13,44,72, .1);
}
footer .grid > div{
    overflow: hidden;
}
footer .ln_l{
    line-height: 30px;
}
footer h3{
    color: var(--primary_color);
    font-size: 23px;
}
footer a, footer .link{
    color: #0F4678;
    transition: 400ms ease;
}
footer a:hover, footer .link:hover{
    color: var(--primary_color);
    text-decoration: underline;
}
.bck_light.primary{
    overflow: hidden;
}
.bck_light.primary img.bck{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: .1;
    z-index:0;
}
.primarytitle_text{
    position: relative;
    display: flex;
    z-index: 5;
}
.primarytitle_text .text{
    font-size: 18px;
    line-height: 30px;
}
.grid_alloggi .pad{
    padding: 10px 20px;
}
.grid_alloggi .card{
    border: 3px solid rgba(13,44,72, .1);
}
.grid_alloggi .card h3{
    font-size: 20px;
    color: var(--primary_color);
    margin-bottom: 5px;
}
.grid_alloggi .card .cert {
    background-color: #dbefdc;
    color: #006217;
    font-family: "OpenSans-Bold";
    padding: 3px 10px;
    border-radius: 3px;
}
.location_info{
    display: flex;
    overflow: hidden;
}
.cert_box {
    background-color: #dbefdc;
    padding: 10px;
    border-radius: 5px;
}
.cert_box .cert{
    color: #006217;
    font-family: "OpenSans-Bold";
}
form .privacy{
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 30px;
}
form .privacy input[type='checkbox']{
    width: 30px;
    height: 30px;
}
form input[type='text'], form textarea{
    font-size: inherit;
    font-family: inherit;
    display: block;
    padding: 3px;
    width: 100%;
}
form a{
    text-decoration: underline;
}
.fade_slider, .fade_slider .slick-list, .fade_slider .slick-list .slick-track{
    height: 100%;
}
.fade_slider img{
    transform: scale(1);
    transition: transform 4s ease;
}
.fade_slider .slick-current img{ 
    transform: scale(1.02);
}
.abs_2logos{
    display: flex;
    position: absolute; 
    top: 0; 
    left: -200px; 
    opacity: .1; 
    z-index: -1; 
    height: 100%; 
    flex-direction: column; 
    gap: 300px;
}
.abs_2logos img{
    width: 600px;
}
.poi{
    background-color: var(--primary_color);
    color: white;
    padding: 50px 0;
    overflow: hidden;
}
.poi .title{
    color: white;
}
.poi ul{
    padding-left: 20px;
}
.poi ul br{
    display: none;
}
.poi a{
    color: #082743;
    transition: 400ms ease;
}
.poi a:hover{
    text-decoration: underline;
}
.poi h3{
    font-size: 25px;
}
.poi.img_text .wrap_text .text{
    padding-left: 0 !important;
}
.poi .gallery{
    margin-top: 10px;
    width: 1200px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.poi_space{
    background-color: rgba(51,120,163, .5);
    clear: both;
    height: 100px;
}
.custom_btn.stores{
    font-size: 20px;
}
.contact_section{
    background-color: #F5F6F7; 
}
.app_not_available{
    background-color: var(--secondary_color);
    color: white;
    padding: 30px 0;
    font-family: "OpenSans-Bold";
    text-align: center;
}

