body{
    margin: 0;
    background-image: url("img/Designsemnome.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    font-family: sans-serif;
    text-align: center;

}

.tamanho2{
    width: 60%;
}

header {
    background-color: #092139;
    width: 100%;
    height: 9vh;
    border-bottom: solid 4px #7BACA8;
    font-family: Calibri, sans-serif;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    display: flex;
}

#navegacao{
    width: 73%;
    display: flex; 
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

/*.Logo{
    width: 12%;
    display: flex; 
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}*/

.Logo_integra{
    height: 6vh;
}

/*.Logo p{
    color: white;
    text-align: center;
}*/

.navegacao{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

.navegacao img{
    width: 4vh;
}

.navegacao p{
    color: #70BAB3;
    margin-left: 2vh;
}

#alerta{
    position: absolute;
    width: 3vh;
    margin-top: 3vh;
    margin-left: -4vh;
}

.linha-vertical {
  width: 2px;
  height: 5vh;      /* altura proporcional ao header */
  background-color: white;
  margin: 0 5px;
}


main{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*margin-top: 7vh;*/

}

/* ===== Carrossel de imagens ===== */

#Carrossel_Img, #Carrossel_Noticias{
    width: 100%;
    background-color: #FFF;
}

#imgCarrossel, #imgCarrossel2{
    margin-top: 5vh;
}

#Carrossel_Img img, #Carrossel_Noticias Img{
    border-radius: 5px;
    border: 3px solid #7BACA8; /*#7BACA8;*/
    box-shadow: #000 5px 5px 25px;
    transition: 1s ease-in-out;
}


.fade-out {
    opacity: 0.5;
}

.fade-in {
    opacity: 1;
}

/* ===== Indicadores do carrossel ===== */
#indicadores , #indicadoresNoticias{
    margin-top: 2vh;
    bottom: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-bottom: 4vh;
}

.dot, .dot2 {
    height: 12px;
    width: 12px;
    background-color: #055164;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.ativo, .dot2.ativo2 {
    background-color: #70BAB3;
}


    /* ===== sec free flow ===== */


#sec_freflow-geral{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4vh;
    color: #055164;
}

#sec_freflow-geral img{
    border-radius: 5px;
}

#div_freflow{

    display: flex;
    flex-direction: column;
    text-align: start;
}

#div_freflow h1{
    color: rgb(255, 117, 31);
}

#div_freflow-meio{
    display: flex;
    justify-content: space-between;
    text-align: justify;
}

#div_freflow-meio img{
    width: 35%;
}

#div_freflow-meio p{
    width: 55%;
}

.linha-freflow{
    width: 100%;
    height: 0.1vh;      /* altura proporcional ao header */
    background-color: grey;
    margin: 3vh 0px;
}

#final-freflow{
    margin-bottom: 5vh;
    border-radius: 5px;
    margin-top: 2vh;
}

   /* ===== Jornal-sst ===== */



#Jornal-sst, #Sessao-SINTRAPAV{
    margin-top: 6vh;
    margin-bottom: 4vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.imgJornal, .imgSintrapav{
    width: 60%;
    border-radius: 5px;
    border: 3px solid #7BACA8;
    box-shadow: #000 5px 5px 25px;
    background-color: white;
}

.imgJornal img, .imgSintrapav img{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

    /* ===== sec EZPOINT ===== */


#sec_Ezpoint{
    margin-top: 6vh;
    width: 60%;
    border-radius: 5px;
    border: 2px solid #7BACA8;
    box-shadow: #000 5px 5px 25px;
    background-color: white;
    transition: 1s;
}

#sec_Ezpoint:hover{
    box-shadow: #10a7e8 5px 5px 35px;
    transition: 1s;
}

#sec_Ezpoint img{
    width: 100%;
}

    /* ===== sec seconsi ===== */


#sessaoSeconsi{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: white;
    margin-top: 4vh;

}

.card-aviso {
    display: flex;
    flex-direction: column;
    color: #055164;
    width: 60%;
    text-align: start;
    font-family: "Calibri", sans-serif;
}

#liksite{
    color: rgb(255, 117, 31) ;
    margin-bottom: 2vh;
}

.card-aviso h2 {
    color: #055164;
    margin-bottom: 10px;
    font-size: xxx-large;
    border-radius: 5px;
    font-family: Calibri, sans-serif;
}

.card-aviso p {
    line-height: 1.6;
    font-size: 1.1rem;
    text-align: justify;
}

#clt{
    color: white;
    background-color: #055164;
    border-radius: 5px;
    padding-left: 1vh;
    padding-right: 1vh;
    text-align: center;
}

.card-aviso .contato {
    font-style: italic;
    background-color: rgb(255, 117, 31);
    color: white;
    border-radius: 5px;
    width: 65%;
    text-align: center;
}

#unidades{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vh;
    margin-top: 1vh;
}
.unidades{
    width: 29%;
    position: relative; /* referência para o texto */
    border-radius: 5px;
    border: #faa105 solid 2px;
    box-shadow: #000 5px 5px 25px;
    overflow: hidden; /* evita o texto sair da imagem */
}

.unidades img{
    width: 100%;
    display: block;
}

.unidades p{
    position: absolute;
    top: 10px;          /* posição vertical */
    left: 10px;         /* posição horizontal */
    z-index: 2;
    color: #fff;
    background: #055164cc; /* melhora a leitura */
    padding: 6px 10px;
    border-radius: 4px;
    margin: 0;
}


#VideoSeconsi{
    border-radius: 5px;
    border: 2px solid #7BACA8;
    box-shadow: #000 5px 5px 25px;
    margin-top: 3vh;
    margin-bottom: 7vh;
}



#secEpays{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4vh;
    margin-top: 2vh;
    align-items: center;
}

#secEpays h1{
    margin-top: 5vh;
    font-weight: 700;
    color: white;
}

#texto-epays{

    display: flex;
    flex-direction: column;
    text-align: start;
    color: white;
}

#unidadesEpays{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vh;
    margin-top: 3vh;
}


.unidadesEpays{    
    width: 30%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
    border: #faa105 solid 2px;
    background-color: #13172A;
    box-shadow: #000 5px 5px 25px;
}

.unidadesEpays p{
    text-align: start;
    color: white;
}

.unidadesEpays img{
    width: 30%;
}

.unidadesEpays button{
    width: 15vh;
    height: 4vh;
    cursor: pointer;
    background-color: #faa105;
    border: solid 1px white;
    border-radius: 5px;
    font-size: large;
    font-weight: 700;
    color: #13172A;
    transition: 1s;
}

.unidadesEpays button:hover{
    transition: 1s;
    box-shadow:  #faa105 5px 5px 25px;
}

.linha-epys{
    width: 60%;
    height: 0.1vh;      /* altura proporcional ao header */
    background-color: white;
    margin: 3vh 0px;
}

#img-fina-epays{
    margin-top: 2vh;
    border-radius: 5px;
    border: 2px solid #faa105;
    box-shadow: #000 5px 5px 25px;
    background-color: white;
    transition: 1s;
}

#img-fina-epays:hover{
    box-shadow: #faa105 5px 5px 35px;
    transition: 1s;
}

footer{
    background-color: #092139;
    width: 100%;
    height: 9vh;
    border-top: solid 4px #7BACA8;
    font-family: Calibri, sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 0vh;
}

footer div{
    flex-direction:row;
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 60%;
    color: #fff;
}

#linha-vertical-footer{
    width: 2px;
    height: 5vh;      /* altura proporcional ao header */
    background-color: white;
    margin: 0 20px;
}

/*#login button{
    margin-top: 3%;
    margin-bottom: 5%;
    border: 0.5px solid #7BACA8;
    border-radius: 5px;
    width: 15%;
    height: 5vh;
    background-color: #11505E;
    color: white;
    font-size: medium;
    transition: 2s;
}

#login button:hover{
    width: 17%;
    background-color:#B63E3E;
    color: white;
    font-weight: 700;
    transition: 2s;
    border: #11505E 1px solid;
}


@media screen and (max-width: 1000px) {
    #body {
        width: 1400px;
        height: 600px;
        overflow: hidden;
        white-space: nowrap;
    }

    #login h2{
        width: 70%;
    }
}
*/

@media screen and (min-width: 601px) and (max-width: 1350px) {
    .navegacao p{
        margin-left: 1vh;
        font-size: smaller;
}

    #navegacao{
        width: 80%;
}

    .Logo_integra{
        height: 5vh;
}
}



@media screen and (min-width: 800px) and (max-width: 1000px) {
    .navegacao p{
        display: none;
}

    .navegacao img{
    width: 4vh;
}

    .Logo_integra{
        height: 4vh;
}

}

@media screen and (min-width: 500px) and (max-width: 799px) {
    .navegacao img{
    width: 3vh;
}

    .navegacao p{
        display: none;
}

    .Logo_integra{
        height: 4vh;
}

    #Integrafooter{
        width: 75%;
        font-size: small;
}

    #div_freflow-meio img{
        display: none;

}

    #div_freflow-meio, #div_freflow-meio p{
        width: 100%;
}

    #unidadesEpays{
        display: none;

}

    .tamanho2{
        width: 80%;
}

}

@media screen and (min-width: 280px) and (max-width: 499px) {
    .navegacao img{
    width: 2.5vh;
}

    .navegacao p{
        display: none;
}

    .Logo_integra{
        height: 3vh;
}

    #ecEpays{
        display: none;
}

    #unidades{
        display: none;
}

    #Integrafooter{
        width: 100%;
        font-size: 1.5vh;
}

    #div_freflow-meio img{
        display: none;

}

    #div_freflow-meio, #div_freflow-meio p{
        width: 100%;
}

    #unidadesEpays{
        display: none;

}

    .tamanho2{
        width: 85%;
}


}