.hero.is-info {
    background-color: transparent !important;
    color: #fff;
}

.title.txt_bottom_iframe {
    font-size: 21px;
}


#animatedText {
    color: black;
    line-height: 19px;
    width: 100%;
    position: fixed;
    z-index: 99998;
    top: 10vh;
    text-align: center;
    /* transform: translate(0px, 500px); */
    opacity: 0;
}

.videoControls {
    position: relative;

}

.navbarFixWidth {}

.navbar_container {
    position: fixed;
    z-index: 99999;
    top: 5px;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.navbar_container.visible {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.navbar_container .audi_logo_container {
    width: 100px;
    margin-left: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 11px;
}

.navbar_container .header_img_container {
    margin-right: 40px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.navbar_container .audi_logo_container a .audi_logo {
    height: 30px;
    cursor: pointer;
}

.navbar_container .header_img_container .header_img {
    width: 187px;
    margin-top: 20px
}


.hide_navbar {
    display: none;
}


/*  footer y cambios */

.sectionTopFooter {
    margin-top: 9%;
}


.cta-content_topFooter {
    float: left;
    width: 50%;
    padding: 3rem 0 0 12rem;

}

.img-content {
    float: left;
    width: 50%;
    padding: 3rem 3rem 0 0;
    height: 362px;
}

.sectionTopFooter:after {
    content: "";
    display: table;
    clear: both;
}


.columna-derechaTopFooter {
    background-image: url('../assets/imgs/rallycar_top_footer.jpg');
    width: 500px;
    height: 430px;
    background-size: 500px 430px;
    overflow: hidden;
    z-index: 9;
}

.contenedorTopFooter {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.columna {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 20px;
}

.columna-izquierdaTopFooter,
.columna-derechaTopFooters {
    background: white;
    height: 430px;
}

.centerContent {
    padding: 6rem 5rem;
}

.txtTopFooterTitle {
    font-family: "audi-extendedNormal", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.txtTopFooterDesc {
    font-family: "audi-extendedNormal", sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 15px 0 35px;
    color: #000;
}

/* CTA's */

.buttonsTopFooter {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

#ctaTopFooter {
    font-family: "audi-extendedNormal", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    border: 2px solid #000;
    background-color: #FFF;
    color: #000;
    text-align: center;
    font-size: 13px;
    padding: 5px 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ctaTopFooter:hover {
    background-color: #e5e5e5;
    border: 2px solid #000;
}



.video-background-tech {
    width: 100vw;
    height: 100vh;
    position: absolute;
    object-fit: cover;
}

.tech_1_txt {
    position: fixed;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    min-height: 100%;
    text-align: center;
    top: 50px;
    opacity: 0;
    color: black;
    pointer-events: none;
}

#properties h2 {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}


.tech_1_txt h2 {
    font-size: 16px;
    line-height: 19px;
}

#tech_1_spec,
#tech_2_spec,
#tech_3_spec,
#tech_4_spec {
    opacity: 1;
    transition: 0.5s;
    pointer-events: none;
}

#tech_1_spec.visible,
#tech_2_spec.visible,
#tech_3_spec.visible,
#tech_4_spec.visible {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: 0.5s;
}



.tech_1_spec {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    top: 0%;
    opacity: 0;
}

.tech_2_spec {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    top: 10%;
    opacity: 0;
}

.tech_3_spec {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    top: 20%;
    left: 10%;
    opacity: 0;
}

.tech_4_spec {
    position: fixed;
    width: 100%;
    min-height: 100%;
    text-align: center;
    top: 50%;
    left: 40%;
    opacity: 0;
}




.text {
    position: absolute;
    width: 728px;
    height: 90px;
    color: white;
    font-size: 39px;
    background-color: grey;
}

.text2 {
    color: green;
    background-color: brown;
}

.mask {
    margin: 5px;
    width: 300px;
    height: 90px;
    background-color: aqua;
    overflow: hidden;
}

.mask3 {
    float: right;
}

/* video controol */

.video-control {
    position: absolute;
    left: 1em;
    bottom: 1em;
    min-width: 7.5em;
    padding: 0.5em 1em;
    text-align: left;
    border-radius: 9in;
    background: #FFFB;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
    display: none;
}

.video-control-symbol {
    font: 1.75em/0 Apple Color Emoji;
    vertical-align: -0.15em;
}


#properties {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.skrollable {
    position: fixed;
    z-index: 100;
}




.tech_1_spec img {
    position: relative;
}

.tech_2_spec img {
    position: relative;
}

.tech_3_spec img {
    position: relative;
}

.tech_4_spec img {
    position: relative;
}

/* s */

.tech_1_spec-descr {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(79%, -55%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    transition: all 0.5s;

}

.tech_1_spec-descr.visible {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(79%, -55%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease; 
}

.tech_1_spec-descr p {
    position: absolute;
    z-index: 9;
    top: 31px;
    left: 37px;
    width: 232px;
    font-size: 14px;
    line-height: 16px;
}

.tech_2_spec-descr {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 279px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-138%, -99%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 0.5s;
}

.tech_2_spec-descr.visible {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 279px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(-138%, -99%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease; 
}


.tech_2_spec-descr p {
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 22px;
    width: 242px;
    font-size: 14px;
    line-height: 16px;
}

.tech_3_spec-descr {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(36%, -127%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    transition: all 0.5s;
}

.tech_3_spec-descr.visible {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 50%;
    left: 50%;
    transform: translate(36%, -127%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease; 
}


.tech_3_spec-descr p {
    position: absolute;
    z-index: 9;
    top: 39px;
    left: 48px;
    width: 236px;
    font-size: 14px;
    line-height: 17px;
}


.tech_4_spec-descr {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 13%;
    left: -5%;
    transform: translate(-98%, -76%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 0.5s;
}

.tech_4_spec-descr.visible {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 13%;
    left: -5%;
    transform: translate(-98%, -76%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease; 
}

.tech_4_spec-descr {
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    width: 285px;
    color: black;
    top: 13%;
    left: -5%;
    transform: translate(-98%, -76%);
}


.tech_4_spec-descr p {
    position: absolute;
    z-index: 9;
    top: 21px;
    left: 24px;
    width: 232px;
    font-size: 14px;
    line-height: 17px;
}






.block {
    height: 100%;
    border-box: box-sizing;
    /* One of my CSS3-favourites */
}

/* Specifics */
#block1 {
    background-color: black;
    color: white;
    padding: 20px;
}

#block1 p {
    width: 200px;
    line-height: 200%;
    margin-top: 400px;
}

#block3 {
    background-color: #bbb;
}

#block3 div {
    float: left;
    height: 50px;
}

#block3 div:nth-child(1) {
    width: 100px;
    margin-left: -400px;
    background-color: hsla(255, 70%, 100%, 0.9);
    /* HSLA: Hue, Saturation%, Light%, Alpha (Opacity) */
}

#block3 div:nth-child(2) {
    width: 200px;
    background-color: hsla(200, 80%, 100%, 0.8);
    border: 5px solid black;
}

#block3 p {
    width: 200px;
    line-height: 200%;
}


.center-div {
    width: 100%;

}

.center-div .subtitleTopVideo {
    text-align: center;
}

.subtitleTopVideo {
    font-size: 14px;
    color: #000000;
}



/* Cross animation tecnology */


.groupCross1 {
    position: absolute;
    top: 117px;
    left: -1px;
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
}

  .animated-line_1 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 1;
  }


  .animated-line_1_2 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transform: rotate(90deg);
    left: 1px;
  }

  .animated-line_1.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50537;
    transform-origin: left center;
    animation: expand 0.4s ease-in 1 forwards running 0s;
    opacity: 0;
  }


  .animated-line_1_2.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50000;
    transform-origin: left center;
    animation: expand 0.2s ease-in-out 1 forwards running 0s;
    opacity: 0;
  }

  @keyframes expand {
    from {
      opacity:0;
      transform: scaleX(0);
    }
    to {
      opacity:1;
      transform: scaleX(1);
    }
  }


  /* aniimate 2 */


.groupCross2 {
    position: absolute;
    top: -4px;
    right: -10px;
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
}

  .animated-line_2 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 1;
  }


  .animated-line_2_2 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transform: rotate(90deg);
    left: 1px;
  }

  .animated-line_2.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50537;
    transform-origin: left center;
    animation: expand 0.4s ease-in 1 forwards running 0s;
    opacity: 0;
  }


  .animated-line_2_2.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50000;
    transform-origin: left center;
    animation: expand 0.2s ease-in-out 1 forwards running 0s;
    opacity: 0;
  }

  @keyframes expand {
    from {
      opacity:0;
      transform: scaleX(0);
    }
    to {
      opacity:1;
      transform: scaleX(1);
    }
  }


   /* aniimate 3 */


.groupCross3 {
    position: absolute;
    top: -4px;
    left: -1px;
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
}

  .animated-line_3 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 1;
  }


  .animated-line_3_2 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transform: rotate(90deg);
    left: 1px;
  }

  .animated-line_3.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50537;
    transform-origin: left center;
    animation: expand 0.4s ease-in 1 forwards running 0s;
    opacity: 0;
  }


  .animated-line_3_2.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50000;
    transform-origin: left center;
    animation: expand 0.2s ease-in-out 1 forwards running 0s;
    opacity: 0;
  }

  @keyframes expand {
    from {
      opacity:0;
      transform: scaleX(0);
    }
    to {
      opacity:1;
      transform: scaleX(1);
    }
  }



   /* aniimate 4 */


.groupCross4 {
    position: absolute;
    top: 117px;
    right: -9px;
    width: 30px;
    display: flex;
    align-items: center;
    height: 30px;
}

  .animated-line_4 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transition: all 0.5s;
    opacity: 1;
  }


  .animated-line_4_2 {
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: transparent;
    overflow: hidden;
    transform: rotate(90deg);
    left: 1px;
  }

  .animated-line_4.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50537;
    transform-origin: left center;
    animation: expand 0.4s ease-in 1 forwards running 0s;
    opacity: 0;
  }


  .animated-line_4_2.visible::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f50000;
    transform-origin: left center;
    animation: expand 0.2s ease-in-out 1 forwards running 0s;
    opacity: 0;
  }

  @keyframes expand {
    from {
      opacity:0;
      transform: scaleX(0);
    }
    to {
      opacity:1;
      transform: scaleX(1);
    }
  }