header .header-content {
  background-color: #FFF !important;
  color: #2da7be;
}
header .header-content .texto_header {
  color: #2da7be;
  font-size: 1.4rem;
  font-weight: 600;
}

.sidebar-redes {
  background-color: #FFF;
  color: #2da7be;
}

.footer {
  background-color: #2da7be !important;
  color: #FFF !important;
  z-index: 10000;
  padding: 10px;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.footer a {
  color: #FFF;
}

.boton_menu {
  background-color: #2da7be !important;
  color: #FFF !important;
  border-radius: 0 0 10px 10px;
}

.form {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form .titulo-login {
  background-color: #2da7be !important;
}
.form button {
  background-color: #2da7be !important;
}
.form .circulo_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.form .circulo_logo img {
  margin: 0;
}

.login-page {
  padding: 0;
}

.sidebar-redes > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-redes > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #6e6e6e;
  opacity: 0.5;
  transform: translateX(-50%);
}
.sidebar-redes > a .logo_header {
  width: 70%;
  height: auto;
}

.header-content .container-naranja {
  padding: 20px 30px;
  padding-top: 40px;
  position: relative;
  padding-bottom: 25px;
}
.header-content .container-naranja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;
  height: 1px;
  background-color: #6e6e6e;
  opacity: 0.5;
  transform: translateX(-50%);
}

.ancho_contenido > .container-fluid > .container {
  width: 100%;
  max-width: inherit;
}

.boton_menu {
  max-width: 100%;
  margin-top: 0;
  z-index: 1000;
}

.texto_casos.no_decoration {
  display: flex;
  flex-direction: column;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  border-radius: 15px;
}
.texto_casos.no_decoration img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease-in-out;
}
.texto_casos.no_decoration .boton_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bienvenido {
  font-size: 0.7rem;
  color: #6e6e6e;
  line-height: 1;
}
.bienvenido strong {
  font-size: 1.2rem;
}

.separador-logout {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.5rem;
  color: #6e6e6e;
}

.boton-logout1 {
  color: #6e6e6e !important;
  font-style: 1.6rem;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.boton-logout1 i {
  color: #2da7be;
  font-size: 1.5rem;
  padding-left: 8px;
}

.menu-general ul li.no_border_top {
  border-bottom: none;
}
.menu-general ul li.no_border_top i {
  color: #2da7be;
  padding-left: 8px;
}

.menu-general li > a {
  padding-left: 0;
  font-size: 1rem;
  border-bottom: none;
}
.menu-general li > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #2da7be;
  border-bottom: 2px solid #2da7be;
}
.menu-general li > a i {
  color: #2da7be;
  padding-left: 30px;
  padding-right: 8px;
  font-size: 1.1rem;
  margin: 0;
}

.informes .col-md-3 {
  padding-right: 30px;
  padding-left: 30px;
}
.informes .card {
  border-radius: 25px !important;
  overflow: hidden;
  margin-bottom: 25px;
}
.informes .card .card-header {
  background: linear-gradient(90deg, #2da7be 0%, #29e1bc 100%) !important;
}
.informes .card .card-header h1, .informes .card .card-header h2, .informes .card .card-header h3, .informes .card .card-header h4, .informes .card .card-header h5, .informes .card .card-header h6 {
  color: #FFF !important;
  margin-bottom: 0;
}
.informes .card .card-header h1 i, .informes .card .card-header h2 i, .informes .card .card-header h3 i, .informes .card .card-header h4 i, .informes .card .card-header h5 i, .informes .card .card-header h6 i {
  font-size: 1.5rem;
}
.informes .card .card {
  border-radius: 10px !important;
}
.informes .card .c-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  padding-top: 0;
}
.informes .card .c-footer .icon i {
  font-size: 1.8rem;
  color: #6e6e6e;
}
.informes .card .c-footer .link {
  width: auto;
  background-color: transparent;
}
.informes .card .c-footer .link a {
  color: #2da7be;
  font-size: 1rem;
}
.informes .card .c-footer .link a i {
  margin-left: 8px;
}

.ancho_contenido {
  margin-bottom: 50px;
}

.report-container {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.drop-zone-bx {
  width: 100%;
  background: linear-gradient(90deg, #2da7be 0%, #29e1bc 100%);
  border-radius: 10px;
  color: #FFF;
  padding: 10px;
}
.drop-zone-bx .drop-zone {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.0235294118) 0;
  border: 2px dashed rgba(255, 255, 255, 0.3764705882);
  border-radius: 10px;
  background: transparent;
}
.drop-zone-bx .drop-zone .drop-zone-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.drop-zone-bx .drop-zone .drop-zone-text {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.drop-zone-bx .drop-zone .drop-zone-text .drop-zone-text span {
  font-weight: 700;
}/*# sourceMappingURL=newStyles.css.map */