@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,800&display=swap");
@font-face {
  font-family: "ViceCity";
  src: url(fonts/ViceCitySans.otf);
}

body {
  margin: 0;
  color: #000000;
  font-family: "Open sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: white;
}

a:link {
  font-weight: normal;
  color: #000066;
  text-decoration: none;
}

a:visited {
  font-weight: normal;
  color: #000066;
  text-decoration: none;
}

a:active {
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  font-weight: normal;
  color: #ff6600;
  text-decoration: none;
}

P {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #000000;
  font-family: Tahoma;
}

pre {
  border-right: #f0f0e0 1px solid;
  padding-right: 5px;
  border-top: #f0f0e0 1px solid;
  margin-top: -5px;
  padding-left: 5px;
  font-size: x-small;
  padding-bottom: 5px;
  border-left: #f0f0e0 1px solid;
  padding-top: 5px;
  border-bottom: #f0f0e0 1px solid;
  font-family: Courier New;
  background-color: #e5e5cc;
}

td {
  font-size: 12px;
  color: #000000;
  font-family: Tahoma;
}

h2 {
  border-top: #003366 1px solid;
  margin-top: 25px;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-left: -15px;
  color: #003366;
}

h3 {
  margin-top: 10px;
  font-size: 1.1em;
  margin-bottom: 10px;
  margin-left: -15px;
  color: #000000;
}

ul {
  margin-top: 10px;
  margin-left: 20px;
}

ol {
  margin-top: 10px;
  margin-left: 20px;
}

li {
  margin-top: 10px;
  color: #000000;
}

font.value {
  font-weight: bold;
  color: darkblue;
}

font.key {
  font-weight: bold;
  color: darkgreen;
}

.divTag {
  border: 1px;
  border-style: solid;
  background-color: #ffffff;
  text-decoration: none;
  height: auto;
  width: auto;
  background-color: #cecece;
}

.BannerColumn {
  background-color: #000000;
}

.Banner {
  border: 0;
  padding: 0;
  height: 8px;
  margin-top: 0px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#1c5280', EndColorStr='#FFFFFF');
}

.BannerTextCompany {
  font: bold;
  font-size: 18pt;
  color: #cecece;
  font-family: Tahoma;
  height: 0px;
  margin-top: 0;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 0px;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}

.BannerTextApplication {
  font: bold;
  font-size: 24pt;
  color: #062a51;
  font-family: ViceCitySans;
  height: 0px;
  margin-top: 0;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 0px;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}

.BannerText {
  font: bold;
  font-size: 18pt;
  font-family: Tahoma;
  height: 0px;
  margin-top: 0;
  margin-left: 8px;
  margin-bottom: 0;
  padding: 0px;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}

.BannerSubhead {
  border: 0;
  padding: 0;
  height: 16px;
  margin-top: 0px;
  margin-left: 10px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#4B3E1A', EndColorStr='#FFFFFF');
}

.BannerSubheadText {
  font: bold;
  height: 11px;
  font-size: 11px;
  font-family: Tahoma;
  margin-top: 1;
  margin-left: 10;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true');
}

.FooterRule {
  border: 0;
  padding: 0;
  height: 1px;
  margin: 0px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#4B3E1A', EndColorStr='#FFFFFF');
}

.FooterText {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  font-family: Tahoma;
  margin-top: 10;
  margin-left: 0px;
  margin-bottom: 2;
  padding: 0px;
  color: #999999;
  white-space: nowrap;
}

.FooterText a:link {
  font-weight: normal;
  color: #999999;
  text-decoration: underline;
}

.FooterText a:visited {
  font-weight: normal;
  color: #999999;
  text-decoration: underline;
}

.FooterText a:active {
  font-weight: normal;
  color: #999999;
  text-decoration: underline;
}

.FooterText a:hover {
  font-weight: normal;
  color: #ff6600;
  text-decoration: underline;
}

.ClickOnceInfoText {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  font-family: Tahoma;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  padding: 0px;
  color: #000000;
}

.InstallTextStyle {
  font: bold;
  font-size: 14pt;
  font-family: Tahoma;
  a: #ff0000;
  text-decoration: None;
}

.DetailsStyle {
  margin-left: 30px;
}

.ItemStyle {
  margin-left: -15px;
  font-weight: bold;
}

.StartColorStr {
  background-color: #4b3e1a;
}

.JustThisApp a:link {
  font-weight: normal;
  color: #000066;
  text-decoration: underline;
}

.JustThisApp a:visited {
  font-weight: normal;
  color: #000066;
  text-decoration: underline;
}

.JustThisApp a:active {
  font-weight: normal;
  text-decoration: underline;
}

.JustThisApp a:hover {
  font-weight: normal;
  color: #ff6600;
  text-decoration: underline;
}

.int-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  background-color: #ffd066;
  padding: 10px 60px;
  color: #062a51;
  font-weight: 700;
}
.mb-5 {
  margin-bottom: 30px;
}

.integrador-container {
  /*display: grid;*/
  margin: 30px;
  padding: 10px;
}
.card {
  /* min-height: 350px;*/
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 10%);
  background: #fff;
padding: 10px;

border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;

}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 25px;
  padding: 50px;
  
}
.card-content .blacked {
  font-size: 30px;
  font-weight: 700;
}

.card-content .blackedMin {
  font-size: 15px;
  font-weight: 300;
}
.card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  font-family: "ViceCity", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantaresll, "Open Sans", "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  background-color: #062a51;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.content-div {
  padding: 15px 0px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}

.download-btn {
  background-color: #ffd066;
  padding: 10px 30px;
  border-radius: 10px;
  border: 3px solid #062a51;
  color: #062a51 !important;
  margin: 30px auto 0px auto;
  text-transform: lowercase;
  transition: background-color 0.3s ease-in-out;
}
.download-btn:hover {
  background-color: #062a51;
  color: #ffd066 !important;
  border: 3px solid #062a51;
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #062a51;
  color: #fff;
  font-weight: 800;
  height: 55px;
}
footer {
  position: initial;
}
.footer-info {
  padding: 20px;
}

@media (min-width:1024px){
  footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

@media (max-width: 768px){
  /* CSS */
  .card-header {
    padding-top: 10px;
    margin-top: 20px;
  }
  footer {
    position: initial;
  }
  .footer-info {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-header {
    padding-top: 10px;
    margin-top: 20px;
  }


  footer {
    position: initial;
  }
  .footer-info {
    padding: 20px;
  }
}
