
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ff3333;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

/*.back-to-top:hover {
    background: #ff3333;
    color: #fff;
}*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  background: url(../fotos/background/atual.jpg) center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero img {
  width: 100%;
}

@media (max-width: 768px) {
  #hero img {
    padding: 50px 0;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

/*#hero .btn-get-started:hover {
    background: #ff3333;
    border: 2px solid #ff3333;
}*/

/* Services Section
--------------------------------*/
#services {
  padding: 80px 0 60px 0;
}

#services .box {
  color: #000;
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  min-height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #ff3333;
}

#services .icon img {
  width: 40px;
}

/*#services .box:hover{
    color: #fff;
    background: #ff3333;
    border: none;
}*/
/*#services .box:hover .icon {
    background: #fff;
    border: 2px solid #ff3333;
}*/
#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

.card {
  color: black;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

.container .copyright strong {
  color: #ff3333;
}

.btn-outline-secondary {
  background: white;
}

td {
  vertical-align: middle !important;
}

.kv-file-upload {
  display: none;
}

#total {
  font-size: 30px;
  color: #3fb13f;
  font-weight: 500;
}

tfoot {
  background-color: rgba(0, 0, 0, 0.2);
}

.fileinput-upload {
  margin: 10px 0;
  min-width: 100%;
  padding: 10px;
  font-size: 120%;
  background: #ff3333;
  border: none;
}

.fileinput-upload:hover,
.fileinput-upload:active {
  background: #e42f2f;
}

.btn-file {
  font-size: initial;
}

.cookiealert {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50%;
  margin: 0 !important;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  color: #fff;
  background: #212327db;
  border-radius: 10px;
}

.centro-cookie {
  position: relative;
  width: 1400px;
  max-width: 90%;
  margin: 10px auto;
  display: block;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.btncookie {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.imagem-protegida {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}