@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    margin:0;
    padding:0;
    font-family: "Playfair Display", serif;
    font-weight:400;
    color:#434343;
    font-size:16px;
    line-height:24px;
}

a {
    text-decoration:none;
}

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:1800px;
    margin:0 auto;
    padding:0 24px
}

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

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

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

@media (max-width:1800px) {
    .container {
        max-width:1300px;
    }

    .container1000 {
        max-width:1300px;
    }

    .container800 {
        max-width:800px;
    }
}

#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:#fff;
    padding:40px 20px 40px 20px;
    height:100%;
    width:100%;
    overflow-y:auto;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    opacity:0.9
}

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

#bar-menu-mobile #content-bar-menu-mobile a {
    display:block;
    color:#335ea6;
    font-size:16px;
    line-height:20px;
    letter-spacing:2px;
    text-transform:uppercase;
    padding:13px 0;
    border-bottom:1px dotted #989898;
    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;
}


#top-head {
    background-color:#335ea6;
    color:#fff;
    height:50px;
    font-size:14px;
}

#top-head .sx a {
    display:inline-block;
    height:50px;
    width:25px;
    margin-right:10px;
    background-position:center;
    background-size:auto 20px;
    background-repeat:no-repeat;
}

#top-head .sx a.fb {
    background-image:url(../img/ico-facebook-w.svg);
}

#top-head .sx a.ig {
    background-image:url(../img/ico-instagram-w.svg);
}

#top-head .dx {
    text-align:right;
    vertical-align:top;
}

#top-head .dx a.tel {
    display:inline-block;
    line-height:50px;
    font-weight:700;
    padding:0 0 0 30px;
    background-image:url(../img/ico-tel-w.svg);
    background-position:left center;
    background-size:auto 20px;
    background-repeat:no-repeat;
    color:#fff;
    font-family:arial;
}

h1 {
    font-size:45px;
    line-height:45px;
    font-weight:400;
    color:#101010;
    margin:0 0 20px 0
}

h2 {
    font-size:24px;
    list-style:24px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
    color:#606060;
    margin:0 0 15px 0
}

h3 {
    font-size:30px;
    line-height:30px;
    font-weight:400;
    color:#335fa6;
    margin:0 0 10px 0
}

h3.center-title {
    text-align:center;
    font-size:40px;
    line-height:40px;
    margin:0 0 30px 0
}

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

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

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

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

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

#header .page-title {
    position:absolute;
    bottom:0;
    left:24px;
    background-color:#aa367b;
    padding:10px 20px;
}

#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:240px;
    left:25px;
    top:35px;
    z-index:3;
}

#header.head-page #logo {
    width:180px;
    top:50px;
}

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

#header #menu a.ico-menu {
    display:inline-block;
    width:65px;
    height:65px;
    background-image:url(../img/ico-menu.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:34px auto;
    border:2px solid #fff;
    border-radius:100px;
}

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

    #header #logo, #header.head-page #logo {
        left:24px;
        margin-left:0;
        width:180px
    }

    #header #menu {
        top:57px;
        right:24px;
    }

    #header #menu a.ico-menu {
        background-image:url(../img/ico-menu.svg);
        background-position:center;
        background-repeat:no-repeat;
        background-size:30px auto;
        margin:0 20px -5px 0
    }
}

#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;
    padding:0 10px
}

#header #slide .txt big {
    font-size:35px;
    line-height:40px;
    font-weight:400;
    color:#fff;
    display:block;
    color:#335fa6;
    display:inline-block;
    max-width:800px;
    text-shadow:-2px 2px 0px #fff;
}

#header #slide .txt big span {
    display:block;
    margin-bottom:10px;
}

@media (max-width:660px) {
    #header #slide .txt big {
        font-size:26px;
        line-height:30px;
    }

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

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

#footer {
    background-color:#F4F4F4;
    text-align:center;
    padding:90px 0 60px 0
}

#footer img.logo-foot {
    display:inline-block;
    width:100px;
    margin:0 0 30px 0;
}

#footer .menu-foot a {
    display:inline-block;
    text-transform:uppercase;
    color:#2C2E33;
    font-size:13px;
    line-height:13px;
    margin:0 10px;
}

#footer .dati {
    margin-top:30px;
    font-size:12px;
    line-height:19px;
}

#fixbtt {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:10000;
}

#fixbtt .btt-mobile {
    display:none
}

#fixbtt .btt-desktop {
    display:block;
    background:#57ba07;
    border-radius:5px
}

#fixbtt .btt-desktop .sx {
    width:40px;
    text-align:center;
    vertical-align:middle;
    font-size:25px;
    color:#fff;
    background-image:url(../img/ico-whatsapp-w.svg);
    background-size:27px auto;
    background-repeat:no-repeat;
    background-position:center;
}

#fixbtt .btt-desktop .dx {
    font-size:12px;
    vertical-align:middle;
    padding:10px 10px 10px 0;
    color:#fff;
    line-height:14px;
}

#fixbtt .btt-desktop .dx big {
    font-size:14px;
    display:block;
    font-weight:700;
    font-family:arial;
}

@media (max-width:500px) {
    #fixbtt .btt-desktop {
        display:none
    }
    
    #fixbtt .btt-mobile {
        display:block;
        width:50px;
        height:50px;
        border-radius:50px;
        background-color:#57ba07;
        color:#fff;
        font-size:28px;
        text-align:center;
        line-height:50px;
        background-image:url(../img/ico-whatsapp-w.svg);
        background-size:27px auto;
        background-repeat:no-repeat;
        background-position:center;
    }
}







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

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



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

@media (max-width:480px) {

    
}