body {
    padding: 16px;
    margin: 0;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1364px;
}

.text {
    font-family: "Poppins";
    font-style: normal;
    margin: 0;
}

.title {
    font-weight: 600;
    line-height: 27px;
    color: #2A1E17;
    margin-top: 16px;
}

.description {
    font-weight: 500;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-top: 4px;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
    max-width: 1204px;
}

.bim {
    background: linear-gradient(90deg, #FFAE00 0%, #FF9415 12%, #FF5549 42%, #FF276F 69%, #FF0B86 88%, #FF008F 100%);
}

.artificial-intelligence {
    background: linear-gradient(90deg, #36D9FF 0%, #5900DB 100%);
}

.blockchain {
    background: linear-gradient(90deg, #00E5C2 0%, #1899D9 100%);
}

.title-section {
    font-weight: 500;
    line-height: 24px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content {
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-top: 8px;
}

.images {
    margin-top: 16px;
    margin-right: 47px;
    margin-left: 47px;
    background: blue;
    width: 100%;
    height: 84px;
}

.contact {
    margin-top: 38px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #5900DB;
}

.button-contact {
    margin-top: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 100%;
    height: 48px;
    border-radius: 4px;
    background: #fff;
}

a {
    text-decoration: none;
}

.button-contact span {
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.08em;
    color: #5900DB;
}

.border-gradient {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #36D9FF, #5900DB);
}

/*HOVER DEL BOTON*/
.button-contact:hover{
    background: linear-gradient(90deg, #36D9FF 0%, #5900DB 100%);
}
.button-contact:hover span{
    transition: .3s;
    color: #fff;
}

.border-gradient:hover {
    border: none;
}

@media only screen and (min-width:1024px) {
    body {
        padding: 30px;
        padding-left: 130px;
        padding-right: 130px;
        margin: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 19.5461201vw;
        max-width: 316px;
    }

    .title {
        margin-top: 20px;
        font-size: 32px;
    }

    .description {
        margin-top: 6px;
        font-size: 24px;
    }

    section {
        padding-left: 80px;
        padding-right: 80px;
        margin-top: 40px;
    }

    .title-section {
        font-size: 32px;
    }

    .content {
        font-size: 16px;
    }

    .images {
        height: 212px;
    }

    .contact {
        margin-top: 108px;
        font-size: 16px;
    }

    .button-contact {
        margin-top: 18px;
        width: 536px;
        height: 68px;
    }

    .button-contact span {
        font-size: 32px;
    }
}

@media only screen and (min-width:701px) and (max-width: 1024px) {
    body {
        padding: 30px;
        margin: 0;
    }

    .logo img {
        width: 26.0742vw;
    }

    .title {
        margin-top: 42px;
        font-size: 32px;
    }

    .description {
        margin-top: 6px;
        font-size: 24px;
    }

    section {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 56px;
    }

    .title-section {
        font-size: 32px;
    }

    .content {
        font-size: 16px;
    }

    .images {
        height: 200px;
    }

    .contact {
        margin-top: 108px;
        font-size: 16px;
    }

    .button-contact {
        margin-top: 18px;
        width: calc(65vw - 32px);
        max-width: 533px;
        height: 68px;
    }

    .button-contact span {
        font-size: 24px;
    }
}

@media only screen and (min-width:451px) and (max-width: 700px) {
    .logo img {
        width: 26.0742vw;
    }

    .title {
        margin-top: 32px;
        font-size: 24px;
    }

    .description {
        margin-top: 6px;
        font-size: 18px;
        line-height: 24px;
    }

    section {
        margin-top: 32px;
    }

    .title-section {
        font-size: 24px;
    }

    .content {
        font-size: 14px;
        line-height: 20px;
    }

    .images {
        height: 170px;
    }

    .contact {
        margin-top: 80px;
        font-size: 14px;
    }

    .button-contact {
        margin-top: 18px;
        width: calc(80vw - 32px);
        height: 54px;
    }

    .button-contact span {
        font-size: calc(14px + 0.57vw);
    }
}

@media only screen and (min-width:0px) and (max-width: 450px) {
    .title {
        font-size: 18px;
    }

    .description {
        font-size: 14px;
        line-height: 21px;
    }

    .title-section {
        font-size: 16px;
    }

    .content {
        font-size: 12px;
        line-height: 18px;
    }

    .contact {
        font-size: 9px;
    }

    .button-contact {
        width: calc(100vw - 32px);
    }

    .button-contact span {
        font-size: 12px;
    }
}