.about {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    min-height: 440px;
    margin-top: 150px;
}

.about__carousel {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    top: -15%;
    z-index: 1;
    padding: 40px 0;
    overflow: hidden;
}

.about__carousel .owl-nav {
    width: 103%;
    left: -1.5%;

}

.about__carousel .owl-prev i,.about__carousel .owl-next i {
    font-size: 10px;
    color: #ffffff;
    transition: .2s ease;
}

.about__carousel .owl-prev,.about__carousel .owl-next {
    height: 150px;
    width: 20px;
    background: rgba(0, 0, 0, .7) !important;
    border-radius: 0 !important;
    transition: .2s ease;
}

.about__carousel .owl-prev:hover,.about__carousel .owl-next:hover {
    opacity: 0.7;
}

.carouselcaixa1__slide {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.about__col {
    width: 48%;
    height: 440px;
    background-color: #ffffff;
    transition: .2s ease;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.about__col:hover {
    /* box-shadow: 0px 5px 5px 0px rgba(154,0,0,0.75); */
    transform: translateY(-20px);
}

.about__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    /*box-shadow: 0 0px 10px 5px rgba(15,15,15,.4);*/
    transition: .5s ease;
    padding: 20px;
    color: #FFF;
    position: relative;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.about__image .row--1, .about__image .row--2 {
    width: 100%;
    height: 50%;
    z-index: 1;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.about__image .row--2 {
    align-items: flex-end;
    justify-content: space-between;
    align-content: flex-end;
    flex-flow: row nowrap;
}

.about__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
    z-index: 0;
}

.about__image__features {
    color: #fff;
    /* background-color: rgba(154,0,0,0.8); */
    border-radius: 5px;
    font-weight: bold;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.about__image__feature {
    padding: 10px 20px;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.about__image__feature span {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.about__image__feature i {
    text-align: center;
    font-size: 16px;
}

.about .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.about__image__tag {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .6);
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
}

.about__image__tag2 {
    position: absolute;
    top: -20px;
    left: 20px;
    background-color: #8e8e8e;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    z-index: 2;
    text-transform: uppercase;
}

.about__image__text {
    max-width: 70%;
}

.about__image__name {
    z-index: 1;
    word-wrap: break-word;
    font-size: 22px;
    font-weight: bold;
	line-height:1;
}

.about__image__valor {
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 990px) {
    .barradebusca__tabs__item{
        padding: 20px 5px;
        font-size: 14px;
    }

    .barradebusca {
        position: relative;
        background-color: #555;
    }

    .barradebusca__tabs__item__content{
        flex-flow: row wrap;
        padding: 20px;
    }

    .barradebusca__tabs__item__content select {
        width: 100%;
        margin: 5px 0;
    }

    .home__bottom{
        position: relative;
        flex-flow: row wrap;
        margin-top: 20px;
    }

    .home__bottom__negocie{
        width: 100%;
        margin-bottom: 20px;
    }

    .home__bottom__conhecer {
        width: 100%;
        flex-flow: row wrap;
        justify-content: center;
        text-align: left;
    }

    .about{
        margin-top: unset;
    }

}

@media (max-width: 720px) {

    .carouselcaixa1__slide {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .about {
        min-height: 530px;
    }

    .about__carousel {
        top: 5%;
        position: relative;
        margin-top: 20px;
    }

    .about__tag p {
        text-align: center;
        padding: 2px;
    }

    .about__col {
        height: auto;
        width: 100%;
    }

    .about__image__name {
        font-size: 20px;
    }

    .col1 {
        padding: 30px;
    }

    .about__image {
        height: 400px;
    }

    .about__image__text {
        font-size: 20px;
    }

    .about__col:first-child .about__image {
        margin-bottom: 30px;
    }

    .about__tagimg {
        top: 2%;
        left: 5%;
    }

    .about__tagimg2 {
        top: 10%;
        left: 5%;
    }

    .about__text {
        font-size: 13px;
    }

    .about__btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

}
