.border-radius-largo {
    border-radius: 0.75rem;
}

.custom-column {
      background-color: #f0f0f0;
      padding: 20px;
      text-align: center;
}


.alto-80{
	    height: 80vh !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      
}

.full-height {
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
}

.centrado {
	align-items: center !important;
	  text-align: center;
	  
}
.ancho-50{
	width: 50vh;
	display: flex;
}
.ancho-70{
	width: 80vh;
	display: flex;
}
.borde-pe{
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
		border: solid #dee2e6;
		border-width: 1px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
		
}