.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: 300px;
    height: auto;
    margin-bottom: -60%;
    border-radius: 20px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

/* fundo padraão com a imagem */

.txt-back-transparente-img-2 img{
    width: 500px;
    height: auto;
    margin-bottom: -50%;
}

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

.integra-txt{
    max-width: 45%;
    margin-top: 5%;
}

.integra-txt h2{
    font-weight: 800;
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.flex-cobra-img img{
    width: 100%;
}


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

.azul-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.azul-img img{
    max-width: 70%;
    margin-bottom: -30%;
}

.azul-img-2 img{
    max-width: 100%;
    margin-bottom: -30%;
}

.azul-txt {
    max-width: 40%;
   margin-left: 20%;
}

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


/* 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: 2rem;
        margin-bottom: 5%;
        text-align: center;
    }
    
    .txt-back-transparente-img-2 img,
    .txt-back-transparente-img img{
        width: 80%;
        height: auto;
        margin-bottom: 0%;
        margin: 0 auto;
        display: block;
    }

    /* fundo padraão com a imagem */

    .flex-cobra{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .integra-txt{
        max-width: 90%;
        margin-top: 5%;
    }

    .integra-txt h2{
        text-align: center;
        font-size: 2rem;
    }

    .azul-row {
        flex-direction: column;
        text-align: center;
    }

    .azul-txt {
        max-width: 90%;
        margin-left: 0;
    }

    .azul-img img {
        max-width: 80%;
        margin-bottom: 0;
    }

    .azul-img-2 img {
        margin-bottom: 0;
    }
}

/* 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-2 img,
    .txt-back-transparente-img img{
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    /* fundo padraão com a imagem */

    .flex-cobra{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .integra-txt{
        max-width: 90%;
        margin-top: 5%;
    }

    .integra-txt h2{
        text-align: center;
    }

    .azul-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5%;
    }
    
    .azul-img img{
        max-width: 70%;
        margin-bottom: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .azul-img-2 img{
        max-width: 100%;
        margin-bottom: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .azul-txt {
        max-width: 90%;
       margin-left: 0%;
    }

    .azul-row {
        flex-direction: column;
        text-align: center;
    }

    .azul-txt {
        max-width: 90%;
        margin-left: 0;
    }

    .azul-img img {
        max-width: 80%;
        margin-bottom: 0;
    }

    .azul-img-2 img {
        margin-bottom: 0;
    }
    

}

/* 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-2 img,
    .txt-back-transparente-img img{
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

    /* fundo padraão com a imagem */

    .azul-row {
        flex-direction: column;
        text-align: center;
    }

    .azul-txt {
        max-width: 90%;
        margin-left: 0;
    }

    .azul-img img {
        max-width: 80%;
        margin-bottom: 0;
    }

    .azul-img-2 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-2 img {
        width: 550px;
    }
    /* fundo padraão com a imagem */

}