.certificado-section{padding:60px 20px;background-color:#f3f3f3;text-align:center}.certificado-title{font-size:28px;font-weight:700;margin-bottom:40px}.certificado-container{position:relative;display:inline-block;width:450px;height:auto}.certificado-imagen{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 0 12px rgba(0,0,0,.2);transition:transform .2s ease,box-shadow .2s ease;transform-style:preserve-3d}.etiqueta{position:absolute;background-color:white;padding:6px 10px;border:1px solid #ccc;border-radius:6px;font-size:14px;box-shadow:2px 2px 5px rgba(0,0,0,.1);white-space:nowrap}.etiqueta:before{content:"";position:absolute;background-color:gray}.etiqueta-top{top:-40px}.etiqueta-top,.etiqueta-top:before{left:50%;transform:translateX(-50%)}.etiqueta-top:before{width:2px;height:30px;bottom:-30px}.etiqueta-bottom{bottom:-40px;left:50%;transform:translateX(-50%)}.etiqueta-bottom:before{width:2px;height:30px;top:-30px;left:50%;transform:translateX(-50%)}.etiqueta-left{top:50%;left:-275px;transform:translateY(-50%)}.etiqueta-left:before{height:2px;width:60px;top:50%;right:-60px;transform:translateY(-50%)}.etiqueta-right{top:50%;right:-228px;transform:translateY(-50%)}.etiqueta-right:before{height:2px;width:60px;top:50%;left:-60px;transform:translateY(-50%)}@media (max-width:768px){.etiqueta{display:none}.certificado-container{width:100%}}