.head {
  height: auto;
  width: 100%;
}

.video {
  margin-top: 50px;
}

.embed-responsive.embed-responsive-16by9 {
  text-align: center;
  position: relative;
}

video.embed-responsive-item {
  width: 100%;
}

.btn-video-hidden {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background-color: #88be54;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
  width: fit-content;
}

.btn-video-hidden:hover {
  background-color: #4f871a;
  border-color: #4f871a;
}

.btn-video-hidden i {
  margin-right: 10px;
}

.btn-video-hidden span {
  display: block;
}

.video.video-hidden .btn-video-hidden {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline {
  margin-top: -10px;
  position: relative;
}

.bg-head {
  background: url("../../assets/img/tirme-cabecera-exito-colectivo.png");
  background-size: cover;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 24vh;
  left: 0;
  width: 100%;
  height: 1110px;
  z-index: -1;
}

.logo-date {
  width: auto;
  height: 120px;
}

.big-img{
  width: 700px;
  height: 450px;
}

.second-date {
  font-size: 75px;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  line-height: 60px;
  margin: 0;
}

.text-date {
  font-size: 21px;
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  margin: 0;
  font-weight: 100;
}

.second-title-date {
  margin-left: 14px;
  font-size: 90px;
  font-family: Oswald, sans-serif;
  font-weight: bolder;
}

.first-date {
  font-family: Oswald, sans-serif;
  margin-bottom: 0;
}

.timeline > .row {
  height: 130px;
  margin-bottom: 60px;
}

.icon-helm {
  height: 80px !important;
}

.big-img {
  position: absolute;
  right: -34px;
}

.big-img-second {
  position: absolute;
  right: 47px;
  top: 200px;
  width: 700px;
  height: 450px;
}

.big-img-third {
  position: absolute;
  right: 83px;
  top: -60px;
}

.big-img-fourth {
  width: 900px;
  height: 600px;
  position: absolute;
  top: -280px;
  right: -150px;
}

.big-img-five {
  position: absolute;
  right: -10px;
  width: 700px;
  height: 500px;
}

.btn {
  font-family: Oswald, sans-serif;
  padding: 6px 30px;
  background: #88be54;
}

.btn-form{
  border-width: 0px;
  border-radius: 6px;
  padding: 10px 40px;
}

.btn-form:hover{
  background-color: #4f871a;
}

.last-row{
  padding-bottom: 250px;
  padding-top: 40px;
}

body {
  background-color: #ebebeb;
}

.green-line{
  width: 100px;
}

.text-2022{
  position: relative;
  top: 120px;
}

.first-element{
  opacity: 0.3;
}

.footer-text{
  font-size: 20px;
  font-family: Oswald, sans-serif;
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.btn{
  padding: 5px 15px !important;
  border-color: #88be54;
}

.btn:hover{
  background-color: #4f871a;
  border-color: #4f871a;
}

.form-control, h1 {
  font-family: Oswald, sans-serif;
}

.recaptcha-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal-content .btn-close {
    background-color: #88be54;
    color: white;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 1080px){
  .timeline{
    overflow: hidden;
  }
  .timeline > .row{
    margin-bottom: 120px !important;
    height: 100%;
  }

}

@media (max-width: 670px){
  .btn-video-hidden {
    padding: 5px 10px;
  }

  .btn-video-hidden i {
    margin-right: 0;
    font-size: 12px;
  }

  .btn-video-hidden span {
    display: none;
  }

  .video.video-hidden .btn-video-hidden i {
    font-size: initial;
    margin-right: 10px;
  }

  .timeline{
    overflow: hidden;
  }

  .big-img{
    height: 120px;
    width: 200px;
    position: absolute;
    right: 35px;
    top: -95px;
  }

  .big-img-second {
    position: absolute;
    right: 22px;
    top: 310px;
    height: 120px;
    width: 200px;
  }

  .big-img-third{
    position: absolute;
    right: 22px;
    top: -108px;
    height: 120px;
    width: 200px;
  }

  .big-img-fourth{
    position: absolute;
    right: 0px;
    top: 88px;
    height: 135px;
    width: 240px;
  }

  .big-img-five{
    position: absolute;
    right: 0px;
    top: 88px;
    height: 135px;
    width: 240px;
  }

  .green-line{
    width: 25px !important;
    margin-left: 55px !important;
  }

  .logo-date{
    height: 50px !important;
  }

  .second-date{
    font-size: 30px;
  }
  
  .first-date{
    font-size: 20px;
  }

  .text-date {
    font-size: 12px;
  }

  .first-row{
    padding-top: 60px;
  }

  .text-timeline{
    justify-content: center !important;
  }

  .timeline > .row{
    height: 100% !important;
  }

  .left-to-center{
    justify-content: center !important;
  }

  .last-row{
    padding-bottom: 20px;
  }

  .btn-form{
    margin-top: 20px;
  }

  .footer-text{
    font-size: 16px;
  }
}

