body, html {
    height: 100%;
}


table {
    
    font-size: 1em;
    border: 1px solid gray !important;
    height: 100px;

} 

.planpago 
    table, th {
        text-align: center;
        background-color: #AD1E99;
        color:white;
        border: .5px solid #AD1E99;
        /* padding-left: 50px;
        padding-right: 50px; */
      }


     
 .planpago 
      table, td {
          text-align: center;
        
          padding-left: 50px;
          padding-right: 50px;
        } 
        
        
.planpagoMP 
        table, td {
            /* text-align: center; */
          
            padding-left: 50px;
            padding-right: 50px;
          }      

  
  

.planPagoLink {
    color: #1AB3B7;
}

.fas {

    color: #1AB3B7 ;
    font-size: .5em;

}



.hero-image {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://res.cloudinary.com/ibinto/image/upload/v1633103307/Recursos/Carousel/tf8l1ewyolfiyn8jtdml.png);
  
	/* Set a specific height */
	height: 50%;
  
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
  
/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}