/* General */
@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
  }
  
  /* Input Forms*/
  input[type="text"], input[type="password"]{
    outline: none;
    padding: 20px;
    display: block;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 20px auto;
  }
  
  input[type="submit"] {
    padding: 10px;
    color: #fff;
    background: #0098cb;
    width: 320px;
    margin: 20px auto;
    margin-top: 0;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
  }
  input[type="submit"]:hover {
    background-color: #00b8eb;
  }
  
  /* Header */
  header {
    border-bottom: 2px solid #eee;
    padding: 20px 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  header a {
    text-decoration: none;
    color: #333;
  }

  .logo-dark {
    width: 100px;
  }
.logo_Empleador {
    width: 200px;
    float: inline-start;
    margin-left: 5%;
    margin-top: 1%;
    position: absolute;
    display: block;
}
.logout {
    float: right;
    width: 50px;
    margin-right: 5%;
  }
.logout h5{
    margin: 0px;
}
.inicio {
    float: right;
    width: 50px;
    margin-right: 2%;
  }
.inicio h5{
    margin: 0px;
}
.Reporte {
    float: right;
    width: 50px;
    margin-right: 2%;
  }
.Reporte h5{
    margin: 0px;
}
 #block-region-fullwidth-top .block, #block-region-fullwidth-bottom .block {
    position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  background-attachment: fixed;
  background-color: #fff;
  color: #6f7074;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.642;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased;
}
:root {
  --swiper-navigation-size: 44px;
}
:root {
  --swiper-theme-color: #007aff;
}
:root {
  --activityadministration: #5d63f6;
  --activityassessment: #eb66a2;
  --activitycollaboration: #f7634d;
  --activitycommunication: #11a676;
  --activitycontent: #399be2;
  --activityinterface: #a378ff;
}
:root {
  --blue: #0f6cbf;
  --indigo: #6610f2;
  --purple: #613d7c;
  --pink: #e83e8c;
  --red: #ca3120;
  --orange: #f0ad4e;
  --yellow: #ff7518;
  --green: #357a32;
  --teal: #20c997;
  --cyan: #008196;
  --white: #fff;
  --gray: #6a737b;
  --gray-dark: #343a40;
  --primary: #0f6cbf;
  --secondary: #ced4da;
  --success: #357a32;
  --info: #008196;
  --warning: #f0ad4e;
  --danger: #ca3120;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root {
  --sectioncolor: #0f6cbf;
  --section-height: 100px;
  --section-bg-position: top;
  --section-bg-size: center;
  --section-bg-repeat: no-repeat;
  --activity-height: 100px;
  --activity-bg-position: top;
  --activity-bg-size: center;
  --activity-bg-repeat: no-repeat;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a {
  color: #2441e7;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
  box-sizing: border-box;
}
::selection {
  background: #222;
  color: #fff;
  text-shadow: none;
}
section {
  padding: 60px 0;
  position: relative;
}
article, aside, footer, header, nav, section {
  display: block;
}
.encabezado {
  margin-top: -25px;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -100px;
  margin-left: -100px;
  justify-content: center;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-lg-60 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.main-title {
  position: relative;
  margin-bottom: 25px;
  padding-left: 0px;
}
.main-title h3 {
  display: inline-block;
  font-family: "Roboto";
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
.text-center {
  text-align: center !important;
}

.mt0 {
  margin-top: 0px !important;
}
.main-title p {
  margin-bottom: 0;
}
p, ul, ol, dl, dt, dd, blockquote, address {
  margin: 0 0 10px;
}
p {
  font-size: 15px;
  font-weight: 400;
}

.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses {
  background-color: #fff;
  border: none;
  display: inline-flex;
  padding: 10px;
  width: 100%;
}
.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses>a {
  margin: 0 0 10px;
}
.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses .details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses .details .tc_content {
  padding: 0 20px;
}

.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses .tc_footer {
  border: none;
  position: relative;
}
.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses .thumb {
  border-radius: 4px;
  overflow: hidden;
  margin: 0;
  width: 220px;
}
.ccn-courses-grid-block:not(.ccn-courses-grid-block-7) .top_courses {
  border: 1px solid rgb(219, 225, 229);
  border-radius: 5px;
  box-shadow: none;
}
.ccn-courses-grid-block:not(.ccn-courses-grid-block-7) .top_courses .thumb {
  margin: 7px 7px 0;
  border-radius: 5px;
  overflow: hidden;
}
.ccn-courses-grid-block .top_courses .tc_footer {
  border-color: rgb(219, 225, 229);
}
.top_courses.ccnWithFoot:not(.list) {
  padding-bottom: 80px;
}
.top_courses:not(.list) {
  height: calc(100% - 30px);
  padding-bottom: 50px;
  margin-bottom: 0;
}
.top_courses:not(.list) .tc_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.top_courses {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_courses .details {
  position: relative;
}
.top_courses .details .tc_content {
  padding: 20px;
}
.top_courses .details .tc_content h5 {
  font-size: 18px;
  font-weight: 600;
}
.top_courses .thumb {
  height: 192px !important;
}
.top_courses .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.top_courses .thumb .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .tc_footer {
  border-top: 1px solid #eee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}
.block_cocoon_featuredcourses .img-whp, .courses.courses_container .img-whp, .shop_product_slider .img-whp, .block_cocoon_more_courses .img-whp, .block_cocoon_course_grid .img-whp, .ccnPseudoFrontpageBlock .img-whp, .top_courses .img-whp {
  object-fit: cover !important;
}
.img-whp {
  width: 100% !important;
}
.aprobado {
    position: relative;
    width: 70%;
    margin-top: -93px;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
img {
  border-style: none;
}
img {
  vertical-align: middle;
  border-style: none;
}

a {
  color: #2441e7;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #0d638f;
  text-shadow: none;
}
a {
  color: #0f6cbf;
  text-decoration: none;
  background-color: transparent;
}
.tc_footer .card {
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 8px 7px 0px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dc3545;
    border-radius: .25rem;
}
.tabla {
    font-size: 11px;
    
}
.tabla tr {
    font-size: 10px;
    color: black;
}
.sedes-container{
    margin-top: 2%; 
    padding: 5%; 
    display: flex; 
    flex-wrap: wrap;
}

.sede-icon{
    padding: 2%;
}

.estadistica {
    display: flex;
    justify-content: center;
    align-items: center;
}
.avance {
    position: absolute;
    padding-top: 10px;
    padding-left: 8px;
    font-size: 16px;
}
.dona {

    height: 130px;
    width: 130px;
    }

@media (min-width: 768px)
{
.container, .container-sm, .container-md {
    max-width: 720px;
}
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
}
}
@media (min-width: 576px)
{
.container, .container-sm {
    max-width: 99%;
}
.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media (min-width: 992px){

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
    justify-content: center;
    margin-top: -20px;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
    justify-content: center;
    margin-top: -36px;
}
}
@media (max-width: 1200px)
{
body {
font-size: calc(0.90375rem + 0.045vw);
}
.logo-dark {
    width: 258px;
}
header a {
    text-decoration: none;
    color: #333;
    font-size: 35px;
}
.encabezado {
    margin-top: -20px;
    font-size: 25px;
    width: 100%;
}
.main-title h3 {
    display: inline-block;
    font-family: "Roboto";
    font-size: 56px;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-title p {
    font-size: 32px;
    padding-left: 10px;
    height: 200px;
}
h5, .h5 {
  font-size: calc(0.9271875rem + 0.32625vw);
}
.ccn-courses-grid-block.ccn-courses-grid-block-6 .top_courses .thumb {
  height: 320px;
  width: 320px;
}
.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_courses .details .tc_content h5 {
    font-size: 35px;
    font-weight: 600;
}
.ccnBlockContent {
    width: 112%;
}
.identificate {
    font-size: 35px;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    margin-left: 20px;
    justify-content: center;
    margin-top: -36px;
}
 input[type="text"], input[type="password"] {
    outline: none;
    padding: 33px;
    display: block;
    width: 645px;
    border-radius: 3px;
    border: 7px solid #eee;
    margin: 69px auto;
    font-size: 30px;
}
 input[type="submit"] {
    padding: 35px;
    color: #fff;
    background: #0098cb;
    width: 642px;
    margin: 46px auto;
    margin-top: 0;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 44px;
}

}