
  @import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@700;800&display=swap');

body {
    background-color: #173a66;
}

.container {
    text-align: center;
    background-color: #ffbd59;
    font-family: 'Saira Condensed', sans-serif;
    font-size: x-large;
    color: #173a66;
}

.container-fluid {
    text-align: center;
}

.row-table {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}

.col-lg-4 col-md-6 mb-4 {
    border-radius: 15px; 
    overflow: hidden; 
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pasarela {
    width: 400px;
}

.padding{
    padding:5rem !important;
}

.card {
    margin-bottom: 1.5rem;
} 

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
}

.card-header {
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}

.card-body {
    flex: 1 1 auto;
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #c8ced3 !important;
    outline: 0;
    box-shadow: 0 0 0 #F44336;
}

.processing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.processing-message {
    font-size: 40px;
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background-color: #ffffff00; 
    border: 1px solid rgba(0, 0, 0, 0);    
}

body::-webkit-scrollbar-thumb {
    background-color: #173a66;
    border-radius: 0px;
    border: 3px solid #ffbd59;
    
}

.row-table::-webkit-scrollbar {
    width: 15px;
}

.row-table::-webkit-scrollbar-track {
    background-color: #ffffff00; 
    border: 1px solid rgba(0, 0, 0, 0);    
}

.row-table::-webkit-scrollbar-thumb {
    background-color: #173a66;
    border-radius: 0px;
    border: 3px solid #ffbd59;
    
}
