.experience__section__title {

    color: var(--preto-100);
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6rem;
    width: 61%;

}

.experiencie__box {
    display: flex;
    gap: 2rem;
    width: 61%;
    height: 18%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.experience__img {
    width: 65%;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 10px 15px 10px rgba(0, 0, 0, 0.30);

}

.img__tamaño {
    height: 100%;
    width: 65%;

}

.experience__info {
    display: flex;
    flex-direction: column;
    width: 70rem;
    height: 25.375rem;
    align-items: start;
    justify-content: center;
    gap: 0rem;

}

.experience__title {
    color: var(--preto-100);
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -1%;
}

.experience__text {
    color: var(--preto-100);
    font-family: Raleway;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1%;
}

.experience__description {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 90%;

}


.experience__repo {
    display: flex;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;

}



.experiencia__botao--repo {
    color: var(--azul-100);
    border-color: var(--azul-100);
    border-radius: 5px;
    width: 90px;
    height: 30px;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding: 0.3rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.30);
}

.experiencia__botao--repo:hover {
    background: var(--azul-100);
    color: var(--preto-branco);
    transform: scale(1.05, 1.05);

}


.experience__botao--demo {
    background-color: var(--azul-100);
    color: var(--preto-branco);
    border-color: var(--azul-100);
    border-radius: 5px;
    width: 90px;
    height: 30px;
    padding: 0.3rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.30);
}


.experience__botao--demo:hover {
    background-color: var(--preto-branco);
    color: var(--azul-100);
    transform: scale(1.05, 1.05);
}

.position-2 {

    order: 2;
}

.position-1 {
    order: 0;
    margin-left: 5%;
}


@media (max-width: 1440px) {

    .experience {
        width: 100vw;
        height: auto;
    }


    .experience__section__title {
        font-size: 130%;
    }

    .experience__direction__1 {
        width: 60%;
        height: 50%;
    }

    .experience__direction__2 {
        height: 100%;
    }

    .experience__img {
        width: 550px;
        height: 350px;

    }

    .experiencie__box {
        justify-content: center;
        align-items: center;
    }

    .experiencie__box {
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 1024px) {

    .experience {
        width: 100vw;
        height: auto;
        margin-top: 10px;

    }

    .experience__section__title {
        font-size: 160%;
    }

    .experience__direction__1 {
        width: 90%;
        height: 100%;

    }

    .experience__direction__2 {
        width: 80%;
        height: 100%;
    }

    .experience__img {
        width: 500px;
        height: 350px;
        margin-top: 4%;
    }

    .experiencie__box {
        align-items: center;
    }


}


@media (max-width: 900px) {

    .experience {
        width: 100vw;
        height: auto;
        margin-top: 10px;

    }

    .experience__section__title {
        font-size: 160%;
    }

    .experience__direction__1 {
        width: 95%;
        height: 100%;

    }

    .experience__direction__2 {
        width: 95%;
        height: 100%;
    }

    .experience__img {
        width: 500px;
        height: 350px;
        margin-top: 4%;
    }

    .experiencie__box {
        align-items: center;
    }


}


@media (max-width: 435px) {

    .experience {
        width: 100vw;
        height: auto;
        margin-top: 10px;
    }

    .experience__section__title {
        font-size: 100%;
    }

    .experience__direction__1 {
        flex-direction: column;
        width: 90%;
        height: 70%;
    }

    .experience__direction__2 {
        flex-direction: column-reverse;
        width: 90%;
        height: 70%;

    }

    .experience__img {
        width: 100%;
        height: 75%;
    }

    .experience__info {
        width: 96%;
        height: 35%;
        text-align: center;
        margin-left: 0%;
        margin-top: -4%;

    }

    .experience__title {
        text-align: center;
        font-size: 100%;
        width: 98%;
        height: 100%;
    }

    .experience__text {
        text-align: center;
        font-size: 90%;
        width: 100%;
    }

    .experience__description {
        width: 98%;
        justify-content: center;
    }


}