@charset "utf-8";
/* Mobile First */

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

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

* {box-sizing: border-box;

}
* {
    text-decoration: none;
}

* {
    list-style: none;
}




header{
    background-color: #118842;
    font-family: "Nunito", sans-serif;
    display: block;
    padding: 1em;
    align-items: center;
}

header section nav ul li a{
    display: block;
    background-color: white;
    border-radius: 2em;
    padding: .5em;
    margin: 0 .5em .2em 0;
    color: #073F21;
    background: linear-gradient(rgb(255,255,255) 50%, rgba(220,220,220) 50%); 
}

.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}

.logohamb{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 1em;
}

.bajada{
        color: white;
        padding-top: .5em;
    }

.buscador img{
    width: 3em;
    display: none;
}

body{
    background-color: #EDE5E2;
    font-family: "Nunito", sans-serif;
}



ul.botonera {
 float: left;
 display:block;
 }

.botonera img{
    height: 60px;
}

 
footer img{
    height: 60px;
}



#visible {
transition: all ease-out;
}

.botonera2{
 z-index: 1000;
    position: fixed;
    bottom: 1em;
    left: 1em;    
}
.botonera2 ul{
     
    border-top-left-radius: 20%;
border-top-right-radius: 20%;
}

.botonbuscar{
     z-index: 1000;
    position: fixed;
    bottom: 1em;
    right: 1em;
}

.botonescaner{
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%)
   
}

video {
    position: relative;
    height: auto;
    max-width: 100%;
    transform: translateX(0%) translateY(0%);
    z-index: -1;
}

.botonera{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #118842;
    padding: 1em;
    margin: 0px;
}

button{
    border: none;
    border-radius: 50%;
     height: 60px;
    width: 60px;
}

.botonescaner img{
    width: 4.2em;
    height: 4.2em;
}

.botonbuscar img{
    width: 4.2em;
    height: 4.2em;
    
}







/* Solo aplica a dispositivos de más de 600px de ancho */
@media (min-width: 600px) {
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    
}
    
    .logohamb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
    
    .buscador img{
    width: 3em;
    display: none;
}
    
    main section figure{
    padding-left: 3em;
}
    
    video {
    
    transform: translateX(20%) translateY(0%);
    
}
}

/* Solo aplica a dispositivos de más de 900px de ancho*/
@media screen and (min-width: 900px) {
    .encabezado{
        display:flex;
        justify-content: space-between;
        flex-direction: row;
    }
    
    
    .buscador img{
    width: 3em;
    display: inherit;
}
    
    .logohamb{
        width: 30em;
        justify-content: space-around;
    }
    
    
    
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5em;
    padding-left: 10em;
    width: 38em;
}
    
    main section figure{
    padding-left: 3em;
    text-align: center;
}
    
    main nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    section{
        text-align: center;
}
    
    section h1 {
        padding-left: 0;
}
    
    .actualizado {
        padding-left: 0;
}
    
footer img{
    height: 70px;
    
}

.botonescaner, 
.botonbuscar{
    display: none;
}

    .botonera{
        background-color: transparent;
    }    
button{
    background-color: transparent;
    }
.loblanco{
    padding-bottom: .5em;
    
}
    
    .botonescaner{
        display: none;
    }

    .botonera{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    }
    
.videoescaner1{
    margin: auto;
  
}
    
    video {
    
    transform: translateX(60%) translateY(10%);
    
}
    
}
