@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
:root{
  --landingPrimary: #A1C299;
  --fontLanding: "Roboto Condensed", sans-serif;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6,
.landing p{
  font-family: var(--fontLanding);
}
/* landing reconsider */
.btn-landing{
  font-family: var(--fontLanding);
  position: relative;
  width: 100%;
  background: var(--landingPrimary);
  border: solid 1px white;
  border-radius: 8px;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 100;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-landing:hover {
  color: #FFFFFF;
  transition: all 0.1s;
  background: #374234;
}

.box-landing{
  background: var(--landingPrimary);
  border: solid 1px white;
  border-radius: 8px;
  padding: 30px 50px;
}
.box-landing h2,
.box-landing p{
  font-family: var(--fontLanding);
  color: #fff;
  margin-bottom: 50px;
  line-height: normal;
}
.box-landing h2{
  font-size: 48px;
  font-weight: 100;
}
.box-landing h2 b {
  display: block;
  padding-top: 10px;
  letter-spacing: 2px;
  font-weight: 500;
}
.box-landing p{
  font-size: 24px;
}
.image-box{
  position: relative;
}
.image-box h3{
  font-size: 33px;
  font-family: var(--fontLanding);
  line-height: normal;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
  text-transform: uppercase;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.content-block h5 {
  font-family: var(--fontLanding);
  font-weight: 600;
}

.landing .content-block p, .landing .content-block p a{
  font-family: var(--fontLanding);
  color: #111;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 25px;
}
.landing .content-block p a{
  text-decoration: underline;
}
.landing.cuidados .content-block {
  padding: 1.5rem 4.1rem;
}
.landing.cuidados p, .landing.cuidados .content-block p a {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width:1024px) and (min-width:768px){
  .landing.cuidados .content-block h5 {
    font-size: 16px;
  }
  .landing.cuidados .content-block p, .landing.cuidados .content-block p a {
    font-size: 14px;
    line-height: normal;
  }
}
@media (min-width:992px){
  .box-landing .mx-auto{
    max-width: 62%
  }
}
.landing h4{
  font-family: var(--fontLanding);
  font-size: 28px;
}
.owl-carousel .box-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.owl-carousel .box-landing h4{
  font-family: var(--fontLanding);
  text-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: var(--landingPrimary);
  font-size: 38px;
}

.image-box img {
  width: 100%;
}

.content-block{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.image-box img {
  height: 100%;
  object-fit: cover;
}

.landing .arbol_objetivos {
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  padding: 0 0 9em;
  margin: 0 auto 1em;
}
.landing .arbol_objetivos:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4px;
  height: 9em;
  margin-left: -2px;
  background: #000;
}
.landing .arbol_objetivos .objetivo {
  position: relative;
  flex: 1;
  max-width: 39em;
  font-weight: 400;
  padding: 0 1em 9em;
}
.landing .arbol_objetivos .objetivo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4px;
  height: 9em;
  margin-left: -2px;
  background: #000;
}
.landing .arbol_objetivos .objetivo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  margin-top: -4px;
  background: #000;
}
.landing .arbol_objetivos .objetivo:first-child:after {
  left: 50%;
  width: 50%;
}
.landing .arbol_objetivos .objetivo:last-child:after {
  width: 50%;
}
.landing .arbol_objetivos .img_block {
  display: block;
  max-width: 100%;
  margin: 0 auto 1em;
}
.landing .arbol_objetivos.b-2 {
  max-width: none;
  padding: 6em 0 0;
}
.landing .arbol_objetivos.b-2:after {
  top: 0;
}
.landing .arbol_objetivos.b-2 .objetivo {
  max-width: 39em;
  padding: 9em 2.5em 0;
}
.landing .arbol_objetivos.b-2 .objetivo:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  display: block;
  width: 4px;
  height: 9em;
  height: 6em;
  margin-left: -2px;
  background: #000;
}
.landing .arbol_objetivos.b-2 .objetivo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9px;
  margin-top: -4px;
  background: #000;
}
.landing .arbol_objetivos.b-2 .objetivo:first-child:after {
  left: 50%;
  width: 50%;
}
.landing .arbol_objetivos.b-2 .objetivo:last-child:after {
  width: 50%;
}
.landing .objetivo p {
  font-size: 21px;
  line-height: normal;
  font-weight: 400;
}

.landing .caja {
  border: solid 3px #000;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.landing .caja .cabecera {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.color .cabecera {
  width: 101%;
  margin-left: -1px;
  margin-top: -1px;
}
.landing .caja h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}
.landing .caja .cuerpo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}
.landing .caja p {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.landing .caja.color01 {
  border: solid 3px #D94656;
}
.landing .caja.color01 .cabecera {
  background-color: #D94656;
}
.landing .caja.color02 {
  border: solid 3px #51AC51;
}
.landing .caja.color02 .cabecera {
  background-color: #51AC51;
}
.landing .caja.color03 {
  border: solid 3px #D63C3E;
}
.landing .caja.color03 .cabecera {
  background-color: #D63C3E;
}
.landing .caja.color04 {
  border: solid 3px #E0713E;
}
.landing .caja.color04 .cabecera {
  background-color: #E0713E;
}
.landing .caja.color05 {
  border: solid 3px #F2D649;
}
.landing .caja.color05 .cabecera {
  background-color: #F2D649;
}
.landing .caja.color06 {
  border: solid 3px #C6365D;
}
.landing .caja.color06 .cabecera {
  background-color: #C6365D;
}
.landing .caja.color07 {
  border: solid 3px #DAB345;
}
.landing .caja.color07 .cabecera {
  background-color: #DAB345;
}
.landing .caja.color08 {
  border: solid 3px #449A57;
}
.landing .caja.color08 .cabecera {
  background-color: #449A57;
}
.landing .caja.color09 {
  border: solid 3px #245468;
}
.landing .caja.color09 .cabecera {
  background-color: #245468;
}

.landing .caja .cuerpo img{
  width: 100%;
  height: 100%;
}

@media (max-width:991px) {
  .landing .arbol_objetivos {
  flex-direction: column;
    width: auto;
}
  .landing .arbol_objetivos.b-2 .objetivo:before,
  .landing .arbol_objetivos .objetivo:after,
  .landing .arbol_objetivos .objetivo:before,
  .landing .arbol_objetivos:after {
    display: none;
  }
}

.landing .slide-timeline h4 {
  font-size: 3.8em;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
  transform: scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.5s, opacity 0.5s;
}
.landing .slide-timeline h4 span {
  font-family: "Roboto Condensed", sans-serif;
}
.landing .slide-timeline .linea {
  position: relative;
  width: 100%;
  height: 0.5em;
  margin: 0 0 5em;
  background: #000;
}
.landing .slide-timeline .linea:before {
  content: url(../images/springfield/star.png);
  position: absolute;
  left: 50%;
  top: -1.1em;
  margin-left: -20px;
  background: white;
  padding-right: 10px;
  padding-left: 10px;
}
.landing .slide-timeline .linea.inicio {
  width: 50%;
  margin-left: auto;
}
.landing .slide-timeline .linea.inicio:before {
  left: 0;
  top: -1.1em;
}
.landing .slide-timeline .linea.fin {
  width: 50%;
  margin-right: auto;
}
.landing .slide-timeline .linea.fin:before {
  left: auto;
  right: -1.6em;
  top: -1.1em;
}
.landing .slide-timeline p {
  padding: 0 1.2em;
  opacity: 0.8;
  transform: scale(0.8);
  transform-origin: 50% 0;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 22px;
font-weight: 400;
line-height: normal;
}
.landing .slide-timeline .swiper-slide-active h4,
.landing .slide-timeline .swiper-slide-active p {
  opacity: 1;
  transform: scale(1);
}

.intro-content {
  z-index: 1;
}

.intro-title {
  text-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 0;
  letter-spacing: normal;
}
