
.container-Intro{
    height: 100vh;
    background: transparent;
    /* color: white; */

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.containerVideo{
    width: 100%;
    height: 100vh;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 0;
    overflow: hidden;
}

.containerVideo::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.containerVideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenidoIntro{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    color: white;
    /* background-color:gray; */
    padding: 40px 0px;
}

.subcontentIntro{
    width: 90%;
    height: auto;
    /* background-color: slategray; */
    padding: 30px 10px;
}

.contenidoIntro h2{
  font-size: 2.1rem;
  font-weight: 700;
}

.contenidoIntro p{
    font-size: 22px;
    padding: 10px 0;
    text-align: justify;
    /* font-weight: 500; */
  }

  .smallLogos{
    margin-top: 20px;
    display: flex;
  }

  .smallLogos img{
    width: 80px;
    height: 80px;
    margin: 5px 10px;
  }

  /* ------------------------------------------------------------- */
  .contImage-section2{
    width: 100%;
    height: auto;
  }
  .contImage-section2 img{
     width: 100%;
     height: auto;
     border-radius: 5px;
  }

  .contenido-section2{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0px;
  }

  .contenido-section2 h2{font-size: 2.3rem;font-weight: 700;}

  .contenido-section2 p{
    font-size: 17px;
  }

  .contenido-section2 li{
    font-size: 17px;
  }

  .contenido-section2 a{
    padding: 10px 40px;
    background-color: var(--colorPrimario);
    color: white;
    display: inline-block;
    border-radius: 10px;
    font-size: 17px;
  }

  

  

  /* --------------------------------------------------- */

  .headSection3{
     width: 100%;
     height: auto;
     position: relative;
     /* padding: 15px 0px; */
     text-align: center;
  }

  .headSection3 h2{
    font-size: 2.7rem;
    font-weight: 700;
  }

  .headSection3 p{
    font-size: 18px;
  }

  .line-Head{
    width: 50px;
    height: 3px;
    background-color: #02749a;
    margin: auto;
    display: block;
  }

 .card-emisora{
  width: 100%;
  height: auto;
  margin: 15px auto;
  border: 1px solid rgba(128, 128, 128, 0.212);
  padding: 25px;
  border-radius: 15px;
  display: block;
  transition: all .4s ease-in;
 }

 .card-emisora:hover{
   box-shadow: 0px 7px 20px rgba(128, 128, 128, 0.151);
   transition: all .4s ease-in;
 }

 .card-emisora img{
   max-width: 100%;
   height: auto;
   object-fit: cover;
   display: block;
   margin: auto;
 }

 /* ---------------------------------------------- */

 .section-background{
  width: 100%;
  height: auto;
 }

 .backgroundWP{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  background-image: url('../images/backgroundWP.jpeg');
  background-size: cover;
  background-position: center;
  color: #333;
  padding: 40px 0px;
 }

 .backgroundWP::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0.836), #02749a86) ; */
  background: rgba(4, 108, 149, 0.911);

 }

 .backgrounContenido{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  /* padding: 30px 0px; */
 }

 .backgrounContenido h2{
  font-size: 3rem;
  color: white;
  font-weight: 700;
  text-align: center;
 
 }

 .backgrounContenido p{
  width: 90%;
  margin: auto;
  color: white;
  font-size: 20px;
  text-align: justify;
  padding-bottom: 10px;
 }

 .iconSvg-Bg{
   width: 80px;
   height: 80px;
   margin: 10px auto;
   display: block;
   filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(40deg) brightness(101%) contrast(104%);
 }

 .descripSvg-Bg{
  color: white;
  width: 90%;
   margin: auto;
  text-align: center;
  font-size: 18px;
 }
 /* ------------------------------------------------ */

 .sectionAnunciate{
  width: 100%;
  height: auto;
  background-color: #eceaea;
  padding: 30px 0px;
 }

 .contAnunciate{
  width: 100%;
  height: auto;
 }

 .contAnunciate h2{
  font-weight: 2.8rem;
  font-weight: 700;
 }

 .contAnunciate p{
  font-size: 20px;
  padding: 10px 0px;
 }

 .contAnunciate a{
  padding: 10px 40px;
  background-color: var(--colorPrimario);
  color: white;
  display: inline-block;
  border-radius: 50px;
  font-size: 17px;
 }

 .imgAnunciate{
  width: 300px;
  height: 300px;
 }


 .mapPower{ transition: all .1s ease-in;}

 .mapPower:hover{
  fill: #E2137F;
    stroke-width: 2.5;
    transition: all .1s ease-in;
 }

 .mapExa{ transition: all .1s ease-in;}

 .mapExa:hover{
  fill: #E74F26;
    stroke-width: 2.5;
    transition: all .1s ease-in;
 }

 /* -------------------------------------------- */

 .sectionCobertura{
  width: 100%;
  height: auto;
  padding: 60px 0px;
 }

 .selectCobertura{
  width: 100%;
  margin: 40px auto;
  position: relative;
  z-index: 2;
 }

 .navSelect{
   width: 100%;
   height: auto;
   margin: auto;
 }

 .nav1{
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 .icon-Tab{
  width: 30px;
  height: 30px;
  margin-right: 10px;
 }

 .nav-link{
  color: #333!important;
  font-size: 18px;
  margin-right: 4px;
 }

 #mapaPower{
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
  object-fit: cover;
  /* background-color: aliceblue; */
  transform: translateY(-50px);
  position: relative;
  z-index: 1;
 }

 #mapaExa{
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
  object-fit: cover;
  /* background-color: aliceblue; */
  transform: translateY(-50px);
  position: relative;
  z-index: 1;
 }



/* Media Querie phone Landscape */
@media screen and (min-width:412px){
    .container-Intro{
        height: 90vh;
    }
    .containerVideo{
        height: 90vh;
    }

    .contenidoIntro h2{
        font-size: 2.7rem;
      }
      .contenidoIntro p{
        font-size: 22px;
      }
      /* -------------------------------------------- */
}


/* Media Querie phone Landscape */
@media screen and (min-width:576px){
  .container-Intro{
    height: 200vh;
}
.containerVideo{
    height: 200vh;
}
}


/* Media Querie Tablet */
@media screen and (min-width:768px){
    .container-Intro{height: 60vh;}
    .containerVideo{ height: 60vh;}
    /* --------------------------------------------------- */
    .imgAnunciate{
      width: 350px;
      height: 350px;
     }

     /* ------------------ */

     #mapaPower{
      transform: translateY(-80px);
     }

     #mapaExa{
      transform: translateY(-80px);
     }

     .nav1{
      font-size: 19px;
     }
    
     .icon-Tab{
      width: 40px;
      height: 40px;
      margin-right: 10px;
     }
    
    
}


/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
    .container-Intro{height: 50vh;}
    .containerVideo{ height: 50vh;}
    .subcontentIntro{width: 60%;}

    /* ------------------------------------------------------- */

}

/* Media Querie desktop */
@media screen and (min-width:1200px){
    .container-Intro{height: 100vh;}
    .containerVideo{ height: 100vh;}
    .contenidoIntro h2{font-size: 3rem;}
    .contenidoIntro p{ 
        font-size: 20px;
        font-weight: 500;
    }

    /* ------------------------------------------------------------ */
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}


@media screen and (min-width:1920px){
  
  

}

@media screen and (min-width:2560px){


}

