@charset "UTF-8";
body.sta-print {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.sta-noScroll,
body.sta-noScroll {
  overflow: hidden;
  max-height:100vh;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
html.fr,
html.fl {
  float: none;
}
main.sta-padding {
  padding-top: 66px!important;
}
@media (min-width: 800px) {
  main.sta-padding {
    padding-top: 90px!important;
  }
}
/* FIN -------- generic */
.fx-transition2s {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.block_center {
  display: block;
  margin: 0 auto;
}
.section-auto {
  padding: 20px 10px;
}
.content-auto {
  padding: 10px 0;
}
.auto {
  margin: 0 auto;
  max-width: 1240px;
}
/* fuentes */
.type_1 {
  font: italic 18px/18px 'Droid Serif', serif;
}
.type_2 {
  font: 24px 'Droid Serif', serif;
  color: #c94;
}
/* colores */
.bgc_general,
.bgc_general_before:before {
  background: #e2e2e2;
}
.bgc_standard,
.bgc_standard_h:hover {
  background: #ffffff;
}
.txt_standard_inverse {
  color: #ffffff;
}
.txt_color_alt,
.txt_color_alt_h:hover {
  color: #cc9944;
}
/* inline-block */
.inlineblock_parent {
  font-size: 1px;
  word-spacing: -1px;
  letter-spacing: -1px;
}
.inlineblock_parent > * {
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal;
}
.table_parent {
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.i_p_adjust_topauto > * {
  display: inline-block;
  vertical-align: top;
}
.i_p_adjust_top2col > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.t_p_adjust_bot2col > * {
  display: table-cell !important;
  vertical-align: bottom;
  width: 50%;
}
.t_p_adjust_topauto > * {
  display: table-cell !important;
  vertical-align: top;
}
.t_p_adjust_botauto > * {
  display: table-cell !important;
  vertical-align: bottom;
}
.t_p_adjust_midauto > * {
  display: table-cell !important;
  vertical-align: middle;
}
.i_p_adjust_bot2col > * {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}
.i_p_adjust_top3col > * {
  display: inline-block;
  vertical-align: bottom;
  width: calc(33.33333333%);
}
@media (min-width: 601px) {
  .section-auto,
  .section-auto_tablet {
    padding: 25px 20px;
  }
  /* inline-block */
  .inlineblock_parent_tablet {
    word-spacing: -1px;
    font-size: 1px;
    letter-spacing: -1px;
  }
  .inlineblock_parent_tablet > * {
    letter-spacing: normal;
    white-space: normal;
    word-spacing: normal;
  }
  .i_p_adjust_topauto_tablet > * {
    display: inline-block;
    vertical-align: top;
  }
  .i_p_adjust_top2col_tablet > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .t_p_adjust_top2col_tablet > * {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}
/* FIXME: PASSAR A LESS */
/*
/* ----------------> Estilos Genéricos <----------------*/
* {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font: 14px 'Roboto', sans-serif;
  height: auto;
}
body {
  cursor: default;
  font: 14px 'Roboto', sans-serif;
  margin: 0;
  width: 100%;
}
body {
  cursor: default;
  font: 14px 'Roboto', sans-serif;
}
#adroll_bounce_notice {
  display: none!important;
}
a {
  color: #c94;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
address {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
button,
input,
mark {
  background: none;
}
button,
label {
  cursor: pointer;
}
li {
  list-style: none;
}
img {
  border: 0;
}
button {
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  background: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button,
label {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input:required {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  overflow: auto;
}

*:focus{outline:1px auto #4d90fe;outline-color:-webkit-focus-ring-color;}

::-moz-focus-inner {
  border: 0;
}
summary::-webkit-details-marker,
body > div.alert {
  display: none;
}
.sta-dn {
  position: fixed;
  left: -200px;
  top: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
main {
  padding-top: 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}
mark {
  background: none;
}
/* ----------------> Clases comunes <----------------*/
