@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin:0;
    padding:0;
    font-family:"Roboto", sans-serif;
    font-size:18px;
    line-height:26px;
    color:#272727;
    font-weight:300;
}

a {
    text-decoration:none;
    color:#1293d3
}

a img {
    border:0
}

img {
    max-width:100%
}

div, span, a, p, section, big, small, label, input, ul, li {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.container {
    max-width:1400px;
    margin:0 auto;
    padding:0 24px
}

.container1000 {
    max-width:1000px;
    margin:0 auto;
    padding:0 24px
}

.container800 {
    max-width:800px;
    margin:0 auto;
    padding:0 24px
}

.big-container {
    max-width:1800px;
    margin:0 auto;
    padding:0 24px
}

.full-container {
    margin:0 auto;
    padding:0 24px
}

h1 {
    font-size:36px;
    line-height:40px;
    font-weight:300;
    margin:0;
    color:#6F6F6F
}

h1 span {
    color:#057ab5
}

h1 small {
    font-size:20px;
    line-height:20px;
}

h2 {
    font-size:30px;
    line-height:34px;
    letter-spacing:1px;
    font-weight:300;
    color:#057ab5;
    margin:0 0 15px 0
}

h3 {
    font-size:28px;
    line-height:30px;
    text-transform:uppercase;
    margin:0 0 15px 0
}

h3.center {
    font-size:45px;
    line-height:45px;
    font-weight:700;
    text-align:center;
    color:#057ab5
}

h3.center span {
    display:inline-block;
    padding:0 20px;
    position:relative;
}

h3.center span:before {
    content:"";
    position:absolute;
    top:50%;
    left:-120px;
    width:100px;
    border-bottom:1px solid #6F6F6F
}

h3.center span:after {
    content:"";
    position:absolute;
    top:50%;
    right:-120px;
    width:100px;
    border-bottom:1px solid #6F6F6F
}

h4 {
    font-size:28px;
    line-height:28px;
    font-weight:300;
    color:#057ab5;
    margin:0 0 15px 0
}

#bar-menu-mobile {
    position:fixed;
    display:table;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
    z-index:1000;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#bar-menu-mobile.nomenu {
    left:-100%;
}

#bar-menu-mobile #content-bar-menu-mobile {
    background: linear-gradient(to right, #179bdd, #ace167);
    padding:40px 20px 40px 20px;
    height:100%;
    width:100%;
    overflow-y:auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    opacity:0.98
}

#bar-menu-mobile #content-bar-menu-mobile img.logo-menu {
    display:inline-block;
    width:170px;
    margin-bottom:24px
}

#bar-menu-mobile #content-bar-menu-mobile a {
    display:block;
    color:#fff;
    font-size:16px;
    line-height:20px;
    letter-spacing:2px;
    text-transform:uppercase;
    padding:13px 0;
    border-bottom:1px dotted #fff;
    letter-spacing:2px;
    font-weight:700;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
    max-width:490px;
    margin:0 auto
}

#bar-menu-mobile #content-bar-menu-mobile a:hover {
    letter-spacing:4px;
}

#bar-menu-mobile #content-bar-menu-mobile a:last-child {
    border-bottom:0
}

#bar-menu-mobile #content-bar-menu-mobile .close {
    width:40px;
}

#header {
    height:600px;
    background-color:#060606;
    position:relative
}

#header.head-page {
    height:300px;
}

#header.head-page::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    background-image:url(../img/bg-sfum-top.svg);
    background-size:auto 100%;
    background-repeat:repeat-x;
    z-index:2;
}

#header.head-page #top-img {
    height:100%;
    background-color:#fff;
}

#header.head-page #top-img img {
    opacity:0.3;
}

#header.head-page #top-img .container {
    height:100%;
    position:relative;
}

#header .page-title {
    position:absolute;
    bottom:0;
    left:24px;
    background-color:#c6d470;
    padding:15px 25px;
    border-radius:10px 10px 0 0;
}

#header .page-title h1 {
    margin:0;
    color:#fff;
    font-size:35px;
    line-height:36px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:3px;
}

#header #logo {
    position:absolute;
    width:290px;
    left:50%;
    margin-left:-140px;
    top:35px;
    z-index:3;
}

#header #menu {
    position:absolute;
    top:50px;
    right:24px;
    z-index:3;
}

#header #menu a.ico-menu {
    display:inline-block;
    width:55px;
    height:55px;
    background-color:#057ab5;
    background-image:url(../img/ico-menu.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:30px auto;
    border-radius:90px;
    margin:0 20px -10px 0;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

#header #menu a.ico-menu:hover {
    background-color:#1293d3;
}

#header #menu a.prenota {
    display:inline-block;
    padding:10px 20px;
    color:#057ab5;
    border:1px solid #057ab5;
    border-radius:30px;
    text-transform:uppercase;
    font-size:15px;
    position:relative;
    top:-14px;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}

#header #menu a.prenota:hover {
    color:#abe090;
    border:1px solid #abe090;
}

#header #slide {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
}

#header #slide .callbacks_container, #header #slide ul, #header #slide ul li {
    height:100%
}

#header #slide li {
    position:relative;
}

#header #slide li img {
    opacity:1;
}

#header #slide .txt {
    position:absolute;
    z-index:3;
    bottom:70px;
    left:0;
    right:0;
    width:100%;
    text-align:center;
}

#header #slide .txt big {
    font-size:5vw;
    line-height:5.5vw;
    font-weight:400;
    color:#fff;
    display:block;
    text-shadow:0 0 10px #7a7a7a;
}

#header #slide .txt span {
    font-size:1.6vw;
    font-weight:700;
    text-transform:uppercase;
    color:#0190b4;
    text-shadow:0 0 4px #fff;
    letter-spacing:2px;
}

@media (max-width:1200px) {
    #header .page-title h1 {
        font-size:24px;
        line-height:28px;
        letter-spacing:1px;
    }
}

@media (max-width:800px) {
    #header.head-page {
        height:200px;
    }

    #header #logo {
        width:240px;
        left:24px;
        margin-left:0;
    }

    #header #menu {
        top:30px;
    }

    #header #menu a.ico-menu {
        margin-right:0
    }

    #header .page-title {
        padding:8px 15px
    }

    #header .page-title h1 {
        font-size:20px;
        line-height:22px;
        letter-spacing:1px;
    }
}

@media (max-width:630px) {
    #header {
        height:400px;
    }

    #header #slide .txt {
        bottom:30px;
        padding:0 14px
    }

    #header #slide .txt big {
        font-size:32px;
        line-height:36px;
        margin-bottom:10px
    }

    #header #slide .txt span {
        font-size:19px;
        line-height:22px;
    }
}

@media (max-width:500px) {
    #header #logo {
        width:150px;
    }
}

#footer {
    padding:80px 0;
    color:#fff;
    background-color:#f3f3f3;
    background-size:190px auto;
    background-position:right 40px top;
    background-repeat:no-repeat;
}

#footer .logo-foot img {
    width:180px;
    display:inline-block;
}

#footer .link-foot h3 {
    font-size:15px;
    line-height:15px;
    color:#057ab5;
    margin:0 0 20px 0
}

#footer .link-foot a {
    display:block;
    margin-bottom:15px;
    text-transform:uppercase;
    color:#057ab5;
    letter-spacing:0.5px;
    font-size:14px;
    line-height:14px
}




/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}