body{
    display: flex;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif !important;
}
.d-inline-block{
    border-radius: 2rem;
}
div.container-xl{
    padding-top: 3.9rem;
}
div .carousel-inner{
    border-radius: 0.5rem;
    max-width: 100% !important;
}
.d-block{
    object-fit: fill !important;
    max-height: 350px !important;
}
.card-img-top{
    max-width: auto !important;
    max-height: 330px !important;
    object-fit: cover !important;
    transition: transform 0.5s ease;
}
.card-img-top:hover{
    transform: scale(1.1);
}
.row{
    padding-bottom: 1rem;
}
#info-img{
    padding-top: 1rem;
    max-width: auto !important;
    max-height: 100px !important;
    object-fit: contain !important;
}
#img-exogena{
    padding: 10px;
    max-width: 130px;
    max-height: auto;
}
.card{
    text-align: center;
    overflow: hidden;
}
.card:hover{
    border-color:#006633;
    box-shadow: inset 0 0 0 2px white;
}
.container{
    padding-top: 2rem;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.border{
    padding: 1.5rem;
    border-radius: 4rem; 
        
}
.container2{
    padding-top: 0.5rem
}
.dataPeople{
    text-align: center;
    padding-bottom: 0.5rem;
}
.container3{
    display: flex;
    padding-top: 2.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
table.dataTable th{
    text-align: center !important;
}
table.dataTable td{
    text-align: center !important;
}
.table-responsive{
    padding-top: 5px
}
.opciones1{
    text-align: center !important;
    justify-content: center;
    padding-bottom: 0.5rem;
    display: flex;
}
#vigenciaS{
    text-align: center !important;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    max-width: 300px;
    max-height: 300px;
}
.vigenciaS{
    display: inline-block;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.d-grid{
    padding-top: 10px
}
.container-button-confirma{
    display: flex;
    padding: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.container-certificado{
    justify-content: center;
    align-items: center;
    padding: 2rem
}
.img-qrcode{
    border-radius: 10rem;
    max-height: 300px !important;
}
.alert-success{
    --bs-alert-bg: #fff !important;
}
.container4{
    display: flex;
    padding: 0,5rem;
    justify-content: center;
}
.list-group{
    padding: 20px;
}
.terceroC{
    text-align: center;
}
.card-img-top-ParAlum{
    object-fit: contain;
    max-height: 150px;
    padding: 10px;
}
#AlumCol{
    display: inline-block;
    padding: 5px    
}
.container6{
    text-align: center;
}
.whatsapp{
   display:flex; 
   position: relative;
   justify-content: right;
}
.entidad{
    display: flex;
    justify-content:center;
    position: relative;
}
#divPagos{
    padding: 10px;
}
.RenglonesICA{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.renglones{
    text-align: right;
    justify-self: auto;
    text-overflow: ellipsis;
}
.codeCCIU{
    text-align: center;
}
.containerCCIU{
    justify-content: center;
    padding: 10px;
}
.mb-34{
    padding-top: 5px;
}
#img-select-ICA{
    justify-content: center;
    display: flex;
}
#img-select-Estampillas{
    justify-content: center;
    display: flex;
}
.rotateTable{
writing-mode: vertical-lr;
transform: rotate(180deg);
}
.operaciones_ICA{
    display: flex;
}
.operaciones_ICA a{
    padding-left: 5px
}
#botonPSE{
    max-height: 31px;
    border-radius: 3px;
}
tbody, td, tfoot, th, thead, tr{
    border-radius: 3px !important;
}
.table-dark{
  vertical-align: middle !important;
}
.containerPSE{
    display: inline-block;
    justify-content: center;
    text-align: center;
}
#Banner_PSE{
    border-radius: 1rem;
    width: 100%;
    max-width: 700px;
    height: auto;
}
#CodigoVAD{
    display: flex;
    padding: 10px;
    justify-content: center;
}
.But{
    display: flex;
    align-items: center;
    justify-content: center;
}
.But a{
    margin-right: 5px;
}
/* Exogena Validacion */
.estadosUP{
    display: block;
    padding-bottom: 25px;
    text-align: center;
}
.estadosUP h3{
    text-align: center;
}
/* Exogena Validacion */
/* Loading */
#container-xl-ini {
    display: none;
    text-align: center;
  }
.rounded{
    height: 30px;
}
.modalCoactivos{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #FFAF00;
  border-radius: 50%;
  border-top: 16px solid #006633;
  border-bottom: 16px solid #006633;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.containerB{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.form-floating select, input {
    text-align: center;
}
.alert{
  display: inline-block;
  text-align: center !important;
}

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

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

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
