@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham/GothamHTF-Medium.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham/GothamHTF-Bold.otf) format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham/GothamHTF-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/fonts/Gotham/GothamHTF-Book.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}

#container {
  position: relative;
  width: 100%;
  height: 246px;
  /*background: #004088;*/
  background: linear-gradient(180deg, #004088 0%, #001a46 100%);
}
#content{
  position: relative;
  height: fit-content;
  background: #E5E5E5;
}
#dentroContainer {
  position: relative;
  width: 800px;
  height: 260px;
  margin: 0 auto;
}
#contenedorPrincipal {
  position: relative;
  width: 80%;
  margin: 0 auto;
  top: 45px;
}
#programaPrincipal {
  top: 41%;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 66px;
  line-height: 63px;
  color: #ffffff;
  font-family: "GOTHAM";
  font-weight: bold;
}
#VectorPrincipal {
  position: absolute;
  float: left;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

#seccionVideos {
  position: relative;
  height: auto;
}

#contenedorPrincpal {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: fit-content;
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#btnVerMas {
  bottom: 50px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #004088; */
  width: 100%;
  height: 59px;
  display: flex;
  /* border: 2px solid #001A46; */
  /* box-sizing: border-box; */
  /* border-radius: 100px; */
  /* top: 32px; */
  justify-content: center;
  margin-top: 80px;
  cursor: pointer;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
}

#textoBtn {
  width: 219.8px;
  height: 59px;
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 18px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  /* float: left; */
  line-height: 42px;
  /* identical to box height */
  margin-top: -1px;
  /* margin-left: 59px; */
  /* text-align: center; */
  color: #001a46;
  border: 2px solid #001a46;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  top: 1px;
  align-items: center;
  justify-content: center;
}

#textoBtn:hover{
  background-color: #001A46;
  color: #FFFFFF;
  transition: 0.5s;
}
.imgDegrade {
  position: relative;
  float: left;
  width: 100%;
  height: 500px;
  bottom: 0px;
}

.btnVerMasDesactivado{
  display: none !important;
}
@media screen and (max-width: 768px) {
    #container{
      height:150px;
  }
  #dentroContainer{
      width: 100%;
      height: 150px;
      float: left;
      margin-left: 0;
  }
  #VectorPrincipal {
      position: absolute;
      float: none;
      top: unset; 
      margin: 0 auto;
      width: 190px;
      height: 100%;
    
  }
  #contenedorPrincipal{
      top:unset;
  }
  #programaPrincipal{
      width: fit-content;
      position: relative;
      float: none;
      margin: 0 auto;
      left: unset; 
      font-size: 29px;
      line-height: 150px;
      top:unset;
  }
  #contenedorPrincpal{
    margin-top:20px;
  }
}

