/* GENERAL */

.content-wrapper {
    overflow-x: hidden;
    overflow-y: clip;
    max-width: 1920px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: HyundaiRegular;
    font-size: 16px;
}

sup.sup-i20n {
    font-size: 40%;
    top: 0;
}

.elm-desktop {
    display: inherit;
}

.elm-mobile {
    display: none !important;
}

.hide-i20n {
    display: none;
}

.m-topbot {
    margin: 3rem 0;
}

.m-bot {
    margin-bottom: 3rem;
}

.m-top {
    margin-top: 3rem;
}

.blue-i20n {
    color:#AACAE6;
}

.black-i20n {
    color:#000000;
}

.orange-i20n {
    color:#E63312;
}

.white-i20n {
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .header-i20n img {
        width: 100%;
    }

    .elm-desktop {
        display: none;
    }

    .elm-mobile {
        display: inherit !important;
    }
}

@media (max-width: 768px) {

}

/* MODAL WINDOW */

.modal-i20n{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    width: 100%;
    background: #000000bf;
    z-index: 22222;
}

.show-modal-i20n {
    display: block;
}

.modal-overflow{
    overflow: hidden;
}

.modal-body {
    width: 80vw;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.modal-body img {
    width: 80vw;
    cursor: pointer;
}

/* HEADER */

.header-i20n {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.header-container-i20n {
    position: relative;
}

.header-container-i20n img {
    width: 100%;
}

.header-title-i20n {
    font-family: HyundaiMedium;
    position: absolute;
    top: 2vw;
    left: 10vw;
    color: #FFFFFF;
}

.header-title-i20n h1 {
    font-size: 5.5rem;
    text-align: left;
    margin-bottom: 0;
}

.header-title-i20n p {
    font-size: 2.3rem;
    line-height: 1rem;
    margin-bottom: 0;
}

.n-symbol-i20n {
    height: 35px;
    margin-top: 25px;
}

.img-inside-i20n {
    width: 90vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-box-i20n {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em 3em 1em 2em;
    background-color: #002C5F;
}

.header-box-i20n p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: 'HyundaiRegular';
}

.header-box-i20n .price-text {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'HyundaiMedium';
}

.left-border-i20n {
    border-left: 1px solid #3F5F86;
    padding-left: 10px;
    margin: 10px 0;
}

.box-text-i20n {
    font-family: 'HyundaiRegular';
    font-size: 1rem;
    line-height: 1.2rem;
}

.header-buttons-i20n {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 7vw;
    bottom: 4vh;
    border-radius: 0;
}

.header-buttons-i20n .btn-orange-i20n {
    background-color: #E63312;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 250px;
    padding: 0.4rem 0;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.header-buttons-i20n .btn-orange-i20n:hover {
    background-color: #fff;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.header-buttons-i20n .btn-black-i20n {
    background-color: #000000;
    border-radius: 0;
    width: 250px;
    padding: 0.4rem 0;
    border: 2px solid #000;
    transition: 0.5s;
}

.header-buttons-i20n .btn-black-i20n:hover {
    background-color: #FFF;
    border: 2px solid #000;
    transition: 0.5s;
}

.header-buttons-i20n .btn-orange-i20n a, .header-buttons-i20n .btn-black-i20n a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

.header-buttons-i20n .btn-orange-i20n:hover a {
    color: #E63312;
    transition: 0.5s;
}

.header-buttons-i20n .btn-black-i20n:hover a {
    color: #000;
    transition: 0.5s;
}

.offer-i20n {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 4.5rem;
    margin-left: calc(5vw - 7px);
}

@media (max-width: 1024px) {
    .offer-i20n {
        display: none;
    }
}

.offer-title-i20n {
    background-color: #E63312;
    color: #FFFFFF;
    font-size: 2.5rem;
    width: 12rem;
    padding: 0.5rem;
    margin-bottom: 0;
}

.offer-desc-line-1-i20n {
    background-color: #000;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 16rem;
    margin-bottom: 0;
}

.offer-desc-line-2-i20n {
    background-color: #000;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 26rem;
    margin-bottom: 0;
}

.offer-desc-line-3-i20n {
    background-color: #000;
    color: #FFFFFF;
    font-size: 0.8rem;
    padding: 0.5rem;
    width: 20rem;
}

.offer-mob-img-i20n {
    margin-top: 1rem;
}

.co-drive-i20n {
    color: #E63312;
    font-size: 2rem;
}
@media (max-width: 1375px) {

    .header-title-i20n h1 {
        font-size: 4rem;
    }

    .header-title-i20n p {
        font-size: 2rem;
    }

    .offer-i20n {
        bottom: 0.5rem;
    }
}

@media (max-width: 1024px) {
    .header-i20n img {
        width: 100%;
    }

    .header-title-i20n-reserva {
        top: 2vh !important;
    }

    .header-title-i20n-reserva h1 {
        font-size: 3.5rem !important;
    }

    .header-title-i20n-reserva h2 {
        font-size: 1.5rem !important;
    }

    .n-symbol-i20n-reserva {
        height: 20px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 768px) {
    .header-title-i20n-reserva h1 {
        font-size: 2.5rem !important;
    }

    .header-title-i20n-reserva h2 {
        font-size: 1rem !important;
    }

    .reserve-buttons-i20n {
        flex-direction: column;
    }

    .reserve-buttons-i20n>div {
        margin-bottom: 1em;
    }

    .reserve-buttons-i20n .btn-black-i20n a {
        font-size: 1rem !important;
    }

    .reserve-buttons-i20n .btn-black-i20n {
        width: 300px !important;
    }

    .step-title {
        font-size: 0.75rem;
    }

    .step-box {
        flex-direction: column;
        justify-content: flex-start;
    }

    .payment-container-i20n>div:first-child {
        width: 100px;
    }    
}

/********************
    FORM
    ********************/
    .section-form-ioniq-5 {
        text-align: left;
    }
    
    .header-form-ioniq-5 {
        padding: 2em 20vw;
        background-color: #000000;
    }
    
    .header-form-ioniq-5 h1 {
        font-size: 2.1rem;
        color: #FFFFFF;
        font-family: HyundaiBold;
        margin-bottom: 0;
    }
    
    .form-ioniq-5 {
        padding: 2em 20vw;
        background-color: #AACAE6;
    }
    
    .form-ioniq-5 ::placeholder {
        color: #000000;
    }

    .hide-ioniq-5 {
        display: none;
    }
    
    @media (max-width: 576px) {
        .header-form-ioniq-5, .form-ioniq-5 {
            padding: 2em 5vw;
        }
    
        .header-form-ioniq-5 h1 {
            font-size: 1.5rem;
        }
    }


/* INFO SECTION */

section.info-i20n {
    width: 80vw;
    margin: 0 auto;
    position: relative;
}

.info-title-h2-i20n {
    text-align: center;
    font-size: 3rem;
    color: #E63312;
}

.info-align-i20n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-topics-i20n {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.info-topics-text-i20n {
    text-align: left;
    font-size: 1.5rem;
}

.info-text-i20n {
    font-size: 1.1rem;
    width: 48vw;
    text-align: center;
}

.info-text-p-i20n {
    font-size: 1.2rem;
}

.reserve-text-i20n {
    font-family: 'HyundaiBold';
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-top: 3rem;
}

.buttons-i20n {
    display: flex;
    flex-direction: row;
    border-radius: 0;
}

.buttons-i20n .btn-orange-i20n {
    background-color: #E63312;
    border-radius: 0;
    margin-right: 0.5rem;
    width: 250px;
    padding: 0.4rem 0;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.buttons-i20n .btn-orange-i20n:hover {
    background-color: #FFF;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.buttons-i20n .btn-orange-i20n:hover a {
    color: #E63312;
    transition: 0.5s;
}

.buttons-i20n .btn-black-i20n {
    background-color: #000000;
    border-radius: 0;
    width: 250px;
    padding: 0.4rem 0;
    border: 2px solid #000;
    transition: 0.5s;
}

.buttons-i20n .btn-black-i20n:hover {
    background-color: #FFF;
    border: 2px solid #000;
    transition: 0.5s;
}

.buttons-i20n .btn-black-i20n:hover a {
    color: #000;
    transition: 0.5s;
}

.buttons-i20n .btn-orange-i20n a, .buttons-i20n .btn-black-i20n a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

.info-offer-i20n {
    position: absolute;
    bottom: calc( -1vh - -1px );
    margin-left: -5rem;
}

.info-offer-p-black-i20n {
    position: relative;
    background: #000000;
    color: #FFFFFF;
    width: 55rem;
    padding: 1rem 0 2rem 5rem;
    font-size: 2.3rem;
    z-index: 2;
}

.info-offer-p-orange-i20n {
    position: relative;
    background: #E63312;
    color: #FFFFFF;
    width: 32rem;
    margin-top: -1rem;
    padding: 1rem 0 1rem 5rem;
    font-size: 2.3rem;
    z-index: 3;
}

.blue-background-i20n {
    background: #AACAE6;
    width: 100%;
    height: 6rem;
    position: absolute;
    bottom: 0;
}

@media (max-width: 1024px) {
    .buttons-i20n {
        display: flex;
        flex-direction: column;
    }

    .buttons-i20n .btn-orange-i20n {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .info-title-h2-i20n {
        font-size: 2rem;
    }

    .info-text-i20n {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

    .reserve-info-text-i20n {
        text-align: center;
    }
}

@media (max-width: 768px) {
    
}

/* TEAM HYUNDAI */

section.team-hyundai-title-i20n {
    background: #000;
}

.th-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80vw;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}

h2.th-title-i20n {
    font-size: 3rem;
}

h2.th-title-i20n.orange-i20n {
    margin-left: auto;
}

section.team-hyundai-i20n {
    width: 80vw;
    margin: 0 auto;
    position: relative;
}

.team-hyundai-align-i20n {
    display: flex;
    flex-direction: row;
}

.team-hyundai-text-i20n {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.team-hyundai-text-p-i20n {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 5rem;
    font-size: 1.1rem; 
}

.team-hyundai-text-p-i20n span {
    font-family: 'HyundaiBold'; 
}

.team-hyundai-logo {
    margin: 0 auto;
    width: 15rem;
}

.th-wrc-img-align-i20n {
    width: 50%;
}

.sub-info-text-i20n {
    font-size: 0.9em;
    margin-top: 2rem;
}

img.wrc-hyundai-i20n {
    width: 100%;
}

@media (max-width: 1024px) {
    h2.th-title-i20n {
        font-size: 2rem;
    }

    .team-hyundai-align-i20n {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .team-hyundai-text-i20n {
        width: 100%;
    }

    .team-hyundai-text-p-i20n {
        width: 100%;
        text-align: center;
        padding-bottom: 2rem;
    }

    .team-hyundai-logo {
        width: 10rem;
        padding-bottom: 2rem;
    }

    .th-wrc-img-align-i20n {
        width: 100%;
    }

    .wrc-hyundai-i20n {
        width: 100%;
    }
}

@media (max-width: 768px) {

}

/* CAR COMPARISON */

section.comparison-i20n {
    width: 80vw;
    margin: 0 auto;
    position: relative;
}

.comparison-i20n h2 {
    text-align: center;
    font-size: 3rem;
    color: #000000;
}

.move-comparison-i20n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.move-me-arrow {
    margin-top: 1rem;
    width: 4rem;
}

@media (max-width: 1024px) {
    .comparison-i20n h2 {
        font-size: 2rem;
    }

    .sub-info-text-i20n {
        text-align: center;
    }
}

@media (max-width: 768px) {

}

/* SOUND WAVE PLAYER */

section.sound-player-i20n {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #AACAE6;
    margin-top: 10rem;
}

img.black-soundwave-i20n {
    width: 100%;
    height: 6rem;
}

.sound-player-comp-i20n {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -3rem;
}

a.player-btn-link-i20n {
    position: absolute;
    background: #E63312;
    height: 10rem;
    width: 10rem;
    border-radius: 120px;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

a.player-btn-link-i20n:hover {
    text-decoration: none;
}

.player-btn-i20n {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

h3.turn-on-engine {
    font-family: 'HyundaiLight';
    text-align: center;
}

h3.sub-title-i20n {
    margin-top: 7rem;
}

.play-icon-i20n {
    content: url(../../i20n/images/play.svg);
    fill: #fff;
    width: 25px;
    margin: 0 auto;
}

.pause-icon-i20n {
    content: url(../../i20n/images/pause.svg);
    fill: #fff;
    width: 25px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    h3.sub-title-i20n {
        margin-top: 7rem;
        text-align: center;
        font-size: 1.2rem;
    }

    .sub-info-text-i20n {
        text-align: center;
    }

    img.black-soundwave-i20n {
        content: url(../../i20n/images/soundwave-mob.svg);
        width: 100vw;
    }
}

@media (max-width: 768px) {

}

/* DESIGN */

section.design-i20n {
    background-color: #000000;
    position: relative;
}

section.design-i20n .th-wrapper {
    padding: 0;
}

.big-title-i20n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-title-i20n h2 {
    font-size: 7rem;
    margin-bottom: -4rem;
}

.big-title-i20n h3 {
    font-size: 2.8rem;
    z-index: 2;
}

.design-orange-bar {
    background: #E63312;
    width: 100vw;
    height: 1.5rem;
    margin-left: -90vw;
    margin-top: -1.3rem;
    z-index: 1;
}

.design-align-i20n {
    display: flex;
    flex-direction: row;
}

.design-align-vert-i20n {
    display: flex;
    flex-direction: column;
}

.title-specs-i20n {
    background: #000;
    color: #FFFFFF;
}

.title-specs-i20n h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: 'HyundaiLight';
}

.info-specs-i20n {
    background: #000;
    color: #FFFFFF;
}

.info-specs-i20n p {
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 1rem;
}

.info-specs-i20n p sub {
    bottom: 0;
    font-size: 70%;
    font-family: 'HyundaiMedium';
}

.orange-arrow-i20n {
    font-family: cursive;
    color: #E63312;
}

.front-img-i20n {
    position: relative;
    margin-left: auto;
    width: 25rem;
}

.spec-2-i20n {
    margin-left: 1rem;
}

.spec-3-i20n {
    margin-left: 2rem;
}

.spec-4-i20n {
    margin-left: 3rem;
}

.spec-5-i20n {
    margin-left: 4rem;
}

@media (max-width: 1024px) {

    .design-orange-bar {
        margin-left: 0;
    }

    .big-title-i20n h2 {
        font-size: 5rem;
        margin-bottom: -2.5rem;
    }

    .big-title-i20n h3 {
        font-size: 2rem;
    }
    
    .design-align-i20n {
        display: flex;
        flex-direction: column;
    }

    .front-img-i20n {
        content: url(../../i20n/images/front-img-mob-i20n.jpg);
        position: relative;
        width: 100%;
        margin-left: -10vw;
    }

    .spec-2-i20n {
        margin-left: 0;
    }
    
    .spec-3-i20n {
        margin-left: 0;
    }
    
    .spec-4-i20n {
        margin-left: 0;
    }
    
    .spec-5-i20n {
        margin-left: 0;
    }
}

@media (max-width: 768px) {

}

/* PERFORMANCE */

section.performance-title-i20n {
    width: 80vw;
    margin: 0 auto;
    position: relative;
    margin-bottom: -2.1rem;
}

section.performance-title-i20n .big-title-i20n {
    margin-top: 5rem;
}

section.performance-i20n {
    background-color: #AACAE6;
}

section.performance-i20n .info-specs-i20n {
    background: none;
    color: #000;
    font-family: 'HyundaiBold';
    margin-top: 1rem;
}

.title-specs-20n h3 {
    font-size: 1.2rem;
}

@media (max-width: 1024px) {
    section.performance-title-i20n .big-title-i20n h2 {
        font-size: 3rem;
        margin-bottom: -2rem;
    }
}

@media (max-width: 530px) {
    section.performance-title-i20n .big-title-i20n h3 {
        font-size: 2rem;
        margin-bottom: -1rem;
        text-align: center;
        line-height: 2rem;
    }
}

/* SLIDER */

section.slider-i20n {
    width: 80vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.logo-i20n {
    height: 7rem;
    margin-left: auto;
    margin-bottom: -0.2rem;
}

.swiper-gallery-i20n {
    width: 65vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slider-button-prev-i20n {
    position: absolute;
    top: 32%;
    left: -1rem;
    width: 4rem;
    cursor: pointer;
    z-index: 2;
}

.slider-button-next-i20n {
    position: absolute;
    top: 32%;
    right: -1rem;
    width: 4rem;
    cursor: pointer;
    z-index: 2;
}

.swiper-slide img {
    min-width: 90%;
    width: 90%;
    display: flex;
    margin: 0 auto;
}

.swiper-pagination-i20n {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 4rem;
}

span.swiper-pagination-bullet {
    width: 3rem;
    height: 0.3rem;
    border-radius: 0;
    opacity: 1;
    margin: 0 0.6rem !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E63312;
}

.above-slider-i20n {
    display: flex;
    flex-direction: row;
    position: relative;
}

.slider-black-bar {
    height: 1rem;
    width: 65vw;
    margin-left: -20vw;
    background: #000;
    position: absolute;
    bottom: 0;
}

.slider-blue-bar {
    height: 2rem;
    background: #aacae6;
    width: 100vw;
    margin-left: 60vw;
    z-index: 1;
    position: absolute;
    bottom: 9.45rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
}

.margin-auto {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    section.slider-i20n {
        width: 100vw;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .logo-i20n {
        width: 13rem;
        height: auto;
    }

    .swiper-gallery-i20n {
        width: 100vw;
    }

    .swiper-slide img {
        width: 100%;
        min-width: 100%;
    }

    .slider-button-next-i20n {
        top: 20%;
        right: 0;
        width: 3rem;
        z-index: 2;
    }

    .slider-button-prev-i20n {
        top: 20%;
        left: 0;
        width: 3rem;
        z-index: 2;
    }
}

@media (max-width: 768px) {

}

/* ABOVE WARRANTY */

.above-warranty-img-i20n {
    width: 100%;
    margin-top: 5rem;
}

@media (max-width: 1024px) {
    .above-warranty-img-i20n {
        content: url(../../i20n/images/above-warranty-img-mob.png);
    }  
}

@media (max-width: 768px) {

}

/* WARRANTY */

section.warranty-i20n {
    background: #000000;
}

.section-wrapper {
    width: 80vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 0;
}

img.warranty-img-i20n {
    width: 80vw;
}

.years-warranty {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.years-warranty h3 {
    font-size: 1.2rem;
    color: #FFFFFF;
    margin-left: 5rem;
}

.warranty-7-img-i20n {
    margin-left: auto;
    width: auto;
    height: 4rem;
}

.legal-info-text {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-family: 'HyundaiLight';
    margin-top: 2rem;
}

@media (max-width: 1024px) {

    .warranty-img-i20n {
        content: url(../../i20n/images/warranty-mob-img.png);
        margin-bottom: 2rem;
    }

    .years-warranty {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    
    .years-warranty h3 {
        margin-left: 0;
        text-align: center;
    }

    .warranty-7-img-i20n {
        margin: 0 auto;
    }
    
}

@media (max-width: 768px) {

}

/***********/
/* RESERVATION */
/***********/

/* GENERAL */

/* HEADER */

section.header-i20n-reserva {
    background-color: #000;
}

.banner-i20n-reserva img {
    width: 100%;
}

.header-info-i20n-reserva {
    padding: 3rem 0;
}

.header-i20n-reserva {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.header-title-i20n-reserva {
    font-family: HyundaiMedium;
    position: absolute;
    top: 10vh;
    left: 10vw;
    color: #FFFFFF;
}

.header-title-i20n-reserva h1 {
    font-size: 5.5rem;
    text-align: left;
    margin-bottom: 0;
    margin-left: 2rem;
}

.header-title-i20n-reserva h2 {
    background: #E63312;
    width: 100%;
    padding-left: 2rem;
    font-size: 2.5rem;
}

.n-symbol-i20n-reserva {
    height: 35px;
    margin-top: 25px;
    margin-left: 2rem;
    width: auto !important;
}

.reserva-sub-title-i20n {
    color: #E63312;
    font-size: 2rem;
}

.reserva-sub-sub-title-i20n {
    color: #fff;
    font-size: 2.5rem;
}

.reserva-description-i20n {
    color: #fff;
    margin-top: 2rem;
}

/* RESERVATION FORM */

.step-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.step-box .circle-i20n {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #aacae6;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-box.active .circle-i20n {
    background-color: #000;
}

.step-title {
    color: #aacae6;
}

.active .step-title {
    color: #000;
}

.next-sign {
    margin-top: 0.5em;
}

.reserve-buttons-i20n {
    display: flex;
    flex-direction: row;
    border-radius: 0;
}

.reserve-buttons-i20n .btn-orange-i20n {
    background-color: #E63312;
    border-radius: 0;
    width: 250px;
    padding: 10px 0;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-orange-i20n:hover {
    background-color: #FFF;
    border: 2px solid #E63312;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-orange-i20n:hover a {
    color: #E63312;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-blue-i20n {
    background-color: #aacae6;
    border-radius: 0;
    width: 250px;
    padding: 10px 0;
    border: 2px solid #aacae6;
    margin-right: 1rem;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-blue-i20n:hover {
    background-color: #FFF;
    border: 2px solid #aacae6;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-blue-i20n:hover a {
    color: #aacae6;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-black-i20n {
    background-color: #000000;
    border-radius: 0;
    width: 400px;
    padding: 10px 0;
    border: 2px solid #000;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-black-i20n:hover {
    background-color: #FFF;
    border: 2px solid #000;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-black-i20n:hover a {
    color: #000;
    transition: 0.5s;
}

.reserve-buttons-i20n .btn-orange-i20n a, .reserve-buttons-i20n .btn-black-i20n a, .reserve-buttons-i20n .btn-blue-i20n a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

.form-control {
    border-color: #000;
}

.form-control:focus {
    border-color: #E63312 !important;
}

label.reserve_radio {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.payment-container-i20n {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



@media (max-width: 1024px) {
    .reserve-buttons-i20n {
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0;
    }

    .reserve-buttons-i20n .btn-blue-i20n {
        margin-top: 1rem;
    } 
}

@media (max-width: 768px) {

    
}

/*****************/
/* CONFIRM ORDER */
/*****************/

.confirm-wrapper {
    width: 70vw;
    margin: 0 auto;
}

.title-i20n {
    color: #fff;
    background-color: #E63312;
    padding: 1rem 1rem 1rem 15vw;
    margin-bottom: 0;
    width: 60vw;
    margin-left: -15vw;
}

.text-i20n {
    color: #fff;
    background-color: #000;
    padding: 2rem 2rem 2rem 2rem;
}

.form-result {
    background-image: url(../../i20n/images/header-confirmacao-desktop.jpg);
    width: 100%;
    height: calc(100% - 67px);
    background-size: cover;
    padding-top: 6rem;
}

.payment-container-i20n {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.payment-container-i20n>div:first-child {
    width: 150px;
}

.checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid;
    margin-right: 1em;
}

.active_container .checkmark {
    background-color: #000000;
}

.reserve_radio {
    display: flex;
    cursor: pointer;
}

.reserve_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


@media (max-width: 768px) {
    .form-result {
        background-image: url(../../i20n/images/header-confirmacao-mobile.png);
    }

    .title-i20n {
        font-size: 1rem;
    }
}

a.ctn-form-show {
    padding: 0.5rem 2.75rem;
}


/* NEW HEADER LIKE i30N */

.header-box-price .elm-desktop.header-box-i20n {
    padding: 1rem;
    margin-right: 3rem;
}

.elm-desktop {
    padding: 0 3rem 3rem;
}

.header-i20n::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    filter: blur(73px);
    z-index: -9;
    background: linear-gradient(90deg, rgba(48,47,52,1) 0%, rgba(101,99,102,1) 38%, rgba(71,63,63,1) 56%, rgba(78,78,80,1) 79%, rgba(78,78,82,1) 96%);
    overflow: hidden;
}
