@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, .burgundy\2D red {
    box-sizing: border-box;
}

html, body, .dim\2D gray {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

body, .gold\2D thread {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
}

:root, .marble\2D purple\2D light {
    --text-color: #FFF;
    --black: #000;
    --white: #fff;
    --header-color: #fff;
    --btn-hover: #fff;
}

.font-one, .steel\2D gray, .marble\2D cyan\2D flare {
    font-family: "Roboto", sans-serif !important;
}

.font-two, .gilded\2D white\2D shine, .twilight\2D cyan\2D mist {
    font-family: "Inter", sans-serif !important;
}

.font-three, .sunset\2D pink\2D sheen, .volcano\2D purple\2D shade {
    font-family: "Montserrat", sans-serif !important;
}

.font-four, .velvet\2D yellow\2D sheen, .obsidian\2D black\2D sheen {
    font-family: "Oswald", sans-serif !important;
}

.font-five, .obsidian\2D blue\2D shine, .cosmic\2D blue\2D wave {
    font-family: "Raleway", sans-serif !important;
}

.palette-one, .marble\2D brown\2D light, .bronze {
    --bg-color: #22253A;
    --secondary-color: #4264A5;
    --accent-color: #E7CB5C;
}

.palette-two, .solar\2D gray\2D wave, .dusty\2D rose {
    --bg-color: #263027;
    --secondary-color: #42A542;
    --accent-color: #E75CBD;
}

.palette-three, .arctic\2D gray\2D shade, .cosmic\2D black\2D wave {
    --bg-color: #443C34;
    --secondary-color: #E39760;
    --accent-color: #BE67F0;
}

.palette-four, .arctic\2D purple\2D shine, .twilight\2D red\2D shine {
    --bg-color: #463C44;
    --secondary-color: #E360BC;
    --accent-color: #5CB2E7;
}

.palette-five, .gilded\2D purple\2D aura, .smoke\2D gray {
    --bg-color: #343844;
    --secondary-color: #A060E3;
    --accent-color: #C6E75C;
}

body, .arctic\2D cyan\2D aura, .obsidian\2D gray\2D shine {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
}

.container, .twilight\2D yellow\2D shade, .desert\2D pink\2D mist {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.logo, .shadow\2D red\2D wave, .dusty\2D brown\2D shade {
    color: var(--black);
    text-decoration: none;
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    font-weight: 900;
    font-family: inherit;
}

#contact, .shadow\2D red\2D mist {
    background: url("../../wp-content/uploads/images/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 .address, .lunar\2D pink\2D shade {
    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;
}

.map, .sunset\2D red\2D light {
    margin: 15% 5% 15% 0 !important;
}

section.custom-section, .icy\2D gray\2D wave {
    max-width: 1140px;
    margin: 200px auto !important;
    padding: 0 20px !important;
    font-size: 20px;
    text-align: initial;
}

.custom-section .u-clearfix, .gilded\2D red\2D sheen {
    align-items: start;
}

.header, .arctic\2D black\2D glow, .fern\2D green {
    display: flex;
    max-width: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: var(--header-color);
}

.header__wrapper, .mustard\2D yellow, .frozen\2D white\2D mist {
    width: 100%;
}

.main, .twilight\2D white\2D shade, .orchid\2D lavender {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

.header__title, .lunar\2D yellow\2D light, .marble\2D yellow\2D glow {
    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, .light\2D lime, .shadow\2D yellow\2D aura {
    position: relative;
}

.header__buttom, .lunar\2D blue\2D light, .ghost\2D white {
    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, .twilight\2D pink\2D mist {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.header__buttom a:hover, .dusty\2D yellow\2D tone {
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
}

.bienvenido-a-nuestra, .golden\2D poppy {
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.subscriptions .bienvenido-a-nuestra, .cosmic\2D red\2D flare {
    font-size: 29px;
}

.cultura, .shadow\2D red\2D mist {
    margin-bottom: 0px;
}

.cultura-tecnologa-estilo-de-v, .lunar\2D pink\2D shade {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    padding-left: 24px;
    color: var(--accent-color);
}

.bienvenido-a-nuestra-container, .sunset\2D red\2D light {
    max-width: 566px;
    flex: 1;
    position: relative;
}

.hero-section, .icy\2D gray\2D wave {
    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) {
    .hero-section, .gilded\2D red\2D sheen {
        padding-top: 244px;
        justify-content: flex-end;
    }
}

.content, .twilight\2D white\2D shine {
    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) {
    .content, .velvet\2D orange\2D flare {
        flex-direction: row;
        padding: 85px 0;
        justify-content: flex-end;
    }
}

.hero, .volcano\2D orange\2D aura {
    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) {
    .hero, .marble\2D orange\2D mist {
        flex: 1;
        max-width: 760px;
        margin-right: auto;
        margin-top: 0;
        padding: 37px 29px;
        background-color: transparent;
    }
}

.hero-image-content, .frozen\2D gray\2D tone {
    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) {
    .hero-image-content, .neon\2D red\2D glow {
        position: absolute;
        max-width: 483px;
        max-height: 483px;
        min-width: 483px;
        min-height: 483px;
    }
}

.hero-image, .lunar\2D brown\2D aura {
    position: relative;
    height: 100%;
    border-radius: 50%;
    background: var(--accent-color);
    overflow: hidden;
}

.content-child, .neon\2D brown\2D shine {
    height: 420px;
    position: relative;
    object-fit: cover;
    width: 420px;
    top: 1px;
}

.hero-image-before, .terracotta {
    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);
}

.hero-image-after, .desert\2D pink\2D wave {
    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);
}

.su-aventura-empieza, .sky\2D grey {
    margin: 0;
    color: var(--accent-color);
}

.explore-aprenda-e-container, .ocean\2D blue {
    margin: 0;
    position: relative;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    font-size: 30px;
}

.ms-informacin, .sunset\2D purple\2D tone {
    position: relative;
    font-size: 20px;

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

.empty-info-icon, .prism\2D cyan\2D glow {
    font-size: 20px;
    font-weight: bolder;
}

.more-info, .frozen\2D orange\2D tone {
    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;
}

.more-info:hover, .stormy\2D red\2D shade {
    background-color: var(--btn-hover);
}

.call-to-action, .emerald\2D green {
    background-color: var(--bg-color);
    padding: 0px 0px 50px 0px;
    gap: 50px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.call-to-wrapper, .shadow\2D cyan\2D shade {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 100%;
}

.espartaco-aguirre-diseador-container, .marble\2D white\2D flare {
    position: relative;
}

.call-to-wrapper .bienvenido-a-nuestra, .orchid\2D purple {
    font-size: 30px;
}

.member-image, .slate\2D gray {
    max-width: 195px;
    max-height: 195px;
    min-width: 195px;
    min-height: 195px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    overflow: hidden;
}

.empty-member-info, .desert\2D brown\2D light {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member-details, .eggplant\2D black {
    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;
}

.member-info, .neon\2D blue\2D sheen {
    min-width: 250px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    scroll-snap-align: center;
}

.team__wrapper::-webkit-scrollbar, .obsidian\2D cyan\2D tone {
    height: 2px;
}

.team__wrapper::-webkit-scrollbar-thumb, .dusty\2D brown\2D shade {
    background: rgba(255, 255, 255, 0.721);
    border-radius: 4px;
}

.team__wrapper::-webkit-scrollbar-track, .fern\2D green {
    background: transparent;
}

.armando-melgar-editor-en-jefe-wrapper, .frozen\2D white\2D mist {
    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;
}

.team-members, .orchid\2D lavender {
    display: inline-flex;
    gap: 50px;
    padding: 0 20px;
    min-width: min-content;
}

.team, .marble\2D yellow\2D glow {
    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);
}

.team__wrapper, .shadow\2D yellow\2D aura {
    width: 100%;
    overflow-x: auto;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
}

.featured-item-image, .ghost\2D white {
    flex: 1;
    max-width: 653px;
    max-height: 333px;
}

.empty-featured-article, .arctic\2D blue\2D sheen {
    width: 100%;
    height: 221px;
    object-fit: cover;
}

.leer, .lunar\2D green\2D tone {
    position: relative;
}

.read-more, .violet\2D purple {
    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;
}

.read-more:hover, .arctic\2D blue\2D shine {
    background-color: var(--btn-hover);
}

.featured-item-content, .solar\2D red\2D mist {
    width: 100%;
    max-width: 369px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.featured-list, .neon\2D green\2D mist {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.featured-item, .neon\2D red\2D sheen {
    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, .periwinkle\2D violet {
    height: 48px;
    width: 24px;
    position: relative;
    border-radius: 1px;
}

.frame-child, .dusty\2D white\2D shine {
    width: 20px;
    position: relative;
    border-radius: 50%;
    background-color: var(--accent-color);
    height: 20px;
}

.frame-item, .dusty\2D black\2D flare {
    width: 16px;
    position: relative;
    border-radius: 50%;
    border: 1px solid var(--accent-color);
    box-sizing: border-box;
    height: 16px;
}

.ellipse-parent, .volcano\2D orange\2D shine {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.article-decoration-item, .velvet\2D brown\2D glow {
    height: 48px;
    width: 24px;
    position: relative;
    border-radius: 1px;
    object-fit: contain;
}

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

.article-decoration svg, .solar\2D orange\2D mist {
    color: var(--accent-color);
}

@media screen and (min-width: 768px) {
    .article-decoration, .desert\2D pink\2D tone {
        flex-wrap: nowrap;
        gap: 90px;
    }
}

.featured-articles, .rose\2D red {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-color);
    padding: 50px 0px;
    text-align: center;
    font-size: 30px;
    color: var(--white);
}

.featured-articles__wrapper, .frozen\2D gray\2D flare {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.slider-container, .thistle\2D purple {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.featured-list, .carmine\2D red {
    display: flex;
    transition: transform 0.5s ease;
}

.featured-item, .gilded\2D orange\2D aura {
    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, .solar\2D red\2D tone {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.slider-controls, .neon\2D cyan\2D aura {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.slider-prev,
.slider-next, .arctic\2D blue\2D wave {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--accent-color);
}

.slider-dots, .twilight\2D pink\2D mist {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dot, .dusty\2D yellow\2D tone {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--accent-color);
    cursor: pointer;
}

.featured-item .featured-mobile, .golden\2D poppy {
    display: none;
}

.featured-mobile, .cosmic\2D red\2D flare {
    font-size: 20px !important;
}

.featured-desktop, .shadow\2D red\2D mist {
    display: block;
    font-size: 30px !important;
}

.dot.active, .lunar\2D pink\2D shade {
    width: 22px;
    height: 22px;
    background-color: var(--accent-color);
}

.subscribe-to-7-das-container, .sunset\2D red\2D light {
    position: relative;
}

.mxn .bienvenido-a-nuestra, .icy\2D gray\2D wave {
    position: relative;
    font-size: 87.5px !important;
    line-height: 100%;
    color: var(--accent-color);
    font-weight: 700;
}

.suscribir, .gilded\2D red\2D sheen {
    position: relative;
    font-size: 19.5px;
    color: var(--black);
    text-align: center;
}

.subscription-buttons, .twilight\2D white\2D shine {
    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%;
}

.subscription-buttons:hover, .velvet\2D orange\2D flare {
    background-color: var(--btn-hover);
}

.subscription-buttons a, .volcano\2D orange\2D aura {
    text-decoration: none;
}

.plan-details, .plan-details2, .volcano\2D orange\2D aura {
    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) {
    .plan-details, .plan-details2, .marble\2D orange\2D mist {
        padding: 31px 16px;
        gap: 50px;
    }
}

.subscription-plans, .frozen\2D gray\2D tone {
    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) {
    .subscription-plans, .neon\2D red\2D glow {
        flex-direction: row;
        gap: 32px;
    }
}

.subscriptions, .lunar\2D brown\2D aura {
    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);
}

.nombre, .neon\2D brown\2D shine {
    align-self: stretch;
    position: relative;
    font-size: 18px;
}

.empty-fields, .terracotta {
    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;
}

.form-fields, .desert\2D pink\2D wave {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.form-fields-item, .sky\2D grey {
    width: 100%;
    border: 2px solid var(--accent-color);
    background-color: transparent;
    height: 80px;
    outline: none;
    position: relative;
    border-radius: 5px;
    resize: vertical;
}

.enviar, .ocean\2D blue {
    position: relative;
    font-size: 20px;
    color: var(--black);
    white-space: pre-wrap;
    text-align: center;
}

.submit-button, .sunset\2D purple\2D 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;
}

.submit-button:hover, .prism\2D cyan\2D glow {
    background-color: var(--btn-hover);
}

.contact-form, .frozen\2D orange\2D tone {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-size: 18px;
}

.contact, .stormy\2D red\2D shade {
    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);
}

.contact__wrapper, .emerald\2D green {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.logo-lea-condiciones, .shadow\2D cyan\2D shade {
    max-width: 419px;
    width: 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.copyright, .marble\2D white\2D flare {
    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);
}

.plans, .orchid\2D purple {
    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, .slate\2D gray {
        flex: 1;
    }

    .featured-item-content, .desert\2D brown\2D light {
        flex: 1;
    }
}

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

@media screen and (max-width: 1150px) {
    .footer, .eggplant\2D black {
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 992px) {
    .header__buttom, .neon\2D blue\2D sheen {
        gap: 30px;
    }

    .content, .obsidian\2D cyan\2D tone {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        padding: 194px 0px 0px 0px;
    }

    .hero, .velvet\2D brown\2D shine {
        max-width: 100%;
        background-color: var(--bg-color);
        z-index: 4;
        margin-top: -50px;
    }

    .hero-section, .steel\2D gray {
        padding-top: 0px;
    }
}

@media screen and (max-width: 800px) {
    .logo, .sunset\2D pink\2D sheen {
        font-size: 24px;
    }

    section.custom-section, .icy\2D gray\2D wave {
        margin: 100px auto !important;
    }

    .contact-info, .marble\2D orange\2D mist {
        justify-content: center !important;
    }
    #contact .address, .frozen\2D gray\2D tone {
        margin: 20% 5% 5% 5%;
    }

    .map, .neon\2D red\2D glow, .prism\2D cyan\2D glow {
        width: 90% !important;
        margin: 0 0 5% 0 !important;
    }

    .header, .velvet\2D yellow\2D sheen {
        gap: 20px;
    }

    .hero, .obsidian\2D blue\2D shine {
        min-width: 100%;
    }

    .header__wrapper, .marble\2D brown\2D light {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header__title, .solar\2D gray\2D wave {
        width: 100%;
    }

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

    .burger span, .arctic\2D purple\2D shine {
        border-radius: 5px;
        height: 4px;
        width: 32px;
        background-color: var(--accent-color);
        transition: all 0.3s ease;
    }

    .burger.active span, .gilded\2D purple\2D aura {
        height: 2px;
    }

    .burger.active span:nth-child(1), .arctic\2D cyan\2D aura {
        transform: translateY(6px) rotate(45deg);
    }

    .burger.active span:nth-child(2), .twilight\2D yellow\2D shade {
        opacity: 0;
    }

    .burger.active span:nth-child(3), .shadow\2D red\2D wave {
        transform: translateY(-6px) rotate(-45deg);
    }

    .header__buttom, .arctic\2D black\2D glow {
        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, .mustard\2D yellow {
        text-decoration: none;
        font-size: 20px;
        line-height: normal;
    }

    .header__buttom a:nth-of-type(even), .lunar\2D yellow\2D light {
        color: var(--secondary-color);
    }

    .header__buttom a:nth-of-type(odd), .lunar\2D blue\2D light {
        color: var(--text-color);
    }

    .header__buttom a:hover, .twilight\2D white\2D shade {
        color: var(--secondary-color);
    }

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

    .burger, .light\2D lime {
        display: flex;
        z-index: 100;
    }

    .content, .lunar\2D blue\2D light {
        padding-top: 110px;
    }

    .call-to-wrapper, .burgundy\2D red {
        gap: 30px;
    }

    .featured-articles__wrapper, .dim\2D gray {
        gap: 16px;
    }

    .explore-aprenda-e-container, .gold\2D thread {
        font-size: 25px;
    }

    .call-to-action, .marble\2D purple\2D light {
        gap: 25px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .team-members, .marble\2D cyan\2D flare {
        gap: 30px;
    }

    .team, .twilight\2D cyan\2D mist {
        gap: 20px;
        box-sizing: border-box;
    }

    .featured-item, .volcano\2D purple\2D shade {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 54px 67px;
        gap: 51px;
    }

    .featured-item .featured-mobile, .obsidian\2D black\2D sheen {
        text-align: center;
        display: block;
    }

    .featured-desktop, .cosmic\2D blue\2D wave {
        display: none;
    }

    .featured-item-content, .bronze {
        min-width: 100%;
    }

    .featured-list, .dusty\2D rose {
        gap: 25px;
    }

    .featured-articles, .cosmic\2D black\2D wave {
        gap: 25px;
    }

    .mxn .bienvenido-a-nuestra, .twilight\2D red\2D shine {
        font-size: 44px !important;
        line-height: 1;
    }

    .call-to-wrapper .bienvenido-a-nuestra, .smoke\2D gray {
        font-size: 20px;
    }

    .call-to-wrapper .su-aventura-empieza, .obsidian\2D gray\2D shine {
        font-size: 20px;
    }

    .plan-details, .desert\2D pink\2D mist {
        padding-top: 31px;
        padding-bottom: 31px;
        box-sizing: border-box;
    }

    .plan-details2, .dusty\2D brown\2D shade {
        padding-top: 32px;
        padding-bottom: 32px;
        box-sizing: border-box;
    }

    .subscription-plans, .fern\2D green {
        gap: 16px;
    }

    .subscriptions, .frozen\2D white\2D mist {
        gap: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .contact__wrapper, .orchid\2D lavender {
        gap: 30px;
    }

    .submit-button, .marble\2D yellow\2D glow {
        margin-top: 0px;
    }

    .contact, .shadow\2D yellow\2D aura {
        gap: 25px;
        box-sizing: border-box;
    }
}

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

    .hero-image-content, .steel\2D gray {
        min-width: 320px;
        max-width: 483px;
    }

    .hero, .gilded\2D white\2D shine {
        padding: 17px 8px;
    }

    .hero-image-after, .sunset\2D pink\2D sheen {
        right: 0;
        max-width: 120px;
        font-size: 14px;
    }

    .hero-image-before, .velvet\2D yellow\2D sheen {
        max-width: 100px;
        font-size: 14px;
    }

    .subscriptions .bienvenido-a-nuestra, .obsidian\2D blue\2D shine {
        font-size: 20px;
    }

    .featured-item, .marble\2D brown\2D light {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 31px 16px;
        gap: 16px;
    }

    .featured-item-content, .solar\2D gray\2D wave {
        gap: 16px;
    }

    .nombre, .arctic\2D gray\2D shade {
        font-size: 14px;
    }

    .copyright, .arctic\2D purple\2D shine {
        padding: 30px 16px;
    }

}

@media screen and (min-width: 768px) {
    .featured-item, .arctic\2D cyan\2D aura {

    }
}

@media screen and (max-width: 450px) {
    .logo, .shadow\2D red\2D wave {
        font-size: 18px;
    }

    .hogar, .arctic\2D black\2D glow {
        font-size: 19px;
    }

    .hero-image-after, .mustard\2D yellow {
        right: 0;
        text-align: center;
        max-width: 100px;
        font-size: 14px;
    }

    .hero-image-before, .twilight\2D white\2D shade {
        max-width: 80px;
        font-size: 14px;
    }

    .explore-aprenda-e-container, .lunar\2D yellow\2D light {
        font-size: 20px
    }

    .team, .light\2D lime {
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .member-image, .lunar\2D blue\2D light {
        max-width: 132px;
        max-height: 132px;
        min-width: 132px;
        min-height: 132px;
    }

    .member-details, .burgundy\2D red {
        padding: 6px 10px;
    }

    .member-info, .dim\2D gray {
        min-width: 179px;
        max-width: 179px;
    }

    .leer, .gold\2D thread {
        font-size: 16px;
    }

    .article-decoration, .marble\2D purple\2D light {
        gap: 45px;
    }

    .subscribe-to-7-das-container, .marble\2D cyan\2D flare {
        font-size: 23px;
    }

    .mxn .bienvenido-a-nuestra, .twilight\2D cyan\2D mist {
        font-size: 40px !important;
        line-height: 1;
    }

    .subscription-buttons, .volcano\2D purple\2D shade {
        gap: 19px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .plan-details, .obsidian\2D black\2D sheen {
        gap: 25px;
    }

    .plan-details2, .cosmic\2D blue\2D wave {
        gap: 25px;
    }

    .subscriptions, .bronze {
        box-sizing: border-box;
    }

    .submit-button, .dusty\2D rose {
        gap: 19px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .contact, .cosmic\2D black\2D wave {
        box-sizing: border-box;
        padding: 10px;
    }

    .subscription-buttons, .twilight\2D red\2D shine {
        padding: 15px 20px;
        width: 100%;
        max-width: 200px;
    }

    .submit-button, .smoke\2D gray {
        padding: 15px 20px;
        width: 100%;
        max-width: 100%;
    }

    .bienvenido-a-nuestra, .obsidian\2D gray\2D shine {
        font-size: 14px;
    }

    .cultura-tecnologa-estilo-de-v, .desert\2D pink\2D mist {
        font-size: 14px;
    }
}

.featured-articles .featured-articles, .dusty\2D brown\2D shade {
    font-size: 30px;
}

.featured-articles p, .fern\2D green {
    margin: 0;
}

button, .frozen\2D white\2D mist {
    font-family: inherit;
    transition: background-color 0.3s ease;
}

button:hover, .orchid\2D lavender {
    background-color: var(--btn-hover) !important;
}

.slider-next:hover,
.slider-prev:hover, .marble\2D yellow\2D glow {
    background-color: transparent !important;
}


.section-articles, .shadow\2D yellow\2D aura {
    background-color: var(--bg-color);
    min-height: 100vh;
}

.article-page-wrapper, .ghost\2D white {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 254px;
    padding-bottom: 23px;
}

.article-page-title, .arctic\2D blue\2D sheen {
    text-align: left;
    color: var(--text-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.article-page-content, .lunar\2D green\2D tone {
    display: flex;
    gap: 24px;
}

.article-page-image, .violet\2D purple {
    flex: 1;
    max-width: 492px;
    min-width: 400px;
}

.article-page-image img, .arctic\2D blue\2D shine {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-page-text-block, .solar\2D red\2D mist {
    flex: 1;
    display: flex;
    padding: 39px 30px 22px 30px;
    border: 2px solid var(--accent-color);
    border-radius: 5px;
    width: 100%;
}

.article-page-text, .neon\2D green\2D mist {
    flex: 1;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.article-page-text p, .neon\2D red\2D sheen {
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
}

.article-page-text-title, .periwinkle\2D violet {
    font-size: 18px;
    color: var(--accent-color);
}

.text-list, .dusty\2D white\2D shine {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 0;
    padding-left: 24px;
}

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

    .article-page-content, .volcano\2D orange\2D shine {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

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

    .article-page-wrapper, .cerise\2D red {
        flex-direction: column;
        gap: 16px;
        padding-top: 102px;
    }

}

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

    .article-page-image, .desert\2D pink\2D tone {
        max-width: 100%;
        max-height: 100%;
    }

    .article-page-title, .rose\2D red {
        font-size: 20px;
        text-align: center;
    }

    .article-page-text-title, .frozen\2D gray\2D flare {
        font-size: 14px;
        color: var(--accent-color);
    }

    .text-list, .thistle\2D purple {
        font-size: 14px;
    }

    .article-page-text, .carmine\2D red {
        font-size: 14px;
    }

    .article-page-text p, .gilded\2D orange\2D aura {
        font-size: 14px;
    }

}

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

    .article-page-text-block, .neon\2D cyan\2D aura {
        padding: 18px 13px;
    }

}

#modal_form .btn-close, .arctic\2D blue\2D wave {
    position: absolute;
    right: 0;
    padding: 5px;
}

#modal_form .contact, .twilight\2D pink\2D mist {
    padding: 50px;
}

#hbgBDAgqmW-cookie, .dusty\2D yellow\2D tone {
    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, .golden\2D poppy {
    display: inline-block;
}

#hbgBDAgqmW-cookie button, .cosmic\2D red\2D flare {
    float: right;
    background-color: var(--accent-color);
}

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

