/*!
 * ============================================================================
 * Iglesia Alianza Cristiana y Misionera Los Olivos
 * Version: 7.0.0
 * ============================================================================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.7;
  color: #333;
  background: #f8f8f8;
  padding: 20px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border: 1px solid #ddd;
}

.header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #2c3e50;
}

.header h1 {
  color: #2c3e50;
  font-size: 26px;
  margin-bottom: 10px;
}

.legal-id {
  background: #f5f5f5;
  padding: 10px;
  margin: 15px 0;
  font-size: 13px;
  color: #666;
  border-left: 3px solid #2c3e50;
}

.section {
  margin-bottom: 30px;
}

.section h2 {
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 20px;
}

.section h3 {
  color: #34495e;
  margin: 20px 0 10px 0;
  font-size: 17px;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

ul,
ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

li {
  margin-bottom: 8px;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  border: 1px solid #ddd;
}

.cookie-table th {
  background: #2c3e50;
  color: white;
  padding: 12px;
  text-align: left;
  border: 1px solid #2c3e50;
}

.cookie-table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.cookie-table tr:nth-child(even) {
  background: #f9f9f9;
}

.notice-box {
  background: #f8f9fa;
  border-left: 4px solid #3498db;
  padding: 15px;
  margin: 20px 0;
}

.contact-box {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 14px;
}

.btn {
  display: inline-block;
  background: #2c3e50;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  margin-top: 10px;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .container {
    padding: 20px;
  }

    .cookie-table {
	    font-size: 13px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .cookie-table th,
  .cookie-table td {
    white-space: normal;
    min-width: 120px;
  }

}
