@font-face {
    font-family: "Bulgeria";
    src: url("Content/fonts/bulgeria/bulgeria-webfont.woff2") format("woff2"),url("Content/fonts/bulgeria/bulgeria-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Intro";
    src: url("Content/fonts/intro/Intro-Regular.eot");
    src: local("☺"),url("Content/fonts/intro/Intro-Regular.woff") format("woff"),url("Content/fonts/intro/Intro-Regular.ttf") format("truetype"),url("Content/fonts/intro/Intro-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Intro";
    src: url("Content/fonts/intro/Intro-Bold.eot");
    src: local("☺"),url("Content/fonts/intro/Intro-Bold.woff") format("woff"),url("Content/fonts/intro/Intro-Bold.ttf") format("truetype"),url("Content/fonts/intro/Intro-Bold.svg") format("svg");
    font-weight: 700;
    font-style: normal
}

.flex-sbc, .flex-sbs, .flex-sbe, .flex-cc, .flex-cs, .flex-ce, .flex-sc, .flex-ss, .flex-se, .flex-ec, .flex-es, .flex-ee {
    display: flex;
    flex-wrap: wrap
}

.flex-sbc, .flex-sbs, .flex-sbe {
    justify-content: space-between
}

.flex-cc, .flex-cs, .flex-ce {
    justify-content: center
}

.flex-sc, .flex-ss, .flex-se {
    justify-content: flex-start
}

.flex-ec, .flex-es, .flex-ee {
    justify-content: flex-end
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
    align-items: center
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
    align-items: flex-start
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
    align-items: flex-end
}

* {
    box-sizing: border-box
}

body, ul, ol, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, select {
    outline: none;
    border: none
}

a {
    text-decoration: none
}

.has-small-mask {
    -webkit-mask: url("../images/mask/small_top.png") top center repeat-x,url("../images/mask/small_bottom.png") bottom center repeat-x,linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px, rgb(0, 0, 0) 31px, rgb(0, 0, 0) calc(100% - 31px), rgba(0, 0, 0, 0) calc(100% - 30px), rgba(0, 0, 0, 0) 100%);
    mask: url("../images/mask/small_top.png") top center repeat-x,url("../images/mask/small_bottom.png") bottom center repeat-x,linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 30px, rgb(0, 0, 0) 31px, rgb(0, 0, 0) calc(100% - 31px), rgba(0, 0, 0, 0) calc(100% - 30px), rgba(0, 0, 0, 0) 100%)
}

.has-normal-mask {
    -webkit-mask: url("../images/mask/normal_top.png") top center repeat-x,url("../images/mask/normal_bottom.png") bottom center repeat-x,linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 140px, rgb(0, 0, 0) 141px, rgb(0, 0, 0) calc(100% - 141px), rgba(0, 0, 0, 0) calc(100% - 140px), rgba(0, 0, 0, 0) 100%);
    mask: url("../images/mask/normal_top.png") top center repeat-x,url("../images/mask/normal_bottom.png") bottom center repeat-x,linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 140px, rgb(0, 0, 0) 141px, rgb(0, 0, 0) calc(100% - 141px), rgba(0, 0, 0, 0) calc(100% - 140px), rgba(0, 0, 0, 0) 100%)
}

.btn {
    width: auto;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 5px;
    font-family: "Bulgeria";
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 2px 2px rgba(0,0,0,.3);
    transition: filter .3s ease-in-out
}

    .btn:hover {
        filter: brightness(110%)
    }

.btn--yellow {
    background: url("../images/bg/btn_yellow_bg.jpg") center center repeat-x;
    background-size: auto 100%;
    border: 1px solid #fd0;
    box-shadow: inset 0px 0px 10px #fd0,0px 5px 10px rgba(194,74,0,.5)
}

.btn--gray {
    background: url("../images/bg/btn_gray_bg.jpg") center center repeat-x;
    background-size: auto 100%;
    border: 1px solid #e1d3d1;
    box-shadow: inset 0px 0px 10px #e1e1d1,0px 5px 10px rgba(112,107,104,.5)
}

.btn--red {
    background: url("../images/bg/btn_red_bg.jpg") center center repeat-x;
    background-size: auto 100%;
    border: 1px solid #ffc8c3;
    box-shadow: inset 0px 0px 10px #f6d8d5,0px 5px 10px rgba(138,32,32,.5)
}

.btn--green {
    background: url("../images/bg/btn_green_bg.jpg") center center repeat-x;
    background-size: auto 100%;
    border: 1px solid #d6ea47;
    box-shadow: inset 0px 0px 10px #d6ea47,0px 5px 10px rgba(98,136,31,.5)
}

.btn--blue {
    background: url("../images/bg/btn_blue_bg.jpg") center center repeat-x;
    background-size: auto 100%;
    border: 1px solid #c8e1ff;
    box-shadow: inset 0px 0px 10px #c8e1ff,0px 5px 10px rgba(91,133,176,.5)
}

.btn--small {
    height: 54px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 16px
}

.btn i {
    margin-right: 10px
}

body {
    font-family: "Intro";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #545042;
    background: #f0efe7
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: url("../images/bg/jqs.mp4") #fff top center no-repeat
}

@media(max-width: 1240px) {
    .wrapper {
        background: url("../images/bg/jqs.mp4") #fff top left -200px no-repeat
    }
}

@media(max-width: 1024px) {
    .wrapper {
        background: url("../images/bg/jqs.mp4") #fff top right -200px no-repeat
    }
}

.wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc((100% - 1920px)/2);
    background: linear-gradient(to right, #f0efe7 0px, rgba(240, 239, 231, 0) 200px, rgba(240, 239, 231, 0) calc(100% - 200px), #f0efe7 100%);
    pointer-events: none;
    display: none
}

@media(min-width: 1921px) {
    .wrapper:after {
        display: block
    }
}

.content-area {
    width: calc(100% - 200px);
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media(max-width: 1680px) {
    .content-area {
        width: calc(100% - 100px)
    }
}

@media(max-width: 1240px) {
    .content-area {
        width: calc(100% - 60px)
    }
}

.nav {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2
}

@media(max-width: 1024px) {
    .nav {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #f7f4f2 !important;
        display: none
    }
}

.nav .content-area {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 1024px) {
    .nav .content-area {
        height: 100%;
        width: 100%
    }
}

.nav__links {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    position: relative
}

@media(max-width: 1680px) {
    .nav__links {
        display: flex;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 40px;
        padding: 15px 30px
    }
}

@media(max-width: 760px) {
    .nav__links {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 30px
    }
}

@media(max-width: 480px) {
    .nav__links {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px
    }
}

.nav__links li {
    position: relative;
    z-index: 2
}

@media(max-width: 1024px) {
    .nav__links li {
        width: 100%
    }
}

.nav__links li a {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #545042;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

    .nav__links li a:hover {
        color: #f6ad4d
    }

@media(max-width: 1680px) {
    .nav__links li a {
        font-size: 18px;
        line-height: 18px
    }
}

@media(max-width: 1240px) {
    .nav__links li a {
        font-size: 16px;
        line-height: 16px
    }
}

@media(max-width: 1680px) {
    .nav__links li a img {
        width: 34px
    }
}

@media(max-width: 1240px) {
    .nav__links li a img {
        width: 30px
    }
}

.nav__links:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100px;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out
}

@media(max-width: 1024px) {
    .nav__links:after {
        display: none !important
    }
}

.nav--fixed .nav__links:after {
    opacity: 1
}

.open-nav {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 3;
    border-radius: 100px;
    background: rgba(255,255,255,.95);
    box-shadow: 0px 10px 20px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none
}

@media(max-width: 1024px) {
    .open-nav {
        display: flex
    }
}

.open-nav__button {
    width: 22px;
    height: 16px;
    position: relative;
    cursor: pointer
}

    .open-nav__button:after {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #545042;
        position: absolute;
        transform: rotate(0deg);
        transition: all .4s ease-in-out;
        top: 0px
    }

    .open-nav__button:before {
        content: "";
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #545042;
        position: absolute;
        transform: rotate(0deg);
        transition: all .4s ease-in-out;
        top: calc(100% - 2px)
    }

.open-nav__button-item {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #545042;
    position: absolute;
    top: calc((100% - 2px)/2);
    transform: rotate(0deg);
    transition: all .4s ease-in-out
}

.open-nav:hover .open-nav__button:after, .open-nav:hover .open-nav__button:before {
    background: #545042
}

.open-nav:hover .open-nav__button-item {
    transform: scale(0.7, 1)
}

.open-nav.active .open-nav__button:after {
    transform: rotate(-135deg);
    top: calc((100% - 2px)/2)
}

.open-nav.active .open-nav__button:before {
    transform: rotate(135deg);
    top: calc((100% - 2px)/2)
}

.open-nav.active .open-nav__button-item {
    transform: scale(0, 1) !important
}

.header {
    width: 100%;
    padding: 130px 0px;
    overflow: hidden
}

@media(max-width: 1024px) {
    .header {
        padding: 50px 0px 90px
    }
}

.header .content-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px
}

.header__info {
    width: calc(100% - 50px - 50%);
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap
}

@media(max-width: 1240px) {
    .header__info {
        width: calc(100% - 50px - 60%)
    }
}

@media(max-width: 1024px) {
    .header__info {
        width: 100%
    }
}

.header__timers {
    width: 100%;
    position: relative;
    gap: 20px
}

.header__timer {
    width: calc((100% - 20px)/2);
    align-self: stretch;
    background: rgba(255,255,255,.6);
    border-radius: 20px;
    padding: 20px 10px
}

@media(max-width: 760px) {
    .header__timer {
        width: 100%
    }
}

.header__timer-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #545042
}

@media(max-width: 1240px) {
    .header__timer-title {
        font-size: 14px
    }
}

.header__timer-time {
    width: 100%;
    text-align: center;
    font-family: "Bulgeria";
    font-size: 16px;
    color: #545042;
    text-transform: uppercase;
    margin-top: 5px
}

@media(max-width: 1240px) {
    .header__timer-time {
        font-size: 14px
    }
}

.header__timer-time span {
    font-family: inherit;
    font-weight: inherit;
    font-size: 20px;
    color: #a15800
}

@media(max-width: 1080px) {
    .header__timer-time span {
        font-size: 20px
    }
}

@media(max-width: 1080px)and (max-width: 1240px) {
    .header__timer-time span {
        font-size: 18px
    }
}

.header__timer-end {
    font-family: "Bulgeria";
    font-size: 20px;
    color: #a15800
}

@media(max-width: 1240px) {
    .header__timer-end {
        font-size: 18px
    }
}

.header__content {
    width: 50%;
    position: relative
}

@media(max-width: 1240px) {
    .header__content {
        width: 60%
    }
}

@media(max-width: 1024px) {
    .header__content {
        width: 100%;
        order: -1
    }
}

.header__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

    .header__logo a {
        transition: filter .3s ease-in-out
    }

        .header__logo a:hover {
            filter: brightness(110%)
        }

        .header__logo a img {
            width: 100%
        }

@media(max-width: 1680px) {
    .header__logo a img {
        max-width: 500px
    }
}

@media(max-width: 1240px) {
    .header__logo a img {
        max-width: 400px
    }
}

.header__socials {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: -40px
}

@media(max-width: 1680px) {
    .header__socials {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
        margin-top: -30px
    }
}

@media(max-width: 1240px) {
    .header__socials {
        margin-top: -20px
    }
}

@media(max-width: 1024px) {
    .header__socials {
        margin-top: 0px
    }
}

.header__socials li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #bdbbb5;
    color: #bdbbb5;
    transition: border .3s ease-in-out,color .3s ease-in-out
}

    .header__socials li a:hover {
        border: 2px solid #f2ca7e;
        color: #f2ca7e
    }

@media(max-width: 1240px) {
    .header__socials li a {
        background: #fff
    }
}

.header__promo {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media(max-width: 1680px) {
    .header__promo {
        margin-top: 40px
    }
}

@media(max-width: 1240px) {
    .header__promo {
        margin-top: 30px
    }
}

.header__promo-title {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 52px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fdd065;
    position: relative;
    z-index: 2
}

@media(max-width: 1680px) {
    .header__promo-title {
        font-size: 42px;
        line-height: 50px
    }
}

@media(max-width: 1240px) {
    .header__promo-title {
        font-size: 32px;
        line-height: 40px
    }
}

.header__promo-text {
    width: 100%;
    padding: 0px calc((100% - 620px)/2);
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 15px;
    position: relative;
    z-index: 2
}

@media(max-width: 1680px) {
    .header__promo-text {
        font-size: 18px;
        line-height: 28px
    }
}

@media(max-width: 1240px) {
    .header__promo-text {
        font-size: 16px;
        line-height: 24px
    }
}

.header__promo:after {
    content: "";
    width: 930px;
    aspect-ratio: 966/456;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-70%) translateY(calc(-50% + 50px)); /* Aumenta el porcentaje en translateX */
    pointer-events: none;
    background: url("../images/bg/header_text_bg.png");
    background-size: 100% 100%;
    opacity: .5;
}
.nav__links {
    position: relative;
    z-index: 2; /* Asegura que el menú esté por encima de cualquier fondo */
}

    .nav__links a {
        color: white; /* Color inicial del texto */
        transition: color 0.3s ease; /* Transición suave */
    }

.header__promo {
    background: white; /* Color de fondo blanco */
}

    .header__promo:hover .nav__links a {
        color: black; /* Cambia a negro cuando el fondo es blanco y está en hover */
    }

    .header__promo:hover {
        background: transparent; /* Cambia el fondo a transparente al pasar el mouse */
    }

.header__promo {
    position: relative; /* Necesario para que funcione correctamente el efecto hover */
}

    .header__promo:hover:after {
        opacity: 0.5; /* Mantiene el fondo visible mientras el mouse está sobre el área */
    }


@media(max-width: 1024px) {
    .header__promo:after {
        width: 730px
    }
}

.header__buttons {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media(max-width: 1680px) {
    .header__buttons {
        margin-top: 30px
    }
}

@media(max-width: 1240px) {
    .header__buttons {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px
    }
}

.main-videos {
    width: 100%
}

.main-videos__content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 100px
}

@media(max-width: 1680px) {
    .main-videos__content {
        column-gap: 50px
    }
}

@media(max-width: 1240px) {
    .main-videos__content {
        column-gap: 30px
    }
}

@media(max-width: 1024px) {
    .main-videos__content {
        justify-content: center
    }
}

.main-videos__item {
    width: calc((100% - 200px)/100*30);
    aspect-ratio: 1/.54;
    border-radius: 20px;
    background: #bdbbb5;
    position: relative;
    overflow: hidden
}

@media(max-width: 1680px) {
    .main-videos__item {
        width: calc((100% - 100px)/100*30)
    }
}

@media(max-width: 1240px) {
    .main-videos__item {
        width: calc((100% - 60px)/100*30)
    }
}

@media(max-width: 1024px) {
    .main-videos__item {
        max-width: 400px;
        width: 100%
    }
}

.main-videos__item:nth-child(2) {
    width: calc((100% - 200px)/100*40);
    border-radius: 30px
}

@media(max-width: 1680px) {
    .main-videos__item:nth-child(2) {
        width: calc((100% - 100px)/100*40)
    }
}

@media(max-width: 1240px) {
    .main-videos__item:nth-child(2) {
        width: calc((100% - 60px)/100*40)
    }
}

@media(max-width: 1024px) {
    .main-videos__item:nth-child(2) {
        max-width: 400px;
        width: 100%
    }
}

.main-videos__item-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

    .main-videos__item-preview img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }

.main-videos__item-preview-play {
    width: 100px;
    aspect-ratio: 125/129;
    background: url("../images/icons/video_play.png") center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: filter .3s ease-in-out
}

    .main-videos__item-preview-play:hover {
        filter: brightness(110%)
    }

.main-videos__item:nth-child(2) .main-videos__item-preview-play {
    width: 125px
}

.main-title {
    width: 100%;
    padding: 0px calc((100% - 620px)/2);
    text-align: center;
    margin-bottom: 50px
}

@media(max-width: 1240px) {
    .main-title {
        margin-bottom: 30px
    }
}

.main-title h2 {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: black
}

@media(max-width: 1680px) {
    .main-title h2 {
        font-size: 36px;
        line-height: 40px
    }
}

@media(max-width: 1240px) {
    .main-title h2 {
        font-size: 32px;
        line-height: 38px
    }
}

@media(max-width: 1024px) {
    .main-title h2 {
        font-size: 26px;
        line-height: 32px
    }
}

.main-title p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px
}

@media(max-width: 1680px) {
    .main-title p {
        font-size: 18px;
        line-height: 26px
    }
}

@media(max-width: 1240px) {
    .main-title p {
        font-size: 16px;
        line-height: 22px
    }
}

.main-info {
    width: 100%;
    padding: 100px 0px 30px
}

@media(max-width: 1024px) {
    .main-info {
        padding: 80px 0px 10px
    }
}

.main-info__content {
    width: 100%;
    padding: 0px calc((100% - 1240px)/2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 100px;
    text-align: center
}

@media(max-width: 1680px) {
    .main-info__content {
        column-gap: 50px
    }
}

@media(max-width: 1240px) {
    .main-info__content {
        column-gap: 30px
    }
}

@media(max-width: 1024px) {
    .main-info__content {
        justify-content: center
    }
}

.main-info__item {
    width: calc((100% - 200px)/100*32);
    margin-top: 30px;
    position: relative
}

@media(max-width: 1680px) {
    .main-info__item {
        width: calc((100% - 100px)/100*32)
    }
}

@media(max-width: 1240px) {
    .main-info__item {
        width: calc((100% - 60px)/100*32)
    }
}

@media(max-width: 1024px) {
    .main-info__item {
        width: 100%;
        margin-top: 0px
    }
}

.main-info__item:nth-child(2) {
    width: calc((100% - 200px)/100*36);
    margin-top: 0
}

@media(max-width: 1680px) {
    .main-info__item:nth-child(2) {
        width: calc((100% - 100px)/100*36)
    }
}

@media(max-width: 1240px) {
    .main-info__item:nth-child(2) {
        width: calc((100% - 60px)/100*36)
    }
}

@media(max-width: 1024px) {
    .main-info__item:nth-child(2) {
        width: 100%
    }
}

.main-info__item-header {
    width: 100%;
    position: relative;
    z-index: 2
}

.main-info__item-header-img {
    width: 100%;
    height: 246px;
    position: relative;
    z-index: 1
}

    .main-info__item-header-img img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center
    }

.main-info__item-header-title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-family: "Bulgeria";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #f6ad4d;
    padding: 200px 30px 35px;
    background: linear-gradient(to top, #eee9e2 0%, rgba(238, 233, 226, 0.8) 30%, rgba(238, 233, 226, 0) 100%)
}

.main-info__item:nth-child(2) .main-info__item-header-img {
    height: 276px
}

.main-info__item:nth-child(2) .main-info__item-header-title {
    font-size: 24px;
    line-height: 32px
}

@media(max-width: 1024px) {
    .main-info__item:nth-child(2) .main-info__item-header-title {
        font-size: 20px;
        line-height: 28px
    }
}

.main-info__item:after {
    content: "";
    width: 100%;
    height: 246px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.1);
    filter: blur(10px)
}

.main-info__item:nth-child(2):after {
    top: 40px
}

@media(max-width: 1024px) {
    .main-info__item:nth-child(2):after {
        top: 10px
    }
}

.main-info__item-text {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #545042
}

    .main-info__item-text p {
        display: block;
        max-width: 100%
    }

.main-info__item:nth-child(2) .main-info__item-text {
    font-size: 16px;
    line-height: 24px
}

@media(max-width: 1024px) {
    .main-info__item:nth-child(2) .main-info__item-text {
        font-size: 14px;
        line-height: 20px
    }
}

.main-features {
    width: 100%;
    padding: 180px 0px 200px;
    background: url("Content/images/bg/main_features_bg.jpg") top center no-repeat;
    background-size: cover
}

@media(max-width: 1024px) {
    .main-features {
        padding: 150px 0px 160px
    }
}

.main-features__content {
    width: 100%;
    padding: 0px calc((100% - 1240px)/2);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.main-features__buttons {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px
}

    .main-features__buttons > * {
        width: calc((100% - 30px * (3 - 1)) / 3)
    }

@media(max-width: 1240px) {
    .main-features__buttons {
        width: 330px;
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 15px
    }

        .main-features__buttons > * {
            width: calc((100% - 15px * (3 - 1)) / 3)
        }
}

@media(max-width: 1240px)and (max-width: 1024px) {
    .main-features__buttons {
        width: 100%;
        justify-content: center
    }
}

.main-features__buttons-item {
    aspect-ratio: 1/1;
    border-radius: 20px;
    position: relative;
    opacity: .6;
    transition: opacity .3s ease-in-out;
    cursor: pointer
}

@media(max-width: 1024px) {
    .main-features__buttons-item {
        width: 80px
    }
}

.main-features__buttons-item.active {
    opacity: 1
}

.main-features__buttons-item:hover {
    opacity: 1
}

.main-features__buttons-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 20px
}

.main-features__views {
    width: calc(100% - 360px - 60px);
    align-self: stretch;
    position: relative
}

@media(max-width: 1240px) {
    .main-features__views {
        width: calc(100% - 330px - 30px)
    }
}

@media(max-width: 1024px) {
    .main-features__views {
        width: 100%;
        margin-top: 30px
    }
}

.main-features__views-item {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out
}

@media(max-width: 1240px) {
    .main-features__views-item {
        height: 330px
    }
}

.main-features__views-item.active {
    position: relative;
    opacity: 1
}

.main-features__views-item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

    .main-features__views-item-img img {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center
    }

.main-features__views-item-info {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 200px 30px 40px;
    background: linear-gradient(to top, #eee9e2 0%, rgba(238, 233, 226, 0.8) 30%, rgba(238, 233, 226, 0) 100%)
}

    .main-features__views-item-info h3 {
        width: 100%;
        font-family: "Bulgeria";
        font-size: 30px;
        line-height: 38px;
        text-transform: uppercase;
        color: #f6ad4d
    }

@media(max-width: 1680px) {
    .main-features__views-item-info h3 {
        font-size: 26px;
        line-height: 32px
    }
}

@media(max-width: 1240px) {
    .main-features__views-item-info h3 {
        font-size: 22px;
        line-height: 28px
    }
}

.main-features__views-item-info p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #9a9692;
    margin-top: 15px
}

.main-bottom {
    width: 100%;
    padding: 110px 0px 0px;
    background: url("Content/images/bg/main_bottom_bg.jpg") #f2f1e9 top center no-repeat;
    margin-top: -200px;
    overflow: hidden
}

.main-slider {
    width: 100%;
    padding-top: 120px
}

@media(max-width: 1024px) {
    .main-slider {
        padding-top: 70px
    }
}

.main-slider + .footer {
    background: none;
    margin-top: 0px;
    padding: 100px 0px 100px
}

@media(max-width: 1024px) {
    .main-slider + .footer {
        padding: 70px 0px 70px
    }
}

.main-slider__content {
    width: 100%;
    padding: 0 calc((100% - 620px)/2)
}

.main-slider__thumbs {
    margin: 0 auto
}

@media(max-width: 1024px) {
    .main-slider__thumbs {
        width: 410px
    }
}

@media(max-width: 760px) {
    .main-slider__thumbs {
        width: 300px
    }
}

.main-slider__thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    transition: opacity .3s ease-in-out,box-shadow .3s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    border-radius: 20px;
    opacity: .7
}

@media(max-width: 1024px) {
    .main-slider__thumbs .swiper-slide {
        width: 80px;
        height: 80px
    }
}

.main-slider__thumbs .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0 !important
}

.main-slider__thumbs .swiper-slide.swiper-slide-thumb-active {
    box-shadow: 0px 0px 15px #ffa600;
    opacity: 1
}

.main-slider__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 20px
}

.main-slider__slider {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    position: relative
}

    .main-slider__slider .swiper-slide {
        transition: opacity .3s ease-in-out;
        pointer-events: none;
        opacity: 0
    }

        .main-slider__slider .swiper-slide.swiper-slide-active {
            opacity: 1;
            pointer-events: all
        }

        .main-slider__slider .swiper-slide h3 {
            width: 100%;
            font-family: "Bulgeria";
            font-size: 40px;
            line-height: 48px;
            text-transform: uppercase;
            color: #d6b57c;
            margin-bottom: 30px
        }

@media(max-width: 1680px) {
    .main-slider__slider .swiper-slide h3 {
        font-size: 36px;
        line-height: 40px
    }
}

@media(max-width: 1240px) {
    .main-slider__slider .swiper-slide h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px
    }
}

@media(max-width: 1024px) {
    .main-slider__slider .swiper-slide h3 {
        font-size: 26px;
        line-height: 32px
    }
}

.main-slider__slider .swiper-slide p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #9a9692;
    margin-top: 15px
}

.main-slider__slider .swiper-button-next {
    right: -100px
}

@media(max-width: 1024px) {
    .main-slider__slider .swiper-button-next {
        right: -50px
    }
}

@media(max-width: 760px) {
    .main-slider__slider .swiper-button-next {
        right: -30px
    }
}

.main-slider__slider .swiper-button-prev {
    left: -100px
}

@media(max-width: 1024px) {
    .main-slider__slider .swiper-button-prev {
        left: -50px
    }
}

@media(max-width: 760px) {
    .main-slider__slider .swiper-button-prev {
        left: -30px
    }
}

.main-slider__slider .swiper-button-prev:after, .main-slider__slider .swiper-button-next:after {
    color: #f6ad4d;
    text-shadow: 0 0 10px #5a3115;
    font-size: 60px
}

@media(max-width: 1024px) {
    .main-slider__slider .swiper-button-prev:after, .main-slider__slider .swiper-button-next:after {
        font-size: 40px
    }
}

@media(max-width: 760px) {
    .main-slider__slider .swiper-button-prev:after, .main-slider__slider .swiper-button-next:after {
        font-size: 30px
    }
}

.main-slider__buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px
}

.footer {
    width: 100%;
    background: rgba(242,241,233,.8);
    margin-top: -20px;
    padding: 120px 0px 100px
}

@media(max-width: 1024px) {
    .footer {
        padding: 90px 0px 70px
    }
}

.footer__cpr {
    width: 100%;
    text-align: center
}

    .footer__cpr h3 {
        width: 100%;
        font-family: "Bulgeria";
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #d6b57c
    }

    .footer__cpr p {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        color: #9a9692;
        margin-top: 15px
    }

.footer__links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
    list-style-type: none
}

    .footer__links li a {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #d6b57c;
        transition: color .3s ease-in-out
    }

        .footer__links li a:hover {
            color: #9a9692
        }

.unsimple {
    width: 176px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: .5;
    transition: opacity .3s ease-in-out;
    margin: 30px auto 0px
}

    .unsimple:hover {
        opacity: 1
    }

    .unsimple img {
        margin-right: 10px
    }

    .unsimple span {
        font-size: 14px;
        line-height: 18px;
        color: #5b5550
    }

        .unsimple span b {
            text-transform: uppercase;
            font-weight: 500
        }

.inner-page {
    width: 100%;
    background: #f7f5f3;
    position: relative;
    margin-top: -80px;
    padding: 180px 0px
}

@media(max-width: 1024px) {
    .inner-page {
        margin-top: -100px;
        padding: 150px 0px
    }
}

.inner-page__title {
    width: 100%;
    padding: 0px calc((100% - 620px)/2);
    text-align: center
}

    .inner-page__title h1 {
        width: 100%;
        font-family: "Bulgeria";
        font-size: 40px;
        line-height: 48px;
        text-transform: uppercase;
        color: #d6b57c
    }

@media(max-width: 1680px) {
    .inner-page__title h1 {
        font-size: 36px;
        line-height: 40px
    }
}

@media(max-width: 1240px) {
    .inner-page__title h1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media(max-width: 1024px) {
    .inner-page__title h1 {
        font-size: 26px;
        line-height: 32px
    }
}

.inner-page__title p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px
}

@media(max-width: 1680px) {
    .inner-page__title p {
        font-size: 18px;
        line-height: 26px
    }
}

@media(max-width: 1240px) {
    .inner-page__title p {
        font-size: 16px;
        line-height: 22px
    }
}

.inner-page__content {
    width: 100%;
    margin-top: 40px
}

@media(max-width: 1024px) {
    .inner-page__content {
        margin-top: 30px
    }
}

.htc {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.htc__step {
    width: 100%;
    background: #e5e3dc;
    padding: 60px 30px
}

    .htc__step:not(:last-child) {
        margin-bottom: 30px
    }

.htc__step-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.htc__step-num {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

    .htc__step-num span {
        padding: 10px 20px;
        background: #ffcc7b;
        border-radius: 30px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Bulgeria";
        text-transform: uppercase
    }

.htc__step h2 {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #484134
}

@media(max-width: 1240px) {
    .htc__step h2 {
        font-size: 18px;
        line-height: 24px
    }
}

.htc__step p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px
}

@media(max-width: 1680px) {
    .htc__step p {
        font-size: 14px;
        line-height: 18px
    }
}

.htc__step p a {
    color: #f6ad4d;
    text-decoration: underline;
    transition: color .3s ease-in-out
}

.htc__step-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px
}

.htc__system-stat {
    width: 100%;
    margin-top: 40px
}

.htc__system-stat-title {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #d6b57c
}

.htc__system-stat-blocks {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px
}

.htc__system-stat-block {
    width: calc((100% - 20px)/2);
    align-self: stretch;
    background: rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 30px
}

@media(max-width: 760px) {
    .htc__system-stat-block {
        width: 100%
    }
}

.htc__system-stat-block-title {
    font-family: "Bulgeria";
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #484134
}

.htc__system-stat-block-text {
    width: 100%;
    margin-top: 10px
}

@media(max-width: 1680px) {
    .htc__system-stat-block-text {
        font-size: 14px;
        line-height: 18px
    }
}

.text-page {
    width: 100%;
    max-width: 1300px;
    background: #efede8;
    margin: 0 auto;
    padding: 50px 30px
}

.text-area {
    font-size: 16px;
    line-height: 24px;
    color: #686051
}

@media(max-width: 1024px) {
    .text-area {
        font-size: 14px;
        line-height: 22px
    }
}

.text-area > *:not(:last-child) {
    margin-bottom: 20px
}

.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d6b57c
}

.text-area h3, .text-area h4, .text-area h5, .text-area h6 {
    font-size: 16px;
    line-height: 16px;
    color: #66583f
}

.text-area p a {
    color: #f6ad4d;
    text-decoration: underline;
    transition: color .3s ease-in-out
}

.text-area hr {
    border: 0px solid #c4c2ba;
    border-top: 1px solid #c4c2ba
}

    .text-area hr:not(:first-child) {
        margin-top: 30px
    }

    .text-area hr:not(:last-child) {
        margin-bottom: 30px
    }

.text-area ul {
    margin-left: 20px
}

    .text-area ul li:not(:last-child) {
        margin-bottom: 10px
    }

.text-area img {
    display: block
}

.text-area .icon-title {
    width: 100%;
    border-radius: 5px;
    background: #e5dcc3;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.text-area .icon-title__icon {
    width: 32px;
    height: 32px
}

    .text-area .icon-title__icon img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 5px
    }

.text-area .icon-title__text {
    width: calc(100% - 32px);
    font-family: "Bulgeria";
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7a6745;
    margin-top: 8px;
    padding-left: 10px
}

.text-area__buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px
}

.wiki {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.wiki__nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    background: #efede8;
    padding-bottom: 20px
}

.wiki__nav-item {
    width: 33.3333333333%;
    padding: 20px 20px;
    transition: background .3s ease-in-out;
    border-bottom: 0px solid #ccc5b4;
    align-self: stretch
}

@media(max-width: 680px) {
    .wiki__nav-item {
        width: 50%
    }
}

@media(max-width: 460px) {
    .wiki__nav-item {
        width: 100%
    }
}

.wiki__nav-item:last-child {
    margin-bottom: -1px
}

.wiki__nav-item:first-child {
    padding-top: 35px
}

@media(max-width: 1024px) {
    .wiki__nav-item:first-child {
        padding-top: 15px
    }
}

.wiki__nav-item:hover {
    background: #ebe5d8
}

.wiki__nav-item.active {
    background: #ebe5d8
}

.wiki__nav-item-icon {
    width: 50px;
    height: 50px;
    position: relative;
    padding-left: 2px
}

    .wiki__nav-item-icon:after {
        content: "";
        width: 100%;
        height: 100%;
        background: url("Content/images/wiki/border_icon.png") center center no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        opacity: .2;
        transition: opacity .3s ease-in-out
    }

    .wiki__nav-item-icon img {
        width: 32px;
        height: 32px;
        border-radius: 32px
    }

    .wiki__nav-item-icon i {
        font-size: 18px;
        line-height: 18px;
        color: #d6b57c
    }

.wiki__nav-item.active .wiki__nav-item-icon:after {
    opacity: 1
}

.wiki__nav-item-info {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 15px
}

.wiki__nav-item-name {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 8px;
    transition: color .3s ease-in-out;
    color: #545042
}

@media(max-width: 1024px) {
    .wiki__nav-item-name {
        font-size: 12px;
        line-height: 12px
    }
}

.wiki__nav-item.active .wiki__nav-item-name {
    color: #d6b57c
}

.wiki__nav-item-desc {
    width: 100%;
    font-size: 14px;
    color: #7e7777;
    margin-top: 2px;
    transition: color .3s ease-in-out
}

.wiki__nav-item.active .wiki__nav-item-desc {
    color: #656060
}

.wiki__box {
    width: 100%;
    align-self: stretch;
    height: auto;
    position: relative;
    overflow: hidden
}

@media(max-width: 1024px) {
    .wiki__box {
        margin-top: 20px
    }
}

.wiki__content {
    width: 100%;
    min-height: 100%;
    align-self: stretch;
    background: #efede8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none
}

    .wiki__content.active {
        position: relative;
        opacity: 1;
        pointer-events: all
    }

.wiki__content-title {
    width: 100%;
    padding: 35px 30px 20px;
    background: #ebe5d8;
    border-bottom: 1px solid #ccc5b4;
    border-radius: 5px 5px 0px 0px
}

@media(max-width: 1024px) {
    .wiki__content-title {
        padding: 35px 20px 20px
    }
}

.wiki__content-title-icon {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    padding-left: 2px
}

    .wiki__content-title-icon:after {
        content: "";
        width: 100%;
        height: 100%;
        background: url("Content/images/wiki/border_icon.png") center center no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        transition: opacity .3s ease-in-out
    }

    .wiki__content-title-icon img {
        width: 32px;
        height: 32px;
        border-radius: 32px
    }

    .wiki__content-title-icon i {
        font-size: 18px;
        line-height: 18px;
        color: #d6b57c
    }

.wiki__content-title-info {
    width: calc(100% - 50px);
    padding-left: 15px
}

.wiki__content-title-name {
    width: 100%;
    font-family: "Bulgeria";
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 7px
}

.wiki__content-title-desc {
    width: 100%;
    font-size: 14px;
    color: #656060;
    margin-top: 2px
}

.wiki__content-main {
    width: 100%;
    padding: 30px
}

@media(max-width: 1024px) {
    .wiki__content-main {
        padding: 30px 20px
    }
}
.center-content {
    display: flex;
    flex-direction: column; /* Coloca el contenido en una columna (logo, texto, botones) */
    justify-content: center; /* Centra verticalmente */
    align-items: center; /* Centra horizontalmente */
    height: 100vh; /* Altura completa de la pantalla */
    text-align: center; /* Asegura que el texto esté centrado */
}

.header__logo img {
    max-width: 100%; /* Asegura que el logo no se salga del contenedor */
    height: auto;
}

.header__promo-title {
    font-size: 2em; /* Puedes ajustar el tamaño del título */
    margin-bottom: 15px; /* Espacio entre el título y el texto */
}

.header__promo-text {
    max-width: 600px; /* Limita el ancho del texto para mejorar legibilidad */
    margin-bottom: 20px; /* Espacio entre el texto y los botones */
}

.header__buttons {
    display: flex;
    gap: 10px; /* Espacio entre los botones */
}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
}

.btn--gray {
    background-color: gray;
}

.btn--yellow {
    background-color: yellow;
    color: black;
}
