body {
  overflow-x: hidden;
  background-color: #fffff7;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

p {
  line-height: 1.75;
}

hr {
  border-width: 3px;
}

.btn {
  font-weight: 400;
  font-size: 12px;
  padding: 4px 30px;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #00aeed;
  border-color: #00aeed;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #00aeed !important;
  border-color: #00aeed !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #acabaa;
  text-shadow: none;
}

::selection {
  background: #acabaa;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.page-top-info {
  background-color: #142142;
}

.page-top-info .container > div {
  max-height: 36px;
  height: 36px;
}

.page-top-info img {
  float: left;
  padding-top: 10px;
}

.page-top-info a {
  color: #00aeed;
}

.page-top-info a > img {
  z-index: 1;
  position: relative;
  padding: 2px 10px 0px 0px !important;
  width: 10%;
}

.page-top-info p {
  color: #00aeed;
  font-size: 13px;
  font-weight: 300;
  padding: 6px;
  padding-right: 15px;
  float: left;
}

.page-top-info input[type='image'] {
  padding-left: 3px;
  float: right;
}

#divImgLang {
  padding-top: 10px;
  float: right;
}

.ion-icon {
  font-size: 15pt;
}

#menu {
  background-color: #e9ecef !important;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 80%;
  font-weight: 550;
  padding: 0.75em 0;
  color: #142142;
}

#mainNav.navbar-dark .navbar-toggler {
  color: #6c757dad;
  border-color: #8181822b;
}

header .row {
  position: relative;
  top: 70%;
}

header h1 {
  font-size: 30px;
  font-weight: 300;
  color: #00aeedb8;
}

hr.light {
  margin-left: 0%;
  border-color: #00aeedb8;
  width: 100px;
}

form > .form-group > input[type='text'],
form > .form-group > textarea {
  background-color: #d2ebf0;
  border: none;
  line-height: 1;
}

form > .form-group > label {
  display: table-cell;
  font-size: 10pt;
  font-weight: 400;
}

section {
  padding: 80px 0;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 50px;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
  text-align: center;
}

section#solucoes {
  background-color: #212529;
  background-image: url('../img/solucoes/img_banner2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

section#produtos {
  background-color: #00aeef;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}

section#produtos .carousel-caption {
  text-align: left;
  color: #fff;
}

.carousel-item > img {
  height: 170px;
  width: auto;
  margin-left: 50%;
  margin-bottom: 60px;
}

section h4 {
  color: #142142;
  text-align: left;
  font-size: 18pt;
  font-weight: 100;
}

section p,
ul > li {
  color: #142142;
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
}

.dropdown-menu {
  background-color: #e9ecef;
  border-top: 2px solid #00aeed;
  border-radius: 0rem;
  padding: 0.5rem 10px;
  min-width: max-content;
  margin: 0 0 0;
}

.dropdown-menu a {
  color: #142142;
  font-size: 80%;
  line-height: 1.5em;
  padding-right: 1em;
  padding-left: 1em;
}

.dropdown-menu a:hover {
  font-weight: bold;
  background-color: transparent;
  color: #142142;
}

.dropdown-item {
  padding: 0.25rem 1px;
}

.dropdown a::after {
  display: none !important;
}

.carousel-inner > .item > img {
  margin: 0 auto;
}

footer {
  padding-top: 9px;
  border-top: #142142 solid 8px;
  background-color: #e5e6e7;
}

footer .list-title {
  font-size: 10pt;
  font-weight: 600;
  color: #142142;
}

footer .list-inline > li {
  text-align: left;
  height: 18px;
}

footer .list-inline > li > a {
  font-size: 11px;
  color: #142142;
  text-decoration: none;
}

footer a:hover {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .page-top-info img,
  .page-top-info p {
    display: none;
  }

  footer #footer .container .row .col-md-4 img {
    margin-bottom: 10px;
  }

  .carousel-item > img {
    opacity: 0.2;
    margin-left: 15%;
  }

  section#produtos .carousel-caption h5 {
    font-size: 15pt;
    font-weight: 400;
  }

  section#produtos .carousel-caption p {
    font-size: 11pt;
    font-weight: 300;
  }
}

@media (min-width: 990px) {
  #mainNav {
    padding: 0 !important;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

img#canaisComunicacao {
  float: left;
  margin: 0px 20px 0px 0;
  width: 15%;
}

hr {
  margin-top: 20px;
  border-top: 3px solid #00aeed;
}

h4 > small {
  font-size: 50%;
  font-weight: 400;
  color: #00aeed;
}

.arquivos {
  background-color: #e0f0f4 !important;
  border: 0px;
  /* margin-top: 60px;  */
  border-radius: 0;
}

.modal-content {
  border: 0px;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 8px 1px #3e3e2e;
}

.modal-header {
  background-color: #00aeed;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 0.3rem;
}

.modal-title {
  color: white;
  font-weight: 400;
  font-size: 11pt;
  text-align: center;
  justify-content: center;
}

.modal-footer {
  padding: 0.3rem;
  background-color: #00aeed;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  border-top: 0px;
}

/* Css */

.carousel-indicators {
  bottom: -30px;
}

a:hover {
  color: #00aeed;
  text-decoration: none;
}

a {
  color: #00aeed;
}

/**/
.fixo {
  position: fixed;
  width: 35%;
  height: 100px;
  top: 100%;
  margin-top: -65px;
  margin-left: 64%;
  background-color: #142142;
  color: white;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 5px -3px 18px #888888;
}

a.close {
  margin-right: 5px;
}
