.fixed-top {
  z-index: 999999999999;

  background-color: transparent !important;
}


.footerfixed {
  position: fixed;
  bottom: 0px;
  z-index: 9999999999999999;
  width: 100%;
}

#contenidohome {

  width: 100%;
  padding-top: 0px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: transparent;


}

#trigger1 {
  position: absolute;
  top: 0px;
}

#animation_container {

  width: 100% !important;
  position: relative;
  margin-top: 12vh;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffff !important;

}

#menusuperior {
  position: fixed;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 30px;
  background-color: transparent;
}

#capascroll {

  display: block;
  height: 0;
  width: 0px;
  background-color: transparent;
  z-index: 999999;
}

#main {
  background-color: #ffffff;
  max-width: 1440px;
}

.cfixed {
  position: fixed;
}

.rellenorojo {
  fill: #E60000;
  color: "red";
}

#menuimgrojo {
  display: none;

}

#menuimg {
  display: block;
}

.contenedorinformes {
  background-image: url(/wp-content/themes/fundacionvodafone/assets/imgs/informeshome.jpg);
  background-size: cover;
  min-height: 900px;
  background-position: bottom left;

}





@media only screen (min-width: 800px) and (max-width: 1366px) {
  .navbar-brand img {
    height: 37px !important;
    margin-left: 10px !important;
  }

}

@media screen and (min-width: 728px) and (max-width: 1024px) {

  .contenedorinformes {
    min-height: 400px;
  }

  .textoshomeinformes {
    padding-top: 15%;
    width: 60%;
    text-align: left;
    padding-left: 5%;
  }

  #claimhomeinformes {
    font-size: 36px;
    line-height: 36px;
  }

  #subclaimhomeinformes {
    font-size: 16px;
    line-height: 20px;
  }

  .contenedornoticias {
    min-height: 498px;
  }

  .contenedorevento {

    padding-top: 50px;
    font-size: 35px;
    line-height: 36px;
    padding-left: 40px !important;
    text-align: left;
    color: #ffffff;
    padding-bottom: 50px;
  }

  .tituloinforme {

    font-size: 25px;
    line-height: 294px;
  }

  .cajaimageninforme {
    min-height: 302px;
  }
}