.gradient_page_bg {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(20%, #ffffff), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 20%, #d1d1d1 100%);
}
.font_menu {
  font-family: 'Comfortaa-Regular', sans-serif;
}
.font_default {
  font-family: "san_francisco_displayregular", sans-serif;
}
.font_default_bold {
  font-family: "san_francisco_displayregular", sans-serif;
  font-weight: bold;
}
.foto {
  background-image: url(../../assets/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 0 1px rgba(0, 0, 0, 0.2);
}
.full_width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.button_1 {
  border-radius: 4px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2em;
  height: auto;
}
.free_search_form {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.free_search_form form {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.free_search_form form > input.q {
  width: 35%;
}
.group_fragment_info {
  letter-spacing: 0.3px;
}
.free_search_help {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #771ea7;
  opacity: 0.96;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  cursor: default;
  color: #fff;
  z-index: 100;
  top: -5px;
}
.free_search_help .free_search_help_tooltip {
  visibility: hidden;
  text-align: left;
  line-height: 1.45em;
  opacity: 1;
  font-size: 0.6em;
  background-color: #ededed;
  border-radius: 0.25em;
  padding: 0.6em;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 0;
  color: #1F241A;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
  max-width: 80vw;
  box-shadow: 3px 2px 10px 0px #c5c5c5;
}
.free_search_help .free_search_help_tooltip:after {
  content: " ";
  position: absolute;
  top: -2%;
  left: 97.5%;
  /* To the left of the tooltip */
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ededed transparent;
}
.free_search_help .free_search_help_tooltip tr td {
  padding-right: 0.5em;
}
.free_search_help .free_search_help_tooltip tr td:nth-of-type(1) {
  white-space: nowrap;
}
.free_search_help:hover .free_search_help_tooltip,
.free_search_help:active .free_search_help_tooltip {
  visibility: visible;
}
ul.rows {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  min-height: 30vh;
}
ul.rows > li {
  margin: 10px;
  width: 100%;
  display: table;
}
@media (max-width: 842px) {
  ul.rows > li {
    margin: 0;
  }
}
ul.rows > li .posterframe {
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
  float: left;
  width: 160px;
  height: 100px;
  border: 1px solid #771ea7;
  border-radius: 4px;
  cursor: pointer;
}
ul.rows > li .posterframe:active {
  opacity: 0.5;
}
@media (max-width: 842px) {
  ul.rows > li .posterframe {
    width: 100%;
    height: 180px;
  }
}
@media (max-height: 375px) {
  ul.rows > li .posterframe {
    height: 240px;
  }
}
ul.rows > li .row_info {
  padding-left: 15px;
  padding-right: 10px;
  margin-left: 160px;
}
@media (max-width: 842px) {
  ul.rows > li .row_info {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
ul.rows > li .summary {
  display: block;
  color: #ffffff;
  background-color: #96425d;
  font-size: 1em;
  padding: 1em;
  border-radius: 0.25em;
  margin-top: 1em;
}
ul.rows > li .informant_info {
  font-weight: 900;
  color: #771ea7;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: sf_pro_displayregular, sf_pro_displaybold, sans-serif;
  color: #161616;
}
ul.rows > li .fragment_info {
  max-height: 300px;
  text-align: justify;
  padding-right: 10px;
  font-size: 90%;
  clear: right;
}
ul.rows > li .fragment_info .button_show_video {
  float: right;
  margin-bottom: 10px;
  margin-right: 0;
  text-transform: uppercase;
  z-index: 99;
}
@media (max-width: 842px) {
  ul.rows > li .fragment_info .button_show_video {
    margin-top: 15px;
  }
}
ul.rows > li .fragment_info .button_resumen {
  float: right;
  text-transform: uppercase;
}
@media (max-width: 842px) {
  ul.rows > li .fragment_info .button_resumen {
    margin-top: 15px;
  }
}
ul.rows > li .fragment_info .summary {
  background-color: #BFBFBF;
  padding: 10px;
  width: 100%;
  font-size: 90%;
  clear: both;
  text-align: justify;
}
ul.rows > li .fragment_info mark {
  border-radius: 3px;
  font-weight: bold;
  color: #771ea7;
}
ul.rows > li .terms_list {
  margin-top: 0.5em;
}
ul.rows > li .terms_list span.gen_button {
  display: inline-block;
  line-height: 1.2em;
  background-color: #424242;
}
/*# sourceMappingURL=search_free.css.map */