/**********************************************
 *  DSI - Estilos unificados y depurados
 *  Autor: Hugo
 *  Fecha: 2025-10-23
 **********************************************/

/*--------------------------------------------
  BASE
---------------------------------------------*/
body, .t-Body {
  background: #ffffff;
  color: #ffffff;
}

/*-------------------------------------------
  FORMULARIO RECUPERAR CLAVE RENTAS
------------------------------------------- */

div#region-recuperar-clave {
    max-width: 1000px;
    padding: 20px;
    margin: 40px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

button#B28081632994142583 {
  background-color: #0f7480;
  color: white;
}

@media (max-width: 768px) {
  div#region-recuperar-clave{
    margin-left: 15px;
    margin-right: 15px;
  }
} 

/*-------------------------------------------
  FORMULARIO CAMBIO MAIL RENTAS
------------------------------------------- */

div#form-pedido-cambio-email {
    padding: 20px;
    border-radius: 6px;
    margin: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

button#B28058600600693588 {
    background-color: #0f7480;
    color: white;
}

/*--------------------------------------------
  MENSAJE PAGINA EN MATENIMIETO
---------------------------------------------*/
.info-offline {
    display: flex;
    align-items: center;
    background-color:  rgba(255, 204, 0, 0.67);;
    border: 1px solid rgba(255, 204, 0, 0.67);;
    padding: 15px 20px;
    border-radius: 6px;
    margin: 15px 0;
}

.info-offline p {
    color: black;
    font-weight: bold;
    margin: 0;
}

.info-offline .logo {
    font-size: 42px;
    margin-right: 15px;
    color: black;
    max-width: 50px;
}

/*--------------------------------------------
  LOGIN / BACKGROUND
---------------------------------------------*/

.t-Login-container {
  max-width: 80%;
}

.t-Body-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}

div#panel-1 {
  background: rgba(255, 255, 255, 0.69);
  border-radius: 5px;
}

/*--------------------------------------------
  LOGIN PANEL
---------------------------------------------*/
div#login-info-panel {
  background: rgb(255, 255, 255);
  border: 1px solid #F5F7FA;
  border-radius: 2px;
  box-shadow: 0 2px 15px 0 rgba(30, 36, 48, 0.12);
  padding: 21px;
  margin-bottom: 60px;
}

.dsi-form {
    min-height: 342px;
    height: auto;
    border: 1px solid #F5F7FA !important;
    /* box-shadow: 1px 2px 6px 0px rgb(61 61 61); */
    border-radius: 2px !important;
    box-shadow: 0 2px 15px 0 rgba(30, 36, 48, 0.12) !important;
    padding: 40px !important;
    margin-bottom: 60px;
	  background-color: #ffffff !important;
}

div#login-info-panel h1 {
  color: #3d3d3d;
  font-weight: 100;
  font-size: 50px;
}

div#login-info-panel h1 strong {
  color: rgb(10, 113, 127);
  font-weight: bold;
}

div#login-info-panel p {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 24px;
}
button#cambio-email-bttn:hover, button#restore-pass-bttn:hover, button#register-bttn:hover
{
    box-shadow: none !important;
    font-weight: bold;
}

/*--------------------------------------------
  ACLARACIONES PARA FORMULARIOS
---------------------------------------------*/
.dsi-region-info, .field-info {
    font-style: italic;
    margin-top: 0px;
    margin-bottom: -12px;
    font-size: 11px;
    color: gray;
}

/*--------------------------------------------
  BOTONES
---------------------------------------------*/
/*--------------------------------------------
  BOTONES
---------------------------------------------*/
button#btn-color {
    background-color: #0f7480;
}
button#login-bttn {
  width: 100%;
  font-weight: bold;
  background-color: #0a717f;
  color: #fff;
  margin-top: 15px;
  border: none;
  transition: background 0.3s ease;
}
/*
button#login-bttn:hover {
  background-color: #0198DD;
}*/

/*--------------------------------------------
  LABELS Y TEXTOS
---------------------------------------------*/
p.dsi-info-label {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 11px;
  font-style: italic;
}

span.display_only {
  font-size: 11px;
  font-style: italic;
  padding-left: 10px;
  font-weight: normal;
  margin-left: 25%;
}

/*--------------------------------------------
  INFO Y ALERTAS
---------------------------------------------*/
.info-alert {
  background-color: rgba(255, 86, 76, 0.81);
  border-radius: 5px;
  color: #fff;
}

.info-informative {
  background-color: rgb(10, 113, 127);
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.info-3.fade-in.three li {
  color: #3d3d3d;
}

/*--------------------------------------------
  ACCORDION
---------------------------------------------*/
.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    background: #0a717f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

div.accordion-content p {
    font-size: 11px;
}

.accordion-titulo.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*.accordion-titulo.open {
    background: #0198DD;
    color: #fff;
}*/
/*.accordion-titulo:hover {
    background: #0198DD;
}
*/
.accordion-titulo span.toggle-icon:before {
    content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
    overflow: auto;
        background: #fff;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accordion-content p{
    margin:0;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}
/***********************/

.dsi-table table tbody tr th {
    background: #FFF;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 16px;
    padding: 8px 12px 8px 12px;
    font-weight: 700;
}


.dsi-table table tbody tr td {
    font-size: 12px !important;
    color: #393939;
    line-height: normal;
    border: 1px solid #dadada !important;
    cursor: auto !important;
    vertical-align: middle;
    padding: 6px 10px;
    text-align: center;
    margin: 0;
    width: 25%;
}

.dsi-descarga a {
    color: #656565;
}
.dsi-descarga {
    text-align: right;
    padding: 10px 10px 0 0;
}

/*--------------------------------------------
  HEADER
---------------------------------------------*/
.header {
  background-color: #0f7480;
  color: #e0e0e0;
  padding: 20px 80px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-left {
  text-align: left;
  flex: 1;
}

.header-left h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}

footer .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  justify-content: center;
}

.header-right {
  text-align: right;
}

.logo {
  width: 230px;
  height: auto;
}

/* Versión móvil */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .header-left {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .social-icons {
    justify-content: center;
    gap: 10px;
  }

  .logo {
    width: 200px;
    margin: 0 auto;
  }

  .header-right {
    text-align: center;
  }
}



/*--------------------------------------------
  FOOTER
---------------------------------------------*/
.footer_bg {
  background: #0A717F;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 40px 0 20px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .col-md-3 {
  flex: 1 1 230px;
  margin: 10px;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer p,
.footer ul {
  font-size: 14px;
  line-height: 1.7;
}

.footer ul li {
  list-style: none;
  margin-bottom: 6px;
}

.footer .copy {
  text-align: right;
}

.footer .developed-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer .developed-by p {
  margin: 0;
  font-size: 13px;
}

.footer .link {
  font-size: 13px;
  color: #fff;
}

.footer .link a {
  color: #fff;
  text-decoration: underline;
}

#dsi-ips {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.9;
}

div#dsi-ips {  
    display: inline-block;   
}

div#dsi-ip_public {
    display: inline-block;
    margin-right: 15px;
}

div#dsi-ip-user {    
    display: inline-block;
    
}

div#dsi-ip-user span,
div#dsi-ip_public span{
    font-size: 10px !important;
}
/* Versión móvil */
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .col-md-3 {
    margin: 15px 0;
    flex: 1 1 100%;
  }

  .footer .copy,
  .footer .developed-by {
    text-align: center;
    justify-content: center;
  }

  .social-icons a {
    margin: 0 8px;
  }
}

p.link {
    font-size: 10px !important;
}

.text-center {
    text-align: center;
}
/***************FIN FOOTER**************************/

/* start soc_icons */
.soc_icons {
	float:right;
}
.soc_icons h2{
	text-transform: uppercase;
	font-size: 1.2em;
	color: #c0c0c0;
	font-weight: 400;
	margin-bottom: 10px;
}
.soc_icons ul li{
	float: left;
	margin-left: 10px;
}
.soc_icons ul li:first-child{
	margin-left: 0;
}
.soc_icons ul li a{
	display: block;
	padding: 10px;
	background: #2e2e2e;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.soc_icons ul li a.icon1{
	background: #39579D url('../images/icon1.png') no-repeat 18px 12px;
}
.soc_icons ul li a.icon2{
	background: #02B3E9 url('../images/icon2.png') no-repeat 12px 13px;
}
.soc_icons ul li a.icon3{
	background: #DB4A39 url('../images/icon3.png') no-repeat 14px 12px;
}
.soc_icons ul li a.icon4{
	background: #EA4C89 url('../images/icon4.png') no-repeat 14px 12px;
}
.soc_icons ul li a.icon5{
	background: #5A872A url('../images/icon5.png') no-repeat 12px 18px;
}
.soc_icons ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

/* start Social Likes */
.social_network_likes {
	margin: 0em 0 1em;
	text-align: center;
}
.social_network_likes li{
	float:left;
	width:25%;
}
.social_network_likes li a{
	display:block;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social_network_likes li a p{
	padding:15px 0;
	font-size:0.8em;
}
.social_network_likes li a span{
	display:block;
	font-size:2em;
}
.social_network_likes li a{
	border-left:2px solid #FFF;
}
.social_network_likes li a div.followers{
	border-bottom: 2px solid #FFFFFF;
}
.social_network_likes li:first-child a {
	border-left:none;
}
.social_network_likes li a.tweets{
	background:#2da5da;
}
.social_network_likes li a.tweets:hover{
  background:#1A91C5;
}
.social_network_likes li a.facebook-followers{
	background:#b6c710;
}
.social_network_likes li a.facebook-followers:hover{
	background:#9EAD0B;
}
.social_network_likes li a.email{
	background:#27c1b9;
}
.social_network_likes li a.email:hover{
  background:#0BB1A8;
}
.social_network_likes li a.dribble{
	background:#cf2555;
}
.social_network_likes li a.dribble:hover{
  background:#B3103E;
}
.social_network_likes li a div.social_network{
	padding:10px 0;
}
.social_network i{
	width:45px;
	height:45px;
	display:block;
	background:url(../images/social-icons.png) no-repeat;
	margin:0 auto;
}
.social_network i.twitter-icon{
	background-position: 0px 0px;
}
.social_network i.facebook-icon{
	background-position: -47px 0px;
}
.social_network i.email-icon{
	background-position: -104px 0px;
}
.social_network i.dribble-icon{
	background-position: -156px 0px;
}
/* end Social Likes */


.icono {
    padding: 10px 10px 10px 10px;
}
.color-texto{
    color: #cfcfcf;
}

a.color-texto,h6{
    color: #cfcfcf;
}

h6{
font-weight: bold;
}

div#region-bttn
 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #8E8E8E;
    text-align: center;
}


/**************************/

.info-informative {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}

.icon-area {
  text-align: center;
  padding: 0;
}

.icon-area i {
  font-size: 4rem;
  opacity: 0.9;
}

.content-text p {
  margin: 0;
  line-height: 1.4;
}

.content-text .more-view-bttn {
  margin-top: 4px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .icon-area i { font-size: 2.5rem; }
}

@media (max-width: 480px) {
  .info-informative {
    flex-direction: column;
    text-align: center;
  }
  .icon-area {
    margin-bottom: 8px;
  }
}

a.more-view-bttn {
    color: #ffffff;
}

p#vto
 {
    color: #3d3d3d;
}