@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,p{
    font-family: "Poppins", sans-serif;
}

.clmprin{
    text-align: center;
    text-decoration: underline;
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.rowpagospri{
    display: flex;
    flex-direction: row-reverse;
}
.card .card-header{
    color: #15327f;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
.card .card-title{
    font-size: 0.9rem;
    font-weight: 700;
}
.card .img_papri{
    height: 40px;
    padding-right: 2rem;
}
.card .footres1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.card .footres1 p{
    font-size: 0.8rem;
}
.card .footres1 .tifot{
    font-weight: bold;
    font-size: 0.9rem;
}
.bootomprin{
    display: flex;
    justify-content: space-between;
    width: inherit;
    font-variant-caps: unicase;
}
.bootomprin a{
    text-decoration: none;
}
.bootomprin a:hover{
    text-decoration: none;
    transform: scale(1.04);
    transition: 0.3s;
}
.bootomprin .icontarbg{
    height: 35px;
}
.bootomprin .btntittlepri{
    display: flex;
    align-items: flex-end;
    color: #052096;
    border: 1.3px solid #0a26a3;
    padding: 0.5rem 0.7rem;
    cursor: pointer;
    border-radius: 0.2rem;
}
.bootomprin .btntittlepri:hover{
    background: #052096;
    color: rgb(255, 255, 255);
}
.bootomprin .active .btntittlepri{
    background: #052096;
    color: rgb(255, 255, 255);
}
.bootomprin .btntittlepri h3{
    font-size: 1rem;
    padding-left: 0.4rem;
}
.btn-outline-success {
    color: #28a745;
    background: #fff;
    border-color: #28a745;
    width: -webkit-fill-available;
}
.imgbancolo{
    height: 700px;
}
.img_logos{
    height: 120px;
}
.tittlepag{
    font-weight: bold;
}
.imgbancprin{
    width: 300px;
}
form{
    padding: 0rem 2rem 2rem 2rem;
}
.form-label {
    margin-bottom: .2rem;
}
form .formdivsep{
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}
form .formdivpag{
    padding-top: 1.5rem;
}
.footer{
    background: #052096;
    color: rgb(255, 255, 255);
    text-align: center;
}
.banimg{
    padding-top: 3rem;
    height: 300px;
}
.subtransfi{
    color: #7a7a7a;
    padding-top: 1em;
}
.list_transfi{
    list-style: decimal;
    list-style-position: inside;
    padding: 0em 3em;
}
.list_transfi li{
    font-size: 1.6em;
    color: #7a7a7a;
}
.list_transfi p{
    font-size: 1.6em;
    color: #7a7a7a;
}
.horario{
    font-size: 0.8rem;
}

@media only screen and (max-width: 600px){
    .bootomprin {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}
