{"id":2773,"date":"2026-05-20T18:43:30","date_gmt":"2026-05-20T17:43:30","guid":{"rendered":"https:\/\/iesfuentealta.com\/?page_id=2773"},"modified":"2026-05-27T18:52:48","modified_gmt":"2026-05-27T17:52:48","slug":"departamento-de-biologia-y-geologia","status":"publish","type":"page","link":"https:\/\/iesfuentealta.com\/index.php\/departamento-de-biologia-y-geologia\/","title":{"rendered":"Departamento de Biologia y Geologia"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2773\" class=\"elementor elementor-2773\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-12ee197 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12ee197\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-23c8220\" data-id=\"23c8220\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f228b92 elementor-widget elementor-widget-html\" data-id=\"f228b92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Departamento de Biolog\u00eda y Geolog\u00eda<\/title>\n\n  <!-- Fuente -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n  <style>\n\n    *{\n      margin:0;\n      padding:0;\n      box-sizing:border-box;\n    }\n\n    body{\n      font-family:'Poppins', sans-serif;\n      background:#f5f7f6;\n      color:#222;\n      overflow-x:hidden;\n    }\n\n    \/* HERO *\/\n\n    .hero{\n      height:85vh;\n      background:\n      linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),\n      url('https:\/\/images.unsplash.com\/photo-1501004318641-b39e6451bec6?q=80&w=1600&auto=format&fit=crop');\n      background-size:cover;\n      background-position:center;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      text-align:center;\n      color:white;\n      padding:20px;\n    }\n\n    .hero-content{\n      max-width:850px;\n    }\n\n    .hero h1{\n      font-size:4rem;\n      margin-bottom:20px;\n      font-weight:700;\n    }\n\n    .hero p{\n      font-size:1.2rem;\n      opacity:0.95;\n      margin-bottom:30px;\n    }\n\n    .hero-btn{\n      display:inline-block;\n      padding:14px 28px;\n      background:#2d9d78;\n      color:white;\n      text-decoration:none;\n      border-radius:12px;\n      font-weight:600;\n      transition:0.3s;\n    }\n\n    .hero-btn:hover{\n      background:#207257;\n      transform:translateY(-2px);\n    }\n\n    \/* CONTENIDO *\/\n\n    .container{\n      width:90%;\n      max-width:1200px;\n      margin:auto;\n    }\n\n    .section{\n      padding:80px 0;\n    }\n\n    .section-title{\n      text-align:center;\n      margin-bottom:60px;\n    }\n\n    .section-title h2{\n      font-size:2.3rem;\n      color:#1f7a4c;\n      margin-bottom:15px;\n    }\n\n    .section-title p{\n      color:#666;\n      font-size:1rem;\n    }\n\n    \/* TARJETAS DOCUMENTOS *\/\n\n    .documents-grid{\n      display:grid;\n      grid-template-columns:repeat(auto-fit,minmax(320px,1fr));\n      gap:30px;\n    }\n\n    .doc-card{\n      background:white;\n      border-radius:20px;\n      overflow:hidden;\n      box-shadow:0 10px 30px rgba(0,0,0,0.08);\n      transition:0.3s ease;\n    }\n\n    .doc-card:hover{\n      transform:translateY(-8px);\n      box-shadow:0 15px 40px rgba(0,0,0,0.12);\n    }\n\n    .doc-image{\n      height:220px;\n      overflow:hidden;\n    }\n\n    .doc-image img{\n      width:100%;\n      height:100%;\n      object-fit:cover;\n      transition:0.4s;\n    }\n\n    .doc-card:hover img{\n      transform:scale(1.05);\n    }\n\n    .doc-content{\n      padding:28px;\n    }\n\n    .doc-content h3{\n      margin-bottom:15px;\n      color:#222;\n      font-size:1.25rem;\n    }\n\n    .doc-content p{\n      color:#666;\n      font-size:0.96rem;\n      margin-bottom:25px;\n      line-height:1.7;\n    }\n\n    .btn{\n      display:inline-block;\n      background:#1f7a4c;\n      color:white;\n      padding:12px 22px;\n      border-radius:10px;\n      text-decoration:none;\n      transition:0.3s;\n      font-weight:500;\n    }\n\n    .btn:hover{\n      background:#145534;\n    }\n\n    \/* GALER\u00cdA *\/\n\n    .gallery{\n      display:grid;\n      grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n      gap:25px;\n    }\n\n    .gallery img{\n      width:100%;\n      height:260px;\n      object-fit:cover;\n      border-radius:18px;\n      box-shadow:0 6px 18px rgba(0,0,0,0.08);\n      transition:0.3s;\n    }\n\n    .gallery img:hover{\n      transform:scale(1.03);\n    }\n\n    \/* FOOTER *\/\n\n    footer{\n      background:#1a1a1a;\n      color:#ddd;\n      text-align:center;\n      padding:35px 20px;\n      margin-top:80px;\n    }\n\n    footer p{\n      opacity:0.8;\n    }\n\n    \/* RESPONSIVE *\/\n\n    @media(max-width:768px){\n\n      .hero h1{\n        font-size:2.5rem;\n      }\n\n      .hero p{\n        font-size:1rem;\n      }\n\n      .section-title h2{\n        font-size:1.8rem;\n      }\n\n    }\n\n  <\/style>\n<\/head>\n\n<body>\n\n  <!-- HERO -->\n\n  <section class=\"hero\">\n    <div class=\"hero-content\">\n      <h1>Departamento de Biolog\u00eda y Geolog\u00eda<\/h1>\n\n      <p>\n        Espacio educativo dedicado a la investigaci\u00f3n, la ciencia,\n        la naturaleza y los recursos acad\u00e9micos para el alumnado.\n      <\/p>\n\n      <a href=\"#documentos\" class=\"hero-btn\">\n        Ver documentos\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- DOCUMENTOS -->\n\n  <section class=\"section\" id=\"documentos\">\n\n    <div class=\"container\">\n\n      <div class=\"section-title\">\n        <h2>Programaciones Did\u00e1cticas<\/h2>\n\n        <p>\n          Accede a los documentos oficiales del departamento.\n        <\/p>\n      <\/div>\n\n      <div class=\"documents-grid\">\n\n        <!-- Documento 1 -->\n\n        <div class=\"doc-card\">\n\n          <div class=\"doc-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1530210124550-912dc1381cb8?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n          <\/div>\n\n          <div class=\"doc-content\">\n\n            <h3>PD 1\u00ba BCH BGCA<\/h3>\n\n            <p>\n              Programaci\u00f3n did\u00e1ctica de Biolog\u00eda y Geolog\u00eda\n              para 1\u00ba de Bachillerato.\n            <\/p>\n\n            <a href=\"https:\/\/iesfuentealta.com\/wp-content\/uploads\/2026\/05\/PD1BCH-BGCA.pdf\"\n               class=\"btn\"\n               target=\"_blank\">\n               Ver PDF\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n        <!-- Documento 2 -->\n\n        <div class=\"doc-card\">\n\n          <div class=\"doc-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1530026405186-ed1f139313f8?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n          <\/div>\n\n          <div class=\"doc-content\">\n\n            <h3>PD 2\u00ba BCH BIO<\/h3>\n\n            <p>\n              Documento acad\u00e9mico correspondiente a Biolog\u00eda\n              de 2\u00ba de Bachillerato.\n            <\/p>\n\n            <a href=\"https:\/\/iesfuentealta.com\/wp-content\/uploads\/2026\/05\/PD2BCHBIO.pdf\"\n               class=\"btn\"\n               target=\"_blank\">\n               Ver PDF\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n        <!-- Documento 3 -->\n\n        <div class=\"doc-card\">\n\n          <div class=\"doc-image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1518152006812-edab29b069ac?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n          <\/div>\n\n          <div class=\"doc-content\">\n\n            <h3>PD Secundaria 1\u00ba, 3\u00ba y 4\u00ba<\/h3>\n\n            <p>\n              Material y programaci\u00f3n did\u00e1ctica para los cursos\n              de Educaci\u00f3n Secundaria.\n            <\/p>\n\n            <a href=\"https:\/\/iesfuentealta.com\/wp-content\/uploads\/2026\/05\/PDSecundaria-134.pdf\"\n               class=\"btn\"\n               target=\"_blank\">\n               Ver PDF\n            <\/a>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n  <!-- GALER\u00cdA -->\n\n  <section class=\"section\">\n\n    <div class=\"container\">\n\n      <div class=\"section-title\">\n        <h2>Biolog\u00eda y Naturaleza<\/h2>\n\n        <p>\n          Im\u00e1genes relacionadas con el entorno natural, geolog\u00eda y ciencia.\n        <\/p>\n      <\/div>\n\n      <div class=\"gallery\">\n\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1441974231531-c6227db76b6e?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1473773508845-188df298d2d1?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1500530855697-b586d89ba3ee?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1465101046530-73398c7f28ca?q=80&w=1200&auto=format&fit=crop\" alt=\"\">\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n  <!-- FOOTER -->\n\n  <footer>\n\n    <p>\n      \u00a9 2026 Departamento de Biolog\u00eda y Geolog\u00eda \u00b7 Sitio web educativo\n    <\/p>\n\n  <\/footer>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Departamento de Biolog\u00eda y Geolog\u00eda Departamento de Biolog\u00eda y Geolog\u00eda Espacio educativo dedicado a la investigaci\u00f3n, la ciencia, la naturaleza [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2773","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin7083","author_link":"https:\/\/iesfuentealta.com\/index.php\/author\/admin7083\/"},"uagb_comment_info":0,"uagb_excerpt":"Departamento de Biolog\u00eda y Geolog\u00eda Departamento de Biolog\u00eda y Geolog\u00eda Espacio educativo dedicado a la investigaci\u00f3n, la ciencia, la naturaleza [&hellip;]","_links":{"self":[{"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/pages\/2773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/comments?post=2773"}],"version-history":[{"count":10,"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/pages\/2773\/revisions"}],"predecessor-version":[{"id":2816,"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/pages\/2773\/revisions\/2816"}],"wp:attachment":[{"href":"https:\/\/iesfuentealta.com\/index.php\/wp-json\/wp\/v2\/media?parent=2773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}