@media (max-width: 700px) {
  h4.description {
    font-size: 4vw !important;
  }
}

[src=vide] {
  display: none;
}

.info-horizontal .icon {
  margin-top: 24px;
  width: auto;
  height: 0px;
  padding: 15px;
}

.info-horizontal .description {
  padding-right: 15px;
}

.englobante {
  position: relative;
  width: 100%;
  height: 60vw;
}
.englobante .bottomLight {
  height: 50%;
  background-color: rgb(255, 255, 255);
}
.englobante .topDark {
  padding-top: 0px;
  height: 50%;
  background-color: white;
  transition: background-color 2s ease;
}
.englobante .topDark.after {
  background-color: #3c3b41;
}
.englobante .divAbsolute {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
}
.englobante .divAbsolute .conceptImg {
  margin: 0 auto;
  border: 1px solid gray;
  width: 36%;
}
.englobante .conceptTitle {
  position: absolute;
  left: 50%;
}
.englobante .conceptTitle h2 {
  left: -50%;
  position: relative;
  color: white;
  display: inline-block;
  border: 4px solid white;
  border-radius: 4px;
  padding: 12px 70px 12px 70px;
  margin-top: 30px;
}
.englobante .lightColor {
  color: rgb(255, 255, 255);
}
.englobante .darkColor {
  color: rgb(58, 58, 58);
}
.englobante .animated {
  position: absolute;
  transition: all 1s ease;
  opacity: 0;
  width: 0%;
  height: 0%;
}
.englobante .animated p {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
.englobante .animated::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 1s ease;
  border-radius: 8px;
  margin-left: 3px;
}
.englobante .animated::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 8px;
  width: 10px;
  height: 10px;
}
.englobante .animated.revealed {
  opacity: 1;
}
.englobante .animated.top p {
  top: -5px;
  margin-left: 10px;
}
.englobante .animated.top::before {
  height: 100%;
  width: 2px;
}
.englobante .animated.top::after {
  bottom: -3px;
  left: -1px;
}
.englobante .animated.right p {
  right: 0px;
}
.englobante .animated.right::before {
  width: 100%;
  height: 2px;
}
.englobante .animated.right::after {
  bottom: -6px;
  left: -3px;
}
.englobante .animated.bottom p {
  bottom: -25px;
  right: 10px;
}
.englobante .animated.bottom::before {
  width: 2px;
  height: 100%;
}
.englobante .animated.bottom::after {
  left: -1px;
}
.englobante .animated.left p {
  margin-left: 4px;
}
.englobante .animated.left::before {
  width: 100%;
  height: 2px;
}
.englobante .animated.left::after {
  right: -3px;
  top: -3px;
}
.englobante .animated.lightColor::before {
  background-color: rgb(185, 185, 185);
}
.englobante .animated.lightColor::after {
  background-color: rgb(94, 94, 94);
  border: 2px solid #fff;
}
.englobante .animated.darkColor::before {
  background-color: rgb(94, 94, 94);
}
.englobante .animated.darkColor::after {
  background-color: rgb(185, 185, 185);
  border: 2px solid rgb(94, 94, 94);
}
.englobante .animInteractiveTitle {
  top: 23%;
  left: 35%;
}
.englobante .animInteractiveTitle.revealed {
  height: 10%;
}
.englobante .animInteractiveFullscreen {
  top: 23%;
  left: 65%;
}
.englobante .animInteractiveFullscreen.revealed {
  height: 39.5%;
}
.englobante .animInteractiveBackToLive {
  top: 63%;
  left: 20%;
}
.englobante .animInteractiveBackToLive.revealed {
  width: 12%;
}
.englobante .animInteractiveTags {
  bottom: 19%;
  left: 40%;
}
.englobante .animInteractiveTags.revealed {
  height: 14%;
}
.englobante .animInteractiveNowPlaying {
  bottom: 11.5%;
  left: 50%;
}
.englobante .animInteractiveNowPlaying.revealed {
  height: 25%;
}
.englobante .animInteractiveShare {
  bottom: 14.5%;
  left: 59.5%;
}
.englobante .animInteractiveShare.revealed {
  height: 12.5%;
}
.englobante .animInteractiveProgressionBar {
  top: 66%;
  right: 13%;
}
.englobante .animInteractiveProgressionBar.revealed {
  width: 20%;
}
.englobante .animMediaSearch {
  top: 23%;
  right: 45%;
}
.englobante .animMediaSearch.revealed {
  height: 8%;
}
.englobante .animMediaView {
  top: 31%;
  right: 13%;
}
.englobante .animMediaView.revealed {
  width: 20%;
}
.englobante .animMediaContent {
  bottom: 24%;
  left: 59%;
}
.englobante .animMediaContent.revealed {
  height: 12.5%;
}
.englobante .animMediaPreview {
  top: 45%;
  left: 22%;
}
.englobante .animMediaPreview.revealed {
  width: 12%;
}
.englobante .animMulticastPreview {
  top: 23%;
  left: 50%;
}
.englobante .animMulticastPreview.revealed {
  height: 10%;
}
.englobante .animMulticastBroadcast {
  top: 44%;
  left: 16%;
}
.englobante .animMulticastBroadcast.revealed {
  width: 18%;
}
.englobante .animMulticastMonitoring {
  top: 47%;
  left: 23%;
}
.englobante .animMulticastMonitoring.revealed {
  width: 12%;
}
.englobante .animMulticastHistory {
  bottom: 17%;
  left: 35%;
}
.englobante .animMulticastHistory.revealed {
  height: 18%;
}
.englobante .animMulticastRecord {
  top: 44%;
  right: 23%;
}
.englobante .animMulticastRecord.revealed {
  width: 10%;
}
.englobante .animStudioPreview {
  top: 40%;
  right: 27%;
}
.englobante .animStudioPreview.revealed {
  width: 13%;
}
.englobante .animStudioBoundary {
  top: 44%;
  left: 16%;
}
.englobante .animStudioBoundary.revealed {
  width: 17%;
}
.englobante .animStudioEnrich {
  top: 65%;
  left: 22%;
}
.englobante .animStudioEnrich.revealed {
  width: 12%;
}
.englobante .animStudioHighlights {
  bottom: 10%;
  left: 50%;
}
.englobante .animStudioHighlights.revealed {
  height: 15%;
}
.englobante .animStudioManagement {
  top: 68%;
  right: 15%;
}
.englobante .animStudioManagement.revealed {
  width: 19%;
}
.englobante .animStudioSnapshot {
  top: 58%;
  right: 21%;
}
.englobante .animStudioSnapshot.revealed {
  width: 25%;
}
.englobante .animExpertisePeriod {
  top: 23%;
  right: 45%;
}
.englobante .animExpertisePeriod.revealed {
  height: 10%;
}
.englobante .animExpertiseFederation {
  top: 31%;
  left: 20%;
}
.englobante .animExpertiseFederation.revealed {
  width: 12%;
}
.englobante .animExpertiseField {
  top: 50.5%;
  left: 25%;
}
.englobante .animExpertiseField.revealed {
  width: 19%;
}
.englobante .animExpertiseScore {
  top: 71.5%;
  left: 25%;
}
.englobante .animExpertiseScore.revealed {
  width: 19%;
}
.englobante .animExpertiseWinner {
  bottom: 12%;
  right: 46%;
}
.englobante .animExpertiseWinner.revealed {
  height: 15%;
}
.englobante .animExpertiseTarget {
  top: 65%;
  right: 23%;
}
.englobante .animExpertiseTarget.revealed {
  width: 20%;
}
.englobante .animExpertiseTechnics {
  top: 55%;
  right: 13%;
}
.englobante .animExpertiseTechnics.revealed {
  width: 30%;
}
.englobante .animExpertisePlayers {
  top: 38%;
  right: 23%;
}
.englobante .animExpertisePlayers.revealed {
  width: 13%;
}

.mediaLib,
.multicast {
  margin-bottom: -150px;
}

.productsLink:hover, .productsLink.selectedProduct {
  box-shadow: 0 5px 15px rgba(100, 100, 100, 0.473);
}
.productsLink.selectedProduct {
  background-color: #e0e0e0;
}

.conceptMobileAlpha,
.conceptMobileFull {
  position: absolute;
  width: 100%;
}
.conceptMobileAlpha img,
.conceptMobileFull img {
  visibility: hidden;
  width: 100%;
}

@media (max-width: 700px) {
  .index-page .main.main-raised .features-4 {
    padding-top: 0;
  }
}
.index-page .main.main-raised .features-4 .row:first-child {
  display: none;
}

@media (max-width: 700px) {
  .gridImageCenter {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
#productSection.productSectionGradient {
  background: linear-gradient(transparent, #f0f0f0);
}

@media (max-width: 1090px) {
  .mediaLib {
    margin-bottom: 70px !important;
  }
  .multicast {
    margin-bottom: 5px !important;
  }
  .topDark {
    background-color: white !important;
  }
  .englobante {
    height: 85vw !important;
  }
  .bottomLight,
  .conceptTitle,
  .divAbsolute,
  .animated {
    display: none;
  }
  .conceptMobileAlpha img {
    visibility: visible;
  }
  .conceptMobileFull img {
    opacity: 0;
    visibility: visible;
  }
  .conceptMobileFull.revealed img {
    opacity: 1;
    transition: opacity 5s ease;
  }
}