body {
  color: #5D5F63;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100%;
}

* {
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0
}

a {
  text-decoration: none;
  outline: none;
  color: #1abc9c;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
  color: #16a086;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
}

button,
a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

p {
  font-size: 14px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

::selection {
  background: #fff7dd;
}

::-moz-selection {
  background: #fff7dd;
}

.breadcrumb {
  background: none;
}

.breadcrumb>li {
  font-size: 12px;
}

.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  padding: 8px 14px;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none!important;
}

.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}














/* Login */

.container-login {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg-login-pc.jpg?v=0);
  background-position: center center;
  background-size: auto 135%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.center-login {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-bottom: 25px;
  padding-top: 67px;
  box-sizing: border-box;
}

.circulo-contenedor {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  height: 450px;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
}

.circulo-contenedor img.logo {
	height: 100px;
	margin-top: -52px;
	margin-bottom: 1px;
	position: absolute;
	top: 0;
}



#cP_pHtm_Empresa {
  width: 242px;
  padding: 9px;
  border: 1px #999 solid;
  margin-top: 50px
}

.cont-logueo {
  height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.cont-logueo .formulario {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: -21px;
}

.cont-logueo .AspNet-Login {
	display: flex;
	flex-direction: column;
}

.cont-logueo div.input {
	position: relative;
}

.cont-logueo .input span {
	position: absolute;
    width: 20px;
    color: #FF0000;
    font-size: 1.2em;
}

.cont-logueo .formulario input {
  width: 100%;
  border: 0;
  padding: 9px 5px 7px 5px;
  text-align: center;
  margin-bottom: 14px;
  background-color: #ddd9d6;
  color: #888;
  height: 37px;
  border: 1px rgba(0, 0, 0, 0) solid;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cont-logueo .formulario input[type="submit"] {
  background-color: #0393d9;
  color: #fff;
}

.cont-logueo .formulario input[type="submit"]:hover {
  background-color: rgba(0, 125, 150, 1);
}

.cont-logueo .formulario input:hover,
.cont-logueo .formulario input:focus {
  border: 1px rgba(0, 125, 150, .5) solid;
}

.cont-logueo .formulario .error-login {
  display: block;
  min-height: 37px;
  font-size: 13px;
  line-height: 16px;
  font-family: robotoM;
  margin: 1px;
  margin-bottom: 20px;
  color: #cf1342;
  text-align: center;
}

.cont-logueo h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #4f4c48;
  font-size: 38px;
  line-height: .8em;
  margin-top: 9px;
  margin-bottom: 15px;
  padding: 22px;
  width: 100%;
  max-width:272px; 
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(230, 231, 233, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.cont-logueo h1 small {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.3em;
  padding-left: 2px;
  color:#000
}
a.leer{
  position: relative;
  display: block;
  color: #3f546a;
  padding-bottom: 1px;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px transparent solid;
}
a.leer:hover{
  border-bottom: 1px #3f546a solid;
}
a.leer:before {
  display: block;
  content: "\f059";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 300;
  color: #3f546a;
  position: absolute;
  left: -25px;
}



.cont-logueo a.olvido {
  font-size: 14px;
  font-family: robotoM;
  color: #0393D9;
  /*display: none;*/
}

.cont-logueo a.olvido:hover {
  text-decoration: underline;
}

.pie-login {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: rgba(28, 46, 64, .6);
  padding: 12px;
  margin-top: 32px;
  margin-bottom: 45px;
  box-sizing: border-box;
}

.pie-login img {
	height: auto;
	max-height: 65px;
}

.marcaAgua-desarrollo {
  display: block;
  position: absolute;
  bottom: 25px;
}

.circulo-contenedor {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.cont-bienvenida-login {
  display: none;
  justify-content: center;
  flex-direction: row;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
}

.cont-bienvenida-login .center-mensaje {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 67px;
}

.cont-bienvenida-login .mensaje {
  display: block;
  /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  min-height: 400px;
  width: 95%;
  max-width: 600px;
  padding: 20px;
}

.cont-bienvenida-login .mensaje img.logo {
  display: block;
  margin: -55px auto;
  width: 104px;
}

.cont-bienvenida-login .mensaje h1 {
  font-family: robotoL;
  color: #4f4c48;
  margin-top: 6px;
  margin-bottom: 15px;
}

.cont-bienvenida-login .mensaje button.cerrar {
  display: block;
  float: right;
  margin-top: -0px;
  margin-right: -8px;
  background-color: transparent;
  border: 0;
  height: 24px;
  width: 24px;
  padding: 0;
  border-radius: 50%;
  font-family: robotoM;
  color: #9e9e9e;
  cursor: pointer;
}

.cont-bienvenida-login .mensaje button.cerrar:after {
  content: "\f057";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 300;
}

.cont-bienvenida-login .mensaje button.cerrar:hover {
  color: rgba(255, 40, 40, 1);
}

.cont-bienvenida-login .mensaje .texto {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 70px auto 20px;
}

.cont-bienvenida-login .mensaje .texto h2 {
  display: block;
  width: 100%;
  margin-top: 0;
  padding-bottom: 2px;
  font-family: RobotoM;
  font-weight: bold;
  color: #3f546a;
  font-style: italic;
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(left, #ffffff 10%, #e6e7e8 47%, #ffffff 90%);
  background: -webkit-linear-gradient(left, #ffffff 10%, #e6e7e8 47%, #ffffff 90%);
  background: linear-gradient(to right, #ffffff 10%, #e6e7e8 47%, #ffffff 90%);
}

.cont-bienvenida-login .mensaje .texto p {
  max-width: 428px;
  width: 90%;
  margin: 3px;
  font-size: 20px;
  text-align: center;
}

.cont-bienvenida-login .mensaje .texto p.estilo1 {
  color: #10a396;
}

.cont-bienvenida-login .mensaje .texto p.tm2 {
  font-size: 16px;
}

.cont-bienvenida-login .mensaje .texto p.estilo2 {
  color: #3f546a;
}








/* Ayuda Popup - Logueo */

.cont-ayuda {
  display: block;
  /*float: right;*/
  margin-right: 0;
  position: relative;
  left: 104%;
}

.cont-ayuda:after {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 300;
  color: #3f546a;
  position: absolute;
  margin-right: 0px;
  margin-top: -40px;
  margin-left: 5px;
}

.cont-logueo .formulario .input.pass .cont-ayuda .texto {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  width: 366px;
  background-color: #3f546a;
  color: #fff;
  padding: 18px;
  border-radius: 15px;
  bottom: 50px;
  left: -163px;
}

@media (max-width: 600px) {
  .cont-logueo .formulario .input.pass .cont-ayuda .texto {
    /*width: 95vw;      */
    left: auto;
    right: -25vw;
  }
}

@media (max-width: 374px) {
  .cont-logueo .formulario .input.pass .cont-ayuda .texto {
    width: 95vw;
    left: auto;
    right: -21vw;
  }
}

.cont-logueo .formulario .input.pass .cont-ayuda:hover .texto {
  visibility: visible;
  opacity: 1;
}

.cont-logueo .formulario .input.pass .cont-ayuda .texto p {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 90%;
  text-align: center;
}

.cont-logueo .formulario .input.pass .cont-ayuda:before {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 300;
  color: #3f546a;
  position: absolute;
  margin-right: 0px;
  margin-top: -58px;
  margin-left: 8px;
  transform: rotate(180deg);
}

.cont-logueo .formulario .input.pass .cont-ayuda:hover:before {
  visibility: visible;
  opacity: 1;
}


@media (max-width: 767px) {
  .container-login {
    background-image: url(../img/bg-login-pc.jpg);
    background-size: auto 100%;
  }
  .circulo-contenedor {
    width: 90%;
    border-radius: 25px;
  }
  .pie-login {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pie-login img {
    margin: 5px auto;
  }
}
















/* Header */

#header {
  z-index: 200;
  background: #fff;
  min-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
  background-color: #ccc;
  border-bottom: 3px #fff solid;
}

@media (max-width: 767px) {
  #header {
    border-bottom: 0;
  }
}

#header .col-logo {
  float: left;
  width: 240px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}

#header .col-logo img {
  max-width: 80%;
  /*height: 65px;*/
}

.col-logo i {
    font-size: 40px;
    width: 100%;
    text-align: center;
}

#header .col-dosLogos {
  height: 80px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.col-dosLogos img {
	height: auto;
    object-fit: contain;
	max-height: 65px;
}

#header .col-dosLogos .movil {
  display: none;
}

#header .col-dosLogos .pc {
  display: block;
}

@media (max-width: 904px) {
  #header .col-dosLogos .pc {
    display: none;
  }
  #header .col-dosLogos .movil {
    display: block;
  }
}

#header .col-separador {
  height: 40px;
  border-right: 2px #fff solid;
  margin-right: 20px;
}




/* Select Empresa */

.select-empresa {
  position: relative;
  height: 80px;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.select-empresa .cont-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 434px;
  margin-left: 2px;
  height: 46px;
  background-color: rgba(255, 255, 255, .3);
  padding-left: 20px;
  height: 80%;
  transition: all 0.2s ease-in-out;
  height: 100%;
  margin-left: 1px;
}
.select-empresa.multi .cont-selected {
  cursor: pointer;
}

.select-empresa .cont-selected.drop {
  height: 100%;
  /*padding-left: 30px*/
}
.select-empresa .cont-selected .selected {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.select-empresa.multi .cont-selected .selected {
  cursor: pointer;
}
.select-empresa .cont-selected .flecha {
  display: none;
}
.select-empresa.multi .cont-selected .flecha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 100%;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  padding: 1px 6px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.select-empresa.multi .cont-selected .flecha:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
}

.select-empresa .cont-selected.hover .flecha,
.select-empresa .cont-selected:hover .flecha {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, .1);
}

.select-empresa .cont-selected:hover .flecha:after,
.select-empresa .cont-selected.hover .flecha:after,
.select-empresa .cont-selected.hover .flecha,
.select-empresa.multi .cont-selected .flecha.drop:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
}
.select-empresa.multi .cont-selected .flecha.drop {
  padding-top: 10px;
}
.select-empresa ul.cont-options {
  display: none;
}
.select-empresa ul.cont-options {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 78px;
  margin-top: 0;
  width: 435px;
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, .95);
  padding: 20px 0;
}

.select-empresa ul.cont-options li {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 22px;
  transition: all .4s ease
}
.select-empresa ul.cont-options li:hover {
  background-color: rgba(0, 0, 0, .1);
  padding-left: 15px;
}


.select-empresa ul.cont-options li a {
  display: flex;
  align-items: center;
}

.select-empresa ul.cont-options li a img {
  height: 22px;
}

.select-empresa ul.cont-options li a span {
  display: block;
  font-size: 14px;
  line-height: 18px;

  color: #666
}
.select-empresa ul.cont-options li a span:hover {
  color: #10A396;
}


@media (max-width:730px) {
  .select-empresa {
    position: static;
    float: right;
    width: 55%;
    margin: 0;
    justify-content: flex-end;
  }
  .select-empresa .cont-selected {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    background-color: transparent;
  }

  .select-empresa .cont-selected img.iso-movil {
    height: 26px
  }
  .select-empresa .cont-selected img.mChico {
    height: 20px
  }
  .select-empresa .cont-selected img.chico {
    height: 20px
  }
  .select-empresa .cont-selected span {
    font-size: 14px;
    line-height: 17px;
  }
  .select-empresa ul.cont-options {
    position: absolute;
    right: 0;
    z-index: 100;
    top: 78px;
    margin-top: 0;
    width: 100%;
    padding-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, .95);
    padding: 20px 0;
  }
}




/* Select empresa */

#container {
  width: 100%;
  min-height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-content-toggle-left {
  margin-left: 0;
}



.toggle-navigation.toggle-left {
  width: 240px;
  background-color: #293949;
  /* border-right: 3px #fff solid; */
  text-align: right;
  height: 47px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.col-menu .separador {
  display: block;
  border-bottom: 1px #35485b solid;
}

.toggle-navigation.toggle-left .btn {
  background-color: transparent;
  color: #7a89a1;
  font-size: 20px;
  padding-right: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
  height: 45px;
}

.toggle-navigation.toggle-left.mini {
  width: 50px;
}

.toggle-navigation.toggle-left.mini .btn {
  width: 100%;
}
























/* Perfil */

.cont-navYlogin {
  display: inline-block;
  background-color: #fff;
}

.cont-login .dropdown-menuUser {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.cont-login {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 77px;
}

.cont-login .dropdown-menuUser .fotoPerfil {
  display: block;
  margin: 10px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 120%;
}

.cont-login .dropdown-menuUser .nombre {
  display: block;
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 10px;
}

.cont-login button {
  background: transparent;
  border: none;
}

.cont-login button.dropdown-seteo {
  width: 41px;
  height: 100%;
  margin-left: 0px;
  font-size: 16px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cont-login button.dropdown-seteo:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
}

.cont-login button.dropdown-seteo.hover,
.cont-login button.dropdown-seteo:hover {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, .1);
}

.cont-login button.dropdown-seteo:hover:after,
.cont-login button.dropdown-seteo.hover:after,
.cont-login button.dropdown-seteo.hover,
.cont-login button.dropdown-seteo.drop:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
}

.cont-login button.dropdown-seteo.drop {
  padding-top: 10px;
}

.cont-login a.cerrar-sesion {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 65px;
  height: 100%;
  font-size: 21px;
  color: #949494;
  background-color: rgba(255, 255, 255, .3);
}

.cont-login a.cerrar-sesion:hover {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 30, 30, 1);
}






















/* Menu Usuario */

.seteo-usuario {
  display: none;
  position: absolute;
  z-index: 100;
  top: 78px;
  margin-top: 0;
  right: 65px;
  /* background-image: url(../img/perfil-usuario/seteoTemp.jpg);
    background-position: center top; */
  width: 288px;
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, .95);
}

.seteo-usuario h5 {
  font-size: 18px;
  font-weight: normal;
  margin: 18px auto 0;
  padding-left: 13px;
  line-height: 36px;
  color: #ffffff;
  background-color: #09a89c;
}

.seteo-usuario i.fa.fa-user {
  margin-right: 5px;
}

.seteo-usuario ul {
  margin-top: 18px;
}

.seteo-usuario ul li {
  padding-left: 29px;
  line-height: 22px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #7a89a1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.seteo-usuario ul li a {
  display: block;
  color: #7a89a1;
}

.seteo-usuario ul li:hover,
.seteo-usuario ul li a:hover {
  color: #09a89c;
}

.seteo-usuario ul li:hover {
  padding-left: 34px;
}

.seteo-usuario i.fa.fa-caret-right {
  margin-right: 5px;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.seteo-usuario ul li:hover i.fa.fa-caret-right {
  margin-right: 10px;
  color: #09a89c;
}


@media (max-width: 1000px) {
  .seteo-usuario {
    z-index: 10000;
    top: 142px;
    margin-top: 0px;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.2);
  }
  .seteo-usuario h5 {
    margin-top: 0;
  }
  .cont-login {
    width: 100%;
    max-width: 350px;
    height: 61px;
    position: relative;
    top: auto;
    right: auto;
    float: right;
    margin-top: 0;
  }
  .cont-login .dropdown-menuUser {
    margin-top: 0
  }
  .cont-login .dropdown-menuUser .fotoPerfil {
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
  .cont-login .dropdown-menuUser .nombre {
    width: 45%;
  }
  .cont-login a.cerrar-sesion {
    max-width: 45px;
    width: 15%;
  }
  .cont-login .dropdown-menuUser {
    width: 65%;
  }

  .cont-login {
    height: 62px;
    text-align: right;
  }
}























/* Sidebar */

.col-menu {
  position: absolute;
  top: 81px;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* para enviear el menu .fixed-bottom hasta abajo*/
  background: #293949;
  border-right: 3px #fff solid;
}

.no-dropdown {
  margin-top: 2px;
  padding-left: 0;
}

.col-menu .divisior {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 5px;
  /*box-shadow: inset 0 0 3px rgba(0,0,0,.8);*/
  padding: 0;
  background-color: #192531;
  height: 9px;
  line-height: 9px;
}

.col-menu .divisior:before {
  font-size: 14px;
  font-family: FontAwesome;
  content: '\f141';
  color: rgba(255, 255, 255, .2);
  /*background-color: #00aeef;*/
  border-radius: 50%;
}

.no-dropdown a {
  padding-left: 18px;
}

.sidebar {
  display: block;
  /* position: fixed; */
  /* height: 100%; */
  width: 240px;
  background-color: #293949;
  z-index: 999;
  /* border-right: 3px #fff solid; */
}


@media (max-width: 1000px) {
  .sidebar,
  .sidebar-mini .sidebar {
    display: none;
    height: auto;
    width: 240px;
    background: #293949;
    z-index: 999;
    border-right: 0px #fff solid;
  }
  .sidebar.minifi,
  .sidebar-mini .sidebar.minifi {
    display: none;
  }
  .toggle-navigation.toggle-left,
  /* boton desplegar menu */
  .toggle-navigation.toggle-left.mini {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    background-color: #ccc;
    border-right: 0px #fff solid;
    text-align: right;
    border-radius: 50%;
    margin-left: 9px;
    margin-bottom: 11px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .toggle-navigation.toggle-left.mini .btn,
  .toggle-navigation.toggle-left .btn {
    height: 38px;
    width: 38px;
    background-color: transparent;
    color: #7a89a1;
    font-size: 20px;
    padding: 11px;
    padding-top: 9px;
    padding-left: 10px;
    line-height: 21px;
    font-size: 16px;
  }
  .cont-menu-fixed-top {
    margin-top: -19px;
    z-index: 10;
  }

  .col-menu {
    bottom: auto;
    background: transparent;
    border-right: 0;
    margin-top: 61px;
    background-color: #444
  }
  .sidebar {
    top: -8px;
  }

  .toggle-navigation.toggle-left {
    margin-top: -30px;
  }
  .col-menu .separador {
    display: none;
  }
  .cont-navYlogin {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  #header .col-logo {
    float: left;
    max-width: 240px;
    width: 45%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
  /*     
    #header .col-logo img{
        padding-left: 4%;
        padding-right: 4%;
    }
    */
  #header .col-separador {
    margin-right: 10%;
  }
  #header .col-dosLogos {
    max-width: 128px;
    padding-right: 10px;
    width: 35%
  }
}

.sidebar .nav a {
  text-decoration: none;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
}

.sidebar .nav i {
  font-size: 16px;
  margin-right: 5px;
}

.sidebar .nav .nav-sub {
  list-style: none;
  padding: 0;
  background: #293949;
  display: none;
  border: 0;
}


.sidebar .nav>li.nav-dropdown {
  border-bottom: 1px #35485b solid;
}

.sidebar .nav>li>.nav-sub>li.nav-dropdown a:after {
  line-height: 19px;
  height: auto;
}

.sidebar .nav>li>.nav-sub>li>.nav-sub>li.nav-dropdown.open>a:focus,
.sidebar .nav>li>.nav-sub>li>.nav-sub>li.nav-dropdown.open>a:after,
.sidebar .nav>li>.nav-sub>li.nav-dropdown.open>a:focus,
.sidebar .nav>li>.nav-sub>li.nav-dropdown.open>a:after {
  border-right: 0;
  content: "\f107";
}

.sidebar .nav .nav-sub li>a {
  font-size: 13px;
  padding: 8px 0 8px 10px;
  display: block;
}

.sidebar .nav>li>.nav-sub li {
  padding-top: 1px;
}

.sidebar .nav>li>.nav-sub>li>a {
  padding-left: 29px;
}

.sidebar .nav>li>.nav-sub>li>.nav-sub>li>a {
  margin-left: 0;
  padding-left: 45px;
}

.sidebar .nav>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>a {
  margin-left: 42px;
}

.sidebar .nav>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>a {
  padding-left: 70px;
}

.sidebar .nav>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>a {
  padding-left: 75px;
}

.sidebar-mini .sidebar .nav>li>.nav-sub>li>a {
  padding-left: 25px;
}

.sidebar-mini .sidebar .nav>li>.nav-sub>li>.nav-sub>li>a {
  padding-left: 35px;
}

.sidebar-mini .sidebar .nav>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>a {
  padding-left: 45px;
}

.sidebar-mini .sidebar .nav>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>.nav-sub>li>a {
  padding-left: 55px;
}



.sidebar .nav-pills {
  margin: 0;
}

.sidebar .nav-pills>li:first-child {
  border-bottom: 1px #35485b solid;
}

.sidebar .nav-pills>li>a {
  padding: 0;
  padding-left: 12px;
  line-height: 41px;
  font-size: 14px;
  border-right: solid 1px #293949;
}

.sidebar .nav>li>a {
  margin-top: -2px;
}

.sidebar .nav>li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar .nav>li>a:hover {
  color: #fff;
  border-right: solid 4px #1abc9c;
  background-color: #192531;
}

.nav>li a:hover {
  background-color: #192531;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #192531;
  line-height: 40px;
  padding-top: 0px;
  padding-right: 0;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.sidebar .nav>li>a:focus,
.sidebar .nav>li.active>a {
  color: #fff;
  border-right: solid 4px #1abc9c;
  background-color: #192531;
}

.nav-pills>li>a {
  border-radius: 0;
}




.sidebar a, .sidebar a:link, .sidebar a:visited {
  color: #d3d6dd;
}

.sidebar a:focus,
.sidebar a:hover {
  color: #fff;
}

.sidebar .active>a,
.sidebar .active>a:focus,
.sidebar .active>a:hover {
  color: #fff;
}

.sidebar .sidebar-profile .media-body h4 {
  color: #f5f5f5;
}

.sidebar-mini .sidebar .nav>li.open {
  padding-left: 0;
}

.sidebar-mini .sidebar .nav>li.open>a {
  color: #fff;
  background-color: #192531;
}

.sidebar-mini .sidebar .nav>li.open.active {
  padding-left: 0;
}

.sidebar-mini .sidebar .nav>li.open.active>a {
  padding-left: 19px;
}

.sidebar .nav-sub li.open>a {
  color: #fff;
  /*  background-color: rgba(0, 0, 0, 0.2); */
}

.nav-dropdown>a:after {
  margin-top: 0px;
  float: right;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 300;
  text-shadow: none;
  height: 40px;
  width: 19px;
  line-height: 40px;
  text-align: center;
}

.nav-pills>.nav-dropdown.open>a:after {
  display: block;
  margin-right: 0px;
  width: 20px;
  text-align: center;
  padding-left: 4px;
  content: "\f107";
  background-color: #1abc9c;
}

.nav-pills>li.active>.nav-sub {
  border-right: solid 4px #1abc9c;
}

.nav-pills>li.active {
  background-color: #192531;
}

.sidebar-mini .sidebar .nav>li.nav-dropdown>a:after {
  display: none;
  content: "";
  top: 12px;
  left: 34px;
  font-size: 10px;
}

.sidebar-mini .sidebar .nav>li>a {
  margin-top: 0px;
  padding: 10px 9px;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-mini .sidebar .nav>li a .badge,
.sidebar-mini .sidebar .nav>li a .label {
  display: none;
}

.sidebar-mini .sidebar .nav>li>a>i:first-child {
  margin-right: 10px;
  width: 22.28px;
}

.sidebar-mini .sidebar .nav>li>.nav-sub {
  position: absolute;
  left: 50px;
  margin-top: 0;
  padding-bottom: 2px;
  display: none!important;
}

.sidebar-mini .sidebar .nav>li.nav-dropdown-open,
.sidebar-mini .sidebar .nav>li:hover {
  width: 240px;
  z-index: 10;
}

.sidebar-mini .sidebar .nav>li.nav-dropdown-open a,
.sidebar-mini .sidebar .nav>li:hover a {
  display: block;
  overflow: visible;
  white-space: normal;
  /* 
    background-color: #293949; */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.sidebar-mini .sidebar .nav>li.nav-dropdown-open a .badge,
.sidebar-mini .sidebar .nav>li.nav-dropdown-open a .label,
.sidebar-mini .sidebar .nav>li:hover a .badge,
.sidebar-mini .sidebar .nav>li:hover a .label {
  display: block;
}

.sidebar-mini .sidebar .nav>li.nav-dropdown-open>.nav-sub {
  border: 1px #fff solid
}

.sidebar-mini .sidebar .nav>li.nav-dropdown-open>.nav-sub,
.sidebar-mini .sidebar .nav>li:hover>.nav-sub {
  display: block!important;
  z-index: 10;
}

.sidebar-mini .sidebar .nav-pills {
  margin-left: 5px;
  margin-right: 5px;
}

.sidebar-mini .sidebar .nav-pills li.no-dropdown {
  padding-left: 0;
  height: auto;
  padding: 0;
  line-height: 45px;
}

.sidebar-mini .sidebar .nav-pills li.no-dropdown a {
  padding: 0;
  height: auto;
  line-height: auto;
  padding-left: 18px;
}

.sidebar-mini .sidebar .nav-pills>li.nav-dropdown {
  background-color: #293949;
}

.sidebar-mini .sidebar .nav-pills>li.nav-dropdown-open,
.sidebar-mini .sidebar .nav-pills>li:hover {
  width: 269px;
}

.sidebar-mini .sidebar .nav-pills>li>a>i {
  margin-right: 10px;
  width: 23px;
}

.sidebar-mini .sidebar .nav-pills>li>.nav-sub {
  left: 44px;
  width: 225px;
  margin-top: 0px
  /* border: 0px #444 solid */
}

.sidebar-mini .sidebar .nav-pills>li>.nav-sub a {
  padding-right: 5px;
}

.sidebar-mini .sidebar .nav-pills>li.nav-dropdown {
  margin-top: 0;
  padding-left: 0;
  height: auto;
  line-height: 25px;
}

.sidebar-mini .sidebar .nav-pills>li.nav-dropdown>a {
  /* background-color: #444; */
  height: auto;
  line-height: 20px;
  padding-left: 19px;
}

.sidebar-mini .sidebar .nav-pills>li>.nav-sub .nav-dropdown>a {
  padding-right: 2px;
}

.sidebar-mini .sidebar {
  width: 50px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0;
}

.sidebar-mini .sidebar>.nav {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.sidebar-mini .sidebar>.nav>li {
  padding-left: 9px;
}

.sidebar-mini .sidebar .nav>li a {
  text-overflow: initial;
}
































/* ####################################################3 */


/* Contenido Central */

.dinamico {
  display: block;
  margin-top: -18px;
  margin-left: 243px;
  min-height: 700px;
  background-color: #f3f3f4;
}

.dinamico.max {
  margin-left: 51px;
}

.cont-inicio {
  background-image: url(../img/bg-inicio.png);
  background-position: 1900px bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 58px;
}


.ScrollHoriz {
	display: flex;
	width: 100%;
	overflow: auto;
}











/* Slider */


/* Scroll estilos */

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 10px;
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb:horizontal,
.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb:vertical {
  border-width: 3px 2px;
  min-width: 20px;
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, .2);
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-corner {
  /*background: transparent;*/
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.contTextoBanner.inicio.rightBottom::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3);
}









/* Fin Scroll estilos */


/* Slider inicio */

.contenedorSlider {
  display: none;
  position: relative;
}

.contenedorSlider.activo {
  display: block;
  position: relative;
}

.contTextoBanner.inicio.rightBottom {
  position: absolute;
  right: 0;
  transform: translateY(50%);
  bottom: 50%;
  width: 46%;
  max-height: 95%;
  overflow: auto;
}

@media (max-width: 767px) {
  .contTextoBanner.inicio.rightBottom {
    width: 86%;
    max-height: 95%;
  }
}

.contTextoBanner .textoSlider {
  padding: 22px;
  margin: 5px 0;
}

.contTextoBanner .textoSlider:first-child {
  margin: 0;
}

.contTextoBanner .textoSlider.color1 {
  background-color: rgba(72, 58, 123, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color2 {
  background-color: rgba(54, 69, 76, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color3 {
  background-color: rgba(27, 115, 188, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color4 {
  background-color: rgba(90, 182, 246, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color4 {
  background-color: rgba(20, 159, 152, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color5 {
  background-color: rgba(23, 162, 156, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color6 {
  background-color: rgba(53, 67, 88, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color7 {
  background-color: rgba(236, 163, 40, .9);
  color: #fff
}

.contTextoBanner .textoSlider.color8 {
  background-color: rgba(61, 78, 93, .9);
  color: #fff
}

.contTextoBanner .textoSlider h2.titulo {
  margin: 0;
  margin-bottom: 15px;
}

.contTextoBanner .textoSlider span.bajada {
  font-size: 35px;
}

.contTextoBanner .textoSlider span.texto {
  font-size: 18px;
}

.contenedorSlider .w3-button {
  display: inline-block;
  border: none;
  padding: 8px 16px 9px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  color: #000;
  background-color: rgba(255, 255, 255, .8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contenedorSlider .w3-button:hover {
  background-color: rgba(255, 255, 255, 1);
}

.contenedorSlider:hover .w3-button {
  opacity: 1;
}

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%)
}

@media (max-width: 1100px) and (min-width: 767px),
(max-width: 580px) {
  .contTextoBanner .textoSlider h2.titulo {
    margin: 0;
    margin-bottom: 12px;
  }

  .contTextoBanner .textoSlider span.bajada {
    font-size: 20px;
  }

  .contTextoBanner .textoSlider span.texto {
    font-size: 12px;
  }
}

.animate-slide {
  position: relative;
  animation: animate-slide 1s
}

@keyframes animate-slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dinamico img {
}

.dinamico img.banner {
  width: 100%;
}

.dinamico img.pc {
  width: 100%;
  display: block;
}

.dinamico img.movil {
  width: 100%;
  display: none;
}









/* Slider inicio */

.secciones {
  display: flex;
  justify-content: space-around;
  margin-bottom: 55px;
}

h1.principal {
  text-align: center;
  color: #00aeef;
  line-height: 49px;
  font-size: 42px;
  margin: 0;
  margin-bottom: 33px;
}

.secciones button {
  border: 0;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 5px #fff solid;
  cursor: pointer;
}

.secciones button.activo,
.secciones button:hover {
  border: 5px rgba(255, 255, 255, .3) solid;
}

@media (min-width: 904px) {
  .secciones button.activo,
  .secciones button:hover {
    margin-top: -10px;
  }
}

.secciones button.color1 {
  background-color: rgba(109, 72, 172, 1);
}

.secciones button.color2 {
  background-color: rgba(14, 122, 189, 1);
}

.secciones button.color3 {
  background-color: rgba(72, 176, 247, 1);
}

.secciones button.color4 {
  background-color: rgba(18, 206, 191, 1);
}

.secciones button.color5 {
  background-color: rgba(246, 87, 83, 1);
}

.secciones button.color6 {
  background-color: rgba(250, 166, 26, 1);
}




footer {
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

@media (max-width: 1000px) {
  footer {
    flex-direction: column;
  }
  .dinamico {
    min-height: auto;
    margin-top: 62px;
    margin-left: 0;
  }
  .dinamico.max {
    margin-left: 0
  }
  .dinamico img.pc {
    display: none;
  }
  .dinamico img.movil {
    display: block;
  }
}











/* Calendario y texto institucional */

.cumple {
  display: block;
  background-color: white;
  text-align: center;
}

.calendario {
  padding-left: 0;
  padding-right: 0;
}

.cumpleFila {
  font-family: RobotoM;
}

.cumpleDia {
  display: inline-block;
  width: 26px;
  margin: 0px 1% 5px;
  font-family: RobotoL;
  font-size: 15px;
  font-weight: bold;
  color: #BBB;
}

.cumpleFecha {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(26, 188, 156, 1);
  color: #fff;
  width: 26px;
  height: 26px;
  cursor: default;
  margin: 1%;
  line-height: 25px;
}

.cumpleNro {
  font-size: 14px;
}

.cumpleFecha.fueraMes {
  background-color: rgba(0, 0, 0, .07);
  color: #999
}

.cumpleFecha.sinDatos {
  background-color: #fff;
  color: #222;
}

.cumpleFecha.sinDatos.fueraMes {
  color: rgba(0, 0, 0, .4);
}


.cumpleFecha.Sunday {
  color: #fff;
  background-color: rgba(97, 102, 175, 1);
}

.cumpleFecha.Sunday.fueraMes {
  background-color: rgba(0, 0, 0, .07);
  color: #2eb0e9;
  color: rgba(46, 176, 233, .6);
}

.cumpleFecha.Sunday.sinDatos {
  background-color: transparent;
  color: #2eb0e9;
}

.cumpleFecha.Saturday {
  color: #fff;
  background-color: rgba(97, 102, 175, 1);
}

.cumpleFecha.Saturday.fueraMes {
  background-color: rgba(0, 0, 0, .07);
  color: #e4037e;
  color: rgba(288, 3, 126, .6);
}

.cumpleFecha.Saturday.sinDatos {
  background-color: transparent;
  color: #e4037e;
}

.cumpleFecha .cumplePersonas {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  color: #444;
  text-align: center;
  padding: 8px;
  padding-left: 60px;
  position: absolute;
  z-index: 1;
  bottom: 43px;
  right: -10px;
  transition: opacity 0.3s;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  background-image: url(../img/torta-cumple.jpg);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 40px;
}

.cumpleFecha:nth-child(12) .cumplePersonas {
  visibility: visible;
  opacity: 0.9;
}

.cumpleFecha .cumplePersonas ul {
  margin: 0;
  padding: 0;
  margin: 10px 18px;
}

.cumpleFecha .cumplePersonas li {
  list-style-type: none;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

.cumpleFecha .cumplePersonas li i {
  padding-right: 10px;
}

.cumpleFecha:hover .cumplePersonas {
  visibility: visible;
  opacity: 0.9;
}


@media (max-width: 600px) {
  .cumpleFecha.Sunday {
    position: unset;
  }
  .cumpleFecha .cumplePersonas {
    position: fixed;
    top: 2%;
    bottom: auto;
    right: 5%;
    left: 5%;
    margin: auto;
    width: 90%
  }
  .cumpleFecha .cumplePersonas ul {
    overflow: auto;
  }
}









/* Bottom inicio */

.cont-institucionales {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 33px auto 0;
}

.cont-institucionales h2 {
  /*text-align: center;*/
  color: #00aeef;
  line-height: 40px;
  font-size: 30px;
}

.cont-inicio {
  padding-bottom: 30px;
  padding-top: 30px;
}

.calendario {
  width: 35%;
  border-radius: 25px;
  background-color: #fff;
  padding-left: 27px;
  padding-right: 26px;
  padding-bottom: 26px;
  align-self: flex-start;
}

.calendario h2 {
  text-align: center;
  margin-bottom: 15px;
}

.mensajes {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 60%;
  border-radius: 25px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 26px;
}

.mensajes a.leer {
  display: block;
  align-self: flex-end;
}

.mensajes .texto-gancho {
  width: 95%;
  margin-left: 28px;
  max-height: 230px;
  overflow: auto;
  margin-bottom: 20px
}

.mensajes .texto-gancho::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 10px;
}

.mensajes .texto-gancho::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.mensajes .texto-gancho::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

.mensajes .texto-gancho::-webkit-scrollbar-thumb:horizontal,
.mensajes .texto-gancho::-webkit-scrollbar-thumb:vertical {
  border-width: 3px 2px;
  min-width: 20px;
}

.mensajes .texto-gancho::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, .2);
}

.mensajes .texto-gancho::-webkit-scrollbar-corner {
  /*background: transparent;*/
}

.mensajes .texto-gancho::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.mensajes .texto-gancho::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3);
}

.mensajes .texto-gancho p {
  display: block;
  font-size: 18px;
  line-height: 23px;
  margin-right: 24px;
}

.mensajes .texto-gancho p:first-child::first-letter {
  color: #1abc9c;
  font: 700 50px/45px robotoL;
  float: left;
  margin-right: 6px;
}

.cont-mensaje-flotante {
  display: none;
  justify-content: center;
  flex-direction: row;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.texto-completo {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  width: 80%;
  max-width: 900px;
  max-height: 80%;
  align-self: center;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 18px;
  border-radius: 3px;
  overflow: auto;
}
.texto-completo::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 10px;
}

.texto-completo::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.texto-completo::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.8);
}

.texto-completo::-webkit-scrollbar-thumb:horizontal,
.texto-completo::-webkit-scrollbar-thumb:vertical {
  border-width: 3px 2px;
  min-width: 20px;
}

.texto-completo::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, .2);
}

.texto-completo::-webkit-scrollbar-corner {
  /*background: transparent;*/
}

.texto-completo::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.texto-completo::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .3);
}





.texto-completo p {
  font-size: 16px;
  line-height: 24px;
}
.texto-completo ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: disc;
}
.texto-completo h3 {
  font-family: robotoL;
  font-size: 42px;
  line-height: 54px;
}

.texto-completo h4 {
  font-family: robotoM;
  font-size: 24px;
  line-height: 32px;
}

.texto-completo button.cerrar {
  float: right;
  margin-top: 16px;
  margin-right: -35px;
  background-color: #ebebeb;
  border: 0;
  height: 30px;
  width: 30px;
  font-size: 15px;
  font-family: robotoM;
  color: #9e9e9e;
  padding-bottom: 3px;
  cursor: pointer;
}

.texto-completo button.cerrar:hover {
  color: #fff;
  background-color: rgba(255, 40, 40, 1);
}











/* Arreglo responsive para pantallas medias y celulares del calendario */

@media (min-width: 904px) and (max-width: 1180px),
(max-width: 320px) {
  .calendario {
    padding-right: 0;
    padding-left: 0;
  }
  .cumpleDia {
    width: 20px;
    margin: 0px .4% 3px;
    font-size: 15px;
  }
  .cumpleFecha {
    width: 20px;
    height: 20px;
    margin: .4%;
    line-height: 17px;
  }
  .cumpleNro {
    font-size: 12px;
  }
}

@media (max-width: 904px) {
  .secciones {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .secciones button {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 7px;
  }
  .cont-institucionales {
    flex-direction: column;
  }
  .calendario {
    width: 100%;
  }
  .mensajes {
    width: 100%;
    margin-bottom: 30px;
  }
  .cont-inicio {
    background-image: url(../img/bg-inicio.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: 100% auto;
  }
}










/* General Pantallas internas*/

div.ruta {
  line-height: 21px;
  font-size: 14px;
  padding: 18px;
  margin-left: 1%;
}

div.ruta a {
  color: #2f4050;
  cursor: pointer;
}

div.ruta a:last-child {
  color: #09a89c;
}

div.ruta a.ruta.ruta-seccion:before {
  content: '> ';
}

div.ruta a span {
  border-bottom: 1px transparent solid;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

div.ruta a:hover span {
  border-bottom: 1px #2f4050 solid;
}

div.ruta a:last-child:hover span {
  border-bottom: 1px #09a89c solid;
}











/* Textos generales */

.dinamico.general {
  background-image: url(../img/bg-empresa.png);
  background-position: 1900px bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 904px) {
  .dinamico.general {
    background-image: url(../img/bg-empresa.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: 100% auto;
  }
}

.cont-texto-general {
  background-color: rgba(255, 255, 255, .7);
  width: 80%;
  min-height: 591px;
  margin: 0 auto 25px;
  padding: 25px 5% 25px 5%;
}

.cont-texto-general p,
.cont-texto-general ul li {
  color: #2f4050;
  font-size: 18px;
  font-family: robotoL;
}

.con-banner-scroll {
  overflow-x: auto;
}

.con-banner-scroll img {
  min-width: 496px;
}

.cont-texto-general h3 {
  font-family: robotoL;
  color: #09a89c;
  font-size: 24px;
  font-weight: bold;
}










/* Comite de Ã©tica */

.cont-texto-general h3.estilo2 {
  font-family: robotoM;
  color: #09a89c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
}

.cont-texto-general ul.estilo2 {
  margin-bottom: 35px;
}

.cont-texto-general ul li.bullet1:before {
  display: inline-block;
  vertical-align: 0px;
  width: 22px;
  height: 22px;
  padding-left: 2px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: FontAwesome;
  content: '\f054';
  color: #fff;
  background-color: #00aeef;
  border-radius: 50%;
  box-sizing: border-box;
  text-indent: 0px;
}

.cont-texto-general ul li.bullet1 {
  line-height: 28px;
  margin-bottom: 17px;
  text-indent: -28px;
  margin-left: 27px;
}

.cont-texto-general ul li a {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  color: #2f4050;
}

.cont-texto-general ul li a:hover {
  text-decoration: none;
  border-bottom: 1px #2f4050 solid;
  color: #2f4050;
}

.cont-texto-general ul.estilo-lista-descarga {}

.cont-texto-general ul.estilo-lista-descarga li div {
  display: inline-block;
  vertical-align: top
}

.cont-texto-general ul.estilo-lista-descarga li div.link {
  border-bottom: 1px rgba(0, 0, 0, .3) solid;
  width: 100%;
  max-width: 80%;
  padding-top: 9px;
  padding-bottom: 11px;
}

.cont-texto-general ul.estilo-lista-descarga li:last-child div.link {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
}

.cont-texto-general ul.estilo-lista-descarga li a {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  color: #2f4050;
}

.cont-texto-general ul.estilo-lista-descarga li a:hover {
  text-decoration: none;
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  color: #d92126;
}

.cont-texto-general ul li.pdf .icon,
.cont-texto-general ul li.doc .icon,
.cont-texto-general ul li.xlx .icon,
.cont-texto-general ul li.txt .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: -12px;
}

.cont-texto-general ul li.pdf .icon:before,
.cont-texto-general ul li.doc .icon:before,
.cont-texto-general ul li.xlx .icon:before,
.cont-texto-general ul li.txt .icon:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  text-align: center;
  font-size: 29px;
  line-height: 24px;
  font-family: FontAwesome;
  content: '\f1c1';
  color: #d92126;
  background-color: #fff;
  box-sizing: border-box;
  text-indent: 0px;
}

.cont-texto-general ul li.doc .icon:before {
  content: '\f1c2';
  color: #004f82;
}

.cont-texto-general ul li.xlx .icon:before {
  content: '\f1c3';
  color: #008228;
}

.cont-texto-general ul li.txt .icon:before {
  content: '\f15c';
  color: #0072bc;
}











/* Modulos Capacitacion o datos */

.cont-modulos {
  padding-top: 25px;
}

.cont-modulos .row-modulo {
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: justify;
}

.cont-modulos .row-modulo ul.modulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
  background-color: #fff;
  margin: 2%;
  padding: 3%;
  padding-bottom: 40px;
  border-radius: 25px;
  box-sizing: border-box;
}

.cont-modulos .row-modulo ul.modulo>li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 5px;
}

.cont-modulos .row-modulo ul.modulo>li span {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  text-align: right;
  color: #09a89c;
  padding: 3px;
  font-weight: bold;
  word-break: break-word;
}

.cont-modulos .row-modulo ul.modulo>li>ul {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  text-align: left;
  color: #465668;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

.cont-modulos .row-modulo ul.modulo>li span+span {
  width: 65%;
  text-align: left;
  color: #465668;
  font-weight: normal;
}

.cont-modulos .row-modulo ul.modulo.ancho {
  width: 100%;
}

.cont-modulos .row-modulo ul.modulo.ancho>li {
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 5px;
}

.cont-modulos .row-modulo ul.modulo.ancho>li>ul {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  text-align: left;
  color: #465668;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

.cont-modulos .row-modulo ul.modulo.ancho>li span {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  text-align: right;
  color: #09a89c;
  padding: 3px;
  font-weight: bold;
  word-break: break-word;
}

.cont-modulos .row-modulo ul.modulo.ancho>li span+span {
  width: 65%;
  text-align: left;
  color: #465668;
  font-weight: normal;
}

.cont-modulos .row-modulo ul.modulo.ancho>li>ul {
  display: inline-flex;
  flex-flow: row wrap;
  width: 80%;
  text-align: left;
  color: #465668;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

.cont-modulos .row-modulo ul.modulo.ancho>li>ul li {
  display: block;
  text-align: center;
  min-width: 100px;
}

.cont-modulos .row-modulo ul.modulo.ancho>li>ul li i {
  display: block;
  color: #d5d9dd;
  font-size: 35px;
  margin-top: 6px;
  margin-bottom: 20px;
}

.cont-modulos .row-modulo ul.modulo.ancho>li>ul li.check i {
  color: #1daa94;
}

@media (min-width: 600px) and (max-width: 900px),
(max-width: 600px) {
  .cont-modulos .row-modulo {
    display: block;
  }
  .cont-modulos .row-modulo ul.modulo {
    width: 100%;
    margin: 25px auto 0;
  }
  .cont-modulos .row-modulo ul.modulo.ancho>li>ul,
  .cont-modulos .row-modulo ul.modulo.ancho>li>span,
  .cont-modulos .row-modulo ul.modulo.ancho>li>span+span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cont-modulos .row-modulo ul.modulo.ancho>li {
    margin-bottom: 25px;
  }
  .cont-modulos .row-modulo ul.modulo.ancho>li>ul {
    text-align: left;
  }
  .cont-modulos .row-modulo ul.modulo.ancho>li>ul>li {
    width: 24%;
    display: inline-block;
  }
}

h2.principal {
  text-align: center;
  color: #00aeef;
  line-height: 49px;
  font-size: 40px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 45px;
}

.cont-botones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 95%;
  margin: 0 auto
}

.cont-botones a.boton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 181px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #f65753;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 2%;
}

.cont-botones a.boton.dos {
  background-color: #12cebf;
}

.cont-botones a.boton.tres {
  background-color: #0e70bd;
}

.cont-botones a.boton.cuatro {
  background-color: #6d5cac;
}

@media (max-width: 650px) {
  .cont-botones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .cont-botones a.boton {
    width: 100%;
    border-radius: 0;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0;
    padding: 20px 0;
  }
}








/* Experiencia Laboral */

.cont-modulos .row-modulo-expLab {
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
  justify-content: space-between;
}

.cont-modulos .row-modulo-expLab ul.modulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46%;
  background-color: #fff;
  margin: 2%;
  padding: 3%;
  padding-bottom: 40px;
  border-radius: 25px;
  box-sizing: border-box;
}

.cont-modulos .row-modulo-expLab ul.modulo>li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding-top: 5px;
}

.cont-modulos .row-modulo-expLab ul.modulo>li span {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  text-align: right;
  color: #09a89c;
  padding: 3px;
  font-weight: bold;
  word-break: break-word;
}

.cont-modulos .row-modulo-expLab ul.modulo>li>ul {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  text-align: left;
  color: #465668;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 4px;
}

.cont-modulos .row-modulo-expLab ul.modulo>li span+span {
  width: 65%;
  text-align: left;
  color: #465668;
  font-weight: normal;
}

.cont-modulos .row-modulo-expLab .externa .titulo,
.cont-modulos .row-modulo-expLab .interna .titulo {
  display: block !important;
  text-align: center;
}

.cont-modulos .row-modulo-expLab .externa .titulo h3,
.cont-modulos .row-modulo-expLab .interna .titulo h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: robotoM;
  font-size: 23px;
}

.cont-modulos .row-modulo-expLab .externa .titulo img.ico,
.cont-modulos .row-modulo-expLab .interna .titulo img.ico {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

.cont-modulos .row-modulo-expLab ul.modulo.externa>li span {
  color: #f7941d;
}

.cont-modulos .row-modulo-expLab ul.modulo.interna>li span {
  color: #73b23d;
}

.cont-modulos .row-modulo-expLab ul.modulo.interna>li span+span,
.cont-modulos .row-modulo-expLab ul.modulo.externa>li span+span {
  width: 65%;
  text-align: left;
  color: #465668;
  font-weight: normal;
}



@media (min-width: 600px) and (max-width: 900px),
(max-width: 600px) {
  .cont-modulos .row-modulo-expLab {
    display: block;
    padding: 0 5%;
  }
  .cont-modulos .row-modulo-expLab ul.modulo.interna,
  .cont-modulos .row-modulo-expLab ul.modulo.externa {
    width: 100%;
    margin: 25px auto 0;
  }
}








/* Flotante */

div.cont-barrita-fixed {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 10;
}

div.cont-barrita-fixed button.ver {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  /*align-items: center;*/
  border: none;
  /*background-color: #10A396;*/
  background-color: #ed3232;
  border: 2px #fff solid;
  border-right: 0;
  color: #fff;
  border-radius: 50px 0 0 50px;
  height: 60px;
  margin-top: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, .3);
  padding: 30px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

div.cont-barrita-fixed button.ver:hover,
div.cont-barrita-fixed button.ver.show {
  padding-right: 20px;
}

div.cont-barrita-fixed button.ver:hover:before,
div.cont-barrita-fixed button.ver.show:before {
  color: rgba(255, 255, 255, .8);
}

div.cont-barrita-fixed button.ver.show:hover:before {
  color: rgba(255, 255, 255, 1);
}

div.cont-barrita-fixed button.ver:before {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 36px;
  font-family: FontAwesome;
  content: '\f256';
  font-weight: lighter;
  color: rgba(255, 255, 255, .6);
  /*background-color: #f65753;*/
  ;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


div.cont-barrita-fixed a.denuncia {
  display: inline-flex;
  justify-content: center;
  height: 30px;
  margin-right: 9px;
  margin-left: 20px;
  margin-top: 1px;
  align-items: center;
  color: #000;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  text-align: center;
  font-family: 'RobotoL', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 37px;
  padding: 0;
  padding-left: 11px;
  padding-right: 11px;
  white-space: nowrap;
}









/*
div.cont-subir-archivos label.title-file:hover {
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
*/

div.barrita-novedad {
  display: none;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  min-height: 60px;
  color: #fff;
  background-color: #10A396;
  background-color: #ed3232;
  border: 2px #fff solid;
  border-right: 0;
  border-left: 0;
  padding: 5px;
  padding-left: 0;
  text-align: center;
  padding-bottom: 7px;
  margin-top: 1px;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, .3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.barrita-novedad.show {
  display: inline-flex;
}

@media (max-width: 500px) {

  div.cont-barrita-fixed button.ver {
    padding-right: 10px;
  }
  div.barrita-novedad.show {
    padding: 0px;
  }
  div.cont-barrita-fixed button.ver.show {
    padding-right: 10px;
  }
  div.cont-barrita-fixed {
    max-width: 95%;
    display: flex;
    justify-content: flex-end;
  }

  div.cont-barrita-fixed a.denuncia {
    /*margin: 20px auto 0;*/
  }
}











/* Buscar */


/*
.dinamico input.TxtBuscar {
    width: 95%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: 0;
}
*/

div.grupoBuscarSidebar {
  display: flex;
  justify-content: space-around;
  height: auto;
  padding-top: 18px;
  padding-bottom: 16px;
  /*    border: 1px rgba(0, 0, 0, .3) solid;*/
  background-color: #192531;
  background-image: url(../img/lupa-buscar-sidebar.png?v=3);
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 1px #35485b solid;
}

div.grupoBuscarSidebar input.submitBuscar {
  display: inline-block;
  vertical-align: top;
  border: 0;
  height: 100%;
  width: 40px;
  background-color: transparent;
  float: right;
  cursor: pointer;
}

div.grupoBuscarSidebar input.buscarSidebar::placeholder {
  color: #7a89a1;
}

div.grupoBuscarSidebar input.buscarSidebar:-ms-input-placeholder {
  color: #7a89a1;
}

div.grupoBuscarSidebar input.buscarSidebar::-ms-input-placeholder {
  color: #7a89a1;
  opacity: 1;
  /* Firefox */
}

div.grupoBuscarSidebar input.buscarSidebar {
  background-color: transparent;
  border: 0;
  color: #7a89a1;
  margin-left: 25px;
}


.ListaValores {
	background-color: #f3f3f4;
	margin: 0;
	font-size: 16px;
	padding: 10px 25px;
	white-space: nowrap;
	width: fit-content ! important;
}
.ListaValores li {
	display: block;
	background-color: #f3f3f4;
	line-height: 28px;
	white-space: nowrap;
}

.ListaValores li.ListaValoresItemResaltado,
.ListaValores li:hover {
	color: #192531;
	background-color: #b1dafa;
}






/* Buscador */

.cont-result {
  display: block;
  margin: 25px auto;
  width: 90%;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 20px;
  padding: 35px;
  box-sizing: border-box;
}
.cont-result h3 {
  border-bottom: 1px rgba(0, 0, 0, .3) solid;
  margin-top: 0;
  font-size: 22px;
  font-family: robotoL;
}
.cont-result h3.menu:before {
  display: inline-block;
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 21px;
  font-weight: 300;
  margin-right: 10px;
  color: #11a396;
}
.cont-result h3.biblioteca:before {
  display: inline-block;
  content: "\f187";
  font-family: FontAwesome;
  font-size: 21px;
  font-weight: 300;
  margin-right: 10px;
  color: #11a396;
}
.cont-result h3.doc-html:before {
  display: inline-block;
  content: "\f15b";
  font-family: FontAwesome;
  font-size: 21px;
  font-weight: 300;
  margin-right: 10px;
  color: #11a396;
}
.cont-result li a {
  color: #00AEEF;
  text-decoration: underline;
  font-family: robotoL;
  transition: .2s
}
.cont-result li a:hover {
  color: #0900ff;
}
.cont-result li a b {
  /*color: #204652;*/
  color: rgba(32, 70, 82, .75);
  /*background-color: #fff685;*/
  background-color: rgba(255, 246, 133, .6);
}
.cont-result ul li p {
  margin: 2px;
}
.cont-result ul li {
  margin-bottom: 19px;
}
.cont-result span.null {
  display: block;
  text-align: center;
}
.cont-result ul.buscando {
  height: 33px;
  background-image: url(../img/buscando.gif);
  background-repeat: no-repeat;
  background-position: left center
}