html {
  scroll-behavior: smooth;
}
.container,
.container_narrow,
.container_wide {
  width: 100%;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
img.max75 {
  max-width: 75%;
}
img.max66 {
  max-width: 66.666%;
}
img.max50 {
  max-width: 50%;
}
img.slim {
  max-width: 35rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fluidbox__overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
strong {
  font-weight: 700;
}
.big_only {
  display: none;
}
.big_img_holder {
  width: 100%;
}
.big_img_holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.container_slim {
  max-width: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  box-sizing: border-box;
}
.container_slim h1,
.container_slim h2,
.container_slim h3,
.container_slim h4,
.container_slim h5,
.container_slim h6,
.container_slim p,
.container_slim ul,
.container_slim ol,
.container_slim figure,
.container_slim table,
.container_slim blockquote,
.container_slim hr,
.container_slim pre {
  max-width: 100%;
}
.container_slim h3,
.container_slim h4 {
  color: #0067b1;
}
.container_slim h4 {
  margin-bottom: 0.25em;
}
.container_slim table {
  font-size: 14px;
  line-height: 1.5rem;
  margin-top: 3rem;
}
.container_slim table thead th {
  color: #53b7e8;
}
.container_slim table tbody td {
  padding-right: 8px;
}
.container_slim img {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.container_slim figure img {
  max-width: 100%;
  height: auto;
}
.container_slim .float_left,
.container_slim .float_right {
  max-width: 100%;
}
.container_slim .float_left.small,
.container_slim .float_right.small {
  max-width: 100%;
}
.container_slim .float_left.small img,
.container_slim .float_right.small img {
  box-shadow: none;
}
.container_slim .float_left_small,
.container_slim .float_right_small {
  max-width: 100%;
}
.container_slim .float_left_small img,
.container_slim .float_right_small img {
  box-shadow: none;
}
.container_slim .float_left,
.container_slim .float_left_small {
  float: none;
  margin-left: 0;
  padding-right: 0;
}
.container_slim .float_right,
.container_slim .float_right_small {
  float: none;
  margin-right: 0;
  padding-left: 0;
}
.container_slim ul li a,
.container_slim ol li a {
  text-decoration: underline;
  text-decoration-color: #53b7e8;
}
h1,
.h1 {
  font-size: 7.11111111em;
  line-height: 1.125em;
  margin-top: 0.1875em;
  margin-bottom: 0.1875em;
  font-weight: 900;
}
h2,
.h2 {
  font-size: 3.5em;
  font-weight: 900;
  line-height: 4rem;
  color: #c6c6c6;
  letter-spacing: -2.25px;
}
h2 a,
.h2 a {
  transition: color 500ms linear 100ms;
  color: inherit;
  text-decoration: none;
  display: block;
}
h2 a:hover,
.h2 a:hover {
  color: #53b7e8;
}
h2 a:visited,
.h2 a:visited {
  color: inherit;
  text-decoration: none;
}
h2 a:visited:hover,
.h2 a:visited:hover {
  color: #53b7e8;
}
h3,
.h3 {
  font-size: 2em;
  line-height: 2rem;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: 900;
}
h3::after,
.h3::after {
  content: ".";
  color: #53b7e8;
  font-weight: 900;
  padding-left: 8px;
}
h4 {
  font-size: 1em;
  line-height: 1.333333em;
  margin-top: 1.333333em;
  margin-bottom: 0;
  font-weight: 700;
}
h5 {
  font-size: 0.75em;
  line-height: 1.7777777em;
  margin-bottom: 0;
  margin-top: 1.7777777em;
  font-weight: 300;
  text-transform: uppercase;
  color: #919191;
}
.float_right h5:nth-child(1),
.float_left h5:nth-child(1) {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h6 {
  font-size: 0.75em;
  line-height: 1.7777777em;
  margin-bottom: 0;
  margin-top: 1.7777777em;
  font-weight: 700;
}
p a {
  color: inherit;
  text-decoration-color: #53b7e8;
}
p a:hover {
  text-decoration: none;
}
p.small {
  font-size: 0.75em;
  line-height: 1.7777777em;
  margin-bottom: 1.7777777em;
}
p.capital::first-letter {
  font-size: 3em;
  color: #0067b1;
  margin: 0 0.2em 0 -1rem;
  float: left;
  font-weight: 900;
  line-height: 1.5rem;
}
p.bigger,
blockquote p {
  font-size: 1.5em;
  line-height: 2rem;
  font-weight: 100;
}
p.bigger strong,
blockquote p strong {
  font-weight: 300;
}
blockquote {
  padding-left: 3rem;
  border-left: solid 3px #53b7e8;
  margin-top: 2.6666rem;
  margin-bottom: 2.6666rem;
  box-sizing: border-box;
}
blockquote cite {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  color: #0067b1;
}
blockquote cite:before {
  content: "— ";
  color: #f69322;
  font-weight: 300;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.3333rem;
}
article ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.4444rem;
}
article ul li::before {
  content: '';
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  background-image: url('../svg/dot-circle-solid_cyan.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1rem;
}
article ul li a {
  text-decoration: none;
  color: inherit;
}
article ul li a:hover {
  color: #0067b1;
}
article ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
  margin: 0;
  margin-bottom: 1.3333rem;
}
article ol li {
  counter-increment: my-counter;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
article ol li::before {
  content: counter(my-counter) " .";
  color: #53b7e8;
  font-weight: 400;
  font-size: 0.75rem;
  padding-right: 0.75rem;
}
article ol li a {
  text-decoration: none;
  color: inherit;
}
article ol li a:hover {
  color: #0067b1;
}
article.wbm ul li,
article.wbm ol li {
  margin-bottom: 0;
}
nav {
  transition: background-color 500ms linear 100ms;
}
nav:hover {
  background-color: #fff;
}
footer {
  border-top: solid 1px #ccc;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #fff;
}
footer div.content {
  display: block;
}
footer div.content div {
  border-right: none;
  width: 90%;
  margin: auto;
}
footer div.content div.intro {
  border-right: none;
  padding-bottom: 4.5rem;
}
footer div.content div.intro img {
  max-width: 50%;
  height: auto;
}
footer a.social {
  padding-right: 6px;
}
footer a.social:hover i.icon {
  background: #53b7e8;
}
ol.navList {
  list-style: none;
  counter-reset: my-counter;
  margin: 0;
  padding: 0;
  padding-top: 0.6666rem;
  padding-bottom: 0.33333rem;
  text-align: center;
}
ol.navList li {
  counter-increment: my-counter;
  display: inline;
  color: #c6c6c6;
  padding-left: 1.3333rem;
}
ol.navList li a {
  /*
            &::before{
                content: "| ";
                font-weight: 300 !important;
                padding-right: 4px;
            }
            */
  color: #333;
  text-decoration: none;
  border-left: solid 1px #ccc;
  padding-left: 0.5rem;
  line-height: 2em;
  text-transform: uppercase;
  font-size: 0.8em;
}
ol.navList li a:hover {
  color: #f69322;
}
ol.navList li a.current {
  text-decoration: underline;
  text-decoration-color: #53b7e8;
}
ol.navList li.active::before {
  color: #53b7e8;
}
ol.navList li.active a {
  font-weight: 700;
  color: #000;
}
ol.navList li::before {
  content: counter(my-counter, decimal-leading-zero);
  color: #53b7e8;
  color: #000;
  font-weight: 700;
  padding-right: 8px;
  font-size: 0.8em;
}
ol.navList li.icon_item {
  list-style-type: none;
}
ol.navList li.icon_item::before {
  content: none;
}
ol.navList li.icon_item a {
  border-left: none;
}
ul.navList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1.3333rem;
  padding-top: 0.6666rem;
  padding-bottom: 0.6666rem;
  text-align: center;
}
ul.navList li {
  display: inline;
  padding-right: 1em;
  color: #808080;
}
ul.navList li a {
  color: #333;
  text-decoration: none;
}
ul.navList li a.active {
  font-weight: 700;
  color: #53b7e8;
}
ul.navList li a:hover {
  color: #f69322;
}
ul.navList.level2 {
  font-size: 0.75em;
}
ul.navList.level2 li.active a {
  font-weight: 700;
  color: #000;
}
.top24 {
  margin-top: 1.3333em !important;
}
.top48 {
  margin-top: 2.6666em !important;
}
.spaced {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.spaced:last-of-type {
  padding-bottom: 6rem !important;
}
.spaced_half {
  margin-top: 2.6666rem !important;
  margin-bottom: 2.6666rem !important;
}
.inner_section {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.spacedTop {
  padding-top: 4.5rem !important;
}
.spacedBottom {
  padding-bottom: 4.5rem !important;
}
.bg_righe {
  background-image: url("../img/riga2.png");
  background-repeat: repeat;
}
.lineBottom {
  border-bottom: solid 1px #ccc;
}
.blu_rib {
  color: #0067b1 !important;
}
.celeste_rib {
  color: #53b7e8 !important;
}
.gris {
  color: #919191 !important;
}
.gris_50 {
  color: #808080 !important;
}
.nrj {
  color: #f69322 !important;
}
.blanco {
  color: #fff !important;
}
.gris_claro {
  color: #c6c6c6 !important;
}
.bg_celeste {
  background: #53b7e8;
}
.bg_celeste div[class^='grid_'] {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.bg_blu {
  background: #0067b1;
}
.bg_blanco {
  background: #fff;
}
.bg_negro {
  background: #000;
}
.noBorder {
  border: none !important;
}
.noBottom {
  margin-bottom: 0 !important;
}
.noTop {
  margin-top: 0 !important;
}
figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 8px 6px -6px #333;
}
figure img.noShadow {
  box-shadow: none;
}
figure.noShadow img {
  box-shadow: none;
}
figure figcaption {
  font-size: 0.75em;
  line-height: 1.25em;
  text-align: center;
  margin-top: 1.3333em;
  margin-bottom: 1.3333em;
}
aside p {
  font-size: 0.75em;
  line-height: 1.7777777em;
  margin-bottom: 1.3333em;
}
p.link_file {
  font-size: 1rem;
}
a.btn {
  text-decoration: none;
  color: #fff;
  background-color: #919191;
  padding: 0.6666rem;
  text-transform: uppercase;
  font-weight: 100;
  display: inline-block;
  box-shadow: 0 8px 6px -6px #333;
  transition: background-color 500ms linear 100ms;
}
a.btn:hover {
  background-color: #f69322;
}
a.btn.btn_primary {
  background-color: #0067b1;
}
a.btn.btn_primary:hover {
  background-color: #f69322;
}
a.btn.btn_secondary {
  background-color: #53b7e8;
}
a.btn.btn_secondary:hover {
  background-color: #f69322;
}
a.btn.btn_sm {
  font-size: 0.75em;
  padding-top: 8px;
  padding-bottom: 8px;
}
a.btn strong {
  font-weight: 800;
}
a.internal_link,
a.newWindowLink {
  text-decoration: none;
  color: inherit;
  margin-top: 1.3333rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.7777em;
  letter-spacing: -0.05em;
}
a.internal_link i,
a.newWindowLink i {
  background-color: #53b7e8;
  margin-right: 12px;
}
a.internal_link:hover i,
a.newWindowLink:hover i {
  background-color: #f69322;
}
.webinar_title {
  display: grid;
  grid-template-columns: 1fr 4fr 2fr;
  grid-gap: 24px;
}
.webinar_title h5,
.webinar_title h2 {
  grid-column: 2 / span 2;
}
.webinar_title h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.webinar_list {
  margin-top: 1.3333rem;
}
.webinar_list .oneWebinar {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
.webinar_list .oneWebinar div.cuando {
  padding-right: 1.333rem;
  padding-top: 0.6666rem;
  padding-bottom: 0;
  padding-left: 1.5rem;
  text-align: left;
  border-top: solid 1px #ccc;
}
.webinar_list .oneWebinar div.cuando p span.dia {
  font-size: 0.75rem;
  color: #808080;
  display: block;
}
.webinar_list .oneWebinar div.cuando p strong {
  font-size: 1.75rem;
  line-height: 1.333em;
  color: #0067b1;
  display: block;
}
.webinar_list .oneWebinar div.cuando p span.fecha {
  font-size: 1em;
  display: block;
}
.webinar_list .oneWebinar div.cuando p span.hora {
  font-size: 0.75rem;
  color: #808080;
  display: block;
}
.webinar_list .oneWebinar div.cuando p span.mes,
.webinar_list .oneWebinar div.cuando p span.anno {
  display: block;
}
.webinar_list .oneWebinar div.cuando p span.mes {
  color: #53b7e8;
}
.webinar_list .oneWebinar div.que {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.webinar_list .oneWebinar div.que h4 {
  font-size: 1.75rem;
  line-height: 1em;
  margin-top: 0;
  display: block;
  margin-bottom: 1rem;
}
.webinar_list .oneWebinar div.que h4::after {
  content: " .";
  color: #53b7e8;
  font-weight: 900;
}
.webinar_list .oneWebinar div.que p small {
  margin-top: 1.5rem;
  color: #0067b1;
  display: block;
}
.webinar_list .oneWebinar div.do {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.webinar_list .oneWebinar div.do p {
  padding-left: 1.5rem;
  color: #808080;
  font-style: italic;
}
.webinar_list .oneWebinar div.do a.btn {
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
.webinar_list .oneWebinar div.do img {
  box-shadow: 0 8px 6px -6px #333;
  margin-top: 24px;
  border: solid 1px #666;
}
.webinar_list .oneWebinar.past div.cuando {
  border-right: none;
}
.webinar_list .oneWebinar.past div.que {
  grid-column-start: 2;
  grid-column-end: 4;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 1.5rem;
}
.webinar_list .oneWebinar.past div.que p {
  margin-bottom: 0;
  color: #808080;
}
.webinar_list .oneWebinar.past div.que p span {
  color: #53b7e8;
  font-size: 0.8em;
}
.webinar_list .oneWebinar.past div.que p span:after {
  content: "|";
  color: #0067b1;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.webinar_list .oneWebinar.past div.que h4 {
  color: #919191;
}
.webinar_list .oneWebinar.past div.que h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#post_it {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
}
.post_it {
  background-color: #daeffa;
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0 8px 6px -6px #666;
  transform: rotate(-1.5deg);
  transition: transform 500ms linear 100ms;
}
.post_it a {
  text-decoration: none;
}
.post_it a p {
  font-size: 0.85rem;
  color: #666;
}
.post_it a h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #0067b1;
  margin-bottom: 1.5rem;
}
.post_it:hover {
  transform: rotate(0);
}
.post_it h6 {
  color: rgba(0, 0, 0, 0.333);
}
#tips {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
  width: 80%;
  margin: auto;
}
#tips .tip {
  font-size: 0.85em;
  padding: 1.5rem 3rem;
  border-right: solid 1px #ccc;
  transition: background-color 500ms linear 100ms;
}
#tips .tip:hover {
  background-color: #fff;
}
#tips .tip:last-of-type {
  border-right: none;
}
#tips .tip h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #0067b1;
  margin-bottom: 1.5rem;
}
#tips .tip ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
}
#tips .tip ol ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#tips .tip ol ol li {
  text-indent: -2em;
  padding-left: 2em;
  margin-left: 2em;
}
#tips .tip ol ol li:before {
  margin-right: 2em;
}
#tips .tip ol li {
  padding-left: 1em;
  margin-left: 1em;
  text-indent: -1em;
}
#tips .tip ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  color: #53b7e8;
  display: inline-block;
  margin-right: 1em;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead tr th {
  text-align: left;
  font-weight: 700;
  border-bottom: solid 1px #ddd;
}
table tbody tr td {
  border-bottom: 1px solid #ddd;
  padding-top: 0.666rem;
  padding-bottom: 0.666rem;
}
table tbody tr td a {
  text-decoration: none;
  color: inherit;
}
table#centros_oficiales tbody td,
table#centros_oficiales thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
table#centros_oficiales td.contacto {
  vertical-align: top;
}
table#formadores thead th,
table#centros_oficiales thead th {
  font-weight: 300;
  font-size: 0.8rem;
  color: #808080;
}
table#formadores td.pais,
table#centros_oficiales td.pais {
  font-weight: 300;
  color: #0067b1;
}
table#formadores td.provincia,
table#centros_oficiales td.provincia {
  font-weight: 300;
  color: #0067b1;
  vertical-align: top;
  min-width: 20%;
}
table#formadores td a.newWindowLink,
table#centros_oficiales td a.newWindowLink {
  margin-top: 0;
}
table#mejoras thead th:first-child {
  padding-left: 8px;
}
table#mejoras tbody tr:first-child td {
  background-color: rgba(0, 0, 0, 0.05);
}
table#mejoras tbody td img {
  padding-right: 8px;
}
table#mejoras tbody td a:hover {
  color: rgba(0, 0, 0, 0.5);
}
table#mejoras tbody td a:hover img {
  opacity: 0.5;
}
table#mejoras td:first-child {
  color: #919191;
  font-size: 0.75em;
  padding-left: 8px;
}
.single {
  padding-left: 1.3333em;
  padding-right: 1.3333em;
}
.noGap {
  grid-gap: 0 !important;
}
.framed {
  border: solid 1px #ccc;
}
.padded {
  padding: 1.3333rem;
}
.padded_twice {
  padding: 2.66666rem;
}
.padded_first {
  padding-left: 1.3333rem;
  border-right: solid 1px #ccc;
}
.bi_top {
  padding-top: 2.66666rem;
}
.bi_bottom {
  padding-bottom: 2.66666rem;
}
.overWhite {
  transition: background-color 500ms linear 100ms;
}
.overWhite:hover {
  background-color: #fff !important;
}
.product_pannel h6 {
  line-height: 1.25em;
}
.two_solutions_alt {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  box-sizing: border-box;
}
.two_solutions_alt .box_p,
.two_solutions_alt .box_m {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.two_solutions_alt .box_p article {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-right: 0;
}
.two_solutions_alt .box_m article {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  padding-left: 0;
}
.two_solutions {
  display: grid;
  grid-template-columns: 6fr 1fr 6fr;
  grid-gap: 0;
  box-sizing: border-box;
}
.two_solutions .box_presto,
.two_solutions .box_mtwo {
  background: #fff;
  padding: 3.9999rem;
  transition: border 500ms linear 100ms;
  box-shadow: 0 8px 6px -6px #333;
  border: solid 1px #ccc;
}
.two_solutions .box_presto:hover,
.two_solutions .box_mtwo:hover {
  border: solid 1px #fff;
}
.two_solutions .box_presto {
  grid-column: 1 / span 1;
}
.two_solutions .box_mtwo {
  grid-column: 3 / span 1;
}
.big_img {
  height: 18rem;
}
.big_img_2 {
  height: 9rem;
}
.swiper-container {
  width: 100%;
  height: 56.25vw;
  height: auto;
}
.swiper-slide {
  height: 100%;
}
.swiper-slide .container {
  height: 100%;
}
.swiper-slide .grid_by_12 {
  grid-auto-rows: 100%;
}
.swiper-slide h3 {
  color: #0067b1;
}
.swiper-slide .fullH {
  min-height: 100%;
}
hr.dotted {
  border-style: dashed;
  margin: 1.3333rem 0;
}
hr.dotted + a.internal_link {
  margin-top: 0;
}
.noticia,
.webinar,
.noticia_img {
  position: relative;
}
.noticia:last-of-type,
.webinar:last-of-type,
.noticia_img:last-of-type {
  border-bottom: none;
}
.noticia h6,
.webinar h6,
.noticia_img h6 {
  font-weight: 300;
  color: #919191;
  margin-top: 0;
  line-height: 1.5em;
  padding-bottom: 6px;
}
.noticia h4,
.webinar h4,
.noticia_img h4 {
  margin-top: 0;
  color: #0067b1;
  margin-bottom: 1.3333rem;
}
.noticia h4:after,
.webinar h4:after,
.noticia_img h4:after {
  content: ".";
  color: #53b7e8;
  padding-left: 3px;
}
.noticia a,
.webinar a,
.noticia_img a {
  text-decoration: none;
}
.noticia a h4:hover,
.webinar a h4:hover,
.noticia_img a h4:hover {
  color: #53b7e8;
}
.noticia p,
.webinar p,
.noticia_img p {
  margin-bottom: 0;
}
.noticias_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.noticias_grid_full {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
}
.noticias_grid h5,
.noticias_grid_full h5 {
  grid-column: auto / span 1;
}
.noticias_grid .noticia,
.noticias_grid_full .noticia {
  grid-column: auto / span 2;
}
.noticias_grid .noticia_img,
.noticias_grid_full .noticia_img {
  grid-column: auto / span 2;
}
.noticias_grid .noticia,
.noticias_grid_full .noticia,
.noticias_grid .noticia_img,
.noticias_grid_full .noticia_img {
  padding: 1.3333em;
}
.noticias_grid .noticia img,
.noticias_grid_full .noticia img,
.noticias_grid .noticia_img img,
.noticias_grid_full .noticia_img img {
  margin-bottom: 1.333rem;
}
.noticias_grid .noticia a.internal_link img,
.noticias_grid_full .noticia a.internal_link img,
.noticias_grid .noticia_img a.internal_link img,
.noticias_grid_full .noticia_img a.internal_link img,
.noticias_grid .noticia a.newWindowLink img,
.noticias_grid_full .noticia a.newWindowLink img,
.noticias_grid .noticia_img a.newWindowLink img,
.noticias_grid_full .noticia_img a.newWindowLink img {
  vertical-align: middle;
  margin-bottom: 0;
  padding-right: 8px;
}
.noticias_grid .noticia a.internal_link:hover,
.noticias_grid_full .noticia a.internal_link:hover,
.noticias_grid .noticia_img a.internal_link:hover,
.noticias_grid_full .noticia_img a.internal_link:hover,
.noticias_grid .noticia a.newWindowLink:hover,
.noticias_grid_full .noticia a.newWindowLink:hover,
.noticias_grid .noticia_img a.newWindowLink:hover,
.noticias_grid_full .noticia_img a.newWindowLink:hover {
  color: #53b7e8;
}
.noticias_grid .articulo_home,
.noticias_grid_full .articulo_home {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 32px;
}
.noticias_grid .articulo_home .desc,
.noticias_grid_full .articulo_home .desc {
  grid-column: auto / span 2;
}
.noticias_grid .articulo_home .thumb,
.noticias_grid_full .articulo_home .thumb {
  display: none;
}
.noticia .desc,
.noticia .thumb {
  border-right: none;
}
.noticia .desc.desc_alone,
.noticia .thumb.desc_alone {
  grid-column: auto / span 2;
}
.noticia .desc.desc_alone p,
.noticia .thumb.desc_alone p {
  padding-left: 1.5rem;
}
.noticia .desc h4 + a.internal_link {
  margin-top: 0;
}
.noticia a.internal_link:hover img.svg_icon,
.noticia a.newWindowLink:hover img.svg_icon {
  opacity: 0.5;
}
.webinar img {
  margin-bottom: 1.3333rem;
}
.webinar::after {
  width: 1.33333rem;
  top: 0;
}
.webinar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0.4444rem;
}
.webinar ul li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.4444rem;
}
.webinar ul li::before {
  content: '';
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  background-image: url('../svg/dot-circle-solid_cyan.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1rem;
}
#Noticias {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
#Noticias div.cabecera {
  display: grid;
  grid-template-columns: 1fr 11fr ;
  grid-gap: 24px;
}
#Noticias h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #c6c6c6;
  grid-column-start: 2;
  padding-left: 2.5rem;
}
#notasT {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: solid 1px #ccc;
}
#notasT.page {
  background-color: transparent;
}
#notasT div.cabecera {
  display: grid;
  grid-template-columns: 1fr 8fr 3fr ;
  grid-gap: 24px;
}
#notasT div.cabecera h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #c6c6c6;
}
#notasT .unaNota {
  display: grid;
  grid-template-columns: 3fr 6fr 1fr 3fr;
  grid-gap: 24px;
}
#notasT .unaNota img {
  margin-top: 1.3333rem;
}
#notasT .unaNota .desc {
  grid-column: 2 / span 3;
  width: 90%;
}
#notasT .unaNota .desc a {
  text-decoration: none;
  color: inherit;
}
#notasT .unaNota .desc a:hover h4 {
  color: #0067b1;
}
#notasT .unaNota .desc.large {
  grid-column: 2 / span 3;
}
#notasT .unaNota .desc h4 {
  padding-bottom: 0.6666rem;
  padding-top: 0.6666rem;
  font-size: 1rem;
}
#notasT .unaNota .desc h4 span {
  color: #fff;
  font-weight: 700;
  background-color: #cc0000;
  font-size: 0.6666em;
  padding: 2px 6px;
  text-transform: uppercase;
  vertical-align: super;
  margin-left: 0.6666rem;
}
#notasT .unaNota .desc p {
  padding-left: 0.666rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}
#notasT .unaNota .desc h6 {
  font-weight: 300;
  padding-left: 0.666rem;
  color: #919191;
  margin-top: 0.75rem;
}
#notasT .unaNota .files {
  grid-column: 1 / span 4;
  margin-top: 2.75rem;
  border-left: solid 1px #dedede;
  padding-left: 1.5rem;
}
#notasT .unaNota .files img {
  margin-top: 0;
  padding-bottom: 12px;
  display: block;
}
#notasT .unaNota .files p {
  margin-top: 0.6666rem;
  font-size: 0.75rem;
  line-height: 1.5em;
}
#notasT .unaNota .files p a {
  text-decoration: none;
  color: #919191;
}
#notasT .unaNota .files p a:hover {
  text-decoration: underline;
  text-decoration-color: #53b7e8;
}
.ntHome {
  display: grid;
  grid-template-columns: 1fr 8fr;
  grid-gap: 24px;
  padding: 24px;
}
.ntHome a:hover img.svg_icon {
  opacity: 0.5;
}
.artHome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 48px;
}
.artHome .thumb img {
  margin-bottom: 0;
}
.artHome .thumb img.vertical {
  max-width: 66.6%;
}
.artHome .thumb hr.dotted {
  margin-bottom: 0;
}
.artHome hr.dotted + a.internal_link {
  margin-top: 1rem;
}
#Articulos {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
#Articulos div.cabecera {
  display: grid;
  grid-template-columns: 1fr 2fr 9fr ;
  grid-gap: 36px;
}
#Articulos div.cabecera h5,
#Articulos div.cabecera a {
  grid-column: 3 / span 1;
}
#Articulos div.cabecera h2 {
  grid-column: 2 / span 2;
  color: #c6c6c6;
  margin-top: 0;
}
#Articulos div.cabecera h3 {
  grid-column: 3 / span 1;
  color: #0067b1;
}
#Articulos .unArticulo {
  display: grid;
  grid-template-columns: 4fr 3fr 9fr ;
  grid-gap: 36px;
}
#Articulos .unArticulo div.icon_holder {
  border-right: solid 1px #ccc;
  padding-left: 12px;
}
#Articulos .unArticulo div.icon_holder a img {
  max-width: 66.6666%;
  height: auto;
  margin-top: 0.6666rem;
  box-shadow: none;
}
#Articulos .unArticulo div.icon_holder a:first-child img {
  margin-top: 1.3333rem;
}
#Articulos .unArticulo div.icon_holder img + img {
  margin-top: 0.6666rem;
}
#Articulos .unArticulo img {
  margin-top: 1.3333rem;
  box-shadow: 0 8px 6px -6px #333;
  grid-column: 2 / span 3;
  max-width: 90%;
}
#Articulos .unArticulo img.portrait {
  max-width: 75%;
  margin-bottom: 3rem;
}
#Articulos .unArticulo img.landscape {
  margin-bottom: 3rem;
}
#Articulos .unArticulo .desc {
  grid-column: 2 / span 2;
  padding-bottom: 3rem;
  max-width: 90%;
}
#Articulos .unArticulo .desc h4 {
  padding-bottom: 0.6666rem;
  padding-top: 0.6666rem;
  margin-top: 0;
}
#Articulos .unArticulo .desc h4 span {
  color: #fff;
  font-weight: 700;
  background-color: #cc0000;
  font-size: 0.6666em;
  padding: 2px 6px;
  text-transform: uppercase;
  vertical-align: super;
  margin-left: 0.6666rem;
}
#Articulos .unArticulo .desc h4 a {
  color: inherit;
  transition: color 1s;
  text-decoration: none;
}
#Articulos .unArticulo .desc h4 a:hover {
  color: #53b7e8;
}
#Articulos .unArticulo .desc p {
  padding-left: 0.666rem;
}
#Articulos .unArticulo .desc h6 {
  font-weight: 300;
  padding-left: 0.666rem;
  color: #919191;
}
#Articulos .unArticulo .desc h6.autor {
  padding-left: 0;
}
#video_gallery {
  display: block;
  padding-bottom: 4.5rem;
  padding-top: 3rem;
}
#video_gallery h5 {
  grid-column: auto / span 3;
  padding-left: 1.333rem;
}
#video_gallery div.intro {
  grid-column: 1 / span 2;
}
#video_gallery div.intro h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.3333rem;
}
#video_gallery div.intro a.internal_link,
#video_gallery div.intro a.newWindowLink {
  margin-top: 0;
}
#video_gallery div {
  border-right: solid 1px #ccc;
  padding: 1.3333rem;
  margin-top: 1.333rem;
}
#video_gallery div.new img {
  filter: none;
}
#video_gallery div.new:hover {
  color: #333;
}
#video_gallery div a {
  text-decoration: none;
  color: inherit;
}
#video_gallery div a:hover img {
  filter: none;
}
#video_gallery div a img {
  transition: filter 500ms linear 100ms;
  filter: grayscale(100%);
}
#video_gallery div a h4 {
  color: #0067b1;
  margin-bottom: 1.3333rem;
}
#video_gallery div a h4::after {
  content: ".";
  color: #53b7e8;
  font-weight: 900;
  padding-left: 3px;
}
#video_gallery div a h6 {
  font-weight: 300;
}
#video_gallery div a p.nuevo span {
  background-color: #53b7e8;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
  float: left;
  font-size: 0.75em;
}
.libros_grid {
  display: grid;
  grid-template-columns: 1fr 1fr ;
  grid-gap: 36px;
}
.unLibro {
  display: grid;
  grid-template-columns: 1fr 2fr ;
  grid-gap: 36px;
}
.unLibro .desc p em {
  display: block;
  margin-top: 8px;
  color: #53b7e8;
  font-size: 80%;
}
.unLibro .desc p strong {
  color: #0067b1;
}
#Informes div.cabecera {
  display: grid;
  grid-template-columns: 1fr 2fr 9fr ;
  grid-gap: 36px;
}
#Informes div.cabecera h2 {
  grid-column: 2 / span 2;
}
#informes_grid {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 24px;
  row-gap: 32px;
}
#informes_grid h2 {
  grid-column: 1 / span 10;
  color: #666;
  color: #29AAE1;
}
#informes_grid hr {
  grid-column: 1 / span 10;
}
#informes_grid .informe {
  grid-column: auto / span 2;
}
#informes_grid .informe.horizontal {
  grid-column: auto / span 3;
}
#informes_grid .informe a {
  text-decoration: none;
}
#informes_grid .informe a img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 8px 6px -6px #666;
  -moz-box-shadow: 0 8px 6px -6px #666;
  box-shadow: 0 8px 6px -6px #666;
  border: solid 1px #ccc;
}
#informes_grid .informe a:hover img {
  -webkit-box-shadow: 0 12px 6px -6px #666;
  -moz-box-shadow: 0 12px 6px -6px #666;
  box-shadow: 0 12px 6px -6px #666;
  border: solid 1px #666;
}
#informes_grid .informe a:hover p {
  color: #000;
}
#informes_grid .informe p {
  font-size: 0.8em;
  line-height: 1.333em;
  padding-top: 12px;
  padding-left: 8px;
  color: #444;
}
.logo_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 36px;
}
#socios {
  background-color: #fff;
}
#socios .container .holder {
  display: flex;
}
#socios .container .holder .item {
  flex: 1 1 0;
  width: 0;
  align-self: center;
  margin-right: 24px;
}
#socios .container .holder .item img {
  max-width: 100%;
  height: auto;
}
section.list_ui {
  display: grid;
  grid-template-columns: 1fr 8fr 3fr;
  grid-gap: 24px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
section.list_ui .list_tags {
  grid-column: 2 / span 2;
}
section.list_ui .list_tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  font-size: 0.8rem;
}
section.list_ui .list_tags ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 12px;
}
section.list_ui .list_tags ul li a {
  text-decoration: none;
  background-color: #0067b1;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
section.list_ui .list_tags ul li a.cyan {
  background-color: #53b7e8;
}
section.list_ui .list_tags ul li a.active {
  background-color: #ef9226;
}
section.list_ui .list_tags ul li a:hover {
  background-color: #53b7e8;
}
section.list_ui .list_search {
  grid-column: 2 / span 2;
}
section.list_ui .list_search button.btn_sort {
  background-color: #333;
  border: none;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  margin-bottom: 12px;
  cursor: pointer;
}
section.list_ui .list_search button.btn_sort::before {
  content: "\2195";
  padding-right: 8px;
}
section.list_ui .list_search button.btn_sort:hover {
  background-color: #53b7e8;
}
section.list_ui .list_search button.btn_sort.asc::before {
  content: "\2191";
}
section.list_ui .list_search button.btn_sort.desc::before {
  content: "\2193";
}
section.list_ui .list_search input.search_list {
  width: 90%;
  padding: 3px;
  font-size: 0.8rem;
  margin-top: 8px;
}
.grid_by_5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
  grid-gap: 24px;
}
.grid_by_5 .grid_1_of_5,
.grid_by_5 .grid_2_of_5,
.grid_by_5 .grid_3_of_5,
.grid_by_5 .grid_4_of_5 {
  grid-column: auto / span 15;
}
.grid_by_5 .grid_1_of_5 p,
.grid_by_5 .grid_2_of_5 p,
.grid_by_5 .grid_3_of_5 p,
.grid_by_5 .grid_4_of_5 p {
  font-size: 0.75em;
  line-height: 1.7777em;
  margin-top: 2.66666rem;
  margin-bottom: 0;
  padding-right: 18px;
}
.grid_by_5 .grid_1_of_5 h6,
.grid_by_5 .grid_2_of_5 h6,
.grid_by_5 .grid_3_of_5 h6,
.grid_by_5 .grid_4_of_5 h6 {
  padding-right: 24px;
  color: #0067b1;
  margin-top: 0;
}
.grid_by_3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}
.grid_by_3 div.grid_1_of_3,
.grid_by_3 article.grid_1_of_3 {
  grid-column: auto / span 1;
  order: -1;
}
.grid_by_3 div.grid_2_of_3,
.grid_by_3 article.grid_2_of_3 {
  grid-column: auto / span 2;
  order: 0;
}
.grid_by_3 div.grid_3_of_3,
.grid_by_3 article.grid_3_of_3 {
  grid-column: auto / span 3;
  order: 0;
}
.grid_by_12 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
.grid_by_12 div.grid_2_of_12,
.grid_by_12 article.grid_2_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_3_of_12,
.grid_by_12 article.grid_3_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_4_of_12,
.grid_by_12 article.grid_4_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_5_of_12,
.grid_by_12 article.grid_5_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_6_of_12,
.grid_by_12 article.grid_6_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_7_of_12,
.grid_by_12 article.grid_7_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_8_of_12,
.grid_by_12 article.grid_8_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_9_of_12,
.grid_by_12 article.grid_9_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_10_of_12,
.grid_by_12 article.grid_10_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_11_of_12,
.grid_by_12 article.grid_11_of_12 {
  grid-column: auto / span 12;
}
.grid_by_12 div.grid_12_of_12,
.grid_by_12 article.grid_12_of_12 {
  grid-column: auto / span 12;
}
.nav_pannel .grid_by_12 article {
  border-right: solid 1px #ccc;
}
.nav_pannel h5,
.nav_pannel p {
  margin-top: 1.5rem;
  margin-bottom: 1.33333em;
  font-size: 0.7rem;
}
.nav_pannel h5 span,
.nav_pannel p span {
  font-weight: 700;
  color: #333;
  margin-right: 1em;
}
.nav_pannel ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1.5rem;
}
.nav_pannel ul li {
  margin-bottom: 0;
  font-size: 0.75em;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}
.nav_pannel ul li.active {
  font-weight: 700;
}
.nav_pannel ul li.separa {
  text-indent: 0;
  padding-left: 0;
}
.nav_pannel ul li.separa hr {
  border-style: dashed;
}
.nav_pannel ul li:before {
  content: none;
}
.nav_pannel ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nav_pannel ul li a:hover {
  color: #0067b1;
}
.grid_by_2 {
  display: grid;
  grid-template-columns: 1fr 1fr ;
  grid-gap: 48px;
}
.grid_by_2 div,
.grid_by_2 article {
  border-right: solid 1px #ccc;
  padding-right: 2.6666rem;
}
.grid_by_2 div p.top24,
.grid_by_2 article p.top24 {
  margin-top: 2.6666em !important;
}
.grid_by_2 div ul li,
.grid_by_2 article ul li {
  margin-bottom: 0;
}
.grid_by_2 div img,
.grid_by_2 article img {
  margin-top: 1.3333em;
}
.grid_by_2 div.grid_2_of_2,
.grid_by_2 article.grid_2_of_2 {
  grid-column: auto / span 2;
}
.dos_productos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 1.5rem;
}
.dos_productos h5 {
  grid-column: auto / span 2;
  margin-bottom: 3rem;
  margin-left: 24px;
}
.dos_productos img {
  margin-bottom: 3rem;
}
.dos_productos div {
  grid-column: auto / span 2;
  max-width: 90%;
  margin: auto;
}
#superuser {
  /*
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 1.5rem;
    */
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
#superuser h5 {
  margin-bottom: 3rem;
  margin-left: 24px;
}
#superuser div {
  max-width: 90%;
  margin: auto;
}
#superuser img {
  border-radius: 50%;
  filter: grayscale(0%);
  margin-bottom: 1.5rem;
}
#superuser p.cargo {
  color: #0067b1;
  text-transform: uppercase;
}
#superuser p a {
  font-size: 0.75rem;
}
#superuser h3 {
  font-weight: 100;
  margin-bottom: 1.5rem;
  color: #919191;
}
#superuser h3 strong {
  font-weight: 700;
  color: #000;
}
.equipo {
  /*
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 1.5rem;
    */
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.equipo h5 {
  margin-bottom: 3rem;
  margin-left: 24px;
}
.equipo div {
  max-width: 90%;
  margin: auto;
}
.equipo img {
  border-radius: 50%;
  filter: grayscale(100%);
  margin-bottom: 1.5rem;
}
.equipo p.cargo {
  color: #0067b1;
  text-transform: uppercase;
}
.equipo p a {
  font-size: 0.75rem;
}
.equipo h3 {
  font-weight: 100;
  margin-bottom: 1.5rem;
  color: #919191;
}
.equipo h3 strong {
  font-weight: 700;
  color: #000;
}
.contactos {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}
.contactos h5 {
  grid-column: auto / span 4;
  margin-left: 24px;
  margin-bottom: 1.5rem;
}
.contactos p a {
  font-size: 0.75rem;
}
.contactos div {
  width: 90%;
  margin: auto;
}
#goUp {
  position: fixed;
  bottom: 32px;
  right: 32px;
  padding: 8px;
  background-color: #919191;
  border-radius: 50%;
  z-index: 100;
  transition: background-color 2s;
  -webkit-box-shadow: 0 8px 8px -8px black;
  -moz-box-shadow: 0 8px 8px -8px black;
  box-shadow: 0 8px 8px -8px black;
}
#goUp a {
  color: #fff;
}
#goUp:hover {
  background-color: #f69322;
}
#goUp img,
#goUp svg {
  width: 32px;
  height: 32px;
}
#lupa {
  position: absolute;
  right: 1.333rem;
  top: 12px;
}
#lupa a i {
  background-color: #fff;
}
#search_pan {
  min-height: 2.6666rem;
  height: 5.2rem;
  background-color: #c6c6c6;
  display: none;
}
#search_pan #site-search,
#search_pan #q {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 4px;
  margin-top: 6px;
  margin-top: 1.95rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}
#search_pan #site-search::placeholder,
#search_pan #q::placeholder {
  color: #fff;
  font-style: italic;
}
#black_bar,
#black_bar_edit {
  background: #808080;
  background: #0067b1;
  font-size: 0.8em;
  font-weight: 300;
  min-height: 48px;
}
#black_bar div,
#black_bar_edit div {
  display: grid;
  grid-template-columns: 1fr ;
  grid-gap: 8px;
  padding-top: 12px;
  padding-bottom: 24px;
  padding-right: 24px;
}
#black_bar div a,
#black_bar_edit div a {
  transition: color 500ms linear 100ms;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6666);
  text-align: right;
}
#black_bar div a.rib_logo,
#black_bar_edit div a.rib_logo {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
  padding-left: 12px;
}
#black_bar div a.rib_logo span,
#black_bar_edit div a.rib_logo span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
#black_bar div a .icon,
#black_bar_edit div a .icon {
  background-color: #fff;
  margin-left: 2px;
  transition: background-color 500ms linear 100ms;
}
#black_bar div a:hover,
#black_bar_edit div a:hover {
  color: #ffffff;
}
#black_bar div a:hover .icon,
#black_bar_edit div a:hover .icon {
  background-color: rgba(255, 255, 255, 0.6666);
}
.grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  grid-gap: 0px;
}
.grid_container .grid_1,
.grid_container .grid_2,
.grid_container .grid_3 {
  border-right: solid 1px #ccc;
  padding-left: 1.3333em;
  padding-right: 1.3333em;
  transition: background-color 500ms linear 100ms;
}
.grid_container .grid_1:hover,
.grid_container .grid_2:hover,
.grid_container .grid_3:hover {
  background-color: #fff;
}
.grid_container .grid_1.noHover:hover,
.grid_container .grid_2.noHover:hover,
.grid_container .grid_3.noHover:hover {
  background-color: transparent;
}
.grid_container .grid_1 {
  grid-column: auto / span 1;
}
.grid_container .grid_2 {
  grid-column: auto / span 2;
}
.grid_container .grid_3 {
  grid-column: auto / span 3;
  padding-right: 2.6666em;
}
.svg_icon {
  width: 64px;
  height: auto;
}
.svg_icon.size_mini {
  width: 18px;
}
.svg_icon.size_regular {
  width: 24px;
}
.svg_icon.size_small {
  width: 32px;
}
.svg_icon.size_medium {
  width: 48px;
}
.svg_icon.size_2x {
  width: 96px;
}
.svg_icon.size_3x {
  width: 128px;
}
@media only screen and (min-width: 576px) {
  .container,
  .container_narrow {
    width: 540px;
    margin: auto;
  }
  .swiper-container {
    height: 324px;
  }
}
@media only screen and (min-width: 768px) {
  .big_only {
    display: inline;
  }
  #notasT .unaNota {
    grid-template-columns: 1fr 8fr 1fr 3fr;
  }
  #notasT .unaNota .desc {
    width: 100%;
    grid-column: 2 / span 1;
  }
  #notasT .unaNota .desc.large {
    grid-column: 2 / span 3;
  }
  #notasT .unaNota .files {
    grid-column: 4 / span 1;
  }
  #Articulos .unArticulo {
    display: grid;
    grid-template-columns: 1fr 3fr 9fr ;
    grid-gap: 36px;
  }
  #Articulos .unArticulo div.icon_holder {
    padding-left: 0;
  }
  #Articulos .unArticulo img {
    grid-column: 2 / span 1;
    max-width: 100%;
  }
  #Articulos .unArticulo .desc {
    grid-column: 3 / span 1;
    max-width: 100%;
  }
  .dos_productos {
    grid-column-gap: 96px;
  }
  .dos_productos h5 {
    margin-left: 0;
  }
  .dos_productos div {
    grid-column: auto / span 1;
    max-width: 100%;
    margin: 0;
  }
  .contactos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 1.5rem;
  }
  .contactos h5 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .contactos div {
    width: 100%;
    margin: 0;
  }
#superuser {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 1.5rem;
  }
  #superuser h5 {
    grid-column: auto / span 3;
    margin-left: 0;
  }
  #superuser div {
    max-width: 100%;
    margin: 0;
  }
  .equipo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 1.5rem;
  }
  .equipo h5 {
    grid-column: auto / span 3;
    margin-left: 0;
  }
  .equipo div {
    max-width: 100%;
    margin: 0;
  }
  .container {
    width: 720px;
  }
  .swiper-container {
    height: 405px;
  }
  .container_slim {
    max-width: 52.5rem;
    margin-left: 3em;
    margin-right: 3em;
    box-sizing: border-box;
  }
  .container_slim h1,
  .container_slim h2,
  .container_slim h3,
  .container_slim h4,
  .container_slim h5,
  .container_slim h6,
  .container_slim p,
  .container_slim ul,
  .container_slim ol,
  .container_slim figure,
  .container_slim table,
  .container_slim blockquote,
  .container_slim hr {
    max-width: 35rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container_slim img {
    display: flex;
    align-items: center;
    max-width: 35rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container_slim a.internal_link {
    display: block;
  }
  .container_slim a.internal_link img {
    display: inline;
    margin: auto !important;
    padding-right: 8px;
  }
  .container_slim .float_left,
  .container_slim .float_right {
    width: 17.5rem;
  }
  .container_slim .float_left.small,
  .container_slim .float_right.small {
    width: 8.75rem;
  }
  .container_slim .float_left_small,
  .container_slim .float_right_small {
    width: 8.75rem;
  }
  .container_slim .float_left,
  .container_slim .float_left_small {
    float: left;
    margin-left: 0;
    padding-right: 2.6666em;
  }
  .container_slim .float_right,
  .container_slim .float_right_small {
    float: right;
    margin-right: 0;
    padding-left: 2.6666em;
  }
  .container_wide {
    width: 75%;
    margin: auto;
  }
  .two_solutions_alt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .two_solutions_alt .box_p,
  .two_solutions_alt .box_m {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .two_solutions_alt .box_p {
    border-right: solid 1px #ccc;
  }
  .two_solutions_alt .box_p article {
    margin-left: auto;
    margin-right: 0;
    width: 50%;
    padding-right: 4.5rem;
  }
  .two_solutions_alt .box_m article {
    margin-right: auto;
    margin-left: 0;
    width: 50%;
    padding-left: 4.5rem;
  }
  .grid_by_3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
  }
  .grid_by_3 div.grid_1_of_3,
  .grid_by_3 article.grid_1_of_3 {
    grid-column: auto / span 1;
    order: 0;
  }
  .grid_by_3 div.grid_2_of_3,
  .grid_by_3 article.grid_2_of_3 {
    grid-column: auto / span 2;
    order: 0;
  }
  .grid_by_3 div.grid_3_of_3,
  .grid_by_3 article.grid_3_of_3 {
    grid-column: auto / span 3;
    order: 0;
  }
  .noticias_grid {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-gap: 0;
  }
  .noticias_grid h5,
  .noticias_grid_full h5,
  .noticias_grid h2,
  .noticias_grid_full h2 {
    grid-column: auto / span 2;
  }
  .noticias_grid .noticia,
  .noticias_grid_full .noticia {
    grid-column: auto / span 2;
  }
  .noticias_grid .noticia_img,
  .noticias_grid_full .noticia_img {
    grid-column: auto / span 1;
  }
  footer div.content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
  }
  footer div.content div {
    border-right: solid 1px #ccc;
    width: auto;
    margin: 0;
  }
  footer div.content div.intro {
    grid-column: 1 / span 2;
    border-right: none;
    padding-bottom: 4.5rem;
  }
  footer div.content div.intro img {
    max-width: 50%;
    height: auto;
  }
  .grid_by_12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
  }
  .grid_by_12 div.grid_2_of_12,
  .grid_by_12 article.grid_2_of_12 {
    grid-column: auto / span 2;
  }
  .grid_by_12 div.grid_3_of_12,
  .grid_by_12 article.grid_3_of_12 {
    grid-column: auto / span 3;
  }
  .grid_by_12 div.grid_4_of_12,
  .grid_by_12 article.grid_4_of_12 {
    grid-column: auto / span 4;
  }
  .grid_by_12 div.grid_5_of_12,
  .grid_by_12 article.grid_5_of_12 {
    grid-column: auto / span 5;
  }
  .grid_by_12 div.grid_6_of_12,
  .grid_by_12 article.grid_6_of_12 {
    grid-column: auto / span 6;
  }
  .grid_by_12 div.grid_7_of_12,
  .grid_by_12 article.grid_7_of_12 {
    grid-column: auto / span 7;
  }
  .grid_by_12 div.grid_8_of_12,
  .grid_by_12 article.grid_8_of_12 {
    grid-column: auto / span 8;
  }
  .grid_by_12 div.grid_9_of_12,
  .grid_by_12 article.grid_9_of_12 {
    grid-column: auto / span 9;
  }
  .grid_by_12 div.grid_10_of_12,
  .grid_by_12 article.grid_10_of_12 {
    grid-column: auto / span 10;
  }
  .grid_by_12 div.grid_11_of_12,
  .grid_by_12 article.grid_11_of_12 {
    grid-column: auto / span 11;
  }
  .grid_by_12 div.grid_12_of_12,
  .grid_by_12 article.grid_12_of_12 {
    grid-column: auto / span 12;
  }
  .padded_first {
    padding-left: 1.3333rem;
  }
  #video_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-gap: 0;
  }
  #black_bar div {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr ;
    grid-gap: 24px;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-right: 0;
  }
  #black_bar div a.rib_logo {
    padding-left: 0;
  }
  .grid_by_5 .grid_1_of_5,
  .grid_by_5 .grid_2_of_5,
  .grid_by_5 .grid_3_of_5,
  .grid_by_5 .grid_4_of_5 {
    border-right: solid 1px #ccc;
  }
  .grid_by_5 .grid_1_of_5 {
    grid-column: auto / span 1;
  }
  .grid_by_5 .grid_2_of_5 {
    grid-column: auto / span 2;
  }
  .grid_by_5 .grid_3_of_5 {
    grid-column: auto / span 3;
  }
  .grid_by_5 .grid_4_of_5 {
    grid-column: auto / span 4;
  }
  .webinar_list {
    margin-top: 1.3333rem;
  }
  .webinar_list .oneWebinar {
    grid-template-columns: 1fr 4fr 2fr;
    grid-gap: 24px;
  }
  .webinar_list .oneWebinar div.cuando {
    border-right: solid 1px #ccc;
    border-top: none !important;
    padding-top: 0.6666rem;
    padding-bottom: 3.5rem;
    padding-right: 1.333rem;
    padding-left: 0;
    text-align: right;
  }
  .webinar_list .oneWebinar div.que {
    padding-top: 0.6666rem;
    padding-bottom: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .webinar_list .oneWebinar div.do {
    margin-top: 3.5rem;
    margin-left: 24px;
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .webinar_list .oneWebinar.past div.cuando {
    border-right: dotted 1px #ccc;
  }
  .webinar_list .oneWebinar.past div.que {
    padding-left: 0;
    padding-right: 0;
  }
  #black_bar_edit div {
    display: grid;
    grid-template-columns: 3fr 3fr ;
    grid-gap: 24px;
    padding-bottom: 8px;
  }
  .nav_pannel h5,
  .nav_pannel p {
    margin-top: 0;
  }
  section.list_ui .list_tags {
    grid-column: 2 / span 1;
  }
  section.list_ui .list_search {
    grid-column: 3 / span 1;
  }
  section.list_ui .list_search input.search_list {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .container_narrow {
    width: 720px;
  }
  .container_slim {
    width: 960px;
    padding-left: 1.3333em;
    padding-right: 1.3333em;
  }
  .swiper-container {
    height: 540px;
  }
  .container_slim {
    max-width: 52.5rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .container_slim h1,
  .container_slim h2,
  .container_slim h3,
  .container_slim h4,
  .container_slim h5,
  .container_slim h6,
  .container_slim p,
  .container_slim ul,
  .container_slim ol,
  .container_slim figure,
  .container_slim table,
  .container_slim blockquote,
  .container_slim hr {
    max-width: 35rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container_slim img {
    display: flex;
    align-items: center;
    max-width: 35rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container_slim .float_left,
  .container_slim .float_right {
    max-width: 17.5rem;
  }
  .container_slim .float_left.small,
  .container_slim .float_right.small {
    max-width: 8.75rem;
  }
  .container_slim .float_left_small,
  .container_slim .float_right_small {
    max-width: 8.75rem;
  }
  .container_slim .float_left,
  .container_slim .float_left_small {
    float: left;
    margin-left: 0;
    padding-right: 2.6666em;
  }
  .container_slim .float_right,
  .container_slim .float_right_small {
    float: right;
    margin-right: 0;
    padding-left: 2.6666em;
  }
  .container_slim section.tercios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .container_slim section.tercios div {
    grid-column: auto / span 1;
  }
  .container_slim section.tercios div h1,
  .container_slim section.tercios div h2,
  .container_slim section.tercios div h3,
  .container_slim section.tercios div h4,
  .container_slim section.tercios div h5,
  .container_slim section.tercios div h6,
  .container_slim section.tercios div p,
  .container_slim section.tercios div ul,
  .container_slim section.tercios div ol,
  .container_slim section.tercios div figure,
  .container_slim section.tercios div table,
  .container_slim section.tercios div blockquote,
  .container_slim section.tercios div hr {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container_slim section.mitades {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
  }
  .container_slim section.mitades div {
    grid-column: auto / span 1;
  }
  .container_slim section.mitades div h1,
  .container_slim section.mitades div h2,
  .container_slim section.mitades div h3,
  .container_slim section.mitades div h4,
  .container_slim section.mitades div h5,
  .container_slim section.mitades div h6,
  .container_slim section.mitades div p,
  .container_slim section.mitades div ul,
  .container_slim section.mitades div ol,
  .container_slim section.mitades div figure,
  .container_slim section.mitades div table,
  .container_slim section.mitades div blockquote,
  .container_slim section.mitades div hr {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container_slim section.cuartos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .container_slim section.cuartos div {
    grid-column: auto / span 1;
  }
  .container_slim section.cuartos div h1,
  .container_slim section.cuartos div h2,
  .container_slim section.cuartos div h3,
  .container_slim section.cuartos div h4,
  .container_slim section.cuartos div h5,
  .container_slim section.cuartos div h6,
  .container_slim section.cuartos div p,
  .container_slim section.cuartos div ul,
  .container_slim section.cuartos div ol,
  .container_slim section.cuartos div figure,
  .container_slim section.cuartos div table,
  .container_slim section.cuartos div blockquote,
  .container_slim section.cuartos div hr {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container_slim section.quintos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 48px;
  }
  .container_slim section.quintos div {
    grid-column: auto / span 1;
  }
  .container_slim section.quintos div h1,
  .container_slim section.quintos div h2,
  .container_slim section.quintos div h3,
  .container_slim section.quintos div h4,
  .container_slim section.quintos div h5,
  .container_slim section.quintos div h6,
  .container_slim section.quintos div p,
  .container_slim section.quintos div ul,
  .container_slim section.quintos div ol,
  .container_slim section.quintos div figure,
  .container_slim section.quintos div table,
  .container_slim section.quintos div blockquote,
  .container_slim section.quintos div hr {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container_slim section.tercios div img,
  .container_slim section.midates div img,
  .container_slim section.cuartos div img,
  .container_slim section.quintos div img {
    max-width: 100%;
    height: auto;
  }
  .noticias_grid .articulo_home,
  .noticias_grid_full .articulo_home {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 32px;
  }
  .noticias_grid .articulo_home .desc,
  .noticias_grid_full .articulo_home .desc {
    grid-column: auto / span 1;
  }
  .noticias_grid .articulo_home .thumb,
  .noticias_grid_full .articulo_home .thumb {
    display: block;
    grid-column: auto / span 1;
  }
  .noticias_grid .articulo_home .thumb img,
  .noticias_grid_full .articulo_home .thumb img {
    border: solid 1px #999;
    box-shadow: 0 8px 6px -6px #333;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  footer,
  nav {
    display: none !important;
  }
  #black_bar {
    display: none !important;
  }
  .lineBottom {
    border: none;
  }
  .container_slim {
    max-width: 18cm;
    margin: auto;
  }
}
