@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: Poppins, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header Top */
.header-top {
    background-color: #333;
    color: #fff;
    display: none;
    padding: 10px 0;
    font-size: 14px;
}

.header-top a {
    color: #fff;
    text-decoration: none;
}

.header-top a:hover {
    text-decoration: underline;
}

.navbar.navbar-expand-lg.navbar-light {
/*  position: absolute; */
  width: 100%;
  border-top: 9px solid #3f505f
/*  background-color: transparent; */
}

.social-links a {
    margin-left: 15px;
    font-size: 16px;
}

/* 
.navbar {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
*/
.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin-left: 15px;
  padding: 8px 15px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.navbar-nav .nav-link.btn-success {
    background-color: #28a745;
    color: #fff;
}

.navbar-nav .nav-link.btn-success:hover {
    background-color: #218838;
}

.navbar-nav .nav-link.btn-danger {
    background-color: #dc3545;
    color: #fff;
}

.navbar-nav .nav-link.btn-danger:hover {
    background-color: #c82333;
}

.navbar-nav .nav-link.btn-warning {
    background-color: #ffc107;
    color: #212529;
}

.navbar-nav .nav-link.btn-warning:hover {
    background-color: #e0a800;
}

.navbar-nav .nav-link.btn-primary {
    background-color: #0556bf;
    color: #fff;
}

.navbar-nav .nav-link.btn-primary:hover {
    background-color: #0069d9;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0 80px;
    /*! text-shadow: 2px 2px 4px rgba(0,0,0,0.5); */
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1c75bc;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    color: #000;
}

/* Quick Access Section */
.quick-access {
    background-color: #f8f9fa;
}

.quick-access .btn {
    font-weight: bold;
    padding: 15px 0;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background: #fff !important;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--cor-texto-titulos);
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.8rem;
    color: #666;
}

.about-content h4 {
    color: #1c75bc;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.advantages-section {
    background-color: #edf5f8;
    padding: 80px 0;
}

.advantage-card {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(17, 20, 164, 0.1);
}

.advantage-card img {
    max-width: 80px;
    margin-bottom: 15px;
}

.advantage-icon {
    background-color: #0556bf;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.advantage-card h4 {
  font-weight: bold;
  color: #1c75bc;
  font-size: 19px;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.testimonial-author {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.supplier-advantages {
  background: #1c75bc !important;
  text-align: center;
}
.supplier-advantages h4 {
  color: #fff;
  margin-top: 45px;
}
.about-section {
  text-align: center;
}
.cta-section {
    background-color: #edf5f8;
    color: #fff;
    padding: 80px 0;
}
#Tv6 {
  color: #fff;
}
.cta-section .section-title {
    color: #1c75bc;
}

.btn-hover {
    background: #edf536 !important;
    color: #1d2746 !important;
}

.support-section {
    background: #fff;
    padding: 50px 0;
}

.support-section .btn-outline-primary {
    border-color: #0556bf;
    color: #0556bf;
}

.support-section .btn-outline-primary:hover {
    background-color: #0556bf !important;
    color: #fff !important;
}
.navbar-expand-lg .btn-hover {
    box-shadow: none !important;
}

.advantage-card:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all .2s linear;
    transition-delay: 0s;
  transition-delay: 0s;
  background: var(--cor-destaque);
  transition-delay: .2s;
  left: 0;
  bottom: 0;
}
.advantage-card:hover:before {
  width: 100%;
  transition-delay: 0s;
}
.advantage-card:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all .2s linear;
    transition-delay: 0s;
  transition-delay: 0s;
  background: var(--cor-destaque);
  transition-delay: .2s;
  right: 0;
  top: 0;
}

/* Footer */
.footer {
    background-color: #3d4f5e;
    color: #fff;
    padding: 30px 0;
}

.footer img {
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-link {
        margin: 5px auto;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .header-top .contact-info, .header-top .social-links {
        text-align: center;
    }
    .header-top .social-links {
        margin-top: 10px;
    }
    .quick-access .btn {
        margin-bottom: 15px;
    }
    .advantage-card, .testimonial-card {
        margin-bottom: 30px;
    }
    .footer .col-md-4 {
        text-align: center !important;
        margin-bottom: 15px;
    }
}
.supplier-advantages .section-title {
  color: #edf536;
  margin-bottom: 35px;
}
.supplier-advantages p {
  color: #fff;
}
.cta-section .btn {
  background: #edf536;
  border-radius: 0;
  color: #1c75bc;
}
.navbar-light .navbar-nav .nav-link {
  color: #0556bf;
}
@media (min-width: 992px) {
  .footer-call-btn {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.footer-call-btn {
  background:#edf536;
  padding:20px;
  border-radius:30px;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}
.footer-call-btn .icon {
  float:left;
  font-size:30px;
  color:#fff;
  background:#1c75bc;
  width:60px;
  height:60px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50px;
  margin-right:10px
}
.footer-call-btn .con {
  overflow:hidden
}
.footer-call-btn .con p {
  line-height:20px;
  font-size:14px;
  color:#000;
  margin:0;
  padding-bottom:7px
}
.footer-call-btn .con span {
  font-size:18px;
  font-weight:700;
  color:#000
}
.footer-call-btn .con span a {
  color:#000;
  opacity:.7
}
.footer-call-btn .con span a:hover {
  opacity:1
}