/* BANNERS */

.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 10px;
    height: 10px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.jssorb05 div:hover, .jssorb05 .av:hover { background: #333 }
.jssorb05 .av { background: #6C262A }
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }


/* BOX SOBRE*/
#amarante{
    margin-top: 50px;
    padding-top: 20px;
    color: #6C262A;
}
#amarante .moldura{
    background: #fff;
}
#amarante .moldura img{
    width: 100%;
}
#amarante .title-section{
    margin-bottom: 0;
}

#sobre{
    line-height: 1.5;
    margin-top: 30px;
}
#sobre ul{
    font-size: 0.8em;
}

#sobre .box{
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    background: #EEEEEE;
    color: #ACACAC;
   /* padding: 10px 20px;*/
}

#sobre .img-mm{
    max-width: 100%;
}

#sobre .box h1{
    margin-bottom: 5px;
}

#sobre .box p{
    font-size: 15px;
    color: #666;
    margin: 5px 0px; 
}


/* ÚLTIMAS NOTÍCIAS  */

.news-excerpt{
    /*padding-right: 0px;*/
}

.news-excerpt > .title-section{
    margin-bottom: 5px;
    margin-top: 25px;
}

.news-excerpt .read-more{
    float: right;
    font-weight: bold;
    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 20px;
    color: #6C262A;
}

.news-excerpt .uma-noticia{
    padding: 11px 0;   
}

/*.news-excerpt article {
    margin-bottom: 0px;
     border-bottom: none;
}

.news-excerpt article:last-child {
    display: none;
}
*/
.news-excerpt article {
    margin-bottom: 0px;
     border-bottom: 1px dashed #e1e1e1;
}

.news-excerpt article:last-child {
    margin-bottom: 0px;
     border-bottom: none;
}

.news-excerpt article{
    margin-bottom: 0px;
}

.news-excerpt article img{
    width: 100%;
}

.news-excerpt article h1,.news-excerpt article h1 a{
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #6C262A;
    margin-bottom: 0;
    line-height: 1.3;
}

.news-excerpt p{
    margin: 5px 0;
}

/* PATOLOGIAS */
#carrousel-patologias .descricao ul{
    padding-left: 10px;
    list-style: none;
}
#carrousel-patologias .thumbnail{
    height: 300px;
    border-width: 5px;
    overflow: hidden;
    border-radius: 0;
}
#carrousel-patologias .thumbnail img{
    height: 100%;
}
#carrousel-patologias .descricao{
    background: #E6883E;
    color: #fff;
    margin-top: 30px;
    width: 100%;
}
#carrousel-patologias .carousel-control{
    height: 40px;
    bottom: 0;
    top: auto;
    background: #6C262A;
    opacity: 1;
    width: 100px;
    padding-top: 5px;
}
#carrousel-patologias .carousel-control.left{
    left: 50%;
    margin-left: -50px;
}
#carrousel-patologias .carousel-control.right{
    right: 0;
}


/* AGENDAMENTO */

#agendamento {
    line-height: 1.3;
    margin-bottom: 0px;
    margin-top: -93px;
}

#agendamento .box{
    padding: 15px;
    margin: 0;
    background: #EEEEEE;
    color: #ACACAC;
}

#agendamento .title-section{
    margin-bottom: 0;
    width: 100%;
    background: #E6883E;
    padding: 15px;
    color: #fff;
    cursor: pointer;
}
#agendamento .title-section:after{
    display: none;
}

#agendamento > .box > p{
    margin-bottom: 10px;
    color:#666;
    font-size: 15px;
}

#agendamento input {
    height: 35px !important;
}

#agendamento #cfsubmit{
    height: 55px;
}

#agendamento .contact-form{
    margin-bottom: 0px;
}

.bootstrap-datetimepicker-widget table td.day{
    line-height: 17px !important;
}

#cfsubmit{
    margin-top: 20px;
    background: #6C262A;
    border: 2px solid #6C262A;
    height: 70px;
}
#cfsubmit:hover{
    opacity: 0.8;
}

.box{
    background: #EEEEEE;
    color: #ACACAC;
    padding: 10px 20px;
}

#content{
    font-size: 12pt;
}

@media (max-width: 768px){
    #jssor_1{
        top: 0 !important;
    }
    #agendamento{
        margin-top: 0;
    }
    #carrousel-patologias{
        margin-bottom: 45px;
    }
    #carrousel-patologias .carousel-control{
        bottom: -45px;
    }
    #carrousel-patologias .carousel-control.left{
        left: 50px;
    }
}
@media (min-width: 768px){
    .news-excerpt article {
        margin-bottom: 0px;
         border-bottom: none;
    }
    #carrousel-patologias .descricao{
        margin-left: -50px;
    }
}

@media (min-width: 992px){
    .news-excerpt article {
    margin-bottom: 0px;
     border-bottom: 1px dashed #e1e1e1;
}

.news-excerpt article:last-child {
    margin-bottom: 0px;
     border-bottom: none;
}

}

