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

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

body{
    background: linear-gradient(to top, #9ED17D, white 20%);
}


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 2rem;
    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);
}





.imagen-contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6em;
}


.imagen{
    display: flex;
    justify-content: center;
    align-items: center;   
    width: 40%; 
}

img{
    width: 100%;
}

.contenedor-iniciar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
    padding: 3em 0;
}

.contenedor-cuerpo{
    background-color: rgba(240, 240, 240, .5);
    padding: 1em;
    margin: 0;
    width: 70%;
    height: 70%;
}


input[type=password], [type=email]{
    width: 70%;
    padding: 2px 0px;
    margin: 1em 0;
    border-radius: 30px;
    color: white;
}


.email{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .5em;
    margin-top: 1em;
    background-color:rgb(206, 206, 206);
    color: white;
    border-radius: 30px;
}

.email > input{
    flex: 1;
    border: none;
    outline: none;
    padding-left: 1em;
    background-color:rgb(206, 206, 206);
}

.password{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .5em;
    margin-top: 1em;
    background-color:rgb(206, 206, 206);
    border-radius: 30px;
    color: white;    
}

.password > input{
    flex: 1;
    border: none;
    padding-left: 1em;
    background-color:rgb(206, 206, 206);

}

.checkbox{
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
    margin: 0;
}

.checkbox a{
    margin-left: 1em;
    text-decoration: none;
}

i{
    margin-left: 1em;
}

.boton-redes{
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
}

.ingresar{   
    margin: 3em 0 2em 0;
    width: 90%;
    height: 3em;
    color: white;
    background-color: #9ED17D;
    border: none;
    box-shadow: 5px 3px 15px #888888;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    padding-top: .7em;
}

.ingresar:hover{   
    margin: 3em 0 2em 0;
    width: 90%;
    height: 3em;
    color: white;
    background-color: #4a5840;
    border: none;
    box-shadow: 5px 3px 15px #888888;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    padding-top: .7em;
}

.ingresar a{
    text-align: center;
    text-decoration: none;

}


.google, .facebook{
    padding: .5em;    
    margin: .2em;
    width: 90%;
    height: 3em;
    color: white;
    font-size: 1em;
    cursor: pointer;
}

.google{
    background-color:  #db4a39;
    color: white;
    border: none;
    box-shadow: 5px 3px 15px #888888
}
.google:hover{
    background-color:  #802f26;
    color: white;
    border: none;
    box-shadow: 5px 3px 15px #888888
}

.facebook{
    background-color: rgb(59, 89, 152);
    color: white;
    border: none;
    box-shadow: 5px 3px 15px #888888
}

.facebook:hover{
    background-color: rgb(55, 66, 90);
    color: white;
    border: none;
    box-shadow: 5px 3px 15px #888888

.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-between;
    align-items: center;
    background-color: black;
    padding: .5em;
    font-size: 12px;
    text-align: center;
    padding: 1em;
}

.cnt-info li{
    text-align: center;
    padding: .3em;
}

.mapa{
    filter: invert(0);
    width: 250px;
    height: 200px;
    overflow: hidden;
}


.contenedor-footer{
    color: white; 
    display: flex;
    font-size: 10px;
    margin: auto;
    padding: 30px;
    justify-content: center;
    width: 100vw;
    background: black
}

.contenedor-footer p{
    text-align: center;
}


@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: block;
        padding: .2rem 2rem;
        color: white;
        text-decoration: none;
    }

    .menu li img{
        width: 1.5em;
        color: white;
    }

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

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

    .imagen{
        display: flex;
        justify-content: center;
        align-items: center;   
        width: 20%; 
    }
    

    .contenedor-cuerpo{
        background-color: rgba(240, 240, 240, .5);
        padding: 1em;
        margin: 0;
        width: 40%;
        height: 70%;
    }



    .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{    
        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 screen and (min-width: 1100px){

    .imagen{
        display: flex;
        justify-content: center;
        align-items: center;   
        width: 20%; 
    }
    

    .contenedor-cuerpo{
        background-color: rgba(240, 240, 240, .5);
        padding: 1em;
        margin: 0;
        width: 30%;
        height: 70%;
    }


}