img.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

.links-footer{
    text-decoration: none;
    color: #BA955C !important;
    font-weight:bold;
}

.links-footer:hover{
    color:#FFFFFF !important;
}

.links{
    text-decoration: none;
    color: #681D32 !important;
    font-weight:bold;
}

.links:hover{
    color:#BA955C !important;
}

.logo-escudo{
    margin-top:2%;
    width:115px;
}

.degradado-banner{
    height:100vh !important;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7609244381346288) 60%, rgba(0,212,255,0) 100%);
}

.title-header{
    color: #681D32;
    font-weight: bold;
    /*padding-top: 10%;*/
    font-size:30px !important;
}

.modal-header-title{
    background-color: #681D32;
    padding: 10px;
    color:#FFFFFF;
}

.subtitle-header{
    color: #3b3b3b;
    font-style: italic;
    font-size: 1.2rem;
}

.header-logo{
    width: 100%;
}

.header-img-mov{
    width: 100%;
}

.botones{
    margin-top: 5px !important;
    height: auto !important;
}

.escudofooter{
    max-width:80%;
}

@media screen and (orientation: landscape) {
    .header-logo{
        width: 65%;
    }
    .title-header{
        font-size: 17px !important;
    }
    .header-img-mov{
        width: 70%;
    }
}


@media screen and (max-width: 1300px) {
    /*.botones{
        margin-top: 5px !important;
    }*/
    .divescudofooter{
        display:none;
    }
    .contenido-footer{
        text-align:center;
    }
}

@media screen and (max-width: 600px) {
    .logo-escudo{
        width:100px;
    }
    
}

@media screen and (min-width: 1080px) and (orientation: landscape) {
    .header-logo{
        width: 100%;
    }
    .title-header{
        font-size: 35px !important;
    }
    .header-img-mov{
        width: 100%;
    }
    .escudofooter{
        max-width:80% !important;
    }
}



.timeline {
    position: relative;
    .timeline-event {
      position: relative;
      padding-top: 5px;
      padding-bottom: 5px;
      .timeline-content {
        position: relative;
        width: calc(50% - 50px);
      }
      &::before {
        display: block;
        content: "";
        width: 2px;
        height: calc(50% - 30px);
        position: absolute;
        background: #d2d2d2;
        left: calc(50% - 1px);
        top: 0;
      }
      &::after {
        display: block;
        content: "";
        width: 2px;
        height: calc(50% - 30px);
        position: absolute;
        background: #d2d2d2;
        left: calc(50% - 1px);
        top: calc(50% + 30px);
      }
      &:first-child::before, &:last-child::after {
        display: none;
      }
      &:nth-child(even) .timeline-content {
        margin-left: calc(50% + 50px);
      }
      &:nth-child(odd) .timeline-content {
        margin-left: 0;
      }
    }
    .timeline-badge {
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      background: #681D32;
      top: calc(50% - 8px);
      right: calc(50% - 8px);
      border-radius: 50%;
      text-align: center;
      cursor: default;
      i {
        font-size: 25px;
        line-height: 40px;
      }
    }
  }
  
  @media (max-width: 600px) {
    .timeline {
      .timeline-event {
        .timeline-content {
          width: calc(100% - 70px);
        }
        &::before, &::after {
          left: 19px;
        }
        &:nth-child(even) .timeline-content, &:nth-child(odd) .timeline-content {
          margin-left: 70px;
        }
      }
      .timeline-badge {
        left: 12px;
      }
    }
  }
  
  .card-title {
      font-weight: 600!important;
      line-height: 1em;
      &.gradient {
          display: block;
          position: absolute;
          bottom: 0px;
          padding-bottom: 64px;
          display: block;
          width: 100%;
          background-color: rgba(0,0,0,0);
          background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.8) 100%);
      }
  }

  .card-footer-timeline{
    padding: 5px !important;
    background-color: #E3CFA8;
    color: #681D32;
    border-radius: 0 0 2px 2px;
    font-weight: bold;
    text-align: center;
  }

  .point-color-timeline{
    color:#681D32 !important;
  }

  .contenedor-admin{
    color: #FFFFFF;
    background-color: #681D32 !important;
    border-radius: 0 0 0 0 !important;
  }