/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Arial", sans-serif;
  color: #000000;
}
h3, h4, h5 {
  font-family:'arial';
  color: #2452a2;
  text-decoration: none;
}


a {
  color: #2452a2;
  text-decoration: none;
}

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

h1, h2, h6 {
  font-family: "Arial", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2452a2;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 91%;
  right: 300px;
  bottom: 15px;
  z-index: 996;
  background: #86a8e2;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #001d4e;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.925);
}
#header .logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: rgb(255, 255, 255);
}
#header .logo img {
  max-height: 50px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  font-weight: 500;
  color: rgb(5, 5, 5);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 17px;
  line-height: 0;
  margin-left: 5px;
}
.navbar, .navbar .active:focus, .navbar li:hover > a {
  color: #000000;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ffffff;
  font-weight: 600;
}
 .navbar .getstarted:focus:hover {
  color: rgb(0, 0, 0);
  background: #000000;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 17px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #2452a2;
}
.navbar .dropdown ul a i {
  font-size: 16px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2452a2;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2452a2;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2452a2;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffffff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #2452a2;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2452a2;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section #4472c1
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 700px;
  background: #273572; /*muda cor de fundo*/
}
#hero .container {
  padding-top: 72px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Seção porcentagem
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2452a2;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #2452a2;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: relative;
}
.clients img {
  max-width: 60%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 1800px) {
  .clients img {
    max-width: 44%;
  }
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #2452a2;
  font-family: "Poppins", sans-serif;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2452a2;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2452a2;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #2452a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #000000;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #2db6fa;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Sobre nós
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #2452a2;
  border: 2px solid #2452a2;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  border-radius: 4px;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #2452a2;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
.portfolio .portfolio-item {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 280px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}
.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: rgb(234, 234, 234);
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}
.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #000000;
  line-height: 0;
}
.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
  background: #e3e3e3;
}
.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: rgb(255, 255, 255);
}
.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}
.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}
.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}
.portfolio .portfolio-item .portfolio-info { 
  background: #e2ebfb;
  text-align: center;
  padding: 30px;
  height: 30px;
  border-radius: 0 0 3px 3px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info h4 a {
  color: rgb(0, 0, 0);
}
.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #2452a2;
}
.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid #2452a2;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2452a2;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2452a2;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
.time .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
--------------------------------------------------------------*/
.time {
  background: #fff;
  padding: 60px 0;
}
.time .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}
.time .member .member-img {
  position: relative;
  overflow: hidden;
}
.time .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/efeito.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
.time .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 251, 251, 0.3);
  z-index: 2;
}
.time .member .social a {
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}
.time .member .social a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.time .member .social i {
  font-size: 18px;
}
.time .member .member-info {
  padding: 10px 15px 20px 15px;
}
.time .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
}
.time .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.time .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #000000;
}
.time .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.time .member:hover .social {
  right: 8px;
  opacity: 1;
}
/*stilo a bolinha*/
.team-carousel .owl-carousel .owl-theme .owl-controls .owl-dots div .owl-dot {
  background: #9d9d9d none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;

}

.team-carousel .owl-carousel .owl-theme .owl-controls .owl-dots {
  bottom: -30px; /*posição das bolinhas*/
  display: block;
  left: 50%;
  margin-left: -50px;
  position: absolute;
}

.team-content {
  margin-bottom: 15px;
}

.team-carousel .owl-carousel .owl-theme .owl-controls .owl-dots div .owl-dot {
  display: inline-block;
  margin: 0 1px;
}

.team-carousel .owl-carousel .owl-theme .owl-controls .owl-dots div .owl-dot .active span {
  background: #ff0000;
}


/*--------------------------------------------------------------
# Curriculo
--------------------------------------------------------------*/
.curriculo .nav-tabs {
  border: 0;
}
h5{
  color: #000;
}
.curriculo .nav-link {
  border: 1px solid #000000;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.curriculo .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.curriculo .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.curriculo .nav-link:hover {
  color: #7eaaf7;
}
.curriculo .nav-link.active {
  background: #7eaaf7;
  color: #fff;
  border-color: #7eaaf7;
}
@media (max-width: 768px) {
  .curriculo .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .curriculo .nav-link {
    padding: 15px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}
.curriculo .tab-content {
  margin-top: 30px;
}
.curriculo .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.curriculo .tab-pane ul {
  list-style: none;
  padding: 0;
}
.curriculo .tab-pane ul li {
  padding-bottom: 10px;
}
.curriculo .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2452a2;
}
.curriculo .tab-pane p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #2452a2;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #2452a2;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #2452a2;
  border-bottom: 3px solid #2452a2;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #2452a2;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.contact .info .email p {
  padding-top: 5px;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #2452a2;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2452a2;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #2452a2;
  border-bottom: 3px solid #2452a2;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: #ed3c0d;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form label {
  padding-bottom: 8px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #2452a2;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #2452a2;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2452a2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2452a2;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2452a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #2452a2;
}
#footer .footer-newsletter {
  padding: 20px 0;
  background: #2452a2;
  text-align: center;
  font-size: 15px;
  color: #000000;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 0px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2452a2;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #2452a2;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #2452a2;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #000000;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2452a2;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2452a2;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2452a2;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2452a2;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #a23324;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

/*CSS de todos os produtos*/
/*--------------------------------------------------------------
# Services Ativo
--------------------------------------------------------------*/
.ativos .produto-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  cursor: pointer;
}
.ativos  .produto-box .icon {
  font-size: 36px;
  padding: 20px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.ativos .produto-box h3 {
  color: #444444;
  font-weight: 700;
  cursor: pointer;
}
.ativos  .produto-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
  cursor: pointer;
  
}
.ativos  .produto-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
  cursor: pointer;
}
.ativos  .produto-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.ativos  .produto-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.ativos  .produto-box.blue .read-more {
  color: #2db6fa;
}
.ativos  .produto-box.blue:hover {
  background: #2db6fa;
}
.ativos  .produto-box.orange {
  border-bottom: 3px solid #f68c09;
}
.ativos  .produto-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.ativos  .produto-box.orange .read-more {
  color: #f68c09;
}
.ativos .produto-box.orange:hover {
  background: #f68c09;
}
.ativos  .produto-box.green {
  border-bottom: 3px solid #08da4e;
}
.ativos  .produto-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.ativos  .produto-box.green .read-more {
  color: #08da4e;
}
.ativos  .produto-box.green:hover {
  background: #08da4e;
}
.ativos  .produto-box.red {
  border-bottom: 3px solid #e9222c;
}
.ativos  .service-box.red .icon {
  color: #e9222c;
  background: #fea9b5;
}
.ativos  .produto-box.red .read-more {
  color: #e9222c;
}
.ativos  .produto-box.red:hover {
  background: #e9222c;
}
.ativos  .produto-box.purple {
  border-bottom: 3px solid #b50edf;
}
.ativos  .produto-box.purple .icon {
  color: #b50edf;
  background: #f4c5ff;
}
.ativos  .produto-box.purple .read-more {
  color: #b50edf;
}
.ativos  .produto-box.purple:hover {
  background: #b50edf;
}
.ativos  .produto-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.ativos .produto-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.ativos  .produto-box.pink .read-more {
  color: #f51f9c;
}
.ativos  .produto-box.pink:hover {
  background: #f51f9c;
}
.ativos  .produto-box.cinza {
  border-bottom: 3px solid #a09e9f;
}
.ativos .produto-box.cinza .icon {
  color: #a09e9f;
  background: #dcdcdc;
}
.ativos  .produto-box.cinza .read-more {
  color: #a09e9f;
}
.ativos  .produto-box.cinza:hover {
  background: #a09e9f;
}
.ativos  .produto-box.bordo {
  border-bottom: 3px solid #6f1518;
}
.ativos .produto-box.bordo .icon {
  color: #6f1518;
  background: #d1484d;
}
.ativos  .produto-box.bordo .read-more {
  color: #6f1518;
}
.ativos  .produto-box.bordo:hover {
  background: #6f1518;
}
.ativos  .produto-box.amarelo {
  border-bottom: 3px solid #ebe65a;
}
.ativos .produto-box.amarelo .icon {
  color: #918c00;
  background: #f7fc77;
}
.ativos  .produto-box.amarelo .read-more {
  color: #ebe65a;
}
.ativos  .produto-box.amarelo:hover {
  background: #ebe65a;
}
.ativos  .produto-box:hover h3, .ativos  .produto-box:hover p, .ativos  .produto-box:hover .read-more {
  color: #fff;
}
.ativos  .produto-box:hover .icon {
  background: rgb(244, 244, 244);
}

/*--------------------------------------------------------------
# Contabilidade
--------------------------------------------------------------*/
.contabilidade .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.contabilidade .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  background: #f5f5f5;
  border-radius: 50px;
}
.contabilidade .icon-box .icon i {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}
.contabilidade .icon-box h4 {
  font-weight: 200;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.contabilidade .icon-box p {
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}
.contabilidade .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.08);
}
.contabilidade .iconbox-blue i {
  color: #47aeff;
}
.contabilidade .iconbox-blue:hover .icon {
  background: #47aeff;
}
.contabilidade .iconbox-blue:hover .icon i {
  color: #fff;
}
.contabilidade .iconbox-orange i {
  color: #ffa76e;
}
.contabilidade .iconbox-orange:hover .icon {
  background: #ffa76e;
}
.contabilidade .iconbox-orange:hover .icon i {
  color: #fff;
}
.contabilidade .iconbox-pink i {
  color: #e80368;
}
.contabilidade .iconbox-pink:hover .icon {
  background: #e80368;
}
.contabilidade .iconbox-pink:hover .icon i {
  color: #fff;
}
.contabilidade .iconbox-yellow i {
  color: #ffbb2c;
}
.contabilidade .iconbox-yellow:hover .icon {
  background: #ffbb2c;
}
.contabilidade .iconbox-yellow:hover .icon i {
  color: #fff;
}
.contabilidade .iconbox-red i {
  color: #ff5828;
}
.contabilidade .iconbox-red:hover .icon {
  background: #ff5828;
}
.contabilidade .iconbox-red:hover .icon i {
  color: #fff;
}
.contabilidade .iconbox-teal i {
  color: #11dbcf;
}
.contabilidade .iconbox-teal:hover .icon {
  background: #11dbcf;
}
.contabilidade .iconbox-teal:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Distribuição de energia
--------------------------------------------------------------*/
.energia .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.energia .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.energia .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.energia .icon-box h4 a {
  color: #2452a2;
  transition: 0.3s;
}
.energia .icon-box h4 a:hover {
  color: #2452a2;
}
.energia .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# ERP
--------------------------------------------------------------*/
.erp .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.erp .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #5c9f24;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.erp .icon i {
  font-size: 36px;
  line-height: 0;
}
.erp:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}
.erp.title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.erp .title a {
  color: #444444;
  transition: 0.3s;
}
.erp .title a:hover {
  color: #5c9f24;
}
.erp .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}
.erp .description {
  line-height: 24px;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Folha de pagamento
--------------------------------------------------------------*/
.folha .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.folha .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}
.folha .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.folha .icon-box h4 a {
  color: #2452a2;
  transition: 0.3s;
}
.folha .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}
.folha .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.folha .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Georreferenciamento
--------------------------------------------------------------*/
.geo .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #ffffff;
  transition: 0.3s;
}
.geo .icon-box:hover {
  background: #ffffff;
}
.geo .icon-box i {
  float: left;
  color: #2452a2;
  font-size: 40px;
  line-height: 0;
}
.geo .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.geo .icon-box h4 a {
  color: rgb(0, 0, 0);
  transition: 0.3s;
}
.geo .icon-box h4 a:hover {
  text-decoration: underline;
}
.geo .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}
.geo .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Livros
--------------------------------------------------------------*/
.livros .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.livros .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.livros .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.livros .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.livros .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.livros .icon-box h4 a {
  color: #545454;
}
.livros .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.livros .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}
.livros .icon-box:hover .icon {
  background: #fff;
}
.livros .icon-box:hover .icon i {
  color: #e96b56;
}
.livros .icon-box:hover .icon::before {
  background: #ef9383;
}
.livros .icon-box:hover h4 a, .livros .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# nf3-e
--------------------------------------------------------------*/
.nf3 .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.nf3 .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.nf3 .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.nf3 .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.nf3 .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}
.nf3 .icon-box h4 a:hover {
  color: #ffc451;
}
.nf3 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.nf3 .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Ordens em curso
--------------------------------------------------------------*/
.ordens .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.ordens .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.ordens .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.ordens .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.ordens .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.ordens .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.ordens .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}
.ordens .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.ordens .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.ordens .iconbox-blue i {
  color: #47aeff;
}
.ordens .iconbox-blue:hover .icon i {
  color: #fff;
}
.ordens .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.ordens .iconbox-orange i {
  color: #ffa76e;
}
.ordens .iconbox-orange:hover .icon i {
  color: #fff;
}
.ordens .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.ordens .iconbox-pink i {
  color: #e80368;
}
.ordens .iconbox-pink:hover .icon i {
  color: #fff;
}
.ordens .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.ordens .iconbox-yellow i {
  color: #ffbb2c;
}
.ordens .iconbox-yellow:hover .icon i {
  color: #fff;
}
.ordens .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.ordens .iconbox-red i {
  color: #ff5828;
}
.ordens .iconbox-red:hover .icon i {
  color: #fff;
}
.ordens .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.ordens .iconbox-teal i {
  color: #11dbcf;
}
.ordens .iconbox-teal:hover .icon i {
  color: #fff;
}
.ordens .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Sistemas de pedidos
--------------------------------------------------------------*/
.services {
  background: #ffffff;
  padding-bottom: 50px;
}

.services .section-title h2::after {
  background: rgba(0, 0, 0, 0.2);
}
.services .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
}
.services .icon-box:hover {
  transform: scale(1.08);
}
.services .icon {
  margin-bottom: 15px;
}
.services .icon i {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  background: #7eaaf7;
  padding: 15px;
  border-radius: 50px;
  transition: all 0.3s;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #2452a2;
  transition: 0.3s;
}
.services .title a:hover {
  color: #2452a2;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/* -----------------------------------
/*    CSS ÁREA DO CLIENTE
/* -----------------------------------*/
/*--------------------------------------------------------------
# Acessorios
--------------------------------------------------------------*/
.acessorios .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.acessorios .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.acessorios .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.acessorios .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.acessorios .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.acessorios .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.acessorios .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.acessorios .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.acessorios .iconbox-blue i {
  color: #47aeff;
}
.acessorios .iconbox-blue:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.acessorios .iconbox-orange i {
  color: #ffa76e;
}
.acessorios .iconbox-orange:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.acessorios .iconbox-pink i {
  color: #e80368;
}
.acessorios .iconbox-pink:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.acessorios .iconbox-yellow i {
  color: #ffbb2c;
}
.acessorios .iconbox-yellow:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.acessorios .iconbox-red i {
  color: #ff5828;
}
.acessorios .iconbox-red:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.acessorios .iconbox-teal i {
  color: #11dbcf;
}
.acessorios .iconbox-teal:hover .icon i {
  color: #fff;
}
.acessorios .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
#       instaladores
--------------------------------------------------------------*/
.instaladores .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.instaladores .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.instaladores .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.instaladores .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.instaladores .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}
.instaladores .icon-box h4 a:hover {
  color: #ffc451;
}
.instaladores .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.instaladores .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# links úteis
--------------------------------------------------------------*/
.links .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.links .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #47aeff;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.links .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.links .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.links .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.links .icon-box h4 a {
  color: #191919;
}
.links .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.links .icon-box:hover {
  background: #47aeff;
  border-color: #47aeff;
  padding: 70px 20px 90px 20px;
}
.links .icon-box:hover .icon {
  background: #fff;
}
.links .icon-box:hover .icon i {
  color: #090909;
}
.links .icon-box:hover .icon::before {
  background: #47aeff;
}
.links .icon-box:hover h4 a, .links .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #2452a2;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #000000;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #2452a2;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #2452a2;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #000000;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #2452a2;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #000000;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #000000;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #000000;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #2452a2;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #2452a2;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #2452a2;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}
.blog .blog-pagination {
  color: #444444;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #2452a2;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #2452a2;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #2452a2;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #2452a2;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #000000;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #2452a2;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #000000;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #000000;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #000000;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #2452a2;
  background: #2452a2;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}


/*---------------------------------
         Demonstrativo CSS
---------------------------------*/ 
.demonstrativo .nav-tabs {
  border: 0;
}
.demonstrativo .nav-link {
  border: 1px solid #ffffff;
  padding: 10px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.demonstrativo .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.demonstrativo .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.demonstrativo .nav-link:hover {
  color: #5081d6;
}
.demonstrativo .nav-link.active {
  background: #7eaaf7;
  color: rgb(0, 0, 0);
  border-color: #7eaaf7;
}
@media (max-width: 768px) {
  .demonstrativo .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .demonstrativo .nav-link {
    padding: 15px;
  }
  .demonstrativo .nav-link i {
    font-size: 24px;
  }
}
.demonstrativo .tab-content {
  margin-top: 30px;
}
.demonstrativo .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.demonstrativo .tab-pane ul {
  list-style: none;
  padding: 0;
}
.demonstrativo .tab-pane ul li {
  padding-bottom: 10px;
}
.demonstrativo .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2452a2;
}
.demonstrativo .tab-pane p:last-child {
  margin-bottom: 0;
}
.demonstrativo .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#519fff 50%, #78b5ff  80%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.demonstrativo .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
h4{
  color:#000;
}
.demonstrativo .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #519fff;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.demonstrativo .play-btn:hover::after {
  border-left: 15px solid #519fff;
  transform: scale(20);
}
.demonstrativo .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*---------------------------------
        CSS institucional
  -------------------------------*/
  .main-timeline{ font-family: 'Poppins', sans-serif; }
  .main-timeline:after{
      content: '';
      display: block;
      clear: both;
  }
  .main-timeline .timeline{
      width: calc(50% + 50px);
      border-top: 2px solid #000000;
      float: left;
      position: relative;
      z-index: 1;
  }
  .main-timeline .timeline:before{
      content: "";
      background: #000000;
      width: 10px;
      height: 10px;
      border-radius: 50px;
      position: absolute;
      top: -5px;
      right: 0;
  }
  .main-timeline .timeline-content{
      color: #000000;
      text-align: center;
      padding: 15px 80px 15px 10px;
      display: block;
      position: relative;
  }
  .main-timeline .timeline-content:hover{ text-decoration: none; }
  .main-timeline .timeline-content:before{
      content: "";
      background: #2452a2;
      width: 15px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 50px;
  }
  .main-timeline .timeline-year{
      font-size: 35px;
      line-height: 35px;
      font-weight: 700;
      transform: translateY(-50%) rotate(90deg);
      position: absolute;
      top: 50%;
      right: -15px;
  }
  .main-timeline .title{
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin: 0 0 8px;
  }
  .main-timeline .description{
      font-size: 16px;
      margin: 0;
  }
  .main-timeline .timeline:nth-child(even){ float: right; }
  .main-timeline .timeline:nth-child(even):before{
      right: auto;
      left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content{
      padding: 15px 10px 15px 80px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before{
      right: auto;
      left: 51px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year{
      right: auto;
      left: -15px;
  }
  .main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: #ff3e7c; }
  .main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: #7438be; }
  .main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background: #bdc203; }
  @media screen and (max-width:767px){
      .main-timeline .timeline{ width: 100%; }
  }.pt-100{
    padding-top:100px;
}
.pb-100{
    padding-bottom:100px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
	color: rgb(0, 0, 0);
	font-size: 16px;
}

ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #2452a2;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
	clear: both;
	display: table;
}
.timeline_content {
	border: 2px solid #2452a2;
	background-color:#fff
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #2452a2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	color: #2452a2;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*----------------------------------------
ATENDIMENTO WHATSAPP
-----------------------------------------*/
/* Botão flutuante */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 30px;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

/* Janela de chat */
.chat-popup {
  position: fixed;
  bottom: 90px;
  left: 20px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  padding: 15px;
  display: none;
  z-index: 1000;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.chat-header strong {
  font-size: 16px;
}

#closePopup {
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

/* Atendentes */
.attendant {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.attendant img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.info {
  display: flex;
  flex-direction: column;
}

.info .name {
  font-weight: bold;
  font-size: 14px;
}

.info a {
  color: white;
  background-color: #25d366;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
  width: fit-content;
}
