@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import "reset.css";


/* general */
html, body {
    height: 100%;
}

body {
    position: relative;
    color: #424242;
    background: #0A0A0C;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Mulish', sans-serif;
}
.container {
    display: flex;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1;
}
/* BTN */
.uy59dvg-btn {
    position: relative;
    font-family: 'Mulish', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 66px;
    padding: 5px;
    transition: all .3s linear;
    background: linear-gradient(180deg, #00F6DF 0%, #08CFD2 100%);
    border-radius: 0;
    color:#000000; 
    box-sizing: border-box;
    border: none;
}
.uy59dvg-btn__width {
    max-width: 480px;
}
.uy59dvg-btn--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
/* HEADER */
.uy59dvg-header {
    background: #0A0A0C;
    padding: 18px 20px;
    position: relative;
    z-index: 9;
}
.uy59dvg-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}
.uy59dvg-btn__back {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
/* CONTENT */
.uy59dvg-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.container.container-index {
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    /*padding-top: 160px;*/
    position: relative;
}
.container-index:after {
    content: '';
    display: block;
    z-index: 10;
    /*width: 511px;*/
    /*height: 650px;*/
    /*width: 455px;*/
    /*height: 660px;*/
    max-width: 430px;
    max-height: 635px;
    width: 42vh;
    height: 61vh;
    background: url("../images/girl2.png") no-repeat 50% 0;
    background-size: cover;
    bottom: 0;
    left: 630px;
    position: absolute;
}
.uy59dvg-main-bg {
    background-image: url(../images/bg-uy59dvg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.uy59dvg-main-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: block;
}
.uy59dvg-main-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.uy59dvg-main-content.uy59dvg-main-index {
    padding-bottom: 0;
}
.uy59dvg-steps-container {
    width: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}
.uy59dvg-title {
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
}
.uy59dvg-text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 34px;
}
.uy59dvg-main--second .uy59dvg-title {
    text-align: center;
    font-weight: 800;
    color: #000000;
    margin-bottom: 16px;
}
.uy59dvg-step {
    position: relative;
    display: flex;
    max-width: 750px;
    width: 100%;
    flex-direction: column;;
}
.uy59dvg-main--second .uy59dvg-step {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.750);
    border-radius: 0;
    padding: 40px 50px;
    color: #000000;
}

.uy59dvg-anim {
    animation: slide-in-top 0.8s linear both;
}
@keyframes slide-in-top {
    0% {
      transform: translateY(-30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


/* FOOTER */
.uy59dvg-footer {
    font-family: 'Inter', sans-serif;
    padding: 27px 20px;
    position: relative;
    z-index: 9;
    background: #0A0A0C;
}
.uy59dvg-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.uy59dvg-footer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}
.uy59dvg-footer-list a {
    color: #FFFFFF;
    font-size: 21px;
    text-decoration: underline;
    font-weight: 700;
}
.uy59dvg-footer-list a + a {
    margin-left: 5px;
}

/* INFO */
.uy59dvg-content__info .uy59dvg-logo {
    justify-content: center;
}
.uy59dvg-main-info {
    width: 100%;
    color: #ffffff;
}
.uy59dvg-main-info h1 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}
.uy59dvg-main-info h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.uy59dvg-main-info p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
.uy59dvg-main-info ul {
    margin-bottom: 20px;
}
.uy59dvg-main-info ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.uy59dvg-main-info ol {
    margin-bottom: 20px;
}
.uy59dvg-main-info ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 10px;
    line-height: 26px;
}
.uy59dvg-main-info a {
    color: #00BAFF;
    font-weight: 700;
    text-decoration: underline;
    word-break: break-all;
}
@media (max-width: 1159px){
    .container-index:after {
        left: initial;
        right: 0;
    }
}
@media (max-width: 991px) {
    .container-index:after {
        width: 384px;
        height: 488px;
        right: 0;
    }
    .container.container-index{
        padding-bottom: 100px;
    }
}
@media (max-width: 768px) {
    .container.container-index{
        padding-bottom: 200px;
    }
    .uy59dvg-logo img {
        max-width: 234px;
    }
}
@media (max-height: 999px) and (max-width: 768px) {
    .container-index:after {
        width: 28vh;
        height: 42vh;
    }
}
@media (max-height: 800px) {
    .container {
        max-width: 1200px;
    }
    .hqy36nx-logo {
        max-width: 1200px;
    }
    .uy59dvg-step {
        max-width: 750px;
    }
    .uy59dvg-title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 50px;
    }
}
@media (max-height: 889px) {
    .container.container-index {
        padding-bottom: 150px;
    }
}

@media (max-width: 768px) {
    .container-index:after {
        right: 0;
    }
    .uy59dvg-main-content {
        padding: 20px 15px 20px 25px;
    }
    .uy59dvg-main--second.uy59dvg-main-content {
        padding: 20px;
        height: 100vh;
    }
    .uy59dvg-logo {
        justify-content: center;
    }
    .uy59dvg-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    .uy59dvg-title span {
        display: block;
    }
    .uy59dvg-subtitle {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 59px;
        max-width: 187px;
        width: 100%;
    }
    .uy59dvg-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .uy59dvg-btn {
        font-size: 18px;
        line-height: 22px;
        height: 56px;
    }
    .uy59dvg-btn__width {
        max-width: 265px;
    }
    .uy59dvg-main--second .uy59dvg-step {
        padding: 40px 24px;
    }
    .uy59dvg-footer {
        padding: 12px 10px;
        opacity: 0;
        transition: .5s;
    }
    .uy59dvg-footer.show {
        opacity: 1;
    }
    .uy59dvg-footer-list {
        font-size: 14px;
        line-height: 20px;
        justify-content: space-between;
    }
    .uy59dvg-footer-list a {
        padding: 5px;
        font-size: 18px;
        line-height: 20px;
    }
    .uy59dvg-main-info h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .uy59dvg-btn__back img {
        height: 20px;
    }
    .uy59dvg-footer-list {
        flex-direction: column;
        justify-content: center;
    }
    .uy59dvg-footer-list a + a {
        margin-top: 10px;
    }
    .uy59dvg-btn--wrap {
        grid-gap: 16px;
    }
}
@media (max-width: 480px) {
    .uy59dvg-main--content .uy59dvg-footer {
        display: none;
    }
}