.contact-header{background:var(--link-color);border-radius:12px;color:var(--light_color);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1200px;padding:2rem}.contact-header-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.contact-header-content{flex:1;position:relative}.contact-header-content h1{color:var(--light_color);font-size:1.5rem;margin:0}.contact-header-content p{margin:.25rem 0 0;opacity:.9}.contact-header-content .btn{position:absolute;right:0;top:0}.contact-header-content .btn:hover{background-color:var(--link-color);border-color:var(--link-color)}.estudiantes-listing{display:flex;gap:15px;margin:60px auto;max-width:1200px}.estudiantes-item-link{display:inline-flex;flex-direction:column;text-align:center;transition:.3s;width:200px}.estudiantes-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:230px;margin-bottom:15px;position:relative;width:100%}.estudiantes-img:before{background-color:rgba(0,0,0,.7);color:#fff;content:"Ver reporte de notas";display:none;height:100%;left:0;position:absolute;top:0;width:100%}.estudiantes-item-link:hover .estudiantes-img:before{align-items:center;display:flex;justify-content:center}.estudiante-single{margin:0 auto;max-width:1200px}.estudiante-about{align-items:center;display:grid;gap:15px;grid-template-columns:1fr;margin-bottom:60px;padding:30px}@media(min-width:768px){.estudiante-about{grid-template-columns:1fr 2fr}}.estudiante-reportes-buscador{display:flex;flex-direction:column;gap:15px}@media(min-width:1024px){.estudiante-reportes-buscador{flex-direction:row}}.estudiante-reports{padding:30px 30px 60px}.estudiante-reports h2{margin-bottom:60px;text-align:center}.report-yearly{width:100%}.report-yearly td,.report-yearly th{border-bottom-color:var(--secondary-color);border-bottom-width:1px;color:var(--headings-color);padding:5px}.report-yearly tr td,.report-yearly tr th{text-align:center}.report-yearly tr td:first-child,.report-yearly tr th:first-child{text-align:left}