:root {
    --color-bg-dark: #f1f1f1;
    --color-bg-clear: #fff;
    --color-highlight: #e60881;
    --color-neutral: #000;
    
    --gap-width: 27px;
    
    --map-height: 543px;
}

header {
    width: 100vw;
}

main {
    width: 100%;
    background-color: var(--color-bg-dark);
    margin-top: 96px;
    padding: 0px;
    color: #000;
    
    @media (min-width: 1280px) {
        
    }
}

main section {
    width: 100%;
    min-height: 0;
    padding: var(--gap-width);
    position: relative;
    
    &.primary {
        background-color: var(--color-bg-clear);
        border-radius: 20px 20px 0px 0px;
        box-shadow: 0px -3px 6px #00000029;
        
        @media (min-width: 1280px) {
            border-radius: 0px;
            box-shadow: none;
        }
    }
    
    &.secondary {
        background-color: var(--color-bg-dark);
    }
    
    div.section-content {
        margin: 0;
        padding: 0;
        
        @media (min-width: 1280px) {
            max-width: 1480px;
            margin: 0px auto;
        }
    }
    
    >* {
        padding: 0px var(--gap-width);
    }
    
}

main section#filtro {
    /*min-height: 170px;*/
    width: 100%;
    padding: 0px;
    
    @media (min-width: 1280px) {
        max-width: 1480px;
        margin: 0px auto;
        height: auto;
    }
    
    h2 {
        margin: 0px var(--gap-width);
        line-height: 27px;
        
        @media (min-width: 1280px) {
            margin: 0px;
            line-height: inherit;
        }
    }
}

main #top-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: var(--gap-width);
    
    #breadcrumbs {
        display: none;
        padding-top: 10px;
        
        @media (min-width: 1280px) {
            display: block;
        }
    }
}

main h1 {
    max-width: 100%;
    margin: 57px var(--desktop-margin) 35px var(--desktop-margin);
    color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	font-family: var(--roboto-regular-condensed);
}

main h2 {
    background-color: transparent;
    font-size: 25px;
    font-weight: bold;
}

h3 {
    margin-top: 10px;
    font-size: clamp(18px, 18px, 18px);
	line-height: 22px;
	font-family: var(--roboto-regular-condensed);
	font-weight: bold;
	color: #000;
	
	@media (min-width: 1280px) {
        
    }
}

p.title {
    font-size: 25px;
    font-weight: bold;
    
    @media (min-width: 1280px) {
        
    }
}

p.subtitle {
    font-size: 18px;
    font-weight: bold;
}

p.address {
    font-size: 15px;
    margin-bottom: 0px;
}

.pink {
    color:#E60881;
    bottom:52px;
}

.bold {
    font-weight: bold;
}

div.grid {
    display: grid;
    gap: var(--gap-width);
    grid-template-columns: 1fr 1fr;
    margin-bottom: var(--gap-width);
    
    @media (min-width: 1280px) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

div.grid .card {
    display: flex;
    width: 100%;
    aspect-ratio: 1.2;
    overflow-y: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: var(--color-bg-dark);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    gap: 8px;
    
    @media (min-width: 1280px) {
        justify-content: none;
        padding: var(--gap-width);
    }
    
    img {
        width: 28px;
        height: 28px;
    }
    
    p {
        font-size: clamp(10px, 1vw, 15px);
        line-height: 15px;
        text-align: center;
        font-weight: bold;
    }
}

.desktop-only {
    display: none;
}

@media (min-width: 1280px) {
    .desktop-only {
        display: block;
    }
    
    .mobile-only {
        display: none;
    }
}

a.button {
    display: block;
    width: 100px;
    height: 36px;
    margin: 0px auto;
    padding: 5px;
    border-radius: 3px;
    background-color: #e60881;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    
    &.button-info {
        width: auto;
        min-width: 75px;
        height: 30px;
        line-height: 20px;
        margin-bottom: 7px;
        font-size: 15px;
        border-radius: 17px;
        text-transform: none;
        background-color: transparent;
        
        img {
            width: 75px;
            
            &:hover {
                filter: contrast(200%);
            }
        }
    }
    
    &.smallest {
        background-color: #fff;
        width: 34px;
        height: 34px;
        border-radius: 17px;
        border: 1px solid #000;
        
        img {
            height: 18px;
        }
    }
    
    &.large {
        background-color: #fff;
        width: 137px;
        height: 34px;
        border-radius: 17px;
        border: 1px solid #000;
        color: #000;
        text-transform: none;
        font-size: 14px;
        
        img {
            height: 18px;
        }
    }
}

select {
    position: absolute;
    top: 128px;
    z-index: 10;
    width: calc(100% - 54px);
    height: 70px;
    margin: 0px var(--gap-width);
    padding: 24px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 29%);
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 18px;
    
    @media (min-width: 1280px) {
        position: static;
        width: 100%;
        margin: 0 0 var(--gap-width) 0;
    }
}

div#map-info-mobile {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    margin: var(--gap-width);
    padding: 14px 26px;
    box-shadow: 7px 7px 6px #00000029;
    border-radius: 8px;
    width: calc(100% - 54px);
    background-color: var(--color-bg-clear);
}

div#map-info-desktop {
    position: relative;
    max-width: 300px;
    z-index: 10;
    margin: var(--gap-width);
    padding: 14px 26px;
    box-shadow: 7px 7px 6px #00000029;
    border-radius: 8px;
    background-color: var(--color-bg-clear);
}

div#desktop-map {
    position: relative;
    top: 0px;
    height: fit-content;
    
    @media (min-width: 1280px) {
        height: calc(2 * var(--gap-width) + var(--map-height));
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
}

div.map-info {
    @media (min-width: 1280px) {
        top: calc(2 * var(--gap-width));
        bottom: var(--gap-width);
    }
}

div.map-info div.info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 50px;
    
    .icon {
        width: 46px;
        height: 46px;
        border-radius: 23px;
        padding: 10px;
        background-color: #fff;
        
        &.smaller {
            width: 40px;
            min-height: 40px;
        }
    }
    
    span {
        min-width: calc(100% - 150px);
    }
}

div#gmp-map {
    height: 516px;
    width: 100%;
    position: relative;
    top: 0px;

    @media (min-width: 1280px) {
        height: 800px;
        width: calc(50% - 10px);
    }
}

#elmapa {
    height: 100%;
    width: 100%;
}

iframe.map {
    width: 100%;
    max-width: 1480px;
    height: var(--map-height);
    background-color: #fff;
    border: none;
    position: relative;
    padding: 0px;
    
    @media (min-width: 1280px) {
        position: absolute;
        z-index: 1;
        top: 0px;
        margin: var(--gap-width) 0px;
    }
}

div.button-container {
    position: relative;
    width: 100%;
}

div#stores {
    display: grid;
    max-width: 1250px;
    height: fit-content;
    margin: 0px auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    
    @media (min-width: 1280px) {
        width: calc(50% - 10px);
        margin: 0px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

#carousel {
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    
    @media (min-width: 1280px) {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: var(--gap-width);
    }
}

.store {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    
    .store-buttons {
        display: flex;
        flex-direction: row;
        margin: 15px 0px;
    }
    
    @media (min-width: 1280px) {
        margin: 0;   
    }
}

.store-image {
    width: 230px;
    height: 176px;
    background-color: var(--color-bg-dark);;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    
    &.main-image {
        @media (min-width: 1280px) {
            grid-column-end: span 2;
            grid-row-end: span 2;
        }
    }
    
    @media (min-width: 1280px) {
        width: 100%;
        height: 176px;
    }
}

div.store-timetable {
    background-color: var(--color-bg-dark);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding: 22px;
    margin: var(--gap-width);
    
    @media (min-width: 1280px) {
        background-color: inherit;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 20px 0px 0px 0px;
        font-size: 15px;
    }
}

div.schedule {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 18px;
    gap: 44px;
    
    @media (min-width: 1280px) {
        font-size: 15px;
    }
    
    .column {
        display: flex;
        flex-direction: column;
        gap: 16px;
        line-height: 22px;
        
        @media (min-width: 1280px) {
            gap: 8px;
            line-height: 20px;
        }
        
        p {
            margin-bottom: 0px;
        }
    }
    
    .time {
        font-weight: normal;
        font-size: 15px;
        
        @media (min-width: 1280px) {
            font-size: 18px;
        }
    }
}

#store-amenities {
    display: flex;
    flex-direction: column;
    gap: 10%;
    
    @media (min-width: 1280px) {
        flex-direction: row;
    }
    
    .store-amenities-block {
        width: 100%;
        
        @media (min-width: 1280px) {
            width: 45%;
        }
    }
}