#mje_emergente_before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top: 20em;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.gift_carga_inicial{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding-top: 20em;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: transparent;
	z-index: 99;
	text-align: center;
}
.card-personalizado{
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	border-top: 2px solid #7f0045;
}
.card-personalizado-azul{
  border: 1px solid #dfdfdf;
  /*padding: 2px;*/
  /*margin: 5px;*/
  border-radius: 5px;
  border-top: 2px solid #00365a;
}
.auto-width{
	width: auto;
}
#main_wrapper{
	opacity: 0;
	transition: 0.5s;
}
.logo_carga {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
.color_blanco_hover{
	color:#fff;
}
.color_blanco_hover:hover{
	color:#F0F0F0;
}
.color_azul_oscuro{
  color:#003151;
}
.color_azul_claro{
  color:#00365a;
}
.btn-bordo {
    color: #fff;
    background-color: #7f0045;
    border-color: #7f0045;
}
.btn-bordo:hover {
    background-color: #6A0039;
    border-color: #6A0039;
} 
.modal{
  z-index: 1045;
}
/* ELEMENTOS MENU PERFIL USUARIO*/
.symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    line-height: 0;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.75rem; 
}
.svg-icon-danger svg g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F64E60 !important; 
}

.symbol.symbol-40 .symbol-label {
    width: 40px;
    height: 40px; 
}
.navi-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem; 
}

.navi .navi-item .navi-link {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #001f3f; 
}

.navi .navi-item .navi-link:hover .navi-text {
  color: #0BB783; 
}
.sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 95;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem
}

.offcanvas,
.offcanvas-mobile {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important
}

.offcanvas .offcanvas-header.offcanvas-header-navs,
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs {
  position: relative
}

.offcanvas .offcanvas-header.offcanvas-header-navs .offcanvas-close,
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs .offcanvas-close {
  position: absolute;
  top: 0;
  right: 0
}

.offcanvas .offcanvas-content .offcanvas-demo,
.offcanvas-mobile .offcanvas-content .offcanvas-demo {
  border: 5px solid #ebedf3
}

.offcanvas .offcanvas-content .offcanvas-demo.offcanvas-demo-active,
.offcanvas-mobile .offcanvas-content .offcanvas-demo.offcanvas-demo-active {
  border: 5px solid #0bb783
}

.offcanvas {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
}

@media (max-width:991.98px) {
  .offcanvas-mobile {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    overflow: auto
  }
}

.offcanvas {
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  left: -395px;
  width: 375px
}

.offcanvas.offcanvas-on {
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  left: 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .offcanvas {
    -webkit-transition: none!important;
    transition: none!important
  }
}

.offcanvas.offcanvas-right {
  right: -395px;
  left: auto
}

.offcanvas.offcanvas-right.offcanvas-on {
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s eas<e, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  right: 0;
  left: auto
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
  animation: animation-offcanvas-fade-in .6s ease 1
}

@-webkit-keyframes animation-offcanvas-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes animation-offcanvas-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.offcanvas {
  background: #fff;
  -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, .1)
}

@media (max-width:425px) {
  .offcanvas {
    width: 90%!important
  }
}

@media (max-width:991.98px) {
  [data-offcanvas-offcanvas=on] {
    overflow: hidden!important
  }
}

@media (max-width:991.98px) {
  .offcanvas-mobile {
    z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    left: -395px;
    width: 375px
  }
  .offcanvas-mobile.offcanvas-mobile-on {
    -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    left: 0
  }
}

@media screen and (max-width:991.98px) and (-ms-high-contrast:active),
(max-width:991.98px) and (-ms-high-contrast:none) {
  .offcanvas-mobile {
    -webkit-transition: none!important;
    transition: none!important
  }
}

@media (max-width:991.98px) {
  .offcanvas-mobile.offcanvas-mobile-right {
    right: -395px;
    left: auto
  }
  .offcanvas-mobile.offcanvas-mobile-right.offcanvas-mobile-on {
    -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    right: 0;
    left: auto
  }
  .offcanvas-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
    animation: animation-offcanvas-fade-in .6s ease 1
  }
  @-webkit-keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0
    }
    to {
      opacity: 1
    }
  }
  @keyframes animation-offcanvas-fade-in {
    from {
      opacity: 0
    }
    to {
      opacity: 1
    }
  }
  .offcanvas-mobile {
    background: #fff;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
  }
  .offcanvas-mobile-overlay {
    background: rgba(0, 0, 0, .1)
  }
}

@media (max-width:425px) {
  .offcanvas-mobile {
    width: 90%!important
  }
}

@media (max-width:991.98px) {
  [data-offcanvas-offcanvas-mobile=on] {
    overflow: hidden!important
  }
}

.p-10 {
  padding: 2.5rem !important; 
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute; 
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute; 
}

.symbol.symbol-100 .symbol-label {
    width: 100px;
    height: 100px; 
}

/* BARRA DE DESPLAZAMIENTO DEL MENU DE PERFIL DE USUARIO */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

/* DISEÑO DE BARRA MENU PERFIL USUARIO */
.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important; 
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important; 
}

.scroll {
  position: relative;
  overflow: hidden; 
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 0.75rem !important; 
}
.input-group{
  display: table;
  border-collapse: collapse;
  width:100%;
}
.input-group > div{
  display: table-cell;
  vertical-align: middle;
}
#tabla_alumnas_materia_filter label input{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  
}
.contenedor_panel_notificaciones{
  padding: 10px;
  cursor: pointer;
}
.contenedor_panel_notificaciones:hover{
  background-color: #F4F4F4;
  border-radius: .75rem;
}
.contenedor_panel_notificaciones_active{
  background-color: #e8eaed;
  border-radius: .75rem;  
}
.contenedor_panel_notificaciones_active span{
  font-weight: bold;
}
.panel_opciones_notificaciones{
  padding: 15px 5px;
  font-size: 17px;
}
.panel_opciones_notificaciones span{
  padding: 0px 30px;
  color:#202124;
}
.panel_opciones_notificaciones i{
  color:#6b6c6e;
}
@media (max-width: 1162px){
  .panel_opciones_notificaciones{
    font-size: 16px;
  }
  .panel_opciones_notificaciones span{
    padding: 0px 18px;
    color:#202124;
  }
}
@media (min-width: 1162px){
  .panel_opciones_notificaciones span{
    padding: 0px 5px;
    color:#202124;
  }
}
@media (max-width: 1160px){
  .panel_opciones_notificaciones{
    font-size: 14px;
  }  
  .panel_opciones_notificaciones span{
    padding: 0px 0px;
    color:#202124;
  }
}

.contenedor_panel_usuario{
  padding: 10px;
  cursor: pointer;
}
.contenedor_panel_usuario span{
  color:#003051!important;
  font-weight: bold;
}
.contenedor_panel_usuario i{
  color:#003051!important;
  font-weight: bold;
}
.contenedor_panel_usuario:hover{
  background-color: #dedede;
  border-radius: .75rem;
}
.contenedor_panel_usuario_active{
  background-color: #003051;
  border-radius: .75rem;  
}
.contenedor_panel_usuario_active span{
  font-weight: bold;
  color:#fff!important;
}
.contenedor_panel_usuario_active i{
  font-weight: bold;
  color:#fff!important;
}
.contenedor_panel_usuario_active:hover{
  background-color: #00365a;
}
.panel_opciones_usuario{
  padding: 15px 5px;
  font-size: 17px;
}
.panel_opciones_usuario span{
  padding: 0px 30px;
  color:#202124;
}
.panel_opciones_usuario i{
  color:#6b6c6e;
}
@media (max-width: 1162px){
  .panel_opciones_usuario{
    font-size: 16px;
  }
  .panel_opciones_usuario span{
    padding: 0px 18px;
    color:#202124;
  }
}
@media (min-width: 1162px){
  .panel_opciones_usuario span{
    padding: 0px 5px;
    color:#202124;
  }
}
@media (max-width: 1160px){
  .panel_opciones_usuario{
    font-size: 14px;
  }  
  .panel_opciones_usuario span{
    padding: 0px 0px;
    color:#202124;
  }
}

.mensaje_informe{
  margin-left:20px;
  margin-right:20px;
}

@media (max-width: 991px){
  .mensaje_informe{
    margin-left:50px;
    margin-right:0px;
  }
}
@media (max-width: 768px){
  .mensaje_informe{
    margin-left:10px;
    margin-right:10px;
  }
}

.display-none{
  display: none;
}

.display-block{
  display: block;
}

.loader {
  margin: 5em auto;
}
.loader--audioWave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#00365a, #00365a) 0 50%, linear-gradient(#00365a, #00365a) 0.625em 50%, linear-gradient(#00365a, #00365a) 1.25em 50%, linear-gradient(#00365a, #00365a) 1.875em 50%, linear-gradient(#00365a, #00365a) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
}
.loader--audioWave p{
  position: absolute;
  margin-top: 25px;
  margin-left: -25px;
  color:#00365a;
  font-size: 16px;
  font-weight: 700;
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#7f0045, #7f0045) 0 50%, linear-gradient(#00365a, #00365a) 0.625em 50%, linear-gradient(#00365a, #00365a) 1.25em 50%, linear-gradient(#00365a, #00365a) 1.875em 50%, linear-gradient(#00365a, #00365a) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#00365a, #00365a) 0 50%, linear-gradient(#7f0045, #7f0045) 0.625em 50%, linear-gradient(#00365a, #00365a) 1.25em 50%, linear-gradient(#00365a, #00365a) 1.875em 50%, linear-gradient(#00365a, #00365a) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#00365a, #00365a) 0 50%, linear-gradient(#00365a, #00365a) 0.625em 50%, linear-gradient(#7f0045, #7f0045) 1.25em 50%, linear-gradient(#00365a, #00365a) 1.875em 50%, linear-gradient(#00365a, #00365a) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#00365a, #00365a) 0 50%, linear-gradient(#00365a, #00365a) 0.625em 50%, linear-gradient(#00365a, #00365a) 1.25em 50%, linear-gradient(#7f0045, #7f0045) 1.875em 50%, linear-gradient(#00365a, #00365a) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#00365a, #00365a) 0 50%, linear-gradient(#00365a, #00365a) 0.625em 50%, linear-gradient(#00365a, #00365a) 1.25em 50%, linear-gradient(#00365a, #00365a) 1.875em 50%, linear-gradient(#7f0045, #7f0045) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.ttf');
}

body {
  background: url(../asset/img/main_bg.svg) #fff;
}

.pf-footer-coverpage {
  z-index: 1;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  padding: 0 40px 0;
  height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  pointer-events: none;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #dddfe4;
  background: #fff;
  pointer-events: auto;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar img {
  height: 100%;
  max-width: 100%;
  border-radius: 50%;
  object-fit: contain;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar .pf-cnt-btn-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar .pf-cnt-btn-upload .pf-control-trick {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  border-radius: 50%;
  transition: .25s all ease-in-out;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar .pf-cnt-btn-upload .pf-control-trick:hover {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, .9);
  font-size: 40px;
  cursor: pointer;
}

.pf-footer-coverpage .pf-profile-user .pf-cnt-img-avatar .pf-cnt-btn-upload .pf-control-hidden {
  display: none;
}

/* ELEMENTOS MENU PERFIL USUARIO*/
.symbol-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  line-height: 0;
  color: #3F4254;
  background-color: #F3F6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.75rem; 
}
.svg-icon-danger svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #F64E60 !important; 
}

.symbol.symbol-40 .symbol-label {
  width: 40px;
  height: 40px; 
}
.navi-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.75rem 1.5rem; 
}

.navi .navi-item .navi-link {
-webkit-transition: all 0.15s ease;
transition: all 0.15s ease;
color: #001f3f; 
}

.navi .navi-item .navi-link:hover .navi-text {
color: #0BB783; 
}
.sticky-toolbar {
width: 46px;
position: fixed;
top: 30%;
right: 0;
list-style: none;
margin: 0;
z-index: 95;
background: #fff;
-webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-top-left-radius: .75rem;
border-bottom-left-radius: .75rem
}

.offcanvas,
.offcanvas-mobile {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}

.offcanvas .offcanvas-header.offcanvas-header-navs,
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs {
position: relative
}

.offcanvas .offcanvas-header.offcanvas-header-navs .offcanvas-close,
.offcanvas-mobile .offcanvas-header.offcanvas-header-navs .offcanvas-close {
position: absolute;
top: 0;
right: 0
}

.offcanvas .offcanvas-content .offcanvas-demo,
.offcanvas-mobile .offcanvas-content .offcanvas-demo {
border: 5px solid #ebedf3
}

.offcanvas .offcanvas-content .offcanvas-demo.offcanvas-demo-active,
.offcanvas-mobile .offcanvas-content .offcanvas-demo.offcanvas-demo-active {
border: 5px solid #0bb783
}

.offcanvas {
background-color: #fff;
-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
}

@media (max-width:991.98px) {
.offcanvas-mobile {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
  overflow: auto
}
}

.offcanvas {
z-index: 1001;
position: fixed;
top: 0;
bottom: 0;
-webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
left: -395px;
width: 375px
}

.offcanvas.offcanvas-on {
-webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
left: 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.offcanvas {
  -webkit-transition: none!important;
  transition: none!important
}
}

.offcanvas.offcanvas-right {
right: -395px;
left: auto
}

.offcanvas.offcanvas-right.offcanvas-on {
-webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
right: 0;
left: auto
}

.offcanvas-overlay {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
z-index: 1000;
-webkit-animation: animation-offcanvas-fade-in .6s ease 1;
animation: animation-offcanvas-fade-in .6s ease 1
}

@-webkit-keyframes animation-offcanvas-fade-in {
from {
  opacity: 0
}
to {
  opacity: 1
}
}

@keyframes animation-offcanvas-fade-in {
from {
  opacity: 0
}
to {
  opacity: 1
}
}

.offcanvas {
background: #fff;
-webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
}

.offcanvas-overlay {
background: rgba(0, 0, 0, .1)
}

@media (max-width:425px) {
.offcanvas {
  width: 90%!important
}
}

@media (max-width:991.98px) {
[data-offcanvas-offcanvas=on] {
  overflow: hidden!important
}
}

@media (max-width:991.98px) {
.offcanvas-mobile {
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  left: -395px;
  width: 375px
}
.offcanvas-mobile.offcanvas-mobile-on {
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  left: 0
}
}

@media screen and (max-width:991.98px) and (-ms-high-contrast:active),
(max-width:991.98px) and (-ms-high-contrast:none) {
.offcanvas-mobile {
  -webkit-transition: none!important;
  transition: none!important
}
}

@media (max-width:991.98px) {
.offcanvas-mobile.offcanvas-mobile-right {
  right: -395px;
  left: auto
}
.offcanvas-mobile.offcanvas-mobile-right.offcanvas-mobile-on {
  -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
  right: 0;
  left: auto
}
.offcanvas-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-animation: animation-offcanvas-fade-in .6s ease 1;
  animation: animation-offcanvas-fade-in .6s ease 1
}
@-webkit-keyframes animation-offcanvas-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes animation-offcanvas-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.offcanvas-mobile {
  background: #fff;
  -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
  box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25)
}
.offcanvas-mobile-overlay {
  background: rgba(0, 0, 0, .1)
}
}

@media (max-width:425px) {
.offcanvas-mobile {
  width: 90%!important
}
}

@media (max-width:991.98px) {
[data-offcanvas-offcanvas-mobile=on] {
  overflow: hidden!important
}
}

.p-10 {
padding: 2.5rem !important; 
}

.ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px;
bottom: 2px;
position: absolute; 
}

.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px;
right: 2px;
position: absolute; 
}

.symbol.symbol-100 .symbol-label {
  width: 100px;
  height: 100px; 
}

/* BARRA DE DESPLAZAMIENTO DEL MENU DE PERFIL DE USUARIO */
.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto; }

.ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px;
bottom: 0px;
position: absolute; }

.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px;
right: 0;
position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6; }

/* DISEÑO DE BARRA MENU PERFIL USUARIO */
.mr-n5,
.mx-n5 {
margin-right: -1.25rem !important; 
}

.pr-5,
.px-5 {
padding-right: 1.25rem !important; 
}

.scroll {
position: relative;
overflow: hidden; 
}

.scroll.ps > .ps__rail-y > .ps__thumb-y {
width: 4px;
border-radius: 0.75rem !important; 
}

/* PARA EL MODULO DE GESTION DE USUARIO */
.imagen-perfil-gestion-usuario{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
#mje_emergente_before {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 20em;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.gift_carga_inicial {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 20em;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.borde-tablas{
background:ligth; 
border-right: 1px #dee2e6 solid; 
border-left: 1px #dee2e6 solid;
}

/* PARA EDITAR Y ELIMINAR IMAGEN */
.image-input {
position: relative;
display: inline-block;
border-radius: 0.75rem;
background-repeat: no-repeat;
background-size: cover; 
}
.image-input .image-input-wrapper {
width: 120px;
height: 120px;
border-radius: 0.75rem;
background-repeat: no-repeat;
background-size: cover; 
}
.image-input [data-action="change"] {
cursor: pointer;
position: absolute;
right: -10px;
top: -10px; 
}
.image-input [data-action="change"] input {
width: 0 !important;
height: 0 !important;
overflow: hidden;
opacity: 0; 
}
.image-input [data-action="cancel"],
.image-input [data-action="remove"] {
position: absolute;
right: -10px;
bottom: -5px; 
}
.image-input [data-action="cancel"] {
display: none; 
}
.image-input.image-input-changed [data-action="cancel"] {
display: -webkit-box;
display: -ms-flexbox;
}
.image-input.image-input-changed [data-action="remove"] {
display: none; 
}
.image-input.image-input-circle {
border-radius: 50%; 
}
.image-input.image-input-circle .image-input-wrapper {
border-radius: 50%; 
}
.image-input.image-input-circle [data-action="change"] {
right: 5px;
top: 5px; 
}
.image-input.image-input-circle [data-action="cancel"],
.image-input.image-input-circle [data-action="remove"] {
right: 5px;
bottom: 5px; 
}
.btn.btn-icon.btn-xs {
height: 24px;
width: 24px; 
}
.btn.btn-icon.btn-circle {
border-radius: 50%; 
}
.btn.btn-white {
color: #3F4254;
background-color: #ffffff;
border-color: #ffffff; 
}
.btn.btn-white:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-white:focus:not(.btn-text), .btn.btn-white.focus:not(.btn-text) {
color: #3F4254;
background-color: #F3F6F9;
border-color: #F3F6F9; 
}
.btn.btn-white.btn-shadow {
-webkit-box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
box-shadow: 0px 9px 16px 0px rgba(24, 28, 50, 0.25) !important;
}

.background-azul-oscuro{
background-color: #001f3f;
}

.letra-azul-oscuro{
color:#001f3f;
}

.letra-gris{
color:#bfc7cf;
}

/*RANGE SLIDER*/
#time-range p {
  font-family:"Arial", sans-serif;
  font-size:14px;
  color:#333;
}
.ui-slider-horizontal {
  height: 8px;
  background: #D7D7D7;
  border: 1px solid #BABABA;
  box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  border: 1px solid #5BA8E1;
  box-shadow: 0 1px 0 #AAD6F6 inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background: #81B8F3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
  background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
  background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #F9FBFA;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
  background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
  background-image: linear-gradient(top, #C7CED6, #F9FBFA);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  border: none;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:after {
  content:"";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #30A2D2;
  -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
  -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
  box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}
.ui-slider a:focus {
  outline:none;
}
.img_notificacion{
margin-right:  10px;
height: 60px; 
width: 60px; 
/*border-radius: 15px; */
/*box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; */
/*background: none;  */
}
.img_notificacion img{
width: 60px;
height: 60px;
/*border-radius: 15px;*/
}
.img_notificacion_tabla{
margin: 0px 5px;
height: 40px; 
width: 40px; 
/*box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; */
background: none;
border-radius: 5px;
}
.img_notificacion_tabla img{
width: 40px;
height: 40px;
}
.appWhatsapp{
margin: 0px 12px; 
padding: 0px; 
position: fixed; 
bottom: 135px; 
z-index: 4;
top: auto; 
height: 60px; 
width: 60px; 
border-radius: 29px; 
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; 
background: none; 
display: block; 
right: 12px;
}
.appWhatsapp img{
width: 60px;
height: 60px;
}
.panel_derecho_items{ 
padding: 2px 2px;
}
.appWhatsappLateral{
padding: 0px; 
top: auto; 
height: 30px; 
width: 30px; 
border-radius: 29px; 
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; 
}
.appWhatsappLateral img{
width: 30px;
height: 30px;
}
.chatbot_turno{ 
margin: 0px 10px;
padding: 0px; 
position: fixed; 
z-index: 4; 
bottom: 5px; 
height: 60px; 
width: 60px;  
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; 
background-color: #1977cc; 
display: block;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
display: flex;
justify-content: center; 
transition: width 0.6s;
}
.chatbot_turno:hover{
margin: 0px 10px; 
padding: 0px; 
position: fixed; 
z-index: 4; 
bottom: 5px; 
height: 60px; 
width: 150px; 
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px; 
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px; 
background-color: #1977cc; 
display: block;
cursor: pointer;
}

.chatbot_turno p{
display: none;
}
.chatbot_turno:hover > img{
display:none;  
}
.chatbot_turno:hover > p{
display: block;
font-size: 18px;
color:white;
padding: 5px 5px;
}
.chatbot_turno img{
padding: 10px 10px;
width: 60px;
height: 60px;
position:left;
}
.chatbot_messenger{ 
position: fixed; 
z-index: 4; 
bottom: 5px; 
padding: 0px 75px;
width: 350px;
height: 430px;
transition: padding 0.6s;
}
.chatbot_turno:hover ~ .chatbot_messenger{
position: fixed; 
z-index: 4; 
bottom: 5px; 
padding: 0px 165px;
width: 350px;
height: 430px; 
}
.cerrar_chatbot_messenger{
z-index: 4; 
right: -65px;
transition: right 0.6s;
}
.chatbot_turno:hover ~ .chatbot_messenger  > .cerrar_chatbot_messenger{
z-index: 4; 
right: -155px!important;
}
.tamano_chatbot{
width: 350px;
height: 430px;
}
@media only screen and (max-width: 600px) {
.tamano_chatbot{
  width: 215px;
  height: 430px;
}
.cerrar_chatbot_messenger{
  z-index: 4; 
  right: 70px;
  transition: right 0.6s;
}
.chatbot_turno:hover ~ .chatbot_messenger  > .cerrar_chatbot_messenger{
  z-index: 4; 
  right: -22px!important; 
}
}

.efecto_notificacion:hover{
background-color: #f2f2f2;
border-radius: 15px;
}
.img_tres_puntos_mas{
height: 20px; 
width: 20px; 
background: none;
margin-top: 7px; 
}
.img_tres_puntos_mas:hover{
height: 20px; 
width: 20px; 
margin-top: 7px;
background-color: #f2f2f2; 
border-radius: 15px;
cursor: pointer;
}
.mas_opciones{
border-top-color: transparent;
box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
display: none;
}
.efecto_mas_opciones{
width: 100%;
height: 100%;
padding: 10px 10px;
}
.efecto_mas_opciones:hover{
width: 100%;
height: 100%;
padding: 10px 10px;
background-color: #f2f2f2;
cursor: pointer;
}
.efecto_mas_opciones2{
width: 100%;
height: 100%;
padding: 10px 10px;
}
.efecto_mas_opciones2:hover{
width: 100%;
height: 100%;
padding: 10px 10px;
background-color: #f2f2f2;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
cursor: pointer; 
}
.btn-notificaciones-success{
border-color: #f3f6f9;
background-color: #f3f6f9;
border-radius: 8px;
}
.alert-danger{
margin-bottom: 0px;
}
.btn-notificaciones-success i{
color:#6b6c6e;
}
.btn-notificaciones-success:hover i{
color:#28a745;
}
.btn-notificaciones{
border-color: #f3f6f9;
background-color: #f3f6f9;
border-radius: 8px;
}
.btn-notificaciones i{
color:#6b6c6e;
}
.btn-notificaciones:hover i{
color:#dc3545;
}
.btn-notificaciones-mensaje{
border-color: #f3f6f9;
background-color: #f3f6f9;
border-radius: 8px;
}
.btn-notificaciones-mensaje i{
color:#6b6c6e;
}
.btn-notificaciones-mensaje:hover i{
color:#f2c71a;
}
.btn-notificaciones-azul{
border-color: #f3f6f9;
background-color: #f3f6f9;
border-radius: 8px;
}
.btn-notificaciones-azul i{
color:#6b6c6e;
}
.btn-notificaciones-azul:hover i{
color:#001f3f;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  background-color: #ffffff;
  color: #001f3f;
  font-size: 14px;
  position: absolute;
  padding: 10px 20px;
  bottom: 2.5em;
  left: -100%;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  opacity: 0;
  z-index: 999999999999;
  visibility: hidden;
  border-radius: 3px;
  
}
[data-title] {
  position: relative;
}
.boton-azul{
background-color: #001f3f;
border-color: #001f3f;
}
.icon-azul{
background-color: #001f3f;
border-color: #001f3f;
border-radius: 5.5em!important;
}

.img_inicial_persona_masculino{
margin: 0px 5px;
height: 40px; 
width: 40px;  
border-radius: 5px; 
background: #90ACF9;
}
.img_inicial_persona_masculino p{
height: 40px; 
width: 40px; 
font-size: 12px;
text-align: center;
padding: 10px 0px;
color:#fff;
letter-spacing: 1px
}
.img_inicial_persona_femenino{
margin: 0px 5px;
height: 40px; 
width: 40px;  
border-radius: 5px; 
background: #f9b2f6;

}
.img_inicial_persona_femenino p{
height: 40px; 
width: 40px; 
font-size: 12px;
text-align: center;
padding: 10px 0px;
color:#fff;
letter-spacing: 1px
}
.img_inicial_persona_otro{
margin: 0px 5px;
height: 40px; 
width: 40px; 
border-radius: 5px; 
background: #0bb783;

}
.img_inicial_persona_otro p{
height: 50px; 
width: 50px; 
font-size: 12px;
display: flex;
align-items: center;
margin-left: auto;
margin-right: auto;
width: 45%;
color:#fff;
letter-spacing: 1px
}
.notificacion_posicionamiento{
cursor: pointer;
}
.notificacion_posicionamiento:hover{
box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.turno_posicionamiento{
cursor: pointer;
}
.turno_posicionamiento:hover{
box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.panel_opciones_notificaciones{
padding: 15px 20px;
font-size: 17px;
}
.panel_opciones_notificaciones span{
padding: 0px 30px;
color:#202124;
}
.panel_opciones_notificaciones i{
color:#6b6c6e;
}
.contenedor_panel_notificaciones{
padding: 10px;
cursor: pointer;
}
.contenedor_panel_notificaciones:hover{
background-color: #F4F4F4;
border-radius: .75rem;
}
.contenedor_panel_notificaciones_active{
background-color: #e8eaed;
border-radius: .75rem;  
}
.contenedor_panel_notificaciones_active span{
font-weight: bold;
}
@media (max-width: 1162px){
.panel_opciones_notificaciones{
  font-size: 16px;
}
.panel_opciones_notificaciones span{
  padding: 0px 18px;
  color:#202124;
}
}
@media (min-width: 1162px){
.panel_opciones_notificaciones span{
  padding: 0px 5px;
  color:#202124;
}
}
@media (max-width: 1160px){
.panel_opciones_notificaciones{
  font-size: 14px;
}  
.panel_opciones_notificaciones span{
  padding: 0px 0px;
  color:#202124;
}
}
.notificacion_seleccionada{
background-color: #c2dbff!important;
}
.turno_seleccionado{
background-color: #c2dbff!important;
}
.opciones_ocultas{
display:none;
}
.notificacion_posicionamiento:hover .opciones_ocultas {
display:block;
}
.notificacion_posicionamiento:hover .fecha_notificacion_tabla{
display:none;
}
.turno_posicionamiento:hover .opciones_ocultas {
display:block;
}
.turno_posicionamiento:hover .fecha_notificacion_tabla{
display:none;
}
.card-primary{
color:#001f3f!important;
}
.btn-antecedentes{
width: 100%;
background-color: #fff;
font-size: 15px;
padding: 10px 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.btn-antecedentes:hover{
background-color: #EAEAEA;
}
@media (max-width: 575px){
.border-right{
  border:red!important;
}
}

/*ESTILOS PARA LA PAGINA PRINCIPAL*/
.contenedor_portada{
max-width: 100%;
width: 100%;
height: 350px;
position: relative;
background-image: url('../imagenes/sistema/doctor.jpg');
display:flex;
background-size: cover;
animation:movimiento 10s infinite linear alternate;
clip-path: ellipse(85% 85% at 50% 0%);
}

.contenedor_novedades{
max-width: 100%;
width: 100%;
height: 350px;
position: relative;
background-image: url('../imagenes/sistema/novedades.jpg');
display:flex;
background-size: cover;
animation:movimiento 10s infinite linear alternate;
clip-path: ellipse(85% 85% at 50% 0%);
}

@keyframes movimiento {
from {
  background-position: bottom left;
}to{
  background-position: top right;
}
}
.contenedor_detalle{
width: 100%;
margin: auto;
position: absolute;
}
.contenedor_texto{
width: 100%;
position: relative;
padding: 100px 50px;  
}

.contenedor_detalle h1{
font-size: 48px!important;
}
.contenedor_detalle p{
font-size: 24px!important;
}

.contenedor_gradiente{
border-bottom-left-radius: 450px;
border-bottom-right-radius: 450px;
width: 100%;
height: 100%;
position: absolute;
background: -webkit-linear-gradient(left, #f4f6f9, #f4f6f9);
opacity: 0.4;
}

@media (max-width: 1280px){
.contenedor_portada{
  max-width: 100%;
  width: 100%;
  height: 200px;
  position: relative;
  background-image: url('../imagenes/sistema/doctor.jpg');
  display:flex;
  background-size: cover;
  animation:movimiento 10s infinite linear alternate;
  clip-path: ellipse(85% 85% at 50% 0%);
  }
  .contenedor_novedades{
    max-width: 100%;
    width: 100%;
    height: 200px;
    position: relative;
    background-image: url('../imagenes/sistema/novedades.jpg');
    display:flex;
    background-size: cover;
    animation:movimiento 10s infinite linear alternate;
    clip-path: ellipse(85% 85% at 50% 0%);
  }
.contenedor_detalle{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
}
.contenedor_texto{
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 50px 25px;  
  align-items: left;
}

.contenedor_detalle h1{
  font-size: 32px!important;
}
.contenedor_detalle p{
  font-size: 16px!important;
}

.contenedor_gradiente{
  border-bottom-left-radius: 350px;
  border-bottom-right-radius: 350px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, #f4f6f9, #f4f6f9);
  opacity: 0.4;
}
}
@media (max-width: 540px){
.contenedor_portada{
  max-width: 100%;
  width: 100%;
  height: 175px;
  position: relative;
  background-image: url('../imagenes/sistema/doctor.jpg');
  display:flex;
  background-size: cover;
  animation:movimiento 10s infinite linear alternate;
  clip-path: ellipse(85% 85% at 50% 0%);
  }
.contenedor_novedades{
  max-width: 100%;
  width: 100%;
  height: 175px;
  position: relative;
  background-image: url('../imagenes/sistema/novedades.jpg');
  display:flex;
  background-size: cover;
  animation:movimiento 10s infinite linear alternate;
  clip-path: ellipse(85% 85% at 50% 0%);
}
.contenedor_detalle{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
}
.contenedor_texto{
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 50px 25px;  
  align-items: left;
}

.contenedor_detalle h1{
  font-size: 24px!important;
}
.contenedor_detalle p{
  font-size: 12px!important;
}

.contenedor_gradiente{
  border-bottom-left-radius: 350px;
  border-bottom-right-radius: 350px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, #f4f6f9, #f4f6f9);
  opacity: 0.4;
}
}
@media (max-width: 360px){
.contenedor_portada{
  max-width: 100%;
  width: 100%;
  height: 125px;
  position: relative;
  background-image: url('../imagenes/sistema/doctor.jpg');
  display:flex;
  background-size: cover;
  animation:movimiento 10s infinite linear alternate;
  clip-path: ellipse(85% 85% at 50% 0%);
  }
.contenedor_novedades{
  max-width: 100%;
  width: 100%;
  height: 125px;
  position: relative;
  background-image: url('../imagenes/sistema/novedades.jpg');
  display:flex;
  background-size: cover;
  animation:movimiento 10s infinite linear alternate;
  clip-path: ellipse(85% 85% at 50% 0%);
}
.contenedor_detalle{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
}
.contenedor_texto{
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 40px 20px;  
}

.contenedor_detalle h1{
  font-size: 18px!important;
}
.contenedor_detalle p{
  font-size: 9px!important;
}

.contenedor_gradiente{
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 250px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, #f4f6f9, #f4f6f9);
  opacity: 0.4;
}
}

.contenedor_principal_tarjetas{
padding: 0px 50px;
}
.contenedor_principal_blanco{
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  padding: 30px 20px;
  width: 100%;
  min-height: 250px;
}
.contenedor_principal_azul{
  text-align: left;
  border-radius: 10px;
  background: #007bff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  padding: 30px 20px;
  width: 100%;
  min-height: 275px;
  color:#fff;
}
.icono_tarjetas{
color: #007bff;
margin-bottom: 20px;
}

.contadores {
background: url('../imagenes/sistema/contador.jpg') no-repeat;
background-position: center center;
background-size: cover;
position: relative;
text-align: center;
}

.contadores::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: -webkit-linear-gradient(left, #87A2BD, #001f3f);
opacity: 0.7;
}

@media (min-width: 1024px) {
.contadores {
  background-attachment: fixed;
}
}

.contenedor_contadores{
max-width: 100%;
width: 100%;
min-height: 350px;
position: relative;
background-image: url('../imagenes/sistema/contador.jpg');
display:flex;
background-size: cover;
display: flex;
align-items: center;
}
.contenedor_gradiente_contadores{
width: 100%;
height: 100%;
position: absolute;

}
.contenedor_tipo_contador{
background: transparent;
align-content: center;
color:#f4f6f9;
text-shadow: 2px 2px 10px #000000;
}
.icono_tarjetas_contador{
color:#f4f6f9;
text-shadow: 2px 2px 10px #000000;
margin-bottom: 20px;
}


/*ESTILOS DE LA PÁGINA PRINCIPAL*/

.why-us .content {
padding: 30px;
background: #1977cc;
border-radius: 4px;
color: #fff;
}

.why-us .content h3 {
font-weight: 700;
font-size: 34px;
margin-bottom: 30px;
}

.why-us .content p {
margin-bottom: 30px;
}

.why-us .content .more-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 30px 8px 30px;
color: #fff;
border-radius: 50px;
transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
font-size: 14px;
}

.why-us .content .more-btn:hover {
color: #1977cc;
background: #fff;
}

.why-us .icon-boxes .icon-box {
text-align: center;
border-radius: 10px;
background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 40px 30px;
width: 100%;
}

.why-us .icon-boxes .icon-box i {
font-size: 40px;
color: #1977cc;
margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
font-size: 20px;
font-weight: 700;
margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
font-size: 15px;
color: #848484;
}

.services .icon-box {
height: 300px;
text-align: center;
border: 1px solid #d5e1ed;
padding: 40px 20px;
transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
margin: 0 auto;
width: 64px;
height: 64px;
background: #1977cc;
border-radius: 5px;
transition: all .3s ease-out 0s;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transform-style: preserve-3d;
}

.services .icon-box .icon i {
color: #fff;
font-size: 28px;
}

.services .icon-box .icon::before {
position: absolute;
content: '';
left: -8px;
top: -8px;
height: 100%;
width: 100%;
background: #badaf7;
border-radius: 5px;
transition: all .3s ease-out 0s;
transform: translateZ(-1px);
}

.services .icon-box h4 {
font-weight: 700;
margin-bottom: 15px;
font-size: 24px;
}

.services .icon-box h4 a {
color: #2c4964;
}

.services .icon-box p {
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.services .icon-box:hover {
background: #1977cc;
border-color: #1977cc;
}

.services .icon-box:hover .icon {
background: #fff;
}

.services .icon-box:hover .icon i {
color: #1977cc;
}

.services .icon-box:hover .icon::before {
background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
color: #fff;
}

.departments {
background: url('../imagenes/sistema/soluciones.jpg') no-repeat;
background-position: center center;
background-size: cover;
position: relative;
border: 0px solid #f4f6f9;
box-shadow: 0 0 30px #ddd;
}

.departments::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: -webkit-linear-gradient(left, #f4f6f9, #f4f6f9);
opacity: 0.90;
}

@media (min-width: 1024px) {
.departments {
  background-attachment: fixed;
}
}

.departments .nav-tabs {
border: 0;
}

.departments .nav-link {
border: 0;
padding: 12px 15px 12px 0;
transition: 0.3s;
color: #2c4964;
border-radius: 0;
border-right: 2px solid #dddddd;
font-weight: 600;
font-size: 15px;
}

.departments .nav-link:hover {
color: #1977cc;
}

.departments .nav-link.active {
color: #1977cc;
border-color: #1977cc!important;
background-color: transparent;
}

.departments .tab-pane.active {
-webkit-animation: fadeIn 0.5s ease-out;
animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
color: #2c4964;
}

.departments .details p:last-child {
margin-bottom: 0;
}

@media (max-width: 992px) {
.departments .nav-link {
  border: 0;
  padding: 15px;
}
.departments .nav-link.active {
  color: #fff;
  background: #1977cc;
}
}


.doctors .member span {
display: block;
font-size: 15px;
padding-bottom: 5px;
position: relative;
font-weight: 500;
}

.doctors .member span::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #001f3f;
bottom: 0;
left: 0;
}


.btn-get-started {
display: inline-block;
padding: 6px 30px 8px 30px;
color: #fff;
border-radius: 50px;
transition: all ease-in-out 0.4s;
letter-spacing: 1px;
border-radius: 50px;
background: #1977cc;
}
.btn-get-started:hover {
background: #3291e6;
color: #fff;
cursor: pointer;
}

.contenedor{
padding: 0 30px;
}

@media (max-width: 760px){
.contenedor{
  padding: 0 10px;
}
}

.faq .faq-list {
padding: 0 100px;
}

.faq .faq-list ul {
padding: 0;
list-style: none;
}

.faq .faq-list li + li {
margin-top: 15px;
}

.faq .faq-list li {
padding: 20px;
background: #fff;
border-radius: 4px;
position: relative;
}

.faq .faq-list a {
display: block;
position: relative;
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding: 0 30px;
outline: none;
}

.faq .faq-list .icon-help {
font-size: 24px;
position: absolute;
right: 0;
left: 20px;
color: #1977cc;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}

.faq .faq-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
display: none;
}

.faq .faq-list a.collapsed {
color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
display: none;
}

.gallery .gallery-item {
overflow: hidden;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
transform: scale(1.1);
}

.sucursales .info {
border-top: 3px solid #1977cc;
border-bottom: 3px solid #1977cc;
padding: 40px 30px;
/*background: rgba(0, 0, 0, 0.4);*/
width: 100%;
/*background-image: url('../imagenes/sistema/curved.jpg');*/
background-image: linear-gradient(310deg, #1977cc 15%, #001f3f 100%);
opacity: .85;
margin-bottom: 30px;
border-radius: 1rem;
border-color: #f4f6f9;
}

.sucursales .info .more-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
padding: 6px 30px 8px 30px;
color: #fff;
border-radius: 50px;
transition: all ease-in-out 0.4s;
}

.sucursales .info .more-btn i {
font-size: 14px;
}

.sucursales .info .more-btn:hover {
color: #1977cc;
background: #fff;
}


.sucursales .info i {
font-size: 20px;
color: #1977cc;
float: left;
width: 44px;
height: 44px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}

.sucursales .info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
color: #37517e;
margin-bottom: 0px;
}

.sucursales .info p {
padding: 0 0 0 60px;
font-size: 14px;
color: #6182ba;
}

.sucursales .info .email:hover i, .sucursales .info .address:hover i, .sucursales .info .phone:hover i {
background: #1977cc;
color: #fff;
}

.testimonials-servicios .testimonial-wrap {
padding-left: 0px;
padding-right: 0px;
}

.testimonials-servicios .testimonial-item .testimonial-img {
width: 90px;
border-radius: 10px;
border: 6px solid #fff;
position: absolute;
left: -45px;
}

.testimonials-servicios .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}

.testimonials-servicios .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}

.testimonials-servicios .testimonial-item .quote-icon-left, .testimonials-servicios .testimonial-item .quote-icon-right {
color: #badaf7;
font-size: 26px;
}

.testimonials-servicios .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testimonials-servicios .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testimonials-servicios .testimonial-item p {
font-style: italic;
margin: 15px auto 15px auto;
}

.testimonials-servicios .owl-nav, .testimonials-servicios .owl-dots {
margin-top: 5px;
text-align: center;
}

.testimonials-servicios .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}

.testimonials-servicios .owl-dot.active {
background-color: #1977cc !important;
}

@media (max-width: 767px) {
.testimonials-servicios .testimonial-wrap {
  padding-left: 0px;
  padding-right: 0px;
} 
.testimonials-servicios .testimonial-item {
  padding: 30px;
  margin: 15px;
}
.testimonials-servicios .testimonial-item .testimonial-img {
  position: static;
  left: auto;
}
}

.testimonials-novedades .testimonial-wrap {
padding-left: 0px;
padding-right: 0px;
}

.testimonials-novedades .testimonial-item .testimonial-img {
width: 90px;
border-radius: 10px;
border: 6px solid #fff;
position: absolute;
left: -45px;
}

.testimonials-novedades .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}

.testimonials-novedades .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}

.testimonials-novedades .testimonial-item .quote-icon-left, .testimonials-novedades .testimonial-item .quote-icon-right {
color: #badaf7;
font-size: 26px;
}

.testimonials-novedades .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testimonials-novedades .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testimonials-novedades .testimonial-item p {
font-style: italic;
margin: 15px auto 15px auto;
}

.testimonials-novedades .owl-nav, .testimonials-novedades .owl-dots {
margin-top: 5px;
text-align: center;
}

.testimonials-novedades .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}

.testimonials-novedades .owl-dot.active {
background-color: #1977cc !important;
}

@media (max-width: 767px) {
.testimonials-novedades .testimonial-wrap {
  padding-left: 0px;
  padding-right: 0px;
} 
.testimonials-novedades .testimonial-item {
  padding: 30px;
  margin: 15px;
}
.testimonials-novedades .testimonial-item .testimonial-img {
  position: static;
  left: auto;
}
}

@media (max-width: 1200px) {
.faq .faq-list {
  padding: 0;
}
}

.novedades .icon-box {
height: 275px;
border: 1px solid #d5e1ed;
padding: 40px 20px;
opacity: 1.5;
backdrop-filter: contrast(.8);
background-size: 100% 100%;  
}

.novedades .icon-box:before {
content:'';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.2);
}

.novedades .posicion_abajo{
position:absolute; 
bottom:10px;
}

.novedades .posicion_arriba{
position:absolute; 
}

.novedades .icon-box .tipo_novedad{
display:inline-block;
width: auto;
background-color:#007bff;
color:#fff;
border-radius: 15px;  
margin-bottom: 5px;
padding: 2px 8px;
text-align: center;
}

.novedades .icon-box h4 {
font-weight: 700;
font-size: 24px;
color:#f4f6f9;
text-shadow: 2px 2px 10px #000000; 
position: relative;
}

.novedades .icon-box p {
line-height: 24px;
font-size: 14px;
color:#f4f6f9;
text-shadow: 2px 2px 10px #000000; 
position: relative;
}

.novedades .icon-box:hover {
background: #1977cc;
border-color: #1977cc;
cursor:pointer;
background-size: 100% 100%;  
}

#footer {
background: url("../imagenes/sistema/footer.jpg") center center no-repeat;
color: #fff;
font-size: 14px;
position: relative;
}

#footer::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 31, 63, 0.95);
z-index: 1;
}

#footer .footer-top {
position: relative;
z-index: 2;  
padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
font-size: 26px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 600;
letter-spacing: 3px;
color: #1977cc;
}

#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: #fff;
}

#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
background: #bfc7cf;
color: #1977cc;
text-decoration: none;
}

#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 2px;
}

#footer .footer-top h4::before {
right: 0;
background: #001f3f;
}

#footer .footer-top h4::after {
background: #1977cc;
width: 60px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}


#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
color: #1977cc;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
line-height: 26px;
}

#footer .footer-bottom {
border-top: 1px solid #001f3f;
z-index: 2;
position: relative;
padding-top: 40px;
padding-bottom: 40px;
}

#footer .copyright {
text-align: center;
}

#footer .credits {
text-align: center;
font-size: 13px;
padding-top: 5px;
}

#footer .credits a{
color:#1977cc;
font-size: 14px;
}

#footer .credits a:hover {
color:#3291e6;
}

.novedades_all .member {
margin-bottom: 20px;
overflow: hidden;
text-align: center;
border-radius: 4px;
background: #fff;
box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.novedades_all .member .member-img {
position: relative;
overflow: hidden;
}

.novedades_all .member .social {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 40px;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
background: rgba(255, 255, 255, 0.85);
}

.novedades_all .member .social a {
transition: color 0.3s;
color: #555555;
margin: 0 10px;
padding-top: 8px;
display: inline-block;
}

.novedades_all .member .social a:hover {
color: #1977cc;
}

.novedades_all .member .social i {
font-size: 18px;
margin: 0 2px;
}

.novedades_all .member .tipo-novedad {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
height: 40px;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
background: rgba(255, 255, 255, 0.85);
}

.novedades_all .member .tipo-novedad a {
transition: color 0.3s;
color: #555555;
margin: 0 10px;
padding-top: 8px;
display: inline-block;
}

.novedades_all .member .tipo-novedad a:hover {
color: #1977cc;
}

.novedades_all .member .tipo-novedad i {
font-size: 18px;
margin: 0 2px;
}

.novedades_all .member:hover .tipo-novedad {
opacity: 1;
}

.novedades_all .member .member-info {
padding: 25px 15px;
}

.novedades_all .member .member-info .entry-meta {
margin-bottom: 10px;
color: #848484;
}

.novedades_all .member .member-info .entry-meta ul {
/*display: flex;*/
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.novedades_all .member .member-info .entry-meta ul li + li {
padding-left: 15px;
}

.novedades_all .member .member-info .entry-meta i {
font-size: 14px;
padding-right: 4px;
}

.novedades_all .member .member-info .entry-meta a {
color: #848484;
font-size: 14px;
display: inline-block;
}

.novedades_all .member .member-info h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 18px;
color: #555555;
}

.novedades_all .member .member-info span {
display: block;
font-size: 13px;
font-weight: 400;
color: #aaaaaa;
}

.novedades_all .member .member-info p {
font-style: italic;
font-size: 14px;
line-height: 26px;
color: #777777;
}

.novedades_all .member:hover .social {
opacity: 1;
}

.blog {
padding: 40px 0 20px 0;
}

.blog .entry {
padding: 30px;
margin-bottom: 15px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
max-height: 400px;
margin: -30px -30px 20px -30px;
overflow: hidden;
}

.blog .entry .tipo_novedad{
display:inline-block;
width: auto;
background-color:#007bff;
color:#fff;
border-radius: 0px;  
margin-bottom: 5px;
padding: 2px 8px;
text-align: center;
}

.blog .entry .entry-title {
font-size: 28px;
font-weight: bold;
padding: 0;
margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
color: #2c4964;
transition: 0.3s;
}

.blog .entry .entry-title a:hover {
color: #1977cc;
}

.blog .entry .entry-meta {
margin-bottom: 15px;
color: #848484;
}

.blog .entry .entry-meta ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}

.blog .entry .entry-meta ul li + li {
padding-left: 15px;
}

.blog .entry .entry-meta i {
font-size: 14px;
padding-right: 4px;
}

.blog .entry .entry-meta a {
color: #848484;
font-size: 14px;
display: inline-block;
}

.blog .entry .entry-content p {
line-height: 24px;
}

.blog .blog-comments {
padding: 30px;
margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
font-weight: bold;
}

.blog .blog-comments .comment {
margin-top: 30px;
position: relative;
}

.blog .blog-comments .comment .comment-img {
width: 50px;
}

.blog .blog-comments .comment h5 {
margin-left: 65px;
font-size: 16px;
margin-bottom: 2px;
}


.blog .blog-comments .comment time {
margin-left: 65px;
display: block;
font-size: 14px;
color: #848484;
margin-bottom: 5px;
}

.blog .blog-comments .comment p {
margin-left: 65px;
}

.blog .blog-comments .reply-form {
margin-top: 30px;
padding: 30px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
font-weight: bold;
font-size: 22px;
}

.blog .blog-comments .reply-form p {
font-size: 14px;
}

.blog .sidebar {
height:!important;
padding: 30px;
margin-top: 0px!important;
margin: 0 0 60px 20px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
font-size: 20px;
font-weight: 700;
padding: 0 0 0 0;
margin: 0 0 15px 0;
color: #2c4964;
position: relative;
}

.blog .sidebar .sidebar-item {
margin-bottom: 30px;
}

.blog .sidebar .member-img {
max-height: 400px;
margin: -30px -30px 20px -30px;
padding: 25px;
position: relative;
overflow: hidden;
}

.blog .sidebar .member-img .social {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
height: 40px;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
}

.blog .sidebar .member-img .social a:hover {
color: #1977cc;
}
.blog .sidebar .member-img:hover img{
opacity: 0.2;
}
.blog .sidebar .member-img:hover .social {
opacity: 1;
}

.blog .sidebar .recent-posts .post-item + .post-item {
margin-top: 15px;
}

.blog .sidebar .recent-posts img {
width: 80px;
float: left;
cursor: pointer;
}

.blog .sidebar .recent-posts h4 {
font-size: 15px;
margin-left: 95px;
font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
color: #2c4964;
transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
color: #2c4964;
}

.blog .sidebar .recent-posts time {
display: block;
margin-left: 95px;
font-style: italic;
font-size: 14px;
color: #848484;
}
.panel_suscripcion{
box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
padding: 10px;
}

.clients .owl-item {
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
}

.clients .owl-item img {
width: 25%;
height: 25%;
opacity: 0.5;
transition: 0.3s;
filter: grayscale(100);
}

.clients .owl-item img:hover {
opacity: 1;
filter: none;
}

.clients .owl-nav, .clients .owl-dots {
margin-top: 5px;
text-align: center;
}

.clients .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}

.clients .owl-dot.active {
background-color: #1977cc !important;
}

#hero {
width: 100%;
background: url("../imagenes/sistema/hero.jpg");
position: relative;
padding: 30px 0 0 0;
}

#hero:before {
content: "";
background: rgba(0, 31, 63, 0.75);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero h1 {
font-size: 48px;
padding: 60px 50px;  
}

@media (min-width: 1024px) {
#hero {
  background-attachment: fixed;
}
}

@media (max-width: 991px) {
#hero {
  padding-top: 80px;
}
#hero .animated {
  -webkit-animation: none;
  animation: none;
}
#hero .hero-img {
  text-align: center;
}
#hero .hero-img img {
  max-width: 50%;
}
#hero h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
}

@media (max-width: 575px) {
#hero .hero-img img {
  width: 80%;
}
}

@-webkit-keyframes up-down {
0% {
  transform: translateY(10px);
}
100% {
  transform: translateY(-10px);
}
}

@keyframes up-down {
0% {
  transform: translateY(10px);
}
100% {
  transform: translateY(-10px);
}
}

.hero-waves {
display: block;
margin-top: 60px;
width: 100%;
height: 60px;
/*z-index: 5;*/
position: relative;
}

.wave1 use {
-webkit-animation: move-forever1 10s linear infinite;
animation: move-forever1 10s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

.wave2 use {
-webkit-animation: move-forever2 8s linear infinite;
animation: move-forever2 8s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

.wave3 use {
-webkit-animation: move-forever3 6s linear infinite;
animation: move-forever3 6s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
0% {
  transform: translate(85px, 0%);
}
100% {
  transform: translate(-90px, 0%);
}
}

@keyframes move-forever1 {
0% {
  transform: translate(85px, 0%);
}
100% {
  transform: translate(-90px, 0%);
}
}

@-webkit-keyframes move-forever2 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}

@keyframes move-forever2 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}

@-webkit-keyframes move-forever3 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}

@keyframes move-forever3 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}


.sucursales-list ul {
padding: 0;
list-style: none;
}


.sucursales-list li {
padding: 20px;
background: #fff;
border-radius: 4px;
position: relative;
}

.sucursales-list a {
display: block;
position: relative;
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding: 0 30px;
outline: none;
}

.sucursales-list .icon-help {
font-size: 24px;
position: absolute;
right: 0;
left: 20px;
color: #1977cc;
}

.sucursales-list .icon-show, .sucursales-list .icon-close {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}

.sucursales-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
}

.sucursales-list .icon-show {
display: none;
}

.sucursales-list a.collapsed {
color: #343a40;
}

.sucursales-list a.collapsed:hover {
color: #1977cc;
}

.sucursales-list a.collapsed .icon-show {
display: inline-block;
}

.sucursales-list a.collapsed .icon-close {
display: none;
}

@media (max-width: 768px) {
.quienes_somos {
  text-align: center;
}
}
.quienes_somos .image {
padding: 20px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.quienes_somos .content h3 {
font-size: 26px;
font-weight: 600;
/*margin-bottom: 20px;*/
color: #2c4964;
}

.quienes_somos .content ul {
list-style: none;
padding: 0;
}

.quienes_somos .content ul li {
padding-bottom: 10px;
display: flex;
align-items: flex-start;
}

.quienes_somos .content ul i {
font-size: 24px;
padding: 2px 6px 0 0;
color: #1977cc;
}

.quienes_somos .content p:last-child {
margin-bottom: 0;
}

.back-to-top {
position: fixed;
display: none;
right: 15px;
bottom: 15px;
z-index: 99999;
}

.back-to-top i {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 50px;
background: #1977cc;
color: #fff;
transition: all 0.4s;
}

.back-to-top i:hover {
background: #1c84e3;
color: #fff;
}
.icofont-simple-up:before{
content:"\eab9"
}

.tarjeta_reversa .icon-boxes .icon-box {
text-align: center;
border-radius: 10px;
background: #fff;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
width: 100%;
min-height:200px;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: .7s ease;
transition: .7s ease;
}

.tarjeta_reversa .icon-boxes .icon-box i {
font-size: 40px;
color: #1977cc;
text-shadow: 2px 2px 10px #000000;  
margin-bottom: 30px;
}

.tarjeta_reversa .icon-boxes .icon-box h4 {
font-weight: 700;
font-size: 24px;
margin: 0 0 30px 0;
color:#f4f6f9;
text-shadow: 2px 2px 10px #000000; 

}

.tarjeta_reversa .icon-boxes .icon-box p {
font-size: 15px;
color: #848484;
}

.tarjeta-wrap{
-webkit-perspective: 800;
perspective: 800;
}

.icon-box .adelante, .atras{
width: 100%;
min-height: 250px;
padding: 40px 30px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.icon-box .atras{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
padding: 10px 5px;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: auto;
}

.tarjeta-wrap:hover .icon-box{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.icon-box .mision{
background-image: url(../imagenes/sistema/mision2.jpg);
background-size: cover; 
background-position: center;
border-radius: 10px;
height: 100%;
}

.icon-box .vision{
background-image: url(../imagenes/sistema/vision2.jpg);
background-size: cover; 
background-position: center;
border-radius: 10px;
height: 100%;
}

.icon-box .valores{
background-image: url(../imagenes/sistema/valores2.jpg);
background-size: cover; 
background-position: center;
border-radius: 10px;
height: 100%;
}

.tarjeta_reversa_medico .icon-boxes .icon-box-medico {
border-radius: 10px;
background: #f4f6f9;
width: 100%;
min-height: 200px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: .7s ease;
transition: .7s ease;
}

.tarjeta-wrap-medico{
-webkit-perspective: 800;
perspective: 800;
}

.icon-box-medico .adelante, .atras{
width: 100%;
min-height: 200px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
min-height: 200px;
}

.icon-box-medico .atras{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
top: 0;
left: 0;
position: absolute;
padding-left: 10px;
padding-top: 10px;
width: 100%;
height: auto;
}

.tarjeta-wrap-medico:hover .icon-box-medico{
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}

.icon-box-medico .medicos{
background-image: url(../imagenes/sistema/tarjeta_medico_frontal.png);
background-size: 100% 100%; 
background-position: center;
border-radius: 10px;
height: 100%;
}

.icon-box-medico .medicos_dorsal{
background-image: url(../imagenes/sistema/tarjeta_medico_dorsal.png);
background-size: 100% 100%; 
background-position: center;
border-radius: 10px;
height: 100%;
}

.icon-box-medico .adelante h5 {
font-size: 1rem;
padding-bottom: 5px;
}

.icon-box-medico .adelante h5::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #bfc7cf;
bottom: 0;
right: 0;
}

.card-primary{
border-color: #1977cc!important;
}

.btn-primary{
background-color: #1977cc!important;
border-color: #1977cc!important;
}

.btn-primary:hover{
background-color: #3291e6!important;
}

.mensaje_bienvenida_sucursal {
background: linear-gradient(rgba(0, 31, 63, 0.90), rgba(0, 31, 63, 0.90)), url("../imagenes/sistema/bienvenida.jpg") fixed center center;
background-size: cover;
padding: 120px 0;
}

.mensaje_bienvenida_sucursal h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}

.mensaje_bienvenida_sucursal p {
color: #fff;
}

@media (max-width: 1024px) {
.mensaje_bienvenida_sucursal {
  background-attachment: scroll;
}
}

.tilt {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.tilt .up {
-webkit-transform: translateZ(50px) scale(0.97);
transform: translateZ(50px) scale(0.97);
transition: all 0.5s;
}

.page-item.active .page-link{
background-color: #1977cc;
}

.logo-login{
width: 413px;
height: 398px;
}

@media (max-width: 500px) {
.logo-login{
  width: 275.33px;
  height: 265.33px;
}  
}

@media (max-width: 350px) {
.logo-login{
  width: 206.5px;
  height: 199px;
}  
}