﻿@media (min-width: 1200px) {
    .content-container {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(10dvh);
}

/* Section1 */
.store-section1-container {
    width: 96%;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 1.3rem;
    min-height: 30rem;
    display: flex;
    padding-right: 3rem;
    align-items: center;
    justify-content: end;
    background-image: url(/images/InYourStore/Section1-background.webp);
    background-position: center;
    background-size: cover;
}

.store-section1-h1 {
    font-size: 2.5rem;
    color: var(--PrimaryColor7);
    text-align: end;
}

/* Section2 */
.store-section2-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}

.store-section2-h2 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.store-section2-p {
    text-align: center;
    width: 60%;
}

.store-section2-image {
    margin-top: 4rem;
    width: 90%;
}

/* Section3 */
.store-section3-container {
    width: 100%;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section3-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 21rem;
    border-radius: 1rem;
    box-shadow: 0 4px 10px #5555;
    gap: 2rem;
    padding: 1.2rem 2rem;
    transition: all 0.2s ease-in-out;
}

    .section3-item-container:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px var(--PrimaryColor1);
    }

.section3-item-image {
    width: 4.5rem;
}

.section3-item-information {
    text-align: center;
}

/* Section4 */
.store-section4-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}

.section4-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin-top: 7rem;
}

.section4-item-icon {
    width: 4rem;
}

.section4-item-h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
}

.section4-item-p {
    margin: 0;
    color: var(--PrimaryColor6);
    text-align: justify;
}

.section4-item-image {
    width: 55%;
}

.section4-item-img {
    width: 100%;
}

.section4-item-informacion {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.8rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

    .section4-item-informacion:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px #5555;
    }

/* Section5 */
.store-section5-container {
    width: 100vw;
    display: flex;
    margin-top: 8rem;
    background-color: #f5f4fe;
    padding-top: 4rem;
}

.section5-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.store-section5-h2 {
    text-align: center;
    font-size: 2.5rem;
}

.store-section5-image {
    width: 45rem;
}

.store-section5-information {
    margin-top: 2rem;
}

.store-section5-p, .store-section5-information {
    color: var(--PrimaryColor6);
}

/* Section6 */
.store-section6-container {
    width: 100%;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section6-item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 21rem;
    border-radius: 1rem;
    box-shadow: 0 4px 10px #5555;
    gap: 2rem;
    padding: 1.2rem 2rem;
    transition: all 0.2s ease-in-out;
}

    .section6-item-container:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px var(--PrimaryColor1);
    }

.section6-item-image {
    width: 4.5rem;
}

.section6-item-information {
    text-align: center;
}

/* Section7 */
.store-section7-container {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}

.section7-image-container {
    width: 65%;
}

.section7-img {
    width: 100%;
}

.section7-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem;
    transition: all 0.2s ease-in-out;
    border-radius: 1rem;
}

    .section7-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px #5555;
    }

.section7-item-icon {
    width: 4rem;
}

.section7-item-p {
    margin: 0;
    color: var(--PrimaryColor6);
}

.section7-items-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Section8 */
.store-section8-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}

.store-section8-h2 {
    text-align: center;
    font-size: 2.5rem;
    width: 95%;
}

.store-section8-p {
    text-align: center;
    width: 90%;
}

.section8-content-container {
    display: flex;
    align-items: center;
    margin-top: 6rem;
    gap: 4rem;
}

.section8-item-image {
    width: 3.5rem;
}

.section8-item-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

    .section8-item-container:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px #5555;
    }

.section8-item-text {
    color: var(--PrimaryColor6);
    margin: 0;
}

.section8-items-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 45%;
}

.section8-image-container {
    width: 55%;
}

.section8-image {
    width: 100%;
}

/* Section9 */
.store-section9-container {
    width: 100%;
    display: flex;
    margin-top: 10rem;
    background-color: #f5f4fe;
    height: 27rem;
    border-radius: 1rem;
}

.section9-part1-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.section9-part2-container {
    width: 50%;
    background-image: url(/images/InYourStore/Section9-image.webp);
    background-size: 108%;
    background-repeat: no-repeat;
    border-radius: 0 1rem 1rem 0;
}

.section9-h2 {
    font-size: 2.5rem;
}

/* Section10 */
.store-section10-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
}

.section10-h2 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.section10-information {
    text-align: center;
    width: 90%;
}

.section10-image-container {
    width: 60%;
}

.section10-image {
    width: 100%;
}

.section10-content-container {
    display: flex;
    align-items: center;
    margin-top: 6rem;
    gap: 5rem;
}

.section10-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

    .section10-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 10px #5555;
    }

.section10-item-icon {
    width: 5rem;
}

.section10-items-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%;
}

.section10-item-information {
    margin: 0;
}

/* Section11 */
.store-section11-container {
    margin-top: 10rem;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f5f4fe;
    padding: 5rem 0;
}

.store-section11-h2 {
    font-size: 2.5rem;
    color: var(--PrimaryColor6);
    text-align: center;
    font-weight: 600;
}

.store-section11-image {
    width: 70rem;
    margin-top: 1rem;
}

/* Section12 */
.contact-modal-container {
    width: 70%;
    margin: 0 auto;
    background-color: #faf8ff;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 4rem;
}

.contact-modal-content-container {
    border: 2px solid #bfc0fe;
    padding: 4rem 3rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
}

.input-title {
    color: var(--PrimaryColor1);
    font-weight: 600;
}

.input-text, .input-select {
    width: 100%;
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 1rem;
    font-size: 0.8rem;
}

.sepecial-input-container {
    display: flex;
    gap: 1rem;
}

.input-container {
    margin-bottom: 2rem;
}

.input-radio-container {
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
    gap: 0.5rem;
}

.input-textarea {
    resize: none;
    width: 100%;
    height: 13rem;
    border-radius: 1rem;
    border: none;
    padding: 1rem;
    font-size: 0.8rem;
}

    .input-textarea:target {
        border: 1px solid var(--PrimaryColor1);
    }

    .input-text:focus,
    .input-select:focus,
    .input-textarea:focus {
        outline: 1px solid var(--PrimaryColor1);
    }

.input-radio {
    accent-color: var(--PrimaryColor1);
    cursor: pointer;
    transform: scale(1.1);
}

.form-submit-button {
    padding: 0.6rem 2rem;
    border-radius: 0.5rem;
    background-color: var(--PrimaryColor1);
    color: var(--PrimaryColor7);
    margin: 0 auto;
}

.form-error-message {
    color: #f22c;
    font-weight: 400;
    font-size: 0.8rem;
    padding-left: 0.4rem;
    display: none;
    margin-top: 0.6rem;
}

.field-required {
    color: #f22c;
    margin-left: 0.4rem;
}

.store-section12-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
}

.store-section12-h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--PrimaryColor3);
}

.store-section12-p {
    text-align: center;
    font-size: 1.2rem;
    color: var(--PrimaryColor6);
}

/* Responsive */
@media (max-width: 950px) {
    .store-section1-container {
        background-position: center;
        background-size: 130%;
    }

    .store-section2-p {
        width: 70%;
        font-size: 1.3rem;
    }

    .store-section3-container {
        flex-direction: column;
        gap: 4rem;
    }

    .section3-item-information {
        font-size: 1.3rem;
    }

    .section3-item-image {
        width: 7rem;
    }

    .section3-item-container {
        width: 35rem;
        height: 28rem;
    }

    .section4-item-1 {
        flex-direction: column;
    }

    .section4-item-2 {
        flex-direction: column-reverse;
    }

    .section4-item-image, .section4-item-informacion {
        width: 75%;
    }

    .section4-item-p {
        font-size: 1.3rem;
    }

    .section4-item-icon {
        width: 6rem;
    }

    .store-section4-container {
        gap: 5rem;
    }

    .store-section5-container {
        width: 100%;
        padding-top: 4rem;
    }

    .store-section5-p, .store-section5-information {
        font-size: 1.3rem;
        text-align: center;
    }

    .store-section5-information {
        width: 65%;
        margin: 0 auto;
        margin-top: 3rem;
    }

    .store-section5-image {
        width: 65%;
    }

    .store-section6-container {
        flex-direction: column;
        gap: 5rem;
    }

    .section6-item-container {
        width: 60%;
        height: 28rem;
    }

    .section6-item-information {
        font-size: 1.3rem;
        width: 80%;
    }

    .section6-item-image {
        width: 6.5rem;
    }

    .store-section7-container {
        flex-direction: column;
    }

    .section7-image-container {
        width: 80%;
    }

    .section7-item-p {
        font-size: 1.3rem;
    }

    .section7-item-icon {
        width: 5rem;
    }

    .section7-items-container {
        width: 70%;
    }

    .store-section8-h2 {
        width: 80%;
    }

    .store-section8-p {
        font-size: 1.3rem;
    }

    .section8-content-container {
        flex-direction: column;
    }

    .section8-item-text {
        font-size: 1.3rem;
    }

    .section8-item-image {
        width: 5rem;
    }

    .section8-items-container {
        width: 70%;
    }

    .store-section9-container {
        width: 85%;
        margin: 0 auto;
        border-radius: 1.5rem;
        margin-top: 10rem;
        align-items: center;
        flex-direction: column;
        height: auto;
        padding: 4rem 0;
    }

    .section9-sub-title, .section9-information {
        text-align: center;
        font-size: 1.3rem;
    }

    .section9-h2 {
        text-align: center;
    }

    .section9-part2-container {
        height: 20rem;
        border-radius: 50%;
        background-size: 140%;
        background-position: center;
    }

    .section9-part1-container {
        width: 70%;
    }

    .section10-information {
        font-size: 1.3rem;
    }

    .section10-content-container {
        flex-direction: column;
        margin-top: 3rem;
    }

    .section10-items-container {
        width: 80%;
    }

    .section10-item-information {
        font-size: 1.3rem;
    }

    .store-section11-container {
        width: 100%;
    }

    .store-section11-image {
        width: 90%;
    }

    .store-section11-h2 {
        width: 95%;
    }

    .store-section12-p {
        font-size: 1.3rem;
    }

    .contact-modal-container {
        width: 90%;
    }

    .input-title {
        font-size: 1.3rem;
    }

    .input-text, .input-select, .input-textarea {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .store-section1-h1 {
        font-size: 1.6rem;
        text-align: center;
        margin: 0 auto;
    }

    .store-section1-container {
        padding-right: 0;
    }

    .store-section1-container {
        background-size: 220%;
    }

    .store-section2-h2 {
        font-size: 1.6rem;
    }

    .store-section2-p {
        width: 85%;
        font-size: 1rem;
    }

    .store-section2-image {
        margin-top: 2rem;
    }

    .section3-item-container {
        width: 90%;
    }

    .section3-item-image {
        width: 5rem;
    }

    .section3-item-container {
        width: 85%;
        height: 23rem;
    }

    .section3-item-information {
        font-size: 1rem;
    }

    .section4-item-image, .section4-item-informacion {
        width: 85%;
    }

    .section4-item-icon {
        width: 4rem;
    }

    .section4-item-h2 {
        font-size: 1.6rem;
    }

    .section4-item-p {
        font-size: 1rem;
    }

    .section4-item-container {
        gap: 2rem;
    }

    .store-section4-container {
        gap: 1rem;
    }

    .store-section5-h2 {
        font-size: 1.6rem;
    }

    .store-section5-p, .store-section5-information {
        font-size: 1rem;
    }

    .store-section5-information {
        margin-top: 1rem;
    }

    .store-section5-image {
        width: 80%;
    }

    .section6-item-information {
        font-size: 1rem;
        width: 85%;
    }

    .section6-item-image {
        width: 5rem;
    }

    .section6-item-container {
        width: 85%;
        height: 20rem;
    }

    .section7-image-container, .section7-items-container {
        width: 90%;
    }

    .section7-item-icon {
        width: 4rem;
    }

    .section7-item-p {
        font-size: 1rem;
    }

    .store-section8-h2 {
        width: 90%;
        font-size: 1.6rem;
    }

    .store-section8-p {
        font-size: 1rem;
    }

    .section8-content-container {
        margin-top: 2rem;
    }

    .section8-image-container {
        width: 65%;
    }

    .section8-items-container {
        width: 85%;
    }

    .section8-item-image {
        width: 4rem;
    }

    .section8-item-text {
        font-size: 1rem;
    }

    .store-section9-container {
        width: 92%;
    }

    .section9-part1-container {
        width: 90%;
    }

    .section9-h2 {
        font-size: 1.6rem;
    }

    .section9-sub-title, .section9-information {
        font-size: 1rem;
    }

    .section9-part2-container {
        height: 20rem;
        width: 80%;
        background-size: 180%;
    }

    .section10-h2 {
        font-size: 1.6rem;
    }

    .section10-information {
        font-size: 1rem;
    }

    .section10-image-container, .section10-items-container {
        width: 90%;
    }

    .section10-item-information {
        font-size: 1rem;
    }

    .store-section11-h2, .store-section12-h2 {
        font-size: 1.6rem;
    }

    .store-section12-p {
        font-size: 1rem;
    }

    .contact-modal-container {
        width: 100%;
        padding: 2rem 1rem;
    }

    .input-title {
        font-size: 1rem;
    }

    .contact-modal-content-container {
        padding: 4rem 1.5rem;
    }

    .input-radio-container {
        margin: 0;
    }

    .input-radio-container {
        font-size: 0.9rem;
    }
}

.modal-content {
    height: 600px;
    border: none;
    border-radius: 1rem !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 4rem;
}

.modal-close-image {
    width: 3rem;
}

.modal-content-image {
    width: 55%;
    margin-right: 2.5rem;
    margin-bottom: 5rem;
    display: none;
}

.hardware-image {
    position: absolute;
    width: 65%;
    height: 26%;
    top: 58%;
    left: 50%;
    transform: translateY(-58%) translateX(-50%);
}

.modal-title {
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-sub-title {
    color: #000;
}

.modal-information-container {
    gap: 0.5rem !important;
}

.modal-header, .modal-footer {
    border: 0;
}

/* NUEVO BOTÓN */
.modalform-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 2rem;
    background-color: transparent;
    border: none;
}

@media (min-width: 700px) {
    .modal-dialog {
        max-width: 700px !important;
    }

    .suggestions-list {
        width: 34rem;
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .modal-content {
        height: 400px;
    }

    .hardware-image {
        width: 92%;
        height: 23%;
        top: 56%;
        transform: translateY(-56%) translateX(-50%);
    }

    .suggestions-list {
        width: 23rem;
        font-size: 0.9rem;
    }
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .modal.show {
        display: flex;
    }

.modal-dialog {
    pointer-events: auto;
}