/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald|Roboto');

/* Index */

.section-header{
    background: url('../img/bghome.jpg');
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-menu{
    margin: 0;
    padding: 0;

    background: #2C9107;
    background: -moz-linear-gradient(top, #2C9107 0%, #53AC34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2C9107), color-stop(100%, #53AC34));
    background: -webkit-linear-gradient(top, #2C9107 0%, #53AC34 100%);
    background: -o-linear-gradient(top, #2C9107 0%, #53AC34 100%);
    background: -ms-linear-gradient(top, #2C9107 0%, #53AC34 100%);
    background: linear-gradient(to bottom, #2C9107 0%, #53AC34 100%);    
}

.section-banner{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(245, 245, 245);
}

.section-banner h1{
    font-family: 'Oswald';
    font-size: 30px;
    color: #85C226;
    padding: 0;
    margin: 0;
}

.section-banner a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #444;
}

a.mais-noticias{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.section-banner a:hover{
    text-decoration: none;
    color: #42A021;
}

a.mais-noticias:hover{
    text-decoration: none;
    color: #42A021;
}

/* Carousel */

.carousel .carousel-inner .item img {
    width: 100%;
}
.carousel .carousel-indicators li {
    border-color: rgba(80, 170, 49, 1);
    background: rgba(63, 219, 11, 0);
}
.carousel .carousel-indicators li:hover {
    border-color: rgba(80, 170, 49, 1);
    background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li.active {
    border-color: rgba(80, 170, 49, 1);
    background: rgba(80, 170, 49, 1);
}
.carousel .carousel-caption {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    z-index: 0;
}
.carousel-control {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.25) 100%);
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
}
.carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel .carousel-control.left span {
    margin-left: -10px;
    left: 50%;
}
.carousel .carousel-control.right span {
    margin-right: -10px;
    right: 50%;
}
@media (min-width: 768px) {
    .carousel-control span {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
}

/* Fim Carousel */

.capa{
    padding-bottom: 10px;
    padding-top: 10px;
}

.section-info{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(255, 255, 255);
}

.section-info h1{
    font-family: 'Oswald';
    font-size: 30px;
    color: #85C226;
    text-align: center;
    line-height: 2.0;
    padding: 0;
    margin: 0;    
}

.col-home{
    padding: 10px;
    background: #EFEFEF;
}

#retornoLogin{
    display: none;
}

.section-footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #42A021;    
}

.section-footer p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #FFF;
}

.section-footer p strong{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    color: #DDD;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.direitos{
    background: #222;
}


.direitos p{
    font-family: Roboto;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.direitos a{
    color: #42A021;   
}

.direitos a:hover{
    text-decoration: underline;
}

/* História */

.section-texto{
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgb(255, 255, 255);    
}

.section-texto h1{
    font-family: 'Oswald';
    font-size: 30px;
    color: #85C226;
    text-align: center;
    line-height: 2.0;
    padding: 0;
    margin: 0;     
}

.section-texto h2{
    font-family: 'Oswald';
    font-size: 22px;
    color: #85C226;
    text-indent: 30px;
    line-height: 2.0;
    padding: 0;
    margin: 0;     
}

.section-texto p{
    font-family: 'Open Sans';
    font-size: 16px;
    text-indent: 30px;
    text-align: justify;
    color: #333;    
}

.lista li{
    font-family: 'Open Sans';
    font-size: 16px;
    text-align: justify;
    color: #333;
    padding-bottom: 5px;
}

/* Guia do Paciente */

p.dica{
    font-family: 'Open Sans';
    font-size: 16px;
    text-indent: 30px;
    text-align: center;
    color: #333;
}

/* Convênios */

.convenios{
    margin-bottom: 50px;
}

/* Contato */

p.endereco{
    font-family: 'Open Sans';
    font-size: 16px;
    text-indent: 0px !important;
    margin-left: 30px;
    line-height: 2;
    color: #333;
}


#retornoHTML{
    display: none;
}

/* Informações */

.horarios th{
    text-align: center;
    background: #42A021;
    color: #FFF;
    font-size: 18px;
}

.horarios td{
    text-align: center;
    background: #FEFEFE;
    color: #333;
    font-size: 16px;
    vertical-align: middle !important;
}

/* Noticias */

.titulo-noticia{
    font-family: 'Oswald';
    font-size: 22px;
    color: #85C226;
    text-indent: 30px;
    line-height: 2.0;
    padding: 0;
    margin: 0;     
}

.post{
    margin-bottom: 20px;
}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}

/* Fotos Home */

.section-fotos{
    background: rgb(245, 245, 245);
    padding-bottom: 40px;
}

.section-fotos h1{
    font-family: 'Oswald';
    font-size: 30px;
    color: #85C226;
    text-align: center;
    line-height: 2.0;
    padding: 0;
    margin: 0;    
}

.section-fotos h2{
    font-family: 'Oswald';
    font-size: 24px;
    color: #5bc0de;
    text-align: center;
    line-height: 2.0;
    padding: 0;
    margin: 0;    
}

.capa-album{
    border: 3px #85C226 solid;
}

.img-album{
    padding-bottom: 30px;
}

.corta-imagem{
    width: 100% !important; 
    height: 260px  !important; 
    overflow: hidden  !important;
    margin-bottom: 10px;
}

.titulo-album{
    text-indent: 0px !important;
}

.margin10{
    margin-bottom: 10px;
}


.blog{
    background-color: rgba(255, 255, 225, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog h1{
    font-family: Oswald;
    font-size: 30px;
    color: #603181;
    text-align: center;
    text-transform: uppercase; 
}

.descricao-blog{
    text-align: center !important;   
}

.blog .item{
    background: #FFF;
    max-width: 100%;
    padding-bottom: 20px;
}

.blog img{
    width: 400px;
    height: 230px;
    object-fit: cover;
    object-position: center;    
}

.blog a{
    font-family: Roboto;
    font-size: 20px;
    text-align: left;
    line-height: 150%;
    color: #00BC7E;
    text-indent: 0px;
}

.blog a{
    text-decoration: none;
}

.blog p{
    font-family: Roboto;
    font-size: 18px;
    text-align: left;
    line-height: 150%;
    margin: 20px;
}

/* BLOG */

.pgblog{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pgblog h1{
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-size: 26px;
    text-align: left;
    line-height: 150%;
}

.pgblog h2{
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 22px;
    text-align: left;
    line-height: 150%;
    color: #666;
}

.pgblog h3{
    margin: 0;
    padding: 0;
    font-family: Roboto;
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    color: #666;
}

.pgblog p{
    font-family: Roboto;
    font-size: 18px;
    text-align: left;
    line-height: 150%;
}

.pgblog.legenda{
    font-family: Roboto;
    font-size: 18px;
    text-align: left;
    line-height: 75%;
}

.well-blog{
    border: 1px solid #008755;   
    border-radius: 10px;
  background: #2C9107;
  background: -moz-linear-gradient(top, #2C9107 0%, #53AC34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2C9107), color-stop(100%, #53AC34));
  background: -webkit-linear-gradient(top, #2C9107 0%, #53AC34 100%);
  background: -o-linear-gradient(top, #2C9107 0%, #53AC34 100%);
  background: -ms-linear-gradient(top, #2C9107 0%, #53AC34 100%);
  background: linear-gradient(to bottom, #2C9107 0%, #53AC34 100%);
}

.well-blog h1{
    text-align: center;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
}

.well-blog ul{
    list-style: none;
    margin: 5px;
    padding: 5px;
}

.well-blog ul li{
    
}

.well-blog ul li a{
    font-size: 18px;
    color: #FFF;
    font-family: Roboto;
}

.well-blog ul li a:hover{
    font-size: 18px;
    color: #EEE;
    font-family: Roboto;
    text-decoration: none;
}

.post{
    padding-bottom: 50px;
}

.categorias{
    list-style: none;
    margin: 0;
    padding: 0;
}

.categorias li a{
    color: #FF6600;
    font-size: 16px;
    line-height: 1.5;
    font-family: Roboto;
}

.sobre-link{
    font-family: Roboto;
    font-size: 16px;
    text-align: center; 
    color: #FFF;
    padding: 10px;
    background-color: #2C9107;;
    border-radius: 3px; 
}

.sobre-link:hover, .sobre-link:active{
    background-color: #53AC34; 
    color: #FFF;
    text-decoration: none;
}

