.card{display:flex;justify-content:space-between;flex-direction:column;align-items:center;position:relative;width:100vw;min-width:390px;height:421px;background-color:#e6f0f9;border-radius:25px;box-sizing:border-box;padding-bottom:1rem}@media(min-width:930px){.card{display:flex;justify-content:space-between;flex-direction:column;align-items:center;position:relative;width:100%;max-width:375px;height:421px;background-color:#e6f0f9;border-radius:25px;box-sizing:border-box;padding-bottom:1rem}}.card .head-card{position:relative;width:100%;background-image:url(/images/header_img_card.png);background-repeat:no-repeat;background-size:cover;background-position:bottom;min-height:200px;padding:1rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex-direction:column;top:-10px}.card .head-card .image-head-card{margin:0 auto;width:auto;height:70px;position:relative;bottom:1rem}@media(min-width:930px){.card .head-card .image-head-card{right:1.5rem}}.card .head-card .title-card-body{font:700 50px Poppins,serif;color:#f5f5f5;font-size:1.5rem;text-align:center}@media(min-width:930px){.card .head-card .title-card-body{font-size:1.1rem}}.card .body-card{box-sizing:border-box;position:relative;width:100%;height:100%;padding:1rem}.card .body-card .content-card-body{font:400 14px Poppins,serif;color:#134573;font-size:1.1rem;padding:1rem auto;text-align:center}@media(min-width:930px){.card .body-card .content-card-body{font-size:1.2rem}}.card .body-card .footer-card-body{display:flex;justify-content:flex-start;align-items:center}.card .body-card .footer-card-body a .btn-card-body{background-color:rgba(0,0,0,0);border:1px solid #134573;font:400 14px Poppins,serif;font-size:1rem;color:#134573}.card .body-card .footer-card-body a .btn-card-body:hover{cursor:pointer}