@keyframes show {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.show {
  animation: 2s show ease-out forwards;
}

.animado{
    opacity: 0;
    transition: all 0.5s;
}
.desplazamientoIzq {
    animation: desplazamientoIzq 1s;
}

@keyframes desplazamientoIzq {
    0% {
        transform: translateX(-60px);
    }

    100% {
        transform: translateX(0);
    }
}

.desplazamientoArr{
    animation: desplazamientoArr 1s;
}

@keyframes desplazamientoArr {
    0% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0);
    }
}
.contenedorImg {
    overflow: hidden;
}
.contenedorImg:hover .redes {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.redes {
    margin: 10px;
    width: 60px;
}
.btnRadius:hover {
    box-shadow: 0px 0px 10px 1px #ec731e;
    -webkit-box-shadow: 0px 0px 10px 1px #ec731e;
}
.colorItemBlanco {
    color: #47236d !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 4px 25px !important;
    border-radius: 23px !important;
}
.imgSaturate:hover {
    filter: saturate(180%);
}
.imgSepia:hover {
    filter: sepia(60%);
}
a{
    text-decoration: none !important;
}
.ir-arriba {
    display: none;
    padding: 10px;
    background: #47236d;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 0px 5px 0px #080811;
}

.logoEEP {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 200px;
}
.logoVSS {
    position: absolute;
    top: 565px;
    left: 25px;
    width: 55px;
}

@font-face {
    font-family: "fuenteTitulos";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "fuenteTexto";
  src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: "fuenteBotones";
  src: url("../fonts/OpenSans-Semibold.ttf");
}
p {
    font-family: "fuenteTexto";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "fuenteTitulos";
}
body {
    font-family: "fuenteTexto";
}
.caja {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.3s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -70px;
    left: -5px;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    font-family: "fuenteTitulos";
}
[data-title] {
    position: relative;
}
.box {
  width: 100%;
  height: auto;
  background: #ccc;
  overflow: hidden;
}
.img-galeria {
    border-bottom: 15px solid #bfc8e6;
    border-radius: 0px 10px 10px 10px;
    border-right: 15px solid #bfc8e6;
    padding: 8px 25px 25px 8px;
}

.box img {
    width: 100%;
    height: auto;
    width: 100%;
}

@supports (object-fit: cover) {
    .box img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }
}

.flotarDerecha {
  position: absolute;
  right: 0;
}
.flotarDerecha2 {
  position: absolute;
  right: 15%;
}
.morado {
  color: #47236d;
}
.blanco {
  color: #ffffff;
}
.naranja {
  color: #f7931e;
}
.fondoBlanco {
  background-color: #ffffff;
}
.nabe {
  width: 32%;
  position: absolute;
  z-index: 1;
}
.circulo {
  width: 15%;
}
.planeta {
  width: 68%;
}

.footer{
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .menu {
    display: none;
  }
  .bannerInicio {
    display: none;
  }
  #video1 {
    display: none;
  }
  #video2 {
    display: block;
  }
  .planeta {
    width: 40%;
  }
  .menuMovil {
    position: absolute;
    right: 58px;
    width: 35%;
    top: 25px;
    padding: 15px 0px;
    text-align: center;
  }
  .imgMenuMovil {
    position: absolute;
    right: 10%;
    width: 45px;
    top: 15px;
  }
  .botones {
    font-family: "fuenteBotones";
    font-size: 1em;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 1em;
    margin-bottom: 7px;
  }
  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-left: 5%;
    width: max-content;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: left;
    padding: 0px 0px 0px 18px;
    font-size: 2em;
  }

  .subirTitulo {
    margin-top: -65%;
  }

  .nabe {
    margin-top: 58%;
  }

  .textoBanner {
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-family: "fuenteTexto";
    width: 100%;
    font-size: 1em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 8%;
    width: 100%;
    font-size: 2em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 8%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 1em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 20px 20px;
    border-radius: 30px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 4%;
    width: 100%;
    font-size: 2em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: -3px;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 3%;
    width: 100%;
    font-size: 2.3em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 3%;
    border-radius: 20px;
    width: 100%;
    font-size: 2.2em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 3%;
    color: #797774;
    line-height: 1;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .menu {
    display: none;
  }
  .bannerInicio {
    display: none;
  }
  #video1 {
    display: none;
  }
  #video2 {
    display: block;
  }
  .planeta {
    width: 40%;
  }
  .menuMovil {
    position: absolute;
    right: 58px;
    width: 35%;
    top: 25px;
    padding: 15px 0px;
    text-align: center;
  }
  .imgMenuMovil {
    position: absolute;
    right: 10%;
    width: 45px;
    top: 15px;
  }
  .botones {
    font-family: "fuenteBotones";
    font-size: 1em;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 1em;
    margin-bottom: 7px;
  }
  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-left: 5%;
    width: max-content;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: left;
    padding: 0px 0px 0px 18px;
    font-size: 2.5em;
  }

  .subirTitulo{
    margin-top: -65%;
  }

  .nabe{
    margin-top: 58%;
  }

  .textoBanner {
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-family: "fuenteTexto";
    width: 100%;
    font-size: 1em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 8%;
    width: 100%;
    font-size: 2em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 8%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 20px 20px;
    border-radius: 30px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 4%;
    width: 100%;
    font-size: 2em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: -3px;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 3%;
    width: 100%;
    font-size: 2em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 3%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 3%;
    color: #797774;
    line-height: 1;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .bannerInicioMovil {
    display: none;
  }
  .menuMovil {
    display: none;
  }
  .imgMenuMovil {
    display: none;
  }
  #video1 {
    display: block;
  }
  #video2 {
    display: none;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0%;
  }
  .botones {
    margin-right: 1%;
    float: right;
    font-family: "fuenteBotones";
    font-size: 1em;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu1:hover {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2 {
    color: #47236d;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2:hover {
    color: #ffffff;
    background-color: #47236d;
    border-color: #47236d;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-right: 1%;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: right;
    padding: 0px 18px 0px 0px;
    font-size: 2.5em;
  }

  .subirTitulo {
    margin-top: -38%;
  }

  .textoBanner {
    padding: 0px 23px 0px 0px;
    text-align: right;
    font-family: "fuenteTexto";
    width: 104%;
    font-size: 1em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 8%;
    width: 100%;
    font-size: 2em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 8%;
    border-radius: 20px;
    width: 100%;
    font-size: 2em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 20px 20px;
    border-radius: 30px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 4%;
    width: 100%;
    font-size: 2em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 104%;
    font-size: 2em;
    margin-top: -3px;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 3%;
    width: 100%;
    font-size: 2em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 3%;
    border-radius: 20px;
    width: 108%;
    font-size: 2em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 1.2em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bannerInicioMovil {
    display: none;
  }
  .menuMovil {
    display: none;
  }
  #video1 {
    display: block;
  }
  #video2 {
    display: none;
  }
  .imgMenuMovil {
    display: none;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0%;
  }
  .botones {
    margin-right: 3%;
    float: right;
    font-family: "fuenteBotones";
    font-size: 19px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu1:hover {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2 {
    color: #47236d;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2:hover {
    color: #ffffff;
    background-color: #47236d;
    border-color: #47236d;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-right: 1%;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: right;
    padding: 0px 18px 0px 0px;
    font-size: 3.5em;
  }

  .subirTitulo {
    margin-top: -38%;
  }

  .textoBanner {
    padding: 0px 23px 0px 0px;
    text-align: right;
    font-family: "fuenteTexto";
    width: 104%;
    font-size: 1em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 10%;
    width: 90%;
    font-size: 2.5em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 10%;
    border-radius: 20px;
    width: 90%;
    font-size: 2.5em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 25px 70px;
    border-radius: 50px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 4%;
    width: 95%;
    font-size: 2.5em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: 2.5em;
    margin-top: -3px;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 3%;
    width: 100%;
    font-size: 2.5em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 10%;
    border-radius: 20px;
    width: 105%;
    font-size: 2.5em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1500px) {
  .bannerInicioMovil {
    display: none;
  }
  .menuMovil {
    display: none;
  }
  .imgMenuMovil {
    display: none;
  }
  #video1 {
    display: block;
  }
  #video2 {
    display: none;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 2%;
  }
  .botones {
    margin-right: 3%;
    float: right;
    font-family: "fuenteBotones";
    font-size: 19px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu1:hover {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2 {
    color: #47236d;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2:hover {
    color: #ffffff;
    background-color: #47236d;
    border-color: #47236d;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-right: 1%;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: right;
    padding: 0px 18px 0px 0px;
    font-size: 4.5em;
  }

  .subirTitulo {
    margin-top: -34%;
  }

  .textoBanner {
    padding: 0px 18px 0px 0px;
    text-align: right;
    font-family: "fuenteTexto";
    font-size: 1.4em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 10%;
    width: 90%;
    font-size: 3em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 10%;
    border-radius: 20px;
    width: 90%;
    font-size: 3em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 25px 70px;
    border-radius: 50px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 5%;
    width: 90%;
    font-size: 3em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: 3em;
    margin-top: 0;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 8%;
    width: 100%;
    font-size: 3em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 8%;
    border-radius: 20px;
    width: 100%;
    font-size: 3em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 1.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}

@media (min-width: 1500px) {
  .bannerInicioMovil {
    display: none;
  }
  .menuMovil {
    display: none;
  }
  .imgMenuMovil {
    display: none;
  }
  #video1 {
    display: block;
  }
  #video2 {
    display: none;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 40px;
    right: 2%;
  }
  .botones {
    margin-right: 3.3%;
    float: right;
    font-family: "fuenteBotones";
    font-size: 2.5em;
    background: none;
    border: none;
    cursor: pointer;
  }
  .btn-menu1 {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu1:hover {
    color: #47236d;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2 {
    color: #47236d;
    background-color: #ffffff00;
    border-color: #ffffff00;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu2:hover {
    color: #ffffff;
    background-color: #47236d;
    border-color: #47236d;
    padding: 4px 25px;
    border-radius: 23px;
  }

  .btn-menu3 {
    color: #ffffff;
    background-color: #f7931e;
    border-color: #f7931e;
    padding: 11px 16px;
    border-radius: 23px;
    margin-top: 1%;
    margin-right: 5%;
  }

  .tituloBanner {
    font-family: "fuenteTitulos";
    text-align: right;
    padding: 0px 18px 0px 0px;
    font-size: 6.5em;
  }

  .subirTitulo {
    margin-top: -34%;
  }

  .nabe{
    margin-top: -2%;
  }
  .textoBanner {
    padding: 0px 18px 0px 0px;
    text-align: justify;
    font-family: "fuenteTexto";
    font-size: 1.9em;
  }

  .bajarDiv1 {
    margin-top: 5%;
  }

  .tituloSabiasQue {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 10%;
    width: 90%;
    font-size: 6em;
  }

  .tituloLaEnergia {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 10%;
    border-radius: 20px;
    width: 90%;
    font-size: 6em;
    margin-top: 0;
  }
  .textoQueEsEnergia {
    font-family: "fuenteTexto";
    font-size: 2.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .divVideo {
    width: 100%;
    background: #47236d;
    padding: 25px 70px;
    border-radius: 50px;
  }
  .paddingVideo {
    padding: 30px;
  }
  .sombra {
    filter: drop-shadow(0 9px 15px rgba(0, 0, 0, 0.7));
  }
  .tituloAsiSeProduce {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 5%;
    width: 100%;
    font-size: 6em;
  }

  .tituloEnergiaElectrica {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 5%;
    border-radius: 20px;
    width: 100%;
    font-size: 6em;
    margin-top: 0;
  }
  .textoComoSeGeneraEnergia {
    font-family: "fuenteTexto";
    font-size: 2.5em;
    width: 85%;
    text-align: justify;
    padding: 1% 0% 1% 5%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }

  .tituloAprendamosSobre {
    font-family: "fuenteTitulos";
    padding: 1% 0% 1% 8%;
    width: 100%;
    font-size: 5.5em;
  }
  .tituloLEnergiasRenovables {
    font-family: "fuenteTitulos";
    background: #47236d;
    padding: 1% 0% 1% 8%;
    border-radius: 20px;
    width: 100%;
    font-size: 5em;
    margin-top: 0;
  }
  .textoQueSonEnergiaRenovables {
    font-family: "fuenteTexto";
    font-size: 2.5em;
    width: 90%;
    text-align: justify;
    padding: 1% 0% 1% 10%;
    color: #797774;
    line-height: 1.3;
    margin-bottom: -5px;
  }
  .footer {
    background: #f7931e;
    padding: 5% 0%;
  }
  .footer {
    margin-top: 8%;
  }
}
