@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

body{
    background:-webkit-linear-gradient( white 30% , #9ed17d);
}

header{
    width: 100%;
    background:  #83BC5F;
}

#btn-menu{display: none;}

header label{
    display: none; 
    width: 3rem; 
    height: 3rem; 
    padding: 1rem; 
}

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

.menu li:hover{
    background: rgba(0,0,0,0.3);
}
.menu li a{
    display: block;
    padding: .2rem .4rem;
    color: white;
    text-decoration: none;
}

.menu li i{
    display: none;
    padding: .2rem 2rem;
    color: white;
    text-decoration: none;
}

.menu_inicio{
    display: flex;
    justify-content:space-between;
    align-items: center;
    color: white;
    padding: 1em;
}


.menu li:hover{
    background: rgba(0,0,0,0.3);
}

.menu ul li img{
    width: 1.1em;
    display: none;
    color: white;
    text-decoration: none;
    margin-left: em;
}



.cnt-video{
   margin: 2em;
}

h3{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1em;    
}

.cnt-recordatorio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caja-recordatorio{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 60%;
    margin: .2em;
    padding: 1em;
    border-radius: 5px;
}

.caja-recordatorio i{

    font-size: 30px;
    color: green;
}

.caja-recordatorio img{
    width: 25px;

}

h3{
    display:block;
    margin: 1em;
}

.container{
    margin-top: 80px;
}

h2{
    text-align: center;
}

.cnt-descarga button{
        color: white;
        background:rgb(39, 39, 39);
        padding: .5em 1em;
}

.informacion{
    margin: 0 10em 0 10em;
}
.info{
    padding: 1em 3em;
    margin: 2em;
    text-align:left;
    text-decoration: none;
    list-style: none;
    color: white;
    padding: 1em ;
}

.cnt-info{
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color: black;
    font-size: 15px;
    margin-top: 2em;
}

.mapa{    
    filter: invert(0);
    width: 250px;
    height: 200px;
    margin-top: 2em;
}


.contenedor-footer{
    color: white; 
    display: flex;
    font-size: 10px;
    padding: 2em;
    justify-content: center;
    width: 100%;
    background: black

    
}





@media (max-width:768px){

    header{
        height: 4em;
    }

    header label{
        display: block;
        height: 4em;
    }
    
    .menu{
        position: absolute;
        background:#83BC5F;
        width: 50%;
        margin-left: -70%;
        transition: all .3s;
    }
    
    .menu__img img{
        display: none;

    }
    

    label img {
        position: relative;
        bottom: .2em;
        left: 1em;
        width: 3em;
    }

        label img:hover{
        position: relative;
        bottom: .2em;
        left: 1em;
        width: 3.5em;
    }

    .menu ul{
        flex-direction: column;
    }


    .menu_inicio{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        padding-left: 1em;
        border-radius: 5px;            
    }

    .menu li i{
        display: flex;
        padding: .2rem 2rem;
        color: white;
        text-decoration: none;
    }

    .menu li a{
        margin-left: 2.2em;
    }

    .menu ul li img{
        width: 1.1em;
        display: flex;
        color: white;
        text-decoration: none;
        margin-left: 2.2em;
    }



    #btn-menu:checked ~ .menu{
        margin: 0;
    }
}


@media screen and (min-width: 768px){

    .w3-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90% !important; 
        height: 90% !important;    
    }

}

@media screen and (max-width: 768px){
    
    .cnt-recordatorio{
        display: flex;
        flex-direction: column;
    }

    .caja-recordatorio{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        width: 100%;
        margin: .3em;
        padding-left: 1em;
        border-radius: 5px;
    }

    .caja-recordatorio i{
        padding-left: .5em;
        font-size: 30px;
        color: green;
    }

    .caja-recordatorio img{
        width: 20px;        
    }

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

    h2{
        text-align: center;
        font-weight: 600;
    }

    .cnt-descarga button{
        color: white;
        background:rgb(39, 39, 39);
        padding: .5em 1em;

    }

    .informacion{
        margin: 0 10em 0 10em;
    }
    .info{
        padding: 1em 3em;
        margin: 2em;
        text-align:left;
        text-decoration: none;
        list-style: none;
        color: white;
        padding: 1em 5;
    }
    
    .cnt-info{
        display:flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background-color: black;
        padding: em 2em;
        font-size: 15px;
        margin-top: 2em;
    }
    
    .mapa{
        position: relative;
        right: 4em;
        filter: invert(0);
        width: 250px;
        height: 200px;
        margin-top: 2em;
    }
    
    
    .contenedor-footer{
        color: white; 
        display: flex;
        font-size: 10px;
        padding: 2em;
        justify-content: center;
        width: 100%;
        background: black        
    }


}
