  .over:hover {
    background: #3fa9fc !important;
  }

	footer{
		margin: 0 !important;
	}
	
	.icon-rrss {
		background: #eb4380;
		border-radius: 20px;
		padding: 4px 5px 0px 5px;
	}

  .over a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }


  :root {
    --laterales: 60px 75px;
    --laterales2: 0px 75px;
    --laterales3: 0px 130px;
    --font-one: "Albert Sans";
    --font-two: "Merriweather", serif;
    --laterales-mob: 0px;
    --laterales-mob2: 5px 30px;
    --lateral: 75px;
  }

  .timeline__right.tleft>div {
    background-color: #FFF;
    padding-bottom: var(--buffer);
    padding: 5px 0px 45px 45px;
    margin-right: 2px;
    margin-left: 0px;
  }

  .bullet {
    background-color: #000;
    color: #FFF;
    font-size: 14px;
    padding: 5px 5px;
    border-radius: 25px;
  }

  .olaterales {
    padding: var(--laterales2) !important;
  }

  .olaterales-2 {
    padding: var(--laterales3) !important;
  }


  @keyframes colorchange {
    0% {
      background: #ff2b80;
    }

    50% {
      background: #cb004a;
    }

    100% {
      background: #ff2b80;
    }
  }


  @media (max-width: 1050px) {

    :root {
      --laterales: 30px 30px !important;
      --laterales2: 0px 30px;
      --laterales3: 0px 30px;
      --laterales-mob: 0px 30px !important;
      --lateral-left: 0px;
      --lateral-right: 0px;
    }

    .timeline__content>h3 {
      font-family: "Merriweather", Sans-serif !important;
      font-weight: bold !important;
      line-height: 1.6em;
      color: #3A5E9A;
      margin: 0px;
      margin-bottom: 20px;
      margin-top: -46px;
      font-size: 18px;
    }

    .timeline__content {
      font-size: 14px;
    }

    .olaterales {
      padding: 0 !important;
    }

    .timeline__content>h2 {
      font-size: 16px !important;
    }

    .success_img_back-ml>img {
      width: 260px !important;
      margin-top: 75px !important;
      margin-bottom: 50px !important;
    }

  }

  :root {
    --primary: #227093;
    --secondary: #ff5252;
    --background: #eee;
    --highlight: #ffda79;
    /* Theme color */
    --theme: var(--primary);

    /* Time line progress bar*/

    --color-black: black;
    --color-line: #BF3A70;
    --color-white: #EBEFF5;
    --color-grey: #494949;
    --sticky-top-pos: 30vh;
    --buffer: 5rem;
  }


  /*************************** Time line progress line */

  .timeline__section2 {
    display: grid;
    grid-template-columns: 50% 1px 50%;
    align-items: start;
    position: relative;
    height: 81px;
  }


  .timeline {
    max-width: 100%;
    padding: 12px;
  }

  .timeline__section {
    display: grid;
    grid-template-columns: 1px 1px 100%;
    align-items: start;
    position: relative;
  }

  .timeline__left {
    font-size: 2.5rem;
    text-align: right;
    text-transform: uppercase;
  }

  .timeline__tracker {
    position: sticky;
    top: var(--sticky-top-pos);
  }

  .timeline__left,
  .timeline__middle {
    margin-bottom: 10px;
  }

  .timeline__right {
    background: #EBEFF5;
  }

  .content_right {
    text-align: right;
    padding-right: 30px;
  }

  .content_right>h2 {
    text-align: right;
  }

  .end-footer {
    width: fit-content;
    float: inline-end;
  }

  .bullet-left {
    --bullet-dims: -40px;
    background-color: var(--color-white);
    width: var(--bullet-dims);
    height: 40px;
    border-radius: 99999%;
    transform: translateX(calc(var(--bullet-dims) / 2 + 2px));
    float: left;
  }

  .timeline__right.tleft {
    margin-right: -4px;
  }

  .img_talent {
    height: 100% !important;
    max-height: 300px;
  }

  .img_talent>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .timeline__right>div {
    background-color: #FFF;
    padding-bottom: var(--buffer);
    padding: 5px 0px 45px 45px;
    margin-left: 2px;
  }


  .timeline__content>h3 {
    font-family: "Merriweather", Sans-serif !important;
    font-weight: bold !important;
    line-height: 1.6em;
    color: #3A5E9A;
    margin: 0px;
    margin-bottom: 20px;
    margin-top: -46px;
  }

  .tleft>div>.timeline__content>h3 {
    text-align: right;
  }

  .timeline__date>div:first-child {
    font-size: 1.3rem;
  }

  .timeline__bullet {
    --bullet-dims: 40px;
    background-color: var(--color-white);
    width: var(--bullet-dims);
    height: var(--bullet-dims);
    border-radius: 99999%;
    transform: translateX(calc(var(--bullet-dims) / 2 + 2px));
    float: right;
  }

  .timeline__content {
    font-size: 18px;
    transition: color 1s cubic-bezier(0, 0.39, 0.58, 1);
    color: #000;
  }

  .animate-on-scroll {
    color: var(--color-white);
  }