﻿.tituloServico {
    font-size: 15px;
}

/*Mostrar processamento das páginas*/
#ajaxLoadingBox {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: url('../images/loader.gif') no-repeat;
    border-radius: 10px;
}

/*Alerta de validação dos formulários*/
input.validationElement {
    border: 1px solid #cc0000;
}

.validationMessage {
    margin-left: 6px;
    color: #cc0000;
}

/*Alinhamento da imagem nas páginas de serviços*/
img.face {
    float: left;
    border: transparent thin solid;
    padding: 0px;
    margin: 0px 17px 10px 0px;
    /*max-width: 186px;*/
}

/*Desabilitar botão*/
.desabilitar-botao {
    pointer-events: none;
}

/*Customizando o input file*/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.closebannercomunicado {
    top: -30px !important;
    font-size: 36px !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 100px !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    right: -26px;
}

    .closebannercomunicado:hover {
        background-color: #fff !important;
    }

#modalComunicado .modal-dialog {
    margin-top: 15vh;
}

.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}
    .whatsapp:hover {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 60px;
        right: 15px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }

