*{box-sizing:border-box;font-family:var(--font-family);margin:0;padding:0}:root{--primary-color:#2d91fb;--secondary-color:#6d28d2;--background-color:#fff;--background-hover:#f1f0f0;--footer:#1e1e2f;--text-color:#2a2b3f;--font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}a{color:var(--text-color);text-decoration:none}.wrapper{background-color:var(--background-hover);border-radius:16px;max-width:1200px;min-height:500px;margin:1rem auto;padding:1rem;position:relative}nav{justify-content:space-around;align-items:center;width:50%;height:50px;margin:auto;display:flex}footer{text-align:center;background-color:var(--footer);width:100%;color:var(--background-color);margin-top:1rem;margin-bottom:1rem;padding:1rem;position:absolute}@media (max-width:480px){.container-items-courses{grid-template-columns:1fr;gap:.75rem}.item-courses{max-width:100%}.lista-item-courses{flex-direction:column;gap:.25rem}}
.container-items-courses{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:clamp(.75rem,2vw,1rem);padding:clamp(.5rem,2vw,1rem);display:grid}.item-courses{background-color:var(--background-color);border:1px solid #3b3b3b34;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex}.item-courses:hover{background-color:var(--background-hover);box-shadow:0 4px 8px #0003}.image-item-courses{aspect-ratio:16/9;object-fit:cover;border-radius:12px;width:100%;padding:clamp(.25rem,1vw,.5rem)}.textos-item-courses{flex-direction:column;flex:1;padding:.5rem;display:flex}.titulo-item-courses{margin-bottom:.25rem;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:700;line-height:1.2}.autor-item-courses{color:gray;margin-bottom:.5rem;font-size:clamp(.65rem,.9vw,.7rem)}.lista-item-courses{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-bottom:.5rem;list-style:none;display:flex}.lista-item-courses>li{font-size:clamp(.7rem,.9vw,.8rem)}.price-item-courses{font-size:clamp(.9rem,1.2vw,1rem);font-weight:700;font-family:var(--font-family);color:var(--text-color);margin-top:.5rem}
.container-see-course{flex-direction:column;display:flex}.title-see-course{margin:1rem}.container-info-see-course{flex-flow:wrap;justify-content:center;padding-bottom:1rem;display:flex}.container-info-see-course>div{flex:1;gap:1rem;padding:1rem}.container-info-see-course>div>p{margin:1rem}.image-see-course{max-width:100%;height:300px;right:10px}.description-see-course{width:80%}.subtitle-see-course{margin:1rem 0;font-weight:700}.list-see-course{text-align:left}.list-item-see-course{margin:1rem 0;list-style:none}.list-link-see-course:hover{color:var(--primary-color)}
.whatch-course{text-align:left;border-radius:16px;display:flex}.whatch-course-son{width:100%;padding:1rem}.whatch-course-back{color:var(--primary-color)}.whatch-course-title{text-align:center;margin:.5rem}.whatch-course-modulo{text-align:center}.whatch-course-iframe{width:100%;display:flex}.iframe{width:100%;height:300px}
h1{color:#333;text-align:center;margin-bottom:20px;font-size:2.5em}p{margin-bottom:15px;font-size:1.2em;line-height:1.6}ol{color:#444;margin-left:20px}ol>li{list-style:none}
