﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Open+Sans:300,400,400i,600,700,800&subset=latin-ext');

body {
    font-family: 'Open Sans', sans-serif;
    color: #5f5f5f;
}
h1, h2, h3 {
    font-family: 'Montserrat', serif !important;
    color: #0a0a0a;
}
h1 {
    font-size: 32px;
    font-weight: 600;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 18px;
}
.bg-light {
    background-color: #FFF !important;
    font-size: 0.9em;
    color: #515151 !important;
    border-top: 6px solid #009a46;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}
.bg-yellow {
    background: #b3c0c7;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #FFF !important;
}
    .bg-yellow .nav-link {
        color: #FFF !important;
    }

.bg-light .nav-link {
    font-family: 'Montserrat', serif !important;
    font-weight: 500;
    color: #777 !important;
    font-size: 14px;
    margin: 35px 10px 0 10px;
    border-right: 1px solid #d1d1d1;
}
.bg-light .nav-item li {
}
.nav-link {
    padding-right: 25px !important;
}
.btAct a {
    color: #FFF !important;
    background: #0abea0;
    padding: 10px 20px;
    border-bottom: 3px solid #067260;
    margin-left: 20px;
}
    .btAct a:hover {
        color: #FFF !important;
        background: #067260;
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }
.btSearch {
    color: #3f3f41 !important;
    background: #f2b424;
    padding: 10px 20px;
    border: none;
    border-bottom: 3px solid #af7b01;
    margin-left: 20px;
    font-weight: 600;
    padding: 7px 30px;
    cursor: pointer;
}
    .btSearch:hover {
        color: #FFF !important;
        background: #af7b01;
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

.input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 8px 16px;
}
    .input::placeholder {
        font-size: 12px;
        font-style: italic;
    }
input.busca {
    background: url(../images/iconS.png) no-repeat right #FFF;
}
.boxBusca {
    background-color: #243037;
    padding: 30px 10px;
}
.nav-link {
    font-family: 'Lato', sans-serif;
    !important;
}
.miolo {
    padding: 30px;
}
    .miolo h1 {
        text-transform: uppercase;
        font-size: 2rem;
    }
    .miolo p {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
    }
    .miolo small {
        font-family: 'Lato', sans-serif;
        font-size: 0.8rem;
    }
.cinta {
    background: #8e1a1b;
    padding: 30px;
}
    .cinta p {
        font-family: 'Lato', sans-serif;
        font-size: 22px;
        color: #FFF;
        font-style: italic;
    }
.img-border {
    border: 5px solid #912a2a;
    margin: 20px;
}
.form-footer .inputs {
    margin: 7px 0;
    width: 100%;
    border: 1px solid #cbc6b3;
    padding: 6px;
    font-size: 14px;
    font-style: italic;
}
.bloco-txt {
    padding: 80px 40px;
}
.botaoPadrao {
    font-family: 'Lato', sans-serif;
    background: #8e1a1b;
    padding: 10px 25px;
    color: #FFF;
    border: none;
    margin: 20px 10px;
}
.bg-footer {
    background: #d4d4d4;
    color: #6f6f6f !important;
}
a {
    color: #363636 !important;
}
.boxMedico {
    border-radius: 20px;
    background: #e6e6e6;
}
    .boxMedico .nomeMedico {
        padding: 15px 15px 10px 15px;
    }

@media (max-width: 767.98px) {
    .boxMedico {
        margin: 15px;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #979797;
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #979797;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #979797;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    color: #979797;
    font-style: italic;
}
.topoInf {
    color: #5f5f5f;
    font-size: 14px;
}
    .topoInf .phone {
        font-size: 16px;
        font-weight: bold;
    }

.logoCBP {
     display: inline-block;
     margin-left: -10px;
}
    .logoCBP img {
        width: 70%;
        height: auto;
    }
.tituloCBP {
     display: inline-block;
     margin-left: -65px;
     font-family: 'Montserrat', serif !important;
     font-size: 1.6em;
     color: #000;     
}

.formBox {    
    padding: 0px 10px;
    border-radius: 20px;
    background: #FFF;
    border: 2px solid #ddd;
    -webkit-box-shadow: 0px 5px 40px 2px rgba(66,66,66,0.45);
    -moz-box-shadow: 0px 5px 40px 2px rgba(66,66,66,0.45);
    box-shadow: 0px 5px 40px 2px rgba(66,66,66,0.45);
    font-size: 1em;
}
    .formBox .inputField {
        margin: 5px;
        width: 95%;
        border-radius: 20px;
        border: 2px solid #ddd;
        padding: 5px;
        text-align: center;
    }
    .formBox .submit {
        border-radius: 30px;
        background: #0b1636;
        border: 2px solid #ddd;
        color: #FFF;
        text-transform: uppercase;
        font-size: 0.85em;
        padding: 10px 30px;
        margin: 5px;
        font-weight: bold;
        text-align: center;
    }
        .formBox .submit:hover {
            border-radius: 30px;
            background: #0049c1;
            border: 2px solid #ddd;
            color: #FFF;
        }
    .formBox .inputEmail {
        background: url(../images/user.png) 15px no-repeat;
    }
    .formBox .inputPass {
        background: url(../images/key.png) 15px no-repeat;
    }
.bannerImg {
    position: absolute;
    top: -20px;
}
    .bannerImg img {
        width: 55%;
        height: auto;
    }
.linkGoogleMaps {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
    .linkGoogleMaps:hover {
        background-color: #EFEFEF;
        color: #333;
    }
