body, HTML {
    height:100%;
    margin:0;
}

body {
   padding-right: var(--padding_body);
   padding-left: var(--padding_body);
   overflow-x: hidden;
}

.logo_white {
    fill: var(--white);
}

.opacity {
    background-color: #00000040;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

#logo {
    height: 60px;
    width: auto;
}

.prefooter {
    background-color: var(--prefooter_background_color);
    padding: var(--prefooter_padding);
    margin-bottom: calc(var(--padding_body)*3);
}

.prefooter h1 {
    font-size: var(--prefooter_h1_size);
    font-weight: var(--prefooter_h1_font_weight);
    text-transform: uppercase;
    line-height: var(--prefooter_h1_line_eight);
    padding-bottom: var(--prefooter_h1_margin_bottom);
    color: var(--prefooter_h1_color);
}


.prefooter li, .prefooter a, .prefooter p, .prefooter {
    color: var(--prefooter_text_color);
    font-size: var(--prefooter_font);
    line-height: var(--prefooter_line_height);
    font-weight: var(--prefooter_font_weight);
}

.prefooter ul {
    margin: 0;
    padding: 0;
}

.prefooter ul li {
    display: block;
    list-style: none;
    margin-bottom: var(--prefooter_li_mb);
    padding-bottom: var(--prefooter_li_pb);
    border-bottom: var(--prefooter_li_border_bottom);
}

.prefooter a:hover {
    color: var(--prefooter_a_hover);
}

.prefooter ul li.first {
    border-top: 1px solid var(--white_opacity_30);
    margin-top: 10px;
    padding-top: 10px;
}

.prefooter .icon {
    font-size: 25px ;
}

.prefooter .icon:hover {
    color: var(--secondary_color);
}

.footer {
    background-color: var(--footer_background_color);
    padding: var(--footer_padding);
    margin-bottom: calc(var(--padding_body)*3);
}

.footer, .footer li, .footer p, .footer a {
    font-size: var(--footer_font_size);
    line-height: var(--footer_line_heignt);
    font-weight: var(--footer_font_weight);
    color: var(--footer_font_color);
}

.footer a {
    font-weight: var(--footer_a_weight);
}

.footer a:hover {
    text-decoration: var(--footer_a_style);
}

.list-item {
    display: inline-block;
    margin-right: 15px;
}

a {
    text-decoration: none;
}

a, a:hover, .btn, .btn:hover, button, button:hover, a img, a:hover img  {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.sovrapponi {
    margin-left: -200px;
    background-color: white;
    padding: 100px;
}

.full-image-section .bg {
    height: 700px;
}

.blocco {
    margin: 0;
    margin-bottom: calc(var(--padding_body)*3);
    background-color: var(--gray-100);
    padding: 0;
    height: var(--blocco_image_min_height);
}

.blocco .row {
    padding-left: 0;
}

.inner_right {
    padding-right: 70px;
}

.inner_left {
    padding-left: 70px;
}

.inner_right p, .inner_left p {
    text-align: justify;
}

.blocco .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 100%;
}

.blocco .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: var(--block_image_min_height);
    width: 100%;
    height: var(--blocco_image_min_height);
    display: block;
}

.blocco.keep {
    background-color: var(--keep_background_color);
    height: auto;
}

.blocco.keep h1 {
    color: var(--keep_h1_color);
    font-size: var(--keep_h1_size);
    font-weight: var(--keep_h1_weight);
    line-height: var(--keep_h1_lineheight);
}

.blocco.keep p {
    color: var(--keep_p_color);
}

.blocco.keep p {
    font-size: var(--keep_p_size);
    line-height: var(--keep_p_lineheight);
    font-weight: var(--keep_p_weight);
}

.blocco.keep .btn-primary {
    border-color: var(--keep_btn_border_color);
    color: var(--keep_btn_text_color);
}

.blocco.keep .btn-primary:hover {
    color: var(--keep_btn_hover_text_color);
    background-color: var(--keep_btn_hover_background_color);
}

.focus {
    background-color: var(--opacity_primary);
    margin-bottom: var(--padding_body);
    margin-bottom: calc(var(--padding_body)*3);
}

.focus.inner {
    padding: 50px;
}

.focus .icon {
    font-size: 70px;
    color: var(--primary_color);
}

.focus.secondary {
    background-color: var(--primary_color);
}

.focus.secondary a {
    color: var(--white);
    border-bottom: 1px solid transparent;
}

.focus.secondary a:hover {
    border-bottom: 1px solid #fff;
}

.focus.secondary h1, .focus.secondary p, .focus.secondary h4 {
    color: var(--white);
}

.focus.secondary h4 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}

.focus.secondary .content {
    width: 100%;
}

.focus h1, .focus p {
    color: #072c53;
}

.focus .content {
    padding: 70px;
    width:75%;
}

.focus .btn-primary {
    background-color: var(--primary_color);
    border: 1px solid var(--primary_color);
    color: var(--white);
}
.focus .btn-primary:hover {
    background-color: transparent;
    color: var(--primary_color);
}

.service .content {
    padding: 20px
}

.service p {
    font-size: 16px;
    line-height: 30px;
}

.service h1 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: var(--primary_color);
    margin-top: 20px;
}

.service .icon {
    display: block;
}

.service .icon .material  {
    color: var(--primary_color);
    font-size: 45px;
}

a:hover img {
    filter: grayscale(100%);
}

.bg {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 100%;
}

.bg.contain {
    background-size: contain;
}

.bg.cover {
    background-size: cover;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

.sharethis-inline-share-buttons {
    z-index: 10 !important;
}

#arrow {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    z-index: 3
}

#arrow a {
    background-color: #ef622c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--white);
    border-radius: 100%;
    text-decoration: none
}

#arrow a:hover {
    width: 45px;
    height: 45px;
}

u {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

#get_quote {
    background-color: var(--primary_color);
    border-radius: 7px;
    padding: 40px;
    color: var(--white);
    filter: drop-shadow(5px 5px 45px #00000070);
    margin-top: -110px;
    position: relative;
    z-index: 1;
}

#get_quote h1 {
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary_color);
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 15px;
}

#get_quote .content {
    padding-left: 40px;
}

#get_quote p, #get_quote li, #get_quote a:not(.btn) {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

#get_quote a:not(.btn) {
    color: var(--white);
}

#get_quote a:not(.btn):hover {
    color: var(--secondary_color);
}

#get_quote i {
    font-size: 35px;
}
#get_quote .btn-primary {
    border: 1px solid var(--secondary_color);
}

#get_quote .btn-primary:hover {
    background-color: transparent;
    color: var(--secondary_color);
}

.section_gray {
    background-color: var(--gray-100)
}

.section_light_gray {
    background-color: var(--gray-50)
}

.our_brand {
    width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
}

.inside {
    padding: 0 30px;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.square {
    height: auto;
}

.header {
    height: var(--header_height);
    width: 100%;
    background-color: var(--header_background_color);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--header_color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.bottom {
    background-position: bottom !important;
}

.header.top {
    background-position: top !important;
}

.header .caption {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: 0;
}

.header .caption h1, .header .caption h2 {
    color: var(--white) !important;
}

.header .caption h1::after {
    border-bottom-color: var(--white);
}

.header h1 {
    line-height: 48px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: normal;
}

.header .breadcrumb-item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.header .breadcrumb-item a {
    color: var(--header_a_color);
}

.header .breadcrumb-item.active {
    color: var(--header_a_active_color);
    text-decoration: var(--header_a_active_decoration);
}

/* MEDIA QUERY */

.header .breadcrumb-item::before {
    color: var(--white);
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
}

.header .breadcrumb-item.first::before {
    content: '';
}

.banner {
    padding: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 300px;
    height: auto;
}

.banner .container {
    z-index: 2;
}

.banner p {
    color: #a3a3a3;
    padding: 0;
    margin-bottom: 0;
}

.nav-lang-icon {
    width: 20px;
    height: auto;
}

.card {
    border-radius: var(--card_border_radius);
    border: var(--card_border);
    margin: var(--card_margin);
}

.card-body {
    border: var(--card_body_border);
    padding: var(--card_body_padding);
}

.card-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.card_image {
    height: var(--card_image_height);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card .btn {
    font-weight: var(--card_btn_font_weight);
    font-size: var(--card_btn_font_size);
    border-width: var(--btn_border_width);
}

.badge_label {
    position: absolute;
    top: 29px;
    left: 220px;
}

@media (max-width: 480px) {
    .inside {
        padding: 0;
    }

    #get_quote .content {
        padding-left: 30px;
    }

    .sovrapponi{
        margin-left: 0;
        padding: 0;
    }

    .focus .content {
        width: 100%;
    }

    .prefooter {
        padding: 20px
    }

    .focus.inner {
        padding: 50px 10px;
    }
}

@media (max-width: 768px) {
    .nav-lang-icon {
        width: 40px;
    }

    #logo {
        height: 55px;
        width: auto;
    }

    .header {
        height: 330px !important;
    }
}

@media (max-width: 1024px) {
    .inside {
        padding: 20px;
    }

    #get_quote {
        filter: drop-shadow(0 0 0 #00000050);
        margin-top: 0;
        border-radius: 0;
    }

    #get_quote .content {
        padding-left: 20px;
    }

    #get_quote i {
        font-size: 1.3rem;
    }

    .inner_right, .inner_left {
        padding: 0;
    }

    .header .caption h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .header .caption h2 {
        margin-bottom: 0;
    }

    .header .breadcrumb-item {
        font-size: 12px;
        line-height: 20px;
        font-weight: 900;
        letter-spacing: normal;
    }

    .header .breadcrumb-item::before {
        margin-left: 5px;
        margin-right: 5px;
    }
}




