.inside-header {
	background-color: transparent !important;
  }
  
  .rld-article-container {
	background-color: #f5f5f5;
  }

.academy-template-default .rld-article-container .header-post {
	background-color: #e3e3e3;
  }

  .rld-article-container .header-post {
	padding: 120px 0 0px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
  }
  @media (max-width: 1450px) {
	.rld-article-container .header-post {
	  padding: 100px 0 0 0;
	}
  }
  @media (max-width: 1024px) {
	.rld-article-container .header-post {
	  flex-direction: column;
	}
  }
  .rld-article-container .header-post .cnt {
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
  }
  @media (max-width: 1180px) {
	.rld-article-container .header-post .cnt {
	  padding-left: 3%;
	}
  }
  @media (max-width: 1024px) {
	.rld-article-container .header-post .cnt {
	  width: 95%;
	  padding-left: 0;
	}
  }
  @media (max-width: 540px) {
	.rld-article-container .header-post .cnt {
	  width: 90%;
	}
  }
  .rld-article-container .header-post .cnt h4 {
	color: #0000FF;
	font-weight: normal;
	font-size: 0.938rem;
	line-height: 1.6rem;
	font-family: "Inter", sans-serif;
	font-weight: bold !important;
	margin-bottom: 3px !important;
	padding: 8px 22px;
  }
  .rld-article-container .header-post .cnt h1 {
	color: black;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3.5rem;
  }
  @media (max-width: 1350px) {
	.rld-article-container .header-post .cnt h1 {
	  font-size: 2.5rem;
	  line-height: 3rem;
	}
  }
  @media (max-width: 768px) {
	.rld-article-container .header-post .cnt h1 {
	  font-size: 2.3rem;
	  line-height: 2.7rem;
	}
  }
  @media (max-width: 650px) {
	.rld-article-container .header-post .cnt h1 {
	  font-size: 2.1rem;
	  line-height: 2.5rem;
	}
  }
  .rld-article-container .header-post .cnt p {
	color: black;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 2.125rem;
	font-weight: bold;
  }
  @media (max-width: 1350px) {
	.rld-article-container .header-post .cnt p {
	  font-size: 1.4rem;
	  line-height: 1.7rem;
	}
  }
  @media (max-width: 1024px) {
	.rld-article-container .header-post .cnt p {
	  max-width: 80vw;
	}
  }
  
  .rld-article-container .header-post .cnt .btn {
	padding-top: 40px;
	display: inline-block;
  }
  @media (max-width: 1024px) {
	.rld-article-container .header-post .cnt .btn {
	  padding-top: 20px;
	}
  }
  .rld-article-container .header-post .cnt .btn a {
	font-family: "Inter", sans-serif;
	display: block;
	background-color: #FF6369;
	width: 195px;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
  }
  @media (max-width: 1180px) {
	.rld-article-container .header-post .cnt .btn a {
	  font-size: 0.9rem;
	}
  }
  @media (max-width: 650px) {
	.rld-article-container .header-post .cnt .btn a {
	  height: 40px !important;
	  line-height: 40px !important;
	}
  }
  .rld-article-container .header-post .cnt .btn a:hover {
	background-color: white;
	color: #FF6369;
  }
  
  
  .rld-article-container .header-post .img-featured {
	width: 40%;
	display: flex;
  }
  @media (max-width: 1024px) {
	.rld-article-container .header-post .img-featured {
	  padding-top: 30px;
	}
  }
  @media (max-width: 650px) {
	.rld-article-container .header-post .img-featured {
	  width: 60%;
	  padding-top: 20px;
	}
  }
  .rld-article-container .header-post .img-featured img {
	margin: auto;
  }
  
  .contenido-story {
	padding-top: 50px;
  }
  .contenido-story .box {
	max-width: 1000px;
	margin: auto;
	padding-bottom: 50px !important;
  }
  @media (max-width: 1250px) {
	.contenido-story .box {
	  max-width: 80%;
	}
  }
  @media (max-width: 650px) {
	.contenido-story .box {
	  padding-bottom: 20px !important;
	}
  }
  .contenido-story .box p {
	color: black;
	font-weight: normal;
	font-size: 0.938rem;
	line-height: 1.6rem;
	font-family: "Inter", sans-serif;
  }
  .contenido-story .box h2 {
	color: #0000FF;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 2.125rem;
  }
  @media (max-width: 1350px) {
	.contenido-story .box h2 {
	  font-size: 1.4rem;
	  line-height: 1.7rem;
	}
  }
  
  .red-box .box {
	background-color: #FF6369;
	/*box-shadow: 0px 10px 30px rgba(0, 0, 255, 0.2);*/
	max-width: 70%;
	margin: auto !important;
	border-radius: 50px 50px 50px 0;
	padding: 45px !important;
	margin-top: 50px !important;
	margin-bottom: 100px !important;
	position: relative;
	z-index: 2;
  }
  @media (max-width: 1250px) {
	.red-box .box {
	  max-width: 80%;
	}
  }
  @media (max-width: 1024px) {
	.red-box .box {
	  max-width: 90%;
	}
  }
  @media (max-width: 850px) {
	.red-box .box {
	  padding: 30px !important;
	}
  }
  @media (max-width: 650px) {
	.red-box .box {
	  margin-bottom: 50px !important;
	}
  }
  .red-box .box h2, .red-box .box span {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3.5rem;
	margin-top: 20px;
  }
  @media (max-width: 1350px) {
	.red-box .box h2, .red-box .box span {
	  font-size: 2.5rem;
	  line-height: 3rem;
	}
  }
  @media (max-width: 768px) {
	.red-box .box h2, .red-box .box span {
	  font-size: 2.3rem;
	  line-height: 2.7rem;
	}
  }
  @media (max-width: 650px) {
	.red-box .box h2, .red-box .box span {
	  font-size: 2.1rem;
	  line-height: 2.5rem;
	}
  }
  .red-box .box h2 {
	color: white;
  }
  .red-box .box .btn {
	padding-top: 30px;
  }
  .red-box .box .btn a {
	font-family: "Inter", sans-serif;
	display: block;
	background-color: black;
	width: 220px;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	margin: auto;
  }
  @media (max-width: 1180px) {
	.red-box .box .btn a {
	  font-size: 0.9rem;
	}
  }
  @media (max-width: 650px) {
	.red-box .box .btn a {
	  height: 40px !important;
	  line-height: 40px !important;
	}
  }
  @media (max-width: 414px) {
	.red-box .box .btn a {
	  width: 90%;
	  margin: auto;
	}
  }
  .red-box .box .btn a:hover {
	background-color: white;
	color: black;
  }


  .single-case-studies .quote {
	background-color: #0000FF;
	margin-bottom: 50px !important;
	border-radius: 20px 20px 20px 0;
	padding: 30px 20px !important;
	position: relative;
  }
  .single-case-studies .quote h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.875rem;
	margin-bottom: 20px;
  }
  @media (max-width: 1350px) {
	.single-case-studies .quote h4 {
	  font-size: 1.1rem;
	  line-height: 1.6rem;
	}
  }
  .single-case-studies .quote p {
	margin-bottom: 0px !important;
	color: #FFFFFF;
  }
  .single-case-studies .quote .icon {
	position: absolute;
  }
  .single-case-studies .quote .icon:nth-child(1) {
	top: -15px;
	left: 40px;
  }
  .single-case-studies .quote .icon:nth-child(2) {
	right: 40px;
	bottom: -10px;
  }
  

  
  .single-case-studies .box ol li {
	color: black;
	font-weight: normal;
	font-size: 0.938rem;
	line-height: 1.6rem;
	font-family: "Inter", sans-serif;
  }
  .single-case-studies .box ol li::marker {
	  color: #FF6369 !important;
	  font-weight: bold;
	}
    
  .single-case-studies .box ul {
	  margin-left: 4%;
	  margin-bottom: 4% !important;
	}
  .single-case-studies .box ul {
	margin-top: 35px;
	position: relative;
  }
  .single-case-studies .box ul::after {
	content: "";
	background-color: #CCCCCC;
	width: 2px;
	height: 90%;
	position: absolute;
	top: 0;
	left: -15px;
  }
  @media (max-width: 650px) {
	.single-case-studies .box ul::after {
	  height: 75%;
	}
  }
  .single-case-studies .box ul li {
	color: black;
	font-weight: normal;
	font-size: 0.938rem;
	line-height: 1.6rem;
	font-family: "Inter", sans-serif;
	position: relative;
	padding-left: 2%;
  }
  .single-case-studies .box ul li:not(:last-child) {
	margin-bottom: 30px;
  }
  .single-case-studies .box ul li::after {
	content: "";
	background-color: #FF6369;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	position: absolute;
	top: -1px;
	left: -28px;
	z-index: 1;
  }
  .single-case-studies .box ul li::marker {
	color: white !important;
	font-weight: bold;
  }


  /*# sourceMappingURL=post_story.css.map */
  