@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: "Libre Franklin", sans-serif;
	color: #0D457D;
	letter-spacing: 0;
	background:url('/admin/uploads/content/files/20230403162046000_header.png') repeat-x #F0F2F4;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #0D457D;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.5;
}

.single-blog-post p {
    line-height: 1.7;
}

.w-100 {font-weight:100;}	/*Thin*/
.w-200 {font-weight:200;}	/*ExtraLight*/
.w-300 {font-weight:300;}	/*Light*/
.w-400 {font-weight:400;}	/*Regular*/
.w-500 {font-weight:500;}	/*Medium*/
.w-600 {font-weight:600;}	/*SemiBold*/
.w-700 {font-weight:700;}	/*Bold*/
.w-800 {font-weight:800;}	/*ExtraBold*/
.w-900 {font-weight:900;}	/*Black*/

.text-verde {
    color: #4EC9CF !important;
}

a {
    color: #0D457D;
}

a:hover {
	color: #4EC9CF;
}

.classy-nav-container .classy-navbar .classynav ul li:hover > a {
	color: #4EC9CF;
}

.night-mode-wrapper {
	display: none !important;
}

.col-dreta{
	display:none;
}

.classy-navbar {
    height: 200px!important;
}

.classy-navbar .nav-brand img{
    max-width: 155px !important;
}

.breadcrumb-area {
	display:none;
}

.header-area {
    position: relative!important;
	display: none;
}

.header-sticky{
	background-color: #F0F2F4!important;
	box-shadow:none;
}

.btn-primary {
    color: #01b2ba;
    background-color: #DFF6F6;
    border-color: #DFF6F6;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 1rem 3rem;
}
.btn-primary:hover, 
.btn-primary:active{
    color: #01b2ba;
    background-color: #9AE0E3;
    border-color: #9AE0E3;
}
.btn-primary:focus{
    color: #01b2ba;
    background-color: #9AE0E3;
    border-color: #9AE0E3;
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.btn-primary:active:focus{
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.btn-primary.disabled{
    color: #fff;
    background-color: #d3dbdb;
    border-color: #d3dbdb;
}

.btn-outline-primary {
    color: #01b2ba;
    border-color: #DFF6F6;
}
.btn-outline-primary:hover, 
.btn-outline-primary:active{
    color: #01b2ba;
    background-color: #9AE0E3;
    border-color: #9AE0E3;
}
.btn-outline-primary:focus{
    color: #01b2ba;
    background-color: #9AE0E3;
    border-color: #9AE0E3;
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.btn-outline-primary:active:focus{
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}

.btn-secondary {
    color: #9AE0E3;
    background-color: #156a92;
    border-color: #156a92;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 1rem 3rem;
}
.btn-secondary:hover, 
.btn-secondary:active{
    color: #9AE0E3;
    background-color: #3688af;
    border-color: #3688af;
}
.btn-secondary:focus{
    color: #9AE0E3;
    background-color: #3688af;
    border-color: #3688af;
    box-shadow: 0 0 0 0.25rem rgba(54,136,175,.3);
}
.btn-secondary:active:focus{
    box-shadow: 0 0 0 0.25rem rgba(54,136,175,.3);
}
.btn-secondary.disabled{
    color: #fff;
    background-color: #d3dbdb;
    border-color: #d3dbdb;
}


footer{
	display: none;
}
.sidebar-footer footer{
	display: block;	
}

.footer-bottom-area p{
	color:#fff;
}

.card {
    border: 1px solid #fff;
    border-radius: 10px;
}

.card-disabled {
    opacity: 0.5;
}

.border-primary {
    border-color: #95c5cd!important;
    box-shadow: #d4eef1 1px 1px 10px;
}

#scrollUp {
    background-color: #01b2ba !important;
}

.text-verd {
	color: #4EC9CF;
}

.fons-verd {
	background-color: #4EC9CF;
}

.fw-900 {
    font-weight: 900;
}

.radius-12 {
	border-radius: 12px;
}

.tornar {
    font-size: 0.6rem;
    font-weight: 900;
	padding-bottom: 0!important;
}
.tornar i {
    font-size: 1rem;
    margin-right: 15px;
}
.tornar i::before {
    font-weight: bold !important;
    vertical-align: -0.25em;
}
.fletxa-tornar {
    margin-bottom: 2px;
    margin-right: 15px;
}

sup {
    top: -0.7em;
    font-size: .7em;
}
sub {
    bottom: -.25em;
    font-size: 0.6em;
}


@media only screen and (max-width: 575px) {
    .container {
        max-width: 440px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .container {
        max-width: 520px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 680px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 840px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1160px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}



/***** TEXTOS LEGALES *****/
.textos-legales .legal-titulo {
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.textos-legales .h1, 
.textos-legales .h2, 
.textos-legales .h3, 
.textos-legales .h4, 
.textos-legales .h5, 
.textos-legales .h6 {
    line-height: 1.7;
}
.textos-legales a {
    text-decoration: none;
    color: #01b2ba;
    word-break: break-all;
}
.textos-legales ul {
    margin-bottom: 20px;
}
.textos-legales ul li ul,
.textos-legales ul li ul li ul,
.textos-legales ul li ul ul li ul {
    margin-bottom: 0;
}
.textos-legales li {
    margin-bottom: 5px !important;
    line-height: 1.7 !important;
}
.textos-legales ol.lower-roman li {
	list-style-type: lower-roman
}



/****** SECCIÓ ******/
.single-blog-post {
    position: initial;
    margin-top: 1rem;
/*    padding: 1.5rem 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(12,69,125,0.1);
    border-radius: 10px;*/
}
@media (max-width:767px){
	.single-blog-post {
		padding: 0.5rem 1rem !important;
	}
}

.cos-article {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(12,69,125,0.1);
    border-radius: 10px;
}
@media (max-width:1199px){
	.cos-article {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.titol-petit {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.blocs-tematiques .card {
    background-color: #DFF6F6;
    transition: background-color 0.15s ease-in-out;
    margin-bottom: 5px;
}
.blocs-tematiques .card:hover {
    background-color: #9AE0E3;
}
.blocs-tematiques .card-body {
    padding: 0.8rem 1.5rem;
}
.titol-bloc {
    font-size: 0.7rem;
    font-weight: 700;
}
.icona-bloc {
    width: 12px;
    margin-right: 6px;
}
.fletxa-bloc {
    width: 15px;
}
ul.llista-article {
    column-count: 2;
    column-gap: 50px;
}
ul.llista-article li {
    margin-left: 10px !important;
    padding-left: 10px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    margin-top: 5px !important;
}
ul.llista-article li::marker {
	content: "●";
	color: #01b2ba;
    font-size: 14px;
    line-height: 1;
}
ul.llista-article li ul li::marker {
	content: "»";
	color: #01b2ba;
    font-size: 20px;
    line-height: 1;
}
@media (max-width:991px){
	ul.llista-article {
		column-count: 1;
		column-gap: 0px;
	}
}

.referencies-article {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.referencies-article p {
    font-size: 0.6rem;
    font-style: italic;
    color: #AEADAD;
    margin-bottom: 2px;
}
.referencies-article li {
    font-size: 0.6rem;
    font-style: italic;
    color: #AEADAD;
    line-height: 1.4 !important;
    margin-bottom: 2px !important;
    margin-left: 12px !important;
}
.referencies-article li::marker {
    font-weight: bold;
}


/****** HOME (sin registro) ******/
.GOB-Home1 {
    overflow: hidden;
    padding-top: 0rem;
    padding-bottom: 3rem;
}
.GOB-Home1 .intro-flotant {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 8%;
    width: 35%;
}
.GOB-Home1 .intro-heading {
    font-size: 3.2rem;
	font-weight: 900;
    line-height: 1.35;
}
.GOB-Home1 .intro-btn {
    margin-top: 3rem;
}
@media (max-width:1399px){
	.GOB-Home1 .intro-heading {
		font-size: 2.8rem;
	}
}
@media (max-width:1199px){
	.GOB-Home1 .intro-heading {
		font-size: 2.4rem;
	}
}
@media (max-width:991px){
	.GOB-Home1 .intro-flotant {
		width: 48%;
	}	
}
@media (max-width:767px){
	.GOB-Home1 .intro-img {
		margin-left: -45%;
		max-width: initial;
		width: 150%;
	}
	.GOB-Home1 .intro-flotant {
		width: 62%;
	}	
}
@media (max-width:575px){
	.GOB-Home1 {
		padding-bottom: 1rem;
	}
	.GOB-Home1 .intro-img {
		margin-left: -70%;
		width: 180%;
	}
	.GOB-Home1 .intro-flotant {
		width: 58%;
	}
	.GOB-Home1 .intro-heading {
		font-size: 2.0rem;
	}
	.GOB-Home1 .intro-btn {
		margin-top: 1rem;
	}
}
@media (max-width:479px){
	.GOB-Home1 .intro-flotant {
		width: 68%;
	}
	.GOB-Home1 .intro-heading {
		font-size: 1.6rem;
	}
}
.GOB-Home2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media (max-width:575px){
	.GOB-Home2 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.GOB-Home3 {
    padding-top: 4rem;
    padding-bottom: 10rem;
}
@media (max-width:575px){
	.GOB-Home3 {
		padding-top: 2rem;
		padding-bottom: 4rem;
	}
}
.GOB-Home4 {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #0D457D;
}
@media (max-width:575px){
	.GOB-Home4 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.GOB-Home5 {
    padding-top: 10rem;
    padding-bottom: 4rem;
}
@media (max-width:575px){
	.GOB-Home5 {
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
}
.GOB-Home6 {
    padding-top: 8rem;
    padding-bottom: 12rem;
}
.GOB-Home6 .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    min-height: 300px;
    background-color: #4EC9CF;
    border-radius: 20px;
    box-shadow: 0px 2px 10px #00000033;
    padding: 2rem 1rem 0rem;
}
.GOB-Home6 .box-body {
    text-align: center;
    width: 75%;
}
.GOB-Home6 .box-title {
    margin-top: 20px;
}
@media (max-width:575px){
	.GOB-Home6 {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}
	.GOB-Home6 .box {
		min-height: 240px;
	}
	.GOB-Home6 .box-body {
		text-align: center;
		width: 90%;
	}
}
.GOB-Home7 {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.GOB-Home7 .viaje-text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.GOB-Home7 .viaje-title {
    color: #fff;
    font-weight: 800;
    text-align: center;
}
@media (max-width:991px){
	.GOB-Home7 .viaje-img {
		max-width: inherit;
		width: 120%;
	}
}
@media (max-width:767px){
	.GOB-Home7 .viaje-img {
		max-width: inherit;
		width: 150%;
	}
}
@media (max-width:575px){
	.GOB-Home7 .viaje-img {
		max-width: inherit;
		width: 180%;
	}
}
.GOB-Home8 {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: #0D457D;
}
.GOB-Home8 .logo-footer-gob {
	width: 180px !important
}
@media (max-width:575px){
	.GOB-Home8 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
.GOB-Home9 {
    padding-top: 0rem;
    padding-bottom: 6rem;
    background-color: #0D457D;
	background-image: url('/admin/uploads/content/files/20230403162046000_header.png');
	background-repeat: repeat-x;
    background-position: 0% bottom;
}
.GOB-Home9 .small {
    font-size: 0.6rem;
    opacity: 0.3;
}
.GOB-Home9 .logo-footer-ferrer {
	width: 112px !important
}
@media (max-width:575px){
	.GOB-Home9 {
		padding-bottom: 4rem;
	}
}



/***** HOME (con registro) *****/
.welcome-heading {
    margin-bottom: 50px;
    line-height: 1.2;
}
.welcome-video {
    border-radius: 16px;
}

.lista-modulos .lista-modulos-filtro {
    margin-bottom: 25px;
}
.lista-modulos .btn-filtro-modulos {
    color: #0D457D;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 5px 0;
    margin-right: 20px;
    opacity: 0.7;
}
.lista-modulos .btn-filtro-modulos:hover {
    opacity: 1;
}
.lista-modulos .btn-filtro-modulos:focus, 
.lista-modulos .btn-filtro-modulos:active, 
.lista-modulos .btn-filtro-modulos.active {
    opacity: 1;
    font-weight: 900;
	box-shadow: none;
}
.box-pastilla-modulo {
    background-color: #E3F5F6;
    border-radius: 10px;
    padding: 16px;
    margin: 10px 0;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.box-pastilla-modulo:hover {
    background-color: #C6EAEC;
}
.box-pastilla-foto {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.box-pastilla-titol {
    font-weight: 700;
    color: #0D457D;
    line-height: 1.2 !important;
    margin-bottom: 6px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-pastilla-link:hover {
    color: #0D457D;
}
.box-pastilla-carpeta {
    font-size: 0.6rem !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0D457D;
    text-transform: uppercase;
    line-height: 1.2 !important;
    margin-bottom: 0;
}
.box-pastilla-carpeta i {
    margin-right: 6px;
}
.box-pastilla-rellotge {
    font-size: 0.6rem !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0D457D;
    text-transform: uppercase;
    line-height: 1.2 !important;
    margin-bottom: 0;
}
.box-pastilla-rellotge i {
    margin-right: 6px;
}
.box-pastilla-minuts {
    margin-right: 4px;
}
.box-pastilla-btn {
    color: #01b2ba;
    background-color: #B4E3E6;
    border-color: #B4E3E6;
    padding: 1rem 1rem;
}
.box-pastilla-modulo:hover .box-pastilla-btn {
    background-color: #A1DBDF;
    border-color: #A1DBDF;
}
.box-pastilla-menu .dropdown-toggle {
    color: #0D457D;
    padding: 6px;
}
.box-pastilla-menu .dropdown-toggle::before {
	display: none;
}
.box-pastilla-menu .dropdown-toggle:focus {
    box-shadow: none;
}
.box-pastilla-menu .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 12px 2px rgba(0,0,0,0.1);
}
.box-pastilla-menu .dropdown-menu li {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.box-pastilla-menu .dropdown-menu li:first-child .dropdown-item {
    border-radius: 12px 12px 0 0;
}
.box-pastilla-menu .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0 0 12px 12px;
}
.box-pastilla-menu .dropdown-item {
    color: #0D457D;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    padding: 21px 40px;
}
.box-pastilla-menu .dropdown-item:hover, 
.box-pastilla-menu .dropdown-item:focus, 
.box-pastilla-menu .dropdown-item:active {
    background-color: #DAE1E9;
}
.box-pastilla-menu .dropdown-divider {
    background-color: #EAEEF2;
    margin: 0;
}
.box-pastilla-menu.btn-group {
	display: none;
}
.lista-modulos .lista-modulos-completo {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    padding-top: 20px;
}
.lista-modulos .lista-modulos-completo i {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-left: 10px;
}
@media (min-width:1400px){
	.box-pastilla-titol {
		margin-left: -20px;
	}
	.box-pastilla-info {
		margin-left: -20px;
	}
}
@media (max-width:1199px){
	.box-pastilla-titol {
		-webkit-line-clamp: 2;
	}
}
@media (max-width:575px){
	.box-pastilla-body {
		margin-left: 6px;
	}
}


/****** COLUMNA ESQUERRA / MENÚ ******/
.col-esquerra {
    padding-top: 2rem;
    text-align: center;
    position: sticky;
    height: 100%;
    display: block;
    top: 0;
}
.sidebar-menu #corenav {
    padding-top: 2rem;
}
.sidebar-menu #corenav a {
    display: block;
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 3px 0;
}
.sidebar-menu #corenav a.active {
    font-weight: 900;
}
.sidebar-footer {
    padding-top: 2rem;
}
.footer-GOB {
    font-size: 0.6rem;
}
.sidebar-footer .small {
    font-size: 0.6rem;
}
.linia-blava {
    background-color: #0D457D;
    height: 1px;
}
@media (min-width:1200px){
	.classy-nav-container {
		width: 16.66666667%;
	}
}
@media (max-width:1199px){
	.classy-nav-container {
		width: 25%;
	}
}
@media (max-width:991px){
	.col-esquerra {
        position: fixed;
        z-index: 9999;
        padding: 0;
        --bs-gutter-y: 0;
		pointer-events: none;
	}
	.classy-nav-container {
		width: 100%;
	}
	.classy-menu {
		position: relative;
		background-color: #F0F2F4;
		padding: 2rem;
        height: 100%;
		max-width: 320px;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
		box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        -webkit-transition: left .5s;
        transition: left .5s;
		pointer-events: all;
		left: -380px;
	}
	.classy-menu.menu-on {
		left: 0;
	}
	.classy-navbar-toggler {
        display: block;
        z-index: 9999;
        position: fixed;
        top: 0px;
        right: 15px;
        width: 42px;
        height: 42px;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.175);
	}
	.classy-navbar-toggler .navbarToggler {
		display: inline-block;
		cursor: pointer;
		position: absolute;
		transform: translate(-50%, -50%);
		top: 45%;
		left: 50%;
	}
}


/****** PILDORAS FORMATIVAS ******/
.cos-pildora {
    padding-left: 4rem;
    padding-top: 2rem;
}
.modul-pildora {
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.modul-pildora i {
    margin-right: 8px;
}
.guardar-pildora {
    font-size: 0.7rem;
    display: none;
}
.guardar-pildora i {
    margin-right: 8px;
}

.titol-pildora {
    font-weight: 700;
}
.info-pildora {
    padding-bottom: 2rem;
}
.carpeta-pildora {
    font-size: 0.6rem !important;
    text-transform: uppercase;
    color: #01b2ba;
}
.carpeta-pildora i {
    margin-right: 6px;
}
.carpeta-pildora .bi-chevron-right {
    margin-left: 6px;
    margin-right: 6px;
}
.rellotge-pildora {
    font-size: 0.6rem !important;
    color: #01b2ba;
}
.rellotge-pildora i {
    margin-right: 6px;
}
.minuts-pildora {
    margin-right: 4px;
}
.desplegable-pildora .accordion-item {
    border: none;
    margin-bottom: 5px;
}
.desplegable-pildora .accordion-button {
    background-color: #DAE1E9;
    border-radius: 10px !important;
    box-shadow: none;
    color: #0D457D;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 20px;
    min-height: 50px;
}
.desplegable-pildora .accordion-button.collapsed {
    background-color: #EAEEF2;
}
.desplegable-pildora .accordion-button:hover {
    background-color: #DAE1E9;
}
.desplegable-pildora .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.3 9.3' fill='%230D457D'%3e%3cpath fill-rule='evenodd' d='M8.5,3.9H5.4V0.7C5.4,0.3,5,0,4.6,0S3.9,0.3,3.9,0.7v3.1H0.7C0.3,3.9,0,4.2,0,4.6s0.3,0.7,0.7,0.7h3.1v3.1c0,0.4,0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7V5.4h3.1c0.4,0,0.7-0.3,0.7-0.7S8.9,3.9,8.5,3.9z'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.desplegable-pildora .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.3 9.3' fill='%230D457D'%3e%3cpath fill-rule='evenodd' d='M8.5,5.4H0.7C0.3,5.4,0,5,0,4.6c0-0.4,0.3-0.7,0.7-0.7h7.8c0.4,0,0.7,0.3,0.7,0.7C9.3,5,8.9,5.4,8.5,5.4z'/%3e%3c/svg%3e");
}
.desplegable-pildora .accordion-body {
    padding: 15px 0 25px;
}
.desplegable-pildora .icon-desp-pildora {
    margin-right: 10px;
}
.desplegable-pildora .icon-desp-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    border: 1px solid #0D457D;
    border-radius: 50%;
}
.desplegable-pildora .icon-desp-num {
    font-size: 0.65rem;
}
ul.llista-pildora li {
    margin-left: 10px !important;
    padding-left: 10px !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
ul.llista-pildora li::marker {
	content: "●";
	color: #01b2ba;
    font-size: 14px;
    line-height: 1;
}
ul.llista-pildora li ul li::marker {
	content: "»";
	color: #01b2ba;
    font-size: 20px;
    line-height: 1;
}
ol.llista-pildora li {
    padding-left: 5px !important;
    line-height: 1.5 !important;
}
ol.llista-pildora li::marker {
    color: #01b2ba;
    font-weight: 700;
}
ul.llista-especial li::marker {
	content: "»";
	color: #01b2ba;
    font-size: 20px;
    line-height: 1;
}
.pie-imagen-pildora {
    font-size: 0.7rem !important;
    font-style: italic;
    line-height: 1.5 !important;
    color: #AEADAD;
	text-align: center;
    margin-bottom: 2px;
}
.pie-imagen-pildora a {
    word-break: break-all;
    color: #AEADAD;
	text-decoration: underline;
}
.pie-imagen-pildora a:hover {
    color: #4EC9CF;
}
@media (max-width:991px){
	.responsive-scrolling-pildora {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.responsive-scrolling-pildora img {
		max-width: 650px;
	}
}
.feedback-pildora {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.feed-icon-pildora {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.feed-icon-pildora i {
    cursor: pointer;
}
.feed-titol-pildora {
    font-size: 1.25rem;
    font-weight: 700;
}
.feed-info-pildora {
    font-size: 0.78rem;
}
.referencies-pildora {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.referencies-pildora p {
    font-size: 0.6rem;
    font-style: italic;
    color: #AEADAD;
    margin-bottom: 2px;
}
.referencies-pildora li {
    font-size: 0.6rem;
    font-style: italic;
    color: #AEADAD;
    line-height: 1.4 !important;
    margin-bottom: 2px !important;
    margin-left: 12px !important;
}
.referencies-pildora li::marker {
    color: #AEADAD;
    font-weight: bold;
}
.referencies-pildora a {
    word-break: break-all;
    color: #AEADAD;
}
.referencies-pildora a:hover {
    color: #4EC9CF;
}
.referencies-pildora .accordion-button {
    font-style: italic;
    font-weight: 400;
    color: #AEADAD;
    background-color: transparent !important;
    box-shadow: none;
    width: inherit;
    min-height: auto;
    padding: 0;
}
.referencies-pildora .accordion-button:focus {
}
.referencies-pildora .accordion-button:not(.collapsed) {
}
.referencies-pildora .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.3 9.3' fill='%23AEADAD'%3e%3cpath fill-rule='evenodd' d='M8.5,3.9H5.4V0.7C5.4,0.3,5,0,4.6,0S3.9,0.3,3.9,0.7v3.1H0.7C0.3,3.9,0,4.2,0,4.6s0.3,0.7,0.7,0.7h3.1v3.1c0,0.4,0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7V5.4h3.1c0.4,0,0.7-0.3,0.7-0.7S8.9,3.9,8.5,3.9z'/%3e%3c/svg%3e");
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin-left: 15px;
}
.referencies-pildora .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.3 9.3' fill='%23AEADAD'%3e%3cpath fill-rule='evenodd' d='M8.5,5.4H0.7C0.3,5.4,0,5,0,4.6c0-0.4,0.3-0.7,0.7-0.7h7.8c0.4,0,0.7,0.3,0.7,0.7C9.3,5,8.9,5.4,8.5,5.4z'/%3e%3c/svg%3e");
}
.referencies-pildora .accordion-body {
    padding: 8px 0 25px;
}
.final-pildora {
    border-bottom: 1px solid #0D457D;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.anterior-seguent-pildora {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.6rem;
    font-weight: 900;
}
.anterior-modul-pildora {
    margin-right: 15px;
    margin-bottom: 2px;
}
.seguent-modul-pildora {
    transform: rotate(180deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
.avis-pildora-blau {
    background-color: #F2F9FB;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.avis-pildora-roig {
    background-color: #FFFAF9;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.avis-img-pildora {
    margin-top: 5px;
}
.icona-info-flex-pildora {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.icona-info-flex-pildora .flex-shrink-0 {
    margin-right: 8px;
}
.titol-flex-pildora {
    color: #01b2ba;
    font-weight: 500;
}
.icona-titol-flex-pildora {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.icona-flex-circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 19px;
    border: 1px solid #4EC9CF;
    border-radius: 50%;
    margin-top: 4px;
}
.icona-flex-num {
    font-size: 0.65rem;
    font-weight: 700;
    color: #4EC9CF;
}
.taula-pildora {
	font-size: 0.8rem;
}
.taula-pildora table {
    color: #0D457D;
}
.taula-pildora td {
    border-bottom: none;
}
.taula-pildora tr {
    border-bottom: 1px solid #01b2ba;
}
.taula-pildora tr:last-child {
    border-bottom: none;
}
.taula-pildora p {
	font-size: 0.8rem;
    margin-bottom: 3px;
}
.columna-pildora {
    font-size: 0.8rem;
}
.columna-pildora-item {
    margin-bottom: 15px;
}
.columna-pildora-heading {
    border-bottom: 1px solid #01b2ba;
    padding: 8px 0;
}
.columna-pildora-body {
    padding: 8px 0;
}
ul.llista-especial li::marker {
	content: "»";
	color: #01b2ba;
    font-size: 20px;
    line-height: 1;
}
.destacat-pildora {
    border-top: 1px solid #0D457D;
    border-bottom: 1px solid #0D457D;
    padding-top: 20px;
    padding-bottom: 20px;
}
.subtitol-pildora {
    margin-top: 70px;
}


/************/
.calculadora-calorias {
    padding-top: 20px;
    padding-bottom: 80px;
}
.calculadora-calorias .form-select {
    font-size: 0.8rem;
    color: #0D457D;
    background-color: #EAEEF2;
    border: 1px solid #EAEEF2;
    padding: 11px 30px 11px 15px;
    border-radius: 0.375rem;
}
.calculadora-calorias .form-select:focus {
    background-color: #DAE1E9;
    box-shadow: none;
}
.calculadora-calorias option {
    color: #0D457D;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: start;
    line-height: 2;
}
.calculadora-calorias option:disabled {
    color: #aaa !important;
    text-transform: initial;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: start;
    line-height: 2;
}
.calculadora-calorias .btn {
    padding: 1rem 1rem;
}

.resultado-calorias {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-top: 1px solid #0D457D;
    border-bottom: 1px solid #0D457D;
}
.resultado-calorias-box {
    background-color: #EAEEF2;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}
.resultado-calorias-num {
    font-size: 1.75rem;
    font-weight: 700;
}
.resultado-calorias-icon {
    max-width: initial;
}


/****** LOGIN / USER ******/
@media (min-width:768px){
	.col-login {
		width: 66.66666667%;
	}
	.col-avatars {
		width: 66.66666667%;
	}
}
.logo-loginavatar img {
	max-width:155px;
}
.loginModule {
    background-color :#fff;
    border-radius: 12px;
    padding: 4rem 2rem;
    margin-top: 3rem;
}
.loginModule input {
    color: #0D457D !important;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
.loginModule input:focus {
    color: #0D457D !important;
    border-color: #4EC9CF;
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.texto-legal-form-login {
    background-color: #f6f9f9;
    padding: 20px;
    margin-top: 30px;
}
.texto-legal-form-login p {
    font-size: 11px;
    margin-bottom: 6px;
}
.avatarSelectionDiv {
    background-color :#fff;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 3rem;
}
.img-avatar-nosel {
    border: 5px solid transparent;
}
.img-avatar-sel {
    border: 5px solid #0D457D;
    border-radius: 30%;
}
.loginModule .btn-primary,
.avatarSelectionDiv .btn-primary {
    margin-top: 30px;
    color: #0094AA;
    background-color: #BDEBED;
    border-color: #BDEBED;
}
.loginModule .btn-primary:hover, 
.loginModule .btn-primary:active,
.avatarSelectionDiv .btn-primary:hover, 
.avatarSelectionDiv .btn-primary:active{
    color: #0094AA;
    background-color: #a0d7d9;
    border-color: #a0d7d9;
}
.loginModule .btn-primary:focus,
.avatarSelectionDiv .btn-primary:focus{
    color: #0094AA;
    background-color: #a0d7d9;
    border-color: #a0d7d9;
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.loginModule .btn-primary:active:focus,
.avatarSelectionDiv .btn-primary:active:focus{
    box-shadow: 0 0 0 0.25rem rgba(136,206,209,.4);
}
.loginModule .btn-primary.disabled,
.avatarSelectionDiv .btn-primary.disabled{
    color: #fff;
    background-color: #d3dbdb;
    border-color: #d3dbdb;
}
.login-btn-area .btn-primary {
    color: #01b2ba !important;
    font-size: 0.6rem !important;
}



/****** PATIENT SUPPORT ******/
.PatientSupport .titolet {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.PatientSupport .img-process {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.PatientSupport ul.llista-pildora li {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}
.asociacion:hover p {
    color: #4EC9CF;
}
.PatientSupport .btn {
	padding: 1rem 1.5rem;
}
.PatientSupport #bookin {
    top: 100px;
}
/*******************/



/****** COLUMNA DRETA ******/
.gob-search-user .input-group {
    height: 38px;
}
.gob-search-user .input-group>.btn {
    color: #0D457D;
    border-radius: 10px;
    border-color: #ced4da;
	border-right-color: transparent;
}
.gob-search-user .input-group>.btn:hover {
    color: #fff;
}
.gob-search-user .input-group>.form-control {
    border-radius: 10px;
	border-left-color: transparent;
}
.bell-warning-icon {
	display: none;
}

.caja-ultimos-modulos-vistos {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.caja-ultimos-modulos-vistos-titulo {
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.caja-ultimos-modulos-vistos-vertodos {
    font-size: 0.7rem;
    text-align: end;
}
.info-pildora-col-derecha {
	position: relative;
    font-size: 0.7rem;
    font-weight: 700;
    background-color: #EAEEF2;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 12px;
}
.info-pildora-col-derecha:hover {
    background-color: #DAE1E9;
}
.info-pildora-col-derecha a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.caja-modulos-favoritos{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.accesos-rapidos {
    margin-top: 50px;
}
.accesos-rapidos .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    background-color: #F0F2F4;
    border-radius: 10px;
}
.accesos-rapidos .card-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    min-height: 60px;
    opacity: 0.15;
    border-radius: 10px;
}
.accesos-rapidos .card-img-overlay {
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    right: initial;
    bottom: initial;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accesos-rapidos .card:hover .card-img {
    opacity: 0.25;
}
.accesos-rapidos .card-title {
    color: #0D457D;
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.accesos-rapidos .card-title a {
    color: #0D457D;
}
.accesos-rapidos .accesos-rapidos-arrow {
    font-size: 13px;
    vertical-align: middle;
}

.caja-recursos {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.caja-recursos-titulo {
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.info-recursos-col-derecha {
	position: relative;
    font-size: 0.7rem;
    font-weight: 700;
    background-color: #EAEEF2;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 12px;
}
.info-recursos-col-derecha:hover {
    background-color: #DAE1E9;
}
.info-recursos-col-derecha a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/*******************/


/****** BUSCADOR PILDORAS ******/
.buscadorpildoras {
    padding-right: 60px;
}
.buscadorpildoras .input-group {
    transition: all 250ms;
}
.buscadorpildoras .form-control, 
.buscadorpildoras .form-select {
    border: none;
    background-color: #EAEEF2;
    border-radius: 10px;
    color: #0D457D;
    font-size: 0.8rem;
    height: 45px;
    transition: all 250ms;
}
.buscadorpildoras .input-group .input-group-text {
    border-radius: 10px 0 0 10px;
    border: none;
    background-color: #EAEEF2;
    color: #0D457D;
    transition: all 250ms;
}
.buscadorpildoras .input-group .form-control {
    border-radius: 0 10px 10px 0;
}
.buscadorpildoras .input-group:hover .input-group-text,
.buscadorpildoras .input-group:focus .input-group-text,
.buscadorpildoras .input-group:active .input-group-text,
.buscadorpildoras .input-group:hover .form-control,
.buscadorpildoras .input-group:focus .form-control,
.buscadorpildoras .input-group:active .form-control,
.buscadorpildoras .form-control:hover,
.buscadorpildoras .form-control:focus,
.buscadorpildoras .form-control:active,
.buscadorpildoras .form-select:hover, 
.buscadorpildoras .form-select:focus,
.buscadorpildoras .form-select:active {
    background-color: #DFF6F6;
}
.borrafiltro {
	display: inline-block;
    font-size: 0.8rem;
    cursor: pointer;
    transition-duration: 250ms;
}
.borrafiltro:hover {
	color: #4EC9CF;
}
.borrafiltro i {
    font-size: 1.2rem;
    margin-right: 10px;
}
.resultadospildoras {
    padding-top: 40px;
    padding-right: 60px;
}
@media (max-width:1199px){
	.buscadorpildoras {
		padding-right: 0px;
	}
	.resultadospildoras {
		padding-right: 0px;
	}
}
.side-networking{
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem 1.5rem 1.5rem;
}
/*******************/