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,btn-modulares,
dl, dt, dd, ul, ol,
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: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

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

body {
  font-family: sans-serif;
  font-size: 15px; }
  body.menu-active {
    overflow: hidden; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .img-holder.img-full {
    padding-bottom: 100%; }
  .img-holder.img-std {
    padding-bottom: 75%; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-1 {
  flex: 1; }

.full-height {
  position: relative;
  height: 100%;
  padding-bottom: 0; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

.filter-white {
  filter: brightness(0) invert(1); }

.cke_editable {
  padding: 30px; }

.relative {
  position: relative; }

.row-grid {
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.img-fluid {
  width: 100%; }

.wrapper {
  position: relative; }

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

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

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

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

input {
  font: inherit; }

.form-control, button {
  background: none;
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit; }
  .form-control::placeholder, button::placeholder {
    color: inherit; }

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }

button {
  transition: .3s; }

strong, b {
  font-weight: bold; }

@font-face {
  font-family: 'Averta';
  src: url("../fonts/Averta-Bold.woff2") format("woff2"), url("../fonts/Averta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Averta';
  src: url("../fonts/Averta-Regular.woff2") format("woff2"), url("../fonts/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.cke_editable > *:not(:first-child) {
  margin-top: 1em; }

.container {
  max-width: 1366px; }

body {
  font-family: Averta, sans-serif;
  font-size: 15px;
  font-weight: normal;
  background: #fff; }
  body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important; }

main {
  position: relative; }

.header {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 8px 0;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  /*.header.fixed {
    padding: 15px 0;
    transform: translateY(-1px); }
    .header.fixed .logo {
      max-height: 40px; }
    .header.fixed .search-bar {
      margin-top: 15px; }
    .header.fixed .nav .dropdown-menu > .row {
      margin-top: 15px; }*/
  .header > .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.logo-container {
  margin-right: auto; }

.btn-menu {
  display: none; }

.btn-icon {
  background: #2a65c3;
  color: #fff;
  padding: .5em 1em;
  border-radius: .5em; }
  .btn-icon + * {
    margin-left: 1em; }

.logo {
  height: 20%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }

.nav {
  margin: auto; }
  .nav > ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .nav > ul > li {
      margin: 0 .5em; }
      .nav > ul > li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #6bddef;
        width: 0;
        transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
      .nav > ul > li > a {
        text-transform: uppercase;
        color: #000;
        display: block;
        padding: .5em;
        text-align: center;
        position: relative;
        font-weight: bold; }
      .nav > ul > li:hover > a::before, .nav > ul > li.hover-active > a::before {
        width: 100%; }
  .nav .dropdown.active .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
  .nav .dropdown a:not(.main-link):hover {
    color: #bc0346; }
  .nav .dropdown-submenu {
    display: none; }
    .nav .dropdown-submenu > ul {
      max-height: 300px;
      overflow: auto;
      padding: .5em 1em;
      background: rgba(0, 0, 0, 0.025);
      margin-top: .5em; }
      .nav .dropdown-submenu > ul::-webkit-scrollbar {
        width: 4px; }
      .nav .dropdown-submenu > ul::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.25); }
      .nav .dropdown-submenu > ul::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.75); }
      .nav .dropdown-submenu > ul::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5); }
      .nav .dropdown-submenu > ul > li {
        margin-top: .5em; }
        .nav .dropdown-submenu > ul > li:first-child {
          margin-top: 0 !important; }
  .nav .has-submenu {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer; }
  .nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    top: 40px;
    transform: translateY(100px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
    visibility: hidden;
    line-height: 1.25; }
    .nav .dropdown-menu > .row {
      padding: 15px;
      background: #2a65c3;
      color: #fff;
      margin-top: 45px; }
      .nav .dropdown-menu > .row > * {
        padding-bottom: 30px; }
    .nav .dropdown-menu .main-link {
      font-weight: bold;
      text-transform: uppercase; }
      .nav .dropdown-menu .main-link + ul li {
        margin-top: .5em;
        padding-top: .5em; }
        .nav .dropdown-menu .main-link + ul li:not(:first-child) {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }

.search-bar, .user-bar {
  padding: 15px;
  background: #eee;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  visibility: hidden;
  margin-top: 30px; }
  .search-bar.active, .user-bar.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    visibility: visible; }
  .search-bar ul li, .user-bar ul li {
    margin-top: .5em; }
  .search-bar ul a:hover, .user-bar ul a:hover {
    color: #0300a6; }

.table-responsive {
  overflow-x: auto; }
  .table-responsive:not(:first-child) {
    margin-top: 30px; }

.table {
  white-space: nowrap; }
  .table tbody tr:not(:first-child) {
    border-top: 1px solid #eee; }
  .table.table-inline td:first-child {
    font-weight: bold; }
  .table td, .table th {
    padding: .5em 0 .5em 1em; }
    .table td:first-child, .table th:first-child {
      padding-left: 0; }
  .table thead {
    font-weight: bold; }
    .table thead tr {
      border-bottom: 1px solid #0300a6; }
      .table thead tr th {
        text-align: left; }

.home-slider .owl-nav {
  position: absolute;
  bottom: 60px;
  right: 60px;
  font-size: 3em;
  display: flex; }
  .home-slider .owl-nav button {
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .home-slider .owl-nav button i {
      width: 1em;
      text-align: center;
      color: #fff;
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .home-slider .owl-nav button.disabled {
      opacity: 0; }
    .home-slider .owl-nav button:hover i, .home-slider .owl-nav button.active i {
      color: #f8a404; }
.home-slider .item {
  min-height: calc(100vh - 120px); }
  .home-slider .item .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px; }
  .home-slider .item .inner-container {
    font-size: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .home-slider .item .inner-container.animated {
      opacity: 1;
      visibility: visible; }
    .home-slider .item .inner-container p {
      background: #f8a404;
      color: #0300a6;
      padding: .25em 1em; }
      .home-slider .item .inner-container p:not(:first-child) {
        background: rgba(248, 164, 4, 0.75); }
      .home-slider .item .inner-container p b, .home-slider .item .inner-container p strong {
        color: #fff; }

.content-html {
  line-height: 1.5; }
  .content-html > *:not(:first-child) {
    margin-top: 1em; }
     

section {
  padding: 20px 0;
  position: relative; }

.principal {
  background: #ececec; }
  .principal .content-html {
    margin-bottom: 30px; }
  .principal .img-holder {
    padding-bottom: 75%; }
  /* .principal .inner-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    text-align: center; 
  }
   .principal .inner-container .btn {
      text-transform: none;
      font-size: medium;
      background: #fff; }*/
      
      /* a partir de aqui cambio de principal para que sea igual a cursos*/
    .principal .inner-container {
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  transition: .3s all ease-in-out; }
  .principal .inner-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); }
.principal .content-container {
  padding: 20px; }
  .principal .content-container + .content-container {
    border-top: 1px solid #e2e2e2; 
       text-align: center;
  justify-content: center;
  }
    
    .principal .content-container + .content-container .btn {
      background: #fff;
      margin: auto;
      width: 100%;
      text-transform: none;
      
      }
.principal h1 {
  color: #2a65c3;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.25; }
.principal p {
  color: #2a65c3;
  line-height: 1.25;
  text-transform: none;
  font-size: .9em; }
.principal h3 {
  margin-bottom: 1em;
  color: #000;
  min-height: 2em; }
.principal .btn {
  margin-top: 1em; }

/* hasta aqui cambio de principal para que sea igual a cursos*/

.heading {
  font-weight: normal;
  font-size: 1.5em;
  position: relative;
  line-height: 1.25; }
  .heading span {
    display: block;
    border-bottom: 4px solid #b3b3b3;
    padding-bottom: .25em;
    margin-bottom: 30px; }
    .heading span b, .heading span strong {
      font-weight: bolder;
      display: block;
      text-transform: uppercase; }


.sticky {
  position: sticky;
  padding: 30px 0;
  top: 60px;
  z-index: 1;
  background: #fff; }

.selector {
  display: flex;
  margin-top: 30px;
  overflow-y: auto;
  white-space: nowrap; }
  .selector a {
    padding: .5em;
    margin: auto; }
    .selector a:hover, .selector a.active {
      color: #fff;
      background: #f8a404; }
    .selector a:not(:first-child) {
      margin-left: 15px; }

.help-block {
  margin-top: 15px;
  display: block;
  font-size: .75em;
  color: #808080; }

.btn {
  padding: .5em 1.5em;
  background: #bc0346; /* Cambia solo en INSCRIBETE de las paginas de cursos e INGRESAR de inicio de sesión*/
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .5em;
  display: inline-flex;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  text-align: center;
  justify-content: center; }
  .btn i {
    margin-left: .5em; }
  .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: normal; }
  .btn.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em; }
    
/*CREÉ EL 15/11/21 PARA PRUEBA DE BOTONES PARA PRINCIPAL INNER CONTAINER --(ANTIGUO)*/
.btn-modulares {
  padding: .5em 1.5em;
     background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  cursor: pointer;
  border-radius: .5em;
  display: inline-flex;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  text-align: center;
  justify-content: center; }
  .btn-modulares i {
    margin-left: .5em; }
  .btn-modulares:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #bc0346;
    font-weight: bold; }
  .btn-modulares.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em; }
/*hasta aqui*/
/*CREÉ EL 19/11/21 PARA PRUEBA DE BOTONES PARA los cursos .cursos .content-container + .content-container .btn*/
.btn-cursos {
  padding: .5em 1.5em;
  background: #fff;
  color: #2a65c3;
  border: 1px solid #2a65c3;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50.5em;
  display: inline-flex;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  text-align: center;
  justify-content: center; }
  .btn-cursos i {
    margin-left: .5em; }
  .btn-cursos:hover {
    transform: translateY(-4px);
     background: #2a65c3;
    color: #fff;
    font-weight: normal; }
  .btn-cursos.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1em; }
/*hasta aqui*/


.cursos h1 {
  color: #2a65c3;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.25; }
 
.cursos .img-holder {
  padding-bottom: 75%; }
.cursos .inner-container {
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  transition: .3s all ease-in-out; }
  .cursos .inner-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); }
.cursos .content-container {
  padding: 20px; }
  .cursos .content-container + .content-container {
    border-top: 1px solid #e2e2e2; 
       text-align: center;
  justify-content: center;
  }
    
    .cursos .content-container + .content-container .btn {
      background: #fff;
      margin: auto;
      width: 100%;
      text-transform: none;
      
      }
      
.cursos p {
  color: #2a65c3;
  line-height: 1.25;
  text-transform: none;
  font-size: .9em; }
.cursos h3 {
  margin-bottom: 1em;
  color: #000;
  min-height: 2em; }
.cursos .btn {
  margin-top: 1em; }
.cursos .btn-container {
  text-align: center; }
.cursos .btn-container .btn{ /*COLOR DE BOTON DE Ver otros cursos de NETSYS*/
    background: #0300a6; 
    font-size: 1.5em;
    text-transform: none; }

.badge {
  display: inline-block;
  vertical-align: middle;
  padding: .5em;
  border-radius: .25em;
  color: #fff;
  font-weight: bold;
  background: #f8a404;
  line-height: 1;
  margin-left: 1em; }
  
.cifras .inner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #318aac;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  padding: 1.5em; }
.cifras h3 {
  font-weight: normal;
  width: 100%; }
  .cifras h3 b, .cifras h3 strong {
    font-weight: bold;
    display: block; }

.staff .cover {
  left: 50%; }
.staff .heading {
  z-index: 1; }
  .staff .heading span {
    margin-bottom: 0; }
.staff .relative {
  overflow: hidden;
  padding: 60px 0;
  color: #000000
  margin-top: -4px; }
  .staff .relative h3 {
    margin-bottom: 1em;
    color: #000; }
  .staff .relative p {
    line-height: 1.5; }
  .staff .relative img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%; }

.novedades {
  background: #ececec; }
  .novedades .heading {
    text-align: center; }
    .novedades .heading span {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
  .novedades p {
    color: #808080;
    line-height: 1.25; }
  .novedades h3 {
    margin: 1em auto; }
  .novedades .img-holder {
    padding-bottom: 75%; }
  .novedades .fecha {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    background: #bc0346;
    color: #fff; }

h3 a:hover, p a:hover {
  color: #bc0346; }

#form p a {
  font-weight: bold; }

.contacto {
  color: #fff;
  background: url("../images/bg.png") center center no-repeat #2670b1;
  background-size: cover; }
  .contacto .heading {
    text-align: center; }
    .contacto .heading span {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
  .contacto .form-control {
    background: rgba(255, 255, 255, 0.25);
    padding: .5em; }
  .contacto .btn-container {
    text-align: right; }
    .contacto .btn-container .btn {
      background: #f8a404; }

label {
  display: block;
  margin-bottom: .5em; }

.form-control {
  padding: 1em;
  width: 100%;
  display: block;
  font: inherit;
  background: rgba(3, 0, 166, 0.05); }

.form-group + .form-group {
  margin-top: 15px; }

.footer {
  background: linear-gradient(#001a2a, #003d62);
  color: #fff;
  line-height: 1.25;
  padding: 20px 0; }
  .footer section {
    padding: 0; }

.footer-links .footer-logo {
  height: 50px;
  filter: brightness(0) invert(1); }
.footer-links .footer-text {
  line-height: 1.5;
  margin-top: 30px; }
.footer-links h3 {
  padding-bottom: .25em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-weight: normal; }
  .footer-links h3:not(:first-child) {
    margin-top: 30px; }
.footer-links .unstyled {
  color: rgba(255, 255, 255, 0.75); }
  .footer-links .unstyled li {
    display: flex; }
    .footer-links .unstyled li i {
      margin-right: 1em; }
    .footer-links .unstyled li:not(:first-child) {
      margin-top: 1em; }
  .footer-links .unstyled.list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-right: 1em;
    font-weight: 400; }
.footer-links a i {
  margin-right: .5em; }
.footer-links a:hover {
  color: #6bddef; }

.logos {
  padding: 30px 0;
  background: #d7d7d7; }
  .logos .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    .logos .container > * {
      max-width: calc(25% - 30px);
      margin: 15px; }

.page-cover {
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: #0300a6; }
  .page-cover img {
    opacity: .5; }
  .page-cover h1 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center; }

.copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .copyright .container::before {
    content: '';
    background: rgba(255, 255, 255, 0.15);
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px auto; }
.copyright p {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .copyright p a {
    margin-left: 1em; }

.alert {
  background: #6bddef;
  color: #0300a6;
  border: 1px solid;
  margin-top: 15px;
  padding: .5em;
  text-align: center; }
  .alert + * {
    margin-top: 15px; }

#course .course-image {
  border-bottom: 4px solid #b3b3b3;
  margin-bottom: 30px;
  padding-bottom: 30px; }
#course blockquote {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 1.25em; }
#course .content-html {
  color: #808080;
  margin-bottom: 30px; }
  #course .content-html img {
    margin: auto; }
#course .columns {
  padding: 30px;
  background: #ececec;
  column-count: 2;
  column-gap: 30px;
  line-height: 1.5; }
  #course .columns > * {
    break-inside: avoid;
    margin-bottom: 15px; }
#course .contents {
  padding: 30px;
  background: #ececec;
  line-height: 1.5; }
#course .course-sidebar {
  position: sticky;
  top: 96px; }
#course .novedades {
  background: #fff; }
#course .cursos {
  background: #ececec; }

#cuenta .btn-container {
  margin-top: 15px; }

.course-sidebar {
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .course-sidebar .btn {
    padding: 15px; }
  .course-sidebar > *:not(:first-child) {
    margin-top: 30px; }
  .course-sidebar h2 {
    font-size: 1.5em;
    font-weight: normal; }
    .course-sidebar h2 b {
      color: #bc0346; }
    .course-sidebar h2 small {
      font-size: .66666666em;
      font-weight: normal;
      color: #808080;
      text-transform: lowercase; }
  .course-sidebar h4 {
    font-weight: normal;
    margin-top: 1em !important; }
    .course-sidebar h4 b {
      color: #bc0346; }
  .course-sidebar p {
    color: #808080;
    line-height: 1.25; }
  .course-sidebar .flex-container {
    display: flex; }
    .course-sidebar .flex-container .img-container {
      flex-basis: 100px;
      margin-right: 15px; }
    .course-sidebar .flex-container h3 {
      margin-left: 15px; }
    .course-sidebar .flex-container .flex-1 > *:not(:first-child) {
      margin-top: 15px; }
  .course-sidebar .list {
    color: #808080; }
    .course-sidebar .list li {
      display: flex; }
      .course-sidebar .list li i {
        width: 1em;
        text-align: center;
        margin-right: 1em; }
      .course-sidebar .list li span {
        flex: 1; }
      .course-sidebar .list li:not(:first-child) {
        margin-top: 15px; }
  .course-sidebar .tags {
    display: flex;
    flex-wrap: wrap; }
    .course-sidebar .tags > * {
      margin: 0 .5em .5em 0;
      background: #808080;
      color: #fff;
      font-size: .75em;
      padding: .5em;
      border-radius: .25em; }

.card .row {
  margin: -3.75px; }
  .card .row > * {
    padding: 3.75px; }
.card .inner-container {
  background: #ddd;
  padding: 15px;
  text-align: center;
  height: 100%;
  line-height: 1.25; }
.card .btn {
  background: #000;
  border-radius: 0;
  width: 100%;
  text-transform: Capitalize;}
.card h3 {
  font-size: 1em;
  margin: .25em auto; }
.card h3, .card i {
  color: #0300a6; }

#checkout .bancard {
  margin: 30px auto; }
#checkout .icon {
  font-size: 4em;
  line-height: 1.5;
  width: 1.5em;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #fff; }
  #checkout .icon.icon-success {
    background: #0300a6; }
  #checkout .icon.icon-danger {
    background: #bc0346; }

/*# sourceMappingURL=style.css.map */
#whatsapp {
    z-index: 9999;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#fondocin {
    background-color: #ffffff;
    opacity:0.5;
    padding: 5px;
padding-left: 5px;
padding-right: 5px;
}

