:root {
  --primary: rgb(245, 72, 72);
  --light: #ffffff;
  --grey: #f5f5f5;
}

body {
  font-family: "Titillium Web", sans-serif;
}
.content {
  max-width: 500px;
}

video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.header-overlay {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #303952;
  z-index: -1;
  opacity: 0.65;
}
h1,
h2 {
  color: #ffffff;
}
section {
  height: 900px;
}
/*estrategia
*****************/
.step {
  display: flex;
  position: relative;
  justify-content: center;
}

.step::after {
  content: "";
  border-right: 1px solid var(--primary);
  opacity: 0.2;
  height: 120px;
  position: absolute;
  top: 54px;
}

@media (max-width: 992px) {
  .navbar {
    position: relative !important;
  }
  section {
    height: unset;
  }
  .call-to-action img {
    max-width: 100%;
  }
  .w-75 {
    width: 100% !important;
  }
}
/*TRABAJA CON NOSOTROS
*****************/

.call-to-action {
  border-radius: 50px;
  background: #303952;

}

.call-to-action img {
  max-width: 300px;
  border-radius: 20%;
  
}

#carouselExampleDark {
  max-width: 900px;
}
.image {
  border-radius: 10px;
}
