@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
}

:root {
    --text-color: #FFF;
    --black: #000;
    --white: #fff;
    --header-color: #fff;
    --btn-hover: #fff;
}

.font-one {
    font-family: "Roboto", sans-serif !important;
}

.crimson {
    font-family: "Inter", sans-serif !important;
}

.font-three {
    font-family: "Montserrat", sans-serif !important;
}

.font-four {
    font-family: "Oswald", sans-serif !important;
}

.font-five {
    font-family: "Raleway", sans-serif !important;
}

.palette-one {
    --bg-color: #22253A;
    --secondary-color: #4264A5;
    --accent-color: #E7CB5C;
}

.palette-two {
    --bg-color: #263027;
    --secondary-color: #42A542;
    --accent-color: #E75CBD;
}

.velvet-gray-light {
    --bg-color: #443C34;
    --secondary-color: #E39760;
    --accent-color: #BE67F0;
}

.palette-four {
    --bg-color: #463C44;
    --secondary-color: #E360BC;
    --accent-color: #5CB2E7;
}

.palette-five {
    --bg-color: #343844;
    --secondary-color: #A060E3;
    --accent-color: #C6E75C;
}

body {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.cosmic-gray-aura {
    color: var(--black);
    text-decoration: none;
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    font-weight: 900;
    font-family: inherit;
}

#contact {
    background: url("/images/contact_background/pexels-kaboompics-com-6348.jpg");
    color: var(--white);
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 80vh;
    height: 90vh;
}

#contact .slate-gray {
    background-color: var(--bg-color);
    padding: 20px 20px 50px 20px;
    width: 500px;
    height: fit-content;
    border-radius: 20px;
    margin: 20% auto 5% 5%;
    display: inline-grid;
}

.twilight-red-glow {
    margin: 15% 5% 15% 0 !important;
}

section.icy-yellow-light {
    max-width: 1140px;
    margin: 200px auto !important;
    padding: 0 20px !important;
    font-size: 20px;
    text-align: initial;
}

.icy-yellow-light .marble-yellow-aura {
    align-items: start;
}

.stormy-black-glow {
    display: flex;
    max-width: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: var(--header-color);
}

.brick-red {
    width: 100%;
}

.yellowgreen-green {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

.gilded-white-shine {
    align-self: stretch;
    background-color: var(--header-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0px;
    position: relative;
    z-index: 15;
}

.hogar {
    position: relative;
}

.header__buttom {
    align-self: stretch;
    background-color: var(--header-color);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0px;
    gap: 60px;
    position: relative;
}

.header__buttom a {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.header__buttom a:hover {
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
}

.charcoal-gray {
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.obsidian-orange-shine .charcoal-gray {
    font-size: 29px;
}

.cultura {
    margin-bottom: 0px;
}

.cultura-tecnologa-estilo-de-v {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 24px;
    color: var(--accent-color);
}

.velvet-orange-flare {
    max-width: 566px;
    flex: 1;
    position: relative;
}

.dark-violet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
    .dark-violet {
        padding-top: 244px;
        justify-content: flex-end;
    }
}

.desert-black-wave {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    text-align: left;
    font-size: 18px;
    color: var(--white);

}

@media screen and (min-width: 992px) {
    .desert-black-wave {
        flex-direction: row;
        padding: 85px 0;
        justify-content: flex-end;
    }
}

.lunar-yellow-tone {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    border: 2px solid var(--accent-color);
    display: flex;
    align-items: center;
    padding: 20px 15px;
    margin-top: -50px;
    background-color: var(--bg-color);
}

@media screen and (min-width: 992px) {
    .lunar-yellow-tone {
        flex: 1;
        max-width: 760px;
        margin-right: auto;
        margin-top: 0;
        padding: 37px 29px;
        background-color: transparent;
    }
}

.deepskyblue-blue {
    width: 100%;
    max-width: 483px;
    max-height: 483px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .deepskyblue-blue {
        position: absolute;
        max-width: 483px;
        max-height: 483px;
        min-width: 483px;
        min-height: 483px;
    }
}

.volcano-orange-light {
    position: relative;
    height: 100%;
    border-radius: 50%;
    background: var(--accent-color);
    overflow: hidden;
}

.content-child {
    height: 420px;
    position: relative;
    object-fit: cover;
    width: 420px;
    top: 1px;
}

.solar-purple-flare {
    position: absolute;
    left: 0;
    bottom: 87px;
    z-index: 2;
    max-width: 148px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-11.162deg);
    padding: 12px 9px 12px 9px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    flex: 1;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.obsidian-blue-light {
    position: absolute;
    right: -5%;
    top: 67px;
    z-index: 2;
    max-width: 148px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(12.514deg);
    padding: 12px 9px 12px 9px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    flex: 1;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.frozen-cyan-sheen {
    margin: 0;
    color: var(--accent-color);
}

.marble-brown-mist {
    margin: 0;
    position: relative;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    font-size: 30px;
}

.rose-pink {
    position: relative;
    font-size: 20px;

    color: var(--black);
    text-align: center;
}

.dark-chocolate {
    font-size: 20px;
    font-weight: bolder;
}

.golden-brown {
    cursor: pointer;
    border: none;
    padding: 18px 40px;
    background-color: var(--accent-color);
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.golden-brown:hover {
    background-color: var(--btn-hover);
}

.cherry {
    background-color: var(--bg-color);
    padding: 0px 0px 50px 0px;
    gap: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.khaki-green {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 100%;
}

.silver-sand {
    position: relative;
}

.khaki-green .charcoal-gray {
    font-size: 30px;
}

.fern-green {
    max-width: 195px;
    max-height: 195px;
    min-width: 195px;
    min-height: 195px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    overflow: hidden;
}

.gilded-black-sheen {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bluesteel-blue {
    align-self: stretch;
    border-radius: 8px;
    background-color: var(--bg-color);
    border: 2px solid var(--accent-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    margin-top: -20px;
    position: relative;
}

.shadow-black-shade {
    min-width: 250px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    scroll-snap-align: center;
}

.stormy-orange-tone::-webkit-scrollbar {
    height: 2px;
}

.stormy-orange-tone::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.721);
    border-radius: 4px;
}

.stormy-orange-tone::-webkit-scrollbar-track {
    background: transparent;
}

.armando-melgar-editor-en-jefe-wrapper {
    align-self: stretch;
    border-radius: 8px;
    background-color: var(--bg-color);
    border: 2px solid var(--accent-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    margin-top: -20px;
    position: relative;
}

.icy-red-mist {
    display: inline-flex;
    gap: 50px;
    padding: 0 20px;
    min-width: min-content;
}

.solar-pink-wave {
    width: 100%;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.stormy-orange-tone {
    width: 100%;
    overflow-x: auto;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
}

.solar-red-tone {
    flex: 1;
    max-width: 653px;
    max-height: 333px;
}

.lavender-indigo {
    width: 100%;
    height: 221px;
    object-fit: cover;
}

.amethyst-purple {
    position: relative;
}

.gilded-brown-sheen {
    cursor: pointer;
    align-self: stretch;
    border-radius: 5px;
    background-color: var(--accent-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    gap: 0px;
    text-align: center;
    font-size: 20px;
    color: var(--black);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.gilded-brown-sheen:hover {
    background-color: var(--btn-hover);
}

.desert-pink-shine {
    width: 100%;
    max-width: 369px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.dusty-yellow-light {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.featured-item {
    width: 100%;
    border-radius: 5px;
    border: 2px solid var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 67px;
    gap: 51px;
}

.article-decoration-child {
    height: 48px;
    width: 24px;
    position: relative;
    border-radius: 1px;
}

.frame-child {
    width: 20px;
    position: relative;
    border-radius: 50%;
    background-color: var(--accent-color);
    height: 20px;
}

.frame-item {
    width: 16px;
    position: relative;
    border-radius: 50%;
    border: 1px solid var(--accent-color);
    box-sizing: border-box;
    height: 16px;
}

.ellipse-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.article-decoration-item {
    height: 48px;
    width: 24px;
    position: relative;
    border-radius: 1px;
    object-fit: contain;
}

.article-decoration {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.article-decoration svg {
    color: var(--accent-color);
}

@media screen and (min-width: 768px) {
    .article-decoration {
        flex-wrap: nowrap;
        gap: 90px;
    }
}

.neon-blue-shine {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-color);
    padding: 50px 0px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.velvet-blue-shade {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.desert-red-shade {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dusty-yellow-light {
    display: flex;
    transition: transform 0.5s ease;
}

.featured-item {
    flex: 0 0 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.neon-red-glow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.slider-prev,
.slider-next {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--accent-color);
}

.icy-red-aura {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--accent-color);
    cursor: pointer;
}

.featured-item .apricot {
    display: none;
}

.apricot {
    font-size: 20px !important;
}

.cosmic-blue-glow {
    display: block;
    font-size: 30px !important;
}

.dot.active {
    width: 22px;
    height: 22px;
    background-color: var(--accent-color);
}

.stormy-cyan-light {
    position: relative;
}

.obsidian-black .charcoal-gray {
    position: relative;
    font-size: 87.5px !important;
    line-height: 100%;
    color: var(--accent-color);
    font-weight: 700;
}

.lightcyan-cyan {
    position: relative;
    font-size: 19.5px;
    color: var(--black);
    text-align: center;
}

.linen-white {
    cursor: pointer;
    border: none;
    padding: 18px 20px;
    background-color: var(--accent-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    max-width: 295px;
    width: 100%;
}

.linen-white:hover {
    background-color: var(--btn-hover);
}

.linen-white a {
    text-decoration: none;
}

.obsidian-green-sheen, .plan-details2 {
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
    background-color: var(--bg-color);
    border: 2px solid var(--accent-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 37px 48px;
    gap: 48px;
    scroll-snap-align: center;
}

@media screen and (max-width: 768px) {
    .obsidian-green-sheen, .plan-details2 {
        padding: 31px 16px;
        gap: 50px;
    }
}

.frozen-gray-glow {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-color) var(--bg-color);
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

@media screen and (min-width: 768px) {
    .frozen-gray-glow {
        flex-direction: row;
        gap: 32px;
    }
}

.obsidian-orange-shine {
    width: 100%;
    overflow: hidden;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0px;
    gap: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.dark-khaki {
    align-self: stretch;
    position: relative;
    font-size: 18px;
}

.twilight-purple-shade {
    width: 100%;
    border: 2px solid var(--accent-color);
    outline: none;
    background-color: transparent;
    height: 40px;
    position: relative;
    border-radius: 5px;
    color: var(--text-color);
    font-size: 16px;
}

.icy-gray-aura {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.solar-brown-flare {
    width: 100%;
    border: 2px solid var(--accent-color);
    background-color: transparent;
    height: 80px;
    outline: none;
    position: relative;
    border-radius: 5px;
    resize: vertical;
}

.volcano-white-flare {
    position: relative;
    font-size: 20px;
    color: var(--black);
    white-space: pre-wrap;
    text-align: center;
}

.frozen-gray-tone {
    cursor: pointer;
    border: none;
    padding: 18px 24px;
    max-width: 305px;
    width: 100%;
    background-color: var(--accent-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.frozen-gray-tone:hover {
    background-color: var(--btn-hover);
}

.sky-grey {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 18px;
}

.arctic-cyan-aura {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 0px;
    gap: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.twilight-yellow-sheen {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.bronze-brown {
    max-width: 419px;
    width: 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.lunar-gray-glow {
    width: 100%;
    overflow: hidden;
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 56px 16px;
    text-align: center;
    font-size: 18px;
    color: var(--text-color);
}

.marble-red-wave {
    width: 100%;
    overflow-x: hidden;
    text-align: center;
    font-size: 30px;
    color: var(--black);
    margin: 0 auto;
}

@media screen and (max-width: 1350px) {
    .content-child {
        flex: 1;
    }

    .desert-pink-shine {
        flex: 1;
    }
}

@media screen and (max-width: 1100px) {
    /* No changes in this media query */
}

@media screen and (max-width: 1150px) {
    .footer {
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .header__buttom {
        gap: 30px;
    }

    .desert-black-wave {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        padding: 194px 0px 0px 0px;
    }

    .lunar-yellow-tone {
        max-width: 100%;
        background-color: var(--bg-color);
        z-index: 4;
        margin-top: -50px;
    }

    .dark-violet {
        padding-top: 0px;
    }
}

@media screen and (max-width: 800px) {
    .cosmic-gray-aura {
        font-size: 24px;
    }

    section.icy-yellow-light {
        margin: 100px auto !important;
    }

    .raw-umber {
        justify-content: center !important;
    }
    #contact .slate-gray {
        margin: 20% 5% 5% 5%;
    }

    .twilight-red-glow {
        width: 90% !important;
        margin: 0 0 5% 0 !important;
    }

    .stormy-black-glow {
        gap: 20px;
    }

    .lunar-yellow-tone {
        min-width: 100%;
    }

    .brick-red {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .gilded-white-shine {
        width: 100%;
    }

    .burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        width: 32px;
        height: 20px;
        cursor: pointer;
        position: relative;
        z-index: 100;
    }

    .burger span {
        border-radius: 5px;
        height: 4px;
        width: 32px;
        background-color: var(--accent-color);
        transition: all 0.3s ease;
    }

    .burger.active span {
        height: 2px;
    }

    .burger.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .header__buttom {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        height: 378px;
        background-color: var(--bg-color);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 10;
        overflow-y: auto;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        justify-content: flex-start;
        color: var(--text-color);
    }

    .header__buttom a {
        text-decoration: none;
        font-size: 20px;
        line-height: normal;
    }

    .header__buttom a:nth-of-type(even) {
        color: var(--secondary-color);
    }

    .header__buttom a:nth-of-type(odd) {
        color: var(--text-color);
    }

    .header__buttom a:hover {
        color: var(--secondary-color);
    }

    .header__buttom.active {
        padding: 30px 16px;
        margin: 0px -16px;
        transform: translateY(0);
        opacity: 1;
        width: calc(100% + 32px) !important;
    }

    .burger {
        display: flex;
        z-index: 100;
    }

    .desert-black-wave {
        padding-top: 110px;
    }

    .khaki-green {
        gap: 30px;
    }

    .velvet-blue-shade {
        gap: 16px;
    }

    .marble-brown-mist {
        font-size: 25px;
    }

    .cherry {
        gap: 25px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .icy-red-mist {
        gap: 30px;
    }

    .solar-pink-wave {
        gap: 20px;
        box-sizing: border-box;
    }

    .featured-item {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 54px 67px;
        gap: 51px;
    }

    .featured-item .apricot {
        text-align: center;
        display: block;
    }

    .cosmic-blue-glow {
        display: none;
    }

    .desert-pink-shine {
        min-width: 100%;
    }

    .dusty-yellow-light {
        gap: 25px;
    }

    .neon-blue-shine {
        gap: 25px;
    }

    .obsidian-black .charcoal-gray {
        font-size: 44px !important;
        line-height: 1;
    }

    .khaki-green .charcoal-gray {
        font-size: 20px;
    }

    .khaki-green .frozen-cyan-sheen {
        font-size: 20px;
    }

    .obsidian-green-sheen {
        padding-top: 31px;
        padding-bottom: 31px;
        box-sizing: border-box;
    }

    .plan-details2 {
        padding-top: 32px;
        padding-bottom: 32px;
        box-sizing: border-box;
    }

    .frozen-gray-glow {
        gap: 16px;
    }

    .obsidian-orange-shine {
        gap: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .twilight-yellow-sheen {
        gap: 30px;
    }

    .frozen-gray-tone {
        margin-top: 0px;
    }

    .arctic-cyan-aura {
        gap: 25px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {

    .deepskyblue-blue {
        min-width: 320px;
        max-width: 483px;
    }

    .lunar-yellow-tone {
        padding: 17px 8px;
    }

    .obsidian-blue-light {
        right: 0;
        max-width: 120px;
        font-size: 14px;
    }

    .solar-purple-flare {
        max-width: 100px;
        font-size: 14px;
    }

    .obsidian-orange-shine .charcoal-gray {
        font-size: 20px;
    }

    .featured-item {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 31px 16px;
        gap: 16px;
    }

    .desert-pink-shine {
        gap: 16px;
    }

    .dark-khaki {
        font-size: 14px;
    }

    .lunar-gray-glow {
        padding: 30px 16px;
    }

}

@media screen and (min-width: 768px) {
    .featured-item {

    }
}

@media screen and (max-width: 450px) {
    .cosmic-gray-aura {
        font-size: 18px;
    }

    .hogar {
        font-size: 19px;
    }

    .obsidian-blue-light {
        right: 0;
        text-align: center;
        max-width: 100px;
        font-size: 14px;
    }

    .solar-purple-flare {
        max-width: 80px;
        font-size: 14px;
    }

    .marble-brown-mist {
        font-size: 20px
    }

    .solar-pink-wave {
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .fern-green {
        max-width: 132px;
        max-height: 132px;
        min-width: 132px;
        min-height: 132px;
    }

    .bluesteel-blue {
        padding: 6px 10px;
    }

    .shadow-black-shade {
        min-width: 179px;
        max-width: 179px;
    }

    .amethyst-purple {
        font-size: 16px;
    }

    .article-decoration {
        gap: 45px;
    }

    .stormy-cyan-light {
        font-size: 23px;
    }

    .obsidian-black .charcoal-gray {
        font-size: 40px !important;
        line-height: 1;
    }

    .linen-white {
        gap: 19px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .obsidian-green-sheen {
        gap: 25px;
    }

    .plan-details2 {
        gap: 25px;
    }

    .obsidian-orange-shine {
        box-sizing: border-box;
    }

    .frozen-gray-tone {
        gap: 19px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .arctic-cyan-aura {
        box-sizing: border-box;
        padding: 10px;
    }

    .linen-white {
        padding: 15px 20px;
        width: 100%;
        max-width: 200px;
    }

    .frozen-gray-tone {
        padding: 15px 20px;
        width: 100%;
        max-width: 100%;
    }

    .charcoal-gray {
        font-size: 14px;
    }

    .cultura-tecnologa-estilo-de-v {
        font-size: 14px;
    }
}

.neon-blue-shine .neon-blue-shine {
    font-size: 30px;
}

.neon-blue-shine p {
    margin: 0;
}

button {
    font-family: inherit;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: var(--btn-hover) !important;
}

.slider-next:hover,
.slider-prev:hover {
    background-color: transparent !important;
}


.arctic-green-sheen {
    background-color: var(--bg-color);
    min-height: 100vh;
}

.burnt-sienna {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 254px;
    padding-bottom: 23px;
}

.medium-orchid {
    text-align: left;
    color: var(--text-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shadow-red-mist {
    display: flex;
    gap: 24px;
}

.arctic-blue-tone {
    flex: 1;
    max-width: 492px;
    min-width: 400px;
}

.arctic-blue-tone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gilded-blue-flare {
    flex: 1;
    display: flex;
    padding: 39px 30px 22px 30px;
    border: 2px solid var(--accent-color);
    border-radius: 5px;
    width: 100%;
}

.obsidian-black-mist {
    flex: 1;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.obsidian-black-mist p {
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
}

.article-page-text-title {
    font-size: 18px;
    color: var(--accent-color);
}

.text-list {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 0;
    padding-left: 24px;
}

@media screen and (max-width: 992px) {

    .shadow-red-mist {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 800px) {

    .burnt-sienna {
        flex-direction: column;
        gap: 16px;
        padding-top: 102px;
    }

}

@media screen and (max-width: 768px) {

    .arctic-blue-tone {
        max-width: 100%;
        max-height: 100%;
    }

    .medium-orchid {
        font-size: 20px;
        text-align: center;
    }

    .article-page-text-title {
        font-size: 14px;
        color: var(--accent-color);
    }

    .text-list {
        font-size: 14px;
    }

    .obsidian-black-mist {
        font-size: 14px;
    }

    .obsidian-black-mist p {
        font-size: 14px;
    }

}

@media screen and (max-width: 450px) {

    .gilded-blue-flare {
        padding: 18px 13px;
    }

}

#modal_form .btn-close {
    position: absolute;
    right: 0;
    padding: 5px;
}

#modal_form .arctic-cyan-aura {
    padding: 50px;
}

#hbgBDAgqmW-cookie {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
    font-size: 15px;
    color: #fff;
}

#hbgBDAgqmW-cookie div {
    display: inline-block;
}

#hbgBDAgqmW-cookie button {
    float: right;
    background-color: var(--accent-color);
}

section.light-lime {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding-top: 244px;
}

.twilight-red-glow {
    display: block;
    height: 500px;
    width: 500px;
    margin: 10% 5% 15% 0 ;
}