@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

img, video {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto; }

a {
  color: #181818;
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  margin: 0;
  list-style: none; }

nav li {
  margin: 0; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  line-height: 1.57;
  text-rendering: optimizeLegibility;
  color: #181818; }

button,
input,
select,
optgroup,
textarea {
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.57;
  text-rendering: inherit; }

button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

p, ul, ol, blockquote {
  margin-bottom: 1.57em; }

ul, ol {
  margin-left: 2em; }

li {
  margin-bottom: .2em; }

ul + h2, ul + h3, ul + h4, ol + h2, ol + h3, ol + h4, p + h2, p + h3, p + h4 {
  padding-top: .45em; }

/** 
 * Sticky footer
*/
.page-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.link {
  font-weight: 600;
  text-decoration: underline; }

.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list__title {
    margin-bottom: 0.785em; }
  .list__item {
    padding-left: 1.4em;
    position: relative; }
  .list .list__item:before, .list .list__item:after {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #93353c;
    position: absolute;
    left: 0; }
  .list__item:before {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .list__item:after {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.arriba {
  text-align: right; }
  .arriba a:before, .arriba a:after {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #93353c;
    position: absolute;
    left: 0; }
  .arriba a {
    color: #93353c;
    padding-left: 16px;
    position: relative; }
  .arriba a:before {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arriba a:after {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px; }

.largo_general h2 {
  color: inherit; }

.detallado h2 {
  padding-top: .45em; }

.largo_general ul + h2, .largo_general ul + h3, .largo_general ul + h4, .largo_general ol + h2, .largo_general ol + h3, .largo_general ol + h4, .largo_general p + h2, .largo_general p + h3, .largo_general p + h4, .detallado ul + h2, .detallado ul + h3, .detallado ul + h4, .detallado ol + h2, .detallado ol + h3, .detallado ol + h4, .detallado p + h2, .detallado p + h3, .detallado p + h4 {
  padding-top: 0; }

.largo_general p, .detallado p {
  margin-bottom: 0.785em; }

.entry-video {
  opacity: 0;
  -webkit-animation: fadeVideo .5s forwards;
  animation: fadeVideo .5s forwards; }

@-webkit-keyframes fadeVideo {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeVideo {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tabladetados {
  width: 100%;
  margin-bottom: 32px; }
  @media (min-width: 778px) {
    .tabladetados {
      margin-bottom: 64px; } }
  .tabladetados th {
    padding: 4px 10px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 3px solid #93353c; }
  .tabladetados td {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.57;
  letter-spacing: 0.3px;
  background-color: #ffffff;
  font-size: 16px; }
  @media (min-width: 778px) {
    body {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  color: inherit;
  color: #181818; }

h1 {
  font-size: 28px; }
  @media (min-width: 778px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 28px; }
  @media (min-width: 778px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-size: 28px; }
  @media (min-width: 778px) {
    h3 {
      font-size: 30px; } }

h4, h5, h6 {
  font-size: 24px; }
  @media (min-width: 778px) {
    h4, h5, h6 {
      font-size: 26px; } }

.reset-list {
  margin: 0;
  list-style: none; }

.text-small {
  font-size: 12px; }

/* desktop & mobile*/
.show-in-desktop {
  display: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 778px) {
  .text-right-in-desktop {
    text-align: right; }
  .text-center-in-desktop {
    text-align: center; }
  .show-in-mobile {
    display: none; }
  .show-in-desktop {
    display: block; } }

.space {
  height: 42px; }

.slipt-words {
  margin-left: 10px;
  margin-right: 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #181818;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 2; }

.container {
  width: 100%;
  max-width: 1178px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.full-container {
  padding-right: 15px;
  padding-left: 15px; }

.narrow-container {
  max-width: 824px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.page-wrapper {
  max-width: 1760px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  width: 100%; }
  .page-wrapper--full {
    max-width: none; }

.section {
  padding-top: 42px;
  padding-bottom: 42px; }
  @media (min-width: 778px) {
    .section {
      padding-top: 63px;
      padding-bottom: 63px; } }

.section--news {
  background: -webkit-linear-gradient(top, #c1535c 0%, #fff 260px);
  background: -o-linear-gradient(top, #c1535c 0%, #fff 260px);
  background: linear-gradient(top, #c1535c 0%, #fff 260px); }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

[class*="col-"]:not([class*="form-col-"]), .col {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-right: auto;
  width: 100%; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media all and (min-width: 480px) {
  .col-s-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-s-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-s-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-s-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-s-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-s-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-s-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-s-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-s-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-s-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-s-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-s-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media all and (min-width: 778px) {
  .col-m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media all and (min-width: 1024px) {
  .col-l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media all and (min-width: 1250px) {
  .col-l2-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-l2-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-l2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-l2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-l2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-l2-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-l2-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-l2-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-l2-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-l2-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-l2-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-l2-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media all and (min-width: 1178px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 778px) {
  .col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 778px) {
  .col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.row-v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.col-fixed {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.col-centered {
  margin-left: auto;
  margin-right: auto; }

.col-v-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.top-header {
  font-size: 12px;
  background-color: #5b2125;
  color: #fff;
  font-weight: 300;
  line-height: 30px; }
  .top-header .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.toggle-language {
  margin-left: auto;
  font-size: 11px; }
  .toggle-language a {
    color: #fff; }
    .toggle-language a.is-actived {
      color: #ffffff; }

.logged a {
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase; }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1; }
  @media (min-width: 778px) {
    .main-header {
      min-height: 327px;
      padding: 12px 0;
      background-image: url("../img portal/header-background.jpg");
      background-size: cover;
      background-position: center bottom; } }
  @media (max-width: 777px) {
    .main-header .full-container {
      padding-top: 8px;
      padding-bottom: 8px;
      border-bottom: 1px solid #5b2125; } }
  .main-header--dark {
    background-color: #93353c; }
    .main-header--dark .link-button, .main-header--dark .main-header__title {
      color: #fff; }
  .main-header .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 777px) {
      .main-header .row {
        padding: 0; } }
  .main-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .main-header__wrapper {
        padding-left: 21px; } }
  .main-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: $height-header;*/ }
    @media (max-width: 777px) {
      .main-header__logo {
        padding: 0 21px; } }
  .main-header__navigation {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: auto 0; }
  .main-header__navigation-mobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0 21px 0 6px; }
    .main-header__navigation-mobile a svg {
      fill: rgba(255, 255, 255, 0.8); }
  .main-header__title {
    font-size: 20px;
    display: none;
    line-height: 1;
    margin: auto 0 auto 36px;
    color: #c1535c; }
    @media (min-width: 778px) {
      .main-header__title {
        font-size: 20px; } }
    @media (min-width: 1250px) {
      .main-header__title {
        display: block; } }

.bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (max-width: 777px) {
    .bottom-header {
      background-image: url("../img portal/header-background.jpg");
      background-size: cover;
      background-position: center bottom;
      min-height: 120px; } }
  .bottom-header .header-title {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    margin: 0;
    line-height: 1.025; }
    @media (min-width: 778px) {
      .bottom-header .header-title {
        font-size: 38px; } }
    .bottom-header .header-title-sub {
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 778px) {
        .bottom-header .header-title-sub {
          font-size: 50px; } }

.main-footer {
  font-size: 12px;
  background-color: #ededed;
  padding: 26px 0 38px; }
  @media (max-width: 777px) {
    .main-footer {
      padding: 26px 0; }
      .main-footer .row > [class*="col-"]:not(:last-child) {
        margin-bottom: 12px; } }
  .main-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-footer__logo--svg a {
    width: 100%;
    height: 100%; }
  .main-footer__logo--svg img {
    max-width: 184px;
    max-height: 111px; }

/**
 * Table of contents
 * -----------------------------------------
 *  - Desktop Navigation
 *  - Breadcrumbs
 *  - Mobile Navigation offcanvas
 *  - Menu inside offcanvas
 * 
*/
/** 
 * Desktop navigation
*/
.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.navigation a {
  color: #181818;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 21px 26.25px;
  text-transform: uppercase; }

.navigation .main-button-navigation {
  background-color: #fff;
  color: #93353c; }

/**
 * Breadcrumbs
*/
.breadcrumbs__current, .breadcrumbs a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px; }

.breadcrumbs {
  padding: 1.875rem 0;
  background-color: #ebebec;
  font-size: 12px; }
  .breadcrumbs__current {
    vertical-align: middle; }
  .breadcrumbs a {
    color: #181818; }
  .breadcrumbs__current,
  .breadcrumbs a:not(:first-of-type) {
    padding-left: 21px;
    position: relative; }
    .breadcrumbs__current::before,
    .breadcrumbs a:not(:first-of-type)::before {
      content: "/";
      position: absolute;
      left: 6px;
      color: #181818;
      display: inline-block;
      vertical-align: middle; }
  .breadcrumbs--catalog {
    padding: 0 0 1.875rem;
    background-color: transparent; }

/**
 * Mobile menu offcanvas
*/
.c-offcanvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }

.c-offcanvas.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.c-offcanvas-content-wrap {
  z-index: 3; }

.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

.c-offcanvas--opening {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }

.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: none;
  box-shadow: none; }

.c-offcanvas--overlay {
  z-index: 1080; }

.c-offcanvas--reveal {
  z-index: 2; }

/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible; }

.c-offcanvas-bg.is-closed {
  visibility: hidden; }

.c-offcanvas-bg--closing.is-animating {
  background: transparent; }

/**
 * Position Left
*/
.c-offcanvas--left {
  height: 100%;
  width: 76vw;
  max-width: 310px;
  -webkit-transform: translate3d(-76vw, 0, 0);
  transform: translate3d(-76vw, 0, 0); }

/**
 * Menu inside offcanvas
*/
.mobile-menu {
  padding-top: 42px; }
  .mobile-menu li {
    padding: 10px 0; }
    .mobile-menu li a:not(.button) {
      color: #181818; }
  .mobile-menu ul {
    margin-bottom: 21px; }

.mobile-logged {
  border-top: 1px solid #3e3e3e;
  padding-top: 21px; }
  .mobile-logged a {
    font-size: 12px; }

.label-block {
  display: block;
  padding: .25em 0;
  color: #181818; }

input[type="text"],
input[type="password"],
input[type="search"],
select,
textarea {
  font-size: 16px;
  border: 1px solid #9e9e9e;
  padding: 0 16px;
  height: 44px;
  border-radius: 3px;
  width: 100%;
  color: #181818;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  display: block; }
  @media (min-width: 778px) {
    input[type="text"],
    input[type="password"],
    input[type="search"],
    select,
    textarea {
      font-size: 16px; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  select:focus,
  textarea:focus {
    outline: 0;
    border-color: #333333; }

textarea {
  padding: 10.66667px 16px;
  height: auto;
  min-height: 160px; }

/*
* Layout
*******************************************/
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

[class*="form-col"] {
  margin-bottom: 21px;
  width: 100%; }

.row-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .row-fields > *:not(:last-child) {
    margin-right: 6px; }

@media (min-width: 778px) {
  .form-col-1-2 {
    width: calc(50% - 10px); }
  .form-col-1-3 {
    width: calc(33% - 10px); }
  .form-col-2-3 {
    width: calc(66% - 10px); } }

/**
 * Messages sistema
*/
.error, .ok {
  margin-bottom: 21px;
  padding: 21px;
  background-color: #fff;
  border: 2px solid #181818;
  margin-bottom: 2rem; }
  .error p:last-child, .ok p:last-child {
    margin-bottom: 0; }

.error {
  border-color: #b50b19;
  color: #b50b19; }

.ok {
  border-color: #427607;
  color: #427607; }

.button {
  font-size: 12px;
  background-color: #93353c;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.18) 0 2px 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 44px;
  min-width: 120px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.17) 0 1px;
  text-transform: uppercase;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s; }
  .button:focus, .button:hover {
    background-color: #5b2125;
    outline: 0; }
  .button:active {
    background-color: #5b2125;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.icon-button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  display: inline-block;
  height: 36px;
  width: 36px;
  outline: none; }
  .icon-button--arrow-left {
    background-image: url("../img portal/i-arrow-left.svg"); }
  .icon-button--arrow-right {
    background-image: url("../img portal/i-arrow-right.svg"); }
  .icon-button:disabled {
    opacity: .4; }

.link-button {
  fill: #93353c; }
  .link-button svg {
    margin-right: 6px;
    position: relative;
    top: -2px;
    height: 24px;
    vertical-align: middle; }

.sidebar {
  will-change: min-height;
  margin-bottom: 21px; }
  .sidebar h2 {
    display: none; }
  .sidebar.is-affixed h2 {
    font-size: 20px;
    display: block;
    margin-bottom: 21px; }
    @media (min-width: 778px) {
      .sidebar.is-affixed h2 {
        font-size: 20px; } }
  .sidebar__bottom {
    padding-top: 21px; }

.inner-wrapper-sticky {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform; }
  @media (min-width: 778px) {
    .inner-wrapper-sticky {
      padding: 21px;
      border: 1px solid #fbfbfb;
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 8px 18px -5px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 8px 18px -5px;
      -ms-flex-item-align: start;
      align-self: flex-start; } }

.course-details {
  padding: 0 0 21px; }
  .course-details li {
    padding: .4em 0; }
    .course-details li img {
      vertical-align: middle;
      margin-right: .6em;
      margin-top: -.2em; }

.video-viewer {
  position: relative;
  cursor: pointer;
  margin-bottom: 21px; }
  .video-viewer__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-image: url("../img portal/i-play.svg");
    text-align: center;
    z-index: 2; }
  .video-viewer::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    pointer-events: none;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }
  .video-viewer.is-actived::before {
    opacity: 0; }
  .video-viewer.is-actived .video-viewer__icon {
    display: none; }

/** 
 * Course card
*/
.curso-card {
  display: inline-block; }

.wrap-preview-video {
  height: 100%; }

.curso-card {
  width: 256px;
  max-width: 256px;
  margin-right: 15px;
  height: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  background-color: #fff;
  vertical-align: top;
  text-align: left;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s; }

.curso-card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px; }

.curso-card-header {
  height: 149px;
  background-color: #93353c; }

.curso-card-nom {
  margin-bottom: 21px;
  font-size: 16px;
  color: #181818;
  line-height: 1.25; }
  @media (min-width: 778px) {
    .curso-card-nom {
      font-size: 16px; } }

.curso-card-fam {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: .25em; }

.curso-card-duracion {
  color: #93353c;
  font-weight: 700;
  font-size: 12px; }

.relatedLinks {
  margin-bottom: 25px; }
  @media (min-width: 778px) {
    .relatedLinks {
      margin-bottom: 80px; } }
  .relatedLinks.collapseFormacion .cursos {
    font-size: 20px;
    background-color: #93353c;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 12px 18px 12px 50px;
    margin: 0; }
    @media (min-width: 778px) {
      .relatedLinks.collapseFormacion .cursos {
        font-size: 20px; } }
  .relatedLinks .listcursos {
    padding: 1em 1em 0; }
    .relatedLinks .listcursos .AccordionPanelContent {
      background-color: transparent; }
      .relatedLinks .listcursos .AccordionPanelContent ul li > a {
        font-size: 16px; }
        @media (min-width: 778px) {
          .relatedLinks .listcursos .AccordionPanelContent ul li > a {
            font-size: 16px; } }
        .relatedLinks .listcursos .AccordionPanelContent ul li > a::before {
          content: "";
          width: 4px;
          height: 4px;
          background-color: #93353c;
          border-radius: 50%;
          position: absolute;
          left: -11px;
          top: 10px; }
        .relatedLinks .listcursos .AccordionPanelContent ul li > a::after {
          content: none; }
    .relatedLinks .listcursos .AccordionPanelTab h3 {
      font-size: 16px; }
      @media (min-width: 778px) {
        .relatedLinks .listcursos .AccordionPanelTab h3 {
          font-size: 16px; } }
      .relatedLinks .listcursos .AccordionPanelTab h3::before {
        content: "";
        width: 1px;
        height: 1px;
        border: solid #93353c;
        border-width: 0 3px 3px 0;
        padding: 3px;
        position: absolute;
        left: 14px;
        top: 17px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .relatedLinks .listcursos .AccordionPanelOpen h3 {
      color: #93353c; }
      .relatedLinks .listcursos .AccordionPanelOpen h3:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .relatedLinks .cursodestacado a {
    color: #93353c;
    font-weight: 600; }

@media (max-width: 777px) {
  .relatedLinks .iNavCollapse {
    top: 22px; }
  .relatedLinks .iBurger, .relatedLinks .iBurger:before, .relatedLinks .iBurger:after {
    background: #fff; }
  .relatedLinks .listcursos {
    display: none; } }

@media (min-width: 778px) {
  #navBar {
    max-width: 320px; }
  .relatedLinks.collapseFormacion .cursos {
    padding: 12px 18px;
    text-align: center; } }

.c-offcanvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-offcanvas,
.c-offcanvas-content-wrap,
.c-offcanvas-bg.c-offcanvas-bg--reveal,
.c-offcanvas-bg.c-offcanvas-bg--push {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }

.c-offcanvas.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.c-offcanvas-content-wrap {
  z-index: 3; }

.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

.c-offcanvas--opening {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }

.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: none;
  box-shadow: none; }

.c-offcanvas--overlay {
  z-index: 1080; }

.c-offcanvas--reveal {
  z-index: 2; }

/**
 * Offcanvas BG-Overlay
*/
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

.c-offcanvas-bg.is-animating,
.c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible; }

.c-offcanvas-bg.is-closed {
  visibility: hidden; }

.c-offcanvas-bg--closing.is-animating {
  background: transparent; }

/**
 * Position Left
 *
*/
.c-offcanvas--left {
  height: 100%;
  width: 76vw;
  max-width: 310px;
  -webkit-transform: translate3d(-76vw, 0, 0);
  transform: translate3d(-76vw, 0, 0); }

/*
* Menu
*/
.mobile-menu {
  padding-top: 42px; }
  .mobile-menu li {
    padding: 10.5px 0; }
    .mobile-menu li a:not(.button) {
      color: #181818; }
  .mobile-menu ul {
    margin-bottom: 21px; }
  .mobile-menu .c-button {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    height: 32px;
    width: 32px; }

.mobile-logged {
  border-top: 1px solid #3e3e3e;
  padding-top: 21px; }
  .mobile-logged a {
    font-size: 12px; }

.Accordion--home .AccordionPanel {
  border: none; }

.Accordion--home .AccordionPanelTab h3 {
  font-size: 24px;
  font-weight: 600;
  color: #93353c;
  padding: 12px 0 12px 26px; }
  @media (min-width: 778px) {
    .Accordion--home .AccordionPanelTab h3 {
      font-size: 26px; } }
  .Accordion--home .AccordionPanelTab h3::before {
    left: 2px; }

.Accordion--home .AccordionPanelContent {
  font-size: 16px;
  background-color: transparent;
  padding: 21px 0 0; }
  @media (min-width: 778px) {
    .Accordion--home .AccordionPanelContent {
      font-size: 16px; } }
  .Accordion--home .AccordionPanelContent h4 {
    font-size: 20px;
    font-weight: 400;
    color: #93353c; }
    @media (min-width: 778px) {
      .Accordion--home .AccordionPanelContent h4 {
        font-size: 20px; } }

.presentacion {
  font-size: 28px;
  margin-bottom: 12px; }
  @media (min-width: 778px) {
    .presentacion {
      font-size: 30px; } }

.help-adr {
  background-color: #ededed;
  padding: 1.8rem 2.2rem;
  margin-top: 2.8rem; }
  .help-adr__info {
    width: 100%; }
  .help-adr__logo {
    width: 80%; }
    .help-adr__logo img {
      width: 86%;
      margin: auto;
      height: auto; }
  .help-adr .help-adr__title {
    padding: .2rem 0 0;
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  @media (min-width: 778px) {
    .help-adr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .help-adr__info {
        width: 60%; }
      .help-adr__logo {
        width: 30%;
        padding-top: 3rem; } }

.adr-line {
  margin-bottom: 1.5em;
  height: 4px;
  background-color: #b9dbe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .adr-line__color {
    width: 12.5%;
    height: 100%; }
    .adr-line__color--dark {
      background-color: #74bad6; }
    .adr-line__color--darken {
      background-color: #048dba; }
    .adr-line__color--darkest {
      background-color: #004b84; }

/** 
 * Buscador 
*/
.hero-search {
  background-color: #3e3e3e;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px; }
  @media (min-width: 778px) {
    .hero-search {
      background-image: url("../img portal/header-catalog-desktop-uam.jpg");
      background-size: cover;
      min-height: 250px; } }
  .hero-search h1 {
    font-size: 28px;
    margin-bottom: .4em; }
    @media (min-width: 778px) {
      .hero-search h1 {
        font-size: 30px; } }

.field-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px -3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px -3px;
  position: relative; }
  .field-search input[type="search"] {
    border: 0;
    height: 53px; }
    .field-search input[type="search"]::-webkit-search-cancel-button {
      display: none; }
  .field-search button {
    background: transparent;
    border: 0;
    padding: 0 10px;
    color: #93353c;
    cursor: pointer;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0 3px 3px 0;
    outline: 0; }
    .field-search button svg {
      fill: currentColor; }
    .field-search button:hover, .field-search button:focus {
      background: #5b2125;
      color: #fff; }

/**
 * Copiado desde adrformacion.com
 */
.isDragable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }

.isDragable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.dragging, .dragging * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.row-catalog__family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 21px;
  margin-bottom: 42px; }

.row-catalog__family::after {
  min-width: 10px;
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.row-catalog__family {
  padding-left: 15px; }

@media (min-width: 1178px) {
  .row-catalog__family {
    padding-left: calc((100vw - 1178px) / 2 + 15px / 2); }
  .row-catalog__family::after {
    width: calc((100vw - 1178px) / 2); } }

@media (min-width: 1600px) {
  .row-catalog__family {
    padding-left: 211px + 15px / 2; }
  .row-catalog__family::after {
    width: 211px; } }

.row-catalog__course {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px; }

.curso-card-body {
  padding: 10px 9px; }

@media (min-width: 778px) {
  .row-catalog__course {
    width: 230px; }
  .curso-card-body {
    padding: 11px 13px; }
  .curso-card {
    margin-right: 21px; } }

@media (min-width: 1024px) {
  .row-catalog__course {
    width: 256px; }
  .curso-card-body {
    padding: 21px; } }

/** 
 * Custom catalogo para el portal
*/
.family-course-name {
  font-size: 16px;
  color: #181818; }
  @media (min-width: 778px) {
    .family-course-name {
      font-size: 16px; } }

.family-course-num {
  font-size: 12px;
  padding: 0 10px;
  line-height: 20px;
  background-color: #3e3e3e;
  border-radius: 20px;
  color: #181818;
  margin-left: 10px; }

.header-family-course a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.row-catalog__btns {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }

.header-family {
  margin-bottom: 10px; }

.curso-card-header {
  overflow: hidden; }
  .curso-card-header img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none; }

/** 
 * resultados del buscadro
*/
.wrap-resultado-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wrap-resultado-family .curso-card {
    margin: 0 0 21px 21px;
    width: 250px; }
    .wrap-resultado-family .curso-card a {
      display: block; }

@supports ((display: -ms-grid) or (display: grid)) {
  .wrap-resultado-family {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 0.25fr));
    grid-gap: 21px; }
    .wrap-resultado-family .curso-card {
      margin: 0;
      width: 100%;
      max-width: none; } }

.search-results {
  margin-bottom: 21px; }

/** 
 * Páginación de resultados
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  padding: 21px 0;
  line-height: 20px; }
  .pagination .current, .pagination .disabled, .pagination a {
    padding: 10px 14px; }
  .pagination .disabled {
    opacity: .4; }
  .pagination .current {
    font-weight: 700;
    -webkit-box-shadow: #181818 0 -3px;
    box-shadow: #181818 0 -3px; }
  .pagination a {
    display: block;
    color: #181818; }
  .pagination .pagination-next,
  .pagination .pagination-previous {
    font-size: 12px; }

.inscription-users {
  position: relative;
  margin-bottom: 42px; }
  @media (min-width: 778px) {
    .inscription-users h2 {
      font-size: 24px; } }
  @media (min-width: 778px) and (min-width: 778px) {
    .inscription-users h2 {
      font-size: 26px; } }
  @media (min-width: 778px) {
    .inscription-users > div {
      padding: 21px 0;
      margin-bottom: 21px; }
    .inscription-users::after {
      content: "";
      display: block;
      position: absolute;
      left: 49%;
      height: 100%;
      width: 1px;
      background-color: #c1535c; } }
