@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@700&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.title {
  font-family: "Arvo", serif;
  color: #fff !important;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #5a5e5e;
  font-size: 40px;
}
.title.branco {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FBD0D3;
}

.sub {
  color: #ad1212 !important;
  font-size: 26px;
  font-weight: bold;
}
.sub.branco {
  color: #fff !important;
}

.tamP {
  font-size: 18px !important;
}

a {
  color: #070606;
  text-decoration: none !important;
}

.intro-text {
  width: 0ch;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.intro-text.active {
  animation: typeIn 2s steps(28) forwards;
}

@keyframes typeIn {
  to {
    width: 28ch;
  }
}
.box {
  width: 200px;
  height: 200px;
  background-color: #64b6ac;
  text-align: center;
  line-height: 200px;
  margin: 50em 0;
  margin-left: calc(50% - 100px);
  transition: transform 0.5s, opacity 0.5s;
  color: #fff;
  font-weight: bold;
}

.box.left {
  transform: translateX(-200px);
  opacity: 0;
}

.box.right {
  transform: translateX(200px);
  opacity: 0;
  background-color: #473bf0;
}

.box.top {
  transform: translateY(-200px) rotate(360deg);
  opacity: 0;
  background-color: #3d2645;
}

.box.bottom {
  transform: translateY(200px) scaleX(3);
  opacity: 0;
  background: #ede580;
}

.box.active {
  transform: translateX(0);
  opacity: 1;
}

.loader {
  text-align: center;
}

header {
  /*padding: 30px 0;*/
  z-index: 99;
  position: relative;
  font-size: 16px !important;
}
header .dropdown-item {
  color: #070606 !important;
}
@media (min-width: 992px) {
  header .navbar-nav a {
    color: #fff;
    font-family: "Antonio", sans-serif;
  }
}
@media (max-width: 992px) {
  header {
    background-color: #d1d1d2;
  }
  header .navbar-na va {
    color: #fff;
  }
}
header a {
  font-size: 19px !important;
  padding-right: 0.2rem !important;
  padding-left: 0.8rem !important;
  font-weight: 500 !important;
}
header a:hover {
  color: #DDECAE;
}

#slider-home {
  margin-top: -195px;
  border-top: 10px solid #d1d1d2;
}
@media (max-width: 992px) {
  #slider-home {
    margin-top: -20px;
  }
}

.btn-contato {
  padding: 10px 40px 10px 40px !important;
  display: block;
  border-radius: 90px;
  background: linear-gradient(90deg, #eceda2 0%, #baecca 100%);
  transition: 0.4s;
  font-size: 15px !important;
  display: block;
  font-family: "Antonio", sans-serif;
}
.btn-contato:hover {
  text-decoration: unset;
  background: linear-gradient(90deg, #b3b463 0%, #68a17a 100%);
}

.btn-default {
  background-color: #eae7dd;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 90px;
  color: #323f45;
}
.btn-default:hover {
  text-decoration: unset;
  color: #070606;
}

.chamada {
  padding: 40px 0;
}
.chamada h1 {
  color: #A8073E;
  font-size: 30px;
  font-weight: 600;
}
.chamada p {
  color: #334046;
  font-size: 18px;
}
@media (min-width: 992px) {
  .chamada .desta {
    background: url("../images/detail.gif") right center no-repeat;
    padding-right: 40px;
  }
}

.card {
  border: 0;
  background-color: transparent;
}

.produtos {
  color: #ba4152;
}
.produtos .geral {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .produtos .card {
    display: flex;
    justify-content: left;
  }
}
.produtos .card .card-img-top {
  max-height: 150px;
}
@media (max-width: 992px) {
  .produtos .card .card-img-top {
    width: 100%;
  }
}
.produtos .card .card-body {
  color: #070606;
}
.produtos .card .card-body small {
  font-size: 11px;
  line-height: 0px !important;
}
.produtos .card .card-body h5 {
  font-size: 24px;
  font-weight: 600;
}

.chamada-sobre {
  position: relative;
}
.chamada-sobre .content {
  width: 90%;
}
@media (max-width: 992px) {
  .chamada-sobre .content {
    width: 100%;
  }
}
.chamada-sobre .content small {
  letter-spacing: 5px;
  font-size: 13px;
}
.chamada-sobre .content h3 {
  color: #93103f;
}
.chamada-sobre .content p {
  margin-top: 14px;
  color: #334046;
}
@media (max-width: 992px) {
  .chamada-sobre .left-line {
    display: none;
  }
}
.chamada-sobre .left-line img {
  position: absolute;
  width: 10%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}
@media (max-width: 992px) {
  .chamada-sobre .right-line {
    display: none;
  }
}
.chamada-sobre .right-line img {
  position: absolute;
  width: 10%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

.servicos {
  padding: 30px 0;
  background: #cc1050;
  background: linear-gradient(321deg, #cc1050 0%, #ff7065 100%);
  position: relative;
  height: 400px;
}
@media (max-width: 992px) {
  .servicos {
    height: auto;
  }
}
.servicos small {
  letter-spacing: 2px;
  font-size: 9px;
  color: white;
  text-transform: uppercase;
}
.servicos h3 {
  color: white;
  font-size: 30px;
}
.servicos .card-services {
  background-color: white;
  border-radius: 30px;
  margin-top: 30px;
  width: 100%;
  height: 300px;
}
.servicos .card-services .description {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: white;
}
@media (max-width: 992px) {
  .servicos .card-services .description {
    left: 80px;
  }
}
.servicos .card-services .description .widget {
  position: absolute;
  right: 100px;
  bottom: -20px;
}
.servicos .card-services .description .widget img {
  width: 90px;
}
.servicos .card-text {
  display: block;
  overflow: hidden;
  flex-direction: column;
  margin-top: 130px;
}
.servicos .card-services-info {
  padding: 10px;
  background-color: white;
  border-radius: 30px;
  margin-top: 30px;
  width: 100%;
  height: 291px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 13px -2px rgba(226, 224, 218, 0.53);
  position: relative;
  overflow: hidden;
}
.servicos .card-services-info * {
  z-index: 3;
}
.servicos .card-services-info .bg-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.servicos .card-services-info .bg-hover img {
  width: 180% !important;
  height: auto !important;
  border-radius: 30px !important;
}
.servicos .card-services-info .s-overlayer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.servicos .card-services-info .description {
  width: 100%;
  height: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servicos .card-services-info .description img {
  width: 100px;
  margin-bottom: 10px;
}
.servicos .card-services-info .description img.interna {
  width: 100% !important;
  height: auto !important;
  margin-top: 130px;
  border-radius: 20px;
}
.servicos .card-services-info .description .img-dentro {
  width: 100% !important;
  height: auto;
}
.servicos .card-services-info .description small {
  padding-top: 10px;
  text-transform: uppercase;
  color: #393535;
}
.servicos .card-services-info .description h4 {
  padding-top: 10px;
  color: #ee7475;
  font-size: 17px;
  text-align: center;
}

.bg-hover {
  display: none;
}

.card-services-info:hover .bg-hover {
  display: block;
}

.card-services-info:hover .img-main {
  display: none;
}

.card-services-info:hover .text-hover .description {
  align-items: flex-start !important;
}
.card-services-info:hover .text-hover small,
.card-services-info:hover .text-hover h4 {
  text-align: start !important;
  padding-left: 22px !important;
}
.card-services-info:hover .text-hover h4 {
  font-size: 25px !important;
  font-weight: 700 !important;
}

.card-services-info:hover .text-hover * {
  color: #fff !important;
}

.blog img {
  border-radius: 20px;
}

.chamada-esg {
  margin: 20px 0;
  padding: 50px 0;
}
.chamada-esg .content small {
  color: #393535;
  text-transform: uppercase;
}
.chamada-esg .content h4 {
  padding-top: 20px;
  color: #b21d50;
}
.chamada-esg .content p {
  color: #334046;
}

.chamada-blog {
  position: relative;
  z-index: 99;
}
.chamada-blog .content {
  background-image: url("../images/blog-default.png");
  background-size: cover;
  height: 380px;
  width: 100%;
  position: relative;
  border-radius: 30px;
}
.chamada-blog .content .description {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
.chamada-blog .content .description a small,
.chamada-blog .content .description a h3 {
  color: #fff;
}
.chamada-blog .content .description h3 {
  font-size: 18px;
  font-weight: bolder;
}
.chamada-blog .content strong {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
}

.contato form {
  background-color: #fff;
  margin-top: -120px;
  padding: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(38, 20, 80, 0.15);
  box-shadow: 5px 5px 15px 5px rgba(38, 20, 80, 0.15);
}
.contato form input[type=text] {
  border-radius: 10px;
}
.contato form textarea {
  height: 100px;
  border-radius: 20px;
}
.contato form .btn-contato {
  border: 0px;
  width: 100px;
}

.chamada-matriz {
  margin-top: 60px;
  position: relative;
  background-color: #334046;
  padding: 40px 0;
  color: #fff !important;
}
.chamada-matriz #waves {
  position: absolute;
  top: -320px;
  width: 100%;
}
.chamada-matriz strong {
  font-size: 13px;
  color: #bbdcf3;
}
.chamada-matriz p {
  font-size: 14px;
  line-height: 20px;
}
.chamada-matriz p strong {
  font-weight: bolder;
}

footer {
  padding: 40px 0;
}
footer .redes {
  display: flex;
  align-items: center;
}
footer .redes a {
  padding: 0 5px;
}
footer .redes a i {
  font-size: 25px;
}
footer strong {
  font-size: 14px;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
footer ul li a {
  font-size: 16px !important;
}

.page-header {
  margin-top: -160px;
  position: relative;
}
@media (max-width: 992px) {
  .page-header {
    margin-top: 0;
  }
}
.page-header .titulo {
  bottom: 150px;
  right: 0;
  left: 0;
  margin: auto auto;
  width: 100%;
  position: absolute;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 992px) {
  .page-header .titulo {
    position: relative;
    top: -160px;
    bottom: unset;
    color: white;
  }
}
.page-header .titulo h4 {
  font-size: 20px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .page-header .titulo h4 {
    font-size: 20px;
  }
}
.page-header .titulo small {
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c6cad0;
  font-size: 40px;
  font-family: "Arvo", serif;
}

.page-sobre {
  padding: 30px 0;
}
.page-sobre .titulo {
  color: #DF2A54;
}
@media (max-width: 992px) {
  .page-sobre {
    padding: 10px 0;
  }
}
.page-sobre .content {
  width: 70%;
}
@media (max-width: 992px) {
  .page-sobre .content {
    width: 100%;
  }
}
.page-sobre .content p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 992px) {
  .chamada-sobre-page .content p {
    font-size: 11px;
  }
}
.chamada-sobre-page .left-line img {
  width: 20%;
}
.chamada-sobre-page .right-line img {
  width: 20%;
}

.chamada-page-sobre {
  margin: 40px 0;
  position: relative;
  z-index: 999;
}
.chamada-page-sobre img {
  width: 90%;
}
.chamada-page-sobre .maior {
  border-radius: 50px;
}
.chamada-page-sobre .content small {
  color: #393535;
  text-transform: uppercase;
}
.chamada-page-sobre .content h4 {
  color: #d40c0c;
  font-size: 26px;
}
.chamada-page-sobre .content p {
  color: #334046;
}
@media (max-width: 992px) {
  .chamada-page-sobre .content p {
    font-size: 11px;
  }
}
.chamada-page-sobre #esg-absolute {
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 0;
  width: 150px;
}
.chamada-page-sobre.pages {
  padding-top: 30px;
}

.cards-unidades {
  margin-top: -70px;
}
@media (max-width: 992px) {
  .cards-unidades {
    margin-top: 10px;
  }
}
.cards-unidades .card .card-body h5 {
  color: #93103f;
}

.page-unidades-produtos {
  margin: 40px 0;
}
.page-unidades-produtos .line {
  background-color: #eae7dd;
  width: 100px;
  height: 2px;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .page-unidades-produtos .line {
    display: none;
  }
}
.page-unidades-produtos h3 {
  color: #323f45;
  padding: 0 30px;
}
.page-unidades-produtos .card {
  display: flex;
  justify-content: center;
}
.page-unidades-produtos .card img {
  width: 150px;
}

.parceiros {
  position: relative;
}
.parceiros #parceiros {
  position: absolute;
  bottom: 50px;
}
.parceiros #parceiros img {
  width: 80%;
}
@media (max-width: 992px) {
  .parceiros #parceiros img {
    width: 100px;
  }
}

.color-red {
  color: #93103f;
}

.esg-position {
  margin-top: -120px;
}
.esg-position img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

.page-servicos {
  background: none !important;
  margin-top: -130px;
}

.item-produto .titulo {
  color: #485053;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.item-produto .btn-categoria {
  margin: 0 auto;
  margin-top: 19px;
  color: #ca4549;
  font-size: 1rem;
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #ca4549;
  border-radius: 20px;
  font-weight: bold;
}

.btn-download a {
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ca4549;
  border: 1px solid #ca4549;
}

.btn-download a:hover {
  color: #ca4549;
  background-color: #fff;
}

/*# sourceMappingURL=main.css.map */
