/*

Theme name: afactory

Theme URI: afactory

Author: Cetro;

Author URI: se você tiver um site próprio, pode adicioná-lo nessa linha do código;

Github Theme URI: é interessante adicionar o tema no GitHud para que nesse ambiente colaborativo os usuários possam adicionar novas funcionalidades, sugerir melhorias e tirar dúvidas, por exemplo;

Description: adicione informações do tema, se ele é indicado para um tipo específico de negócio, blog, e-commerce, etc.;

Version: 1.5;

Text domain: é importante para traduzir o tema para outros idiomas.

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700');

body {
    
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #fcfbfc;
    padding-top: 68px;
}
.wrapper {
    max-width: 1395px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: #1a1a1a;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #353736;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #353736;
}

header, footer {
    display: flex;
    justify-content: center; 
    padding: 15px 0;
    background: #fcfbfc;
}
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #dfe1e0;
}
.nav_menu {
    max-width: 370px;
    width: 100%;
}

.wrapper-header {
    display: flex;
    justify-content: space-between;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-item a {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353736;
    font-weight: 500;
    transition: all 200ms ease-in-out;
}

.item__float  {
    border-radius: 18px;
    background-color: #576f72;
    display: block;
    padding: 3px 15px;
    border: 1px solid #576f72;
    transition: all 200ms ease-in-out;
}

.item__float a {
    color: #fff; 
}

.item__float:hover {
    background: #fff;
}
.item__float:hover a {
    color: #576f72;
    opacity: 1;
}

.menu-item a:hover {
    opacity: .6;
}

.menu_sub:before {
    content: '';
    background: url(./imgs/sand.png);
    display: block;
    height: 18px;
    width: 23px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.sand {
    display: none;
}
.sand:before {
    content: '';
    background: url(./imgs/sand.png);
    display: block;
    height: 18px;
    width: 23px;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.menu_sub {
    display: flex;
    align-items: center;
    transition: all 200ms ease-in-out;
}

.menu_sub:hover {
    opacity: .6;
}

.fullbanner {
    max-width: 1920px;
    width: 100%;
    height: 735px;
    margin: 0 auto;
}
.search__form {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.search__form h2 {
    margin: 0;
    font-size: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 400px;
    font-weight: 600;
    line-height: 38px;
}
.search-form {
    margin-top: 20px;
}
input.search-field {
    height: 50px;
    border-radius: 25px;
    background-color: #fcfcfc;
    max-width: 500px;
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 15px;
    border: 1px solid #fff;
  	box-shadow: 1px 1px 4px #0000001a;

}

input.search-field:focus-visible {
    border: 1px solid #576f72;
    outline: none;
}

ul.list__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.list__info span strong {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    color: #005461;
    font-weight: 500; 
    text-align: center;
}

ul.list__info span p {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #b7bbbb; 
    text-align: center;
    margin: 0;
}

ul.list__info img {
    max-width: 40px;
    margin-right: 10px;
}

.list__info-item {
    display: flex!important;
    align-items: center;

}

.fullabout {
    background: #e0e2e2;
    padding: 25px 0;
  	margin: 50px 0;
}

.fullabout .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.fullabout h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #576f72;
    font-weight: 600;
}
.fullabout p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #343736;
    font-weight: 400;
    margin: 30px 0;
}

ul.fullabout__list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.fullabout__left {
    max-width: 500px;
}
.fullabout2 .fullabout__left {
    max-width: none;
}

.fullabout2 .fullabout__right {
    max-width: 500px;
}
@media(min-width: 1024px) {
    ul.list__info .list__info-item:last-child {
        justify-content: flex-end;
    }

    ul.list__info .list__info-item:nth-child(2) {
        justify-content: center;
    }
    ul.list__info .slick-list, ul.list__info .slick-track {
        width: 100%!important;
    }
}
.block__info {
    margin: 30px 0;
}

.list__categories-item a {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: uppercase;
    color: #005461;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: 200ms ease-in-out;
}

.list__categories-item a:hover{
    opacity: .7;
}

.list__categories-item span {
    display: block;
    width: 100%;
}

.list__categories-item img {
    display: block;
    margin: 0 auto;
}

.list__categories {
    position: relative;
    margin: 30px 0;
}

button.slick-arrow {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAnFBMVEUAAADh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eFWb3JWb3Lh4eHh4eFWb3JWb3JWb3JWb3JWb3JWb3JWb3JWb3Lh4eHh4eG3i6rRAAAANHRSTlMAI43J8IwiWsTGcjYPc23AVn87P6V7vRa/ek6fGhvMuEcub7uYZxDQ0yww4KDA8CCQsKTOdvmjOgAAALZJREFUKM+dUe0OgjAMHDAUYaioiCAIyLeKn+//bspY3UZiSOyfu16ztushNBaKqmGs6ZOBPDVmpkWIZc8XS1F3jBXQ9cbhurv1eOLtfKDBPhSfR4eAsTiRByZxj+lxuGGWUsgLlpdV1ZMip1A3X73sWVNTwITC6XxhOiJYLLRX0KHAWvFO0AqGl211k4bzde8Pad2fH0TBMxL18AUnQX4mHdEdPzs1yu6MMgdGfWKid9aqCvo73jOWDTh//vVCAAAAAElFTkSuQmCC');
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

button.slick-next {
    right: 0;
    top: 25%;
    transform: rotate(180deg) translateY(-50%)!important;
}

button.slick-disabled {
    opacity: .5;
}
.categories {
    margin: 50px 0;
}

.list__products-item {
    border-radius: 20px;
    filter: drop-shadow(0px 10px 23px rgba(0,0,0,0.04));
    background-color: #fbfbfb;
    max-width: 220px;
    padding: 20px;
    margin:  30px;
}


.product__image {
    margin: 0 auto;
    
}

.product__image img {
    max-width: 140px;    
}
.product__title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #343736;
    font-weight: 500;
    min-height: 35px;
}
.product__category {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #b7bbbb;
    font-weight: 400;
    margin-top: 5px;
  	text-transform: capitalize;
}
.list__products {
    max-width: 650px;
    width: 100%;
}

.product__link {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: #566f72;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    border: 1px solid #566f72;
    transition: all 200ms ease-in-out;
}
.products {
    margin: 30px 0;
}
.product__link:hover {
    background: #fff;
    color: #566f72;
}

.products__separator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products__info {
    max-width: 500px;
}
.products__info h3 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #576f72;
    font-weight: 600;
    margin: 0;
}
.products__info span {
    font-size: 16px;
    letter-spacing: 2px;
    color: #b6bbba;
    font-weight: 400;
}

.products button.slick-next {
    top: 42%!important;
    right: 20px;
}

.wrapper.banner {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 100px auto;
    
}
.info__banner {
    min-height: 500px;
    overflow: hidden;
}
.info__banner img{
    position: absolute;
    right: -291px;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width: 767px) {
    .list__products-item {
        max-width: 100%;
    }
    .products button.slick-next {
        top: 39%!important;
        right: -15px;
        margin: 15px;
    }

    .products__info {
        order: -1;
    }
}

footer {
    flex-wrap: wrap;
}
.footer__menu {
    border-top: 1px solid #e0e2e2;
    border-bottom: 1px solid #e0e2e2;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.footer__menu li{
    width: 24%;
}

.footer__menu li strong{
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #343635;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer__menu li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #343635;
    font-weight: 400;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.footer__menu li a:hover {
    opacity: .7;
}
.footer__menu span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #343635;
    font-weight: 400;
}

.footer__menu li div {
    display: flex; 
    align-items: center;
}
.footer__menu li div a{
    margin-right: 15px;
}

.copy {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #343635;
    font-weight: 400; 
    text-align: center;
    margin-top: 20px;
    display: block;
}

.menu__mobile {
    left: -100px; 
    visibility: hidden;
    transition: all 150ms ease-in-out;
    position: absolute;
    background: #fff;
    height: 100vh; 
    z-index: 9999999;
    top: -15px;
}

.info__banner.reverse img{
    left: -250px; 
    order: -1
}

.info__banner.reverse .wrapper.banner {
    justify-content: flex-end;
}
.info__banner.reverse .products__info {
    order: 1;
}

.info__banner.list-image {
    min-height: 300px;
}

.info__banner.list-image  .wrapper.banner {
    margin-top: 20px;
}

.list__icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list__icons img{
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin: 0 5px;
}

.product__single {
    max-width: 1395px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.bread__product {
    margin: 30px auto 50px;
}

.bread__product strong a{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #b7bbbb;
    font-weight: 400;
    text-decoration: none;
    transition: all 200ms ease-in-out;
}

.bread__product strong a:hover{
    font-weight: 600;
    color: #566f72; 
}
.bread__product span {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #566f72; 
    font-weight: 600;
}

.product__wrapper {
    display: flex;
    justify-content: space-between;
}

.product__single-info {
    border-radius: 40px;
    filter: drop-shadow(0px 1px 50.5px rgba(0,0,0,0.05));
    background-color: #fcfcfc;
    max-width: 600px;
    padding: 100px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__single-info h1 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #566f72;
    font-weight: 700;
    text-transform: uppercase;
}

.product__single-description p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #b6baba; 
}

.product__single-description {
    margin: 15px 0;
}

.product__single-button a {
    border-radius: 18px;
    background-color: #576f72; 
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px; 
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all 200ms ease-in-out;
    border: 1px solid #576f72;
}

.product__single-button a:hover {
    color: #576f72;
    background: #fff;
}

.product__single .block__info  {
    margin: 60px 0;
}

.product__video iframe {
    width: 100%;
    height: 560px;
    border-radius: 40px;
}

.product__specifications {
    margin: 60px auto;
}

.product__specifications h2 {
    font-size: 24px;
    letter-spacing: 2px; 
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}

.product__specifications-list {
    border-radius: 40px;
    filter: drop-shadow(0 0 24.5px rgba(0,0,0,0.05));
    background-color: #fcfbfc;
    padding: 50px;
}

@media(min-width: 1100px) {
  .product__specifications-list {
    padding: 50px 200px;
  }
}
@media(max-width: 991px) {
  .product__specifications-list li {
        flex-wrap: wrap;
  }
  
  .product__specifications-list li span {
        margin-bottom: 5px;
    display: block;
    width: 100%;
  }
}

.product__specifications-list li {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin: 40px 0;
}

.product__specifications-list li span {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #b7bbba;
    font-weight: 400;
}

.product__specifications-list li strong {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #343736;
    font-weight: 600;
}

.product__related {
    margin: 30px auto;
}
.product__related > ul {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.product__related h2 {
    font-size: 24px;
    letter-spacing: 2px; 
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}

.product__form {
    border-radius: 20px;
    background-color: #fcfcfc;
    padding: 30px 30px 30px 15px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -100%;
    visibility: hidden;
    transition: all 500ms ease-in-out;
    z-index: 9999;
    max-width: 100%;
}

.on__modal .product__form {
    top: 50%;
    visibility: visible;
}
.wpcf7-spinner {
    display: none;
}
.on__modal:before {
    content: '';
    background: #000000c7;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.product__form input[type="text"] , .product__form input[type="email"]{
    height: 51px;
    border-radius: 26px;
    filter: drop-shadow(0 0 24.5px rgba(0,0,0,0.05));
    background-color: #fcfcfc;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #b6baba;
    font-weight: 500;
    border: 1px solid transparent;
    padding-left: 15px;
    max-width: 100%;
}
.product__form input::placeholder, .product__form textarea::placeholder{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #b6baba;
    font-weight: 500; 
}

.product__form textarea { 
    border-radius: 26px;
    filter: drop-shadow(0 0 24.5px rgba(0,0,0,0.05));
    background-color: #fcfcfc;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #b6baba;
    font-weight: 500; 
    width: 100%;
    padding-left: 15px;
    
    border: 1px solid transparent;
}
.product__form h2 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
    color: #566f72;
    font-weight: 700;
}
input:focus-visible, textarea:focus-visible {
    outline: none;  
    border: 1px solid #566f72!important;
}
.product__form br {
    display: none;
}
.product__form form p:nth-child(3) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product__form form p:nth-child(2) input{
    width: 100%;
}

.product__form form p:nth-child(3) label {
    width: 45%;
}
.product__form [type="submit"]{
    border-radius: 18px;
    background-color: #576f72; 
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px; 
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    transition: all 200ms ease-in-out;
    border: 1px solid #576f72;
    cursor: pointer;
}

.product__form [type="submit"]:hover {
    color: #576f72;
    background: #fff;
}
.category__product {
    margin: 30px auto;
}
.category__top h1 {
    font-size: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #576f72;
    font-weight: 600;
    margin: 0;
}
.category__top p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #b7bbbb;
    font-weight: 400;
    margin: 0;
}
.category__filter {
    margin-top: 45px;
}
.category__filter span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #576f72;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.category__filter ul li a {
    font-size: 14px;
    letter-spacing: 1px; 
    color: #b7bbbb;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.category__filter ul li a:hover {
    color: #576f72;
}

.category__filter ul li a:before {
    content: '';
    border-radius: 4px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.1));
    background-color: #fcfbfc;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}
.category__filter ul li a.filter__selected:before {
    background: #576f72;
}

.category__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category__filter {
    margin-top: 45px;
    max-width: 16%;
    width: 100%;
}

.category__list {
    width: 83%;
    margin-top: 45px;
}

.category__list .list__products {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category__list .list__products-item {
    margin: 10px;
    width: 25%;
}

.product__form-close {
    position: absolute;
    top: 15px;
    max-width: 16px;
    cursor: pointer;
    right: 15px;
}

@media(max-width: 1170px) {
    .product__form {
        width: 320px;
    }
    .product__form input[type="text"], .product__form input[type="email"] {
        width: auto;
    }
    .product__form textarea {
        height: 100px;
        margin-top: -15px;
    }
    .category__filter, .category__list  {
        max-width: 100%;
        width: 100%;
    }

    .product__single {
        width: auto;
    }

    .fullabout .wrapper {
        flex-wrap: wrap;
    }
    .fullabout__list li {
        padding: 0 3px;
    }
    .category__filter span, .category__top h1, .category__top p {
        text-align: center;
    }

    .category__filter ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .category__list .list__products-item {
        margin: 10px 0;
        width: 36%;
    }
    .category__filter ul li{
        margin: 5px;
    }
    .info__banner img {
        position: relative;
        right: 0;
        transform: none;
        top: 0;
    }
    .wrapper.banner {
        flex-wrap: wrap;
        margin: 50px 0;
    }

    .products__info {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .list__products {
        max-width: 100%;
    }
    .info__banner.reverse img {
        position: relative;
        left: 0;
        transform: none;
        top: 0;
        margin-bottom: 20px;
    }

    .info__banner.reverse .wrapper.banner {
        margin: 0;
    }

    .product__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product__single-info {
        max-width: 100%;
        padding: 25px;
    }

    
}

@media(max-width: 767px) {
    .footer__menu {
        flex-wrap: wrap;
    }
    .product__form form p:nth-child(3) label {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer__menu li{
        width: 100%;
        margin-bottom: 30px;
    }
    .product__image, .product__title, .product__link, .product__category {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .list__products-item {
        margin:  15px; 
    }

    .product__title {
        min-height: 50px;
    }

    .products__info h3 {
        font-size: 25px;
        text-align: center;
    }

    .products__info span {
        font-size: 12px;
        text-align: center;
        width: 100%;
        display: block;
    }

    .list__info-item {
        justify-content: center;
    }

    .product__related .list__products-item {
        width: 38%;
        margin: 15px 0;
        max-width: 50%;
    }

 
}


@media(max-width: 1024px) {
    .nav_menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .fullabout h2 {
        text-align: center;
        line-height: 38px;
    }
    .fullabout p {
        text-align: center;
    }

    .product__form form p:nth-child(2) input{
        width: 95%;
    }
    .product__form h2 {
        text-align: center;
    }
    .product__form [type="submit"] {
        width: 100%;
    }

    .product__form textarea {
        width: 96%;
    }

    .sand {
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 99999;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: flex-start;
    }


    .wrapper-header {
        width: 100%!important;
        position: relative;
    }

    .wrapper-header a {
        display: flex; 
        justify-content: center;
        width: 100%; 
    }
    .wrapper {
        width: auto;
    }
    body {
        padding-top: 62px;
    }

    .search__form {
        width: 100%;
        left: 0;
    }

    .search__form h2 {
        max-width: 100%;
        padding: 0 15px;
    }

    .search-form {
        padding: 0 15px;
    }

    .fullbanner {
        height: 475px;
    }

    body.on__menu .menu__mobile {
        left: 0; 
        visibility: visible;
    }

    body.on__menu nav.nav_menu{
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    body.on__menu .menu {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    body.on__menu .menu li{
        width: 100%;
        margin: 5px 0;
    }

    body.on__menu .menu_sub:before {
        display: none;
    }

    .menu__mobile > a {
        margin: 15px auto;
    }

    .close__menu {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}
.titulo__busca h1 {
    text-align: center;
}
.search-page .list__products {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

