@import './marketup.landing.typo.css';
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    scroll-behavior: smooth;
    font-family: 'neue', sans-serif;
}
body {
    margin: 0;
}

:root {
    --green: #449b23;
    --neue-typo: 'neue', sans-serif;
    --rubik-typo: 'Rubik', sans-serif;
    --secondary-text-color: #8b8b8b;
    --alternate-color: #616161;
    --ternary-text-color: #a3a3a3;
}

.flex {
    display: flex;
    align-items: center;
}
.flex.column {
    flex-direction: column;
}
.flex.row {
    flex-direction: row;
}
.flex.center {
    justify-content: center;
}
.flex.end {
    justify-content: flex-end;
}
.flex.between {
    justify-content: space-between;
}
.flex.wrap {
    flex-wrap: wrap;
}
.flex.gap {
    gap: 1rem;
}
.flex.grow {
    flex-grow: 1;
}
.flex.around {
    justify-content: space-around;
}
.flex.evenly {
    justify-content: space-evenly;
}
.flex.start {
    justify-content: flex-start;
    align-self: start;
}
.flex.gap {
    gap: 30px;
}
.bold {
    font-weight: 900;
}
.light {
    font-weight: 300;
}
.extra-light {
    font-weight: 200;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.semi-bold {
    font-weight: 600;
}
.italic {
    font-style: italic;
}

.grid {
    display: grid;
    grid-gap: 1rem;
}

.neue {
    font-family: var(--neue-typo);
}
.rubik {
    font-family: var(--rubik-typo);
}
.main-color {
    color: var(--green);
}
.red-color {
    color: #d9000d;
}
.sub-text-color {
    color: var(--ternary-text-color);
}
.title {
    font-size: 50px;
}
.secondary-color {
    color: var(--secondary-text-color);
}
.alternate-color {
    color: var(--alternate-color);
}
.sub-title {
    font-size: 30px;
}
.item-text {
    font-size: 1.6rem;
}
.t-center {
    text-align: center;
}
.clean {
    margin: 0;
    padding: 0;
}

header.head {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 175px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header.head .logo {
    width: 60px;
    max-width: 60px;
    height: 60px;
    background-color: darkgrey;
}
header.head .app-logo {
    width: 175px;
    height: auto;
}
header.head h1 {
    margin-left: 50px;
}

body {
    scroll-behavior: smooth;
}

section {
    position: relative;
    width: 100%;
}
section .slider-01 {
    /* top: 0; */
    /* left: -10px; */
    width: 100%;
    overflow: hidden;
    height: 657px;
    display: flex;
    /* padding: 0 15px; */
    margin-top: 10px;
    position: relative;
    background: #4d8c45;
    align-items: flex-end;
    background-size: cover;
    box-sizing: border-box;
    justify-content: flex-end;
    background-color: #f5f5f5;
    background-position: center;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-image: url(./assets/slider-01/slider-01@2x.png);
}
section .slider-01 .image-content-foreground {
    box-sizing: border-box;
    padding-right: 130px;
    width: 60rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
section .slider-02 .image-content-foreground {
    box-sizing: border-box;
    padding-right: 175px;
    width: 60rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.btn {
    cursor: pointer;
    border: none;
    outline: none;
    padding: 13px 80px;
    background-color: #f5f5f5;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5rem;
    text-decoration: none;
}
.image-content-foreground .text {
    width: 100%;
}
.image-content-foreground .text p {
    width: 100%;
    font-size: 4rem;
    text-align: end;
    color: #fff;
}
.image-content-foreground .text p strong {
    font-size: 4.2rem;
    font-weight: 900;
}
.image-content-foreground .link {
    padding-bottom: 152px;
}
.image-content-foreground .link a.btn {
    width: 100%;
    font-weight: 800;
    color: var(--green);
    font-size: 1.8rem;
    text-transform: uppercase;
}
.slider-02 .image-content-foreground .text p {
    text-align: start;
    font-size: 30px;
    padding-left: 100px;
    box-sizing: border-box;
}
.slider-02 .image-content-foreground .text p strong {
    font-size: 40px;
    font-weight: 500;
}
.slider-02 .image-content-foreground .text {
    width: 100%;
}
.slider-02 .image-content-foreground .text p.title {
    width: 75%;
}
.slider-02 .image-content-foreground .text {
    width: 100%;
}
.down {
    margin-top: 5rem;
}
.down.small {
    margin-top: 3rem;
}

.down-text {
    width: 100%;
    text-align: center;
    /* padding-top: 41rem; */
    font-weight: 200;
}
.down-text .title {
    font-size: 3rem;
    margin: 30px 0;
    text-align: center;
    font-weight: 200;
}
p.subtext {
    font-family: var(--rubik-typo);
    color: var(--ternary-text-color);
    font-size: 30px;
    text-align: center;
    font-weight: 200;
}
.flex.around.arrow-bg {
    width: 75%;
    height: 100%;
}
.arrow-bg {
    background-image: url('./assets/flecha fondo/flecha fondo@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.arrow-bg .imagen img {
    width: 671px;
    height: 671px;
}
.markets-opening h4 {
    color: var(--secondary-text-color);
    font-size: 2.2rem;
    text-align: start;
    font-weight: 600;
    padding-top: 2rem;
    margin: 0;
}
.markets-opening p {
    margin: 0;
    /* color: var(--secondary-text-color); */
    font-size: 1.6rem;
    text-align: start;
    font-weight: 200;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.btn.green {
    background: var(--green);
    color: #fff;
    padding: 30px 38px;
    font-size: 1.3rem;
    font-weight: 600;
}
.btn.green.alt {
    border-radius: 35px;
    padding: 30px 38px;
    font-size: 1.3rem;
    font-weight: 600;
}
.markets-opening .text-block {
    width: 80%;
    padding-bottom: 4rem;
}
.steps-and-markets h4 {
    font-weight: 500;
}
.steps-and-markets .markets-container {
    margin-top: 70px;
}
.steps-and-markets .grid.markets {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* grid-gap: 2rem;
    place-content: center;
    place-items: center;
    align-items: center; */
}
.steps-and-markets .grid.markets .market {
    box-sizing: border-box;
    flex: 0 0 calc(16.66% - 20px);
    padding: 20px;
    margin: 10px;
}
.steps-and-markets .grid.markets .market img.market-icon {
    max-width: 12rem;
    height: auto;
    padding: 3rem;
}
.steps {
    width: 75%;
    gap: 5rem;
}
.steps .step {
    width: 45%;
}
.steps .step .step-inner {
    padding-left: 2rem;
}
.steps .step .step-inner .step-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--secondary-text-color);
    text-align: start;
}
.steps .step .step-inner .step-text {
    color: var(--ternary-text-color);
    font-size: 1.6rem;
    font-weight: 200;
    text-align: start;
}
.marketup-descriptor {
    top: 0;
    width: 100%;
    /* left: -10px; */
    /* padding: 0 15px; */
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    min-height: 1329px;
    background-color: #f5f5f5;
}
.marketup-descriptor img.descriptor-image {
    width: auto;
    height: auto;
    /* height: 1005px; */

    /* Tal como en Adobe XD */
    margin-top: 156.51px;
    margin-bottom: 167.03px;

    user-select: none;
    -webkit-user-drag: none;
}

.flex.center.offers div.offers-item {
    margin: 0 2.6rem;
}
.offers-item {
    width: 30%;
    position: relative;
    border: 2px solid var(--ternary-text-color);
    border-radius: 51px;
    padding: 2rem;
    opacity: 1;
}
.offers-item .offers-item-inner {
    background: var(--green);
    border-radius: 51px;
    min-height: 50vh;
    padding: 90px 0;
    color: #fff;
}
.offers-item .offers-item-inner .offers-item-title {
    width: 100%;
}
.offers-item .offers-item-inner .offers-item-text {
    width: 80%;
}

.trackings {
    position: relative;
    /* left: -10px; */
    /* top: 0; */
    width: 100%;
    background-color: #f5f5f5;
    height: 1010px;
    background-image: url('./assets/flecha fondo/white-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
}
.trackings .item {
    width: 60%;
    padding: 153px 0 0 0;
}

.slider-02 {
    box-sizing: border-box;
    overflow: hidden;
    /* left: -10px; */
    width: 100%;
    height: 800px;
    /* padding: 0 15px; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-image: url('./assets/slider-02.png');
}

.packages {
    width: 100%;
    /* padding: 0 15px; */
    margin-top: 150px;
}
.packages .item {
    width: 100%;
    height: 100%;
}

.packages .capabilities {
    width: 100%;
    box-sizing: border-box;
}
.packages .capabilities .cap-table {
    width: 90%;
    height: 100%;
    display: flex;
    margin-top: 50px;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid var(--green);
}
.packages .capabilities .cap-table .cap-item {
    width: 100%;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-start;
}
.packages .capabilities .cap-table .cap-item p {
    margin: 5px 0;
    font-size: 25px;
}
.packages .capabilities .cap-table .cap-item .icon {
    font-size: 30px;
}
.packages .capabilities .cap-table .cap-item .cap-text {
    padding: 5px 0;
    width: 100%;
    position: relative;
    color: var(--alternate-color);
    letter-spacing: 1px;
    padding-left: 20px;
}
.packages .capabilities .cap-table .cap-item .cap-text::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: var(--ternary-text-color);
}

.btn.boxed {
    color: #fff;
    font-size: 15px;
    padding: 25px 80px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid var(--green);
    background: var(--green) 0% 0% no-repeat padding-box;
}

.form .logo-block {
    width: 100%;
}
.resizable-form-logo,
.resizable-form-logo-text {
    max-width: 80%;
}
.form .form-block {
    width: 100%;
}
.form .form-block p.clean {
    width: 100%;
    font-size: 40px;
}
.form .form-block .contact-form {
    width: 100%;
    min-height: 1019px;
    background: #ebebeb;
}
.form .form-item {
    /* width: 100%; */
    padding: 20px 0;
    margin: 25px 0;
    box-sizing: border-box;
}
.form .form-item.spaced:first-child {
    padding-top: 75px;
}
.form .form-item.spaced:last-child {
    padding-bottom: 75px;
}
.form .form-item.spaced {
    margin: 0;
    width: 100%;
    padding: 25px 60px;
}

.form .form-item.labeled label {
    font-size: 17px;
    color: var(--ternary-text-color);
}
.form-item.labeled.spaced.flex.center.gap .labeled {
    width: 100%;
}
.form .input {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px 25px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    box-sizing: border-box;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='number'],
.form textarea,
.form select {
    width: 100%;
    outline: none;
    border: none;
    padding: 5px 0;
    font-size: 26px;
    box-sizing: border-box;
    background: transparent;
    color: #000000;
}
.form input#phone-code {
    width: 50%;
    color: var(--ternary-text-color);
}


.checkbox {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
  }

  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: 1px solid var(--ternary-text-color);
  }

  /* .checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  } */

  .checkbox input:checked ~ .checkmark {
    background-color: #ebebeb;
    border: none;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  .checkbox .checkmark:after {
    left: 13px;
    top: 9px;
    width: 5px;
    height: 10px;
    border: solid var(--secondary-text-color);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



.time-banner {
    width: 100%;
    /* height: 45vh; */
    /* padding: 0 15px; */
    margin-top: 150px;
    background: #f5f5f5;
    box-sizing: border-box;
    background-size: contain;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(./assets/time.png);
}
.time-banner .green-circle {
    display: none;
    position: relative;
    width: 385px;
    height: 280px;
    background: var(--green);
    border-radius: 50%;
}
.time-banner .green-circle p {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.time-banner .inner {
    width: 40%;
    /* height: 100%; */
}
.time-banner .inner ul {
    padding-right: 65px;
    list-style-type: disc;
}
.time-banner .inner ul li {
    font-size: 25px;
    color: var(--ternary-text-color);
    margin: 10px 0;
    color: var(--alternate-color);
}

.doubts.down {
    margin-top: 160px;
}
.doubts.down .doubt-w {
    width: 50%;
}
.doubts.down p.rubik.item-text.rubik.light.sub-text-color.t-center {
    line-height: 1.8;
}

footer * {
    box-sizing: border-box;
}
footer.down {
    margin-top: 150px;
}
footer .banner-footer {
    width: 100%;
    padding: 40px 0;
    background-color: var(--green);
}
footer .banner-footer img.marketup-logo {
    max-width: 80px;
    fill: #ffffff;
}
footer .banner-footer img.marketup-text {
    max-width: 250px;
    fill: #ffffff;
    padding-left: 30px;
}
footer .links {
    padding: 25px 0;
}
footer .link {
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    box-sizing: border-box;
}
/*
footer .link:first-child {
    margin-top: 25px;
    margin-bottom: 25px;
}
*/
footer .card.visa.images {
    box-sizing: border-box;
    min-height: 20vh;
    padding: 25px 0 45px 0;
}




/* TABLET RESPONSIVE */
@media only screen and (min-width: 600px) {
    /* .flex.center, .flex.between, .flex.around, .flex.evenly {
      width: 100%;
      flex-direction: column;
    } */
}

/* MOBILE RESPONSIVE */
@media only screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    .form-block {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .form {
        width: 90%;
    }
    header.head {
        padding-left: 15px;
    }
    section .slider-01 .image-content-foreground {
        width: 100%;
        height: 100%;
        padding-right: 35px;
    }
    .image-content-foreground .text p {
        font-size: 1.5rem;
    }
    .image-content-foreground .text p strong {
        font-size: 2rem;
    }
    .image-content-foreground .link a.btn {
        font-size: 1.2rem;
        padding: 6px 40px;
    }
    .slider-02 .image-content-foreground .text p.title {
        width: 100%;
    }
    .slider-02 .image-content-foreground .text {
        padding: 0 25px;
        box-sizing: border-box;
    }
    .slider-02 .image-content-foreground .text p {
        text-align: start;
        font-size: 20px;
        padding-left: 0;
        box-sizing: border-box;
    }
    .slider-02 .image-content-foreground .text p strong {
        font-size: 22px;
    }

    .down-text .title {
        font-size: 30px;
    }

    .title {
        font-size: 22px;
        text-align: center;
    }
    p.subtext,
    .subtext {
        font-size: 18px;
    }

    .markets-opening .text-block {
        width: 100%;
    }
    .markets-opening .content-block {
        /* padding: 0 15px; */
        padding-bottom: 4rem;
    }
    .steps-and-markets .grid.markets .market img.market-icon {
        padding: 0;
        height: auto;
    }

    .markets-opening .text-block h4,
    .markets-opening .text-block p {
        text-align: center;
    }
    .markets-opening .btn.green {
        text-align: center;
        padding: 6px 40px;
    }
    .markets-opening .text-block h4 {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .arrow-bg {
        background-size: contain;
        background-position: top;
    }
    .arrow-bg .imagen img {
        width: 100%;
        height: auto;
    }
    .steps .step .step-inner {
        padding-left: 0;
        padding: 0 2rem;
    }
    .flex.center.marketup-descriptor {
        width: 100%;
        margin-top: 0;
        min-height: 60vh;
    }

    .offers.flex.center {
        margin-top: 110px !important;
    }

    .marketup-descriptor img.descriptor-image {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .marketup-extra-info.down {
        left: 0;
        width: 100%;
        min-height: 60vh;
        margin-top: 150px;
    }
    .marketup-extra-info.down img {
        width: 80%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    section .slider-02 .image-content-foreground {
        width: 100%;
        height: 100%;
        padding-right: 0;
    }
    .flex.evenly.even-block {
        margin: 0 !important;
    }
    .marketup-extra-info .info-block {
        width: 90% !important;
    }

    .flex.center.offers div.offers-item {
        margin: 0 0 120px 0;
    }

    .trackings {
        height: auto;
        background-size: cover;
    }
    .trackings .item {
        width: 100%;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .trackings .item:first-child {
        padding-top: 100px;
    }
    .trackings .item:last-child {
        padding-bottom: 100px;
    }
    .offers-item {
        width: 90%;
        padding: 1.8rem;
        box-sizing: border-box;
    }
    .time-banner {
        height: auto;
        /* min-height: 150px; */
        /* background-image: none; */
        background-size: cover;
        background-position: left;
    }
    .time-banner.flex.end {
        justify-content: center;
        flex-direction: column;
    }
    .time-banner .green-circle {
        width: 70%;
        height: 245px;
        margin: 0;
    }
    .time-banner .inner {
        width: 100%;
        height: 100%;
        padding: 0 20px;
    }
    .time-banner .inner ul {
        list-style: square;
        padding: 2px 20px;
    }
    .time-banner .inner ul li {
        color: var(--secondary-text-color);
        padding: 20px 0;
    }
    .doubts.down .doubt-w{
        width: 80%;
        margin: 0;
        margin-bottom: 65px;
    }
    .doubts.down .item-text {
        font-size: 1.2rem;
        padding: 0 20px;
    }
    .flex.center,
    .flex.between,
    .flex.around,
    .flex.evenly {
        width: 100%;
        flex-direction: column;
    }
    .form .form-block p.clean {
        font-size: 25px;
        margin-top: 40px;
    }
    .form .form-block .contact-form {
        margin-top: 35px;
    }
    .packages {
        margin-top: 10px;
    }
    .packages .item {
        margin-top: 120px;
    }
    .form .form-item.spaced {
        padding: 12px 34px;
    }
    footer .banner-footer .logos.flex.center {
        flex-direction: row;
    }
    footer .banner-footer img.marketup-text {
        padding-left: 10px;
    }
}

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

    .packages {
        margin-top: 10px;
        flex-direction: column;
    }
    .packages .item {
        width: 70%;
        margin-top: 120px;
    }
}

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

    .time-banner .inner { height: 100%; }
    .offers-item { width: 50%; }

    .markets-opening .btn.green {
        display: block;
    }
}

@media only screen and (max-width: 1218px) {
    /* CAMBIAR DIV POR CIRCULO VERDE */
    * {
        box-sizing: border-box;
    }
    .title { width: 90%;}
    .offers.flex.center {
        flex-direction: column;
    }
    .offers-item { width: 80%; }
    .flex.center.offers div.offers-item {
        margin: 0 0 120px 0;
    }
    .marketup-descriptor {
        min-height: 0;
        padding: 150px 0;
    }
    .marketup-descriptor img.descriptor-image {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .steps-and-markets .grid.markets .market img.market-icon {
        max-width: 10rem;
        height: auto;
        padding: 0;
    }
    .marketup-extra-info.down .info-block {
        width: 70% !important;
    }
    .time-banner{ background-image: none; padding: 15px 0; }
    .time-banner .inner { width: 100%; padding-left: 30px; }
    .time-banner .green-circle { display: block; }
    .flex.evenly, .flex.around {
        flex-direction: column;
    }
    .steps.flex.between {
        flex-direction: column;
        width: 100%;
    }
    .steps .step {
        width: 70%;
    }
    .markets-opening .text-block {
        width: 100%;
    }
    .markets-opening a { display: block; }
    .markets-opening .content-block {
        margin-bottom: 80px;
    }
}
