.material-symbols-outlined {
  font-variation-settings:
    'FILL'1, 'wght'700, 'GRAD'0, 'opsz'48
}
html {
  /*scroll-behavior: smooth;*/
}
a {
  color: #2871ff !important;
  text-decoration: none !important;
  transition: all .2s ease;
}
a:hover {
  color: #1d3176 !important;
  transition: all .2s ease;
}
body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  transition: all .2s ease;
}
h1, h2, h3, h4 {
  font-family: "Funnel Display", serif !important;
}
h1 {
  font-size: 2.8rem !important;
  font-weight: 700;
}
h2 {
  font-size: 1.6rem !important;
}
h3 {
  font-size: 1.3rem !important;
}
.text-blue, a.nav-link {
  color: #1d3176 !important
}
.btn.btn-primary {
  background: #1d3176;
  border: none;
  transition: all .3s ease;
  border-radius: 50px;
  color: #fff !important;
  padding: 8px 30px
}
.btn.btn-primary:hover {
  background: #2e53d4;
  transition: all .2s ease;
}
.barra-top {
  display: block;
  height: 5px;
  border-top: 5px solid #1d3176;
}
footer.barra-top {
  height: 10px;
}
.sticky-top .barra-top {
  height: 3px;
}
ul.navbar-nav {
  margin: 0 auto;
}
hr {
  border-top: 1px solid #ed944c !important;
  opacity: 1 !important;
  margin: 75px 0 !important;
}
.logo-svg img {
  width: 100%;
  max-width: 350px
}
strong {
  font-weight: 600 !important;
}
header {
  background-image: url("../img/header-bg.jpg");
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
}
.header-bg {
  width: 100%;
  positiion: fixed;
}
header h1 {
  font-size: 50px;
}
header .logo-box {
  padding: 15px 0 25px;
  position: absolute;
  z-index: 1;
  top: 170px;
  /*right: 5%;*/
  color: #ffffff;
  /*text-align: right;*/
  /*text-shadow: 0px 2px 3px #00000030;*/
  text-align: left;
  left: 10%;
}
header .logo-box .site-description {
  padding-top: 12px;
  font-family: "Funnel Display", sans-serif;
}
header .logo-box h1.site-description a {
  color: #ffffff !important;
  font-size: 45px !important;
  font-weight: 700;
}
header .logo-box .subtitle {
  font-size: 38px;
  margin-top: -20px
}
header .logo-box .header-date {
  font-size: 28px;
  margin-top: -20px;
}
header .eu-logo {
  position: absolute;
  top: 0;
  left: 0;
}
header .bsc-logo {
  position: absolute;
  /*bottom: 13%;*/
  top: 4%;
  right: 2%;
}
header .eurohpc-logo {
  position: absolute;
  /*bottom: 2%;*/
  top: 20%;
  right: 8%;
  max-width: 260px;
}
header a:hover .eu-logo, header a:hover .bsc-logo, header a:hover .eurohpc-logo {
  opacity: .9;
  transition: all .2s linear;
}
header .button-scroll-down {
  display: block;
  position: absolute;
  bottom: /*2%*/ 0.5%;
  padding: 5px 15px;
  background: none;
  border: 2px solid #fff;
  background: #00000050;
  border-radius: 15px;
  text-align: center;
  color: #fff !important;
  max-width: 120px;
  scroll-behavior: smooth;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .button-scroll-down i {
  bottom: -25px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s linear;
  opacity: .6
}
header .button-scroll-down:hover i {
  bottom: -45px;
  transition: all .2s linear;
  font-size: 30px;
  opacity: .9
}
/* Header v2 */
header.header-v2 {
  background-position: 0px 0px;
  height: 50vh;
}
header.header-v2 .logo-box {
  text-align: left;
  left: 10%;
}
header.header-v2 .bsc-logo {
  top: 43%;
  right: 3%;
  width: 290px;
}
header.header-v2 .eu-logo {
  width: 300px;
}
header.header-v2 .eurohpc-logo {
  position: absolute;
  bottom: initial;
  right: 7%;
  top: 65%;
  max-width: 210px;
}
.navbar .main-menu ul {
  margin: 0 auto;
}
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.nav-item {
  display: inline;
}
.nav-item a {
  padding: 8px 25px !important;
  transition: all .3s ease;
}
.nav-item a.nav-link.active {
  color: #1d3176 !important;
}
.navbar.navbar-expand-lg.bg-light {
  background: #efefef;
}
.text-icon-inline span {
  vertical-align: sub;
}
footer {
  background: #efefef;
  margin-top: 50px;
}
footer .top-footer {
  background: #f8f9fa;
  padding: 15px 0 7px;
  margin-bottom: 25px;
}
footer ul {
  padding-left: 10px;
}
footer ul li {
  list-style: none;
  padding: 2px 0;
}
footer .logo-footer {
  width: 200px;
}
footer .logos-footer-big {
  max-width: 200px;
}
footer .logos-footer-small {
  max-width: 150px;
}
footer .logos-footer-big, footer .logos-footer-small {
  display: inline-block;
  vertical-align: middle;
  /*height: 100%;*/
  padding: 10px 5px;
}
footer .logos-bcn img {
  max-width: 160px !important;
  margin: 10px;
}
footer h3 {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}
footer .logos-footer img {
  max-width: 195px;
  height: 100%;
  width: 100%;
}
strong.metro-bg {
  color: #fff;
  display: inline-block;
  padding: 4px 6px;
  font-size: 1em;
}
strong.metro-bg.m-l3 {
  background: #53b955;
}
strong.metro-bg.m-l-9s {
  background: #f26e21;
}
strong.metro-bg.b-color {
  background: #9dd3f2;
  color: #353535;
}
footer .row:first-child ul li i {
  margin-left: -15px;
}
footer .logo-bsc {
  max-width: 250px;
}
footer .bt-grey {
  border-top: 1px solid #d4d4d4;
}
footer .hosting-consortium {
  float: right;
}
footer .hosting-consortium img {
  /*width: 100%;*/
}
footer i {
  color: #7c7c7c;
}
footer .hosting-flags {
  width: 45%;
  margin-bottom: 20px;
}
footer img.european-comission-logo {
  width: 65%;
  margin-top: 15px;
}
footer h4 {
  font-size: 14px;
}
.nav-tabs .nav-link {
  color: #8a8a8a;
  font-size: .9em;
}
.nav-tabs .nav-link:hover {
  color: #4A78A6;
}
.nav-tabs .nav-link.active {
  font-size: 1.1em;
  border-width: 2px;
}
.nav-tabs {
  border-bottom-widt: 2px;
}
/* HOME */
.apartado-1 .card {
  padding-left: 100px;
  padding-right: 10px;
  background: rgb(17, 114, 139);
  background: linear-gradient(31deg, rgba(17, 114, 139, 1) 0%, rgba(46, 178, 179, 1) 100%);
  color: #fff;
  border: 3px solid #fff;
  transition: all .5s ease;
  border-radius: 30px;
}
.apartado-1 .card:hover {
  padding-left: 110px;
  padding-right: 0px;
  -webkit-box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  transition: all .5s ease;
}
.apartado-1 .card img {
  display: block;
  position: Absolute;
  max-width: 135px;
  left: -30px;
  top: -30px;
  transition: all .5s ease;
}
.apartado-1 .card:hover img {
  max-width: 150px;
  transition: all .5s ease;
}
/* Programa */
.list-group.programa .list-group-item {
  padding: 12px 16px;
}
.list-group.programa .list-group-item > strong {
  width: 121px;
  display: inline-block;
  vertical-align: top;
  Background: #efefef;
  font-size: .8em;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 5px;
}
.list-group.programa .list-group-item > strong + p {
  width: calc(100% - 145px);
  display: inline-block;
  padding-top: 3px;
  margin-bottom: 0;
}
.list-group.programa .list-group-item > ul {
  padding-left: 145px;
}
.list-group.programa .list-group-item .programa-hora strong i {
  opacity: .6
}
/* listas */
.list-group-item.active {
  background: rgb(29 49 118);
  background: linear-gradient(31deg, rgb(29 49 118) 0%, rgb(108 129 202) 100%);
  border-color: #1d3176 !important;
}
.list-group-item.active p.lead {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600
}
.hotels-list .card {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all .2s ease;
}
.hotels-list .card:hover {
  -webkit-box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  box-shadow: 0px 30px 45px -30px rgb(0 0 0 / 30%);
  transition: all .2s ease;
}
.list-without-point li {
  list-style: none;
}
/* Cards */
.list-group-item-success {
  color: #1d3176 !important;
  background-color: #6a8bff2b !important;
}
/* Mapa */
.mapa iframe {
  width: 100%;
}
/* taules */
.table > tbody tr td, .table > tbody tr th {
  font-size: 1em;
}
.table > thead.thead-dark {
  background: rgb(17, 114, 139);
  background: linear-gradient(31deg, rgba(17, 114, 139, 1) 0%, rgba(46, 178, 179, 1) 100%);
  border-color: #19657f !important;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
}
/* Varios */
.twitter-iframe .tweets-list {
  height: 500px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.twitter-iframe i {
  float: right;
}
.full-bg.bg-light {
  background-color: #efefef;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.h-stars {
  color: #2db0b2;
}
.card-barry h5 {
  font-size: 18px;
}
.card-barry i {
  opacity: .6;
  color: #00000085;
  margin-left: -17px;
  font-size: 15px;
  margin-right: 2px;
}
.card-barry .card-body {
  padding-left: 25px;
}
/* Forms */
textarea {
  width: 100%;
  min-height: 100px;
  padding: 5px;
}
/* cerrar menu */
.cerrar-menu {
  display: none;
}
.show + .cerrar-menu {
  position: absolute;
  padding: 7px 21px;
  border-radius: 6px;
  display: block;
  background: #f8f9fa;
  top: 8px;
  border: 1px solid #e1e2e3;
}
/* Carrousel */
.carousel-control-prev-icon {
  background-image: url("../img/previous.svg") !important;
}
.carousel-control-next-icon {
  background-image: url("../img/next.svg") !important;
}
/* icons menu */
.nav-item {
  position: relative;
}
.nav-item a.nav-link.active, .nav-item a.nav-link:hover {
  position: relative;
	    font-weight: bold;
  transition: all .3s ease;
}
.nav-item a.nav-link i {
  display: block;
  opacity: 0;
  position: absolute;
  top: -2px;
  left: calc(50% - 8px);
  transition: all .2s ease;
}
.nav-item a.nav-link.active i, .nav-item a.nav-link:hover i {
  opacity: .7;
  display: block;
  transition: all .2s ease;
}
.nav-item a.nav-link.active i {
  opacity: 1;
}

.carousel-control-prev, .carousel-control-next{
	    opacity: .5!important;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
	    opacity: 1!important;
}
/* Home videos */
.multimedia iframe {
  width: 100%;
  min-height: 315px;
}
.multimedia figure {
  width: 100%;
}
footer p.no-margin {
  margin-bottom: 0px !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.contenedor-contador {
  color: #000000;
  text-align: center;
}
.cartel {
  padding: 10px 0px 5px 0px;
  text-align: center;
  display: inline-block;
  margin: 2px;
  border-radius: 5px;
}
.cartel > div {
  font-size: 18px;
  animation: fade 3s;
  line-height: 30px;
}
.cartel > div:first-child {
  width: 45px;
  height: 45px;
  padding: 10px;
  background: #e0e7ff;
  line-height: 26px;
  margin-bottom: 5px;
}
.cartel > div > h3 {
  margin-top: 0px;
  font-size: 12px !important;
  font-weight: normal;
  background: #fff;
}
.contenedor-contador {
  margin-top: 0;
}
.contenido {
  margin: 0 auto;
  border: 0px solid black;
  z-index: 10;
}
.numeros {
  font-size: 60px;
  transition: .3s;
  animation-name: fade;
  animation-duration: 3s;
}
.responsivo1 {
  display: inline-block
}
.responsivo2 {
  display: inline-block
}
@media (max-width: 450px) {
  .contenedor-contador {
    margin-top: 15%;
  }
  .banner {
    margin-bottom: 30px;
  }
  .cartel {
    height: 99px;
    width: 99px;
  }
  .cartel > div {
    font-size: 45px;
  }
  .cartel > div > h3 {
    font-size: 15px;
    margin-top: 0px;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Media queries */
@media (min-width: 1200px) {
  section h1 {
    font-size: 5em !important;
    font-weight: 700;
    line-height: .8em;
    color: #1d3176;
  }
}
@media (max-width: 1500px) {
  header.header-v2 .logo-box h1.site-description a {
    font-size: 40px !important;
  }
}
@media (max-width: 1440px) {
  header .logo-box h1.site-description a {
    font-size: 1.4em !important;
  }
  header .bsc-logo {
    max-width: 285px;
  }
  header .eurohpc-logo {
    top: 16%;
    right: 6%;
    max-width: 200px;
  }
}
@media (max-width: 1400px) {
  header .logo-box h1.site-description a {
    font-size: 1.4em !important;
  }
  li.nav-item {
    text-align: center;
  }
  .nav-item a, .nav-item a.nav-link.active, .nav-item a.nav-link:hover {
    position: relative;
    padding: 16px 20px 0px !important;
    transition: all .3s ease;
  }
  footer h4 {
    font-size: 1rem;
  }
  header h1 {
    font-size: 22px;
  }
  .container {
    max-width: 1180px !important;
  }
  header .logo-box h1.site-description a {
    font-size: 75px !important;
  }
  header.header-v2 .logo-box h1.site-description a {
    font-size: 38px !important;
  }
  header .logo-box .subtitle {
    font-size: 28px;
  }
  header .logo-box .header-date {
    font-size: 25px;
  }
  header .eu-logo {
    width: 275px;
  }
  header .bsc-logo {
    width: 365px;
    bottom: 11%;
  }
  header .eurohpc-logo {
    max-width: 260px;
  }
  header.header-v2 .eu-logo {
    width: 235px;
  }
  header.header-v2 .bsc-logo {
    width: 315px;
  }
}
@media (max-width: 1199px) {
  header .logo-box h1.site-description a {
    font-size: 50px !important;
  }
  header.header-v2 .logo-box h1.site-description a {
    font-size: 40px !important;
  }
  header .logo-box .subtitle {
    font-size: 35px;
  }
  header .eu-logo {
    width: 235px;
  }
  header .bsc-logo {
    width: 245px;
  }
  header.header-v2 .eu-logo {
    width: 205px;
  }
  header.header-v2 .bsc-logo {
    width: 295px;
  }
  header.header-v2 .eurohpc-logo {
    position: absolute;
    right: 6%;
    top: 62%;
    max-width: 175px;
  }
  header .eurohpc-logo {
    max-width: 182px;
    top: 13%
  }
}
@media (max-width: 991px) {
  header {
    /*background-position: 10%;*/
  }
  .nav-item a.nav-link.active:after {
    top: 14px;
    left: 0;
  }
  .nav-item a, .nav-item a.nav-link.active, .nav-item a.nav-link:hover {
    padding: 16px 25px 0px !important;
  }
  ul.navbar-nav {
    margin: 0;
  }
  li.nav-item {
    text-align: left;
  }
  .nav-item a.nav-link i {
    top: 18px;
    left: 0;
  }
  header .logo-box h1.site-description a {
    font-size: 55px !important;
  }
  header .logo-box .subtitle {
    font-size: 35px;
  }
  header .eu-logo {
    width: 210px;
  }
  header .bsc-logo {
    width: 260px;
  }
  header.header-v2 {
    height: 35vh;
  }
  header.header-v2 .logo-box {
    left: 5%;
  }
}
@media (max-width: 768px) {
  header .logo-box {
    top: 165px;
  }
  header .bsc-logo {
    top: 1%;
  }
  header .eurohpc-logo {
    top: 10.5%;
  }
  header.header-v2 {
    height: 68vh;
    /*background-position: 50% 65px;*/
  }
  header.header-v2 .bsc-logo {
    width: 226px;
  }
  header.header-v2 .eurohpc-logo {
    top: 79px;
  }
  header.header-v2 .logo-box {
    /*transform: translate(-50%, 8%);*/
    width: 100%;
  }
	header.header-v2 .bsc-logo{
		top:1%;
	}
}
@media (max-width: 767px) {
  header {
    height: 75vh
  }
  header .logo-box h1.site-description a {
    font-size: 45px !important;
  }
  header .logo-box .subtitle {
    font-size: 30px;
  }
  header .logo-box .header-date {
    font-size: 20px;
  }
  header .logo-box {
    top: 115px;
    width: 100%;
    right: inherit;
    text-align: center;
  }
  header.header-v2 .logo-box {
    transform: translate(-50%, 55%);
    top: 0;
  }
  header .bsc-logo {
    width: 40%;
    right: 1%;
  }
  header .eurohpc-logo {
    max-width: 35%;
    right: 1%;
    top: 9%;
  }
  header.header-v2 .bsc-logo {
    width: 295px;
    transform: inherit;
    left: inherit;
  }
  header.header-v2 .eurohpc-logo {
    max-width: 150px;
    right: 1%;
    bottom: 0%;
    transform: none;
    left: inherit;
  }
  .apartado-1 .card img {
    left: -5px;
    top: -38px;
  }
  .apartado-1 .card {
    padding-left: 130px;
  }
  footer .logos-footer-big {
    max-width: 30%;
  }
  header .button-scroll-down {
    display: none;
  }
}
@media (max-width: 576px) {
  header .logo-box h1.site-description a {
    font-size: 40px !important;
  }
  header .bsc-logo {
    bottom: 10%;
  }
  header.header-v2 .bsc-logo {
    width: 40%;
  }
  header.header-v2 .logo-box {
    transform: initial;
    top: 140px;
  }
  header.header-v2 .eurohpc-logo {
    top: 5%;
    right: 5%;
  }
  header.header-v2 .bsc-logo {
    top: 5%;
    right: initial;
  }
	    header.header-v2 {
        height: 48vh;
        background-position: 0px 0px;
    }
	header .logo-box .site-description {
    padding-top: 12px;
    line-height: 40px;
    margin-bottom: 35px;
	}
	.contenedor-contador .cartel > div{
		font-size:14px;
	}
}