body {
  font-family: 'Helvetica Neue';
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;

}

/*home page*/

.banner h1 {
  font-size: 6em;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}

h1.title {
  font-size: 5em;
  color: #244052;
  font-weight: normal;
}

h2.title {
  font-size: 3em;
  color: #244052;
  font-weight: normal;
}

.border-bottom {
  border-bottom: none !important;
}

.login-bt {
  background-color:#99999b;
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:14px;
  padding:8px 18px;
  text-decoration:none;
  font-weight: 400;
  text-transform: uppercase;
}

.login-bt:hover {
  background-color: #88898b;
  color: #ffffff;
}

.login-bt:active {
  position: relative;
  top: 1px;
}

.cor-links {
  color: #254053 !important;
}


.img-bg {}

.img-bg2 {}

.img-bg-foto1 {}

.img-bg-foto2 {}

.img-bg-foto3 {}

.img-bg-foto4 {}

.color-text {
  color: #254053 !important;
}

.both {
  clear: both;
}

/*seta*/
.arrow {
  width: 54px;
  height: 54px;
  color: #999a9b;
  border-radius: 50%;
  transition: all 0.3s;
  line-height: 0;
  border: 1px solid #999a9b;
}

.arrow svg {
  transform: rotate(35deg);
}

/*.arrow:hover {
  background: #88898b;
  border-color: #88898b;
  color: white;
}*/

/*media */
.card {
  border: none;
}

.search-container {
  display: flex;
  align-items: center;

  padding: 3px;
  margin-left: 10px;
  position: relative;

}

.search-icon {
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  color: #6c7c7c;



  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  z-index: 2;
  /* Garante que a lupa fique acima do input */
  position: relative;
}

.search-icon:hover {
  background-color: #88898b;
}

.search-input {
  width: 0;
  padding: 0;
  border: none;
  border-bottom: 2px solid #999a9c;
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  opacity: 0;
  outline: none;
  border-radius: 4px;
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search-input.active {
  width: 200px;
  padding: 5px 10px;
  opacity: 1;
}

.bi-search {
  font-size: 0.8em;
  color: #fff;
}

.bi-search:hover {}


.color-cinza {
  color: #6c7c7c;
}

.larg-ico {
  width: 52px;
}


.site-footer {
  position: relative;
  background-color: #233f51;
  color: white;
  overflow: hidden;
  margin-top: -1px;
  width: 100%;
}

.footer-content {
  position: relative;
  color: #eeeeee;
  font-size: 14px;
  width: 100%;
}

.footer-content h5 {
  color: #eeeeee !important;
  font-size: 17px;
  margin-bottom: 20px !important;
}

.footer-content p {
  margin-bottom: 12px !important;
}


.text-white-50 {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: color 0.3s;
}

.text-white-50:hover {
  color: white !important;
}

/*footer bottom*/
.footer-bottom {
  background-color: #233f51;
}

.footer-bottom a,
.footer-bottom .rights {
  color: #899095 !important;
}

.footer-bottom .rights {
  margin-top: 20px;
  font-size: 11px;
}

.social-icons a {
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
  padding-top: 30px;
}

.footer-bottom ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}

.footer-bottom ul li a:hover {
  color: #fff !important;
}

/*footer news*/
.footer-news {
  background: #fff;
  padding: 10px 15px 0 15px;
  height: 48px;
  border-radius: 30px;
  margin: 0 15px;
}

.footer-news input[type="text"],
.footer-news input[type="text"]:focus-visible {
  border: none;
  color: #999a9b;
  outline: none;
  padding-left: 10px;
  width: 160px;
}

.footer-news input[type="submit"] {
  float: right;
  background: #999a9b;
  border: none;
  transition: 0.3s;
  border-radius: 30px;
  color: #fff;
  padding: 10px 15px;
  margin-top: -7px;
}

.footer-news input[type="submit"]:hover {
  background: #88898b;
  transition: 0.3s;
}


.social-icons a:hover {
  opacity: 0.8;
}

.tof-feb .bg-footer,
.tofpet2-asic .bg-footer,
.tof-daq-board .bg-footer,
.tofasic-ekit .bg-footer,
.toffrontend-module .bg-footer {
  background: #f0f0f0;
  /*margin-top: -50px;*/
  margin-top: -160px;
}

.home .bg-footer,
.company .bg-footer {
  margin-top: -300px;
  position: relative;
  z-index: 1;
  width: 100%;

}

.bg-footer svg {
  display: block;
  width: 100%;
  height: 405px;
}


.bg-footer .svg-curve {
  width: 100%;
  height: auto;
  display: none;
}

.bg-footer .svg-curve.mobile {
  display: block;
}

@media (min-width: 641px) {
  .bg-footer .svg-curve.mobile {
    display: none;
  }

  .bg-footer .svg-curve.tablet {
    display: block;
  }


}

@media (min-width: 1025px) {
  .bg-footer .svg-curve.tablet {
    display: none;
  }

  .bg-footer .svg-curve.desktop {
    display: block;
  }
}



/* Responsividade */
@media (max-width: 768px) {
  .footer-wave {
    top: -60px;
    height: 60px;
  }

  .footer-bottom .text-center.text-md-end {
    justify-content: center !important;
  }

}



/*.bg-footer img {width: 100%;}*/

/*.bg-footer-map{
      width:"100%";
      margin-bottom: -400px !important;
    }*/



.cards-section {
  background-color: #ffffff;
}

.card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-img-top {
  object-fit: cover;
  height: 200px;
}

.card-title {
  font-size: 1.25rem;
  color: #244052;
}

.card-subtitle {
  font-size: 0.9rem;
}

.card-text {
  color: #6c757d;
  font-size: 0.9rem;
}


.intro {
  text-align: left;
  padding: 40px 0px;
  max-width: 800px;
  margin-left: 20px;
  margin-right: auto;
}

h2 {
  margin-top: 40px;
  text-align: left;
  /*font-size: 87px;*/
}

.team-carousel {
  margin-left: 20px;
}

.carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  margin: 20px 0 20px 20px;
  max-width: 800px;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: max-content;
  padding: 10px 0;
}

.carousel-track img {
  width: 180px;
  height: auto;
  margin: 0 10px;
  border-radius: 5px;
  object-fit: contain;
}

/*.team-grid-section {
    padding: 20px;
  }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    justify-items: start;
    margin-top: 20px;
    margin-left: 20px;
  }
  
  .team-grid img {
    width: 180px;
    border-radius: 5px;
  }*/


.signin,
.search {
  background-color: #c0c0c0;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
}

.miolo {
  text-align: center;
  padding: 80px 20px;
}


.notice {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.login-box {
  text-align: center;
  margin-top: 30px;
}

.login-box input {
  width: 300px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
}

.btns {
  margin-top: 15px;
  margin-left: 120px;
}

.btns button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 20px;
  background-color: #888;
  color: white;
  cursor: pointer;
}



/*pg4*/


.intro {
  /*width: 90%;*/
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.description {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.download-btn {
  display: inline-block;
  background-color: #3498db;
  color: white !important;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 40px;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #2980b9;
}

.asic-images-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-right: 50px;
  /* Aumentado o padding à direita */
}

.asic-images {
  display: flex;
  gap: 30px;
  width: auto;
  padding-right: 70px;
  /* Aumentado padding à direita */
  margin-left: auto;
  /* Empurra para a direita */
}

.asic-images img {
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.asic-images img:hover {
  transform: scale(1.05);
}

.highlight {
  background-color: #f8f9fa;
  padding: 50px 20px 50px 70px;
  text-align: left;
  margin: 40px 0;
}

.highlight h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #1a2d3d;
}

.highlight p {
  max-width: 700px;
  color: #555;
}

.features {
  /*width: 85%;
    max-width: 1200px;*/
  margin: 50px auto;
  padding-left: 70px;
  border-bottom: none !important;
  background: #f0f0f0;
}

.features h2 {
  font-size: 28px !important;
  margin-bottom: 30px;
  color: #1a2d3d;
  font-weight: normal !important;
}

.features ul {
  list-style-position: inside;
  column-count: 2;
  column-gap: 40px;
  padding-left: 20px;
}

.features li {
  margin-bottom: 15px;
  color: #555;
}

.figcaption {
  font-size: 22px;
  text-align: left
}

/* Seção de figuras */
.figures {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px 0 70px;
}

.figure {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.figure p {
  font-size: 14px;
  color: #555;
  text-align: left;
}



/* page 5*/

.features {
  padding: 70px 40px 0px 40px;
}

.features h2 {
  margin-bottom: 20px;
}

.features ul {
  list-style: none;
  padding-left: 20px;
}

.features li::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('../img/icon-check.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.legal {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

/* Image grid for figures */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.image-grid figure {
  border-radius: 8px;
  padding: 15px;
  transition: transform 0.3s ease;
  height: 100%;
  /*display: flex;*/
  flex-direction: column;
}

.image-grid figure:hover {
  transform: translateY(-5px);
}

.image-grid figure img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  flex-grow: 1;
}

.image-grid figure .link {
  width: 36px;
  height: 36px;
  background: #99999b;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  float: right;
  margin-top: 15px;
  border: none;
}

.image-grid figure .link a {
  color: #fff;
}

.image-grid figure .link:hover {
  background: #88898b;
  border-color: #88898b;
  color: white;
}


.image-grid figcaption {
  margin-top: 12px;
  font-size: 22px;
  color: #244052;
  line-height: 1.4;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-weight: 500 !important;
}

.image-grid figcaption a {
  color: #244052;
}

.image-grid figure span {
  font-size: 17px;
}

.image-grid.two-columns {
  grid-template-columns: repeat(2, 1fr);
}


/*accordion*/
.accordion-item {
  border: none;
}

.accordion-item:first-of-type {
  display: none;
}

.accordion-button:not(.collapsed) {
  background-color: #efefef !important;
  color: #244052;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: #f2f2f2 !important;
  box-shadow: none;
}

.accordion-button {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 30px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  clear: both;
  font-size: 30px;
  color: #244052;
  position: relative;
  /* Contexto para posicionamento */
  align-items: center;
  /* Centraliza verticalmente */
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 30px;
}


.accordion-button::after {
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #999a9b;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23999a9b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") !important;
  transform: rotate(40deg) !important;
  background-size: 30px;
  background-position: center;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-40deg) !important;
}


strong {
  font-weight: 500;
}

/*accordion content*/
.accordion-body div {
  float: left;
  margin-right: 40px;
  color: #243f51;
  margin-bottom: 40px;
}

.accordion-body div img {
  max-width: 100%;
}

.hero h1 {
  font-size: 32px;
  color: #006699;
}

.hero span {
  color: #666;
  font-weight: normal;
}

.hero .text {
  flex: 1;
}

.hero .image img {
  max-width: 500px;
}

.download-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #006699;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}


/*page 6*/



/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}

/*a {
  color: #43B6D0;
  text-decoration: none;
  transition: color 0.2s;
}*/

.textos {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
  max-width: 48%;
}

.textos h1 {
  font-size: 38px;
  margin-bottom: 5px;
  color: #2d4a6a;
  line-height: 1.2;
}

.textos h2 {
  font-size: 22px;
  color: #777;
  margin-bottom: 25px;
  font-weight: 400;
}

.bold {
  font-weight: 600;
  margin: 25px 0 15px 0;
  color: #2d4a6a;
  font-size: 18px;
}

.textos p {
  margin-bottom: 20px;
  max-width: 600px;
  color: #555;
  line-height: 1.7;
}

.download-link {
  margin-top: 30px;
}

.download {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d4a6a;
  font-size: 14px;
  font-weight: 600;
}

.download svg {
  stroke: #2d4a6a;
}

.imagem {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.imagem img {
  max-width: 100%;
  height: auto;
}

/* PRIMARY DESCRIPTION */
.primary-description {
  padding: 40px 0;
}

.primary-description h2 {
  color: #2d4a6a;
  font-size: 24px;
  max-width: 80%;
  line-height: 1.5;
}

/* DETAILED INFO SECTION */
.detailed-info {
  padding: 40px 0;
}

.info-columns {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.info-column {
  flex: 1;
}

.info-column p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.board-image {
  text-align: left;
  margin: 30px 0;
}

.board-image img {
  max-width: 300px;
  height: auto;
  margin-bottom: 10px;
}

.caption {
  font-size: 14px;
  color: #666;
  font-style: normal;
  line-height: 1.4;
}

.power-info {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.info-block {
  flex: 1;
}

.info-block p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.checkmark {
  position: absolute;
  left: 0;
  color: #2d4a6a;
  font-weight: bold;
}


.footer-column {
  /* Adjust width as needed */
  width: 100%;
  max-width: 300px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  /* Remove gap between input and button */
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 20px 0 0 20px;
  font-size: 14px;
  outline: none;
}

.subscribe-btn {
  background-color: #555;
  color: white;
  border: none;
  padding: 0 15px;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.subscribe-btn:hover {
  background-color: #333;
}

/* Add icon using pseudo-element */
.subscribe-btn::after {
  content: "→";
  font-size: 16px;
  margin-left: 5px;
}

.home .row {
  --bs-gutter-x: initial !important;
}

@media (max-width: 992px) {
  .banner h1 {
    font-size: 3.5em;
  }

  .home .bg-footer {
    margin-top: -150px;

  }
}


@media (max-width: 580px) {
  .bg-footer-map {
    margin-bottom: -200px !important;
  }

  .home .bg-footer {
    margin-top: -50px;
  }

  .site-footer {
    text-align: center;
  }

  .about,
  .e-kit {
    background: none !important;
  }

  .feature-columns {
    display: inline !important;
  }

  .feature-list li {
    padding-left: 0px !important;
  }

  .dropdown-menu {
    margin-left: 0 !important;
  }

  .container-fluid {
    padding: 0 !important;
  }

  .navbar>.container-fluid {
    justify-content: inherit;
  }

  .larg-ico div,
  .info-columns,
  .image-grid {
    display: initial !important;
  }

  .image-grid figure {
    padding: 0;
  }


  .company .bg-footer {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  h1.title {
    font-size: 3em;
  }

  blockquote {
    font-size: 2em;
    line-height: 50px;
  }

  .company .bg-footer {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .ms-5 {
    margin-left: 0;
  }

  .feature-columns,
  .info-columns {
    display: initial;
  }

  .info-column img {
    max-width: 100%;
  }

  .feature-list li {
    padding-left: 0px;
  }

  .info-details li {
    font-size: 18px;
  }

  .info-details ul {
    margin: 0;
  }

}

@media (min-width: 1024px) {
  .about {
    height: 600px;
    background-position-x: initial;
  }
}



@media (min-width: 1601px) {

  .home .bg-footer {
    margin-top: -420px;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .company .img-bg,
  .img-bg-foto1 {
    background-position: 900px -600px !important;
  }
}

@media (min-width: 1920px) {

  .home .bg-footer {
    margin-top: -345px;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .company .bg-footer {
    margin-top: -400px;


  }

  .company .img-bg,
  .img-bg-foto1 {
    background-position: 1200px -600px !important;
  }

  .img-bg {
    background-position: 1200px -650px !important;
  }

  .img-bg-contact {

    background-position: 1200px -200px !important;

  }
}

@media (min-width: 2560px) {

  .home .bg-footer {
    margin-top: -750px;
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .company .bg-footer {
    margin-top: -520px;


  }

  .img-bg {
    background-position: 1700px -750px !important;
  }

  .img-bg-contact {

    background-position: 1400px -200px !important;

  }

}

/* Fix for the team page footer */
.the-team .site-footer,
.the-team .footer-content,
.the-team .footer-bottom,
.the-team .bg-footer,
.the-team .svg-wrapper,
.the-team .svg-curve {
  width: 100% !important;
  max-width: 100% !important;
}

.svg-wrapper {
  width: 100%;
  overflow: hidden;
}

.site-footer .container {
  width: 100%;
  max-width: 1320px;
  /* Bootstrap default container max-width */
}

@media (max-width: 767px) {

  .site-footer,
  .footer-content,
  .footer-bottom,
  .bg-footer,
  .svg-wrapper,
  .svg-curve {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .footer-bottom ul {
    padding-top: 20px;
  }

  .footer-bottom ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/* Fix for some specific pages including the-team */
.the-team .bg-footer {
  margin-top: 50px;
}