*{
  font-family: OpenSansRegular;
}

.oval-speech {
  width:270px;
  padding: 35px 10px;
  text-align:center;
  color:#fff;
  border-radius:50%;
  min-height: 90px;
  margin-left: 25%
}

.oval-speech p {font-size:1.25em;font-weight: 800}

/* creates part of the curve */
.oval-speech:before {
  content:"";
  position:absolute;
  z-index:-1;
  bottom:-30px;
  right:50%;
  height:30px;
  border-right:60px solid #5a8f00;
  background:#5a8f00; /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  -webkit-border-bottom-right-radius:80px 50px;
  -moz-border-radius-bottomright:80px 50px;
  border-bottom-right-radius:80px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform:translate(0, -2px);
  -moz-transform:translate(0, -2px);
  -ms-transform:translate(0, -2px);
  -o-transform:translate(0, -2px);
  transform:translate(0, -2px);
}

/* creates part of the curved pointy bit */
.oval-speech:after {
  content:"";
  position:absolute;
  z-index:-1;
  bottom:-30px;
  right:50%;
  width:60px;
  height:30px;
  background:#fff;
  /* css3 */
  -webkit-border-bottom-right-radius:40px 50px;
  -moz-border-radius-bottomright:40px 50px;
  border-bottom-right-radius:40px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform:translate(-30px, -2px);
  -moz-transform:translate(-30px, -2px);
  -ms-transform:translate(-30px, -2px);
  -o-transform:translate(-30px, -2px);
  transform:translate(-30px, -2px);
}


.cuerpo {
    min-height: 450px;
    /*background-color: #fafafa*/
}

.wrapper.max-width95 {
    max-width: 95%;
}

.infografia{
    width: 100%;
    height: 500px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 9% 50%, 0% 0%);
    /*background-color: #DEB887;*/
}

.infografias{
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0.3% 100%, 9.3% 50%, 0.3% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0.3% 100%, 9.3% 50%, 0.3% 0%);
    width: 100%;
    height: 500px;
    border: 1px solid #DEB887;
}

.info{
    padding: 1px;
    float: left;
    width: 99%;
    height: 100%;
    /*background: url('/static/images/birrete.svg') no-repeat fixed center;*/
    background-size: 100% 100%;
}


.pdrz{
    padding-right: 0px!important;
}

.pdlz{
    padding-left: 0px!important;
}

.mgrz{
    margin-right: 0px!important;
}

.mglz{
    margin-left: 0px!important;
}

.imgMP{
    width: 50px;
    height: 50px;
    padding: 2px;
}

.imgP{
    width: 150px;
    height: 150px;
}

.imgCaras{
    width: 100px;
    height: 100px;
}

.imgG{
    width: 100px;
    height: 100px;
}

.pie {
  position: relative;
  margin: 1em auto;
  padding: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
  float: right;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.slice {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0% 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.slice-contents {
  position: absolute;
  left: -100%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
}

.slice:nth-child(1) {
  transform: rotate(-60deg) skewY(30deg) scale(1.2);
}
.slice:nth-child(1) .slice-contents {
  transform: skewY(-30deg); /* unskew slice contents */
}
.slice:nth-child(2) {
  transform: rotate(60deg) skewY(30deg) scale(1.2);
}
.slice:nth-child(2) .slice-contents {
  transform: skewY(-30deg); /* unskew slice contents */
}
.slice:nth-child(3) {
  transform: rotate(180deg) skewY(30deg) scale(1.2);
}
.slice:nth-child(3) .slice-contents {
  transform: skewY(-30deg); /* unskew slice contents */
}
.inner-pie {
  position: absolute;
  width: 75%;
  height: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #bababa;
  background: white;
}

.perfilLaboral{
    background-color : #1E90FF	;
}

.perfilAcademico{
    background-color : #00CED1;
}

.perfilSociodemografico{
    background-color : #4169E1;
}

.slice:nth-child(3):hover{
    border: 1px solid red;
}

.perfilacademico span {
    margin-left: 50%;
    font: 16px Monaco, MonoSpace;
    height: 230px;
    position: absolute;
    width: 20px;
    left: 0;
    transform-origin: 0% 100%;

}

.tituloEleccion{
    background-color: #004775;
    text-align: center;
    color: white;
    font-size: 10px;
    padding: 10px;
    border-radius : 10px;
    font-weight: bolder;
}

.oculto{
    display: none;
}

.variable, .variableAcademico, .variableSociodemografico, .variablePerfilEmpleador, .variableOpinionEmpleador{
    text-transform: None;
    font-weight: bolder;
    font-size: 16px;
    min-height: 34px;
}

.variable{
    color : #007775;
}

.variableAcademico{
    color : #003865;
}

.variableSociodemografico{
    color : #228B22;
}

.variablePerfilEmpleador{
    color : #f07d00;
}

.variableOpinionEmpleador{
    color : #d6bf0b;
}

.valor{

}

.icono{
    margin-right: 5px;
}

.resultadoLaboral{
    border-bottom: 1px solid #62a60a;
}

.tituloTag{
    font-size: 18px;
    font-family: monospace;
    font-weight: bolder;
}

@media screen and (min-width: 767px) {
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
    }

    .carreras{
      margin-left: 15px;
    }

    .dv10cen{
        margin-left: 8.33%!important
    }

    .position-absolute{
      position: absolute;
    }

    .nombre-area{
      width: 100%;
      margin-top: 40px;
      line-height: 20px;
    }

    .area-e-icono{
      border : 1px solid #FFFFFF;
      padding: 10px;
    }

}

@media screen and (max-width: 767px) {

    .volver_seleccionar_estudio {
        background-color: #228b22;
        width: 100%;
        height: 40px;
        position: absolute;
        text-decoration: none;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .volver_seleccionar_estudio p {
          width: 100%;
          height: 50px;
          margin-top: 10px;
          text-decoration: underline;
          font-weight: bolder;
          font-family: Lato;
          color: white;
          text-align: center;
      }

      .perfil{
          font-size: 2vw;
      }

      .dv8cen , .dv6cen{
          margin-left: 0% !important
      }

      .subtituloSeccion{
          font-size: 2.5vw !important
      }

      .subseccion{
          margin-left: 0 !important;
      }

      .subseccion .lista li{
          font-size: 3vw
      }

      .oval-speech {
          width: 100%;
          padding: 15px 10px;
          text-align: center;
          color: #fff;
          border-radius: 50%;
          min-height: 0;
          margin-left: 0%;
      }

      .imgs{
          margin-bottom: 35px;
      }

      .espacioXS{
          margin-top: 10px;
      }

      .tituloDisciplina{
          margin-top: 200px;
          margin-left: 0px!important;
      }

      .tituloSeccion{
        margin-left: 0px!important;        
      }

      .chosen-select{
        width: 100%;
      }

      .bal {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
          box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
          border: 1px solid rgba(234, 83, 66,0.75);
      }
      .brn {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
          box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
          border: 1px solid rgba(140, 180, 49,0.75);
      }
      .bcb {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
          box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
          border: 1px solid rgba(137, 129, 61,0.75);
      }
      .bi {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
          box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
          border: 1px solid rgba(81, 45, 136,0.75);
      }
      .bcs {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
          box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
          border: 1px solid rgba(242, 114, 5,0.75);
      }
      .bcds {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
          box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
          border: 1px solid rgba(0, 147, 185,0.75);
      }
      .bce {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
          box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
          border: 1px solid rgba(0, 94, 184,0.75);
      }
      .be {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
          box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
          border: 1px solid rgba(255, 214, 50,0.75);
      }
      .bc {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
          box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
          border: 1px solid rgba(164, 111, 78,0.75);
      }
      .bd {
          -webkit-box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
          -moz-box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
          box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
          border: 1px solid rgba(117, 120, 123,0.75);
      }

      .area-e-icono{
        margin-bottom: 25px;
      }

      .area-e-icono h4{
        font-weight: bolder;
      }

      .estadisticas{
        padding-top: 60px;
        padding-bottom: 60px;
      }

      .titulosEstInfo{
        font-size: 18px!important;
      }

      .infoArea{
        padding-bottom: 80px;
      }

      .logoArea{
        left: 0;
      }

      .migajas{
        margin-top : 40px;
      }

}

.mgb10{
}

.dv6cen{
    margin-left: 25%
}

.dv4cen{
    margin-left: 33.32%
}

.dv8cen{
    margin-left: 16.66%
}

.w5{
    width: 5%!important
}

.w10{
    width: 10%!important
}

.w15{
    width: 15%!important
}

.w20{
    width: 20%!important
}

.w25{
    width: 25%!important
}

.w30{
    width: 30%!important
}

.w35{
    width: 35%!important
}

.w40{
    width: 40%!important
}

.w45{
    width: 45%!important
}

.w50{
    width: 50%!important
}

.w55{
    width: 55%!important
}

.w60{
    width: 60%!important
}

.w65{
    width: 65%!important
}

.w70{
    width: 70%!important
}

.w75{
    width: 75%!important
}

.w80{
    width: 80%!important
}

.w85{
    width: 85%!important
}

.w90{
    width: 90%;!important
}

.w95{
    width: 95%!important
}

.w100{
    width: 100%!important
}

.comoBoton{
    cursor: pointer;
}

.mb10{
    margin-bottom: 10px
}

.padZero{
    padding: 0!important;
    /*padding-top: 20px!important;*/
}

.pad15{
    padding: 15px;
}

div.modal{
    left: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    background-color: rgba(0, 0, 0, 0);
}


hr.dash {
	border-top: 1px dotted #004775;
    margin-top: 1px;
}

span.fzsm{
    cursor: pointer;
}

.preguntaActiva{
    color: #FF8300!important;
    font-weight: bolderborder-color: #EF3340;
}

.pregunta{
    color: #004775;
    margin-left: 10px;
    font-size: 16px;
}

.derecha{
    float: right
}

.izquierda{
    float: left;
}

.area{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.infoArea{
    background-color: #fafafa;
    margin-left: 0!important;
    margin-right: 0 !important;
    padding-left: 0;
    border-radius: 0% 250px 250px 0%;
    margin-bottom: 10px;
}


.infoAreaDisciplinas{
    background-color: #fafafa;
    margin-left: 0!important;
    margin-right: 0 !important;
    padding-left: 0;
    border-radius: 0% 250px 0% 0%;
    margin-bottom: 10px;
}


.infoDisciplinas{
    background-color: #fafafa;
    margin-left: 0!important;
    margin-right: 0 !important;
    padding-left: 0;
    border-radius: 250px 250px 0% 0%;
    margin-bottom: 10px;
    margin-top: 15px;
}

.logoArea{
    width: 150px;
    float: right;
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.logoAreaIzquieda{
    width: 150px;
    position: absolute;
    z-index: 3;
}

.tituloArea{
    float: right;
    color: white;
    font-weight: 100;
}

.menu-dropdown li.active .level1:before, #menu .menu-dropdown li.level1:hover .level1, #menu .menu-dropdown li.remain .level1, .menu-dropdown .dropdown-bg > div {
    background-color: #004775;
    color: white;
}

#menu .menu-dropdown li.level1:hover .level1, #menu .menu-dropdown li.remain .level1 {
    border-color: #aaa;
}

.menu-dropdown a.level2, .menu-dropdown span.level2 {
    color: white;
    text-shadow: none;
}

.tituloDiv{
    background-color: #004775;
    color:white;
    margin-bottom: 35px;
    margin-top: 5px;
}

.titulo{
    font-size: 18px;
    margin-left: 5%;
    padding: 10px;
}


.block-footer{
    background-color: #004775;
    color : #fff;
    padding: 25px;
}

#menu{
    margin-right: 75px;
}

.custom-logo{
    margin-left: 20%
}

.menu-dropdown li.active .level1 {
    color: #004775;
}

.c-conare{
    color: #004775
}

.artes-y-letras:hover{
    background-color: #EF3340
}

.recursos-naturales:hover{
    background-color: #72B431
}

.ciencias-basicas:hover{
    background-color: #89813D
}

.ingenieria:hover{
    background-color: #512D6D
}

.ciencias-sociales:hover{
    background-color: #E35205
}

.ciencias-de-la-salud:hover{
    background-color: #0093B2
}

.ciencias-economicas:hover{
    background-color: #005EB8
}

.educacion:hover{
    background-color: #FFC72C
}

.computacion:hover{
    background-color: #8B6F4E
}

.derecho:hover{
    background-color: #75787B
}


.menuArea{
    color: white;
}

.area2:hover{
    color: white!important;
    font-weight: bold;
}

.area2{border-color: #EF3340;
    padding-left: 15px;
}

.logoAreaMenu{
    float: right;
    width: 25px;
    height: 25px;
}


table.contacto th{
    color: #004775!important
}

.lanaranjado{
    color: #FF3800;
}

.menu-dropdown .level2 a:hover, .menu-dropdown .level2 a.current, .bg-color1 a:hover, .mod-box-color1 a:hover, .mod-box-color1 .menu-sidebar :hover, .mod-box-color1 .menu-sidebar li .active, .bg-color1 .menu-sidebar :hover, .bg-color1 .menu-sidebar li .active, .bg-color1 .mod-line .menu-sidebar li .active {
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 30px;
}

.datos{
    background-color: #fafafa;
    padding: 10px;
    -webkit-box-shadow: -9px 7px 23px -5px rgba(154,154,154,1);
    -moz-box-shadow: -9px 7px 23px -5px rgba(154,154,154,1);
    box-shadow: -9px 7px 23px -5px rgba(154,154,154,1);
    border: 1px solid #aaa;
    margin-top: 25px;
    margin-bottom: 50px;
}

::selection {
    background: #004775;
}

.note-editor.note-frame .note-editing-area .note-editable{
        height: 250px;
}

.ajs-ok{
    background-color: #004477;
    color: white;
    border: none;
    font-weight: 600;
}

.ajs-cancel{
    background-color: #EF3340;
    color: white;
    border: none;
    font-weight: 600;
}

.errInP{
    border-color: #EF3340!important;
}

.texto-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.mgl1{
    margin-left: 8.33%
}

.mgl01{
    margin-left: 4.17%
}

.bordeArea{
}

.c-artes-y-letras{
    color: #EF3340;
}

.b-artes-y-letras{
    background-color: #EF3340;
}

.c-recursos-naturales{
    color: #72B431;
}

.b-recursos-naturales{
    background-color: #72B431;
}

.c-ciencias-basicas{
    color: #89813D;
}

.b-ciencias-basicas{
    background-color: #89813D;
}


.c-ingenieria{
    color: #512D6D;
}

.b-ingenieria{
    background-color: #512D6D;
}


.c-ciencias-sociales{
    color: #E35205;
}

.b-ciencias-sociales{
    background-color: #E35205;
}


.c-ciencias-de-la-salud{
    color: #0093B2;
}

.b-ciencias-de-la-salud{
    background-color: #0093B2;
}


.c-ciencias-economicas{
    color: #005EB8;
}

.b-ciencias-economicas{
    background-color: #005EB8;
}


.c-educacion{
    color: #FFC72C;
}

.b-educacion{
    background-color: #FFC72C;
}


.c-computacion{
    color: #8B6F4E;
}

.b-computacion{
    background-color: #8B6F4E;
}


.c-derecho{
    color: #75787B;
}

.b-derecho{
    background-color: #75787B;
}

.encabezadoArea{
    margin-top: 20%;
    float: left;
}

.artes-y-letras:hover, .recursos-naturales:hover, .ciencias-basicas:hover, .ingenieria:hover, .ciencias-sociales:hover,
.ciencias-de-la-salud:hover,.ciencias-economicas:hover, .educacion:hover, .computacion:hover, .derecho:hover{
    cursor: pointer;
}

.mgbp{
    margin-bottom: 10px;
}


.bal:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
    box-shadow: -6px 8px 0px 0px rgba(234, 83, 66,0.75);
    border: 1px solid rgba(234, 83, 66,0.75);
}
.brn:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
    box-shadow: -6px 8px 0px 0px rgba(140, 180, 49,0.75);
    border: 1px solid rgba(140, 180, 49,0.75);
}
.bcb:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
    box-shadow: -6px 8px 0px 0px rgba(137, 129, 61,0.75);
    border: 1px solid rgba(137, 129, 61,0.75);
}
.bi:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
    box-shadow: -6px 8px 0px 0px rgba(81, 45, 136,0.75);
    border: 1px solid rgba(81, 45, 136,0.75);
}
.bcs:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
    box-shadow: -6px 8px 0px 0px rgba(242, 114, 5,0.75);
    border: 1px solid rgba(242, 114, 5,0.75);
}
.bcds:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
    box-shadow: -6px 8px 0px 0px rgba(0, 147, 185,0.75);
    border: 1px solid rgba(0, 147, 185,0.75);
}
.bce:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
    box-shadow: -6px 8px 0px 0px rgba(0, 94, 184,0.75);
    border: 1px solid rgba(0, 94, 184,0.75);
}
.be:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
    box-shadow: -6px 8px 0px 0px rgba(255, 214, 50,0.75);
    border: 1px solid rgba(255, 214, 50,0.75);
}
.bc:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
    box-shadow: -6px 8px 0px 0px rgba(164, 111, 78,0.75);
    border: 1px solid rgba(164, 111, 78,0.75);
}
.bd:hover {
    -webkit-box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
    -moz-box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
    box-shadow: -6px 8px 0px 0px rgba(117, 120, 123,0.75);
    border: 1px solid rgba(117, 120, 123,0.75);
}

.listadoDisciplinas{
    list-style-type: none;
    margin: 1;
    padding: 1;
}

.listadoDisciplinas li {
    margin-bottom: 5px;
    font-weight: bold;
}

.separador{
   border: 0;
   border-bottom: 1px dashed white;
}

.migajas{
    background-color: #e7f3fb;
    padding: 20px;
    padding-left: 5%;
}

.migajas span.glyphicon {
    margin-left: 5px;
    margin-right: 5px;
}

.migajas a:hover{
    filter: brightness(0.9);
    font-weight:normal
}

.ubicaciongraficos{
    margin-bottom: 50px;
}

.tituloEstadisticas{
    text-transform: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px
}

.letraGrande{
    font-size: 1.5em
}

.letraMasGrande{
    font-size: 2.5em
}

.mglp{
    margin-left: 15%;
}

.imgUniversidad{
    height: 60px;
    margin: 5px;
}


.radiografiaQueEs{
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    line-height: 20px;
    text-transform: none;
    padding-top: 15px;
    font-family: Lato;
}

.presentacion{
    background-color: rgba(0, 71, 117, 0.08);
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.minH66{
    min-height: 155px;
}

.academico{
    background-color: #004775;
    margin-right: 25%;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 56, 101, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 56, 101, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(0, 56, 101, 0.3);*/
}

.laboral{
    background-color: #007775;
    margin-right: 25%;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(98, 166, 10, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(98, 166, 10, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(98, 166, 10, 0.3);*/
}

.sociodemografico{
    background-color: #228B22;
    margin-right: 25%;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(34, 139, 34, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(34, 139, 34, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(34, 139, 34, 0.3);*/
}

.perfilActivo{
    margin-right: 0px!important;
    padding-left: 5vw!important;
    border-left: 10px solid rgba(0, 71, 117, 0.73)!important;
    box-shadow: none;
}

.perfilempleador{
    background-color: #f07d00;
    margin-right: 25%;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(240, 125, 0,0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(240, 125, 0,0.3);
    box-shadow: 10px 10px 5px 0px rgba(240, 125, 0,0.3);*/
}


.opinionlaboral{
    background-color: #0b9ed6;
    margin-right: 25%;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(11, 158, 214, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(11, 158, 214, 0.3);
    box-shadow: 10px 10px 5px 0px rgba(11, 158, 214, 0.3);*/
}

.perfil{
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    font-size: 13px;
}

.perfiles{
    list-style-type: none;
    margin: 0 !important;
}

.ubicacionperfiles li{
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 10px;
}

.ubicacionperfiles{
    border-right: 0px;
    padding-left: 0px!important;
    padding-right: 0px!important
}

.generales{
    border-top: 0px ;
    margin-bottom: 50px;
}


.datos-laboral{
    /*-webkit-box-shadow: 1px 4px 12px 2px #007775;
    -moz-box-shadow: 1px 4px 12px 2px #007775;
    box-shadow: 1px 4px 12px 2px #007775;*/
    border: 2px solid #eee;
    border-top: 0px;
    border-radius: 4px;
}

.datos-academico{
    /*-webkit-box-shadow: 1px 4px 12px 2px rgb(0, 56, 101);
    -moz-box-shadow: 1px 4px 12px 2px rgb(0, 56, 101);
    box-shadow: 1px 4px 12px 2px rgb(0, 56, 101);*/
    border: 2px solid #eee;
    border-top: 0px;
    border-radius: 4px;
}

.datos-sociodemografico{
    /*-webkit-box-shadow: 1px 4px 12px 2px rgba(34, 139, 34, 1);
    -moz-box-shadow: 1px 4px 12px 2px rgba(34, 139, 34, 1);
    /*box-shadow: 1px 4px 12px 2px rgba(34, 139, 34, 1);*/
    border: 2px solid #eee;
    border-top: 0px;
    border-radius: 4px;
}

.datos-perfilempleador{
    /*-webkit-box-shadow: 1px 4px 12px 2px rgba(240, 125, 0, 1);
    -moz-box-shadow: 1px 4px 12px 2px rgba(240, 125, 0, 1);
    /*box-shadow: 1px 4px 12px 2px rgba(240, 125, 0, 1);*/
    border: 2px solid #eee;
    border-top: 0px;
    border-radius: 4px;
}

.datos-opinionempleador{
    /*-webkit-box-shadow: 1px 4px 12px 2px rgba(11, 158, 214, 1);
    -moz-box-shadow: 1px 4px 12px 2px rgba(11, 158, 214, 1);
    box-shadow: 1px 4px 12px 2px rgba(11, 158, 214, 1);*/
    border: 2px solid #eee;
    border-top: 0px;
    border-radius: 4px;
}

.pdlrz{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.titulos-academico, .titulos-laboral,.titulos-sociodemografico, .titulos-perfilempleador, .titulos-opinionempleador{
    text-transform: none;
    color: white;
}

.bordeColorArea{
    border: 2px solid #004775;
    text-align: center;
    color: #004775;
    font-size: 35px;
    padding: 10px;
    border-radius : 10px;
}

.oval-speech{
    background-color: #004775;
}

.tituloSituacion{
    background-color: #004775;
    text-align: center;
    color: white;
    font-size: 15px;
    padding: 10px;
    border-radius : 10px;
}

.situacionLaboral{
    text-align: justify;
    background-color: rgba(0, 71, 117, 0.2);
    padding : 20px;
}

.divImplicaciones{
    text-align: justify;
    background-color: rgba(0, 71, 117, 0.2);
    padding-top : 5px;
    padding-left : 2px;
}


.listaImplicaciones{
    list-style: disc;
    padding: 0;
    margin: 0;
}

.listaImplicaciones li{
    padding-left: 1em;
    text-indent: -.7em;
}

.listadoPequeno li ul{
    list-style: circle;
    padding: 0;
    margin-left: 10px;
}

.listadoPequeno{
    list-style: disc;
    padding: 0;
}

.listadoPequeno li{
    font-size: 12px
}


.block-footer{
    padding: 10px;
}

.odd{
    background-color: #eee!important
}

.sorting{
    text-align: center;
}

.t-header-disciplinas th{
    border: 1px solid #eee
}

.t-body-disciplinas td span{
    float: right;
    margin-right: 15px;
}

.desempleoMayor{
    color: red;
    font-weight: bolder;
}

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

.infoAcademico{
    margin : 10px;
    padding : 10px;
}

.infoLaboral{
    margin : 10px;
    padding : 10px;
}

.infoSociodemografico{
    margin : 10px;
    padding : 10px;
}

.infoPerfilEmpleador{
    margin : 10px;
    padding : 10px;
}

.infoOpinionEmpleador{
    margin : 10px;
    padding : 10px;
}

.infoAcademico, .infoLaboral, .infoSociodemografico, .infoPerfilEmpleador, .infoOpinionEmpleador{
    background-color : #fafafa;
}

.academicoTalkbubble{
    background: #004775;
}

.laboralTalkbubble{
    background: #007575;
}

.sociodemograficoTalkbubble{
    background: #228B22;
}

.perfilempleadorTalkbubble{
    background: #f07d00;
}

.opinionempleadorTalkbubble{
    background: #0b9ed6;
}

.talkbubble {
}

.talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 15px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-bottom: 13px solid transparent;
}


.bordeArriba{
    border-top: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.sublaboral{
    margin-top: 50%;
}

.sublaboralCaras{
    margin-top: 35%;
}

.caras{
    margin-top: 7%;
}

.subseccion{
    border: 1px solid #004775;
    padding: 25px;
    margin-left: 4.33%;
    border-top: 10px solid #004775;
}

.subtituloSeccion{
    text-transform: none;
    font-size: 20px;
    font-weight: bolder;
    color: #004775;
    margin-left: 5%;
    min-height: 44px;
}

.subseccion .lista{
    list-style: url(/static/images/birretePeque.svg);
    padding: 0;
    margin-left: 10%;
}

.subseccion .lista li{
    margin-top: 15px;
}

.subseccion .lista li ul{
    list-style: circle;
}

.subseccion .lista li ul li{
    margin-top: 5px;
}

.subtitulo{
    text-transform: none;
    color: #004775;
    margin-left: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

blockquote{
    border-left : 5px solid #004775 !important;
}

.imgIco{
    width: 15px!important;
    height: 15px!important;
}

.progress{
    padding: 0
}


.progress {
    width: 100%;
    background-color: grey;
}
.bar {
    width: 1%;
    height: 30px;
    background-color: green;
}

.progress .bar{
    height: 50%;
}

.box{
    height: 5px;
    width: 0px;
}

.boxAcademico{
    background-color: #004775;
}

.boxLaboral{
    background-color: #007775;
}

.boxSocio{
    background-color: rgb(34, 139, 34);
}

.boxPerfilEmpleador{
    background-color: #f07d00;
}

.boxOpinionEmpleador{
    background-color: #0b9ed6;
}

.box.horizTranslate {
   width: 100%!important;
}

.barra{
    background-color: red;
}

.arribaBoton{
    position: fixed !important;
    right: 0px!important;
    top: 70% !important;
    -webkit-transition: width 1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 1s;
    transition-timing-function: linear;
}

.arribaBoton:hover{
    width: 50px!important;
}

.justificado{
    text-align: justify;
}

.pieGrafico{
    margin-left: 2%;
    color : #999;
    font-size: 10px;
}

.pieGrafico:hover{
    color:black;
    cursor: default;
}

.lista a {
    color: black;
}

.desempleo{
    color : red;
}

.desempleoEstudio{
    color : #FF8200;
}

.desempleoMayorEstudio{
    color : #FF8200;
    font-weight: bolder;
}

.listadoDeDisciplinas{
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    text-align: center;
    margin-top : 25px;
    margin-bottom : 25px;
}

.tiempoEncontrarTrabajo{
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.h100{
    height: 100px;
}

.h150{
    height: 150px;
}

.tituloAreaComparacion{
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.bold{
    font-weight: bolder
}

.quees p{
    text-align: justify;
    font-size: 17px;
}

.variableEst{
    text-align: center;
    text-transform: None;
    min-height: 27px;
}

.tar{
    text-align: right!important;
}

.tac{
    text-align: center!important;
}

.notaSalario{
    font-size: 11px;
}

.tituloDatos{
    background-color: #e0e0e0;
    padding: 10px;
    font-size: 14px;
    text-transform: none;
    color: #444;
    font-weight: bold;
    text-align: center;
}


.disciplinaColegioProfesional{
    text-transform: None;
    font-size: 18px;
    text-align: center;
}


.cc{
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.iconosSitio{
    text-transform: None;
    color: #004775;
    margin-top: 40px;
    font-size: 21px;
}


.atribuciones {
    list-style: url(/static/images/birretePeque.svg);
    padding: 0;
    margin-left: 10%;
}

.valorPerfiles{
    font-weight: bolder;
}

.pdlrz div{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subrayado{
    text-decoration: underline;
}


.highcharts-title {
    font-size: 18px !important;
}

.marginArribaPequeno{
    margin-top: 10px;
}

.marginArriba{
    margin-top: 30px;
}

.edadPerfilEmpleadoresGeneral{
    font-weight: normal;
    text-transform: none;

}

.edadPerfilEmpleadoresGeneral b.media{
    color : #f07d00;
}

.explicacionFiltro{
    min-height: 60px;
}

.muestraEmpeladores{
    text-transform: none;
    font-size: 15px;
}

.calificacionDesempeno{
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.cpg{
    font-size: 25px;
}

.h3Empleadores{
    text-transform: none;
    font-size: 18px;
}

.tituloFiltro{
    text-transform: none;
    color: #004775;
    font-weight: bold;
    min-height: 40px;
}

.cualessonmisopciones{
    text-transform: none;
    color: #f07d00;
    font-weight: bold;
    font-size: 22px;
}

.competencias {
    width: auto;
    height: 50px;
}

.nombrecompetencia{
    text-transform: none;
    font-size: 10px;
    font-weight: bold;
    min-height: 45px;
    margin: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.desccompetencia{
    font-size: 9px;
    height: 62px;
}

.desccompetenciaDiv{
    text-align: justify;
}


.imgcompetencia{
    padding-top: 6px;
}

.textcualesopciones{
    border: 1px solid #004775;
    -webkit-box-shadow: -17px 17px 1px -11px rgba(170,170,170,1);
    -moz-box-shadow: -17px 17px 1px -11px rgba(170,170,170,1);
    box-shadow: -17px 17px 1px -11px rgba(170,170,170,1);
}

.pestanaEmpleadores{
    background-color: #f07d007F;
    color: #000;
}


.pestanaEmpleadores a{
    background-color: #f07d007F!important;
}


.img_estudio_landing{
  text-align: center;
}

.img_estudio_landing img:hover{
  box-shadow: 0px 5px 30px #00477599;
}

.estudios_landing{
  margin-top : 50px;
}

.carga_informacion form{
  padding: 25px;
  padding-left: 10px;
  border: 2px solid #eee;
  background-color: white;
  border-radius: 10px;
  margin-left: 10px;
}


.carga_informacion {
  margin-top: 10px;
  margin-bottom: 30px;
}

.carga_informacion > form > h3 {
  text-transform: none;
  border-bottom: 1px dotted #004775;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.placeholder_div{
  padding-right: 0px!important;
  background-color: white;
}

.adminmenu_div{
  position: fixed!important;
  background-color: white;
  padding-right: 0px!important;
  border-right: 1px solid #ddd;
  padding-left: 0px!important;
}

.mainadmin_div{
  background-color: white;
  padding-left: 0px!important;
  padding-right: 0px!important;
  margin-top: -6px;
}

.adminmenu_div > #menu{
  margin-right: 0px;
}

.parrafo{
    background-color: #fafafa;
    padding: 10px 20px 10px 20px;
    border: 2px solid #ababab;
    box-shadow: 1px 1px 10px #004775;
}

.resaltar {
    margin-top: 10px;
    background-color: #004775;
    border: 2px solid #ababab;
}

.resaltar p{
    background-color: #004775;
    padding: 10px 20px 10px 20px;
    color: white;
}

.asociacion{
  color: orange;
}

.bienvenida_conare{
  text-align: center;
  font-size: 16px;
  font-family: OpenSansRegular;
  margin-top: 25px;
  margin-bottom: 25px;
}


.logo_olap_landing{
  margin-top: 50px;
  border-top : 1px dotted  #004775;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #fafafa;
}

.imagen-quees{
  border: 1px solid #adadad;
  box-shadow: 0px 0px 10px;
}

.mtp{
  margin-top: 25px;
}

.porcentaje_total{
  width: 70%;
  margin-top: 75px;
  margin-bottom: 75px;
}

.seleccionar_estudio{
  font-weight: normal;
  text-decoration: underline;
}

.img_infografia{
    margin-bottom: 15px;
    border-radius: 25px;
    box-shadow: 3px 0px 0px 4px white;
}

.pointer{
  cursor: pointer;
}


.overlayinit{
  width: 100%;
  height: 100%;
  position: fixed;
  padding:0;
  margin:0;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 300;
}

.overlay-close{
  opacity: 0;
  z-index: -100;
  transition: opacity 2s , z-index 2s;
}


.menu-admin> li{
  width: 100%;
}

.menu-admin> li > a{
  width: 100%;
}


.admin_top_menu.active {
    background: #337ab7;
}

.admin_top_menu.active > span {
    color: white!important
}

.menu-admin:first-child .level1:first-child .level1 {
    border-left-color: #FFF!important;
}


.admin_top_menu.active:before {
    background-color: #FFFFFF!important;
}

.ubicacionLogoU{
  display: flex;
  justify-content: center;
}

.logoU{
  width: 200px;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #004775;
}


li.nuevoItem{
  background-color: #228b22;
  color: white;
}

li.nuevoItem > a.level1{
  color: white;
}


.btn-estudio{
    border-color: #004775!important;
    background-color: #e7f3fb;
    color: #004775;
    text-shadow: none;
}

.btn-estudio:hover{
    font-weight: normal!important
}

.main-header{
    display:flex;
    justify-content: space-between
}

.logo-volver{
    display:flex
}

.volver{
    display: flex;
    justify-content: center;
    padding: 10px 5px;
    background-color: #228b22;
    color: white;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.volver:hover,
.volver:focus,
.volver:active{
    color: white;
    filter: brightness(0.9);
    font-weight: normal;
    text-decoration: none!important
}

.chosen-single:hover{
    font-weight: normal
}

.descarga-individual-cuadernillos{
    background: #e7f3fb33;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.h2-secundario{
    text-transform: none;
    font-size: 20px;
    color: #004775;
}

.link-des, .link-des:hover{
    background-color: white;
    color: #d1d1d1!important;
    border: 1px solid #d1d1d1 !important;
    cursor: not-allowed;
}

.center-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.continuo-estudio-svg{
    width: 10%
}

.flex-centered{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nombreDisciplinaModalidad{
    width: 100%;    
    display: block;    
    text-align: left;
    padding-left: 20%;
}


.highcharts-data-label{
    opacity: 1;
    visibility: visible;
}


.mediosBusqueda{
    margin-top: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}


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

.estadistica-centrada{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.estadistica-centrada > h5{
    text-align: center;
}

.graficos-inicio{
    display: flex;
}


.titulo_sector_economico{
    text-transform: capitalize;
}