body {
  font-family: 'Helvetica Neue';
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

p {
  font-family: 'Helvetica Neue';
  font-weight: 300;
}

main{
  overflow-x: hidden;
}
.photo-overloaded-right{
  right: -100px;
}

.link{
    color: #00a0c6;
    font-size: 19px;
}

.download-link{
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #aaa;
}


.download-link img{
  width: 50px;
  height: 55px;
  margin-right: 10px;
  padding-top: 2px
}

.download-link-docs {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #aaa;
}

.download-link-docs img{
    width: 22px;
    height: 25px;
    margin-right: 10px;
    padding-top: 2px
}

.download-docs {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #aaa;
}

.download-docs img{
  width: 22px;
  height: 25px;
  margin-right: 10px;
  padding-top: 2px
}

.download-text{
  font-size: 21px; line-height: 24px; font-weight: 300; letter-spacing: 0.5px;
}

.download-text-2{
  font-size: 22px; line-height: 24px;
}

a:hover .download-text,
a:hover .download-text-2{
  color: #003d6a;
}

.prod-subtitle{
    font-size: 0.5em !important;
    color: #244052;
    font-weight: 400 !important;
}

.vector-bg {
  background: url('../img/vect.png') no-repeat;
  position: absolute;
  width: 75%;
  height: 100%;
  right: 0;
  top: -200px;
  z-index: -1;
}

@media (max-width: 768px) {
  .vector-bg {
    top: 0;
    background-size: contain;
    width: 85%;
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .vector-bg {
    top: 0;
    background-size: contain;
    width: 70%;
    height: 750px;
  }
}

@media (max-width: 1366px) {
  .vector-bg {
    top: 0;
    background-size: contain;
    width: 70%;
    height: 750px;
  }
}

@media (max-width: 1920px) {
  .vector-bg {
    background-position-x: right;
    top: -100px;
    background-size: contain;
    width: 100%;
    height: 750px;
  }
}

/*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;
}

h3.title {
  font-size: 2em; color: #244052;
  font-weight: 400;
}

h5.title {
  font-size: 1.1em; color: #244052;
  font-weight: 500;
}

.p-thin-title {
  font-size: 1.5rem;
  font-weight: 300;
}

.p-thin-title-2 {
  font-size: 1.3rem;
  font-weight: 300;
}

.p-thin {
  font-size: 1.3rem !important;
  font-weight: 300;
}
.p-thin-s {
  font-size: 1.2rem !important;
  font-weight: 300;
}

.p-thin-xs {
  font-size: 1rem !important;
  font-weight: 300;
  color: #244052;
}

.p-thin-xxs {
  font-size: 0.9rem !important;
  font-weight: 300;
  color: #244052;
}

.p-thin400-s {
  font-size: 1.1rem !important;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block; 
  color: #244052;
}

.p-thin500-xs {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block; 
  color: #244052;
}
.p-thin400 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #244052;
}

.weight500 {
    font-weight: 500;
}

.weight400 {
    font-weight: 400;
}

.weight300 {
    font-weight: 300;
}

.weight-normal {
    font-weight: bold !important;
}

.text-right {
  text-align: right;
}

.subtitle {
    font-size: 3.4em;
    color: #244052;
    font-weight: normal;
}

.subtitle2 {
  font-size: 26px;
  margin-bottom: 25px;
}

.petsys-color {
    color: #244052 !important;
}

.rounded {
  border-radius: 0.80rem !important;
}

.hr-05 {
  border: 0 !important;
  height: 1px !important;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)) !important;
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)) !important;
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)) !important;
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0)) !important;
  margin: 22px 0 22px 0 !important;
}

.advantage-item p {
  margin: 0;
  line-height: 1.7;
  color: #244052 !important;
  font-size: 1.2rem;
  font-weight: 300;
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  margin-top: 3px;
}

.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;
}

.text-italic {
  font-style: italic;
}


.img-bg {
  background: url("../img/vect.png") no-repeat right;
  background-position: 330px -200px;
  background-size: contain;
}


@media (min-width: 1920px) {
  .home.img-bg {
    background-position: 460px -683px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .home.img-bg {
    background-position: 283px -180px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .home.img-bg {
    background-position: 250px -180px!important;
  }
}
@media (max-width: 1023px) {
  .home.img-bg {
    background-position: 259px -100px !important;
  }
}


.text-gray {
  color: #66666657 !important;
}

.img-bg2{
  background: url("../img/vect2.png") no-repeat left;
  /*background-position: 20% 40%;*/
}

.img-bg-foto1{
  background: url("../img/vect-foto1.png") no-repeat right top;
  background-position: 900px -200px;
  background-size: contain; 
}

.img-bg-foto2{
  background: url("../img/vect-foto2.png") no-repeat right top;
  /*background-position: 20% 40%;*/
}

.img-bg-foto3{
  background: url("../img/vect-foto3.png") no-repeat right top;
  /*background-position: 20% 40%;*/
}

.img-bg-foto4{
  background: url("../img/vect-foto4.png") no-repeat left;
  /*background-position: 20% 40%;*/
}
.color-text{
  color:#254053 !important;
}
ul li a.color-text:hover {
  color: #ffffff !important;
}
.color-text-light{
  color: #43B6D0 !important;
}

.rotate-43{
  transform: rotate(-43deg) !important;
}

.both {clear: both;}

/*seta*/
.arrow {
    width: 54px;
    height: 54px;
    color: #999a9b;
    border-radius: 50%;
/*    cursor: pointer;*/
    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;}      
  .card > div {
    padding: 0;
    margin: 0;
  }

.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;
  }
  
  .footer-content {
    position: relative;
    color: #eeeeee;
    font-size: 14px;
  }
   .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: 20px;}
  .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;}

 .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;
}

.prev, .next {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/*.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;
  color: #244052;
  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 !important;
}
.btns {
  margin-top: 15px;
  font-size: 12px !important;
}
.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;
  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: 12px;
  color: #666;
  text-align: center;
  margin-top: 8px;
}

/* 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: 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: 4px;
    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: 14px;
    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;}

.font-17px {font-size: 17px;}
.font-20px {font-size: 20px;}

figure img {
  border-radius: 5px;
}

/*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;
}


.show-more-bt {
  text-align: center;
  background-color:#99999b;
  border-radius:28px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  padding:12px 20px;
  text-decoration:none;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
}
.show-more-bt:hover {
  background-color:#88898b;
  color:#ffffff;
}


/*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: #005b9a;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #003d6a;
}


.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 {
  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: -500px;
      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: 530px -200px;
      background-size: contain;
      overflow: hidden;
    }
    
    .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;
    }
  }

/* Estilos responsivos para a seção de competitive advantages */
@media (max-width: 992px) {
  .feature-columns {
    flex-direction: column;
    gap: 30px;
  }
  
  .feature-column {
    flex: 1 1 100% !important;
    width: 100%;
  }
  
  .feature-column:first-child {
    flex: 1 1 100% !important;
  }
  
  .feature-column:not(:first-child) {
    flex: 1 1 100% !important;
  }
  
  .competitive-advantages {
    margin-top: 20px;
  }
  
  .advantage-item {
    margin-bottom: 15px;
  }
}

/* Ajustes adicionais para telas muito pequenas */
@media (max-width: 576px) {
  .feature-columns {
    gap: 20px;
  }
  
  .advantage-item {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .check-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  
  .advantage-item p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.record-details {
  max-width: 800px;
  width: 100%;
  margin-left: 190px; /* 160px date + 30px gap */
  background: #e9e9e9;
  border-radius: 30px;
  color: #3d364e;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 18px 24px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .record-details {
    margin-left: 0;
    max-width: 100%;
    border-radius: 20px;
    padding: 14px 10px;
  }
}

ul.checks-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

ul.checks-list li,
li.li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-family: 'Helvetica Neue';
}

ul.checks-list li::before,
li.li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('/web/website/petsys_new_website/img/icon-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

figure {
  transition: transform 0.3s ease;
}

figure:hover {
  transform: translateY(-5px);
}

#gm-canvas .accordion-collapse {
    display: block !important;
}

.accordion-collapse {
  padding: 0 20px;
}

[data-color] {
  position: relative;
  z-index: 0;
}

[data-color]::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: var(--bg-color, transparent);
}

:has([data-color]) .bg-footer {
  background-color: var(--bg-color);
}

.gm-rowSettingsBgColor {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}

#image-left img {
  position: absolute !important;
  left: -25% !important;
  top: 0 !important;
}

.row:has(#image-left) {
  position: relative;
}