﻿
.wmc-nav-icons {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 2rem;
    justify-content: center;
    width: 100%;
}
.wmc-nav-icons-filter {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0rem;
    justify-content: center;
    width: 100%;
}
.wmc-icon {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
}
.wmc-icon-orange {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
    text-decoration: none;
}
.wmc-icon-orange-sub {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
    text-decoration: none;
}
.wmc-icon-orange-sub img {
    height: 50px;
}
.wmc-icon-orange-sub p {
    color: #EB7439;
    margin-top: 0.5rem;
    font-size:15px;
}
.wmc-icon-orange img {
    height: 65px;
}

    .wmc-icon-orange p {
        color: #EB7439;
        margin-top: 0.5rem;
    }

.wmc-icon-sub img {
    height: 46px;
}
.wmc-icon-sub {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    text-align: center;
    text-decoration:none;
}
.wmc-icon-sub p {
    font-size: 14px;
    font-weight: 500;
    color: #6F4C94;
    margin-top: 0.5rem;
}

.wmc-icon p {
    font-size: 15px;
    font-weight: 500;
    color: #6F4C94;
    margin-top: 0.5rem;
}
.container-home-sections {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    padding-top: 5%;
    padding-bottom:4%;
}


.wmc-buttons {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #6F4C94;
    border-radius: 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.wmc-buttons-orange {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 1rem;
    justify-content: center;
    padding: 1rem;
    border: 1px solid #EB7439;
    border-radius: 30px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.wmc-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}
    .wmc-icon img{
        height:65px;
    }

    .wmc-icon.active::after {
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
    }

.btn-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #6F4C94;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
}

.btn-location-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background-color: #EB7439;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
    .btn-location-orange img {
        padding-block: 5%;
        height: 38px;
    }
    .btn-location img {
        padding-block: 5%;
        height: 38px;
    }
.title-distance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line {
    display: flex;
    align-self: center;
    justify-content: center;
    content: "";
    border: 1px solid #6a1b9a;
    width:90%;
}

.line-food {
    display: flex;
    align-self: center;
    justify-content: center;
    content: "";
    border: 1px solid #EB7439;
    width: 90%;
}

.wmc-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wmc-header-section {
    padding-inline: 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wmc-quever-header{
    padding-top:1%;
}

.section-name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
    .section-name img {
        height:30px;
    }
    .section-name h2 {
        color: #6F4C94;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        margin-left:0px;
        margin-top:20px;
    }

.wmc-view-all {
    background-color: #6F4C94;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    border-radius: 30px;
    gap: 10px;
    width: 178px;
    height: 48px;
}
    .wmc-view-all-food {
        background-color: #EB7439;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        text-align: center;
        border-radius: 30px;
        gap: 10px;
        width: 178px;
        height: 48px;
        text-decoration:none;
    }

    @media (max-width: 768px) {
      
        .wmc-nav-icons {
            padding-top:6%;
            padding-inline:10%;
            gap:1rem;
           
    }

        .wmc-buttons {
            width: 95%;
            display: grid;
            grid-template-columns: repeat(2, 160px);
            gap: 1rem;
            justify-content: center;
            padding: 1rem;
            border: 1px solid #6F4C94;
            border-radius: 30px;
            margin: 0 auto;
        }
        .wmc-buttons-orange {
            width: 95%;
            display: grid;
            grid-template-columns: repeat(2, 150px);
            gap: 1rem;
            justify-content: center;
            padding: 1rem;
            border-radius: 30px;
            margin: 0 auto;
            padding-inline:1%;
        }

            .wmc-nav-icons-filter {
                display: grid;
                grid-template-columns: repeat(4, 120px);
                gap: 0rem;
                align-items:center;
                justify-content: center;
                width: 100%;
                padding-left:25%;
                padding-top: 2%;
            }
        .wmc-icon-main{
            display:none;
        }
        .wmc-quever-header{
            padding-top:3%;
        }
        .wmc-header-section {
        }
        .actividades-nav-icons {
            display: grid;
            grid-template-columns: repeat(4, 90px);
            gap: 0rem;
            justify-content: center;
            padding-right: 15%;
            padding-top:3%;
        }
        .wmc-icon p{
            font-size:13px;
        }
}


.wmc-quever-filter-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0.2rem;
    border-radius: 30px;
    margin: 0rem 0;
}

.wmc-quever-filter-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #6F4C94;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.line-strong {
    display: flex;
    align-self: center;
    justify-content: center;
    content: "";
    border: 2px solid #6a1b9a;
    width: 90%;
}
.line-event {
    display: flex;
    align-self: center;
    justify-content: center;
    content: "";
    border: 1px solid #6a1b9a;
    width: 95%;
}

.line-title {
    display: flex;
    flex-direction: column;
    padding-bottom: 2%;
}

    .line-title h4 {
        padding-left: 5%;
        font-size: 22px;
        color: #6F4C94;
        font-weight: 700;

    }

.wmc-quever-container{
    padding-top:4%;
}


.wmc-icon-main {
    position: relative;
    text-align: center;
}

.wmc-icon-text {
    position: absolute;
    top: 25px;
    left: 45%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #FFFF;
    white-space: nowrap;
}

.wmc-cines-content{
    padding-inline:5%;
    height:100%;
    padding-top:2%;
}

.load-more-container-home {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .load-more-container-home button {
        border: none;
        padding: 10px;
        border-radius: 20px;
        background-color: #6F4C94;
        color: white;
    }