@font-face {
    font-family: 'AwesomeSerifVAR';
    src: url('../fonts/AwesomeSerifVAR-VF.ttf');
}

@font-face {
    font-family: 'AwesomeSerifItalicVAR';
    src: url('../fonts/AwesomeSerifItalicVAR-VF.ttf');
    font-style: italic;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*Cover Study*/

.cover-study {
    position: relative;
    background-color: #20313B;
    color: #FFFFF8;
    height: auto;
    min-height: 100vh;
    padding-top: 66px;
}

.cover-study-text {
    margin-top: 65px;
    margin-left: 50px;
    width: 575px;
}

.cover-study-text-title {
    margin: 0;
    margin-bottom: 35px;
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 525, 'hght' 1000;
    font-size: 64px;
    line-height: 102%;
}

.cover-study-text-text {
    margin: 0;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    text-align: start;
}

.cover-study-animation {
    position: absolute;
    bottom: 85px;
    right: 50px;
    display: flex;
    justify-content: end;
}

.cover-study-animation img {
    width: clamp(650px, 55vw, 800px);
}

.desktop-img {
    display: block;
    width: 85%;
}

.study-animation-desk {
    display: block;
    width: 982px;
    margin-right: -69px;
}

.study-animation-mov {
    display: none;
}

/*FIN - Cover Study*/

/*Middle Study*/

.middle-study {
    position: relative;
    background-color: #C1DCEF;
    color: #20313B;
    display: flex;
    justify-content: space-between;
}

.not-faq {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 100px;
}

.study-spanish {
    margin-left: 75px;
    width: 579px;
}

.study-access-title {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 175, 'hght' 1000;
    font-size: 32px;
    line-height: 102%;
    margin: 0;
    margin-bottom: 35px;
}

.study-spanish p {
    width: 579px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    text-align: unset;
    margin-top: 0;
}

.study-spanish-btn {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.study-spanish-btn a {
    width: 496px;
    height: 78px;
    margin-bottom: 20px;
    border: 2px solid #20313B;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    color: #20313B;
    z-index: 5;
    background-color: #C1DCEF;
    padding-right: 40px;
    box-sizing: border-box;
    padding-left: 40px;
}

.reasons-btn:hover {
    background-color: #E45A2C;
    color: #FFFFF8;
}

.reasons-btn.active {
    background-color: #E45A2C;
    color: #FFFFF8;
}

.learn-btn:hover {
    background-color: #FFFFF8;
}

.learn-btn.active {
    background-color: #FFFFF8;
}

/* Bubble */

.study-bubble {
    display: none;
    position: absolute;
    background-color: #FFFFF8;
    color: #20313B;
    z-index: 100;
    border: 2px solid #20313B;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 800px;
    height: 438px;
    left: max(10px, min(600px, calc(64.13vw - 631.3px)));
    bottom: 150px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
}

.study-bubble.active {
    display: block;
}

.study-bubble .study-close-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
    top: -2px;
    width: 102px;
    height: 102px;
    font-size: 48px;
    color: #20313B;
    background-color: #FFFFF8;
    border: 2px solid #20313B;
    border-top-right-radius: 50px;
    box-sizing: border-box;
}

.study-bubble .study-close-bubble:hover {
    background-color: #20313B;
    color: #FFFFF8;
}

.study-bubble-content h1 {
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 325, 'hght' 1000;
    font-size: 34px;
    line-height: 102%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 800px;
    height: 100px;
    margin: 0;
    border-bottom: 2px solid #20313B;
    box-sizing: border-box;
    padding-right: 100px;
}

.scroll-wrapper {
    position: relative;
    width: 700px;
    height: 266px;
    margin: 40px 50px;
}

.study-bubble-content .scroll-container {
    height: 100%;
    overflow-y: auto;
    direction: rtl;
    position: relative;
    z-index: 0;

    /* Oculta scrollbar en Firefox */
    scrollbar-width: none;
    
    /* Oculta scrollbar en IE/Edge legacy */
    -ms-overflow-style: none;
}

.fade-top, .fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s;
}

.fade-top {
  top: -1px;
  background: linear-gradient(to bottom, #FFFFF8, #fffff800);
  opacity: 0;
}

.fade-bottom {
  bottom: -1px;
  background: linear-gradient(to top, #FFFFF8, #fffff800);
  opacity: 1;
}

.study-bubble-content .scroll-container > * {
    direction: ltr;
}

.study-bubble-content .scroll-container::-webkit-scrollbar {
    height: 12px;
}

.study-bubble-content .scroll-container::-webkit-scrollbar-track {
    background: 
        linear-gradient(to bottom, 
            #20313B, 
            #20313B
        ) center/2px 100% no-repeat;
}

.study-bubble-content .scroll-container::-webkit-scrollbar-thumb {
    background: #20313B;
    border-radius: 10px;
    width: 6px;
    height: 10px !important;
    min-height: 10px;
    margin: 0 1px;
}

.study-bubble-content .scroll-container ul,
.study-bubble-content .scroll-container ol {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    margin: 0;
    padding-left: 0;
}

.study-bubble-content .scroll-container li {
    margin: 0 50px;
    margin-bottom: 25px;
}

/* FIN - Bubble */

.star {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.study-star-one {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 3;
    animation: spin-and-wiggle 12s infinite linear;
}

.study-star-two {
    position: absolute;
    right: 500px;
    top: 110px;
    z-index: 3;
    animation: spin-and-wiggle 14s infinite linear;
}

@keyframes spin-and-wiggle {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  25% {
    transform: rotate(90deg) translate(-40px, -35px);
  }
  50% {
    transform: rotate(180deg) translate(0, 20px);
  }
  75% {
    transform: rotate(270deg) translate(25px, -33px);
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
  }
}

.study-access {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-bottom: 130px;
}

.study-access .study-access-title {
    margin-bottom: 50px;
}

.upv-btn, .uned-btn {
    width: 500px;
    height: 80px;
    border: 2px solid #20313B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    color: #20313B;
    background-color: #C1DCEF;
    border-radius: 58px;
    z-index: 10;
}

.upv-btn {
    margin-bottom: 20px;
}

.uned-btn {
    margin-bottom: 80px;
}

.upv-btn:hover {
    background-color: #F8C81B;
}

.uned-btn:hover {
    background-color: #20313B;
    color: #C1DCEF;
}

.study-btn-sticker .hover-img img {
    width: 300px;
    height: 165.59px;
    z-index: 5;
    position: relative;
}

.raton {
    position: absolute;
    right: 325px;
    bottom: -25px;
    z-index: 7;
    width: 100px;
    animation: mouse 2s infinite linear;
}

@keyframes mouse {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.red-star {
    position: absolute;
    right: 35px;
    bottom: 30px;
    z-index: 3;
    width: 140px;
    animation: spin-star 5s infinite linear;
}

@keyframes spin-star {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.study-btn-sticker {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
}

.study-btn-sticker:hover .raton {
    animation: mouse-far 2s infinite linear;
}

@keyframes mouse-far {
  0% {
    transform: translate(-15px, 15px);
  }
  50% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: translate(-15px, 15px);
  }
}

.study-btn-sticker:hover .red-star {
    animation: move-star 3s infinite alternate;
}

@keyframes move-star {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(30px, -30px);
    }
}

.study-faq {
    padding-top: 50px;
    display: flex;
    justify-content: end;
    flex-direction: row;
}

.study-faq.active {
    position: sticky;
    right: 0;
    z-index: 10;
}

.study-faq a {
    background-color: #FFFFF8;
    border: 2px solid #20313B;
    color: #20313B;
    border-bottom-left-radius: 88px;
    border-top-left-radius: 88px;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 32px;
    border-right-width: 0;
}

.study-faq a:hover {
    background-color: #F8C81B;
}

/*FAQ*/

.star-red {
    position: absolute;
    top: 200px;
    left: 40px;
    width: 160px;
    z-index: 0;
    animation: spin-and-wiggle 12s infinite linear;
}

.star-blue {
    position: absolute;
    bottom: 630px;
    right: 100px;
    width: 150px;
    z-index: 0;
    animation: spin-and-wiggle 12s infinite linear;
}

.study-faq-q {
    display: none;
    width: clamp(800px, 80vw, 1140px);
    background-color: #FFFFF8;
    margin-top: -50px;
    border-left: 2px solid #20313B;
    position: relative;
}

.study-faq-q.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-faq.active {
    flex-direction: column;
}

.raton.active {
    right: 320px;
    top: 70px;
}

.red-star.active {
    right: 50px;
    top: 0;
}

.faq-btns {
    z-index: 5;
}

.faq-btn.active {
    z-index: 3;
    margin-right: -3px;
    border-right: 2px solid #FFFFF8;
}

.faq-btn.active:hover {
    background-color: #FFFFF8;
}

.study-access.active {
    margin-left: 77px;
}

.study-faq-q p {
    text-align: center;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 630px;
}

.study-faq .study-faq-q .faq-btns a {
    width: clamp(600px, 60vw, 800px);
    height: 100px;
    margin-bottom: 50px;
    border-radius: 58px;
    border: 2px solid #20313B;
}

.study-faq .study-faq-q .faq-btns .faq-what:hover, .study-faq .study-faq-q .faq-btns .faq-how:hover {
    background-color: #C1DCEF;
}

.study-faq .study-faq-q .faq-btns .faq-why:hover {
    background-color: #F8C81B;
}

.study-faq .study-faq-q .faq-btns .faq-adv:hover {
    background-color: #E45A2C;
    color: #FFFFF8;
}

.study-faq .study-faq-q .faq-btns .faq-choose:hover {
    background-color: #20313B;
    color: #FFFFF8;
}

/*General*/

    .study-faq .study-faq-q .faq-btns .faq-a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .faq-btns .faq-text-p {
        text-align: left;
        padding-top: 50px;
        margin: 0 75px 40px 75px;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 102%;
        font-size: 24px;
    }

    .faq-adv-div ul,
    .faq-how-div ul {
        text-align: left;
        padding-top: 50px;
        margin: 0 75px 40px 75px;
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 102%;
        font-size: 24px;
    }

    .study-faq .study-faq-q .faq-btns .faq-what.active, 
    .study-faq .study-faq-q .faq-btns .faq-how.active,
    .study-faq .study-faq-q .faq-btns .faq-why.active,
    .study-faq .study-faq-q .faq-btns .faq-adv.active,
    .study-faq .study-faq-q .faq-btns .faq-choose.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .faq-what-div, 
    .faq-how-div, 
    .faq-why-div,
    .faq-adv-div,
    .faq-choose-div {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: clamp(600px, 60vw, 800px);
        height: auto;
        border-bottom-left-radius: 58px;
        border-bottom-right-radius: 58px;
        border: 2px solid #20313B;
        border-top: 0;
        margin-top: -5px;
        margin-bottom: 50px;
    }

    .faq-what-div.active, 
    .faq-how-div.active,
    .faq-why-div.active,
    .faq-adv-div.active,
    .faq-choose-div.active {
        display: flex;
    }

/*What-How*/

    .study-faq .study-faq-q .faq-btns .faq-what.active, 
    .study-faq .study-faq-q .faq-btns .faq-how.active,
    .faq-what-div, 
    .faq-how-div {
        background-color: #C1DCEF;
    }

    .faq-what-div .faq-text-p,
    .faq-why-div .faq-text-p,
    .faq-how-div ul {
        border-top: 2px solid #20313B;
    }

    .faq-how-div {
        margin-bottom: 100px;
    }

    .study-faq .study-faq-q .faq-btns .faq-how {
        margin-bottom: 100px;
    }

    .faq-how-div ul li {
        margin-bottom: 25px;
    }

/*FIN - What*/

/*Why*/

    .study-faq .study-faq-q .faq-btns .faq-why.active,
    .faq-why-div {
        background-color: #F8C81B;
    }

/*FIN - Why*/

/*Adv*/

    .study-faq .study-faq-q .faq-btns .faq-adv.active,
    .faq-adv-div {
        background-color: #E45A2C;
        color: #FFFFF8;
    }

    .faq-adv-div ul {
        border-top: 2px solid #FFFFF8;
    }

    .faq-adv-div ul li {
        margin-bottom: 25px;
    }

/*FIN - Adv*/

/*Choose*/

    .study-faq .study-faq-q .faq-btns .faq-choose.active,
    .faq-choose-div {
        background-color: #20313B;
        color: #FFFFF8;
    }

    .faq-choose-div .faq-text-p {
        border-top: 2px solid #FFFFF8;
    }

/*FIN - Choose*/

/*FIN - FAQ*/

/*FIN - Middle Study*/

/*UPV*/

.study-upv {
    display: none;
    border-top: 2px solid #20313B;
    z-index: 1;
    background-color: #FFFFF8;
    position: relative;
}

.study-upv.active {
    display: block;
}

.study-upv-close-bubble {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #FFFFF8;
    border: 2px solid #20313B;
    border-top: 0;
    border-right: 0;
}

.study-upv-close-bubble:hover {
    background-color: #20313B;
}

.study-upv-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.study-upv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1075px;
    height: 120px;
    z-index: 2;
    background-color: #FFFFF8;
    color: #20313B;
    border-bottom-right-radius: 88px;
    border-top-right-radius: 88px;
    border: 2px solid #20313B;
    border-left-width: 0;
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 175, 'hght' 1000;
    text-align: center;
    font-size: min(max(50px, 5vw), 70px);
    line-height: 102%;
    margin-top: -60px;
    margin-bottom: 0;
}

.study-upv-text {
    margin: 50px 0 80px 77px;
    width: 900px;
}

.study-upv-text p, .study-upv-text a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    color: #20313B;
    text-align: left;
    text-decoration: none;
}

.study-upv-text a {
    font-style: italic !important;
    text-decoration: underline;
}

.study-upv-img {
    margin-left: 75px;
}

.study-upv-img img {
    width: clamp(150px, 20vw, 350px);
    aspect-ratio: 7 / 10;
    border: 2px solid #20313B;
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;
    margin-left: 25px;
    object-fit: cover;
    object-position: center;
}

/*FIN - UPV*/

/*UNED*/

.study-uned {
    display: none;
    border-top: 2px solid #20313B;
    z-index: 1;
    background-color: #FFFFF8;
    position: relative;
}

.study-uned.active {
    display: block;
}

.study-uned-close-bubble {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #FFFFF8;
    border: 2px solid #20313B;
    border-top: 0;
    border-right: 0;
}

.study-uned-close-bubble:hover {
    background-color: #20313B;
}

.study-uned-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.study-uned-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 300px;
    height: 120px;
    z-index: 2;
    background-color: #FFFFF8;
    color: #20313B;
    border-bottom-right-radius: 88px;
    border-top-right-radius: 88px;
    border: 2px solid #20313B;
    border-left-width: 0;
    font-family: 'AwesomeSerifVAR';
    font-variation-settings: 'wght' 175, 'hght' 1000;
    text-align: center;
    font-size: min(max(50px, 5vw), 70px);
    line-height: 102%;
    margin-top: -60px;
    margin-bottom: 0;
}

.study-uned-text {
    margin: 50px 0 80px 77px;
    width: 900px;
}

.study-uned-text p, .study-uned-text a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 102%;
    font-size: 24px;
    color: #20313B;
    text-align: left;
    text-decoration: none;
    margin: 0;
}

.study-uned-text h1 {
    font-family: 'AwesomeSerifVAR';
    font-weight: 500;
    font-style: normal;
    line-height: 102%;
    font-size: 42px;
    color: #20313B;
    text-align: left;
    text-decoration: none;
    margin: 0;
}

.study-uned-text a {
    font-style: italic !important;
    text-decoration: underline;
}

.study-uned-img {
    margin-left: 75px;
}

.study-uned-img img {
    width: clamp(150px, 20vw, 350px);
    aspect-ratio: 7 / 10;
    border: 2px solid #20313B;
    border-top-left-radius: 185px;
    border-top-right-radius: 185px;
    margin-left: 25px;
    object-fit: cover;
    object-position: center;
}

/*FIN - UPV*/

.phone-img {
    display: none;
}

.study-faq .faq-btn-close {
    display: none;
}

@media (max-width: 1000px) {

    .desktop-img {
        display: none;
    }

    .phone-img {
        display: block;
    }

    /* Cover */
    .cover-study {
        height: auto;
        min-height: calc(100vh - 66px);
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .cover-study-text {
        margin-top: 25px;
        margin-left: 30px;
        width: 283px;
    }

    .cover-study-text-title {
        margin-bottom: 20px;
        font-size: 36px;
        text-align: start;
    }

    .cover-study-text-text {
        font-size: 20px;
    }

    .cover-study-animation {
        bottom: 25px;
        right: unset;
        left: 50%;
        transform: translate(-50%);
    }

    .cover-study-animation img {
        width: clamp(350px, 35vh, 350px);
    }

    .study-animation-desk {
        display: none;
    }

    .study-animation-mov {
        display: block;
        width: 75vw;
        min-width: 410px;
        margin-right: 0px;
        margin-bottom: -135px;
    }
    /* Fin - Cover */
    /*Middle Study*/
    .middle-study {
        padding-bottom: 50px;
    }

    .not-faq {
        padding-top: 75px;
    }

    .study-spanish {
        margin-left: 0;
        width: 280px;
        width: 100vw;
    }

    .study-access-title {
        font-size: 30px;
    }

    .study-spanish p {
        width: 280px;
        font-size: 20px;
        margin-left: 30px;
    }

    .study-spanish-btn {
        margin-top: 45px;
        align-items: center;
    }

    .study-spanish-btn a {
        width: 310px;
        height: 60px;
        font-size: 18px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    /* Bubble */
    .study-bubble {
        width: 347px;
        height: 442px;
        left: 50%;
        transform: translate(-50%);
        bottom: 80px;
        font-size: 24px;
    }

    .study-bubble .study-close-bubble {
        width: 55px;
        height: 92px;
        font-size: 48px;
    }

    .study-bubble-content h1 {
        font-size: 24px;
        width: 294px;
        height: 90px;
        text-align: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .scroll-wrapper {
        width: 347px;
        height: 351px;
        margin: 0;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }

    .fade-top, .fade-bottom {
        height: 150px;
    }

    .fade-top {
        top: 1px;
    }

    .fade-bottom {
        bottom: 5px;
        border-bottom-right-radius: 50px;
    }

    .study-bubble-content .scroll-container ul,
    .study-bubble-content .scroll-container ol {
        font-size: 20px;
        padding-left: 10px;
    }

    .study-bubble-content .scroll-container li {
        margin: 0 30px;
        margin-bottom: 20px;
    }

    .study-bubble-content .scroll-container::-webkit-scrollbar-track {
        background: 
            linear-gradient(to bottom, 
                #20313B, 
                #20313B
            ) center/1px 100% no-repeat;
    }
    /* FIN - Bubble */
    .study-star-one .star,
    .study-star-two .star {
        width: 80px;
    }

    .study-star-one {
        right: 20px;
    }

    .study-star-two {
        right: 300px;
    }

    .study-access {
        margin-left: 0;
        align-items: center;
        width: 100vw;
        margin-bottom: 80px;
    }

    .study-access .study-access-title {
        margin-bottom: 40px;
    }

    .upv-btn, .uned-btn {
        width: 310px;
        height: 60px;
        font-size: 18px;
    }

    .study-btn-sticker .hover-img img {
        width: 175px;
        height: unset;
    }

    .raton {
        width: 60px;
        right: unset;
        left: -10px;
    }

    .red-star {
        width: 100px;
        bottom: -5px;
        right: -40px;
    }

    .study-btn-sticker {
        margin-bottom: 0;
    }

    .study-faq {
        width: 100vw;
        padding-top: 50px;
        display: flex;
        justify-content: end;
        flex-direction: row;
    }

    .study-faq.active {
        position: sticky;
        right: 0;
        z-index: 10;
        margin-left: -2px;
    }

    .study-faq a {
        border-bottom-left-radius: 88px;
        border-top-left-radius: 88px;
        margin-left: -67px;
        width: 67px;
        height: 50px;
        font-size: 20px;
    }

    .study-faq .faq-btn-close {
        background-color: #C1DCEF;
        border-bottom-right-radius: 88px;
        border-top-right-radius: 88px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        width: 56px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-left-width: 0;
        display: none;
        margin: 0;
        position: absolute;
        left: 0;
        border-right-width: 2px;
    }

    .study-faq .faq-btn-close.active {
        display: block;
        z-index: 10;
    }

    .study-faq .faq-btn-close img {
        width: 13px;
        height: 20px;
        margin: 15px;
    }
    /*FAQ*/
    .star-red {
        width: 80px;
        left: 320px;
        top: 280px;
    }

    .star-blue {
        width: 70px;
        bottom: 190px;
        right: 310px;
    }

    .study-faq-q {
        width: 100vw;
        padding-top: 130px;
    }

    .not-faq.active, .raton.active, .red-star.active, .faq-btn.active {
        display: none;
    }

    .study-faq-q p {
        font-size: 20px;
        width: 310px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .study-faq .study-faq-q .faq-btns a {
        width: 300px;
        height: 70px;
        margin-bottom: 15px;
    }

    .study-faq .study-faq-q .faq-btns .faq-a {
        font-size: 18px;
        text-align: center;
        margin-left: 0;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .faq-choose p {
        margin-bottom: 0;
    }

    .faq-btns .faq-text-p,
    .faq-adv-div ul,
    .faq-how-div ul {
        font-size: 15px;
        width: 225px;
        padding-top: 20px;
        margin: 0;
        margin-bottom: 40px;
    }

    .faq-adv-div ul,
    .faq-how-div ul {
        margin-bottom: 15px;
    }

    .faq-what-div, 
    .faq-how-div, 
    .faq-why-div,
    .faq-adv-div,
    .faq-choose-div {
        width: 300px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .faq-how-div {
        margin-bottom: 100px;
    }

    .faq-how-div ul li,
    .faq-adv-div ul li {
        margin-bottom: 25px;
        margin-left: 30px;
    }

    /*FIN - FAQ*/
    /*FIN - Middle Study*/
    /*UPV*/

    .study-upv-close-bubble {
        width: 50px;
        height: 50px;
    }

    .study-upv-part {
        flex-direction: column;
        align-items: unset;
    }

    .study-upv-title {
        width: 310px;
        height: 92px;
        font-size: 30px;
        box-sizing: border-box;
        text-align: start;
        padding: 0 30px;
    }

    .study-upv-text {
        margin: 30px 0 50px 30px;
        width: 270px;
    }

    .study-upv-text p {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .study-upv-img {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 50px;
    }

    .study-upv-img img {
        margin-left: 0;
    }

    /*FIN - UPV*/

    /*UNED*/

    .study-uned-close-bubble {
        width: 50px;
        height: 50px;
    }

    .study-uned-part {
        flex-direction: column;
        align-items: unset;
    }

    .study-uned-title {
        width: 310px;
        height: 92px;
        font-size: 30px;
        box-sizing: border-box;
        text-align: start;
        padding: 0 30px;
    }

    .study-uned-text {
        margin: 30px 0 50px 30px;
        width: 270px;
    }

    .study-uned-text p {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .study-uned-text h1 {
        font-size: 32px;
    }

    .study-uned-img {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 50px;
    }

    .study-uned-img img {
        margin-left: 0;
    }

    /*FIN - UNED*/
}