.linha{
    height: 3px;
    background-color: #0088b5;
    width: 100%;
}
.topo{
    padding:10px 10px 0 10px;
}
.logo{
    width: 90%;
}
.arredondado{
    border: solid 3px #0088b5;
    border-radius: 13px;
    padding: 5px;
    width: 80%;
    text-align: center;
    margin-top: 25px;
    color:#0088b5;
    cursor: pointer;    
}
.arredondado:hover{
    background-color: #0088b5;
    color: #FFF;
}
.corazul{
    color:#0088b5;
}
.direita{
    float: right;
}
.bg{
    background-image: url("../img/bg.jpg");
    height: 300px;
    position: relative;
}
.helano{
    position: absolute;
    right: 15px;
    top: -67px;
}
.titulo{
    color: #f4ef74;
    font-size: 40px;
    position: absolute;
    left: 55px;
    top: 60px;
}
.titulo2{
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 55px;
    top: 180px;
}
.tituloazul{
    font-size: 30px;
    padding: 15px;
    color: #0088b5;
}

.quadro{
    background-color: #cad7e5;
    padding: 20px !important;
    border: solid 10px #FFF;
}
.tituloquadrado{
    text-align: center !important;;
    color: #223f5e;
    font-size: 25px;
}
.textoquadrado{
    text-align: justify;
    color: #223f5e;
    padding: 15px 0;
}
.borda{
    border: solid 3px #5f86af;
    padding: 40px;
    margin:25px 10px;
    
}
.borda2{
    border: solid 3px #5f86af;
    padding: 10px;
    text-align: center;
    color: #5f86af;
    font-weight: bold;
    margin-bottom: 10px;
}
.borda2:hover{
    background-color: #5f86af;
    color: #fff;
}

.botao{
    background-color: #FFF;
    color:#223f5e;
    padding: 10px 40px;
    font-weight: bold;
    text-align: center;
    border-radius:  30px;
    position: absolute;
    left: 55px;
    top: 230px;    
}

.botao2{
    background-color: #223f5e;
    color:#fff;
    padding: 10px 40px;
    font-weight: bold;
    text-align: center;
    border-radius:  30px;
}

.pagina{
    padding: 30px 10px;
}

.img{
    width: 100%;
}

.icones{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/lider.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.icones2{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/estimulo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.icones3{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/comportamento.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.icones4{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/melhor.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.icones5{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/natutal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}

.icones0{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:solid 2px #4787b2;
    background-image: url('../img/relatorio.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}


.tituloicon{
    font-weight: bold;
    padding: 10px 0;
    color: #4787b2;
}

.iconsetor:hover .icones {
    background-color:#4787b2;
    background-image: url('../img/lider2.png');
}

.iconsetor:hover .icones2 {
    background-color:#4787b2;
    background-image: url('../img/estimulo2.png');
}

.iconsetor:hover .icones3 {
    background-color:#4787b2;
    background-image: url('../img/comportamento2.png');
}

.iconsetor:hover .icones4 {
    background-color:#4787b2;
    background-image: url('../img/melhor2.png');
}

.iconsetor:hover .icones5 {
    background-color:#4787b2;
    background-image: url('../img/natutal2.png');
}

.iconsetor:hover .icones0 {
    background-color:#4787b2;
    background-image: url('../img/relatorio2.png');
}


.iconsetor{
    padding: 15px 10px !important;
}


.titulopreco{
    text-align: center;
    background-color: #4787b2;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
}

.conteudopreco{
    border: #4787b2 solid 2px;
    padding: 10px;
}

.tabela{
    margin-bottom: 20px;
}

.lista{
    border-bottom: solid #CCC 1px;
    padding: 5px 0;
}

.lista .material-icons{
    color: #4787b2;
}

.preco{
    text-align: center  ;
    padding: 20px 0;
}

.wpp{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.wpp img{
    width: 50px;
}

.telmobile{
    display: none
}

@media only screen and (max-width: 700px) {
    
    img{
        width: 100%;
    }
    .pc{
        display: none;
    }
    .helano{
        top: -44px;
        display: none;
    }
    .titulo{
        text-align: center;
        left: 5px;
        font-size: 30px;
        width: 100%;
        position: unset;
    }
    .titulo2{
        text-align: center;
        left: 5px;
        font-size: 22px;
        width: 100%;
        position: unset;
    }
    .bg{
        height: auto;
        position: unset;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .botao{
        position: unset;
        margin: 5px 30px
    }
    .telmobile{
        display: block;
        font-size: 12px;
        width: 60%;
        border: solid #0088b5 2px;
        padding: 5px;
        border-radius: 20px;
        margin:auto;
        color: #0088b5;
    }


}