@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  position: relative;
  height: 100%;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 300;
}
.wrap {
  position: relative;
  min-height: 80%;
}
.font-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.font-destaq {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.font-titles {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.topo {
  background: #121b60;
}
.topo .nav-link {
  color: #fff;
}
.header {
  background: #fff;
  position: relative;
  min-height: 116px;
}
.header .navbar-brand {
  position: absolute;
  background: #121b60;
  top: -35px;
  padding: 5px 0 5px 20px;
  left: 0;
}
.header .navbar-brand img {
  height: 110px;
  transition: 0.3s;
}
.header .navbar-brand::after {
  content: '';
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  background: #121b60;
}
.header .navbar-brand::before {
  content: '';
  position: absolute;
  width: 50px;
  right: -50px;
  bottom: 0;
  top: 0;
  background: url('../img/triangulo.png') no-repeat top left;
  background-size: 100% 100%;
}
.header .menu-principal {
  margin: 10px 0;
}
.header .menu-principal .nav-item .nav-link {
  color: #5f5f5f;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  z-index: 20;
  padding-right: 5px;
  padding-left: 5px;
  transition: 0.3s;
}
.header .menu-principal .nav-item .nav-link:hover,
.header .menu-principal .nav-item .nav-link:focus,
.header .menu-principal .nav-item .nav-link.active {
  color: #121b60 !important;
  transition: 0.3s;
}
.header.fixed-top {
  background: #fff;
  transition: 0.3s;
}
.header.fixed-top .navbar-brand img {
  transition: 0.3s;
  height: 70px;
}
.header.fixed-top .menu-principal .nav-item .nav-link {
  transition: 0.3s;
}
.header.fixed-top .menu-principal .nav-item .nav-link:hover,
.header.fixed-top .menu-principal .nav-item .nav-link:focus,
.header.fixed-top .menu-principal .nav-item .nav-link.active {
  color: #121b60 !important;
  transition: 0.3s;
}
.header.fixed-top .menu-principal .nav-item:nth-child(6) .nav-link {
  color: #121b60 !important;
}
.fixed-top + .page-header {
  margin-top: 250px;
}
.btn-header {
  margin-left: 3px;
}
.banner .carousel-caption {
  top: 30%;
  text-align: left;
}
.banner .carousel-caption .banner-subtitle {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
  font-size: 1.3em;
}
.banner .carousel-caption .banner-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
  font-size: 3.2em;
}
.banner .carousel-caption .btn-banner {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: 0.3s;
  font-size: 1.3em;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
}
.banner .carousel-caption .btn-banner:hover,
.banner .carousel-caption .btn-bannerfocus {
  color: #121b60;
  transition: 0.3s;
  text-decoration: none;
}
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #121b60;
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
.title small {
  color: #00a6da;
  text-transform: uppercase;
  font-weight: bolder;
}
.title-simple {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.4em;
  position: relative;
}
.title-simple.title-md {
  font-size: 1.6em;
}
.color-white {
  color: #fff;
}
.text-default {
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: lighter;
}
.text-default img {
  margin: 0 0 30px 0;
  border-radius: 10px;
}
.text-home {
  border: 1px transparent solid;
  margin: 3em 0;
}
.img-home {
  position: relative;
  margin-bottom: 30px;
}
.img-home img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.form-content {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
}
.form-content .title-form {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.4em;
  position: relative;
  font-size: 1.5em;
}
.form-content .title-form.title-md {
  font-size: 1.6em;
}
.form-content .text-form {
  font-weight: lighter;
}
.section {
  padding: 3em 0;
}
.section-contact-home {
  padding: 3em;
  background: #121b60;
}
.section-contact-home .btn {
  margin-top: 15px;
  padding: 15px 60px;
}
.card-contact {
  height: 100%;
  background: #121b60;
  padding: 40px;
  color: #fff;
}
.card-contact h4 {
  font-family: 'Raleway', sans-serif;
}
.btn-outline-success {
  border: 3px #121b60 solid;
  color: #121b60;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: #121b60;
  border: 3px #121b60 solid;
}
.btn {
  font-family: 'Montserrat', sans-serif;
}
.btn-primary {
  background: #00a6da;
  border-color: #00a6da;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: darker(#00a6da, 10%);
  background: darker(#00a6da, 10%);
}
.btn-default {
  background: #121b60;
  border-color: #121b60;
  color: #fff;
  font-weight: 700;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border-color: darker(#121b60, 10%);
  background: darker(#121b60, 10%);
}
.ml-10 {
  margin-left: 10px;
}
.principal-galery {
  position: relative;
  margin-bottom: 30px;
}
.principal-galery .caption {
  padding: 30px 100px 30px 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.principal-galery .caption p {
  background: #fff;
  z-index: 100;
  display: block;
}
.principal-galery .caption h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  display: block;
  color: #333;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
  background: #fff;
  z-index: 100;
}
.principal-galery .caption::before {
  content: '';
  border: 1px #00a6da solid;
  border-left: transparent;
  right: 0;
  left: 40%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.principal-galery .principal-img {
  width: 60%;
  float: right;
}
.secondary-galery {
  margin: 15px 15px 0;
}
.secondary-galery.w-130 {
  width: 130%;
  margin-left: -30%;
}
.secondary-galery a {
  display: block;
  position: relative;
  border: 2px transparent solid;
  transition: 0.3s;
}
.secondary-galery a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.secondary-galery a span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  font-size: 1em;
  color: #121b60;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  transition: 0.3s;
}
.secondary-galery a:hover,
.secondary-galery a:focus {
  border-color: #00a6da;
  transition: 0.3s;
}
.secondary-galery a:hover span,
.secondary-galery a:focus span {
  opacity: 1;
  transition: 0.3s;
}
.card-values {
  text-align: center;
  margin: 15px 0;
}
.card-values h3 {
  font-size: 1.3em;
  font-weight: lighter;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
}
.card-values img {
  margin-bottom: 30px;
}
.card-portfolio {
  position: relative;
}
.card-portfolio img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-portfolio .caption {
  padding: 30px 15px 15px;
}
.card-portfolio .caption a:hover,
.card-portfolio .caption a:focus {
  text-decoration: none;
}
.card-portfolio .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.card-portfolio .caption .title-card a {
  display: block;
  color: #222;
}
.card-portfolio .caption .text-card {
  font-size: 1.05em;
  display: block;
  line-height: 2em;
  font-weight: lighter;
}
.card-portfolio .caption .text-card a {
  color: #222;
  display: block;
}
.card-portfolio .caption .btn-card {
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-left: 0;
  transition: 0.3s;
}
.card-portfolio .caption .btn-card:hover,
.card-portfolio .caption .btn-card:focus {
  text-decoration: none;
  padding-left: 10px;
  transition: 0.3s;
}
.card-portfolio:hover .caption,
.card-portfolio:focus .caption {
  transition: 0.5s;
  opacity: 1;
}
.list-portfolios .card-portfolio {
  margin-bottom: 30px;
}
.card-service {
  background: #fff;
  border: 1px #ccc solid;
  padding: 15px;
  transition: 0.3s;
  transform: scale(1);
  margin: 15px 0;
}
.card-service img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-service .caption {
  padding: 30px 0 15px;
}
.card-service .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card-service .caption .title-card a {
  color: #222;
  display: block;
}
.card-service .caption .text-card {
  font-size: 1.05em;
  font-weight: lighter;
  display: block;
  line-height: 2em;
}
.card-service .caption .text-card a {
  color: #222;
  display: block;
}
.card-service .caption a {
  transition: 0.3s;
}
.card-service .caption a:hover,
.card-service .caption a:focus {
  text-decoration: none;
  color: #121b60;
  transition: 0.3s;
}
.card-service .caption .btn-card {
  font-size: 1.1em;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-left: 0;
  transition: 0.3s;
}
.card-service .caption .btn-card:hover,
.card-service .caption .btn-card:focus {
  text-decoration: none;
  padding-left: 10px;
  transition: 0.3s;
}
.card-service:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
.card-course {
  background: #fff;
  border: 1px #ccc solid;
  transition: 0.3s;
  margin: 15px 0;
}
.card-course img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.card-course .caption {
  padding: 15px;
}
.card-course .caption .title-card {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
  height: 50px;
  overflow: hidden;
}
.card-course .caption .title-card a {
  color: #222;
  display: block;
}
.card-image {
  margin: 15px 0;
  display: block;
}
.card-image .legend {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #121b60;
  text-align: center;
  padding: 10px;
  font-size: 1.2em;
  transition: 0.3s;
}
.card-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.card-image:hover,
.card-image:focus {
  text-decoration: none;
}
.card-image:hover .legend,
.card-image:focus .legend {
  color: #5f5f5f;
  transition: 0.3s;
}
.container-fluid {
  padding: 0;
}
.footer {
  padding: 3em 0 0;
  background: #121b60;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
.footer img {
  width: 100px;
  max-width: 90%;
  margin-bottom: 30px;
}
.footer .ft-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
}
.footer .ft-list {
  list-style: none;
  width: 90%;
}
.footer .ft-list li a {
  display: block;
  padding: 3px 0;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6);
}
.footer .ft-list li a:hover,
.footer .ft-list li a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
  color: #121b60;
}
.footer .ft-address {
  display: block;
  width: 100%;
}
.footer .ft-address a {
  color: #343434;
  padding: 3px 0;
  display: block;
  transition: 0.3s;
}
.footer .ft-address a:hover,
.footer .ft-address a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
}
.footer .ft-address a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .ft-address a span {
  font-weight: bolder;
}
.address {
  display: block;
  width: 100%;
}
.address a {
  color: #343434;
  padding: 3px 0;
  display: block;
  transition: 0.3s;
}
.address a:hover,
.address a:focus {
  text-decoration: none;
  padding-left: 5px;
  transition: 0.3s;
}
.assign {
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding: 20px;
  margin-top: 3em;
}
.assign p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
}
.assign p a {
  color: #121b60;
}
/* #main {
    // margin-top: 150px;
} */
.page-header {
  padding: 10px 0;
}
.page-header .breadcrumb {
  background: 0;
  margin-bottom: 0;
}
.page-header .breadcrumb .breadcrumb-item {
  color: #121b60;
}
.page-header .breadcrumb .breadcrumb-item a {
  color: #121b60;
  font-weight: 1.1em;
}
.page-header .breadcrumb .breadcrumb-item.active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.form-default label {
  font-weight: bolder;
}
.form-default .form-control {
  border-radius: 0;
}

.text-primary {
    color: #004AAD !important;
}

@media screen and (max-width: 1200px) {
  .banner img {
    height: 550px;
    width: 100%;
    object-fit: cover;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 800px) {
  .banner .carousel-caption {
    text-align: center;
    width: 70%;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 2.3em;
  }
  .banner .carousel-caption .division {
    margin: 15px auto;
  }
}
@media screen and (max-width: 992px) {
  .secondary-galery.w-130 {
    width: 100%;
    margin-left: 0;
  }
  .header .topo {
    padding: 10px;
  }
  .header .topo nav {
    display: none;
  }
  .header .navbar-brand {
    top: -10px;
  }
  .header .navbar-brand img {
    height: 100px;
    transition: 0.3s;
  }
  .header .container {
    max-width: 100%;
  }
  .header .navbar-toggler {
    border-color: #121b60;
    color: #121b60;
    margin-left: 3px;
    padding: 8px 12px;
  }
  .header .navbar-toggler:hover,
  .header .navbar-toggler:focus {
    background: transparent;
  }
  .header .navbar-collapse.show,
  .header .navbar-collapse.collapsing {
    background: #fff;
    transition: 0.3s;
  }
  .header .menu-principal .nav-item .nav-link {
    color: #00a6da !important;
  }
  .header .menu-principal .nav-item .nav-link:before {
    display: none;
  }
  .header .menu-principal .nav-item:last-child,
  .header .menu-principal .nav-item:nth-child(6) {
    /* display: none; */
  }
}
@media screen and (max-width: 768px) {
  .section-contact-home {
    text-align: center;
  }
  .header .navbar-brand img {
    height: 60px;
  }
  .principal-galery {
    position: relative;
    margin-bottom: 30px;
  }
  .principal-galery .caption {
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .principal-galery .principal-img {
    display: none;
    width: 60%;
    float: right;
  }
  .navbar-collapse {
    margin-top: 12px;
  }
  .header {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .banner .carousel-caption {
    text-align: center;
    width: 70%;
  }
  .banner .carousel-caption .banner-subtitle {
    font-size: 1.3em;
  }
  .banner .carousel-caption .banner-title {
    font-size: 1.8em;
  }
  .banner .carousel-caption .division {
    width: 150px;
  }
  .footer img {
    width: 60%;
    margin: 30px 20%;
  }
  .header .navbar-brand::before {
    width: 20px;
    right: -20px;
  }
}

/* Estilos da Seção Ensino */
.ensino-section {
  background: #f8f9fa;
  padding: 4rem 0;
}



.ensino-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.ensino-card:hover {
  transform: translateY(-5px);
}

.ensino-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ensino-card-title {
  padding: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FF8C00;
  text-align: center;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Estilos do Novo Rodapé */
.footer-novo {
  background: #004AAD;
  color: white;
  padding: 3rem 0 0 0;
}

.footer-logo {
  margin-bottom: 1rem;
}

.logo-footer {
  width: 80px;
  height: auto;
}

.footer-info h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 0.8rem;
}

.footer-menu li:first-child {
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.footer-menu a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #FF8C00;
  text-decoration: none;
}

.footer-divider {
  width: 2px;
  height: 150px;
  background: #FF8C00;
  margin: 0 auto;
}

.footer-contact p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-social {
  text-align: right;
}

.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-left: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.social-icon.whatsapp {
  background: #25D366;
  color: white;
}

.social-icon.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: white;
}

.social-icon:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

.footer-bottom {
  background: #003580;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 2px solid #FF8C00;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #FF8C00;
  text-decoration: none;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: white;
}

.footer-bottom a {
  color: #FF8C00;
  text-decoration: none;
}

/* Responsivo */
@media (max-width: 768px) {
  .ensino-section {
    padding: 2rem 0;
  }
  

  
  .ensino-img {
    height: 200px;
  }
  
  .footer-novo {
    padding: 2rem 0 0 0;
  }
  
  .footer-divider {
    display: none;
  }
  
  .footer-social {
    text-align: center;
    margin-top: 2rem;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 1rem;
  }
}

/* Estilos da Nova Linha do Tempo */
.linha-tempo-nova {
  background: white;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}



.linha-tempo-container {
  position: relative;
  margin-top: 3rem;
}

.linha-tempo-linha {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #FFD700 20%, #FFD700 80%, transparent 100%);
  z-index: 1;
  transform: translateY(-50%);
}

.linha-tempo-linha::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 215, 0, 0.3) 20%, rgba(255, 215, 0, 0.3) 80%, transparent 100%);
}

.geometria-fundo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.triangulo {
  position: absolute;
  width: 0;
  height: 0;
}

.triangulo-1 {
  top: 10%;
  left: 5%;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid rgba(52, 152, 219, 0.3);
  transform: rotate(15deg);
}

.triangulo-2 {
  top: 20%;
  right: 10%;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 35px solid rgba(52, 152, 219, 0.4);
  transform: rotate(-20deg);
}

.triangulo-3 {
  bottom: 15%;
  left: 8%;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 45px solid rgba(52, 152, 219, 0.2);
  transform: rotate(45deg);
}

.triangulo-4 {
  bottom: 25%;
  right: 15%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid rgba(52, 152, 219, 0.5);
  transform: rotate(-35deg);
}

.linha-tempo-item {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 2rem;
}

.linha-tempo-imagem {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.linha-tempo-imagem:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.linha-tempo-imagem img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.linha-tempo-estrela {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  z-index: 3;
  animation: pulse 2s infinite;
}

.linha-tempo-estrela i {
  font-size: 1.8rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  }
  50% {
    box-shadow: 0 4px 25px rgba(255, 215, 0, 0.6);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  }
}

.linha-tempo-conteudo h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Responsivo para Linha do Tempo */
@media (max-width: 768px) {
  .linha-tempo-nova {
    padding: 3rem 0;
  }
  

  
  .linha-tempo-linha {
    display: none;
  }
  
  .triangulo {
    display: none;
  }
  
  .linha-tempo-imagem img {
    height: 200px;
  }
  
  .linha-tempo-estrela {
    width: 50px;
    height: 50px;
  }
  
  .linha-tempo-estrela i {
    font-size: 1.4rem;
  }
  
  .linha-tempo-conteudo h3 {
    font-size: 1.1rem;
  }
  
  .linha-tempo-item {
    margin-bottom: 3rem;
  }
}

/* Estilos específicos do Carousel da Linha do Tempo */
.linha-tempo-indicators {
  bottom: -40px;
  margin-bottom: 0;
}

.linha-tempo-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(255, 215, 0, 0.4);
  border: 2px solid #FFD700;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.linha-tempo-indicators li.active {
  background-color: #FFD700;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.linha-tempo-prev,
.linha-tempo-next {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  border: 3px solid white;
}

.linha-tempo-prev:hover,
.linha-tempo-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.linha-tempo-prev {
  left: -50px;
}

.linha-tempo-next {
  right: -50px;
}

.linha-tempo-prev .carousel-control-prev-icon,
.linha-tempo-next .carousel-control-next-icon {
  background-image: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.linha-tempo-prev .carousel-control-prev-icon::before {
  content: '‹';
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.linha-tempo-next .carousel-control-next-icon::before {
  content: '›';
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#linhaTempoCarousel {
  padding-bottom: 60px;
}

/* Animação suave para transições */
.carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* Responsivo para controles do carousel */
@media (max-width: 768px) {
  .linha-tempo-prev,
  .linha-tempo-next {
    width: 50px;
    height: 50px;
  }
  
  .linha-tempo-prev {
    left: -40px;
  }
  
  .linha-tempo-next {
    right: -40px;
  }
  
  .linha-tempo-prev .carousel-control-prev-icon::before,
  .linha-tempo-next .carousel-control-next-icon::before {
    font-size: 1.4rem;
  }
  
  .linha-tempo-indicators {
    bottom: -30px;
  }
  
  .linha-tempo-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
  
  #linhaTempoCarousel {
    padding-bottom: 50px;
  }
}

/* Estilos para Títulos Padronizados - Global */
.titulo-secao {
  font-size: 2.5rem;
  font-weight: 700;
  color: #004AAD;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.titulo-secao::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FF8C00, #FFA500);
  margin: 1rem auto;
  border-radius: 2px;
}

.subtitulo-secao {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Montserrat', sans-serif;
}

/* =============================================================================
   SEÇÃO NOSSOS VALORES E PILARES
============================================================================= */
.section-pilares-novo {
  background: white;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.secao-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  width: 100%;
}

.valores-side {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.pilares-side {
  flex: 1;
  display: flex;
  justify-content: center;
}

.valores-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.pilares-titulo-flex {
  margin-bottom: 0;
}

.valores-logo {
  width: 80px;
  height: auto;
}

.valores-titulo {
  font-size: 1.8rem;
  font-weight: 600;
  color: #004AAD;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  margin: 0;
}

.valores-titulo span {
  color: #FF8C00;
}

.pilares-content {
  background: transparent;
  padding: 0;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
  text-align: center;
}

.pilar-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.pilar-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.pilar-titulo {
  font-size: 1.4rem;
  font-weight: 600;
  color: #004AAD;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0.8rem;
  position: relative;
  text-align: center;
}

.pilar-titulo::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #FF8C00, #FFA500);
  margin: 0.3rem auto 0 auto;
  border-radius: 1px;
}

.pilar-descricao {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.8rem;
  text-align: center;
}

.pilar-descricao:last-child {
  margin-bottom: 0;
}

.pilares-decoracao {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.decoracao-esquerda {
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0.3;
}

.decoracao-esquerda img {
  width: 80px;
  height: auto;
}

.decoracao-direita {
  position: absolute;
  bottom: 20%;
  right: 5%;
  opacity: 0.3;
}

.decoracao-direita img {
  width: 100px;
  height: auto;
}

/* Responsivo para Pilares */
@media (max-width: 768px) {
  .section-pilares-novo {
    padding: 2rem 0;
  }
  
  .secao-header-flex {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .valores-side,
  .pilares-side {
    justify-content: center;
  }
  
  .valores-header {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }
  
  .valores-logo {
    width: 60px;
  }
  
  .valores-titulo {
    font-size: 1.4rem;
  }
  
  .pilares-content {
    padding: 0;
    margin-top: 1rem;
  }
  
  .pilar-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
  
  .pilar-titulo {
    font-size: 1.2rem;
  }
  
  .pilar-descricao {
    font-size: 0.9rem;
  }
  
  .decoracao-esquerda,
  .decoracao-direita {
    display: none;
  }
}

/* =============================================================================
   SEÇÃO DE LOCALIZAÇÃO
============================================================================= */
.section-localizacao {
  background: #f8f9fa;
  padding: 4rem 0;
}

.localizacao-info {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.info-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #004AAD, #0066FF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
}

.info-icon i {
  color: white;
  font-size: 1rem;
}

.info-content h4 {
  color: #004AAD !important;
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  opacity: 1 !important;
  visibility: visible !important;
}

.info-content p {
  color: #666 !important;
  margin: 0;
  line-height: 1.4;
  font-size: 0.9rem;
  word-break: break-word;
  overflow-wrap: break-word;
  opacity: 1 !important;
  visibility: visible !important;
}

.info-content a {
  color: #004AAD !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

.info-content a:hover {
  color: #FF8C00;
  text-decoration: none;
}

.mapa-container {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.mapa-imagem {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

/* =============================================================================
   HEADER MODERNO
============================================================================= */
.header-novo {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-novo.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease;
}

.header-novo.header-fixed .header-top {
  display: none;
}

.header-novo.header-fixed .header-main {
  padding: 0.3rem 0;
}

.header-novo.header-fixed .logo-img {
  max-height: 60px;
  transition: all 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.header-top {
  background: linear-gradient(135deg, #004AAD 0%, #0066FF 100%);
  color: white;
  padding: 0.5rem 0;
  font-size: 0.85rem;
}

.header-info {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-item i {
  color: #FFD700;
  font-size: 0.9rem;
}

.info-item a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-item a:hover {
  color: #FFD700;
  text-decoration: none;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.social-link:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.social-link.whatsapp:hover {
  background: rgba(37, 211, 102, 0.2);
}

.social-link.instagram:hover {
  background: rgba(225, 48, 108, 0.2);
}

.social-link.facebook:hover {
  background: rgba(24, 119, 242, 0.2);
}

.header-main {
  background: white;
  padding: 0.5rem 0;
  position: relative;
  z-index: 999;
}

.logo-img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}

/* Espaçamento para compensar o menu fixo */
body.menu-fixed {
  padding-top: 80px;
}

.mobile-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-mobile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #004AAD, #0066FF);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.btn-mobile:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.1);
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.8rem 1.2rem;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #004AAD;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF8C00, #FFA500);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 80%;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.6rem 1.5rem;
  color: #555;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, #004AAD, #0066FF);
  color: white;
}

.dropdown-header {
  color: #004AAD;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 1.5rem;
}

.btn-cta {
  background: linear-gradient(135deg, #FF8C00, #FFA500);
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-cta:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.3);
}

/* Responsivo para Header */
@media (max-width: 991px) {
  .header-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    text-align: center;
    align-items: center;
  }
  
  .header-social {
    justify-content: center;
    gap: 0.5rem;
  }
  
  .social-link {
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
  }
  
  .navbar-nav {
    padding-top: 0.8rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.8rem;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .navbar-nav .nav-link::after {
    display: none;
  }
  
  .btn-cta {
    margin: 1rem;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-top {
    padding: 0.3rem 0;
  }
  
  .header-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .info-item {
    font-size: 0.75rem;
  }
  
  .info-item i {
    font-size: 0.8rem;
  }
  
  .header-social {
    gap: 0.3rem;
  }
  
  .social-link {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
    border-radius: 12px;
  }
  
  .social-link span {
    display: none;
  }
  
  .logo-img {
    height: 45px;
  }
  
  .mobile-buttons {
    gap: 0.3rem;
  }
  
  .btn-mobile {
    width: 35px;
    height: 35px;
  }
}

/* Mobile muito pequeno - Header */
@media (max-width: 480px) {
  .header-top {
    padding: 0.2rem 0;
  }
  
  .header-info {
    flex-direction: column;
    gap: 0.3rem;
  }
  
  .info-item {
    font-size: 0.7rem;
  }
  
  .header-social {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  
  .social-link {
    padding: 0.1rem 0.3rem;
    font-size: 0.7rem;
  }
  
  .logo-img {
    height: 40px;
  }
}

/* Responsivo para Títulos */
@media (max-width: 768px) {
  .titulo-secao {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .subtitulo-secao {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .section-localizacao {
    padding: 2rem 0;
  }
  
  .localizacao-info {
    margin-bottom: 2rem;
    padding: 1rem;
  }
  
  .info-item {
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
  }
  
  .info-icon {
    width: 35px;
    height: 35px;
  }
  
  .info-icon i {
    font-size: 0.9rem;
  }
  
  .info-content h4 {
    font-size: 0.9rem;
  }
  
  .info-content p {
    font-size: 0.85rem;
  }
  
  .mapa-container {
    padding: 0.5rem;
  }
  
  /* Fix para e-mail longo em mobile */
  .info-content a[href*="mailto"] {
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
  }
}

/* Fix específico para garantir visibilidade na seção de localização */
.section-localizacao .info-content h4,
.section-localizacao .info-content p,
.section-localizacao .info-content a {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.section-localizacao .info-content a {
  display: inline-block !important;
}

/* Regra adicional para forçar visibilidade */
.section-localizacao .localizacao-info * {
  opacity: 1 !important;
  visibility: visible !important;
}
  .header-main {
    padding: 0.3rem 0;
  }
