/*
Theme Name: Ibistetra
Text Domain: tema-ibistetra
Version: 0.0.1
Description: Tema feito para o site ibistetra.com.br
Tags: blog, ecommerce
Author: Agencia BWS Russo
Author URI: https://bwsrusso.com.br/
Theme URI: https://bwsrusso.com.br/
License: free
License URI: https://bwsrusso.com.br/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

img#logotopo {
	width: 230px;
}
a {
	text-decoration: none;
	font-family: montserrat;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 900;
	color: #003b25;
	font-family: montserrat;
}
p {
	font-family: montserrat;
}
.home nav.navbar {
	background: #003b25 !important;
}
nav.navbar {
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px #00845573;
    flex-direction: column;
    background: url(https://ibistetra.com.br/wp-content/uploads/2024/07/bg-home.jpg);
    background-position: center;
}
ul.sub-menu {
    display: none;
    position: absolute;
    box-shadow: 1px 1px 1px #7d7d7d47;
    list-style: none;
    padding: 0;
    margin-top: 7px;
    background: #fff;
}
ul.sub-menu li {
    margin-right: -5px;
}

ul.top-menu li a {
    color: #fff !important;
    padding: 10px 20px;
}
ul.sub-menu li a {
	border-radius: 0;
	color: #003b25 !important;
}
ul.top-menu {
	z-index: 99;
}
.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
.menu-item {
	font-weight: 600 !important;
	text-align: center;
}
.menu-item a {
    padding: 7px 20px 10px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
}
.menu-item-has-children.current-menu-ancestor a {
	background: #008455;
	color: #fff;
	position: relative;
}
.current-menu-item a, .menu-item a:hover {
	background: #008455 !important;
	color: #fff !important;
	position: relative;
}
.menu-item-has-children li.menu-item a {
	display: flex;
	background: #fff;
	color: #008455;
}
div#navbarSupportedContent {
	justify-content: flex-end;
}
.home .bktopo {
	display: none;
}
.bktopo {
	background: #003b25;
	text-align: center;
	margin-top: -30px;
	padding: 22px 0 18px;
	margin-bottom: 30px;
}
.bktopo h1 {
	color: #fff;
}
.cttform input, .cttform span, .cttform textarea {
	width: 100%;
}
.cttform {
	background: #ecf39b;
	padding: 30px 40px 1px;
	margin-bottom: 30px;
}
.bt03 {
    background: #00a869;
    color: #fff;
    padding: 8px 18px 10px;
    font-weight: 700;
    border-radius: 8px;
}
.bt03:hover {
	color: #ffffff;
	background: #003b25;
}
ul.lastpost li img {
	height: 250px;
	width: auto;
}
.imgbloglist {
	width: 100%;
	height: 220px;
	background-size: cover !important;
	background-position: center !important;
}
.tab-content {
	text-align: center;
	background: #008455;
	margin-top: -1px;
	padding: 40px;
}
li.nav-item.col .active {
	background: #008455;
	border-radius: 6px 8px 0px 0px;
}
li.nav-item.col a {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-link img {
	max-height: 100%;
}
.foocopy {
    padding: 2em 0;
    background: #000;
    text-align: center;
}
#bwsrusso{
    color: #fff;
}
#bwsrusso:hover{
    color: #fff;
}
#bwsp{
    color: #fff;   
	margin-bottom: 0px;
}
#bwsrusso img {
    margin-top: -8px;
}
.mnvazio {
	color: #fff;
}
.prodhm {
	text-align: center;
	margin-top: -20px;
	color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	overflow: hidden;
	height: 70px;
	align-items: center;
}
.prodhm h4 {
	position: absolute;
	width: 100%;
	color: #fff;
}
.prodhm span {
	position: absolute;
	margin-bottom: -100%;
	width: 100%;
	background: #003b25;
	transition: all .2s;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	border-radius: 20px;
}
.prodhm:hover span {
	margin-bottom: 0%;
}
.improdhm {
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	margin: 0 10px;
}

a.sp-pcp-thumb {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.sp-pcp-thumb img {
	width: auto !important;
	height: auto !important;
}
.carachm {
	text-align: center;
	background: #003b25ad;
	padding: 50px 10px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}
.carachm i {
	color: #fff;
	font-size: 40px;
	display: flex;
	width: 80px;
	height: 80px;
	background: #ffffff1a;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.carachm h4 {
	color: #fff;
}
.carachm p {
	color: #fff;
	min-height: 48px;
}

footer#footer {
	background: #003b25;
	padding: 30px 0px 40px;
}
.redess a {
	font-size: 35px;
	padding: 4px;
	color: #fff;
}
.redess a:hover {
	color: #f60;
}
.rdss a {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #003b25;
	border: 2px solid;
	border-radius: 50%;
	font-size: 28px;
	margin: 0 4px;
	background: #fff;
	transition: all .1s;
	padding: 6px;  
	text-align: center;
}
.rdss a:hover {
	background: #003b25;
	color: #fff;
	transform: scale(1.1);
	border-color: #003b25;
}
a#bwsrusso img {
	margin-top: -8px;
}

.botao01:hover {
	background: #00a869;
	color: #ffffff;
}
.botao01 {
	text-decoration: none;
	padding: 12px 23px;
	display: inline-block;
	font-weight: 500;
	color: #ffffff;
	background: #008455;
	transition: all .2s;
	border-radius: 4px;
}
#slider-id {
	padding: 0px;
	list-style: none;
}
#slider-id a {
	color: #fff;
}
#slider-id li {
	border-bottom: 1px solid;
	padding: 0px 0 15px;
}

span.sublinorang {
	width: 100px;
	height: 3px;
	background: #f60;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 3px;
}
.twhite{
	color: #fff !important;
}
img {
	max-width: 100%;
	height: auto;
}
ul.lastpost li {
	list-style: none;
	margin: 0 20px 30px 0px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 30px;
}
ul.lastpost li h3 {
	margin-top: 6px;
}
ul.lastpost li p {
	height: 75px;
	overflow: hidden;
}
.sideb {
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 10px;
}
.sideb {
	border-radius: 20px;
	padding: 20px 20px;
	background: #008455;
	color: #fff;
	margin-bottom: 30px;
}
blockquote {
	font-size: 27px;
}
/*tela home linha orçamento*/
.lineorca {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 20px;
}
.linesolorc {
    text-align: center;
}
.linesolorc h3 {
    color: #fff;
    padding: 20px;
}
.botaoorc a {
    color: #008455;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 600;
}
.botaoorc a:hover {
    background: #153d2e;
    color: #fff;
    transition: all .3s;
}
/*tela sucesso*/
.ttlsucesso h2 {
    text-align: center;
    margin-bottom: 30px;
}
/*tela orçamento*/
.ttlprod {
    margin-bottom: 20px;
    text-align: center;
}
.caixa {
    display: flex;
    flex-direction: column;
}
.sub-caixa {
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    max-height: 350px;
    flex-direction: column;
    align-items: center;
    box-shadow: 3px 3px 8px #999;
    width: 270px;
    min-width: 270px;
    margin: 10px;
}
.cx-ttl-prod {
    min-height: 85px;
    text-align: center;
}
.sub-caixa-txt {
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    margin: 15px;
    max-height: 350px;
    max-width: 210px;
    flex-direction: column;
    align-items: center;
    background: #00a869;
    color: #fff;
    text-align: center;
}
.txtprod1 {
    font-size: 13px;
}
.caximg {
    width: 150px;
    height: 160px;
}
.caximgtxt {
    width: 90%;
    margin-top: 20px;
}
.ttlprod1 {
    margin-top: 10px;
}
button.btn.btn-info.mx-3 {
    margin-bottom: 20px;
}
div#container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.qntd {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qntd input {
    width: 25%;
    margin-left: 5px;
}
.medida {
    text-align: center;
    margin-top: 20px;
}
.medida p {
    margin-bottom: 0;
}
.caixa1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.caixaform2 {
    margin-top: 20px;
}
/*widget*/
.rdss {
    text-align: center;
}
footer.rd-pe {
    background: #003b25;
}

.loc-cont i {
    font-size: 20px;
    margin-right: 10px;
}

.loc-cont {
    color: #fff;
    font-family: 'Montserrat';
}

.loc-cont h2 {
    color: #fff;
    font-weight: 700;
}

.loc-cont span {
    font-family: 'Montserrat';
}

.rds {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rds h2 {
    color: #fff;
    font-weight: 700;
}

.rds-icon {
    display: flex;
}

.rds-icon a {
    text-decoration: none;
}

.rds-icon i:hover {
    background: #008455;
    color: #fff;
}

.rds i {
    font-size: 30px;
    margin-right: 10px;
    border-radius: 30px;
    background: #fff;
    color: #003b25;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.rd-pe-logo img {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*produtos home*/
.ttl-hm-prod {
    text-align: center;
    margin: 30px 0;
}
.img-txt-comp {
    margin: 0;
}

.img-ind-hm img {
    border-radius: 20px;
}

.img-ind-hm h3 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
	font-weight: 600;
}

.icon-txtttl {
    background: #003b25ad;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
}

.ttl-caract {
    margin-top: 60px;
}

.ttl-caract h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.caract-icon-txt {
    margin-bottom: 60px;
}

.icon-txtttl i {
    width: 90px;
    font-size: 40px;
    background: #ffffff1a;
    padding: 25px;
    border-radius: 45px;
    color: #fff;
}

.icon-txtttl h3 {
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
}

.bt-sb-ms {
    text-align: center;
    margin: 30px 0;
}

.bt-sb-ms a {
    color: #fff;
    background: #003b25;
    padding: 15px 20px;
    border-radius: 5px;
    transition: all .3s;
    font-weight: 700;
}

.soli-orc-ger {
    margin: 30px 0;
}

.soli-orc h2 {
    color: #fff;
}

.bt-orc {
    display: flex;
    align-items: center;
}

.bt-orc a {
    color: #fff;
    background: #003b25;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 700;
}

.ttl-hm-prod h2 {
    color: #fff;
}

.img-ind img {
    width: 100%;
    background: #fff;
    border-radius: 70px;
}

.img-ind-logo img {
    width: 100%;
    background: #fff;
    min-height: 205px;
    border-radius: 40px;
}

.img-ind h3 {
    text-align: center;
    color: #fff;
}

.img-ind p {
    text-align: center;
    color: #fff;
}

.ind-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 206px;
    border: 1px solid #fff;
    border-radius: 40px;
} 

/*quem somos*/

.txt2-qm-sm p {
    padding: 60px;
    text-align: center;
    font-weight: 500;
}

.ttl-lin3 {
    text-align: center;
}

.txt1-qm-sms p {
    font-weight: 500;
}

.ttl-lin3 h2 {
    font-weight: 700;
    color: #fff;
    padding: 30px 0;
}

.cx-ind-pro-rec-fab i {
    width: 90px;
    font-size: 40px;
    background: #ffffff1a;
    padding: 25px;
    border-radius: 45px;
    color: #fff;
}

.cx-ind-pro-rec-fab h5, .cx-ind-pro-rec-fab p {
    color: #fff;
}

.cx-ind-pro-rec-fab h5 {
    font-weight: 800;
    margin: 15px;
}

.cx-ger {
    margin-bottom: 20px;
}

.cx-ind-pro-rec-fab {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #003b25ad;
    text-align: center;
    margin: 15px;
    padding: 20px;
    border-radius: 25px;
    width: 294px;
    max-width: 100%;
    min-height: 200px;
    max-height: 100%;
    justify-content: center;
}
/*tela contato*/
.form-cont label, span, input, textarea {
    width: 100%;
}
.tl-cont {
    margin-top: 50px;
}
.tl-cont h2 {
    color: #003b25;
    font-weight: 700;
    margin-bottom: 20px;
}
.tl-cont span {
    color: #003b25;
}
.tl-cont span i {
    font-size: 20px;
    margin-right: 10px;
	color: #003b25;
}
.rds-cont {
    margin-top: 50px;
}
.rds-cont h2 {
    color: #003b25;
    font-weight: 700;
}
.rds-cont i {
    font-size: 30px;
    margin-right: 10px;
    border-radius: 30px;
    background: #003b25;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .5s;
}

.form-cont label {
    color: #003b25;
    font-weight: 600;
}
.form-cont {
    margin: 48px 0;
    border: 3px solid #00000063;
    border-radius: 40px;
    padding: 30px 30px 0;
}

.maps-cont iframe {
    margin-top: 40px;
    min-height: 360px;
    border-radius: 20px;
    width: 100%;
}

.form-cont input[type=submit]:hover {
    background: #00a869 !important;
    transition: all .3s;
}

.bot-form-cont {
    display: flex;
    justify-content: center;
}

/*tela pedidos*/
.caixa-form-ger {
    display: flex;
    justify-content: center;
}
.sub-cx-int {
    padding: 20px;
}
.cx-form-pess select {
    min-height: 40px;
}
.nproduto {
    text-align: center;
    margin-bottom: 20px;
}
.cx-form-pess {
    display: flex;
    flex-direction: column;
}
.cx-form-pess input {
    min-height: 40px;
}
.cx-form-pess label {
    margin-top: 10px;
    font-size: 18px;
}
.form-info-pess-ger {
    margin: 30px;
}
.form-info-pess-ger input, .form-info-pess-ger select, .form-info-pess-ger textarea {
    width: 100%;
}
.caximg {
    display: contents;
}

/*tela orçamento sucesso*/
.tl-orcamento-suc {
    text-align: center;
    margin-bottom: 50px;
}
.tl-orcamento-suc span {
    font-size: 30px;
    color: #00a869;
    font-weight: 800;
}
.tl-orcamento-suc i {
    font-size: 35px;
    margin-right: 10px;
}

/*ibis calhas*/

.prod-ind-ibis-ger {
    margin-bottom: 30px;
}
.prod-ind-ibis-int {
    background: #003b25;
    padding: 20px;
    border-radius: 40px;
}

.prod-ind-ibis-int img {
    border-radius: 20px;
}

/*pagina representantes*/
.tl-repre-ger {
    text-align: center;
    margin-bottom: 30px;
}
.repres img {
    border: 2px solid #003b25;
    width: 100%;
    height: 180px;
    max-height: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
}
/*tela de produtos*/
.ttl-galeria-img {
    text-align: center;
    margin-bottom: 20px;
}
/*botao whats*/

a.bot-whats {
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: #fff;
    display: flex;
    align-items: center;
}

span.txt-icon-fix {
    width: 0px;
    position: relative;
    opacity: 1;
    display: inline-block;
    height: 0px;
    overflow: hidden;
    transition: all .3s;
    background: #00a869;
    padding: 0 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

i.icon-fix {
    font-size: 30px;
    position: absolute;
    background: #00a869;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    right: 0;
}

a.bot-whats:hover span {
    opacity: 1;
    width: 200px;
    height: 38px;
    position: absolute;
    right: 40px;
}

/*woocommerce*/
.woocommerce {
	display: flex;
	flex-direction: column;
}
.woocommerce-account .woocommerce {
	flex-direction: row;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
}
.woocommerce .woocommerce-MyAccount-content {
	width: 69%;
	border: 1px solid #aaa;
	padding: 18px 20px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
	margin: 0px;
	padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border: 1px solid #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	background: #e0e0e0;
	color: #393939;
	font-weight: 500;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
	background: #cecece;
}
.woocommerce .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    
	padding: 10px;
}
.woocommerce .columns-4 li.product {
	float: left;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.woocommerce h2.woocommerce-loop-product__title {
	color: #008455;
}
.woocommerce .type-product .price {
	color: #f60 !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	margin: 7px;
}
.woocommerce .type-product .button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #003b25 !important;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
}
.woocommerce .type-product .button:hover {
	background: #f60 !important;
	color: #fff;
}
.woocommerce .columns-4 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	float: left;
	width: 48%;
}
.woocommerce ul.tabs.wc-tabs {
	display: flex;
	margin-top: 10px;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #008455 !important;
}
.woocommerce ul.tabs.wc-tabs li {
	margin: 8px 3px 6px 0 !important;
	padding: 0px !important;
}
.woocommerce ul.tabs.wc-tabs li a {
	border: 1px solid #008455 !important;
	padding: 8px 20px !important;
	color: #282828 !important;
}
.woocommerce ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li a:hover {
	background: #008455;
	border: 1px solid #008455;
	color: #fff !important;
}
.woocommerce .product_meta {
	margin: 12px 0;
}
.woocommerce .input-text.qty.text {
	margin: 5px 0 12px;
	padding: 6px 12px;
}
.woocommerce p.stars {
	margin: 10px 0;
}
.woocommerce p.comment-form-comment label {
	display: block;
}
.woocommerce .summary.entry-summary {
	width: 50%;
	float: left;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product form.cart div.quantity {
	margin-top: 2px !important;
}
.woocommerce-product-gallery__image {
	margin: 5px;
}

@media only screen and (max-width: 425px){
	 .icon-txtttl h3 {
        font-size: 20px !important;
    }
	 img#logotopo {
        width: 180px !important;
    }
}


@media only screen and (max-width: 600px) {
	 ul.top-menu li a {
        font-size: 14px;
        justify-content: center;
    }
	
	.loc-cont {
    	padding: 20px;
	}
	
	.carachm {
		margin: 0 10px 20px;
	}
	.menu-item a {
		display: block;
	}
	li.nav-item.col {
		padding: 0px;
	}
	ul.nav.nav-pills.row {
		padding: 0px 12px;
	}
	li.nav-item.col a {
		height: 70px;
	}
	.tab-content {
		padding: 10px;
	}
	
	.caract-icon-txt {
    	display: flex;
    	justify-content: center;
}
	.soli-orc {
    	text-align: center;
}
	.bt-orc {
    	display: flex;
    	justify-content: center;
}
	.rds {
    	margin: 20px;
}
	.img-ind-hm h3 {
    	font-size: 18px;
}
	.txt1-qm-sms p {
    	text-align: center;
}
	.cx-ger {
    	display: flex;
    	justify-content: center;
}
	.prod-ind-ibis-ger {
    	padding: 10px;
}
	.rds-cont {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
}
	ul.top-menu li {
    	margin-bottom: 5px;
}
	.ttl-hm-prod {
    	margin-top: 60px;
}
	.icon-txtttl {
    	margin-bottom: 15px;
}
	.prod-ind-ibis-int {
    	margin-bottom: 15px;
}
	.caximg {
    	display: contents;
}
	.botao-env-ped {
    	text-align: center;
}
	button.navbar-toggler {
    	border: 2px solid #fff !important;
    	border-radius: 5px;
}
}

@media only screen and (max-width: 768px) {
	img#logotopo {
    	width: 102px;
}
	ul.top-menu {
    	margin-left: 15px;
}
	ul.top-menu li a {
    	font-size: 13px;
}
	.img-ind-hm h3 {
    	font-size: 15px;
}
	.bot-whats {
    	right: 50px;
    	bottom: 85px;
}
	
	.bt-orc a {
    	text-align: center;
}
	.loc-cont span {
    	font-size: 14px;
}
}

@media only screen and (max-width: 1024px) {
	ul.top-menu li a {
    	padding: 10px 14px;
    	display: flex;
}
	ul.top-menu li {
    	margin-bottom: 5px;
}
	.cx-ger {
    	display: flex;
    	justify-content: center;
}
	.prod-ind-ibis-int {
    	border-radius: 20px;
    	padding: 10px;
}
	.prod-ind-ibis-int img {
    	border-radius: 10px;
}
	.img-ind-hm h3 {
    	font-size: 18px;
}
	.bt-orc a {
    	text-align: center;
}
	.bot-whats {
    	bottom: 85px;
    	right: 30px;
}
	.icon-txtttl h3 {
        font-size: 15px;
    }
}

