@font-face {
    font-family: "alwynnewrounded";
    src: url("../fonts/alwynnewrounded-bold-webfont.woff2") format("woff2"),
        url("../fonts/alwynnewrounded-bold-webfont.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: "alwynnewrounded";
    src: url("../fonts/alwynnewrounded-light-webfont.woff2") format("woff2"),
        url("../fonts/alwynnewrounded-light-webfont.woff") format("woff");
    font-weight: lighter;
}

@font-face {
    font-family: "alwynnewrounded";
    src: url("../fonts/alwynnewrounded-regular-webfont.woff2") format("woff2"),
        url("../fonts/alwynnewrounded-regular-webfont.woff") format("woff");
    font-weight: normal;
}

html,
body {
    font-family: "alwynnewrounded", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

header .nav a {
    font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    color: #080d2c;
}

header .nav a:hover {
    text-decoration: none;
}

header .nav {
    justify-content: space-evenly;
    flex: 1;
}

header .nav .dropdown.active {
    display: inline-table;

}

header .nav .dropdown-toggle::after {
    content: url(../img/icon-arrow.svg);
    width: 10px;
    height: 100%;
    display: inline-flex;
    border: none;
    vertical-align: baseline;
}

header .nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    border: none;
    text-align: right;
    padding: 0;
    right: 0;
    left: auto;
}

header .nav .dropdown-menu a {
    font-weight: bold;
    padding: 10px 18px;
    display: block;
}

header .nav .dropdown-menu a:hover {
    background: rgba(231, 179, 70, 0.7);
}

header .social a {
    margin-left: 16px;
}

.banner-home {
    background-size: cover !important;
    padding: 100px 0 160px;
}

.banner-home .ms-md-auto {
    width: 429px;
    display: flex;
    flex-direction: column;
}

.banner-home h1 {
    font-size: 70px;
    line-height: 81px;
    color: #ffffff;
    font-weight: bold;
}

.banner-home .btn {
    background: #d2464d;
    box-shadow: 0px 8px 16px rgba(134, 6, 12, 0.4);
    border-radius: 10px;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    margin: 25px 0 60px;
    padding: 15px 40px;
    color: #ffffff;
}

section {
    padding: 90px 0;
}

.title {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: bold;
}

.title::before {
    content: url("../img/icon-title.webp");
    margin-right: 30px;
}

.links-home .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.links-home .box {
    overflow: hidden;
    border-radius: 8px;
}

.links-home .box a {
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: space-around;
    transition: background 0.2s ease-in;
}

.links-home .box a:hover {
    text-decoration: none;
    background: rgba(231, 179, 70, 0.7);
}

.links-home .box a span {
    align-self: center;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    width: 50%;
    text-align: center;
    margin-bottom: -44px;
}

.links-home .box a::after {
    content: "+";
    align-self: flex-end;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    padding: 0 15px 8px 0;
}

.links-home .box img {
    width: 100%;
}

.widget-home {
    background: #f8e2e3;
}

.widget-home .box {
    align-items: center;
    padding: 0 25px;
}

.widget-home img {
    width: fit-content;
}

.widget-home h3 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.widget-home p {
    text-align: center;
}

.destaques-home .box-dest  {
    border: 2px solid #efbdbf;
    border-radius: 8px;
    display: block;
    text-align: center;
    flex: 1;
    /* font-size: 12px;
    line-height: 14px; */
    color: #000000;
}

.destaques-home .row .flex-column:nth-child(even) .box-dest  {
    border: 2px solid #e7b346;
}

.destaques-home .box-dest  h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 30px;
    color: #000000;
}

.destaques-home .gallery-thumb-select {
    justify-content: center;
    margin-top: 15px;
}

.destaques-home .sizes {
    text-align: center;
    margin-top: 15px;
    min-height: 31px;
}

.destaques-home .sizes span {
    font-family: "Inter";
    font-size: 18px;
    line-height: 22px;
    padding: 5px 15px;
    background: #efbdbf;
    border-radius: 8px;
}

.destaques-home .row .flex-column:nth-child(even) .sizes span {
    background: #e7b346;
}

.btn-hds {
}

.lista-produtos .desc {
    margin-left: 74px
}

.btn-hds a,
.nav-produtos a {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding: 5px 5px;
    font-family: "Inter", sans-serif;
    text-align: center;
    background: #f8e2e3;
    border-radius: 8px;
}

.btn-hds a[aria-selected="true"],
.btn-hds a:hover,
.nav-produtos li.active a,
.nav-produtos a:hover {
    background: #efbdbf;
    color: #000;
}

.nav-produtos {
    margin: 40px 0;
}

.nav-produtos ul {
    list-style: none;
    padding: 0;
    display: flex;
    width: 100%;
    column-gap: 15px;
}

.nav-produtos ul li {
    flex: 1;
}

.nav-produtos ul li a {
    width: 100%;
    display: block;
}

.banner-int {
    background-size: cover !important;
    padding: 60px 0;
}

.banner-int h1 {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
}

.box-categoria {
    border: 2px solid #efbdbf;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 25px;
}

.box-categoria h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}

.ul-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.gallery-main {
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    transition: background-image 0.2s ease-in;
    background-size: contain;
    aspect-ratio: 4/3;
}

.gallery-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 36px;
    border: 1px solid rgba(240, 240, 240, 0.55);
    width: 36px;
    margin: 5px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
}

.gallery-thumb.active {
    filter: brightness(0.7);
}

.logo-mktplace {
    column-gap: 10px;
    margin-top: 25px;
}

.logo-mktplace select {
    padding: 3px 35px 3px 15px;
    min-width: 150px;

}

.logo-mktplace a {
    border: 0.5px solid #000000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 0 2px;
    display: flex;
    align-items: center;

}

.logo-mktplace a img {
    max-height: 18px;
    height: fit-content;
    width: fit-content;
}

.mais-produtos {
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    border: 1.2px solid #000000;
    border-radius: 6px;
    padding: 4px 15px;
    background: none;
    margin-left: auto;
    display: flex;
}

.page {
    font-size: 18px;
    line-height: 25px;
}

/* FOOTER */
footer {
    padding-top: 70px;
}

.footer-instagram {
    background: #f6dfaf;
}

.footer-smartphone {
    margin-top: -150px;
    margin-left: -20px;
}

.footer-menu {
    background: #e7b346;
}

.footer-menu .container {
    display: flex;
    column-gap: 25px;
    justify-content: space-between;
}

.footer-menu .container div {
    flex: 1;
}

.footer-menu .container div h4,
.footer-menu .container div h4 a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-menu .container div ul {
    list-style: none;
    padding: 0;
}

.footer-menu .container div a {
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    text-decoration: none;
}

.botao-whatsapp {
    position: fixed;
    right: 100px;
    bottom: 100px;
}

/* BLOG */
.box-post {
    margin-bottom: 30px;
}

.box-post figure {
    display: flex;
    max-height: 200px;
}

.box-post img {
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.box-post h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 0;
}

.box-post span {
    font-size: 12px;
    line-height: 25px;
    color: #000000;
    margin: 4px 0;
    display: block;
}

.box-post p {
    font-size: 14px;
    line-height: 16px;

    color: #000000;
}

.main-post h1 {
    font-size: 38px;
    line-height: 25px;
    margin: 50px 0 15px;
}

.main-post img {
    border-radius: 8px;
}

.main-post .date {
    margin-bottom: 44px;
    display: block;
}

/* CONTATO */
.form-floating > label {
    left: 0.75rem;
    color: #606060;
}

.form-floating > .form-control {
    border: 1px solid #606060;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 1;
    color: #d39617;
    transform: scale(0.85) translateY(-0.8rem) translateX(1rem);
    background: white;
    padding: 0 4px;
    height: auto;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d39617;
}

.form-check-input {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #606060;
    -moz-box-shadow: 0px 0px 0px 1px #606060;
    box-shadow: 0px 0px 0px 2px #606060;
}

.form-check-input:checked[type="radio"] {
    background: #d39617;
}

.form-check-input:checked {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #d39617;
    -moz-box-shadow: 0px 0px 0px 1px #d39617;
    box-shadow: 0px 0px 0px 2px #d39617;
}

.form-select {
    padding: 1em;
    border: 1px solid #606060;
    color: #606060;
}

#mensagem {
    height: 215px;
}

.btn-enviar {
    background: #d2464d;
    border-radius: 10px;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    padding: 20px 100px;
    border: none;
}

.social-contato ul {
    padding: 0;
    list-style: none;
    column-gap: 45px;
}

.box-onde {
    border: 2px solid #efbdbf;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.box-onde h2 {
    font-size: 22px;
    line-height: 26px;
}

.box-onde p {
    font-size: 14px;
    line-height: 16px;
}

.box-onde a {
    background: #d2464d;
    box-shadow: 0px 8px 16px rgba(134, 6, 12, 0.4);
    border-radius: 10px;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    width: fit-content;
    display: block;
    color: #ffffff;
    padding: 16px 100px;
    margin-top: 30px;
}

.box-onde a.btn-amarelo {
    background: #e7b346;
}


.box-onde  {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "a b"
      "a c";
}

.box-onde .logo { grid-area: a; }

.box-onde .texto {
    grid-area: b;
    display: flex;
    flex-direction: column;
    align-self: end;
}

.box-onde .button {
    grid-area: c;
    display: flex;
    align-self: start;
}

.box-onde.wpp{
    padding: 50px 0;

}

@media (max-width: 768px) {
    .container-left {
        margin-right: 0;
        margin-left: calc(50vw - 360px);
    }

    section {
        padding: 60px 0;
    }

    header .nav .dropdown-menu {
        background: none;
        text-align: left;
    }

    header .nav .dropdown-menu a {
        font-weight: normal;
    }

    header .nav .dropdown-menu a:hover {
        background: none;
    }

    header .nav.navbar-nav > li {
        padding: 5px 0;
    }

    .navbar .navbar-brand {
        order: 1;
    }

    .navbar .navbar-brand img {
        max-height: 33px;
    }

    .navbar .social {
        order: 2;
        margin-left: auto;
    }

    .navbar .social a {
        margin-left: 12px;
    }

    .navbar .social a img {
        max-height: 22px;
    }

    .navbar .navbar-toggler {
        order: 3;
        padding-right: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar .navbar-collapse {
        order: 4;
    }

    .navbar-toggler-icon {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .title::before {
        transform: scale(0.7);
        margin-right: 15px;
    }

    .banner-home {
        background-position-x: 20% !important;
        padding: 90px 0 60px;
    }

    .banner-home .btn {
        font-size: 16px;
        line-height: 19px;
    }

    .banner-home h1 {
        font-size: 32px;
        line-height: 37px;
        max-width: 190px;
        margin-left: auto;
    }

    .banner-home .ms-md-auto {
        margin: auto;
    }

    .banner-int {
        background-position-x: 25% !important;
    }

    .banner-int h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .links-home .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 20px;
    }

    .links-home .box a span {
        font-size: 15px;
        line-height: 17px;
    }

    .widget-home {
        padding-bottom: 50px;
    }

    .widget-home .box {
        padding: 0 25px 30px;
    }

    .destaques-home .box-dest  {
        font-size: 17px;
        line-height: 20px;
    }

    .destaques-home .col-md-4 {
        margin-top: 30px;
    }

    .tab-content {
        margin-top: 30px;
    }

    .ul-tabs {
        grid-template-columns: 1fr 1fr;
    }

    .lista-produtos .desc {
        margin-left: 60px
    }

    .nav-produtos {
        margin: 20px 0;
    }

    .nav-produtos ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        display: grid;
    }

    .main-post {
        order: -1;
        margin-bottom: 60px;
    }

    .sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .box-post img {
        aspect-ratio: 4/3;
    }

    .page img {
        margin-top: 0 !important
    }

    .box-onde  {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 2fr 1fr;
        padding-bottom: 30px;
        grid-template-areas:
          "a b"
          "c c";
    }

    .box-onde .logo, .box-onde .logo img{
       width: 100%;
    }

    .box-onde .texto {
        width: 100%;
        align-self: center;
    }

    .box-onde .button {
        width: 100%;
        justify-content: center;

    }

    .box-onde.wpp{
        padding: 0 0 30px
    }

    footer {
        padding-top: 130px;
    }

    .footer-menu .container {
        display: block;
    }

    .footer-menu .block {
        display: inline-flex;
        width: 49%;
        flex-direction: column;

    }

    .footer-menu .logo-footer {
        justify-content: center;
        margin-bottom: 40px;
    }

    .botao-whatsapp .img-fluid {
        width: 47px;
        height: 47px;
    }

    .botao-whatsapp {
        position: fixed;
        right: 50px;
        bottom: 50px;
        z-index: 999;
    }

    .footer-smartphone  {
        margin-top: -80px;
        margin-left: 20px;
        width: 190px;

    }
}

@media (max-width: 576px) {
    .container-left {
        margin-right: 0;
        margin-left: calc(50vw - 210px);
    }

    .nav-produtos ul li a {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .container-left {
        margin-right: 0;
        margin-left: calc(50vw - 480px);
    }
}

@media (min-width: 1200px) {
    .container-left {
        margin-right: 0;
        margin-left: calc(50vw - 570px);
    }

    .container.page{
        min-height: 690px;
    }
}

@media (min-width: 1400px) {
    .container-left {
        margin-right: 0;
        margin-left: calc(50vw - 660px);
    }
}


@media(max-width:768px){

    .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIxNTMuODk4IDk4Ljc0MiAxNS41NjQgMTUuNTgiIHdpZHRoPSIxNS41NjQiIGhlaWdodD0iMTUuNTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwgMCwgMCwgMSwgLTE0LjYxMDg5NCwgLTkuMDQwNTQxKSI+CiAgICA8cGF0aCBzdHJva2U9InJnYmEoMCwgMCwgMCwgMSkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTSAxNjUuMjk1IDExNS41ODUgTCAxODcuMjk1IDExNS41ODUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MTA3LCAwLjcwNzEwNywgLTAuNzA3MTA3LCAwLjcwNzEwNywgMTMzLjM2NjU0NiwgLTkwLjgwNTMyNikiLz4KICAgIDxwYXRoIHN0cm9rZT0icmdiYSgwLCAwLCAwLCAxKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNIDE2NS4yODcgMTE1LjU2MSBMIDE4Ny4yODcgMTE1LjU2MSIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxMDcsIC0wLjcwNzEwNywgMC43MDcxMDcsIDAuNzA3MTA3LCAtMzAuMDgwNjk3LCAxNTguNTAwNzY3KSIvPgogIDwvZz4KPC9zdmc+") no-repeat center;
        z-index: 99999;
        position: fixed;
        right: 0;
        top: 15px;
    }

    .navbar-collapse {
          position:fixed;
          right: 0%;
          padding: 15px;
          width:100%;
          top:0;
          height:100%;
          background-color: #fff;
          box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
          z-index: 999;
      }

      .navbar-collapse.collapsing {
        height:100%;
          -webkit-transition: right 0.3s ease;
          -o-transition: right 0.3s ease;
          -moz-transition: right 0.3s ease;
          transition: right 0.3s ease;
          right: -100%;
      }
      .navbar-collapse.show {
          right: -25%;
          -webkit-transition: right 0.3s ease-in;
          -o-transition: right 0.3s ease-in;
          -moz-transition: right 0.3s ease-in;
          transition: right 0.3s ease-in;
          padding: 70px 15px 15px 25px;

      }
    }
