/* Celular */
@media (max-width:640px) {
    #chepebanner {
	height: 10vh;
    }

    .container-xxs {
	width: 90%;
	padding-bottom: 5vh;
    }

    .entrada-nombre {
	margin-top: 17px !important;
    }
}

/* Tablet */
@media (min-width:641px) and (max-width:1250px) {
    #chepebanner {
	height: 20vh;
    }

    .container-xxs {
	width: 80%;
	padding-bottom: 10vh;
    }
}

/* Desktop */
@media (min-width:1251px) {
    #chepebanner {
	height: 20vh;
    }

    .container-xxs {
	width: 60%;
	padding-bottom: 10vh;
    }
}

body {
    background-color: #f7e7c217 !important;
}

#chepebanner {
    background-image: url('/static/img/chico.jpg') !important;
    background-position: 0% 10%;
    background-size: 100%;
    margin-bottom: 2vh;
}

.container-xxs {
    margin: auto;
}

.entrada-img {
    width: 100%;
}

.entrada-img:hover {
    opacity: 70%;
    cursor: pointer;
}

.paginador {
    margin-top:2vh;
}

.entrada-nombre {
    font-weight: bold;
    font-family: Bitter;
    margin:0;
    margin-bottom: 3px;
    color: black;
}

.entrada-nombre:hover {
    color: green;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
    color: darkgreen;
}

a:hover {
    color: green;
}

.entrada-fecha {
    font-style: italic;
    font-family: Bitter;
    font-size: .9em;
}

#publicacion-nombre {
    margin-top: 4vh;
    margin-bottom: 1.5vh;
}

.publicacion-img {
    margin: 2.5vh;
    max-width: 100%;
}

.publicacion-fecha {
    font-style: italic;
}

#publicacion-contenido {
    margin-top: 4vh;
    margin-bottom: 6vh;
}

#publicacion-contenido img {
    width: 100%;
}

#publicacion-contenido, #playlist-nombre, .playlist-descripcion, #publicacion-contenido {
    overflow-wrap: break-word;
}

.etiqueta:hover {
    background-color:rgb(240 235 13) !important;
}

#titulo {
    margin-top: 3vh;
    font-weight: 700;
    font-family: "Play";
    margin-bottom: 4vh;
}

nav {
    padding-top:1vh;
    font-family: "Bitter";
    font-style: italic;    
}

.entrada-descripcion {
    font-family: "Lato";
    letter-spacing: .4px;
    word-spacing: 1.2px;
    overflow-wrap: break-word;
}

#buscar-nav {
    margin-top: 1.5vh;
    height: 2em;
}

#boton-buscar-nav {
    width: 2.4em;
    padding: 2px;
}

.que-img {
    width: 100%;
}

#entradas-disponibles {
    font-style: italic;
    margin-top:6vh;
    margin-bottom:5vh;
}

.entrada-footer {
    margin-bottom: 0;
    color:#7c7e87;
}

#playlistses {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.playlist {
    border-radius:0;
    width: 100%;
    margin-top: 6vh;
    margin-bottom: 2vh;
}

.separador {
    margin-top: 3.2vh;
    margin-bottom: 3.2vh;
    border: none;
    border-top: 3px double #393f36;
    color: #393f36;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.separador::after {
    background: #f7e7c217;
    content: "♥︎";
    padding: 0 4px;
    position: relative;
    top: -13px;
}

.playlist-ed {
    color: black !important;
}

.playlist-ed:hover {
    color: green !important;
}

#entradas {
    margin-top: 7.3vh;
    margin-bottom: 6vh;
}

#lista-playlists {
    margin-top: 4vh;
    margin-bottom: 3vh;
}

.etiqueta-playlist {
    margin-bottom: 2vh;
}

.playlist-img {
    margin: 2.5vh;
    max-width: 100%;
}

.playlist-descripcion {
    margin-top: 4vh;
    margin-bottom: 5vh;
    border-radius: 0;
    border: 0;
}

.card-playlist {
    max-width: 100%;
    border-radius: 0;
}

.img-card-playlist {
    background-color: black;
}

#playlist-nombre {
    margin-top: 4vh;
    margin-bottom: 1.5vh;
    font-style:italic;
}

.entrada-fecha-edicion {
    margin-top: 10px !important;
}

.card-playlist-body {
    background-color: #fff3d817 !important;
}

.form-control {
    background-color: #ffffff4a !important;
}

iframe {
    max-width: 100%;
}
