body {
  font-family: 'Lato', sans-serif;
}

.my-bg-blue {
	background-color: #1477D7;
}

.my-text-blue {
	color: #1477D7;
}

.my-text-orange {
	color: #EA9C47;
}

.my-bg-yellow {
	background-color: #FFD400;
}

.my-border-color-yellow {
	border-color: #FFD400;
}

.hero {
  background: url('/wp-content/themes/appleenrate/images/banner.jpg') no-repeat right center;
  background-size: cover;
  min-height: 450px;
  padding: 60px 0;
}

.hero h1 {
  color: #222;
}

.hero p {
  font-weight: 500;
}

.hero form .form-control {
  max-width: 200px;
}

.video-wrapper {
  max-width: 800px; /* Ajustá el valor como quieras */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff; /* Blanco */
}

.dental-plans-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.section-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #2c5aa0;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.plan-card {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.plan-header {
	background: linear-gradient(135deg, #2c5aa0, #4a7bc8);
	color: white;
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
}

.benefits-header {
	background: #ffd700;
	color: #333;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 1.1rem;
}

.table-container {
	padding: 0;
}

.custom-table {
	margin-bottom: 0;
	border: none;
}

.custom-table th,
.custom-table td {
	border: 1px solid #dee2e6;
	padding: 12px 15px;
	vertical-align: middle;
}

.custom-table th {
	background: #e9ecef;
	font-weight: 600;
	color: #495057;
}

.custom-table tbody tr:hover {
	background-color: #f8f9fa;
}

.waiting-period {
	background: #6c757d;
	color: white;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	font-size: 0.9rem;
}

.read-more-btn {
	background: #ffd700;
	color: #333;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	margin: 20px;
	transition: all 0.3s ease;
}

.read-more-btn:hover {
	background: #ffed4a;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.cost-col {
	font-weight: 600;
	color: #2c5aa0;
}

.percentage-col {
	font-weight: 600;
	color: #dc3545;
}

.na-text {
	color: #6c757d;
	font-style: italic;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}
	
	.plan-header {
		font-size: 1.1rem;
	}
	
	.custom-table th,
	.custom-table td {
		padding: 8px 10px;
		font-size: 0.9rem;
	}
}