* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Sora", sans-serif;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Sora", sans-serif;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}
p {
    font-size: 18px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}

body {
    height: 100% !important;
    position: relative;
}
footer {
    width: 100%;
    bottom: 0;
    font-weight: 500;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

a:link {
    outline: none !important;
}

a:active {
    outline: none !important;
}
a:hover {
    color: unset;
}
button {
    outline: none !important;
    box-shadow: none !important;
}
.btn_whats{
  background-color: #8ec08a;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.btn_whats i{
  color: #fff;
  font-size: 34px;
}
.btn_whats_mobile{
  background-color: #8ec08a;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  justify-content: center;
  align-items: center;
  z-index: 999;
  text-transform: uppercase;
  gap: 8px;
  display: none;
}
.btn_whats_mobile i{
  color: #fff;
  margin-right: 5px;
  font-size: 22px;
}
.content_topo{}
.content_topo h1{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px;
}
.content_topo h1 i{
  position: relative;
}
.content_topo h1 i::before{
  content: '';
  width: 94%;
  height: 12px;
  background-color: #b6b1a6;
  position: absolute;
  bottom: 7px;
  z-index: -1;
  left: 6px;
}
.content_topo h1 strong{
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
.content_topo h5{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.content_topo h5 strong{
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
.box_caracteristicas{
  background-color: #e9e7e4;
  padding: 70px 0;
}
.content_caracteristicas{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  width: 100%;
  gap: 8px;
}
.content_caracteristicas li{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.content_caracteristicas li img{
  border-radius: 12px;
}
.box_colchoes{
  padding: 40px 0;
}
.box_selos{
  padding: 70px 0;
  border-top: 1px solid #b6b1a6;
  border-bottom: 1px solid #b6b1a6;
}
.box_selos p{
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.box_selos .obs{
  font-size: 10px;
}
.selos{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.box_selos_icones{
  border-bottom: 1px solid #b6b1a6;
  padding: 40px 0;
}
.box_selos_icones ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_selos_icones ul li{
  text-align: center;
}
.box_selos_icones ul li img{
  height: 44px;
  margin-bottom: 10px;
}
.box_selos_icones ul li p{
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.btn_whats_content{
  background-color: #7ba578;
  color: #fff !important;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  padding: 10px 100px;
  margin: 0 auto;
  display: table;
  border-radius: 36px;
  align-items: center;
  margin-bottom: 35px;
}
.btn_whats_content strong{
  color: #fff;
}
.btn_whats_content i{
  color: #fff !important;
  margin-right: 10px;
}
.box_comentarios{
  padding: 80px 0;
}
.box_comentarios h2{
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px;
}
.box_comentarios h2 i{
  position: relative;
}
.box_comentarios h2 i::before{
  content: '';
  width: 94%;
  height: 12px;
  background-color: #b6b1a6;
  position: absolute;
  bottom: 10px;
  z-index: -1;
  left: 6px;
}
.box_comentarios h2 strong{
  font-weight: 700;
  font-family: "Sora", sans-serif;
}
.box_endereco{
  background-color: #b6b1a6;
  padding: 70px 0;
}
.content_address h3{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.content_address address{
  font-size: 13px;
  color: #fff;
}
.google_maps{
  border-radius: 20px;
  position: relative;
  min-height: 359px;
  overflow: hidden;
}
.google_maps_mobile{
  display: none;
}
.google_maps iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 1px;
  z-index: 0;
  border-radius: 20px;
  padding-left: 248px;
}
.img_loja{
  position: relative;
  z-index: 1;
}
.bottom_footer{
  padding: 30px 0;
}
.bottom_footer h6{
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  opacity: 0.7;
}
.owl-dots{
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #b7b1a5 !important;
  margin: 0 2px;
}
.owl-dots .owl-dot.active{
  background-color: #000 !important;
}
.banner_molas_mobile{
  display: none !important;
}


/**** MOBILE ***/
@media only screen and (min-width: 1645px) {
    .container {
        max-width: 1350px;
    }
    .custom_container .container {
        max-width: 1584px;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .menu_desktop .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1744.98px) {
    
}
@media (max-width: 1644.98px) {
}

@media (max-width: 1399.98px) {
    
}
@media (max-width: 1199.98px) {
   .box_comentarios h2 {
    font-size: 45px;
   } 
}
@media (max-width: 991.98px) {
    
}
@media (max-width: 767.98px) {
    .btn_whats_content{
      padding: 10px 24px;
    }
    .box_selos_icones ul li p {
      text-transform: uppercase;
      font-size: 12px;
    }
    .box_selos_icones ul{
      gap: 14px;
    }
    .box_comentarios {
      padding: 50px 0;
    }
    .box_comentarios h2 {
        font-size: 30px;
    }
    .box_selos {
      padding: 30px 0;
    }
    .content_topo h1 {
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 25px;
    }
    header{
      margin-bottom: 10px;
    }
    .google_maps_mobile{
      display: block;
    }
    .google_maps iframe{
      display: none;
    }
    .google_maps{
      text-align: center;
    }
    .img_loja{
      border-radius: 20px;
    }
    header.scrolled .btn_whats{
      display: none;
    }
    header.scrolled .btn_whats_mobile{
      display: flex;
    }
    header.scrolled{
      padding-top: 45px;
    }
}
@media (max-width: 575.98px) {
    .content_caracteristicas{
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
    }
    .box_selos p {
      font-size: 15px;
    }
    .box_selos_icones ul{
      flex-wrap: wrap;
    }
    .box_selos_icones ul li{
      margin-bottom: 5px;
    }
    .btn_whats_content {
      padding: 10px 6px;
      width: 100%;
      font-size: 16px;
    }
    .google_maps_mobile iframe{
      height: 250px;
    }
    .content_address{
      text-align: center;
    }
    .content_topo h5 {
      font-size: 18px;
    }
    .banner_molas_mobile{
      display: flex !important;
    }
    .banner_molas_desktop{
      display: none !important;
    }
}
@media (max-width: 459.98px) {
  .selos{
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
.whatsapp-submenu {
  display: none;
  position: absolute;
  bottom: auto;
  right: -114px;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 6px 2px 15px rgba(0, 0, 0, 0.15);
  width: 252px;
  padding: 15px;
  margin-bottom: 10px;
  z-index: 100;
  text-align: left;
  top: 96px;
}
.whatsapp-submenu-mobile{
  display: none;
  position: absolute;
  bottom: auto;
  right: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 6px 2px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  z-index: 100;
  text-align: left;
  top: 45px;
  text-align: center;
}
.whatsapp-submenu-mobile .whatsapp-option{
  justify-content: center;
}
.whatsapp-submenu:before {
    
}
#whatsappButtonMobile{
  color: #fff;
}
.whatsapp-option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
}
.whatsapp-option a{
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.whatsapp-option:hover {
    background: #f0f8f0;
}

.whatsapp-option:last-child {
    margin-bottom: 0;
}

.whatsapp-icon {
    background: #25D366;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.option-text {
    flex-grow: 1;
}

.option-title {
    font-weight: 600;
    color: #128C7E;
    margin-bottom: 3px;
}

.option-desc {
    font-size: 13px;
    color: #666;
}

.close-submenu {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #f1f1f1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
}

.close-submenu:hover {
    background: #e5e5e5;
    color: #333;
}

.instructions {
    margin-top: 40px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: left;
}

.instructions h3 {
    color: #333;
    margin-bottom: 15px;
}

.instructions p {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.5;
}

.instructions code {
    background: #eee;
    padding: 2px 5px;
    border-radius: 4px;
    font-family: monospace;
}

@media (max-width: 600px) {
    .container {
        padding: 20px;
    }
    
    .btn_whats {
        padding: 12px 20px;
        font-size: 16px;
    }
}