/********
CSS Específico
********/
/********** ContigoDoc ***********/

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007458BoehringerHeadline.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007516BoehringerHeadline-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007293BoehringerHeadline-Medium.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007533BoehringerHeadline-Medium-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007482BoehringerHeadline-Bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Headline";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007501BoehringerHeadline-Bold-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007319BoehringerText.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007584BoehringerText-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007358BoehringerText-Medium.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007598BoehringerText-Medium-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007549BoehringerText-Bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Boehringer Text";
    src: url(https://www.contigodoc.es/arxius/eventosbie/1718007568BoehringerText-Bold-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap
}

.ariadna{
    display:none;
}

@media (max-width: 1340px){
    .menuhorizontal-nuevo {
        padding-top: 1em;
        display: block;
        justify-content: flex-start;
    }
    .menuhorizontal-nuevo a.link-menu {
        max-width: initial;
    }
}


/************ PORTADA ************/
.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;
    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 h3 a {
    color: #08312A;
}
.destacaportada-autor {
    color: #08312A;
    font-weight: 600;
}
.destacaportada-categoria {
    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-categoria {
	display: none;
}
.destacaportada.noticia-con-categoria .destacaportada-categoria {
	display: block;
}
.destacaportada-autor {
	display: none;
}
.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-lateral {
    border-left: 1px solid #E5E3DE;
    padding-left: 15px;
    margin-bottom: 25px;
}
.masleido-header {
    border-bottom: 3px solid #08312A;
    font-size: 20px;
    font-weight: bold;
    color: #08312A;
}
.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;
}
.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*/
}

/************ ARTICULOS CONTIGODOC ************/
#contingut {
    position: static;
}
.body_seccio {
    overflow-x: hidden;
}
.imagen-cabecera-contigodoc {
    position: absolute;
    top: 116px;
    left: 0;
    height: 300px;
    overflow: hidden;
    z-index: 7;
    width: 100%;
}
.imagen-cabecera-contigodoc img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 50% 20%;
}
@media (max-width:767px){
	.imagen-cabecera-contigodoc {
		top: 70px;
		height: 180px;
	}
	.imagen-cabecera-contigodoc img {
		height: 180px;
	}
}
.soloprofesionalessanitarios_contenidoabierto {
    max-height: 800px;
    overflow: hidden;
    width: 100%;
    margin-left: 0%;
}
.soloprofesionalessanitarios_contenidoabierto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-image: linear-gradient(180deg, transparent 40%, #fff 83%);
}
blockquote {
    margin-left: -60px;
    width: 50%;
    border-left: none;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
}
.buscador-inline .input-group {
    border: 1px solid #08312A;
    border-radius: 2px;
    background-color: #fff;
}
.buscador-inline .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 12px;
    height: 38px;
    font-size: 13px;
}
.btn-buscador {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #00E47C;
    height: 38px;
}
.resultado-busador {
    position: absolute;
    background: #fff;
    z-index: 10000;
    padding: 10px;
    box-shadow: 0px 1px 4px -1px #aaa;
    text-align: left;
    max-height: 300px;
    overflow: auto;
    min-width: 214px;
    max-width: 350px;
}
.topic-primary {
    color: #08312A !important;  /*Dark Green*/
    background-color: #00E47C !important;  /*Accent Green*/
    border: 2px solid #00E47C !important;  /*Accent Green*/
    margin-top: 5px;	
    margin-bottom: 5px;	
    margin-right: 10px;
    padding: 8px 18px;
    min-height: 42px;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.topic-primary:active, 
.topic-primary.active,
.topic-primary:hover,
.topic-primary:focus, 
.topic-primary.focus {
    background-color: #66efb0 !important;
    border: 2px solid #66efb0 !important;
}
.header-categoria {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.header-categoria::before {
    content: "";
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
}
.header-categoria.header-empleo::before {
    background-color: #E0E1F6;
    background-image: url(https://www.contigodoc.es/arxius/imatgesbutlleti/Boehringer_Workplace_RemoteWork_HomeOffice_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 29%;
    filter: brightness(0.7);
}
.header-categoria.header-formacion::before {
    background-color: #E0E1F6;
    background-image: url(https://www.contigodoc.es/arxius/imatgesbutlleti/Boehringer_Workplace_Campus_ConversationOutdoors_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 60%;
    filter: brightness(0.7);
}
.header-categoria.header-guias::before {
    background-color: #E0E1F6;
    background-image: url(https://www.contigodoc.es/arxius/imatgesbutlleti/Boehringer_Healthcare_HCP_GroupMeeting-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    filter: brightness(0.7);
}
.header-categoria-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 180px;
}
.header-categoria-titulo {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.contenido .header-categoria-titulo h1 {
	color: #fff !important;
}
section.contenido .header-categoria-titulo h2 {
	color: #fff !important;
}
.bottom-categoria {
    padding-top: 80px;
}
.nav-filters > li > a {
    border: 1px solid #08312A;
    color: #08312A !important;
}
.nav-filters > li.active > a {
    border: 1px solid #08312A !important;
    background: #08312A;
}


/*** ESPECIAL CONTIGODOC ***/
.logomenu-nuevo2 .col-sm-2 {
    display: none;
}
.logomenu-nuevo2 .col-sm-10 {
    width: 100%;
    text-align: start;
}
.btn-group-seleccion-nuevo {
    display: none;
}
p.item.link-footer-informacion-medica {
    display: none;
}
p.item.item-fichas-tecnicas-footer {
    display: none;
}

@media (min-width: 1200px) {
    #contingut.col-md-12 {
        width: 100%;
        margin-left: 0px;
    }
}

.contigodocdata{display: none!important;}

.active-contigodoc {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #00e47c;
}


.master_contenido{font-size:1.1rem;}

.creditos-cfo {
    font-size: 1.5rem;
}