.title-esocial-2 {
    text-align: center;
    margin-bottom: 5%;
}

.title-esocial-2 .text-esocial-2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    position: relative;
}

.cars-align-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-esocial-3 {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5%;
    background-color: #1c4c7c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin-bottom: 3%;
    
}
.card-esocial-title-3 {
    font-size: 4rem;
    font-weight: 800;
    margin: 0 15px 0 0;
    color: white;
    white-space: nowrap;
}
.card-esocial-text-3 {
    font-size: 1rem;
    color: white;
    line-height: 1.4;
}

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

.controle-epi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.controle-epi h2{
    margin: 0;
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 2.5rem;
}

.por-que-sgg-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.por-que-sgg-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 1%;
    gap: 5%;
}

.por-que-sgg-row img{
    width: 10%;
    margin-left: 5%;
}

.box-completo-azul-esocial {
    padding: 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%;
    width: 100%;
    margin-bottom: 5%;
    position: relative;
    color: #ffffff;
}


.desafios-texto-h1 {
    font-weight: 800;
    text-align: center;
    font-size: 2.5rem;
    margin-left: 1%;
}
.lead {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 800;
}
.small {
    font-size: 1.2rem;
    text-align: justify;
    margin-top: -2rem;
    margin-left: 5rem;
}
.number-container {
    margin-top: 7rem;
    display: flex;
    align-items: baseline;
}
.number-container h1 {
    margin-right: 0.5rem;
    font-weight: 800;
    font-size: 10rem;
}

.saiba-laranja {
    box-shadow: 0px 2px 4px 0px #000000;
    background-color: #ef6c00;
    border-radius: 42px;
    border: 1px solid #ef6c00;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    padding: 5px 50px;
    text-decoration: none;
    text-align: center;
}

.saiba-laranja:hover {
    background-color: #ef6c00;
}

.saiba-laranja:active {
    position: relative;
    top: 1px;
}


.playlist-col h2{
    font-weight: 800;
    font-size: 3rem;
}

.playlist-col p{
    font-size: 1.5rem;
}

.playlist-col{
    max-width: 40%;
}

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

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

.img-botao-vazio{
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
    
.img-botao-vazio img{
    max-width: 80%;
}

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

.necessito h2{
    font-weight: 800;
    font-size: 2.5rem;
}
.necessito p{
    font-size: 1.2rem;
}

.row-necessito img{
    max-width: 60%;
}



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

.back-maiores h2{
    font-weight: 800;
    font-size: 2.5rem;
    color: white;
}

.maiores-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1%;
    margin-top: 1%;
}

.maiores-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 2%;
    background-color: white;
    border-radius: 20px;
    width: 300px;
    height: 300px;
}

.maiores-card p{
    font-size: 1.2rem;
}




.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: -60%;
}



@media (min-width: 320px) and (max-width: 480px) {
    .title-esocial-2 .text-esocial-2 {
        font-size: 2rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        position: relative;
    }

    .box-completo-azul-esocial {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .playlist-col{
        max-width: 90%;
        text-align: center;
    }

    .number-container h1 {
        margin-right: 0;
        font-size: 8rem;
    }

    .playlist-col p{
        font-size: 1.5rem;
        text-align: center;
    }
    
    .row-playlist{
        flex-direction: column;
        margin-top: 30%;
    }

    .number-container h1 {
        font-size: 4rem;
    }

    .playlist-col p{
        text-align: center;
    }

    .small {
        text-align: center;
        margin-top: 0rem;
    }

    .cruz-saber-mais{
        display: none;
    }

    .img-botao-vazio img{
        max-width: 100%;
    }

    .desafios-texto-h1 {
        font-size: 1.5rem;
        margin-left: 0%;
    }

    .row-necessito{
        text-align: center;
        flex-direction: column;
    }
    
    .row-necessito img{
        max-width: 100%;
    }


    .back-maiores h2{
        font-size: 2rem;
        margin-top: 10%;
    }
    
    .maiores-row{
        flex-direction: column;
        margin-top: 0%;
    }
    
    .maiores-card{
        width: 300px;
        height: 400px;
        margin-top: 1%;
    }
    
    .maiores-card p{
        font-size: 1.2rem;
    }

    .back-maiores{
        padding-top: 20%;
        padding-bottom: 20%;
    }


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

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .box-completo-azul-esocial {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .playlist-col{
        max-width: 90%;
        text-align: center;
    }

    .number-container h1 {
        margin-right: 0;
        font-size: 8rem;
    }

    .playlist-col p{
        font-size: 1.5rem;
        text-align: center;
    }
    
    .row-playlist{
        flex-direction: column;
    }

    .number-container h1 {
        font-size: 4rem;
    }
    .playlist-col p{
        text-align: center;
    }

    .small {
        text-align: center;
        margin-top: 0rem;
    }

    .img-botao-vazio img{
        max-width: 80%;
    }

    .row-necessito{
        text-align: center;
        flex-direction: column;
    }
    
    .row-necessito img{
        max-width: 80%;
    }
    
    .back-maiores h2{
        font-size: 2rem;
    }
    
    .maiores-row{
        flex-direction: column;
        margin-top: 0%;
    }
    
    .maiores-card{
        width: 500px;
        height: 200px;
        margin-top: 1%;
    }
    
    .maiores-card p{
        font-size: 1.2rem;
    }

    .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: 400px;
        height: auto;
        margin-bottom: 0%;
    }
}
/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .box-completo-azul-esocial {
        position: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 4rem;
        gap: 2rem;
    }

    .number-container h1 {
        margin-right: 0;
        font-size: 8rem;
    }

    .playlist-col p{
        font-size: 1.5rem;
        text-align: center;
    }
    
    .row-playlist{
        flex-direction: column;
    }

    .row-necessito{
        text-align: center;
        flex-direction: column;
    }
    
    .row-necessito img{
        max-width: 80%;
    }
    
    .maiores-card{
        height: 300px;
        width: 200px;
    }



    .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{
        width: 400px;
        height: auto;
        margin-bottom: 0%;
    }

}

@media (min-width: 1026px) and (max-width: 1600px) {
    .small {
        text-align: start;
        margin-left: 0rem;
    }

    .overlay-text {
        width: 70%;
    }

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

    .txt-back-transparente-img-2 img {
        width: 550px;
    }
}