#despieceSerie .col.center,
#despieceSerieBook .col.center
{
	display: flex;
	justify-content: center;
	align-items: center;
}


.coverlam.hidde,
.coverlamTop.hidde,
.vc_row.vc_row-flex>.span_12>.promotionalToolsCoverlam.hidde,
.vc_row.vc_row-flex>.span_12>.promotionalToolsCoverlamTop.hidde
{
	display: none;
}

/* PARCHE forzar vetical imagen */
/*
#despieceSerie .team-member .team-member-image img,
#despieceSerieBook .team-member .team-member-image img
{
  height: 600px;
  width: auto !important;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
*/

body h1.titulo-serie
{
    text-transform: uppercase;
}

@media only screen and (max-width: 999px) {
  /*body .vc_row-fluid:not(.full-width-content) > .span_12 .vc_col-sm-2:not(:last-child):not([class*="vc_col-xs-"]) {
    margin-bottom: 0px !important;
  }*/
  
  body .column_container:last-child
  {
      margin-bottom: 25px !important;
  }
}