.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 {
    max-width: 50%;
}

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

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

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

.controle-acesso h2{
    font-weight: 800;
    font-size: 2.5rem;
}

.controle-acesso {
    max-width: 50%;
}

.row-controle img{
    max-width: 100%;
}

@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;
        max-width: 90%;
    }

    .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: 100%;
        height: auto;
        margin-bottom: 0%;
        margin: 0 auto;
        display: block;
    }

    .row-controle{
        display: flex;
        flex-direction: column;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
    .controle-acesso h2{
        font-weight: 800;
        font-size: 2.5rem;
    }
    
    .controle-acesso {
        max-width: 90%;
        text-align: center;
    }
    
    .row-controle img{
        max-width: 100%;
    }

}

/* 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;
        max-width: 90%;
    }

    
    .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: 100%;
        height: auto;
        margin-bottom: 0%;
    }

    .row-controle{
        display: flex;
        flex-direction: column;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
    .controle-acesso h2{
        font-weight: 800;
        font-size: 2.5rem;
    }
    
    .controle-acesso {
        max-width: 90%;
        text-align: center;
    }
    
    .row-controle img{
        max-width: 100%;
    }
}

/* 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;
        max-width: 90%;
    }

    
    .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: 100%;
        height: auto;
        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: 100%;
    }
}