@charset "utf-8"; 

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: black;
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

/*TITULOS*/
.contenedorTitulo{
    border-bottom: solid thin #F38D11;
    background-color: #207a3b;
    height: 50px;
}

.contenedorTitulo .titulo{
    color: white;
    padding-left: 0.5em;
    padding-top: 0.5em;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    padding-top: 0.7em;
}

.subtitulos{
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    text-align: center;
    font-weight: bolder;
    border-bottom: solid 3px #134D24;
    font-size: 20px;
    width: 80%;
}

/*FOOTER*/
footer{
    margin-top: 2em;
    border-top: solid black thin;
    padding: 1.5em;
    font-size: 7px;
    background-color: #F38D11;
}

footer p{
    color: white;
}

    /*MENU*/
    .menuDesktop{
        display: none;
    }

    header{
        position: sticky;
        top: 0;
        box-shadow: 0px 0px 5px black;
        background-color: white;
        z-index: 9999;
    }

    .headerIndex{
        position: sticky;
        top: 0;
        box-shadow: 0px 0px 5px black;
        background-color: white;
        z-index: 9999;
    }

    .navegacion{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1em;
        height: 80px;
    }

    .navegacionIndex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 1em;
        height: 80px;
    }

    #plantarIndex img{
        width: 125px;
        margin-left: 1em;
    }

    #plantarIndex{
        position: relative;
        padding-bottom: 1em;
        left: 29.5%;
    }

    #botonLogin{
        color: orange;
        cursor: pointer;
        margin-right: 30px;
    }

    #decoracionIndex{
        height: 7px;
        width: 100%;
        background-color: #F38D11;
    }

    #plantar img{
        width: 125px;
        height: auto;
        margin-left: 1.4em;
        margin-top: 1em;
        padding-bottom: 1.5em;
    }

    .boton{
        color: #F38D11;
        padding: 1em;
        cursor: pointer;
    }

    .boton:hover{
        color: rgb(54, 97, 54);
    }

    .inbox{
        color: #F38D11;
        padding: 1em;
        cursor: pointer;
    }

    .inbox:hover{
        color: rgb(54, 97, 54);
    }

    #decoracion{
        height: 7px;
        width: 100%;
        background-color: #F38D11;
    }

    .abierto{
        transform: translateX(100%);
        background-color: #F38D11;
    }

    .menu.usuario {
        width: 75px;
        height: 75px;
        overflow: hidden;
        margin-bottom: 1em;
        border: solid 3px #207a3b;
    }
 
    .usuario img{
        object-fit: cover;
        display: block;
        margin: auto;
         width: 75px;
         height: 75px;
         border: solid 2px #207a3b;
     }
     
    .menu .datosUsuario > h3{
        color: white;
        text-align: center;
        padding: 1em;
        font-size: 13px;
    }

    .datosUsuario > p{
        color: white;
        text-align: center;
        font-size: 10px;
        padding-bottom: 1em;
        margin-bottom: 0.5em;
        border-bottom: solid thin #134D24;
    }

    .menu ul{
        position: fixed;
        top: 80px;
        width: 50%;
        height: 100%;
        padding-top: 1em;
        left: -50%;
        border-top: solid 8px rgb(54, 97, 54);
        transition: all ease .5s;  
    }

    .menu ul li{
        padding: 1em;
        transition: all ease 0.3s;
    }

    .menu ul li a{
        color: white;
        font-weight: bolder;
        font-size: 13px;
    }

    .menu ul li:hover{
        background-color: rgb(54, 97, 54);
        padding-left: 2em;
    }

    /*INDEX*/
    .banner{
        width: 100%;
        height: 150px;
        background-image: url('../imagenes/fondo_talleres.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        margin: auto;
        margin-bottom: 1.5em;
        justify-content: center;
        align-items: center;
    }

    .banner h1{
        color: white;
        font-size: 20px;
        font-weight: bolder;
        text-transform: uppercase;
        background-color: rgba(27, 27, 27, 0.7);
        width: 100%;
        text-align: center;
        height: 100%;
        padding: 0em 1em;
        padding-top: 1.2em;
        line-height: 1.7em;
    }

    .banner h1 > span{
        color: #F38D11;
        display: block;
    }

    .titulos_presentacion{
        text-align: center;
        margin: 1.5em;
        margin-bottom: 1em;
        padding-bottom: 0.5em;
        font-weight: bolder;
        font-size: 21px;
        font-style: italic;
        border-bottom: solid thick #134D24;
    }
 
    .texto_presentacion{
       width: 100%;
       height: fit-content;
       margin: auto;
       margin-top: 1.5em;
       margin-bottom: 1.5em;
    }

    .texto_presentacion > p{
        line-height: 2em;
        margin: 0.5em 2em;
        font-size: 13px;
    }

    .slider{
        width: 100%;
        height: 200px;
        overflow: hidden;
        background-color: white;
        margin: auto;
        border-top: solid 5px #F38D11 ;
        border-bottom: solid 5px #F38D11 ;
    }

    .slider img{
        object-fit: cover;
        width: 100%;
        height: 200px;
        display: block;
    }

   .presentacion_talleres{
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .presentacion_talleres figure {
       width: 100%;
       height: 125px;
       box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
       position: relative;
       overflow: hidden;
       margin-bottom: 1em;
   }

   .presentacion_talleres figure img{
       object-fit: cover;
       display: block;
        width: 100%;
        height: 125px;
    }

    .presentacion_talleres figure figcaption{
        width: 100%;    
        position: absolute;
        top: 70%;
        bottom: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.5s ease;
   }

   .presentacion_talleres figcaption h3{
       color: white;
       margin: 0.5em;
       font-size: 17px;
   }

   .presentacion_talleres figcaption .descripcion{
        display: none;
   }

   .presentacion_talleres figcaption a{
        color: white;
        line-height: 2em;
    }

   .presentacion_talleres figure:hover figcaption{
        top: 40%;
        background-color: rgba(39, 107, 45, 0.8);
   }

    .ubicacion{
        padding: 1em;
        margin-top: 1em;
        background-color: #134D24;
    }

    #mapa{
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
        width: 100%;
        height: 50%;
        display: block;
        margin: auto;
        margin-bottom: 2em;
    }

    .contacto h3{
        margin-bottom: 1em;
        font-weight: bolder;
        font-size: 15px;
        color: white;
    }

    .contacto{
        width: 100%;
        height: 50%;
        padding: 2em;
        font-size: 12px;
        margin-left: 2em;
        margin: auto;
        height: fit-content;
        background-color: #1d552e;
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
    }

    .contacto li{
        margin-bottom: 1em;
        color: white;
    }

    .contacto li strong{
        color: white;
    }

    .tituloLogin{
        text-align: center;
        margin: 1em;
        font-size: 20px;
        margin-bottom: 1.5em;
    }

    .login_logo img{
        display: block;
        margin: auto;
        width: 175px;
        margin-top: 2em;
        margin-bottom: 2em;
        padding-left: 1.5em;
    }

    #decoracionLogin{
        width: 100%;
        height: 5px;
        background-color: #F38D11;
        margin: auto;
    }

    .login_caja{
        margin: auto;
        width: 75%;
        height: 250px;
    }

    .login_caja p{
        font-weight: bolder;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: #134D24;
    }

    .login_caja input{
        width: 100%;
        margin-bottom: 1em;
    }

    .login_caja input[type="email"], input[type="password"]{
        border: none;
        border-bottom: solid 4px #F38D11;
        background: transparent;
        outline: none;
        height: 30px;
        font-size: 15px;
        color: #134D24;
    }

    button{
        display: block;
        margin: auto;
        margin-top: 1em;
        border: none;
        padding: 0.5em 1em;
        border-radius: 5px;
        background-color: green;
        color: white;
        width: 100%;
        font-size: 15px;
        font-weight: bolder;
        cursor: pointer;
    }

    button:hover{
        background-color: #F38D11;
    }

    .login_caja a{
        color: black;
        text-decoration: none;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
    }

    .login_caja a:hover{
        color: #F38D11;
    }

    .logos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: auto;
        margin-top: 3em;
    }

    .logos #acumar{
        width: 100px;
    }

    .logos #dgpc{
        width: 75px;
    }

     /*INICIO*/
    .noticias{
        margin:0.5em 0em;
    }

    .noticias figure{
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .noticias figure img{
        object-fit: cover;
        width: 100%;
        height: 200px;
    }

    .noticias figure figcaption{
        position: absolute;
        top: 65%;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        padding: 0.5em;
        padding-top: 1em;
    }

    .noticias figcaption:hover{
        cursor: pointer;
    }

    .noticias figcaption h3{
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }

    .reciente{
        display: flex;
        flex-direction: column;
        align-items: center;        
        margin: 1em 0em;
    }

    .reciente figure{
        width: 100%;
        height: 150px;
        overflow: hidden;
        position: relative;
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75); 
        margin: 0.5em 0em;
    }

    .reciente figure img{
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .reciente figure figcaption{
        position: absolute;
        top: 58%;
        width: 100%;
        height: 100%;
        background-color:rgba(3, 65, 3, 0.788);
        font-size: 13px;
        text-align: center;
        padding-top: 1em;
        transition: all 0.5s ease;
    }

    .reciente figcaption ul{
        line-height: 2.7em;
    }

    .reciente figcaption ul li{
        color: white;
    }

    .reciente figcaption a{
        color: white;
    }

    .reciente figcaption:hover a{
        color: #F38D11;
    }

    .reciente figure:hover figcaption{
        top: 0%;
        bottom: 0;
   }

    /*PERFIL*/
    .settings span{
        color: #F38D11;
        position: absolute;
        top: 30%;
        right: 10%;
        cursor: pointer;
    }

    .settings span:hover{
        color: #1d552e;
    }


    .perfil{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
        margin-top: 1em;
    }
    
    .fotoPerfil {
        width: 125px;
        height: 125px;
        overflow: hidden;
        margin-bottom: 1em;
        border: solid 3px #207a3b;
    }
 
    .fotoPerfil img{
        object-fit: cover;
        display: block;
         width: 100%;
         height: 125px;
     }

    .datosPerfil{
        background-color: rgba(1, 87, 1, 0.9);
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .datosPerfil > h3{
        color: white;
        text-align: center;
        margin-top: 3em;
    }

    .datosPerfil > p{
        color: white;
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 4em;
    }

    .bioPerfil{
        width: 100%;
        height: 150px;
        margin: auto;
        margin-top: 1em;
        background-color: rgba(1, 87, 1, 0.9);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1em;
        text-align: center;
    }

    .bioPerfil h3{
        color: white;
        margin-bottom: 0.5em;
    }

    .bioPerfil p{
        color: white;
        margin: 0.5em;
        font-size: 12px;
    }

    .talleresPerfil{
        width: 100%;
        height: 150px;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 2em;
        background-color: rgba(1, 87, 1, 0.9);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2em;
    }

    .talleresPerfil h3{
        color: white;
        text-align: center;
        margin: 0.7em;
    }

    .talleresPerfil a{
        color: white;
    }

    .talleresPerfil a:hover{
        color: #F38D11;
    }

    .talleresPerfil li{
        color: white;
        width: fit-content;
        margin: auto;
        margin-bottom: 1em;
        list-style: circle;
    }

    /*TALLERES*/
    .taller{
        width: 100%;
        height: 150px;
        margin-top: 1em;
        position: relative;
        overflow: hidden;
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75); 
    }

    .taller img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
    }

    .taller figcaption{
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        position: absolute;
        top: 60%;
        bottom: 0;
        width: 100%;
        padding: 1em;
        font-size: 12px;
        transition: 0.5s ease-in-out;
        line-height: 1.7em;
    }

    .taller figcaption a{
        color: white;
    }

    .taller figcaption p{
        color:white;
        font-size: 10px;
    }

    .taller:hover figcaption{
        background-color: rgba(39, 107, 45, 0.8);
    }

    /*TALLER*/
    .bannerTaller{
        background-image: url(../imagenes/taller_1.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70px;
        line-height: 4.5em;
    }

    .bannerTaller h1{
        color: white;
        background-color: rgba(0, 0, 0, 0.548);
        height: 100%;
        text-align: center;
    }

    .video{
        display: block;
        margin: auto;
    }

    #claseUno{
        margin: 1em;
    }

    #claseUno p{
        font-size: 13px;
        line-height: 1.5em;
        margin: 2em;
    }

    #actividad p{
        font-size: 13px;
        line-height: 1.5em;
        margin: 2em;
    }

    #actividad a{
        display: block;
        margin: auto;
        margin-bottom: 2em;
        width: fit-content;
        font-size: 13px;
        font-weight: bold;
        color: #134D24;
        text-decoration: underline;
    }

    /*ACTIVIDADES*/
    .infoDesktop{
        display: none;
    }

    .vegetales{
        margin: auto;
        margin-top: 2em;
        width: 90%;
        height: 80px;
        border: solid 3px #207a3b;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .semilla img{
        display: block;
        margin: auto;
        width: 80%;
        cursor: move;
    }

    .draggable.dragging{
        opacity: 0.1;
    }

    .huerta{
        margin: auto;
        margin-top: 1em;
        margin-bottom: 3em;
        width: 300px;
        height: 300px;
        background-color: #ee9932;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .huerta .lugar{
        width: 70px;
        height: 70px;
        background-color: white;
        border-radius: 50px;
    }

    .lugar img{
        width: 70px;
    }

    .fila{
        display: flex;
        justify-content: space-evenly;
    }

    .botonInfo{
        display: block;
        margin: auto;
        margin-top: 1em;
        width: 50%;
        border: none;
        background-color: #207a3b;
        padding: 1em 1.5em;
        border-radius: 10px;
        color: white;
        font-weight: bold;
    }  

    .cajaInfo{
        background-color: white;        
        padding: 1em;
        position: fixed;
        width: 100%;
        top: 100%;
        bottom: 0;
        border-top: solid 3px #134D24;
        transition: 0.5s;
    }

    .cajaInfo.open{
        top: 60%;
    }

    .cajaInfo li{
        margin: 1em;
        padding-bottom: 0.2em;
        border-bottom: solid 2px #F38D11;
    }

@media(min-width:700px){
    .menu.usuario {
        width: 125px;
        height: 125px;
        overflow: hidden;
        margin-bottom: 1em;
        border: solid 3px #207a3b;
    }
 
    .usuario img{
        object-fit: cover;
        display: block;
        margin: auto;
         width: 125px;
         height: 125px;
         border: solid 2px #207a3b;
     }

    .menu .datosUsuario > h3{
        font-size: 25px;
    }

    .datosUsuario > p{
        font-size: 20px;
    }

    .menu ul li{
        margin-top: 1em;
    }

    .menu ul li a{
        font-size: 25px;
    }

    #plantarIndex{
        left: 42%;
    }

    .subtitulos{
        font-size: 25px;
    }

    /*INDEX*/
    .banner h1{
        padding-top: 1.5em;
        font-size: 24px;
        line-height: 1.7em;
    }

    .slider{
        height: 300px;
    }

    .slider img{
        height: 300px;
    }

    .presentacion_talleres figure, .presentacion_talleres figure img{
        height: 250px;
    }

    .presentacion_talleres figcaption{
        padding-top: 1em;
        line-height: 2em;
    }

    .presentacion_talleres figcaption h3{
        font-size: 27px;
    }

    .presentacion_talleres figcaption p a{
        font-weight: normal;
        font-size: 25px;
    }

    .texto_presentacion h2{
        font-size: 30px;
    }

    .texto_presentacion p{
        font-size: 20px;
    }

    /*Login*/
    .tituloLogin{
        text-align: center;
        margin: 1em;
        font-size: 25px;
        margin-bottom: 1.5em;
    }

    .login_logo img{
        display: block;
        margin: auto;
        width: 30%;
        margin-top: 5em;
        margin-bottom: 2em;
        padding-left: 2.5em;
    }

    #decoracionLogin{
        width: 90%;
        height: 5px;
        background-color: #F38D11;
        margin: auto;
    }

    .login_caja{
        margin: auto;
        width: 320px;
        height: 350px;
    }

    .login_caja p{
        font-weight: bolder;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: #134D24;
    }

    .login_caja input{
        width: 100%;
        margin-bottom: 1em;
    }

    .login_caja input[type="email"], input[type="password"]{
        border: none;
        border-bottom: solid 4px #F38D11;
        background: transparent;
        outline: none;
        height: 30px;
        font-size: 15px;
        color: #134D24;
    }

    button{
        display: block;
        margin: auto;
        margin-top: 2em;
        border: none;
        padding: 0.5em 1em;
        border-radius: 5px;
        background-color: green;
        color: white;
        width: 100%;
        font-size: 20px;
        font-weight: bolder;
        cursor: pointer;
    }

    button:hover{
        background-color: #F38D11;
    }

    .login_caja a{
        color: black;
        text-decoration: none;
        line-height: 30px;
    }

    .login_caja a:hover{
        color: #F38D11;
    }

    .logos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 400px;
        margin: auto;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .logos #acumar{
        width: 70%;
    }

    .logos #dgpc{
        width: 100%;
        margin-right: 2em;
    }

    /*INICIO*/

    .noticias{
        margin: auto;
        margin-top: 1em;
        width: 95%;
        height: 350px;
    }

    .noticias figure{
        height: 350px;
    }

    .noticias figure img{
        height: 350px;
    }

    .noticias figure figcaption{
        top: 70%;
        padding: 0.5em;
    }

    .noticias figcaption h3{
        font-size: 25px;
        line-height: 3.5em;
    }

    .reciente{
        flex-direction: row;        
        justify-content: space-evenly;     
        margin: 1em 0em;
        margin-bottom: 6em;
        padding: 0.5em 0em;
    }

    .reciente figure{
        width: 30%;
        height: 250px;
    }

    .reciente figure img{
        height: 250px;
    }

    .reciente figure figcaption{
        top: 70%;
        padding-top: 1.3em;
    }

    .reciente figure:hover figcaption{
        top: 40%;
   }

     /*PERFIL*/
     .settings span{
        top: 300px;
        right: 30%;
    }

    .fotoPerfil{
        width: 200px;
        height: 200px;
    }

    .fotoPerfil img{
        width: 200px;
        height: 200px;
    }

     .datosPerfil{
        width: 50%;
    }

    .bioPerfil{
        width: 50%;
    }

    .bioPerfil p{
        font-size: 15px;
    }

    .talleresPerfil{
        width: 50%;
    }

    footer p{
        font-size: 12px;
    }

    /*TALLERES*/
    .taller{
        height: 250px;
    }

    .taller img{
        height: 250px;
    }

    .taller figcaption{
        font-size: 20px;
    }

    .taller figcaption p{
        font-size: 17px;
    }

    /*ACTIVIDADES*/
    .huerta{
        width: 550px;
        height: 500px;
    }

    .lugar.contenedor{
        width: 125px;
        height: 125px;
        border-radius: 125px;
    }

    .cajaInfo li{
        margin: auto;
        margin-top: 2em;
        margin-bottom: 1em;
        font-size: 20px;
        width: fit-content;
        padding-bottom: 0.5em;
    }
}

@media(min-width:1025px){
    /*MENU*/
    .menu{
        display: none;
    }

    #decoracion{
        display: none;
    }

    .menuDesktop{
        display: block;
    }
    
    header{
        position: unset;
    }

    .navegacion{
        padding: 0;
    }
    
    .navegacion span{
        display: none;
    }

    #plantar{
        display: block;
        margin: auto;
    }

    .menuDesktop{
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 9999;
        box-shadow: 0px 4px 7px black;
    }

    .menuDesktop ul{
        display: flex;
        justify-content: space-evenly;
        padding: 1em 5em;
        border-top: solid thick #F38D11;
        border-bottom: solid thin #F38D11;
    }

    .menuDesktop a{
        font-weight: bolder;
        transition: ease .3s;
    }

    .menuDesktop a:hover{
        color: #F38D11;
    }

    #plantarIndex{
        position: relative;
        padding-bottom: 0.8em;
        left: 44%;
    }

    .login_logo img{
        width: 20%;
        margin-top: 2.5em;
    }
    /*TITULOS*/
    .contenedorTitulo{
        height: 70px;
    }

    .contenedorTitulo .titulo{
        color: white;
        font-size: 25px;
        padding-top: 0.9em;
    }

    .subtitulos{
        font-size: 25px;
    }

    /*INDEX*/
    .banner{
        width: 100%;
        height: 200px;
    }

    .banner h1{
        padding-top: 2.5em;
        font-size: 30px;
        line-height: 1.5em;
    }

    .banner h1 > span{
        color: #F38D11;
        display: inline;
    }

    .slider{
        width: 50%;
        height: 300px;
        border-left: solid 5px #F38D11 ;
        border-right: solid 5px #F38D11 ;
    }

    .slider img{
        height: 300px;
    }

    .texto_presentacion{
        margin-bottom: 2em;
    }

    .texto_presentacion p{
        line-height: 2em;
        font-size: 14px;
        margin-left: 3em;
        margin-right: 3em;
    }

    .presentacion_talleres{
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        background-color: #F38D11;
        padding-top: 2em;
        padding-bottom: 2em;
    }
 
    .presentacion_talleres figure {
        width: 250px;
        height: 250px;
        border-radius: 10px;
    }
 
    .presentacion_talleres figure img{
         width: 250px;
         height: 250px;
     }

     .presentacion_talleres figure figcaption{
        top: 80%;
        bottom: 0;
        padding-top: 0;
   }
     
    .presentacion_talleres figcaption h3{
        font-size: 20px;
        margin-bottom: 0.5em;
    }

    .presentacion_talleres figcaption .descripcion{
        display: initial;
        color: white;
        font-size: 15px;
        padding: 0em 1em;
    }

    .presentacion_talleres figcaption p a{
        line-height: 2.5em;
        font-weight: bold;
    }
 
    .presentacion_talleres figure:hover figcaption{
         top: 0%;
         bottom: 0;
         background-color: rgba(39, 107, 45, 0.8);
    }

    .presentacion_talleres figure:hover figcaption h3{
        color: #F38D11;
   }

    .ubicacion{
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 1em;
        margin-top: 1em;
        background-color: #134D24;
    }

    #mapa{
        width: 40%;
        height: 450px;
        margin: 0;
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75);
    }

    .contacto{
        width: 40%;
        height: fit-content;
        margin: 0;
        text-align: center;
        font-size: 15px;
    }

    .contacto h3{
        font-size: 20px;
    }

    /*INICIO*/
    .noticias{
        width: 80%;
    }

    /*TALLERES*/
    .talleres{
        padding: 2em;
    }

    .arriba{
        display: flex;
        justify-content: space-evenly;
        margin: 1em;
        width: 100%;
    }

    .medio{
        display: flex;
        justify-content: space-evenly;
        margin: 1em;
        margin-top: 2em;    
        width: 100%;
    }

    .abajo{
        display: flex;
        justify-content: space-evenly;
        margin: 1em;
        margin-top: 2em;
        width: 100%;
    }

    .taller{
        width: 500px;
        height: 200px;
        position: relative;
        overflow: hidden;
        box-shadow: 7px 9px 16px -6px rgba(0,0,0,0.75); 
    }

    .taller img {
        width: 500px;
        height: 200px;
        object-fit: cover;
       display: block;
    }

    .taller figcaption{
        padding-top: 0.5em;
        line-height: 1.5em;
    }

    .taller figcaption a{
        font-weight: bold;
        font-size: 17px;
    }

    .taller figcaption:hover a{
        color: #F38D11;
    }

    .taller figcaption p{
        color:white;
        font-weight: normal;
        font-size: 15px;
    }
    
    /*TALLER*/
    .bannerTaller{
        height: 100px;
        line-height: 6.5em;
    }

    .video{
        display: block;
        margin: auto;
        margin-bottom: 3em;
        margin-top: 3em;
        width: 50%;
        height: 400px;
    }

    #claseUno{
        margin: 1em 6em;
    }
  
    #claseUno p{
        font-size: 15px;
        line-height: 2em;
    }

    #actividad p{
        font-size: 15px;
        line-height: 2em;
        margin-left: 8em;
        margin-right: 5em;
    }

    #actividad a{
        font-size: 20px;
        line-height: 1.5em;
    }

    /*ACTIVIDADES*/
    .contenedorActividad{
        display: flex;
        justify-content: space-evenly;
        margin: 2em;
    }

    .infoDesktop{
        display: unset;
        border-radius: 10px;
        padding-top: 3em;
    }

    .infoDesktop h3{
        text-align: center;
        background-color: #207a3b;
        padding: 0.5em;
        color: white;
        border-radius: 5px;
    }

    .infoDesktop li{
        margin: 3em;
        padding-bottom: 0.5em;
        border-bottom: solid 3px #F38D11;
    }

    .huerta{
        margin: 0;
        width: 450px;
        height: 450px;
    }

    .huerta .lugar{
        width: 100px;
        height: 100px;
    }

    .lugar img{
        width: 100px;
    }

    .botonInfo{
        display: none;
    }  

    .cajaInfo{
        display: none;
    }

    /*PERFIL*/
    .settings span{
        top: 390px;
    }

}