/*
Theme Name: Tadeu Theme
Description: Tadeu Theme
Author: Matheus
Template: storefront
Version: 1.0.0
Text Domain: Tadeu
*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

.site-info {
  background-color: #233b91;
  text-align: center;
  font-size: 20px;
  padding: 1em 1em 1.5em;
  color: #fff;
}


 .main-navigation ul.menu>li>a,.main-navigation ul.nav-menu>li>a {
            padding: 0.6em 2.2em !important;
    color: #fff !important;
    text-transform: uppercase;
    }


.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
    outline: none;
}

.site-footer {
  border-top: 20px solid #868796;
  background-color: #e9e4e5;
  color: #ffffff;
  padding: 0;
}

header .storefront-primary-navigation {
  background-color: #233b91;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  margin-bottom: -1px;
}

header .storefront-primary-navigation .current_page_item {
  background-color: #ab0202;
}

header .main-navigation ul.nav-menu > li > a {
  padding: 0.6em 2.2em!important;
  color: #fff!important;
  text-transform: uppercase;
}

header .storefront-primary-navigation .current_page_item a {
  color: #233b91 !important;
}

header .storefront-primary-navigation li:not(.current_page_item) a {
  background-color: #233b91;
}

.storefront-primary-navigation {
  position: relative;
}

.translations {
  display: flex;
  align-items: center; /* This aligns the social icons themselves in the middle */
}

.translations ul {
  display: flex;
  list-style-type: none;
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
  gap: 5px;
  align-items: center; /* This ensures that the list items are also centered */
}

.translations ul li a img {
  display: block; /* This ensures the image takes the full height of the line */
  max-width: 36px;
  height: auto; /* Keeps the aspect ratio of the images */
}

.translations ul li a {
  transition: opacity 0.15s ease; /* Apply the transition to the anchor tag */
}

.translations ul li a:hover {
  opacity: 0.7;
}

.site-header {
  padding-top: 0;
  background-size: cover;
}

.site-header .search-field {
  height: 45px;
  line-height: 40px;
  padding-left: 20px;
  font-style: italic;
}

.site-header .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form .search-submit {
  cursor: pointer;
  padding: 20px 22px;
  display: block;
  width: auto;
  position: relative;
}

.search-form .search-submit svg {
  fill: currentColor;
  margin-top: -10px;
  position: absolute;
  top: 20px;
  left: 10px;
  color: #fff;
}

header > .col-full {
  align-items: flex-end; /* Aligns children to the bottom */
}

header .col-full {
  display: flex;
  justify-content: space-between; /* Adjust this as necessary */
  align-items: flex-center; /* Aligns children to the bottom */
}

.search-form .search-submit {
  border: 2px solid #ffffff; /* Adjust the color as needed */
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #233b91;
  /* Other styles for your button */
}

.search-form input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header,
.no-wc-breadcrumb .site-header {
  margin-bottom: 0;
}

header .main-navigation ul.nav-menu > li > a:hover {
  opacity: 0.8;
}

.col-full {
  max-width: 90em; /* Container max-width for Elementor full width pages */
}

.home.page-template .site-content .col-full {
  max-width: 100%; /* Container max-width for Elementor full width pages */
}

/*Contato page*/
.page-template-page-contato .site-content {
  background-color: #fbfcfc;
  display: flex;
}

.page-template-page-contato .site-content .col-full {
  width: 100%;
}

.page-template-page-contato .site-content main {
  margin-top: 40px;
  gap: 25px;
}

.first-section {
  display: flex;
  gap: 25px;
}

.map-section {
  width: 30%;
}

.map-section .top-part {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  max-height: 470px;
  overflow: hidden;
}

.map-section .bottom-part {
  display: block;
}

.contact-form-section {
  padding: 20px;
}

.main-contact-info {
  border: 2px solid #d3d3d3;
  background-color: #fff;
  color: #7b7979;
  padding: 10px 20px;
}

.main-contact-info .title {
  font-size: 27px;
}

.main-contact-info .address {
  line-height: 18px;
}

.main-contact-info .whatsapp {
  margin-top: 20px;
}

.main-contact-info .whatsapp a {
  display: flex;
  align-items: center;
}

/* MAPA */
.box-mapa {
  position: relative;
  z-index: 1;
}

#map {
  display: none;
  transform: scale(1.2);
  transform: scale(1);
  display: table !important;
  margin: 0 auto;
}

#map .state {
  cursor: pointer;
}

#map .state .shape {
  cursor: pointer;
  -width: 0;
}

#map .state .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}

#map .state .label_state {
  display: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

#map .model-matheus .state:hover .label_state {
  display: block;
  fill: #fff !important;
}

#map .model-matheus .state .shape {
  fill: #aba794;
}

#map .model-matheus .state:hover .shape {
  fill: #233b91 !important;
}

#map .model-matheus .state .icon_state {
  fill: #918d7c;
}

#map .model-matheus .state:hover .icon_state {
  fill: #233b91;
}

#map .model-matheus .state .icon_state + .label_icon_state {
  fill: #fff;
}

#map .model-matheus .state .label_icon_state {
  fill: #666;
}

#map .model-matheus .state:hover .label_icon_state {
  fill: #fff;
}

#map .model-matheus .state .label_state {
  fill: #666;
  display: none;
}

#map .model-matheus .state .shape {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#map .model-matheus .state:hover .shape {
  fill: #0288d1;
}

.parca {
  position: relative;
  display: block;
}

.parca select {
  display: none;
  margin: 0 auto;
  width: 230px;
  border: 1px solid #999;
  height: 40px;
  padding: 9px;
  border-radius: 0;
}

.parca .estado {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #d3d3d3;
  visibility: visible;
  min-width: 320px;
  display: none;
  background-color: #fff;
}

.parca .estado h3 {
  display: block;
  background-color: #233b91;
  padding: 0 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.estado_description {
  padding: 20px;
  color: #0f0f0f;
}

.parca .estado ul {
  padding-left: 0px;
}

.parca .estado ul li {
  line-height: 24px;
}

.parca #box_mg.estado {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  #map {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .parceiros .two .parca .estado {
    display: block;
    margin: 45px auto;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 160px;
    max-width: 306px;
  }

  .box-mapa {
    position: relative;
    top: 0;
    left: initial;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .box-mapa {
    display: none;
  }

  .parca select {
    display: block;
  }
}
.author {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 15px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 54%,
    black 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(54%, rgba(0, 0, 0, 0.54)),
    color-stop(100%, black)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 54%,
    black 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 54%,
    black 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 54%,
    black 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 54%,
    black 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.locations-map {
  margin-top: 30px;
}

.locations-map a:focus {
  outline: none;
}

.contact-form-section input[type="text"],
.contact-form-section input[type="number"],
.contact-form-section input[type="email"],
.contact-form-section input[type="tel"],
.contact-form-section input[type="url"],
.contact-form-section input[type="password"],
.contact-form-section input[type="search"],
.contact-form-section textarea,
.contact-form-section .input-text,
.contact-form-section select {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border: 2px solid #d3d3d3;
  border-radius: 6px;
  padding: 5px !important;
}

.contact-form-section [type="submit"] {
  margin-top: 20px;
  border-radius: 6px;
}

.contact-form-section p {
  margin: 0 0 0.5em;
}

.divider {
  width: 100%;
  height: 35px;
  display: block;
  background-color: #233b91;
  margin: 80px auto 60px;
}

.storefront-breadcrumb,
.pswp__caption__center,
.woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce .site-content .content-area {
  margin-top: 50px;
}

.woocommerce-tabs .panel {
  width: 100%;
}

.woocommerce-Tabs-panel--description h2 {
  display: none;
}

.single-product div.product .woocommerce-tabs {
  padding-top: 10px !important;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block-grid__product-title {
  color: #233b91;
}

.storefront-sorting .woocommerce-ordering {
  display: none;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2rem;
}

ul.products li.product .button {
  display: none !important;
}

ul.products li.product .woocommerce-LoopProduct-link {
  transition: opacity 0.15s ease;
}

ul.products li.product .woocommerce-LoopProduct-link:hover {
  opacity: 0.85;
}

.storefront-full-width-content .woocommerce-products-header {
  padding: 0 0 3em;
}

.woocommerce .page-description {
  max-width: 90%;
  margin: 0 auto;
}

.main-navigation ul.nav-menu ul li a {
  color: #fff !important;
}

.main-navigation ul.nav-menu ul li a:hover {
  background-color: #55566e;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #4f626c;
}

.elementor-shortcode ul.products {
  display: flex !important;
  gap: 55px;
}

.elementor-shortcode ul.products li.product .woocommerce-loop-product__title {
  color: #949494;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.featured-badge {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 10;
  color: #fff;
  background-color: #e35500;
  line-height: 14px;
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
}

.archive .featured-badge {
  display: none;
}

.site-main .not-found,
.search .page-header {
  margin-top: 2rem;
}

.page-content .search-form {
  display: inline-flex;
}

/*.search .products {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
/*  gap: 2em;*/
/*}*/

/*.search .product {*/
/*  align-items: center;*/
/*  text-align: center;*/
/*}*/

/*.search .site-main {*/
/*  display: flex;*/
/*  gap: 50px;*/
/*  flex-wrap: wrap;*/
/*}*/

/* This targets all child elements except the first one */
.search .site-main > *:not(:first-child) {
  flex: 1; /* Adjust as needed, this makes elements flexible */
  /* Add other styles as needed */
}

/* This targets the first child element only */
.search .site-main > :first-child {
  /* Add styles to make sure the first element does not flex or wrap */
  flex: none; /* This ensures the element does not grow or shrink */
  width: 100%; /* You can set a specific width if you want */
  /* Add other styles as needed */
}

.search .site-main article header .entry-title {
  font-size: 28px;
}

.search .site-main article .entry-content p {
  display: none;
}

.search .site-main article {
  max-width: 450px;
}

body:not(.archive).right-sidebar .content-area {
  width: 100%;
}

.wc-block-product-categories-list-item-count {
  display: none;
}

.widget-area .widget {
  margin-bottom: 10px;
}

.wc-block-product-categories-list {
  background-color: #233b91;
}

.wc-block-product-categories-list li a span {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.wc-block-product-categories-list li {
  padding: 15px 20px;
}

.wc-block-product-categories-list li a {
  text-decoration: none !important;
}

.wc-block-product-categories-list li:hover {
  background-color: #55566e;
}

.woocommerce .site-content .widget-area {
  margin-top: 100px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  color: #333;
}

.footer-section {
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #233b91;
}

.footer-section h4 {
  margin-bottom: 10px;
  color: #233b91;
}

.footer-section p a,
.footer-section .address {
  color: #233b91 !important;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  line-height: normal;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #233b91;
}

.footer-section.logo img {
    max-width:150px;
}

.footer-section img.icon {
  width: 34px;
}

.footer-section ul li a {
  text-decoration: none !important;
  color: #233b91 !important;
  display: block;
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section .footer-sub-section {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.footer-section .footer-sub-section p {
  margin-bottom: 5px;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ccc;
}

/* Responsive adjustments */
@media (max-width: 1000px) {
  .footer-section .footer-sub-section {
    gap: 10px;
  }
}

@media (max-width: 1300px) {
  .footer-content {
    justify-content: center;
  }
}

.custom-news-layout {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 50px;
  padding: 40px;
}

.left-column {
  flex: 1;
}

.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

.main-news h2 {
  font-size: 28px;
  margin-top: 15px;
  font-weight: 600;
}

.main-news p {
  line-height: 20px;
}

.secondary-news h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.secondary-news {
  display: flex;
  gap: 30px;
  margin-bottom: 20px; /* Espaço entre os itens secundários */
  line-height: 19px;
}

.secondary-news-content {
  flex: 3; /* Espaço maior para texto */
}

.secondary-news-thumb {
  flex: 1; /* Espaço menor para thumbnail */
}

.custom-news-layout a {
  color: #3a3a3a;
}

.custom-news-layout a:hover {
  opacity: 0.9;
}

.trabalhe-row {
  overflow: hidden;
}

.trabalhe-column {
  float: left;
  width: 33.3333%;
  padding: 5px;
}

body:not(.woocommerce-shop) .woocommerce-products-header__title {
  opacity: 0 !important;
}

.woof_list label {
  font-size: 1rem;
}

.woocommerce-active .site-header .site-branding {
  margin-bottom: 0;
}

.site-header .site-branding img {
  max-width: 189px;
}

.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 4px 10px 3px 13px;
  border: none;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  background-color: #86879600;
}

.trp-language-switcher > div > a {
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  text-decoration: none;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background-color: #868796;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  visibility: visible;
  max-height: 250px;
  padding: 4px 13px;
  height: auto;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
  min-height: auto;
  width: auto !important;
}

@media (min-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }

  .single-product div.product .summary {
    width: 100%;
    float: right;
    margin-right: 0;
  }

  /*.left-sidebar .content-area {*/
  /*    width: 90%;*/
  /*    float: none;*/
  /*    margin: 0 auto;*/
  /*}*/
}

#comments {
  display: none !important;
}



@media (max-width: 768px) { /* Adjust this as necessary for your specific mobile breakpoint */
  .site-content {
    display: flex;
    flex-direction: column;
  }
  
  .site-content > .col-full {
      display: flex;
    flex-direction: column;
  }

  #secondary {
    order: -1; /* This will bring the sidebar (filters) above the primary content area */
  }

  #primary {
    order: 1;
  }
  
  
  
  .column {
    /* float: left; */
    width: 100%!important;
    padding: 14px 5px!important;
}
  
  
  .site-header .search-form {
      margin: 0px -15px 13px 11px;
  }
  
  header .storefront-primary-navigation #site-navigation li a, header .storefront-primary-navigation #site-navigation .current_page_item a {
      color: white!important;
      padding: 0.7em 1em;
  }
  
  #site-navigation {
          display: flex;
    align-items: flex-start;
    flex-direction: column;
    outline: none;
  }
  
  #site-navigation-menu-toggle {
      outline: none;
  }
  
  
  .home .elementor-shortcode ul.products {
    display: flex !important;
    gap: 25px;
    flex-direction: column;
}
  
  .home .elementor-shortcode ul.products li.product{
  margin-bottom: 1.5em;
}
  
  .home .elementor-shortcode ul.products li.product img{
      max-width: 76%;
  }
  
  
  .custom-news-layout {
    gap: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
  
  .secondary-news {
    gap: 3px;
}
  
  
  .woocommerce .site-content .widget-area {
    margin-top: 10px;
}

.woocommerce-shop h2 {
    display: none;
}
  
  
}

@media screen and (max-width: 568px) {
   .site-content .col-full {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    padding: 0;
  }
}


.custom-button {
 display: block;
    width: 100%;
    background-color: #ff6565;
    color: white;
    text-align: center;
    padding: 4px 32px;
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    display: inline;
}

.custom-button:hover {
  background-color: #E69500; /* Darker orange on hover */
}


ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    color: #424242;
}

@media only screen and (max-width: 768px) { /* Adjust this breakpoint as needed */
  .husky-filters {
    display: none;
  }
}


nav.secondary-navigation {
    display: none;
}