@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
/*
COLOR
Verde: rgb(203, 217, 104)
Verde 80%:  rgba(203, 217, 104, 0.8)
Verde Claro: rgb(224, 232, 164) 
Violeta: rgb(116, 86 ,153)
Violeta Claro: rgb(186, 169, 201)

Gris Claro: rgb(230, 230, 230)
Gris Medio: rgb(77, 77, 77)
Gris Oscuro: rgb(30, 30, 30)

*/

/*General */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

img{
    width: 100%;
    
}

ul li{
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.25rem;
    }


.contenedor {
    padding: 1rem 1.5rem;
}

/*pagina inicio*/
main nav ul li a{
    list-style: none;
    text-decoration: none;
    margin: 0 0 .5em 0;
}

.material-icons {
    padding-right: .25rem;
}

#fondo {
    background-image: url(../imagenes/fondo.jpg);
    background-size: 100vh;
}


#logoPresentacion {
    padding: 6.5rem 1rem 1rem 1rem;
    text-align: center;
    margin: auto;
    width: 16rem;
}

.inicio {
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(77, 77, 77);
    font-size: 1.05rem;
    font-weight: 500;
    text-align: center;
    padding: 0 auto;
}

#contenedorInicio {
    padding: 2rem 1.8rem 0rem 1.8rem;
    width: 22rem;
    margin: auto;
}

#contenedorInicio li a{
    font-family: 'Noto Sans JP', sans-serif;
    color: rgb(50, 50, 50);
    font-size: 1.15em;
    display: block;
    text-align: center;
    border-bottom: .1rem solid black;
    padding: 0.5rem .2rem 0rem 0.5rem;
    line-height: 1.5rem;
}

#contenedorInicio li a:hover{
    font-family:'Noto Sans JP', sans-serif;
    font-size: 1.15em; 
    border-bottom: .1rem solid #CCDA68;   
}

#fondo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


/*fin inicio*/


/*header general*/

h1{
    display: none;}

.fijo{
    background-color: rgb(203, 217, 104);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fijo label{
    display: none; 
    width: 3rem; 
    height: 3.5rem; 
    padding: 1rem 0rem 1rem 0em; 
}

.fijo label:hover{
    cursor: pointer;}

.menu ul{
    margin: 1em;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.menu li:hover{
    background: rgba(0,0,0,0.2);   
}
.menu li a{
    display: block;
    padding: .7rem 1rem;
    color: white;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.95em;
    font-weight: 400;
}

.ancla {
    display: block;
    padding-top: 5rem;
    margin-top: -5rem;
}


@media (max-width:768px){
    
    /* icono hamburguesa */
    .fijo label{
        display: block;
        z-index: 9999;}
    
    .fijo label .material-icons{
        background-color: white;
        padding: 0rem 0rem 0rem 0rem;
        color: rgb(203, 217, 104);}
    /* fin icono hamburguesa */
    
    .menu{
        position: absolute;
        width: 50%;
        margin-left: -70%;
        transition: all .3s;
        background-color: rgb(203, 217, 104);
        border-radius: 1em;
    }
    
    .menu ul{
        flex-direction: column;
        padding-top: 24em;
        margin: 1em;
    }

    .menu li a{
        padding: 0.7rem 0rem 0.7rem 0rem;
        color: white;
        font-size: 1em;
        border-bottom: .1rem solid white;
    }
    
    .menu li a:hover{
        border-bottom: .1rem solid rgb(116, 86 ,153);
    }
    
    .menu li:hover{
        background: none;  
    }
    
    #btn-menu:checked ~ .menu{
        margin: 0;  
    }
}

.contenedorLogoNav{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: .5rem 1rem .5rem 1rem;
    padding-left: 1.5rem;
}

#btn-menu{display: none;}

#logoHeader {
    width: 5.5rem;}

/*Titulos*/

.tituloSeccion {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .8rem 0 .8rem 1rem;
    background: url(../imagenes/circuloVerde.png) left center no-repeat;    
}
.tituloSeccionVioleta {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .8rem 0 .8rem 1rem;
    background: url(../imagenes/circuloLila.png) left center no-repeat;
}

.encabezadoSeccion {
    display: block;
    padding: .3rem .5rem .3rem 1.7rem;
    font-size: 1.2rem;
    font-weight: 300;
    background-color: rgb(203, 217, 104);
    color: #fff;
    width: 18rem;
    margin-top: 2rem;
}
.encabezadoSeccion strong{
    font-weight: 500;
}



/*strong violeta*/
.violeta{ 
    color: rgb(116, 86 ,153);    
}

.italic{
    font-family: 'Roboto', 400;
}


/*Main agroecologia*/

/*encabezado */
#encabezadoAgro {
    background-image: url(../imagenes/fondoAgro.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    padding: .1rem;
}

#encabezadoAgro .descatadoColorVerde {
    padding: 1rem;
    margin: 0 1rem 1rem 1rem;
}

#encabezadoAgro figure {
    width: 12rem;
    margin: auto;
    padding-top: 10rem;
}

#punteo { 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

#punteo li{
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2rem;
    list-style: disc;
    list-style-position: inside;
    margin: 0 .2rem;
     
}

#punteo figure {
    width: 4rem;
}

/* Destacado Verde */ 
.descatadoColorVerde {
    background-color: rgba(203, 217, 104, 0.8);
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 1.7rem;
    text-align: center;
}

/* TIPS */
#contenedorTips{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin: 1rem;
    width: auto;
}

#contenedorTips li {
    width: 8rem;
    height: 10rem;
    display: block;
    margin: .5rem;
}
/*FIN Main Agro */

/*Main huerta*/

#encabezadoHuerta {
    background-image: url(../imagenes/fondoHuerta.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
    position: relative;
        
}
#encabezadoHuerta .encabezadoSeccion {
    background-color: rgb(83, 39 ,119);
    font-size: 1.1rem;
    width: 20rem;
    margin-top: auto;
    position: absolute;
    bottom: 1.5rem;
    
}


ol{
    list-style:none;
}


.sliderShow{
    display: flex;
    margin: 1rem 0 0 0;
    position: relative;
    border: .2rem solid rgb(203, 217, 104);
    box-shadow: 2px 2px 5px #999;  
}



.hojaBlanca{
    width: .8rem;
    height: .8rem;
    margin: 0 .5rem .2rem .5rem;
}

.iconoDerecha{
    font-size: 2rem;
    font-family: sans-serif;

}

.iconoIzquierda{
    font-size: 2rem;
    font-family: sans-serif;
}



.slider .sliderBajada{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
}

.sliderBajada{
    background-color: rgb(203, 217, 104);
    padding: .3rem .5rem .3rem .5rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: baseline;
    align-items: center;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
}

/*.sliderPagina{
    position: absolute;
    top: 2%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}*/

.sliderPagina{
    color: #FFF;
    cursor: pointer;
}

.flechaIzquierda, .flechaDerecha{
    position: absolute;
    top:0;
    height: 100%;

    display: flex;
    align-items: center;
    align-content: center;
    
    color: #FFF;
    cursor: pointer;
    z-index: 200;
   
    }

.flechaIzquierda {
    left: 10px;
}

.flechaDerecha {
    
    right: 10px;
}


.destacadoColorVioleta{
    display:block;
    background-color: rgb(116, 86 ,153);
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    line-height: 1.2rem;
    padding: 1.7rem;
    text-align: center;
    }

.subtituloBl{
    padding: 0rem 0rem 1rem 0rem;
}

@media screen and (max-width:600px){
    .slider .sliderBajada{
        font-size:0.8rem;
    }
}


/*contacto Huerta*/

.contenedorSombra {
    padding: 1rem .8rem;
    margin: 1rem auto;
    width: 90vw;
    box-shadow: 1px 1px 7px #999;
}

.datoscontacto figure  {
    width: 2rem;
    height: 2rem;
    display: block;
}
.datoscontacto li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: .3rem;
}
.datoscontacto {
    margin: 1rem 0;
}

.contenedorSombra p, #consulta p{
    margin: .8rem 0;
}

.tituloContacto{
    background: url(../imagenes/iconoGotita.png) left no-repeat;
    border-bottom: .1rem solid rgb(77, 77, 77);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    padding: .5rem 0 .5rem 1.5rem;
}

.encuadremapa iframe{    
    border: .1rem solid rgb(77, 77, 77);
    width: 100%;
    height: 20rem;
}


/*Main bolsones*/
#fondoBolsones{
    background-color: rgba(224, 232, 164, 0.6);
}



.bolson{ 
    margin: 5rem .5rem;
    padding: 1rem 1rem 1.8rem 1rem;
    background-color: white;
    box-shadow: 2px 2px 5px #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.imgBolson{
    width: 7.2rem;
    position: absolute;
    top: -2.3rem;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #999;
    z-index: 200;
}

.imgBolson img{
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.informacionBolsones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: .8rem  0 .8rem 0;
}
.pesoBolsones {
    font-size: 1.3rem;
}
.valorBolsones {
    font-size: 1.4rem;
    font-weight: 700;
    }
.nombreBolson {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1.8rem 0 .8rem 0;
}
.listaProductos {
    background-color: rgba(203, 217, 104, 0.5);
    width: 98%;
    border-bottom: .2rem solid rgb(116, 86 ,153);
    display: flex;
    flex-wrap: wrap;
    padding: .5rem .8rem;
}
.listaProductos li{
    list-style-position: inside;
    list-style-type: none;
    width: 50%;
    font-size: .85rem;
}

.pedir{
    background-color: rgb(203, 217, 104);
    padding: .4rem 2.3rem;
    border-radius: .4rem;
    position: absolute;
    z-index: 200;
    bottom: -1rem;
    box-shadow: 2px 2px 5px #999;
}

.pedir a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 1rem;
    text-align: center;
}

.pedir a:hover {
    font-weight: 700;
}

section .bolson:last-of-type {
    margin-bottom: 1.5rem;
}
section .bolson:first-of-type {
    margin-top: 3.5rem;
}
.comoPedir li {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 1.2rem
    
}
.comoPedir li figure {
    width: 5rem;
    margin: 0 1rem;    
}
.comoPedir li figure img{
    display: block;
}

.pasoPedidos {
    width: 70%;
    padding-left: 1rem;
    padding-top: .3rem;
}

.pasoPedidos h3, .pasoNumero {
    color: rgb(116, 86 ,153);
    font-weight: 700;    
}
.pasoPedidos h3 {
    font-size: .9rem;
    padding: .2rem 0;
}
.pasoNumero{
    font-size: 1.5rem;
}
.pasoPedidos p{
    font-size: .82rem;
    line-height: 1.1rem;
}



.zonaEntregas {
    background-color: #fff;
    color: rgb(25, 25, 25);
    border-top: .2rem solid rgb(116, 86 ,153);
    padding: 1.7rem;
    text-align: center;
    margin-top: 1rem;
}

.zonaEntregas h2 {
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: .2rem;
    font-size: 1.1rem
}

.zonaEntregas p{
    font-size: .9rem;
    line-height: 1.15rem;
    padding: .7rem 0 0 0;
}

/* PAGINAS GRACIAS */

.contenedorgracias{
    margin: 0;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contenedorgracias h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding: 1rem 0rem 1rem 0rem;
}

.contenedorgracias p{
    text-align: center;
    font-size: 0.8rem;
}

.contenedorgracias a{
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: rgb(83, 39 ,119);
    padding: 3rem 0rem 0rem 0rem;
}

#iconoCorazon{
    padding: 6rem 0rem 1.5rem 0rem;
    width: 6rem;
}

.contenedorgracias .verde{
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: rgb(203, 217, 104);
    padding: 3rem 0rem 0rem 0rem;
}

/*Main tips-1,2*/

.tituloHojaverde{ 
    background: url(../imagenes/hojaVerde.svg) left no-repeat;
    background-size: 1.2rem;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.tituloNavegador{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin: 0;
}


.titulosconiconos{
    display: inline-flex;
    align-items: baseline;
}

.caracolesBabosas .italic{
    border-top: .1rem solid rgb(83, 39 ,119);
    padding: 0.4rem 0rem 0rem 0rem;
    margin: 0.8rem 0rem 0rem 0rem;
    
}

.subtituloSeccionPlagas{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: rgb(83, 39 ,119);
    border-bottom: .1rem solid rgb(83, 39 ,119);
    line-height: 2rem;
}

.copete{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0.5rem 0rem 0.8rem 0rem;
}

.copete1{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0;
}
.copete2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    padding: 1rem 0.5rem 0rem 0rem;
}

.figurePlagas{
    padding: 1rem 0rem 0.1rem 0rem;
}

.punteoHojitas{
    padding: 1rem 0rem .5rem 0rem;
}

.punteoHojitas p{
    padding: 0rem 0rem 0.5rem 0rem;
    
}

.titulosconiconos{ 
    background: url(../imagenes/hojitaVioletaPunteo.svg) left no-repeat;
    background-size: 1.3rem; 
    margin: 0;
    padding: 0rem 1rem 0rem 1.3rem;
    font-family: 'Roboto', sans-serif;
}

.italicfigure{
    font-family: "Roboto", sans-serif;
    font-style: oblique;
}

/*tips calendario*/

.tituloTabla {
    display: block;
    display: flex;
    padding: .6rem 1rem .2rem 1.5rem;
    justify-content: space-between;
}

.verdeOscuro{
    display: block;
    background-color: rgb(203, 217, 104);
}

.verdeClaro{
    display: block;
    background-color: rgb(224, 232, 164);
}

.iconoCirculoVioleta{
    background: url(../imagenes/iconoCirculoVioleta.svg) left no-repeat;
    background-size: 1.5rem;
    display: flex;
    margin-left: .5rem;
    padding: .6rem 2rem .6rem 2.5rem;
    justify-content: space-between;
}

.iconoCirculoLila{
    background: url(../imagenes/iconoCirculoLila.svg) left no-repeat;
    background-size: 1.5rem;
    display: flex;
    margin-left: .5rem;
    padding: .6rem 2rem .6rem 2.5rem;
    justify-content: space-between;
}

.referenciaCalendario ul li{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.referenciaCalendario {
    display: flex;
}

.referenciaCalendario .iconoCirculoLila, .referenciaCalendario .iconoCirculoVioleta {
    background-position: top left;
    margin: .5rem .6rem;
    padding: 0 0 0 2rem;
}
/*
.referenciaCalendario{
    margin-top: 1rem;
}

.referenciasCalendario {
    display: flex;
    justify-content: flex-start;
    margin-top: .5rem;
    padding: .6rem 1rem 0 .6rem;
}

*/
/*Main cursos*/
/*cursos desplegable*/

.contenedorCursos{
    display: flex;
    justify-content: center;
    padding: 1rem 0 1rem 0;    
}

.contenedorCursos .menuCursos{
    width: 100%;
}

.adentro{
    padding: .5rem .7rem 1rem .7rem;
}

.contenedorCursos .menuCursos li a{
    background-color: rgb(83, 39 ,119);
    display: block; 
    padding: .5rem .5rem .5rem 1rem;
    margin: 0 0 0.5rem 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-shadow: 2px 2px 5px #999;
    letter-spacing: .05rem; 
    color: white;
    
}

.contenedorCursos .menuCursos ul{
    display: none;
}

.contenedorCursos .menuCursos .activado > a{
    background-color: rgb(186, 169, 201);
}

#destacadoLinea{  
    padding-left: 0.5rem;
    border-left: .1rem solid rgb(83, 39 ,119);
    margin: 0 .5rem 1rem 1rem;
}

.alinear{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.iconoMayor{
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 .4rem 0 .2rem;
}

.descatadoColorVerde1 {
    background-color: rgba(203, 217, 104, 0.8);
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.2rem;
    padding: 1.5rem;
    align-content: flex-start;
    border-bottom: .1rem solid rgb(83, 39 ,119);    
}
.descatadoColorVerde1 .info{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.destinado li h3{
    font-size: .85rem;
}

.destinado li {
    padding: 0rem 0rem 1rem 0rem;
}
.ColorVioleta {
    background-color: rgb(186, 169, 201);
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2rem;
    padding: 1.2rem 0rem .4rem 1rem;
    align-content: flex-start;
    border-bottom: .1rem solid rgb(203, 217, 104);
}

.info{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.2rem;
}

#info1{
    padding-bottom: .8rem;
}

.cursosBordesImg {
    padding: 1rem 0 0 0;
}  

   
.contenedorCursos .menuCursos ul li a {
    background-color: rgb(83, 39 ,119);
    display: block;
    align-items: center;
    width: 11rem;
    padding: .2rem 1rem .2rem 1.2rem;
    margin: .8rem .5rem .2rem .5rem;
	border-radius: 1rem;
    font-size: .8rem;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    
}

.contenedorCursos .menuCursos ul li a:hover {
    background-color: rgb(186, 169, 201);
}

/*Main Taller_1*/

.tituloNavegador{
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.5rem 0; 
}


.tituloHojavioleta{ 
    background: url(../imagenes/hojaVioleta.svg) left no-repeat;
    background-size: 1.4rem;
    margin: 0;
    padding: 1rem 1rem 1rem 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;

}

.violetaTips li a{
    display: block;
    background-color: rgb(83, 39 ,119);
    padding: .2rem 1.1rem .2rem 1.2rem;
    margin: .5rem 0 .5rem 0;
	border-radius: 1rem;
    font-size: .8rem;
    color: white;
    font-family: 'Noto Sans JP' , sans-serif;
    font-weight: 500;
    box-shadow: 2px 2px 5px #999;
}

.violetaTips li a:hover {
    display: block;
    background-color: rgb(186, 169, 201);  
}

/*botonera tips*/

.botonPrincipal{
    padding: .2rem .5rem; 
    margin: 0;
    display: flex;
    z-index: 2;
}

.menudesplegable {
    background-color: rgb(83, 39 ,119); 
	border-radius: 0.7rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .8rem;
    color: white;
    box-shadow: 2px 2px 5px #999;
    margin: 0;
}

.menudesplegable li a{
    color: white;
    display: block;
    background-color: rgb(83, 39 ,119);
    font-size: .75rem;
}

.menudesplegable li a:hover{
    background-color: rgb(186, 169, 201);
}

.menudesplegable li ul{
    display: none;
    position: absolute;
    padding-top: 1.7rem;
    right: 5%;
}

@media (min-width: 992px){
    .menudesplegable li ul{
        right: 12%;
    }
}

.menudesplegable li:hover ul {
    display:flex;
    flex-direction: column;
}

.botonSecundario li a{
    padding: 0.5rem 2rem 0.5rem 1rem;
}

/*Formularios*/

form{
    padding: 1rem 1rem;
    margin: 1rem auto;
    width: 90vw;
    box-shadow: 1px 1px 7px #999;
    
    
}
.divForm{
    margin-bottom: 1rem;
}

form input, textarea {
    padding: .2rem;
    border: .13rem solid rgb(203, 217, 104);
    background-color: rgba(203, 217, 104, 0.22);
    margin-bottom: .3rem;
    margin-top: .2rem;
    font-size: 1rem;    
}

form button {
    display: block;
	background-color: #CBD968;
	padding: 0.3rem 2rem 0.3rem 2rem;
	border-radius: .3rem;
	font-size: 0.9rem;
    color: black;
    font-family: "Roboto", sans-serif;
    box-shadow: 2px 2px 5px #999;
    margin-left: auto;
}

form button:hover {
    font-weight: 700;
}

form label{
  font-weight: 300;
    font-size: .88rem;    
}

#blockContacto input, #blockContacto textarea, #consulta input:not(.inlineForm), #consulta textarea {
    display: block; 
    width: 100%;
}
.titulosForm {
    font-size: 1rem;
    font-weight: 700;
    margin: .5rem 0;
    border-bottom: .2rem solid rgb(203, 217, 104)
}
/*Formulario - especifico bolsones*/


#flexContacto {
    display: flex;
}
#flexContacto > div {
    margin-right: .8rem;
}
/*Formulario - especifico contacto*/

#formTalleres {
    padding: 0 0 1.5rem;
}



/*footer general*/

footer{
    padding: 1rem;
    
    }
footer > p {
    font-size: .67rem;
    font-weight: 300;
    line-height: 1rem;
    padding-top: .8rem;
    margin-bottom: 1rem;
    color: rgb(30, 30, 30);
    border-top: .1rem solid rgb(30, 30, 30);
    
}


.footer1 {
    background-color: rgb(230, 230, 230);
    
}

.footerGral {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7em;
}

.logoFooter{
    width: 6rem;
    margin-right: .2rem;
}

.datosRedes {
    display: flex;
    flex-direction: column;
    }

.datosRedes li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .3rem;
}
.datosRedes figure {
    width: 2rem;
    height: 2rem;
    
}

.datosRedes li {
    font-size: .8rem;
    font-weight: 700;
    line-height: .3rem;
    color: rgb(30, 30, 30);
}


/*footer reglas particulares (de ser necesarias)*/
.footer2 {
    background-color: rgb(203, 217, 104);
}

/*footer tips*/
.colorVerde{
    background-color: rgba(224, 232, 164, 0.8);
    border-bottom: .1rem solid rgb(83, 39 ,119);
    margin: 0rem 0rem 1rem 0rem;
}
.quererSaberMas{
    padding: 0rem 0.5rem 0rem 0.5rem;
}

.destacadoTips{
    padding: 0.8rem 0rem 0.8rem 0rem;
}


.iconoSaberMas{
    width: 3.5rem;
    height: 3.5rem;
}

.cursos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

#talleresTips li a{
    text-decoration: none;
    font-family: "Noto Sans LP", sans-serif;
    font-weight: 700;
    color: black;
}

#talleresTips li a:hover{
    color: rgb(83, 39 ,119);
}


/* MEDIA QUERY 780 */
@media (min-width: 780px){
    
    /* GENERALES */
    .contenedor{
    width: 50rem;
    margin: auto;
    }
    
    .destacado {
     width: 40rem;
    margin: auto;
    }
    
    .contenedorLogoNav{     
    height: 3.5rem;
    padding: .5rem 10rem .5rem 10rem;
    margin: auto;
}
    .menu li a{
    padding: .7rem .7rem;
    font-size: 0.8rem;
}
    .menu ul {
        margin: 0;
    }

    
    /* ESPECIFICO INICIO */
    #fondo {
        flex-direction: row;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
        
    }
    #contenedorInicio {
    padding: 2rem 4rem;
    width: 22rem;
    margin: 10rem 0;
}

    #contenedorInicio li a {
        font-size: 1.15em;
        text-align: left;
    }
    .inicio{
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }
    #logoPresentacion {
    padding: 1rem 2.5rem 1rem 0;
    text-align: center;
    margin-right: auto;
    margin-left: 0;
    width: 16rem;
}
    
    /* ESPECIFICO AGRO */
    #encabezadoAgro {
    background-image: url(../imagenes/fondoAgro_grande.jpg);
        background-position: center center;
        height: 80vh;
    }
    #encabezadoAgro figure {
    width: 18rem;
    margin: auto auto auto 16rem;
    padding-top: 7rem;
    position: relative;
    z-index: 10;
    }
    #encabezadoAgro .descatadoColorVerde {
    padding-right: 2rem;
    margin: 0 19rem 0 0;
    text-align: right;
    position: relative;
    top: -3rem;
    z-index: 5;
    font-size: 1.5rem;
    }
    #encabezadoAgro .descatadoColorVerde br{
        display: none;
    }
    
    #contenedorTips{
    max-width: 35rem;
    align-content: center;
    justify-content: space-between;
    margin: 2rem auto;
    
}

    #contenedorTips li {
        width: 9rem;
    }
    
    /* ESPECIFICO BOLSONES */
    .flexBolsones{
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        width: 60rem;
        margin: 0 auto;
    }
    .bolson{
        width: 18rem;
        height: 17rem;
        margin: 5rem .5rem 2rem .5rem;
        padding: 1rem;
    }
    section .bolson:last-of-type {
    margin-bottom: 2rem;
}
    section .bolson:first-of-type {
    margin-top: 5rem;
    }
    
    /* ESPECIFICO CALENDARIO */
    #calendarioTamano {
        max-width: 30rem;
        margin: auto;
    }
    
    /* ESPECIFICO HUERTA */
    #encabezadoHuerta {
    background-image: url(../imagenes/fondoHuerta_grande.jpg);
    height: 9rem;
    }
    
    .contenedorSombra, form {
        max-width: 40rem;
    }
    
    /* ENCABEZADOS SECCION */
    .encabezadoSeccion {
    padding: .3rem .5rem .3rem 1rem;    
    width: 47rem;
    margin: 2rem auto 0 auto; 
}
    #encabezadoHuerta .encabezadoSeccion {
    padding: .3rem .5rem .3rem 18.7rem;    
    width: 47rem;
    margin: 2rem auto 0 auto; 
}
    
    /* FOOTERS */
    
    footer{
    padding: 1rem 10rem;
    
    }
    .datosRedes {
    display: flex;
    flex-direction: row;
    }


}