/*
Theme Name: BIOAGRO
Theme URI: https://www.agenciahelp360.com.br/
Description: BIOAGRO - Tema exclusivo Help360
Author: Giordano Magalhaes
Author URI: https://www.agenciahelp360.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Poppins', sans-serif;
*/

/* -> GERAL */
html, body {
	height: 100%;
}
body {
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    font-weight: 300;
	color: rgba(30,30,30,1.00);
}
.body-modal {
    overflow: hidden;
}

.wrap {
	 position: relative;
	 width: 100%; max-width: 1200px;
	 margin: auto;
}
.wrapShort {
    max-width: 800px;
}

img {
	max-width:100%; height: auto;
}

a {
	color: #3f7286;
	text-decoration:none;
}
a:visited {
	color: #3f7286;
	text-decoration:none;
}
a:hover {
	color: #e04445;
	text-decoration:none;
}
a:active {
	color: #3f7286;
	text-decoration:none;
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 99;
	width: 100%;
	padding: 40px 0;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bioagro-logo-blue {
    display: none;
}
#bioagro-logo-bca {
    display: block;
}

.header_scroll {
    position: fixed;
    background: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    padding: 5px 0;
}
.header_scroll #bioagro-logo-blue {
    display: block;
}
.header_scroll #bioagro-logo-bca {
    display: none;
}
.header_scroll #menuprinc a {
    border:  rgba(7,90,198,0.00) solid 1px;
    color: rgba(7,90,198,1.00);
}
.header_scroll #menuprinc a:hover {
    color: rgba(7,90,198,1.00);
    border: rgba(7,90,198,1.00) solid 1px;
    background-color: rgba(0,0,0,0);
}
.header_scroll #menumob-btn {
    color: rgba(7,90,198,1.00);
}

#menumob-rs {
    display: flex;
    justify-content: center;
}
#menumob-rs a {
    position: relative;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(7,90,198,1.00);
    font-size: 30px;
    color: #fff;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: rgba(252,185,0,1.00);
}
#menumob-rs [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
}
#menuprinc li {
    margin: 0 5px;
}
#menuprinc a {
    display: block;
    padding: 5px 15px;
    border:  rgba(252,185,0,0.00) solid 1px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    border: rgba(252,185,0,1.00) solid 1px;
    background-color: rgba(0,0,0,0.4);
}

#menuprinc .menuprincAtention a {
    border:  none;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(7,90,198,1.00);
}
#menuprinc .menuprincAtention a:hover {
    border:  none;
    background-color: rgba(252,185,0,1.00);
    color: rgba(0,0,0,1.00);
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: rgba(255,255,255,0.98);
}
#menumob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.98);
    padding: 20px 0 120px;
    overflow-y: auto;
    text-align: center;
}
#menumob-logo {
    padding-top: 20px;
}
#menumob-menu {
    margin: 30px 0;
}
#menumob-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menumob-menu li {
    margin: 10px auto;
    width: fit-content;
}
#menumob-menu a {
    display: block;
    padding: 7px 15px;
    font-size: 22px;
    font-weight: 500;
    color: #425172;
    transition: all 200ms linear;
}
#menumob-menu a:hover {
    color: #0051ff;
}

#menumob-menu .menuprincAtention a {
    padding: 7px 25px;
    border:  none;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(7,90,198,1.00);
}
#menumob-menu .menuprincAtention a:hover {
    border:  none;
    background-color: rgba(252,185,0,1.00);
    color: rgba(0,0,0,1.00);
}
/* <- MENUPRINC*/

/* -> INI */
.section-title {
    text-align: center;
}
.section-title-big {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: rgba(7,90,198,1.00);
    text-transform: uppercase;
}
.section-title-sep {
    margin: 20px auto 30px;
    background-color: rgba(252,185,0,1.00);
    width: 57px; height: 15px;
    border-radius: 30px;
}
.section-title-subtitle {
    margin: auto;
    max-width: 800px;
    font-size: 20px;
    text-align: center;
}
.section-content {
    margin-top: 70px;
}

/*** ini-produtos ***/
#ini-produtos {
    border-top: rgba(7,90,198,1.00) solid 8px;
}
#ini-produtos .wrap {
    border-top: rgba(252,185,0,1.00) solid 8px;
    padding: 100px 20px;
}
#ini-produtos-categorias {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ini-produtos-categorias-item {
    width: 100%;
    max-width: 240px;
    margin: 20px;
    text-align: center;
}
.ini-produtos-categorias-item a {
    color: rgba(0,0,0,1.00);
    transition: all 200ms linear;
}
.ini-produtos-categorias-item a:hover {
    color: rgba(7,90,198,1.00);
}
.ini-produtos-categorias-icon {
    width: 230px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.ini-produtos-categorias-title {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 700;
}

/*** ini-sep ***/
#ini-sep {
    position: relative;
    padding: 170px 0;
    background-image: url(/wp-content/themes/bioagro/img/sep-bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ini-sep-top {
    position: absolute; top: -1px; left: 0; z-index: 9;
    width: 100%;
}
#ini-sep-bot {
    position: absolute; bottom: -1px; left: 0; z-index: 9;
    width: 100%;
}
#ini-sep-l1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px; line-height: 56px;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    text-align: center;
    text-transform: uppercase;
}
#ini-sep-l1 strong {
    font-weight: 900;
}
#ini-sep-l2 {
    width: fit-content;
    margin: 70px auto 0;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.ini-sep-item {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,1.00);
}
.ini-sep-title {
    margin-left: 10px;
    background-color: rgba(252,185,0,1.00);
    border-radius: 4px;
    padding: 2px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: rgba(0,66,118,1.00);
}

/*** ini-insta ***/
#ini-insta {
    position: relative;
    background-color: rgba(244,244,244,1.00);
    padding: 100px 0 130px;
}
#ini-insta-bot {
    position: absolute; bottom: -1px; left: 0; z-index: 9;
    width: 100%;
}
#ini-insta-title {
    font-family: 'Pacifico', cursive;
    font-size: 54px;
    color: rgba(7,90,198,1.00);
    text-align: center;
}
#instaposts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
#ini-insta-link {
    margin: 30px auto 70px;
}
#ini-insta-link a {
    margin: auto;
    width: fit-content;
    border: rgba(252,185,0,1.00) solid 2px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 4px 12px 4px 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 34px; line-height: 34px;
    font-weight: 500;
    color: rgba(7,90,198,1.00);
    transition: all 200ms linear;
}
#ini-insta-link a:hover {
    border: rgba(7,90,198,0.30) solid 2px;
}
#ini-insta-link img {
    margin-right: 5px;
}
#instaposts img {
    width: 100%;
}

/*** ini-parceiros ***/
#ini-parceiros {
    padding: 80px 0 100px;
}
#ini-parceiros .section-title-big {
    font-size: 64px;
    line-height: 72px;
}
.ini-parceiros-imagem {
    margin: auto;
    width: 180px;
    height: 110px;
    object-fit: contain;
    object-position: center;
}
#ini-parceiros-slider .slick-dots {
    bottom: -70px;
}

/* <- INI */


/* -> FOOTER */
footer {
    position: relative;
    background-image: url(/wp-content/themes/bioagro/img/footer-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer-border-top {
    position: absolute; top: -1px; left: 0; z-index: 9;
    width: 100%;
}
#footer-l1 {
    padding: 150px 0 80px;
}
#footer-l1 .wrap {
    display: flex;
    justify-content: space-around;
}
#footer-la, #footer-lb {
    max-width: 500px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
#footer-la img {
    margin-bottom: 20px;
}
.footer-info-item {
    margin-bottom: 30px;
    display: flex;
}
.footer-info-icon {
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 30px;
    color: rgba(252,185,0,1.00);
}
.footer-info-item:last-child {
    margin-bottom: 0;
}

#footer-l2 {
    background-color: rgba(0, 13, 36, 0.4);
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

a.body-whats {
    position: fixed; bottom: 20px; right: 20px;
    z-index: 99;
    width: 50px; height: 50px;
    border-radius: 50%;
    background-color: rgba(58,189,0,1.00);
    font-size: 34px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
a.body-whats:hover {
    background-color: rgba(50,165,0,1.00);
}
a.body-whats .fa-whatsapp {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}


#footer-whatsapp {
    position: fixed; bottom: 10px; right: 10px; z-index: 999;
}
#footer-whatsapp-box {
    width: 100%;
    display: none;
    width: 280px;
    margin: auto 10px -14px auto;
    border-radius: 7px 7px 0 0;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #545454;
}
#footer-whatsapp-box-frm {
    padding: 10px;
}
#footer-whatsapp-box-setinha {
    display: none;
}
#footer-whatsapp-box-title {
    margin-bottom: 10px;
    font-size: 16px; line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.footer-whatsapp-box-lst-item {
    margin-bottom: 7px;
}
.footer-whatsapp-box-lst-item:last-child {
    margin-bottom: 0;
}
.footer-whatsapp-box-lst-item a {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding: 10px;
    background-color: #f3f2ee;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.footer-whatsapp-box-lst-item a:hover {
    background-color: #eceae2;
    color: rgb(77, 77, 77);
}
.footer-whatsapp-box-lst-item-icon {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1bd741;
    text-align: center;
}
.footer-whatsapp-box-lst-item-icon [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff;
}
.footer-whatsapp-box-lst-item-txt {
    padding-left: 10px;
}
/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 180px 0 70px;
    background-color: rgba(7,90,198,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #c3c3c3;
}
.conteudoBigTitle-crumbs a {
    color: #9bbfff;
    transition: all 200ms linear;
}
.conteudoBigTitle-crumbs a:hover {
    color: #ffb200;
}
.page-content {
    margin: 40px 0;
    min-height: 200px;
}
/* <- PAGE TITLE */

/* -> FALE CONOSCO */
#frm_contato, #frm_orcamento {
    max-width: 700px;
    margin: auto;
}
/* <- FALE CONOSCO */

/* -> SERVICOS */
.servicos-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none; margin: 0; padding: 0;
}
.servicos-lst li {
    
}
.servicos-lst a {
    position: relative;
    padding: 50px 30px;
    margin: 20px;
    width: 100%; max-width: 400px;
    background-color: rgba(235,235,235,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.servicos-lst a:hover {
    background-color: rgb(0, 110, 255);
    color: #fff;
}
/* <- SERVICOS */

/* -> CATEGORIAS */
.categoria-lista {
    list-style:none; margin:0; padding:0;
    text-align:center;
}
.categoria-item {
    display:inline-block; vertical-align:top;
    margin:20px 10px;
    width:100%; max-width:340px;
	text-align:left;
}
.categoria-item a {
	font-weight:700;
	transition:all 200ms linear;
}
.categoria-imagem {
    width:100%; height:220px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-box-shadow: 1px 1px 2px 0 #696969;
    box-shadow: 1px 1px 2px 0 #696969;
}
.categoria-data {
	display:none;
    font-size:12px;
    margin:0;
    text-align:left;
}
.categoria-titulo {
	font-size:18px;
    margin:10px 0 5px 0;
    text-align:left;
}
.categoria-vermais {
	display:inline-block;
	padding:3px 10px;
	border-radius:3px;
	background-color:rgba(187,0,0,1.00);
	font-size:12px;
	color:rgba(255,255,255,1.00) !important;
}
.categoria-vermais:hover {
	background-color:rgba(255,0,0,1.00);
	color:rgba(255,255,255,1.00) !important;
}

/*** saibamais ***/
.saibamais-frm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.saibamais-la {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #437fff;
}
.saibamais-lista {
    list-style: none; margin: 0 auto; padding: 0;
    max-width: 900px;
}
.saibamais-item {
    margin: 30px auto;
    background-color: #f5f5f5;
    padding: 20px;
}
.saibamais-item p:last-child {
    margin-bottom: 0;
}

/*** produtos-page ***/
.produtos-page {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 40px;
}
.produtos-categorias  a.produtos-categorias-titulo {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.produtos-categorias  a.produtos-categorias-titulo:hover {
    color: #0051ff;
}
.produtos-categorias ul {
    list-style: none; margin: 0; padding: 0;
}
.produtos-categorias li {
    margin: 0;
}
.produtos-categorias a {
    display: flex;
    align-items: center;
    padding: 10px;
}
.produtos-categorias span {
    margin-left: 10px;
}
.produtos-categorias img {
    width: 50px; height: 50px;
    object-fit: contain;
    object-position: center;
}
.produtos-categorias-title {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 22px;
    font-weight: 700;
}
.produtos-nav {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 10px 20px;
}
.produtos-navtype a {
    color: rgb(220, 220, 220);
    transition: all 200ms linear;
}
.produtos-navtype a.selected {
    color: #437fff;
}
.produtos-navtype a [class*="fa-"] {
    margin: 0 5px;
}
.produtos-navtype a:hover {
    color: #0051ff;
    cursor: pointer;
}
.produtos-nprod {
    font-size: 15px;
    color: #9e9e9e;
}
.produtos-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    transition: all 200ms linear;
}
.produtos-lista-item {
    z-index: 1;
    border: #eeeeee solid 1px;
    margin: -1px 0 0 -1px;
    transition: all 200ms linear;
}
.produtos-lista-item:hover {
    z-index: 98;
    border: #cacaca solid 1px;
}
.produtos-lista-item a.produtos-lista-item-linkPrincipal {
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #000;
    transition: all 200ms linear;
}
.produtos-lista-item a.produtos-lista-item-linkPrincipal:hover {
    color: #0051ff;
}
.produtos-lista-item-img {
    margin: 0 0 10px;
    width: 100%;
    height: 175px;
    object-fit: contain;
    object-position: center;
    transition: all 200ms linear;
}
.produtos-lista-item-title {
    font-weight: 500;
}
.produtos-lista-item-excerpt {
    display: none;
    margin-top: 14px;
    opacity: 0.8;
}

.produtos-lista.tabcells-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    margin-top: 20px;
}
.produtos-lista.tabcells-large .produtos-lista-item-img {
    height: 390px;
}
.produtos-lista.list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    margin-top: 20px;
}
.produtos-lista.list .produtos-lista-item-img {
    flex-grow: 0;
    margin-right: 20px;
    width: 150px;
    height: 150px;
}
.produtos-lista.list .produtos-lista-item a.produtos-lista-item-linkPrincipal {
    display: flex;
}
.produtos-lista.list .produtos-lista-item-title {
    font-size: 22px;
    font-weight: 500;
}
.produtos-lista.list .produtos-lista-item-excerpt {
    display: block;
}

.produtos-lista-item-tags {
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.produtos-lista-item-tags a {
    padding: 0px 4px;
    background-color: #e4eef4;
    border: #84b8cc solid 1px;
    font-size: 12px;
    text-transform: uppercase;
}

/*** menumob ***/
.produtosMenumob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 9999;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.98);
    padding: 20px;
    overflow-y: scroll;
}
.produtosMenumob-categorias-title {
    display: none;
}
.produtosMenumob-categorias  a.produtos-categorias-titulo {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.produtosMenumob-categorias  a.produtos-categorias-titulo:hover {
    color: #0051ff;
}
.produtosMenumob-categorias ul {
    list-style: none; margin: 0; padding: 0;
}
.produtosMenumob-categorias li {
    margin: 5px;
}
.produtosMenumob-categorias a {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 15px;
    font-size: 22px;
}
.produtosMenumob-categorias span {
    margin-left: 10px;
}
.produtosMenumob-categorias img {
    width: 30px; height: 30px;
    object-fit: contain;
    object-position: center;
}
.produtosMenumob-categorias-title {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 22px;
    font-weight: 700;
}

/* <- CATEGORIAS */

/* -> SINGLE */
.produtoPage-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}
.produtoPage-noimg {
    margin-right: 20px;
    width: 100px;
    height: 100px;
}
.produtoPage-sectionTitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.produtoPage-frm {
    display: flex;
}
.produtoPage-imgFrm {
    margin-right: 20px;
    flex-shrink: 0;
}
.produtoPage-img {
    width: 280px;
    height: 280px;
    object-fit: contain;
    object-position: center top;
}
/* <- SINGLE */