body.page {
    background: var(--background-site);
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--color-text);
    font-family: var(--font-family-Josefin);
    font-weight: bold;
    margin: 0px;
}

h1 {
    font-size: 2rem;
}

h5 {
    font-size: 1.15rem;
}

video {
    z-index: 2;
    width: 100% !important;
    height: auto !important;
}

.content-form {
    position: relative;
    z-index: 2;
    padding: 0;
    margin-bottom: 3em;
}

.btn-submit {
    display: block;
    width: 100%;
    font-weight: bold;
    background: rgb(206, 255, 164);
    text-transform: uppercase;
    border: 1px solid var(--btn-color);
    margin-top: 2em;
}

.btn-submit:hover,
.btn-submit:focus {
    background: var(--btn-hover);
    color: var(--btn-color);
}

.title-page {
    margin-bottom: 0.7em;
}

.title-form {
    margin-bottom: 1.7em;
}



#forgot-password .form-control {
    background: #e2e9f1;
}

.link-form {
    color: var(--color-text);
}

.link-form:hover {
    color: var(--btn-color);
}

.title-actions-auth {
    font-size: 0.6rem;
    margin-top: 30px;
}

.col-auth-izq,
.col-auth-der {
    width: 100%;
    padding-top: 7em;
}

.group-btn-auth {
    width: 100%;
    position: relative;
    margin-bottom: 3em;
}

.btn-auth {
    border: 1px solid var(--color-gray);
    border-radius: 15px;
    margin: 5px 15px;
    padding: 10px 15px;
    line-height: 0;
}

.btn-auth:hover {
    background: rgb(226, 233, 241);
}

.btn-auth img {
    width: 30px;
    height: auto;
}

.content-video {
    position: relative;
    width: 100%;

}

.col-auth-izq .content-video {
    min-height: 100vh;
}

.img-izq-top {
    left: 0px;
    top: 0px;
    width: 14%;
}

.page-mint .img-izq-top {
    display:
        none;
    opacity: .2;
}

.img-bottom-lef {
    bottom: 9%;
    left: 0px;
    width: 4%;
}

.img-bottom-right {
    bottom: 8%;
    right: 0px;
    width: 3%;
}

.col-auth-izq {
    position: relative;
    display: none !important;
}

.img-center-center {
    width: 100%;
    z-index: 1;
}

.btn-eye {
    border: 0;
    background: transparent;
    position: absolute;
    right: 11px;
    font-size: 1.3rem;
    top: 18px;
    z-index: 2;
    opacity: .6;
    cursor: pointer;
}

.pipelines-vertically {
    width: 8px;
    height: 49px;
    right: 9em;
    top: 48%;
    transform: translateY(-50%);
    border: 1px solid #cdcdcf;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pipelines-horizontally {
    width: 49px;
    height: 8px;
    left: 7em;
    bottom: 14%;
    border: 1px solid #cdcdcf;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.col-auth-der p {
    font-size: 1.3rem;
    font-family: var(--font-family-lato);
    margin-bottom: 1em;
}

.logo {
    width: 211px;
    height: auto;
}

.header {
    position: absolute;
    padding-top: 3em;
    z-index: 3;
    width: 100%;
}

.nav-link {
    color: var(--btn-color);
    padding: 0px 8px;
    line-height: 0;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--btn-hover);
}

.btn-header {
    color: var(--btn-color);
    background: var(--background-site);
    border: 1px solid var(--btn-color);
    padding: 3px 12px;
    font-family: var(--font-family-Josefin);
    margin: 5px;
    font-weight: bold;
    display: block;
    width: 100%;
}

.btn-header:hover {
    background: var(--btn-color);
    color: var(--background-site);
    outline: none !important;
}

.what-is__title h2,
.what-is__title h3,
.what-is__title h4 {
    text-transform: uppercase;
}

.what-is__title h2 {
    color: var(--btn-hover);
    font-size: 3rem;
}

.what-is__title h3,
.what-is__title h4 {
    color: var(--btn-color);
    line-height: 0.9;
    display: inline-block;
    font-size: 2em;
}

.img-top-right {
    width: 22%;
    top: 4em;
    right: 1em;
    z-index: 3;
}

.section-black {
    background: var(--background-site);
}

.section-white {
    background: var(--btn-hover);
}

.btn-wat__is {
    background: var(--btn-color);
    padding: 10px 27px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
    outline: none !important;
}

.btn-mobile.btn-wat__is {
    font-size: 1.7rem;
}

.btn-wat__is:hover {
    background: transparent;
    color: var(--btn-color);
    border: 1px solid var(--btn-color);
}

.info-license__pass {
    position: relative;
    background: var(--btn-hover);
    padding: 5em 0em 2em 0em;
    /* The image used */
}

.backgraund-card {
    background-image: url("../img/backgraund-card-white.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.margin-input {
    margin-bottom: 2em;
}

.info-license__pass .page-title {
    margin-bottom: 1em;
}

.what-is {
    position: relative;
    padding-bottom: 3em;
    padding-top: 10em;
}

.what-is__range {
    position: relative;
    margin-top: 1.5em;
    display: none;
}

.what-is__range span {
    color: var(--btn-hover);
    letter-spacing: 3px;
    display: block;
    margin-bottom: 13px;
    font-size: 0.9rem;
    font-family: var(--font-family-lato);
}

.what-is__range .progress {
    width: 50%;
    background: #1f232e;
    height: 0.4rem;
}

.what-is__range .progress-bar {
    background: var(--btn-color);
    border-radius: 30px;
}

.info-card-dere {
    position: relative;
    margin-top: 5em;
}

p {
    font-size: 1.1rem;
    color: var(--color-parra);
    font-weight: 400;
    font-family: var(--font-family-lato);
    line-height: 1.7;
}

.info-gold-license__pass p {
    color: var(--btn-hover);
}

.info-gold-license__pass .page-title {
    color: var(--color-golden);
    margin-bottom: 0.5em;
}

.before-green {
    position: relative;
    z-index: 3;
    font-size: 1.3em;
    font-weight: 500;
    font-family: var(--font-family-lato);
}

.before-green::before {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--btn-color);
    height: 70%;
    z-index: -1;
    bottom: 0;

}

.info-gold-license__pass {
    padding-top: 3em;
}

.info-card-dere {
    margin-top: 2em;
}

.title-road__map h2 {
    color: var(--btn-color);
    font-size: 3em;
    margin-bottom: 0.5em;
}

.timeline {
    position: relative;
    padding: 5em 15em;
    margin: 0 auto 1rem auto;
    overflow: hidden;
    margin-top: 5em;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px solid var(--btn-color);
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-content h5 {
    color: var(--btn-hover);
    font-size: 0.8rem;
    font-weight: 200;
    margin-top: 30px;
    text-align: left;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 17%;
    text-align: right;
    margin-right: 20px;
    color: #bcd0f7;
    font-size: 1.5rem;
}

.timeline-row:nth-child(even) .timeline-time {
    margin-right: 50px;
    text-align: left;
}

.timeline-time img {
    width: 88%;
    display: inline-block;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}

.timeline-row .timeline-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3em 0em;
}

.timeline-row .timeline-content h4:before {
    content: "\e903";
    font-family: 'icomoon';
    position: absolute;
    text-align: center;
    top: -14.5%;
    right: -64.5px;
    width: 30px;
    font-size: 1.3rem;
    height: 49px;
    color: var(--btn-color);
    z-index: 10;
    background: var(--background-site);
    line-height: 1;
    padding: 14px 0px;
}

.timeline-row:nth-child(even) .timeline-content h4:before {
    right: auto;
    left: -66px;
}

.timeline-row .timeline-content h4 {
    margin: 8px 0 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--btn-color);
    line-height: 137%;
    font-size: 2.4rem;
    display: block;
    width: 100%;
    position: relative;
}

.timeline-row .timeline-content .list-map {
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 0;
    font-size: 1.3rem;
    color: var(--btn-hover);
    line-height: 1;
}

.timeline-row .timeline-content .list-map .item-list {
    padding: 0px 0px 0px 20px;
    position: relative;
    /* margin: 15px 0px; */
    line-height: 1.7;
}

.timeline-row .timeline-content .list-map .item-list:before {
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 0.7rem;
    color: var(--btn-color);
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}

.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}

.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 50px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -66px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 2em;
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 50px;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

#frequent-questions {
    position: relative;
    padding: 6em 0em 12em 0em;
}

#frequent-questions h3 {
    font-size: 2rem;
    margin-bottom: 1em;
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed) {
    background:
        var(--background-site);
    color: var(--btn-hover);
    outline: none;
}

.accordion-button {
    box-shadow: none !important;
    font-size: 1.4rem;
    padding: 0.5rem 0rem;
    font-weight: bold;
}

.accordion {}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--btn-color);
    padding: 1rem 0rem;
}

.accordion-body {
    font-size: 1.2rem;
    font-family: var(--font-family-lato);
    padding: 0rem 0rem;
}

.accordion-button::after {
    background-image: none;
    content: "\ea0a";
    font-family: 'icomoon';
    font-size: 0.7rem;
}

.accordion-button:not(.collapsed)::after {
    content: "\ea0b";
    background-image: none;
    transform: rotate(0deg);
}

.social-media {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-media a {
    color: var(--btn-hover);
    padding: 10px 8px;
}

.social-media a:hover {
    color: var(--btn-color);
}

.footer {
    color: var(--btn-hover);
}

.content-footer {
    padding: 2em 0em 2em 0em;
    border-top: 1px solid var(--btn-hover);
}

.copyright {
    font-size: 1.2rem;
}

#roadmap {
    position: relative;
    z-index: 2;
}

.road-map-der {
    right: 0;
    top: -13%;
    z-index: 1;
}

.road-map-izq {
    left: 0;
    top: 23%;
}

.zoom-1-2 {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.col-video {
    flex: 0 0 auto;
    width: 60%;
}

.col-card {
    flex: 0 0 auto;
    width: 40%;
}

.content-text-road__map {
    padding: 0em 1em;
    position: relative;
    z-index: 2;
}

.button-back {
    position: absolute;
    top: -7px;
    left: 0px;
    padding: 8.5px;
    background: #fff;
    line-height: 1;
    border: 1px solid var(--color-gray);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    -webkit-box-shadow: 0px -3px 13px -2px rgb(50 50 50 / 14%);
    -moz-box-shadow: 0px -3px 13px -2px rgb(50 50 50 / 14%);
    box-shadow: 0px -3px 13px -2px rgb(50 50 50 / 14%);
    cursor: pointer;
}

.button-back:hover,
.button-back:focus {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
}

.auth .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar-dark .navbar-toggler {
    border: 0;
    outline: none !important;
    color: transparent;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.navbar-collapse {
    display: flex;
    flex-direction: column;
}

.action-header {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 1em 0em;
}

.header .nav-pills {
    margin: 1em 0em;
}

.action-header li {
    width: 100%;
}

.what-is__title {
    padding: 0em 1em;
}

.btn-desktop {
    display: none;
}

.btn-mobile {
    display: inline-block;
}

.info-license__pass .content-video .img-center-center {
    opacity: .2;
}

.info-gold-license__pass .content-video .img-center-center {
    opacity: .7;
}

.backgraund-mint {
    background-image: url("../img/background-mint.jpg") !important;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: none;
    width: 100%;
    top: 0em;
    left: 0;
    bottom: 0;
}

#form-mint {
    position: relative;
    width: 100%;
    padding: 13em 0em;
}

#form-mint .btn-submit {
    padding: 8px 27px;
    font-size: 1.3rem;
    margin-top: 1em;
}

#form-mint .btn-submit:hover {
    background: transparent;
}

#form-mint .content-form>form {
    width: 100%;
}

#form-mint .form-control {
    background: transparent;
    border: 2px solid var(--btn-color);
    color: var(--btn-color);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

#form-mint select option {
    background: rgb(0 0 0);
    border: 0;
}

#form-mint select {
    padding-right: 30px;
}

#form-mint .form-label {
    color: var(--btn-color);
    font-size: 1.1em;
    font-weight: bold;
}

.width-auto {
    width: auto;
}

.page-mint {
    background: #000 !important;
}

.display-inline {
    display: inline-block !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#form-mint .what-is__range span {
    margin-top: 15px;
}

.arrow-down::after {
    content: "\e90f";
    font-family: 'icomoon';
    position: absolute;
    width: 15px;
    height: 15px;
    color: var(--btn-color);
    transform: rotate(90deg);
    right: 17px;
    top: 16px;
    font-size: 1.7em;
}

.page-mint .road-map-der {
    width: 10%;
    top: 12%;
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--btn-color);
    line-height: 28px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    padding: 1em 1em;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}

.select2-container .select2-selection--single {
    background-color: transparent;
    border: 1px solid var(--btn-color);
    border-radius: 4px;
    height: 70px;
    border-radius: 15px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    margin-bottom: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: var(--btn-color);
    /* font-size: 1.5em; */
    /* text-align: center; */
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    background: #000;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: var(--btn-color);
}

.select2-container--default .select2-results__option--selected {
    background-color: #000;
    color: var(--btn-color);
}

.select2-results__option--selectable {
    cursor: pointer;
    color: var(--btn-color);
    font-size: 1.5em;
    text-align: center;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}
video{
    object-fit: contain;
}
/*Responsive*/
@media only screen and (min-width: 576px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {
    #form-mint .text-center {
        text-align: left !important;
    }

    .backgraund-mint {
        display:
            block;
        width: 79%;
        top: 8em;
        left: 0;
        bottom: 0;
    }

    .arrow-down::after {
        right: 10px;
        top: 20px;
    }

    #form-mint .btn-submit {
        padding: 8px 30px;
        font-size: 1.5rem;
        margin-top: 1em;
    }

    #form-mint .form-control {
        font-size: 1.5em;
    }

    .what-is__title {
        padding: 0em 3em;
    }

    .what-is__title h3,
    .what-is__title h4 {
        font-size: 4.3em;
    }

    .what-is__title h2 {
        font-size: 5rem;
    }
}

.content-main {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .page-mint .road-map-der {
        display: block;
    }

    .page-mint .img-izq-top {
        display: block;
    }

    #form-mint {
        position: relative;
        width: 100%;
        padding: 8em 0em;
    }

    .backgraund-mint {
        width: 72%;
        top: 8em;
        left: 0;
        bottom: 0;
    }

    #form-mint .content-form>form {
        width: 59%;
    }

    .button-back {
        position: absolute;
        top: 21px;
        left: 0px;
        padding: 9.5px;
    }

    .col-auth-izq {
        display: flex !important;
    }

    h1 {
        font-size: 3rem;
    }

    .content-footer {
        padding: 2em 4em 8em 4em;
        border-top: 1px solid var(--btn-hover);
    }

    .accordion-button {
        font-size: 1.7rem;
        padding: 0.5rem 0rem;
    }

    .logo {
        width: 250px;
        height: auto;
    }

    p {
        font-size: 1.3rem;
    }

    .info-license__pass {
        position: relative;
        background: var(--btn-hover);
        padding: 7em 0em 2em 0em;
    }

    .info-card-dere {
        margin-top: 5em;
    }

    .mb-5em {
        margin-bottom: 5em;
    }

    .info-license__pass {
        padding: 9em 0em 2em 0em;
    }

    #frequent-questions {
        position: relative;
        padding: 2em 0em 10em 0em;
    }

    .logo {
        width: 280px;
        height: auto;
    }

    .btn-mobile {
        display: none !important;
    }

    .content-form {
        margin: 0;
    }

    .button-back {
        left: -52px;
    }

    .content-text-road__map {
        padding: 0em 10em;
    }

    .btn-mobile {
        display: none;
    }

    .btn-desktop {
        display: inline-block;
    }

    .what-is__range {
        display: block;
    }

    .what-is__title {
        padding: 0em 0em;
    }

    .header .nav-pills {
        margin: 0em 0em;
    }

    .action-header li {
        width: auto;
    }

    .btn-header {
        display: inline-block;
        width: auto;
    }

    .action-header {
        flex-direction: row;
        width: auto;
        margin: 0;
    }

    .what-is {
        padding-top: 0;
        padding-bottom: 9em;
    }

    .header {
        position: relative;
        padding-top: 3em;
        z-index: 3;
    }

    .header .navbar-collapse {
        justify-content: flex-end;
        flex-direction: row;
    }

    #forgot-password #forgot-p-form {
        padding: 0em 4em;
    }

    .col-auth-izq {
        width: 50%;
    }

    .col-auth-der {
        width: 50%;
        position: relative;
        padding-top: 0em;
    }

    .content-form {
        padding-left: 10em;
    }

    .pipelines-vertically {
        right: 1em;
    }

    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    #form-mint .content-form>form {
        width: 47%;
    }

    .timeline {
        padding: 5em 11em;
    }

    .container {
        width: 1170px;
    }
}

@media only screen and (min-width: 1360px) {
    #form-mint {
        padding: 8em 0em;
    }

    .backgraund-mint {
        width: 79%;
        height: 94%;
        /* top: 17em; */
    }

    #form-mint .content-form>form {
        width: 46%;
    }

    #frequent-questions {
        position: relative;
        padding: 4em 0em 10em 0em;
    }

    .timeline-time img {
        width: 100%;
    }

    .timeline-row .timeline-time {
        top: 24%;
    }

    .content-text-road__map {
        padding: 0em 4em;
    }

    .img-top-right {
        width: 17%;
        top: 5em;
        right: 4em;
        z-index: 3;
    }

    .page .what-is .img-center-center {
        width: 89%;
        z-index: 1;
    }

    h1 {
        font-size: 3.3rem;
    }

    .what-is__range span {
        font-size: 0.7rem;
    }

    .img-center-center {
        width: 120%;
        z-index: 1;
    }

    .pipelines-vertically {
        right: 2em;
    }

    .img-center-center {
        width: 100%;
        z-index: 1;
    }

    .img-izq-top {
        width: 12%;
    }

    .container {
        width: 1260px;
    }

    .info-card-dere {
        margin-top: 5em;
    }

    .page .what-is .content-video {
        padding: 0em 3em;
    }

    h1 {
        font-size: 3.3rem;
    }

    .what-is__title h2 {
        font-size: 4rem;
    }

    .what-is__title h3 {
        font-size: 5rem;
    }

    .what-is__title h4 {
        font-size: 7.7rem;
    }

    .container {
        width: 1260px;
    }

    .what-is {
        padding-bottom: 5em;
    }

}

@media only screen and (min-width: 1460px) {
    #form-mint .content-form>form {
        width: 41%;
    }
}

@media only screen and (min-width: 1680px) {
    #form-mint {
        padding: 13em 0em;
    }

    .what-is {
        position: relative;
        padding-bottom: 9em;
        padding-top: 0em;
    }

    .content-text-road__map {
        padding: 0em 10em;
    }

    .title-road__map h2 {
        font-size: 5em;
    }

    .timeline {
        padding: 5em 15em;
    }

    .timeline-time img {
        width: 88%;
    }

    .timeline-row .timeline-time {
        top: 17%;
    }

    .content-text-road__map {
        padding: 0em 10em;
    }

    .what-is {
        padding-bottom: 9em;
    }

    .img-top-right {
        width: 22%;
        top: 4em;
        right: 1em;
        z-index: 3;
    }

    h1 {
        font-size: 3.5rem;
    }

    .info-card-dere {
        margin-top: 7em;
    }

    .btn-wat__is {
        background: var(--btn-color);
        padding: 8px 30px;
        font-size: 1.5rem;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 2em;
    }

    .img-top-right {
        width: 15%;
        top: 6em;
        right: 5em;
        z-index: 3;
    }

    h1 {
        font-size: 4rem;
    }

    .what-is__title h2 {
        font-size: 5rem;
    }

    .what-is__title h3 {
        font-size: 6rem;
    }

    .what-is__title h4 {
        font-size: 9rem;
    }

    .what-is__range span {
        font-size: 0.9rem;
    }

    .container {
        width: 1460px;
        max-width: 1460px;
    }

    .pipelines-vertically {
        width: 8px;
        height: 49px;
        right: 9em;
        top: 48%;
        transform: translateY(-50%);
        border: 1px solid #cdcdcf;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .pipelines-horizontally {
        width: 49px;
        height: 8px;
        left: 7em;
        bottom: 14%;
        border: 1px solid #cdcdcf;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .img-izq-top {
        left: 0px;
        top: 0px;
        width: 14%;
    }

    .page-mint .img-izq-top {
        width: 12%;
        opacity: .2;
    }

    .img-bottom-lef {
        bottom: 9%;
        left: 0px;
        width: 4%;
    }

    .img-bottom-right {
        bottom: 8%;
        right: 0px;
        width: 3%;
    }

    .img-center-center {
        width: 127%;
        z-index: 1;
    }

    .info-gold-license__pass .img-center-center {
        width: 100%;
    }

    .page .what-is .img-center-center {
        width: 89%;
        z-index: 1;
    }

    .info-license__pass .img-center-center {
        width: 100%;
        z-index: 1;
    }

    .info-gold-license__pass .page-title {
        font-size: 3.5rem;
    }

    #frequent-questions {
        position: relative;
        padding: 6em 0em 12em 0em;
    }
}

@media (max-width: 992px) {
    .timeline-row .timeline-content h4 {
        font-size: 2rem;
    }

    #frequent-questions {
        position: relative;
        padding: 2em 0em 8em 0em;
    }

    .road-map-der {
        width: 20%;
        top: auto;
        bottom: 7%;
    }

    .road-map-izq {
        width: 27%;
    }

    .timeline-row .timeline-content h4:before {
        display: none;
    }

    .timeline-content h5 {
        text-align: center;
    }

    .timeline {
        padding: 15px;
    }

    .timeline:after {
        border: 0;
    }

    .timeline-row {
        display:
            flex;
        flex-direction:
            column;
        align-items: center;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }

    .timeline-time img {
        width: 44%;
        display: inline-block;
    }

    .timeline-row .timeline-time {
        text-align: center;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .timeline-row .timeline-content {
        width: 60%;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
        text-align: center;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }

    @media (max-width: 768px) {
        .timeline-time img {
            width: 90%;
            display: inline-block;
        }

        .timeline-row .timeline-content {
            width: 90%;
        }
    }
}