@font-face {
	font-family: 'Montserrat-Regular';
	src: local('Montserrat-Regular'), url('../font/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Raleway-Regular';
	src: local('Raleway-Regular'), url('../font/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}

.font-title{
    font-family: 'Montserrat-Regular', sans-serif;
}

.font-text{
    font-family: 'Raleway-Regular', sans-serif;
}


.main-navbar{
    min-height: 80px !important;
}

.logo-navbar{
    width: 81px;
    height: 53px;
    max-height:53px !important;
}

.a-navbar{
    padding: 1px 34px 2px;
}

.a-navbar:hover{
    color: #13a8de !important;
    background-color: transparent!important;
}

.navbar-dropdown{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
    border-radius: 0;
    border-top: 0;
    top: 80%;
}

.navbar.is-transparent a.a-navbar-dropdown:hover{
    color: #13a8de !important;
    background-color: #e6e6e6 !important;
}

.navbar-burger:hover {
    background-color: transparent;
}

.main-footer{
    color: #ffffff;
    background-color: #4d4d4d !important;
    padding: 48px 24px 48px 24px;
}

.h-footer{
    color: #ffffff !important;
}

.a-footer{
    display: block;
    color: #ffffff !important;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1;
    font-size: 15px;
}

.a-footer:hover{
    color: #13a8de !important;
    background-color: transparent!important;
}

.a-footer.bottom{
    font-size: 12px;
}

.li-footer-border{
    border-right: 1px solid #d2d2d7;
    padding-right: 10px;
    margin-right: 7px;
}

.li-footer-border:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sidebar{
    position: fixed;
    width: calc(70vw);
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    margin: 0;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.sidebar.active{
    transform: translate(0, 0);
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

.sidebar-ul{
    text-align: center;
    margin: 20px auto 0;
}

.sidebar-dropdown{
    overflow: hidden;
    max-height: 0;
    transition: max-height 200ms ease;
}

.sidebar-button-close{
    position: relative;
    text-align: right;
    margin: 8px 8px 0 auto;
    width: 22px;
    height: 28px;
    line-height: 1;
}

.sidebar-button-close:before {
    content: "\2715";
    font-size: 28px !important;
    color: #ffffff;
}

.sidebar{
    background-color: transparent;
    opacity: 1;
}

.sidebar:before{
    content: "";
    background-color: #000000;
    opacity: 0.95;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.a-sidebar-dropdown, .a-sidebar{
    color: #ffffff;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 1;
    padding: 8px 12px;
    position: relative;
}

.a-sidebar-dropdown:hover, .a-sidebar:hover{
    color: #ffffff;
}

.overlay-sidebar{
    position: fixed;
    width: calc(100vw);
    height: 100%;
    z-index: 98;
    top: 0;
    right: 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
}

.overlay-sidebar.active{
    opacity: 0.7;
    visibility: visible;
}

.section-home{
    padding: 0;
    background-image: linear-gradient(0deg, rgba(85,93,102,0.1), rgba(85,93,102,0.1)), url(../img/Sfondo1.jpg);
    background-position: 50% 50%;
    margin-top: 80px;
    object-fit: cover;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-home-two{
    padding: 0;
    background-image: linear-gradient(#004f9f, #13a8de);
    height: 80px;
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.container-home{
    min-height: 602px;
}

.columns-home{
    width: 627px;
    min-height: 567px;
    height: auto;
    margin: 0 auto 0 !important;
    padding-top: 36px;
}

.column-home{
    padding-top: 0;
    padding-bottom: 0;
}

.img-home{
    display: block;
    width: 257px;
    height: 188px;
    margin: 19px auto 0;
    object-fit: contain;
    background-size: contain;
}

.img-home-two{
    width: 145px;
}

.titolo-home {
    margin: 12px 20px 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: 700;
    line-height: 1.1;
}
  
.sottotitolo-home {
    margin: 20px 20px 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 1.1;
    font-weight: 400;
}

.btn-home {
    display: table;
    color: #ffffff !important;
    background-color: #004f9f !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    background-image: none;
    margin: 69px auto 0;
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-home:hover {
    background-color: #ffffff !important;
    color: #004f9f !important;
}

.navbar-brand{
    height: 80px;
}

.title-dark{
    color: #4d4d4d !important;
}

.title-light{
    color: #ffffff !important;
}

.title-plat, .title-cont{
    font-size: 36px !important;
    font-weight: 700;
    margin: 33px 0 0 0 !important;
}

.paragraph-dark{
    color: #4d4d4d !important;
}

.paragraph-light{
    color: #ffffff !important;
}

.paragraph-plat{
    text-align: center;
    margin: 44px 0 0 0 !important;
}

.btn-normal{
    display: table;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 1px;
    background-image: none;
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-normal.blue{
    color: #ffffff !important;
    background-color: #004f9f !important;
}

.btn-normal.blue:hover {
    background-color: #13a8de !important;
}

.btn-normal.light{
    color: #4d4d4d !important;
    background-color: #ffffff !important;
}

.btn-normal.light:hover {
    background-color: #e6e6e6 !important;
}

.btn-plat{
    margin: 44px auto 0;
}

.section-categorie-uno{
    width: 100%;
    background: url(../img/Sfondo2.jpg) center center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.title-cat{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem !important;
    margin: 68px 0 0 !important;
}

.paragraph-cat{
    margin: 20px 0 0 !important;
}

.btn-cat{
    margin: 30px 0 68px;
}

.section-categorie-due{
    background-image: linear-gradient(#13a8de, #004f9f);
}

.section-competenze{
    padding: 0;
}

.section-metodo-lavoro{
    padding: 0;
}

.column-img-competenze{
    background-image: linear-gradient(0deg, rgba(0,79,159,0.2), rgba(0,79,159,0.2)), url(../img/competenze.jpg);
    min-height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column-img-metodo-lavoro{
    background-image: linear-gradient(0deg, rgba(0,79,159,0.2), rgba(0,79,159,0.2)), url(../img/metodolavoro.jpg);
    min-height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column-text-cml{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 48px 50px;
}

.title-cml{
    font-weight: 700;
    font-size: 36px !important;;
    margin-bottom: 0 !important;
}

.subtitle-cml{
    margin-top: 20px;
}

.btn-cml{
    margin-top: 20px;
    text-transform: uppercase;
}

.section-vantaggi{
    background-color: #13a8de;
}

.title-vant{
    font-size: 36px !important;
    font-weight: 700;
    margin: 33px 0 0 0 !important;
}

.img-cat-vant{
    height: 50px;
    width: 50px;
    margin: 53px auto 0 0;
    padding: 0;
}

.title-cat-vant{
    font-size: 20px!important;
    font-weight: 400;
    margin: 30px 0 0 0 !important;
}

.subtitle-cat-vant{
    margin: 27px 0 33px 0;
}

.input-cont{
    border-color: #b3b3b3;
    background-color: #ffffff;
    color: #000000;
    border-width: 1px;
    border-radius: 0;
    border-style: solid;
}

.input-cont:active, .input-cont:focus{
    border-color: #b3b3b3;
    box-shadow: none;
}

.column-cont{
    margin: 29px auto 33px;
}

.input.is-invalid{
    border-color: #ff0000!important;
}

.inp-chk.is-invalid{
    outline: 2px solid #ff0000;
}

.logo-footer{
    width: 162px!important;
    height: 106px!important;
    margin-bottom: 20px;
}

.paragraph-brd{
    margin: 20px 0 33px 0 !important;
}

.img-brd{
    margin: auto;
    margin: 33px 0 33px 0 !important;
}

.scroll-up{
    height: 32px;
    width: 32px;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    opacity: 0;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

/*.scroll-up:before {
    content: "\276E";
    position: fixed;
    font-size: 24px !important;
    color: #4d4d4d;
    right: 23px;
    bottom: 14px;
    transform: rotate(90deg);
}*/

.icon-scroll-up{
    height: 22px;
    width: 22px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.scroll-up:hover{
	opacity: 1 !important;
}

.opacity-off{
	opacity: 0 !important;
	transition: opacity .15s ease-in-out;
}

.opacity-on{
	opacity: 0.5 !important;
	transition: opacity .15s ease-in-out;
}

.divider{
    height: 7px;
    width: 230px;
    background-color: #47B0ED;
    margin: 10px 0;
}

.icon-site{
    height: 20px;
    width: 20px;
}

.divider-sm{
    height: 3px;
    width: 60px;
    background-color: #47B0ED;
    margin: 10px 0;
}

.divider-xs{
    height: 1px;
    width: 100%;
    background-color: #47B0ED;
    margin: 10px 0;
}

.section-pagina404{
    margin-top: 80px;
}

@media screen and (max-width: 575.98px) {
    .container-home {
        min-height: 520px;
    }
    
    .columns-home {
        min-height: 439px;
        margin-right: initial;
        margin-left: initial;
        width: auto;
        padding-top: 0;
    }

    .titolo-home {
        margin-left: 6px;
        margin-right: 6px;
        font-size: 1.875rem !important;
    }
    
    .sottotitolo-home {
        margin-left: 6px;
        margin-right: 6px;
    }

    .btn-home {
        margin-top: 47px;
    }
    
    .title-plat, .title-cont{
        font-size: 24px !important;
        margin: 0 !important;
    }

    .paragraph-plat, .paragraph-brd{
        margin: 19px 0 0 0 !important;
    }

    .btn-plat{
        margin: 19px auto 0 !important;
    }

    .title-cat{
        margin: 0 !important;
    }

    .btn-cat{
        margin: 30px 0 24px !important;
    }

    .title-cml{
        font-size: 24px !important;
    }

    .subtitle-cml{
        margin-top: 12px;
    }

    .btn-cml{
        margin-top: 16px;
    }

    .column-text-cml{
        padding: 48px 24px;
    }

    .column-img-competenze, .column-img-metodo-lavoro{
        min-height: 289px;
    }

    .columns-metodo-lavoro{
        flex-direction: column-reverse;
    }

    .title-vant{
        font-size: 24px !important;
        margin: 0 !important;
    }

    .img-cat-vant{
        margin: 0;
    }

    .title-cat-vant{
        margin: 23px 0 0 0 !important;
    }
    
    .subtitle-cat-vant{
        margin: 20px 0 0 0 !important;
    }

    .column-cont{
        margin: 29px auto 0 !important;
    }

    .img-brd{
        margin: 33px 0 0 0 !important;
    }

    .divider{
        width: 150px;
    }

    .section-home-two{
        height: 60px;
    }

    .logo-footer{
        margin: auto auto 20px auto;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .sidebar{
        width: calc(40vw);
    }

    .container-home {
        min-height: 640px;
    }
    
    .columns-home {
        width: 399px;
        padding-top: 0;
    }

    .titolo-home {
        margin-left: 9px;
        margin-right: 9px;
        font-size: 1.875rem !important;
    }
    
    .sottotitolo-home {
        margin-left: 9px;
        margin-right: 9px;
    }

    .btn-home {
        margin-top: 47px;
    }

    .title-plat, .title-cont{
        font-size: 24px !important;
        margin: 0 !important;
    }

    .paragraph-plat, .paragraph-brd{
        margin: 19px 0 0 0 !important;
    }

    .btn-plat{
        margin: 19px auto 0 !important;
    }

    .title-cat{
        margin: 0 !important;
    }

    .btn-cat{
        margin: 30px 0 24px !important;
    }

    .subtitle-cml{
        margin-top: 12px;
    }

    .btn-cml{
        margin-top: 16px;
    }

    .column-text-cml{
        padding: 48px 24px;
    }

    .column-img-competenze, .column-img-metodo-lavoro{
        min-height: 459px;
    }

    .columns-metodo-lavoro{
        flex-direction: column-reverse;
    }
    
    .title-vant{
        margin: 0 !important;
    }

    .img-cat-vant{
        margin: 0;
    }

    .title-cat-vant{
        margin: 23px 0 0 0 !important;
    }
    
    .subtitle-cat-vant{
        margin: 20px 0 0 0 !important;
    }

    .column-cont{
        margin: 29px auto 0 !important;
    }

    .img-brd{
        margin: 33px 0 0 0 !important;
    }

    .divider{
        width: 150px;
    }

    .section-home-two{
        height: 60px;
    }

    .logo-footer{
        margin: auto auto 20px auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .sidebar{
        width: calc(30vw);
    }

    .container-home {
        min-height: 630px;
    }

    .columns-home {
        width: 313px;
        min-height: 579px;
        position: relative;
        padding-top: 0;
    }

    .titolo-home {
        margin-top: 29px;
        margin-left: 13px;
        margin-right: 13px;
        position: relative;
        font-size: 2.5rem !important;
    }

    .sottotitolo-home {
        margin-left: 13px;
        margin-right: 13px;
        position: relative;
    }

    .btn-home {
        margin-top: 47px;
    }

    .title-plat, .title-cont{
        margin: 0 !important;
    }

    .paragraph-cat{
        height: 168px;
    }

    .title-cat{
        margin: 0 !important;
    }

    .btn-cat{
        margin: 20px 0 24px !important;
    }

    .column-img-competenze, .column-img-metodo-lavoro{
        min-height: 378px;
    }
    
    .title-vant{
        margin: 0 !important;
    }

    .title-cat-vant{
        margin: 23px 0 0 0 !important;
    }
    
    .subtitle-cat-vant{
        margin: 20px 0 0 0 !important;
    }

    .column-cont{
        margin: 29px auto 0 !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215.98px) {
    .container-home {
        min-height: 566px;
    }
    
    .columns-home {
        width: 517px;
        min-height: 566px;
        padding-top: 0;
        margin-bottom: -150px;
        height: auto;
    }

    .titolo-home {
        width: auto;
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .sottotitolo-home {
        width: auto;
        margin-top: 19px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .btn-home {
        margin-top: 47px;
    }

    .title-cat{
        height: 54px;
    }

    .paragraph-cat{
        height: 168px;
    }

    .column-img-competenze, .column-img-metodo-lavoro{
        min-height: 378px;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407.98px) {
    .title-cat{
        height: 54px;
    }
    
    .paragraph-cat{
        height: 168px;
    }
}

@media screen and (min-width: 1408px) {
    .title-cat{
        height: 54px;
    }
    
    .paragraph-cat{
        height: 168px;
    }
}