.artists {
    margin-top: 80px;
    width: 100%;
    height: auto;
    min-height: 500px;
}

.container-artist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0px;
}

/*Options artist*/

.options-artist {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    margin: 50px 0px;
}

.nav-artist {
    display: flex;
    justify-content:center;
    width: 60%;
    list-style: none;
    line-height: 80px;
}

.nav-artist-item a {
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.nav-artist-item a:hover {
    background-color: #a70818;
}


.search-artist {
    display: flex;
    justify-content: space-between;
    width: 40%;
    
}

.input-busqueda {
    border-radius: 50px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    width: 85%;
    margin: 12px 0px;
    padding: 0px 20px;
    line-height: normal;

}

.input-busqueda:focus {
    outline: none;
  }

.btn-search {
    border-radius: 100px;
    width: 55px;
    height: 55px;
    border: 0px;
    background-color: white;
    color: black;
    margin: 12px 0px;
}

/*Contenido artists*/

.contenido-artist {
    display: flex;
}

.contenido-list-artist {
    width: 50%;
    flex-direction: column;
}

.list-item-artist  {
    display: flex;
    margin: 40px 0px;
}

.img-artist {
    width: 30%;
}

.img-artist img {
    max-width: 100%;
}

.img-artist img:hover {
    opacity: 0.5;
}

.texto-artist {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    padding: 0px 10px 3px 10px;
}

.texto-artist h1 {
    font-size: 2.5rem;
    padding: 5px 0;
    margin: 0;
    text-transform: capitalize;
}

.texto-artist h1 a {
    color: white;
    text-decoration: none;
}

.texto-artist h1 a:hover {
    color: #e81281;
}

.categorias {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
}

.categorias span {
    background-color: #10e922;
    color: black;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 2px 2px 2px 0;
}

.texto-artist button {
    width: 100px;
    border: 0px;
    background-color:whitesmoke;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.publi-artist {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
}

.publi-artist h1 {
    color: white;
    font-size: 35px;
}

.publi-img {
    text-align: center;
    margin: 0 auto;
}

.publi-img img {
    width: 55%;
}

/*Media Screen for Mobile*/
@media (max-width: 768px) {

    .artists {
        margin-top: 80px;
        width: 100%;
    }
    
    .container-artist {
        max-width: 768px;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    /*Options artist*/
    
    .options-artist {
        display:flex;
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        margin-bottom: 80px;
    }
    
    .nav-artist {
        display: flex;
        justify-content: center;
        width: 100%;
        list-style: none;
        line-height: 80px;
        padding: 0;
    }

    .nav-artist-item a {
        padding: 5px 15px;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1rem;
    }
    
    .nav-artist-item a:hover {
        background-color: #a70818;
    }
    
    
    .search-artist {
        display: flex;
        width: 100%;
        
    }
    
    .input-busqueda {
        border-radius: 50px 0px 0px 50px;
        border: 2px solid white;
        background-color: transparent;
        color: white;
        width: 100%;
        margin: 12px 0px;
        padding: 0px 20px;
        line-height: normal;
    
    }
    
    .input-busqueda:focus {
        outline: none;
      }
    
    .btn-search {
        border-radius: 0px 100px 100px 0px;
        width: 55px;
        height: 55px;
        border: 0px;
        background-color: white;
        color: black;
        margin: 12px 0px;
    }
    
    /*Contenido artists*/
    
    .contenido-artist {
        display: flex;
        flex-direction: column-reverse;
        margin-top: -50px;
    }
    
    .contenido-list-artist {
        width: 100%;
        flex-direction: column;
        margin-top: -20px;
    }
    
    .list-item-artist  {
        display: flex;
        margin: 40px 0px;
        padding: 0px 15px;
    }
    
    .img-artist {
        width: 30%;
        padding: 0;
    }
    
    .img-artist img {
        max-width: 100%;
    }
    
    .img-artist img:hover {
        opacity: 0.5;
    }
    
    .texto-artist {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0px 10px 3px 10px;
    }
    
    .texto-artist h1 {
        font-size: 1.2rem;
        padding: 0;
        margin: 0;
        text-transform: capitalize;
        padding: 5px 0;
    }
    
    .texto-artist h1 a {
        color: white;
        text-decoration: none;
    }
    
    .texto-artist h1 a:hover {
        color: #e81281;
    }
    
    .categorias {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 5px 0;
    }
    
    .categorias span {
        background-color: #10e922;
        color: black;
        padding: 2px 5px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        margin: 2px 2px 2px 0;
    }
    
    .texto-artist button {
        width: 100px;
        border: 0px;
        background-color:whitesmoke;
        font-weight: bold;
        text-transform: uppercase;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 14px;
        border-radius: 5px;
    }
    
    .publi-artist {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .publi-text {
        width: 50%;
        display: flex;
        min-width: 50%;
        justify-content: flex-start;
        flex-direction: column;
        align-content: stretch;
        align-items: baseline;
        text-align: right;
    }
    
    .publi-artist h1 {
        color: white;
        font-size: 18px;
        padding: 0 15px;
    }
    
    .publi-img {
        text-align: center;
        margin: 0 auto;
    }
    
    .publi-img img {
        width: 75%;
    }


}