/*
Theme Name: ProDentim
Theme URI: www.prodentimusa.com.br
Author: F3rs
Description: Tema criado do zero.
Version: 1.0
*/
footer {
  text-align: center;
  padding: 12px 0;
  background: #d5d5d5;
  font-size: 16px;
  color: #555;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}
/* ===== Header ===== */
.prodentim-header {
  background: #0f7a58; /* verde escuro do topo */
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-family: "Georgia", serif;
  font-size: 28px;
  letter-spacing: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

/* opcional: se usar imagem de logo */
.prodentim-header .logo-img {
  max-height: 42px;
  vertical-align: middle;
}

/* ===== Hero ===== */
.prodentim-hero {
  width: 100%;
  background: #8bb79b; /* cor de fundo da hero */
  padding: 60px 20px 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.prodentim-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.prodentim-image {
  flex: 1 1 420px;
  max-width: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodentim-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.prodentim-text {
  flex: 1 1 420px;
  color: #ffffff;
  font-family: "Georgia", serif;
  padding: 10px 0;
}

.prodentim-text h1 {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: #f0f5f0;
}

.prodentim-text p.lead {
  font-size: 16px;
  margin: 0 0 18px 0;
  color: #e9efe9;
  max-width: 540px;
}

.prodentim-icons {
  display: flex;
  gap: 14px;
  margin: 18px 0 26px 0;
  flex-wrap: wrap;
  align-items: center;
}

.prodentim-icons img {
  width: 56px;
  height: auto;
  display: block;
}

.prodentim-btn {
  display: inline-block;
  background: #008f66;
  padding: 12px 28px;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06);
}

.prodentim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .prodentim-container {
    gap: 20px;
    padding: 0 10px;
  }
  .prodentim-text h1 {
    font-size: 28px;
  }
  .prodentim-header {
    font-size: 22px;
    padding: 14px 0;
  }
}

@media (max-width: 520px) {
  .prodentim-image {
    order: -1;
    width: 100%;
    max-width: 320px;
    margin-bottom: 12px;
  }
  .prodentim-text {
    width: 100%;
  }
  .prodentim-icons img {
    width: 44px;
  }
  .prodentim-text h1 {
    font-size: 22px;
  }
}
