.backgroud-cinza-seg{
    background-color: #eaeaea;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 1%;
}

.backgroud-cinza-seg h2{
   font-weight: 700;
}

.full-width-background {
    position: relative;
    width: 100%;
    height: auto;
}

.full-width-background img {
    width: 100%;
    height: auto;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.txt-back-transparente h2{
    margin: 0;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 5%;
}

.txt-back-transparente-img img{
    width: 230%;
    height: auto;
    margin-bottom: -60%;
    margin-left: -30%;
}

.txt-back-transparente-img-3 img{
    width: 100%;
    height: auto;
    margin-bottom: -20%;
    margin-left: 0%;
}

.txt-back-transparente-img-4 img{
    width: 130%;
    height: auto;
    margin-bottom: -20%;
    margin-left: 0%;
}



.cat-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
    margin-top:10%;
}

.cat-txt{
    max-width: 40%;
    text-align: start;
    margin-top: 5%;
}

.cat-txt h2{
    font-weight: 800;
}


.cat-row img{
    max-width: 60%;
    margin-bottom: -10%;
}

.cat-row-txt h2{
    font-weight: 800;
    font-size: 2.5rem;
}




.back-azul-seg{
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    padding-top: 5%;
    border-radius: 28% 24% 28% 28% / 5% 5% 5% 5%;
    margin-bottom: 5%;
}
.gestao-seg{
    color: white;
    max-width: 600px;
    padding-left: 15px;
}

.gestao-seg h2{
    font-weight: 800;
    margin: 0%;
    font-size: 3rem;
    margin-bottom: 5%;
}

.gestao-seg p{
    font-size: 1.2rem;
}

.gestao-seg-img img{
    max-width: 100%;
    height: auto;
    margin-bottom: -10%;
}

.gestao-seg-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}









/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 1.5rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img-4 img,
    .txt-back-transparente-img-3 img,
    .txt-back-transparente-img img{
        width: 100%;
        height: auto;
        margin-bottom: 0%;
        margin-left: 0;
        margin: 0 auto;
        display: block;
    }

    .cat-row{
        flex-direction: column-reverse;
    }
    
    .cat-row img{
        max-width: 100%;
        margin-bottom: 5%;
    }
    
    .cat-txt{
        max-width: 90%;
        text-align: center;
    }
    
    .cat-txt h2{
        font-weight: 800;
        font-size: 1.5rem;
    }

    .cat-row-txt{
        text-align: center;
    }

    .gestao-seg{
        color: white;
        max-width: 600px;
        padding-left: 0px;
        margin: 0;
    }
    
    .gestao-seg h2{
        font-weight: 800;
        margin: 0%;
        font-size: 2rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .gestao-seg p{
        font-size: 1.2rem;
        text-align: center;
    }
    
    .gestao-seg-img img{
        margin-bottom: 0%;
    }
    
    .gestao-seg-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;

        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    
    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img-4 img,
    .txt-back-transparente-img-3 img,
    .txt-back-transparente-img img{
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .cat-row{
        flex-direction: column-reverse;
    }

    
    .cat-row img{
        max-width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .cat-row-txt{
        text-align: center;
    }
    
    .cat-txt{
        max-width: 90%;
        text-align: center;
    }
    
    .cat-txt h2{
        font-weight: 800;
        font-size: 2.5rem;
    }

    .gestao-seg h2{
        text-align: center;
    }
    
    .gestao-seg-img img{
        margin-bottom: 0%;
    }
    
    .gestao-seg-row{
        flex-direction: column;
    }

}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .full-width-background {
        position: relative;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        padding: 5%;
    }

    .transparencia-img{
        display: none;
    }
    
    .overlay-text {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        color: white;
        text-align: justify;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .txt-back-transparente{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .txt-back-transparente h2{
        margin: 0;
        font-weight: 800;
        font-size: 2.5rem;
        margin-bottom: 5%;
        text-align: center;
    }

    .txt-back-transparente-img img{
        margin-left: 0;
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    .txt-back-transparente-img-4 img,
    .txt-back-transparente-img-3 img{
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .gestao-seg-img img{
        margin-bottom: 0%;
    }
}

@media (min-width: 1026px) and (max-width: 1600px) {
    .overlay-text {
        width: 70%;
    }

    .txt-back-transparente {
        max-width: 60%;
    }

    .txt-back-transparente-img img {
        width: 160%;
        margin-left: 0;
    }

    .txt-back-transparente-img-3 img {
        margin-left: 0;
    }

    .txt-back-transparente-img-4 img {
        margin-left: 0;
    }

}