/*
Theme Name: Medicare Child
Theme URI: http://medicare.bold-themes.com
Template: medicare
Author: BoldThemes
Author URI: http://bold-themes.com
Description: Responsive theme.
Tags: one-column,right-sidebar,fluid-layout,responsive-layout,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.2.4.1508839172
Updated: 2017-10-24 09:59:32

*/
@import url('../medicare/style.css');




/************ HOMEPAGE **************/


/* Main Banner: alterar dimensão
.header_banner{
width:600px;
}

.btSliderPort{
min-height:600px;
}*/


/* responsive slider*/
@media (max-width: 600px) {
#responsive_slider{
   background-position-x: 400px !important;
	}
}

/* eliminar a top bar*/
.topBar {
	display:none;
}


/* alterar letra do paragrafo*/
p{
	line-height: 1.8;
    font-size: 14px;
}



/************QUEM SOMOS **************/

/****INFORMAÇÃO GERAL*********/

/*alterar opacidade border right*/
.btDarkSkin .rowItem.btRightBorder, .btLightSkin .btDarkSkin .rowItem.btRightBorder {
    border-right: 1px solid rgba(255,255,255,.4);
}

/****NORMAS FUNCIONAMENTO****/

/*alterar line height*/
.header .btSubTitle {
	line-height: 2;
}

/* espaço depois na lista de normas*/
.space_after{
	padding-bottom:18px;

}

/* texto de destaque azul*/
.destaque_azul{
	color:#027fc2;
	font-size: 15px;
	line-height: 25px;
	font-weight: 502;
	padding-bottom:13px;
}


/************ GALERIA **************/

/*alterar o tamanho acordeao*/
.tabAccordionTitle{
    width:290px!important;
}
/************ RODAPÉ**************/
.btDarkSkin .btSiteFooterWidgets, .btLightSkin .btDarkSkin .btSiteFooterWidgets {
    background: #102035;
}
/************ SUB RODAPÉ**************/
.btDarkSkin .btSiteFooter, .btLightSkin .btDarkSkin .btSiteFooter {
    background: #102035;
}
/************ esconder elementos no responsive*************/
@media (max-width: 1024px) {
    .responsive_display{
        display: none !important;
}
}
@media (min-width: 1025px) {
    .responsive_display {
        display: block !important;
}
}
/************ personalizar barra cookies*************/
.button{
	  background-image: none !important;
	background-color: #249CD2 !important;
}
.button:hover{
	  background-image: none !important;
	background-color: #027FC2 !important;
}

