/* ==========================================================================
 03. PRELOAD SPINNER
 =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}
.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #2395ec;
  border-right-color: #2395ec;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #2395ec;
  border-bottom-color: #2395ec;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #2395ec;
}
@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
/*HEADER*/
#headerTop {
  background: #2a2d32;
  padding: 10px 0;
}
#headerTop #contactsHeader {
  gap: 30px;
}
#headerTop a {
  color: #fff;
  gap: 8px;
}
#headerTop a:hover {
  color: #9a9fa9;
}
#headerTop a:hover img {
  opacity: 0.6;
}
#headerTop a img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
header {
  min-height: 125px;
}
header #contentHeader {
  padding: 10px 0;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1) inset;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header #contentHeader.fixed-active {
  position: fixed;
}
header #menu ul:not(.dropdown-menu) {
  gap: 15px 30px;
}
header #menu ul li a {
  font-size: 1rem;
  color: #303030;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
}
header #menu ul li a:before {
  border-bottom: 1px solid #2395ec;
  border-top: 1px solid #2395ec;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header #menu ul li a.active,
header #menu ul li a:hover {
  color: #2395ec;
}
header #menu ul li a.active:before,
header #menu ul li a:hover:before {
  width: 100%;
}
header #menu ul li.dropdown .dropdown-toggle {
  background: none;
  border: none;
  color: #303030;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
}
header #menu ul li.dropdown .dropdown-toggle:before {
  border-bottom: 1px solid #2395ec;
  border-top: 1px solid #2395ec;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header #menu ul li.dropdown .dropdown-toggle:hover {
  color: #2395ec;
}
header #menu ul li.dropdown .dropdown-toggle:hover:before {
  width: 100%;
}
header #menu ul li.dropdown .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #menu ul li.dropdown .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: max-content;
  max-width: 420px;
}
header #menu ul li.dropdown .dropdown-menu a {
  font-size: 15px;
  padding: 10px 15px;
}
header #menu ul li.dropdown .dropdown-menu a:before {
  display: none;
}
header #menu ul li.dropdown .dropdown-menu a:hover {
  color: #2395ec;
}
header #menu ul li.dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
}
/*END HEADER*/
/*FOOTER*/
footer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  color: #fff;
  font-family: 'PT Sans', sans-serif;
}
footer a:hover {
  color: #2395ec;
}
footer #listContentFooter #listUnits span,
footer #listContentFooter #listUnits address {
  width: 90%;
}
footer #listContentFooter #listUnits .item-contact {
  margin: 1rem 0;
}
footer #listContentFooter #listUnits .item-contact img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(243deg) brightness(103%) contrast(101%);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #listContentFooter #listUnits .item-contact a {
  display: inline-block;
  margin: 5px 0;
}
footer #listContentFooter #listUnits address,
footer #listContentFooter #listUnits address p {
  margin: 0;
  font-size: 1rem;
}
footer #listContentFooter li h2 {
  font-size: 1.5rem;
}
footer #listContentFooter li h3 {
  font-size: 1.125rem;
}
footer #listContentFooter li .item-info {
  margin-bottom: 20px;
}
footer #listContentFooter li .item-info a {
  gap: 10px;
}
footer #listContentFooter li .item-info span {
  font-size: 1rem;
}
footer #listContentFooter li a:hover {
  color: #2395ec;
}
footer #listContentFooter li .list-menu a {
  font-size: 1rem;
  margin: 15px 0;
  font-weight: 600;
  display: block;
}
footer #listContentFooter li .list-menu a:first-child {
  margin-top: 0;
}
footer #listContentFooter li .list-menu a:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eee;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #listContentFooter li .list-menu a:hover:before {
  -webkit-transform: translate3d(4px, 0px, 0px);
  -moz-transform: translate3d(4px, 0px, 0px);
  -o-transform: translate3d(4px, 0px, 0px);
  transform: translate3d(4px, 0px, 0px);
  border-left: 6px solid #2395ec;
}
footer .filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
footer #bottomFooter {
  padding: 2rem 0;
}
footer #copyrightNetwork p {
  margin: 0;
  font-size: 14px;
}
footer #copyrightNetwork ul {
  margin: 0;
}
footer #copyrightNetwork #copyright a {
  text-decoration: underline;
  font-weight: bold;
}
footer #listServicesFooter {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*SETA TOPO*/
#arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(35, 149, 236, 0.6);
  padding: 5px 10px;
}
#arrowUp:hover {
  background-color: #2395ec;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}
/*END SETA TOPO*/
#whatsFooter {
  position: fixed;
  bottom: 10px;
  left: 4%;
  z-index: 9;
}
#whatsFooter a {
  cursor: pointer;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
#whatsFooter a:hover {
  opacity: 0.8;
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
body,
html {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  color: #626262;
  font-family: 'Raleway', sans-serif;
}
.font-pt-sans {
  font-family: 'PT Sans', sans-serif;
}
.font-roboto-slab {
  font-family: 'Roboto Slab', serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
  font-family: 'Roboto Slab', serif;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #2395ec;
}
.bg-default {
  background: #2395ec;
}
.color-secondary {
  color: #363636;
}
.background-secondary {
  background-color: #363636;
}
.bg-tertiary {
  background-color: #303030;
}
.bg-strong {
  background-color: #000000;
}
.background-dark {
  background-color: #2a2d32;
}
.bg-clean {
  background: #f7f7f8;
}
.text-color {
  color: #ffffff;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #363636;
  color: #363636;
  outline: none;
  letter-spacing: 0.025em;
  font-weight: bold;
  background-color: transparent;
  position: relative;
  background-size: 100% 0%;
  background-position: 50% 50%;
  font-family: 'Roboto Slab', serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#363636, #363636);
  background-repeat: no-repeat;
  color: #fff;
  transition: background-size 0.3s, color 0.3s;
}
.btn-transparent {
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  padding: 15px 30px;
  border: 2px solid #fff;
  color: #fff;
  outline: none;
  letter-spacing: 0.025em;
  font-weight: bold;
  background-color: transparent;
  position: relative;
  background-size: 100% 0%;
  background-position: 50% 50%;
  font-family: 'Roboto Slab', serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn-transparent:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  color: #363636;
  transition: background-size 0.3s, color 0.3s;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.object-fit {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-conceptual .item-banner img {
  object-fit: cover;
  -o-object-fit: cover;
}
.banner-conceptual .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-conceptual .content-banner .logo-banner img {
  max-height: 90px;
  margin: 0 auto 30px;
  object-fit: contain;
  -o-object-fit: contain;
  width: 250px;
}
.banner-conceptual .content-banner .text-banner {
  width: 80%;
  margin: 0 auto;
}
.banner-conceptual .content-banner .caption h1,
.banner-conceptual .content-banner .caption h2 {
  font-size: 60px;
}
.banner-conceptual .content-banner .caption p {
  color: #fff;
}
.intern .banner-conceptual .item-banner img {
  height: 70vh;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
}
.hover-borders {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.hover-borders:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hover-borders:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hover-borders:hover {
  border-color: #2395ec;
}
.hover-borders:hover:before {
  border-top: 40px solid #2395ec;
  border-right: 40px solid transparent;
  z-index: 1;
}
.hover-borders:hover:after {
  border-bottom: 40px solid #2395ec;
  border-left: 40px solid transparent;
  z-index: 1;
}
.list-network {
  gap: 15px;
}
.list-network li a {
  line-height: 1;
}
.list-network li a img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 20px;
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  object-fit: contain;
  -o-object-fit: contain;
}
.list-network li a:hover img {
  filter: invert(52%) sepia(64%) saturate(3891%) hue-rotate(184deg) brightness(100%) contrast(86%);
}
#conceptualIntern img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  height: 250px;
  object-fit: cover;
  -o-object-fit: cover;
}
#conceptualIntern .nav-breadcrumb {
  padding: 0;
}
.width-block {
  width: 60%;
  margin: 0 auto;
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #2395ec;
  color: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  background: rgba(23, 24, 25, 0.5);
  padding: 20px 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #2395ec;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #2395ec;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2395ec;
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}
.swiper:hover .swiper-button-next {
  right: 30px;
}
.swiper:hover .swiper-button-prev {
  left: 30px;
}
.swiper-thumbs {
  height: 65vh;
}
.swiper-thumbs .swiper-slide {
  width: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.swiper-thumbs .swiper-slide img {
  height: 105px;
}
.swiper-thumbs .swiper-slide:hover {
  opacity: 1;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-gallery img {
  width: 100%;
  height: 65vh;
}
canvas {
  width: 100%;
}
#matrixRain {
  background-color: #f7f7f8;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 15px;
}
#listBlog li {
  margin: 1rem 0;
}
#listBlog li .item-blog {
  padding: 10px;
  border: 1px solid #666;
}
#listBlog li figure {
  margin: 0;
}
#listBlog li figure img {
  height: 200px;
}
#listBlog li .block-resume {
  height: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#listBlog li h3 {
  font-size: 1.25rem;
  margin: 0;
}
#listBlog li time {
  display: flex;
  background-color: #0d5e9c;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8125rem;
  position: absolute;
  top: 10px;
  left: 10px;
  gap: 5px;
  line-height: 1.5;
}
#listBlog li time span {
  border-left: 1px solid;
  padding-left: 5px;
}
/* FORMULÁRIO */
#overlayPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#formContactFixed {
  position: fixed;
  bottom: -2px;
  z-index: 99;
  right: 8%;
}
@keyframes effectPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#formContactFixed #buttonCollapseForm {
  background: #2395ec;
  color: #fff;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  box-shadow: 0 0 3px #000;
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
#formContactFixed #buttonCollapseForm[aria-expanded="false"] {
  animation: pulse 1.5s ease infinite;
}
#formContactFixed #buttonCollapseForm:hover:before {
  width: 190px;
  height: 100px;
}
#formContactFixed #buttonCollapseForm:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  transform: translate(-23%, -25%);
  border-radius: 50%;
  background-color: #363636;
  transition: width .8s, height .8s;
  z-index: 0;
}
#formContactFixed #buttonCollapseForm span {
  position: relative;
  z-index: 1;
}
.bg-form {
  position: relative;
  z-index: 99;
  background: #363636;
  padding: 1.5rem;
  overflow: auto;
  max-height: 600px;
  max-width: 500px;
}
form .alert-dismissible {
  padding-right: 20px;
}
form .alert-dismissible .close {
  float: right;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  font-size: 1.5rem;
}
form .invalid-tooltip {
  font-size: 11px;
}
.content-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group {
  width: 100%;
}
.form-group.field-col {
  flex: 1;
  width: calc(100% / 3);
  /* O numero define quantos campos maximo deve ter por linha, no caso aqui 3, pode ter 2 ou 3 */
  box-sizing: border-box;
}
.form-group select.form-control {
  padding: 6px 15px;
  color: #b0afaf;
}
.form-group select.form-control:focus {
  color: #b0afaf;
}
.form-group select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
.form-group select.form-control:not([size]):not([multiple]).height-small {
  height: 35px;
}
.form-group select.form-control:not([size]):not([multiple]).height-large {
  height: 55px;
}
.form-group textarea.form-control {
  height: 85px;
  resize: none;
}
.form-group textarea.form-control.height-small {
  height: 65px;
}
.form-group textarea.form-control.height-large {
  height: 125px;
}
.form-group label {
  margin-bottom: 2px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:hover,
.form-group .form-control:focus {
  background: none;
  border-color: #2395ec;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-group .form-control.height-small {
  height: 35px;
}
.form-group .form-control.height-large {
  height: 55px;
}
::-webkit-input-placeholder {
  color: #8e8e8e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e !important;
}
:-ms-input-placeholder {
  color: #8e8e8e !important;
}
/* END FORMULÁRIO */
#listServices li {
  margin: 1.5rem 0;
}
#listServices li a figure:before {
  background: rgba(35, 149, 236, 0.5);
  content: "\002B";
  color: #ffffff;
  font-size: 6rem;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  height: 50%;
  opacity: 0;
  left: 50%;
  top: 25%;
  width: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 2;
}
#listServices li a figure img {
  height: 240px;
  width: 100%;
}
#listServices li a figure .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #2395ec;
  padding: 5px 15px;
  line-height: 1.2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
}
#listServices li a:hover figure:before {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
}
#listServices li a .card-body {
  margin: 15px 0 0;
  height: calc(100% - 255px);
}
#listProducts li {
  margin: 1rem 0;
}
#listProducts li a figure:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  height: 50%;
  opacity: 0;
  left: 50%;
  top: 25%;
  width: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 2;
}
#listProducts li a figure img {
  height: 340px;
  width: 100%;
}
#listProducts li a figure .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #2395ec;
  padding: 5px 15px;
  line-height: 1.2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
}
#listProducts li a .card-body {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#listProducts li a .card-body h3 {
  font-size: 1.125rem;
}
#listProducts li a .card-body p {
  font-size: 0.875rem;
}
@keyframes effctFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    /* Move o elemento para a esquerda */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* Retorna o elemento para a posição original */
  }
}
@keyframes effectFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
    /* Move o elemento para a direita */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    /* Retorna o elemento para a posição original */
  }
}
#listProducts li a:hover figure:before {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
}
#listProducts li a:hover .card-body {
  opacity: 1;
}
#listProducts li a:hover .card-body h3 {
  animation: effctFadeInLeft 0.8s forwards;
}
#listProducts li a:hover .card-body .effect-right {
  animation: effectFadeInRight 0.8s forwards;
}
#testimonies .swiper:hover .swiper-button-next {
  right: 40px;
}
#testimonies .item-testimonial {
  width: 80%;
  margin: 0 auto;
}
#testimonies .item-testimonial img {
  border: 2px solid #2395ec;
  height: 80px;
  width: 80px;
  object-fit: cover;
  -o-object-fit: cover;
}
#testimonies .item-testimonial .people-testimonial {
  gap: 15px;
}
#testimonies .item-testimonial .text-testimonial span {
  font-size: 1rem;
}
.block-text ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 1rem;
}
.block-text ol {
  padding: 0;
}
.block-text ol li {
  list-style-position: inside;
  font-size: 1rem;
  margin-bottom: 10px;
}
.block-text ol li p {
  display: inline;
  margin: 0;
}
.block-text .fr-fic.fr-fil {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
.block-text .fr-fic.fr-fir {
  float: right;
  margin: 10px 0 10px 20px;
}
.block-text .img-text-detail {
  margin-bottom: 20px;
  width: 100%;
}
.block-text .img-text-detail img {
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  color: #363636;
  font-weight: 300;
  margin-bottom: 10px;
}
.block-text h2 strong,
.block-text h3 strong,
.block-text h4 strong,
.block-text h5 strong,
.block-text h6 strong {
  font-weight: bold;
}
.block-text a {
  color: #2395ec;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.block-text a:hover {
  color: #81c2f4;
}
#clients .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
#counter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}
#counter #contentCounter {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
#counter ul li span {
  font-size: 4rem;
  line-height: 1.2;
}
#counter ul li h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
}
/*HOME*/
#home #conceptualHome .swiper:hover .swiper-button-next {
  right: 50px;
}
#home #conceptualHome .swiper:hover .swiper-button-prev {
  left: 10px;
}
#home #conceptualHome .item-banner img {
  height: calc(100vh - 120px);
}
@keyframes mouse-scroll {
  to {
    transform: translate(0, 6px) scale(1, 0.8);
  }
}
#home #conceptualHome .arrow-banner .scroller-text {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ececec;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#home #conceptualHome .arrow-banner:hover .scroller-text {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
}
#home #conceptualHome .arrow-banner .moving-mouse-holder .mouse {
  width: 26px;
  height: 40px;
  position: relative;
  left: 0;
  margin: 0 auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #fff;
  cursor: pointer;
}
#home #conceptualHome .arrow-banner .moving-mouse-holder .mouse-button {
  background-color: #fff;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  animation: mouse-scroll 0.8s infinite alternate;
}
#home #aboutResume #imageAboutResume img {
  height: 240px;
}
#home #aboutResume .title-block {
  width: 90%;
}
#home #productsHome .button-more,
#home #servicesHome .button-more {
  position: absolute;
  top: 6px;
  right: 0;
}
#home #highlights .block-text h2 {
  border-left: 2px solid;
  padding: 15px 20px;
}
#home #highlights .list-items li {
  margin: 2rem 0;
}
#home #highlights .list-items li figure {
  width: 14%;
}
#home #highlights .list-items li figure img {
  opacity: 0.6;
  object-fit: contain;
  -o-object-fit: contain;
}
#home #highlights .list-items li h3 {
  font-size: 1.125rem;
  margin: 0;
}
#home #highlights .list-items li p {
  margin: 0;
}
#home #highlights .list-items li .text-icon {
  width: 80%;
}
#home #timeline canvas {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f8;
  height: 100%;
}
#home #timeline ul {
  gap: 30px;
}
#home #timeline ul:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ccced0;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0 auto;
}
#home #timeline ul li {
  position: relative;
  flex: 1 1 24%;
}
#home #timeline ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2395ec;
  border: 4px solid #555;
  content: "";
  height: 1rem;
  left: -2px;
  position: absolute;
  top: -40px;
  width: 1rem;
}
#home #timeline ul li .text-timeline h3 span {
  font-size: 14px;
  opacity: 0.85;
}
#home #timeline ul li .text-timeline h3 strong {
  font-size: 1.5rem;
}
#home #ctaContact {
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  z-index: 2;
}
#home #ctaContact:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 54, 54, 0.2);
  z-index: -1;
}
#home #ctaContact img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#home #ctaContact .btn-transparent {
  gap: 10px;
}
#home #ctaContact .btn-transparent.btn-whats:hover {
  color: #00ce65;
}
#home #ctaContact .btn-transparent.btn-whats:hover img {
  filter: invert(48%) sepia(86%) saturate(1584%) hue-rotate(114deg) brightness(101%) contrast(105%);
  -webkit-filter: invert(48%) sepia(86%) saturate(1584%) hue-rotate(114deg) brightness(101%) contrast(105%);
}
#home #ctaContact .btn-transparent:hover img {
  filter: invert(20%) sepia(8%) saturate(7%) hue-rotate(321deg) brightness(93%) contrast(92%);
  -webkit-filter: invert(20%) sepia(8%) saturate(7%) hue-rotate(321deg) brightness(93%) contrast(92%);
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header #menu ul:not(.dropdown-menu) {
    gap: 15px 20px;
  }
  #aboutResume .title-block h2 {
    font-size: 25px;
  }
  #testimonies .swiper-pagination {
    position: static;
    margin-top: 1rem;
  }
  .banner-conceptual .content-banner .caption h1,
  .banner-conceptual .content-banner .caption h2 {
    font-size: 40px;
  }
  .swiper-thumbs .swiper-slide img {
    height: 125px;
  }
  #home #timeline ul {
    padding: 0 0 0 40px;
  }
  #home #timeline ul::before {
    height: 100%;
    width: 2px;
    top: 0;
    left: 5px;
  }
  #home #timeline ul li::before {
    left: -42px;
    top: 0;
  }
  .swiper:hover .swiper-button-prev {
    left: 15px;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    padding: 10px 15px;
  }
  .swiper .swiper-button-next,
  #home #conceptualHome .swiper .swiper-button-next,
  #testimonies .swiper .swiper-button-next {
    right: 25px;
  }
  .swiper:hover .swiper-button-next,
  #home #conceptualHome .swiper:hover .swiper-button-next,
  #testimonies .swiper:hover .swiper-button-next {
    right: 25px;
  }
  #home #conceptualHome .swiper:hover .swiper-button-prev,
  .swiper .swiper-button-prev,
  .swiper:hover .swiper-button-prev {
    left: 10px;
  }
  footer #listContentFooter #listUnits address p,
  footer #listContentFooter li .item-info span {
    font-size: 14px;
  }
  footer #listServicesFooter {
    margin-bottom: 2rem;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .width-block {
    width: 80%;
  }
  .h1,
  h1 {
    font-size: 24px;
  }
  #listProducts li a .card-body {
    position: static;
    opacity: 1;
    justify-content: space-between;
    height: 290px;
  }
  #listProducts li a figure img {
    height: 240px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #listProducts li a figure::before {
    display: none;
  }
  #listProducts li a:hover .card-body h3,
  #listProducts li a:hover .card-body .effect-right {
    animation: none;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    opacity: 1;
  }
  #product .swiper-thumbs-product img {
    height: 70px;
  }
  #galleryContent a .item-gallery img {
    height: 260px;
  }
  #serviceContent .nav-pills button {
    padding: 10px;
    font-size: 15px;
  }
  #blockTabs .tab-content {
    margin-top: 20px;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #iconNavicon label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 12px;
  }
  #iconNavicon label:before {
    content: "MENU";
    display: inline-block;
    color: #363636;
  }
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #363636;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  #iconNavicon label .lines span:nth-of-type(1) {
    width: 60%;
  }
  #iconNavicon label .lines span:nth-of-type(2) {
    width: 80%;
  }
  #iconNavicon label .lines span:nth-of-type(3) {
    width: 100%;
  }
  #iconNavicon label input {
    display: none;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(44deg) translate(4px, 0);
    width: 40%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform-origin: bottom;
    width: 42%;
    transform: translate(15px, -6px) rotatez(45deg);
  }
  #iconNavicon span {
    font-size: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  nav#menu {
    display: none;
    margin: 20px 0px 0px;
    max-height: 80vh;
    overflow: auto;
  }
  nav#menu ul li {
    text-align: left;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
    font-size: 20px;
  }
  nav#menu ul li a.active:after {
    display: none;
  }
  nav#menu ul li.dropdown .dropdown-toggle {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px;
    width: 100%;
    text-align: left;
  }
  nav#menu ul li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    max-width: 100%;
  }
  nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  .padding-block {
    padding: 3rem 0;
  }
  /**********/
  .banner-conceptual .content-banner {
    background: rgba(0, 0, 0, 0.6);
  }
  #home #conceptualHome .item-banner img {
    height: 50vh;
  }
  .banner-conceptual .content-banner .caption h1,
  .banner-conceptual .content-banner .caption h2 {
    font-size: 2rem;
  }
  #imageAboutResume {
    margin: 0 0 2rem;
  }
  #counter ul li h3 {
    font-size: 12px;
  }
  #counter ul li span {
    font-size: 3rem;
  }
  .swiper-gallery img {
    height: 30vh;
  }
  .swiper-thumbs {
    height: auto;
    margin-top: 15px;
  }
  .swiper-thumbs .swiper-slide img {
    height: 90px;
  }
  #blockAction .btn-transparent {
    padding: 15px 20px;
  }
  #listProducts li a .card-body {
    height: 270px;
  }
  footer #listServicesFooter {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /*END HOME*/
  /*INTERN*/
  .cc_banner-wrapper .cc_container .cc_message {
    margin-top: 0;
  }
  .cc_banner-wrapper .cc_container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  #infos {
    margin-bottom: 2rem;
  }
  #serviceContent .block-text figure img {
    width: 300px;
    height: 200px;
  }
  #productContent .row {
    flex-direction: column-reverse;
  }
  #galleryProduct {
    margin-top: 1rem;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  #iconNavicon label .lines {
    width: 22%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -6px) rotatez(46deg);
  }
  .btn-more,
  .btn-transparent,
  .btn-default {
    width: 100%;
  }
  .swiper .swiper-pagination {
    position: static;
    margin: 10px 0;
  }
  .swiper .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
  #home #testimonies .item-testimonial {
    width: auto;
  }
  #listCounter li {
    margin: 1rem 0;
  }
  .padding-block {
    padding: 2rem 0;
  }
  .width-block {
    width: auto;
  }
  .form-group.field-col {
    width: 100%;
    flex: auto;
  }
  #headerTop #contactsHeader {
    gap: 10px 40px;
  }
  .banner-conceptual .content-banner .logo-banner img {
    width: 150px;
    margin: 0 auto 20px;
  }
  .banner-conceptual .content-banner .caption h1,
  .banner-conceptual .content-banner .caption h2 {
    font-size: 1.5rem;
  }
  .banner-conceptual .content-banner .text-banner {
    width: auto;
  }
  #home #aboutResume #imageAboutResume img {
    height: 200px;
  }
  #home #productsHome .button-more,
  #home #servicesHome .button-more {
    position: static;
  }
  #listProducts li a .card-body {
    height: auto;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    opacity: 1;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    padding: 10px 15px;
  }
  #ctaContact a {
    width: 100%;
  }
  #home #ctaContact .btn-transparent {
    justify-content: center;
    padding: 15px;
  }
  #copyrightNetwork {
    text-align: center;
  }
  #bottomFooter .list-network {
    justify-content: center;
    margin: 20px 0;
  }
  #formContactFixed {
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #buttonCollapseForm {
    width: 95%;
  }
  #whatsFooter {
    bottom: 60px;
  }
  #arrowUp {
    right: 5px;
    bottom: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .swiper .swiper-button-next,
  #home #conceptualHome .swiper .swiper-button-next,
  #testimonies .swiper .swiper-button-next {
    right: 10px;
  }
  #about #team li .item-team img {
    height: 155px;
    width: 155px;
  }
  #testimonies .item-testimonial {
    width: auto;
  }
  .nav-pills .nav-link {
    padding: 10px;
  }
  .block-text .h2,
  .block-text h2 {
    font-size: 1.4rem;
  }
  #serviceContent .block-text figure img {
    width: 100%;
  }
  #serviceContent .block-text figure {
    margin: 0 0 15px 0;
  }
  #tabContent {
    margin-top: 10px;
  }
  #galleryService ul li a figure img {
    height: 180px;
  }
  #galleryService li {
    margin: 1rem 0;
  }
  header {
    min-height: 158px;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
