.head{display:flex;justify-content:center;align-items:center;background-color:#252d3c;height:80px}.barra{top:-100%}.barra,.barra-show{background-color:#353f52;color:#fff;padding:10px .5rem;transition:all .5s ease}.barra-show{top:150px}ul{display:flex;justify-content:space-around;align-items:center;list-style-type:none}li{color:#fff}li,li:hover{padding:1rem}li:hover{background-color:#2a5fc2}a{text-decoration:none}@media only screen and (max-width:768px){ul{flex-direction:column}.barra,.barra-show{height:calc(100vh - 150px);width:100vw;position:fixed}.barra-power{display:none}}.card{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;border-radius:5px;border:1px solid #ddd;background-color:#2c3447;color:#fff}.card,.card2{padding:20px;box-shadow:5px 8px 20px rgba(0,0,0,.4)}.card2{background-color:#fff;border-radius:5px}span{font-weight:700;font-size:1rem}p,span{letter-spacing:1px}p{font-weight:400;color:#2b2c48}h3{font-size:1rem;letter-spacing:1px;text-align:center}.logo{border-radius:50%;width:100px;height:100px;padding:10px}.flex{display:flex;justify-content:center;align-items:center;width:100%}button{margin:2px}@media only screen and (max-width:1024px){.flex{width:120%}button{width:40%}}.modal,.overlay{width:100vw;height:100vh;top:0;left:0;right:0;bottom:0;position:fixed}.overlay{background:rgba(49,49,49,.8)}.form-container{position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50%;min-height:300px}.formulario{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;height:300px;width:30%;background-color:#fff;padding:1rem;margin-top:5%;border-radius:20px;box-shadow:5px 8px 20px rgba(0,0,0,.6)}@media only screen and (max-width:1024px){.formulario{width:40%}}@media only screen and (max-width:768px){.formulario{width:50%}}@media only screen and (max-width:481px){.formulario{width:80%}}.container{flex-direction:column}.form-buscador{display:flex;justify-content:center;align-items:center;width:70%}.lista{grid-template-columns:1fr 1fr 1fr;grid-gap:2rem}.lista,.lista2{display:grid;grid-template-rows:auto;justify-content:center;align-items:center;gap:2rem;margin:2rem}.lista2{grid-template-columns:1fr 1fr;grid-gap:2rem}@media only screen and (max-width:768px){.lista{grid-template-columns:1fr 1fr}}@media only screen and (max-width:481px){.lista,.lista2{grid-template-columns:1fr}}.form-container{width:100%}.container,.form-container{display:flex;justify-content:center;align-items:center}.form{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;height:350px;width:30%;background-color:#fff;padding:1rem;margin-top:5%;border-radius:20px;box-shadow:5px 8px 20px rgba(0,0,0,.6)}input{border:1px solid #2c2d3f;width:80%;height:2rem;margin:5px}button,input{padding:5px;outline:none}button{border:none;color:#fff;background-color:#353f52;width:30%;height:50px;margin-top:10px;border:1px solid hsla(0,0%,100%,.2)}button:hover{background-color:#252d3c}@media only screen and (max-width:1024px){.form,button{width:40%}}@media only screen and (max-width:768px){.form{width:50%}}@media only screen and (max-width:481px){.form{width:80%}}.hamburger-container{background-color:#353f52;color:#fff;display:flex;justify-content:space-between;align-items:center;height:70px;padding:0 2rem}.fa-power-off{color:#fff}@media only screen and (min-width:768px){.hamburger-container{display:none}}*{margin:0;padding:0}body{background-color:#e3e5e6;font-family:"Roboto",sans-serif}
/*# sourceMappingURL=main.a9e924f2.chunk.css.map */