@import "./index.css";
.credits {
    padding: 22px 0 40px;
}

.credits__info {
    text-align: center;
}

.credits__info-suptitle {
    font-size: 22px;
    font-weight: 400;
    color: #404040;
    line-height: 30px;
    letter-spacing: -0.05em;
}

.credits__info-title {
    font-size: 25px;
    font-weight: 700;
    color: #0080FF;
    line-height: 34px;
}

.credits__info-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    max-width: 300px;
}

.credits__info-text:first-of-type {
    margin: 10px auto 0;
}

.credits__info-text:last-of-type {
    margin: 0 auto;
}

.credits__info-text span {
    font-weight: 700;
}

.credits__info-btn {
    padding: 13px 59px;
    background-color: #0080FF;
    max-width: 280px;
    min-height: 50px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.credits__info-btn a {
    color: #fff;
}

.credits__info-btn a:active, .credits__info-btn a:focus {
    outline: none;
}

.credits__info-btn a::-moz-focus-inner {
    border: 0;
}
.credits__boxes ul .txt p {
    margin: 10px 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #878787;
}
.credits__info-suptitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #0080FF;
    margin-left: 23%;
    margin-bottom: 7%;
}
@media (min-width: 875px) {

    .credits {
        padding: 0;
        background-color: #fff;
        min-height: auto;
        overflow: hidden;
    }
    #credits_1 {
        padding: 20px 0px 30px 0px;
    }
    .credits__inner {
        gap: 70px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .credits .container {
        max-width: 100%;
        padding: 0 0px 0px 20px;
        margin: 0 auto;
    }
    .credits__info {
        width: 35%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 4%;
    }
    .credits__img {
        width: 60%;
        background-image: url("../images/img_PqElegirnos.jpg");
        /* height: 150px; */
        background-size: cover;
        background-position: top;
        height: 85vh;
        background-repeat: no-repeat;
    }
    .credits__img img{
        width: 100%;
    }
    .credits__info-title {
        font-size: 30px;
        font-weight: 400;
        line-height: 54px;
        letter-spacing: -0.05em;
    }

    .credits__info-title span {
        font-weight: 700;
    }

    .credits__info-text {
        margin: 10px 0 0 0 !important;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .credits__info-text span {
        font-weight: 400;
    }

    .credits__info-text:last-of-type {
        margin-top: 20px !important;
    }

    .credits__info-btn {
        max-width: 360px;
        min-height: 66px;
        padding: 18px 83px;
        margin-top: 24px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.05em;
    }
    .credits__boxes {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .credits__boxes ul {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0px 0px 5% 0px;
    }
    .credits__boxes ul li {
        padding: 0;
    }
    .credits__boxes ul .icon {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }
    .credits__boxes ul .icon div{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 89px;
        height: 88px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    .credits__boxes ul .icon div img {
        width: 100%;
        padding: 13px;
    }
    .credits__boxes ul .txt {
        width: 65%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        padding: 0;
    }
    .credits__boxes ul .txt h1{
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #0080FF;
    }
}

@media (max-width: 875px) {
    #credits_1{
        min-height: auto;
        padding-bottom: 5%;

    }
    .credits__inner {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: initial;
    }
    .credits__img {
        background-image: url("../images/img_PqElegirnos.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 35vh;
    }
    .credits__info {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 4%;
    }
    .credits__info-suptitle {
        font-size: 22px;
        margin-left: 0;
        margin-bottom: 0%;
        width: 100%;
    }
    .credits__boxes {
        width: 100%;
        align-items: center;
    }
    .credits__boxes ul {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 10% auto;
    }
    .credits__boxes ul .icon {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }
    .credits__boxes ul .txt {
        text-align: center;
    }
    .credits__boxes ul .txt h1 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #0080FF;
        width: 100%;
        margin-top: 15px;
    }
    .credits {
        min-height: 100vh;
        overflow: visible;
        padding: 0;
    }
    .credits__boxes ul .txt p {
        margin: 10px;
    }
}