/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

@import url("../hello-elementor/style.css");

/*
body {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-weight:400 !important;
    letter-spacing: 0.05em;
    font-style: normal;
    color: #333333;
    font-size: 14px;
}
    */

.site-custom-header {
    width: 100%;
    position: fixed;
    display: flex;
    height: 80px;
    z-index: 999;
    top: 0;
    left: 0;    
    background-color: rgba(255,255,255,1);
    transition: transform 0.25s ease, background-color 0.5s ease;
    will-change: transform;    
    border-bottom: 1px solid #00000025;
}

.site-custom-header.is-hidden {
  transform: translateY(-110%);
}

.site-custom-header.transparent {
    background-color: rgba(255,255,255,0);
    border-bottom: 1px solid #00000000;
}

.site-custom-header.transparent:hover {
    background-color: rgba(255,255,255,1);
}

.container-custom-header {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-content:center;
    margin: 0 auto;
}

.site-custom-header.transparent .logo-custom-header .logo-bco {
    position: relative;
    left: 0;
    opacity: 1;
    transition: opacity .5s;
}

.site-custom-header .logo-custom-header .logo-default {
    position: relative;
    transform: translateX(-100%);
    left: -4px;
    opacity: 1;
    transition: opacity .5s;
}

.site-custom-header.transparent .logo-custom-header .logo-default {
    opacity: 0;
}

.site-custom-header.transparent:hover .logo-custom-header .logo-default {
    opacity: 1;
}


.site-custom-header .topnav {
    display: flex;
    align-items: center;
}

.site-custom-header .topnav__bar {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-custom-header .topnav__list {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.site-custom-header .topnav__item {
    position: relative;
}

.site-custom-header .topnav__link {
    color: #333333;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .075em;
    text-decoration: none;
    padding: 10px 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    transition: color .5s;
}

.site-custom-header.transparent .topnav__link {
  color:#ffffff;
}

.site-custom-header.transparent:hover .topnav__link {
    color: #333333;
}

.site-custom-header .topnav__link:hover {
    color: #666666 !important;
}

.topnav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.topnav__toggle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  transition: transform 0.2s ease;
}

.topnav__toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background:#ffffff;
  z-index: 50;
}

.mega__panel {
  animation: megaIn 140ms ease-out;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.05);
}

#depoimentos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet {
  border-radius: 50px;
  transition: width .3s;
}

#depoimentos .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 50px;
}

@keyframes megaIn {
  from { transform: translateY(-6px); opacity: 0; }
  to   { transform: translateY(0);   opacity: 1; }
}

.mega__inner {
  max-width: 1660px;
  margin: 0 auto;
  padding: 22px 25px 26px;
}

.mega__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.mega__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid #333333;
}

a.mega__title {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
  padding-top: 12px;
}

a.mega__title:hover {
    color: #666666;
}

.mega__link {
  text-decoration: none;
  color: #333333;
  opacity: 0.85;
}

.mega__link:hover,
.mega__title:hover,
.topnav__link:hover {
  opacity: 1;
}

#mnav__trigger {
  display: none;
  width: 44px;
  height: 44px;
  font-size: 30px;
  font-weight: 400;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  color: #333333;
}



.site-custom-header.transparent #mnav__trigger {
    color: #ffffff;

}

.site-custom-header.transparent:hover #mnav__trigger {
    color:#333333;
    
}

.mnav[hidden] { display: none; }

.mnav {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.mnav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.mnav__drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(100vw, 400px);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  will-change: transform;
  overflow: hidden;
}

.mnav.is-open .mnav__drawer {
  transform: translateX(0);
}

.mnav__track {
  height: 100%;
  display: flex;
  width: 100%;
  transform: translateX(0%);
  transition: transform 0.28s ease;
  will-change: transform;
}

.mnav__panel {
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mnav__panelHeader {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 8px;
    width: 100%;
    justify-content: space-between;
}

.mnav__panelTitle {
    display: flex;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mnav__back {
    
  font-size: 35px;
}

.mnav__close {
  font-size: 30px;
}

button.mnav__back,
button.mnav__close {
  width: 44px;
  height: 44px;
  font-weight: 700;
  border: 0 !important;
  background: transparent;
  cursor: pointer;  
  color: #333333;
  text-decoration: none !important;
  padding: 0;
  background-color: none !important;
}

button.mnav__back {
  text-align: left;
  position: relative;
  left: 1px;
}

button.mnav__back:hover,
button.mnav__close:hover,
button.mnav__back:focus,
button.mnav__close:focus {
    background: none !important;
    color: #333333;

}

.mnav__spacer {
  width: 44px;
  height: 44px;
}

.mnav__list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  overflow: auto;
  height: calc(100% - 56px);
  -webkit-overflow-scrolling: touch;
}

.mnav__item { margin: 0; }

.mnav__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  text-align: left;
  font: inherit;
  position: relative;
}

.mnav__item + .mnav__item .mnav__link {
  border-top: 1px solid #f1f1f1;
}

.mnav__link--hasChildren .mnav__chev {
    opacity: 0.7;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.mnav__link:focus-visible,
.mnav__back:focus-visible,
.mnav__close:focus-visible,
.mnav__trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

body.body--locked {
  overflow: hidden;
  touch-action: none;
}

.swiper-slide h3.elementor-heading-title {
    color: #333333;
}

body.single-produto .ug-carousel-wrapper {
    left: 0 !important;
    width: 100% !important;
}

form#newsletter input#form-field-email {
    padding: 0 15px 0 0;
}

form#newsletter input#form-field-email:focus,
form#newsletter input#form-field-email:focus-visible {
    box-shadow: unset;
}

@media screen and (max-width: 1024px) {
  .site-custom-header .topnav { display: none; }
  #mnav__trigger { display: inline-flex; transform: translateY(-4px); }
  .site-custom-header .logo-custom-header .logo-default,
  .site-custom-header .logo-custom-header .logo-bco {
    width: 120px;
    position: absolute;
    transform: translateX(0);
    left: 15px;
  }
}

@media screen and (max-width: 880px) {
  .site-custom-header .topnav { display: none; }
  #mnav__trigger { display: inline-flex; transform: translateY(-4px); }
  .site-custom-header .logo-custom-header .logo-default,
  .site-custom-header .logo-custom-header .logo-bco {
    width: 120px;
    position: absolute;
    transform: translateX(0);
    left: 15px;
    }
  .site-custom-header {
    height: 65px;
  }
  .container-custom-header {
      padding: 15px;
  }
  .menu-categorias li.menu-item-object-categoria_produto {
      margin-top: 5px;
      margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .mega__grid { grid-template-columns: repeat(2, minmax(160px, 1fr)); }
}

@media screen and (max-width: 520px) {
  .topnav__list { flex-wrap: wrap; }
  .mega__grid { grid-template-columns: 1fr; }
}
