/********
CSS Común
********/
/**** Cuerpo de la web ****/

html{font-size:15px;}


body{
    padding-top:70px;
    font-family: Boehringer Text,Sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color:#333;
    letter-spacing: 0.05px;
   overflow-x: hidden;
    touch-action: pan-y;
}

body.body_index25{padding-top:0px;}

@media (max-width: 768px) { 
    body{
        padding-top:70px;
    }
    body.body_index25{padding-top:0px;}
}

body.body_inici{
    padding-top:0px;
}

header {display: inline;}

a{
    color: #08312A;  /*Dark Green*/
}
a:hover{
    color: #08312A;  /*Dark Green*/
}

.master_contenido a{
    hyphens: auto;
    word-wrap: break-word;
    text-decoration: underline;
    text-decoration-color: #00E47C;  /*Accent Green*/
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.master_contenido h1 a,
.master_contenido h2 a,
.master_contenido .destacaportada a,
.master_contenido .panel-title a, 
.master_contenido .nav-filters a,
.master_contenido .btn {
    text-decoration: none;
}

img.responsive{
  width:100%;
}

img.responsive2{
  width:48%;
  margin-right:1%;
  margin:0px;
}

/**** Area Contenido ****/

section.contenido h1,
section.contenido h2,
section.contenido h3,
section.contenido h4,
section.contenido h5{
    margin:0px;
    margin-bottom:0.5em;
    color: #08312A;  /*Dark Green*/
    font-weight: 700;
    font-family: 'Boehringer Headline',Sans-serif;
    line-height:1.5em;  
}

section.contenido h2{
    color: #08312A !important;  /*Dark Green*/
}

section.contenido h1 {
    font-size: 2.1em;
    line-height: 1.1;
}
section.contenido h2 {
    font-size: 1.7em;
    line-height: 1.2;
}
section.contenido h3 {
    font-size: 1.4em;
    line-height: 1.2;
}
section.contenido h4 {
    font-size: 1.12em;
    line-height: 1.2;
}
section.contenido h5 {
    font-size: 1.0em;
    line-height: 1.2;
}

.text-primary {
    color: #08312A;  /*Dark Green*/
}

/**** Gestion Usuarios *****/

section.gestionusuarios{
  font-size:12px;
  line-height:3em;
}

section.usuariologado{
  background:#3b67ae;
  color:#fff;
}

section.usuariologado a{
  color:#fff;
}

section.usuarioanonimo{
  background:#fafafa;
  color:#444;
  border-bottom: 1px solid #ddd;
}

section.usuarioanonimo a.linkcabecera{
  display:block;
  float:left;
  color:#333;
  padding-left:10px;
  padding-right:10px;
}

section.usuarioanonimo a.linkcap2,
section.usuarioanonimo a.linkcap3{
}

section.usuarioanonimo a.linkcap3,
section.usuarioanonimo a.linkcap4,
section.usuarioanonimo a.linkcap5{
  float:right;
text-transform:uppercase;
font-size:11px;
color:#888;
}

section.usuarioanonimo a.linkcabecera:hover{
  text-decoration:none;
}

section.usuarioanonimo a.cambiozonacabeceraselected {
    font-weight: bold;
    border-bottom: 2px solid #024890;
    color: #024890;
}

section.usuariologado a.hola{
  color:#fff;
  font-weight:700;
}  

section.gestionusuarios a.menu_usuario{
 margin-left:2em; 
}  

section.gestionusuarios img.dctdcta{
  width:2.4em;
  float:left;
  margin-right:10px;
}


/**** Menu principal ****/

section.logomenu{
 padding-top:2em;
 padding-bottom:2em;
}

section.section-menu{
 border-top:1px solid #eee;
 border-bottom:1px solid #eee;
 text-align:center;
 margin-bottom:1.5em;
}

section.section-menu .menuhorizontal{
  float:left;
  border-right:1px solid #eee;
}


section.section-menu a.link-menu{
  display:block;
  float:left;
  font-size:1em;
  color:#888;
  text-transform:uppercase;
  font-weight:400;  
  letter-spacing:-0.5px;
  border-left:1px solid #eee;
  line-height:3em;  
  padding-left:1em;
  padding-right:1em;
}

section.section-menu a:hover{
  text-decoration:none;
    color: #08312A;  /*Dark Green*/
}

section.section-menu a.active{
    color: #08312A;  /*Dark Green*/
}

section.section-menu img a{
  border:0px;
}

/*******************/

section.logomenu .buscador-cabecera{
  float:right; 
}

section.logomenu .iconos-otrosportales{
  float:right;
  margin-left:0.5em;
}

section.logomenu .iconos-otrosportales img{
width:33px;
}

section.logomenu .item-iconos-otrosportales{
  float:left;
  margin-left:0.5em;
}


/**** Cabecera mobile  ****/

.navbar-default {
	background-color: #fff;
	min-height: 70px;
}
.container>.navbar-header {margin:0px;}
.navbar-toggle {
	position: relative;
	float: left;
	border:0px;
	padding:0px;
	margin-top:28px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333333;
	width: 19px;
}
.navbar-brand {
	float: none;
	padding: 0;
}
img.logo-mobile {
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	max-width:220px;
	max-height: 40px
}
.accede-mobile-nuevo {
	font-size: 22px;
	margin-top: 16px;
	display: block;
}
.navbar-collapse {
	margin-top: 25px;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #fff;
	color: #555555;
}


/*** contenido inicio ***/

.home_profesionales_slide{
  margin-bottom:1.5em;
}

.slide-portada{
}

.home_profesionales_bloque{
  padding-top:2em;
  padding-bottom:2em;
}
  
.fondo-lila {
    background-color: #E0E1F6;  /*Light Violet*/
}
.fondo-turquesa {
    background-color: #D2F2F7;  /*Light Blue*/
}
.fondo-rosa {
    background-color: #F5CDB9;  /*Light Red*/
}
.fondo-gris {
    background-color: #F6F5F3;  /*Light Gray*/
}
.fondo-gris2 {
    background-color: #E5E3DE;  /*Warm Gray*/
}
.fondo-blanco{
  background:#fff;  
}   
.fondo-negro{
  background:#222;  
}   
.fondo-cover{
    background:#000;
}

.imagen-cover-container{
  width:100%;
}  

.imagen-cover{
      float:right;
}    
    
.section-cover{
  position:absolute;
  bottom:1em;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  margin-bottom:1em;
  font-size:4em;          
}
        
.cta-cover{
  position:absolute;
  bottom:1em;
  text-align:center;
  text-transform:uppercase;
}        
        
.section-cover small{
    display:block;
}    
    
  
.section-titulo{
  text-align:center;
  font-weight:bold;
  margin-bottom:1em;
}
  
.section-titulo small{
    display:block;
}    
    
.fondo-negro .section-titulo{
  color:#fff;
}    

.home_profesionales_noticias_principal {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.home_profesionales_wrap_1 {
    margin-bottom: 2em;
}
@media (min-width:1200px){
	.filete-central {
		border-left: 1px solid #E5E3DE;
		padding-left: 30px;
		margin-left: 15px;
		width: calc(50% - 15px);
	}
}

.destacaportada{
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-bottom:2em;
    font-size: 14px;
    line-height: 1.4;
}
  
.img-destacaportada{
    margin: 0;
    aspect-ratio: 16 / 9;
}

.img-destacaportada img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.destacaportada h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
}  

.destacaportada .titulo_caja{
  font-weight:600 !important;
  font-size:18px !important;
  line-height:22px !important;
  margin-top: 10px;
}  

.destacaportada h3 a,
.destacaportada .titulo_caja a{
    color: #08312A;
}

.destacaportada-autor {
    display: none;
    color: #08312A;
    font-weight: 600;
}

.destacaportada-categoria {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #08312A;
    padding: 2px 8px;
    border-radius: 0 0 6px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #00e47c;
    line-height: 1.4;
}

.destacaportada.noticia-principal {
    padding-bottom: 1em;
    border-bottom: 1px solid #E5E3DE;
    margin-bottom: 2.5em;
}

.destacaportada.nivel-1 h3 {
    font-size: 32px;
}

.destacaportada.nivel-2 .destacaportada-heading {
    min-height: 80px;
}

.destacaportada.noticia-con-categoria .destacaportada-categoria {
	display: block;
}

.destacaportada.noticia-con-autor .destacaportada-autor {
	display: block;
}

.destacaportada.noticia-especial {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px #00000044;
    border-radius: 3px;
    overflow: hidden;
}

.destacaportada.noticia-especial .destacaportada-body {
    padding: 0 15px 10px;
}

.masleido-body {
    padding: 10px;
}
.masleido-item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.masleido-ranking {
    width: 40px;
}
.masleido-ranking-num {
    background-color: #00E47C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.masleido-enlace {
    width: calc(100% - 40px);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}

.home_profesionales_noticias_bloque {
	padding-top: 4em;
	padding-bottom: 2em;
}


/*** Tambien te puede interesar ***/

.seccionesRelacionadassotadesarrollo {
    position: relative;
    padding: 1em;
    background: #f1f1f1;
    border-top: 4px solid #3b67b0;
    margin-top: 3em;
}

.seccionesRelacionadasItem {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.titulocontenidorelacionado h3{
    margin-bottom: 5px;
}
  
section.contenido h3.titulobloqueseccionesrelacionadas {
    color: #08312A;  /*Dark Green*/
}

p.textocontenidorelacionado a{
 color:#222;    
}


/**** Footer ****/

.footer-1{
  background:#f7f7f7;
  color:#444;
  margin-top:5em;
  padding-top:4em;
  padding-bottom:4em;
}

.footer-1 a{
	color:#222;
}

.footer-2{
  background:#222;
  color:#fff;
  margin-top:0em;
  padding-top:1em;
  padding-bottom:1em;
}
  
  
.texto-iconopie{
  float:left;
  width:100%;
  font-size:0.8em;
  margin-bottom:1em;
}

.iconopie{
  float:left;
  margin-right:1em;
  font-size:1.5em;
}

.textopie{
  text-align:left;
  float:left;
}  

  
.areabloques{
}

.sociales-redes-pie{
  position:relative;
  float:left;
  margin-top:2em;
}
  
.sociales-redes-pie a{
 color:#444;
}
  
.facebook-pie,
.twitter-pie,
.youtube-pie{
  position:relative;
  float:left;
  margin-right:2em;
  font-size:1.5em;        
}

.bloque_contenido_pie{
  position:relative;
  float:left;
  width:45%;
  padding-bottom:1em;
  margin-bottom:1em;
  margin-right:2em;
}

.bloque_contenido_pie h2{
  margin:0em;
  font-size:1em;
  font-weight:bold;
  margin-bottom:0.5em;
}

.bloque_contenido_pie a{
  font-size:0.9em;
  color:#888;
  display:block;
}

.condicionesdeuso-pie{
  float:right;
}  
    
.condicionesdeuso-pie a{    
   color:#fff;
}    

  /*******************/

.mensajeprofesionales{
  margin-top:2em;
  margin-bottom:2em;
}
  
.formloginsolo,
.registrosolo{
  margin-bottom:2em;
  background:#f1f1f1;
  padding:1em;
  border-radius:1em;
  text-align:center;
}  


/************************/

#aviscookies{
    position: fixed;
    bottom: 0px;
    font-size: 12px;
    background: #f7f7f7;
    padding: 10px;
width:100%;
}	
#titolaviscookies {
font-weight:bold;
}

#lastupdate {
  background:#f7f7f7;
  color:#444;
  margin-top:1em;
  padding-top:2em;
  padding-bottom:2em;
  text-align:center;
font-size:0.9rem;
}


.icono-disclaimer i {
    font-size: 15rem;
color:#ddd;
}

/**************/

#iframeregistro{
border:0px;
width:100%;
height:1500px;
}

/*************/

#logolilly{text-align:right;}

#logolilly .img-responsive{float:right;}

.acreditaciones-footer{font-size:11px;text-align:right;margin-top:30px;}

#logowma{
position:relative;
float:right;
clear:left;
margin-top:10px;
margin-right:35px;
}

/** TELEVOTING **/

.contenidodescriutelevoting{
position:relative;
float:left;
width:100%;
margin-bottom:30px;
}

.itemEncuestaTag{
position:relative;
float:left;
width:100%;
  border:1px solid #ccc;
  padding:10px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

label.televoting_pregunta{font-size:20px;}

.desarrolloarticulo_televoting .checkbox label{
padding-left:0px;
}

.desarrolloarticulo_televoting .checkbox label input{
margin-right:5px;
}

/***** fitxes ***********/

.fichastecnicas_item {
    position: relative;
    float: left;
    width: 100%;
    padding: 1em;
    margin-bottom: 20px;
    box-shadow: 0px -1px 2px rgb(94 66 11 / 4%), 0px 3px 8px rgb(30 53 92 / 16%);
    border-radius: 5px;
}

.fichastecnicas_nombre a{color: #233e6b;}

.fichastecnicas_img{margin-bottom:10px;min-height:135px;}
.fichastecnicas_nombre{font-size:16px;font-weight:bold;}
.fichastecnicas_textini {height: 67px; font-size: 0.95em;}
.fichastecnicas_textini a{color:#444;min-height:50px;}
.fichastecnicas_boton{margin-top:10px;}
.fichastecnicas_boton .btn{width:100%;}

.fichastecnicas_ampliacion_img img{width:100%;}

.fichastecnicas_ampliacion_descripcion{margin-bottom:20px;}
.fichastecnicas_ampliacion_textolegal{margin-bottom:20px;}

/**********************/

.enunciat{font-weight:bold;margin-bottom:10px;}

.lineapregunta {margin-bottom:20px;}

.videovimeoresponsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .videovimeoresponsive iframe, .embed-container object, .videovimeoresponsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.itembuscador{margin-top:20px;padding-top:15px;border-top:1px solid #eee;}


/*** Área personal  ***/

.modulo_area_privada_titulo.panel-heading{
    color:#fff;
    background-color: #3b67ae !important;
    border-color: #3b67ae;
}

.modulo_area_privada.panel-default {
    border-color: #3b67ae;
}

/*** Registro nuevo ***/

.infomsg{margin-top:1em;}

.pas-registre .panel-heading h4{margin:0px;color: #009ee2;}

.pas-registre {color:#666!important;}


.itempostforosharing,
.itemarchivosharing{
position: relative;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.5em;
    margin-bottom: 2em;
}

.itempostforosharing a,
.itemarchivosharing a{
 color:#222;
}

.itempostforosharing span
.itemarchivosharing span{
display:block;
font-size:0.8em;
}

.tituloampliamensajesharing {font-weight:bold;}
.autorampliamensajesharing{font-size:0.9em;}
.fechaampliamensajesharing{font-size:0.8em;}


.ordenable {    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;}
.ordenable i{margin-right:10px;}
ul.sortable{list-style:none;padding:0;}

.lineapregunta .radio-inline label{font-weight:500;}
.lineapregunta .enunciat small{font-weight:500;}

/****************/

.NPSRed .checkbox label,
.NPSOrange .checkbox label,
.NPSGreen .checkbox label{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
    text-align: left;
margin-top:0.5rem;
display:block;
padding-left: 3rem;
}

/*** Nuevos Sharing Spaces ***/

   .img-avatar-top{
	   margin-top:3px;
   }


	.itempostforosharing,
	.itemarchivosharing{
		position: relative;
		float: left;
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 0.5em;
		margin-bottom: 1em;
	}


	.tituloampliamensajesharing {font-weight:bold;}
	.autorampliamensajesharing{font-size:0.9em;}
	.fechaampliamensajesharing{font-size:0.8em;}				

	section.contenido h3.sharing_titulointerior,
    section.contenido h3.sharing_openingtitle {
		margin-bottom:1em;
	}
	
	.sharing_titulomensaje {
			display: block;
			font-weight: bold;
			margin-bottom:0.5em;
	}
	.sharing_quien_cuando{font-size:0.9em;color:#888;margin-bottom:0.5em;}	
	
	.sharing_cuando{font-size:0.9em;color:#888;margin-top:1em;}	

	.sharing_cara {width:25px;margin-right:5px;}
	
	
	.msgampliamensajesharing {
		border-radius:10px;
		background:#f1f1f1;
		padding:1em;
		font-size:0.9em;
		margin-bottom:20px;
	}
	
	.openingpost .msgampliamensajesharing {
		background:#3b67b0;
		color:#fff;
	}
	
.openingpost a{color:#fff;text-decoration:underline;}

	.fechaampliamensajesharing{}
	
	
	.sharing_nuevaconversacion{
		position: relative;
		float: left;
		width: 100%;
		margin-top:3rem;
	}			

.nomautorampliamensajesharing{margin-left:15px;color:#999;margin-bottom:5px;font-size:0.8em;}	


.sharing_cuantos_a{background: #03ca14;
    color: #fff;
    font-size: 0.8em;
    width: 20px;
    display: block;
    float: right;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}


.sharing_cuantos_a:hover{
    color: #fff;
text-decoration:none;}


.fechamensajesharing{
    margin-bottom: 20px;
    font-size: 0.8em;
}

.fechamensajesharing span{
    background: #deeaff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px;
}

.mensajerespondido {
	font-size: 0.9em;
    color: #000;
    background: #ffffffb3;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}	

.error404_passaact .texto-error404 h2 {
   color: #111;
}


/******************/

.faldonCookies {
    position: fixed;
    float: left;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #0076ba;
    padding: 2rem;
   color:#fff;
}

.faldonCookies  a{color:#fff;text-decoration:underline;}
.faldonCookies  a:hover{color:#fff;}

.faldonCookies a.btn-default{text-decoration:none;background:transparent;color:#fff;border-color:#fff;}
.faldonCookies a.btn-primary{text-decoration:none;background-color:#fff !important;color:#0076ba;}

.faldonCookies p{
    max-width: 1140px;
    margin: auto;
    margin-bottom: 30px;
    line-height: 23px;
}

/***********/

.btn-detscaportada {display:none;}


/*** Disclaimer professional-pacientes ***/

@media screen and (max-width:991px) {
    #bmedical_true {
        margin-bottom: 10px;
    }
}


/*** Alerts & Well ***/
.alert-success {
    color: #0C490C;
    background-color: #edf3ef;
	border: none;
	border-radius: 0;
}
.alert-info {
    color: #076D7E;
    background-color: #D2F2F7;
	border: none;
	border-radius: 0;
}
.alert-warning {
    color: #893406;
    background-color: #FEEDD2;
	border: none;
	border-radius: 0;
}
.alert-danger {
    color: #86251B;
    background-color: #FDD3D3;
	border: none;
	border-radius: 0;
}
.well {
    background-color: #F6F5F3;
	border: none;
	border-radius: 0;
    box-shadow: none;
}


/*** Botones CTA ***/

.btn {
    border-radius: 2px;
    margin: 3px 0;	
    padding: 8px 18px;
    font-size: 0.94rem;
    font-weight: 600;
}
.btn-primary {
    color: #08312A !important;  /*Dark Green*/
    background-color: #00E47C !important;  /*Accent Green*/
    border: 2px solid #00E47C !important;  /*Accent Green*/
}
.btn-primary:active, 
.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus, 
.btn-primary.focus {
    background-color: #66efb0 !important;
    border: 2px solid #66efb0 !important;
}
.btn-default {
    color: #08312A !important;  /*Dark Green*/
    background-color: transparent !important;
    border: 2px solid #08312A !important;  /*Dark Green*/
}
.btn-default:active, 
.btn-default.active,
.btn-default:hover,
.btn-default:focus, 
.btn-default.focus {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 2px solid #08312A !important;  /*Dark Green*/
}


/*** Modals Pop-up ***/

.modal-content {
    border: 0px solid transparent;
    border-radius: 0;
}
.modal-header {
    padding: 20px 30px;
    background-color: #1a73e8;
    color: #fff;
}
.modal-body {
    padding: 20px 30px;
}
.modal-footer {
    padding: 20px 30px;
}
.modal-header .close {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: none;
}
.modal a {
    color: #1a73e8;
}
.modal a:hover {
    color: #1a73e8;
}
.modal .btn-primary {
    color: #fff !important;
}
.modal .btn-default {
    color: #333 !important;
}
#modalLogin button.btn-default {
    display: none;               // amagar el botó Cancelar del pop-up d'Identificació d'usuari
}
#modalLogin .modal-content {
    background: #FAFAFA;
}
#modalLogin .modal-header {
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 0;
}
#modalLogin .modal-title {
    color: #08312A;  /*Dark Green*/
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
}
#modalLogin .modal-header .close {
    font-size: 40px;
    color: #858C94;
}
#modalLogin .modal-body {
    padding-bottom: 30px;
}
#modalLogin .modal-body p:first-child {
    margin-bottom: 40px;
}
#modalLogin .form-group {
    margin-bottom: 40px;
}
#modalLogin label {
    font-weight: normal;
    color: #394452;
    font-size: 1.8rem;
}
#modalLogin a {
    color: #60676D;
}
#modalLogin .form-control {
    height: 45px;
}
#modalLogin .modal-body button {
    margin-top: 30px;
    padding: 13px 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
#modalLogin .modal-footer {
    padding: 25px 30px;
}
#modalLogin .modal-footer .col-md-6:first-child{
    text-align: center;
    padding-top: 10px;
}
#modalLogin .modal-footer .btn {
    padding: 13px 16px;
    background-color: transparent;
    border: 2px solid  #08312A !important;
    color: #08312A !important;
    font-size: 1.6rem;
    font-weight: bold;
}
#modalLogin .btn-primary {
    color:  #08312A !important;
}
@media (max-width: 1340px){
#modalLogin .modal-body p:first-child {
    margin-bottom: 20px;
}
#modalLogin .modal-body {
    padding-bottom: 25px;
}
#modalLogin .modal-body p:first-child {
    margin-bottom: 20px;
}
#modalLogin .form-group {
    margin-bottom: 20px;
}
#modalLogin .modal-body button {
    margin-top: 20px;
}
}

#modalDisclaimerSeccion .btn-primary {
    color: #08312A !important;  /*Dark Green*/
}
#modalDisclaimerSeccion .btn-default {
    color: #08312A !important;  /*Dark Green*/
}

/*** Pestañas Tab ***/

.nav-tabs>li>a {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #fff;
}


/******** SELECTOR USUARIO ********/

.select-home{
	position: relative;
	display: flex;
	align-items: end;
	padding: 0px;
	color: #fff;
    animation: fadeIn;
    animation-duration:1s;
}

.select-hcp{
	height: calc(100vh - 49px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% 0%;
}
.select-hcp-respiratorio	{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-inoncology		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-diabetes		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-avancesenppg	{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-mentalhub		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-cardio			{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-portalcross		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-cardiorenal		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
.select-hcp-fpi				{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}

.select-pat{
	height: calc(100vh - 49px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% 0%;
}
.select-pat-respiratorio	{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg"); border-left: 3px solid #08312a;}
.select-pat-inoncology		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-avancesenppg	{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-diabetes		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-cardio			{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-cardio			{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-mentalhub		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg"); border-left: 3px solid #08312a;}
.select-pat-portalcross		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
.select-pat-fpi				{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}

.select-ges{
	height: calc(100vh - 49px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 75% 0%;
}
.select-ges-portalcross		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-gestor.jpg");}

.select-enf{
	height: calc(100vh - 49px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}
.select-enf-respiratorio	{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-enf.jpg");}
.select-enf-cardiorenal		{background-image: url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-enf.jpg");}
	
.select-logo{
    position: absolute;
    z-index: 100;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    background: #08312A;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 15px 8px #00000066;
    padding: 20px;
}

.select-logo img {
    height: 38px;
}

.select-textos {
	width: 100%;
	padding: 20px;
	padding-bottom: 50px;
	background: #08312a;
    animation: fadeInUp;
    animation-duration:2s;
}
.select-textos h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
.select-textos h2 small{
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight:300;
}
.select-textos .aviso{
	font-size: 12px;
	padding: 20px 20% 0 20%;
}
.btn-especial{
    background-color: #00E47C;
    border: none;
    border-radius: 0px;
    color: #08312A;
    font-size: 20px;
    font-weight: bold;
}
.btn-especial:hover{
    border: none;
    background-color: #66efb0 !important;
}
.btn-especial2{
    background-color: #00E47C;
    border: none;
    border-radius: 0px;
    color: #08312A;
    font-size: 20px;
    font-weight: bold;
}
.btn-especial2:hover{
    border: none;
    background-color: #66efb0 !important;
}
.btn-especial::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.select-home:hover .select-textos a.btn.btn-especial {
    animation: pulse;
    animation-duration: 3s;
}

@media (min-width: 768px) {
	.select-home {
		filter: grayscale(1);
	}
	.select-home:hover {
		filter: grayscale(0);
		/*animation: fotozoom 10s infinite alternate;*/
	}
	.select-hcp-respiratorio	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-inoncology		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-diabetes		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-avancesenppg	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-cardio			{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-portalcross		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-cardiorenal 	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}
	.select-hcp-fpi				{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-hcp.jpg"); border-right: 3px solid #08312a;}

	.select-pat-respiratorio	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg"); border-left: 3px solid #08312a;}
	.select-pat-inoncology		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
	.select-pat-avancesenppg	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
	.select-pat-diabetes		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
	.select-pat-cardio			{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
	.select-pat-cardiorenal 	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg"); border-left: 3px solid #08312a;}
	.select-pat-portalcross		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg");}
	.select-pat-fpi				{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-paciente.jpg"); border-left: 3px solid #08312a;}

	.select-ges-portalcross		{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-gestor.jpg");}

	.select-enf-respiratorio	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-enf.jpg");}
	.select-enf-cardiorenal 	{background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.7) 80%), url("https://gestion.portalbiesa.com/arxius/imatgesbutlleti/intro-enf.jpg");}

	.select-home .select-textos {
		padding: 60px 20px;
		background-color: transparent;
		background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, transparent);
	}
	.select-home .select-textos h2 {
		color: #08312a;
		margin-top: 0;
	}
	.select-home .select-textos h2 small {
		color: #08312a;
	}
	.btn-especial:hover{
		border: none;
		background-color: #00E47C !important;
	}
	.btn-especial2:hover{
		border: none;
		background-color: #00E47C !important;
	}
}

@media (max-width: 991px) {
	.select-textos h2 {
	    font-size: 30px;
	}
}

@media (max-width: 767px) {
	body.body_inici {
		padding-top: 70px !important;
	}
	.select-home{border:none;}
	.select-logo{display:none;}
	.select-hcp{height:44vh;margin-top:-9px;}
	.select-pat{height:44vh;margin-top:-9px;}
	.select-ges{height:44vh;margin-top:-9px;}
	.select-enf{height:44vh;margin-top:-9px;}

	.select-hcp-respiratorio{height:28vh;margin-top:0px;}	
	.select-enf-respiratorio{height:28vh;margin-top:0px;}	
	.select-pat-respiratorio{height:28vh;margin-top:0px;}	

	.select-hcp-cardiorenal{height:28vh;margin-top:0px;}	
	.select-enf-cardiorenal{height:28vh;margin-top:0px;}	
	.select-pat-cardiorenal{height:28vh;margin-top:0px;}	

	.select-textos{
		padding: 15px;
	}
	.select-textos h2 {
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.select-textos h2 small{
		display:inline;
		font-size: 20px;
	}
	.select-textos .aviso{
		font-size: 11px;
		padding: 20px;
	}
	.btn-especial{font-size:16px;}
	.btn-especial2{font-size:16px;}
}
/********************/


@media (max-width: 767px) {

    #aviscookies{display:none;}

    #zonadch{
    text-align: center;
    }

    #logolilly img{
        display: block;
        margin: 1em auto 0;
    }

    #logowma {

    }
}

#capaLightbox{display:none;}

.evita-muntar-cols {display:flex; flex-wrap:wrap;}

/********************/

@media(min-width:1200px){
#contingut.col-md-12 {
    width:878px;
    margin-left: 146px;
}
}
.breadcrumb {
    padding: 16px 0px 8px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
    margin-top: -40px;
}
.breadcrumb>li+li:before {
    content: "›";
    padding: 0 10px;
    color: #E2E2E2;
    font-size: 30px;
    line-height: 12px;
    vertical-align: sub;
}


/******** FORMULARIO DE REGISTRO ********/
.pas-registre .panel-heading {
    padding: 10px 25px 10px;
    border: 0px solid transparent;
    background: #08312a !important;
    background-image: linear-gradient(45deg, #08312A, #00E47C);
}

.pas-registre .panel-heading h4 {
    font-size:32px;
    margin:0px;
    color: #fff;
    text-align: start;
}
.pas-registre .panel-body {
    padding: 30px 25px 25px;
}
.pas-registre .panel-body .form-info {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #08312A;
}
.pas-registre .panel-default {
    border: 0px solid transparent;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
.pas-registre .bolasregistronum {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5rem;
    width: 26px;
    height: 26px;
    padding: 7px 0;
    margin-bottom: 8px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.pas-registre .bolasregistronumactivo .bolasregistronum {
    background-color: #08312A;
    border: 1px solid #08312A;
    color: #fff;
}
.pas-registre .datosregistronum {
    font-weight: 600;
}
.pas-registre .bolasregistronumactivo .datosregistronum {
    color: #08312A;
}
.pas-registre .form-group {
    margin-bottom: 36px;
}
.pas-registre  .small {
    font-size: 100%;
}
.body_registro {
    background-color: #f5f5f5;
}
.body_registro .contenido {
    padding-top: 8rem;
}

/***** LOGIN SECCIÓN *****/
.mensajeprofesionales h2 {
    font-size: 1.7em !important;
}
.formloginsolo {
    margin-bottom: 2em;
    background: #FAFAFA;
    padding: 2.5em;
    border-radius: 0.5em;
    text-align: left;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 15%);
}
.formloginsolo h3 {
    text-align: center;
    font-size: 2.3em !important;
    color: #000 !important;
}
.formloginsolo a {
    color: #60676D;
}
.formloginsolo .btn {
    margin-top: 30px;
}
.formloginsolo input {
    margin-bottom: 30px;
}

.registrosolo {
    background: #ffffff;
}
.registrosolo h3 {
    font-size: 1.3em !important;
    font-weight: normal !important;
}

.registrosolo .btn-primary {
    color: #333;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
.registrosolo .btn-primary:focus, .btn-primary.focus {
    color: #333;
    background-color: #e6e6e6 !important;
    border: 1px solid #adadad !important;
}
.registrosolo .btn-primary:hover {
    color: #333;
    background-color: #e6e6e6 !important;
    border: 1px solid #adadad !important;
}
.registrosolo .btn-primary:active, .btn-primary.active {
    color: #333;
    background-color: #e6e6e6 !important;
    border: 1px solid #adadad !important;
}

.formloginsolo .btn-default {
    color: #08312A !important;  /*Dark Green*/
    background-color: #00E47C !important;  /*Accent Green*/
    border: 2px solid #00E47C !important;  /*Accent Green*/
}
.formloginsolo .btn-default:active, 
.formloginsolo .btn-default.active,
.formloginsolo .btn-default:hover,
.formloginsolo .btn-default:focus, 
.formloginsolo .btn-default.focus {
    color: #08312A !important;  /*Dark Green*/
    background-color: #66efb0 !important;
    border: 2px solid #66efb0 !important;
}



/********** FEEDBACK **********/
.feedbackweb {padding-top:1rem; padding-bottom:1rem;margin-top:6rem;}
.hoverup{color:#51996E !important;}
.hoverdown{color:#C35D5D !important;}
.respostsi{color:#51996E !important;}
.respostno{color:#C35D5D !important;}
.pulgarabajo{color:#DDD;cursor:pointer;}
.pulgararriba{color:#DDD;cursor:pointer;}
.whydivs {margin-top:2rem;}
.why {
    margin: 6px;
    display: inline-block;
    cursor: pointer;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 7px;
    font-size: 0.9em;
    font-weight: bold;
    color: #777;
}
.why:hover {
	background: #fff;
    border: 1px solid #233E6B;
	color: #233E6B;
}
.whysel {
	background: #233E6B!important;
    border: 1px solid #233E6B!important;
	color: #fff!important;
}
.feedback-gracias {
    margin-top: 15px;
    margin-bottom: -10px;
}


/********** HEADER ***********/
.logomenu-nuevo {
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 9;
    background: #08312A;  /*Dark Green*/
    border-bottom: 1px solid #08312A;  /*Dark Green*/
    min-height: 70px;
}
.logomenu-nuevo-logo {
    max-height: 60px;
    padding-top: 18px;
    padding-bottom: 5px;
    width: auto!important;
}

.body_index25 .logomenu-nuevo {
    position: sticky;
    top:0px;
    width: 100%;
    z-index: 9;
    background: #08312A;  /*Dark Green*/
    border-bottom: 1px solid #08312A;  /*Dark Green*/
    min-height: 70px;
    display: flex;
    align-items: center;
}
.body_index25 .logomenu-nuevo .row {
    display: flex;
    align-items: center;
}
.body_index25 .logomenu-nuevo-logo {
    max-height: 60px;
    padding-top: 18px;
    padding-bottom: 5px;
    width: auto!important;
}

.NPSGreen img {
    width: auto;
}

.buscador-cabecera-nuevo {
    display: inline-block;
    margin-right: 17px;
    padding-top: 15px;
}
.buscador-cabecera-nuevo .input-group .form-control {
    color: #E5E3DE;  /*Warm Gray*/
    background-color: transparent;
    border-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00E47C;  /*Accent Green*/
    border-radius: 0;
    box-shadow: none;
    width: 280px;
}
.buscador-cabecera-nuevo .btn {
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 5px;
}
.buscador-cabecera-nuevo .btn:active, 
.buscador-cabecera-nuevo .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
}
.buscador-cabecera-nuevo .btn i {
    font-size: 20px;
}
.linkcap3 {
    color: #F6F5F3;  /*Light Gray*/
    background-color: none;
    font-size: 1em;
    font-weight: bold;
    border-radius: 4px;
}
.linkcap3:hover {
    color: #E5E3DE;  /*Warm Gray*/
    text-decoration: none;
}
.linkcap3 i {
    margin-right: 8px;
    font-size: 19px;
    vertical-align: text-bottom;
}
img.dctdcta {
    height: 22px;
    width:22px;
    float: left;
    margin-top: 0px;
    margin-right: 8px;
}
.btn-group-opciones-usuario {
    border-left: 1px solid #F6F6F6;
    padding-left: 16px;
}
.btn-group-opciones-usuario .btn {
    color: #F6F5F3 !important;  /*Light Gray*/
    font-weight: bold;
    background-color: transparent !important;
    border-color: transparent;
    border-radius: 0;
    padding: 0;
}
.btn-group-opciones-usuario .caret {
    margin-left: 6px;
    margin-top: -3px;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.btn-group-opciones-usuario.open>.dropdown-toggle.btn-default,
.btn-group-opciones-usuario.open>.dropdown-toggle.btn-default:hover, 
.btn-group-opciones-usuario.open>.dropdown-toggle.btn-default:focus, 
.btn-group-opciones-usuario .btn-default:active, 
.btn-group-opciones-usuario .btn-default.active {
    color: #F6F5F3 !important;  /*Light Gray*/
    background-color: transparent !important;
    border-color: transparent;
}
.btn-group-opciones-usuario.open .dropdown-toggle, 
.btn-group-opciones-usuario .btn:active, 
.btn-group-opciones-usuario .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-opciones-usuario .dropdown-menu {
    left: 16px;
}

.logomenu-nuevo2 {
    border-bottom: 1px solid #dddddd;
    background:#fff;
    width: 100%;
    z-index: 8;
    min-height: 46px;
}
.logomenu-nuevo2 .row,
.logomenu-nuevo2 .col-sm-2 {
    display: flex;
}
.btn-group-seleccion-nuevo {
    width: 100%;
    display: flex;
}
.btn-group-seleccion-nuevo .btn {
    color: #08312A;  /*Dark Green*/
    font-weight: bold;
    background: #FFF;
    border-color: transparent !important;
    border-right: 1px solid #f1f1f1;    border-radius: 0;
    display: block;
    width: 100%;
    margin-left: -15px !important;
 font-size:15px;
}
.btn-group-seleccion-nuevo.open>.dropdown-toggle.btn-default,
.btn-group-seleccion-nuevo.open>.dropdown-toggle.btn-default:hover, 
.btn-group-seleccion-nuevo.open>.dropdown-toggle.btn-default:focus, 
.btn-group-seleccion-nuevo .btn-default:active, 
.btn-group-seleccion-nuevo .btn-default.active {
    color: #233e6b;							/*color BI*/
    background-color: #FAFAFA;
    border-color: transparent;
}
.btn-group-seleccion-nuevo.open .dropdown-toggle, 
.btn-group-seleccion-nuevo .btn:active, 
.btn-group-seleccion-nuevo .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-seleccion-nuevo .caret {
    margin-left: 8px;
    margin-top: -3px;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.menuhorizontal-nuevo {
    padding-top: 1em;
    padding-bottom: 0;
    margin-bottom: -1px;
}
.menuhorizontal-nuevo a.link-menu {
    color: #08312A;  /*Dark Green*/
    margin-left: 0;
    margin-right: 32px;
    text-decoration: none;
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-bottom: 9px;
    font-weight:600;
    font-size: 15px;
}
.menuhorizontal-nuevo a.link-menu.active {
    color: #08312A;  /*Dark Green*/
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #08312A;  /*Dark Green*/
    padding-bottom: 9px;
}
.menuhorizontal-nuevo a.link-menu:hover {
    color: #00E47C;  /*Accent Green*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00E47C;  /*Accent Green*/
    padding-bottom: 9px;
}
@media (max-width: 1340px){
.menuhorizontal-nuevo {
    padding-top: 0.5em;
    display: flex;
    justify-content: flex-end;
}
.menuhorizontal-nuevo a.link-menu {
    max-width: 105px;
    text-align: center;
    padding-bottom: 8px;
}
}
@media (max-width: 1200px){
.menuhorizontal-nuevo a.link-menu {
    margin-left: 26px;
}
}@media (max-width: 990px){
.menuhorizontal-nuevo a.link-menu {
    margin-left: 15px;
}
}

.navegacion-mobile .navbar {
    background: #08312A;  /*Dark Green*/
}
.navegacion-mobile .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navegacion-mobile .navbar-default .navbar-toggle:hover, 
.navegacion-mobile .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navegacion-mobile .navbar-default .navbar-collapse, 
.navegacion-mobile .navbar-default .navbar-form {
    background-color: #fff;
}

/********** BANER INFOMEDICA ***********/
.baner-infomedica {
    background: #FAFAFA;
    border-radius: 4px;
    padding: 30px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.baner-infomedica h4 {
    color: #08312A !important;
}
.baner-infomedica .enlace-info {
    margin-top: 25px;
}


/******** FILTROS ********/
.filters-bar {
	display: table; 
	width: 100%; 
	margin-top: 12px;
}
.filters-bar > .column {
	display: table-cell; 
	vertical-align: middle;
}
.nav-filters {
	display: block; 
	list-style: none; 
	margin: 0; 
	padding-left: 0;
}
.nav-filters .titulo-filtro {
	font-weight: bold;
}
.nav-filters > li {
	display: inline-block; 
	margin: 0 12px 20px 0; 
	font-size: 14px; 
}
.nav-filters > li > a {
	padding: 4px 12px; 
	border: 1px solid #ddd; 
	border-radius: 50px; 
	color: #555; 
	text-decoration: none; 
	cursor:pointer;
	background-color: #fff;
}
.nav-filters > li > a:hover {
	background: #eee; 
	color: #606060;
}
.nav-filters > li.active > a {
    border: 1px solid #08312A !important;
    border-radius: 50px;
    padding: 4px 12px;
    color: #fff !important;
    background: #08312A;
}
.nav-filters > li.active a:after {
    content: url(https://gestion.portalbiesa.com/gestio/arxius/imatgesbutlleti/filter-cross-8.png);
    margin-left: 10px;
    color: #ccc;
    position: relative;
    top: -1px;
    right: -2px;
}


/***** DESPLEGABLES STANDARS *****/
.rotar-180 {rotation: 180deg; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transition: transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s;}
.rotar-0   {rotation: 0deg; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transition: transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -moz-transition: -moz-transform 0.5s;}
.panel-group .panel+.panel {margin-top: -1px;}
.panel-default>.panel-heading {background-color: transparent;}
.panel-heading {position: relative; display: flex; flex-wrap: nowrap; align-items: center; min-height: 52px;}
.panel-heading a {text-decoration:none;}
.panel-heading a::after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.panel-title {flex: 1 0 0%; margin-bottom: 3px !important;}
p.panel-title {font-size: 1.1em;}
.panel-title .fa {margin-top: 3px; font-size: 16px !important;}
.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: none; background-color: #faf9f8; padding: 10px 15px;}
.panel-group .panel {border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; border: none; background-color: #efeeeb; margin-bottom: 12px;}


/***** DESPLEGABLES ESPECIALS 2022 *****/
.desplegable-pestana {border-radius: 4px !important; border: 1px solid #dddddd !important;}
.desplegable-pestana+.desplegable-pestana {margin-top: 24px !important;}
.desplegable-pestana-heading {min-height: 64px !important;}
.desplegable-pestana-title {font-size: 1.6em !important;}
.desplegable-pestana-title .fa {margin-right: 24px !important; font-size: 20px !important; margin-top: 8px !important;}
.desplegable-pestana-title .fa {rotation: -90deg; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}
.desplegable-pestana-title .fa.rotar-180 {rotation: 0deg; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);}
.desplegable-pestana-title .fa.rotar-0 {rotation: -90deg; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}


/***** ÀNCORES ESPECIALS 2022 *****/
.anclas-contenido {padding-top: 3rem; padding-bottom: 3rem;}
.anclas-contenido p.intro {color: #80858A;}
.anclas-contenido ul {list-style: none; padding-left: 0;}
.anclas-contenido li {display: inline-block; margin: 0 22px 10px 0; font-size: 0.85em;}
.anclas-contenido a {color: #333; text-decoration: none; padding-bottom: 8px; border-bottom: 2px solid #E2E2E2;}


/***** MENÚ DESPLEGABLE IZQUIERDA *****/
section.contenido .list-group ul{
     list-style:none;
     padding-left:0px;
}
section.contenido .list-group-item{
     font-size: 13px;
     font-weight:400;
}
section.contenido .list-group-item li{
     margin-top:6px;
     font-size: 12px;
     padding-left:8px;
}
section.contenido .list-group-item li a{
    color:#444;
}
section.contenido .list-group-item li ul li{
    border:0px;
    font-size: 12px;
}
section.contenido .list-group-item li ul li a{
    color:#444;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{
    background:#fff;
    border-color:#ddd;
}
li.list-group-item.active > a:nth-child(1){
    font-weight:bold;
}
.ulMenuGeneral .list-group-item {
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
    border-bottom: 1px solid #F6F6F6 !important;
    background-color: transparent;
}
.ulMenuGeneral .list-group-item:last-child {
    border-bottom: none !important;
}
.ulMenuGeneral .list-group-item i {
    margin-top: 5px !important;
    margin-right: 15px !important;
    color:#c7c7c7 !important;
    cursor:pointer !important;
}
@media(min-width:992px){
.ulMenuGeneral .list-group-item a {
    width: 85% !important;
    display: inline-block !important;
}
}
.ulMenuGeneral .list-group-item li {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}


/***** MENÚ DESPLEGABLE IZQUIERDA:  OPCIÓN SELECCIONADA *****/
section.contenido li.liMenuIzquierda.active,
.ulMenuGeneral li.liMenuIzquierda.active {
    background-color: #fff !important;
}
section.contenido li.liMenuIzquierda.active a {
    font-weight: 300 !important;
}
section.contenido li.liMenuIzquierda.active>a:first-child {
    font-weight: 700 !important;
    border-radius: 4px;
    padding: 4px 4px 4px 8px !important;
    margin-left: -8px;
}


/***** MENÚ DESPLEGABLE IZQUIERDA:  NIVEL 3 *****/
.ulMenuGeneral>li>ul>li>ul>li>a {
    border-left: 1px solid #ddd !important;
    padding-left: 8px;
}
.ulMenuGeneral>li>ul>li>ul>li.active>a {
    border-left: 1px solid #008895 !important;
    border-radius: 0px 4px 4px 0px !important;
}


/***** MENÚ DESPLEGABLE IZQUIERDA:  NIVEL 4 *****/
.ulMenuGeneral>li>ul>li>ul>li>ul>li:before {
    content: "•" !important;
    color: #bbb;
    margin-right: 6px;
}
.ulMenuGeneral>li>ul>li>ul>li>ul>li>a {
    vertical-align: middle;
}


/***** MENÚ DESPLEGABLE MOBILE *****/
li.cabeceraMenuMobil.visible-xs.list-group-item {
	background: #f6f6f6;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-size: 1.3em !important;
	font-weight:700 !important;
}
li.cabeceraMenuMobil .faplusminustopmenu {
	margin-top: 7px !important;
	margin-right: 0px !important;
	color: inherit !important;
	font-size: 0.9em !important;
}


/***** FEEDBACK MOLECULINA INFOMEDICA *****/
.kb-teleo-molec .pulgar {cursor: pointer;}
.kb-teleo-molec .pulgar.pulgarup {color: #666;}              /*#333*/
.kb-teleo-molec .pulgar.pulgardown {color: #666;}         /*#333*/
.kb-teleo-molec .pulgar.text-success {color: #34a136;} /*#3c763d*/
.kb-teleo-molec .pulgar.text-danger {color: #d93632;}  /*#a94442*/
.kb-teleo-molec .pulgar.text-muted {color: #bbb;}          /*#777*/


/***** CAROUSEL HOME *****/
#carousel-home-new{
    background-color:#fff;
    margin-bottom: 50px;
}
#carousel-home-new .carousel-caption{
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 45%;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 40%;
    height: max-content;
    z-index: 10;
    color: #333;
    text-align: left;
    text-shadow: none;
}
#carousel-home-new .slide-title{
    font-size: 2.2em;
    line-height: 1.2;
}
#carousel-home-new .slide-title a{
    color: #202a32;
    font-weight: bold;
}
#carousel-home-new .slide-subtitle{
    font-size: 1.2em;
    line-height: 1.3;
    color: #60676d;
}
#carousel-home-new .slide-button{
    padding: 10px 90px;
    margin-top: 15px;
}
#carousel-home-new .carousel-indicators{
    bottom: 0px;
    left: 15px;
    margin-left: 0;
    width: 90%;
    text-align: left;
    z-index: 8;
}
#carousel-home-new .carousel-indicators li{
    width: 60px;
    height: 5px;
    border: none;
    border-radius: 0px;
    margin: 0 5px 0 0;
    background-color: #ebebeb;
}
#carousel-home-new .carousel-indicators .active{
    width: 60px;
    height: 5px;
    background-color: #858585;
}
#carousel-home-new .circle{ 
    position: absolute;
    border-radius: 0 50% 50% 0;
    background: #fff;
    width: 20%;
    height: 110%;
    left: -8%;
    top: -5%;
}

@media (max-width:991px){
#carousel-home-new{
    padding-bottom: 60px;
}
#carousel-home-new .carousel-caption{
    position: relative;
    transform: none;
    -webkit-transform: none;
    width: 100%;
}
#carousel-home-new .slide-title{
    font-size: 1.6em;
    line-height: 1.3;
    margin-top: 0;
}
#carousel-home-new .slide-subtitle{
    font-size: 1.1em;
    line-height: inherit;
}
#carousel-home-new .circle {
    border-radius: 50% 70% 0 0;
    box-shadow: 0px -6px 5px -6px #ccc;
    width: 100%;
    height: 60%;
    left: 0%;
    top: auto;
    bottom: -37%;
}
#carousel-home-new .slide-button {
    margin-top: 25px;
    display: block;
}
}


/***** ACCESOS RÁPIDOS HOME *****/
#intro-home {
    padding-bottom: 2rem;
}
#intro-home .titulo-intro {
    text-align: center;
    color: #202a32 !important;
    font-weight: bold;
    margin-bottom: 0.7em;
}


/***** ACCESOS RÁPIDOS HOME *****/
#accesos-rapidos{
    padding-top: 2em;
    padding-bottom: 2em;
}
#accesos-rapidos .row{
    display: flex;
    flex-wrap: wrap;
}
#accesos-rapidos .titulo-accesos {
    text-align: center;
    color: #202a32 !important;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#accesos-rapidos .destacaportada {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgba(94, 66, 11, 0.04), 0px 4px 8px rgba(30, 53, 92, 0.16);
    padding: 1em;
    margin-bottom: 2em;
    font-size: 16px;
    transition: 0.2s;
}
#accesos-rapidos .destacaportada:hover {
    box-shadow: 0px 0px 2px rgb(94 66 11 / 4%), 0px 4px 8px 4px rgb(30 53 92 / 20%);
}
#accesos-rapidos .img-destacaportada {
    margin: -1em;
    margin-bottom: 0;
}
#accesos-rapidos .img-destacaportada img {
    border-radius: 5px 5px 0 0;
}
#accesos-rapidos .lista-accesos{
    margin: 20px 0 -10px;
}
#accesos-rapidos .link-acceso{
    display: block;
    margin: 16px 0;
}
#accesos-rapidos .iconowrap{
    display: table-cell;
    vertical-align: middle;
}
#accesos-rapidos .icono{
    margin: 0 10px 0 8px;
}
#accesos-rapidos .subtitulo{
    color: #202A32;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
    display: table-cell;
}
#accesos-rapidos .sin-icono{
    display: inherit;
    margin: 16px 0 16px 58px;
}



/***** FOOTER *****/
.footer-0 {
     background: #fafafa;
    color: #666;
    margin-top: 5em;
    padding-top: 2em;
    padding-bottom: 2em;
}
@media (min-width:768px){
    .footer-0 .flex {
        display: flex!important;
    }
}
.footer-0 .logo-aval {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:767px){
    .footer-0 .acreditaciones-footer {
        margin-bottom: 40px;
    }
}
.footer-0 .valign-center {
    align-self: center!important;
}
.footer-0 .disclaimer-farmaco-paci {
    font-size:11px;
}

.footer-new {
   background-color:#08312A;    
    color: #fff;
    margin-top: 0em;
    padding-top: 4em;
    padding-bottom: 4em;
}
.footer-new a {
    text-decoration: none;
    color: #fff;
}
.footer-new a:hover {
    color: #ffffff;
}
.footer-new .item a:hover::before {
    content: "›";
    font-size: 24px;
    line-height: 0;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}
.footer-new #logobifooter {
    width: 220px;
    margin-bottom: 40px;
}
.footer-new .titulo {
    color: #f1f1f1;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-new .item {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.footer-new .item small {
    font-size: 10px;
}
.footer-new .buscador-footer {
    margin-bottom: 40px;
}
.footer-new .ajustalastupdate {
    margin-top: 50px;
    text-align: right;
}
.footer-bottom-new-row {
    margin-top: 3em;
}
.footer-new-social {
    padding-bottom: 40px;
}
.footer-new-social .fa {
    font-size: 30px;
}
.footer-new-social a {
    margin-left: 40px;
}
@media (max-width:991px){
    .footer-new .pad-xs {
        margin-top: 60px;
    }
    .footer-new-col1-2 {
        margin-top: 60px;
    }
    .footer-new .ajustalastupdate {
        text-align: center;
    }
    .footer-new-social {
        text-align: center;
    }
    .footer-new-social a {
        margin-left: 15px;
        margin-right: 15px;
    }
}


.itemfooter_vivirconfibrosispulmonar,
.itemfooter_conocelaesclerodermia,
.iconos-otrosportales,
.itemfooter_lappgyyo{
display:none;
}



/**********************/

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


/***** CONGRESOS Y EVENTOS *****/
.eventos_date {
    font-size: 20px !important;
    border-bottom: 1px solid #E2E2E2 !important;
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    padding-bottom: 5px;
}
.eventos_year {
    color: #ADB1B4;
}
.cajas_landings .badge {
    font-size: 14px;
    font-weight: normal;
    color: #202A32;
    background-color: #E2E2E2;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.eventos_period {
    font-size: 14px;
}


/**************/


a.btn.btn-default.btn-facebook {
    border-radius: 4px;
    border-color: #ddd;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 26px;
    color: #444;
    font-family: "Montserrat", Sans-serif;
    letter-spacing: -0.1px;
    width: 100%;
    background-color: #ffffff!important;
    border: 1px solid #ddd!important;
    margin-top: 0px;
}

.loginSocialBtn{display:block!important;}

 .loginSocialFrase{display:block!important;margin-top:15px;margin-bottom:20px;}

span.loginSocialFraseFilet {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    margin-top: -12px;
}

span.loginSocialFraseO {
    background: #fafafa;
    padding-left: 10px;
padding-right:10px;
    font-size: 15px;
}

@media (max-width: 768px){
.loginSocialBtn .col-xs-6 {
    width: 100%;
}

a.btn.btn-default.btn-facebook {
margin-top:15px;
}
}

.g_id_signin {
    overflow: hidden;
    width: 100%;
}

body.modal-open section{filter: grayscale(1) blur(11px);}



.modal-body a.btn.btn-default.btn-facebook {display:block!important;}



/***** LOGIN ONEKEY *****/
.owalogin-blur-auxiliar-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #00000088;
}

.panel-owalogin {
    position: relative;
    z-index: 4;
    background-color: #FAFAFA;
    margin-left: -50px;
    margin-right: -50px;
}
@media (max-width:768px){
    .panel-owalogin {
        margin-top: 20px;
    }
}
@media (max-width:992px){
    .panel-owalogin {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.panel-owalogin .h4registro {
    color: #233E6B !important;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 15px !important;
}
.panel-owalogin .panel-heading {
    background-color: #FAFAFA;
}
.panel-owalogin .form-info {
    text-align: left !important;
    font-size: 16px;
    margin-bottom: 25px !important;
}
.panel-owalogin .alert .form-info {
    font-size: 14px;
    margin-bottom: 0px !important;
}
.panel-owalogin .alert {
    background: #E0EEFF;
    border-color: rgba(37, 92, 123, 0.5);
    color: #233E6B;
}
.panel-owalogin .cajita-owaform {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 20px;
    margin: 30px 0 15px;
}
.panel-owalogin .cajita-owaform .form-group {
    margin: 20px 0px;
}
.panel-owalogin .recover-owa-password {
    margin-bottom: 30px;
}
.panel-owalogin .recover-owa-password a {
    color: #233E6B;
}
.panel-owalogin .form-group-btn-enviar-owa {
    text-align: right;
    margin-bottom: 0px !important;
}
.panel-owalogin .btn-enviar-owa {
    display: inline-block;
    width: auto !important;
    background-color: #3C3C3C !important;
    border-color: #3C3C3C !important;
    padding: 10px 50px;
}
/**************/


/***** ERROR 404 *****/
.body_404 section.contenido {
	background-color: #015D94;
	background-image: linear-gradient(90deg, #015D94 , #015D9400), url(https://gestion.portalbiesa.com/gestio/arxius/imatgesbutlleti/blur-hospital-1.jpg);
	background-size: cover;
	background-position: 0% 100%;
	color: #fff !important;
}
.texto-error404 {
	padding: 14rem 0rem 16rem;
}
.titulo-error404 {
	color: #fff !important;
}
.subtitulo-error404 {
	color: #fff !important;
	font-weight: 400 !important;
}
.link-error404 {
	margin: 20px 0;
}
.link-error404 a {
	color: #fff !important;
}
.chevron-error404 {
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
}
.body_404 .buscador-cabecera .form-control {
	border: 0px solid transparent;
}
.body_404 .buscador-cabecera .btn-default {
	color: #fff;
	background-color: #233E6B;
	border-color: transparent;
}
.pie-error404 {
	height: 50px;
}
.body_404 .logomenu-nuevo2 {
    margin-bottom: 0;
}
.body_404 .breadcrumb {
	display: none;
}
.body_404 .footer-0 {
	margin-top: 0em;
}

@media screen and (max-width: 600px){
	.body_404 section.contenido {
		background-image: linear-gradient(90deg, #015D94 , #015D9466), url(https://gestion.portalbiesa.com/gestio/arxius/imatgesbutlleti/blur-hospital-1.jpg);
	}
	.texto-error404 {
		padding: 6rem 0rem 6rem;
	}
}
/**************/


/***** FEEDBACK ENCUESTA *****/
.estrellitas {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    text-align: center;
}
.estrellitas .fa-star-o {
    color: #E2E2E2;
}
.estrellitas .fa-star {
    color: #0076BA;
}
/*** Pantalla 0 ***/
.pantalla0 h3 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 30px !important;
}
.pantalla0 .divgeneral h3 {

}
.pantalla0 label {
    font-size: 18px !important;
}
.pantalla0 small {
    font-size: 16px !important;
}
.pantalla0 .estrella{
    margin: 0 3vw;
}
@media (max-width:500px){
.pantalla0 .estrella{
    margin: 0 1vw;
}
}
/*** Pantalla 1 ***/
.pantalla1 p {
    font-size: 18px !important;
}
.pantalla1 h3 {
    font-size: 18px !important;
    margin-bottom: 30px !important;
}
.pantalla1 .radios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.pantalla1 .radio-inline {
    margin: 0 0 40px !important;
    padding: 0 !important;
    min-width: 20px;
    text-align: center;
}
.pantalla1 .radiostar {
    margin: 0 !important;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width:575px){
.pantalla1 .radios{
    justify-content: space-between;
}
.pantalla1 .radio-inline{
    min-width: 15%;
}
}

.pantalla1 .estrella{
    margin: 0 0.8vw;
}
@media (max-width:768px){
.pantalla1 .estrella{
    margin: 0 0.5vw;
}
}
@media (max-width:650px){
.pantalla1 .estrella{
    font-size: 45px;
}
}
@media (max-width:500px){
.pantalla1 .estrella{
    font-size: 30px;
}
}
/*** Pantalla 2 ***/
.pantalla2 h2{
    font-size: 20px !important;
    color: #0076BA !important;
}
.pantalla2 .btn{
    margin-top: 20px;
}


.propcbuscador {
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 6px;
    text-align: center;
    float: right;
    font-size: 12px;
    margin: 10px;
    background: #08312A;
    color: #fff;
}

.titulobuscador a{color:#08312A;font-size:16px;font-weight:bold; text-decoration:none;}

.ampliabuscador{ color: #888;font-size: 15px;}

#keywordsbusqueda{
    position: absolute;
    background: #fff;
    z-index: 10000;
    padding: 10px;
    text-align: left;
    max-height: 300px;
    overflow: auto;
    min-width: 250px;
    max-width: 350px;
}

#keywordsbusquedaportada{
    position: absolute;
    background: #fff;
    z-index: 8;
    padding: 10px;
    text-align: left;
    max-height: 300px;
    overflow: auto;
    min-width: 250px;
    /*max-width: 350px;*/
    width: 1100px;
}
@media (max-width:1199px){
    #keywordsbusquedaportada{
        width: 900px;
    }
}
@media (max-width:991px){
    #keywordsbusquedaportada{
        width: 680px;
    }
}
@media (max-width:767px){
    #keywordsbusquedaportada{
        width: calc(100% - 70px);
    }
}

.item-new-search {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.item-new-search  a{color:#444;}


.body_areapersonal {
    background-color: #fafafa;
}

.breadcrumb>.active {
    color: #444;
}

.logo-cdo{max-width:200px;}

.item_miscontenidos span{display:none;}

.contieneNpsFeedback img {
    width: 60px!important;
}

.img-not-max {
    max-width: 70px!important;
}

.form-check-label{
font-weight:400;
}

.cajas_landings .destacaportada {
    background: transparent;
    box-shadow: none;
    min-height: 244px;
}
.cajas_landings .destacaportada .titulo_caja {
    padding-top: 10px;
}
.cajas_landings .destacaportada .titulo_caja a {
    color: #08312A !important;  /*Dark Green*/
}

.media h4 {
    margin-bottom: 0 !important;
}

.kb-hola img {
    filter: hue-rotate(269deg);
}
.kb-hola {
margin-bottom: 2.5rem;
margin-top: 2.5rem;
}

.kb-teleo-molec {
    max-width: 60%;
}

form#buscator {
    max-width: 60%;
    margin-left: 40%;
}

form#buscator .input-group{
    max-width: 60%;
    margin-left: 40%;
}

.kb-valoracion img {
    filter: hue-rotate(269deg);
}

.kb-valoracion .kb-teleo-molec {
    max-width: 100%;
}

.kb-buscador{margin-top:0!important;}

li::marker {
    color: #00e37d;
}

.item-fichas-tecnicas-footer{display:none;}



ol.olranking {
  counter-reset: li;
  list-style-type: none;

  padding-left: 10px;
  
  li {
    position: relative;   
    padding: 5px 0 5px 30px;
    
    &:before {
      content: counter(li);
      counter-increment: li;
      height: 31px;
      width: 31px;
      border: 1px solid #00E47C;
  background-color: #00E47C;

      border-radius: 50%;
      color: #333;
      text-align: center;
      position: absolute;      
      left: 0;
      top: 3px;
    font-size: 1.4em;
    font-weight: bold;

margin-top: -0.3rem;
            margin-left: -0.7rem;
    }
  }
}

.footer-new-logo-div>small {
    display: inline-block;
    margin-bottom: 10px;
}



/******* MEDINFOALERT | ARTÍCULOS CIENTÍFICOS *******/
.infocontenido .panel-group {
    margin-bottom: 40px;
}
.medinfo-titol-fam {
    border-bottom: 1px solid #08312A;
    padding-bottom: 5px;
}
.medinfo-titol-fam .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.medinfo-titol-fam .col-sm-2 {
    display: none;
}
.medinfo-titol-fam .col-sm-10 {
    width: 100%;
}
.medinfo-article .align-right {
	text-align: center;
	padding-top: 6px;
}
.medinfo-titol-fam img {
    display: none;
}
.medinfo-titol-fam h3 {
    margin-bottom: 0 !important;
}
.medinfo-article {
    padding: 15px 10px 10px;
    border-bottom: 1px solid #B6CDBF;
}
.medinfo-article .panel {
	border: 0;
    margin-bottom: 0 !important;
}
.medinfo-article .panel-heading {
    border-top: 0;
    min-height: auto;
    padding: 0;
    background-color: #fff !important;
}
.medinfo-article .panel-title {
    margin-bottom: 0px !important;
    font-size: 0.8em !important;
	text-align: right;
	color: #00E47C;
}
.medinfo-article .panel-title i {
	display: none;
}
.medinfo-article input[type="checkbox"] {
    width: 20px;
    height: 20px;
	accent-color: #00E47C;
}
.medinfo-article .panel-body {
    background-color: #fff !important;
    padding: 10px 0 !important;
    font-size: 0.9em;
}
.medinfo-accions {
    padding-bottom: 10px;
}
.medinfo-accions .btn {
    color: #08312A !important;
    background-color: #00E47C !important;
    border: 2px solid #00E47C !important;
    margin: 3px 0;
    padding: 8px 18px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
}
.loadingmed {
    border: 1px solid #00e47c;
    border-radius: 0;
    margin: 20px 0;
    padding: 40px 10px;
    color: #08312a;
    background-color: #fff;
}
.loadingmed i {
    margin-bottom: 10px;
}
@media (max-width:767px){
	.medinfo-article .align-right {
		text-align: left;
		padding-top: 0;
	}
}

.table-agendas {
    background-color: #f6f5f3;
    border-top: 3px solid #00e47c !important;
    border-bottom: 3px solid #00e47c !important;
    border: none;
}

.table-agendas .bg-success {
    background-color: #08312a !important;
    color: #00e47c;
    border-bottom: 1px solid #00e47c;
font-size: 14px;
}
.table-agendas td {
    border-right: 1px solid #e5e3de;
}
/**************/


.body_condiciones .contenido {
    padding-top: 2rem;
}
.body_politicadeprivacidad .contenido {
    padding-top: 2rem;
}
.body_cookies .contenido {
    padding-top: 2rem;
}
.body_mapaweb .contenido {
    padding-top: 2rem;
}


img.dctdcta{display:none;}





/**************************/

.destacado blockquote {
    max-width: 30ch;
    width: auto;
    float: left;
    font-size: 1.8rem;
    font-style: italic;
    padding: 15px 20px;
    margin: 20px 30px 20px 0;
    border: none;
    background-color: #f6f5f3;
    color: #08312A;
}
@media (min-width:1200px) {
    .destacado blockquote {
        margin-left: -60px;
    }
}
@media (max-width: 767px) {
    .destacado blockquote {
        float: none;
		margin: 20px 0 20px 0;
    }
}

.despiece1 {
    background-color: #f6f5f3;
    padding: 25px 35px 20px;
    margin: 20px 0;
}
.despiece2 {
    background-color: #08312a;
    padding: 25px 35px 20px;
    margin: 20px 0;
}
.despiece2 p {
    color: #fff;
}
.despiece2 .btn-primary {
    background-color: #ccfae5!important;
    border: 1px solid transparent !important;
}
.despiece2 .btn-primary:focus, 
.despiece2 .btn-primary.focus,
.despiece2 .btn-primary:hover,
.despiece2 .btn-primary:active, 
.despiece2 .btn-primary.active {
    background-color: #66efb0!important;
    border: 1px solid transparent !important;
}
section.contenido .despiece2 h1,
section.contenido .despiece2 h2,
section.contenido .despiece2 h3,
section.contenido .despiece2 h4 {
    color: #00e47c !important;
}
.despiece3 {
    background-color: #d2f2f7;
    padding: 25px 35px 20px;
    margin: 20px 0;
}
.despiece3 .btn-primary {
    background-color: rgba(255, 255, 255, 0.0) !important;
    border: 2px solid #08312a !important;
}
.despiece3 .btn-primary:focus, 
.despiece3 .btn-primary.focus,
.despiece3 .btn-primary:hover,
.despiece3 .btn-primary:active, 
.despiece3 .btn-primary.active {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 2px solid #08312a !important;
}

.titulo-destacado {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.titulo-destacado::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #08312A;
    left: 50%;
    transform: translateX(-50%);
}

.soloprofesionalessanitarios_contenidoabierto {
    width: 66.66666%;
    margin-left: 16.6666666%;
}

blockquote {
    margin-left: -60px;
    width: 50%;
    border-left: none;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
}

.body_seccio {
    overflow-x: hidden;
}

.cappunta .master_contenido{padding-top:0px;}

.imagen-cabecera-contigodoc-nueva {
    position: relative;
    float: left;
    width:100%;
    background: #08312a;
    color: #fff;
    margin-bottom: 32px;
    margin-top:0px;
}

.imagen-cabecera-contigodoc-nueva img {
    position: relative;
    float: right;
    width: 45%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.imagen-cabecera-contigodoc-nueva h1 {
    color: #fff !important;
    padding: 30px 30px 20px !important;
    line-height: 1.3em !important;
    font-size: 2.7rem !important;
    width: 55%;
    margin-bottom: 0 !important;
}

@media (min-width:1600px) {
    .imagen-cabecera-contigodoc-nueva h1 {
        padding: 120px 50px 20px 120px !important;
        font-size: 3.0em !important;
    }
}
@media (max-width:991px) {
    .imagen-cabecera-contigodoc-nueva img{
        float: none;
        width: auto;
    }
    .imagen-cabecera-contigodoc-nueva h1 {
        float: none;
        width: auto;
        font-size: 2rem !important;
        padding: 30px 30px 30px !important;
    }
}


/********  2025 ********/

.nuevomenu25{display:none;}
.nuevomenu25-abierto{display:block;}

.body_index25 .linkcap3 {
    display: block;
}

.body_index25  .logomenu-nuevo-logo {
    margin: auto;
}

.body_index25 .select-logo {
    display: none;
}
.body_index25 .select-logo img {
    display: none;
}

.body_index25 .select-logo h1{
    display: block!important;
}

.body_index25 .select-logo{
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: none;
    top: auto;
    left: 0px;
    background: #08312A;
border-radius:0px;
box-shadow:none;
}

.bodytipo_ .master_contenido{padding-top:0px;}


@media (min-width: 1200px) {
  .body_index25     #contingut.col-md-12 {
        width: 100%;
        margin-left: 0px;
    }
}


.nuevomenu25-abierto {						/*menú*/
    display: block;
    position: fixed;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    top: 70px;
    box-shadow: #101010 1px 1px 350px;
    overflow: auto;
}
.nuevomenu25 li::marker {						/*treure puntets menú*/
    content: none;
}
.menuprimernivel,								/*nivells menú*/
.menusegundonivel,
.menutercernivel,
.menucuartonivel {
    float: left;
    padding-top: 20px;
    padding-bottom: 80px;
}
.menuprimernivel > ul,
.menusegundonivel > ul,
.menutercernivel > ul,
.menucuartonivel > ul {
    padding-inline-start: 0;
}
.menuprimernivel {
    padding-bottom: 170px;
}
.itemmenucolumnainterior2 {					/*elements menú*/
    width: calc(25vw - 9px);
    font-size: 19px;
    line-height: 1.2;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 20px;
}
.itemmenucolumnainterior2>a {					/*text element*/
    width: calc(100% - 32px);
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.itemmenucolumnainterior2>a:hover {				/*text element hover*/
    background-color: #f6f5f3;   /*Light Gray*/
}
.itemmenucolumnainterior2.active a {				/*text element activat*/
    background-color: #e5e3de;   /*Warm Gray*/
}
.abremenu25_span {							/*fletxa*/
    width: 32px;
    float: right;
    text-align: center;
}
.abremenu25_span a {							/*fletxa*/
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.abremenu25_span a:hover {					/*fletxa hover*/
    background-color: #00e47c;   /*Accent Green*/
}
.itemmenucolumnainterior2.active .abremenu25_span a {	/*fletxa activada*/
    background-color: #08312a;   /*Dark Green*/
    color: #fff;
}
@media (max-width:1199px){
	.menucuartonivel {
		display: none;
	}
    .itemmenucolumnainterior2 {
        width: 33.33vw;
    }
    .menutercernivel .abremenu25_span {
        display: none;
    }
}
@media (max-width:991px){
	.menutercernivel {
		display: none;
	}
    .itemmenucolumnainterior2 {
        width: 50vw;
    }
    .menusegundonivel .abremenu25_span {
        display: none;
    }
}
@media (max-width:767px){
	.menusegundonivel {
		display: none;
	}
    .itemmenucolumnainterior2 {
        width: 100vw;
    }
    .menuprimernivel .abremenu25_span {
        display: none;
    }
    .buscador-cabecera-nuevo-25 {
        max-width: calc(100vw - 25px);
    }
}


.buscador-cabecera-nuevo-25 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.buscador-cabecera-nuevo-25 .input-group {
    width: 100%;
}
.buscador-cabecera-nuevo-25 input {
    border: 1px solid #898885;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 20px 12px 20px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(https://gestion.portalbiesa.com/arxius/imatgesbutlleti/magnifying-glass-simple.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.buscador-cabecera-nuevo-25 input:hover {
    border: 1px solid #2E2D2C;
}
.buscador-cabecera-nuevo-25 input:focus {
    border: 1px solid #00E47C;
    -webkit-box-shadow: inset 0px 0px 0px 1px #00E47C;
    box-shadow: inset 0px 0px 0px 1px #00E47C;
}
.buscador-cabecera-nuevo-25 .input-group-btn {
    display: none;
}
.buscador-cabecera-nuevo-25 #keywordsbusqueda {
    min-width: 150px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-top: 10px;
    border: 1px solid #2E2D2C;
    border-radius: 2px;
    box-shadow: none;
}


/***** MENU CORPO *****/
.logomenu-corpo {
    background-color: #08312a;
    border-bottom: 1px solid #2f594f;
    padding: 12px 0;
}
.logomenu-corpo .row {
    display: flex;
    align-items: center;
}
.logomenu-nuevo .row {
    display: flex;
    align-items: center;
}
.logo-bi-header {
    width: 80px;
}
.logomenu-corpo-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}
.logomenu-corpo-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
.logomenu-corpo-item {
    margin-left: 20px;
    padding: 3px 0;
}
.logomenu-corpo-item a {
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    text-decoration: none;
}
.logomenu-corpo-item a:hover {
    color: #00e47c;
    text-decoration: none;
}
.logomenu-corpo-item.active a {
    text-decoration: none;
}
.active-contigodoc a {
    color: #66EFB0;
    background-color: transparent;
    border: 2px solid #66EFB0;
    border-radius: 100px;
    padding: 4px 8px;
}
.active-contigodoc a:active,
.active-contigodoc a:hover {
    color: #66EFB0;
    background-color: transparent;
    border: 2px solid #66EFB0;
    opacity: 70%;
}
.corpo-user-icon img {
    filter: invert(1);
    width: 31px;
    margin-left: 20px;
}
.linkabremenu25 img {
    filter: invert(1);
    width: 37px;
}
.nombre-portal {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.1;
}
.nombre-portal:hover {
    color: #00e47c;
    text-decoration: none;
}
.master_contenido {
    padding-top: 40px;
}
.logomenu-corpo-search {
    margin-left: 20px;
}
.logomenu-corpo-search a {
    color: #fff;
}
.itemmenucolumnainterior2_tipo a {
    position: relative;
    padding-left: 38px;
}
.itemmenucolumnainterior2_tipo a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 13px;
    width: 15px;
    height: 15px;
    background-color: #00E47C;
    border-radius: 50px;
}
.itemmenucolumnainterior2_logged a {
    border: 1px solid #08312A;
}
@media(max-width:767px) {
    .logomenu-corpo {
        display: none;
    }
    .nuevomenu25-abierto {
        box-shadow: none;
    }
}

/*********************/
@keyframes fotozoom {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}




/********** CSS LIENZO 2025 **********/

.lienzo-2025-padding-1x {padding-top: 1rem; padding-bottom: 1rem;}
.lienzo-2025-padding-3x {padding-top: 3rem; padding-bottom: 3rem;}
.lienzo-2025-padding-5x {padding-top: 5rem; padding-bottom: 5rem;}
.lienzo-2025-padding-7x {padding-top: 7rem; padding-bottom: 7rem;}

.lienzo-2025-fondo-green-dark {background-color:#08312A;}
.lienzo-2025-fondo-green-accent {background-color:#00E47C;}
.lienzo-2025-fondo-gray-warm {background-color:#E5E3DE;}
.lienzo-2025-fondo-gray-light {background-color:#F6F5F3;}
.lienzo-2025-fondo-white {background-color:#ffffff;}
.lienzo-2025-fondo-black {background-color:#000000;}
.lienzo-2025-fondo-yellow-light {background-color:#fbf9aa;}
.lienzo-2025-fondo-yellow-main {background-color:#ffe667;}
.lienzo-2025-fondo-yellow-medium {background-color:#ffd03d;}
.lienzo-2025-fondo-yellow-dark {background-color:#e18600;}
.lienzo-2025-fondo-blue-light {background-color:#d2f2f7;}
.lienzo-2025-fondo-blue-main {background-color:#a3e5ee;}
.lienzo-2025-fondo-blue-medium {background-color:#6ad2e2;}
.lienzo-2025-fondo-blue-dark {background-color:#076d7e;}
.lienzo-2025-fondo-red-light {background-color:#f5cdb9;}
.lienzo-2025-fondo-red-main {background-color:#f58a68;}
.lienzo-2025-fondo-red-medium {background-color:#ee6541;}
.lienzo-2025-fondo-red-dark {background-color:#86251b;}
.lienzo-2025-fondo-violet-light {background-color:#e0e1f6;}
.lienzo-2025-fondo-violet-main {background-color:#c5c3ee;}
.lienzo-2025-fondo-violet-medium {background-color:#928bde;}
.lienzo-2025-fondo-violet-dark {background-color:#5d4495;}

.lienzo-2025-texto-green-dark {color:#08312A;}
.lienzo-2025-texto-green-accent {color:#00E47C;}
.lienzo-2025-texto-gray-warm {color:#E5E3DE;}
.lienzo-2025-texto-gray-light {color:#F6F5F3;}
.lienzo-2025-texto-white {color:#ffffff;}
.lienzo-2025-texto-black {color:#000000;}
.lienzo-2025-texto-yellow-light {color:#fbf9aa;}
.lienzo-2025-texto-yellow-main {color:#ffe667;}
.lienzo-2025-texto-yellow-medium {color:#ffd03d;}
.lienzo-2025-texto-yellow-dark {color:#e18600;}
.lienzo-2025-texto-blue-light {color:#d2f2f7;}
.lienzo-2025-texto-blue-main {color:#a3e5ee;}
.lienzo-2025-texto-blue-medium {color:#6ad2e2;}
.lienzo-2025-texto-blue-dark {color:#076d7e;}
.lienzo-2025-texto-red-light {color:#f5cdb9;}
.lienzo-2025-texto-red-main {color:#f58a68;}
.lienzo-2025-texto-red-medium {color:#ee6541;}
.lienzo-2025-texto-red-dark {color:#86251b;}
.lienzo-2025-texto-violet-light {color:#e0e1f6;}
.lienzo-2025-texto-violet-main {color:#c5c3ee;}
.lienzo-2025-texto-violet-medium {color:#928bde;}
.lienzo-2025-texto-violet-dark {color:#5d4495;}

.lienzo-2025-border-gray-warm {border-bottom:1px solid #E5E3DE;}

.superheading1 {font-size: 16.0rem; font-weight: normal; line-height: 1.0;}
.superheading2 {font-size: 12.0rem; font-weight: normal; line-height: 1.0;}
.superheading3 {font-size: 8.0rem; font-weight: normal; line-height: 1.0;}
.superheading4 {font-size: 6.0rem; font-weight: normal; line-height: 1.0;}
.heading1 {font-size: 4.0rem; font-weight: normal; line-height: 1.2;}
.heading2 {font-size: 2.6rem; font-weight: normal; line-height: 1.2;}
.heading3 {font-size: 1.8rem; font-weight: normal; line-height: 1.2;}
.heading4 {font-size: 1.4rem; font-weight: normal; line-height: 1.2;}
@media (max-width:767px){
	.superheading1 {font-size: 4.0rem;}
	.superheading2 {font-size: 3.8rem;}
	.superheading3 {font-size: 3.6rem;}
	.superheading4 {font-size: 3.4rem;}
	.heading1 {font-size: 3.2rem;}
	.heading2 {font-size: 2.0rem;}
	.heading3 {font-size: 1.5rem;}
	.heading4 {font-size: 1.2rem;}
}

.lienzo-2025-desarrollo-contenido {font-size: 1.1rem;}

.lienzo-2025-cajas-etiqueta-debajo .destacaportada {
    padding-bottom: 2.5rem !important;
}
.lienzo-2025-cajas-etiqueta-debajo .etiqueta-destacaportada {
    bottom: 15px;
    left: 15px;
    padding: 0.3rem 0.7rem;
    border-radius: 50px;
    background-color: #ffe667;
}

.btn-lg {font-size:1.2rem;}

.timer-bloc {
    text-align: center;
}
.timer-col {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.timer-num {
    font-size: 8rem;
    font-weight: bold;
    line-height: 1.1;
}
.timer-txt {
}
.timer-separa {
    width: 5%;
    display: inline-block;
    text-align: center;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1.1;
    vertical-align: top;
}
@media (max-width:767px){
	.timer-num {
		font-size: 6rem!important;
	}
	.timer-separa {
		font-size: 6rem!important;
	}
}
@media (max-width:575px){
	.timer-col {
		width: 18%!important;
	}
	.timer-num {
		font-size: 2rem!important;
	}
	.timer-txt {
		font-size: 0.5em;
	}
	.timer-separa {
		width: 4%;
		font-size: 2rem!important;
	}
}

.cajas_landings .row {
    display: flex;
    flex-wrap: wrap;
}
.cajas_landings .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.cajas_landings .destacaportada {
    background:#fff;
    padding:1rem; 
    min-height: calc(100% - 28px);
    transition: 0.2s;
    animation: fadeIn;
    animation-duration: 2s;
    box-shadow: 0px 2px 8px -3px rgb(0, 0, 0, 25%);
}
.cajas_landings .owl-stage .destacaportada {
    margin-bottom: 12px;
    min-height: calc(100% - 12px);
}
.cajas_landings .img-destacaportada {
	margin:-1rem -1rem 1rem -1rem;
    overflow: hidden;
}
.cajas_landings .img-destacaportada img {
    transition: 0.4s;
}
.cajas_landings .destacaportada:hover .img-destacaportada img {
    transform: scale(1.05);
}
.cajas_landings .destacaportada:hover {
    box-shadow: 0px 2px 15px -3px rgb(0, 0, 0, 25%);
}
.etiqueta-destacaportada {
    position: absolute;
    background: #00e47c;
    left: 0px;
    padding: 0.5rem 1rem;
    z-index: 1;
    color: #08312a;
    border-radius: 0% 50px 50px 0%;
    font-size: 0.8rem;
    line-height: 1;
}
/*************/





.owl-nav i {
    border: 1px solid;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 1.8rem;
    font-size: 2.5rem;
    padding: 0.5rem;
}

.linea-heading {
    width: 120px;
    height: 6px;
    background: linear-gradient(150deg, rgba(210, 242, 247, 1) 0%, rgba(245, 205, 185, 1) 56%, rgba(251, 249, 170, 1) 100%);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: -10px;
}

/*** nuevo login ***/
.soloprofesionalessanitarios_25{
    position:relative;
    max-width: 600px;
    margin: auto;
    transition: all 0.3s;
}
.soloprofesionalessanitarios_25 .formloginsolo {
    background-color: #F6F5F3;
    box-shadow: none;
    transition: all 0.3s;
}
.soloprofesionalessanitarios_25:hover .formloginsolo {
    box-shadow: 0px 2px 25px rgb(0 0 0 / 25%);
}
.soloprofesionalessanitarios_25 p {
    text-align: center;
}
.soloprofesionalessanitarios_25_p1 {
    text-align: center;
}
.soloprofesionalessanitarios_25 #username {
    height: 42px;
    text-align: center;
}
.soloprofesionalessanitarios_25_p2 {
    text-align: center;
}
.soloprofesionalessanitarios_25_p2 strong {
    display: block;
}
.soloprofesionalessanitarios_25 #password {
    height: 42px;
    text-align: center;
}
.soloprofesionalessanitarios_25 button {
    font-size: 1.1rem;
}
.soloprofesionalessanitarios_25 span.loginSocialFraseO {
    background: #F6F5F3;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    color: #ccc;
    font-weight: bold;
}
//.soloprofesionalessanitarios_25 .loginSocialBtn iframe,
.soloprofesionalessanitarios_25 .loginSocialBtn #container {
    width: 100% !important;
}

