:root {
    --brown-600: #a0563f;
    --brown-700: #805241;
    --brown-800: #563428;
    --brown-900: #37170c;
    --yellow-600: #eeaa08;
    --green-500: #5db75da2;
    --black-900: #000000;
    --gray-500: #666666;

}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat';
}

/* Global */
.container {
    max-width: 1350px;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 0.0625rem solid var(--brown-600) !important;

}
.input-submit input:hover{  
        background-color: var(--brown-900);
}
.form-group {
    display: flex;
    gap: 1.875rem;
}

.form-input label {
    font-weight: bold;
    color: black;
    font-size: 1rem;
}

.form-input {
    width: 100%;
    margin-top: 0.625rem;
}

.form-input input,
select,
textarea {
    width: 100%;
    height: 3.4375rem;
    border: 0.0625rem solid #ccc;
    border-radius: 0.5rem;
    color: var(--gray-500);
    padding: 1rem;
    font-size: 1rem;
    margin: 0.625rem 0;

}

.form-input.input-select {
    position: relative;
    display: inline-block;
}

.form-input select {
    width: 100%;
    padding: 0.625rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.836);
    border: 1px solid #ccc;
    border-radius: 0.625rem;
    font-size: 1rem;
}

.error-message {
    display: none;
    color: red;
}

.btn {
    font-size: 0.875rem;
    min-width: 14.375rem;
    height:2.5rem;
    border-radius: 1.5rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.btn a {
    padding: 0 1.25rem;
    text-transform: uppercase;
    height: 2.5rem;
    border-radius: 1.5rem;
    font-weight: bold;
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-white{   
    border: 1px solid white;
    background-color: transparent;
}
.btn-white:hover{
    background-color: #ffffff5e;
}
.btn-white a{
    color: white;
}
.primary {
    background-color: var(--brown-800);
    color: white;
}

.primary:hover {
    background-color: var(--brown-700);
}

.primary a {
    color: white;
}

.primary a:hover {
    color: white;
}

.secondary {
    height: 3.125rem;
    color: var(--brown-900);
    background-color: transparent;
    border: 1px solid var(--brown-900);
    
}

.secondary:hover {
    color: white;
    border: none;
}

.secondary a {
    height: 3.125rem;
    color: var(--brown-800);
    background-color: transparent;
}
.secondary a:hover {
    color: white;
    background-color: var(--brown-900);
}
.third{
    width: 100%;
    height: 3.563rem;
    max-width: 22.5rem;
    border-radius: 2rem;
    color: var(--brown-900);
    background-color: var(--yellow-600);
}
.third a{ 
    max-width: 22.5rem;
    height: 3.563rem;
    border-radius: 2rem;
    color: var(--brown-900);
    background-color: var(--yellow-600);
}
.third:hover{
    color:white;
    background-color: var(--brown-600);
}
.third a:hover{
    background-color: #eea908c9;
    color:white;
}
.breadcrumb {
    margin: 2rem 0;
    font-size: 0.875rem;
    color: var(--brown-700);
    font-weight: 500;
}

.breadcrumb a {
    text-decoration: none;
    color: var(--brown-700);
}

.form-input input:focus {
    outline: none;
    border: 0.0625rem solid var(--purple-700);

}

h1 {
    color: white;
    font-size: 2.5rem;
    width: 100%;
    max-width: 50rem;
    font-weight: 500;
    text-transform: uppercase;
}

h2 {
    color: var( --brown-900);
    font-size: 1.625rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* h3 {
    color: white;
    font-weight: 500;
    font-size: 1.375rem;
}

h3 p {
    width: 2rem;
    margin-top: 0.188rem;
    height: 0.188rem;
    background-color: var(--orange-400);
} */

.title-detail {
    background-color: var(--orange-400);
    height: 0.188rem;
    width: 10%;
    margin-top: 1rem;
}
header .header .content-header {
    padding: 1rem 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
header .header .logo {
    max-width: 9.688rem;
    width: 100%;
}

header .header .nav-bar .itens-menu {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

header .header .nav-bar .itens-menu li {
    color: var(--brown-800);
    list-style-type: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}
header .header .nav-bar .itens-menu li:hover img {
    filter: invert(22%) sepia(45%) saturate(292%) hue-rotate(5deg) brightness(93%) contrast(90%);
}

header .header .nav-bar .itens-menu li:hover {
    color: var(--brown-800);
}
header .header .nav-bar .itens-menu li .menu-number{
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
header .header .nav-bar .itens-menu li a {
    color: var(--brown-800);
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;

}
header .header .nav-bar .itens-menu button img{
    margin-right: 1rem;
}

.header .nav-bar .itens-menu li a:hover,
.header .nav-bar .itens-menu li a.active {
    color: var(--brown-600);
}
.header .nav-bar .itens-menu li:hover{
    color: var(--brown-600) !important;
}

.menu-item {
    position: relative;
    text-decoration: none;
    color: #A0522D; /* Cor do texto */
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
}

.menu-item::after {
    content: "";
    position: absolute;
    bottom: 0; /* Alinha na parte inferior do texto */
    left: 50%; /* Começa do meio */
    width: 0;
    height: 2px; /* Altura da linha */
    background-color: #A0522D; /* Cor da linha */
    transition: all 0.3s ease; /* Efeito suave */
    transform: translateX(-50%);
}

.menu-item.active::after,
.menu-item:hover::after {
    width: 50%; /* Largura da linha ao passar o mouse ou quando ativo */
}

header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li a img {
    width: 8px;
    height: 14px;
}

header .header  .nav-bar .itens-menu .sub-menu .ul-sub-menu {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2) ;
    margin-top:10px;
    overflow: hidden;
    opacity: 0;
    border-radius: 1rem;
    height: 0;
    position: absolute;
    width: 12.5rem;
    z-index: 100;
    transition: height 0.4s ease, opacity 0.4s ease;
    padding-top: 10px;
  
}

header nav .nav-bar .itens-menu .sub-menu.active>.ul-sub-menu {
    height: auto;
    opacity: 1;
}
.all-mobile{
   display: none;
}
header .header  .nav-bar .itens-menu .sub-menu .ul-sub-menu li {
    width: 100%;
    padding: 0.4rem 1rem;
    background-color: white;
}
.ul-sub-menu li:first-child {
    margin-top: 0.625rem;
    padding-top: 1rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.header .nav-bar .itens-menu .sub-menu .ul-sub-menu li:last-child {
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    padding-bottom: 1rem;
}

header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li a {
    text-decoration: none;
    color: var(--brown-800);
    text-transform: none;
    font-size: 0.875rem;
}

header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li a:hover {
    color: var(--brown-600);
}

header .header #icon-menu {
    width: 28px;
    display: none;
    cursor: pointer;
}
header .header .nav-bar .itens-menu li .arrow-icon-mobile{
    display: none;
}
/** Footer **/
.section-footer {
    margin-top: 4rem;
    text-align: center;
    background-color: #f2edeb;
}
.section-footer .maps{
    width: 100%;
    height: 21.875rem;
}

.section-footer .logo-footer {
    margin-top: 4rem;
    width: 100%;
    max-width: 11.563rem;

}

.section-footer .content-footer {
    width: 80%;
    margin: 2rem auto;
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content:space-between;

}

.section-footer .content-footer .infos-footer .infos-single ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    column-gap: 1rem;
}

.section-footer .content-footer .infos-footer {
    display: flex;
    text-align: left;
    width: 100%;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: space-between;
}

.section-footer .content-footer .infos-footer .infos-single h4 {
    text-transform: uppercase;
    color: var(--brown-600);
    font-size: 1.125rem;
}

.section-footer .content-footer .infos-footer .infos-single h4 p {
    margin-top: 0.188rem;
    color: var(--blue-600);
    background-color: var(--brown-600);
    height: 3px;

    width: 2rem;
}

.section-footer .content-footer .infos-footer .infos-single p {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.625rem;
    align-items: center;
}

.section-footer .content-footer .infos-footer .infos-single a {
    text-decoration: none;
    color: var(--brown-800);
    font-weight: 500;
    font-size: 0.875rem;
}

.section-footer .content-footer .infos-footer .infos-single a:hover {
    color: var(--brown-700);
}

.section-footer .redes {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
    gap: 1rem;
}

.section-footer .redes p {
    width: 50px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--brown-900);

}

.section-footer .redes p:hover {
    background-color: var(--brown-700);

}

.section-footer .content-footer .infos-footer .infos-single .redes p:hover {
    background-color: var(--orange-400);
}

.section-footer .signature-footer {
    padding: 1rem 0;
    background-color: #e4ddda;
    text-align: center;
}

.section-footer .signature-footer span {
    color: var(--brown-700);
    font-weight: bold;
    font-size: 0.875rem;
}

.section-footer .signature-footer P {
    display: flex;
    align-items: center;
    color: var(--brown-700);
    justify-content: center;
    gap: 0.85rem;
    font-size: 0.75rem;
    margin-top: 0.313rem;
}

/** Icons fixos */
.icons-fixed {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 1rem;
    z-index: 90000;
    bottom: 1rem;
    text-align: center;
}

.icons-fixed .icon-top {
    cursor: pointer;
    width: 40px;
    display: none;
    margin: 1rem auto;
    height: 40px;
    text-align: center;
}

.icons-fixed .icon-top:hover {
    background-color: var(--blue-400);
}

/** Animações **/
.element-to-animate {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.element-to-animate.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-initial {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-initial.visible-initial {
    opacity: 1;
    transform: translateY(0);
}

/** Cookies **/
.cookies {
    border-radius: 0.625rem;
    margin: 1rem;
    max-width: 25rem;
    width: 100%;
    padding: 2rem 0;
    position: fixed;
    z-index: 10333333333330;
    bottom: 0;
    background-color: white;
    height: 13.75rem;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.cookies .box-cookies {
    color: var(--brown-800);
    font-size: 1rem !important;
}

.cookies .box-cookies a {
    color: var(--brown-600);
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.cookies .box-cookies a:hover {
    color: var(--brown-900);
}

.btn-cookies {
    margin: 1.5rem auto;
    background-color: transparent;
    font-size: 0.875rem;
    border: 1px solid var(--brown-600);
    min-width: 18.75rem;
    color: var(--brown-600);
    height: 2.75rem;
    border-radius: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-cookies:hover {
    background-color: var(--brown-700);
    color: white;
}

.section-banner-single {
    padding: 3rem 0;
    aspect-ratio: 5.49;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.section-banner-single::before {
    opacity: 0.5;
}

.section-banner-single p {
    margin: 0 auto;
}

.section-text {
    padding: 3rem 0;
}

.section-text p {
    margin-top: 1rem;
    color: var(--gray-500);
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: justify;

}

.section-blog .content-blog {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.section-blog .content-blog .blog-single {
    border-radius: 1rem;
    border: 1px solid #ccc;
}

.section-blog .content-blog .blog-single:hover {
    background-color: rgba(156, 93, 168, 0.1);
}

.section-blog .content-blog .blog-single a {
    text-decoration: none;
    color: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

.section-blog .content-blog .blog-single .img-blog {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}

.section-blog .content-blog .blog-single .box-text-blog {
    padding: 2rem 0.625rem;
}

.section-blog .content-blog .blog-single .box-text-blog h5 {
    font-size: 1.125rem;
    color: var(--black-900);
}

.section-blog .content-blog .blog-single .box-text-blog p {
    color: var(--gray-500);
    margin: 1rem 0;
    font-size: 0.875rem;
}

.section-blog .content-blog .blog-single .box-text-blog span {
    color: var(--purple-700);
    font-weight: bold;
    text-decoration: none;
    font-size: 0.875rem;
}

.section-blog .content-blog .blog-single .box-text-blog h6 {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    font-weight: normal;
    gap: 0.313rem;
    font-size: 0.75rem;
    color: var(--gray-500);
}

.section-blog button {
    margin: 3rem auto;
    display: block;

}

.section-doubts {
    background-color: #f4f4f4;
    padding: 4rem 0;
}


.section-doubts h2 {
    color: var(--blue-800);
    text-align: left;
}

.section-doubts .box-doubts {
    margin-top: 2.75rem;

}

.section-doubts .box-doubts .accordion-item {
    border: 0.063rem solid #ccc;
    border-radius: 0.625rem;
    margin: 1.25rem 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.section-doubts .box-doubts .accordion-item .accordion-header {
    cursor: pointer;
    padding: 1rem;
    background-color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-doubts .box-doubts .accordion-item .accordion-header .arrow {
    transition: transform 0.3s;
}

.section-doubts .box-doubts .accordion-item .accordion-header .arrow img {
    width: 12px;
    height: 19px;
    margin-top: 5px;
}

.section-doubts .box-doubts .accordion-item .accordion-content {
    border-top: 0.063rem solid #ccc;
    padding: 1rem;
    background-color: white;
    display: none;
    overflow: hidden;
}

.section-doubts .box-doubts .active .accordion-content {
    display: block;
}

.section-doubts .box-doubts .accordion-item h6 {
    font-size: 1.125rem;
    color: #272727;
}

.section-doubts .box-doubts .accordion-item p {
    font-size: 1rem;
    text-align: left;
    color: var(--gray-500);
    line-height: 1.5rem;
}

.section-doubts button {
    margin: 2rem auto;
    display: block;
}

/** Modal Vídeo **/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Fundo semitransparente */
    justify-content: center;
    align-items: center;
}

.modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.modal-content iframe {
    width: 600px;
    height: 400px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    cursor: pointer;
}


@media screen and (min-width: 931px) {
    header .header .nav-bar .itens-menu .sub-menu:hover>.ul-sub-menu {
        height: auto;
        opacity: 1;
    }
}


@media screen and (max-width: 1230px) {
    header .header .logo {
        display: block;
        margin: 0 auto;
    }

    header .header #icon-menu {
       display: block;
    }
    header .header {
        min-height: 100px;
        position: relative;
        display: flex;
        align-items: center;
        z-index: 60;
        width: 100%;
    }

    .header .nav-bar {
        background-color: white;
        padding: 2rem;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 60;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .all-mobile{
        height: auto;
        opacity: 1;
    }
    .header .nav-bar.active {
        opacity: 1;
        height: auto;
    }
    header .header .content-header .nav-bar .itens-menu {
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 1.25rem;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    header .header .content-header .nav-bar .itens-menu .sub-menu .ul-sub-menu {
        position: static;
        width: 100%;
        padding: 0;
        margin-top:0px;
        transition: height 0.4s ease, opacity 0.4s ease;
        display: flex;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
        height: 0;
        gap: 1rem;
        opacity: 0;
        box-shadow: 0 4px 8px rgb(255, 255, 255);
    }
    .menu-item{
        padding: 0 0;
    }
    header .header .content-header .nav-bar .itens-menu .sub-menu.active>.ul-sub-menu {
        height: auto;
        opacity: 1;
        padding-top: 10px;
    }
    header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li {
        background-color: transparent;
        border: none;
        padding: 0rem 0rem;
    }

    header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li a {
        color: var(--brown-800);
    }

    header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li:first-child {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
    }

    header .header .nav-bar .itens-menu .sub-menu .ul-sub-menu li:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
    }


    .header .nav-bar .itens-menu li a:hover,
    .header .nav-bar .itens-menu li a.active {
        color: var(--brown-700);
    }
    .header .nav-bar .itens-menu .menu-effect::after {
      display: none;
    }

}

@media screen and (max-width: 990px) {
 

    .section-footer .content-footer {
        width: 100%;

    }

    .content-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-blog .content-blog {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }


}

@media screen and (max-width: 768px) {
body,html{
    font-size: 80%;
}
    h1 {
        font-size: 1.875rem;
    }

    .section-footer .content-footer {
        flex-wrap: wrap;
    }

    .section-footer .content-footer .infos-footer {
        flex-wrap: wrap;
    }

    .cookies .box-cookies {
        padding: 1rem 0;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .section-banner-single {
        aspect-ratio: 3 / 1;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .header .nav-bar {

        top: 90px;

    }
    .page-contact .section-contact .box-contact {
        margin: 3rem 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .page-contact .section-contact .box-contact .form-contact {
        width: 100%;
    }

    .page-contact .section-contact .box-contact .infos-contact {
        width: 100%;
    }


}

@media screen and (max-width: 550px) {
    .content-products {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 450px) {
    .cookies .box-cookies {
        flex-wrap: wrap;
        text-align: center;
    }

    .cookies .box-cookies .btn-cookies {
        margin: 0 auto;
    }
}