
p.mini {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
}

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

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

.prefooter {
    background-color: #111;
    padding: 40px 30px 30px 30px;
    line-height: 20px;
    color: var(--white);
}

.prefooter .logo {
    width: 150px;
    height: auto;
    margin-bottom: 24px;
}

.prefooter li, .prefooter a, .prefooter p {
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.prefooter a {
    border-bottom: 0;
}

.prefooter a:hover {
    color: var(--footer_a_color);
    padding-bottom: 0;
    border-bottom: none;
}

.prefooter h1 {
    color: var(--secondary_color) !important;
    font-size: 20px;
    font-family: var(--primary_font);
    font-style: normal;
    font-weight: 800 !important;
}

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

.prefooter ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--white_opacity_30);
}

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

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

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

.prefooter h1 {
    font-size: 1.1rem;
    font-weight: 500 !important;
    line-height: 25px;
    color: var(--footer_a_color);
    letter-spacing: 1px !important;
}

.footer {
    background-color: #212529;
    padding: 10px;
}

.footer p, .footer li, .footer a {
    font-size: 0.65rem;
    font-weight: 600;
    color: #fff;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    color: var(--footer_a_color);
}

.footer a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.card {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

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

.keep_in {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

.keep_in::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000050;
}

.keep_in p {
    color: #fff;
    z-index: 2;
}

.keep_in h1 {
    color: var(--secondary_color);
}

.keep_in .divider h1::after {
    border-bottom-color: var(--secondary_color) !important;
}

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;
}

.focus_gray {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.focus {
    background-color: var(--secondary_color);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 50px;
}

.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);
}

.icon {
    font-size: 90px;
    display: block;
    margin-bottom: 15px;
}

.service {
    margin-top: 50px;
    margin-bottom: 50px;
}

.service .content {
    padding: 30px
}

.service p {
    font-size: 13px;
    line-height: 22px !important;
}

.service h1 {
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    letter-spacing: normal;
}

.service h1 span {
    font-weight: 300;
}

.service .icon {
    display: block;
    font-size: 55px;
    color: var(--secondary_color) !important;
}

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

.service figure {
    display: block;
    height: 230px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

img.bordered {
    padding: 10px;
    border: 1px solid var(--gray-300);
}

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

.bg {
    background-repeat: no-repeat;
    background-position: center center;
}

.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;
}

#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(--secondary_color);
    border-radius: 0;
    padding: 40px;
    color: var(--white);
    /* filter: drop-shadow(5px 5px 45px #00000070); */
    margin-top: 60px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

#get_quote h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary_color);
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

#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(--primary_color);
    background-color: var(--primary_color);
}

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

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

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

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

.inside {
    padding: 0 50px;
}

/* section {
    padding-top: 100px;
    padding-bottom: 100px;
} */

.square {
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    height: 400px;
    width: 100%;
    border-radius: var(--border_radius);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-bottom: 48px;
}

.header .opacity {
    border-radius: var(--border_radius);
}

.header.bassa {
    height: 80px !important;
}

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

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

.header .caption {
    position: relative;
    z-index: 2;
    margin: 70px 24px 0 24px;
    width: 100%;
}

.header .caption h1, 
.header .caption h2 {
    color: #FFF !important;
    text-align: center;
    text-shadow: 0px -1px 34px rgba(0,0,0,1);
}

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

.header h1 {
    line-height: 150%;
    font-size: 50px;
}

.header .divider h1 {
    margin-bottom: 45px;
}

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

.header .breadcrumb-item a {
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}

#breadcrumb .breadcrumb {
    padding: 7px 20px;
    background-color: var(--gray-100);
}

#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary_color);
}

#breadcrumb .breadcrumb li.active a {
    font-weight: 900;
    color: var(--primary_color);
}

#breadcrumb .breadcrumb li a {
    font-size: 0.9rem;
    line-height: 1rem;
}

.header .breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    font-style: oblique;
}

/* 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: '';
}

.prezzo {
    font-size: 1.8rem;
    font-family: var(--primary_font);
    letter-spacing: -1px;
    font-weight: 600;
}

.showFeatures {
    display: block;
    padding: 0;
    margin: 0;
}

.showFeatures li {
    list-style: none;

}

#investimento {
    background-color: #02050A;
}

#investimento .image {
    min-height: 735px;
    height: auto;
    background-image: url('/images/investimento.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

#investimento p {
    color: #fff;
}

#investimento h2 {
    font-weight: 700;
    color: var(--secondary_color);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

#investimento i.fas, #investimento i.fa {
    color: var(--secondary_color);
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
}

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

.banner h2, .banner p {
    color: #fff;
}

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

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

.card a {
    color: var(--secondary_color);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid transparent;
}

.card figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    transition: transform 0.5s;
}

.card-body p {
    line-height: 28px;
}

#product_list .card {
    border: none !important;
    position: relative;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list .card h1 {
    position: absolute;
    background-color: #fff;
    top: -20px;
    left: 15px;
    padding-left: 20px;
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 1PX;
    line-height: normal;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.40s ease-out;
    -moz-transition: all 0.40s ease-out;
    -o-transition: all 0.40s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    FONT-WEIGHT: 600;
}

#product_list a {
    border-bottom: none;
    position: relative;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    padding: 0;
}

#product_list a:hover figure {
    transform: scale(1.1);
    transition: transform 0.5s;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list a:hover h1 {
    left: 20px;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list .card figure {
    margin: 0;
    padding: 0;
}

.check-list {
    padding: 0;
    margin: 0;
}

.check-list li {
    display: block;
    margin: 7px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary_color);
}

.check-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 10px;
}

.text-secondary {
    color: var(--primary_color_hover) !important;
}

#get_in_touch {
    background-color: #212529;
    background-image: url('/images/denim.webp');
    background-repeat: repeat;
    background-size: auto;
    overflow-x: hidden;
}

#get_in_touch h1 span, #get_in_touch h1 strong {
    color: var(--secondary_color);
}

#get_in_touch strong {
    color: var(--secondary_color);
}

#get_in_touch .inside {
    padding: 100px !important;
}

#get_in_touch h1, #get_in_touch p, #get_in_touch li, #get_in_touch a {
    color: #fff;
}

#get_in_touch  .divider h1::after {
    border-bottom-color: #fff;
}

#get_in_touch .btn {
    margin-top: 30px;
}

#get_in_touch .btn-primary {
    /* background-color: #492f1e;
    border: 1px solid #492f1e; */
    color: #000;
}

#get_in_touch .btn-primary:hover {
    /* background-color: #ffffff20;
    color: #492f1e; */
    color: #fff;
}

#get_in_touch .owl-carousel .item {
    /* max-height: 400px; */
    /* height: 100%; */
}

#get_in_touch .inside {
    padding: 20px;
}

.check_list {
    padding-left: 0;
    padding-top: 20px;
}

.check_list li {
    display: block;
    list-style: none;
    color: var(--secondary_color) !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
}

.check_list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    color: var(--secondary_color);
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 10px auto;
}

.bw {
    filter: grayscale(100%);
}

#parole .owl-nav {
    padding-top: 0px;
    margin-top: 0;
}

#parole .item h1 {
    font-size: 33px;
    line-height: 45px;
}

.blog_carousel .carousel-inner .carousel-item {
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery a {
    display: block;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

 .page-link {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50% !important;
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--secondary_color);
    border-color: var(--secondary_color);
    font-weight: 600;
    background-color: transparent;
    font-family: var(--secondary_font);
    font-size: 20px;
    line-height: 100%;
}

.active>.page-link, .page-link.active, .page-link:hover {
    background-color: var(--third_color) !important;
    border-color: var(--third_color) !important;
    color: #FFF !important;
}

.bw-effect {
    filter: grayscale(100%);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.bw-effect:hover {
    filter: grayscale(0);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

@media (max-width: 480px) {
    #get_quote .content {
        padding-left: 30px;
    }

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

    .focus .content {
        width: 100%;
    }

    .prefooter {
        padding: 20px
    }

    .blog_carousel .carousel-inner .carousel-item {
        height: 400px;
    }
}

@media (max-width: 1024px) {
    #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;
    }

    .header h1 {
        line-height: 35px;
        font-size: 28px;
        font-weight: 600;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .header.bassa {
        height: 100px !important;
    }

    /* section {
        padding-top: 50px;
        padding-bottom: 50px;
    } */
}




