@charset "utf-8";
/* CSS Document */


#cal {
    border: 3px solid #999 !important;
    width: 100% !important;
    padding: 15px !important;
    height: auto !important;
    display: table !important;
    border-radius: 0px !important;
    background: #FFF !important;
}

#cal .mes {
    width: 100% !important;
    text-align: center !important;
    background-color: #f1f1f1 !important;
    color: #666 !important;
    font-family: Calibri !important;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

#cal div {
    float: left !important;
    width: 14% !important;
    text-align: center !important;
    line-height: 200% !important;
    font-size: 18px !important;
}

.dia {
    font-size: 18px !important;
    font-family: 'Calibri' !important;
    color: gray;
}

.mes {
    font: bold 14px Verdana;
    color: red;
}

.limpa {
    width: 0px;
    clear: both;
}

.bold {
    font-weight: bold;
}

.blue {
    color: blue;
}

.pointer {
    cursor: pointer;
}

.dia:hover {
    background: rgb(161, 243, 207) !important;
    cursor: pointer;
}

.logo {
    width: auto;
    height: 100%;
}

.boxes {
    background-color: #f1f1f1;
    border-radius: 10px;
    color: #666;
}

.b3 {
    padding: 15px;
}

.b3 h1 {
    color: #0071bc;
    font-size: 24px;
    font-weight: bold;
}

.b3 span {
    margin-right: 5px;
}

.b3 p {
    padding-left: 82px;
    margin-top: -25px;
}

.titu-pag {
    font-size: 22px;
    font-weight: 300;
}

.titu-pag span {
    color: #0071bc;
    font-weight: 900;
    display: block;
    font-size: 60px;
    margin-top: 20px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

#servicos img {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}

#servicos .container .col-md-4 {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.box-servicos {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    color: #666;
}

.plus {
    background-color: #f1f1f1;
}

.address {
    color: #fff;
}

.loader img {
    height: 70px;
    width: auto;
}

.boxes p,
.service-text p {
    text-align: justify;
}

.cover {
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
    display: none;
}

.xbo {
    border: 4px solid gray;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 298px;
    height: 298px;
    background: gray;
    display: none;
    z-index: 9999;
}

.xboClose {
    background: gray;
    text-align: right;
    font: bold 11px Tahoma;
    padding: 1px 3px 5px 0px;
    border: 1px solid gray;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

.xboClose span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.xboContent {
    padding: 5px;
    font: 11px Tahoma;
    background: white;
    color: #2A2A2A;
    border-radius: 5px;
    border: 1px dashed rgb(230, 230, 230);
    height: 265px;
    overflow-y: auto;
    text-align: justify;
    line-height: 22px;
}

.blue {
    color: blue;
}

.pointer {
    cursor: pointer;
}