.banner {display:flex;width:100%;height:240px;padding:10px;align-items:center;justify-content:center;background-color:#ff001e00;}
.banner-bolsa {display:flex;align-items:center;justify-content:center;background-image:url(/home2/public/assets/images/bolsa.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;height:100%;background-color:rgba(26, 212, 150, 0);border-radius:21px;}
.texto-bolsa {padding:3%;text-align:center;}
.texto-bolsa h2 {color:#003b64;margin-top:2rem;font-size:1.2rem;}
.texto-bolsa p {margin:1rem 0;font-size:1rem;}
strong {font-weight:bold;}
.vacantes {font-weight:bold;margin-bottom:2rem;}
.buttons-bolsa {display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding:10px;}
.btn-bolsa {background-color:white;border:2px solid #003b64;border-radius:12px;padding:1rem;width:120px;text-align:center;transition:all 0.3s ease;}
.btn-bolsa:hover {background-color:#003b64;color:white;}
.btn-bolsa img {width:30px;height:auto;margin-bottom:0.5rem;}
a {text-decoration:none;color:#004775;font-weight:700;}
@media (max-width:480px) {
.header-title {font-size:1.2rem;text-align:center;}
.btn-bolsa {width:100px;padding:0.8rem;}
}
@media (max-width:600px) {
.banner {display:flex;width:100%;height:134px;align-items:center;justify-content:center;background-color:#41c40000;}
.banner-bolsa {display:flex;align-items:center;justify-content:center;background-image:url(/home2/public/assets/images/bolsa.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;height:100%;background-color:rgba(3, 235, 158, 0);border-radius:21px;}
}
