.s100online {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.s100online-h1 {
    font-weight: 800;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.s100online-h2 {
    margin: 0;
    padding: 0;
    font-size:1.5rem;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 5%;
}

.simplifique-index{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #EAEAEA;
}

.simplifique-index h1{
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 2rem;
}

.simplifique-black{
    background-color: #EAEAEA;
    padding-top: 3%;
    padding-bottom: 3%;
}

.conquista-index {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5%;
}

.conquista-index img{
    max-width: 45%;
}

.conquista-index-p{
    margin-right: 5%;
    text-align: justify;
    max-width: 35%;
    font-size: 1.2rem;
}

.diferenciais-index{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%;
}

.diferenciais-index h1{
    margin: 0;
    font-weight: 800;
}

.diferenciais-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.diferenciais-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-bottom: 3%;
}

.diferenciais-card{
    background: rgb(28,76,124);
    background: linear-gradient(90deg, rgba(28,76,124,0.989233193277311) 35%, rgba(4,47,89,1) 65%);
    color: white;
    border-radius: 20px;
    padding: 3%;
    max-width: 35%;
    height: 250px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.diferenciais-card p{
    text-align: justify;
    padding-left: 15%;
    flex-grow: 1;
}

.diferenciais-card-img{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
    margin-bottom: 5%;
}

.diferenciais-card-img p{
    margin: 0;
    padding: 0;
    font-weight: 800;
}

.diferenciais-card-img img{
    max-width: 10%;
}

.mapa-inicio-txt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mapa-ponteiro img{
    max-width: 30%;
    display: block;
    margin-left: auto;
    margin-right: 15%;
}

.mapa-ponteiro p{
    font-weight: 800;
    font-size: 2rem;
    max-width: 80%;
    text-align: right;
}

.conheca-clientes {
	box-shadow: 4px -5px 0px -2px #000000;
	background-color:#1c4c7c;
	border-radius:14px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
    margin-left: 20%;
}
.conheca-clientes:hover {
	background:linear-gradient(to bottom, #1c4c7c 5%, #1c4c7c 100%);
	background-color:#1c4c7c;
}
.conheca-clientes:active {
	position:relative;
	top:1px;
}

.box-azul-index-2 {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    padding: 5% 5% 5% 5%;
    color: #1c4c7c;
}

.beneficios-index-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-bottom: 3%;
}

.beneficios-index-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding: 2%;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    max-width: 35%;
    height: 280px;
}

.beneficios-index-card h3{
    font-weight: 800;
}

.beneficios-index-card-img img{
    width: 200px;
    height: 60px;
    object-fit: contain;
    max-width: 35%;
   background-color: white;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    padding: 5%;
    border-radius: 5px;
}

.beneficios-index-card-img{
    margin-left: -90%;
    margin-top: -10%;
    margin-bottom: 5%;
 }

 .card-index-3 {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4%;
    flex-wrap: wrap;
}

.card-dentro-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border-radius: 30px;
    box-shadow: -8px 2px 39px -12px rgba(0, 0, 0, 0.75);
    padding: 20px;
    color: white;
    text-align: center;
    width: 300px;
    height: auto;
    margin-bottom: 20px;
    min-height: 400px;
    background: linear-gradient(90deg, rgba(28,76,124,0.989233193277311) 35%, rgba(4,47,89,1) 65%);
}

.img-card-index-3 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.img-card-index-3 img {
    max-width: 90%;
    max-height: 100%;
    margin-bottom: 10%;
}

.btn-contato {
    background-color: #1c4c7c;
    border-radius: 28px;
    border: 1px solid #1c4c7c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 49px;
    text-decoration: none;
}

.btn-contato:hover {
    background-color: #1c4c7c;
}

.btn-contato:active {
    position: relative;
    top: 1px;
}

.div-btn-contato {
    display: flex;
    justify-content: center;
}

.desafio-h2{
    margin: 0;
    text-align: center;
    font-weight: 800;
}

.materia-rico{
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.materia-rico img{
    max-width: 50%;
}

.materia-rico h1{
    margin: 0;
    margin-bottom: 2%;
    font-weight: 800;
}


.box-azul-index-4 {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    padding: 5% 5% 5% 5%;
    color: white;
}

.conformidade-index{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.conformidade-index p{
    margin: 0;
    font-size: 1.5rem;
    margin-top: 3%;
}

.conformidade-index h2{
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
}

.conformidade-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1% 5% 1% 5%;
    border-radius: 20px;
    border: 2px solid white;
    max-width: 400px;
    height: 300px;
}

.conformidade-botao{
    display: flex;
    flex-direction: column;
    align-items: center;

}

.conformidade-card h3{
    margin: 0;
    font-weight: 800;
}

.conformidade-card-img img{
    max-width: 40%;
}

.conformidade-rows{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-top: 5%;
}

.btn-prestador-index {
	box-shadow: 0px 5px 9px -2px #000000;
	background-color:#ffffff;
	border-radius:0px 0px 12px 12px;
	display:inline-block;
	cursor:pointer;
	color:#1c4c7c;
	font-size:17px;
	font-weight:bold;
	padding:16px 53px;
}
.btn-prestador-index:hover {
	background-color:#ffffff;
}
.btn-prestador-index:active {
	position:relative;
	top:1px;
}

.atenda-ao-pgr{
    background-color: #EAEAEA;
    border-radius: 74% 26% 0% 0% / 7% 28% 72% 93%;
    padding: 5% 5% 5% 5%;
    filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));
}

.box-azul-index-5 {
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
}

.atenda-ao-pgr-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.atenda-ao-pgr-txt{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    max-width: 30%;
}

.atenda-ao-pgr-txt h1{
    margin: 0;
    font-weight: 800;
}

.atenda-ao-pgr-txt p{
    margin: 0;
    font-size: 1.5rem;
}

.btn-saber-index {
	box-shadow: 0px 5px 9px -2px #000000;
	background-color:#1c4c7c;
	border-radius:19px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:10px 45px;
	text-decoration:none;
    margin-top: 10%;
}
.btn-saber-index:hover {
	background-color:#1c4c7c;
}
.btn-saber-index:active {
	position:relative;
	top:1px;
}

.atenda-ao-pgr-flex img{
    max-width: 50%;
    margin-bottom: -10%;
}
.box-azul-index-6{
    margin-top: 5%;
    padding: 5%;
    border-radius: 0% 0% 26% 74%/ 93% 72% 28% 7%;
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    color: white;
    filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.3));
}

.quem-usa{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.quem-usa h2{
    margin: 0;
    font-weight: 800;
    font-size: 3rem;
}

.quem-usa p{
    margin: 0;
    font-size: 2rem;
}

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

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

.depoimento-flex p{
    max-width: 70%;
}

.depoimento-flex img {
    width: 800px;
    height: 200px;
    object-fit:contain;
}

.box-cinza-index-1{
    background-color: #EAEAEA;
}



.cases-sucesso{
    background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
    color: white;
    padding: 5%;
}

.cases-sucesso-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.cases-sucesso-column h2{
    font-weight: 800;
    font-size: 3rem;
    max-width: 50%;
    text-align: start;

}

.btn-saber-index {
	box-shadow: 0px 4px 10px -2px #000000;
	background-color:#ffffff;
	border-radius:19px;
	display:inline-block;
	cursor:pointer;
	color:#1c4c7c;
	font-size:1.2rem;
	font-weight:bold;
	padding:16px 53px;
	text-decoration:none;
}
.btn-saber-index:hover {
	background-color:#ffffff;
}
.btn-saber-index:active {
	position:relative;
	top:1px;
}

.backgroud-gestao-sem-papel {
    background-color: #EAEAEA;
    border-radius:26% 74% 50% 50% / 0% 0% 10% 10%;
    box-shadow: 3px 10px 26px -6px rgba(0,0,0,0.75);
}

.div-index-h2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #1c4c7c;
}

.div-index-h2 h2{
    margin-top: 5%;
    font-size: 2.5rem;
}

.acompanhe-as-redes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 5%;
}

.rede {
    position: relative;
    max-width: 50%;
}

.rede img {
    width: 100%;
    display: block;
}

.txt-img-rede-2,
.txt-img-rede {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-weight: bold;
    margin-left: 15%;
}

.txt-img-rede-2,
.txt-img-rede p{
    font-size: 1.2rem;
    max-width: 90%;
    text-align: center;
}

.txt-img-rede-2{
    margin-left: 0;
    margin-left: -10%;
}

.txt-img-rede img{
    max-width: 60%;
}


.botao-youtube-blog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    padding: 5%;
    border-radius: 20px;
    height: 60px;
}

.botao-youtube-blog a{
    color: white;
}

.botao-youtube-blog img {
    display: block;
    max-width: 50%;
    height: auto;
}

.botao-youtube-blog:hover {
    background-color: #ddd;
}


.botao-youtube-blog:link,
.botao-youtube-blog:visited,
.botao-youtube-blog:active {
    color: white;
}


.beneficios-torto{
    padding-top: 3%;
    border-radius: 50% 50% 0% 0% / 40% 40% 60% 60%;
    background-color: #eaeaea;
    filter: drop-shadow(0px -20px 10px rgba(0, 0, 0, 0.2));
}

.beneficios-torto h2{
    font-weight: 800;
    text-align: center;
    font-size: 3rem;
}

.beneficios-torto-2{
    background-color: #eaeaea;
    margin-top: -2%;
}

.carousel{
    margin-top: 3%;
}



.c-carousel__slide {
    padding: 0 1%;
}

.carousel-image {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.c-carousel--responsive {
    background-color: #EAEAEA;
}

.c-carousel {
    position: relative;
}

/* Estilo dos botões */
.js-carousel--responsive-prev,
.js-carousel--responsive-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    /* Ajuste o tamanho conforme necessário */
    color: rgba(0, 0, 0, 0.5);
    /* Cor dos botões, ajuste conforme necessário */
    cursor: pointer;
    z-index: 10;
    /* Certifica-se de que os botões estão sobre os slides */
}

/* Posicionamento do botão de anterior */
.js-carousel--responsive-prev {
    left: 10px;
    /* Ajuste a distância da borda esquerda */
}

/* Posicionamento do botão de próximo */
.js-carousel--responsive-next {
    right: 10px;
    /* Ajuste a distância da borda direita */
}

/* Estilo para o botão ao passar o mouse */
.js-carousel--responsive-prev:hover,
.js-carousel--responsive-next:hover {
    color: rgba(0, 0, 0, 0.8);
    /* Cor dos botões ao passar o mouse */
}

.background-medica {
    display: flex;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #1c4c7c;
    margin-bottom: -2%;
}

.image-container {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-top: 3px solid #1c4c7c;
    border-bottom: 3px solid #1c4c7c;
    border-left: 3px solid #1c4c7c;
    border-radius: 20px 0px 0px 20px;
}

.image-container-3 {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-top: 3px solid #1c4c7c;
    border-bottom: 3px solid #1c4c7c;
    border-right: 3px solid #1c4c7c;
    border-radius: 0px 20px 20px 0px;
}

.medica-engenheiro {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.medica-engenheiro-2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.btn-image {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    background-color: #1c4c7c;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 1;
    width: 300px;
}

.btn-image:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.btn-image-2 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #1c4c7c;
    background-color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 1;
    width: 300px;
}

.btn-image-2:hover {
    background-color: rgba(0, 0, 0, 0.8);
}








/* Container do carrossel */
.glider-contain {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* Estilizando cada item */
.depoimento-flex {
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
}


/* Botões de navegação */
.glider-prev, .glider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}

.glider-prev { 
    left: -50px; 
}
.glider-next { 
    right: -50px; 
}


.glider-contain {
    max-width: 80%;
    margin: auto;
    padding: 20px;
    text-align: center;
}
.glider img {
    max-width: 150px;
    height: auto;
    margin: auto;
}

.index-h2 {
    color: #1c4c7c;
    font-weight: 800;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.desafio-sst {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.desafio-sst-card {
    text-align: center;
    font-size: 1.5rem;
    flex: 1 1 22%;
    margin: 10px;
}

.desafio-sst-card p {
    margin-top: 8%;
}

.box-azul-index-1 {
    margin-top: 5%;
    background: linear-gradient(90deg, rgba(28, 76, 124, 1) 0%, rgba(15, 40, 65, 1) 100%);
    padding: 5% 5% 5% 5%;
    color: white;
    border-radius: 26% 74% 0% 0% / 7% 28% 72% 93%;
}

.box-line-index {
    line-height: 1.5em;
    border: 1px solid #EF6A00;
    padding: 2%;
    text-align: center;
    max-width: 60%;
    border-radius: 20px;
}

.box-line-index-out {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nossos-clientes {
    color: #1c4c7c;
    background-color:#EAEAEA;
    text-align: center;
    font-weight: 800;
    padding: 2%;
}

.nossos-clientes h3 {
    font-weight: 800;
    text-align: center;
}

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

/* Dispositivos móveis (celulares) */
@media (min-width: 320px) and (max-width: 480px) {
    .carousel{
        margin-top: 20%;
    }
    
    .btn-saber-index {
        border-radius:19px;
        font-size:15px;
        padding:10px 35px;
    }

    .box-azul-index-1 {
        border-radius: 0;
    }

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

    .cases-sucesso-column h2{
        text-align: center;
        font-size: 2rem;
        justify-content: center;
        align-items: center;
    }

    .cases-sucesso-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .acompanhe-as-redes {
        flex-direction: column;
        align-items: center;
    }

    .rede {
        max-width: 90%;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        position: relative;
    }

    .rede img {
        display: none;
    }

    .txt-img-rede,
    .txt-img-rede-2 {
        position: static;
        transform: none;
        margin-left: 0;
        font-size: 1rem;
    }

    .botao-youtube-blog {
        width: 100%;
        background-color: white;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        text-transform: uppercase;
        font-weight: bold;
    }

    .botao-youtube-blog:hover {
        background-color: #ddd;
    }

    .botao-youtube-blog img {
        display: block;
        max-width: 30%;
        height: auto;
    }

    .desafio-sst-card img{
        max-width: 60%;
    }

    .quem-usa h2{
        text-align: center;
    }

    .conformidade-index p{
        text-align: center;
    }
    
    .conformidade-index h2{
        text-align: center;
    }

    .conformidade-card{
        max-width: 300px;
        height: 500px;
    }

    .conformidade-botao{
        margin-bottom: 5%;
    }

    .conformidade-card h3{
        margin: 0;
        font-weight: 800;
        text-align: center;
    }
    
    .btn-prestador-index {
        padding: 10px 20px;
    }

    .beneficios-index-row{
        flex-direction: column;
    }

    .beneficios-index-card{
        max-width: 90%;
        height: 300px;
        margin-bottom: 10%;
    }

    .beneficios-index-card h3{
        text-align: center;
    }

    .materia-rico{
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .materia-rico img{
        max-width: 100%;
    }

    .mapa-inicio-txt {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .mapa-ponteiro img{
        display: none;
    }

    .mapa-ponteiro p{
        margin: 0;
        text-align: center;
    }

    .mapa-ponteiro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .diferenciais-card{
        max-width: 90%;
        height: 250px;
        margin-bottom: 5%;
    }

    .diferenciais-row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2%;
        margin-bottom: 3%;
    }

    .conquista-index {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .conquista-index img{
        max-width: 80%;
    }
    
    .conquista-index-p{
        margin-right: 5%;
        text-align: justify;
        max-width: 100%;
        font-size: 1.2rem;
    }

    .depoimento-flex-row {
        flex-direction: column;
        display: none;
    }

    .atenda-ao-pgr-flex{
        flex-direction: column;
        padding-top: 5%;
        padding-bottom: 10%;
    }

    .atenda-ao-pgr-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .atenda-ao-pgr-flex img{
        max-width: 100%;
    }

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

    .beneficios-torto h2{
        font-size: 2rem;
    }

    .conheca-clientes{
        margin-left: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .background-medica{
        display: none;
    }

}

/* iPads e tablets */
@media (min-width: 481px) and (max-width: 768px) {
    .carousel{
        margin-top: 15%;
    }

    .btn-saber-index {
        border-radius:19px;
        font-size:15px;
        padding:10px 35px;
    }

    .box-azul-index-1 {
        border-radius: 0;
    }

    .cases-sucesso-row img{
        max-width: 50%;
    }

    .cases-sucesso-column h2{
        font-size: 2rem;
        margin-left: -6%;
    }

    
    .acompanhe-as-redes {
        flex-direction: column;
        align-items: center;
    }

    .rede {
        max-width: 90%;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        position: relative;
    }

    .rede img {
        display: none; /* Remove as imagens */
    }

    .txt-img-rede,
    .txt-img-rede-2 {
        position: static;
        transform: none;
        margin-left: 0;
        font-size: 1rem;
    }

    .botao-youtube-blog {
        width: 100%;
        background-color: white;
        background: linear-gradient(90deg, rgba(15, 40, 65, 1) 0%, rgba(28, 76, 124, 1) 100%);
        text-transform: uppercase;
        font-weight: bold;
    }

    .botao-youtube-blog:hover {
        background-color: #ddd;
    }

    .botao-youtube-blog img {
        display: block;
        max-width: 30%;
        height: auto;
    }

    .desafio-sst-card img{
        max-width: 60%;
    }

    .quem-usa h2{
        text-align: center;
    }

    .conformidade-index p{
        text-align: center;
    }
    
    .conformidade-index h2{
        text-align: center;
    }

    .conformidade-card{
        max-width: 300px;
        height: 500px;
    }

    .conformidade-card h3{
        margin: 0;
        font-weight: 800;
        text-align: center;
    }
    
    .btn-prestador-index {
        padding: 10px 20px;
    }

    .beneficios-index-card{
        max-width: 50%;
        height: 350px;
    }

    .materia-rico img{
        max-width: 100%;
    }

    .mapa-ponteiro img{
        display: none;
    }

    .mapa-inicio-txt {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .mapa-ponteiro img{
        display: none;
    }

    .mapa-ponteiro p{
        margin: 0;
        text-align: center;
    }

    .mapa-ponteiro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .diferenciais-card{
        max-width: 50%;
        height: 300px;
    }

    .conquista-index {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .conquista-index img{
        max-width: 80%;
    }
    
    .conquista-index-p{
        margin-right: 5%;
        text-align: justify;
        max-width: 100%;
        font-size: 1.2rem;
    }

    .background-medica{
        display: none;
    }

    .conheca-clientes{
        margin-left: 0%;
    }
}

/* Telas pequenas e laptops */
@media (min-width: 769px) and (max-width: 1025px){
    .carousel{
        margin-top: 10%;
    }

    .materia-rico img{
        max-width: 80%;
    }

    .diferenciais-card{
        height: 300px;
    }

    .mapa-inicio-txt {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .mapa-ponteiro img{
        display: none;
    }

    .mapa-ponteiro p{
        margin: 0;
        text-align: center;
    }

    .mapa-ponteiro{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .conheca-clientes{
        margin-left: 0%;
    }

    .beneficios-index-card{
        height: 350px;
    }

    .conformidade-card{
        max-width: 400px;
        height: 400px;
    }

    .atenda-ao-pgr{
        gap:10%;
        border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    }

    .atenda-ao-pgr-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
        
    .atenda-ao-pgr-flex img{
        max-width: 70%;
        margin-bottom: 0%;
    }

    .btn-saber-index {
        border-radius:19px;
        font-size:15px;
        padding:10px 35px;
    }

    .box-azul-index-1 {
        border-radius: 0;
    }

    .cases-sucesso-row img{
        max-width: 50%;
    }

    .txt-img-rede-2,
    .txt-img-rede p{
        font-size: 1.0rem;
        max-width: 100%;
        text-align: center;
    }


    .background-medica {
        flex-direction: column;
        height: auto;
    }

    .image-container, 
    .image-container-3 {
        flex: none;
        width: 100%;
        height: 250px; /* Define uma altura fixa para manter o mesmo tamanho */
        border-radius: 0;
        border-left: none;
        border-right: none;
        background-color: transparent /* Garante que não tenha fundo */
    }

    .image-container img, 
    .image-container-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Mantém proporção sem distorcer */
        display: block;
    }

    .background-medica{
        display: none;
    }

 

}

@media (min-width: 1026px) and (max-width: 1600px) {
    .s100online {
        text-align: center;
        align-items: center;
    }

    .background-medica {
        display: flex;
        height: 300px;
        padding-top: 3px;
        padding-bottom: 10px;
        background-color: white;
    }

    .btn-image {
        left: 70%;
    }

    .btn-image-2 {
        left: 30%;
    }

    .medica-engenheiro {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}