@import 'https://fonts.googleapis.com/css?family=Open+Sans';

body {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
}

p{
    font-size: 18px;
}

*{
    margin: 0;
    padding: 0;
}

.img-responsive{display: inline-block}

#navbar ul li a:hover{
    color: #3085a3;
}

.geral{
    width: 100%;
}

#banner{
    background-image: url("../img/imagem-familia-topo.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-topo{
    padding: 10px 0 0 10px;
}

.branco{
    color: white;
}

.centro{
    text-align: center;
}

.carousel-inner{
    width: 100%;

}

.analises-clinicas{
    width: 100%;
}

.convenios{
    background-color: #f0f0f0;
    color: #707070;
}

.background-cinza{
    background-color: lightgray;
    width:100%;
    height: 600px;
}

.rodape{
    background-color: #d8d8d8;
}
.rodape p{
    margin: 16px 0;
    color: #737373;
    font-size: 15px;
}
.rodape .interativa{margin-top: 5px}
.fundo-cinza{
    background-color: lightgray;
    width: 100%;
}

#CarouselProfissionais{
    margin-top: 30px;
}

#profissionais{
    margin-right: -15px;
    margin-left: -15px;
}

.carouselP{
    background: transparent;
    padding: 5% 10% 5% 10%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-indicators .active {
    background-color: #033c59 !important;
}

.divContato{
    width: 100%;
    height: 700px;
    background-color: lightgray;
    margin-top: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d5d5d5;
    border: none;
    border-radius: 10px;
}

.divContato2{
    background-color: white;
    padding: 38px;
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
    position: relative;
}

.margem{
    margin-top: 0 !important;
}

.navbar-brand{
    background-image: url('../img/logo-pequeno.png');
    height: 73px;
    width: 111px;
    text-indent: -9999px;
}

.padding{
    padding: 20px;
}

#analises-clinicas{
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding: 50px 0;
}

#analises-clinicas div p{
    font-size: 16px;
}

.texto-esquerda{
    text-align: left;
}

#exames{
    background-repeat: no-repeat;
    background-size: cover;
}

.imagem-contato{
    position: relative;
    background-color: #f0f0f0;
    padding-bottom: 0;
    padding-top: 15%;
}

.footer{
    background-image: url('../img/seta-cima.png');
    width: 26px;
    height:20px;
    text-indent: -9999px;
}

.navbar-default{
    background-color: white;
}

.azul{
    color: #1b6d85;
}

.nome-pro{
    margin: 0;
    padding: 0;
    background-color: white;
    height: 100%;
    border-bottom: 3px solid #1b6d85;
}

.centroPro{
    vertical-align: middle;
    margin: 2% 2% 2% 2%;
}

.espaco-esq{
    margin-left: 6%;
}


/*****  Efeito galeria de fotos  *****/

figure.effect-Beauty img {
    opacity: 0.5;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    width: 100%;
}

figure.effect-Beauty:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-Beauty h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-Beauty p {
    margin: 1em 0 0;
    padding: 15px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-Beauty:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-Beauty:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.mix
{
    padding: 0px;
}

#galleryimg .mix{
    display: none;
}

.grid {
    position: relative;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #4bb1cf;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*****  Efeito galeria de fotos  *****/

/***** Efeito nova página overlay profissionais *****/

#cover{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
}

#efeitoImagem {
    height:380px;
    width:340px;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
    /*background: url(../img/medico1.png) no-repeat;*/
    border:5px solid #cccccc;
    border-radius:10px;
}

#efeitoImagem:target, #efeitoImagem:target + #cover {
    display:block;
    opacity:2;
}

.cancel {
    display:block;
    position:absolute;
    top:3px;
    right:2px;
    background:rgb(245,245,245);
    color:black;
    height:30px;
    width:35px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}
/***** Fim Efeito nova página overlay profissionais *****/
.carousel-control {
    color: #cccbcb;
}

/* EFEITO PARALLAX */

.parallax {
    color: #4cae4c;
    position: relative;
    text-shadow:0 0 10px rgba(0,0,0,0.7);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

#empresa{
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin:40px 0;
    padding: 0;
}

#empresa div h1{
    font-size: 40px;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-primary {
    color: #fff;
    background-color: #033c59;
    border-color: #033c59;
}
.btn {
    padding: 10px 21px;
    font-weight: 800;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3999A7;
    border-color: #3999a7;
}

.form-control {
    height: 47px;
    border-radius: 0;
}

.margint30{
    margin-top: 30px;
}

.lista{
    margin-bottom: 40px;
}

.lista div ul li{
    margin-bottom: 13px;
    font-size: 16px;
}

.marginb40{
    margin-bottom: 20px !important;
}

#especialidades .col-md-4 .col-md-3 img{
    float: right;
}

.img-center{ /* para centralizar a imagem */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.estrutura{
    margin: 30px 0;
}

.color-black{
    color: #0f0f0f;
}

.color-blue{
    color: #328b93;
}

#especialidades div div h4 a{
    text-decoration: none;
    cursor: pointer;
    color: #1b6d85;
}

#especialidades div div h4 a:hover{
    color: #3999a7;
}

.divContato2 .col-md-4 p{
    font-size: 16px;
}

.divContato2 div form div p{
    font-size: 16px;
}

.divContato2 div form div p span{
    font-size: 13px;
    float: right;
    color: #328b93;
}

.esp-title{
    margin: 30px 0;
}

.pad{
    padding-left: 20%;
}

.floatr{
    float: right;
}

@media (max-width: 974px) {
    .divContato2 {
        margin-right: 0;
        margin-left: 0;
        position: relative;
    }
}

/* MODAL MÉDICO */

.borda-medico{
    border-bottom: 2px #808080 solid;
}

.margint10{
    margin-top: 10px;
}

.link-pro{
    color: #808080;
    text-decoration: none;
}

.link-pro:hover{
    color: #1b6d85;
    text-decoration: none;
}

/* MODAL ESPECIALIDADES */

.borda-esp{
    border: 2px #808080 solid;
}

.check{
    color: #1b6d85;
}

.options p a{
    color: #808080;
}

.options p{
    padding-top: 5px;
}

.options p a:hover{
    color: #1b6d85;
    cursor: pointer;
    text-decoration: none;
}

/* EQUAL HEIGHTS */

.eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

#map{
    width: auto;
    height: 350px;
    border: 1px solid #ccc;

}

