@font-face {
    font-family: 'tiresias_infofontregular';
    src: url('../fonts/Tiresias_Infofont-webfont.eot');
    src: url('../fonts/Tiresias_Infofont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Tiresias_Infofont-webfont.woff2') format('woff2'),
         url('../fonts/Tiresias_Infofont-webfont.woff') format('woff'),
         url('../fonts/Tiresias_Infofont-webfont.ttf') format('truetype'),
         url('../fonts/Tiresias_Infofont-webfont.svg#tiresias_infofontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fork-github {
  position: absolute; top: 0; right: 0; border: 0; z-index: 1000;
}

/* Fonts settings */
body, p, .navbar, .brand, a, .td-name, td, button, input, select, textarea {
  font-family: "Raleway", "Helvetica", Arial, sans-serif;
  font-size: 1.1rem;
}

h1, .h1 {
  font-family: "roboto", Arial, sans-serif;
  font-weight: 600;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
  font-family: "Raleway", "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}

h2, .h2 { margin: 30px 0; }
h3, .h3 { font-size: 1.4em; line-height: 1.4; margin: 30px 0 0 0; }
h3.destaque, .h3.destaque { background-color: #ffd800; color: #333; padding: 1px 3px; }

li.destaque { font-size: 1.3rem; font-weight: 600; }
li.destaque strong { background-color: #ffd800; color: #333; padding: 1px 3px; }

p { font-size: 1.3rem; line-height: 1.5em; margin-bottom: 1.5rem; }
p.txt-hero { font-size: 1.5rem; }
a { color: #046e8b; text-decoration: underline; font-weight: 700; }
a.nolink { text-decoration: none; }
a:hover, a:focus { background-color: #78d9f4; color: #000; text-decoration: underline!important; outline-offset: .2rem; }


footer a { color: #fff; }
footer a:hover, footer a:focus { color: #333; }

.aa-header a { color: #fff; text-decoration: underline; }
.aa-header a:hover, .aa-header a:focus { background-color: #fff; color: #000; text-decoration: underline!important; }

a span.externo { position: absolute; top: -9999px; left: -9999px; }
b, strong { font-weight: 600; }

.btn { font-size: 1rem; text-decoration: none!important; }
.btn-big { font-size: 1.5rem; }
.idioma-link, .idioma-link:hover { background-color: #ececec!important; border-radius: 10rem!important; color: #333!important; }
.empresa, .tipo { color: #ee6661; }

.navbar .navbar-nav .nav-item .nav-link { font-size: 1rem; }

.py-2 { padding-top: .1rem!important; padding-bottom: 0!important; }
.py-5 { padding-top: 1.5rem!important; padding-bottom: 1.3rem!important; }
.section { padding: 40px 0; position: relative; background-color: #FFFFFF; }

.link-white { color: #fff; text-decoration: underline; }
.link-white:hover, .link-white:focus { color: #efefef; text-decoration: underline; }

.text-yellow { /*color: #ffd800;*/ color: #111; }

.fa-heart { color: #f7395f; }

.sombra {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.row .col { margin-top: 10px; }

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.material-icons {
  font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1;
  letter-spacing: normal; text-transform: none; display: inline-block;
  white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-smoothing: antialiased;
}
span.icons { vertical-align: -.2rem; text-rendering: optimizeLegibility; }
.icon-mini { font-size: .6rem!important; }
.icon-small { font-size: 1rem!important; }
.icon-medium { font-size: 2rem!important; }
.icon-large { font-size: 3rem!important; }
a.externo:after { position: absolute; font-family: "Material Icons"; content: "\e89e"; }

/* Common Styles */

.sr-only, .a11y, .visually-hidden, .sem-leitor-telas { position: absolute; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(0 0 99.9% 99.9%); clip-path: inset(0 0 99.9% 99.9%); overflow: hidden; height: 1px; width: 1px; padding: 0; border: 0; }

p.destaque { color: #333; background: #ffd800; padding: 1px 3px; }
.txt-destaque { color: #f7395f; }
.title { color: #111111; }
.description { color: #333; }
.bg-gradient { background: linear-gradient(-45deg, #6DBA82 0%, #5073B8 100%);
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite; }

.bg-colors {
    color: #fff;
    background: linear-gradient(-45deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%);
    background-size: 200% 200%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}
@-moz-keyframes Gradient {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}
@keyframes Gradient {
	0% { background-position: 0% 50% }
	50% { background-position: 100% 50% }
	100% { background-position: 0% 50% }
}

/* Header Section */
.aa-header {
  /*background-image: url("../images/home-image.jpg");*/
  position: relative;
  /*background-size: cover;*/
  min-height: 600px;
}

.aa-header .navbar .navbar-brand {
  font-size: 24px;
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  box-shadow: none;
  letter-spacing: 1px;
  opacity: 1;
}

.aa-header .aa-header-content {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.aa-header .aa-header-content h1 {
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .aa-header h1 {
    font-size: 38px;
  }
  .aa-header .aa-header-content img {
    padding-top: 40px;
  }
  .aa-header .aa-header-content li {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .aa-header .aa-header-content img {
    margin-top: 2px !important;
    padding-top: none !important;
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .aa-header .aa-logo-img {
    padding-left: 20px;
  }
  .aa-header .navbar-brand {
    padding-right: 20px !important;
  }
  .aa-header .aa-header-content li {
    font-size: 10px;
  }
}

/* Body Section */
.aa-product-details .description {
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.aa-product-details .description .h4 {
  color: #111111;
  padding-bottom: 1.5rem;
}

.aa-product-details .icon {
  float: left;
  margin-top: 16px;
  margin-right: 60px;
  font-size: 3rem;
}

.aa-screenshots {
  background-color: #F5FAFD;
}

@media (max-width: 992px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .aa-screenshots .carousel-inner .carousel-item img {
    height: 150px;
  }
}

.aa-price-package .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}

.aa-price-package .aa-price {
  padding-bottom: 1.5rem;
  background-color: #F5FAFD;
}

.aa-price-package .aa-price .btn {
  width: 8rem;
}

.aa-price-package .aa-price .aa-price-section {
  padding: 25px 5px;
  background-color: white;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  font-size: 28px;
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
}

.aa-price-package .aa-price .aa-price-section span {
  font-family: "Dosis", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size: 38px;
}

.aa-price-package .aa-price ul li {
  line-height: 3;
  border-bottom: 1px dashed #eee;
}

.aa-price-package .aa-price-active {
  background-color: white;
}

.aa-price-package .aa-price-active .btn {
  border: none;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.aa-price-package .text-small {
  font-size: 90%;
  line-height: 3;
  opacity: 0.75;
}

.aa-price-package .text-small:hover {
  opacity: 1;
}

.aa-testimonials-section .aa-testimonials {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.aa-testimonials-section .aa-testimonials img {
  border-radius: 100%;
  width: 96px;
  height: auto;
}

.aa-testimonials-section .aa-testimonials .aa-testimonials-body {
  background-color: #F5FAFD;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -4px;
}

.aa-testimonials-section .aa-testimonials .h5 {
  color: #111111;
}

@media (max-width: 992px) {
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    text-align: center;
  }
  .aa-testimonials-section .aa-testimonials .aa-testimonials-body {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.aa-download-section i {
  color: #888;
}

.aa-download-section .aa-apple:hover i {
  color: #B4B0B0;
}

.aa-download-section .aa-android:hover i {
  color: #a4c639;
}

.aa-download-section .aa-windows:hover i {
  color: #0078d7;
}

.aa-download-section .aa-download-icon {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .aa-download-section p {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .aa-download-section p {
    font-size: 12px;
  }
  .aa-download-section .aa-download-icon {
    padding-left: 0px;
    text-align: center;
  }
  .aa-download-section .aa-download-icon-detail {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .aa-download-section p {
    font-size: 14px;
  }
}

/* Footer sectiom */
.aa-footer a.credit {
  color: inherit;
  border-bottom: 1px dashed;
}
