.home-spot {
  min-height: calc(100vh + -65px);
  background-color: #e8e8e8;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

.home-spot .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.home-spot .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-spot .bg-image.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-spot .bg-image.desk {
    display: none;
  }
  
  .home-spot .bg-image.mobile {
    display: block;
  }
}

.home-spot h1 {
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: left !important;
  color: white;
}

.home-spot .subtitle {
  color: #222;
  margin-top: -20px;
  font-weight: 400;
  font-size: 1.6rem;
  opacity: 0.8;
}

.home-spot form {
  max-width: 500px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  margin-left: auto;

  -webkit-box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
  box-shadow: 0 0 10px 2px rgba(136, 134, 135, 0.5);
}

.home-spot .flex {
  /* align-items: start; */
  justify-content: space-between;
}

.home-spot .table-cell > .flex > div {
  /* width: fit-content !important; */
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.home-spot .text-center .text {
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 10px;
  opacity: 1;
  text-align: left !important;
  color: white;
}

.home-spot .text-center .text span {
  font-weight: 900;
}

.home-spot .text-center .text-green {
  /* max-width: fit-content; */
  color: white;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 500;
}

.home-spot .text-center .text-green .bg {
  background-color: var(--c-primary);
  padding: 10px 30px;
  border-radius: 8px;
  width: fit-content;
  /* margin: 0 auto; */
}

.home-spot .text-center .text-green span {
  font-size: 35px;
  font-weight: 900;
}

.home-spot .text-center .text-last {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
}

.home-spot .text-center .text .bg {
  width: max-content;
  margin: auto;
  padding: 7px 10px;
  background-color: var(--c-secondary);
  border-radius: 7px;
}

.home-spot .table-cell > .flex .bg-flex {
  padding: 20px;
}

/*Mobile*/
@media screen and (max-width: 750px) {
  .home-spot form {
    margin-top: -20px;
  }
}

.home-spot form .flex > * {
  padding-bottom: 0;
}

.home-spot form .recaptcha-wrapper {
  display: flex;
  justify-content: center;
}

.home-spot form .recaptcha-wrapper > div,
.home-spot form .recaptcha-wrapper iframe {
  margin: 0 auto;
}

.home-spot form .recaptcha-wrapper + .subtext.error {
  text-align: center;
}

.home-spot form .error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.home-spot form input[type="text"],
.home-spot form input[type="email"],
.home-spot form input[type="password"],
.home-spot form input[type="search"],
.home-spot form input[type="tel"],
.home-spot form input[type="email"],
.home-spot form select,
.home-spot form textarea {
  display: block;
  width: 100%;
  border: 0;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.home-spot form textarea {
  height: 65px;
}

.home-spot form label {
  color: var(--c-secondary);
  font-weight: 400;
}

.home-spot > div[class*="container"] {
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .home-spot {
    background-position: 85%;
  }

  .home-spot h1 {
    font-size: 35px !important;
    margin-top: 0 !important;
  }
}

/*Mobile*/
@media screen and (max-width: 766px) {
  .home-spot {
    height: auto;
    /*min-height: 100vh;*/
  }

  .home-spot > div[class*="container"] {
    height: auto;
    /* padding-top: 100px; */
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 450px) {
  .home-spot {
    background-position: center;
  }
  .home-spot .text-center .text-green span {
  }
}

/*.home-footer{
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.home-footer .items{
	width: 220px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 2px solid #9a9a9a;
}
.home-footer .items:first-child{
	padding-left: 0px;
}
.home-footer .items:last-child{
	border-right: 0;
}
.home-footer .items .item-img{
	display: inline-block;
	vertical-align: top;
	width: 66px;
}
.home-footer .items .item-text{
	display: inline-block;
	vertical-align: top;
	width: calc(100% + -75px);
	font-weight: 700;
	color: #484848;
	font-size: 0.75rem;
}
@media screen and (max-width:766px){
	.home-footer{
		position: inherit;
		bottom: initial;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-footer .items{
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-right: 0;
		border-bottom: 2px solid #9a9a9a;
		display: block;
	}
}*/
.home-footer {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-footer .items .item-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}

/*Mobile*/
@media screen and (max-width: 750px) {
  .home-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-footer .items .item-text {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}

.home-footer .items .item-img img {
  height: 65px;
  margin-bottom: 20px;
}

/******************************************/
.respaldo,
.respaldo2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.respaldo2 .flex {
  align-items: center;
}

/*Mobile*/
@media screen and (max-width: 750px) {
  .respaldo,
  .respaldo2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.respaldo .flex > div {
  position: relative;
}

@media screen and (min-width: 750px) {
  .respaldo .flex > div:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% + 80px);
    top: 97px;
    width: calc(100% + -160px);
    border-bottom: 1px dashed var(--c-primary);
  }
}

.respaldo .flex > div:last-child:before {
  display: none;
}

.item-respaldo {
  padding: 30px 50px;
  position: relative;
}

.respaldo .item-respaldo {
  padding: 30px 55px;
}

.item-respaldo a {
  font-weight: 400;
  font-size: 0.75rem;
  font-weight: 700;
  font-size: 20px;
  background-color: #00956c;
  color: white;
  padding: 7px 50px;
  border-radius: 25px;
  width: fit-content;
}

.item-respaldo a:after {
  content: "";
  display: none;
  border: solid black;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.item-respaldo a.open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.item-respaldo.landing {
  height: 450px;
  background-color: #e6e5ea;
  border-radius: 8px;
  -webkit-box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item-respaldo .respaldo-icon {
  padding-bottom: 30px;
}

.item-respaldo .respaldo-icon img {
  background-color: white;
}

.item-respaldo .respaldo-title {
  font-size: 1.55rem;
  padding-bottom: 15px;
  font-weight: 700;
  color: #474747;
}

.item-respaldo .respaldo-title.new-title {
  font-size: 1.1rem;
  font-weight: 900;
}

.item-respaldo .btn {
  background-color: var(--c-secondary);
  color: white;
  font-weight: bold;
}

.item-respaldo .respaldo-text {
  font-size: 0.75rem;
  padding-bottom: 0px;
  height: auto;
  /* overflow: hidden; */
  margin-bottom: 20px;
  /* position: relative; */
}

.item-respaldo.landing .respaldo-text:after {
  content: "";
  display: block;
  /* position: absolute; */
  height: 30px;
  width: 100%;
  bottom: 0;
  background: rgba(230, 229, 234, 0);
  background: -moz-linear-gradient(
    top,
    rgba(230, 229, 234, 0) 0%,
    rgba(230, 229, 234, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(230, 229, 234, 0)),
    color-stop(100%, rgba(230, 229, 234, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(230, 229, 234, 0) 0%,
    rgba(230, 229, 234, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(230, 229, 234, 0) 0%,
    rgba(230, 229, 234, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(230, 229, 234, 0) 0%,
    rgba(230, 229, 234, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(230, 229, 234, 0) 0%,
    rgba(230, 229, 234, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e5ea', endColorstr='#e6e5ea', GradientType=0);
}

.item-respaldo .respaldo-text.open {
  height: auto;
}

.item-respaldo.landing .respaldo-text.open:after {
  display: none;
}

.item-respaldo .respaldo-iniciar {
  font-weight: bold;
  color: #484848;
  display: block;
  margin-bottom: 10px;
}

.item-respaldo .respaldo-iniciar:hover {
  text-decoration: none;
  color: #000;
}

.triangulo_bottom_right {
  width: 0;
  height: 0;
  border-bottom: 27px solid var(--c-primary);
  border-left: 27px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

/******************************************/
.conoce {
  background-color: #f2f2f2;
}

.conoce-text {
  padding: 50px 0px;
  /*max-width: 540px;*/
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.6;
}

.conoce-text a {
  font-weight: bold;
}

.conoce .flex > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conoce ul {
  display: block;
  padding: 0;
}

.conoce ul li {
  display: block;
  margin-top: 15px;
}

.conoce ul li:before {
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 15px;
}

/*Mobile*/
@media screen and (max-width: 760px) {
  .conoce .flex > div[style] {
    height: 350px;
  }
}

.avalados {
  padding-top: 50px;
  padding-bottom: 60px;
}

.avalados.logos {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.avalados .mark {
  /*background-color: #fff;*/
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin: 15px;
}

.avalados.logos .mark {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
  width: 260px;
}

.sep {
  position: relative;
  width: 100%;
}

.sep:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #dadada;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.sep span {
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

body.faq div.faq {
  padding-bottom: 80px;
  padding-top: 60px;
}

.faq-item {
  /*padding-bottom: 40px;*/
}

.faq-item .faq-title {
  font-size: 1rem;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fff;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq-item .faq-title:hover {
  color: var(--c-primary);
  cursor: pointer;
}

.faq-item .faq-title:before {
  content: url("../../img/icons/arrow.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -30px;
  width: 22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq-title.faq-open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-item .faq-desc {
  background-color: #fff;
  font-weight: 300;
  font-size: 0.7rem;
  padding-left: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.contacto {
  background-color: var(--c-secondary);
  color: white;
  line-height: 1.8;
}

.contacto .title {
  color: white;
}

.contacto > .container > .flex > div {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacto > .container > .flex > div:first-child {
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}

.contacto a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.contacto a:not(.btn):hover {
  color: var(--c-primary);
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .contacto .flex > div:first-child {
    border-right: 0;
  }
}

@media screen and (max-width: 766px) {
  .contacto .flex > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .contacto .flex > div:last-child {
    border: 0;
  }
}

.nosotros {
  padding-top: 100px;
  padding-bottom: 120px;
  color: #606060;
  font-size: 0.95rem;
}

.nosotros .subtitle {
  color: var(--c-secondary);
  font-size: 1.4rem;
}

.preguntas-freq {
  font-size: 1.75rem;
  font-weight: 400;
  border: 2px solid var(--c-primary);
  display: block;
  padding: 30px 50px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .preguntas-freq {
    font-size: 1.45rem;
  }
}

.preguntas-freq:after {
  content: "";
  display: inline-block;
  vertical-align: unset;
  border: solid var(--c-primary);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  width: 12px;
  height: 12px;
}

.preguntas-freq:hover {
  border-color: var(--c-hover);
}

.preguntas-freq:hover:after {
  border-color: var(--c-hover);
}

/*****************************************/
/********* Landing **********/
.banner-btn {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--c-secondary);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 15px 20px;
  padding-right: 40px;
  width: 100%;
  max-width: 474px;
  position: relative;
}

.banner-btn:before {
  content: "";
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #135561;
  color: #fff;
  background-image: url("../../img/icons/arrow-right-solid.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.banner-btn:hover {
  background-color: #fff;
  color: var(--c-primary);
}

.banner-btn:hover:before {
  background-image: url("../../img/icons/arrow-left-solid.svg");
  background-color: var(--c-primary);
}

/*.landing nav{
	display: none;
}*/
.landing .form-login {
  max-width: 580px;
  padding: 17px 20px;
  padding-bottom: 7px;
  font-size: 0.75rem;
  /*margin-top: -60px;*/
}

.landing form.form-login input:not([type="submit"]),
.landing form.form-login textarea {
  margin-bottom: 0px !important;
  font-size: 0.7rem;
  padding-top: 6px;
  padding-bottom: 9px;
}

.landing form.form-login textarea {
  height: 50px;
}

.landing .form-login .title-form-login {
  font-size: 1rem;
}

.landing .form-login label[for] {
  font-weight: 500;
}

.landing .form-login label {
  padding-bottom: 5px;
}

.landing input[type="checkbox"] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  margin-right: 6px;
  margin-left: 4px;
}

.landing .contacto .flex > div:first-child {
  border-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .contacto .flex > * {
    width: 100%;
  }
  .home-spot form .flex > * {
    width: 100%;
  }
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .landing .form-login {
    margin-top: -13px;
    margin-bottom: 45px;
  }

  .landing .home-spot {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../../img/bg/principal-02-mobile.webp") !important;
  }

  .landing .responsiveMenu {
    /* display: none !important; */
  }
}

/*Mobile*/
@media screen and (min-width: 750px) {
  .checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 1em;
  }
}

.checks > div {
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.7rem;
  -webkit-box-shadow: 2px 0 10px 2px rgba(136, 134, 135, 0.5);
  box-shadow: 2px 0 10px 2px rgba(136, 134, 135, 0.5);
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  line-height: 1.2;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checks > div label {
  display: flex;
  width: 18px;
  height: 18px;
  border: 1px solid #706f6f;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.checks > div:hover,
.checks > div.active {
  /*background-color: var(--c-secondary);
    color: white;*/
}

.checks > div.active:hover {
  opacity: 0.9;
}

.checks > div:hover label,
.checks > div.active label {
  /*border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;*/
}

.checks > div label:before,
.checks > div label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: var(--c-primary);
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checks > div:hover label:before,
.checks > div.active label:before {
  width: 12px;
  height: 12px;
}

.checks > div input[type="checkbox"] {
  display: none;
}

@media screen and (max-width: 750px) {
  .checks br {
    display: none;
  }

  .checks > div {
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.65rem;
  }
}

/* Btn Wsp */

section#btn-wsp {
  color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0;
  background: rgb(41, 217, 43);
  background: linear-gradient(
    232deg,
    rgba(41, 217, 43, 1) 9%,
    rgba(73, 155, 64, 1) 50%,
    rgba(77, 217, 41, 1) 95%
  );
}

section#btn-wsp .container {
}

section#btn-wsp .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}

section#btn-wsp .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

section#btn-wsp .container > div {
  width: auto;
}

section#btn-wsp .container > :first-child {
  margin-right: 1rem;
}

section#btn-wsp .container > :last-child {
}

section#btn-wsp .icon {
}

section#btn-wsp .icon img {
  width: 40px;
}

@media screen and (max-width: 900px) {
  section#btn-wsp {
  }

  section#btn-wsp .container {
  }

  section#btn-wsp .text {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }

  section#btn-wsp .container {
  }

  section#btn-wsp .container > div {
  }

  section#btn-wsp .icon {
  }

  section#btn-wsp .icon img {
    width: 30px;
  }

  section#btn-wsp .container > :last-child {
  }
}

@media screen and (max-width: 1000px){
  .item-respaldo.landing{
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  section#btn-wsp .container > :last-child {
  }

  section#btn-wsp .container > :first-child {
    margin: 0;
  }

  section#btn-wsp .text {
    max-width: 210px;
  }
  .home-spot h1 {
    font-size: 40px;
    text-align: center !important;
    margin-top: 50px;
    margin-bottom: 15px;
  }

.home-spot h2 {
    text-align: center !important;
    font-size: 4.5vw;
}
  .home-spot .text-center .text-green span {
    font-size: 22px;
  }
  .home-spot .text-center span.c-primary {
    /* font-size: 14px; */
  }
  .home-spot .text-center .text-green .bg {
    width: fit-content;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 20px;
    margin: 0 auto;
    /* font-size: 1rem; */
    text-align: center !important;
  }
  .home-spot .text-center .text-green {
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .home-spot .table {
    display: block;
  }
  .home-spot .table-cell {
    display: block;
  }
  .home-spot .text-center .text {
    font-size: 4.5vw;
    text-align: center !important;
    padding-bottom: 0;
    margin: 0;
    font-weight: bold;
  }
  .home-spot .table-cell > .flex .bg-flex {
    margin-bottom: 50px;
    padding: 20px 0px 20px;
  }
  .item-respaldo {
  padding: 30px 50px;
  }
}

/* ===== ESTILOS PARA TÍTULOS DE FAQ ===== */

/* Contenedor de títulos */
.faq .header-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 70px 0px;
  border-radius: 15px;
  margin-bottom: 80px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.faq h1.title,
.faq h2.subtitle,
.faq h3.description {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

/* H1 - Título principal */
.faq h1.title {
  font-size: 2.8rem;
  font-weight: 700;
  /* color: #2c3e50; */
  /* color: var(--c-primary); */
  color: #2F2F2F;
  margin-bottom: 25px;
  text-transform: none;
  position: relative;
}

/* H2 - Subtítulo */
.faq h2.subtitle {
  font-size: 1.2rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
  text-transform: none;
  position: relative;
  padding: 0 20px;
}

.faq h2.subtitle:after{
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #666;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* H3 - Descripción */
.faq h3.description {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin: 0 auto 30px auto;
}

/* Animaciones de entrada */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq h1.title {
  /* animation: fadeInDown 0.8s ease forwards; */
}

.faq h2.subtitle {
  animation: fadeInDown 0.8s ease forwards;
  animation-delay: 0.2s;
}

.faq h3.description {
  animation: fadeInDown 0.8s ease forwards;
  animation-delay: 0.4s;
}

/* Responsive para FAQ */
@media screen and (max-width: 900px) {
  .faq h1.title {
    font-size: 2.2rem;
  }
  
  .faq h2.subtitle {
    font-size: 1.4rem;
  }
  
  .faq h3.description {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .faq h1.title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .faq h2.subtitle {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .faq h3.description {
    font-size: 1rem;
    padding: 10px 15px;
  }
  
  .faq h2.subtitle::before,
  .faq h2.subtitle::after {
    /* margin: 0 8px; */
  }
}

/* ===== ESTILOS PARA TÍTULOS DE BLOG ===== */

/* Contenedor de títulos */
.blog .header-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 70px 0px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.blog h1.title,
.blog h2.subtitle,
.blog h3.description {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

/* H1 - Título principal */
.blog h1.title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c3e50;
  color: var(--c-primary);
  margin-bottom: 25px;
  text-transform: none;
  position: relative;
}

/* H2 - Subtítulo */
.blog h2.subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0;
  text-transform: none;
  position: relative;
  padding: 0 20px;
}

/* H3 - Descripción */
.blog h3.description {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin: 0 auto 30px auto;
}

/* Animaciones de entrada para blog */
.blog h1.title {
  /* animation: fadeInDown 0.8s ease forwards; */
}

.blog h2.subtitle {
  animation: fadeInDown 0.8s ease forwards;
  animation-delay: 0.2s;
}

.blog h3.description {
  animation: fadeInDown 0.8s ease forwards;
  animation-delay: 0.4s;
}

/* Responsive para blog */
@media screen and (max-width: 900px) {
  .blog h1.title {
    font-size: 2.2rem;
  }
  
  .blog h2.subtitle {
    font-size: 1.4rem;
  }
  
  .blog h3.description {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .blog h1.title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .blog h2.subtitle {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .blog h3.description {
    font-size: 1rem;
    padding: 10px 15px;
  }
  
  .blog h2.subtitle::before,
  .blog h2.subtitle::after {
    margin: 0 8px;
  }
}
