﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter;
}

.DivImagenSoluciones {
    background-image: url(../../Imagenes/TemaCompuenlaces2/Soluciones.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:600px;
    width:100%;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position-x: right;
}

.TituloBlancoSoluciones {
    font-family: Outfit;
    font-size: 4.5rem;
    font-weight: 700;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #101b21;
    -webkit-text-fill-color: #ffffff;*/
    text-shadow: 0px 0px 2px #101B21;
    color: #ffffff;
}

.TituloNaranjaSoluciones {
    font-family: Outfit;
    font-size: 4.5rem;
    font-weight: 700; /*
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: #ff6600;*/
    text-shadow: 0px 0px 2px #ffffff;
    color: #ff6600;
}

.PrimerSeccion {
    padding: 12vw 12vw 10vw 12vw;
    display: flex;
    flex-direction: row;
    gap: 6.5VW;
    width: 100%;
}

.PrimerSeccionTexto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Circulo {
    width: 32vw;
    height: 32vw;
    /* overflow: hidden;*/
    position: relative;
    z-index: 500;
}

.imgCirculo {
    width: 31vw;
    height: 31vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.DivSeparador {
    width: 100%;
    height: 2vw;
}
.cardsCajAut {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1vw 5vw 1vw 5vw;
    align-content: center;
    /*text-align: center;*/
    width: 100%;
    background-color: #f3f3f3;
}

.cards_itemCajAut1, .cards_itemCajAut3 {
    display: flex;
    padding: 1rem;
    justify-content: center;
    width: 28%;
}

.cards_itemCajAut2 {
    display: flex;
    padding: 1rem;
    justify-content: center;
    text-align:center;
    width: 44%;
}
.cards_itemKIAut1 {
    display: flex;
    padding: 1rem;
    justify-content: center;
    width: 30%;
}
.cards_itemKIAut2 {
    display: flex;
    padding: 1rem;
    justify-content: center;
    width: 35%;
    padding-left:60px;
}

.cards_itemKIAut3 {
    display: flex;
    padding: 1rem;
    justify-content: center;
    text-align: center;
    width:35%;
}
.CuartaSeccion {
    padding: 5vw 12vw 10vw 12vw;
    display: flex;
    flex-direction: row;
    gap: 6.5VW;
    width: 100%;
    background-color: #101b21;
}
@media (max-width: 840px) {
    .PrimerSeccion {
        height: auto;
        flex-direction: column-reverse;
        padding: 100vw 10vw 15vw;
        gap: 10vw;
    }
    .Circulo {
        width: 70vw;
        height: 70vw;
        object-fit: contain;
    }

    .imgCirculo {
        width: 70vw;
        height: 70vw;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .DivSeparador {
        width: 100%;
        height: 60vw;
    }
    .cards_itemCajAut1, .cards_itemCajAut2, .cards_itemCajAut3 {
        width: 100%;
    }
    .cards_itemKIAut1, .cards_itemKIAut2, .cards_itemKIAut3 {
        width: 100%;
        padding: 1rem;
    }
    .CuartaSeccion {
        height: auto;
        flex-direction: column-reverse;
        padding: 5vw 10vw 15vw;
        gap: 18vw;
    }
}