﻿.bannerContent {
    padding: 4% 5%;
    background: #fff;
}


.bannerImg {
	background-position: center;
}

.bannerImg:before{
	content: none;
}

.bannerTxt .main-color {
    color: #00bf44;
}

#content-banner-mobile .bannerImgMobile:before {
    content:none;
}

.doots {
    padding-top: 1%;
    display: flex;
    justify-content: space-around;
    height: 80px;
}

a.active h4 {
    color: #00bf44;
    font-family: "Mohr-SemiBold";
    font-size: 20px;
}

a {
    position: relative;
}

.txt-inativo {
    font-size: 20px;
    color: #021f59;
    font-family: "Mohr-SemiBold";
}

a.active::after {
    content: " ";
    position: absolute;
    top: 43px;
    width: 100%;
    background-color: #00bf44;
    height: 5px;
    left: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-pills li {
    min-width: 90px;
    padding: 0 35px;
    justify-content: center;
}

.cortes .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.gjContent {
    background-color: #031859;
    background-image: url('/en/Style%20Library/images/gj/gj-carne-com-legumes.png');
    background-size: 60%;
    background-position: bottom 90% right -30%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    height: auto;
    padding: 6rem 9rem;
}

.barraColor {
    width: 100%;
    height: 6px;
    background: #00bf44;
}

.title-gj {
    color: #fff;
    font-size: 2.37rem;
    font-family: "Mohr-Medium";
    max-width: 90%;
    margin: 0px;
    padding: 0px;
    line-height: 0.8;
    color: #00bf44;
}

.subtitle-gj {
    color: #fff;
    font-family: "Mohr-BoldIt";
    font-size: 3rem;
    padding: 0px;
}


.gj-textos {
    color: #fff;
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 2rem;
    font-family: 'Mohr-Regular';
    text-align: justify;
}

.gj-icones {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.gj-icones img {
    width: 50px;
}

.tab-2 {
    background-color: #fafafa;
    background-image: url('/en/Style%20Library/images/gj/gj-beef-com-batata.png');
    background-size: 82%;
    background-repeat: no-repeat;
    background-position: bottom 60% right -120%;
    padding: 2.5rem 7rem;
}

.tab-3 {
    background-color: #fafafa;
    background-image: url('/en/Style%20Library/images/gj/gj-beef-legumes-molho.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom 40% right -65%;
    padding: 2.5rem 7rem 0;
}

.tab-box img {
    width: 150px;
    height: 150px;
    margin-right: 2rem;
}

.tab-box .box-txt h3{
    color: #00bf44;
    font-family: "Mohr-SemiBoldIt";
    font-size: 1.5rem;
}

.tab-box .box-txt p {
    width: 69% !important;
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.tab-box .box-txt ul{
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    list-style: none;
    width: 69% !important;
    background-color: transparent!important;
}

.tab-box .box-txt ul li::before {
    content: "•"; 
    color: #707070;
    margin-right:5px;
    line-height: 2;
}

.tab-box .box-txt .double-list {
    columns: 2;
    width: 80%;
}

.tab-box .box-txt .double-list li {
    width: 100px;
}

.tab-box .box-txt {
    width: 60%;
}


/* footer para essa página */
footer {
    background-color: #fff;
}

footer a, footer p, footer span, footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover, footer p:hover, footer span:hover, footer .fab:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}


/* responsivo */

@media screen and (min-width: 1900px) {

    .bannerImgLeft {
        width: 500px;
        top: 15%;
    }

    .bannerTxt {
        left: 9rem;
        bottom: 7rem;
    }

    .gjContent {
        background-position: bottom 50% right -30%;
    }

    .tab-2{
        background-position: bottom 30% right -120%;
    }

    .tab-3{
        background-position: top 80% right -60%;
    }

}

@media screen and (max-width:1600px) {
    .gjContent {
        background-position: bottom 55% right -5%;
    }
}

@media screen and (width: 1536px) {
    .bannerImgLeft{
        left: 10%;
        top: 10%;
    }

    .bannerTxt {
        left: 7rem;
        bottom: 9rem;
    }

    .gjContent {
        background-position: bottom 54% right -3%;
    }
}

@media screen and (max-width:1366px) {
    .gjContent {
        background-position: bottom 70% right -3%;
    }
    .bannerImg {
        height: 85vh;
    }

    .bannerImgLeft {
        left: 6rem;
        top: 3rem;
    }

    .bannerTxt {
        bottom: 2rem;
        left: 3.5rem;
    }
}


@media screen and (max-width: 1280px) {
    .bannerImg {
        height: 84vh;
    }

    .tab-2, .tab-3 {
        padding: 3rem;
    }

    .gjContent {
        padding: 6rem;
    }

}

@media screen and (max-width: 1024px) {
    
    .bannerImg {
        height: 480px;
    }
    
    .bannerImgLeft {
        left: 5%;
        top: 3rem;
    }
    
    .bannerTxt {
        left: 3%;
        font-size: 1.6rem;
    }

    .nav-pills li {
        width: 100%;
    }

    .doots {
        height: 20vh;
    }

    .tab-2, .tab-3 {
        padding: 2rem;
    }

    .tab-2 {
        background-size: 80%;
        background-position: bottom 100% right -120%;
    }   
    
    .tab-3 {
        background-size: 78%;
        background-position: bottom -10% right -150%;
    }   
   .tab-3 .tab-box .box-txt p {
        width: 50%;
    }

}

@media screen and (max-width: 820px) {
    .bannerImg {
        height: 33vh;
    }

    .bannerImgLeft {
        top: 2rem;
    }
    .doots{
		height: auto;
	}
	a.active h4, .txt-inativo {
	    font-size: 1rem;
	    margin: 0;
	    line-height: normal;
	    margin-bottom: 10px;
	}
	a.active::after {
	    top: unset;
	    bottom: 5px;
	}
}
@media screen and (max-width: 1280px){
.gjContent {
    padding: 6rem;
    height: 975px;
    display: flex;
    align-items: flex-start;
    background-position: bottom right -3%;
}
}

@media screen and (max-width: 768px) {
    
    .bannerImg {
        height: 34vh;
    }

    .bannerImgLeft {
        top: 2rem;
        width: 200px;
    }

    .bannerTxt {
        font-size: 1.3rem;
        bottom: 2rem;
    }

    .bannerImgRight {
        width: 100px;
        right: 1rem;
        bottom: 1rem;
    }


    .gjContent {
        padding: 3rem;
    }

    .gj-textos p {
        width: 50%;
    }

    .tab-box .box-txt p {
        width: 100%;
    }


}

@media screen and (max-width: 640px) {
    
    .bannerImg {
        background-size: 140% 100%;
        background-position: right right;
        height: 30vh;
    }

    .bannerImgLeft {
        width: 110px;
        top: 2rem;
        left: 2rem;
    }

    .bannerImgRight {
        width: 50px;
        top: 1rem;
        right: 1rem;
    }

    .bannerTxt {
        font-size: 1rem;
        bottom: 1rem;
        text-shadow: 2px 2px #333;
        left: 50%;
        transform: translate(-50%);
    }

    .nav-pills li {
        width: 100%;
    }

    a.active h4, .txt-inativo {
        font-size: 1rem;
    }

    .gjContent {
        padding: 19rem 2rem 2rem;
        background-position: top right;
        height: 840px;
    }

    .gjContent p {
        width: 100%;
    }

    .title-gj {
        font-size: 2rem;
        padding-right: 2rem;
    }

    .subtitle-gj {
        font-size: 2rem;
    }

    .tab-2, .tab-3 {
        background-image: none;
    }

    .tab-box .box-txt {
        margin-top: 10px;
        width: 100%;
    }
    .tab-box .box-txt > div{
		margin-left: 30px;
	}

    .tab-box .box-txt ul{
        width: 100%;
    }

    .tab-3 .tab-box .box-txt p {
        width: 100%;
    }

}

@media  screen and (width: 540px) {
    .bannerImg {
        height: 38vh;
    }
}

@media screen and (max-width: 375px){
 .bannerImgLeft {
     top: 1rem;
     width: 100px;
 }

 .bannerTxt {
    width: 100%;
    font-size: 1.2rem;
 }

}

@media screen and (max-width: 360px) {
    .doots {
        height: 40vh;
    }
}

@media screen and (max-width: 320px) {
  
    .bannerImg {
        height: 40vh;
    }
    .bannerImgLeft {
        top: 1rem;
    }

    .bannerTxt {
       font-size: 1.5rem;
    }

    .txt-inativo {
        line-height: 1;
        font-size: 1.2rem;
    }

    a.active h4 {
        font-size: 1.2rem;
    }
  
}