.home {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.barradebusca {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 2;
    width: 90%;
    max-width: 1920px;;
    left: 5%;
}

.barradebusca form {
    width: 100%;
}

/* radiobuttons */
.barradebusca__abas {
    padding: 19px 0;
    display: flex;
    flex-flow: row wrap;
}

.barradebusca__abas__item{
    position: relative;
}

.barradebusca__abas__item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
}

.barradebusca__abas__item span {
    color: #fff;
    padding: 20px 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
	transition: .2s ease;
	position:inherit;
}
.barradebusca__abas__item span:hover{ background: rgba(0,0,0,0.5); }


.barradebusca__form--1 .barradebusca__abas__item input:checked + span{
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}
/* endradiobuttons */

.barradebusca__form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px;

}

.barradebusca__form select {
    padding: 10px 20px;
    width: 25%;
    font-size: 16px;
	font-weight: bold;
    background: rgba(255,255,255,0.6);
	transition: .2s ease;
	cursor:pointer;
	cursor:hand;
}
.barradebusca__form select:hover, .barradebusca__form input[type=text]:hover{ background: rgba(255,255,255,0.9); }

.barradebusca__form input[type=text] {
    padding: 10px 20px;
    width: 20%;
    text-align: center;
	font-weight: bold;
    background: rgba(255,255,255,0.6);
	border: 0;
}

.barradebusca__form button {
    padding: 10px 20px;
    /* background-color: #9A0000; */
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
	transition: .2s ease;
}
.barradebusca__form button:hover{background-color:#000;}

.barradebusca__form a {
    color: #000;
    text-decoration: none;
}

.barradebusca__form--2 {
    display: none;
}

.barradebusca__form--2 .barradebusca__form {
    justify-content: center;
}

.barradebusca__form--2 button {
    margin: 0 20px;
}

.barradebusca__abas .ativo {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}


.home__carousel {
    width: 100%;
    transition: .5s ease;
}

.home__carousel .animated  {
    -webkit-animation-duration : 200 ms  ;
    animation-duration : 200 ms  ;
}

.owl-nav {
    position: absolute;
    top: 0;
    width: 94%;
    height: 100%;
    left: 3%;
    pointer-events: none;
    margin-top: 0 !important;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.owl-prev, .owl-next {
    pointer-events: all;
}

.home__carousel .owl-prev i,.home__carousel .owl-next i {
    font-size: 40px;
    color: #ffffff;
    opacity: 0;
    transition: .2s ease;
}

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

.home__carousel .owl-prev:hover, .home__carousel .owl-next:hover {
    background: transparent !important;
}

.home__carousel__slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(750 / 1903 * 100%);
    background-size: cover;
    background-position: center;
}

.home__carousel__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
    top: 0;
}

.home__carousel__slide__content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding-top: 80px;

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

.home__carousel__slide__image__text {
    color: #ffffff;
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.home__carousel__slide__image__text2 {
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 0px 10px black;
}

.home__bottom {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 90%;
    width: 90%;
    left: 5%;

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

.home__bottom__negocie {
    color: #fff;
    padding: 40px;
    width: 30%;
    min-height: 165px;
	transition: .5s ease;
}
.home__bottom__negocie:hover{background-color: #000; }

.home__bottom__negocie h2 {
    font-size: 20px;
    font-weight: bold;
}

.home__bottom__conhecer {
    background-color: #828282;
    color: #fff;
    padding: 40px;
    width: 68%;
    min-height: 165px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
	transition: .5s ease;
}
.home__bottom__conhecer:hover{background-color: #000; }

.home__bottom__conhecer h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.home__botton__conhecer__icone {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.home__botton__conhecer__icone i {
    font-size: 30px;
    /* color: #9A0000; */
}

@media (max-width: 1024px) {

    .home__carousel {
        margin-top: 0;
    }

    .home__carousel__slide__content{
        display: none;
    }

}

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

    .barradebusca__abas__item span {
        padding: 20px 10px;
        font-size: 12px;
    }

    .barradebusca__form input[type=text] {
        width: 50%;
    }
}

@media (max-width: 720px) {

    .home__carousel__slide {
        height: 220px;
    }

    .home__carousel__slide__image__text {
        font-size: 16px;
    }

    .owl-nav {
        width: 98%;
        left: 1%;
    }

    .barradebusca {
        width: 100%;
        left: unset;
        position: relative;
    }

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

    .barradebusca button {
        height: auto;
        padding: 15px;
        margin: 10px 0;
        width: 100%;
    }

}
