.vg_contendor_all_series {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;
    height: 130px;*/
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    background: #5C5045;
    overflow-x: visible;
    overflow-y: hidden;
    word-break: break-word;
    border-top: 2px solid #EAD9C8;
}
.vg_header_ver_todo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.vg_header_ver_todo > div {
    border: 4px solid #5C5045;
    padding: 15px 50px;
    display: block;
    width: 100%;
    margin: 10%;
    text-align: center;
}
.vg_header_ver_todo > div a {
    font-family: "outfit";
    color: #5C5045;
    font-size: 22px;
}
.vg_header_series{
    text-align: center;
    margin: 20px;
    font-family: 'outfit';
font-weight: 500;
}
p.vg_header_series span {
    text-align: center;
    margin: 5px;
    font-family: 'outfit';
font-weight: 500;
    display: block;
    font-size: 12px;
}
.presentacion_info a {
    font-family: 'outfit';
font-weight: 500;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5vh;
}
.vg_serie.active {
    /*border-color: #EAD9C866;*/
    /*border-radius: 4px;*/
}
.presentacion_info a:hover {
    /*background: rgba(22, 24, 27, 0.6);*/
    color: #fff;
}
.presentacion_info h2 {
	margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.vg_serie {
    width: 120px;
    height: 100px;
    background: #EAD9C8;
    float: left;
    position: relative;
    border: 2px solid #5C5045;
    margin-left: 5px;
    margin-right: 5px;
}
.vg_serie a{
    width: 100%;
    height: 100%;
    color: #5C5045;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vg_serie a h3{
    font-size: 13px;
    text-align: center;
    position: relative;
    color: #fff;
    font-family: 'outfit';
font-weight: 500;
    font-weight: 200;
    letter-spacing: .1rem;
}
.vg_serie a.vg_edit_serie{
    position: absolute;
    top: 0;
    left: 0;
    background: #5C5045;
    width: 50px;
    height: 20px;
    color: #b2b2b2;
    font-size: 10px;
    z-index: 1;
}
.vg_serie a:hover{
    color: #5C5045;
}
.vg_serie a.vg_edit_serie:hover{
    color: #fff;
}
.vg_serie_fondo {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}
.vg_serie_fondo span {
    background-color: rgba(22, 24, 27, 0.44);
    display: block;
    width: 100%;
    height: 100%;
}
.vg_container_presentacion{
    height: 45vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #171817;
}
.vg_contenedor_puntitos {
    z-index: 99999;
    position: absolute;
    bottom: 10px;
}
.vg_presentacion_cat_obras {
    min-height: calc(100% + 25px);
    min-width: calc(100% + 40px);
    background: red;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(5px);
}
.vg_presentacion_cat_obras:after {
    content: "";
    background: rgba(22, 24, 27, 0.5);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
}
span.puntito {
    height: 8px;
    width: 8px;
    margin-right: 3px;
    overflow: auto;
    border: 1px solid #EAD9C8;
    display: block;
    border-radius: 40px;
    float: left;
    cursor: pointer;
}
.presentacion_info {
    position: absolute;
    color: white;
    font-family: 'outfit';
font-weight: 500;
    width: calc(100% - 10vh);
    text-align: center;
    border: 4px solid #fff;
    letter-spacing: 1vh;
}
span.puntito.active {
    background: #EAD9C8;
}

.vg_contendor_all_series::-webkit-scrollbar {
    width: 1em;
}
 
.vg_contendor_all_series::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.vg_contendor_all_series::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}