#platform1 .text, #platform2 .text {
    width: 40%;
}

.item1, .item2 {
    width: 60%;
    max-width: 60%;
    
    overflow-x: hidden;
}

.item1 img {
    width: 130%;
    max-width: none !important;
    
    position: relative;
    top: -5rem;
    right: -40rem;
}

.item2 img {
    width: 130%;
    max-width: none !important;
    
    position: relative;
    top: -7rem;
    left: -60rem;
}

.containerIcon1 {
    position: relative;
    top: -12rem;
    left: 2rem;
    
    padding-left: 30%;
    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    
    transform: rotate(-9deg);
}

.containerIcon2 {
    height: 80px;
    position: relative;
    top: -12rem;
    left: -3rem;

    padding-right: 30%;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;

    transform: rotate(9deg);
}

.iconsTop1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 250px;
    position: relative;
    left: -1rem;
}

.iconsTop2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 280px;
    position: relative;
    right: 1rem;
}

.iconsBottom1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 250px;
    position: relative;
    left: 7rem;
}

.iconsBottom2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 250px;
    position: relative;
    left: -8rem;
}

.backgroundJs { 
    background: #F7DF1E;
    padding: 6px 8px;
    border-radius: 50%;

    position: relative;
    right: -30rem;
}

.backgroundAngular {
    background: #DD0031;
    padding: 6px 8px;
    border-radius: 50%;

    position: relative;
    right: -30rem;
}

.backgroundCss {
    background: #264DE4;
    padding: 7px 8px;
    border-radius: 50%;

    position: relative;
    right: -30rem;
}

.backgroundReact {
    background: #61DAFB;
    padding: 7px 8px;
    border-radius: 50%;

    position: relative;
    right: -30rem;
}

.backgroundPhp {
    background: #777BB4;
    padding: 8px 5px;
    border-radius: 50%;

    position: relative;
    right: 30rem;
}

.backgroundPython {
    background: #306998;
    padding: 7px 9px;
    border-radius: 50%;

    position: relative;
    right: 30rem;
}

.backgroundLaravel {
    background: #FF2D20;
    padding: 8px 9px;
    border-radius: 50%;

    position: relative;
    right: 30rem;
}

.backgroundTypescript {
    background: #3178C6;
    padding: 8px 9px;
    border-radius: 50%;

    position: relative;
    right: 30rem;
}

.typescriptIcon {
    width: 40px;
    height: 40px;
    padding-right: 1px;

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    color: #3178C6;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff;
    border-radius: 8px;

    transform: rotate(-9deg);
}


.jsIcon, .angularIcon, .cssIcon, .reactIcon {
    font-size: 40px;
    color: #fff !important;
    
    transform: rotate(9deg);
}

.phpIcon, .pythonIcon, .laravelIcon {
    font-size: 40px;
    color: #fff;

    transform: rotate(-9deg);
}

@media (max-width: 1200px){
    .containerIcon1, .containerIcon2 {
        top: -11rem;
    }

    .iconsTop1 {
        width: 230px;
        left: 0rem;
        right: 3rem;
    }

    .iconsTop2 {
        width: 240px;
        right: 0rem;
    }

    .iconsBottom1 {
        width: 220px;
        left: 6rem;
    }

    .iconsBottom2 {
        width: 190px;
    }
}


@media (max-width: 992px){
    #platform2 .text {
        padding-left: 10px;
    }

    .containerIcon1 {
        top: -8rem;
        left: 0rem;
        transform: rotate(-11deg);
    }

    .containerIcon2 {
        top: -9rem;
        left: 0rem;
        transform: rotate(11deg);
    }

    .item2 img {
        width: 160%;
    }

    .iconsTop1 {
        width: 200px;
    }
    
    .iconsTop2 {
        width: 220px;
    }

    .iconsBottom1 {
        width: 160px;
        left: 7rem;
    }
    
    .iconsBottom2 {
        width: 160px;
        left: -7rem;
    }

    .jsIcon, .angularIcon, .cssIcon, .reactIcon {
        font-size: 30px;
        transform: rotate(11deg);
    }

    .typescriptIcon{
        height: 30px;
        width: 30px;

        transform: rotate(-11deg);
    }

    .phpIcon, .pythonIcon, .laravelIcon {
        font-size: 30px;
        color: #fff;
    
        transform: rotate(-11deg);
    }

}

@media (max-width: 767.5px){
    #platform2 > div {
        flex-direction: column-reverse !important;
    }

    #platform1 .text, #platform2 .text {
        width: 100%;
        padding: 0;
    }

    .item1, .item2 {
        width: 100%;
        max-width: 100%;
    
        overflow-x: hidden;
    }

    .item2 img {
        width: 148%;
    }

    .containerIcon1 {
        top: -10rem;
        left: 2rem;
    }

    .containerIcon2 {
        top: -11rem;
    }

    .iconsTop2 {
        width: 250px;
    }

    .iconsBottom2 {
        width: 220px;
    }

    .jsIcon, .angularIcon, .cssIcon, .reactIcon {
        font-size: 38px;
    }

    .typescriptIcon{
        height: 38px;
        width: 38px;
    }

    .phpIcon, .pythonIcon, .laravelIcon {
        font-size: 38px;
        color: #fff;
    }
}

@media (max-width: 535px){
    .containerIcon1 {
        top: -10rem;
    }

    .iconsTop1, .iconsBottom1 {
        width: 200px;
    }
    
    .jsIcon, .angularIcon, .cssIcon, .reactIcon {
        font-size: 35px;
    }
}


.bg-gradient-primary-line{

    border-image: linear-gradient(to right, rgb(0, 88, 151), rgb(235,162,56)) 30;
    border-bottom-width:4px;
    border-bottom-style:solid;

}
.height-100{
    height: 100%;
}

@media (max-width: 991px) {
    .desktopEficiencia{
        display: none !important;
    }
}