@media (max-width: 991px) {
  .container {
    width: calc(100% - 30px);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1640px;
    padding: 0 138px;
  }
}

@media (max-width: 1600px) {
  .navbar {
    border-radius: 0 0 20px 20px;
    padding: 35px 45px;
  }

  .navbar a.nav-link {
    font-size: 14px;
  }

  .navbar-nav.mnu {
    gap: 45px;
  }

  .navbar-nav.mnu .nav-item {
    height: 15px;
    line-height: 15px;
    max-width: 124px;
  }

  .navbar a.nav-link.link-loja {
    font-size: 13px;
    border-radius: 12px;
    width: 120px;
    line-height: 38px;
  }

  .navbar a.nav-link.icon img {
    width: 20px;
  }

  .btn,
  .woocommerce button.button,
  .woocommerce a.button.alt {
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 15px;
    min-width: 160px;
    line-height: 24px;
  }

  section.slides {
    padding-top: 90px;
    padding-bottom: 90px;
    height: 610px;
  }
  section.slides .carousel-item {
    height: 500px;
  }
  section.slides .container-fluid {
    padding-left: 198px;
    padding-right: 168px;
  }
  section.slides h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  section.slides p {
    font-size: 20px;
    margin-bottom: 58px;
  }
  section.slides span {
    font-size: 13px;
    margin-bottom: 44px;
  }

  .carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
  }

  section.desthome h2 {
    font-size: 42px;
  }

  section.desthome p {
    max-width: 281px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  section.desthome .container {
    border-radius: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 380px;
  }

  ul.destcat {
    gap: 50px;
  }

  ul.destcat a li {
    font-size: 18px;
  }

  ul.destcat li {
    width: 180px;
    height: 180px;
  }

  section.conteudo {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  section.conteudo h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }

  section.conteudo p {
    font-size: 18px;
  }

  section.conteudo.pjt_home p {
    max-width: 470px;
  }

  section.conteudo.calcados-home img {
    margin-top: -90px;
  }

  section.conteudo.calcados-home .btn {
    margin-bottom: 20px;
  }

  section.conteudo.cv_home p {
    max-width: 380px;
  }

  section.sobre img.img-sobre {
    max-width: 545px;
    margin-left: -70px;
  }

  section.sobre .p p:nth-child(1) {
    max-width: 378px;
  }

  section.sobre .p p:nth-child(2) {
    max-width: 495px;
  }

  section.degsobre .degrade h5 {
    font-size: 22px;
    max-width: 435px;
  }

  section.degsobre .degrade {
    padding: 77px 100px;
    border-radius: 30px 30px 0 0;
  }

  section.degsobre .degrade h6 {
    font-size: 13px;
  }

  section.degsobre .degrade ul li {
    gap: 30px;
    border-radius: 33px;
    padding: 30px 17px;
  }

  section.degsobre .degrade ul li img {
    max-height: 60px;
  }

  section.degsobre .degrade ul {
    gap: 30px;
    margin: 66px 0;
  }

  section.degsobre .degrade p {
    max-width: 600px;
    font-size: 15px;
  }

  section.conteudo.infosobre p {
    max-width: 410px;
    font-size: 15px;
  }

  section.aluguer h2 {
    font-size: 42px;
  }

  section.aluguer p {
    font-size: 18px;
    max-width: 385px;
  }

  .img-aluguer img {
    max-width: 490px;
  }

  section.aluguer .bg_blue {
    bottom: -32px;
    left: 10px;
    background-size: contain;
    width: 219px;
    height: 174px;
  }

  section.aluguer .bg_white {
    bottom: -196px;
    right: 32px;
    background-size: contain;
    width: 275px;
    height: 304px;
  }

  .bg_blue span {
    font-size: 15px;
    margin-top: -27px;
    width: 150px;
  }

  .bg_white ul {
    margin-top: -87px;
  }

  .bg_white ul li {
    font-size: 13px;
  }

  section.conteudo.pg_aluguer p {
    width: 644px;
    font-size: 15px;
  }

  section.conteudo.pg_aluguer {
    padding: 60px 0;
  }

  div.box_form h2 {
    font-size: 35px;
  }

  div.box_form {
    padding: 30px;
  }

  .box_form label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .box_form .form-control {
    height: 37px;
    margin-bottom: 14px;
  }

  .box_form textarea.form-control {
    height: 70px;
  }

  section.conteudo.pg_cpusados h2,
  section.conteudo.pg_equi h2 {
    max-width: 380px;
  }

  section.conteudo.pg_cpusados p,
  section.conteudo.pg_equi p,
  section.conteudo.pg_se p,
  section.conteudo.sec_se p {
    max-width: 380px;
  }

  .nav-pills .nav-link {
    font-size: 22px;
    padding: 26px 0;
  }

  section.conteudo.pg_se img {
    max-width: 545px;
  }

  section.pg_se span {
    font-size: 18px;
    max-width: 430px;
    margin-top: 160px;
  }

  section.sec_se ul li {
    margin-bottom: 20px;
    max-width: 415px;
    font-size: 13px;
  }

  section.sec_se ul {
    padding-left: 84px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.conteudo.pg_contact {
    padding-top: 90px;
  }

  section.pg_contact ul li {
    font-size: 14px;
    max-width: 280px;
    gap: 18px;
  }

  section.pg_contact ul li img {
    width: 15px;
  }

  section.pg_contact ul {
    padding-top: 0;
    padding-bottom: 50px;
  }

  section.pg_contact ul.redes li a {
    width: 60px;
    height: 57px;
    border-radius: 13px;
  }

  section.pg_contact ul.redes li a img {
    height: 33px;
  }

  section.pg_contact ul.redes {
    gap: 30px;
  }

  section.pg_contact .box_form textarea.form-control {
    height: 173px;
  }

  section.pg_contact h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  section.pg_priv h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  section.pg_priv p {
    max-width: 585px;
  }

  section.conteudo.pg_priv {
    padding-top: 120px;
    padding-bottom: 95px;
  }

  section.priv h4 {
    font-size: 16px;
  }

  section.priv h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  section.priv p {
    font-size: 13px;
  }

  section.conteudo.priv {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  /* //------------------------------------------------------------------------ */
  section.loja {
    padding: 20px 0;
  }

  div.h-header {
    margin-top: 30px;
    margin-bottom: 54px;
  }

  nav.woocommerce-breadcrumb {
    gap: 10px;
  }

  nav.woocommerce-breadcrumb a {
  }

  .woocommerce-products-header {
    margin-bottom: 45px;
  }

  h1.woocommerce-products-header__title.page-title {
    font-size: 42px;
  }

  ul.products {
  }

  ul.products li.product-category:not(.subcategoria) {
    height: 180px;
    border-radius: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  ul.products
    li.product-category:not(.subcategoria)
    a
    h2.woocommerce-loop-category__title {
    font-size: 28px;
    color: #fff;
    max-width: 300px;
    text-align: right;
  }

  ul.products li.product-category img {
    height: 180px;
  }

  ul.products li.product-category.subcategoria {
    width: 45%;
    height: 180px;
    border-radius: 30px;
    margin-bottom: 15px;
  }

  ul.products
    li.product-category.subcategoria
    a
    h2.woocommerce-loop-category__title {
    font-size: 24px;
  }

  li.mainproduto {
    padding: 15px 20px;
    border-radius: 40px;
    color: var(--principal);
    width: 21.25%;
    margin-right: 5%;
    margin-bottom: 33px;
  }

  li.mainproduto:nth-child(4n) {
    margin-right: 0;
  }

  li.mainproduto figure {
  }

  li.mainproduto figure img {
  }

  a h2.tit_list_prod {
    font-size: 16px;
    margin-bottom: 5px;
  }

  a h3.cat_list_prod {
    font-size: 16px;
    margin-bottom: 5px;
  }

  div.preco span {
    font-size: 16px;
  }

  form.woocommerce-ordering {
    position: relative;
  }

  select.orderby.form-select {
    background-color: rgba(33, 179, 174, 0.6);
    height: 40px;
    border: 0;
    color: #fff;
    box-shadow: 3px 3px 3px rgb(75 137 197 / 50%);
    border-radius: 16px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
    background-position: right 13px center;
    background-size: 20px 20px;
    padding: 0 18px;
    width: 215px;
    margin-left: auto;
    font-size: 15px;
  }

  .w-select:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.4) 0% 0% no-repeat padding-box;
    pointer-events: none;
    z-index: 9999;
  }

  .dgwt-wcas-search-wrapp {
    max-width: 320px !important;
  }

  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border: 1px solid rgba(33, 179, 174, 0.3) !important;
    border-radius: 33px !important;
  }

  .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none;
  }

  .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border-radius: 33px !important;
    width: 61px !important;
  }

  h1.product_title.entry-title {
    font-size: 25px;
    margin-bottom: 5px;
  }

  div.woocommerce-product-details__short-description p {
    font-size: 13px;
    margin-bottom: 25px;
  }

  div.summary.entry-summary span.woocommerce-Price-amount.amount {
    font-size: 25px;
  }

  table.variations td.label {
    font-size: 16px;
  }

  table.variations td {
    margin-bottom: 10px;
  }

  li.variable-item.button-variable-item {
    font-size: 13px;
  }

  .quantity button {
    width: 30px;
    border-radius: 8px;
  }

  .quantity input.qty {
    height: 40px;
    border-radius: 8px;
  }

  .single_add_to_cart_button,
  a.add_to_wishlist {
    font-size: 16px;
    height: 70px;
    width: 285px;
    border-radius: 15px;
    margin-bottom: 5px;
  }

  .single_add_to_cart_button:after {
    width: 25px;
    height: 25px;
  }

  i.yith-wcwl-icon.fa.fa-heart-o {
    font-size: 22px;
  }

  div.wrap-desc {
    padding: 80px 115px;
    border-radius: 30px;
  }

  .woocommerce-Tabs-panel p {
    font-size: 16px;
  }

  .accordion-item {
    margin-top: 30px;
  }

  .accordion-button {
    font-size: 18px;
  }

  .accordion-button::after {
    width: 80px;
    height: 70px;
    background-size: 1.5rem;
  }

  .accordion-body p {
    font-size: 18px;
  }

  .woocommerce-cart-form__cart-item td.product-name a {
    font-size: 13px;
    line-height: 13px;
  }

  footer {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  footer h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  footer h4 {
    font-size: 15px;
  }

  footer ul.contfooter {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  footer .form-control {
    border-radius: 25px;
    height: 50px;
    width: 360px !important;
    padding-left: 20px;
  }

  footer .btn.btn-outline-secondary {
    margin-left: -50px !important;
    width: 75px;
    padding: 0;
    line-height: 0;
  }

  footer .input-group img {
    width: 12px;
  }

  footer ul.redes {
    gap: 60px;
    margin-top: 20px;
  }

  footer ul.redes li a img {
    height: 35px;
  }

  .form-control {
    font-size: 13px;
  }

  div.produtohome {
    width: 185px;
    height: 205px;
  }
  div.produtohome figure {
    height: 100px;
    width: 100px;
  }
  div.produtohome h2.tit_list_prod {
    font-size: 13px;
    line-height: 14px;
  }
  div.produtohome > span {
    font-size: 12px;
    line-height: 12px;
  }
  div.produtohome div.preco span {
    font-size: 14px;
  }
  div.produtohome div.preco {
    line-height: 15px;
  }
}

@media (max-width: 1440px) {
  .navbar-brand img {
    width: 130px;
  }
}

@media (min-width: 1650px) {
  .navbar-brand img {
    width: 217px;
  }
}

@media (min-width: 991px) and (max-width: 1272px) {
  .navbar {
    padding: 35px;
  }

  .navbar-brand img {
    width: 110px;
  }

  .navbar-nav.mnu {
    gap: 25px;
  }

  .navbar a.nav-link {
    font-size: 11px;
  }

  .navbar-nav.mnu .nav-item {
    height: 13px;
    line-height: 13px;
    max-width: 100px;
  }

  .navbar-nav {
    gap: 25px;
  }

  .navbar a.nav-link.icon img {
    font-size: 17px;
  }

  .navbar a.nav-link.link-loja {
    font-size: 11px;
    width: 105px;
    line-height: 35px;
  }

  section.slides h2,
  section.conteudo h2,
  section.desthome h2,
  section.aluguer h2 {
    font-size: 35px;
  }

  section.slides p {
    font-size: 18px;
    max-width: 423px;
  }

  section.conteudo p,
  section.desthome p {
    font-size: 16px;
  }

  section.conteudo.pjt_home p {
    max-width: 425px;
  }

  section.desthome p {
    max-width: 275px;
  }

  section.conteudo.calcados-home p {
    max-width: 430px;
  }

  section.conteudo.alu_home p {
    max-width: 350px;
  }

  section.conteudo.cv_home p {
    max-width: 340px;
  }

  ul.destcat a li {
    font-size: 16px;
  }

  ul.destcat li {
    width: 160px;
    height: 160px;
  }

  ul.destcat {
    gap: 60px;
  }

  section.sobre img.img-sobre {
    max-width: 484px;
    margin-left: -30px;
  }

  section.sobre .p p:nth-child(1) {
    max-width: 347px;
  }

  section.degsobre .degrade h6 {
    font-size: 11px;
  }

  section.degsobre .degrade ul li {
    padding: 30px 10px;
    gap: 25px;
  }

  section.degsobre .degrade ul li img {
    max-height: 50px;
  }

  .img-aluguer img {
    max-width: 455px;
  }

  section.aluguer p {
    font-size: 16px;
    max-width: 345px;
  }

  section.aluguer .bg_blue {
    left: 18px;
    width: 199px;
    height: 159px;
  }

  .bg_blue span {
    font-size: 13px;
    margin-top: -27px;
    width: 124px;
  }

  section.aluguer .bg_white {
    bottom: -205px;
    right: -10px;
    width: 241px;
    height: 304px;
  }

  section.aluguer h2 {
    max-width: 400px;
  }

  .bg_white ul {
    margin-top: -112px;
  }

  .bg_white ul li {
    font-size: 11px;
  }

  div.box_form h2 {
    font-size: 30px;
  }

  .box_form label {
    font-size: 10px;
  }

  section.conteudo.pg_se img {
    max-width: 490px;
  }

  .box_form .form-control {
    height: 34px;
  }
}

@media (min-width: 1110px) and (max-width: 1272px) {
  .navbar a.nav-link {
    font-size: 12px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar-nav.mnu,
  .navbar-nav {
    gap: 35px;
  }

  .navbar-nav.mnu .nav-item {
    max-width: 108px;
  }
}

@media (min-width: 1200px) and (max-width: 1272px) {
  .img-aluguer img {
    max-width: 485px;
  }

  section.aluguer .bg_white {
    right: 65px;
  }
}

@media (min-width: 1601px) and (max-width: 1800px) {
  .navbar {
    padding: 50px 80px;
  }

  .navbar-nav.mnu {
    gap: 45px;
  }

  .navbar a.nav-link {
    font-size: 16px;
  }

  .navbar-nav.mnu .nav-item {
    height: 17px;
    line-height: 17px;
  }

  section.slides h2 {
    font-size: 50px;
  }

  section.slides p {
    font-size: 26px;
    max-width: 600px;
  }

  section.conteudo h2,
  section.desthome h2,
  section.aluguer h2 {
    font-size: 55px;
  }

  ul.destcat {
    gap: 100px;
  }

  section.degsobre .degrade h6 {
    font-size: 16px;
  }

  section.degsobre .degrade ul li {
    padding: 45px 15px;
  }

  section.aluguer .bg_blue {
    left: 27px;
  }

  div.box_form h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 15px 0;
    border-radius: 0 0 30px 30px;
  }

  .navbar-nav {
    gap: 20px;
    flex-direction: row;
  }

  .navbar-brand {
    margin-left: 20px;
  }

  section.slides {
    padding-top: 45px;
  }

  section.slides h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  section.slides p {
    font-size: 16px;
    margin-bottom: 48px;
  }

  section.conteudo h2,
  section.desthome h2,
  section.aluguer h2 {
    font-size: 28px;
  }

  section.conteudo p,
  section.aluguer p,
  section.desthome p {
    font-size: 16px;
  }

  section.desthome p {
    max-width: 100%;
  }

  section.desthome .container {
    height: auto;
  }

  section.conteudo.calcados-home h2,
  section.conteudo.pjt_home h2,
  section.conteudo.alu_home h2,
  section.conteudo.sobre h2 {
    margin-top: 30px;
  }

  section.conteudo.calcados-home img {
    margin-top: 0;
  }

  section.conteudo.alu_home.bgblue {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  section.conteudo,
  section.conteudo.sobre {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.conteudo.sobre img.img-sobre {
    max-width: 100%;
    margin-left: 0;
  }

  section.degsobre .degrade {
    padding: 38px 30px;
  }

  section.degsobre .degrade ul {
    gap: 8%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 35px 0;
  }

  section.degsobre .degrade ul li {
    width: 46%;
    margin-bottom: 30px;
  }

  section.degsobre .degrade h6 {
    font-size: 11px;
  }

  section.degsobre .degrade h5 {
    font-size: 16px;
    max-width: 100%;
  }

  section.aluguer {
    padding-top: 50px;
  }

  section.aluguer h2 {
    margin-bottom: 32px;
    max-width: 230px;
  }

  .img-aluguer img {
    max-width: 100%;
  }

  section.aluguer .bg_white {
    width: 233px;
    height: 275px;
    right: -10px;
  }

  section.aluguer .bg_blue {
    bottom: -63px;
    left: -8px;
    width: 180px;
    height: 158px;
  }

  .bg_blue span {
    font-size: 13px;
    margin-top: -36px;
    width: 124px;
  }

  .bg_white ul li {
    font-size: 11px;
  }

  section.conteudo.pg_aluguer p {
    width: auto;
  }

  section.conteudo.pg_aluguer {
    padding: 45px 0;
  }

  section.conteudo.pg_cpusados {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .nav-pills .nav-link {
    font-size: 16px;
  }

  section.conteudo.pg_contact {
    padding-top: 50px;
  }

  section.pg_contact ul {
    padding-bottom: 10px;
  }

  section.pg_contact ul.redes {
    margin-bottom: 30px;
  }

  section.pg_se span {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  section.conteudo.pg_se img {
    max-width: 100%;
  }

  section.sec_se ul {
    padding: 20px;
  }

  section.conteudo.pg_priv {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  footer .form-control {
    width: 90% !important;
  }

  footer .input-group {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  footer .btn {
    min-width: 0;
    padding: 6px 15px;
    font-size: 14px;
  }

  footer h4 {
    max-width: 200px;
  }

  footer ul.redes {
    gap: 30px;
  }

  footer .rds h4 {
    max-width: 135px;
  }

  nav.woocommerce-breadcrumb {
    display: none;
  }

  ul.products li.product-category:not(.subcategoria) {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  ul.products li.product-category.subcategoria {
    width: 100%;
  }

  li.mainproduto {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 15px 10px;
  }

  li.mainproduto:nth-child(2n) {
    margin-right: 0;
  }

  div.wrap-desc {
    padding: 80px 30px;
  }
  section.slides {
    height: auto;
  }
  section.slides .carousel-item {
    height: auto;
  }
  div.produtohome.top {
    margin-top: initial;
    margin-left: auto;
    margin-right: auto;
  }
  div.produtohome {
    margin-left: auto;
    margin-right: auto;
  }
}
