.mensajes {
  color: #003A5D;
  font-family: "sofia_proregular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px;
  position: fixed;
  text-align: center;
  background-color: #fff;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #003A5D;
  display: none;
  z-index: 100;
}

.mensajes.error {
  color: #da6254;
}

.row-header {
  padding: 30px 0;
}
.row-header .logout {
  display: inline-block;
  color: #FFF;
  font-family: "sofia_proregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  background: #003A5D;
  padding: 0 30px;
  float: right;
}
.row-header .logout:hover {
  background-color: #41ADCD;
  text-decoration: none;
}

.row > div {
  padding-left: 0;
  padding-right: 0;
}

#tabs .row {
  width: 90%;
  margin: 0 auto;
}
#tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: -1px;
}
#tabs ul li {
  float: left;
}
#tabs ul li a {
  display: block;
  color: #003A5D;
  text-align: center;
  padding: 6px 20px;
  text-decoration: none;
  background-color: #41ADCD;
  border: 1px solid #003A5D;
  border-right: none;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#tabs ul li a.link-traducciones {
  background-color: rgb(0, 161, 155);
  color: #fff;
}
#tabs ul li a:active,
#tabs ul li a:focus {
  outline: none;
  border: none;
}
#tabs ul li a:hover {
  color: #000;
  opacity: 0.8;
}
#tabs ul li.ui-tabs-active a {
  background-color: #fff;
  border: 1px solid #003A5D;
  border-bottom: 1px solid #fff;
  border-right: none;
}
#tabs ul li.ui-tabs-active a:hover {
  color: #003A5D;
  opacity: 1;
}
#tabs ul li.ui-tabs-active a.link-traducciones {
  background-color: rgb(0, 161, 155);
  color: #fff;
  border-bottom: 1px solid rgb(0, 161, 155);
}
#tabs ul li:last-child a {
  border-right: 1px solid #003A5D;
}
#tabs div.ui-tabs-panel {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #003A5D;
}
#tabs div.tab-0 {
  background-color: rgb(0, 161, 155);
}
#tabs div.tab-0 a {
  font-family: "sofia_proregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
#tabs .btn-update-langs {
  border: 1px solid #003A5D;
  background-color: #fff;
  color: #003A5D;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  text-align: center;
}
#tabs .btn-update-langs:hover {
  background-color: #41ADCD;
}
#tabs .miniatura .imagen {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
}
#tabs .info {
  color: #B8B8B8;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}
#tabs .titulo {
  color: #003A5D;
  font-family: "sofia_proregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 1px solid #003A5D;
  padding: 10px 0 0 0;
}
#tabs .botones button {
  border: 1px solid #003A5D;
  background-color: #fff;
  color: #003A5D;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 47%;
  text-align: center;
}
#tabs .botones button:hover {
  background-color: #41ADCD;
}
#tabs .titulo-archivo {
  color: #003A5D;
  font-family: "sofia_proregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 2px 0;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  display: inline-block;
  font-family: "Dala Moa";
  color: #0292BD;
  font-size: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: 500;
}

.logo:hover {
  text-decoration: none;
}

.div-parpadeante {
  animation: blink 1s linear infinite;
}

.form-login {
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "sofia_proregular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.form-login .logo {
  padding-bottom: 20px;
}
.form-login input[type=text],
.form-login input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 4px 0;
  margin: 10px 0 10px 0;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.form-login input::-moz-placeholder {
  color: #fff;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.form-login input::placeholder {
  color: #fff;
  font-family: "sofia_proregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.circulo {
  margin-top: 20px;
  padding: 37px 0;
  width: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "sofia_proregular";
  color: #fff;
  display: inline-block;
  text-align: center;
  --c: #1095c1; /* the color */
  background: linear-gradient(90deg, #fff 50%, var(--c) 0) calc(100% - var(--_p, 0%))/200%, linear-gradient(var(--c) 0 0) 0% 100%/var(--_p, 0%) no-repeat, var(--_c, rgba(0, 0, 0, 0));
  -webkit-background-clip: text, padding-box, padding-box;
  background-clip: text, padding-box, padding-box;
  transition: 0s, color 0.1s, background-color 0.5s;
}

.circulo:hover {
  background-color: #41ADCD;
  color: #FFFFFF;
  --_c: var(--c);
  --_p: 100%;
  transition: 0.5s, color 0s 0.1s, background-color 0s 0.5s;
}/*# sourceMappingURL=admin-styles.css.map */