@import url("I2m_usuario_login.css");

.control-label::first-letter {
  text-transform: uppercase;
}

#login_error,
#recuperar_error,
#registro_error {
  background: #464f31;
  margin-bottom: 10px;
  padding: 3px;
  text-align: center;
  color: white;
}

ul.info-window-bottom-list li {
  display: inline !important;
}

#user_location {
  position: relative;
  margin-top: 7px;
}

#user_location img {
  position: absolute;
}

#loginPanel {
  background: #f1f1f1;
  float: left;
  width: 170px;
}

div#LogPanel,
ul#Panel {
  width: 211px !important;
}

div#LogPanel {
  background-color: #ffffff;
  border: solid 1px #a3a3a3;
  border-radius: 0 0 5px 0px;
  border-left: none;
  height: 92px;
}

div#loguin ul {
  margin: 0px;
}

div#loguin ul li {
  margin-bottom: 3px;
}

div#loguin ul li img {
  margin-right: 3px;
  border: 0;
}

div#loguin ul li a {
  display: block;
}

#HomeListaArti {
  float: left;
}

#HomeListaArti li:hover {
  background-color: #ececea;
}

#loginPanel input {
  width: 100%;
}

#loginPanel a {
  font-size: 10px;
  margin-left: 5px;
}

#registroPanel {
  margin: 0px;
  padding: 0px;
}

#loginPanel h2,
#registroPanel h2 {
  display: none;
}

#loginPanel input,
#registroPanel input,
#registroPanel select {
  border: 1px solid #f1f1f1;
  display: block;
  margin-bottom: 8px;
}

#loginPanel fieldset.botones button,
#registroPanel fieldset.botones button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0px;
}

#login_boton,
#recuperar_boton,
#registro_boton {
  font-weight: bold;
}

div#conCent div#abm h2,
div#conCent ul#HomeAdmin h2,
div#conCent ul#HomeListaArti h2 {
  display: block;
  background-color: #739ec0;
  color: white;
}

div#conCent ul#HomeListaArti li:hover {
  background-color: transparent;
}

div#conCent ul#HomeListaArti li table {
  padding: 5px;
}

div#conCent ul#HomeListaArti li table tr th {
  background-color: #e9ecef;
}

div#conCent ul#HomeListaArti li table tr:hover {
  background-color: #f0f0f0;
}

div#loguin h2 {
  font-size: 12px;
  text-align: center;
  display: block;
  background-color: #464f31;
  padding: 2px;
}

div#FormContacto div#detaConte h5 {
  padding: 5px;
}

div#FormContacto div#detaConte ul {
  width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

div#FormContacto div#detaConte ul li {
  float: none !important;
  width: 430px;
  height: 30px;
}

div#FormContacto div#detaConte ul li.alto100 {
  height: 100px;
}

div#FormContacto div#detaConte ul li label {
  width: 140px;
  float: left;
}

div#FormContacto div#detaConte ul li input {
  width: 250px;
  float: right;
  margin-right: 30px;
}

div#FormContacto div#detaConte ul li input.i2m_botones {
  clear: both !important;
  width: 95px;
  height: 21px;
  background-color: transparent !important;
  border: none !important;
}

div#FormContacto div#detaConte ul li textarea {
  width: 422px;
  height: 60px;
}

/**
Para la seccion de administracion de ususarios desde el perfil

*/
div#destaca ul#listaPendientes li {
  background-color: #ffffff;
  border: 1px solid #bddc6d;
  margin-left: 20px;
  margin-top: 20px;
  width: 569px;
}

div#destacaPro {
  background-color: #e5f1c5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 10px;
  width: 738px !important;
}

div#destacaPro ul#listaPendientes li {
  background-color: #ffffff;
  border: 1px solid #bddc6d;
  margin-left: 20px;
  margin-top: 20px;
  width: 569px;
  margin-bottom: 5px;
}

div#destacaPro ul#listaPendientes li h4 {
  background-repeat: no-repeat;
  margin-left: -10px;
  margin-top: -10px;
  width: 63px;
  height: 61px;
  display: block;
  float: left;
}

div#destacaPro ul#listaPendientes li.newArticu h4 {
  background-image: url("img/imgthumLi/imgNewArticulosPend.gif");
}

div#destacaPro ul#listaPendientes li h2 {
  margin: 0;
  font-size: 23px;
  padding-left: 65px;
  text-transform: capitalize;
}

div#destacaPro ul#listaPendientes li h5 {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 65px;
}

div#detaConte h2.Nosotros {
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  display: block;
}

div#detaConte div#Contenido {
  padding: 10px;
}

div#detaConte div#Contenido p strong {
  font-size: 12px;
  font-weight: bolder;
}

div#detaConte ul#FormCon {
  width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

div.central table#contacto {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  width: 100%;
}

div.central table#contacto th {
  font-size: 12px;
}

div.central table#contacto tr td {
  font-size: 11px;
  padding: 10px;
  cursor: pointer;
}

div.central table#contacto thead tr {
  height: 20px;
  background-color: #aaaaaa;
}

button {
  box-shadow: 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 transparent !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
}

.panel-pricing ul {
  list-style: none;
}

.panel-pricing .list-group-item {
  background: transparent;
  border: none;
  border-radius: 0;
}

div .input-group.imputerror:after,
div .input-group.imputsuccess:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 2px;
  width: 32px;
  height: 32px;
  background: url("img/icons.png") no-repeat;
  z-index: 5 !important;
}

/*.imputerror:has(.password)::after,
.imputsuccess:has(.password)::after{
	position:absolute;
	right: 40px;
}*/
/* Mueve el ícono de validación hacia la izquierda cuando el input tiene la clase "password" */
div .input-group.password-field.imputerror::after,
div .input-group.password-field.imputsuccess::after {
  right: 33px;
  /* Ajusta la posición según sea necesario */
}

.password-toggle {
  position: absolute;
  right: 0px;
  /* Ajusta esta distancia para evitar la superposición */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* Asegúrate de que esté por encima del input */
}

div .input-group.imputerror:after {
  background-position: 0 -79px;
}

/*form.registration-form .input-group .form-control, #login_frm .input-group .form-control, #i2m_usu_perfil .input-group .form-control{
    width: 92% !important;
	z-index: 0 !important;
}*/

h2.title-form-main {
  text-align: center;
  color: #2e75b5;
  margin: 12px 0;
  text-transform: capitalize;
  font-size: 23px;
}

.image-title-container img {
  display: block;
  /* Asegura que la imagen se comporte como un bloque para el centrado */
  margin: 0 auto;
  /* Centra la imagen horizontalmente */
}

#terms_container_1 h4 {
  margin: 5px 0px;
  text-transform: math-auto;
}

#terms_container_1 {
  font-family: Arial, sans-serif;
  /* Fuente del texto */
  font-size: 16px;
  /* Tamaño de la fuente */
  color: #333;
  /* Color del texto */
  line-height: 1.9;
  /* Altura de línea */
}

#terms_container_1 p {
  font-family: "Roboto", sans-serif;
  /* Fuente del texto */
  line-height: 1.9 !important;
  /* Altura de línea */
  padding: 0.25rem !important;
  margin: 0.25rem !important;
  font-size: 14px;
  font-weight: 400;
}

#terms_container_1 p.small.mb-2 {
  font-size: 12px !important;
}

#terms_container_1 .m-1.p-1 ol {
  font-family: "Roboto", sans-serif;
  /* Fuente del texto */
  line-height: 1.9 !important;
  padding: 0.25rem !important;
  margin: 0.25rem !important;
  font-size: 14px;
  font-weight: 400;
  list-style-type: upper-alpha;
  /* Usa letras mayúsculas para los ítems de la lista */
}

/* button#extenderBTN_1:hover {
  background-color: var(--i2m_colorPerfilOscuro) !important;
  border-color: var(--i2m_colorPerfilOscuro) !important;
}

button#extenderBTN_1 {
  background-color: #96c03d;
  color: #fff !important;
  padding: 0.75rem 2.6rem 0.6rem 2.6rem !important;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  border-color: var(--i2m_colorPerfilClaro);
} */

.container-terminos-condiciones {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #cbcbcb91;
}
.image-title-container {
  margin-bottom: 15px;
}
.btn-link {
  cursor: pointer;
}

.terminos-title {
  color: var(--i2m_colorPerfilClaro);
  text-transform: math-auto;
}

button#terms_container_1 {
  background-color: var(--i2m_colorPerfilClaro);
  color: #fff !important;
  padding: 0.75rem 2.6rem 0.6rem 2.6rem !important;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  float: right;
  border-color: var(--i2m_colorPerfilClaro);
}

button#terms_container_1:hover {
  background-color: var(--i2m_colorPerfilOscuro);
  border-color: var(--i2m_colorPerfilOscuro);
}

button#terms_container_btn {
  background-color: var(--i2m_colorPerfilClaro);
  color: #fff !important;
  padding: 0.75rem 2.6rem 0.6rem 2.6rem !important;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  float: right;
  border-color: var(--i2m_colorPerfilClaro);
  margin-top: -1rem;
}
button#terms_container_btn:hover {
  background-color: var(--i2m_colorPerfilOscuro) !important;
  border-color: var(--i2m_colorPerfilOscuro) !important;
}

.auth-card.terms-cond .image-side {
  width: 40%;
  background: url("img/fondo-tyc.png") !important;
  background-size: cover !important;
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.i2m_desktop #text_login,
.i2m_desktop #text_registro {
  position: absolute;
  top: 330px !important;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  /* white-space: nowrap; */
}

.text-white {
  margin: 0; /* Elimina cualquier margen adicional */
}

.text-center {
  margin: 0; /* Elimina márgenes verticales */
}

.i2m_desktop img.tyc1 {
  margin: -93px 0px;
  max-width: 435px;
}

.i2m_tablet #text_login,
.i2m_mobile #text_login,
.i2m_tablet #text_registro,
.i2m_mobile #text_registro {
  text-align: center;
  top: 61px;
  font-size: 13px;
}

.i2m_tablet #text_login .h2,
.i2m_mobile #text_login .h2, .i2m_tablet #text_registro .h2,
.i2m_mobile #text_registro .h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px !important;
  text-transform: capitalize;
}

.i2m_tablet #text_login p,
.i2m_mobile #text_login p, .i2m_tablet #text_registro p,
.i2m_mobile #text_registro p {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .i2m_desktop #text_login, .i2m_desktop #text_registro {
    width: 100%;
    position: relative !important;
  }
}

.i2m_tablet img.tyc1,
.i2m_mobile img.tyc1 {
  margin: 0px 0px;
  max-width: 200px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  white-space: normal;
}

.i2m_tablet .rounded .auth-card .image-side .background-fume,
.i2m_mobile .rounded .auth-card .image-side .background-fume {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.i2m_tablet .container-terminos-condiciones,
.i2m_mobile .container-terminos-condiciones {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 30px 3px !important;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #cbcbcb91;
}

.i2m_tablet .auth-card .form-side,
.i2m_mobile .auth-card .form-side {
  padding: 35px 3px !important;
}

.i2m_terms_container{
	 height: 300px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.i2m_flag_createdBy_img {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 5px;
  margin-right: 5px;
  width: 50px;
  max-width: none;
}

.ribbon_user {
  position: absolute;
  top: 79px;
  right: -18px;
  background: var(--i2m_primaryColor);
  color: white;
  padding: 2px 60px;
  transform: rotate(40deg);
  transform-origin: top right;
  text-transform: uppercase;
  font-weight: bold;
}

.ribbon_business {
  position: absolute;
  top: 79px;
  right: -18px;
  background: #015d5c;
  color: white;
  padding: 1px 43px;
  transform: rotate(40deg);
  transform-origin: top right;
  text-transform: uppercase;
  font-weight: bold;
}

.card.square-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.admin_panel .card {
  border: 1px solid #b0b0b0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}


#perfil_address .i2m_profileCard {
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 30px;
  height: 100%;
}

#perfil_address .i2m_contornoProfile {
  border: solid 1px #808080;
}

#perfil_address .card .card-title {
  margin-bottom: 2rem;
}

#perfil_address h5.card-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: black;
}

#perfil_address h1, 
#perfil_address h2, 
#perfil_address h3, 
#perfil_address h4, 
#perfil_address h5, 
#perfil_address h6, 
#perfil_address h1.h1, 
#perfil_address h2.h2, 
#perfil_address h3.h3, 
#perfil_address h4.h4, 
#perfil_address h5.h5, 
#perfil_address h6.h6, 
#perfil_address h1.alt-title, 
#perfil_address h2.alt-title, 
#perfil_address h3.alt-title, 
#perfil_address h4.alt-title, 
#perfil_address h5.alt-title, 
#perfil_address h6.alt-title, 
#perfil_address .h1, 
#perfil_address .h2, 
#perfil_address .h3, 
#perfil_address .h4, 
#perfil_address .h5, 
#perfil_address .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: var(--dark-color);
  margin-top: 0px;
  margin-bottom: 15px;
}

#perfil_address  h2 {
  font-size: 28px !important;
  text-transform: uppercase;
}

#perfil_address .tab-pane p {
  margin-bottom: 0;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 2;
}

#perfil_address .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

#perfil_address .pull-right {
  float: right !important;
}

#perfil_address p.card-text {
  /* margin-bottom: 25px; */
  font-size: 14px;
  line-height: 19px;
}

#perfil_address .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
