/* TECNOLOGÍAS */
.technologies-section-header{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 100px 0;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
}
.technologies-section-header.technologies-section-badanas {
    background: url("../img/badanas-header.jpg");    
}
.technologies-section-header {
    background: url("../img/technologies-header.jpg");
}
.technologies-section-header .title{
    font-size: 80px;
    line-height: 90px;
    margin: 40px 0 60px 0;
    text-transform: uppercase;
}
.technologies-list-filter {
    padding: 3rem 0 .4rem;
}
.technologies-list-filter a.active, .technologies-list-filter a:hover {
    text-decoration: underline;
}
.technologies-list-filter a {
    font-weight: 400;
    text-decoration: none;
    margin-right: 2.5rem;
}
.technologies-section-list.technologies-section-badanas .technology-item {
    border-bottom: 1px solid #eae7e0;
}
.technologies-section-list .technology-item {
    padding: 9.2rem 0;
    border-bottom: 1px solid #777671;
}
.technology-item-icon {
    margin-bottom: 3.1rem;
    width: 78px;
    height: 47px;
}
.technology-item-title {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: 300;
}
.technology-item-images-slider img {
    max-width: 100%;
}
.technology-item {
    align-items: center;
}
.technology-item-icon img {
    width: 100%;
}
.technologies-section-list .technology-item:last-of-type {
    border: 0;
}
.btn-technologies-navigation {
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1f1f1d;
    background-color: #f7f7f7;
    border: 1px solid #1f1f1d;
    padding: 1.1rem 2rem .9rem;
}
.technologies-list-navigation {
    padding: 2.4rem 0 1.9rem;
    border-bottom: 1px solid #898989;
}
.product-technologies-slider-thumbs img {
    max-width: 100%;
}
.product-tech-thumb {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}
.product-technologies-slider-thumbs .tech-name {
    margin: 10px;
    text-transform: uppercase;
}
.product-tech-slide{
    display: none;
}
.product-tech-slide.active{
    display: block;
}
.product-tech-thumb.active {
    color: #521CDC;
}
.technology-item-description *{
    color: #222221;
    line-height: 18px;
    font-size: 14px;
}
#product .technology-item-title {
    font-size: 37px;
    text-transform: uppercase;
    line-height: 37px;
    color: #222221;
    margin-bottom: 10px;
    max-width: 370px;
}
#product .technology-item-icon {
    margin-bottom: 20px;
}
#product .technology-item-closeup {
    border-radius: 100px;
    margin-top: 20px;
}

.technology_product_image{
    background: #222221;
}

@media (max-width: 991px){
    #product .technology-item-images, #product .technology-item-text {
        flex: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px){

    .technologies-section-header{
        font-size: 16px;
        line-height: 20px;
        padding: 50px 0;
    }
    .technologies-section-header .title{
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0 30px 0;
    }
    .technology-item-icon {
        margin-bottom: 30px;
    }
    .technology-item-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .technologies-section-list .technology-item {
        padding: 40px 0;
    }
    .product-technologies-slider-thumbs {
        display: flex;
    }
    #product .technology-item-title {
        font-size: 24px;      
        line-height: 37px;
        margin-bottom: 2px;
    }
}