/*ARtux ****************** */

/* Section Spacing */
.section_ax {
    padding-top: 120px;
    margin-top: 0px;
}


.section_ax-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section_ax-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
.section_ax-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section_ax-padding-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.section_ax-padding-top {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.section_ax-padding-top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
.section_ax-padding-top {
        padding-top: 60px;
    }
}

.section_ax-padding-bottom {
padding-bottom: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.section_ax-padding-bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
.section_ax-padding-bottom {
        padding-bottom: 60px;
    }
}



/* ----------------------------------------
vai in 
- /opt/lampp/htdocs/W2/_bootstrap/

------------------------------------- *** */

.testo_ombra {
    /* color: white; */
    text-shadow: 5px 5px 20px #5e5e5e;
}


/* ----ARtux service-artux ------------------------------------ */
.service-artux-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }


.service-artux-container .service-block {
    width: 33%;
    border: 1px solid #E6E6E6;
    border-right: none;
    background: #fff;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .service-artux-container .service-block {
        width: 50%;
    }
    .service-artux-container .service-block:nth-of-type(2) {
        border-bottom: 0px;
    }
    .service-artux-container .service-block:nth-of-type(1) {
        border-bottom: 0px;
    }
}

@media only screen and (max-width: 479px) {
.service-artux-container .service-block {
    width: 100%;
    border-right: 1px solid #E6E6E6;
    }
    .service-artux-container .service-block:nth-of-type(3) {
        border-bottom: 0px;
    }
    .service-artux-container .service-block:nth-of-type(2) {
        border-bottom: 0px;
    }
    .service-artux-container .service-block:nth-of-type(1) {
        border-bottom: 0px;
    }
}

.service-artux-container .service-block:last-child {
    border-right: 1px solid #E6E6E6;
}


.service-artux-container .service-block .inner-box {
    position: relative;
    min-height: 330px;
    padding: 32px 30px 15px;
  }
  
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .service-artux-container .service-block .inner-box {
        padding: 25px 15px;
    }
}

.service-artux-container .service-block .inner-box::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    background-color: #ff2a2a;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
  
.service-artux-container .service-block .inner-box:hover::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}

.service-artux-container .service-block .inner-box:hover .title a {
    color: #fff;
}
  
.service-artux-container .service-block .inner-box:hover .more,
.service-artux-container .service-block .inner-box:hover .icon,
.service-artux-container .service-block .inner-box:hover p {
    color: #fff;
}
  
.service-artux-container .service-block .inner-box .title {
    position: relative;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-artux-container .service-block .inner-box .title a {
    position: relative;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-artux-container .service-block .inner-box p {
    position: relative;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-artux-container .service-block .inner-box .icon {
    position: relative;
    line-height: 1;
    color: #ff2a2a;
    font-size: 48px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-artux-container .service-block .inner-box .more {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-artux-container .service-block .inner-box .icon-link-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
/* ---- fine // ARtux service-artux ------------------------------------ */
