/* =====================================================
        REPORTAR UN ANIMAL
===================================================== */

:root{
  --primary:#0B6E4F;
  --secondary:#1B9C5A;
  --accent:#A7D129;

  --light:#F7F1FD;
  --background:#FCFAFF;
  --card:#FFFFFF;

  --text:#2B2235;
  --muted:#736A7B;

  --border:#ECE4F7;

  --success:#43AA8B;
  --danger:#D62839;

  --shadow:
  0 20px 50px rgba(123,44,191,.10);

  --radius:24px;

}
.reportar{

    padding:120px 8%;

    background:#f8fcf8;

}

.section-header{

    max-width:700px;

    margin:0 auto 70px;

    text-align:center;

}

.section-header span{

    display:inline-block;

    color:#4caf50;

    font-weight:700;

    margin-bottom:15px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.section-header h2{

    font-size:2.6rem;

    margin-bottom:20px;

    color:#183b2b;

}

.section-header p{

    font-size:1.08rem;

    line-height:1.8;

    color:#5f6d67;

}



/* ================================= */

.reportar-grid{

    max-width:950px;

    margin:auto;

    display:flex;

    flex-direction:column;

    gap:22px;

}



/* ================================= */

.report-item{

    display:flex;

    align-items:center;

    gap:25px;

    padding:28px 32px;

    background:white;

    border-radius:22px;

    text-decoration:none;

    color:inherit;

    transition:.35s;

    border:1px solid #edf2ed;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.report-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.report-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#eaf7ec;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:2rem;

    flex-shrink:0;

}

.report-item h3{

    margin-bottom:8px;

    color:#234331;

}

.report-item p{

    color:#66736c;

    line-height:1.6;

}

.report-item i{

    margin-left:auto;

    font-size:1.3rem;

    color:#2e8b57;

}



/* =====================================================
                CIERRE
===================================================== */

.closing{

    padding:130px 8%;

    background:linear-gradient(135deg,#2f7d45,#4caf50);

    color:white;

    text-align:center;

}

.closing-content{

    max-width:850px;

    margin:auto;

}

.closing span{

    display:inline-block;

    margin-bottom:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    opacity:.9;

}

.closing h2{

    font-size:3rem;

    margin-bottom:30px;

    line-height:1.2;

}

.closing p{

    font-size:1.15rem;

    line-height:2;

    max-width:700px;

    margin:0 auto 45px;

    opacity:.95;

}



/* botón */

.closing .hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px 34px;

    border-radius:50px;

    background:white;

    color:#2f7d45;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.closing .hero-btn:hover{

    transform:translateY(-3px);

}



/* =====================================================
            FRASE FINAL
===================================================== */

.frase-final{

    padding:60px 20px;

    background:#ffffff;

    text-align:center;

}

.frase-final p{

    max-width:900px;

    margin:auto;

    font-size:1.4rem;

    font-style:italic;

    color:#2f4f3b;

    line-height:1.8;

    font-weight:500;

}



/* =====================================================
            RESPONSIVE
===================================================== */

@media(max-width:768px){

    .section-header h2{

        font-size:2rem;

    }

    .closing h2{

        font-size:2.2rem;

    }

    .report-item{

        padding:22px;

        gap:18px;

    }

    .report-icon{

        width:60px;

        height:60px;

        font-size:1.6rem;

    }

    .frase-final p{

        font-size:1.15rem;

    }

}

/* =====================================================
                    ESPECIES
===================================================== */

.especie{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:70px;

    align-items:center;

    padding:110px 8%;

}

.especie:nth-child(even){

    background:#fafcf9;

}

.especie-imagen{

    display:flex;

    justify-content:center;

    align-items:center;

}

.especie-imagen img{

    width:100%;

    max-width:380px;

    transition:.35s;

}

.especie-imagen img:hover{

    transform:scale(1.03);

}



/* =====================================================
                    INFORMACIÓN
===================================================== */

.especie-info{

    max-width:760px;

}

.especie-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#e8f5e9;

    color:#2e7d32;

    font-weight:700;

    margin-bottom:20px;

}

.especie-tag.silvestre{

    background:#eef7e8;

    color:#557c2d;

}

.especie-info h2{

    font-size:2.4rem;

    color:#173b2d;

    margin-bottom:20px;

}

.descripcion{

    font-size:1.08rem;

    line-height:1.9;

    color:#5d6d65;

    margin-bottom:40px;

}



/* =====================================================
                    BLOQUES
===================================================== */

.bloque{

    margin-bottom:28px;

    padding:28px;

    background:white;

    border-radius:20px;

    border:1px solid #edf2ed;

    box-shadow:0 8px 24px rgba(0,0,0,.05);

}

.bloque h3{

    margin-bottom:18px;

    color:#234331;

}

.bloque ul{

    padding-left:20px;

}

.bloque li{

    margin-bottom:12px;

    line-height:1.7;

    color:#5d6d65;

}



/* =====================================================
                COLORES ESPECIALES
===================================================== */

.alerta{

    border-left:6px solid #e74c3c;

}

.alerta h3{

    color:#b1261d;

}

.curiosidad{

    border-left:6px solid #f1c40f;

}

.curiosidad h3{

    color:#9a6a00;

}

.recursos-animal{

    border-left:6px solid #4caf50;

}

.recursos-animal h3{

    color:#2e7d32;

}

.recursos-animal p{

    color:#5d6d65;

    line-height:1.8;

}



/* =====================================================
                    BOTÓN
===================================================== */

.btn-ayuda{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:20px;

    padding:15px 26px;

    border-radius:50px;

    background:#2e7d32;

    color:white;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-ayuda:hover{

    transform:translateY(-3px);
    
    background:#246628;

}



/* =====================================================
                VOLVER
===================================================== */

.volver{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:35px;

    color:#2e7d32;

    font-weight:700;

    text-decoration:none;

}

.volver:hover{

    text-decoration:underline;

}



/* =====================================================
                RESPONSIVE
===================================================== */

@media(max-width:992px){

    .especie{

        grid-template-columns:1fr;

        gap:40px;

        text-align:center;

    }

    .especie-imagen{

        order:-1;

    }

    .especie-info{

        max-width:100%;

    }

    .bloque{

        text-align:left;

    }

}

@media(max-width:768px){

    .especie{

        padding:80px 7%;

    }

    .especie-info h2{

        font-size:2rem;

    }

    .descripcion{

        font-size:1rem;

    }

    .bloque{

        padding:22px;

    }

    .especie-imagen img{

        max-width:280px;

    }

}

/* =====================================================
                REPORTAR
===================================================== */

.reportar{

    padding:110px 8%;

    background:#f6faf7;

}

.section-header{

    max-width:720px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}

.section-header span{

    display:inline-block;

    color:#3c8c54;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:15px;

}

.section-header h2{

    font-size:2.6rem;

    color:#163b2c;

    margin-bottom:20px;

}

.section-header p{

    color:#66736c;

    line-height:1.8;

}



/* ============================== */

.reportar-grid{

    max-width:900px;

    margin:auto;

    display:flex;

    flex-direction:column;

    gap:25px;

}

.report-item{

    display:flex;

    align-items:center;

    gap:25px;

    padding:30px;

    background:white;

    border-radius:22px;

    text-decoration:none;

    color:inherit;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.35s;

}

.report-item:hover{

    transform:translateY(-5px);

}

.report-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#e8f5e9;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:2rem;

    flex-shrink:0;

}

.report-item h3{

    margin-bottom:8px;

    color:#183b2b;

}

.report-item p{

    color:#5f6d67;

    line-height:1.6;

}

.report-item i{

    margin-left:auto;

    color:#2e7d32;

    font-size:1.2rem;

}



/* =====================================================
                    CIERRE
===================================================== */

.closing{

    padding:120px 8%;

    text-align:center;

    background:linear-gradient(135deg,#2e7d32,#56ab2f);

    color:white;

}

.closing-content{

    max-width:850px;

    margin:auto;

}

.closing span{

    display:inline-block;

    margin-bottom:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

}

.closing h2{

    font-size:3rem;

    margin-bottom:30px;

}

.closing p{

    font-size:1.1rem;

    line-height:2;

    opacity:.95;

    margin-bottom:40px;

}

.closing .hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 36px;

    border-radius:40px;

    background:white;

    color:#2e7d32;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.closing .hero-btn:hover{

    transform:translateY(-4px);

}



/* =====================================================
                FRASE FINAL
===================================================== */

.frase-final{

    padding:70px 8%;

    text-align:center;

    background:white;

}

.frase-final p{

    max-width:850px;

    margin:auto;

    font-size:1.35rem;

    line-height:1.9;

    font-style:italic;

    color:#355d46;

}



/* =====================================================
                    FOOTER
===================================================== */

footer{

    background:#163b2c;

    color:white;

    text-align:center;

    padding:70px 20px;

}

footer h3{

    font-size:1.7rem;

    margin-bottom:18px;

}

footer p{

    color:#d9e4dd;

    line-height:1.8;

}

.footer-copy{

    margin-top:30px;

    font-size:.9rem;

    opacity:.7;

}



/* =====================================================
                RESPONSIVE
===================================================== */

@media(max-width:768px){

    .section-header h2{

        font-size:2rem;

    }

    .closing h2{

        font-size:2.1rem;

    }

    .report-item{

        padding:22px;

        gap:18px;

    }

    .report-icon{

        width:58px;

        height:58px;

        font-size:1.5rem;

    }

    .frase-final p{

        font-size:1.1rem;

    }

}

/* =====================================================
                    RESET
===================================================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;

    color:#1f2937;

    background:#ffffff;

    line-height:1.6;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

}

section{

    width:100%;

}



/* =====================================================
                    HEADER
===================================================== */

.topbar{

    position:sticky;

    top:0;

    z-index:1000;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 8%;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(14px);

    border-bottom:1px solid rgba(0,0,0,.06);

}

.logo{

    display:flex;

    align-items:center;

    gap:16px;

}

.logo img{

    width:60px;

}

.logo span{

    font-size:.95rem;

    color:#4b5563;

    font-weight:600;

}



/* =====================================================
                    NAV
===================================================== */

.topbar nav{

    display:flex;

    gap:35px;

}

.topbar nav a{

    color:#374151;

    font-weight:600;

    transition:.3s;

    position:relative;

}

.topbar nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:2px;

    background:#2e7d32;

    transition:.3s;

}

.topbar nav a:hover{

    color:#2e7d32;

}

.topbar nav a:hover::after{

    width:100%;

}



/* =====================================================
                    HERO
===================================================== */

.hero{

    min-height:90vh;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

    padding:90px 8%;

    background:linear-gradient(180deg,#f7fcf8,#ffffff);

}

.hero-text h1{

    font-size:3.8rem;

    line-height:1.1;

    color:#173b2d;

    margin:20px 0;

}

.hero-text p{

    font-size:1.15rem;

    color:#5f6d67;

    max-width:600px;

    line-height:1.9;

}

.hero-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:40px;

    background:#e8f5e9;

    color:#2e7d32;

    font-weight:700;

}

.hero-buttons,
.hero-btn{

    margin-top:35px;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    background:#2e7d32;

    color:white;

    border-radius:40px;

    font-weight:700;

    transition:.3s;

}

.hero-btn:hover{

    transform:translateY(-3px);

    background:#256728;

}

.hero-image{

    display:flex;

    justify-content:center;

}

.hero-image img{

    max-width:520px;

}



/* =====================================================
                INTRODUCCIÓN
===================================================== */

.introduccion{

    padding:110px 8%;

    max-width:950px;

    margin:auto;

    text-align:center;

}

.introduccion span{

    color:#2e7d32;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

}

.introduccion h2{

    margin:20px 0;

    font-size:2.6rem;

    color:#173b2d;

}

.introduccion p{

    color:#66736c;

    line-height:2;

    font-size:1.08rem;

}

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#F5F1FA;

}

::-webkit-scrollbar-thumb{

    background:var(--secondary);

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:var(--primary);

}


/* =====================================================
                RESPONSIVE HEADER
===================================================== */

@media(max-width:900px){

    .topbar{

        flex-direction:column;

        gap:20px;

    }

    .topbar nav{

        flex-wrap:wrap;

        justify-content:center;

        gap:18px;

    }

    .hero{

        grid-template-columns:1fr;

        text-align:center;

    }

    .hero-text h1{

        font-size:2.8rem;

    }

    .hero-text p{

        margin:auto;

    }

    .hero-btn{

        justify-content:center;

    }

}

/* =====================================================
                    ECOSISTEMA
===================================================== */

.ecosistema{

    padding:120px 8%;

    background:#f8fcf8;

    text-align:center;

}

.ecosistema h2{

    font-size:2.8rem;

    color:#173b2d;

    margin-bottom:20px;

}

.ecosistema>p{

    max-width:700px;

    margin:0 auto 70px;

    color:#66736c;

    line-height:1.8;

}



/* ===================================== */

.ecosistema-map{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    gap:35px;

    max-width:1100px;

    margin:auto;

}

.hero-btn:hover{
    color:white;
    background:#256728;

}

/* ===================================== */

.animal{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:18px;

    padding:30px 20px;

    text-decoration:none;

    background:white;

    border-radius:24px;

    transition:.35s;

    border:1px solid #edf2ed;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.animal:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}



/* ===================================== */

.animal img{

    width:90px;

    height:90px;

    object-fit:contain;

    transition:.35s;

}

.animal:hover img{

    transform:scale(1.08);

}



/* ===================================== */

.animal span{

    font-weight:700;

    color:#173b2d;

    font-size:1.05rem;

}



/* =====================================
        COLORES POR ESPECIE
===================================== */

.perro{

    border-top:5px solid #6D4C41;

}

.gato{

    border-top:5px solid #546E7A;

}

.zarigueya{

    border-top:5px solid #8D6E63;

}

.abeja{

    border-top:5px solid #FBC02D;

}

.murcielago{

    border-top:5px solid #5C6BC0;

}

.ave{

    border-top:5px solid #26A69A;

}

.tortuga{

    border-top:5px solid #43A047;

}

.serpiente{

    border-top:5px solid #7CB342;

}



/* ===================================== */

@media(max-width:768px){

    .ecosistema{

        padding:90px 7%;

    }

    .ecosistema h2{

        font-size:2rem;

    }

    .ecosistema-map{

        grid-template-columns:repeat(2,1fr);

        gap:20px;

    }

    .animal{

        padding:22px 15px;

    }

    .animal img{

        width:70px;

    }

}
/* ======================================
            INTRODUCCIÓN
====================================== */

.intro{

    max-width:900px;

    margin:100px auto;

    padding:0 8%;

    text-align:center;

}

.intro span{

    display:inline-block;

    color:#4caf50;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:18px;

}

.intro h2{

    font-size:2.8rem;

    color:#1f4d3b;

    margin-bottom:25px;

}

.intro p{

    font-size:1.08rem;

    line-height:2;

    color:#5f6d67;

}

/* ======================================
            HERO RESPONSIVE
====================================== */

@media (max-width: 992px){

    .hero{

        flex-direction:column;

        text-align:center;

        gap:50px;

        padding:120px 7% 80px;

    }

    .hero-text{

        max-width:700px;

    }

    .hero h1{

        font-size:3rem;

    }

    .hero p{

        margin:25px auto;

    }

    .hero-image img{

        max-width:420px;

        width:100%;

    }

}

@media (max-width:768px){

    .hero{

        padding:100px 7% 70px;

    }

    .hero h1{

        font-size:2.4rem;

        line-height:1.2;

    }

    .hero p{

        font-size:1rem;

        line-height:1.8;

    }

    .hero-btn{

        display:inline-flex;

        justify-content:center;

        align-items:center;

    }

    .hero-image img{

        max-width:320px;

    }

}

@media (max-width:480px){

    .hero{

        padding:90px 6% 60px;

        gap:35px;

    }

    .hero-badge{

        font-size:.8rem;

    }

    .hero h1{

        font-size:2rem;

    }

    .hero p{

        font-size:.95rem;

    }

    .hero-btn{

        width:100%;

        justify-content:center;

    }

    .hero-image img{

        max-width:260px;

    }

}