@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std Book';
  src: url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std Medium';
  src: url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Circular Std';
  src: url("../fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("../fonts/CircularStd-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Circular Bold';
  src: url("..fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

body{
  background-color: #f2f3ef;

  font-family: 'Circular Std Book';
  

}

a{color: #5ab7e5;}

footer{display: none !important;}

body.home main{
    padding-top: 130px;
}

body.interna main{
    padding-top: 130px;

}



.fundo_branco{
  background-color: #fff;
}

figure img{width: 100%;}

/* header */


header.topo {
  background-color: #fff;
  padding: 10px 0 5px 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  /*
  -webkit-box-shadow: 0px -7px 13px 4px #666; 
  box-shadow: 0px -7px 13px 4px #666; 
  */
}

header.topo div.container-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}



header.topo h1,
header.topo h2{
    margin: 0px;
    text-indent: -999em;
    width: 240px;
    height: 113px;
    background-image: url('../imagens/jbs360_logo.png?1')
}


header.topo.leatherid h1,
header.topo.leatherid h2{
    margin: 0px;
    text-indent: -999em;
   
    background-image: url('../imagens/jbs360_logo-leatherid.png?1')
}


header.topo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: initial;
  background-color: #fff;
}

header.topo li a {
  font-family: 'Circular Std Medium';
  display: block;
  margin: 15px 0px 15px 15px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}


header.topo li a.destaque {
   
    position: relative;
    top: -13px;
}

header.topo li a.destaque img{
   width: 80px;
}


header.topo .logo {
  display: block;
  float: left;
  font-size: 2em;
  text-decoration: none;
}

/* menu */

header.topo .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

header.topo .menu li.submenu{
    position: relative;
}



header.topo .menu li.submenu ul{
    position: absolute;
    display: none;
    background-color: #1897d5;
    top: 56px;
    left: 19px;
}

header.topo .menu li.submenu:hover ul{
    display: block;
}

header.topo .menu li.submenu ul li:hover{
    background-color: #228dc3;
}

header.topo .menu li.submenu ul li{
    display: block;
    width: 100%;
}
header.topo .menu li.submenu ul li a{
    margin: 5px 10px;
}

/* menu icon */

header.topo .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 19px 11px;
  position: relative;
  user-select: none;
  top: 3px;
  border: 1px solid #ebebeb;

}

header.topo .menu-icon .navicon {
  background: gray;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px;
}

header.topo .menu-icon .navicon:before,
header.topo .menu-icon .navicon:after {
  background: gray;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header.topo .menu-icon .navicon:before {
  top: 5px;
}

header.topo .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

header.topo .menu-btn {
  display: none;
}

header.topo .menu-btn:checked ~ .menu {
  max-height: 800px;
  height: 800px;
}

header.topo .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header.topo .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header.topo .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header.topo .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header.topo .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



main{
    padding-top: 20px;
}



.owl-nav{
    display: block;
    position: absolute;
    top: 25%;
    width: 100%;
    
}

.owl-prev{
    left: -50px;
    position: absolute;
    font-size: 50px;
    background-color: #fff;
    color: #07488e;
    width: 40px;
    height: 66px;
    opacity: 0.7;
    
}

.owl-next{
    right: -50px;
    position: absolute;
    font-size: 50px;
    background-color: #fff;
    color: #07488e;
    width: 40px;
    height: 66px;
    opacity: 0.7;
}

.owl-dots{
    position: absolute;
    bottom: 0px;
    z-index: 999;
    margin: 0px auto;
    width: 99%;
    }
/* FINAL dos estilos para o slider */

div.form_track button{
    height: 50px;
    border-radius: 25px;
    width: 50px;
    background-color: #51b4e4;
    color: #fff;
    border: none;
}

div.form_track input{
    height: 50px;
    width: 270px;
    color: #000;
    border: none;
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;    
}

section#parte1{
  min-height: 550px;
  background-image: url('../imagens/banner_home.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 750px;
}

section#parte1 h2 {
  font-family: 'Circular Std Medium';
  line-height: 56px;
  font-size: 52px;
    color: #1a270f;
    margin-bottom: 20px;
}

section#parte1 h2 span{
  color: #6abfaf;
}

section#parte1 p{
  color: #1a270f;
  font-size: 15px;
  line-height: 25px;
}


section#parte2 div.box_texto,
div.box_texto.compra2{
    margin-top: 110px;
    position: relative;
}


div.box_texto.garantia1{
    margin-top: 60px !important;
    position: relative;
}



section#parte2 div.box_texto h2{
    color: #51b4e4;
    font-size: 30px;
}

section#parte2 div.box_texto .icone{
  position: absolute;
  top: -70px;
  right: 0px;
  font-size: 65px;
  color: #6abfaf;
}

section#parte2{
   
}

section#parte3 div.card{
    background-color: #fff;
    padding: 70px 100px;
    border-radius: 10px;
}

section#parte3 div.box_texto{
  position: relative;
}

section#parte3 div.box_texto .icone{
  position: absolute;
  top: -70px;
  left: -50px;
  font-size: 65px;
  color: #51b4e4;
}

section#parte3 h2{
    color: #6abfaf;
    margin: 0 0 30px 0;
    padding: 0px;
    font-size: 30px;
    line-height: 33px;
    
}

section#parte3 p,
section p{
  color: #1a270f;
  font-size: 15px;
  line-height: 25px;
}

section#parte3 h2.cor1{
  color: #02bac6;
}

section#parte3.icones img,
section img.icones{
  float: left;  
}

section#parte3.icones p,
section p.icones{
  margin-left: 100px;
}

section#parte3 h2.cor2{
  color: #51b4e4;
}

section#compra-historia h2{
    color: #6abfaf;
    margin: 0 0 30px 0;
    padding: 0px;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    
}

/* texto compra responsavel */ 
section#parte2 div.box_texto, div.box_texto.compra2 {
    margin-top: 0px !important;
}

/* Seção Cards */

section#section-cards h2,
section#section-cards h3{
  font-size: 33px;
  line-height: 33px;
  margin: 30px 0;
  color: #1a270f; 
  text-align: center;
  
}

section#section-cards h2 span{
  color: #5ab7e5; 
}

section#section-cards div.mini-card{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    min-height: 250px;
}

/*section#section-cards div.mini-card img{
  width: 60% !important;
}*/

body#page-pecuarista #section-cards div.mini-card div.desc{
    text-align: center;
    min-height: 100px;
}

body#page-compra #section-cards div.mini-card div.desc{
    text-align: center;
    min-height: 100px;
}

section#section-cards div.mini-card div.desc{
    text-align: center;
    min-height: 71px;
}

section#section-cards div.mini-card div.desc p{
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
    font-weight: bold;
}

section#section-cards div.mini-card div.desc a{
    text-transform: uppercase;
    color: #000;
}

section#section-cards div.mini-card div.desc a i{
    border-radius: 50%;
    background: #6abfaf;
    color: #fff;
    border: none;
    font-weight: 900;
    margin-left: 3px;
    display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}

section#section-cards div.mini-card.destaque div.desc{
  min-height: auto;
}

section#section-cards div.mini-card.destaque div.desc p{
  margin: 0px;
  line-height: 192px;
  color: #fff;
}

section#section-cards div.mini-card.destaque.azul{
  background-color: #51b4e4;
}

section#section-cards div.mini-card.destaque.verde{ 
  background-color: #02bac6;
}

section#section-cards div.mini-card.cidades div.desc{
  margin: 40px 0;
}

section#section-cards div.mini-card div.desc h3{
  font-size: 18px;
  line-height: 24px;
  color: #02bac6;
  margin: 0px;
  
}

section#section-cards div.mini-card div.desc span{
  font-size: 12px;
  color: #1a270f; 
}


section#parte4 div.traceability p{
  text-align: center;
  padding: 50px;
}

section#parte4 h2{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
    margin-top: 0px;
}


section#parte4 img.icone{
  margin-left: 50px;
}

section#parte4 h2{
  margin-left: 100px;
}

section#parte4 h2 span{
  color: #6abfaf;
}


/* INÍCIO dos estilos para as páginas internas */
body#green_offices section#section-cards div.mini-card div.desc{
    min-height: 135px !important;
}

section.header{
  position: relative;
}

section.header .texto{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 150px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

section.header .texto h1{
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 20px;
  margin: 0px;
}

section.header .texto p{
  font-size: 15px;
  line-height: 25px;
  color: #fff;

}

section#textos{
  background-color: #fff;
  padding: 70px 0;
}

section#textos .conteudo{
  padding: 0 50px;
}

section#textos h2{
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px 0;
  text-align: center;
}

section#textos .conteudo.parte1 h2{
  color: #5ab7e5;
}

section#textos .conteudo.parte2 h2{
  color: #6abfaf;
}

section#textos p{
  font-size: 14px;
  line-height: 23px;
}

section#textos.cores{
  background-color: transparent;
}

section#textos.cores .conteudo{
  border-radius: 10px;
  padding: 20px;
  min-height: 490px;
}

section#textos.cores .conteudo h2,
section#textos.cores .conteudo p{
  color: #fff;
  text-align: left;
  
}

section#textos.cores .conteudo.parte1{
  background-color: #6abfaf;
}

section#textos.cores .conteudo.parte2{
  background-color: #51b4e4;
}

section#citacao .box_texto{
  border: 15px solid #fff;
  padding: 0 40px;
  
}

section#citacao p{
  text-align: center;
  background-color: #f2f3ef;
  padding: 40px 25px;
  margin-top: -20px;
  margin-bottom: -20px;
}

section p.verde{
  color: #6abfaf;
}

.botao{
  margin: 0px auto;
  display: inline-block;
  background-color: #51b4e4;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  
}


/* FINAL dos estilos para as páginas internas */

footer h3{

    font-size: 40px;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    font-weight: normal;
}

footer{
    padding: 10px 0;
    background-color: #fff;
    color: #fff;
    text-align: left;
    
}

footer a{
    color: #fff;
    text-decoration: underline;
}


footer p{
    font-size: 14px;
}

footer a.icone{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
}

footer span{
    font-size:16px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-weight: bold;
}

/* Page Rastreabilidade do couro */
section.header_rastreabilidade{
  background-image: url('../imagens/fundo_arvore_rio.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

section.header_rastreabilidade h2 {
    font-family: 'Circular Std Medium';
    line-height: 58px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
}

section.header_rastreabilidade div.box_codigo{
  width: 80%;
  margin-bottom: 40px;
}

section.header_rastreabilidade div.box_codigo span.codigo_exemplo{
  color: #fff;
  border: #fff 1px solid;
  padding: 20px;
  border-radius: 23px;
  font-size: 25px;
}

section.header_rastreabilidade div.box_cinza h2.cor2{
  color: #51b4e4;
  font-size: 30px;
  line-height: 33px;
}

section.header_rastreabilidade div.box_cinza p{
  color: #757a71;
}


section.header_rastreabilidade div.box_cinza{
  background-color: #f2f3ef;
  padding: 40px;
  border-radius: 25px
}

section.header_rastreabilidade div.box_verde{
  background-color: #69beb0;
  padding: 40px;
  border-radius: 25px;
}

section.header_rastreabilidade div.box_verde p{
  color: #fff;
}


section.header_rastreabilidade h2 span{
  color: #6abfaf;
}


section#citacao p{
	font-size: 16px;
}



@media (max-width: 768px) {
      
    main{
        padding-top: 60px !important; 
    }
    
    
    .menu .idioma1,
   .menu .idioma2,
   .menu .idioma3{
	   position: absolute; 
	   top: 0px;
   }
   
   .menu .idioma1{
	   right: 150px;
   }
   
   .menu .idioma2{
	   right: 113px;
   }
   .menu .idioma3{
	   right: 75px;
   }

    
    
    header.topo ul{
        overflow: hidden;
    }
    header.topo li a{
        padding: 10px;
        font-size: 18px;
    }
    header.topo .menu li.submenu ul{
        position: relative;
        background-color: transparent;
        margin-left: 20px;
        top: 0px;
    }
    
    section#parte1{
      background-image: none;
      min-height: 500px;
    }
    
    header.topo h1, header.topo h2{
      width: 120px;
      height: 57px;
      background-size: 120px;
    }
    
    section#parte1 h2{
      margin: 10px;
      font-size: 25px;
      line-height: 30px;
    }
    
    section#parte2 div.box_texto,
    div.box_texto.compra2,
    div.box_texto.garantia1{
      margin-top: 110px;
    }
    
    section.header .texto{
      padding: 20px 0;
      
    }
    
    section.header .texto h1 {
      margin-top: 10px;
      font-size: 30px;
      line-height: 30px;
  }
  
  section.header .texto p{
    font-size: 15px;
    line-height: 15px;
    padding: 0 50px;
    margin-top: 10px;
    display: none; 
  }
  
  section#textos.cores .conteudo{
    margin-bottom: 30px;
  }

  section#section-cards div.mini-card.destaque.azul{
  background-color: #51b4e4; 
  min-height: 206px;
  }

  section#section-cards div.mini-card.destaque.azul div.desc{
  margin-top: 70px;
  }

  section#section-cards div.mini-card.destaque.azul div.desc p{
  line-height: 20px;
  }

  section.header_rastreabilidade h2 {
    line-height: 40px;
    font-size: 35px;
  }
  
  #parte2.mb40{
	  margin-bottom: 0px !important;
  }
  
  section#parte3.icones img, section img.icones{
	  float: none;
  }
  
  section#parte3.icones p, section p.icones{
	  margin-left: 0px;
  }


    body.home section#parte1{
	    height: 75vh;
	    position: relative;
	    margin-bottom: 40px;
    }
    
    body.home section#parte1 h2{
	    margin-top: 0px;
	    font-size: 35px;
	    line-height: 32px;
    }
    
    figure.destaque{
	    position: absolute;
	    bottom: 0px;
	    right: 0px;
    }

    
    
}


    

@media (min-width: 768px) {
  header.topo li {
    float: left;
  }
  
 

  header.topo .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-top: 32px;
    position: relative;
  }
  header.topo .menu-icon {
    display: none;
  }
  
   .menu .idioma1,
   .menu .idioma2,
   .menu .idioma3{
	   position: absolute; 
	   top: -20px;
   }
   
   .menu .idioma1 a,
   .menu .idioma2 a,
   .menu .idioma3 a{
	   margin: 0px;
   }
   
   .menu .idioma1{
	   right: 56px;
   }
   
   .menu .idioma2{
	   right: 33px;
   }
   
   .menu .idioma3{
	   right: 11px;
   }



  
  
  
}


/* alteração pecuaria transparente 2025 */ 

.conteudo-pecuaria.parte1 {
    background-color: #6abfaf !important;
    border-radius: 10px !important ;
    padding: 20px !important;
}

.conteudo-pecuaria.parte2 {
    background-color: #51b4e4 !important;
    border-radius: 10px !important;
    padding: 20px !important;
}


.conteudo-escritorios.parte1 {
    background-color: #6abfaf !important;
    border-radius: 10px !important;
    padding: 20px !important;
}


/*faq */ 

.cd-faq__title {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
	
}

.cd-faq__item {
    border-bottom: 1px solid #ddd;
   	background: white;
       margin: 10px;
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cd-faq__trigger {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cd-faq__trigger:hover {
    text-decoration: underline;
}

.cd-faq__content {
    display: none;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}

.cd-faq__item.active .cd-faq__content {
    display: block;
}



/* faq icone + e - */ 

.cd-faq__trigger {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px; 
}

.cd-faq__trigger::after {
    content: "+"; 
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 0; 
    transition: transform 0.3s ease, content 0.3s ease; 
	color: #6abfaf;
}

.cd-faq__item.open .cd-faq__trigger::after {
    content: "-"; 
	color: #6abfaf;
}

.cd-faq__item {
    list-style: none; /* Remove qualquer marcador da lista */
}



/* div pecuaria transparente */ 

.row-pecuaria {
    display: flex;
    align-items: anchor-center;
}