estilo.css
per admin
—
darrera modificació
2025-09-27T02:37:04+01:00
estilo.css
— 57.4 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;
}
.alt7 {
background-color: #aacfa8 !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;
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 {
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;
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: 0.8rem;
color: rgba(0, 0, 0, 0.87);
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: 0.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;
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;
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: 0.9rem;
}
.plone-breadcrumb ol a:hover {
color: #EF902A;
}
.plone-breadcrumb ol #breadcrumbs-current {
color: #676766;
font-size: 0.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;
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;
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 {
align-items: stretch !important;
}
.ui.message > .icon.list {
margin-right: 0.6em;
}
.ui.message > i.fas, .ui.message > i.far {
margin-right: 0.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 {
transition: all 300ms ease;
border-left: 1px solid transparent;
border-radius: 2px;
}
.ui.list.selection.estandar > div.item:hover {
border-left: 1px solid #EF902A;
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: 0.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;
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;
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;
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: sticky;
top: -1px;
width: 100%;
}
div#mainnavigation-wrapper div.plone-navbar-header > a#minilogo img {
height: 0;
opacity: 0;
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 {
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;
filter: grayscale(100%);
}
p.redesSociales > a:hover img {
filter: grayscale(0);
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: 0.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 {
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;
box-shadow: 0 0 0 5px #EF902A;
border-color: #EF902A;
}
div.flexbox-ciclos, div.flexbox-equipo, div.flexbox-selectividad, div.flexbox-numeros, div.flexbox-agenda > div.evento, div.flexbox-agenda, div.flexbox-articulos, div.flexbox-proyectos, nav.subbanner-extenso, nav.subbaner-simple {
display: flex;
flex-flow: row wrap;
}
div.flexbox-ciclos, div.flexbox-equipo, div.flexbox-selectividad, div.flexbox-numeros, div.flexbox-agenda > div.evento, div.flexbox-agenda, div.flexbox-articulos, div.flexbox-proyectos, nav.subbanner-extenso, nav.subbaner-simple {
align-items: stretch;
align-content: stretch;
justify-content: space-evenly;
}
div.flexbox-agenda > div.evento > div, div.box-warning > div:first-of-type, div.box-proyectos > div:first-of-type {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
}
div.flexbox-agenda > div.evento > div, div.box-warning > div:first-of-type, div.box-proyectos > div:first-of-type {
align-items: center;
}
div.box-warning > div:first-of-type, div.box-proyectos > div:first-of-type {
cursor: pointer;
border: 2px solid #EF902A;
background-color: #F5F5F5;
border-radius: 2px 2px 0 0;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 1s ease;
}
div.box-warning > div:hover:first-of-type, div.box-proyectos > div:hover:first-of-type {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
div.box-warning > div:first-of-type > span:first-of-type, div.box-proyectos > div:first-of-type > span:first-of-type {
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-warning > div:first-of-type > span:nth-of-type(2), div.box-proyectos > div:first-of-type > span:nth-of-type(2) {
font-size: 1.3rem;
font-weight: 400;
padding: 5px 10px 5px 20px;
}
div.box-warning > div:first-of-type > span:nth-of-type(3), div.box-proyectos > div:first-of-type > span:nth-of-type(3) {
font-size: 2rem;
font-weight: 400;
padding: 5px 10px;
margin-left: auto;
}
div.flex-banner-ciclo, div.flexbox-ciclos > article > div:first-child, div.grid-opciones > a:active, div.grid-estudis > div > a:hover > div:first-child {
background: rgb(151, 10, 44);
background: linear-gradient(150deg, rgb(151, 10, 44) 36%, rgb(251, 130, 0) 100%);
}
@keyframes pulse {
0% {
transform: translateY(0px);
}
100% {
transform: translateY(-5px);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
50% {
transform: rotate(90deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes blinker {
50% {
opacity: 0;
}
}
@keyframes rotateLeftRight {
0% {
transform: rotate(-5deg);
}
50% {
transform: rotate(5deg);
}
100% {
transform: rotate(-5deg);
}
}
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.subbanner-extenso, nav.subbaner-simple {
background-color: #970A2C;
margin: 0px auto;
border-bottom: 8px solid #EF902A;
box-shadow: 0px 2px 5px 0px rgba(43, 43, 43, 0.75);
margin-bottom: 5px;
}
nav.subbanner-extenso > a, nav.subbaner-simple > a {
flex: 1 1 100%;
background-color: #970A2C;
text-align: center;
margin: 0;
display: block;
height: 100%;
text-decoration: none;
color: #F5F5F5;
padding: 20px;
transition: all 300ms ease;
}
nav.subbanner-extenso > a:hover, nav.subbaner-simple > a:hover {
color: #EF902A;
}
nav.subbanner-extenso > a > span:first-of-type, nav.subbaner-simple > 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.subbanner-extenso > a > span:nth-of-type(2), nav.subbaner-simple > 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%;
text-size-adjust: 100%;
display: block;
color: #D26B6B;
width: 100%;
text-shadow: 1px 1px 5px #000000;
}
nav.subbanner-extenso > a > span.normal, nav.subbaner-simple > a > span.normal {
font-size: 1.2rem;
}
@media screen and (max-width: 576px) {
nav.subbanner-extenso > a > span.normal, nav.subbaner-simple > a > span.normal {
font-size: 0.85rem;
}
}
@media screen and (min-width: 360px) {
nav.subbaner-simple a {
flex: 1 1 100%;
}
}
@media screen and (min-width: 576px) {
nav.subbaner-simple a, nav.subbaner-simple a:nth-of-type(2) {
flex: 1 1 33.333%;
}
}
@media screen and (min-width: 576px) {
nav.subbanner-extenso a {
flex: 1 1 0;
}
}
div.flexbox-proyectos {
margin: 0px auto 40px auto;
}
div.flexbox-proyectos.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 {
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;
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;
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;
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 300ms ease;
border-radius: 50%;
}
div.box-warning > div:nth-of-type(2) > span.cerrar:hover {
cursor: pointer;
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 {
transition: height 0.2s;
}
div.carousel-articulos div.carousel-cell {
min-height: 100%;
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
align-items: stretch;
}
div.carousel-articulos div.carousel-cell > a:hover {
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: 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 {
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;
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;
box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
div.flexbox-articulos > article > a:hover {
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;
box-sizing: border-box;
justify-content: space-evenly;
}
div.flexbox-agenda > div.ui.three.column.stackable.grid {
width: 100%;
}
div.flexbox-agenda div.empty-message {
text-align: center;
color: #676766;
}
div.flexbox-agenda div.empty-message > img.rotate {
animation: rotateLeftRight 3s infinite ease-in-out;
}
div.flexbox-agenda div.empty-message > div:nth-of-type(1) {
margin: 20px 15px 0px 15px;
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;
transition: all 300ms ease;
}
div.flexbox-agenda div.empty-message > div:nth-of-type(1):hover {
background-color: #970A2C;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
div.flexbox-agenda div.empty-message > div:nth-of-type(1) > a {
display: block;
padding-top: 7px;
padding-bottom: 7px;
color: white;
}
div.flexbox-agenda div.empty-message > div:nth-of-type(1) > a > i {
margin-left: -5px;
margin-right: 10px;
}
div.flexbox-agenda > div.evento {
flex: 1 1 33.333%;
min-width: 300px;
padding: 15px 15px;
}
div.flexbox-agenda > div.evento > div {
flex: 1 1 0;
background-color: #F5F5F5;
padding: 1em;
min-height: 105px;
box-sizing: border-box;
align-items: start;
border-radius: 2px;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
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 {
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;
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-numeros {
margin-bottom: 60px;
background-color: #F5F5F5;
text-align: center;
border-radius: 2px;
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 {
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: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: #F5F5F5;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
transition: all 300ms ease;
position: relative;
}
div.flexbox-selectividad > div:hover {
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 {
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;
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: flex;
align-items: 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: flex;
align-items: center;
justify-content: center;
}
div.carousel-comunidad .flickity-page-dots .dot.is-selected {
background: #EF902A;
}
div.carousel-elpuig .flickity-viewport {
transition: height 0.2s;
}
div.carousel-elpuig div.carousel-cell {
min-height: 100%;
width: 100%;
margin: auto;
/* center images in cells with flexbox */
display: flex;
align-items: 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;
filter: grayscale(100%);
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: flex;
align-items: center;
justify-content: center;
}
div.carousel-elpuig-nav div.carousel-cell:hover {
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;
filter: grayscale(0%);
}
div.carousel-proyectos {
margin-left: -1rem;
}
div.carousel-proyectos div.flickity-viewport {
transition: height 0.2s;
}
div.carousel-proyectos div.carousel-cell {
min-height: 100%;
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
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 {
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;
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: 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 {
transition: height 0.2s;
}
div.carousel-articulos-profes div.carousel-cell {
min-height: 100%;
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
display: flex;
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 {
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 {
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) {
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: flex;
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;
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;
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: 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;
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;
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 {
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;
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;
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 {
filter: grayscale(0);
background: #FFE3C5;
background: linear-gradient(357deg, rgb(255, 227, 197) 0%, rgb(255, 227, 197) 11%, rgb(255, 255, 255) 66%);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
margin-bottom: 15px;
filter: grayscale(100%);
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: 0.9rem;
}
div.flexbox-equipo > div > span:nth-of-type(2)::after {
content: "@elpuig.xeill.net";
font-weight: 100;
font-size: 0.9em;
line-height: 0.5;
color: #BBBBBB;
display: block;
}
img.cabecera-elcentre {
margin: 30px auto;
display: block;
}
div.grid-estudis {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
grid-template-rows: 1fr;
grid-auto-rows: auto;
grid-column-gap: 25px;
}
div.grid-estudis > div > div {
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;
transition: all 300ms ease;
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 {
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: flex;
align-items: flex-start;
justify-content: stretch;
color: rgba(0, 0, 0, 0.87);
background-color: #F5F5F5;
border-radius: 4px;
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 {
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 {
animation: pulse 600ms infinite alternate;
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 {
transition: all 300ms ease;
color: transparent;
-webkit-text-stroke: 1px white;
}
div.grid-estudis > div > a:hover > div:first-child > div.border {
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: flex;
align-items: center;
justify-content: center;
transition: all 300ms ease;
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;
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) {
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: grid;
grid-template-rows: 1fr;
grid-auto-rows: 1fr;
grid-column-gap: 15px;
grid-row-gap: 15px;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
div.grid-opciones.col6 {
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
div.grid-opciones.col5 {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
div.grid-opciones.col4 {
grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
div.grid-opciones.col3 {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
div.grid-opciones.col2 {
grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}
div.grid-opciones > a {
box-sizing: border-box;
background-color: #F5F5F5;
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: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
text-align: center;
padding: 15px;
}
div.grid-opciones > a:hover {
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;
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-opciones > a > span.icon {
font-family: "Material Icons";
}
div.grid-items-img-texto {
display: grid;
grid-template-rows: 1fr;
grid-auto-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
div.grid-items-img-texto[data-columns="6"] {
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
div.grid-items-img-texto[data-columns="5"] {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
div.grid-items-img-texto[data-columns="4"] {
grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
div.grid-items-img-texto[data-columns="3"] {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
div.grid-items-img-texto[data-columns="2"] {
grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}
div.grid-items-img-texto > div {
display: flex;
align-items: flex-start;
border-left: 1px solid transparent;
box-sizing: border-box;
padding: 10px 10px;
transition: all 300ms ease;
}
div.grid-items-img-texto > div:hover {
background-color: #F5F5F5;
border-left: 1px solid #EF902A;
padding-left: 15px;
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 {
filter: grayscale(0%);
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;
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;
filter: grayscale(100%);
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: 0.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 {
justify-content: space-between;
}
}
div.flexbox-ciclos > article {
margin: 30px 0px;
background-color: #F5F5F5;
border-radius: 4px;
padding-bottom: 20px;
box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
flex-grow: 1;
display: flex;
flex-direction: column;
}
@media screen and (min-width: 507px) {
div.flexbox-ciclos > article {
min-width: 230px;
max-width: 230px;
}
}
div.flexbox-ciclos > article:hover {
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 {
animation: pulse 600ms infinite alternate;
background-color: #970A2C;
color: white;
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 {
transition: all 300ms ease;
color: transparent;
-webkit-text-stroke: 1px white;
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;
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: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: #F5F5F5;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
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;
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;
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;
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 {
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;
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;
transition: all 300ms ease;
}
div.flexbox-ciclos > article > div:nth-of-type(2):hover {
background-color: #970A2C;
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;
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
display: flex;
justify-content: 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;
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;
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 */
