@import url(/components/Font-Awesome/css/all.min.css);
@import url(../../page/fuentes/fuentes.css);

* {
  font-family: "Myriad Pro";
  /* border: 1px solid red; */
}

body {
  font-size: 14px;
  color: #606060;
}

:root {
  --primario: #19a9c9;
  --primario: #2da7be;
  --grisclaro: #ecedef;
  --secundario: #bfc0c6;
  --grismenu: #d7d8dc;
  --gristexto: #606060;
}

img {
  max-width: 100%;
}

header .header-redes {
  background: var(--primario);
}

.sidebar-redes {
  background: var(--primario);
}

header .header-redes .red {
  display: inline-block;
  margin: 5px;
  color: #ffffff;
}

header .header-redes .red i {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 25px;
  text-align: center;
  border-radius: 5em;
}

header .header-redes .red:hover {
  text-decoration: none;
}

header .header-redes .red:hover i {
  background: #000000;
  color: #ffffff;
}

header .header-content {
  height: 50px;
  background: #cccccc;
}

header .header-content .logo {
  max-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .header-content {
  background: var(--primario);
  color: #FFF;
}

header .header-content nav ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-content nav ul li {
  display: table-cell;
  width: 20%;
  position: relative;
}

header .header-content nav ul li a {
  display: table;
  width: 100%;
  /* color: #333333; */
  color: #FFF;
}

header .header-content nav ul li a span {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

header .header-content nav ul li:hover {
  background: #333333;
}

header .header-content nav ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}

/* estilos contenidos */

.slider-simple .content-caption {
  color: #000000;
  padding: 20px;
  border-radius: 0.5em;
}

.slider-simple .content-caption h2 {
  color: #000000;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

.contenedor-seccion {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
  padding: 20px;
}

.contenedor-seccion .descripcion-seccion {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contenedor-seccion .fixed {
  background-position: fixed;
}

.caja-contenido-simple {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
}

.caja-contenido-simple h2 {
  font-weight: bold;
}

.caja-contenido-simple .imagen-contenido {
  display: table;
  width: 100%;
}

.caja-contenido-simple .imagen-contenido div {
  display: table-cell;
  height: 180px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

.caja-contenido-simple .imagen-contenido div img {
  max-width: 100%;
  max-height: 100%;
}

.btn-vermas {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn-vermas:hover {
  background: #ffffff;
  color: #000000;
}

.carouselsection .caja-contenido-simple {
  padding: 10px;
  border-radius: 0em;
}

.con-espacios .carouselsection .caja-contenido-simple {
  margin: 10px;
}

.con-espacios .carouselsection {
  padding-left: 40px;
  padding-right: 40px;
}

.fondo-video-youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.banner-video-youtube {
  position: absolute;
  top: -80%;
  left: -80%;
  z-index: 1;
  margin: auto;
  opacity: 1;
  width: 260%;
  height: 260%;
}

.fondo-imagen {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-principal .carousel-caption {
  color: #000000;
  padding: 20px;
  border-radius: 0.5em;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.titulo-principal {
  text-align: left;
  font-size: 23px;
  color: var(--primario);
  margin-top: 20px;
}

.titulo-principal i {
  font-size: 20px;
}

/*--------------------login--------------------*/

.login-page {
  width: 360px;
  padding: 5% 0 0;
  margin: auto;
}

.form {
  position: relative;
  z-index: 1;
  background: var(--grisclaro);
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  border-radius: 14px;
}

.form input {
  outline: 0;
  background: #ffffff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 20px;
  height: 35px;
  color: var(--primario);
}

.form button {
  outline: 0;
  background: var(--primario);
  width: 47%;
  border: 0;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 40px;
}

.form .message {
  margin: 8px 0 20px;
  color: #b3b3b3;
  font-size: 14px;
}

.form .message a {
  color: var(--primario);
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.form .titulo-login {
  position: absolute;
  background: var(--primario);
  color: #ffffff;
  width: 100%;
  z-index: 20;
  top: 0px;
  left: 0px;
  border-radius: 14px 14px 0px 0px;
  min-height: 45px;
  font-size: 22px;
}

.form .titulo-login span {
  position: relative;
  top: 10px;
}

.form .imagen-login img {
  width: 90%;
  margin: 14px;
  border-radius: 10px;
}

.form .login-form .icono-user i {
  color: var(--primario);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}

.form .login-form .icono-password i {
  color: var(--primario);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}

.logo_login {
  margin-bottom: 10px;
  margin-top: 30px;
  width: 80%;
}

.input1 {
  text-indent: 20px;
}

.footer {
  color: var(--primario);
}

.enlace {
  color: var(--primario);
}

.texto_header {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.logo_header {
  height: 35px;
  margin: 5px;
}

.no_pad_left {
  padding-left: 0px;
}

.no_pad_right {
  padding-right: 0px;
}

.btn-primary {
  background: var(--primario);
  border-color: var(--primario);
}

.ancho_menu {
  background-color: #d7d8dc !important;
  padding-right: 0;
}

.menu-general {
  /* border: 1px solid; */
  background: #FFF;
  color: #ffffff;
  width: 16%;
  width: 12%;
  position: fixed;
  top: 0;
  z-index: 1;
  height: 100%;
  box-shadow: 0px 0px 15px 5px #00000030;
}

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 88%;
  background-color: #ecedef;
}

.header-content .container-naranja {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-content .container-naranja .row {
  width: 100%;
}

.container-naranja .texto_header {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
}

.container-naranja .margen-logout {
  margin-top: 0;
}

.container-naranja>.row>.col-lg-4>.row {
  height: 100%;
  align-items: center;
}

.container-naranja>.row>.col-lg-4>.row>.col-10 {
  padding-left: 30px;
  flex: inherit;
  width: 100%;
  max-width: 100%;
}

.menu-general .activo {
  background: #2a8693;
}

.margen-menu {
  top: 0;
}

.menu-general li>a {
  color: var(--gristexto);
  padding-left: 16px;
  position: relative;
  top: 8px;
  min-height: 40px;
  position: relative;
  top: 2px;
  color: var(--gristexto);
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 300ms ease;
  border-bottom: 1px solid var(--gristexto);
}

.menu-general li>a:hover {
  background-color: #e6e6e670;
  transition: 300ms ease;
}

.menu-general ul i {
  margin: 10px 5px 5px 16px;
  font-size: 20px;
  background-attachment: #bfc0c5;
}

.menu-general span>a {
  font-size: 20px;
  color: var(--gristexto);
}

.menu-general ul {
  list-style: none;
  padding: 0px;
}

.menu-general ul li {
  /* border-top: 1px solid #ffffff; */
  /* border-bottom: 1px solid var(--gristexto); */
  min-height: 40px;
  position: relative;
  top: 2px;
  color: var(--gristexto);
}

.menu-general ul li.no_border_top {
  border-bottom: 1px solid var(--gristexto);
}

.no_border_top {
  border-top: 0px !important;
}

.menu-general ul li .active {
  border-left: #2a8693;
}

.div_residentes2 {
  display: none;
  margin-left: 95%;
  position: absolute;
  z-index: 2;
  margin-top: -10px;
  min-width: 100px;
}

.div_residentes2 .btn-gris {
  min-width: 150px;
}

.div_residentes:hover div {
  display: block;
  z-index: 2;
}

.margen-logout {
  margin-top: 5px;
  margin-right: 5px;
}

.ancho_menu {
  max-width: 12%;
  flex: 0 0 12%;
  background: var(--grisclaro);
  height: 100vh;
  padding-left: 0;
}

.ancho_contenido {
  max-width: 87.33%;
  flex: 0 0 87.33%;
  /* background: var(--grisclaro); */
  min-height: 510px;
}

.btn-azul {
  background: var(--secundario);
}

.btn-azul-claro {
  background: var(--grismenu);
}

.btn-success {
  background: var(--primario);
  border: var(--primario);
}

.btn-success:hover {
  background: var(--grismenu);
  border: var(--grismenu);
  color: #000000;
}

.btn-guardar {
  background: var(--primario);
  border: var(--primario);
  color: #ffffff;
}

.btn-guardar:hover {
  background: var(--grismenu);
  border: var(--grismenu);
  color: #000000;
}

.btn-cancelar {
  background: var(--secundario);
  border: var(--secundario);
  color: #000000;
}

.btn-cancelar:hover {
  background: var(--grismenu);
  border: var(--grismenu);
  color: #000000;
}

.botones-acciones {
  margin-top: 10px;
}

.div-dashboard {
  background: #ffffff;
  border-top: 1px solid #cdd1db;
  margin-top: 15px;
  min-height: 230px;
}

.content-dashboard {
  background: #ffffff;
  border-top: 1px solid #cdd1db;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.content-dashboard label {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

thead td {
  text-transform: capitalize;
}

.div-dashboard h2 {
  color: #8d8d8d;
  font-size: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #dbdfe7;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-dashboard h2 img {
  margin-top: -5px;
}

.div-dashboard h2 a {
  float: right;
  color: #cccccc;
}

.div-dashboard h2 a:hover {
  color: #09c2f7;
}

.franja-paginas {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.franja-paginas .titulo-registro {
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 300;
  color: #888888;
}

.franja-paginas .texto-paginas {
  padding-top: 5px;
  font-weight: 300;
  color: #888888;
}

.content-table {
  /* margin-left: 20px;
  margin-right: 20px; */
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
}

.content-table .table {
  margin-bottom: 0;
}

.content-table .table thead {
  background: var(--primario);
  text-align: left;
  color: #ffffff;
  font-weight: 300;
}

.content-table .table tbody {
  font-weight: 300;
  font-size: 16px;
}

.content-table .table tbody tr:hover {
  background: #dbeeff;
}

label.input-group {
  margin-bottom: 0;
}

.thumbnail-administrator {
  max-height: 100px;
  max-width: 100px;
}

.up_table {
  display: inline-block;
  background: var(--primario);
  border-color: var(--primario);
}

.down_table {
  background: transparent;
  color: var(--primario);
  display: inline-block;
  border-color: var(--primario);
}

.up_table:hover,
.down_table:hover {
  background: var(--secundario);
  color: var(--primario);
  border-color: var(--primario);
}

.caja-contenido {
  background: #ffffff;
  border: 0px solid var(--grismenu);
  padding: 20px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 2px;
  padding-top: 10px;
  margin-top: 14px;
  width: 100%;
}

.toggle-group .btn-default {
  background: var(--grismenu);
  border: 1px solid #999;
}

.config .letter-report {
  color: var(--primario) !important;
  background: none !important;
  border: none !important;
}

.config .letter-report:hover {
  color: var(--primario);
}

.config .caja-contenido a {
  transition: 0.5s;
}

.config .caja-contenido {
  min-height: 210px;
}

.height .caja-contenido {
  height: 100px !important;
}

.config .caja-contenido a:hover {
  color: var(--gristexto) !important;
  text-decoration: none;
  transition: 0.5s;
}

.config .icon-circle {
  transition: 0.5s;
  border: 7px double #ffffff;
  margin: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--primario);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.config .icon-circle:hover {
  transition: 0.5s;
  background: var(--primario);
}

.config .caja-contenido:hover {
  border-bottom: 3px solid var(--primario);
  transition: 0.5s;
}

.config h3.title-config {
  color: var(--primario);
  font-size: 18px;
}

.config .caja-contenido {
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.margen_cabecera {
  margin-bottom: 10px;
}

.margen_si {
  margin-right: 5px;
}

.alto_obs {
  height: 50px !important;
}

.fondo_gris {
  background: var(--grismenu);
  padding: 10px 0px;
  margin-left: -10px;
  margin-right: -10px;
}

.btn-azul {
  background: var(--primario);
  color: #ffffff;
}

.btn-rojo {
  background: var(--secundario);
  color: #ffffff;
}

.bold {
  font-weight: bold !important;
}

.caja_rodedores {
  border: 1px solid #cccccc;
  padding: 10px;
}

.linea_abajo div {
  border: 1px solid #dedede;
  padding: 10px;
}

.fondo_azul {
  background: var(--primario);
  color: #ffffff;
}

.ok_file {
  font-size: 30px;
  color: green;
}

.no_file {
  font-size: 30px;
  color: red;
}

.borde_azul_top {
  border-top: 4px solid var(--primario);
}

.separador {
  border-bottom: 1px solid var(--secundario);
  margin-top: 10px;
}

.caja_servicio {
  background-color: var(--primario);
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  min-height: 200px;
  cursor: pointer;
}

.caja_servicio i {
  font-size: 50px;
}

.sin_linea {
  text-decoration: none !important;
}

.ocultar_imprimir {
  background-color: #f9f9fa;
  width: 100px;
  height: 32px;
  position: absolute;
  left: 87%;
}

.tabla1 {
  background-color: #ffffff;
}

.boton_menu {
  background: var(--primario);
  color: #ffffff;
  border-radius: 14px;
  padding: 9px 10px;
  font-size: 1.3rem;
  max-width: 89%;
  margin-top: -60px;
  z-index: 2;
  position: relative;
}

.boton_menu2 {
  background: var(--primario);
  color: #ffffff;
  border-radius: 14px;
  padding: 9px 20px;
  font-size: 1rem;
  max-width: 74%;
  margin-top: -44px;
  z-index: 2;
  position: relative;
}

.no_decoration {
  text-decoration: none !important;
}

.icono_casos {
  color: var(--primario);
  font-size: 80px;
  margin-top: 55px;
}

.circulo_sombra {
  background: url("/corte/circulo.png");
  height: 198px;
  width: 204px;
  text-align: center;
}

.titulo_casos {
  text-indent: 10px;
}

.margen_casos {
  margin-top: 83px;
}

.circulo_logo {
  background: url("/corte/circulo_logo.png");
  height: 110px;
  width: 110px;
  text-align: center;
  margin-top: 10px;
}

.caja_servicio2 {
  background-color: var(--primario);
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  min-height: 150px;
  cursor: pointer;
}

.caja_servicio2 i {
  font-size: 40px;
}

.caja_servicio2 h3 {
  font-size: 20px;
}

.cabecera td {
  background-color: var(--primario);
  color: #ffffff;
  padding: 10px;
}

.ancho_contenido {
  padding-bottom: 30px;
}

.main-content>.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.titulo-principal {
  padding-left: 30px;
}

.ancho_contenido>.container-fluid {
  padding: 30px;
}

.botones-acciones {
  margin-left: 10px;
}

.header-content {
  height: 66px !important;
}

.container-fluid form:not(.manage)>.row {
  display: flex;
}

.container-fluid form:not(.manage)>.content-dashboard>.row .col-lg-3 {
  width: 20%;
  flex: inherit;
}

.container-fluid form:not(.manage)>.content-dashboard>.row .col-lg-3 label {
  margin-bottom: 2px;
}

.caja_servicio {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  min-height: 200px;
  cursor: pointer;
  border: 3px solid var(--primario);
  color: var(--primario);
  box-shadow: 0px 0px 15px 0px #00000040;
  transition: 300ms ease;
}

.caja_servicio:hover {
  transition: 300ms ease;
  box-shadow: 0px 0px 15px 10px #00000080;
}

.caja_servicio i {
  color: var(--primario);
}

.tabla-reportes {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  background-color: #f5f8fa !important;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tabla-reportes.secondary-heineken {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  background-color: #f5f8fa !important;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabla-reportes th,
.tabla-reportes td {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e4e8;
  text-align: left;
}

.tabla-reportes th {
  background-color: var(--primario);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tabla-reportes td {
  color: #333;
}

.tabla-reportes td div[align="center"] {
  text-align: center;
  display: block;
}

.logo-indicadores{
  display: flex;
  justify-content: center;
  margin-top: -50px;
}