@charset "UTF-8";
/*es una css con estilos que se usaran tanto en la sección logueada como no logueada*/

.primary{color: #0d6efd!important;}
.secondary{color: #6c757d!important;}
.success{color: #198754!important;}
.info{color: #0dcaf0!important;}
.warning{color: #ffc107!important;}
.danger{color: #dc3545!important;}

.blue{
  color: #283252;
}
.blue2{
  color: #0070b0;
}

.green{color: #41b883;}
.montserrat{
  font-family: 'Montserrat', sans-serif;
}


.linkTerminos{
   font-size: 13px!important;
   font-family: 'Roboto', sans-serif;
   color: #a2a5b9!important;
   font-weight: 400!important;
}
.linkAguas{
	color: #41b883 !important;
    text-decoration: underline !important;
    font-family: 'Roboto', sans-serif;
}

.linkAguasBlue{
	color:#0070b0 !important;
    text-decoration: underline !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;   
}

.btn-blue-dark {
  color: #fff;
  background-color: #0070b0;
  border-color: #0070b0;
}
.btn-blue-dark:hover {
  color: #fff;
  background-color: #0070b0;
  border-color: #0070b0;
}

.btn-green-aguas {
    color: #ffffff!important;   
    background-color: #41b883;
    border: #41b883;
}
.btn-green-aguas:hover {
  color: #fff;
  background-color: #0070b0;
  border-color: #0070b0;
}

.btn-secondary-2 {
  background-color: #6c757d;
  color: #fff;
 
  border-radius: 12px;
}
.btn-secondary-2:hover {
  color: #6c757d;
  border-color: #6c757d;
  background-color: #fff;
}

/*/// Seccion tramites LISTADO CATEGORIAS ///*/

.cardStyle_01{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 20px;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.10) !important;
  min-height: 100px;
  border: 1px solid #ffffff;
}
  .cardStyle_01 h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283252;
    margin-bottom: -5px;
  }

  .cardStyle_01 h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #283252;
    margin-bottom: 0px;
  }


  .cardStyle_01 p{
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }

  .cardStyle_01 a{
    color: #41b883;   
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;  
  }
  
  .tramitesCat a{
    color: #0070b0 !important;   
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;  
  }
  
  .iconTramitesCat{
    text-align: center;
    color: #a2a5b9;
    /*font-size: 14px;*/
    padding: 6px 7px;
    border-radius: 50%;
    border: 1px solid #a2a5b9;
    font-size:20px !important;
    
    /*color: #fff!important;
    background: #0070b0;
    border-color: #0070b0;*/
}

  
.iconTramitesCat i{
   color: #000000;   
   /*color: #fff;*/
   
}
  
.tramitesCat p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    line-height: 18px;
    color: #a2a5b9;
	margin-bottom: 15px!important;
}

.accordion-headerCat button{
    font-size: 12px!important;
    font-weight: 700;
    color: #283252;
    font-family: 'Montserrat', sans-serif!important;
    padding: 0.7rem 1.0rem;
}

.accordion-headerCat button:not(.collapsed) {
    color: #283252;
    background-color: #e3e4ea;}



  
  /*/// TRAMITES LISTADO GENERAL ///*/
.cardStyle_04{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.10) !important;
  border: 1px solid #ffffff;
}
  .cardStyle_04 h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283252;
    margin-bottom: -5px;
  }

  .cardStyle_04 h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #283252;
    margin-bottom: 0px;
  }


  .cardStyle_04 p{
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #a2a5b9;
  }

  .cardStyle_04 a{
    color: #41b883;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }
  
  .tramitesTable a {
  	 color: #0070b0 !important;
     text-decoration: underline;
     font-family: 'Roboto', sans-serif;
     font-size: 16px;
  }
  
  
 .listFiles {
  	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #808080;
    list-style-type: none;
  }
  
 .listFiles li{
      font-family: 'Roboto', sans-serif;
      font-size: 16px;    
      color: #808080;
      padding-bottom: 10px;
      line-height: 22px;
      
    }
    
   .listFiles li::before {
        display: inline-block;
        content: "";
        vertical-align: -.125em;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='blue' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-left: -16px;
    }
    
  .listFiles li a{
    color: #0070b0;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #dedede; 
    /*font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 20px*/
  }
  
/*/// END TRAMITES ///*/


/*/// Seccion tramites ///*/

/*/// Btn Blue + icon Listados///*/
.btnIconB02{
  display: block!important;
  float: right;
  background-color: #0070b0!important;
  border: 1px solid #0070b0!important;
  border-radius: 12px!important;
  padding: 5px 15px!important;
  height: 40px!important;
  width: 100%!important;
  max-width: 200px!important;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
  transition: 0.3s;
}
  .btnIconB02 p{
    font-size: 14px!important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block!important;
    color: #fff!important;
  }
  .btnIconB02:hover{
    background-color: #0070b0!important;
    
    border: 1px solid #0070b0!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
    transition: 0.3s;
    display: inline-block!important;
  }

  .btnIconB02 i{
    float: right;
    padding-top: 1px;
  }

.iconInput{
        position: absolute;
    top: 17px;
    left: 15px;
    opacity: 0.65;
    }  

.iconInput2 {
    position: absolute;
    top: 7px;
    left: 12px;
    opacity: 0.65;
}


/*/// Btn Blue + icon ///*/  

/*clase especial para pop-up de encuestas*/

.titCont {
    color: #0070b0;
    font-size: 24px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: -1px;
}

.modalEncuesta .titEncuesta {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    border-top: solid 1px #e9ecef;
    border-bottom: solid 1px #e9ecef;
    color: #696f6f;
    text-transform: uppercase;
}

.modalEncuesta div.preguntaEncuesta {
    padding: 25px;
    font-size: 16px;
    border-top: solid 1px #f5f5f5;
}

.modalEncuesta .radio-encuesta {
    padding: 0px 5px;
}

.contentEncuesta div.form-check-inline{
  margin-right: 0.75rem!important;
  font-size: 15px;
}

.modalEncuesta .footer-encuesta {
    background-color: #001f65;
    color: #fff;
    margin: 0px;
    text-align: left;
    width: 100%;
}

.footer-encuesta{
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: normal!important;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.cantPregEncuesta {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    text-align: left;
}

.barPregEncuesta {
    height: 13px;
    border: solid 1px #fff;
    border-radius: 5px;
    background-color: transparent !important;
}

.btnSigEncuesta {
    font-size: 18px;
    font-weight: bold!important;
    color: #fff!important;
    background-color: transparent!important;
    border: solid 2px #01b7f7 !important;
    padding: 5px 10px!important;
}

  .btnSigEncuesta:hover {
      color: #fff!important;
      background-color: #01b7f7!important;
      border: solid 2px #01b7f7 !important;
      padding: 5px 10px!important;
  }


 @media (max-width: 740px) { 
    .modalEncuesta .encabezadoEncuesta {
    padding: 0px 20px;
    }

    .modalEncuesta .titEncuesta {
        padding: 10px;
    }

    .btnSigEncuesta {
        margin: 2% 30%;
    }
 }




.tit01{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  padding-left: 30px;
  font-weight: bold;
} 


.tit02{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #ffffff;
  background-color: #0070b0;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 0px;
}  





/*/// GESTION DEUDA ///*/

.topGestionDeuda{
	
}

  .topGestionDeuda h3{
    font-size: 18px!important;
    font-weight: bold;
    color: #41b883;
    font-family: 'Montserrat', sans-serif!important;
    display: block!important;
    margin-bottom: 0px;
  }
  .topGestionDeuda h3 span{
    font-size: 16px!important;
    font-weight: bold;
    color: #283252;
    font-family: 'Montserrat', sans-serif!important;
    display: block!important;
    margin-top: -5px;
  }
  .topGestionDeuda p{
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #a2a5b9;
  }

  .topGestionDeuda a{
    position:absolute;
    right: 30%;
    top: 10px;
    z-index: 99;
    color: #ffffff!important;
    background-color: #41b883;
    border: 1px solid #41b883;
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 3px 20px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(62 62 62 / 10%) !important;
    transition: 0.3s;
  }
    .topGestionDeuda a:hover{
      color: #41b883!important;
      background-color:#ffffff;
      box-shadow: 0 0rem 0rem rgba(62,62,62,.0) !important;
      transition: 0.3s;
    }

.boxPriceGestionar{
  background-color: #ffffff;
  padding: 5px 15px;
  margin-top: 5px;
  border-radius: 6px;
  width: 100%;
  max-width: 220px;
  display: inline;
  box-shadow: 0 0.5rem 1rem rgb(62 62 62 / 10%) !important;
}    
  .boxPriceGestionar p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #283252;
    text-align: left;
  }
    .boxPriceGestionar p span{
      font-weight: bold;
      float: right;
    }
    
    

  .btnPriceGetionar button{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    max-width: 190px;
    padding: 10px 15px;
    /*display: inline-block;*/
    text-align: center;
    float: right;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(62 62 62 / 10%) !important;
    color: #ffffff;
    background-color: #41b883;
    border: 1px solid #41b883;
  }
  
    
    .btnPriceGetionar .btnPagarEfectivo {
    	color: #41b883 !important;
      	background-color: #ffffff !important;
      	border: 1px solid #41b883 !important; 
    }
    .btnPriceGetionar .btnPagarEfectivoED {
    	color: #41b883 !important;
      	background-color: #ffffff !important;
      	border: 1px solid #41b883 !important; 
      	max-width: 260px !important;
    }
    
      .btnPriceGetionar .btnPagarOnlineED {
    	
      	max-width: 250px !important;
    }
    
    

    .btnPriceGetionar button:hover{
      box-shadow: 0 0.5rem 1rem rgb(62 62 62 / 0%) !important;
      transition: 0.3s;
    }
    .btnPriceGetionar .btnPrintInforDeuda{
    	float: left !important;
      	color: #a2a5b9 !important;;
      	background-color: #ffffff !important;;
      	border: 1px solid #a2a5b9 !important;;
    }

.boxPriceGestionarTotal{
  width: 100%;
  max-width: 360px;
  padding: 2px 20px;
  margin: 5px;
  border-top:1px solid #cecece;
  border-bottom:1px solid #cecece;
} 

  .boxPriceGestionarTotal p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #283252;
    text-align: left;
    margin-bottom: 0px;
  }
    .boxPriceGestionarTotal p span{
      font-weight: bold;
      font-size: 20px;
      float: right;
      line-height: 28px;
    }   

.btnInfoX{
  background-color: #283252!important;
  border: 0px!important;
  color: white!important;
  font-size: 8px!important;
  padding: 3px 5px!important;
  top: 3px!important;
  z-index: 3!important;
  position: absolute!important;
  right: 0px!important;
  box-shadow: 0 0.5rem 1rem rgb(62 62 62 / 10%) !important;
  border-radius: 50%;
}  


.btnPagar{
    color: #ffffff!important;
    text-align: center;
    background-color: #41b883;
    border: 1px solid #41b883;
    text-decoration: none!important;
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(62, 62, 62, 0.10) !important;
    transition: 0.3s;
}
  .btnPagar:hover{
      color: #41b883!important;
      background-color: #ffffff;
      border: 1px solid #41b883;
      text-decoration: none!important;
      box-shadow: 0 0.5rem 1rem rgb(62, 62, 62, 0.0) !important;
      transition: 0.3s;
  }

  .btnPagar:disabled{
    color: #ffffff!important;
    background-color:#b3d3c5;
    border: 1px solid #b3d3c5;
    box-shadow: 0 .5rem 1rem rgba(62,62,62,.0) !important;
  }  
  
  .boxPlataformaPago{
    height:50px;
  	max-height:50px;  	
  	margin-top:1rem;
  	
  	/*max-width:100px;
  	margin:0 !important;
  	padding:0 !important;*/
  }
  
  .boxPlataformaPago img{	
  		max-width:120px !important;
  	
  }
  
  .boxLogoMedioPago{
  	 /*border: 0.5px solid #b3d3c5;*/
  	 height:67px; 	 
  	 
  }
  
  .logo-tarjeta{
     width: 100px;
  	/* height:67px;*/  	  
  }
  

  
 
  .logo-canales-bank {
  	max-width: 100px !important;
  	max-height:67px;
  }
  
  .boxLogoMedioPagoMini{  	    
  		height:57px;   		
  }
  
   .logo-canales-bank-mini {       
  	  	max-width: 90px !important;
  		max-height:47px;  	   	 
  }
  
  .logo-tarjeta-mini {
        
  	  	max-width: 90px !important;
  		max-height:47px;  
  			   	 
  }  
  .logo-tarjeta-mini-2 {
        
  	  	max-width: 80px !important;
  		max-height:37px;  	   	 
  }  
    
  .info_plan_medio{
  	 font-weight: bolder;
  }
  
  .text-preview-mediopago{  
     min-height:40px !important;
  	 height:40px !important;
  	 max-height:40px !important;
  }
  #modalMediosPagos360 .modal-footer{
  	 justify-content:center !important;
  }
  
  #modalMediosMobbex .modal-footer{
  	 justify-content:center !important;
  }
  
  
  @media(max-width: 490px) {
 
	.btnPriceGetionar button:first-of-type{
	  float: none;
	}
	.btnPriceGetionar button{
	  	display: block;
	  	float: none;
	  	max-width: 80%;
	  	width: 80%;
	  	margin: 10px auto;
	 }
	 
	 .btnPriceGetionar .btnPagarEfectivoED {   
	    width: 80% !important; 	
      	max-width: 80% !important;
    }
    
	 
}
  

/*/// END GESTION DEUDA ///*/

/*/// Tramites Online ///*/


.titCatTramite{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px !important; 
  font-weight: bold;
} 


.cardStyle_07{
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.10) !important;
  border: 1px solid #ffffff;
}

  .cardStyle_07 h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
  }

    .cardStyle_07 h5{
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #283252;
      margin-bottom: 0px;
    }

    .cardStyle_07 i{
      /*color: #999999;*/
      font-size: 16px;
      display: inline-block;
      top: -3px;
      position: relative;
      margin-left: 10px;
    }


  .cardStyle_07 p{
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 16px;
    color: #808080;
  }
  .cardStyle_07 a{
    color: #41b883;
    text-decoration: underline;
    /*font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 20px*/
  }

/*/// End Tramites Online ///*/

/*Turnos Atención virtual*/

.cardStyle_09{
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.10) !important;
  border: 1px solid #ffffff;
}


 .cardStyle_09 h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #283252;
    margin-bottom: 0px;
  }

   .cardStyle_09 i{
      /*color: #999999;*/
      font-size: 10px;
      
     
    }
    .btn-sm-custom{
    	padding: 0.1rem 0.25rem;
  		font-size: 0.75rem !important;
  		border-radius: 0.2rem;
    }


  .cardStyle_09 p{
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #808080;
  }
  
  .cardStyle_09 p strong{
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #808080;
  }
  .cardStyle_09 p span{
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #808080;
  }
  
  .cardStyle_09 a{
    color: #41b883;
    text-decoration: underline;
    /*font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 20px*/
  }


.bgInfo2{
	/*background-color: #0078BA !important;*/
	/*background-color: #0070b0 !important;	*/
	background-color: #0077b8 !important;	
	
	color: #fff !important;
}
.bgInfo2 h5 {
	color: #fff !important;
}

.step-progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}

.step-progress-container::before {
  content: ""; /* Mandatory with ::before */
  background-color: #0077b8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 3px;
  width: 100%;
  
}

.step-progress {
  background-color: #0077b8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 3px;
  width: 100%; 
  transition: 0.4s ease;
}

.step-circle {
  background-color: #e0e0e0;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center; 
  transition: 0.4s ease;
  font-size:18px;
  z-index:1000;
}

.step-circle.active {
  background-color: #0077b8;
  border-color: #3498db;
}

.step-circle.success {
  background-color:#b3d3c5;
  border: 1px solid #e0e0e0;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.0) !important;
}

/*//End Turnos Atención virtual//*/

/*///  ///*/
.cardStyle_08{
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  box-shadow: 0 .5rem 1rem rgba(62,62,62,.10) !important;
  border: 1px solid #ffffff;
}

  .cardStyle_08 h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #0070b0;
  }

  .cardStyle_08 h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0070b0;
  }

  .cardStyle_08 h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0070b0;
  }

  .cardStyle_08 p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #808080;
  }
  .cardStyle_08 ul{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #808080;
    list-style-type: none;
  }

    .cardStyle_08 ul li{
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      color: #808080;
      padding-bottom: 10px;
      line-height: 22px;
    }

      .cardStyle_08 ul li::before {
        display: inline-block;
        content: "";
        vertical-align: -.125em;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='blue' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-left: -16px;
      }
      /*background-size: 1rem 1rem;*/
        
      .cardStyle_08 ul li ul li{
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #808080;
        padding-bottom: 10px;
        line-height: 16px;
      }  


  .cardStyle_08 a{
    color: #0070b0;
    text-decoration: underline;
    /*font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 20px*/
  }


  .boxAlert{
    border-left: 10px solid #3aaddc;
    border-radius: 0;
    padding: 15px;
    background-color: #2699c8;
    color: #fff;
    font-family: 'Roboto', sans-serif;
  }
  .boxAlert p{
    color: #fff;
  }

  .boxAlert a{
    color: #283252 !important;
  }
  
/*/// checkbox ///*/
.form-check-input-custom {
  float: left;
  margin-left: -1.5em;
}

.form-check-input-custom {
  width: 2em;
  height: 2em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid #41b883;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
   
}
.form-check-input-custom[type=checkbox], .form-check-input-custom2[type=checkbox] {
  border-radius: 50%;
}
.form-check-input-custom[type=radio], .form-check-input-custom2[type=radio] {
  border-radius: 50%;
}
.form-check-input-custom:active, .form-check-input-custom2:active {
  filter: brightness(90%);
}
.form-check-input-custom:focus, .form-check-input-custom2:focus {
  border-color: #41b883;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(65, 184, 131, 0.25);
}
.form-check-input-custom:checked, .form-check-input-custom2:checked {
  background-color: #41b883;
  border-color: #41b883;
}
.form-check-input-custom:checked[type=checkbox], .form-check-input-custom2:checked[type=checkbox], .form-check-input-custom2[type=radio],.form-check-input-custom2:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-label-custom2{
	font-size: 15px;
	line-height: 16px;
}
.form-check-input-custom2[disabled] ~ .form-check-label-custom2, .form-check-input-custom2:disabled ~ .form-check-label-custom2 {
  opacity: 0.5;
}


.form-check-input-custom2 {
  width: 2.2em;
  height: 2.2em;
  font-size: 15px;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid #41b883;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: 1px;
}



/*/// end checkbox ///*/

/*/// auxiliaeres ///*/
.borderDefault{border: 1px solid #ffffff;}
.borderDanger{border: 1px solid #bb412d;}
.borderGreen{border: 1px solid #41b883;}


.iconListBtn{
  text-align: center;
  color: #a2a5b9;
  /*font-size: 14px;*/  
  padding: 7px 7px 5px;
  border-radius: 50%;
  border: 1px solid #a2a5b9;
     
}

a.iconListBtn {
	/*background: #1CAF64;*/
	/*color: #fff!Important;*/
	/*border-color:#1CAF64;*/
	
	/*background:#0070b0;		
	border-color:#0070b0;	*/
	font-size: 20px !important;
	
  }
  a.iconListBtn:hover {
		opacity: .6;
  }
  
  .iconListBtn i{
  	 color: #000000;
  }
 
.iconQuestion {
	background:#4D82BC;
	border-color: #4D82BC;
} 
.iconHacerTramt {
	background: #C4DAFA;
	border-color:#C4DAFA;
} 
.iconRequisitos {
	background: #84B6F4;
	border-color: #84B6F4;
}
  
.iconListBtn2{
  text-align: center;
  color: #a2a5b9!important;
  font-size: 10px;  
  border-radius: 12px;
  border: 1px solid #a2a5b9;
  vertical-align:center;
  padding: 10px 10px 2px 2px;  
}


a.iconListBtn2 {
	background: #1CAF64;
	color: #fff!Important;
	border-color:#1CAF64;
}
a.iconListBtn2:hover {
	opacity: .6;
}

tr.rowSelAllDeudaOnMobile{
	display:none;
}


/*/// Btn Blue + icon Listados 03///*/
.btnIconB03{
  display: block!important;
  background-color: #0070b0!important;
  border: 1px solid #0070b0!important;
  border-radius: 12px!important;
  padding: 3px 15px!important;
  height: 35px!important;
  width: 100%!important;
  max-width: 200px!important;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
  transition: 0.3s;
}
  .btnIconB03 p{
    font-size: 14px!important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif!important;
    display: inline-block!important;
    color: #fff!important;
  }
  .btnIconB03:hover{
    background-color: #0070b0!important;
    border: 1px solid #0070b0!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
    transition: 0.3s;
  }

  .btnIconB03 i{
    float: right;
    padding-top: 3px;
    color: #fff!important;
  }

/*/// Btn Blue + icon ///*/  


/*/// btns standart for marie ///*/
.btnBlue{
  background-color: #0070b0!important;
  border: 1px solid #0070b0!important;
  display: inline-block;
  margin: 1px;
  border-radius: 12px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif!important;
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
  transition: 0.3s;
}
 
  .btnBlue:hover{
    background-color: #0070b0!important;
    border: 1px solid #0070b0!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
    transition: 0.3s;
  }

  .btnBlue-outline{
    background-color: #0070b0!important;
    border: 1px solid #0070b0!important;
    display: inline-block;
    margin: 1px;
    border-radius: 12px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif!important;
    color: #fff!important;
    text-decoration: none!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
    transition: 0.3s;
  }
   
    .btnBlue-outline:hover{
      background-color: #ffffff!important;
      color: #0070b0!important;
      border: 1px solid #0070b0!important;
      box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
      transition: 0.3s;
    }


  .btnGreen{
	  background-color: #41b883!important;
	  border: 1px solid #41b883!important;
	  display: inline-block;
	  margin: 1px;
	  border-radius: 12px;
	  padding: 8px 15px;
	  font-size: 14px;
	  font-weight: 500;
	  font-family: 'Montserrat', sans-serif!important;
	  color: #fff!important;
	  text-decoration: none!important;
	  box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
	  transition: 0.3s;
}
 
  .btnGreen:hover{
    background-color: #41b883!important;
    border: 1px solid #41b883!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
    transition: 0.3s;
  }

    .btnGreen-outline{
    background-color: #41b883!important;
    border: 1px solid #41b883!important;
    display: inline-block;
    margin: 1px;
    border-radius: 12px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif!important;
    color: #fff!important;
    text-decoration: none!important;
    box-shadow: 0 .5rem 1rem rgba(0,112,176,.15) !important;
    transition: 0.3s;
  }
   
    .btnGreen-outline:hover{
      background-color: #ffffff!important;
      color: #41b883!important;
      border: 1px solid #41b883!important;
      box-shadow: 0 .5rem 1rem rgba(0,112,176,.0) !important;
      transition: 0.3s;
    }

  /*/// btns standart for marie ///*/



/*/// RESPONSIVE ///*/

@media (max-width: 800px) {

 .tit01{
  font-size: 16px;
  padding-left: 5px;
  line-height: 18px;
}    

.tit02 {
    font-size: 14px;
    display: block;
    padding: 3px 15px;
    margin-bottom: 5px;
    width: 100%;
    max-width: 120px;
    text-align: center;
}


.subTitle_02 {
  display: block;
  font-size: 12px!important;
  line-height: 14px!important;
  padding: 3px;
  color: #a2a5b9;
}   
    .btnIconB02{
  border-radius: 12px!important;
  padding: 5px 12px!important;
  height: 40px!important;
  width: 100%!important;
  max-width: 40px!important;
}

.titCatTramite {
  font-size: 16px;
  padding-left: 5px;
  line-height: 18px;
}   


.btnIconB02 p{
  display: none!important;
}

.topGestionDeuda a{
  position:relative;
  right: 0%;
  top: 0px;
  font-size: 12px;
  padding: 3px 15px;
}

 tr.rowSelAllDeudaOnMobile{
	display:block;
 }

}


/*agregando por marielena: esta clase la necesita el jquery.validate*/
 .error { 
 	clear:both; 
 	display:block;
 	color:#ff0000 !important; 
 	padding-left: .2em; 
 	/*font-weight: normal;*/
 }
    span .error{
        display:block;
        margin-left: .2em;
        color:#ff0000 !important; 
     }
    @media screen and (orientation: portrait) 
    {
    	span .error{
    	margin-left:0;
    	display:block;
    	color:#ff0000 !important; 
    	
    	}
    
    }
    
    @media screen and (orientation: landscape) {
    	span .error{
    	 display:block;
    	 margin-left:22%;
    	 color:#ff0000 !important; 
    	}
    }
/*fin agregado por marielena*/



.cardStyle_01 .p-0,.title-blue{
 color: #0078BA!important;
}




/*/// Ocultar captcha ///*/
.grecaptcha-badge {
	z-index: 99999;
	display: none;
 }