@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}
input,
button {
  outline: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
input {
  background: none;
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
input[type="email"] {
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
::-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 1px solid #fff;
  border-radius: 0px;
  background: none;
  color: #ffffff;
  color: #fff;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #ffffff;
  background: none;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  color: #fff;
  font-weight: 500;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-color: #333;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #fff;
}
.select select option {
  background: #fff !important;
  color: #333;
  padding: 50px !important;
}
.select select option ::after {
  border: none !important;
}
.select select option ::selection {
  border: none !important;
}
textarea {
  background: none;
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
button {
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.color-one {
  color: #003459 !important;
}
.color-two {
  color: #00a7e1 !important;
}
.color-three {
  color: #00171f !important;
}
.color-four {
  color: #fff !important;
}
.bg-one {
  background: #003459 !important;
}
.bg-two {
  background: #00a7e1 !important;
}
.bg-three {
  background: #00171f !important;
}
.bg-four {
  background: #fff !important;
}
.navbar-top-home {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar-top-window {
}
.navbar-brand img {
  width: auto;
  min-height: 1vh;
  max-height: 5vh;
  min-height: 80%;
}
.nav-link-light ul {
}
.nav-link-light ul li {
}
.nav-link-light a {
  font-weight: 500;
}
.nav-link-light :hover {
  color: #00a7e1 !important;
}
.nav-link-light ul li a :hover {
  color: rgba(120, 10, 23, 1) !important;
}
.banner-carousel {
  height: auto;
  max-height: 100vh;
}
.banner-carousel img {
  object-fit: cover;
  height: auto;
  max-height: 100vh;
}
.fab-icon-underline {
  text-decoration: none;
  position: relative;
}
.fab-icon-underline:after {
  position: absolute;
  content: "";
  height: 4px;
  bottom: -12px;
  margin: 0 auto;
  left: 0;
  right: 0;
  min-width: 30px;
  width: 4%;
  background: #00a7e1;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.session-title {
  color: #003459;
}
#Sobre {
  height: 80px;
}
#Solucoes {
  height: 80px;
}
#Blog {
  height: 80px;
}
#Contato {
  height: 80px;
}
.sobreImg {
  height: 555px;
  background: url("./assets/images/sobreImg.png") center no-repeat;
}
.solucoesPrimary {
  min-height: 500px;
  width: 100%;
  margin: 25px 0px;
}
.backPrimary {
  height: 100%;
  width: 100%;
  background: url("./assets/images/backPrimary.png") center no-repeat;
}
.containersPrimary {
  height: 200px;
  width: 220px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  color: #003459;
  transition: ease-in 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
.containersPrimary:hover {
  background: rgba(0, 167, 225, 0.15);
}
.containersPrimary p {
  font-size: 14px;
}
.spaceSolucoes {
  margin: 5% 0;
  margin: 0;
  padding: 0;
  height: 210px;
  background: url("./assets/images/spaceSolucoes.png") bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentSecundary {
  background: #00315a;
  min-height: 400px;
}
.containerSecundary {
  height: 100%;
}
.containersSecundary {
  height: 200px;
  width: 220px;
  background: rgba(0, 167, 225, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  color: #fff;
  transition: ease-in 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
.containersSecundary:hover {
  background: rgba(0, 167, 225, 0.6);
}
.containersSecundary p {
  font-size: 14px;
}
.content-solucoes {
  margin: 0;
  padding: 0;
  height: 200px;
  background: url("./assets/images/banner-siasp-solutions.png") bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-soluctions {
  margin: 0;
  padding: 0;
  background: url("./assets/images/banner-siasp-solutions.png") bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.col-3-img {
  position: relative;
  width: 50%;
  max-width: 300px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 90%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding-top: 33%;
  text-align: center;
}
.col-3-img:hover .overlay {
  opacity: 1;
}
.container-counter {
  max-height: 500px;
}
.content-count {
  background: #003554 url("./assets/images/banner048.png") fixed no-repeat;
  min-height: 50vh;
  height: max-content;
  color: #fff;
}
.col-6 div.count-centerNAOUSO {
  margin: 20% 0;
  color: #fff;
  background: #aaa;
}
.count-my-10 {
  margin: 13% 0;
}
.count-my-10 h1 {
  font-size: 5vw;
}
.content-coments {
  background: #00315a;
  min-height: 400px;
  max-height: 450px;
}
.container-coments {
  height: 100%;
}
.carousel-inner-my-center {
  min-height: 300px;
  color: #fff;
}
.carousel-avatar {
  border-radius: 50%;
  margin-top: 2vh;
}
.carousel-w-controler {
}
.carousel-img-wy {
  max-width: 19.6%;
  margin: 0 !important;
  border: 0 !important;
}
.carousel-item-resp {
  padding: 0 !important;
  margin: 0 !important;
}
.icons-quote-center {
  align-items: center;
  justify-content: center;
  padding: 2vh 0;
}
.content-icon {
  margin: 0 auto;
  width: 10%;
}
.i-white {
  color: #fff;
}
.button-softwares button {
  background: #003459;
  padding: 1vh 3vh;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}
.button-softwares button:hover {
  background: #00a7e1;
}
.softwares-banner {
  background: #333;
}
.content-softwares {
  background: url("./assets/fekra/images/img01.jpg") fixed;
  background-color: #0d61a1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 1;
}
.image-softwares {
  width: 100%;
}
.solutions-buttom {
  background: #fff;
  transition: 1s;
  cursor: pointer;
}
.solutions-buttom :hover {
  background: #003459;
  color: #fff;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
}
.solutions-buttom :hover .solutions-moreNO {
  display: flex;
  width: 100%;
  height: 100%;
}
.solutions-buttom :hover .border-solutions {
  display: none !important;
}
.border-solutions {
  border: 1px solid #003459;
  border-radius: 17px 17px 0 0;
}
.title-solutions {
  background: #003459;
  color: #fff;
  border-radius: 15px 15px 0 0;
  margin: 0 !important;
  height: 80px;
}
.name-solutions {
  display: flex;
  align-items: center;
}
.name-solutions h2 {
  font-size: 100%;
}
.content-solutions {
  height: 120px;
}
.content-solutions p {
  margin: 2vh;
  text-align: justify;
  font-size: 100%;
}
.solutions-more {
  display: none;
}
.cardUp {
}
.cardUp :hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.cardSolutions {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eee;
  /*height: 420px;*/
  max-height: 450px;
  text-decoration: none !important;
  color: #003459;
  transition: ease 0.5s;
}
.cardSolutions:hover {
  color: #003459 !important;
  -webkit-box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.23);
}
.cardSolutions a:hover {
  color: #003459 !important;
  text-decoration: none !important;
}
.cardSolutions a :visited,
:active,
:link {
  color: none;
  text-decoration: none !important;
}
.cardContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cardContent h2 {
  font-size: 150%;
}
.cardLink {
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cardLink p {
  margin: 0;
  padding: 0;
}

.grow-col {
  padding: 0;
}
.grow-image {
  width: 100%;
}
.grow-item {
  color: #333;
}
.grow-item p {
  font-size: small;
  color: #666;
}
.grow-content {
  max-width: 80%;
}
.grow-content-icon {
  max-width: 16%;
  margin: 0 2%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.icon-data-blog {
  background: #003459;
  min-width: 3vw;
  min-height: 8vh;
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 10px;
}
.icon-data-blog h4 {
  margin: 0;
  padding: 0;
}
.ol-mb-01 {
  margin-bottom: -11px;
}
.contact {
  background: #003554 url("./assets/images/banner048.png") fixed no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 1;
  width: 100%;
  padding: 8vh 0;
}
.content-contact-form {
  max-width: 80%;
}
.button-contact {
  padding: 0 !important;
}
.button-contact button {
  background: #003459;
  width: 100%;
  padding: 1vh 3vh;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}
.button-contact button:hover {
  background: #00a7e1;
}
.infoContact {
  text-align: right;
}
.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
#watermark {
  display: none !important;
  background: none !important;
}
.footer {
  /*
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  */
  background: #003459;
  color: #fff;
  padding: 1%;
  font-weight: 400;
  font-size: small;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer div p {
  padding: 0;
  margin: 0;
}
.voltar-ao-topo {
  position: fixed;
  bottom: 0.5em;
  right: 0.8em;
  text-decoration: none;
  color: rgba(0, 23, 31, 0.7);
  font-size: 50px;
  display: none;
  border-radius: 2px;
}
.voltar-ao-topo:hover {
  color: rgba(0, 126, 167, 0.7);
}

/* Blog */
.postThumb {
  color: #003459;
}
.postThumb a {
  color: #003459;
  text-decoration: none !important;
  transition: 1s;
}
.postThumb a:hover {
  color: #003459 !important;
}
.banner-page {
  width: 100%;
  min-height: 150px;
  background: #fff url("./assets/images/banner-siasp-head.png") bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.widgetsPost {
  width: 100%;
  background: #003459;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widgetsPost h4 {
  margin: 0 25% 0 !important;
}
.widgetsPost p {
  margin: 0 25% 0 !important;
}
.sessionSocial {
  width: 100%;
  min-height: 250px;
  background: #003554 url("./assets/images/banner048.png") fixed no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.animateSobreTop {
}
.animateSobreLeft {
}
.animateSobreRight {
}
.animateSolucoesTop {
}
.animateSolucoes1 {
}
.animateSolucoes2 {
}
.animateSolucoes3 {
}
.animateBlogTop {
}
.animateBlogLeft {
}
.animateBlogRight {
}
.animateSolutionsTop {
}
.animateSolutionsLeft {
}
.animateSolutionsRight {
}
.animateSolutionsZoom1 {
}
.animateSolutionsZoom2 {
}
.animateSolutionsZoom3 {
}
.animateSolutionsZoom4 {
}
.animateSolutionsZoom5 {
}
.animateSolutionsZoom6 {
}
.animateSolutionsZoom7 {
}
.animateSolutionsZoom8 {
}
.animateContatoTop {
}
.animateContatoLeft {
}
.animateContatoRight {
}

.w3-spin {
  animation: w3-spin 2s infinite linear;
}
@keyframes w3-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.w3-animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 0.8s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  animation: animatetop 0.6s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  animation: animateleft 1.2s;
}
.toggle-button-siasp {
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  animation: animateright 1.5s;
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 1s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  animation: animatezoom 1.5s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  transition: width 0.6s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}
@media (max-width: 576px) {
  .grow-content {
    max-width: 100%;
    margin: 2vh;
    text-align: center;
  }
  .grow-content-icon {
    display: none;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 3 !important;
  }
  .order-3 {
    order: 2;
  }
  .count-my-10 h1 {
    font-size: 7vh;
  }
  .count-my-10 h4 {
    font-size: 4vh;
  }
  .containersPrimary {
    width: 100%;
  }
  .content-coments {
    min-height: 500px;
  }
  .carousel-inner-my-center {
    min-height: 450px;
    color: #fff;
  }
  .infoContact {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.98) {
  .grow-content {
    text-align: center;
  }
  .grow-image {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1199.98px) {
  .grow-content-icon {
    font-size: 1vw;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader .inner {
  position: absolute;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%);
}
.bolas {
  width: 100%;
  height: 100%;
}
.bolas > div {
  /*display: inline-block;*/
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 100%;
  margin: 3px;
}
.bolas > div:nth-child(1) {
  animation-duration: 1.75s;
  animation-delay: 0;
}
.bolas > div:nth-child(2) {
  animation-duration: 1.75s;
  animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
  animation-duration: 1.75s;
  animation-delay: 0.24s;
}
.bolas > div:nth-child(4) {
  animation-duration: 1.75s;
  animation-delay: 0.48s;
}
.bolas > div:nth-child(5) {
  animation-duration: 0.75s;
  animation-delay: 0.6s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
