.content-parceiros{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 300px;
}

.figure-parceiros{
    position: relative;
    left: 10px;
    bottom: 10px;
    /* width: 200px !important; */
}
.img-parceiros{
    width: 200px !important;
}

.parceiros h1{
    font-family: 'Oswald Bolder';
    font-size: 48px;
    text-align: center;
    margin: auto;
}
.text-parceiros{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 178px;
    width: 50%;
    background-image: linear-gradient(to right,#63C1E226,#7070700D,#FFFFFF00);
}
.text-parceiros p{
    width: 90%;
    /* height: 73px; */
    font-size: 14px;
    color: #00111C;
}

.parceiros .owl-nav div{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#next3 img , #back3 img{
    width: 10px;
}

.parceiros .owl-nav .owl-prev #back3{
    left: 0;
    /* width: 10px; */
}

.parceiros .owl-nav .owl-next #next3{
    right: 0;
}

.text-parceiros p, .text-parceiros button{
    margin-left: 30%;
    display: block;
}

.text-parceiros button{
    width: 150px;
    height: 40px;
    background-color: #00C795;
    border-radius: 10px;
    font-size: 16px;
    color: #00111C;
    letter-spacing: 0px;    
}
.text-parceiros button a{
    text-decoration: none;
}
.triangulos{
    position: absolute;
    top: 100px;
    left: 30%;
    width: 150px;
    height: 200px;
}

.triangulo1{
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 17px solid #00C795;
    position: absolute;
    top: 0;
    right: 0;
}
.triangulo2{
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 38px solid #00C795;
    position: absolute;
    top: 20%;
    left: 60%;
}
.triangulo3{
    border-top: 63px solid transparent;
    border-bottom: 63px solid transparent;
    border-left: 88px solid #00C795;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 1040px){
    .triangulos{
        position: absolute;
        top: 120px;
        left: 120px;
        width: 100px;
        height: 150px;
        /* border: 1px solid; */
    }
    
    .triangulo1{
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 12px solid #00C795;
        position: absolute;
        top: 0;
        right: 0;
    }
    .triangulo2{
        border-top: 19.5px solid transparent;
        border-bottom: 19.5px solid transparent;
        border-left: 27px solid #00C795;
        position: absolute;
        top: 20%;
        left: 60%;
    }
    .triangulo3{
        border-top: 45px solid transparent;
        border-bottom: 45px solid transparent;
        border-left: 63px solid #00C795;
        position: absolute;
        bottom: 0;
    }

    .text-parceiros{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        background-image: none;
    }

    .figure-parceiros{
        position: relative;
        left: 10px;
        bottom: 10px;
    }
    .img-parceiros{
        width: 150px !important;
    }
    .text-parceiros p, .text-parceiros button{
        margin-left: 20%;
        display: block;
    }
    .text-parceiros p{
        width: 80%;
        /* height: 250px; */
        font-size: 14px;
        color: #00111C;
        /* margin: 0; */
    }

    .content-parceiros{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        height: 300px;
        background-image: linear-gradient(to right,#63C1E226,#7070700D,#FFFFFF00);
    }
}

@media only screen and (max-width: 520px){
    .content-parceiros{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        height: 300px;
    }
    .triangulos{
        position: absolute;
        top: 120px;
        left: 100px;
        width: 100px;
        height: 150px;
    }
    .text-parceiros p{
        width: 80%;
        font-size: 14px;
        color: #00111C;
    }
    .text-parceiros{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        background-image: none;
        margin-right: 20px;
    }
    .parceiros h1{
        font-family: 'Oswald Bolder';
        font-size: 30px !important;
        text-align: center;
        margin: auto;
    }
}
@media only screen and (max-width: 410px){
    .content-parceiros{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        height: 310px;
    }
    .triangulos{
        position: absolute;
        top: 150px;
        left: 90px;
        width: 90px;
        height: 150px;
    }
    .text-parceiros p{
        width: 80%;
        font-size: 10px;
        color: #00111C;
    }
}
@media only screen and (max-width: 360px){
    .content-parceiros{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        height: 310px;
    }
    .triangulos{
        position: absolute;
        top: 150px;
        left: 60px;
        width: 90px;
        height: 150px;
    }
    .text-parceiros p{
        width: 80%;
        font-size: 10px;
        color: #00111C;
    }

    .text-parceiros{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        background-image: none;
        margin-right: 5px;
    }

    .figure-parceiros{
        position: relative;
        left: 5px;
        bottom: 10px;
    }

    .img-parceiros{
        width: 120px !important;
    }
}