/* CSS Crítico Desktop - 1920x1080 */
@charset "UTF-8";

/* Base */
body {
  background-color: #fff;
  margin: 0;
  padding-bottom: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  line-height: inherit !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/* Typography */
h1 {
  font-size: 2.5rem;
  margin: 0.67em 0;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
a {
  background-color: transparent;
  color: #005695;
  text-decoration: none;
  touch-action: manipulation;
}

/* Structure */
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
td {
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
ul {
  margin: 0;
  list-style-type: none;
}

/* Layout */
.container {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

/* Components */
.titulos_1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
.footer_1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
}
a.politica {
  color: #000;
  text-decoration: none;
}

/* Navigation */
.tutorial {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background-color: #ededed;
}
.tutorial ul {
  font-size: 0;
}
.tutorial ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 6px 15px 5px;
  position: relative;
}
.tutorial ul li a {
  color: #000;
}
.tutorial ul li ul {
  display: none;
  z-index: 10000;
}
.tutorial ul li:hover {
  cursor: pointer;
  background-color: #ff9898;
}
.tutorial ul li:hover ul {
  display: block;
  margin-top: 5px;
  width: 200px;
  left: 0;
  position: absolute;
}
.tutorial ul li:hover ul li {
  display: block;
  background-color: #f2f2f2;
}
.tutorial ul li:hover ul li:hover {
  background-color: #e0e0e0;
}

/* Ads */
.example_responsive_1 {
  width: 330px;
  height: 574px;
}

/* Buttons */
.ButtonImage {
  display: none !important;
}
.ButtonText {
  display: inline-block !important;
  vertical-align: top !important;
  width: auto !important;
  margin-top: 7px !important;
  text-decoration: none !important;
  border-radius: 62.5rem !important;
  border-width: 0.0625rem !important;
  border-style: solid !important;
  box-sizing: border-box !important;
  font-size: 0.96rem !important;
  line-height: 1.8rem !important;
  padding: 0 0.625rem !important;
  color: #000 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.ButtonText:hover,
.ButtonText:focus,
.ButtonText:active {
  color: #fff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}

/* Footer menu compacto */
.tutorial-footer ul li {
  font-size: 13px;
  padding: 6px 10px 4px;
}
