estilo.css

per admin darrera modificació 2023-03-06T16:28:11+02:00

text/css estilo.css — 70.8 KB

Continguts del fitxer

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap");
@font-face {
  font-family: seatbcn-black;
  src: url(https://elpuig.xeill.net/custom/font/seat_bcn_black.ttf);
}

@font-face {
  font-family: seatbcn-black-local;
  src: url(../font/SEAT_BCN_Black.ttf);
}

/*
@font-face {
    font-family: seatbcn-bold;
    src: url(../font/SEAT_BCN_Bold.ttf);
}
@font-face {
    font-family: seatbcn-medium;
    src: url(../font/SEAT_BCN_Medium.ttf);
}
*/
.bg-primario {
  background-color: #970A2C !important;
}

.color-white {
  color: white !important;
}

.pri1 {
  background-color: #970A2C !important;
}

.pri2 {
  background-color: #D26B6B !important;
}

.pri3 {
  background-color: #890000 !important;
}

.pri4 {
  background-color: #B40101 !important;
}

.pri5 {
  background-color: #5C0000 !important;
}

.pri6 {
  background-color: #caa0aa !important;
}

.sec1 {
  background-color: #EF902A !important;
}

.sec2 {
  background-color: #FFA700 !important;
}

.sec3 {
  background-color: #FFC383 !important;
}

.sec4 {
  background-color: #FBBA00 !important;
}

.sec5 {
  background-color: #FFEBBD !important;
}

.sec6 {
  background-color: #FB8200 !important;
}

.sec7 {
  background-color: #FB8200 !important;
}

.ter1 {
  background-color: #676766 !important;
}

.ter2 {
  background-color: #8D8D8D !important;
}

.ter3 {
  background-color: #F5F5F5 !important;
}

.ter4 {
  background-color: #BBBBBB !important;
}

.ter5 {
  background-color: #E8E8E8 !important;
}

.ter6 {
  background-color: #969696 !important;
}

.alt1 {
  background-color: #6734BA !important;
}

.alt2 {
  background-color: #9D1CB2 !important;
}

.alt3 {
  background-color: #DA125F !important;
}

.alt4 {
  background-color: #F6412D !important;
}

.alt5 {
  background-color: #FF5606 !important;
}

.alt6 {
  background-color: #FF9800 !important;
}

* {
  scroll-behavior: smooth;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #EF902A;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: none !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
}

a:hover, a:focus {
  color: #970A2C;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.documentFirstHeading {
  padding-bottom: 9px;
  margin: 0 0 10px;
  border-bottom: 1px solid #EF902A;
}

h1 > a, h2 > a, h3 > a {
  font-size: inherit;
}

h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus {
  text-decoration: none;
  border-bottom: none !important;
}

h1 > .button, h2 > .button, h3 > .button {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  background-color: #F5F5F5 !important;
}

h1 > .button:hover, h2 > .button:hover, h3 > .button:hover {
  background-color: #E8E8E8 !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

h1 > .button:active, h2 > .button:active, h3 > .button:active {
  background-color: #EF902A !important;
}

h1 > .button:active > a, h2 > .button:active > a, h3 > .button:active > a {
  color: white;
}

h1 > .button > a, h2 > .button > a, h3 > .button > a {
  font-size: .8rem;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: none;
  transition: none;
}

h1:target:before, h2:target:before, h3:target:before, h4:target:before, h5:target:before, h6:target:before {
  content: "";
  display: block;
  height: 70px;
  margin: -70px 0 0;
}

label {
  display: inline-block;
  max-width: 95%;
  vertical-align: top;
  margin-bottom: 6px;
  font-weight: 300;
}

#portal-logo {
  float: left;
}

@media screen and (max-width: 556px) {
  #portal-logo > img {
    width: 100%;
  }
}

#portal-anontools > ul > li > a {
  font-size: .9rem;
  line-height: 2rem;
  font-weight: 500;
  color: #676766;
}

#portal-anontools > ul > li > a:hover {
  color: #EF902A;
}

#portal-anontools > ul > li > a > span {
  font-size: 1.1rem;
  margin-left: 3px;
  float: right;
  line-height: 1.9rem;
}

input#buttons-login {
  background-color: #970A2C;
  border-color: #5C0000;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

input#buttons-login:hover {
  background-color: #EF902A;
  border-color: #FB8200;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

input#buttons-login:active {
  background-color: #970A2C;
  border-color: #5C0000;
}

@media (min-width: 768px) {
  #portal-searchbox [type="text"] {
    width: 18rem;
  }
}

.plone-breadcrumb ol {
  max-width: 100%;
  overflow-x: hidden;
}

.plone-breadcrumb ol a {
  color: #8D8D8D;
  font-size: .9rem;
}

.plone-breadcrumb ol a:hover {
  color: #EF902A;
}

.plone-breadcrumb ol #breadcrumbs-current {
  color: #676766;
  font-size: .9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/
.plone-navbar {
  background-color: #970A2C;
  color: #EF902A;
  position: relative;
  font-weight: 500;
  min-height: 50px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.plone-nav li a {
  font-size: 1rem;
  background-color: #970A2C;
  color: #F5F5F5;
  border-top: 3px solid #970A2C !important;
  border-bottom: 3px solid #970A2C !important;
  margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 5px #000000;
}

.plone-nav li a:hover,
.plone-nav li a:focus {
  text-decoration: none;
  background-color: transparent;
  border-bottom-color: #EF902A !important;
  color: #EF902A;
}

button.plone-navbar-toggle {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: 8px;
  margin-bottom: 6px;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #5C0000;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(43, 43, 43, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(43, 43, 43, 0.75);
}

button.plone-navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #F5F5F5;
  margin-top: 2px;
}

button.plone-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

button.plone-navbar-toggle .icon-bar + .icon-bar + .icon-bar {
  margin-bottom: 3px;
}

.plone-navbar-toggle:focus {
  outline: 0;
  background-color: #5C0000;
  border-color: #5C0000;
}

.plone-navbar-toggle:hover {
  background-color: #5C0000;
}

.plone-navbar-toggle .icon-bar::after {
  content: "";
  position: relative;
  color: white;
}

.plone-navbar-toggle .icon-bar + .icon-bar::after {
  content: "";
}

.plone-navbar-nav {
  margin: 0 -15px 0;
}

.plone-navbar-nav > li > a {
  line-height: 20px;
}

.plone-navbar-nav .current > a,
.plone-navbar-nav .selected > a {
  color: #F5F5F5;
  background-color: transparent;
  border-bottom-color: #EF902A !important;
  text-shadow: 1px 1px 5px #000000;
}

.plone-navbar-nav .current > a:hover,
.plone-navbar-nav .selected > a:hover,
.plone-navbar-nav .current > a:focus,
.plone-navbar-nav .selected > a:focus {
  color: #EF902A;
  background-color: transparent;
  border-bottom-color: #EF902A !important;
  text-shadow: 1px 1px 5px #000000;
}

a.link-category:hover, a.link-category:focus {
  color: #970A2C;
}

.ui.message {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.ui.message > .icon.list {
  margin-right: .6em;
}

.ui.message > i.fas, .ui.message > i.far {
  margin-right: .6em;
  opacity: 80%;
}

.ui.message > i.fas.disabled, .ui.message > i.far.disabled {
  opacity: 50%;
}

.ui.message > i.stroke {
  -webkit-text-stroke-color: black;
}

.ui.list.selection.estandar > div.item {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-left: 1px solid transparent;
  border-radius: 2px;
}

.ui.list.selection.estandar > div.item:hover {
  border-left: 1px solid #EF902A;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ui.list.selection.estandar > div.item:hover > div.content > a {
  color: #EF902A !important;
}

.ui.list.selection.estandar > div.item > div.content > a {
  color: rgba(0, 0, 0, 0.87) !important;
}

.ui.list.selection.estandar > div.item > div.content > a > span {
  font-weight: 400;
}

.ui.list.selection.estandar.personas > div.item > div.content > span {
  color: #969696;
  font-size: .9rem;
}

.ui.list.selection.estandar.personas > div.item > div.content > span > i {
  color: rgba(0, 0, 0, 0.87);
}

.stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}

.stroke.px2 {
  -webkit-text-stroke-width: 2px;
}

.stroke.px3 {
  -webkit-text-stroke-width: 3px;
}

.stroke.black {
  -webkit-text-stroke-color: black;
}

.stroke.white {
  -webkit-text-stroke-color: white;
}

@media (min-width: 576px) {
  .plone-navbar-header {
    float: none;
  }
  .plone-navbar-toggle {
    display: block;
    float: right;
  }
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .plone-navbar-collapse.plone-collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .plone-navbar-collapse.in {
    overflow-y: visible;
    display: block !important;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top .plone-navbar-collapse,
  .navbar-static-top .plone-navbar-collapse,
  .navbar-fixed-bottom .plone-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .plone-navbar-nav {
    float: left;
  }
  .plone-navbar-nav > li {
    float: left;
  }
  .plone-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .plone-navbar-header {
    float: left;
  }
  .plone-navbar-toggle {
    display: none;
  }
  .plone-navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .plone-navbar-collapse.plone-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .plone-navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .plone-navbar-collapse,
  .navbar-static-top .plone-navbar-collapse,
  .navbar-fixed-bottom .plone-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .plone-navbar-nav {
    float: left;
  }
  .plone-navbar-nav > li {
    float: left;
  }
  .plone-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

div#mainnavigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  width: 100%;
}

div#mainnavigation-wrapper div.plone-navbar-header > a#minilogo img {
  height: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div#mainnavigation-wrapper.sticky {
  z-index: 99;
}

div#mainnavigation-wrapper.sticky div.plone-navbar-header > a#minilogo {
  margin-right: 15px;
}

div#mainnavigation-wrapper.sticky div.plone-navbar-header > a#minilogo > img {
  opacity: 1;
  height: 35px;
  margin: 7px 15px 0 0;
}

.portletNavigationTree .portletContent > ul > li a:hover {
  text-decoration: none;
  background: #f6f6f9;
  color: #EF902A;
}

.portletNavigationTree .portletContent > ul > li a:active,
.portletNavigationTree .portletContent > ul > li a:active::before {
  color: #970A2C;
}

.portletNavigationTree .portletContent > ul > li a::before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #676766;
}

.portletNavigationTree .portletContent > ul > li a:hover::before {
  color: #EF902A;
}

.portletNavigationTree .portletContent > ul > li a:active::before {
  color: #970A2C;
}

.portletNavigationTree .portletContent .navTreeCurrentNode > a,
.portletNavigationTree .portletContent .navTreeCurrentNode > a::before {
  background: #f6f6f9;
  color: #EF902A;
}

.portlet .portletHeader {
  font-size: 1rem;
}

.portlet .portletHeader > a {
  color: #676766;
}

.portlet .portletHeader > a:hover {
  color: #EF902A;
}

.portlet .portletContent > ul > li a,
.portlet .portletContent > p > a {
  color: #676766;
  font-weight: 400;
}

.portlet .portletContent > ul > li a:hover,
.portlet .portletContent > p > a:hover {
  color: #EF902A;
}

.portlet .portletContent > ul > li a:active,
.portlet .portletContent > p > a:active {
  color: #970A2C;
}

.portlet .portletFooter a {
  color: #676766;
}

.portlet .portletFooter a:hover {
  color: #EF902A;
}

.portlet.portletCalendar table .cal_has_events a:hover::after {
  color: #EF902A;
}

.portlet .portletContent > ul .portletItemDetails {
  display: block;
  z-index: 0;
  padding: 0 15px 10px 15px;
  font-weight: 300;
  position: relative;
  margin-top: -26px;
  font-size: 0.8rem;
  color: #8D8D8D;
}

#portal-footer-wrapper h2 a {
  color: #F5F5F5;
  font-size: 1.9rem;
}

#portal-footer-wrapper p,
#portal-footer-wrapper a {
  font-size: 0.9rem;
  font-weight: 300;
  color: #8D8D8D;
}

#portal-footer-wrapper a:hover {
  color: #FBBA00;
  text-decoration: none;
  border: none;
}

#portal-footer-wrapper div {
  font-size: 0.8rem;
  color: #8D8D8D;
}

p.redesSociales > a {
  display: inline-block;
  margin-right: 1rem;
  line-height: 2.5rem;
  background-position-x: 0;
}

p.redesSociales > a > img {
  width: 1.5rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

p.redesSociales > a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#edit-zone {
  z-index: 100;
}

#edit-zone .plone-toolbar-logo {
  background-color: #970A2C;
}

#edit-zone .plone-toolbar-logo:after {
  border-top: 4px solid #970A2C;
}

#edit-zone .plone-toolbar-logo:hover, #edit-zone .plone-toolbar-logo:focus {
  background: #FB8200;
}

#edit-zone .plone-toolbar-logo:hover:after, #edit-zone .plone-toolbar-logo:focus:after {
  border-top: 4px solid #FB8200;
}

#edit-zone nav > ul a {
  text-shadow: 1px 1px 5px #000000;
  font-size: 12px;
  font-weight: 400;
}

#edit-zone nav > ul a:hover, #edit-zone nav > ul a:focus {
  background: #970A2C !important;
}

#edit-zone nav > ul a:hover span, #edit-zone nav > ul a:focus span {
  background: #970A2C !important;
}

#edit-zone nav > ul a:active span {
  background: #FB8200 !important;
}

#edit-zone nav > ul a > span + span {
  background-color: #FB8200;
}

#edit-zone nav > ul li.active > a {
  background: #970A2C;
}

#edit-zone nav > ul li.active > a.label-state-published, #edit-zone nav > ul li.active > a.label-state-external {
  background: #FB8200;
}

#edit-zone nav > ul li.active > a.label-state-published span, #edit-zone nav > ul li.active > a.label-state-external span {
  background: #FB8200;
}

#edit-zone nav > ul#personal-bar-container ul li.user-action a {
  font-size: .9rem !important;
}

#edit-zone nav > ul#personal-bar-container ul li.user-action a:active {
  background-color: #FB8200 !important;
}

.pattern-relateditems-item-title, .pattern-relateditems-result-title {
  font-size: 1rem;
}

.pattern-relateditems-item-title[class*="contenttype-"]::before,
.pattern-relateditems-result-title[class*="contenttype-"]::before {
  font-size: 1.1rem;
}

nav.pagination ul {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

nav.pagination ul li.active > span {
  background-color: #EF902A;
  border: 1px solid #EF902A !important;
}

nav.pagination ul li > a,
nav.pagination ul li > span {
  color: #676766;
}

nav.pagination ul li > a:hover, nav.pagination ul li > a:focus {
  color: #EF902A;
}

.vevent span.cal_month {
  background: #970A2C;
}

.flickity-enabled.is-fullscreen {
  z-index: 99;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #EF902A;
          box-shadow: 0 0 0 5px #EF902A;
  border-color: #EF902A;
}

nav.subbaner-simple, nav.subbanner-extenso, div.flexbox-proyectos, div.flexbox-articulos, div.flexbox-agenda, div.flexbox-agenda > div.evento, div.flexbox-numeros, div.flexbox-selectividad, div.flexbox-equipo, div.flexbox-ciclos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

nav.subbaner-simple, nav.subbanner-extenso, div.flexbox-proyectos, div.flexbox-articulos, div.flexbox-agenda, div.flexbox-agenda > div.evento, div.flexbox-numeros, div.flexbox-selectividad, div.flexbox-equipo, div.flexbox-ciclos {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div.box-proyectos > div:first-of-type, div.box-warning > div:first-of-type, div.flexbox-agenda > div.evento > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

div.box-proyectos > div:first-of-type, div.box-warning > div:first-of-type, div.flexbox-agenda > div.evento > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.box-proyectos > div:first-of-type, div.box-warning > div:first-of-type {
  cursor: pointer;
  border: 2px solid #EF902A;
  background-color: #F5F5F5;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.box-proyectos > div:hover:first-of-type, div.box-warning > div:hover:first-of-type {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.box-proyectos > div:first-of-type > span:first-of-type, div.box-warning > div:first-of-type > span:first-of-type {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-size: 2.5em;
  padding: 10px 15px 15px 15px;
  background-color: #EF902A;
  color: white;
  text-shadow: 1px 1px 5px #000000;
}

div.box-proyectos > div:first-of-type > span:nth-of-type(2), div.box-warning > div:first-of-type > span:nth-of-type(2) {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 5px 10px 5px 20px;
}

div.box-proyectos > div:first-of-type > span:nth-of-type(3), div.box-warning > div:first-of-type > span:nth-of-type(3) {
  font-size: 2rem;
  font-weight: 400;
  padding: 5px 10px;
  margin-left: auto;
}

div.grid-estudis > div > a:hover > div:first-child, div.grid-opciones > a:active, div.flexbox-ciclos > article > div:first-child, div.flex-banner-ciclo {
  background: #970a2c;
  background: linear-gradient(150deg, #970a2c 36%, #fb8200 100%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h1.titulo-seccion, h2.titulo-seccion, h3.titulo-seccion {
  padding-bottom: 9px;
  border-bottom: 1px solid #EF902A;
}

h1.titulo-seccion > i.stroke, h2.titulo-seccion > i.stroke, h3.titulo-seccion > i.stroke {
  -webkit-text-stroke-color: black;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

nav.subbaner-simple, nav.subbanner-extenso {
  background-color: #970A2C;
  margin: 0px auto;
  border-bottom: 8px solid #EF902A;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(43, 43, 43, 0.75);
          box-shadow: 0px 2px 5px 0px rgba(43, 43, 43, 0.75);
  margin-bottom: 5px;
}

nav.subbaner-simple > a, nav.subbanner-extenso > a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-color: #970A2C;
  text-align: center;
  margin: 0;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #F5F5F5;
  padding: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

nav.subbaner-simple > a:hover, nav.subbanner-extenso > a:hover {
  color: #EF902A;
}

nav.subbaner-simple > a > span:first-of-type, nav.subbanner-extenso > a > span:first-of-type {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: 1px 1px 5px #000000;
}

nav.subbaner-simple > a > span:nth-of-type(2), nav.subbanner-extenso > a > span:nth-of-type(2) {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  display: block;
  color: #D26B6B;
  width: 100%;
  text-shadow: 1px 1px 5px #000000;
}

nav.subbaner-simple > a > span.normal, nav.subbanner-extenso > a > span.normal {
  font-size: 1.2rem;
}

@media screen and (max-width: 576px) {
  nav.subbaner-simple > a > span.normal, nav.subbanner-extenso > a > span.normal {
    font-size: 0.85rem;
  }
}

@media screen and (min-width: 360px) {
  nav.subbaner-simple a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (min-width: 576px) {
  nav.subbaner-simple a, nav.subbaner-simple a:nth-of-type(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }
}

@media screen and (min-width: 576px) {
  nav.subbanner-extenso a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

div.flexbox-proyectos {
  margin: 0px auto 40px auto;
}

div.flexbox-proyectos.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.flexbox-proyectos > a {
  display: block;
  min-width: 127px;
  padding: 20px 0px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  color: #676766;
}

div.flexbox-proyectos > a:hover {
  color: #EF902A;
}

div.flexbox-proyectos > a:hover img {
  -webkit-animation: pulse 300ms infinite alternate;
          animation: pulse 300ms infinite alternate;
}

div.flexbox-proyectos > a > img {
  width: 90px;
  border-radius: 50%;
  margin-bottom: 5px;
}

div.flexbox-proyectos > a > span {
  font-size: 1em;
  margin: 10px 0 5px 0;
}

div.box-proyectos {
  margin: 30px 0;
}

@media (min-width: 576px) {
  div.box-proyectos > div:first-of-type {
    display: none;
  }
}

div.box-proyectos > div.pulsado {
  background: #EF902A;
  color: white;
}

div.box-proyectos > div#jqToogle {
  display: none;
  border: 1px solid #EF902A;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #F5F5F5;
}

@media (min-width: 576px) {
  div.box-proyectos > div#jqToogle {
    display: block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

div.box-warning {
  margin-bottom: 60px;
}

div.box-warning > div.pulsado {
  background: #EF902A;
  color: white;
}

div.box-warning > div:nth-of-type(2) {
  display: none;
  background-color: #FFEBBD;
  padding: 30px 30px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.box-warning > div:nth-of-type(2) > p, div.box-warning > div:nth-of-type(2) ul {
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
}

div.box-warning > div:nth-of-type(2) > strong {
  font-size: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
}

div.box-warning > div:nth-of-type(2) > strong.remarcado {
  display: block;
  border-top: 2px solid #EF902A;
  border-bottom: 2px solid #EF902A;
  margin: 20px 0;
  padding: 20px 0;
}

div.box-warning > div:nth-of-type(2) > strong.remarcado.centrado {
  text-align: center;
}

div.box-warning > div:nth-of-type(2) > hr {
  border: 1px solid #EF902A;
}

div.box-warning > div:nth-of-type(2) > span.cerrar {
  font-size: 2rem;
  display: block;
  width: 52px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EF902A;
  color: white;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}

div.box-warning > div:nth-of-type(2) > span.cerrar:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

div.box-warning > div:nth-of-type(2).open {
  display: block;
}

div.carousel-articulos div.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

div.carousel-articulos div.carousel-cell {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

div.carousel-articulos div.carousel-cell > a {
  width: 256px;
  margin: 0px 17px 35px 17px;
  padding-bottom: 25px;
  background-color: #F5F5F5;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

div.carousel-articulos div.carousel-cell > a:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.carousel-articulos div.carousel-cell > a > img {
  border-radius: 2px 2px 0 0;
}

div.carousel-articulos div.carousel-cell > a > span:first-of-type {
  margin: 25px 15px 10px 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  color: #676766;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div.carousel-articulos div.carousel-cell > a > span:nth-of-type(2) {
  display: block;
  margin: 15px 15px 0px 15px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #8D8D8D;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div.carousel-articulos > div.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1rem;
}

div.carousel-articulos > div.placeholder > div.three.doubling.stackable.cards {
  margin: 0px 17px 0px 0px;
}

div.carousel-articulos > div.placeholder > div.three.doubling.stackable.cards > div.ui.card {
  width: 256px !important;
}

div.carousel-articulos > div.placeholder > div.three.doubling.stackable.cards > div.ui.card div.rectangular.image {
  height: 160px;
  padding-top: 0;
}

div.flexbox-articulos {
  margin-bottom: 60px;
  /*
    > i.icon{
        color: $sec1;
        margin-top: 40px;
    }*/
}

@media screen and (min-width: 1200px) {
  div.flexbox-articulos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

div.flexbox-articulos > div.loader {
  border-radius: 50%;
  border: 4px solid #970A2C;
  border-top: 4px solid #EF902A;
  border-right: 4px solid #EF902A;
  width: 90px !important;
  height: 90px !important;
  min-height: 90px !important;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
  margin-top: 40px;
  margin: 40px auto 0 auto;
}

div.flexbox-articulos > article {
  min-width: 200px;
  max-width: 256px;
  margin: 30px 5px;
  background-color: #F5F5F5;
  border-radius: 2px;
}

div.flexbox-articulos > article > a {
  display: block;
  text-decoration: none;
  padding-bottom: 20px;
  border: none !important;
  background-color: #F5F5F5;
  height: 100%;
  border-radius: 2px;
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

div.flexbox-articulos > article > a:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.flexbox-articulos > article > a:hover > span:first-of-type {
  color: black;
}

div.flexbox-articulos > article > a > img {
  border-radius: 2px 2px 0 0;
  background-color: white;
}

div.flexbox-articulos > article > a > div.carga-tmp {
  width: 256px;
  text-align: center;
  height: 160px;
  vertical-align: middle;
}

div.flexbox-articulos > article > a > span:first-of-type {
  display: block;
  margin: 10px 15px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.15;
  color: #676766;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div.flexbox-articulos > article > a > span:nth-of-type(2) {
  display: block;
  padding: 5px 15px 0px 15px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #8D8D8D;
}

div.flexbox-agenda {
  margin: 0px auto 40px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

div.flexbox-agenda > div.evento {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  min-width: 300px;
  padding: 15px 15px;
}

div.flexbox-agenda > div.evento > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: #F5F5F5;
  padding: 1em;
  min-height: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.flexbox-agenda > div.evento > div:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div.flexbox-agenda > div.evento > div > div:first-of-type {
  display: block;
  margin-right: 0.8em;
  margin-bottom: 0.3em;
  text-align: center;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  padding-top: 5px;
  font-family: 'Raleway', sans-serif;
  border-radius: 2px 2px 2px 2px;
}

div.flexbox-agenda > div.evento > div > div:first-of-type > span:first-of-type {
  display: block;
  padding: 3px 15px 0;
  font-size: 1rem;
  line-height: 100%;
}

div.flexbox-agenda > div.evento > div > div:first-of-type > span:nth-of-type(2) {
  display: block;
  font-size: 20px;
  font-weight: 800;
  padding: 7px 15px;
  line-height: 100%;
}

div.flexbox-agenda > div.evento > div > div:first-of-type > span:nth-of-type(3) {
  display: block;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: bold;
  font-size: 0.9rem;
  background: #970A2C;
  margin: auto;
  padding: 5px 15px;
  color: #fff;
  border-radius: 0 0 2px 2px;
}

div.flexbox-agenda > div.evento > div > div:nth-of-type(2) > a {
  display: block;
  border: none !important;
  color: #676766;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-bottom: 10px;
  min-height: 2.2rem;
  font-weight: 400;
}

div.flexbox-agenda > div.evento > div > div:nth-of-type(2) > a:hover {
  color: #EF902A;
}

div.flexbox-agenda > div.evento > div > div:nth-of-type(2) > span:first-of-type {
  display: block;
  font-size: 0.95rem;
  color: #676766;
}

div.flexbox-agenda > div.ui.three.column.stackable.grid {
  width: 100%;
}

div.flexbox-numeros {
  margin-bottom: 60px;
  background-color: #F5F5F5;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.flexbox-numeros > div {
  min-width: 170px;
  margin: 20px auto;
}

div.flexbox-numeros > div:nth-of-type(1) > span:first-of-type {
  color: #6734BA;
}

div.flexbox-numeros > div:nth-of-type(2) > span:first-of-type {
  color: #9D1CB2;
}

div.flexbox-numeros > div:nth-of-type(3) > span:first-of-type {
  color: #DA125F;
}

div.flexbox-numeros > div:nth-of-type(4) > span:first-of-type {
  color: #F6412D;
}

div.flexbox-numeros > div:nth-of-type(5) > span:first-of-type {
  color: #FF5606;
}

div.flexbox-numeros > div:nth-of-type(6) > span:first-of-type {
  color: #FF9800;
}

div.flexbox-numeros > div:nth-of-type(7) > span:first-of-type {
  color: #6734BA;
}

div.flexbox-numeros > div:nth-of-type(8) > span:first-of-type {
  color: #9D1CB2;
}

div.flexbox-numeros > div:nth-of-type(9) > span:first-of-type {
  color: #DA125F;
}

div.flexbox-numeros > div:nth-of-type(10) > span:first-of-type {
  color: #F6412D;
}

div.flexbox-numeros > div:nth-of-type(11) > span:first-of-type {
  color: #FF5606;
}

div.flexbox-numeros > div:nth-of-type(12) > span:first-of-type {
  color: #FF9800;
}

div.flexbox-numeros > div > span:first-of-type {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 300;
}

div.flexbox-numeros > div > span:nth-of-type(2) {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #676766;
  font-weight: 300;
}

div.flexbox-selectividad {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

div.flexbox-selectividad > div {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 175px !important;
  height: 175px !important;
  min-height: 175px !important;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

div.flexbox-selectividad > div:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.flexbox-selectividad > div:hover > div.border {
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}

div.flexbox-selectividad > div:nth-of-type(1) > span:first-of-type {
  color: #6734BA;
}

div.flexbox-selectividad > div:nth-of-type(2) > span:first-of-type {
  color: #9D1CB2;
}

div.flexbox-selectividad > div:nth-of-type(3) > span:first-of-type {
  color: #DA125F;
}

div.flexbox-selectividad > div:nth-of-type(4) > span:first-of-type {
  color: #F6412D;
}

div.flexbox-selectividad > div:nth-of-type(5) > span:first-of-type {
  color: #FF5606;
}

div.flexbox-selectividad > div:nth-of-type(6) > span:first-of-type {
  color: #FF9800;
}

div.flexbox-selectividad > div > div.border {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 175px !important;
  height: 175px !important;
  min-height: 175px !important;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.flexbox-selectividad > div > span:first-of-type {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
}

div.flexbox-selectividad > div > span:nth-of-type(2) {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #676766;
  font-weight: 300;
  margin: 0 auto 10px auto;
}

div.flexbox-selectividad > div > i {
  display: block;
  line-height: 1.1;
  font-weight: 300;
  width: 100%;
}

div.carousel-header div.carousel-cell {
  min-height: 100%;
  width: 100%;
  margin: auto;
  /* center images in cells with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.carousel-header .flickity-page-dots .dot.is-selected {
  background: #EF902A;
}

div.carousel-comunidad div.carousel-cell {
  min-height: 100%;
  width: 100%;
  margin: auto;
  /* center images in cells with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.carousel-comunidad .flickity-page-dots .dot.is-selected {
  background: #EF902A;
}

div.carousel-elpuig .flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

div.carousel-elpuig div.carousel-cell {
  min-height: 100%;
  width: 100%;
  margin: auto;
  /* center images in cells with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.carousel-elpuig .flickity-page-dots {
  display: none;
}

.carousel-elpuig.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-elpuig.is-fullscreen .carousel-cell > img {
  max-height: 100% !important;
}

.carousel-elpuig.is-fullscreen .flickity-page-dots {
  display: block;
}

.carousel-elpuig.is-fullscreen .flickity-page-dots .dot.is-selected {
  background: #EF902A;
}

div.carousel-elpuig-nav div.carousel-cell {
  min-height: 100%;
  width: 128px;
  height: 128px !important;
  margin: auto 7px;
  border: 3px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  background: #2F2F2F;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /* center images in cells with flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.carousel-elpuig-nav div.carousel-cell:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media screen and (max-width: 576px) {
  div.carousel-elpuig-nav div.carousel-cell {
    width: 80px !important;
    height: 80px !important;
  }
}

div.carousel-elpuig-nav .carousel-cell.is-nav-selected {
  border: 3px solid #EF902A;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

div.carousel-proyectos {
  margin-left: -1rem;
}

div.carousel-proyectos div.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

div.carousel-proyectos div.carousel-cell {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

div.carousel-proyectos div.carousel-cell > a {
  width: 256px;
  margin: 0px 15px 35px 15px;
  padding-bottom: 25px;
  background-color: #F5F5F5;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

@media screen and (min-width: 507px) {
  div.carousel-proyectos div.carousel-cell > a {
    min-width: 230px;
    max-width: 230px;
  }
}

div.carousel-proyectos div.carousel-cell > a:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.carousel-proyectos div.carousel-cell > a > img {
  border-radius: 2px 2px 0 0;
}

div.carousel-proyectos div.carousel-cell > a > span:first-of-type {
  margin: 15px 15px 0px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #676766;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid #EF902A;
}

div.carousel-proyectos div.carousel-cell > a > ul {
  list-style: none;
  margin: 0px 15px 25px 15px;
  padding: 10px 0 0px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.carousel-proyectos div.carousel-cell > a > ul li {
  color: #676766;
  font-size: 0.9rem;
  line-height: 2rem;
}

div.carousel-proyectos div.carousel-cell > a > div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  border-top: 1px solid #EF902A;
  margin: 5px 15px 0 15px;
}

div.carousel-proyectos div.carousel-cell > a > div > span:nth-of-type(1) {
  float: left;
  font-size: 0.9rem;
  color: #8D8D8D;
}

div.carousel-proyectos div.carousel-cell > a > div > span:nth-of-type(2) {
  float: right;
  color: #8D8D8D;
  font-size: 0.9rem;
}

div.carousel-proyectos > div.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1rem;
}

div.carousel-proyectos > div.placeholder > div.three.doubling.stackable.cards {
  margin: 0px 17px 0px 0px;
}

div.carousel-proyectos > div.placeholder > div.three.doubling.stackable.cards > div.ui.card {
  width: 230px !important;
}

div.carousel-proyectos > div.placeholder > div.three.doubling.stackable.cards > div.ui.card div.rectangular.image {
  height: 160px;
  padding-top: 0;
}

div.carousel-articulos-profes {
  margin-left: -1rem;
}

div.carousel-articulos-profes div.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

div.carousel-articulos-profes div.carousel-cell {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
}

div.carousel-articulos-profes div.carousel-cell > div {
  width: 256px;
  margin: 0px 15px 35px 15px;
  padding-bottom: 15px;
  background-color: #F5F5F5;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 507px) {
  div.carousel-articulos-profes div.carousel-cell > div {
    min-width: 230px;
    max-width: 230px;
  }
}

div.carousel-articulos-profes div.carousel-cell > div:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.carousel-articulos-profes div.carousel-cell > div:hover > a:last-child > img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

div.carousel-articulos-profes div.carousel-cell > div > a:first-child > img {
  border-radius: 2px 2px 0 0;
}

div.carousel-articulos-profes div.carousel-cell > div > a:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.carousel-articulos-profes div.carousel-cell > div > a:nth-child(2) > span {
  margin: 10px 15px 0px 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #676766;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div.carousel-articulos-profes div.carousel-cell > div > a:last-child {
  border-top: 1px solid #BBBBBB;
  margin: 20px 15px 0 15px;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.carousel-articulos-profes div.carousel-cell > div > a:last-child > img {
  width: 45px;
  float: left;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 10px 0px 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

div.carousel-articulos-profes div.carousel-cell > div > a:last-child > div {
  width: 100%;
}

div.carousel-articulos-profes div.carousel-cell > div > a:last-child > div > span:nth-of-type(1) {
  display: block;
  font-size: 0.9rem;
  color: #8D8D8D;
}

div.carousel-articulos-profes div.carousel-cell > div > a:last-child > div > span:nth-of-type(2) {
  display: block;
  color: #BBBBBB;
  font-size: 0.8rem;
  margin-top: 3px;
}

div.carousel-articulos-profes > div.placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 1rem;
}

div.carousel-articulos-profes > div.placeholder > div.three.doubling.stackable.cards {
  margin: 0px 17px 0px 0px;
}

div.carousel-articulos-profes > div.placeholder > div.three.doubling.stackable.cards > div.ui.card {
  width: 230px !important;
}

div.carousel-articulos-profes > div.placeholder > div.three.doubling.stackable.cards > div.ui.card div.rectangular.image {
  height: 160px;
  padding-top: 0;
}

div.flexbox-departamentos {
  margin: 30px auto 30px auto;
}

div.flexbox-departamentos > a {
  min-width: 210px !important;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 576px) {
  div.flexbox-departamentos > a {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 1600px) {
  div.flexbox-departamentos > a {
    min-width: 240px !important;
  }
}

div.flexbox-departamentos > a > button {
  font-size: 1rem !important;
  width: 100%;
  text-shadow: 1px 1px 5px #000000 !important;
  margin: 0 0 15px 0 !important;
  padding: 17px 15px 17px 15px !important;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  text-align: left !important;
}

div.flexbox-departamentos > a > button:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

div.flexbox-departamentos > a > button > .fas {
  opacity: 80%;
  margin-right: 0.7rem;
}

div.flexbox-departamentos > a > button > .icon {
  margin-right: 0.7rem !important;
}

div.dropdown-profes {
  margin-bottom: 40px;
  min-height: auto !important;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

@media screen and (max-width: 992px) {
  div.dropdown-profes div.item > span.description {
    white-space: nowrap;
    overflow: hidden;
    max-width: 8ch;
  }
}

@media screen and (max-width: 992px) {
  div.filtro-profes.visible {
    min-height: 300px;
  }
}

div.flexbox-equipo {
  margin: 0px auto 40px auto;
}

div.flexbox-equipo > div.loader {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-right: 2px solid #EF902A;
  width: 120px !important;
  height: 120px !important;
  min-height: 120px !important;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
  margin-top: 40px;
}

div.flexbox-equipo.mini > div {
  min-height: 190px;
}

div.flexbox-equipo.mini > div > a > img {
  width: 52px;
  background-color: #FFFFFF;
}

div.flexbox-equipo > div {
  width: 185px;
  min-height: 260px;
  text-align: center;
  padding: 20px 5px 20px;
  margin-bottom: 10px;
}

div.flexbox-equipo > div:hover > a > img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-animation: pulse 300ms infinite alternate;
          animation: pulse 300ms infinite alternate;
}

div.flexbox-equipo > div:hover > a > img[alt^="Roger Sobrino"] {
  content: url("https://elpuig.xeill.net/custom/img/profes/roger2.webp");
}

div.flexbox-equipo > div > a {
  text-decoration: none;
  border: none !important;
}

div.flexbox-equipo > div > a > img {
  width: 120px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #EF902A;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.flexbox-equipo > div > a > span {
  color: #2F2F2F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0 5px 0;
}

div.flexbox-equipo > div > span:first-of-type {
  color: #EF902A;
  font-size: 0.9rem;
  padding: 5px 15px 7px 15px;
  display: block;
  font-weight: 500;
  line-height: 1.2;
}

div.flexbox-equipo > div > span:nth-of-type(2) {
  color: #676766;
  font-weight: 300;
  font-size: .9rem;
}

div.flexbox-equipo > div > span:nth-of-type(2)::after {
  content: "@elpuig.xeill.net";
  font-weight: 100;
  font-size: .9em;
  line-height: .5;
  color: #BBBBBB;
  display: block;
}

img.cabecera-elcentre {
  margin: 30px auto;
  display: block;
}

div.grid-estudis {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(270px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 25px;
}

div.grid-estudis > div > div {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #970A2C;
  border-radius: 4px;
  text-align: left;
  margin: 0 0 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-top: 4px solid #970A2C;
  border-bottom: 4px solid #970A2C;
}

div.grid-estudis > div > div:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 4px solid #EF902A;
}

div.grid-estudis > div > div > a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  color: white;
  font-size: 1rem;
  text-shadow: 1px 1px 5px #000000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

div.grid-estudis > div > div > a > i {
  margin-right: 15px;
}

div.grid-estudis > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  color: rgba(0, 0, 0, 0.87);
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

div.grid-estudis > div > a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div.grid-estudis > div > a:hover > div:first-child {
  -webkit-animation: pulse 600ms infinite alternate;
          animation: pulse 600ms infinite alternate;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div.grid-estudis > div > a:hover > div:first-child > i.stroke, div.grid-estudis > div > a:hover > div:first-child > span {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: transparent;
  -webkit-text-stroke: 1px white;
}

div.grid-estudis > div > a:hover > div:first-child > div.border {
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}

div.grid-estudis > div > a > div:first-child {
  font-family: 'seatbcn-black', 'seatbcn-black-local';
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
  border-color: transparent;
  min-height: 80px;
  min-width: 80px;
  margin: 15px 10px 20px 10px;
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
}

div.grid-estudis > div > a > div:first-child > div.border {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.grid-estudis > div > a > div:first-child > span {
  font-size: 1.5rem;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px black;
}

div.grid-estudis > div > a > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 10px 15px 0px;
}

div.grid-estudis > div > a > div:nth-child(2) > span:first-child {
  display: block;
}

div.grid-estudis > div > a > div:nth-child(2) > div {
  margin-top: 5px;
}

div.grid-opciones {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

div.grid-opciones.col6 {
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

div.grid-opciones.col5 {
  -ms-grid-columns: (minmax(120px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

div.grid-opciones.col4 {
  -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

div.grid-opciones.col3 {
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

div.grid-opciones.col2 {
  -ms-grid-columns: (minmax(49%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}

div.grid-opciones > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
  min-height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 15px;
}

div.grid-opciones > a:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

div.grid-opciones > a:active {
  color: white;
  -webkit-transition: none;
  transition: none;
}

div.grid-opciones > a:active > span:first-child {
  -webkit-text-stroke-color: white;
}

div.grid-opciones > a:active > i.stroke {
  -webkit-text-stroke-color: white;
}

div.grid-opciones > a > i {
  display: block;
  margin-bottom: 10px;
}

div.grid-opciones > a > i.stroke {
  -webkit-text-stroke-color: black;
}

div.grid-opciones > a > span:first-child {
  font-family: 'seatbcn-black', 'seatbcn-black-local';
  font-size: 2.5rem;
  -webkit-text-stroke: 1px #2F2F2F;
  color: transparent;
}

div.grid-items-img-texto {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

div.grid-items-img-texto[data-columns="6"] {
  -ms-grid-columns: (minmax(110px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

div.grid-items-img-texto[data-columns="5"] {
  -ms-grid-columns: (minmax(120px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

div.grid-items-img-texto[data-columns="4"] {
  -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

div.grid-items-img-texto[data-columns="3"] {
  -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

div.grid-items-img-texto[data-columns="2"] {
  -ms-grid-columns: (minmax(49%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}

div.grid-items-img-texto > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.grid-items-img-texto > div:hover {
  background-color: #F5F5F5;
  border-left: 1px solid #EF902A;
  padding-left: 15px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.grid-items-img-texto > div:hover > a > img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

div.grid-items-img-texto > div:hover > div > a {
  color: #EF902A;
}

div.grid-items-img-texto > div > a > img {
  width: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #EF902A;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 20px 0 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.grid-items-img-texto > div > div {
  width: 100%;
}

div.grid-items-img-texto > div > div > a {
  display: block;
  color: #2F2F2F;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

div.grid-items-img-texto > div > div > span:first-of-type {
  display: block;
  color: #676766;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
}

div.grid-items-img-texto > div > div > span:nth-of-type(2) {
  color: #676766;
  font-weight: 300;
  font-size: .9rem;
}

div.grid-items-img-texto > div > div > span:nth-of-type(2) > span {
  display: block;
  color: #BBBBBB;
}

@media screen and (min-width: 1600px) {
  div.flexbox-ciclos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

div.flexbox-ciclos > article {
  margin: 30px 0px;
  background-color: #F5F5F5;
  border-radius: 4px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 507px) {
  div.flexbox-ciclos > article {
    min-width: 230px;
    max-width: 230px;
  }
}

div.flexbox-ciclos > article:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

div.flexbox-ciclos > article:hover > div:first-child > a {
  -webkit-animation: pulse 600ms infinite alternate;
          animation: pulse 600ms infinite alternate;
  background-color: #970A2C;
  color: white;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin-top: -40px;
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 130px !important;
  height: 130px !important;
  min-height: 130px !important;
  border-color: transparent;
}

div.flexbox-ciclos > article:hover > div:first-child > a > span:first-of-type {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: transparent;
  -webkit-text-stroke: 1px white;
  -webkit-filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.12));
  text-shadow: none;
}

div.flexbox-ciclos > article:hover > div:first-child > a > div.border {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 130px !important;
  height: 130px !important;
  min-height: 130px !important;
  -webkit-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
}

div.flexbox-ciclos > article > div:first-child {
  height: 145px;
  border-radius: 4px 4px 0 0;
}

div.flexbox-ciclos > article > div:first-child > a {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 100px !important;
  height: 100px !important;
  min-height: 100px !important;
  border-color: transparent;
  margin: 22px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2F2F2F;
  position: relative;
}

div.flexbox-ciclos > article > div:first-child > a > div.border {
  border-radius: 50%;
  border: 2px solid #970A2C;
  border-top: 2px solid #EF902A;
  border-left: 2px solid #EF902A;
  width: 100px !important;
  height: 100px !important;
  min-height: 100px !important;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.flexbox-ciclos > article > div:first-child > a > span:first-of-type {
  font-family: 'seatbcn-black', 'seatbcn-black-local';
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
  color: #E8E8E8;
  -webkit-text-stroke: 1px black;
  text-shadow: 1px 1px 5px #000000;
}

div.flexbox-ciclos > article > div:first-child > a > i {
  display: block;
  width: 100%;
}

div.flexbox-ciclos > article > span:first-of-type {
  display: block;
  text-align: center;
  margin: 10px 15px;
  padding-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.15;
  color: #676766;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid #EF902A;
}

div.flexbox-ciclos > article > ul {
  list-style: none;
  margin: 10px 15px;
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.flexbox-ciclos > article > ul li {
  color: #676766;
  line-height: 2.2rem;
}

div.flexbox-ciclos > article > ul li > a {
  display: block;
  color: #676766;
  border-left: 1px solid #F5F5F5;
  border-radius: 2px;
}

div.flexbox-ciclos > article > ul li > a:hover {
  color: #EF902A;
  padding-left: 5px;
  background-color: #E8E8E8;
  border-left: 1px solid #EF902A;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: black;
}

div.flexbox-ciclos > article > ul li > a:hover > i.stroke {
  -webkit-text-stroke-color: black;
}

div.flexbox-ciclos > article > ul li > a > i.stroke {
  -webkit-text-stroke-color: #676766;
}

div.flexbox-ciclos > article > ul li > div.labels {
  display: inline;
  position: absolute;
  margin: -3px 0 0 3px;
}

div.flexbox-ciclos > article > ul li > div.labels > a {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.flexbox-ciclos > article > ul li > div.labels > a:hover {
  background-color: #EF902A;
  color: white;
}

div.flexbox-ciclos > article > div:nth-of-type(2) {
  margin: 20px 15px 0px 15px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #D26B6B;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div.flexbox-ciclos > article > div:nth-of-type(2):hover {
  background-color: #970A2C;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

div.flexbox-ciclos > article > div:nth-of-type(2) > a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
}

div.flexbox-ciclos > article > div:nth-of-type(2) > a > i {
  margin-left: -5px;
  margin-right: 10px;
}

@media screen and (min-width: 507px) {
  div.flexbox-ciclos.columnas2 > article {
    max-width: 45%;
  }
}

div.flex-banner-ciclo {
  width: 100%;
  max-height: 200px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

div.flex-banner-ciclo > span {
  font-family: 'seatbcn-black', 'seatbcn-black-local';
  font-size: 4rem;
  -webkit-text-stroke: 1px white;
  letter-spacing: 1rem;
  color: transparent;
  -webkit-filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(2px 2px rgba(0, 0, 0, 0.12));
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  div.flex-banner-ciclo > span {
    font-size: 8rem;
  }
}

@media screen and (min-width: 992px) {
  div.flex-banner-ciclo > span {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1600px) {
  div.flex-banner-ciclo > span {
    font-size: 10rem;
  }
}

div.flex-banner-ciclo > span > span {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0px;
  color: white;
  -webkit-animation: blinker 1s step-start infinite;
          animation: blinker 1s step-start infinite;
  border-bottom: 2px solid white !important;
  display: inline-block;
  width: 1ch !important;
}

.ui.styled.accordion .accordion .content {
  padding: 0em 1em 0em;
}
/*# sourceMappingURL=estilo.css.map */