/* ========================================
   BLOG BANNER STYLES
   ======================================== */

.banner-blog {
	display: flex;
	width: 100%;
	padding: 64px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 32px;
	height: 200px;
	background-image: linear-gradient(270deg,
			rgba(255, 255, 255, 0) 56.95%,
			#fff 100%),
		linear-gradient(0deg, #fff 0%, #fff 100%),
		url("path-to-your-image.jpg");

	background-image: linear-gradient(270deg,
			rgba(255, 255, 255, 0) 56.95%,
			#fff 100%),
		linear-gradient(0deg, #fff 0%, #fff 100%);
	background-color: lightgray;
	background-size: 100% 133.214%;
	background-blend-mode: normal, color, normal;
}

.banner-blog .content {
	display: flex;
	max-width: 557px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.banner-blog .content .tag-text {
	color: var(--UI-GSK-Light-Orange, #ff9770);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
	letter-spacing: 3.84px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* ========================================
   BLOG PUNTO DE VACUNACIÓN
   ======================================== */

.banner-punto-de-vacunacion-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

/* ========================================
   BLOG TEXT STYLES
   ======================================== */

.text-orange1 {
	color: black ; /* Mantiene el color del texto original */
}


a.text-orange1 {
	color: var(--orange-color);
	position: relative;
	display: inline-block;
	text-decoration: none; /* Asegúrate de que los enlaces no tengan subrayado por defecto */
	padding-bottom: 4px;
}

a.text-orange1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid var(--orange-color);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-out;
}



/* ========================================
   BLOG TEXT CONTENT STYLES
   ======================================== */

.blog-intro-text {
	font-size: 16px;
	line-height: 1.4;
	color: #4b4b4b;
	margin-bottom: 0;
}

.blog-intro-link {
	text-decoration: underline;
	color: #f36633;
}

.blog-intro-link:hover {
	color: #f36633;
	text-decoration: underline;
}

.blog-intro-dot {
	color: #f36633;
}

.blog-superscript {
	font-size: 10.32px;
	line-height: 1.4;
}

.blog-text-spacing {
	font-size: 16px;
	line-height: 1.4;
	color: #4b4b4b;
	margin-bottom: 0;
	margin-top: 0;
}

.blog-complications-text {
	font-size: 16px;
	line-height: 1.4;
	color: #4b4b4b;
	margin-bottom: 0;
}

.blog-complications-bold {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
}

.blog-superscript-bold {
	font-weight: 700;
	font-size: 10.32px;
	line-height: 1.4;
}

/* ========================================
   BLOG SECTION 2 STYLES
   ======================================== */

.circle-number-blog-2 {
	background: var(--UI-GSK-Orange-02, #FF4E00);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border-radius: 100px;
	width: 53px;
	height: 53px;
	flex-shrink: 0;
}

.circle-number-blog-2 span {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.blog-section-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #151515;
	flex: 1 0 0;
}

.blog-section-text {
	font-size: 16px;
	line-height: 1.4;
	color: #4b4b4b;
}

.blog-divider-line {
	height: 1px;
	width: 100%;
	background: var(--UI-GSK-Orange-02, #FF4E00);
	margin: 16px 0;
}

.blog-highlight-text {
	font-size: 18px;
	line-height: 1.5;
	color: #151515;
	font-weight: 700;
	margin: 16px 0;
}

.blog-superscript-highlight {
	font-size: 11.61px;
	line-height: 1.5;
	font-weight: 400;
}

/* ========================================
   BLOG SECTION 5 - COMPLICATIONS STYLES
   ======================================== */

.blog-complications-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.blog-complication-icon {
	background-color: #FF7900;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.blog-complication-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.blog-related-content-block {
	border-left: 6px solid var(--UI-GSK-Orange-02, #FF4E00);
	padding: 0 32px;
	display: flex;
	align-items: center;
	gap: 48px;
	margin: 24px 0;
}

.blog-related-title {
	font-size: 18px;
	line-height: 1.5;
	color: #151515;
	font-weight: 700;
	margin-bottom: 0;
}

.blog-related-subtitle {
	font-size: 18px;
	line-height: 1.5;
	color: var(--UI-GSK-Orange-02, #FF4E00);
	font-weight: 700;
	margin-bottom: 0;
}

.blog-related-btn {
	background: var(--UI-GSK-Orange-02, #FF4E00);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 91px;
	border-radius: 100px;
	border: none;
	text-decoration: underline;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 126px 35px 0px rgba(0, 0, 0, 0), 0px 81px 32px 0px rgba(0, 0, 0, 0.01), 0px 45px 27px 0px rgba(0, 0, 0, 0.05), 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 5px 11px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
}

.blog-related-btn:hover {
	background-color: #e64500;
	color: #FFFFFF;
	text-decoration: underline;
}

.blog-remember-box {
	background-color: #FFD6A5;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 16px 24px;
	border-radius: 8px;
	margin: 24px 0;
}

.blog-remember-icon {
	width: 55.215px;
	height: 66px;
	flex-shrink: 0;
}

.blog-remember-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blog-remember-text {
	font-size: 18px;
	line-height: 1.5;
	color: #151515;
	font-weight: 700;
	text-align: center;
	flex: 1 0 0;
}

/* Asegurar que las imágenes tengan un tamaño consistente en mobile */
@media (max-width: 767.98px) {
	.col-md-4 img {
	  max-width: 100%;
	  height: auto;
	  /* margin-bottom: 1rem; */
	  padding-bottom: 0 !important;
	  margin-right: 0 !important;
	}
	
	/* Espaciado adicional entre imagen y texto en mobile */
	.order-2 {
	  margin-bottom: 1.5rem;
	}
  }

.referencias-blog {
	margin-top: -9px !important;
	padding-top: 0 !important;
	border-top: none !important;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px !important;
}

.referencias-blog strong {
	font-size: 14px !important;
}

.referencias-blog ol,
.referencias-blog .small {
	font-size: 14px !important;
	color: #4B4B4B;
	line-height: 1.5;
}

.referencias-blog ol li {
	font-size: 14px !important;
}

.referencias-blog ol li a {
	font-size: 14px !important;
}

.referencias-blog strong {
	font-size: 14px !important;
}

/* ========================================
   VACUNAS SEGURAS NIÑOS BLOG
   ======================================== */

#seccion-como-actuan-vacunas {
	color: var(--UI-GSK-Black, #151515);
}

/* ========================================
   VACUNAS SEGURAS NIÑOS - SECCIÓN CONSULTA
   ======================================== */

.vacunas-seguras-consulta-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 24px 0;
}

.vacunas-seguras-consulta-line {
	height: 1px;
	background-color: #FF4E00;
	width: 100%;
}

.vacunas-seguras-consulta-text {
	font-size: 18px;
	font-weight: 700;
	color: #151515;
	text-align: center;
	margin-bottom: 0;
}

.vacunas-seguras-consulta-link {
	color: #151515;
	font-weight: 700;
	text-decoration: underline;
}