
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #07838D;
}
.header {
    background-color: #07838D;
 
}


.containerc {
    height: 100%;
    min-height: 420px;
    margin-top: 39px;
    display: flex
;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    /* padding: 20px; */
    background: linear-gradient(to right, white, #cce7e7);
}
.logo img {
    position: relative;
    min-width: 250px;
    left: 60px;
    width: 100%;
}
.content {
    position: relative;
   
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    height: 320px;
}
.images-container {
    
    position: relative;
    width: 100%;
    height: 100%;
    
}
.images-container img {
position: absolute;
width: 205px; /* Tamanho padrão */
height: auto; /* Mantém a proporção */
max-width: 205px; /* Limita o tamanho máximo */
max-height: 205px; /* Limita a altura máxima */
border-radius: 5px;
box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
object-fit: cover; /* Garante que a imagem cubra o espaço sem distorcer */
}
.img1 {
top: -36px;
left: 30px;


}
.img2 {
top: 72px;
right: 219px;
}
.img3 {
top: 197px;
/*bottom: 0;*/
left: 31px;
}
/*
.text {
position: absolute;
bottom: 100px;
right: 97px;
margin-left: 137px;
  
    font-weight: bold;
    color: #008080;
    font-size: 19px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 5px;
}*/

.textcon {
position: absolute;
bottom: 85px;
right: 86px;
font-weight: bold;
font-size: 18px;
/* background-color: rgba(255, 255, 255, 0.8);*/
padding: 5px;
border-radius: 5px;
}

/* Cores para cada parte da frase */
.textcon span.saude {
color: #008080; /* Verde água */
}
.textcon span.nossa {
color: #FF4500; /* Laranja */
}
.textcon span.prioridade {
color:  #008080; /* Verde água */
}





@media (max-width: 600px) {
.containerc {
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
min-width: 370px;
}

.logo img {
position: absolute;
top: 45px;
left: 50%;
transform: translateX(-50%);
width: 250px;
opacity: 0.1;
z-index: 0;
}

.content {
width: auto;
height: auto;
padding: 10px;
z-index: 1;
}

.images-container {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
z-index: 1;
gap: 10px; /* espaçamento entre blocos */
}

.images-container img {

width: 180px;
height: auto;
margin: 0 auto;
}

.textcon {
/* position: static;*/
text-align: center;
font-weight: bold;
font-size: 18px;
margin: 40px 0;
width: 104px;
left: 26px;
}

.textcon span.saude {
color: #008080;
}

.textcon span.nossa {
color: #FF4500;
}

.textcon span.prioridade {
color: #008080;
}


.img1 {
top: -367px;
left: -36px;


}
.img2 {
top: -247px;
right: 10px;
}
.img3 {
top: -124px;
/* bottom: 0; */
left: -51px;
}
}

@media (min-width: 1025px) {
.containerc {
justify-content: center;
position: relative;
}

.content {
width: 900px;
height: 360px;
position: relative;
}

.images-container img {
width: 205px;
max-width: 205px;
max-height: 205px;
}

.img1 {
top: -17px;
left: 604px;
}

.img2 {
top: 82px;
left: 408px;
}

.img3 {
top: 219px;
left: 570px;
}

.textcon {
position: absolute;
top: 124px;
left: 628px;
font-size: 18px;
font-weight: bold;
text-align: center;
line-height: 1.4;
}

.textcon span.saude {
color: #008080;
}

.textcon span.nossa {
color: #FF4500;
}

.textcon span.prioridade {
color: #008080;
}
}


/*************************************************
********** Style PQ Nos ***************************/

#clientspq {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #07838D;
}

.headLine {
  margin-top: 15px;
    font-size: 40px;
    margin-bottom: 20px; /* Margem padrão */
    text-align: center;
}

#clientspq-container {
    display: flex;
    transition: transform 0.8s ease;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 10px 0; /* Margem reduzida acima e abaixo dos slides */
}

.titler{
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 16px;
    line-height: 1.333;
    margin-top: 0;
    color:rgb(63, 62, 62);
    text-decoration: underline;
    text-align: center;
}

.clientpq {
    flex: 0 0 30%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
    transform: scale(0.8);
    background-color: #ffffff;;
    box-shadow: 2px 2px 9px rgba(0, 0, 10, 11.9);
    border-radius: 5px;
}

.clientpq.active {
    opacity: 1;
    transform: scale(1);
}

.clientpq_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
    user-select: none;
    z-index: 2;
}

#prev-btn {
    left: 10px;
}

#next-btn {
    right: 10px;
}

.nav-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* Estilos para mobile */
@media (max-width: 768px) {
    #clientspq-container {
        width: 100%; /* Usa a largura total no mobile */
        margin: 0px 0; /* Margem ainda mais reduzida no mobile */
       margin-top: -150px;
       margin-bottom: -100px;
    }

   

    .clientpq {
        flex: 0 0 80%; /* Aumenta o tamanho do slide para 80% */
        margin: 0; /* Remove margens em torno de cada slide */
  
    }

    .clientpq.active {
        transform: scale(1.05); /* Aumenta levemente o slide ativo no mobile */
    }

    .nav-arrow {
        font-size: 1.5rem; /* Reduz o tamanho das setas no mobile */
    }

    .headLine {

      margin-top: 10px;
        font-size: 33px; /* Reduz o tamanho do cabeçalho no mobile */
        margin-bottom: 10px; /* Diminui a margem inferior para aproximar dos slides */
        font-family: 'poppins-bold', sans-serif !important;
      }
}


