* {
    box-sizing: border-box;
}
body{
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1{
    text-align: center;
    font-family: jura;
    font-weight: bolder;
    font-size: 42px;
    margin: 10px 0;
    text-shadow: 5px 4px 4px gray;
}
img{
    opacity: 70%;
    box-shadow: 5px 4px 4px gray;
    width: 100%;
}
.form{
    display: flex;
    padding: 5px;
    margin-top: 6px;
    flex-direction: column;
    align-content: center;
    font-size: 18px;
}
.form input{
    margin-top: 10px;
}
.contenido{
    display: flex;
}
.importante{
    color: blue;
    font-weight: bolder;
    background-color: rgba(223, 122, 118, 0.8);
}
p strong{
    font-weight: bolder;
    font-style: italic;
    font-family: fantasy;
}
header{
    padding: 5px;
    width: 100%;
    box-shadow: 0px 5px 5px gray;
    }
.busqueda{
    width: 80%;
    display: flex;
    justify-content: center;
}
.barra{
    width: 100%;
    font-size: 26px;
    font-family: jura;
    font-weight: bold;
    margin: 5px 0;
}
.barra ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 0%;
    margin: 0%;
}
.barra ul a{
    text-decoration: none;
    color: black;
    font-weight: bolder;
    text-shadow: 5px 5px 5px gray;
}
.barra ul li{
    display: flex;
    margin: 10px;
    font-weight: bolder;
    }
.main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
button{
    width: 150px;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: none;
    background-color: aquamarine;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}
button:hover{
    box-shadow: 0px 0px 15px gray;
}
.buscar{
    width: 50%;
    font-size: 26px;
    border: none;
    border-radius: 4px;
    margin-left: 5px;
    box-shadow: 0 0 20px gray;
}
.etiqueta{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
}
.form-bot{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    padding: 5px;
}
.form-bot label{
    margin: 5px;
}
.registro {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    padding: 5px;
    width: 50%;
    justify-content: center;
}
.foto{
    width: 20%;
    display: flex;
    cursor: not-allowed;
    margin-left: 5px;
}
.formularios{
    width: 80%;
}
.top-form{
    display: flex;
    justify-content: space-around;
    height: 50%;
}
.bottom-form{
    display: flex;
    height: 50%;
    justify-content: center;
    align-content: center;
}
.registro label {
    margin: 5px;
}
.registro input{
    width: 75%;
    float: right;
}
.logo{
    width: 8%;
    box-shadow: none;
}
.borrar{
    cursor: pointer;
}
h2 {
    text-align: center;
}