/* GUIA Pesquisa*/ 
.infGuia{
    color:black;
    font-size:120%;  
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.infHome{
    color: #999898;
    font-size: large;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.infGuiaConvecao{
    color: white; 
    font-size: 20px;
    font-weight: bold;
    background-color: green;
    width: 30%; 
    text-align: left;
    font-family: Arial, sans-serif;
    border-spacing: 0;
}
.infGuiaConvecao1{
    color: white; 
    font-size: 20px;
    font-weight: bold;
    background-color: green;
    width: 2%; 
    text-align: left;
    font-family: Arial, sans-serif;
}
.infGuiaBeneficiario{
    color: white; 
    font-size: 20px; 
    font-weight: bold; 
    background-color: purple; 
    width: 30%; 
    text-align: left;
    font-family: Arial, sans-serif;
}
.infGuiaBeneficiario1{
    color: white; 
    font-size: 20px;
    font-weight: bold;
    background-color: purple;
    width: 2%; 
    text-align: left;
    font-family: Arial, sans-serif;
}
.infGuiaTotal{
    color: white; 
    font-size: 20px; 
    font-weight: bold;
    background-color: #47aee2; 
    width: 52%; 
    text-align: left;
    font-family: Arial, sans-serif;
}
.infGuiaTotal1{
    color: white; 
    font-size: 20px;
    font-weight: bold;
    background-color: #47aee2;
    width: 2%; 
    text-align: left;
    font-family: Arial, sans-serif;
}
.tabelaInteira{
    width: 100%;
}
.colocarmaisparaoladoGuia{
    position: absolute; 
    left:70%;
}
.AtosNav{
    background-color: #47aee2; 
    color:white; 
    position:relative; 
    font-weight:bold; 
    text-align: center; 
    font-size: 120%;
    font-family: Arial, sans-serif;
}
.width1Guia{
    width: 1%;
}
.width2Guia{
    color:black;
    font-size:120%;  
    font-weight: bold;
    width: 15%;
    font-family: Arial, sans-serif;
}
.width3Guia{
    color:black;
    font-size:120%;  
    font-weight: bold;
    width: 55%;
    font-family: Arial, sans-serif;
}
.width4Guia{
    color:black;
    font-size:120%;  
    font-weight: bold;
    width: 12%;
    font-family: Arial, sans-serif;
}
.width5Guia{
    color:black;
    font-size:120%;  
    font-weight: bold;
    width: 13%;
    font-family: Arial, sans-serif;
}
.width6Guia{
    width: 15%;
}
.width1Desc{
    color:grey;
    font-size:100%;  
    margin: 3 2%;
    width: 15%;
}
.width2Desc{
    color:grey;
    font-size:100%;  
    margin: 3 2%;
    width: 55%;
}
.width3Desc{
    color:grey;
    font-size:100%;  
    margin: 3 2%;
    width: 12%;
}
.width4Desc{
    color:grey;
    font-size:100%;  
    margin: 3 2%;
    width: 13%;
}
.DescGuia{
    color:grey;
    font-size:100%;  
    margin: 3 2%;
}
.InfparteDebaixo{
    height: 5px; 
    font-size: 210%; 
    position: absolute; 
    display: block; 
    top: 96.5%;
    border-spacing: 0;
    left:0.2%;
} 

@media screen and (max-width: 800px) {
.InfparteDebaixo{
    height: 5px; 
    font-size: 210%; 
    position: absolute; 
    display: block; 
    top: 95%;
    border-spacing: 0;
}
}

@media screen and (min-width:801px) and (max-width: 1000px){
    .InfparteDebaixo{
        height: 5px; 
        font-size: 210%; 
        position: absolute; 
        display: block; 
        top: 98.25%;
        border-spacing: 0;
    }
}

@media screen and (min-width:1001px) and (max-width: 1200px){
.InfparteDebaixo{
    height: 5px; 
    font-size: 210%; 
    position: absolute; 
    display: block; 
    top: 93.25%;
    border-spacing: 0;
}
}

@media screen and (min-width:1201px) and (max-width:1400px){
}