body{
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    background-color: rgb(236, 236, 236);
}

.gallery-header{
    background-color: rgb(7, 7, 26);
    color: antiquewhite;
    display: flex;
    align-items: center;
}

.gallery-header h1{
    margin-left: 5%;
    width: 50%;
}

.gallery-header nav {
    width: 100%;
}

.gallery-header ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
    justify-content: right;
    margin-right: 2%;
}

.gallery-header a:hover {
    background-color: rgb(76, 76, 151);
    color: rgb(255, 255, 255);
    padding: 8px 13px 8px 13px;
    border-radius: 15px;
    transition: 0.2s;
}

.gallery-header a {
    font-size: smaller;
    background-color: #5b5c7e;
    padding: 8px 13px 8px 13px;
    border-radius: 15px;
    list-style: none;
    transition: 0.2s;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.separador{
    border: none;
    margin-bottom: 1%;
    width: 58%;
    height: 2px;
    background-color: rgb(13, 12, 75);
}

.separador-artist-info {
    border: none;
    margin-bottom: 1%;
    width: 800px;
    height: 2px;
    background-color: rgb(13, 12, 75);
}
main h4 {
    margin: 0;
    margin-top: 2%;
}

main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.exposicion-actual {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.exposicion-actual article {
    background-color: rgb(246, 246, 255);
    border-radius: 10px;
    width: 220px;
    height: 275px;
}

.exposicion-actual h5 {
    margin-left: 5%;
}

.exposicion-actual p {
    margin-left: 5%;
}

.exposicion-actual button {
    margin-left: 5%;
    width: 60px;
    background-color: #eb4848;
    border:  none;
    padding: 5px;
    border-radius: 15px;
    color: aliceblue;
}

.divAzul {
    background: linear-gradient(180deg,#79b6e6,#4b86c6);
    width: auto;
    height: 130px;
    border-radius: 5px;
}

.divRosa {
    background: linear-gradient(180deg,#f7b6d1,#f08fb3);
    width: auto;
    height: 130px;
    border-radius: 5px;
}

.divVerde {
    background: linear-gradient(180deg,#6ad7d3,#1ea3a0);
    width: auto;
    height: 130px;
    border-radius: 5px;
}

.artist-info section {
    display: flex;
    justify-content: center;
    justify-self: center;
    gap: 20px;
    width: 90%;
}

.artist-info article {
    background-color: rgb(246, 246, 255);
    width: 30%;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 8%;
    margin-top: 1%;
}

.artist-info h6 {
    font-size: x-small;
    margin: 0;
}

.artist-info p {
    font-size: xx-small;
}

.artist-info h4 {
    text-align: center;
}

.circulo-azul {
    background: linear-gradient(180deg,#6ad7d3,#1e27a3);
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.tecnicas-artisticas {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom: 1%;
    background-color: rgb(246, 246, 255);
}

.tecnicas-artisticas h6 {
    margin-top: 3%;
    margin-left: 3%;
}

.tecnicas-artisticas p {
    font-size: small;
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
}

.seccion-1 {
    display: flex;
    justify-self: center;
    flex-direction: column;
    align-items: center;
}

.seccion-1 h6 {
    margin: 0;
    margin-top: 1%;
}

.seccion-1 p {
    font-size: xx-small;
    margin: 0;
    margin-top: 1%;
}

.seccion-2 p {
    font-size: small;
}

.seccion-2 ul {
    list-style: none;
    padding: 0;
}

.seccion-2 ul p {
    margin: 0;
    padding-left: 5px;
    margin-left: 3%;
    margin-bottom: 0.5%;
    margin-right: 3%;
    height: 30px;
    line-height: 30px;
    border-left: rgb(17, 17, 58) solid 2px;
    background-color: rgb(221, 221, 221);
    font-size: small;
}

.seccion-3 {
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 8px;
    background: linear-gradient(90deg,#9eb0ff, #6d87ff,#1e27a3);
    color: whitesmoke;
}

.seccion-3 ul {
    list-style: none;
    padding: 0;
    margin: 1% 0 1% 0;
    line-height: 1.5;
    font-size: small;
}

.seccion-4 ul {
    list-style: none;
    padding: 0;
    margin: 1% 3% 3% 3%;
    font-size: small;
}

footer {
    background-color: rgb(7, 7, 26);
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.parrafo-principal {
    margin-right: 15%;
}