dl, h3, menu, ol, ul {
    margin: 1em 0;
}
.List, .News__list, .footer__item__content ul, nav ol, nav ul {
    list-style: none;
}
.topbar .row, .vertical_top {
    -webkit-align-content: flex-start;
}
a, a:active, a:hover {
    outline: 0;
}
.link, p, pre {
    word-wrap: break-word;
}
.logo_site, .row, .row.container {
    max-width: 1100px;
}
.Cards, .News__list__item__link, .logo_site, .row {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
button, html, input, select, textarea {
    font-family: sans-serif;
}
a:focus {
    outline: dotted thin;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h2 {
    font-size: 1.5em;
    margin: .83em 0;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: .83em;
    margin: 1.67em 0;
}
h6 {
    font-size: .75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: .2em 0 1.2em;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
}
small, sub, sup {
    font-size: 75%}
pre {
    white-space: pre;
    white-space: pre-wrap;
}
q {
    quotes: none;
}
q:after, q:before {
    content: '';
    content: none;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 30px;
}
svg:not(:root) {
    overflow: hidden;
}
figure, form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
body, html {
    font-size: 97%;
    background: #fcfcfc;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
button, input {
    line-height: normal;
}
button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNzbP97U9sKh0jjxbPbfOKg.ttf) format('truetype');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%}
.row.container {
    width: 95%}
.text_justify {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.text_right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.text_center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.text_between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.text_around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.vertical_top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.vertical_middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}
.vertical_bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.col-xs1 {
    width: 7.3%}
.col-xs2 {
    width: 15.64166%}
.col-xs3 {
    width: 23.98332%}
.col-xs4 {
    width: 32.32498%}
.col-xs5 {
    width: 40.66664%}
.col-xs6 {
    width: 49.0083%}
.col-xs7 {
    width: 57.34996%}
.col-xs8 {
    width: 65.69162%}
.col-xs9 {
    width: 74.03328%}
.col-xs10 {
    width: 82.37494%}
.col-xs11 {
    width: 90.7166%}
.col-xs12 {
    width: 99.05825999999999%}
.offset-1 {
    margin-left: 8.86249%}
.offset-2 {
    margin-left: 17.20415%}
.offset-3 {
    margin-left: 25.54581%}
.offset-4 {
    margin-left: 33.88746999999999%}
.offset-5 {
    margin-left: 42.22913%}
.offset-6 {
    margin-left: 50.570789999999995%}
.offset-7 {
    margin-left: 58.91245%}
.offset-8 {
    margin-left: 67.25411%}
.offset-9 {
    margin-left: 75.59577%}
.offset-10 {
    margin-left: 83.93742999999999%}
.offset-11 {
    margin-left: 92.27909%}
.offset-12 {
    margin-left: 100.62074999999999%}
@media only screen and (min-width:601px) {
    .col-s1 {
    width: 7.3%}
.col-s2 {
    width: 15.64166%}
.col-s3 {
    width: 23.98332%}
.col-s4 {
    width: 32.32498%}
.col-s5 {
    width: 40.66664%}
.col-s6 {
    width: 49.0083%}
.col-s7 {
    width: 57.34996%}
.col-s8 {
    width: 65.69162%}
.col-s9 {
    width: 74.03328%}
.col-s10 {
    width: 82.37494%}
.col-s11 {
    width: 90.7166%}
.col-s12 {
    width: 99.05825999999999%}
}@media screen and (min-width:910px) {
    .col-m1 {
    width: 7.3%}
.col-m2 {
    width: 15.64166%}
.col-m3 {
    width: 23.98332%}
.col-m4 {
    width: 32.32498%}
.col-m5 {
    width: 40.66664%}
.col-m6 {
    width: 49.0083%}
.col-m7 {
    width: 57.34996%}
.col-m8 {
    width: 65.69162%}
.col-m9 {
    width: 74.03328%}
.col-m10 {
    width: 82.37494%}
.col-m11 {
    width: 90.7166%}
.col-m12 {
    width: 99.05825999999999%}
}@media screen and (min-width:1100px) {
    .col-l1 {
    width: 7.3%}
.col-l2 {
    width: 15.64166%}
.col-l3 {
    width: 23.98332%}
.col-l4 {
    width: 32.32498%}
.col-l5 {
    width: 40.66664%}
.col-l6 {
    width: 49.0083%}
.col-l7 {
    width: 57.34996%}
.col-l8 {
    width: 65.69162%}
.col-l9 {
    width: 74.03328%}
.col-l10 {
    width: 82.37494%}
.col-l11 {
    width: 90.7166%}
.col-l12 {
    width: 99.05825999999999%}
}body, img {
    width: 100%}
body {
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, .87);
    font-weight: 400;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-weight: 800;
}
a {
    display: inline-block;
    border: none;
    font-weight: 400;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-decoration: none;
}
::selection {
    background: #00c4ff;
    color: #002d4a;
    font-weight: 100;
}
::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    display: none;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
}
p {
    font-size: 16px;
    line-height: 1.5em;
}
.cf:after, .cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
@media screen and (min-width:768px) {
    body, html {
    font-size: 100%}
p {
    font-size: 18px;
}
}@font-face {
    font-family: fcfm;
    src: url(../fonts/icons/fcfm.eot?1hn5ot);
    src: url(../fonts/icons/fcfm.eot?1hn5ot#iefix) format('embedded-opentype'), url(../fonts/icons/fcfm.ttf?1hn5ot) format('truetype'), url(../fonts/icons/fcfm.woff?1hn5ot) format('woff'), url(../fonts/icons/fcfm.svg?1hn5ot#fcfm) format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
    font-family: fcfm!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chincheta:before {
    content: "\e900"}
.icon-facebook:before {
    content: "\e901"}
.icon-account:before {
    content: "\e902"}
.icon-at:before {
    content: "\e903"}
.icon-close:before {
    content: "\e904"}
.icon-event:before {
    content: "\e905"}
.icon-file-text:before {
    content: "\e906"}
.icon-download:before {
    content: "\e907"}
.icon-home:before {
    content: "\e908"}
.icon-keyboard_down:before {
    content: "\e909"}
.icon-keyboard_right:before {
    content: "\e90a"}
.icon-link:before {
    content: "\e90b"}
.icon-menu:before {
    content: "\e90c"}
.icon-open_new:before {
    content: "\e90d"}
.icon-school:before {
    content: "\e90e"}
.icon-email:before {
    content: "\e90f"}
.icon-phone:before {
    content: "\e910"}
.icon-sitemap:before {
    content: "\e911"}
.icon-twitter:before {
    content: "\e912"}
.icon-youtube:before {
    content: "\e913"}
.icon-threads:before { 
	content: "\e914" }
.icon-tiktok:before { 
	content: "\e915" }
.icon-instagram:before { 
	content: "\e916" }
.icon-account:before, .icon-at:before, .icon-chincheta:before, .icon-close:before, .icon-download:before, .icon-email:before, .icon-event:before, .icon-facebook:before, .icon-file-text:before, .icon-home:before, .icon-keyboard_down:before, .icon-keyboard_right:before, .icon-link:before, .icon-menu:before, .icon-open_new:before, .icon-phone:before, .icon-school:before, .icon-sitemap:before, .icon-twitter:before, .icon-youtube:before, .icon-instagram:before {
    padding: 4px;
}
.icon-at, .icon-at:before {
    padding: 0;
    margin: 0!important;
}
.icon-at {
    width: auto!important;
    line-height: 1.2em!important;
    font-size: 1em!important;
}
.fecha, .topbar {
    font-size: 14px;
}
.icon-at:before {
    width: 0!important;
}
.text-primary {
    color: rgba(0, 0, 0, .87);
}
.text-secundary {
    color: rgba(0, 0, 0, .68);
}
.text-hint {
    color: rgba(0, 0, 0, .3);
}
.bg-dark {
    background: #002d4a;
    color: #fff;
}
.bg-primary {
    background: #00c4ff;
    color: #fff;
}
.bg-acent {
    background: #eb672b;
}
.bg-dark-primary {
    background: #1065a8;
}
.bg-gray {
    background: #e9eaed;
}
.bg-white {
    background: #fff;
}
.topbar {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    -ms-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.topbar.scrolled {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}
.footer__item__content ul li a:hover, .logo_buap:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.topbar .row {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 0;
}
.logo_site, .menu-btn-toggle {
    -webkit-align-content: flex-start;
}
.logo_buap {
    background: url(../img/static/logo-buap.png) center no-repeat;
    -webkit-background-size: 42px;
    -moz-background-size: 42px;
    background-size: 42px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px 0 10px;
    text-indent: -1000px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
	color: #fff; /*2023*/
	display: inline-block; /*2023*/
}
.logo_buap:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-color: #00c4ff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.fecha {
    display: inline-block;
    line-height: 1em;
}
.mail {
    position: relative;
    margin-right: 5px;
}
.mail__students, .mail__teachers {
    color: #002d4a;
    display: block;
    line-height: 45px;
    padding: 0 20px;
    font-size: 1em;
}
.mail__students span, .mail__teachers span {
    font-size: 12px;
    margin-right: 5px;
}
.mail__btn-toggle {
    color: #fff;
    line-height: 48px;
    padding: 0 10px;
    font-size: 1.2em;
	cursor: pointer;
	display: inline-block; /*2023*/
}
.mail__btn-toggle.is-clicked {
    color: #00c4ff;
}
.mail__btn-toggle.is-clicked::before {
    content: '\e904'}
.mail__content-hiden {
    background: #fcfcfc;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 160px;
}
.btn-raised, .logo-menu {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}
.mail__content-hiden::after {
    border-bottom: 12px solid #fcfcfc;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    content: '';
    display: block;
    position: absolute;
    right: 11px;
    top: -22px;
}
.mail__content-hiden.is-open {
    display: block;
}
.logo-menu {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    margin-top: 33px;
}
.logo-menu .row {
    padding: 15px 0 0;
    position: relative;
    margin-bottom: 0;
}
.logo_site {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 300px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.News__list__item__img, .logo_site__link__name {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
}
.logo_site__link__img {
    background: url(../img/static/logo-fcfm.png) left no-repeat;
    -webkit-background-size: 105px;
    -moz-background-size: 105px;
    background-size: 105px;
    display: inline-block;
    height: 40px;
    width: 105px;
    color: #002d4a;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo_site__link__name {
    color: #002d4a;
    align-self: stretch;
    margin-top: 10px;
    margin-left: 10px;
}
.logo_site__link__name h2 {
    display: inline-block;
    font-size: 16px;
    width: 170px;
    margin: 0;
}
.menu-btn-toggle {
    background: #00c4ff;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 50px;
	cursor:pointer; /*2023*/
	display: inline-block;/*2023*/
}
.menu-btn-toggle::before {
    margin-left: 0;
}
.menu-btn-toggle.is-clicked {
    color: #002d4a;
}
.menu-btn-toggle.is-clicked::before {
    content: '\e904';
    font-size: 16px;
}
.Menu {
    background: #fff;
    display: inline-block;
    height: 100vh;
    left: -300px;
    overflow-y: scroll;
    position: fixed;
    top: 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    width: 300px;
    z-index: 4001;
}
.Menu>.Menu__list {
    padding: 0 10px 50px;
}
.Menu>.Menu__list .Menu__list .Menu__list {
    padding: 0;
}
.Menu__list {
    padding: 0 0 0 30px;
}
.Menu__list__item {
    margin: 2px 0;
}
.Menu__list__item .Menu__list__item .Menu__list {
    border-left: solid thin #d3d6db;
}
.Menu__list__link {
    color: rgba(0, 0, 0, .87);
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 10px;
}
.Menu__list__link.Menu__title {
    border-top: solid thin #d3d6db;
    color: #002d4a;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-left: 0;
}
.Menu__list__link.Menu__title:hover {
    background: 0 0;
}
.Menu__list__link.Menu__title~ul {
    margin-top: 0;
}
.Menu__list__link-open_new {
    position: relative;
}
.Menu__list__link-open_new::after {
    content: '\e90d';
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 45px;
    font-family: fcfm;
    height: 100%}
.Menu__list__link:hover {
    background: rgba(0, 0, 0, .2);
}
.Menu__list__link:active {
    background: rgba(0, 0, 0, .4);
}
.Menu.is-open {
    left: 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .8);
    box-shadow: 0 0 40px rgba(0, 0, 0, .8);
}
.Menu.is-open~.overlay {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.overlay {
    background: rgba(0, 0, 0, .35);
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .4s 0s, visibility 0s 0s;
    -moz-transition: opacity .4s 0s, visibility 0s 0s;
    -o-transition: opacity .4s 0s, visibility 0s 0s;
    -ms-transition: opacity .4s 0s, visibility 0s 0s;
    transition: opacity .4s 0s, visibility 0s 0s;
    width: 100%;
    z-index: 3999;
}
@media only screen and (min-width:600px) {
    .mail__btn-toggle {
    display: none;
}
.mail__content-hiden {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    position: initial;
    width: auto;
    padding: 0;
}
.mail__content-hiden::after {
    display: none;
}
.mail__students, .mail__teachers {
    color: #fff;
    display: inline-block;
    padding: 0;
}
.mail__students:hover, .mail__teachers:hover {
    color: #00c4ff;
}
.menu-btn-toggle {
    margin: 0;
}
.logo_site {
    width: auto;
}
.logo_site__link__name {
    width: auto;
    margin-top: 20px;
}
.logo_site__link__name h2 {
    width: auto;
    font-size: 20px;
}
}@media only screen and (min-width:1025px) {
    .logo-menu {
    margin-bottom: 20px;
    position: fixed;
    z-index: 4900;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.logo-menu.scrolled {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    top: -150px;
}
.logo_site {
    display: inline-block;
    margin-left: 0;
}
.logo_site__link__img {
    margin: 0;
}
.logo_site__link__name {
    margin-bottom: 10px;
    margin-top: 10px;
}
.logo_site__link__name h2 {
    width: 190px;
    font-size: 20px;
    line-height: 1.2em;
}
.menu-btn-toggle {
    display: none;
}
.Menu {
    background: 0 0;
    display: inline-block;
    position: absolute;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    height: auto;
    width: auto;
    right: 0;
    left: initial;
    top: 30px;
    margin-top: 20px;
    overflow: visible;
}
.Menu>.Menu__list {
    padding: 0;
    margin: 0;
}
.Menu__list {
    padding: 0 0 0 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 1100px;
}
.Menu__list__item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0 10px 0 0;
    height: auto;
}
.Menu__list__item.last-child .Menu__list__item .Menu__list {
    left: -210px!important;
}
.Menu__list__item.last-child .Menu__list__item:hover .Menu__list {
    left: -200px!important;
}
.Menu__list__item>.Menu__list {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    left: 50%;
    margin-left: -83px;
    padding: 0;
    position: absolute;
    top: 135%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 165px;
}
.Menu__list__item>.Menu__list::before {
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: 45%;
    top: -22px;
}
.Menu__list__link.Menu__title, .Menu__list__link.Menu__title-only {
    color: rgba(0, 0, 0, .87);
    text-transform: none;
    margin: 0;
    border-top: none;
}
.Menu__list__item>.Menu__list .Menu__list__item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
.Menu__list__item>.Menu__list .Menu__list__item:hover>.Menu__list {
    left: 100%}
.Menu__list__item>.Menu__list .Menu__list__item>.Menu__list {
    position: absolute;
    border-left: none;
    z-index: -2;
    width: 200px;
    top: 0;
    left: 110%;
    margin-left: 0;
}
.Menu__list__item>.Menu__list .Menu__list__item>.Menu__list::before {
    display: none;
}
.Menu__list__item>.Menu__list .Menu__list__item>.Menu__list .Menu__list__item {
    margin: 0;
}
.Menu__list__item>.Menu__list .Menu__list__link {
    display: block;
    font-size: 14px;
    padding: 0 8px;
}
.Menu__list__item>.Menu__list .Menu__list__link:hover {
    background: #e9eaed;
}
.Menu__list__item>.Menu__list .Menu__list__link.Menu__title {
    line-height: 40px;
    position: relative;
    text-transform: none;
}
.Menu__list__item>.Menu__list .Menu__list__link.Menu__title::after {
    position: absolute;
    content: '\e90a';
    font-family: fcfm;
    line-height: 40px;
    font-size: 9px;
    right: 5px;
}
.Menu__list__item:hover {
    overflow: visible;
}
.Menu__list__item:hover>.Menu__list {
    top: 100%}
.Menu__list__link {
    color: rgba(0, 0, 0, .87);
    display: block;
    margin: 0;
    padding: 0;
}
.Menu__list__link.Menu__title {
    background: 0 0;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    padding: 0 15px 0 5px;
}
.Menu__list__link.Menu__title::after {
    position: absolute;
    content: '\e909';
    font-family: fcfm;
    font-size: 8px;
    font-size: .45em;
    right: 0;
    line-height: 33px;
}
.Menu__list__link.Menu__title-only {
    line-height: 30px;
    position: relative;
    font-size: 16px;
    padding: 0 5px;
}
.Menu__list__link.Menu__title-only:hover {
    background: 0 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}
.Menu .Menu__inicio {
    width: 25px;
    line-height: 30px;
}
.Menu .Menu__inicio:hover {
    overflow: hidden;
    color: #00c4ff;
    background: 0 0;
}
}





.Card__header, .News__title *, .title-section * {
    text-transform: uppercase;
}
.footer__item__content a, .footer__item__content p {
    font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (min-width:1200px) {
    .logo_buap {
    margin: 0;
}
.logo_site {
    margin-left: 0;
}

}




.footer {
    background-color: #e9eaed;
}
.footer__item__title {
    border-bottom: solid thin #d3d6db;
    margin-bottom: 10px;
}
.footer__item__title h4 {
    margin-bottom: 5px;
}
.footer__item__content ::before {
    padding: 5px;
}
.footer__item__content p {
    padding: 10px;
    margin: 0;
}
.footer__item__content a {
    line-height: 40px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.footer__item__content a:hover {
    text-decoration: underline;
}
.footer__item__content ul {
    text-align: left;
}
.footer__item__content ul li {
    display: inline-block;
    margin: 0 20px;
}
.footer__item__content ul li a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-align: center;
}
.footer__item__content ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    width: 100%}
.footer__item__content ul li a.facebook:hover {
    color: #3b5998;
}
.footer__item__content ul li a.twitter:hover {
    color: #00aced;
}
.footer__item__content ul li a.youtube:hover {
    color: #cc181e;
}
.footer__item__content ul li a:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    background-color: #fcfcfc;
}
.footer .copy {
    background: #002d4a;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}
.footer .copy .container {
    width: 97%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
.footer .copy .container>p {
    color: #fff;
    text-align: left;
    display: inline-block;
    line-height: 1em;
    font-size: 1em;
    margin-top: 10px;
}
.designer, .designer__link {
    line-height: 35px;
    padding: 0;
}
.designer {
    float: right;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.designer__link {
    width: 100%;
    height: 100%;
    background: url(../img/static/designer/icon-minz.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-indent: -9000px;
	color:#fff /*2023*/
}
@media only screen and (min-width:601px) {
    .footer__item__content, .footer__item__content ul {
    text-align: left;
}
.footer__item__content ul li {
    margin: 0 10px;
}
.footer__item__content ul li a {
    padding: 5px 12px;
}
.footer__item__content a {
    line-height: 30px;
}
}@media only screen and (min-width:1100px) {
    .footer__item: nth-child(4) a {
    text-align: left;
    width: auto;
}
}.bx-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -o-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/static/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 0;
    width: 65.69162%;
    margin-left: 34.30455299999999%}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 46px;
    height: 12px;
    outline: 12px;
    line-height: 0;
    font: 0;
    margin: 1px;
    background: rgba(0, 0, 0, .3);
    border: thin solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    /*border: thin solid #00c4ff;*/
	border: thin solid #002D4A;
    /*background: #00c4ff;*/
	background: #002D4A;
	color: #fff
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/static/controls.png) 0 no-repeat #002d4a;
	color: #fff; /*2023*/
    display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
    right: 10px;
}
.bx-wrapper:hover .bx-controls-auto {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.bx-wrapper .bx-next {
    right: -100px;
    background: url(../img/static/controls.png) -45px no-repeat rgba(0, 0, 0, .3);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
    background-color: rgba(0, 0, 0, .7);
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    outline: 0;
    width: 45px;
    height: 90px;
    text-indent: -9999px;
    z-index: 4500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 50%}
.News__list__item__img img, .link {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    outline: 0;
    background: url(../img/static/controls.png) -90px 0 no-repeat;
    margin: 0;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    outline: 0;
    background: url(../img/static/controls.png) -90px -45px no-repeat;
    margin: 0;
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 65.69162%;
    margin-left: 34.30455299999999%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 32%;
    width: 45px;
    height: 45px;
    bottom: 50%;
    margin-bottom: -20px;
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: 9 #666;
    background: rgba(80, 80, 80, .5);
    width: 30%;
    top: 0;
    padding: 20px 0;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 2em;
    padding: 10px;
}
.News {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.News__title {
    width: 100%;
    display: block;
    background: #002D4A;/*#00c4ff;*/
    content: 'Noticias y Eventos';
    z-index: 10;
    text-align: center;
}
.News__title * {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
}
.News__title span {
    display: none;
}
.News__list {
    margin: 0;
    padding: 0;
}
.News__list__item {
    background: #fff;
    display: inline-block;
    margin: 0 auto 10px;
    width: 100%;
    border: thin solid #d3d6db;
}
.News__list__item__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    text-decoration: none;
   /* color: #00c4ff;*/
	 color: #002D4A; /* new */
}
.News__list__item__link:hover {
    color: #000;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News__list__item__link:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.News__list__item__img {
    width: 32.32498%;
    height: 180px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    align-self: stretch;
    background: #000;
}
.News__list__item__img img {
    transition: all ease-out .3s;
    height: 100%;
    width: auto;
    border: none;
    margin-left: -75px;
    outline: 0;
}
.News__list__item__description {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    width: 65.69162%;
    padding: 8px;
    position: relative;
}
.News__list__item__description__title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.News__list__item__description__caption, .News__list__item__description__date {
    font-size: 12px;
    color: rgba(0, 0, 0, .68);
}
.News__list__item__description__date {
    position: absolute;
    bottom: 0;
    left: 5px;
    padding: 5px 0 0;
    border-top: solid thin #d3d6db;
    width: 100%}
.News-modal {
    display: none;
}
@media only screen and (min-width:601px) {
    .News__list__item {
    width: 49%}
}@media only screen and (min-width:901px) {
    .News__list__item {
    width: 32.32498%}
	.News__list__item__description__title {
    font-size: 16px;
	
}
}@media only screen and (min-width:1025px) {
    .News-modal.is-show, .News__title {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.bxslider {
    display: none;
}
.News::before, .bxslider.loaded {
    display: block;
}
.News {
    /*margin-top: 130px;*/
    border: thin solid #d3d6db;
}
.News::before {
    position: absolute;
    top: 69px;
    right: -9px;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #002d4a;
    border-right: solid 0 transparent;
    content: '';
    z-index: 10;
}
.News__title {
    position: absolute;
    width: auto;
    top: 30px;
    right: -10px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all ease-out .3s;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.News-modal__close:hover, .News__title:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News__title * {
    padding: 5px 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.News__title:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News__title span {
    display: inline-block;
}
.News__list__item {
    max-width: 100%;
    width: 100%;
    border: none;
}
.News__list__item__img {
    width: 65.69162%;
    height: auto;
}
.News__list__item__img img {
    height: auto;
    margin-left: 0;
}
.News__list__item__description {
    width: 32.32498%;
    padding: 40px 45px 0;
}
.News__list__item__description__title {
    font-size: 1.2em;
    line-height: 1.4em;
}
.News__list__item__description__caption {
    font-size: 1em;
}
.News__list__item__description__date {
    left: 10px;
    font-size: 14px;
}
.News__list__item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.News-modal {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    display: block;
}
.News-modal.is-show {
    bottom: 0;
    right: 0;
    transition: all ease-out .3s;
    overflow-y: scroll;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.News-modal__close {
    background: #00c4ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 45px;
    margin-right: -500px;
    position: absolute;
    right: 50%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    top: 80px;
    width: 45px;
    z-index: 5000;
}
.News-modal__close::before {
    position: absolute;
    top: 10px;
    left: 10px;
}
.News-modal__close:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News-modal .New__list-all {
    position: relative;
    top: 100px;
    z-index: 3001;
    padding: 10px;
    background: #e9eaed;
    margin: 0 auto 50px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News-modal .New__list-all__item-small {
    width: 49%!important;
    display: inline-block;
    margin: 0 auto 10px;
    border: thin solid #d3d6db;
}
.News-modal .New__list-all__item-small .News__list__item__link {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    color: #002D4A;/*#00c4ff;*/
    text-decoration: none;
    margin: 0;
}
.News-modal .New__list-all__item-small .News__list__item__link:hover {
    color: #000;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
}
.News-modal .New__list-all__item-small .News__list__item__link:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.News-modal .New__list-all__item-small .News__list__item__img {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    background: #000;
    width: 32.32498%;
    height: 180px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.News-modal .New__list-all__item-small .News__list__item__img img {
    border: none;
    height: 100%;
    margin-left: -75px;
    outline: 0;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
    width: auto;
}
.News-modal .New__list-all__item-small .News__list__item__description {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    width: 65.69162%;
    padding: 8px;
    position: relative;
}
.News-modal .New__list-all__item-small .News__list__item__description__title {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.News-modal .New__list-all__item-small .News__list__item__description__caption {
    font-size: 1em;
    color: rgba(0, 0, 0, .68);
}
.News-modal .New__list-all__item-small .News__list__item__description__date {
    border-top: solid thin #d3d6db;
    bottom: 0;
    color: rgba(0, 0, 0, .68);
    font-size: 14px;
    left: 5px;
    padding: 5px 0 0;
    position: absolute;
    width: 100%}
.bx-wrapper.hide {
    height: 0;
}
.bx-clone.is-none {
    display: none;
}
}@media only screen and (min-width:1280px) {
    .News-modal__close {
    margin-right: -620px;
    right: 50%}
}.calendarios, .oferta {
    background: #fff;
    border: thin solid #d3d6db;
    padding: .5em;
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
.calendarios .list, .oferta .list {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%}
.calendarios .list__item, .oferta .list__item {
    margin: 5px 0;
    border-bottom: solid thin #d3d6db;
}
.calendarios .list__item__link, .oferta .list__item__link {
    color: rgba(0, 0, 0, .87);
    display: block;
    line-height: 40px;
    padding: 0 10px;
    border-left: solid 5px #00c4ff;
}
.calendarios .list__item__link:hover, .oferta .list__item__link:hover {
    background: #002d4a;
    color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    border-left: solid 5px #eb672b;
}
@media only screen and (min-width:480px) {
    .oferta .list {
    width: 49.5%}
}.btn {
    text-decoration: none;
    font-weight: 900;
    font-size: .9em;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .68);
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.btn-medium {
    padding: 8px 13px;
}
.btn-big {
    padding: 10px 15px;
    line-height: 1.7em;
}
.btn:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.btn-raised {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    /*background: #00c4ff;*/
	background: #002D4A; /* new */
    color: #fff;
    border: none;
}
.btn-raised:hover {
    background: rgba(0, 196, 255, .8);
    color: #fff;
}
.btn-flat {
   /* color: #00c4ff;*/
   color: #002D4A; /* new */
    border: thin solid rgba(0, 196, 255, .3);
}
.btn-flat:hover {
    background: #fff;
}
.btn-block {
    display: block;
}
.link {
   /* color: #00c4ff;*/
   color: #002D4A; /* new */
    display: inline;
    transition: all ease-out .3s;
    text-decoration: underline;
    font-weight: 600;
}
.Card-Person.academic, .Card-Person.academic .Card__header {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.link-white {
    color: #fff;
}
.link:hover {
    color: #002d4a;
}
[data-content] {
    height: 0;
    overflow: hidden;
}
[data-content].is-open {
    overflow: visible;
    height: auto;
}
[data-show].is-open {
    display: none;
}
[data-show=absotute-rotate] {
    color: rgba(0, 0, 0, .68);
    font-size: .5em;
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 0;
}
[data-show=absotute-rotate].is-open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
}
[data-show=absotute-rotate]:hover {
    color: #00c4ff;
}
.title-section {
    width: 100%;
    border-bottom: solid thin #d3d6db;
    text-align: left;
    position: relative;
    margin: 10px auto;
}
.title-section::after, .title-section::before {
    position: absolute;
    content: '';
    display: block;
    bottom: -2px;
    height: 4px;
    background: #00c4ff;
}
.title-section::before {
    left: 0;
    width: 40px;
}
.title-section::after {
    right: 0;
    width: 10px;
}
.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both;
}
.title-section * {
    color: rgba(0, 0, 0, .87);
    display: inline-block;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: 0;
    padding: 10px 0;
}
.title-section-small {
    margin-top: 0;
}
.title-section-small * {
    font-size: 14px;
}
.title-section__primary-color {
    margin: 0;
    padding: 0;
    /*color: #00c4ff;*/
	color: #002D4A; /* new */
}
.title-section .extra {
    background: #00c4ff;
    color: rgba(0, 0, 0, .68);
    padding: 10px;
    font-size: .8em;
    display: block;
}
.caption, .caption::before {
    font-size: 14px;
}
.subtitle-section {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    margin-top: 10px;
}
.Card__footer__item span, .col-text-center, table.col-1-2-center tbody td:nth-child(1), table.col-1-2-center tbody td:nth-child(2), table.col-1-2-center thead th:nth-child(1), table.col-1-2-center thead th:nth-child(2), table.col-1-center tbody td:nth-child(1), table.col-1-center thead th:nth-child(1), table.col-2-3-center tbody td:nth-child(2), table.col-2-3-center tbody td:nth-child(3), table.col-2-3-center thead th:nth-child(2), table.col-2-3-center thead th:nth-child(3), table.col-2-center tbody td:nth-child(2), table.col-2-center thead th:nth-child(2), table.col-3-center tbody td:nth-child(3), table.col-3-center thead th:nth-child(3), table.col-all-center-1 thead th {
    text-align: center;
}
.subtitle-section * {
    margin: 0;
    color: rgba(0, 0, 0, .68);
    letter-spacing: 1px;
}

/*2023
.subtitle-section h1 {
    font-size: 1.5em;
}*/


.border-gray {
    border: thin solid #d3d6db;
}
.border-top {
    border-top: solid thin #d3d6db;
}
.caption {
    color: rgba(0, 0, 0, .68);
    line-height: 1.5em;
}
.col-sidebar, .col-text {
    padding: 5px;
}
.col-container {
    padding: 10px 0;
}
.List {
    padding: 0;
    margin-top: 0;
}
.List__title {
    background: #e9eaed;
}
.List__title * {
    margin: 0;
    padding: .5em;
    font-weight: 300;
}
.List li {
    margin: 0 auto 10px;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-bottom: solid thin #d3d6db;
}
.List li * {
    margin: 0 0 5px;
}

/*2023*/
.List li h2 {
    font-size: 1em;
}


.Card, .Cards {
    margin-bottom: 10px;
}
.List.List-latin {
    padding-left: 20px;
    list-style: lower-latin;
}
.List.List-order {
    list-style: decimal;
    padding-left: 20px;
}
.List.List-dot {
    list-style: outside;
    padding-left: 20px;
}
.float-right {
    float: right;
}
.padding-small {
    padding: 4px;
}
.display-desktop {
    display: none;
}
@media only screen and (min-width:601px) {
    .display-mobile {
    display: none;
}
.display-desktop {
    display: block;
}
.title-section .extra {
    line-height: 2em;
    display: inline-block;
    float: right;
}
}@media only screen and (min-width:910px) {
    .col-text {
    padding: 10px 25px;
}
.col-sidebar {
    padding: 10px 0;
}
.title-section * {
    line-height: 1em;
}
}@media only screen and (min-width:1025px) {
    .title-section-marginTop {
    margin-top: 130px;
}
}.Cards {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1100px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.Cards.text_left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.Cards.text_left .Card {
    margin-right: .35em;
}
.Card {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    border: thin solid #d3d6db;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.Card__date, .Card__email, .Card__name, .Card__phone, .Card__place {
    font-size: 16px;
    word-wrap: normal;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.2em;
    color: rgba(0, 0, 0, .68);
    padding-left: 3px;
}
.Card__date a, .Card__email a, .Card__name a, .Card__phone a, .Card__place a {
    color: rgba(0, 0, 0, .68);
}
.Card__date span, .Card__email span, .Card__name span, .Card__phone span, .Card__place span {
    display: inline-block;
    font-size: 14px;
    margin: 0 4px 0 0;
    color: rgba(0, 0, 0, .68);
    width: 25px;
    text-align: center;
}
.Card__date span.icon-email, .Card__email span.icon-email, .Card__name span.icon-email, .Card__phone span.icon-email, .Card__place span.icon-email {
    font-size: 10px;
}
.Card__date span.arroba, .Card__email span.arroba, .Card__name span.arroba, .Card__phone span.arroba, .Card__place span.arroba {
    margin-right: 0;
    width: auto;
}
.Card__name {
    color: rgba(0, 0, 0, .87);
    font-size: 1.2em;
}
.Card__email a:hover, .Card__email a:hover .arroba {
    color: #00c4ff;
}
.Card__phone {
    font-weight: 700;
    color: #002d4a;
}
.Card__caption {
    font-size: 14px;
    color: rgba(0, 0, 0, .68);
    padding: 0 5px;
}
.Card__header {
    font-size: 12px;
    color: #fff;
    margin: 0;
    border-left: solid 5px #eb672b;
}
.Card-Data .Card__header__title, .Card-Person.academic .Card__header__title {
    text-transform: none;
    font-size: 16px;
}
.Card__header__title {
    margin: 0;
    letter-spacing: 1px;
    font-size: 12px;
    padding: .5em;
}
.Card__content .Card__name {
    margin: 0 0 10px;
}
.Card__footer {
    border-top: solid thin #e9eaed;
    padding: .2em 0;
}
.Card__footer__item {
    margin: 0;
    color: rgba(0, 0, 0, .68);
    font-size: 16px;
}
.Card__footer__item span {
    font-size: 14px;
    display: inline-block;
    margin: 0 4px 0 0;
    color: rgba(0, 0, 0, .68);
    width: 25px;
}

.Card__picture {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
}


.Card-Person {
    border-bottom: solid 2px #eb672b;
    padding-bottom: 5px;
}
.Card-Person.manager .Card__header {
    background: #002d4a;
}
.Card-Person.assistant .Card__header {
    background: rgba(0, 45, 74, .7);
}
.Card-Person.academic {
    transition: all ease-out .3s;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    border: none;
}
.Card-Person.academic .Card__header {
    background: rgba(0, 45, 74, .7);
    transition: all ease-out .3s;
}
.Card-Image, .Card-Image .Card__title {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.Card-Person.academic:hover {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
}
.Card-Person.academic:hover .Card__header {
    background: #002d4a;
}
.Card-Data {
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
}
.Card-Data.is-open {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.Card-Data .Card__header {
    background: #e9eaed;
    border-color: #002d4a;
}
.Card-Image, .Card-Image-Data .Card__header {
    border: none;
}
.Card-Data .Card__header a {
    color: rgba(0, 0, 0, .87);
}
.Card-Data .Card__header a:hover {
    color: rgba(0, 0, 0, .68);
    text-decoration: underline;
}
.Card-Data .Card__header__title {
    font-weight: 300;
    letter-spacing: 0;
}
.Card-Image {
    transition: all ease-out .3s;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}

/*Change 2023*/
.Card-Image__link {
    -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    transition: all ease-out .1s;
    z-index: 1000;
}


.Card-Image:hover .Card__title {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2), 0 0 25px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2), 0 0 25px 0 rgba(0, 0, 0, .4);
}


/*Change 2023*/
.Card-Image .Card__title {
    background: #fff;
    font-weight: 300;
    margin-left: 5%;
    margin-top: -20px;
    padding: .8em .5em;
    position: relative;
    transition: all ease-out .3s;
    width: 90%;
    z-index: 10;
	color: rgba(0, 0, 0, .87);
}


.Card__image {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
}
.Card-Image-Data {
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
}
.Card-Image-Data .Card__header a {
    color: rgba(0, 0, 0, .87);
}
.Card-Image-Data .Card__header a:hover {
    color: rgba(0, 0, 0, .68);
    text-decoration: underline;
}
.Card-Image-Data .Card__header__title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .87);
}
@media screen and (min-width:1100px) {
    .slider {
    min-height: 360px;
}
.Card-Image {
    overflow: visible;
}
.Card-Image:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    border-color: transparent;
    background: rgba(0, 196, 255, .7);
    z-index: 1000;
}
.Card-Image:hover .Card__image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
}table tbody, table thead {
    border-bottom: solid thin #d3d6db;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 99.05825999999999%}
table.col-all-center-1 thead th:nth-child(1) {
    text-align: left;
}
table.col-all-center-1 tbody td {
    text-align: center;
}
table thead, table.col-all-center-1 tbody td:nth-child(1) {
    text-align: left;
}
table thead:nth-child(1) th {
    padding-top: 0;
}
table thead th {
    padding-top: 25px;
    line-height: 1.5em;
}
table tbody tr:nth-child(2n+1) {
    background: #e9eaed;
}
table tbody tr td {
    line-height: 2em;
}
.StickNav {
    display: none;
}
@media only screen and (min-width:601px) {
    .StickNav {
    display: block;
}
.StickNav.is-fixed {
    position: fixed;
    top: 60px;
	right: 25;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 100px;
    background: #fcfcfc;
}
.StickNav__list {
    padding: 0;
}
.StickNav__list__item {
    display: block;
    margin-bottom: 5px;
}
.StickNav__list__item__link {
    display: block;
    color: rgba(0, 0, 0, .87);
    padding-left: 10px;
    line-height: 30px;
    border-left: solid 3px transparent;
}
.StickNav__list__item__link:hover {
    border-color: #00c4ff;
    color: rgba(0, 0, 0, .68);
}
.StickNav__list__item__link.is-active {
    border-color: #00c4ff;
}
}.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
}
.Mapa {
    margin-bottom: 20px;
    height: 300px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
}
.Mapa__info {
    text-align: center;
}
.Mapa__info h2 {
    font-size: 16px;
}
#map-canvas {
    width: 100%;
    height: 100%}
@media screen and (min-width:910px) {
    .Mapa {
    height: 400px;
}
}@media screen and (min-width:1100px) {
    .Mapa {
    height: 500px;
}
}.image-set a {
    width: 32.32498%;
    margin-bottom: 5px;
    overflow: hidden;
}
.image-set a img {
    width: 100%;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all linear .3s;
}
.image-set a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .5);
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 100%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.lb-loader, .lb-nav {
    position: absolute;
    left: 0;
}
.lb-outerContainer:after {
    display: table;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;
    base64, R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/static/prev.png) left 48% no-repeat;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/static/next.png) right 48% no-repeat;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.lb-container>.nav {
    left: 0;
}
.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%}
.lb-dataContainer:after {
    display: table;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #fff;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@media screen and (min-width:601px) {
    .image-set a {
    width: 15.64166%}
}@media screen and (min-width:1000px) {
    .image-set a {
    width: 7.3%;
    margin: 0;
}
.image-set a:hover {
    overflow: visible;
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4);
}
.image-set a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.lb-nav {
    background: rgba(0, 0, 0, .4);
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 200px;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;
    base64, R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-nav a.lb-prev {
    background: url(../img/static/prev.png) 50% 48% no-repeat;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
    width: 50%}
.lb-nav a.lb-prev:hover {
    background: url(../img/static/prev-black.png) 40% 48% no-repeat #00c4ff;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
}
.lb-nav a.lb-next {
    background: url(../img/static/next.png) 50% 48% no-repeat;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s;
    width: 50%}
.lb-nav a.lb-next:hover {
    background: url(../img/static/next-black.png) 60% 48% no-repeat #00c4ff;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
}
}.Brand__header {
    background: #002d4a;
    min-height: 150px;
    text-align: center;
    padding: 0 40px;
}
.Brand__header__title {
    color: #fff;
    display: inline-block;
    margin: 50px 0;
}
.Brand__header p {
    color: #fff;
}
.Brand__description {
    margin-top: 20px;
}
.Brand__card__figure {
    min-height: 200px;
    border: thin solid #d3d6db;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.Brand__card__title {
    margin: 10px 0;
}
.Brand__card__caption {
    color: rgba(0, 0, 0, .68);
    line-height: 1.5em;
    font-size: 14px;
}
@media only screen and (min-width:1025px) {
    .Brand {
    margin-top: 120px;
}
.Brand__description {
    margin-top: 40px;
}
}



/*-------------------------------2024-------------------------------*/
.refresh-button {
    background-color: #002D4A; /* Color primario */
    color: #ffffff; /* Texto blanco */
    border: none;
	margin-top: 130px;
	margin-bottom: 0px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}
.refresh-button:hover {
    background-color: #00c4ff; 
}
.refresh-button:focus {
    outline: 2px solid #00c4ff; 
    outline-offset: 2px;
}
@media screen and (max-width: 600px) {
    .refresh-button {
        font-size: 12px;
        padding: 8px;
        margin: 10px auto 0px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
    .refresh-button {
        font-size: 14px;
		margin: 10px auto 0px;		
    }
}




/*-------------------------------2024-------------------------------*/
.News2__list, ul, nav ol, nav ul {
    list-style: none;
}
.row2{
    -webkit-align-content: flex-start;
}

.row2, .row2.container {
    max-width: 770px;
}
.News2__list__item__link, .row2 {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
}

.row2 {
    /*display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%}
.row2.container {
    width: 95%}
.row2 {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 0;
}

.row2 {
    /*padding: 15px 0 0;*/
	padding: 0;
    position: relative;
    margin-bottom: 0;
}

.News2__list__item__img {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
}

.News2__list__item__img img{
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}

.News2 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.News2__title {
    /*width: 100%;*/
	width: 0;
    display: block;
    background: #002D4A;
    z-index: 10;
    text-align: center;
}
.News2__title * {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
}
.News2__title span {
   /* display: none;*/
}
.News2__list {
    margin: 0;
    padding: 0;
}
.News2__list__item {
    background: #fff;
    display: inline-block;
    margin: 0 auto 10px;
    width: 100%;
    border: thin solid #d3d6db;
}
.News2__list__item__link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    text-decoration: none;
	color: #002D4A; 
}
.News2__list__item__link:hover {
    color: #000;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
}
.News2__list__item__link:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.News2__list__item__img {
    width: 99%;/*-------------------------------*/
    height: 180px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    align-self: stretch;
    background: #000;
}
.News2__list__item__img img {
    transition: all ease-out .3s;
    height: 100%;
    width: auto;
    border: none;
    margin-left: -75px;
    outline: 0;
}
.News2__list__item__description {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
    width: 1%;
    padding: 8px;
    position: relative;
}
.News2__list__item__description__title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.News2__list__item__description__caption, .News2__list__item__description__date {
    font-size: 12px;
    color: rgba(0, 0, 0, .68);
}
.News2__list__item__description__date {
    position: absolute;
    bottom: 0;
    left: 5px;
    padding: 5px 0 0;
    border-top: solid thin #d3d6db;
    width: 100%}
.News2-modal {
    display: none;
}
@media screen and (max-width: 600px) {
    .News2__list__item {
    width: 100%;
	}
	.News2__list__item__img {
		width: 100%;
	}
	.News2__list__item__img img {
		width: 100%;
		margin-left: 0;
	}
	.News2__list__item__description {
		width: 0%;
		padding:0;
	}
}
@media screen and (min-width: 601px) and (max-width: 900px) {
    .News2__list__item {
    width: 49%/*32.32498%*/
	}
	.News2__list__item__img {
		width: 100%;
	}
	.News2__list__item__img img {
		width: 100%;
		margin-left: 0;
	}
	.News2__list__item__description {
		width: 0%;
		padding:0;
	}
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
    .News2__list__item {
    width: 32.32498%;
	}
	.News2__list__item__img {
		width: 100%;
	}
	.News2__list__item__img img {
		width: 100%;
		margin-left: 0;
	}
	.News2__list__item__description {
		width: 0%;
		padding:0;
	}
}
@media only screen and (min-width:1025px) {
	/*
	.bxslider {
		display: none;
	}
	.News2::before, .bxslider.loaded {
		display: block;
	}*/
	.News2 {
		border: thin solid #d3d6db;
	}
	.News2__list__item {
		width: 100%;
		height: 260px;
	}
	.News2__list__item__img {
		width: 100%;
		height: 260px;
	}
	.News2__list__item__img img {
		width: 100%;
		height: 260px;
		margin-left: 0;
	}
	.News2__list__item:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.bx-wrapper.hide {
		height: 0;
	}
	.bx-clone.is-none {
		display: none;
	}
}@media only screen and (min-width:1280px) {
    .News2-modal__close {
    margin-right: -620px;
    right: 50%}
}
