body{
  background: #fff;
}

#headerNotLogged,
#headerNotLogged .navbar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 0 !important;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.topBarTel {
    font-family: 'Inter', sans-serif !important;
     border-left: none;
}


/*******SECTION CONSULTA*******/

.section-consulta {
  min-height: 300px;
  overflow: hidden;
  margin-top: 150px;
}

.section-consulta-cont{
  padding-bottom: 2rem;
}

.consulta-left {
  position: relative;
  height: 273px;
  width: 670px;
  overflow: hidden;
  border-radius: 20px;
}

.consulta-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.consulta-left-content {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  right: 3rem;
  z-index: 2;
  color: white;
}

.consulta-right {
  background-color: #001e9a;
  width: 600px;
  height: 273px;
  border-radius: 20px;
  overflow: hidden; 
  padding: 25px 50px 0 50px;
  box-sizing: border-box;
}

.consulta-left-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

.consulta-left-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #1a1b1d;
  margin-top: 15px;
}

.btn-ingresar{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  background-color: #0A169A; 
  color: #fff; 
  border: none;
  margin-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.consulta-right h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
}

.consulta-right p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.consulta-right input.form-control {
  height: 50px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.btn-ingresar2{
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  background-color: #188B29; 
  color: #fff; 
  border: none;
  padding-left: 35px;
  padding-right: 35px;
}

.link-crear-cuenta {
  font-family: 'Inter', sans-serif;
  color: white;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px; 
  text-decoration-thickness: 1.5px; 
}

.consulta-right input.form-control {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}

.txt-olvide-pass{
  margin-top: 5px;
  margin-bottom: 15px;
}


/*******SECTION*******/

.sectionCont {
  border-radius: 8px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.contHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
} 

.contHeader h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem; 
  font-weight: 600;  
  margin: 0;
}

.contHeader a{
  font-family: 'Inter', sans-serif;
  font-weight: 600; 
  font-size: 1rem;  
  border-radius: 6px;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.2s;
}

.contGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.tramiteCard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px;
  display: flex;
  flex-direction: column; 
  gap: 12px;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}

.tramiteCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.cardHeader {
  display: flex;
  align-items: center;
  /*gap: 12px;*/
}

.cardHeader img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
}

.cardHeader h3 {
  font-family: 'Inter', sans-serif;  
  font-weight: 600;                   
  font-size: 1rem;                    
  color: #222;
  margin: 0;
  line-height: 1.3;
}

.tramiteCard p {
  font-family: 'Inter', sans-serif;  
  font-weight: 400;                   
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  line-height: 1.3;
}

.cardLinks {
  display: flex;
  justify-content: space-between; 
  font-size: 0.9rem;
  margin-top: auto;   
  margin-bottom: 0; 
}

.cardLinks a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;         
  font-size: 0.875rem;       
  color: #1A1B1D;
  text-decoration: underline;
}

.cardLinks a:nth-child(2) {    
  color: #0A169A !important;
}

.tramiteCardGroup a{
    color: #24A169 !important;
}

.tramiteCardGroup .cardLinks{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*******SECTION TRAMITES COMERCIALES*******/

.section-tramites-gestionesComerciales .sectionCont {
  background: #f4f8fc;
}

.section-tramites-gestionesComerciales .contHeader h2 {
  color: #0A169A;
}

.section-tramites-gestionesComerciales .contHeader a{
  border: 1px solid #0A169A;
  color: #0A169A;
}

.section-tramites-gestionesComerciales .contHeader a:hover {
  background: #0A169A;
  color: #fff;
}

.section-tramites-gestionesComerciales .cardLinks a:nth-child(2) {    
  color: #0A169A !important;
}

/*******SECTION TRAMITES TECNICOS*******/

.section-tramites-gestionesTecnicas .sectionCont {
  background: #F2F9F6;
}

.section-tramites-gestionesTecnicas .contHeader h2 {
  color: #24A169;
}

.section-tramites-gestionesTecnicas .contHeader a{
  border: 1px solid #24A169;
  color: #24A169;
}

.section-tramites-gestionesTecnicas .contHeader a:hover {
  background: #24A169;
  color: #fff;
}

.section-tramites-gestionesTecnicas .cardLinks a:nth-child(2) {    
  color: #24A169 !important;
}


/*******SECTION GESTIONES*******/

.section-gestiones {
  padding: 24px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

.gestionGrid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr; 
  gap: 24px;
  align-items: stretch;
}

.gestionCard {
  position: relative;
  border-radius: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  height: 300px;
  align-items: flex-start;
  width: 100%;
}


.gestionCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gestionCard h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 25px;      
  color: #1A1B1D;
  margin-bottom: 8px;
  line-height: 1.2;
}

.gestionCard p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;     
  font-size: 1rem;      
  color: #1A1B1D;
  line-height: 1.2;
}

.gestionCard .cardLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 25px; 
  left: 30px;   
  right: 30px; 
}

.gestionCardGrande a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;   
  font-size: 1.125rem;
  display: block;    
  background: #0A169A;
  color: #fff;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
  text-align: center; 
  position: absolute;
  bottom: 25px;
}

.gestionCardGrande a:hover {
  background: #0A169A;
} 

.gestionCardGrande{
  position: relative;
  display: flex;
 /*align-items: center;*/
  border-radius: 16px;
  overflow: hidden;
  background: url('../images/v2/img_back_donde_pagar.png') center/cover no-repeat;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: 300px;
  padding-left: 50px;
  padding-right: 90px;
  padding-top: 40px;
  background-size: 140%;
}

.gestionCardGrande::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7); 
  z-index: 0;
}

.gestionCardGrande h3{
  font-size: 28px;  
}

.gestionGroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  border-radius: 12px;
  grid-column: span 2;
  box-sizing: border-box;
  /*padding: 0 10px;*/
  gap: 20px; 
}

.cardGroup{
  background-color: #C5C9F1;
}

.cardGroup a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;         
  font-size: 0.875rem;       
  color: #1A1B1D;
  text-decoration: underline;
  color: #0A169A !important;
}

.cardGroup .cardLinks {
  display: flex;
  justify-content: center;   
  align-items: center;
}


/* .gestionGroup .gestionCard {
  border: 3px solid rgba(255, 255, 255, 0.6); 
  height: 260px;          
  box-sizing: border-box;
} */


.gestionCont {
   z-index: 4;
}

.gestionImgRight {
  position: absolute;
  top: 3px;
  right: 150px;
  width: 20%;
  max-width: 260px;
  z-index: 3;
}

.gestionCont a{
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gestionGrid article:nth-child(2) {
  background: #B3D5F2;
}

.gestionGrid article:nth-child(3) {
 background: #C5C9F1;
}

.gestionGrid article:nth-child(4) {
  background: #C5C9F1;
}

.gestionGroup article:nth-child(2) {
  background: #C5C9F1;
}

.gestionGrid article,
.gestionGrid article * {
  cursor: pointer;
}

/*******SECTION CANALES*******/

.section-canales{
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-canales h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;        
  font-size: 32px;      
  color: #1A1B1D;
  line-height: 1.2;
  text-align: center;
   margin-bottom: 10px;
}

.section-canales .row {
  display: flex;
  justify-content: space-between;
}

.canalCard {
  transition: all 0.25s ease;
  background: #F5F8FE;
  align-items: center;
  justify-content: space-between; 
  text-align: center;
  padding: 0.5rem;                 
  border-radius: 0.25rem;        
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075); 
  height: 100%;   
  cursor: pointer;
}

.canalCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.canalCard img {
  object-fit: contain;
  padding: 1rem;
  max-width: 100%; 
  height: auto;
}

.canalCard p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;        
  font-size: 19px;      
  color: #000000;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px !important;
}

.canalCard p span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;        
  font-size: 23px;      
  color: #000000;
  text-align: center;
}

.canalCard a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0A169A;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}

.canalCard a:hover {
  text-decoration: underline;
}

/*******SECTION APP*******/

.section-app {
  overflow: hidden;
  position: relative;
  height: 376px;
  border-radius: 10px;            
  overflow: visible;
}

.section-app-cont {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: rgba(166, 166, 166, 0.3); 
  border-radius: 10px;            
  overflow: hidden;  
  height: 350px;
}

.app-info {
  flex: 0 0 40%;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.app-phones {
  position: absolute;
  top: 10px;
  left: 470px;
  width: 240px;
}

.app-phones img {
  width: 100%;
  height: auto;
}

.app-info h2 {
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 36px;      
  color: #1A1B1D;
}

.app-info p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;        
  font-size: 24px;  
  color: #1A1B1D;
}

.app-buttons a img {
  margin-right: 10px;
}

.app-link {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;        
  font-size: 16px;  
  color: #0A169A;
  text-decoration: underline;
}

.app-link:hover {
  text-decoration: underline;
}

.app-image {
  flex: 0 0 50%;
}

.app-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/*******SECTION INFO*******/

.section-info{
  padding-bottom: 40px;
}

.infoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
} 

.infoHeader h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;        
  font-size: 28px;   
  color: #1A1B1D;
}

.infoHeader a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;   
  font-size: 1.125rem;
  display: block;    
  background: #fff;
  color: #0A169A;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
  text-align: center; 
  border: 1px solid #0A169A;
}

.infoHeader a:hover {
  background: #0A169A;
  color: #fff;
}

.cardInfo {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 390px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column; 
  position: relative;
  cursor: pointer;
}

.cardInfo img{
  height: auto;   
  display: block;  
  width: 100%;
  object-fit: contain; 
  object-position: center;
  margin-bottom: 15px;
}

.cardInfo h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;        
  font-size: 18px;  
  margin-bottom: 8px;
  color: #1A1B1D;
}

.cardInfo a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;        
  font-size: 14px;  
  color: #0A169A;
  text-decoration: underline;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 20px;      
  right: 20px;   
}

.cardInfo a:hover {
  text-decoration: underline;
}

.cardInfo p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;        
  font-size: 15px;  
  color: #414141;
  line-height: 1.1;
  margin-bottom: 30px;

   display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nota {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  gap: 8px 12px;
  align-items: start;
  background: #f0f4ff;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
  position: relative;
}

/* Pin automático */
.nota::before {
  content: "\1F4CC";
  font-size: 20px;
  color: #0A169A;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: start;
}

/* Primer párrafo al lado del pin */
.nota p:first-of-type {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
}

/* Los demás párrafos abajo */
.nota p:not(:first-of-type) {
  grid-column: 2 / 3;
  margin: 10px 0 0 0;
}


/******* FOOTER *******/

.footerAguas {
  background-color: #0077C8;
  color: #fff;
  padding-top: 50px !important;
  padding-bottom: 50px;
  margin-top: auto;
}


.footerAguas .row {
  display: flex;          
  flex-wrap: wrap;        
}

.footerAguas .col-md-3 {
  display: flex;
  flex-direction: column;       
  justify-content: space-between; 
  height: 250px;                
}

.footer-col-images {
  display: flex;             
  flex-direction: column;     
  justify-content: space-between;    
}

.footer-col-images img {
  height: auto;      
  width: auto;      
  display: block;
  margin: 0 auto;     
}

.imgDataFiscal {
  height: 75px !important;
  width: auto;
  margin: 0; 
}

.footer-contact,
.footer-presencial,
.footer-enlaces {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}

.footer-contact h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 18px;   
  color: #FFFFFF;
}

.footer-contact p {
  font-family: 'Inter';
  font-weight: 700;        
  font-size: 14px;   
  color: #FFFFFF;
  margin-bottom: 5px;
}

.footer-contact .telPrincipal {
  font-family: 'Inter';
  font-weight: 400;        
  font-size: 28px;   
  color: #FFFFFF;
  margin-bottom: 5px;
}

.footer-contact .appTitle {
  font-family: 'Inter';
  font-weight: 500;        
  font-size: 14px;   
  color: #FFFFFF;
}

.footer-contact .store-icons {
  display: flex;
  gap: 10px;
  margin-top: 0; 
  width: 105px;
}

.footer-contact .store-icons img{ 
  width: 105px;
}

.linkWhatsapp {
  color: #fff;
  text-decoration: none;
}

.linkWhatsapp i {
  color: #fff;
  margin-right: 5px;
}

.whatsapp-line {
  border-top: 2px solid rgba(10, 22, 154, 0.2);  
  border-bottom: 2px solid rgba(10, 22, 154, 0.2);
  padding: 10px 0;                   
  margin: 10px 0;                    
}

.footer-presencial h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 18px;   
  color: #FFFFFF;
}

.footer-presencial .horarios {
  font-family: 'Inter';
  font-weight: 700;        
  font-size: 14px;   
  background-color: rgba(10, 22, 154, 0.3);
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  color: #FFFFFF;
}

.footer-presencial .listaCPC {
  font-family: 'Inter';
  font-weight: 500;        
  font-size: 14px;   
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-presencial .listaCPC li {
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-enlaces {
  position: relative;
}

.footer-enlaces h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 18px;   
  color: #FFFFFF;
}

.footer-enlaces ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-enlaces ul li {
  line-height: 2.5;
}

.footer-enlaces ul li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Inter';
  font-weight: 500;        
  font-size: 14px;   
}

.footer-enlaces ul li a:hover {
  text-decoration: underline;
}

.iconosChat {
  position: absolute;
  bottom: -10px;
  left: 160px;   
  display: flex;
  flex-direction: column; 
  align-items: flex-end;  
  gap: 15px; 
}

.iconosChat img {
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.iconosChat img:hover {
  transform: scale(1.1);
}

.iconosChat a:last-child img {
  margin-right: -10px;  
}

#modalInfo0800 .modal-content {
    border-radius: 12px;
    border: none;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
}

#modalInfo0800 .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#modalInfo0800 .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #1A1B1F;
}

#modalInfo0800 .modal-body {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.5;
    margin-top: 10px;
}

#modalInfo0800 .modal-footer {
    border-top: none;
    padding-top: 0;
}

#modalInfo0800 h5{
    color: #0090D8; 
}



/******* LISTADO TRÁMITES *******/

.contGestiones {
  background-color: #F0F7FF;
  margin-bottom: 30px;
  /*padding: 20px;*/
  border-radius: 20px;
  padding-bottom: 20px;
}

.contGestiones h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 38px;   
  color: #0A169A;
  padding-top: 10px;
  padding-left: 20px;
}

.tramitesGrid {
  display: flex;
  flex-direction: column; 
  /*gap: 40px;*/
}

.filaTramites h2 {
  grid-column: 1 / -1; 
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1A1B1D;
  text-align: left;
  padding-top: 15px;
  padding-left: 20px;
}

.filaTramites {
  width: 100%;
}

.filaTramites:nth-child(even) {
  background-color: #E7F1FE; 
}

.filaTramites:nth-child(odd) {
  background-color: #F0F7FF; 
}

.contFilaTramites{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.gestionesTecnicas{
  background-color: #F2F9F6;
}

.gestionesTecnicas h2{
  color: #24A169;
}

.gestionesTecnicas .cardLinks a:nth-child(2) {    
  color: #24A169 !important;
}

.gestionesTecnicas .filaTramites:nth-child(even) {
  background-color: #E8F3EE; 
}

.gestionesTecnicas .filaTramites:nth-child(odd) {
  background-color: #F2F9F6; 
}

.masDe5{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.masDe5 .tramiteCard {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
} 

.solo1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start; 
}

.solo1 .tramiteCard {
  flex: 1 1 auto; 
  max-width: 400px; 
}

/******* SECTION GESTIONES *******/

.gestionesOtras{
  background: #dee0f6;
}

.gestionesOtras h2{
  color: #706e6e;
}

.otrasGestionesGrid{
  display: flex;
  gap: 40px; 
}

.otrasGestionesGrid article:nth-child(1) {
  background: #B3D5F2;
}

.otrasGestionesGrid article:nth-child(2) {
 background: #C5C9F1;
}

.otrasGestionesGrid article:nth-child(3) {
  background: #DEDEDE;
}

.otrasGestionesGrid article,
.otrasGestionesGrid article * {
  cursor: pointer;
}

.gestionesOtras .filaTramites:nth-child(even) {
  background-color: #C5C9F1;
}

.gestionesOtras .filaTramites:nth-child(odd) {
  background-color: #dee0f6; 
}

/*******BREAD CRUMB********/

.breadcrumb {
  margin-top: 140px;         
  margin-bottom: 5px;       
  padding: 0 30px;           
}

.breadcrumb a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1A1B1D;            
  display: inline-flex;
  align-items: center;            
  transition: color 0.2s ease;
}

/******* BUSCADOR *******/

.section-buscador {
  background-color: #0A169A; 
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
}

.section-buscador h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;        
  font-size: 36px;   
  color: #FFFFFF;
}

.buscador-box {
  position: relative;
  width: 80%;
  max-width: 80%;
  /*margin: 0 auto;*/
}

.buscador-box i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #666;
  font-size: 14px;
}

.buscador-box input {
  width: 100%;
  padding: 10px 40px 10px 35px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.buscador-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
}

.btnClear {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #fff;
    color: #fff;
}

.btnClear:hover {
    color: rgba(255, 255, 255, 0.7);
}

.spinner {
  display: inline-block;  
  color: #fff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/******* TRAMITE INFO *******/

.contTramiteInfo {
  width: 50%;           
  margin: 0 auto;   
}

.tituloTramite {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.tituloTramite img {
  width: 100%;
  height: auto;
}

.tituloTramite h1 {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #1A1B1D; 
  margin: 0;
  color: #222;
  line-height: 1.2;
}

.tituloTramite span {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #1A1B1D; 
  margin: 0;
  line-height: 1.2;
  color: #0A169A;
}

.cardTramiteInfo {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 20px 25px;
  margin-bottom: 25px;
  border: 1px solid #e8e8e8;

  display: flex;
  align-items: flex-start; 
  gap: 15px;
}

.cardTramiteInfo img {
  flex: none;      
  width: auto;
  height: auto;
  margin-top: 5px; 
}

.tramiteInfoBody {
  flex: 1;
}

.tramiteInfoBody h2 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1A1B1D; 
  margin: 0 0 10px 0;
  font-weight: 700;
}

.tramiteInfoBody h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A1B1D; 
  margin: 0 0 10px 0;
  font-weight: 700;
}

.tramiteInfoBody p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1A1B1DCC;
  line-height: 1.5;
  margin-top: 10px;
}

.cardTramiteInfo ul li{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #1A1B1DCC;
  line-height: 1.5;
}

.nota {
  background: #E7F4FD;
  padding: 10px;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #555;
}

.cardTramiteInfo summary{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1A1B1D;
  background: #E7F4FD;
  padding: 10px;
}

.tramiteInfoBody details {
  margin-bottom: 15px; 
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}

details summary {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  cursor: pointer;
  padding-right: 5px;
  font-weight: 500;
  color: #1A1B1D;
}

details summary::after {
  content: "▶";            
  color: #0A169A;           
  transition: transform 0.2s ease;
  font-size: 0.9rem;
}

details[open] summary::after {
  transform: rotate(90deg);
}

.tramiteInfoBody details:last-of-type {
  margin-bottom: 20px; 
}

.linkDescarga {
  display: block;       
  margin-bottom: 5px;   
  color: #0A169A;       
  text-decoration: none; 
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.linkDescarga::after {
  content: "";
  display: inline-block;
  width: 18px;   
  height: 18px;  
  margin-left: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%230A169A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="12" y1="18" x2="12" y2="10"/><polyline points="9 15 12 18 15 15"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.linkDescarga:hover {
  text-decoration: underline;
}

.btnIniciarTramite {
  display: block;       
  width: fit-content;   
  margin: 20px auto 20px auto; 
  padding: 10px 40px;
  background-color: #0A169A;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #0A169A;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.2s;
}

.cardStyle_04 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cardStyle_04,
#gd-detalleDeuda,
#gd-detalleComprobantes {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}


#gd-detalleDeuda .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cardStyle_07 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
}

.cardStyle_08 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
}

.cardStyle_09{
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
}

.tramiteInfoLogged{
  width: 100%;
}


/*********MOBILE*************/

@media (max-width: 768px) {

   html, body {
    height: auto !important;
  }

  body {
    display: block !important;
    flex-direction: initial !important;
  }

  .navbar{
    padding: 0;
  }

   .section-consulta {
    margin-top: 80px;
  }
  
  .section-consulta-cont {
    flex-direction: column;
    align-items: center;
  }

  .consulta-left,
  .consulta-right {
    width: 100%;
  }

  .consulta-right {
    order: 1;
  }

  .consulta-left {
    order: 2;
    margin-top: 30px; 
    height: 270px;
  }

  .consulta-left img.consulta-img {
     width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
  }

  .consulta-left-content {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }

  .btn-ingresar {
    margin-top: 25px;
  }

  .consulta-left-content p{
    margin: 0;
  }

  .consulta-left-content h2 {
    font-size: 2.2rem;
  }

  .consulta-right{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    height: 350px;
  }

  .consulta-right form {
    margin: 0 auto;
  }

  .consulta-right .d-flex.gap-3 {
    flex-direction: column;
  }

  .consulta-right .form-control {
    width: 100% !important;
  }

  .section-tramites-gestionesComerciales .contGrid.swiper-activated {
    display: block !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 36px;
  }
  .section-tramites-gestionesComerciales .contGrid.swiper-activated .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
  .section-tramites-gestionesComerciales .contGrid.swiper-activated .swiper-slide {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    flex: 0 0 78%;
    max-width: 78%;
    margin-right: 12px;
  }
  .section-tramites-gestionesComerciales .contGrid.swiper-activated .tramiteCard {
    width: 100%;
    margin: 0;
  }
  .section-tramites-gestionesComerciales .contGrid .swiper-pagination {
    text-align: center;
    margin-top: 10px;
  }
  .section-tramites-gestionesComerciales .contHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .section-tramites-gestionesComerciales .btn-ver-todos-mobile {
     font-family: 'Inter', sans-serif;
    font-weight: 600; 
    font-size: 1rem;  
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #0A169A;
    color: #0A169A;
    display: block;
    margin: 5px auto 0 auto; 
    text-align: center;
    width: fit-content;
  }

  .section-tramites-gestionesTecnicas .contGrid.swiper-activated {
    display: block !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 36px;
  }
  .section-tramites-gestionesTecnicas .contGrid.swiper-activated .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
  .section-tramites-gestionesTecnicas .contGrid.swiper-activated .swiper-slide {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    flex: 0 0 78%;
    max-width: 78%;
    margin-right: 12px;
  }
  .section-tramites-gestionesTecnicas .contGrid.swiper-activated .tramiteCard {
    width: 100%;
    margin: 0;
  }
  .section-tramites-gestionesTecnicas .contGrid .swiper-pagination {
    text-align: center;
    margin-top: 10px;
  }
  .section-tramites-gestionesTecnicas .contHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .section-tramites-gestionesTecnicas .btn-ver-todos-mobile {
     font-family: 'Inter', sans-serif;
    font-weight: 600; 
    font-size: 1rem;  
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #24A169;
    color: #24A169;
    display: block;
    margin: 5px auto 0 auto; 
    text-align: center;
    width: fit-content;
  }

  .gestionGrid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .gestionCard,
  .gestionCardGrande {
    width: 100%;
  }

  .gestionImgRight img {
    width: 100%;
    height: auto;
    display: block;
  }

  .gestionCard {
    height: 200px;
    padding-top: 30px;
  }

  .cardGroup{
    height: 300px !important;
  }

  .section-gestiones{
      padding-top:0;
      padding-left: 5px;
      padding-right: 5px;
  }

  .gestionCardGrande{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
  }

  .gestionCardGrande h3{
    padding-right: 50px;
    font-size: 25px;
  }

  .gestionCardGrande p{
    padding-right: 50px;
  }

  .gestionCardGrande a {
    bottom: 10px;
  }

  .gestionImgRight {
    top: -10px;
    right: -35px;
    width: 60%; 
  }

  .section-canales .canalCard {
    display: grid;
    grid-template-columns: 120px 1fr; 
    grid-template-areas:
      "img texto"
      "img link"; 
    align-items: center;
    gap: 8px 12px;
    text-align: left;
    padding: 12px;
    border-radius: 8px;
  }

  .section-canales .canalCard img {
    grid-area: img;
    width: 100%;
    max-width: 90px;
    height: auto;
    object-fit: contain;
    justify-self: center;
    padding: 0;
  }

  .section-canales .canalCard p,
  .section-canales .canalCard a {
    justify-self: start; 
    text-align: left;
  }

  .section-canales .row {
    gap: 15px;
  } 

  .section-canales {
    margin-top: 0;
    margin-bottom: 20px;
  }


.section-app .section-app-cont {
    display: flex;
    flex-direction: column;
    background-color: #F2F4F7; 
    border-radius: 12px;
    overflow: hidden;
    padding: 0; 
    position: relative;
    height: 370px;
  }

  .section-app .app-image {
    order: -1; 
    width: 100%;
    position: relative;
  }

  .section-app .app-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    transform: scaleX(-1);
  }

  .section-app .app-info {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 12px 12px;
    z-index: 2;
    margin-left: 20px;
    margin-top: 50px;
  }

  .section-app .app-phones {
    position: relative;
    margin-top: -110px; 
    z-index: 3;
  }

  .app-phones {
    left: 100px;
    height: 50px;
  }

  .section-app .app-phones img {
    width: 100px;
    height: auto;
    position: absolute;
    top: -20px;           
    left: 80%;
    transform: translateX(-50%);
    width: 100px;
    height: auto;
    z-index: 2;  
    }

  .section-app .app-info h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
  }

  .section-app .app-info p {
    font-size: 1rem;
    color: #333;
    margin: 6px 0 0 0;
  }

  .section-app .app-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .section-app .app-buttons a img {
    width: 130px;
    height: auto;
  }

  .section-app .app-link {
    color: #0A169A;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px;
  }

  .section-info .row.swiper {
    overflow: hidden;
    padding-bottom: 40px;
  }

  .section-info .row .swiper-wrapper {
    display: flex;
  }

  .section-info .row .swiper-slide {
    flex-shrink: 0;
    width: 80%; /* o 85% si querés más espacio */
    box-sizing: border-box;
  }

  .section-info .cardInfo {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .section-info .cardInfo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .section-info .swiper-pagination {
    text-align: center;
    margin-top: 8px;
  }

  .section-info .btn-ver-todos-mobile {
     font-family: 'Inter', sans-serif;
    font-weight: 600; 
    font-size: 1rem;  
    border-radius: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #0A169A;
    color: #0A169A;
    display: block;
    margin: 5px auto 0 auto; 
    text-align: center;
    width: fit-content;
  }

  .section-info{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .infoHeader h4{
    font-size: 25px;
  }

  .infoHeader{
    margin-bottom: 0;
    margin-left: 10px;
  }

  .section-info .contGrid .swiper-pagination{
    text-align: center;
    margin-top: 10px;
  }

  /*******FOOTER*******/

 .footerAguas{
    padding-top: 25px !important;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }

  .footerAguas .col-md-3{
    height: auto;
  }

 .footer-col-images {
    flex-direction: row !important; 
    align-items: center !important;
    padding-bottom: 25px;
  }

  .footer-col-images img {
    height: auto !important;
    margin: 0 !important;
    display: inline-block !important;
  }

  .footer-col-images .imgPie {
    max-width: 50% !important;
  }

  .footer-col-images .imgDataFiscal {
    max-width: 20% !important; 
  } 

  .footer-contact h5{
    margin-bottom: 15px;
  }

   .footer-contact .telPrincipal{
    margin-bottom: 15px;
  }

  .footer-contact .appTitle{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-presencial{
    margin-top: 35px;
  }

  .footer-enlaces{
    margin-top: 35px;
  }

  .iconosChat{
    bottom: -50px;
    left: 170px;
    margin-bottom: 20px;
  }

  .breadcrumb{
    margin-top: 65px;
    margin-bottom: 10px;
  }

  .section-buscador h2{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contGestiones h2{
    font-size: 24px;
  }

  .filaTramites h2{
    font-size: 16px;
  }

  .swiperTramitesPage {
    overflow: hidden;
  }

  .swiperTramitesPage .swiper-slide {
    width: auto;
  }

  .contFilaTramites{
    padding-bottom: 0;
  }

  .swiperTramitesPage .swiper-pagination {
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }

  .contTramiteInfo{
    width: 100%;
    margin-bottom: 20px;
  }

  .tituloTramite img {
    width: 130px;
  }

  .tituloTramite h1 {
    font-size: 30px;
  }

  .masDe5 {
    display: grid !important;
    flex-wrap: unset !important;
    gap: 0 !important;
    justify-content: flex-start !important;
  }

  .masDe5 .tramiteCard {
    flex: 0 0 auto !important;    
    max-width: none !important;
    /*width: auto !important;*/
    margin: 0 8px 0 0;            
  }

  .masDe5 .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .masDe5 .swiper-slide {
    width: auto;
  }

  .masDe5 .swiper-pagination {
    margin-top: 18px; 
  }

  .solo1{
    margin-bottom: 20px;
  }

  /******** BUSQUEDA *********/

 .btnPriceGetionar .btnPrintInforDeuda {
    float: none !important;
  }

}

