/*Inicio estilos de scroll*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar:hover {
  width: 6px !important;
  height: 6px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: #00bf5d;
  border: 0px none #ffffff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #00bf5d;
  width: 6px;
}
::-webkit-scrollbar-thumb:active {
  background: #00bf5d;
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.modal-content::-webkit-scrollbar-button,
.modal_scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 10px;
}

#contenedor_principal::-webkit-scrollbar-thumb,
.formul-cont::-webkit-scrollbar-thumb {
  background: #00bf5d;
  border: 0px none #ffffff;
  border-radius: 35px;
}

#modal_usuario_formul .formul-cont::-webkit-scrollbar-button {
  width: 0px;
  height: 14px;
}
/*Fin estilos de scroll*/

/*Inicio resetear estilos de navegador*/
:focus
{
  outline: 0;
}
*{
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  font-family: 'OpenSans', sans-serif;
	vertical-align: baseline;
  box-sizing: border-box;
}

*::after,
*::before{
  box-sizing: border-box;
}



footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header_container{
  z-index: 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
}

#nav_container{
  z-index: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
}

#panel_container{
  z-index: 60 !important;
  -webkit-transform: translate3d(0, 0, 0);
}
/*Fin resetear estilos de navegador*/

/*Inicio estilos elementos*/
a{
	color: #182951;
}

.elemento-oculto{
  display: none;
}
/*Fin estilos elementos*/


/*Inicio estilos de cabecera (header)*/

.texto_header{
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
}



.seccion_header--titulo{
  width: 600px;
}

.seccion_header--controles{
  width: 350px;
}

.texto_header--titulo{
  margin: 10px 0;
  /*text-transform: uppercase;*/
}

.icono_header{
  width: 20px;
  height: 20px;
}

.icono_header--fecha{
  margin-bottom: 15px;
}

.texto_header--titulo-1{
  color: #00D1FF;
}

.texto_header--titulo-2{
  font-size: 2rem;
}

.texto_header--titulo-3{
  color: rgb(127, 143, 159);
  font-size: .9rem;
}

.header-expandido{
  width: 100%;
}

.seccion_header--links-descarga{
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: rgb(127, 143, 159);
  font-size: .8rem;
  cursor: pointer !important;
}

.seccion_header--links-descarga img{
  margin-right: 7px;
}
/*Fin estilos de cabecera (header)*/

/*Inicio estilos de panel (aside)*/
#panel_container{
  position: fixed;
  top: 0;
  right: 0;
  background: rgb(36, 47, 59);
  transition: right .8s;
}

#panel_container,
#panel{
  width: 300px;
  height: 100%;
  /*overflow-y: auto;*/
  
}

#panel{
  display: flex;
  flex-wrap: wrap;
}

.panel_header{
  width: 100%;
}

.panel_seccion{
  padding: 6px 15px;
  background: rgb(36, 47, 59);
  width: 100%;
  padding-top:26px;
}

.panel_header--logo-container{
  position: relative;
  /*height: 50%;*/
  /*padding: 10px 15px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel_header--avatar-container{
  /* position: relative; */
  /*height: 50%;*/
  /*padding: 10px 15px;*/
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.panel_header--logo{
  width: 170px!important;
  max-height: 70px!important;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 15px;
  right: 0px;
}

.panel_header--logo-container a{
  color: #00D1FF;
  font-size: 1.5rem;
  transform: rotate(0deg);
  transition: transform .8s;
}

.rotar-toggle{
  transform: rotate(180deg) !important;
}

.panel_header--avatar-container img{
  width: 75px;
  height: 75px;
  border-radius: 3px;
  cursor: move;
}
.panel_header--avatar-editar
{
  display:none;
}

.oculta-panel{
  right: -250px !important;
}

.panel--link-dinamico{
  line-height: 20px;
}

.panel--link-dinamico:hover{
  color: #00D1FF !important;
}

/*Inicio estilos seccion de informacion de usuario*/
.panel_user_info{
  width: 100%;
  /*padding: 10px 15px;*/
}

.panel_user_info--container{
  width: 180px;
}

.panel_user_info--nombre-usuario{
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  font-weight: lighter;
}

.panel_user_info--rfc{
  font-size: .9rem;
  color: rgb(127, 143, 159);
  text-transform: uppercase;
}

.panel_user_info--plan{
  /*height: 10px;*/
  padding: 3px;
  border-radius: 20px;
  border: 1px solid #00D1FF;
  text-align: center;
  cursor: pointer;
}

.panel_user_info--plan p{
  color: #00D1FF;
  font-size: .7rem;
}

.panel_user_info--texto,
.panel_user_info--plan{
  margin: 5px 0;
}
/*Fin estilos seccion de informacion de usuario*/

/*Inicio estilos seccion quiero consultar*/
hr{
  height: 1px;
  background: rgb(127, 143, 159);
  margin-bottom: 15px;
}

.panel_quiero_consultar--texto-encabezado{
  font-size: .6rem;
  color: #00D1FF;
  text-transform: uppercase;
  font-weight: bolder;
}

.panel_quiero_consultar--enlace{
  color: rgb(255, 255, 255);
  line-height: 23px;
  text-transform: capitalize;
}

.panel_quiero_consultar--enlace:hover{
  color: #00D1FF;
}

.icono_panel{
  width: 20px;
  height: 20px;
  position: relative;
}
/*Fin estilos seccion quiero consultar*/

/*Inicio estilos seccion centro de mensajeria*/
.icono_panel--mensaje-fake::after{
  content: attr(data-content);
  background: rgb(255, 0, 0);
  /*width: 15px;
  height: 15px;*/
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -6px;
  font-size: 10px;
  padding: 2px;
}

.centro_mensajeria--enlace{
  color: rgb(255, 255, 255);
}

.centro_mensajeria--enlace:hover{
  color: #00D1FF;
}

.texto_centro_mensajeria{
  margin-top: 5px;
}

.texto_centro_mensajeria::first-letter{
  text-transform: capitalize;
}
/*Fin estilos seccion centro de mensajeria*/

/*Inicio estilos seccion compartir rfc*/
.panel_compartir--enlace{
  color: rgb(255, 255, 255);
  line-height: 23px;
}

.panel_compartir--enlace:hover{
  color: #00D1FF;
}
/*Fin estilos seccion compartir rfc*/

/*Inicio estilos seccion actualizar*/
.panel_actualizacion--texto{
  font-size: 0.6rem;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.panel_actualizacion--enlace{
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
}

.panel_actualizacion--enlace:hover{
  color: #00D1FF;
}

.panel_actualizacion--progress{
  width: 100%;
  background-color: rgb(28, 37, 47);
  margin-top: 5px;
}

.panel_actualizacion--progress-indicador{
  width: 1%;
  height: 12px;
  background-color: #00D1FF;
  transition: .5s;
}
/*Inicio estilos seccion actualizar*/

/*Inicio estilos footer panel*/
.panel_footer{
  width: 300px;
  position: fixed;
  bottom: 0;
  background: rgb(36, 47, 59);
  border-top: 10px solid rgb(28, 37, 47);
  height: 60px;
}

.top{
  position: fixed;
  top: 0;
  width: 300px;;
}

.panel_seccion--links{
  /*margin-top: 280px;
  margin-bottom: 98px;*/
  width: 100%;
  /*overflow-y: auto;*/
}

.panel_footer--copyright{
  text-align: center;
  font-size: 0.55rem;
  color: rgb(255, 255, 255);
  z-index: 30;
}

.panel_footer--contenido{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*Fin estilos footer panel*/

/*Fin estilos de panel (aside)*/

/*Inicio estilos modal*/
.modal_container,
.modal_container_loader{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(22, 25, 28, 0.9);
  width: 100%!important;
  height: 100%!important;
  margin: auto auto;
  z-index: 80!important;
  display: none;
  justify-content: center;
  align-items: center;

}

.modal--contenido {
  position: fixed;
  width: auto !important;
  height: fit-content !important;
  padding: 10px 15px 0px 0px;
  border-radius: 27px !important;
  border: 0px !important;
  background-color: white;
  top: auto;
  bottom: auto;
  max-height: 80%;
  max-width: 70%;
}

@media (max-width: 900px){
  .modal--contenido {
    max-width: 90%;
    min-width: 80% !important;
  }
  #modal_add_concepto {
    margin: 0px 0px 0px -40px !important;
  }
}


.modal--contenido.modal_scroll{
  overflow: auto;
}

/* .modal--contenido.modal_scroll .modal--close{
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
} */

.modal--close{
	position: sticky;
	margin-right: -10px;
  margin-left: auto;
  margin-bottom: 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 0;
  left: 5;
  z-index: 40;
} */

.modal--close{
	position: sticky;
	margin-right: -10px;
    margin-left: auto;
    margin-bottom: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 0;
    left: 5px;
    z-index: 40;
}
.modal--contenido {
    /* min-width: 500px; */
	width: auto !important;
  height: fit-content !important;
	padding: 10px 15px 0px 0px;
  border-radius: 27px !important;
  position: fixed;
	top: 60px;
	left: auto;
	right: auto;
	background-color: white;
}

.modal--texto{
  color: black;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
  height: auto;
  margin: -18px 20px 20px 20px;
  border: 0px !important;
  border-radius: 27px !important;
  text-align: initial;
  background-color: #fff !important;
  top: -30px;
  bottom: 0;
}

.modal--texto .formul_modal {
  margin-top: 20px;
}

#modal--titulo{
  font-size: 2rem;
  margin-bottom: 10px;
  /*text-transform: capitalize;*/
}

#modal--texto_contenido{
  margin-bottom: 10px;
  margin-left: 20px;
}
/*Fin estilos modal*/

#contenedor_principal{
  /*overflow-y: auto;*/
  margin-bottom: 100px;
  /*margin-top: 150px;
  margin-left: 80px;
  margin-right: 300px;*/
}

.custom-submit-v1{
  text-align: center;
  padding: 10px 0;
  background: transparent;
  border: 2px solid #00D1FF;
  color: #00D1FF;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  margin-top: 8px;
}

.pagination{
  margin: 40px 20px;
  justify-content: center;
}

.pagination li{
  background: #1829513e;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: .9rem;
  width: 35px;
  height: 35px;
  border-left: 1px solid rgb(127, 143, 159);
  border-radius: 10px;
  margin: 0px 2px;
}

.pagination li:last-child{
  border-right: 1px solid rgb(127, 143, 159);
}

.pagination li.active{
  background: #182951;
}

.pagination .page{
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
  line-height: 35px;
  text-align: center;
}

.loader {
  margin: 20px 0;
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  display: none;
}

.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #182951;
  animation: loading 2s linear infinite;
}
.loader-dark{
  margin: 20px 0;
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  display: none;
}
.loader-dark:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #16191c;
  animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/*Notificaciones*/
.alert{
  width: 100%;
  color:#cecece;
  padding: 5px 15px !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.no_leido{
  font-weight: bolder;
}

#mas_notificaciones{
  text-align: center;
  color: #00bf5d;
  cursor: pointer;
  margin: 20px;
  font-weight: bold;
}

#contenedor_notificaciones{
  margin: 0px 20px;
}

/*Fin Notificaciones*/

.circulo--notificacion{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Informativo */
.alert-success{ background-color: #00D1FF; }

/* Exito */
.alert-info{ background-color: rgb(14, 158, 230); }

/* Advertencia */
.alert-warning{ background-color: rgb(246, 255, 68); }

/* Peligro */
.alert-danger{ background-color: rgb(203, 40, 40); }




/* "Inhabilitar" botones*/
.disabled
{
  color:gray!important;
  cursor:wait!important;
  opacity: 0.5!important;
}

.no_robot-check{
  display: none;
}

.no_robot-label{
  color: #fff;
  font-size: 1.2rem;
  height: 40px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.no_robot-label:before{
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 2rem;
  margin-right: 10px;
  font-size: 2rem;
}

.no_robot-check:checked + .no_robot-label:before{
  content: "\f14a";
  color: #000000 !important;
}

#ok_button
{
  margin-bottom: 20px;
}
#modal--titulo
{
  text-align: center!important;
}
.custom_select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
}

.modal_container,
.modal_container_loader{
  animation-duration: .1s;
}

/* Inicio estilos para agregar RFC */
.agregar_rfc_btn
{
  border: 2px solid #1C252F!important;
  width: 100%!important;
  color: #1C252F!important;
  margin-top:30px!important;
  margin-bottom: 30px;
}
.agregar_rfc_input
{
  background:#1C252F;
  display:block;
  color:white!important;
  width:100%;
  height:55px;
  font-weight: lighter;
  padding-left:15px;
  margin-top:10px;
}
.agregar_rfc_input::-webkit-input-placeholder
{
  color:white;
}
/* Fin estilos para agregar RFC */

/* Inicio estilos de porcentaje de llenado de mi perfil */
.progreso {
    background: #00D1FF;
    height: 7px;
    width: 1%;
    border-radius: 40px;
}
.progreso_perfil {
    background: transparent;
    height: 15px;
    width: 80%;
    border: 1px solid rgb(36, 47, 59);
    border-radius: 60px;
    padding: 2.5px;
    display: flex;
    align-items: center;
}
.icono-seccion {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enlace_desactivado_nav {
  cursor: not-allowed;
}
#paypal-button{
  width: 80%;
}
.navegacion_movil{
  position: fixed;
  left: 0;
  width: 100%;
  background: #182951;
  bottom: 0;
  z-index: 50 !important;
  display: none;
  padding: 0px 0px 10px 0px;
}

.contenedor_movil{
  width: 100%;
  display: flex;
}

/* .contenedor_movil div{
  flex-grow: 1;
  padding: 0px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  cursor: pointer;
  align-items: center;
} */

.flecha_movil{
  color: #00D1FF;
  font-size: 2rem;
}

/*.contenedor_movil div:hover .flecha_movil{
  color: #00D1FF;
}*/

.contenedor_movil div:first-child{
  /*border-right: 1px solid #2e4765;*/
}

.contenedor_movil div:last-child{
  /*border-left: 1px solid #2e4765;*/
}
/* Fin estilos de porcentaje de llenado de mi perfil */
.no_robot-check:checked + .no_robot-label:before {
    content: "\f14a";
    color: #000000 !important;
}
  .item_plan_radio_verde:after
    {
      content: "";
      background-image: url("../img/iconos/radio_unchecked.png");
      background-repeat: no-repeat;
      width: 22px !important;
      height: 22px !important;
      display: inline-block;
      margin: 0 auto;
      margin-top: 10px;

      /*cursor:pointer!important;
      content: "\f1db";
      font-family: "FontAwesome"!important;
      color: #00D1FF;
      speak: none;
      font-style: normal;
      font-weight: lighter;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      font-size: 1.8rem;
      background:transparent;
      margin-top:15px;*/
    }
    .radio_plan_elegido_verde:checked + .item_plan_radio_verde:after
    {
      content: "";
      background-image: url("../img/iconos/radio_checked.png");
      background-repeat: no-repeat;
      width: 22px !important;
      height: 22px !important;
      display: inline-block;
      margin: 0 auto;
      margin-top: 10px;

      /*cursor:pointer!important;
      font-family: "FontAwesome"!important;
      content: "\f111";
      color:#00D1FF;*/
    }

  .desactivar_facturas{
    background: gray !important;
    cursor: not-allowed !important;
    color: white !important;
    border-color: gray !important;
  }

  .icono_navbar{
    position: relative;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .icono_navbar .icono_navbar-text{
    visibility: hidden;
    width: 100px;
    background-color: rgb(22, 25, 28);
    color: #7d7d7d;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10;
    font-size: 14px;

    left: 100%;
    /* margin-left: -60px; */

}

.icono_navbar .icono_navbar-text::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 5px;
}

.icono_navbar:hover .icono_navbar-text{
    visibility: visible;
}

#panel--toggle-button{
  /* width: 40px; */
  height: 40px;
  /* display: flex; */
  /* justify-content: center; */
  /* padding-right: 15px; */
  align-items: center;
  margin-top:20px;
}

.flecha_panel_toggle{
  height: 12px;
}

.seccion_scrollable_panel{
    overflow-y: auto;
    margin-top: 80px;
    width: 100%;
}

.panel_header--avatar-container{
  padding: 6px 15px;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

.boton_enviar_mensaje_soporte{
  margin-right: auto!important;
  margin-left: auto!important;
  background: #00D1FF!important;
  color: white!important;
  width: 180px;
  height: 52px;
}

#cuerpo_solicitud{
  width: 100%;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mensaje_soporte{
  width: 480px!important;
}

.linea_verde{
  width: 100%;
	height: 4px;
	background: #182951;
	margin: 5px 0;
}

#mensaje_invitacion{
  overflow-y: auto;
}

.modal_borrado{
  width: 300px;
}

.clave_percepcion{
  cursor: not-allowed;
}

.cancelar_factura{
  cursor: pointer;
}

input[type=checkbox] {
  display:none;
}

label{
  font-size: 1.1rem;
}

input[type=checkbox] + label:before{
  font-size: 1.2rem;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  color: #707070;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
}

input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-size: 1.2rem;

}