/*
Theme Name: Tropical Estufas
Text Domain: tema-tropicalestufas
Version: 0.0.1
Description: Tema feito para o site tropicalestufas.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.
*/


img#logotopo {
	width: 280px;
}
a {
	text-decoration: none;
}
nav.navbar {   
	box-shadow: 0px 1px 0px #ffffff30;
}
.top-menu,
.top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu > li {
	position: relative;
}
.top-menu > li > a {
	display: block;
	padding: 12px 16px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}
.top-menu li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: #fff;
	display: none;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.top-menu li:hover > .sub-menu {
	display: block;
}
.top-menu .sub-menu li {
	position: relative;
}
.top-menu .sub-menu li a {
	padding: 10px 15px;
	display: block;
	color: #333 !important;
	white-space: nowrap;   
	border-bottom: 2px solid transparent;
}
.top-menu a:hover {  
	border-bottom: 2px solid #fff;
}
.top-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.top-menu .sub-menu li:hover > .sub-menu {
	display: block;
}
.top-menu li.menu-item-has-children > a::after {
	content: " ▾";
	font-size: 12px;
}
.top-menu .sub-menu li.menu-item-has-children > a::after {
	content: " ▸";
	float: right;
}
.top-menu li.menu-item-has-children {
	padding-right: 5px;
}
.top-menu .sub-menu .current-menu-item a {
	background: #eee;
}
.current-menu-item a, .current-menu-ancestor a {
	border-bottom: 2px solid #fff !important;
}
.top-menu .sub-menu li a:hover {
	background: #eee;
}
@media (max-width: 991px) {
	.top-menu li .sub-menu {
		position: static;
		box-shadow: none;
	}
}
.conteudo {
	padding: 50px 0px;
}
.mnvazio {
	color: #fff;
}
.breadcrumb a{
	padding: 0px 6px;
	color: #00c5ff;
	font-weight: 500;
}
.breadcrumb span {
	padding: 0px 6px;
	color: #fff;
	font-weight: 500;
}
h1.page-title {
	font-size: 55px;
	padding-bottom: 10px;
}

div#navbarSupportedContent {
	justify-content: flex-end;
}
.bktopo {
	margin-top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	background-size: cover !important;
	background-position: center !important;
}
.bktopo h1 {
	position: absolute;
	color: #fff;
}
.masktopo {
	width: 100%;
	min-height: 200px;
	background: #00000080;
}

/*header modelo 1*/
section.topomod1 {
	background: url(https://tropicalestufas.com.br/wp-content/uploads/2026/01/young-gardener-working-with-plants-greenhouse.jpg);
	background-size: cover;
	background-position: center;
}
.masktop {
	background: #00021a82;
}

/*header modelo 1*/
/*header modelo 2*/
.sectopmod2 {
	text-align: center;
	padding: 15px 0 20px;
}
.navmdl2 div#navbarSupportedContent {
	justify-content: center !important;
}
.navmdl2 {
	background: #0d2954;
	color: #fff;
	padding: 13px;
}
.navmdl2 .current-menu-item a, .navmdl2 .menu-item a:hover {
	background: #ffffff1a !important;
	color: #ffffff !important;
	position: relative;
}
.navmdl2 ul.sub-menu li:hover, .navmdl2 ul.sub-menu {
	background: #0d2954 !important;
}
section.topomod2 {
	background: #263f65;
	color: #fff;
	padding: 6px;
	text-align: center;
}

/*header modelo 2*/
/*header modelo 3*/
.sectopmod3 .row {
	align-items: center;
}
section.sectopmod3 {
	padding: 15px 0;
}
.topddsm3 {
	font-size: 20px;
	margin: 0 5px 0px;
	width: 60px;
	height: 60px;
	background: #0d2954;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	border: 5px solid #ffffff30;
}
.sectopmod3 .telefone {
	font-weight: 700;
}

/*header modelo 3*/

.btnwhats {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 22px;
	background-color: #25D366; /* verde WhatsApp */
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 6px 15px rgba(37, 211, 102, 0.35);
	transition: all 0.3s ease;
}

.btnwhats:hover {
	background-color: #1ebe5d;
	box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
	transform: translateY(-2px);
}

.btnwhats:active {
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.35);
}
.mvv img {
	width: 140px;
}
.linetitle {
	width: 100px;
	height: 3px;
	display: inline-block;
	background: #d28605;
	margin: 0px 0px 8px;
	border-radius: 21px;
}

/* Início Home */
.segment-card {
	cursor: pointer;
	transition: all .3s ease;
}
.segment-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0,0,0,.15);
}
.titulo-destaque {
	position: relative;
	display: inline-block;
}
.titulo-destaque::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background-color: #22205f;
}
.destaque-box {
	padding: 30px 20px;
	border: 1px solid #e5e5e5;
	height: 100%;
	transition: all 0.3s ease;
}
.destaque-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0,0,0,.12);
	border-color: #22205f;
}
.carousel-indicators{
	bottom: -40px;
}
/* Botões indicadores */
#projetosCarousel .carousel-indicators button {
	background-color: #fff; /* branco */
	border: 1px solid #22205F; /* contorno para destacar */
	opacity: 1; /* deixa totalmente visível */
}
#projetosCarousel .carousel-indicators .active {
	background-color: #22205F; /* botão ativo em cor escura */
}
.revendas-section {
	background: linear-gradient(180deg, #eaeaea 0%, #ffffff 100%);
}
.revenda-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
	border-left: 4px solid #22205f;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}
.revenda-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.revenda-card h5 {
	font-size: 1.05rem;
	font-weight: 600;
	color: #22205f;
	margin-bottom: 12px;
}
.revenda-endereco,
.revenda-telefone {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 10px;
}
.revenda-endereco i,
.revenda-telefone i {
	color: #22205f;
	margin-right: 6px;
}
.revenda-telefone a {
	color: #22205f;
	text-decoration: none;
	font-weight: 500;
}
.revenda-telefone a:hover {
	text-decoration: underline;
}
.paises-section {
	background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}
.paises-swiper {
	padding: 20px 0;
}
.pais-item {
	background: #ffffff;
	border-radius: 14px;
	padding: 16px 12px 12px;
	text-align: center;
	box-shadow: 0 8px 26px rgba(0,0,0,0.08);
	transition: all 0.35s ease;
}
.pais-item img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}
.pais-item span {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #22205f;
}
.pais-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}



/* Fim Home */



footer#footer {
	background: #004789;
	padding: 30px 0px 40px;
	border-top: 7px solid #1E5E5E;
}
footer#footer {
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0px 40px;
}
.redess a:hover {
	color: #f60;
}

.botao01:hover {
	background: #f60;
	color: #ffffff;
}
.botao01 {
	text-decoration: none;
	padding: 12px 23px;
	display: inline-block;
	font-weight: 500;
	color: #ff6600;
	border: 2px solid #ff6600;
	transition: all .2s;
	border-radius: 4px;
}

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;
}
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: #0d2954;
	color: #fff;
}
blockquote {
	font-size: 27px;
}
.foocopy {
	padding: 2em 0;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	border-top: 1px solid #ffffff33;
}
#bwsrusso{
	color: #fff;
}
#bwsrusso:hover{
	color: #fff;
}
#bwsp{
	color: #fff;   
	margin-bottom: 0px;
}
#bwsrusso img {
	margin-top: -8px;
}

.site-header {
	font-family: Arial, sans-serif;
}
.navbar-nav a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}
.site-header .site-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.site-header .site-description {
	font-size: 16px;
	margin-top: 10px;
}


/*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: #004789;
}
.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: #004789 !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 #004789 !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 #004789 !important;
	padding: 8px 20px !important;
	color: #282828 !important;
}
.woocommerce ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li a:hover {
	background: #004789;
	border: 1px solid #004789;
	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;
}