/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/03/2018, 21:10:54
    Author     : kemper
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');


@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: normal;
    src: local('Museo'), url('woff/museo.woff') format('woff');
}

p, ul.conteudo li {
    font-family: 'PT Sans Narrow';
    font-size: 1.2rem;
}

h3.detalhes {
    font-size: 3rem;
    color: #f3b33c;
    font-weight: bold;
    font-family: 'Museo';
    margin: 25px 0;
}

.descricao-especialidade{
    font-size: 0.9rem;
}

.sub-titulo-principal{
    font-family: 'PT Sans Narrow';
    font-size: 1.9rem;
}

.safe-area {
    background-color: white; 
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
}

label.no-margin{
    margin: 0;
}

.owl-nav{
    text-align: right;
}

.owl-nav button{
    margin-left: 0.25rem;
}
.img-plano {
    display: block;
    max-width:160px;
    max-height:90px;
    width: auto;
    height: auto;
}

.nav-link{
    font-weight: 500!important;
}

.main-title {
    margin-top: auto;
    margin-bottom: auto;

}

.breadcrumb{
    background-color: white;
}

.pino-endereco{
    margin-top: 1rem;
    margin-right: 0.5rem;
}

.label-exame{
    font-size: 1.4rem;
    text-align: center;

}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}


.exame-container{
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    padding: 1rem;
    text-align: center;
    width: 31%;
    margin-bottom: 1rem;
}

.exame-container:hover{
    border-color: #808080;
    -webkit-box-shadow: 10px 10px 5px -6px rgba(176,176,176,1);
    -moz-box-shadow: 10px 10px 5px -6px rgba(176,176,176,1);
    box-shadow: 10px 10px 5px -6px rgba(176,176,176,1);
}

.pino-atendimento{
    margin-right: 0.5rem;
}

.div-rodape{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom-style:  solid;
    border-bottom-color: #e0e0e0;
    border-bottom-width: 1px;
}

h1.titulo-pagina{
    background-color: #1e2e6c;
    color: white;
    display: inline-block;
    font-family: 'Museo';
    font-size: 1.5rem;
    padding: 0.5rem;
}

h1.titulo-pagina:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
    background: #e8e8e8;
    z-index: -1;
}

.titulo-principal {
    color: #34668d;
    font-family: 'Museo';
    font-weight: 900;
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.3rem;
}

.titulo-principal:before {
    width: 5rem;
    height: 5px;
    background: #fdc661;
    bottom: -1rem;
    content: '';
    position: absolute;
}

.main-title h1 {
    margin-top: 2.3rem;
    color: #f3af32;
    font-family: 'Museo';
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.main-title h2{
    color: #6e6e6e;
    font-size: 0.75rem;
    font-family: 'Museo';
    text-align: right;
    white-space: nowrap;
}

.contato-laranja{
    display: block;
    text-align: center;
    color: #f3af32;
}

.phone-container{
    margin-top: 2.3rem;
}

.phone-container label {
    display: block;
    text-align: right;
    line-height: 100%;
}

label.whatsapp{
    color: #25d366;
}

label.phone{
    color: #f3af32;
}

.phone-number{
    font-size: 1.4rem;
    font-weight: 300;
    color: #6e6e6e;
}

.navbar{
    padding: 0px;
}

.nav-principal{
    background-color: #1e2e6c;
}

#nrdp, #nrdp a, #nrdp p {
    color: #f0f0f0;
    font-size: 0.7rem;
    text-align: right;
}

.navbar-nav>li>a{
    color: #ffffff!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: color 350ms ease-in-out;
    -moz-transition: color 350ms ease-in-out;
    -ms-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out;
    padding: 15px 28px;
    white-space: nowrap;
}

.navbar-light .navbar-toggler{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.logo-rodape{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.navbar-toggle-item {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: .3rem;
}

.space{
    padding-top: 4rem;
    padding-bottom: 4rem;
} 

.img-clinica{
    max-height: 300px;
}

.space-conteudo {
    padding-top: 2rem;
    padding-bottom: 2rem;
} 

.fundo-cinza{
    background-color: #f9f9f9;
}


@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

@media (max-width: 768px){
    .exame-container{
        width: 90%;
    }
}




@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }


}

@media screen and (max-width:992px){
    .div-phone-container {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .main-title h1 {
        font-size: 1.5rem;
    }

    .main-title h2{
        font-size: 0.8rem;
    }
}

@media screen and (max-width:450px){
    .main-title h1 {
        font-size: 1.2rem;
    }

    .main-title h2{
        font-size: 0.7rem;
        white-space: normal;
    }

    .contato-laranja{
        text-align: left;
    }

    .titulo-principal{
        font-size: 1.5rem;
    }




}