@charset "utf-8";
html {
  color: #000;
  background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font: 16px/1.6 "Times", "simsun", "Tahoma", Arial, sans-serif;
}
a {
  color: #3d3d3d;
  text-decoration: none;
}
a:visited {
  color: #3d3d3d;
  text-decoration: none;
}
a:hover {
  color: #3095c6;
  text-decoration: none;
}

/* ===== NAVIGATION ===== */
.pkilat_nav {
  width: 100%;
  height: 140px;
  position: relative;
}
.pkilat_nav .navcenter {
  width: 100%;
  margin: 0 auto;
  height: 140px;
  text-align: right;
  background-color: #380093;
}
.pkilatlist {
  height: 80px;
  line-height: 80px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.pkilatlist a {
  font-size: 28px;
  color: #ffffff;
  padding: 8px 12px;
  font-weight: bold;
}
.pkilatlist a.act {
  color: #D6BD77;
  text-align: center;
  padding: 8px 12px;
}

/* ===== PAGE SECTIONS ===== */
.indexmiddle {
  width: 100%;
  min-height: 1025px;
  text-align: center;
}
.empresatop {
  width: 100%;
  min-height: 380px;
  text-align: center;
}
.empresamiddle {
  width: 100%;
  min-height: 785px;
  text-align: center;
}
.areastop {
  width: 100%;
  min-height: 855px;
  text-align: center;
}
.areasmiddle {
  width: 100%;
  min-height: 485px;
  text-align: center;
}
.serviciostop {
  width: 100%;
  min-height: 515px;
  text-align: center;
}
.serviciosmiddle {
  width: 100%;
  min-height: 720px;
  text-align: center;
}

/* ===== INDEX PAGE CONTENT ===== */
.index-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 80px 50px;
  min-height: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-content .illustration {
  margin-bottom: 40px;
}
.index-content h1 {
  font-size: 56px;
  font-weight: bold;
  color: #380093;
  margin-bottom: 20px;
  font-family: "Times", serif;
}
.index-content p {
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
}

/* ===== EMPRESA PAGE CONTENT ===== */
.empresa-top-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.empresa-top-content .et-text {
  flex: 0 0 420px;
  text-align: left;
}
.empresa-top-content .et-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.empresa-top-content .et-text p {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
}
.empresa-top-content .et-values {
  display: flex;
  gap: 50px;
  flex-shrink: 0;
}
.empresa-top-content .et-values .val-item {
  text-align: center;
  min-width: 100px;
}
.empresa-top-content .et-values .val-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #5B2D8E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 36px;
  color: #fff;
}
.empresa-top-content .et-values .val-item span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.empresa-middle-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 50px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.empresa-middle-content .em-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1a3a6b 0%, #4a90d9 50%, #1a3a6b 100%);
  position: relative;
}
.empresa-middle-content .em-image::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    linear-gradient(180deg, transparent 0%, transparent 40%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.1) 42%, transparent 42%),
    linear-gradient(180deg, transparent 0%, transparent 55%, rgba(255,255,255,0.08) 55%, rgba(255,255,255,0.08) 57%, transparent 57%),
    linear-gradient(180deg, transparent 0%, transparent 70%, rgba(255,255,255,0.06) 70%, rgba(255,255,255,0.06) 72%, transparent 72%),
    linear-gradient(90deg, transparent 0%, transparent 20%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0.15) 22%, transparent 22%),
    linear-gradient(90deg, transparent 0%, transparent 40%, rgba(255,255,255,0.12) 40%, rgba(255,255,255,0.12) 42%, transparent 42%),
    linear-gradient(90deg, transparent 0%, transparent 60%, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0.1) 62%, transparent 62%),
    linear-gradient(90deg, transparent 0%, transparent 80%, rgba(255,255,255,0.08) 80%, rgba(255,255,255,0.08) 82%, transparent 82%);
}
.empresa-middle-content .em-image::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(100,180,255,0.3) 0%, rgba(30,80,160,0.5) 100%);
}
.empresa-middle-content .em-mv {
  max-width: 500px;
  text-align: left;
}
.empresa-middle-content .em-mv h3 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  margin-top: 30px;
}
.empresa-middle-content .em-mv h3:first-child {
  margin-top: 0;
}
.empresa-middle-content .em-mv p {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
}

/* ===== AREAS DESTACADAS PAGE CONTENT ===== */
.areas-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 50px;
}
.areas-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.area-card {
  background: #fff;
  border: 2px solid #380093;
  border-radius: 8px;
  padding: 25px 15px;
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-card p {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
}
.contact-section {
  background-color: #380093;
  padding: 60px 50px;
  text-align: center;
}
.contact-section h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.contact-section p {
  font-size: 22px;
  color: #ccc;
  margin-bottom: 30px;
}
.contact-btn {
  display: inline-block;
  background: #fff;
  color: #380093;
  padding: 18px 60px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.contact-btn:hover {
  background: #D6BD77;
  color: #380093;
}

/* ===== SERVICIOS PAGE CONTENT ===== */
.servicios-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 50px;
  text-align: center;
}
.servicios-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: #D6BD77;
  margin-bottom: 50px;
}
.servicios-icons {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.servicio-item {
  text-align: center;
}
.servicio-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #D8C8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 48px;
  color: #380093;
}
.servicio-item span {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.afiservicios-section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 50px 60px;
  text-align: center;
}
.afiservicios-section h2 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
.afiservicios-card {
  background: #00897B;
  border-radius: 12px;
  padding: 50px 40px;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}
.afiservicios-card .arch-icon {
  margin-bottom: 20px;
}
.afiservicios-card h3 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.afiservicios-card p {
  font-size: 20px;
  letter-spacing: 2px;
}

/* ===== PRIVACIDAD PAGE ===== */
.primian {
  width: 1080px;
  margin: 50px auto;
  color: #313B7C;
  font-size: 20px;
}
.primian h2 {
  text-align: center;
}
.primian p {
  margin-bottom: 15px;
  line-height: 1.8;
}

/* ===== FOOTER ===== */
.footer {
  min-height: 410px;
  width: 100%;
  background-color: #380093;
}
.footer .fonts {
  width: 1050px;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
  overflow: hidden;
}
.fonlef {
  float: left;
  width: 400px;
}
.fonlef .footer-logo {
  margin-bottom: 20px;
}
.fonlef .footer-logo img {
  height: 50px;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  display: inline-block;
}
.social-icons a:hover {
  color: #D6BD77;
}
.privacy-link {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.privacy-link:hover {
  color: #D6BD77;
}
.copyright {
  font-size: 18px;
  color: #fff;
}
.fonrig {
  width: 600px;
  float: right;
}
.fonrig p {
  margin-bottom: 4px;
  font-size: 18px;
}
.fonrig a {
  color: #fff;
  font-size: 20px;
  display: inline;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item .contact-label {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-item .contact-label i {
  margin-right: 8px;
}
.contact-item .contact-value {
  font-size: 16px;
  color: #ccc;
  line-height: 1.5;
}
.contact-item .contact-value a {
  color: #ccc;
  font-size: 16px;
}
.contact-item .contact-value a:hover {
  color: #D6BD77;
}
