@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: 1rem;
}

h1, .h1 {
  font-family: "tiresias_infofontregular", "Dosis", "Helvetica", 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: 20px 0 0px; }

p { font-size: 1.3rem; line-height: 1.5em; margin-bottom: 5px; }
a { color: #0c609b; text-decoration: underline; }
a.nolink { text-decoration: none; }
a:hover, a:focus { text-decoration: underline!important; }

a span.externo { position: absolute; top: -9999px; left: -9999px; }

b, strong { font-weight: bold; }

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

.py-2 { padding-top: .5rem!important; padding-bottom: 0!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; }

.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);
}

.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%; }

/* Common Styles */

.txt-destaque { color: #f7395f; }
.title { color: #111111; }
.description { color: #333; }

.bg-gradient-webbr { background: linear-gradient(-45deg, #022d65 0%, #174d9e 100%);
-webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite; }

.bg-gradient { background: linear-gradient(-45deg, #f7395f 0%, #fe702e 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;
}

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

.aa-header .aa-logo-img {
  max-width: 45%!important;
}

.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;
}

.navbar .navbar-nav .nav-item {
  text-align: center;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px!important;
  font-weight: 800!important;
}

.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 {
    max-width: 100%;
    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;
}
