@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 40%) no-repeat;
}



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


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

.cnt-cajanumeros img{
    width: 2em;
}
    
.cnt-cajanumeros{
    display: flex;
    margin: 0;
    padding: 1em;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
    
.cajasverde{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2em;
}

.caja2, .caja1, .caja3{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #83BC5F;
    height: 8px;
    width: 33%;
}

.datospersonales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 2em;
    padding: 1em;
}
.caja4{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #989696;
    height: 8px;
    width: 100%;
}

.cnt-form1{
    display: flex;
    flex-direction: column;  
    padding: 2em 0;      
    justify-content: space-between;
    margin-top: 1em;
    color: rgb(41, 41, 41);    
}

input{
    background-color: #C9C9C9;
    border: none;
}

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

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

input[type=text]{
    width: 100%;
    padding: .5em 2em;
    margin: 1em 0;
    border-radius: 30px;
}

.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;
}





@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;
    }

    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;
    }


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

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

    .cnt-numeros{
        margin: 0 10em;        
    }

    .datospersonales{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 10em;
        padding: 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-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 screen and (min-width: 1100px){

    .cnt-numeros{
        margin: 0 20em;        
    }

    .datospersonales{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 20em;
        padding: 1em;
    }

}

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

    .cnt-numeros{
        margin: 0 40em;        
    }


    .datospersonales{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 40em;
        padding: 1em;
    }


    

}