@font-face {
  font-family: myFont;
  src: url(./Fuentes/HelveticaNeueCondensed/HelveticaNeue-Condensed.ttf);
}

* {
  font-family: myFont;
  margin: 0;
  padding: 0;
}

header {
  position: absolute;
  width: inherit;
  height: 0%;
  z-index: 5;
  width: 100%;
}

header img {
  width: inherit;
  /*  width: 100%;
  height: 110%; */
}

.logo {
  position: absolute;
  top: 10%;
  width: 20%;
  left: 6%;
}

body {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.menu {
  position: absolute;
  left: 0;
  bottom: 9%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}

.close {
  border: none;
  background: transparent;
  margin: 8px;
  float: right;
  position: absolute;
  right: 0;
}

/* .menu button {
  background-color: transparent;
  border: none;
  margin: 0.5rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  height: 4rem;
  word-wrap: break-word;
  max-width: 20rem;
  padding: 0 0 0 25%;
  text-align: left;
} */

.menu button {
  background-color: transparent;
  border: none;
  margin: 0.1rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  height: 3.3rem;
  word-wrap: break-word;
  max-width: 15rem;
  padding: 0 0 0 20%;
  text-align: left;
}

.Programa {
  background-image: url("./Botones/Botón\ Programa.png");
}

.perfiles {
  background-image: url("./Botones/Botón\ Perfiles.png");
}

.Conexion {
  background-image: url("./Botones/Botón\ Datos\ de\ Conexión.png");
}

.Contactenos {
  background-image: url("./Botones/Botón\ Contáctenos.png");
}

.Quibdó {
  background-image: url("./Botones/Botón\ Quibdó.png");
}

.Container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  /* 100% */
  z-index: 4;
  /* 90% */
}

.Container img {
  position: relative;
  z-index: 4;
  width: 100%;
  pointer-events: none;
  height: 100%;
  object-fit: fill;
  right: 0;
}

.contenido {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  width: 66%;
  height: 66%;
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: 0;
  background-image: url("./FondoParticipantes/FondoParticipantes3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}


#videoinicio {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  right: 0;

  /*   position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  right: 0; */
}

.displayActive {
  display: flex;
  justify-content: flex-end;
}

#perfiles {
  height: 100%;
  right: 0;

}


iframe {
  width: 100%;
  height: 100%;
}

/* Carrousel #perfiles */

/* .contenido .perfiles{
    position: relative;
    height: 61%;
    bottom: -50px;
    right: -15px;
}
 */

/* Carrrousel */

.active {
  height: 100%;
  display: flex !important;
}

.carousel-control-prev {
  position: absolute !important;
  z-index: 10 !important;
  left: -12% !important;
  bottom: 15% !important;
}

.carousel-control-next {
  position: absolute !important;
  z-index: 10 !important;
  left: 93% !important;
  bottom: 15% !important;
}

.carousel-control-prev-quibdo {
  position: absolute !important;
  z-index: 10 !important;
  left: 9% !important;
  bottom: 44% !important;
  background: transparent;
  border: none !important;
}

.carousel-control-next-quibdo {
  position: absolute !important;
  z-index: 10 !important;
  left: 90% !important;
  bottom: 44% !important;
  background: transparent;
  border: none;
}

.carousel-control-prev-icon {
  background-image: url("./flechaizquierda.png") !important;
  width: 3rem !important;
  height: 3rem !important;
}

.carousel-control-next-icon {
  background-image: url("./flechaderecha.png") !important;
  width: 3rem !important;
  height: 3rem !important;
}


#carouselExampleIndicators2,
#carouselExampleAutoplaying {
  /*   height: 100% !important;
  width: 100%; */
  align-content: end;
  height: 99% !important;
  width: 100%;
  bottom: 0px;
  position: absolute;
}


/* #carouselExampleIndicators2-quibdo,
#carouselExampleAutoplaying-quibdo {
  height: 100% !important;
  width: 100%;
} */

.carousel-inner {
  /*  height: 100% !important; */
  height: 83% !important;
}

/* .carousel-inner-quibdo{
  height: 100% !important; 
} */

/* .fondoInvitados1 {
  background-image: url("./FondoParticipantes/FondoParticipantes1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
  
}

.fondoInvitados2 {
  background-image: url("./FondoParticipantes/FondoParticipantes2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.fondoInvitados3 {
  background-image: url("./FondoParticipantes/fondoParticipantes3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

 */

/* Modal */

.overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(56 97 126 / 52%);
  z-index: 100;
  width: 100%;
}

.popup {
  position: absolute;
  /* width: 85%;
  height: 85%; 
  top: 10%;
  left: 8%; */
  width: 50%;
  height: 90%;
  top: 5%;
  left: 25%;
  text-align: center;
  background: white;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0.5%;
}

.popupSmall {
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
}

.popup .popupBanner {
  width: 100%;
}

.popup .containerOverlay {
  height: inherit;
}

.popup .containerModal {
  scroll-behavior: auto;
  /* height: 100%; 
  padding: 2rem; */
  height: 120%;
  padding: 2rem;
  overflow: auto;

}

.contenidoTextoConexion h2 {
  font-weight: bold;
  font-family: myFont;
}

.contenidoTextoContactenos h2 {
  font-weight: bold;
  font-family: myFont;
}


/* RESPONSIVE CELULARES HASTA 575PX MAX */

@media (max-width:575px) {
  .header {
    height: 0px;
  }

  .logo {
    position: absolute;
    top: 3%;
    width: 17%;
    left: 6%;
  }

  /*   #carouselExampleIndicators2, #carouselExampleAutoplaying {
    align-content: end;
    height: 99% !important;
    width: 100%;
    bottom: 0px;
    position: absolute;
} */

  .Container img {
    position: relative;
    z-index: 4;
    width: 100%;
    pointer-events: none;
    height: 100%;
    object-fit: fill;
    right: 30px;
  }


  /* .GirarCelular{
  background-color: black;
  z-index: 1000 !important;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
}

.GirarCelular h3{
  color: white;
  z-index: 1001 !important;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 25% ! important;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;

} */

  /* .menu button {
  border: none;
  margin: 5px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  color: white;
  font-weight: 500;
  font-size: 0.8rem;
  height: 80px;
  word-wrap: break-word;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1px;
}

.menu {
  left: 0px;
  top: 40%;
  display: inline-flex;
  flex-direction: row;
  z-index: 10;
  height: 8%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;

  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
} */

  .menu button {
    margin: 1px;
    padding: 1px;
    width: 68px;
    height: 2.5rem;
    cursor: pointer;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    font-weight: 500;
    font-size: 0.4rem;
    word-wrap: break-word;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 1px;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    left: 0px;
    top: 22%;
    display: inline-flex;
    flex-direction: row;
    z-index: 10;
    height: 15%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
  }

  .Container {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }

  #perfiles {
    height: 57%;
    right: 168px;
    bottom: 0%;
    justify-content: center;
    position: absolute;
    max-width: 23%;
  }

  .carousel-control-prev-icon {
    background-image: url(./flechaizquierda.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-next-icon {
    background-image: url(./flechaderecha.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-prev {
    position: absolute !important;
    z-index: 10 !important;
    left: -17% !important;
    bottom: 15% !important;
  }

  .carousel-control-next {
    position: absolute !important;
    z-index: 10 !important;
    /* left: 242% !important; */
    position: absolute !important;
    left: 245% !important;
  }



  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;

    /* agregué esto */
    height: 100px !important;
    left: 38px;
  }



  /* popup programa pantalla celular 480px max */

  .popup {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
    text-align: center;
    background: white;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0.5%;
  }

  .popup .containerModal {
    scroll-behavior: auto;
    height: 120%;
    padding: 0.5rem;
    overflow: auto;
  }

  iframe {
    width: 100%;
    height: 95%;
  }

}


/* RESPONSIVE MOVILES 576PX  a 767PX MAX
     TELEFONO MOVILES EN HORIZANTAL */


@media only screen and (min-width: 576px) and (max-width: 767px) {

  .GirarCelular h3 {
    display: none;
  }

  .menu {
    position: absolute;
    left: 0;
    top: 7%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    height: 78%;
    width: 24%;
  }

  .menu button {
    background-color: transparent;
    border: none;
    margin: -1px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    height: 53px;
    word-wrap: break-word;
    max-width: 20rem;
    padding: 0 0 0 25%;
    text-align: left;
  }

  .Container {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }

  #perfiles {
    height: 57%;
    right: 245px;
    bottom: 0%;
    justify-content: center;
    position: absolute;
    max-width: 25%;
  }

  .carousel-control-prev-icon {
    background-image: url(./flechaizquierda.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-next-icon {
    background-image: url(./flechaderecha.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-prev {
    position: absolute !important;
    z-index: 10 !important;
    left: -10% !important;
    bottom: 15% !important;
  }

  .carousel-control-next {
    position: absolute !important;
    z-index: 10 !important;
    left: 225% !important;
    bottom: 15% !important;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }

  /* popup programa pantalla celular */
  .popup {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
    text-align: center;
    background: white;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0.5%;
  }

  .popup .containerModal {
    scroll-behavior: auto;
    height: 120%;
    padding: 0.5rem;
    overflow: auto;
  }

  iframe {
    width: 100%;
    height: 95%;
  }


}


/* RESPONSIVE TABLETS 768PX  a 991PX MAX
     TABLETS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Container {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }

  .GirarCelular h3 {
    display: none;
  }

  .menu {
    position: absolute;
    left: 0;
    top: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    height: 78%;
    width: 24%;
  }


  .menu button {
    background-color: transparent;
    border: none;
    margin: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: white;
    font-weight: 500;
    font-size: 0.7rem;
    height: 53px;
    word-wrap: break-word;
    max-width: 20rem;
    padding: 0 0 0 20%;
    text-align: left;
  }


  /*   .menu button {
    background-color: transparent;
    border: none;
    margin: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    height: 53px;
    word-wrap: break-word;
    max-width: 20rem;
    padding: 0 0 0 25%;
    text-align: left;
  }
 */
  .popup {
    position: absolute;
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%;
    text-align: center;
    background: white;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0.5%;
  }

  .popup .containerModal {
    scroll-behavior: auto;
    height: 120%;
    padding: 0.5rem;
    overflow: auto;
  }

  iframe {
    width: 100%;
    height: 95%;
  }

  #perfiles {
    height: 57%;
    right: 300px;
    bottom: 0%;
    justify-content: center;
    position: absolute;
    max-width: 25%;
  }

  .carousel-control-prev-icon {
    background-image: url(./flechaizquierda.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-next-icon {
    background-image: url(./flechaderecha.png) !important;
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-prev {
    position: absolute !important;
    z-index: 10 !important;
    left: -10% !important;
    bottom: 15% !important;
  }

  .carousel-control-next {
    position: absolute !important;
    z-index: 10 !important;
    left: 225% !important;
    bottom: 15% !important;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }
}

@media (min-width:991px) {
  .GirarCelular h3 {
    display: none;
  }

}



/* RESPONSIVE TABLETS min 1300PX 
     TABLETS */
@media only screen and (max-width: 1300px) {

  .Container {
    position: inherit;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
  }

  .GirarCelular h3 {
    display: none;
  }

  .menu {
    position: absolute;
    left: 0;
    bottom: -3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
  }

  .menu button {
    background-color: transparent;
    border: none;
    margin: 0.3rem 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: white;
    font-weight: 500;
    font-size: 1.2rem;
    height: 3.5rem;
    word-wrap: break-word;
    max-width: 20rem;
    padding: 0 0 0 15%;
    text-align: left;
  }

  .popup {
    position: absolute;
    width: 50%;
    height: 90%;
    top: 5%;
    left: 25%;
    text-align: center;
    background: white;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0.5%;
  }
  
  .popupSmall {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
  }
  
  .popup .popupBanner {
    width: 100%;
  }
  
  .popup .containerOverlay {
    height: inherit;
  }
  
  .popup .containerModal {
    scroll-behavior: auto;
    height: 120%;
    padding: 2rem;
    overflow: auto;
  
  }
  /* #perfiles {
    height: 57%;
    right: 300px;
    bottom: 0%;
    justify-content: center;
    position: visible !important;
    max-width: 25%;
  } */
  #perfiles {
    height: 57%;
    right: 453px;
    bottom: 0%;
    justify-content: center;
    position: absolute;
    max-width: 23%;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }
  .carousel-control-prev {
    position: absolute !important;
    z-index: 10 !important;
    left: -10% !important;
    bottom: 15% !important;
  }

  .carousel-control-next {
    position: absolute !important;
    z-index: 10 !important;
    left: 225% !important;
    bottom: 15% !important;
  }


}