* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Roboto", sans-serif;
}

/*MENU DESPLEGABLE */
.container {
    max-width: 100%;
    margin: 0 auto;
}

.content {
    min-height: 80px;
    background-color: #4e6225;
}

.logo {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    color: #fff;
    display: block;
}

.menu .navbar ul li a:hover {
    color: #ed6c42;
}

/*contenedor general*/
.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

/*SECCION SENDERISMO */

.main .senderismo .titulo {
    color: #4e6225;
    font-size: 42px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.main .senderismo .texto {
    font-size: 20px;
    color: #494C4B;
    line-height: 26px;
    width: 90%;
    margin: 20px auto 10% auto;
    text-align: left;
    margin-bottom: 20px;
}

/* HERO TEMAS */

.hero {
    overflow: hidden;
}

.hero .temas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 70px auto;
}

.hero-content {
    flex: 1.2;
    width: 600px;
    margin: 0px 25px;
}

.temas .hero-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #4e6225;
}

.hero-content li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #494C4B;
}

.hero-image {
    flex: 1;
    width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

.hero img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/*TEMAS*/

.temas2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 70px auto;
}

.temas2 .hero-content h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #4e6225;
}

.temas2 .hero-content ul li {
    color: #494C4B;
    font-size: 18px;
    line-height: 16px;
}



/* RECOMENDACIONES */

.hero .recomendaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 70px auto;
}

.hero-content {
    flex: 1.2;
    width: 600px;
    margin: 0px 25px;
}

.recomendaciones .hero-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #4e6225;
}

.hero-content li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #494C4B;
}

.hero-image {
    flex: 1;
    width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

.hero img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* FOOTER */

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.footer {
    background-color: #4e6225;
    padding: 60px 0;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-link {
    width: 25%;
    padding: 0 15px;
}

.footer-link h4 {
    font-size: 26px;
    color: #ffff;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-link ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.footer-link ul li a:hover {
    color: #494C4B;
    padding-left: 4px;
}

.social-link img {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
}

/* MEDIA QUERIES */

@media screen and (max-width: 440px) {
    .content {
        width: 100%;
        min-height: 60px;
    }

    .content .navbar {
        width: 90%;
    }

    /* menu */
    .logo {
        font-size: 14px;
        padding-left: 20px;
    }

    .menu .navbar ul li a {
        font-size: 14px;
        font-weight: 100;
        padding: 10px;
    }

    /* articulo semillas */
    .main .semillas .titulo {
        font-size: 32px;
    }

    .main .semillas .subtitulo {
        font-size: 24px;
    }

    .main .semillas .texto {
        font-size: 16px;
        line-height: 22px;
    }

    /* contenedor hero tarjetas horizontales */
    .hero {
        margin: 0px;
    }

    .temas {
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px 40px;
    }

    .hero-content {
        width: 100%;
        margin: 35px 0px;
    }

    .hero .hero-content h3 {
        font-size: 32px;
    }

    .hero-content ul li {
        font-size: 16px;
    }

    .hero-image {
        width: 100%;
    }

    .actividades {
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px 40px;
    }

    .recomendaciones {
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px 40px;
    }

    /*FOOTER*/
    .container {
        max-width: 410px;
    }

    .footer-link h4 {
        font-size: 16px;
    }

    .footer-link ul li a {
        font-size: 12px;
    }

    .social-link img {
        min-height: 26px;
        width: 26px;
    }
}