@charset "UTF-8";

 @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
:root {
--container-width: 1500px;
--container-padding: 100px;
--sec-pad: 120px;
} @media (max-width: 1500px) {
:root {
--container-width: calc(1500px - 40px);
--container-padding: 80px;
--sec-pad: 100px;
}
}
@media (max-width: 1280px) {
:root {
--container-width: calc(1280px - 40px);
--container-padding: 60px;
--sec-pad: 80px;
}
}
@media (max-width: 990px) {
:root {
--container-width: calc(990px - 40px);
--container-padding: 40px;
--sec-pad: 70px;
}
}
@media (max-width: 760px) {
:root {
--container-width: calc(760px - 40px);
--container-padding: 30px;
--sec-pad: 60px;
}
}
@media (max-width: 560px) {
:root {
--container-width: calc(560px - 40px);
--container-padding: 20px;
}
} html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
} a, button {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-decoration: none;
color: inherit;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}   #wp-toolbar #wp-admin-bar-wp-logo,
#wp-toolbar #wp-admin-bar-updates,
#wp-toolbar #wp-admin-bar-comments,
#wp-toolbar #wp-admin-bar-new-content,
#wp-toolbar #wp-admin-bar-customize {
display: none;
} #wpadminbar {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
top: -26px;
opacity: 0.4;
}
#wpadminbar:hover {
top: 0;
opacity: 1;
}
#wpcontent #wpadminbar {
top: 0;
opacity: 1;
}
body.p-modal-is-open {
overflow-y: hidden;
}
.p-modal {
display: none;
}
.p-modal__overlay {
display: none;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 100px 20px;
position: fixed;
top: 0;
left: 0;
overflow-y: auto;
background: rgba(0, 0, 0, 0.9);
z-index: 900;
}
.p-modal__container {
min-height: calc(100vh - 200px);
display: flex;
align-items: center;
justify-content: center;
}
.p-modal__container > * {
position: relative;
}
.p-modal__close {
position: absolute;
width: 50px;
height: 50px;
opacity: 0.85;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
text-align: center;
line-height: 50px;
border-radius: 50px;
background-color: #FF003C;
color: white;
right: 0;
top: -60px;
cursor: pointer;
}
.p-modal__close:before {
font-family: inherit;
font-size: 40px;
content: "×";
font-weight: 400;
}
.p-modal__close:hover {
opacity: 1;
} .fa,
.fas,
.far,
.fal,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: solid 0.08em #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-500px:before {
content: "\f26e";
}
.fa-abacus:before {
content: "\f640";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-alarm-clock:before {
content: "\f34e";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-analytics:before {
content: "\f643";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-alt-down:before {
content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
content: "\f346";
}
.fa-arrow-alt-from-left:before {
content: "\f347";
}
.fa-arrow-alt-from-right:before {
content: "\f348";
}
.fa-arrow-alt-from-top:before {
content: "\f349";
}
.fa-arrow-alt-left:before {
content: "\f355";
}
.fa-arrow-alt-right:before {
content: "\f356";
}
.fa-arrow-alt-square-down:before {
content: "\f350";
}
.fa-arrow-alt-square-left:before {
content: "\f351";
}
.fa-arrow-alt-square-right:before {
content: "\f352";
}
.fa-arrow-alt-square-up:before {
content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
content: "\f34a";
}
.fa-arrow-alt-to-left:before {
content: "\f34b";
}
.fa-arrow-alt-to-right:before {
content: "\f34c";
}
.fa-arrow-alt-to-top:before {
content: "\f34d";
}
.fa-arrow-alt-up:before {
content: "\f357";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-from-bottom:before {
content: "\f342";
}
.fa-arrow-from-left:before {
content: "\f343";
}
.fa-arrow-from-right:before {
content: "\f344";
}
.fa-arrow-from-top:before {
content: "\f345";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-square-down:before {
content: "\f339";
}
.fa-arrow-square-left:before {
content: "\f33a";
}
.fa-arrow-square-right:before {
content: "\f33b";
}
.fa-arrow-square-up:before {
content: "\f33c";
}
.fa-arrow-to-bottom:before {
content: "\f33d";
}
.fa-arrow-to-left:before {
content: "\f33e";
}
.fa-arrow-to-right:before {
content: "\f340";
}
.fa-arrow-to-top:before {
content: "\f341";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows:before {
content: "\f047";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-atom-alt:before {
content: "\f5d3";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-backpack:before {
content: "\f5d4";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-badge:before {
content: "\f335";
}
.fa-badge-check:before {
content: "\f336";
}
.fa-badge-dollar:before {
content: "\f645";
}
.fa-badge-percent:before {
content: "\f646";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-balance-scale-left:before {
content: "\f515";
}
.fa-balance-scale-right:before {
content: "\f516";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-barcode-alt:before {
content: "\f463";
}
.fa-barcode-read:before {
content: "\f464";
}
.fa-barcode-scan:before {
content: "\f465";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball:before {
content: "\f432";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-basketball-hoop:before {
content: "\f435";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-bolt:before {
content: "\f376";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-slash:before {
content: "\f377";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-school:before {
content: "\f5d5";
}
.fa-bell-school-slash:before {
content: "\f5d6";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blanket:before {
content: "\f498";
}
.fa-blender:before {
content: "\f517";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bone-break:before {
content: "\f5d8";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-alt:before {
content: "\f5d9";
}
.fa-book-heart:before {
content: "\f499";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-books:before {
content: "\f5db";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-bowling-pins:before {
content: "\f437";
}
.fa-box:before {
content: "\f466";
}
.fa-box-alt:before {
content: "\f49a";
}
.fa-box-check:before {
content: "\f467";
}
.fa-box-fragile:before {
content: "\f49b";
}
.fa-box-full:before {
content: "\f49c";
}
.fa-box-heart:before {
content: "\f49d";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-box-up:before {
content: "\f49f";
}
.fa-box-usd:before {
content: "\f4a0";
}
.fa-boxes:before {
content: "\f468";
}
.fa-boxes-alt:before {
content: "\f4a1";
}
.fa-boxing-glove:before {
content: "\f438";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-browser:before {
content: "\f37e";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-bullseye-arrow:before {
content: "\f648";
}
.fa-bullseye-pointer:before {
content: "\f649";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-bus-school:before {
content: "\f5dd";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-cabinet-filing:before {
content: "\f64b";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calculator-alt:before {
content: "\f64c";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-edit:before {
content: "\f333";
}
.fa-calendar-exclamation:before {
content: "\f334";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-alt:before {
content: "\f332";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-bump:before {
content: "\f5e0";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-garage:before {
content: "\f5e2";
}
.fa-car-mechanic:before {
content: "\f5e3";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-car-tilt:before {
content: "\f5e5";
}
.fa-car-wash:before {
content: "\f5e6";
}
.fa-caret-circle-down:before {
content: "\f32d";
}
.fa-caret-circle-left:before {
content: "\f32e";
}
.fa-caret-circle-right:before {
content: "\f330";
}
.fa-caret-circle-up:before {
content: "\f331";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-line-down:before {
content: "\f64d";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-chart-pie-alt:before {
content: "\f64e";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-bishop-alt:before {
content: "\f43b";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-clock:before {
content: "\f43d";
}
.fa-chess-clock-alt:before {
content: "\f43e";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-king-alt:before {
content: "\f440";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-knight-alt:before {
content: "\f442";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-pawn-alt:before {
content: "\f444";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-queen-alt:before {
content: "\f446";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chess-rook-alt:before {
content: "\f448";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-double-down:before {
content: "\f322";
}
.fa-chevron-double-left:before {
content: "\f323";
}
.fa-chevron-double-right:before {
content: "\f324";
}
.fa-chevron-double-up:before {
content: "\f325";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-square-down:before {
content: "\f329";
}
.fa-chevron-square-left:before {
content: "\f32a";
}
.fa-chevron-square-right:before {
content: "\f32b";
}
.fa-chevron-square-up:before {
content: "\f32c";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clipboard-prescription:before {
content: "\f5e8";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-club:before {
content: "\f327";
}
.fa-cocktail:before {
content: "\f561";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-code-commit:before {
content: "\f386";
}
.fa-code-merge:before {
content: "\f387";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-coins:before {
content: "\f51e";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-alt-check:before {
content: "\f4a2";
}
.fa-comment-alt-dollar:before {
content: "\f650";
}
.fa-comment-alt-dots:before {
content: "\f4a3";
}
.fa-comment-alt-edit:before {
content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
content: "\f4a5";
}
.fa-comment-alt-lines:before {
content: "\f4a6";
}
.fa-comment-alt-minus:before {
content: "\f4a7";
}
.fa-comment-alt-plus:before {
content: "\f4a8";
}
.fa-comment-alt-slash:before {
content: "\f4a9";
}
.fa-comment-alt-smile:before {
content: "\f4aa";
}
.fa-comment-alt-times:before {
content: "\f4ab";
}
.fa-comment-check:before {
content: "\f4ac";
}
.fa-comment-dollar:before {
content: "\f651";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-edit:before {
content: "\f4ae";
}
.fa-comment-exclamation:before {
content: "\f4af";
}
.fa-comment-lines:before {
content: "\f4b0";
}
.fa-comment-minus:before {
content: "\f4b1";
}
.fa-comment-plus:before {
content: "\f4b2";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comment-smile:before {
content: "\f4b4";
}
.fa-comment-times:before {
content: "\f4b5";
}
.fa-comments:before {
content: "\f086";
}
.fa-comments-alt:before {
content: "\f4b6";
}
.fa-comments-alt-dollar:before {
content: "\f652";
}
.fa-comments-dollar:before {
content: "\f653";
}
.fa-compact-disc:before {
content: "\f51f";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compass-slash:before {
content: "\f5e9";
}
.fa-compress:before {
content: "\f066";
}
.fa-compress-alt:before {
content: "\f422";
}
.fa-compress-wide:before {
content: "\f326";
}
.fa-concierge-bell:before {
content: "\f562";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-container-storage:before {
content: "\f4b7";
}
.fa-contao:before {
content: "\f26d";
}
.fa-conveyor-belt:before {
content: "\f46e";
}
.fa-conveyor-belt-alt:before {
content: "\f46f";
}
.fa-cookie:before {
content: "\f563";
}
.fa-cookie-bite:before {
content: "\f564";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-creative-commons-zero:before {
content: "\f4f3";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-credit-card-blank:before {
content: "\f389";
}
.fa-credit-card-front:before {
content: "\f38a";
}
.fa-cricket:before {
content: "\f449";
}
.fa-crop:before {
content: "\f125";
}
.fa-crop-alt:before {
content: "\f565";
}
.fa-cross:before {
content: "\f654";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-crow:before {
content: "\f520";
}
.fa-crown:before {
content: "\f521";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-curling:before {
content: "\f44a";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-desktop-alt:before {
content: "\f390";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-dharmachakra:before {
content: "\f655";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-diamond:before {
content: "\f219";
}
.fa-dice:before {
content: "\f522";
}
.fa-dice-five:before {
content: "\f523";
}
.fa-dice-four:before {
content: "\f524";
}
.fa-dice-one:before {
content: "\f525";
}
.fa-dice-six:before {
content: "\f526";
}
.fa-dice-three:before {
content: "\f527";
}
.fa-dice-two:before {
content: "\f528";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-digital-tachograph:before {
content: "\f566";
}
.fa-diploma:before {
content: "\f5ea";
}
.fa-directions:before {
content: "\f5eb";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-divide:before {
content: "\f529";
}
.fa-dizzy:before {
content: "\f567";
}
.fa-dna:before {
content: "\f471";
}
.fa-do-not-enter:before {
content: "\f5ec";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-empty:before {
content: "\f473";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-dolly-flatbed-alt:before {
content: "\f475";
}
.fa-dolly-flatbed-empty:before {
content: "\f476";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-door-closed:before {
content: "\f52a";
}
.fa-door-open:before {
content: "\f52b";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-drafting-compass:before {
content: "\f568";
}
.fa-draw-circle:before {
content: "\f5ed";
}
.fa-draw-polygon:before {
content: "\f5ee";
}
.fa-draw-square:before {
content: "\f5ef";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drum:before {
content: "\f569";
}
.fa-drum-steelpan:before {
content: "\f56a";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dumbbell:before {
content: "\f44b";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-ear:before {
content: "\f5f0";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edit:before {
content: "\f044";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-h-alt:before {
content: "\f39b";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ellipsis-v-alt:before {
content: "\f39c";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-empty-set:before {
content: "\f656";
}
.fa-engine-warning:before {
content: "\f5f2";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-dollar:before {
content: "\f657";
}
.fa-envelope-open-text:before {
content: "\f658";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-equals:before {
content: "\f52c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-square:before {
content: "\f321";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-alt:before {
content: "\f424";
}
.fa-expand-arrows:before {
content: "\f31d";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expand-wide:before {
content: "\f320";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-feather:before {
content: "\f52d";
}
.fa-feather-alt:before {
content: "\f56b";
}
.fa-female:before {
content: "\f182";
}
.fa-field-hockey:before {
content: "\f44c";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-certificate:before {
content: "\f5f3";
}
.fa-file-chart-line:before {
content: "\f659";
}
.fa-file-chart-pie:before {
content: "\f65a";
}
.fa-file-check:before {
content: "\f316";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-contract:before {
content: "\f56c";
}
.fa-file-download:before {
content: "\f56d";
}
.fa-file-edit:before {
content: "\f31c";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-exclamation:before {
content: "\f31a";
}
.fa-file-export:before {
content: "\f56e";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-import:before {
content: "\f56f";
}
.fa-file-invoice:before {
content: "\f570";
}
.fa-file-invoice-dollar:before {
content: "\f571";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-minus:before {
content: "\f318";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-plus:before {
content: "\f319";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-prescription:before {
content: "\f572";
}
.fa-file-signature:before {
content: "\f573";
}
.fa-file-spreadsheet:before {
content: "\f65b";
}
.fa-file-times:before {
content: "\f317";
}
.fa-file-upload:before {
content: "\f574";
}
.fa-file-user:before {
content: "\f65c";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-fill:before {
content: "\f575";
}
.fa-fill-drip:before {
content: "\f576";
}
.fa-film:before {
content: "\f008";
}
.fa-film-alt:before {
content: "\f3a0";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fingerprint:before {
content: "\f577";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-fish:before {
content: "\f578";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-flushed:before {
content: "\f579";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-minus:before {
content: "\f65d";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-folder-plus:before {
content: "\f65e";
}
.fa-folder-times:before {
content: "\f65f";
}
.fa-folders:before {
content: "\f660";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-football-helmet:before {
content: "\f44f";
}
.fa-forklift:before {
content: "\f47a";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-fragile:before {
content: "\f4bb";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frog:before {
content: "\f52e";
}
.fa-frown:before {
content: "\f119";
}
.fa-frown-open:before {
content: "\f57a";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-function:before {
content: "\f661";
}
.fa-funnel-dollar:before {
content: "\f662";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gas-pump:before {
content: "\f52f";
}
.fa-gas-pump-slash:before {
content: "\f5f4";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-gift:before {
content: "\f06b";
}
.fa-gift-card:before {
content: "\f663";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glass-martini-alt:before {
content: "\f57b";
}
.fa-glasses:before {
content: "\f530";
}
.fa-glasses-alt:before {
content: "\f5f5";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-globe-africa:before {
content: "\f57c";
}
.fa-globe-americas:before {
content: "\f57d";
}
.fa-globe-asia:before {
content: "\f57e";
}
.fa-globe-stand:before {
content: "\f5f6";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-golf-club:before {
content: "\f451";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-gopuram:before {
content: "\f664";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-greater-than:before {
content: "\f531";
}
.fa-greater-than-equal:before {
content: "\f532";
}
.fa-grimace:before {
content: "\f57f";
}
.fa-grin:before {
content: "\f580";
}
.fa-grin-alt:before {
content: "\f581";
}
.fa-grin-beam:before {
content: "\f582";
}
.fa-grin-beam-sweat:before {
content: "\f583";
}
.fa-grin-hearts:before {
content: "\f584";
}
.fa-grin-squint:before {
content: "\f585";
}
.fa-grin-squint-tears:before {
content: "\f586";
}
.fa-grin-stars:before {
content: "\f587";
}
.fa-grin-tears:before {
content: "\f588";
}
.fa-grin-tongue:before {
content: "\f589";
}
.fa-grin-tongue-squint:before {
content: "\f58a";
}
.fa-grin-tongue-wink:before {
content: "\f58b";
}
.fa-grin-wink:before {
content: "\f58c";
}
.fa-grip-horizontal:before {
content: "\f58d";
}
.fa-grip-vertical:before {
content: "\f58e";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-h1:before {
content: "\f313";
}
.fa-h2:before {
content: "\f314";
}
.fa-h3:before {
content: "\f315";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-hamsa:before {
content: "\f665";
}
.fa-hand-heart:before {
content: "\f4bc";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-box:before {
content: "\f47b";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-seedling:before {
content: "\f4bf";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-holding-water:before {
content: "\f4c1";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-receiving:before {
content: "\f47c";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-heart:before {
content: "\f4c3";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-hands-usd:before {
content: "\f4c5";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-handshake-alt:before {
content: "\f4c6";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-haykal:before {
content: "\f666";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-headphones-alt:before {
content: "\f58f";
}
.fa-headset:before {
content: "\f590";
}
.fa-heart:before {
content: "\f004";
}
.fa-heart-circle:before {
content: "\f4c7";
}
.fa-heart-rate:before {
content: "\f5f8";
}
.fa-heart-square:before {
content: "\f4c8";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-helicopter:before {
content: "\f533";
}
.fa-hexagon:before {
content: "\f312";
}
.fa-highlighter:before {
content: "\f591";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-hockey-sticks:before {
content: "\f454";
}
.fa-home:before {
content: "\f015";
}
.fa-home-heart:before {
content: "\f4c9";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hot-tub:before {
content: "\f593";
}
.fa-hotel:before {
content: "\f594";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-inbox-in:before {
content: "\f310";
}
.fa-inbox-out:before {
content: "\f311";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-industry-alt:before {
content: "\f3b3";
}
.fa-infinity:before {
content: "\f534";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-info-square:before {
content: "\f30f";
}
.fa-inhaler:before {
content: "\f5f9";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-integral:before {
content: "\f667";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-intersection:before {
content: "\f668";
}
.fa-inventory:before {
content: "\f480";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-jack-o-lantern:before {
content: "\f30e";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi:before {
content: "\f669";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joint:before {
content: "\f595";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-journal-whills:before {
content: "\f66a";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-kaaba:before {
content: "\f66b";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-key:before {
content: "\f084";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-keynote:before {
content: "\f66c";
}
.fa-khanda:before {
content: "\f66d";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-kidneys:before {
content: "\f5fb";
}
.fa-kiss:before {
content: "\f596";
}
.fa-kiss-beam:before {
content: "\f597";
}
.fa-kiss-wink-heart:before {
content: "\f598";
}
.fa-kiwi-bird:before {
content: "\f535";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-lambda:before {
content: "\f66e";
}
.fa-lamp:before {
content: "\f4ca";
}
.fa-landmark:before {
content: "\f66f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laptop-code:before {
content: "\f5fc";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-laugh:before {
content: "\f599";
}
.fa-laugh-beam:before {
content: "\f59a";
}
.fa-laugh-squint:before {
content: "\f59b";
}
.fa-laugh-wink:before {
content: "\f59c";
}
.fa-layer-group:before {
content: "\f5fd";
}
.fa-layer-minus:before {
content: "\f5fe";
}
.fa-layer-plus:before {
content: "\f5ff";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leaf-heart:before {
content: "\f4cb";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-less-than:before {
content: "\f536";
}
.fa-less-than-equal:before {
content: "\f537";
}
.fa-level-down:before {
content: "\f149";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-lightbulb-dollar:before {
content: "\f670";
}
.fa-lightbulb-exclamation:before {
content: "\f671";
}
.fa-lightbulb-on:before {
content: "\f672";
}
.fa-lightbulb-slash:before {
content: "\f673";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lips:before {
content: "\f600";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location:before {
content: "\f601";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-location-circle:before {
content: "\f602";
}
.fa-location-slash:before {
content: "\f603";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-alt:before {
content: "\f30d";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-lock-open-alt:before {
content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-loveseat:before {
content: "\f4cc";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-luchador:before {
content: "\f455";
}
.fa-luggage-cart:before {
content: "\f59d";
}
.fa-lungs:before {
content: "\f604";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-mail-bulk:before {
content: "\f674";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-male:before {
content: "\f183";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marked:before {
content: "\f59f";
}
.fa-map-marked-alt:before {
content: "\f5a0";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
content: "\f605";
}
.fa-map-marker-check:before {
content: "\f606";
}
.fa-map-marker-edit:before {
content: "\f607";
}
.fa-map-marker-exclamation:before {
content: "\f608";
}
.fa-map-marker-minus:before {
content: "\f609";
}
.fa-map-marker-plus:before {
content: "\f60a";
}
.fa-map-marker-question:before {
content: "\f60b";
}
.fa-map-marker-slash:before {
content: "\f60c";
}
.fa-map-marker-smile:before {
content: "\f60d";
}
.fa-map-marker-times:before {
content: "\f60e";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-marker:before {
content: "\f5a1";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-medal:before {
content: "\f5a2";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaphone:before {
content: "\f675";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-meh:before {
content: "\f11a";
}
.fa-meh-blank:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.fa-memory:before {
content: "\f538";
}
.fa-menorah:before {
content: "\f676";
}
.fa-mercury:before {
content: "\f223";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-alt:before {
content: "\f3c9";
}
.fa-microphone-alt-slash:before {
content: "\f539";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microscope:before {
content: "\f610";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-mind-share:before {
content: "\f677";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-hexagon:before {
content: "\f307";
}
.fa-minus-octagon:before {
content: "\f308";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-mobile-android:before {
content: "\f3ce";
}
.fa-mobile-android-alt:before {
content: "\f3cf";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill:before {
content: "\f0d6";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-money-bill-wave:before {
content: "\f53a";
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
}
.fa-money-check:before {
content: "\f53c";
}
.fa-money-check-alt:before {
content: "\f53d";
}
.fa-monitor-heart-rate:before {
content: "\f611";
}
.fa-monument:before {
content: "\f5a6";
}
.fa-moon:before {
content: "\f186";
}
.fa-mortar-pestle:before {
content: "\f5a7";
}
.fa-mosque:before {
content: "\f678";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neos:before {
content: "\f612";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-nintendo-switch:before {
content: "\f418";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-not-equal:before {
content: "\f53e";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-octagon:before {
content: "\f306";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-oil-can:before {
content: "\f613";
}
.fa-oil-temp:before {
content: "\f614";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-om:before {
content: "\f679";
}
.fa-omega:before {
content: "\f67a";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-osi:before {
content: "\f41a";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-paint-brush-alt:before {
content: "\f5a9";
}
.fa-paint-roller:before {
content: "\f5aa";
}
.fa-palette:before {
content: "\f53f";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-pallet-alt:before {
content: "\f483";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-parking:before {
content: "\f540";
}
.fa-parking-circle:before {
content: "\f615";
}
.fa-parking-circle-slash:before {
content: "\f616";
}
.fa-parking-slash:before {
content: "\f617";
}
.fa-passport:before {
content: "\f5ab";
}
.fa-pastafarianism:before {
content: "\f67b";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-peace:before {
content: "\f67c";
}
.fa-pen:before {
content: "\f304";
}
.fa-pen-alt:before {
content: "\f305";
}
.fa-pen-fancy:before {
content: "\f5ac";
}
.fa-pen-nib:before {
content: "\f5ad";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil:before {
content: "\f040";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-pencil-paintbrush:before {
content: "\f618";
}
.fa-pencil-ruler:before {
content: "\f5ae";
}
.fa-pennant:before {
content: "\f456";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-percent:before {
content: "\f295";
}
.fa-percentage:before {
content: "\f541";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-person-carry:before {
content: "\f4cf";
}
.fa-person-dolly:before {
content: "\f4d0";
}
.fa-person-dolly-empty:before {
content: "\f4d1";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-office:before {
content: "\f67d";
}
.fa-phone-plus:before {
content: "\f4d2";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-php:before {
content: "\f457";
}
.fa-pi:before {
content: "\f67e";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-place-of-worship:before {
content: "\f67f";
}
.fa-plane:before {
content: "\f072";
}
.fa-plane-alt:before {
content: "\f3de";
}
.fa-plane-arrival:before {
content: "\f5af";
}
.fa-plane-departure:before {
content: "\f5b0";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-hexagon:before {
content: "\f300";
}
.fa-plus-octagon:before {
content: "\f301";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-podium:before {
content: "\f680";
}
.fa-poll:before {
content: "\f681";
}
.fa-poll-h:before {
content: "\f682";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-poop:before {
content: "\f619";
}
.fa-portrait:before {
content: "\f3e0";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-pray:before {
content: "\f683";
}
.fa-praying-hands:before {
content: "\f684";
}
.fa-prescription:before {
content: "\f5b1";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-presentation:before {
content: "\f685";
}
.fa-print:before {
content: "\f02f";
}
.fa-print-slash:before {
content: "\f686";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-project-diagram:before {
content: "\f542";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-question-square:before {
content: "\f2fd";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-quran:before {
content: "\f687";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-racquet:before {
content: "\f45a";
}
.fa-ramp-loading:before {
content: "\f4d4";
}
.fa-random:before {
content: "\f074";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-receipt:before {
content: "\f543";
}
.fa-rectangle-landscape:before {
content: "\f2fa";
}
.fa-rectangle-portrait:before {
content: "\f2fb";
}
.fa-rectangle-wide:before {
content: "\f2fc";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-rendact:before {
content: "\f3e4";
}
.fa-renren:before {
content: "\f18b";
}
.fa-repeat:before {
content: "\f363";
}
.fa-repeat-1:before {
content: "\f365";
}
.fa-repeat-1-alt:before {
content: "\f366";
}
.fa-repeat-alt:before {
content: "\f364";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-retweet:before {
content: "\f079";
}
.fa-retweet-alt:before {
content: "\f361";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-road:before {
content: "\f018";
}
.fa-robot:before {
content: "\f544";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-route:before {
content: "\f4d7";
}
.fa-route-highway:before {
content: "\f61a";
}
.fa-route-interstate:before {
content: "\f61b";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-ruler:before {
content: "\f545";
}
.fa-ruler-combined:before {
content: "\f546";
}
.fa-ruler-horizontal:before {
content: "\f547";
}
.fa-ruler-triangle:before {
content: "\f61c";
}
.fa-ruler-vertical:before {
content: "\f548";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-sad-cry:before {
content: "\f5b3";
}
.fa-sad-tear:before {
content: "\f5b4";
}
.fa-safari:before {
content: "\f267";
}
.fa-sass:before {
content: "\f41e";
}
.fa-save:before {
content: "\f0c7";
}
.fa-scalpel:before {
content: "\f61d";
}
.fa-scalpel-path:before {
content: "\f61e";
}
.fa-scanner:before {
content: "\f488";
}
.fa-scanner-keyboard:before {
content: "\f489";
}
.fa-scanner-touchscreen:before {
content: "\f48a";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-school:before {
content: "\f549";
}
.fa-screwdriver:before {
content: "\f54a";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-scrubber:before {
content: "\f2f8";
}
.fa-search:before {
content: "\f002";
}
.fa-search-dollar:before {
content: "\f688";
}
.fa-search-location:before {
content: "\f689";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-shapes:before {
content: "\f61f";
}
.fa-share:before {
content: "\f064";
}
.fa-share-all:before {
content: "\f367";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield:before {
content: "\f132";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-shield-check:before {
content: "\f2f7";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shipping-timed:before {
content: "\f48c";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shoe-prints:before {
content: "\f54b";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-shredder:before {
content: "\f68a";
}
.fa-shuttle-van:before {
content: "\f5b6";
}
.fa-shuttlecock:before {
content: "\f45b";
}
.fa-sigma:before {
content: "\f68b";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-signal-1:before {
content: "\f68c";
}
.fa-signal-2:before {
content: "\f68d";
}
.fa-signal-3:before {
content: "\f68e";
}
.fa-signal-4:before {
content: "\f68f";
}
.fa-signal-alt:before {
content: "\f690";
}
.fa-signal-alt-1:before {
content: "\f691";
}
.fa-signal-alt-2:before {
content: "\f692";
}
.fa-signal-alt-3:before {
content: "\f693";
}
.fa-signal-alt-slash:before {
content: "\f694";
}
.fa-signal-slash:before {
content: "\f695";
}
.fa-signature:before {
content: "\f5b7";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-sith:before {
content: "\f512";
}
.fa-skeleton:before {
content: "\f620";
}
.fa-skull:before {
content: "\f54c";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-sliders-h-square:before {
content: "\f3f0";
}
.fa-sliders-v:before {
content: "\f3f1";
}
.fa-sliders-v-square:before {
content: "\f3f2";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smile-beam:before {
content: "\f5b8";
}
.fa-smile-plus:before {
content: "\f5b9";
}
.fa-smile-wink:before {
content: "\f4da";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-smoking-ban:before {
content: "\f54d";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-socks:before {
content: "\f696";
}
.fa-solar-panel:before {
content: "\f5ba";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-spa:before {
content: "\f5bb";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-spade:before {
content: "\f2f4";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-spinner:before {
content: "\f110";
}
.fa-spinner-third:before {
content: "\f3f4";
}
.fa-splotch:before {
content: "\f5bc";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-spray-can:before {
content: "\f5bd";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-square-root:before {
content: "\f697";
}
.fa-square-root-alt:before {
content: "\f698";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stamp:before {
content: "\f5bf";
}
.fa-star:before {
content: "\f005";
}
.fa-star-and-crescent:before {
content: "\f699";
}
.fa-star-exclamation:before {
content: "\f2f3";
}
.fa-star-half:before {
content: "\f089";
}
.fa-star-half-alt:before {
content: "\f5c0";
}
.fa-star-of-david:before {
content: "\f69a";
}
.fa-star-of-life:before {
content: "\f621";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-steering-wheel:before {
content: "\f622";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stomach:before {
content: "\f623";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-store:before {
content: "\f54e";
}
.fa-store-alt:before {
content: "\f54f";
}
.fa-strava:before {
content: "\f428";
}
.fa-stream:before {
content: "\f550";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-stroopwafel:before {
content: "\f551";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-suitcase-rolling:before {
content: "\f5c1";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-surprise:before {
content: "\f5c2";
}
.fa-swatchbook:before {
content: "\f5c3";
}
.fa-swimmer:before {
content: "\f5c4";
}
.fa-swimming-pool:before {
content: "\f5c5";
}
.fa-synagogue:before {
content: "\f69b";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablet-android:before {
content: "\f3fb";
}
.fa-tablet-android-alt:before {
content: "\f3fc";
}
.fa-tablet-rugged:before {
content: "\f48f";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer:before {
content: "\f0e4";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tachometer-alt-average:before {
content: "\f624";
}
.fa-tachometer-alt-fast:before {
content: "\f625";
}
.fa-tachometer-alt-fastest:before {
content: "\f626";
}
.fa-tachometer-alt-slow:before {
content: "\f627";
}
.fa-tachometer-alt-slowest:before {
content: "\f628";
}
.fa-tachometer-average:before {
content: "\f629";
}
.fa-tachometer-fast:before {
content: "\f62a";
}
.fa-tachometer-fastest:before {
content: "\f62b";
}
.fa-tachometer-slow:before {
content: "\f62c";
}
.fa-tachometer-slowest:before {
content: "\f62d";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tally:before {
content: "\f69c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-teeth:before {
content: "\f62e";
}
.fa-teeth-open:before {
content: "\f62f";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-tennis-ball:before {
content: "\f45e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-theater-masks:before {
content: "\f630";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-theta:before {
content: "\f69e";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket:before {
content: "\f145";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-tilde:before {
content: "\f69f";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-times-hexagon:before {
content: "\f2ee";
}
.fa-times-octagon:before {
content: "\f2f0";
}
.fa-times-square:before {
content: "\f2d3";
}
.fa-tint:before {
content: "\f043";
}
.fa-tint-slash:before {
content: "\f5c7";
}
.fa-tire:before {
content: "\f631";
}
.fa-tire-flat:before {
content: "\f632";
}
.fa-tire-pressure-warning:before {
content: "\f633";
}
.fa-tire-rugged:before {
content: "\f634";
}
.fa-tired:before {
content: "\f5c8";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-toolbox:before {
content: "\f552";
}
.fa-tooth:before {
content: "\f5c9";
}
.fa-toothbrush:before {
content: "\f635";
}
.fa-torah:before {
content: "\f6a0";
}
.fa-torii-gate:before {
content: "\f6a1";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-traffic-cone:before {
content: "\f636";
}
.fa-traffic-light:before {
content: "\f637";
}
.fa-traffic-light-go:before {
content: "\f638";
}
.fa-traffic-light-slow:before {
content: "\f639";
}
.fa-traffic-light-stop:before {
content: "\f63a";
}
.fa-train:before {
content: "\f238";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-tree-alt:before {
content: "\f400";
}
.fa-trello:before {
content: "\f181";
}
.fa-triangle:before {
content: "\f2ec";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-trophy-alt:before {
content: "\f2eb";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-container:before {
content: "\f4dc";
}
.fa-truck-couch:before {
content: "\f4dd";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-monster:before {
content: "\f63b";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-truck-pickup:before {
content: "\f63c";
}
.fa-truck-ramp:before {
content: "\f4e0";
}
.fa-tshirt:before {
content: "\f553";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-tv-retro:before {
content: "\f401";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-umbrella-beach:before {
content: "\f5ca";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-union:before {
content: "\f6a2";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-usb:before {
content: "\f287";
}
.fa-usd-circle:before {
content: "\f2e8";
}
.fa-usd-square:before {
content: "\f2e9";
}
.fa-user:before {
content: "\f007";
}
.fa-user-alt:before {
content: "\f406";
}
.fa-user-alt-slash:before {
content: "\f4fa";
}
.fa-user-astronaut:before {
content: "\f4fb";
}
.fa-user-chart:before {
content: "\f6a3";
}
.fa-user-check:before {
content: "\f4fc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-clock:before {
content: "\f4fd";
}
.fa-user-cog:before {
content: "\f4fe";
}
.fa-user-crown:before {
content: "\f6a4";
}
.fa-user-edit:before {
content: "\f4ff";
}
.fa-user-friends:before {
content: "\f500";
}
.fa-user-graduate:before {
content: "\f501";
}
.fa-user-lock:before {
content: "\f502";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-minus:before {
content: "\f503";
}
.fa-user-ninja:before {
content: "\f504";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-shield:before {
content: "\f505";
}
.fa-user-slash:before {
content: "\f506";
}
.fa-user-tag:before {
content: "\f507";
}
.fa-user-tie:before {
content: "\f508";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-users-class:before {
content: "\f63d";
}
.fa-users-cog:before {
content: "\f509";
}
.fa-users-crown:before {
content: "\f6a5";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-fork:before {
content: "\f2e3";
}
.fa-utensil-knife:before {
content: "\f2e4";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-utensils-alt:before {
content: "\f2e6";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-value-absolute:before {
content: "\f6a6";
}
.fa-vector-square:before {
content: "\f5cb";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-plus:before {
content: "\f4e1";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vihara:before {
content: "\f6a7";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume:before {
content: "\f6a8";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-mute:before {
content: "\f6a9";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-slash:before {
content: "\f2e2";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-walking:before {
content: "\f554";
}
.fa-wallet:before {
content: "\f555";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-warehouse-alt:before {
content: "\f495";
}
.fa-watch:before {
content: "\f2e1";
}
.fa-watch-fitness:before {
content: "\f63e";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weight-hanging:before {
content: "\f5cd";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whistle:before {
content: "\f460";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wifi-1:before {
content: "\f6aa";
}
.fa-wifi-2:before {
content: "\f6ab";
}
.fa-wifi-slash:before {
content: "\f6ac";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-window:before {
content: "\f40e";
}
.fa-window-alt:before {
content: "\f40f";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-wine-glass-alt:before {
content: "\f5ce";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yin-yang:before {
content: "\f6ad";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-zhihu:before {
content: "\f63f";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} @font-face {
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: 300;
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.eot);
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.woff2) format("woff2"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.woff) format("woff"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.ttf) format("truetype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
font-family: "Font Awesome 5 Pro";
font-weight: 300;
} @font-face {
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: 400;
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.eot);
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.woff2) format("woff2"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.woff) format("woff"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.ttf) format("truetype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
font-family: "Font Awesome 5 Pro";
font-weight: 400;
} @font-face {
font-family: "Font Awesome 5 Pro";
font-style: normal;
font-weight: 900;
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.eot);
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.woff2) format("woff2"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.woff) format("woff"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.ttf) format("truetype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
} @font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: normal;
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.eot);
src: url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.woff2) format("woff2"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.woff) format("woff"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.ttf) format("truetype"), url(//rpu.edu.pe/investigacion/wp-content/themes/investigacion/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
} *,
:before,
:after {
box-sizing: border-box;
}
html {
font-size: 20px;
line-height: 1.7;
}
@media (max-width: 1500px) {
html {
font-size: 19px;
}
}
@media (max-width: 1280px) {
html {
font-size: 18px;
}
}
@media (max-width: 990px) {
html {
font-size: 17px;
}
}
@media (max-width: 760px) {
html {
font-size: 16px;
}
}
body {
font-family: "Lato", sans-serif;
font-size: inherit;
line-height: inherit;
color: #222526;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
-moz-font-feature-settings: "kern";
-moz-font-feature-settings: "kern=1";
font-kerning: normal;
-webkit-text-size-adjust: none;
overflow-x: hidden;
}
body.no-scroll {
overflow-y: hidden;
}
svg path {
fill: currentColor;
}
img,
svg,
video,
iframe,
textarea {
max-width: 100%;
height: auto;
vertical-align: middle;
}
input, textarea, select, button {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
background-color: transparent;
color: inherit;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
outline: 0;
appearance: none;
}
select, button {
cursor: pointer;
}
a:focus-visible, button:focus-visible {
outline-width: 1px;
outline-style: dotted;
outline-color: currentcolor;
}
[disabled=disabled] {
pointer-events: none;
}
sup {
vertical-align: super;
font-size: 0.6rem;
} body {
overflow-x: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.page-content {
flex-grow: 1;
}  .section {
margin-top: var(--sec-pad);
}
.section:first-child {
margin-top: 0;
}
.section--py, .noticias, .sec {
padding-top: var(--sec-pad);
padding-bottom: var(--sec-pad);
}  .container {
width: 100%;
max-width: var(--container-width);
padding-left: var(--container-padding);
padding-right: var(--container-padding);
margin-left: auto;
margin-right: auto;
}  .mt-0 {
margin-top: 0 !important;
}
.mt-5, .noticiaInterna__rel-group-item, .noticia__title {
margin-top: 0.25rem !important;
}
.mt-10, .card__uni, .noticiaInterna__rel-group-item:first-of-type, .noticia__content:first-child {
margin-top: 0.5rem !important;
}
.mt-15, .noticiaInterna__title, .noticia.--destacada .noticia__title, .noticia__content, .sec__desc {
margin-top: 0.75rem !important;
}
.mt-20 {
margin-top: 1rem !important;
}
.mt-25 {
margin-top: 1.25rem !important;
}
.mt-30, .flexible__content > *, .noticiaInterna__rel-group, .noticia__desc, .wysiwyg > *, .flexible__content-text > *, .footer__data, .footer__info-desc {
margin-top: 1.5rem !important;
}
.mt-45, .noticiaInterna__cover, .portada__buttons, .footer__secre {
margin-top: 2.25rem !important;
}
.mt-60, .flexible__seccion, .flexible.--mt, .noticias__list, .sec__content {
margin-top: 3rem !important;
}
.mt-75, .sec__buttons {
margin-top: 3.75rem !important;
}
.mt-90 {
margin-top: 4.5rem !important;
}
.mt-120 {
margin-top: 6rem !important;
}
.mt-150 {
margin-top: 7.5rem !important;
}
.mt-180 {
margin-top: 9rem !important;
}
.mt-210 {
margin-top: 10.5rem !important;
}
.mt-240 {
margin-top: 12rem !important;
}
.mt { }
@media (max-width: 1500px) {
.mt-5, .noticiaInterna__rel-group-item, .noticia__title {
margin-top: 0.2rem !important;
}
.mt-10, .card__uni, .noticiaInterna__rel-group-item:first-of-type, .noticia__content:first-child {
margin-top: 0.425rem !important;
}
.mt-15, .noticiaInterna__title, .noticia.--destacada .noticia__title, .noticia__content, .sec__desc {
margin-top: 0.625rem !important;
}
.mt-20 {
margin-top: 0.75rem !important;
}
.mt-25 {
margin-top: 1rem !important;
}
.mt-30, .flexible__content > *, .noticiaInterna__rel-group, .noticia__desc, .wysiwyg > *, .flexible__content-text > *, .footer__data, .footer__info-desc {
margin-top: 1.25rem !important;
}
.mt-45, .noticiaInterna__cover, .portada__buttons, .footer__secre {
margin-top: 1.75rem !important;
}
.mt-60, .flexible__seccion, .flexible.--mt, .noticias__list, .sec__content {
margin-top: 2.5rem !important;
}
.mt-75, .sec__buttons {
margin-top: 3.25rem !important;
}
.mt-90 {
margin-top: 4rem !important;
}
.mt-120 {
margin-top: 5rem !important;
}
.mt-150 {
margin-top: 6.5rem !important;
}
.mt-180 {
margin-top: 8rem !important;
}
.mt-210 {
margin-top: 9.5rem !important;
}
.mt-240 {
margin-top: 11rem !important;
}
}
@media (max-width: 1280px) {
.mt-5, .noticiaInterna__rel-group-item, .noticia__title {
margin-top: 0.15rem !important;
}
.mt-10, .card__uni, .noticiaInterna__rel-group-item:first-of-type, .noticia__content:first-child {
margin-top: 0.375rem !important;
}
.mt-15, .noticiaInterna__title, .noticia.--destacada .noticia__title, .noticia__content, .sec__desc {
margin-top: 0.5rem !important;
}
.mt-20 {
margin-top: 0.625rem !important;
}
.mt-25 {
margin-top: 0.875rem !important;
}
.mt-30, .flexible__content > *, .noticiaInterna__rel-group, .noticia__desc, .wysiwyg > *, .flexible__content-text > *, .footer__data, .footer__info-desc {
margin-top: 1.125rem !important;
}
.mt-45, .noticiaInterna__cover, .portada__buttons, .footer__secre {
margin-top: 1.5rem !important;
}
.mt-60, .flexible__seccion, .flexible.--mt, .noticias__list, .sec__content {
margin-top: 2.25rem !important;
}
.mt-75, .sec__buttons {
margin-top: 3rem !important;
}
.mt-90 {
margin-top: 3.75rem !important;
}
.mt-120 {
margin-top: 4.5rem !important;
}
.mt-150 {
margin-top: 6rem !important;
}
.mt-180 {
margin-top: 7.5rem !important;
}
.mt-210 {
margin-top: 9rem !important;
}
.mt-240 {
margin-top: 10.5rem !important;
}
}
@media (max-width: 990px) {
.mt-5, .noticiaInterna__rel-group-item, .noticia__title {
margin-top: 0.125rem !important;
}
.mt-10, .card__uni, .noticiaInterna__rel-group-item:first-of-type, .noticia__content:first-child {
margin-top: 0.35rem !important;
}
.mt-15, .noticiaInterna__title, .noticia.--destacada .noticia__title, .noticia__content, .sec__desc {
margin-top: 0.45rem !important;
}
.mt-20 {
margin-top: 0.5rem !important;
}
.mt-25 {
margin-top: 0.75rem !important;
}
.mt-30, .flexible__content > *, .noticiaInterna__rel-group, .noticia__desc, .wysiwyg > *, .flexible__content-text > *, .footer__data, .footer__info-desc {
margin-top: 1rem !important;
}
.mt-45, .noticiaInterna__cover, .portada__buttons, .footer__secre {
margin-top: 1.25rem !important;
}
.mt-60, .flexible__seccion, .flexible.--mt, .noticias__list, .sec__content {
margin-top: 2rem !important;
}
.mt-75, .sec__buttons {
margin-top: 2.75rem !important;
}
.mt-90 {
margin-top: 3.5rem !important;
}
.mt-120 {
margin-top: 4rem !important;
}
.mt-150 {
margin-top: 5.5rem !important;
}
.mt-180 {
margin-top: 7rem !important;
}
.mt-210 {
margin-top: 8.5rem !important;
}
.mt-240 {
margin-top: 10rem !important;
}
}  .c-white {
color: #FFFFFF;
}
.c-black {
color: #000000;
}
.c-base {
color: #222526;
}
.c-blue {
color: #005299;
}
.c-blue-dark {
color: #012D53;
}
.c-red {
color: #FF003C;
}  .bgc-white {
background-color: #FFFFFF;
}
.bgc-black {
background-color: #000000;
}
.bgc-base {
background-color: #222526;
}
.bgc-blue {
background-color: #005299;
}
.bgc-blue-dark {
background-color: #012D53;
}
.bgc-red {
background-color: #FF003C;
}  .ta-l {
text-align: left;
}
.ta-r {
text-align: right;
}
.ta-c {
text-align: center;
}
.tt-u, .dv-card__overlay-label, .directorio-vrc__tag, .sec__title {
text-transform: uppercase;
}  .fw-300, .data__num {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-700, .publicaciones-investigacion__card-download .btn-download, .publicaciones-investigacion__card-title p, .publicaciones-investigacion__titles h3, .publicaciones-investigacion__titles h2, .acerca-portal__azul-content h3, .dv-card__toggle, .dv-card__uni, .dv-card__name, .dv-card__overlay-label, .directorio-vrc__title, .directorio-vrc__tag, .modal h2, .card__comites__body .title__card, .card__comites .comite__nombre, .card__title, .filtros__select, .noticiaInterna__rel-group-title, .noticiaInterna__rel-title, .noticiaInterna__title, .noticiaInterna__date, .noticias__title, .noticia__title, .noticia__date, .data__name, .cabecera__title, .sec__title, .portada__title, .footer__secre-title, .footer__info-title, .header__link-pri, .header__link-top.featured {
font-weight: 700;
}  .fz-16, .publicaciones-investigacion__card-download .btn-download, .publicaciones-investigacion__titles p, .publicaciones-investigacion__titles h2, .acerca-portal__azul-content p, .dv-card__toggle, .dv-card__email, .dv-card__uni, .dv-card__cargo, .dv-card__overlay-text, .dv-card__overlay-label, .directorio-vrc__tag, .card__comites__body, .card__comites .comite__uni, .card__network, .card__rol, .card__body, .card__uni, .noticiaInterna__rel-group-title, .noticiaInterna__date, .noticia__date, .portada__caption, .btn-tag, .footer__bottom, .header__submenu__link, .header__link-top {
font-size: 0.8rem;
line-height: 1.1875;
}
.fz-18, .directorio-vrc__desc, .noticia__desc, .btn-tag > i, .header__link-pri {
font-size: 0.9rem;
line-height: 1.3333333333;
}
.fz-20, .publicaciones-investigacion__card-title p, .filterString__text, .card__comites .comite__nombre, .filtros__submit, .filtros__select, .noticiaInterna__rel-group-item, .noticiaInterna__rel-title, .cabecera__searcher, .sec__title, .btn {
font-size: 1rem;
line-height: 1.2;
}
.fz-24, .acerca-portal__azul-content h3, .dv-card__name, .modal h2, .card__title, .noticia__title, .data__name, .sec__desc {
font-size: 1.2rem;
line-height: 1.25;
}
.fz-36, .directorio-vrc__title, .noticia.--destacada .noticia__title, .footer__info-title {
font-size: 1.8rem;
line-height: 1.0277777778;
}
.fz-45, .publicaciones-investigacion__titles h3, .noticiaInterna__title, .noticias__title, .cabecera__title {
font-size: 2.25rem;
line-height: 1;
}
.fz-60, .data__num, .portada__title {
font-size: 3rem;
line-height: 1.2;
} @media (max-width: 1500px) {
.fz-36, .directorio-vrc__title, .noticia.--destacada .noticia__title, .footer__info-title {
font-size: 1.6rem;
}
.fz-45, .publicaciones-investigacion__titles h3, .noticiaInterna__title, .noticias__title, .cabecera__title {
font-size: 2rem;
}
.fz-60, .data__num, .portada__title {
font-size: 2.5rem;
}
}
@media (max-width: 1280px) {
.fz-36, .directorio-vrc__title, .noticia.--destacada .noticia__title, .footer__info-title {
font-size: 1.5rem;
}
.fz-45, .publicaciones-investigacion__titles h3, .noticiaInterna__title, .noticias__title, .cabecera__title {
font-size: 1.9rem;
}
.fz-60, .data__num, .portada__title {
font-size: 2.4rem;
}
}
@media (max-width: 990px) {
.fz-24, .acerca-portal__azul-content h3, .dv-card__name, .modal h2, .card__title, .noticia__title, .data__name, .sec__desc {
font-size: 1.1rem;
}
.fz-36, .directorio-vrc__title, .noticia.--destacada .noticia__title, .footer__info-title {
font-size: 1.4rem;
}
.fz-45, .publicaciones-investigacion__titles h3, .noticiaInterna__title, .noticias__title, .cabecera__title {
font-size: 1.8rem;
}
.fz-60, .data__num, .portada__title {
font-size: 2.2rem;
}
}  .of, .noticiaInterna__image, .noticia__image, .portada, .of-contain {
position: relative;
}
.of > img, .noticiaInterna__image > img, .noticia__image > img, .portada > img, .of-contain > img,
.of > video,
.noticiaInterna__image > video,
.noticia__image > video,
.portada > video,
.of-contain > video,
.of > iframe,
.noticiaInterna__image > iframe,
.noticia__image > iframe,
.portada > iframe,
.of-contain > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
font-family: "object-fit: cover";
object-position: center center;
}
.of-contain > img,
.of-contain > video,
.of-contain > iframe {
object-fit: contain;
}  .overflow-hidden {
overflow: hidden;
}     .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: grabbing;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity.lity-closed {
opacity: 0;
}
.lity * {
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
@media (max-width: 990px) {
.lity-wrap:before {
margin-right: 0;
}
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
transform: scale(1);
transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
transform: scale(0.8);
}
.lity-content:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
} .lity-close {
z-index: 9994;
width: 30px;
height: 30px;
background: transparent;
color: white;
border-radius: 50%;
position: absolute;
right: -40px;
top: -40px;
line-height: 30px;
font-size: 0;
}
.lity-close:before {
font-family: "Font Awesome 5 Pro";
content: "\f00d";
font-size: 18px;
font-weight: 300;
text-align: center;
}
.lity-close {
border: none;
-webkit-appearance: none;
}
@media (max-width: 1500px) {
.lity-close {
right: 0;
}
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
} .wpContent ul li, .wpContent ol li {
position: relative;
}
.wpContent ul li:before, .wpContent ol li:before {
position: absolute;
left: 4px;
top: 0;
}
.wpContent ol {
counter-reset: ol;
}
.wpContent ol li {
counter-increment: ol;
}
.wpContent ol li::before {
content: counter(ol) ".";
}
.header {
background-color: #222526;
z-index: 2;
}
.header__content {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 1.5rem;
}
.header__logo {
align-self: center;
padding: 0.8rem 0;
}
.header__logo img {
max-height: 3rem;
}
.header__navs {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.header__nav-top {
display: flex;
}
.header__link-top {
color: rgba(255, 255, 255, 0.75);
padding: 0.85rem 1.35rem;
display: flex;
align-items: center;
}
.header__link-top:hover {
color: #FFFFFF;
}
.header__link-top.featured {
color: rgba(255, 0, 60, 0.75);
padding-right: 0;
}
.header__link-top.featured > span {
background-color: rgba(255, 0, 60, 0.75);
color: rgba(255, 255, 255, 0.75);
border-radius: 50%;
margin-left: 1rem;
width: 1.3rem;
height: 1.3rem;
line-height: 1.3rem;
text-align: center;
}
.header__link-top.featured:hover {
color: #FF003C;
}
.header__link-top.featured:hover > span {
background-color: #FF003C;
color: #FFFFFF;
}
.header__nav-pri {
background-color: #005299;
display: flex;
gap: 1px;
border-radius: 0.25rem;
margin-bottom: -1.5rem;
}
.header__dropdown {
flex: 1 1 0;
display: flex;
position: relative;
}
.header__dropdown .header__link-pri {
flex: 1;
width: 100%;
}
.header__dropdown:hover .header__submenu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header__submenu {
position: absolute;
top: 100%;
left: 0;
min-width: 10rem;
background-color: #012D53;
border-radius: 0 0 0.3rem 0.3rem;
z-index: 100;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
transform: translateY(-0.4rem);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.header__submenu.open {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header__submenu__link {
color: #FFFFFF;
padding: 0.6rem 1rem;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header__submenu__link:last-child {
border-bottom: none;
}
.header__submenu__link:hover {
background-color: rgba(255, 255, 255, 0.08);
}
.header__link-pri {
line-height: 1.2222222222;
color: #FFFFFF;
padding: 1.15rem 1.45rem;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 1 1 0;
text-align: center;
position: relative;
}
.header__link-pri.active, .header__link-pri:hover {
background-color: rgba(0, 0, 0, 0.15);
}
.header__link-pri.active:after {
content: "";
background-color: #FF003C;
height: 0.15rem;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.header .menu__mobile {
display: none;
}
.header .menu__desktop {
display: flex;
}
.header__burger {
display: none;
}
.header.--abs {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.header.--abs .header__logo {
align-self: auto;
margin-bottom: -0.75rem;
}
.header { }
@media (max-width: 1500px) {
.header__link-top {
padding: 0.75rem 1.25rem;
}
.header__link-pri {
padding: 1rem 1.15rem;
}
}
@media (max-width: 1280px) {
.header__link-top {
padding: 0.65rem;
}
.header__link-pri {
padding: 0.9rem 0.65rem;
}
}
@media (max-width: 990px) {
.header {
--min-height: 4.5rem;
}
.header .menu__mobile {
display: flex;
flex-direction: column;
}
.header .menu__desktop {
display: none;
}
.header__content {
min-height: var(--min-height);
align-items: center;
}
.header__burger {
--burger-witdh: 20px;
--burger-height-line: 2px;
--burger-margin: 8px;
display: flex;
margin-left: auto;
position: relative;
}
.header__burger > span {
width: var(--burger-witdh);
height: var(--burger-height-line);
background-color: #FFFFFF;
margin-top: var(--burger-margin);
margin-bottom: var(--burger-margin);
transition: all 0.2s ease;
}
.header__burger > span:before, .header__burger > span:after {
content: "";
background-color: #FFFFFF;
width: var(--burger-witdh);
height: var(--burger-height-line);
position: absolute;
left: 0;
transition: all 0.2s ease;
}
.header__burger > span:before {
top: 0;
}
.header__burger > span:after {
bottom: 0;
}
.header__burger.close > span {
background-color: transparent;
}
.header__burger.close > span:before {
top: var(--burger-margin);
transform: rotate(-45deg);
}
.header__burger.close > span:after {
bottom: var(--burger-margin);
transform: rotate(45deg);
}
.header__navs {
flex-direction: column-reverse;
justify-content: stretch;
align-items: stretch;
gap: 3rem;
background-color: #222526;
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100vh;
padding-top: calc(var(--min-height) + 1.75rem);
padding-bottom: 3rem;
overflow-y: auto;
transition: all 0.3s ease-out;
opacity: 0;
visibility: hidden;
}
.header__navs:before {
content: "";
width: 100%;
height: var(--min-height);
background-color: #222526;
display: block;
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.header__nav-pri {
background-color: transparent;
flex-direction: column;
gap: 5px;
margin-bottom: 0;
margin-top: auto;
}
.header__dropdown {
flex-direction: column;
}
.header__submenu {
position: static;
opacity: 1;
visibility: hidden;
transform: none;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, visibility 0.3s ease;
background-color: rgba(255, 255, 255, 0.06);
border-radius: 0.2rem;
margin-top: 0.2rem;
}
.header__submenu.open {
visibility: visible;
max-height: 20rem;
}
.header__link-top {
font-size: 1rem;
justify-content: flex-start;
}
.header__nav-top {
flex-direction: column;
margin-bottom: auto;
}
.header__link-pri {
font-size: 1.4rem;
max-width: none;
justify-content: flex-start;
text-align: left;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.header__nav-top, .header__nav-pri {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.header__link-top, .header__link-pri {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.header.--abs .header__logo {
margin-bottom: 0;
}
.header.open .header__navs {
display: flex;
opacity: 1;
visibility: visible;
}
}
@media (max-width: 760px) {
.header__link-top {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.header__link-pri {
font-size: 1.3rem;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
}
}
@media (max-width: 560px) {
.header__navs {
gap: 2.25rem;
}
.header__link-pri {
font-size: 1.2rem;
}
}
.footer__body {
background-color: #222526;
color: #FFFFFF;
padding-top: 5rem;
padding-bottom: 3.75rem;
}
.footer__body-content {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.footer__logo img {
max-height: 3rem;
}
.footer__text {
grid-column: auto/span 2;
}
.footer__data {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.75rem;
}
.footer__data-item {
display: flex;
align-items: center;
}
.footer__data-item > .i,
.footer__data-item > i {
background-color: #005299;
border-radius: 0.25rem;
width: 2.25rem;
height: 2.25rem;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1rem;
}
.footer__data-text a:hover {
text-decoration: underline;
}
.footer__bottom {
background-color: #000000;
color: rgba(255, 255, 255, 0.4);
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.footer__bottom-content {
display: flex;
flex-wrap: wrap;
column-gap: 1.5rem;
row-gap: 0.75rem;
justify-content: space-between;
}
.footer { }
@media (max-width: 990px) {
.footer__text {
grid-column: auto/span 1;
}
.footer__body-content {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 760px) {
.footer__data {
grid-template-columns: repeat(1, 1fr);
}
}
.btn {
background-color: #FF003C;
color: #FFFFFF;
display: inline-flex;
padding: 0.9rem 1.5rem;
border-radius: 0.5rem;
font-weight: bold;
}
.btn.--blue {
background-color: #005299;
}
.btn { }
.btn-tag {
background-color: #005299;
border: 1px solid;
color: #FFFFFF;
padding: 0.2rem 0.85rem;
border-radius: 0.85rem;
display: inline-flex;
align-items: center;
line-height: 1;
}
.btn-tag > i {
margin-right: 0.75rem;
}
.btn-tag.--o {
background-color: transparent;
border: 1px solid;
color: #005299;
}
.btn-tag.--o:hover {
background-color: rgba(0, 82, 153, 0.05);
}
.btn-tag.--full {
flex-basis: 100%;
}
.btn-tag.--nueva {
background-color: #2E7D32;
border-color: #2E7D32;
color: #FFFFFF;
}
.btn-tag.--indexacion {
background-color: #6A1B9A;
border-color: #6A1B9A;
color: #FFFFFF;
}
.btn-tag.--convocatoria {
background-color: #E8751A;
border-color: #E8751A;
color: #FFFFFF;
}
.btn-tag.--convocatoria:hover {
background-color: #C96415;
}
.btn-tag { }
.wysiwyg, .flexible__content-text { }
.portada {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
height: calc(100vh - 50px);
min-height: 35rem;
max-height: 44.5rem;
overflow: hidden;
display: flex;
align-items: center;
}
.portada > img {
z-index: -1;
}
.portada:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(270deg, rgba(71, 75, 78, 0) 0%, #222526 67%);
}
.portada__content {
position: relative;
}
.portada__content > p {
color: #FFFFFF;
}
.portada__title {
line-height: 1;
color: #FFFFFF;
max-width: 39rem;
}
.portada__buttons {
position: absolute;
}
.portada__caption {
position: absolute;
bottom: 0;
right: 0;
color: #FFFFFF;
opacity: 0.7;
padding: 0.35rem 0.5rem 0.35rem 1rem;
background-color: rgba(0, 0, 0, 0.5);
}
.portada { }
.sec__title {
color: #FF003C;
}
.sec__desc {
max-width: 39rem;
}
.sec__content.--data {
max-width: 53.5rem;
margin-left: auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.sec__content.--novedades {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3.75rem;
}
.sec__content.--relacionadas {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.sec__buttons.--center {
text-align: center;
}
.sec.--bg-color {
background-color: #F4F8FB;
}
.sec.--bg-image-cover {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.sec.--bg-image-contain {
background-repeat: no-repeat;
background-position: 5%;
background-size: contain;
}
.sec { }
@media (max-width: 1500px) {
.sec__content.--novedades {
gap: 3rem;
}
}
@media (max-width: 1280px) {
.sec__content.--novedades {
gap: 2.25rem;
}
}
@media (max-width: 990px) {
.sec__content.--data, .sec__content.--novedades, .sec__content.--relacionadas {
grid-template-columns: repeat(2, 1fr);
}
.sec__content.--novedades, .sec__content.--relacionadas {
gap: 1.5rem;
}
.sec__content.--novedades > *:nth-child(3), .sec__content.--relacionadas > *:nth-child(3) {
display: none;
}
}
@media (max-width: 560px) {
.sec__content.--novedades, .sec__content.--relacionadas {
grid-template-columns: repeat(1, 1fr);
}
.sec__content.--novedades > *:nth-child(3), .sec__content.--relacionadas > *:nth-child(3) {
display: block;
}
}
.cabecera {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 4.5rem;
padding-bottom: 2.5rem;
min-height: 10.5rem;
position: relative;
}
.cabecera:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(34, 37, 38, 0.9);
}
.cabecera__content {
position: relative;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: space-between;
gap: 3rem;
}
.cabecera__searcher {
min-width: 15rem;
color: #FFFFFF;
border-bottom: solid 2px;
padding-bottom: 0.4rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.cabecera__input {
flex-grow: 1;
}
.cabecera__input::placeholder {
color: inherit;
}
.cabecera__submit {
margin-left: 1rem;
}
.cabecera { }
@media (max-width: 760px) {
.cabecera__content {
flex-direction: column;
align-items: stretch;
}
}
.data {
color: #FFFFFF;
border-radius: 0.5rem;
overflow: hidden;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
padding-top: 69.5652173913%;
}
.data:before {
transition: all 0.2s ease;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #005299;
}
.data:hover:before {
background-image: linear-gradient(180deg, rgba(0, 82, 153, 0.59) 0%, #012D53 100%);
opacity: 0.9;
}
.data:hover .data__btn {
opacity: 1;
}
.data__content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 1.5rem 1.65rem;
}
.data__num {
opacity: 0.4;
}
.data__btn {
opacity: 0;
transition: all 0.2s ease;
position: absolute;
top: 1rem;
right: 1rem;
background-color: #FF003C;
width: 3rem;
height: 3rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.data__btn > i {
font-size: 1.5rem;
line-height: 1.2;
}
.data { }
@media (max-width: 990px) {
.data:before {
background-image: linear-gradient(180deg, rgba(0, 82, 153, 0.59) 0%, #012D53 100%);
opacity: 0.9;
}
.data__btn {
background-color: rgba(255, 0, 60, 0.3);
opacity: 1;
}
}
@media (max-width: 760px) {
.data { }
.data__btn {
width: 2.25rem;
height: 2.25rem;
}
.data__btn > i {
font-size: 1.1rem;
}
}
@media (max-width: 560px) {
.data__content {
padding: 0.75rem 0.85rem;
}
.data__num {
font-size: 1.5rem;
}
.data__name {
font-size: 0.9rem;
}
.data__btn {
top: 0.65rem;
right: 0.65rem;
width: 1.75rem;
height: 1.75rem;
}
.data__btn > i {
font-size: 1rem;
}
}
.noticia {
background-color: #FFFFFF;
padding: 1rem;
display: block;
}
.noticia__image {
padding-top: 81.1594202899%;
}
.noticia__content:first-child .noticia__date {
margin-bottom: 0.75rem;
}
.noticia__date {
color: #005299;
}
.noticia__title:last-child {
margin-bottom: 1.25rem;
}
.noticia.--sombreada {
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.noticia.--destacada {
grid-column: auto/span 2;
display: flex;
gap: 1.5rem;
}
.noticia.--destacada .noticia__image {
padding-top: 52.7272727273%;
width: 55%;
flex-shrink: 0;
}
.noticia { }
@media (max-width: 560px) {
.noticia.--destacada {
grid-column: auto/span 1;
display: block;
gap: 0;
}
.noticia.--destacada .noticia__image {
padding-top: 81.1594202899%;
width: 100%;
flex-shrink: 0;
}
}
.noticias__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 3rem;
}
.noticias__filter {
min-width: 13rem;
}
.noticias__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.noticias { }
@media (max-width: 990px) {
.noticias__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 760px) {
.noticias__header {
flex-direction: column;
align-items: stretch;
}
}
@media (max-width: 560px) {
.noticias__list {
grid-template-columns: repeat(1, 1fr);
}
}
.noticiaInterna {
margin-top: var(--sec-pad);
}
.noticiaInterna__date {
color: #005299;
}
.noticiaInterna__title {
max-width: 42.5rem;
}
.noticiaInterna__cover {
background-color: #222526;
display: flex;
}
.noticiaInterna__image {
padding-top: 41.5384615385%;
background-color: #F4F8FB;
width: 70%;
flex-shrink: 0;
}
.noticiaInterna__image.--sin-text {
width: 100%;
}
.noticiaInterna__rel {
flex-grow: 1;
color: #FFFFFF;
padding: 2.25rem 1.75rem;
}
.noticiaInterna__rel-title {
color: #FF003C;
}
.noticiaInterna__rel-group-item {
display: block;
opacity: 0.6;
}
.noticiaInterna__source {
margin-top: 0.35rem;
background-color: #F4F8FB;
padding: 0.75rem 1.25rem;
color: #005299;
}
.noticiaInterna { }
@media (max-width: 990px) {
.noticiaInterna__cover {
flex-wrap: wrap;
}
.noticiaInterna__image {
width: 100%;
padding-top: 68%;
}
.noticiaInterna__rel {
width: 100%;
}
}
.filtros {
margin-top: 1.5rem;
}
.filtros__flex {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
}
.filtros__item {
min-width: 7.75rem;
flex-basis: 16.6666666667%;
overflow: hidden;
}
.filtros__item:nth-last-child(2) {
margin-right: 0.75rem;
}
.filtros__item--submit {
flex-basis: auto;
}
.filtros__select {
position: relative;
color: rgba(0, 82, 153, 0.5);
border-bottom: solid 2px;
padding-bottom: 0.4rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.filtros__select:after {
content: "\f0d7";
font-family: "Font Awesome 5 Pro";
margin-left: 1rem;
margin-right: 0.5rem;
}
.filtros__select span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.filtros__select select {
z-index: 1;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
box-sizing: border-box;
opacity: 0;
cursor: pointer;
}
.filtros__select.has-value {
color: #005299;
}
.filtros__submit {
min-width: 7.75rem;
background-color: #005299;
border: 1px solid;
color: #FFFFFF;
padding: 0.85rem;
border-radius: 0.25rem;
}
.filtros { }
@media (max-width: 560px) {
.filtros__item {
flex-basis: 100%;
margin-right: 0 !important;
}
.filtros__item--submit {
margin-left: 0;
}
}
.grilla {
margin-top: 2.25rem;
margin-bottom: 6rem;
display: grid;
}
.grilla.--2 {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.grilla.--2 .grilla__more {
grid-column: span 2;
}
.grilla.--3 {
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.grilla.--3 .grilla__more {
grid-column: span 3;
}
.grilla__more {
text-align: center;
padding-top: 2rem;
}
.grilla { }
@media (max-width: 1280px) {
.grilla.--2 {
gap: 1.5rem;
}
.grilla.--3 {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.grilla.--3 .grilla__more {
grid-column: span 2;
}
}
@media (max-width: 760px) {
.grilla {
grid-template-columns: none !important;
}
.grilla .grilla__more {
grid-column: span 1 !important;
}
}
.card {
--pad-x: 2rem;
border-radius: 0.5rem;
overflow: hidden;
box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}
.card.--destacada {
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.18);
}
.card {
display: flex;
flex-direction: column;
}
.card__header {
background-color: #FFFFFF;
padding: var(--pad-x) var(--pad-x) 1.25rem;
}
.card__title:first-letter {
text-transform: uppercase;
}
.card__uni {
display: flex;
align-items: center;
}
.card__uni > img {
margin-right: 0.75rem;
width: 1.75rem;
height: 1.75rem;
object-fit: cover;
}
.card__body {
background-color: #F4F8FB;
padding: 1.5rem var(--pad-x);
display: grid;
grid-template-columns: repeat(2, minmax(0px, auto));
gap: 1rem;
}
.card__roles {
background-color: #F4F8FB;
padding: 0.25rem var(--pad-x) 1.25rem;
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.card__rol {
display: flex;
align-items: baseline;
gap: 0.3rem;
flex-wrap: nowrap;
}
.card__rol > i {
color: #005299;
flex-shrink: 0;
white-space: nowrap;
}
.card__rol-label {
font-weight: 600;
color: #005299;
white-space: nowrap;
}
.card__rol-nombre {
color: #005299;
text-decoration: underline;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
}
.card__status {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
padding: 0.6rem var(--pad-x);
background-color: #F4F8FB;
border-bottom: 2px solid rgba(0, 82, 153, 0.1);
}
.card__status-badge {
display: inline-flex;
align-items: center;
gap: 0.3rem;
padding: 0.2rem 0.6rem;
border-radius: 1rem;
font-size: 0.65rem;
font-weight: 600;
line-height: 1;
color: #FFFFFF;
}
.card__status-badge.--nueva {
background-color: #005299;
}
.card__status-badge.--indexacion {
background-color: #C62828;
}
.card__status-badge.--convocatoria {
background-color: #E8751A;
}
.card__footer {
padding: 1.25rem var(--pad-x);
display: flex;
flex-wrap: wrap;
column-gap: 1rem;
row-gap: 0.75rem;
align-items: center;
}
.card__socials {
display: flex;
gap: 1rem;
}
.card__network {
color: #005299;
}
.card__network:hover {
color: rgba(0, 82, 153, 0.05);
}
.card__comites .card__header {
padding: 1.25rem var(--pad-x);
background-color: #FFFFFF;
}
.card__comites .comite__card {
display: flex;
align-items: center;
gap: 1rem;
width: 100%;
}
.card__comites .comite__card img {
width: 4.5rem;
height: 4.5rem;
object-fit: contain;
flex-shrink: 0;
border-radius: 0;
}
.card__comites .card__description {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.card__comites .comite__nombre {
color: #005299;
line-height: 1.3;
}
.card__comites .comite__uni {
color: #222526;
}
.card__comites__body {
background-color: #F4F8FB;
padding: 1rem var(--pad-x) 1.25rem;
display: flex;
flex-direction: column;
gap: 0.3rem;
}
.card__comites__body .text__description {
margin-bottom: 0.4rem;
}
.card__comites__body .title__card {
color: #005299;
list-style: disc;
margin-left: 1rem;
}
.card__comites__body .description__card {
margin-left: 1rem;
}
.card__comites__body .description__card a {
color: #005299;
text-decoration: underline;
}
.card__comites__body .btn-tag.download {
margin-top: 0.5rem;
align-self: flex-start;
}
.card { }
@media (max-width: 560px) {
.card {
--pad-x: 1.5rem;
}
}
.filterString {
margin-top: 1rem;
background-color: #F4F8FB;
color: #005299;
padding: 0.5rem;
}
.filterString__content {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
}
.filterString { }
.slider-portada {
position: relative;
overflow: hidden;
isolation: isolate;
}
.slider-portada__slider {
display: block;
width: 100%;
position: relative;
overflow: hidden;
}
.slider-portada__arrows {
position: absolute;
bottom: 3rem;
}
.slider-portada__prev, .slider-portada__next {
display: inline-block;
position: relative;
border: 2px solid rgba(255, 255, 255, 0.4);
border-radius: 100%;
width: 2.85rem;
height: 2.85rem;
margin-right: 8px;
}
.slider-portada__prev i, .slider-portada__next i {
color: #FFFFFF;
font-size: 2rem;
line-height: 2.6rem;
text-align: center;
}
.flexible {
max-width: 42.75rem;
margin-left: 5rem;
margin-bottom: 9rem;
}
.flexible__seccion:first-child {
margin-top: 0;
}
.flexible__titulo-seccion {
color: #005299;
font-size: 1.8rem;
line-height: 2rem;
text-align: left;
}
.flexible__content-video {
position: relative;
display: block;
}
.flexible__play {
background-color: #005299;
border-radius: 100%;
width: 4.5rem;
height: 4.5rem;
color: #FFFFFF;
line-height: 4.5rem;
text-align: center;
font-size: 1.5rem;
position: absolute;
bottom: 1.5rem;
right: 1.5rem;
padding-left: 0.4rem;
}
.flexible__content-gallery {
position: relative;
display: block;
width: 100%;
margin-bottom: 1.5rem;
}
.flexible__slider {
position: relative;
}
.flexible__slide {
width: 100%;
height: 25rem;
}
.flexible__arrows {
position: absolute;
right: 1.5rem;
bottom: 0;
transform: translateY(50%);
}
.flexible__prev, .flexible__next {
display: inline-block;
position: relative;
border-radius: 100%;
background-color: #005299;
width: 3rem;
height: 3rem;
margin-left: 5px;
}
.flexible__prev i, .flexible__next i {
color: #FFFFFF;
font-size: 2rem;
line-height: 3rem;
text-align: center;
}
.flexible__descarga {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
color: #FF003C;
}
.flexible__archivo i {
border: 1px solid #FF003C;
border-radius: 5px;
width: 2.25rem;
height: 2.25rem;
margin-right: 1rem;
font-size: 1rem;
line-height: 2.1rem;
text-align: center;
}
@media (max-width: 990px) {
.flexible {
margin-bottom: 5rem;
max-width: 100%;
margin-left: 0;
}
.flexible__content > * {
margin-top: 1.5rem !important;
}
}
@media (max-width: 760px) {
.flexible__descarga {
grid-template-columns: repeat(1, 1fr);
}
.flexible__slide {
height: 58vw;
}
.flexible__play {
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
font-size: 1.2rem;
}
.flexible__prev, .flexible__next {
width: 2.5rem;
height: 2.5rem;
}
.flexible__prev i, .flexible__next i {
font-size: 1.5rem;
line-height: 2.5rem;
}
}
.modal {
background: white;
border-radius: 10px;
padding: 2.5rem;
max-width: 35rem;
}
.modal h2 {
margin-bottom: 1.5rem;
}
.modal h2:first-letter {
text-transform: uppercase;
}
.modal h3 {
font-size: 1.1rem;
line-height: 1.3636363636;
margin-bottom: 0.75rem;
color: #005299;
}
@media screen and (max-width: 500px) {
.modal {
padding: 1.5rem;
}
}
.directorio-vrc {
background-color: #F4F8FB;
}
.directorio-vrc__header {
background-color: #005299;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
padding: 3rem 4rem;
text-align: center;
}
.directorio-vrc__tag {
color: #ff8c3e;
letter-spacing: 0.15rem;
}
.directorio-vrc__title {
color: #FFFFFF;
margin: 0;
}
.directorio-vrc__desc {
color: #bfdbfe;
margin: 0;
}
.directorio-vrc > .container {
padding-top: 1.2rem;
padding-bottom: 2rem;
}
.directorio-vrc__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.2rem;
}
.directorio-vrc { }
@media (max-width: 990px) {
.directorio-vrc__header {
padding: 2rem 2rem;
}
.directorio-vrc__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 760px) {
.directorio-vrc__header {
padding: 1.6rem 1rem;
}
.directorio-vrc__grid {
grid-template-columns: 1fr;
gap: 0.8rem;
}
}
.dv-card {
background-color: #FFFFFF;
border-radius: 0.6rem;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.09);
transition: box-shadow 0.2s ease;
}
.dv-card:hover {
box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}
.dv-card__img-wrap {
position: relative;
height: 12rem;
overflow: hidden;
flex-shrink: 0;
}
.dv-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.dv-card__overlay {
position: absolute;
inset: 0;
background-color: rgba(0, 82, 153, 0.93);
padding: 1rem 1.2rem;
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.4rem;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
.dv-card__overlay-label {
color: #ff8c3e;
letter-spacing: 0.05rem;
}
.dv-card__overlay-text {
color: rgba(255, 255, 255, 0.87);
line-height: 1.5;
margin: 0;
}
.dv-card__body {
padding: 1.2rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
flex: 1;
}
.dv-card__name {
color: #005299;
margin: 0;
}
.dv-card__cargo {
color: rgba(34, 37, 38, 0.9);
margin: 0;
}
.dv-card__uni {
display: inline-flex;
align-items: center;
background-color: #ff8c3e;
color: #FFFFFF;
padding: 0 0.6rem;
height: 1.4rem;
border-radius: 0.7rem;
align-self: flex-start;
}
.dv-card__email {
color: #005299;
text-decoration: none;
word-break: break-all;
}
.dv-card__email:hover {
text-decoration: underline;
}
.dv-card__toggle {
display: inline-flex;
align-items: center;
gap: 0.3rem;
background: transparent;
border: 2px solid #005299;
color: #005299;
padding: 0.2rem 0.9rem;
height: auto;
border-radius: 0.95rem;
cursor: pointer;
align-self: flex-start;
transition: background-color 0.2s, color 0.2s;
}
.dv-card__toggle:hover {
background-color: #005299;
color: #FFFFFF;
}
.dv-card__toggle-icon {
transition: transform 0.3s ease;
}
.dv-card.--open .dv-card__overlay {
opacity: 1;
pointer-events: auto;
}
.dv-card.--open .dv-card__toggle-icon {
transform: rotate(90deg);
}
.acerca-portal {
padding: var(--sec-pad) 0;
}
.acerca-portal__azul {
background-color: #005299;
border-radius: 0.8rem;
padding: 2.5rem 3rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
overflow: hidden;
position: relative;
}
.acerca-portal__azul-content {
flex: 0 0 55%;
display: flex;
flex-direction: column;
gap: 1rem;
}
.acerca-portal__azul-content > img {
width: 4rem;
height: 4rem;
object-fit: contain;
}
.acerca-portal__azul-content h3 {
color: #FFFFFF;
line-height: 1.3;
}
.acerca-portal__azul-content p {
color: rgba(255, 255, 255, 0.85);
line-height: 1.6;
}
.acerca-portal__azul__peru-imagen {
flex-shrink: 0;
max-height: 19rem;
width: auto;
opacity: 0.9;
}
.acerca-portal { }
@media (max-width: 990px) {
.acerca-portal__azul {
flex-direction: column;
padding: 2rem 1.75rem;
}
.acerca-portal__azul-content {
flex: 1 1 auto;
}
.acerca-portal__azul__peru-imagen {
max-height: 11rem;
}
}
@media (max-width: 560px) {
.acerca-portal__azul {
padding: 1.5rem 1.25rem;
}
}
.publicaciones-investigacion {
padding: var(--sec-pad) 0;
background-color: #F2F4F7;
}
.publicaciones-investigacion__content {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.publicaciones-investigacion__titles {
text-align: center;
max-width: 45rem;
}
.publicaciones-investigacion__titles h2 {
color: #FF003C;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 0.5rem;
}
.publicaciones-investigacion__titles h3 {
color: #222526;
margin-bottom: 1rem;
}
.publicaciones-investigacion__titles p {
color: #222526;
line-height: 1.7;
}
.publicaciones-investigacion__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
justify-items: center;
width: 100%;
}
.publicaciones-investigacion__card {
background-color: #FFFFFF;
border-radius: 0.6rem;
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
width: 100%;
}
.publicaciones-investigacion__image img {
width: 3rem;
height: 3rem;
object-fit: contain;
}
.publicaciones-investigacion__card-title p {
color: #005299;
}
.publicaciones-investigacion__card-download .btn-download {
display: inline-block;
background-color: #FF003C;
color: #FFFFFF;
padding: 0.5rem 1.1rem;
border-radius: 0.3rem;
}
.publicaciones-investigacion__card-download .btn-download:hover {
background-color: rgb(214.2, 0, 50.4);
}
.publicaciones-investigacion { }
@media (max-width: 1280px) {
.publicaciones-investigacion__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 990px) {
.publicaciones-investigacion__grid {
grid-template-columns: 1fr;
}
}
.top__dropdown {
background: #f5f8fa;
border-radius: 10px;
margin-top: 1.5rem;
padding: 1rem;
}
.body__dropdown {
display: none;
margin-top: 2rem;
}
.body__dropdown.active {
display: flex;
}
.body__dropdown .content {
max-width: 50%;
}
.body__dropdown .iframe {
width: 50%;
padding-left: 7%;
}
@media (max-width: 560px) {
.body__dropdown .iframe {
width: 100%;
padding: 7%;
}
}
.collapsible i.close__dropdown {
display: flex;
}
.collapsible i.open__dropdown {
display: none;
}
.collapsible.active i.close__dropdown {
display: none;
}
.collapsible.active i.open__dropdown {
display: flex;
}
.box__university {
font-weight: 700;
font-size: 0.95rem;
color: #005094;
display: flex;
}
.group__university {
display: flex;
align-items: center;
}
.group__university .logo {
width: fit-content;
padding-right: 0.5rem;
}
.logo img {
width: 50px;
height: 50px;
border-radius: 100%;
object-fit: cover;
}
.content__box {
width: 80%;
}
@media (max-width: 560px) {
.content__box {
width: 100%;
}
}
.name {
font-weight: 500;
font-size: 0.8rem;
color: #1e1e1e;
}
.university {
font-weight: 300;
font-size: 0.7rem;
color: #000000;
}
.bread__crum {
display: flex;
align-items: center;
font-size: 0.8rem;
color: #ff8841;
}
.bread__crum a {
color: #ff8841;
text-decoration: underline;
font-size: 0.8rem;
margin: 0 0.2rem;
}
.box__speaker {
display: flex;
flex-wrap: wrap;
padding: 1.5rem 0;
}
.card__speakers {
display: block;
padding-left: 1rem;
}
@media (max-width: 560px) {
.card__speakers {
padding-left: 0;
}
}
.speaker {
background: #f5f5f5;
border-radius: 28px;
color: #005094;
font-style: italic;
width: 100%;
display: block;
margin: 0.5rem 0;
padding: 0.2rem 1.5rem;
font-size: 0.8rem;
}
a.speaker {
text-decoration-line: underline;
cursor: pointer;
}
.title__speaker {
font-weight: 600;
font-size: 1rem;
color: #333333;
margin-top: 0.5rem;
}
@media (max-width: 560px) {
.title__speaker {
width: 100%;
}
}
.conference__iframe {
max-width: 70%;
margin-top: 2rem;
}
.conference__iframe iframe {
width: 100%;
min-height: 400px;
border-radius: 13px;
}
@media (max-width: 560px) {
.conference__iframe {
width: 100%;
max-width: 100%;
}
.conference__iframe iframe {
width: 100%;
min-height: 212px;
border-radius: 13px;
}
}
.section__slider {
margin: 1.5rem 0;
}
.title__related {
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.35rem;
margin-top: 2.5rem;
padding: 1rem 0;
color: #005094 !important;
}
.title__activity {
font-weight: 700;
font-size: 1.5rem;
color: #363636;
padding: 1.5rem 0 0;
}
.box__noresults {
background: #ffe8da;
border-radius: 16px;
display: flex;
flex-wrap: wrap;
min-height: 300px;
width: 100%;
justify-content: center;
align-items: center;
padding: 2rem;
color: #005094;
font-family: "Inter", sans-serif;
font-weight: 700;
font-size: 1.5rem;
margin: 1rem 0;
}
.content__weeks .description {
font-size: 1rem !important;
}
.btn__secondary {
background: #ff8841;
border: 1px solid #ff8841;
border-radius: 5px;
color: #ffffff;
font-size: 0.8rem;
text-decoration: none;
padding: 0.85rem 1.2rem;
margin: 3rem auto;
font-weight: 600;
display: flex;
width: fit-content;
cursor: pointer;
}
.hidden__desktop {
display: block;
}
.hidden__mobile {
display: none;
}
@media (max-width: 560px) {
.hidden__desktop {
display: none;
}
.hidden__mobile {
display: block;
}
.conferences__related {
position: relative;
}
}
.weeks__container {
padding: 4rem 0 0 0;
width: 80%;
margin: auto;
}
@media (max-width: 760px) {
.weeks__container {
padding: 4rem 1.5rem 0 1.5rem;
width: 100%;
}
}
.week {
padding: 4rem 0;
}
.week .filtros__item {
min-width: 17rem;
}
.week .title {
font-family: "Inter", sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #f33345;
}
.week .description {
font-size: 1.1rem;
color: #000000;
}
.week .buttons {
display: flex;
align-items: center;
margin: 1.5rem 0;
}
.week .bnt__secondary {
background: #ffffff;
border: 1px solid #ff8841;
border-radius: 5px;
font-size: 0.8rem;
padding: 0.85rem;
color: #ff8841;
text-decoration: none;
cursor: pointer;
margin: 0 0.5rem;
}
.week .bnt__secondary.active, .week .bnt__secondary:hover {
background: #ff8841;
border-color: #ff8841;
color: #ffffff;
}
@media (max-width: 560px) {
.week .bnt__secondary {
width: 49%;
text-align: center;
}
}
.week .title__section {
font-weight: 700;
font-size: 1.1rem;
color: #ff8841;
}
.week .tables__cards {
margin: 0 !important;
}
.week .card__box {
background: #f6f8fa;
border-radius: 8px;
padding: 1.5rem;
margin: 1rem 0.2rem !important;
}
.week .title__card {
color: #363636;
font-weight: 600;
font-size: 1.1rem;
}
.week .description__card {
color: #333333;
font-size: 0.7rem;
padding-bottom: 1rem;
}
.week .btn__card {
background: #fffdfc;
border: 1px solid #ff8841;
border-radius: 5px;
color: #ff8841;
padding: 0.2rem 1rem;
font-size: 0.8rem;
margin-top: 1rem;
display: inline-block;
}
.week .filterString {
display: none;
}
.week__invest .filterString {
display: none;
}
.week__filter {
display: flex;
justify-content: flex-start;
padding: 2% 0;
}
@media (max-width: 560px) {
.week__filter {
margin: 0;
padding: 2%;
gap: 10px;
width: 100%;
overflow-x: scroll;
}
}
.btn__week {
background: #ffffff;
border: 1px solid #ff8841;
border-radius: 5px;
color: #ff8841;
padding: 0.5rem 1rem;
min-width: 17%;
text-align: center;
margin: 0 0.4rem;
}
.btn__week.active, .btn__week:hover {
background: #ff8841;
border-color: #ff8841;
color: #ffffff;
}
@media (max-width: 560px) {
.btn__week {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
width: fit-content !important;
min-width: auto;
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
cursor: pointer;
}
}
.weekday.show {
display: block;
}
.box__blue {
background: #f6f8fa;
border-radius: 8px;
box-shadow: 0 4px 13px rgba(192, 212, 226, 0.4) !important;
text-align: center;
padding: 1.5rem;
}
.box__blue .title {
color: #f33345;
font-weight: 600;
font-size: 1.1rem;
margin-top: 1rem;
}
.box__blue .description {
color: #333333;
font-size: 0.75rem;
}
.box__blue .date {
color: #8b8b8b;
margin-top: 1rem;
font-size: 0.7rem;
}
.box__blue .number {
color: #f33345;
font-weight: 600;
font-size: 0.9rem;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100%;
border: 3px solid #f33345;
margin: auto;
}
.title__blue {
font-size: 1.4rem;
text-align: center;
color: #005094;
font-family: "Inter", sans-serif !important;
padding-top: 2rem;
font-weight: 600;
}
.box__title {
display: flex;
justify-content: flex-start;
align-items: flex-end;
}
.box__title span {
color: #0f4066;
font-size: 0.65rem;
padding-left: 0.5rem;
padding-bottom: 0.2rem;
}
.conference .date {
font-size: 0.9rem;
color: #005094;
font-family: "Inter", sans-serif;
}
.conference .title__card {
color: #363636;
font-weight: 600;
font-size: 1.1rem !important;
line-height: 1.3;
margin-bottom: 1rem;
}
.conference .card__box {
position: relative;
background: #f6f8fa;
border-radius: 8px;
padding: 1.5rem;
margin: 1rem 0.2rem !important;
height: 100%;
min-height: 260px;
max-width: 400px !important;
}
.conference .ponentes {
color: #333333;
font-size: 0.8rem;
font-family: sans-serif;
line-height: 1.5;
}
.button__conference {
height: 40px;
}
.button__conference .btn__card {
background: #fffdfc;
border: 1px solid #ff8841;
border-radius: 5px;
color: #ff8841;
padding: 0.2rem 1rem;
font-size: 0.8rem;
position: absolute;
bottom: 1rem;
}
.title__main {
font-weight: 700;
font-size: 1.8rem;
color: #f33345;
font-family: "Inter", sans-serif;
}
.title__main:first-letter {
text-transform: uppercase;
}
.date__main {
color: #f33345;
font-size: 0.8rem;
margin: 1rem 0 0;
text-transform: initial;
display: flex;
align-items: center;
}
.times {
font-size: 0.9rem;
display: flex;
}
.time__title {
color: #333333;
}
.time {
margin-left: 0.5rem;
color: #ff8841;
}
.conference__blog .time {
margin-left: 0.5rem;
color: #005094;
}
.content__weeks {
width: 100% !important;
}
.no__resoults {
display: none;
padding: 4rem 0 0;
}
.no__resoults.show {
display: block;
}
.content__dropdown {
display: flex;
width: 100%;
}
@media (max-width: 560px) {
.content__dropdown {
flex-wrap: wrap;
}
}
.title__dropdown {
font-weight: 500 !important;
font-size: 0.9rem;
font-family: "Inter", sans-serif;
color: #005094;
line-height: 1.5;
max-width: 100%;
}
.description,
.description p {
font-size: 0.9rem;
font-weight: 600;
color: #000000;
font-style: normal;
}
.description {
padding-bottom: 1rem;
}
.btn__download {
color: #005094;
background: #ffffff;
border: 1px solid #005094;
border-radius: 39px;
padding: 0.3rem 1rem;
margin-top: 1.5rem;
font-weight: 500;
font-size: 0.7rem;
font-family: "Inter", sans-serif;
}
.iframe {
width: 50%;
padding-left: 7%;
}
.iframe iframe {
max-width: 100%;
border-radius: 12px;
min-height: 207px;
width: 100%;
}
@media (max-width: 560px) {
.iframe {
width: 100%;
padding: 7%;
}
}
@media (max-width: 560px) {
.conference__iframe {
width: 100%;
max-width: 100%;
}
.conference__iframe iframe {
width: 100%;
min-height: 212px;
border-radius: 13px;
}
}
.box__university {
display: flex;
}
.box__control {
width: 20%;
justify-content: center;
display: flex;
align-items: center;
}
.box__control i {
cursor: pointer;
}
@media (max-width: 560px) {
.box__control {
width: 5%;
}
}
.group__university {
display: flex;
align-items: center;
}
.group__university .logo {
width: fit-content;
padding-right: 0.5rem;
}
.university__name {
font-weight: 300;
font-size: 0.7rem;
color: black;
}
.university__name__investigator {
font-weight: 600;
font-size: 0.7rem;
color: #1e1e1e;
font-family: "Inter", sans-serif;
font-style: normal;
}
.responsive {
padding: 1rem 0 0;
}
.responsive .card {
margin: 0.5rem;
min-height: 400px;
height: 100%;
}
.responsive_slider {
position: relative;
}
.slider-item-show3 {
--swiffy-slider-item-count: 3;
--swiffy-slider-snap-align: start;
}
.descriptions_slide {
position: relative;
}
.card.slide {
max-width: 400px;
width: 100%;
}
.card.slide .btn-tag {
width: fit-content !important;
}
.slider-nav {
height: 50px;
top: 40% !important;
visibility: visible !important;
opacity: 1 !important;
right: unset;
left: -60px !important;
}
.slider-nav::after {
background: #ff8841 !important;
}
.slider-nav::before {
right: -4px;
padding: 4px;
border-radius: 50%;
}
.slider-nav.slider-nav-next {
right: -60px !important;
left: unset !important;
}
.slider-indicators {
display: none !important;
}
.conference .slider-nav {
display: none !important;
}
@media screen and (max-width: 500px) {
.conference .slider-nav {
display: flex !important;
}
.conference .slider-indicators {
display: flex !important;
}
.slider-indicators {
display: flex !important;
margin-bottom: 0;
z-index: 20;
align-items: center;
bottom: -70px !important;
}
.slider-indicators button {
border: 0.7rem solid transparent;
border-radius: 50%;
background: #ff8841;
margin: 0.2rem;
scale: 0.4;
width: 0;
height: 0;
}
.slider-nav {
height: 50px;
top: 105% !important;
bottom: 0 !important;
}
.slider-nav.slider-nav-next {
right: 0 !important;
left: unset;
}
.slider-nav:not(.slider-nav-next) {
right: unset;
left: 0 !important;
}
.slider-item-show3 {
--swiffy-slider-item-count: 1 !important;
--swiffy-slider-snap-align: start;
}
}
@media (max-width: 560px) {
.title__speaker {
width: 100%;
}
.card__speakers {
padding-left: 0;
}
.conferences__related {
position: relative;
}
.hidden__desktop {
display: none;
}
.hidden__mobile {
display: block;
}
.content__box {
width: 100%;
}
.body__dropdown .content {
max-width: 100%;
}
.body__dropdown .iframe {
width: 100%;
padding: 7%;
}
}
.jornada-investigacion__cards-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
gap: 20px;
margin: 100px auto;
max-width: 1200px;
}
@media (max-width: 768px) {
.jornada-investigacion__cards-container {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.jornada-investigacion__cards-container {
grid-template-columns: 1fr;
}
}
.jornada-investigacion__card {
background-color: #f9fafb;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
transition: transform 0.3s ease-in-out;
}
.jornada-investigacion__card:hover {
transform: translateY(-5px);
}
.jornada-investigacion__numero-circular {
display: inline-block;
width: 40px;
height: 40px;
border: 2px solid #ff8c3e;
border-radius: 50%;
color: #ff8c3e;
line-height: 36px;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.jornada-investigacion__titulo {
margin: 0 0 10px;
color: #ff8c3e;
font-size: 18px;
font-weight: bold;
}
.jornada-investigacion__fecha {
margin: 0;
font-size: 14px;
color: #000;
font-weight: 600;
}
.jornada-investigacion__no-jornadas {
text-align: center;
font-size: 16px;
color: #555;
}
.investigaciones-relacionadas {
padding: 40px 20px;
background-color: #f9f9f9;
}
.investigaciones__container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.investigaciones__titulo {
text-align: center;
font-family: "Lato", sans-serif;
font-size: 24px;
font-weight: 700;
color: #005299;
margin-bottom: 30px;
}
.investigaciones__cards-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
@media (max-width: 767px) {
.investigaciones__cards-grid {
grid-template-columns: 1fr;
}
}
.investigacion-card {
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.investigacion-card__video {
width: 100%;
border-radius: 4px;
object-fit: cover;
}
.investigacion-card__video iframe {
width: 100%;
aspect-ratio: 16/9;
border-radius: 10px;
}
.investigacion-card__mes {
font-family: "Lato", sans-serif;
font-size: 19px;
font-weight: 500;
color: #ff8026;
text-align: left;
}
.investigacion-card__titulo {
font-family: "Lato", sans-serif;
font-size: 20px;
font-weight: 700;
color: #005299;
}
.investigacion-card__info {
display: flex;
align-items: center;
gap: 10px;
}
.investigacion-card__avatar {
width: 50px;
height: 50px;
max-width: 60px;
border-radius: 50%;
}
.investigacion-card__detalles {
display: flex;
flex-direction: column;
}
.investigacion-card__investigador {
font-family: "Lato", sans-serif;
font-size: 13px;
font-weight: 700;
color: #1e1e1e;
}
.investigacion-card__universidad {
font-family: "Lato", sans-serif;
font-size: 13px;
font-weight: 400;
color: #000000;
}
.investigacion-card__boton {
background: #ff003c;
color: #ffffff;
text-decoration: none;
padding: 10px 24px;
font-size: 16px;
font-weight: bold;
text-align: center;
border-radius: 5px;
display: inline-flex;
align-items: center;
margin-top: auto;
height: 46px;
}
.investigacion-card__boton:hover {
background: rgb(214.2, 0, 50.4);
color: #ffffff;
}
.bread__crum.bread__crum--jornada {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 15px;
color: #005299;
margin-top: 100px;
margin-bottom: 30px;
}
.bread__crum.bread__crum--jornada a {
color: #005299;
text-decoration: none;
}
.bread__crum.bread__crum--jornada a:hover {
text-decoration: underline;
}
.resultados-busqueda {
margin: 100px auto;
}.swiffy-slider{position:relative;display:block;width:100%;--swiffy-slider-snap-align:center;--swiffy-slider-item-width:100%;--swiffy-slider-item-gap:1rem;--swiffy-slider-item-reveal:0rem;--swiffy-slider-item-ratio:2/1;--swiffy-slider-item-count:1;--swiffy-slider-nav-light:#fff;--swiffy-slider-nav-dark:#333;--swiffy-slider-nav-zoom:1;--swiffy-slider-track-opacity:0.1;--swiffy-slider-track-height:0;--swiffy-slider-nav-outside-size:3.5rem;--swiffy-slider-indicator-outside-size:1.5rem;--swiffy-slider-animation-duration:.75s;--swiffy-slider-animation-delay:0s;--swiffy-slider-animation-timing:ease-in-out}.swiffy-slider,.swiffy-slider::after,.swiffy-slider::before{box-sizing:border-box}.swiffy-slider ::-webkit-scrollbar{height:var(--swiffy-slider-track-height)}.swiffy-slider ::-webkit-scrollbar-track{background:rgba(0,0,0,var(--swiffy-slider-track-opacity))}.swiffy-slider ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.4);border-radius:1rem}.swiffy-slider ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.6)}.slider-container{--swiffy-slider-item-gap-totalwidth:calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));--swiffy-slider-item-width:calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;display:grid;align-items:center;height:100%;grid:auto/auto-flow -webkit-max-content;grid:auto/auto-flow max-content;grid-auto-rows:100%;grid-auto-columns:var(--swiffy-slider-item-width);grid-auto-flow:column;grid-gap:var(--swiffy-slider-item-gap);list-style:none;margin:0;padding:0;scrollbar-width:none;scrollbar-color:rgba(0,0,0,.4) rgba(0,0,0,var(--swiffy-slider-track-opacity));background-clip:padding-box}.slider-container>*{scroll-snap-align:var(--swiffy-slider-snap-align);position:relative;width:100%;height:100%}.slider-item-helper .slider-container>*{background-size:cover;background-color:#e1e1e1;background-position:50% 50%;display:flex;justify-content:center;align-items:center}.slider-item-helper:not(.slider-item-ratio) .slider-container>*{min-height:20rem}.slider-item-ratio .slider-container>*>*{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider-item-ratio-contain .slider-container>*>*{-o-object-fit:contain;object-fit:contain}.slider-item-ratio .slider-container>::after{display:block;padding-top:calc(100% / (var(--swiffy-slider-item-ratio)));content:""}.slider-item-ratio-32x9{--swiffy-slider-item-ratio:32/9}.slider-item-ratio-21x9{--swiffy-slider-item-ratio:21/9}.slider-item-ratio-16x9{--swiffy-slider-item-ratio:16/9}.slider-item-ratio-4x3{--swiffy-slider-item-ratio:4/3}.slider-item-ratio-2x1{--swiffy-slider-item-ratio:2/1}.slider-item-ratio-1x1{--swiffy-slider-item-ratio:1/1}.slider-item-ratio-3x4{--swiffy-slider-item-ratio:3/4}.slider-nav-scrollbar{--swiffy-slider-track-height:0.5rem}.slider-nav-scrollbar .slider-container{scrollbar-width:thin}.slider-nav-nodelay .slider-container{scroll-behavior:auto}.slider-indicators{position:absolute;right:2rem;bottom:0;left:2rem;display:flex;justify-content:center;padding:0;margin-bottom:1rem;list-style:none}.slider-nav-scrollbar .slider-indicators{margin-bottom:calc(1rem + var(--swiffy-slider-track-height))}.slider-indicators>.active{opacity:1}.swiffy-slider.slider-indicators-outside .slider-nav{margin-bottom:var(--swiffy-slider-indicator-outside-size)}.swiffy-slider.slider-indicators-outside{padding-bottom:var(--swiffy-slider-indicator-outside-size)}.swiffy-slider.slider-indicators-outside .slider-indicators,.swiffy-slider.slider-indicators-outside.slider-indicators{margin-bottom:0}.slider-indicators>*{box-sizing:content-box;flex:0 1 auto;width:2rem;height:.2rem;padding:0;border:.4rem solid transparent;cursor:pointer;background-color:#fff;background-clip:padding-box;opacity:.5;transition:opacity .4s ease}.slider-indicators-square .slider-indicators>*,.slider-indicators-square.slider-indicators>*{width:.5rem;height:.5rem;border:.4rem solid transparent}.slider-indicators-round .slider-indicators>*,.slider-indicators-round.slider-indicators>*{width:.5rem;height:.5rem;border:.4rem solid transparent;border-radius:50%}.slider-indicators-highlight .slider-indicators>.active,.slider-indicators-highlight.slider-indicators>.active{border:.33rem solid transparent;padding:.07rem}.slider-nav{position:absolute;top:0;left:0;bottom:0;border:0;background-color:transparent;cursor:pointer;padding:0;visibility:hidden;opacity:.8;transition:visibility .1s,opacity .2s linear;margin-bottom:var(--swiffy-slider-track-height);display:flex;align-items:center;padding:0 .5rem;-webkit-filter:drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));filter:drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));transform:scale(var(--swiffy-slider-nav-zoom))}.slider-nav::before{position:absolute;content:"";padding:.5rem;width:3rem;height:3rem}.slider-nav::after{content:"";-webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");-webkit-mask-size:cover;mask-size:cover;background-color:var(--swiffy-slider-nav-light);background-origin:content-box;width:3rem;height:3rem}.slider-nav-arrow .slider-nav::after{-webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>");mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>")}.slider-nav-chevron .slider-nav::after{-webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>");mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>")}.slider-nav-caret .slider-nav::after{-webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>");mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>")}.slider-nav-caretfill .slider-nav::after{-webkit-mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>");mask:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>")}.swiffy-slider:hover .slider-nav{visibility:visible}.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next){visibility:hidden}.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next{visibility:hidden}.slider-nav-outside .slider-container{margin:0 var(--swiffy-slider-nav-outside-size)}.slider-nav-outside .slider-nav{padding:0}.swiffy-slider .slider-nav:hover{opacity:1}.slider-nav-square .slider-nav{padding:0}.slider-nav-round .slider-nav::before,.slider-nav-square .slider-nav::before{background-color:var(--swiffy-slider-nav-light)}.slider-nav-round .slider-nav::after,.slider-nav-square .slider-nav::after{background-color:var(--swiffy-slider-nav-dark);width:2rem;height:2rem;margin:.5rem}.slider-nav-round .slider-nav::before{border-radius:50%}.slider-nav-round .slider-nav::after{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E")}.slider-nav-dark .slider-nav::after{background-color:var(--swiffy-slider-nav-dark)}.slider-nav-dark.slider-nav-round .slider-nav::before,.slider-nav-dark.slider-nav-square .slider-nav::before{background-color:var(--swiffy-slider-nav-dark)}.slider-nav-dark.slider-nav-round .slider-nav::after,.slider-nav-dark.slider-nav-square .slider-nav::after{background-color:var(--swiffy-slider-nav-light)}.slider-nav-sm{--swiffy-slider-nav-zoom:.75;--swiffy-slider-nav-outside-size:2.5rem}.slider-nav.slider-nav-next::after{transform:rotate(180deg)}.slider-nav.slider-nav-next{right:0;left:unset}.slider-nav-visible .slider-nav{visibility:visible}.slider-nav-dark .slider-nav{opacity:.6}.slider-indicators-dark .slider-indicators>*,.slider-indicators-dark.slider-indicators>*{-webkit-filter:invert(1);filter:invert(1)}.slider-item-snapstart{--swiffy-slider-snap-align:start}.slider-item-nosnap{--swiffy-slider-snap-align:unset}.slider-item-nogap{--swiffy-slider-item-gap:0rem}.slider-item-reveal{--swiffy-slider-item-reveal:8rem}.slider-item-snapstart.slider-item-reveal{--swiffy-slider-item-reveal:4rem}.slider-item-show2{--swiffy-slider-item-count:2}.slider-item-show3{--swiffy-slider-item-count:3}.slider-item-show4{--swiffy-slider-item-count:4}.slider-item-show5{--swiffy-slider-item-count:5}.slider-item-show6{--swiffy-slider-item-count:6}.slider-nav-mousedrag .slider-container{cursor:-webkit-grab;cursor:grab}.slider-nav-mousedrag.dragging .slider-container{-ms-scroll-snap-type:unset;scroll-snap-type:unset;scroll-behavior:unset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider-nav-mousedrag.dragging .slider-nav{visibility:hidden}@media (hover:hover){.slider-nav-mousedrag .slider-container::after{content:"";position:absolute;width:100%;height:100%}}@media (prefers-reduced-motion:no-preference){.slider-nav-animation.slider-nav-animation-fast{--swiffy-slider-animation-duration:.25s}.slider-nav-animation.slider-nav-animation-slow{--swiffy-slider-animation-duration:1.25s}.slider-nav-animation .slider-container>*>*{transition:opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing),transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);transition-delay:var(--swiffy-slider-animation-delay)}.slider-nav-animation .slider-container .slide-visible>*{transition:opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing),transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);transition-delay:var(--swiffy-slider-animation-delay)}.slider-nav-animation.slider-nav-animation-fadein .slider-container>*>*{opacity:.5}.slider-nav-animation.slider-nav-animation-scale .slider-container>*>*{transform:scale(.9)}.slider-nav-animation.slider-nav-animation-appear .slider-container>*>*{opacity:.3;transform:scale(.9)}.slider-nav-animation.slider-nav-animation-scaleup .slider-container>*>*{transform:scale(.25)}.slider-nav-animation.slider-nav-animation-zoomout .slider-container>*{overflow:hidden}.slider-nav-animation.slider-nav-animation-zoomout .slider-container>*>*{transform:scale(1.3)}.slider-nav-animation.slider-nav-animation-turn .slider-container>*>*{transform:rotateY(70deg)}.slider-nav-animation.slider-nav-animation-slideup .slider-container>*>*{transform:translateY(60%) scale(.99)}.slider-nav-animation.slider-nav-animation-slideup .slider-container{overflow-y:hidden}.slider-nav-animation .slider-container>.slide-visible>*{opacity:1;transform:none}}@media (min-width:62rem){.slider-item-show2:not(.slider-item-snapstart) .slider-container>*,.slider-item-show4:not(.slider-item-snapstart) .slider-container>*,.slider-item-show6:not(.slider-item-snapstart) .slider-container>*{scroll-snap-align:unset}.slider-item-show2:not(.slider-item-snapstart) .slider-container>::before,.slider-item-show4:not(.slider-item-snapstart) .slider-container>::before,.slider-item-show6:not(.slider-item-snapstart) .slider-container>::before{content:" ";display:block;position:absolute;left:calc((var(--swiffy-slider-item-gap)/2)*-1);top:0;width:1px;height:1px;scroll-snap-align:var(--swiffy-slider-snap-align)}.slider-nav-outside-expand .slider-nav{margin-left:-4rem}.slider-nav-outside-expand .slider-nav.slider-nav-next{margin-right:-4rem}.slider-nav-sm.slider-nav-outside-expand .slider-nav{margin-left:-3.5rem}.slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next{margin-right:-3.5rem}.slider-indicators-sm.slider-indicators{display:none}}@media (max-width:62rem){.swiffy-slider{--swiffy-slider-track-height:0rem;--swiffy-slider-item-reveal:0rem;--swiffy-slider-item-count:1;--swiffy-slider-nav-zoom:.875}.swiffy-slider .slider-item-show2-sm{--swiffy-slider-item-count:2}.slider-item-reveal{--swiffy-slider-item-reveal:4rem}.slider-item-snapstart.slider-item-reveal{--swiffy-slider-item-reveal:2rem}.slider-item-show6 .slider-container{grid-auto-columns:calc(25% - (var(--swiffy-slider-item-gap)/ 4*3))}.slider-item-show6.slider-item-reveal .slider-container{grid-auto-columns:calc(25% - (var(--swiffy-slider-item-gap)/ 4*3) - .5rem)}.slider-item-show6.slider-item-reveal .slider-container>*{scroll-snap-align:unset}.slider-item-show6.slider-item-reveal .slider-container>::before{content:" ";display:block;position:absolute;left:calc((var(--swiffy-slider-item-gap)/2)*-1);top:0;width:1px;height:1px;scroll-snap-align:center}.slider-nav::after,.slider-nav::before{width:2rem;height:2rem;padding:.3rem}.slider-nav-round .slider-nav::after,.slider-nav-square .slider-nav::after{width:1.75rem;height:1.75rem;margin:.125rem}.slider-nav-outside .slider-container,.slider-nav-outside-expand .slider-container{margin:0 2rem}.slider-nav-outside-expand .slider-container{margin:0 var(--swiffy-slider-nav-outside-size)}.slider-nav-outside-expand .slider-nav{padding:0}.slider-indicators-round .slider-indicators>*,.slider-indicators-round.slider-indicators>*,.slider-indicators-square .slider-indicators>*,.slider-indicators-square.slider-indicators>*{width:.3rem;height:.3rem}.slider-indicators{margin-bottom:.5rem;display:none}.slider-nav-scrollbar .slider-indicators{margin-bottom:0}.slider-indicators>*{width:1rem;height:.125rem;border-width:.25rem}.slider-indicators-sm .slider-indicators,.slider-indicators-sm.slider-indicators{display:flex}}@media (max-width:48rem){.slider-item-show6 .slider-container{grid-auto-columns:calc(50% - (var(--swiffy-slider-item-gap)/ 2))}.slider-item-show6.slider-item-reveal .slider-container{grid-auto-columns:calc(50% - (var(--swiffy-slider-item-gap)/ 2) - 1.5rem)}}@media (hover:none){.swiffy-slider.slider-nav-touch .slider-nav{visibility:visible}.swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container,.swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container{margin:0 0}.slider-item-nosnap-touch{--swiffy-slider-snap-align:unset}}