/* .container-main {
  scroll-behavior: smooth;
  background: #222e43;
  overflow-y: auto; 
  max-height: 100vh; 
} */

.container-main {
  background: #222e43;
}

.redes-footer,
.socialmedia {
  display: none;
}

.article-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: -108px auto -40px !important;
}

.mainHeader {
  position: inherit;
}

/* INICIO SECCIÓN COVER */

.cover {
  min-height: 300px;
  margin-top: -43px;
}

#background {
  background-image: url("../Images/headerconferenciajtr24-2.jpg") !important;
  background-position: center;
  background-size: contain;
}

.background {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 3%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  height: 600px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  top: -40px;
}

.logordc {
  width: 100%;
  max-width: 1200px;
  float: left;
  margin: 0 auto;
  scale: 116%;
  position: relative;
  top: 30px;
}
.lang {
  width: 100%;
  max-width: 1200px;
  position: relative;
  top: 40px;
  display: flex;
  justify-content: end;
  margin: auto;
  margin-right: 40px;
}
.lang img {
  width: 160px;
  cursor: pointer !important;
}

.libro {
  width: 100%;
  max-width: 1200px;
  position: relative;
  top: 60px;
  display: flex;
  justify-content: end;
  margin: auto;
  margin-right: 40px;
}
.libro img {
  width: 200px;
  cursor: pointer !important;
}

.videordc {
  width: 100%;
  max-width: 470px;
  height: 240px;
  float: right;
  margin: auto;
  border: 5px #21bcb0 solid;
}

.buttonsrdc {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.btn1 {
  margin: 0 20px;
  margin-bottom: 40px;
  max-width: 200px;
  width: 100%;
  display: flex;
  text-align: center;
}

/* seccion avances */

.containergal {
  background-color: #fff;
}
.rowgal {
  max-width: 900px;
  margin: 40px auto 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.vid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border: 2px solid #d6e6ed;
  padding-bottom: 7%;
}

.vid img {
  width: 100%;
  margin-bottom: 20px;
}

.containergal h2 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-family: Roboto;
}

.containergal button {
  width: 50%;
  padding: 8px 16px;
  background: #4b5a9f;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff !important;
  border: none;
}
.containergal button:hover {
  background-color: #2c3a7a;
}

.containergal .ytp-title {
  display: none !important;
}

button a {
  color: #ffffff;
  text-decoration: none;
}

button a:visited {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .rowgal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .background {
    max-height: 700px;
  }
}

@media screen and (max-width: 600px) {
  .containergal {
    margin-top: 70px;
    padding: 0 5% 9%;
  }

  .rowgal {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

/* Fin Sección Avances  */

.btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonsrdc a {
  width: 100%;
  background: #eaa54d;
  padding: 8px 8px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fef7ed !important;
}

.content {
  background: #222e43;
  margin-bottom: -42px;
}

.buttonsrdc a:hover {
  background: #4d8b7f;
  transition: 0.3s;
}
.programacion {
  max-width: 1140px !important;
  width: 100%;
  background: #222e43;
  margin: 0 auto;
  padding: 40px 0 0;
}

.programacion img {
  width: 100%;
}

.programacion h2 {
  font-size: 30px;
  color: #347ba4;
  text-align: center;
  margin-top: 0px;
}

.programacion .text {
  text-align: center;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 80px;
}

.programacion .text-welcome {
  font-size: 1.2em;
  color: #b6a74f;
  margin: 160px 0 40px 0; 
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  letter-spacing: 4px;
  text-align: center;
}

h5 {
  font-size: 42px;
  color: #b6a74f;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
}

/* .programacion ul{
      margin-top: 40px;
    } */

.programacion ul li {
  /* padding-left: 3rem;
      background-image: url(https://www.jep.gov.co/rendiciondecuentas/2022/images/Asset%203.svg);
      background-position: 0 0;
      background-size: 1.4rem 1.4rem;
      background-repeat: no-repeat; */
  list-style-type: none;
}

.programacion ul li p {
  margin-top: 5px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.sub {
  font-weight: 700;
  color: #8e8e8e;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  max-width: 950px;
  padding: 0 50px 0 3%;
}

#informesback {
  background-image: url(https://www.jep.gov.co/rendiciondecuentas/2021/images/informes-background-jep.jpg) !important;
  background-position: inherit;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 60px 40px 60px 40px !important;
  margin-top: -1px;
  margin-bottom: -11px;
  z-index: 0;
}

.contacto {
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
}

.contacto h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
}

.intro1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto !important;
  color: #fff;
  text-align: center;
  padding: 30 30px 0;
}

.intro1 a {
  color: #d3e525;
}
.programacion h2 {
  padding: 30px 30px 30px;
}
.logo-responsive {
  display: none;
}

@media screen and (min-width: 760px) {
  .info {
    scale: 80%;
  }
  .info h1 {
    text-align: left !important;
  }
  .background .info h1 {
    text-align: center !important;
  }
  .text {
    padding: 0 3%;
  }
}

@media screen and (min-width: 426px) and (max-width: 759px) {
  .cover {
    min-height: 320px;
    margin-top: -45px;
  }
  .background .info h1 {
    text-align: center !important;
    padding-bottom: 30px;
  }
  .info h1 {
    font-size: 83px !important;
    text-align: center !important;
    margin-bottom: -10px !important;
  }
  .background {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .info h1 span {
    margin-top: 3px;
  }
  .info h1 span {
    margin-top: 3px !important;
    font-size: 20px !important;
    text-align: center !important;
  }
  .info p {
    margin: auto !important;
    max-width: 700px !important;
    padding: 0px 15px 0 15px !important;
    line-height: 1.3 !important;
  }
  .sub {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .buttonsrdc {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .btn1 {
    margin: 0 10px;
    margin-bottom: 20px;
    max-width: 200px;
    display: flex;
    text-align: center;
    min-height: 55px;
  }
  .container-main {
    width: 100%;
    max-width: 759px;
  }
}

@media screen and (max-width: 425px) {
  .cover {
    min-height: 250px;
    margin-top: -45px;
    max-height: 560px;
  }
  .background .info h1 {
    text-align: center !important;
  }
  .info {
    grid-template-columns: 1fr;
  }
  .info h1 {
    font-size: 55px !important;
    text-align: center !important;
  }
  .background {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
    font-size: 20px !important;
    max-height: 800px;
  }

  .info h1 span {
    margin-top: 3px !important;
    font-size: 20px !important;
    text-align: center !important;
  }
  .info p {
    margin: auto !important;
    max-width: 700px !important;
    padding: 20px 10px 0 10px !important;
    line-height: 1.3 !important;
  }
  .intro {
    font-size: 18px !important;
    padding: 30 25% 0 !important;
  }
  .info .normativa ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-content: flex-start !important;
    align-items: center !important;
  }
  .info .normativa ul li {
    margin: 5px !important;
    width: 90% !important;
  }
  .icondoc {
    display: none;
  }
  .info .normativa ul li p {
    margin-top: 1px !important;
  }
  .sub {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 3%;
  }
  .programacion ul li p {
    padding-left: 15px !important;
    padding-right: 20px !important;
  }

  .buttonsrdc {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .btn1 {
    margin: 0 10px;
    margin-bottom: 20px;
    max-width: 200px;
    width: 40%;
    display: flex;
    text-align: center;
    min-height: 55px;
  }
  .container-main {
    width: 100%;
    max-width: 425px;
  }
  .logordc {
    width: 100%;
    max-width: 260px;
    top: -5px;
  }
  .lang {
    width: 100%;
    max-width: 320px;
    top: 20px;
  }
  .lang img {
    width: 150px;
  }
  .libro {
    width: 100%;
    max-width: 320px;
    top: 24px;
    position:relative;
    z-index: 1000;
  }
  .libro img {
    width: 170px;
  }
  h5 {
    font-size: 36px;
  }
  .flourish-embed-iframe {
    height: 100%;
  }
  .programacion {
    width: 100%;
    max-width: 350px !important;
    margin: auto !important;
  }
  .programacion img {
    width: 170%;
    transform: translateX(-110px);
  }
  .ubicacion-container {
    flex-direction: column !important;
    max-height: 1200px !important;
  }
  .info-auditorio {
    margin: 10px !important;
    max-width: 400px !important;
  }
  .info-auditorio img {
    max-width: 380px !important;
  }
  .mapa {
    justify-content: center !important;
    margin: 0 !important;
  }
  .google-map {
    justify-content: center !important;
  }
  .mapa-sketch {
    justify-content: center !important;
  }
  .invitados {
    height: 980px !important;
  }
  .culturales {
    height: 320px !important;
  }
  .presencia {
    height: 500px !important;
  }
  .logo {
    display: none;
  }
  .logo-responsive {
    display: block;
    width: 260px;
  }
}

@media screen and (max-width: 425px) {
}

/* FIN SECCIÓN COVER */

.foto {
  max-width: 150px;
  width: 100%;
}

/*INICIO SECCIÓN GALERIA */

#galeria p {
  font-size: 20px !important;
  color: #5b5d62 !important;
  font-family: "Source Sans Pro" !important;
  padding: 0 30px;
  margin: auto !important;
  max-width: 800px;
  text-align: center;
  font-weight: 300;
}

.conferenciapdf {
  max-width: 1140px;
  padding: 0px 0% 50px;
  margin: 0 auto;
  position: relative;
  top: -29px;
}

.pdfembed {
  background-color: #1560a7;
  width: 100%;
  height: 55px;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .conferenciapdf {
    padding: 30px 5%;
  }
}
@media screen and (min-width: 1650px) {
  .logordc {
    scale: 110%;
  }
}
@media screen and (min-width: 1800px) {
  .logordc {
    scale: 130%;
  }
}
@media screen and (min-width: 2300px) {
  .background {
    max-height: 1300px;
  }
}

.tabs {
  width: 100%;
  margin: auto;
  margin: 120px 0 0 0;
  padding: 40px 0 20px 0;
  background-color: #222e43;
}

.ubicacion {
  width: 100%;
  margin: auto;
  margin: 40px 0 0 0;
  padding: 40px 0 20px 0;
  background-color: #222e43;
}

.ubicacion-container {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  max-height: 560px;
  max-width: 1140px;
  background-color: #1f2330;
  color: #fff;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: right;
}
.mapa {
  width: 100%;
  max-width: 600px !important;
  margin: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: right;
}
.mapa-sketch {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: right;
}
.google-map {
  display: flex;
  justify-content: right;
}
.galeria {
  width: 100%;
  margin: auto;
  margin: 40px 0 0 0;
  padding: 40px 0 120px 0;
  display: none;
}

.galeria-container {
  margin-top: 40px;
  width: 100%;
  max-width: 1140px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.galeria-container img {
  width: 100%;
}

.tab-container {
  margin-top: 40px;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  background-color: #b6a74f;
  color: #222e43;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}

.options {
  display: flex;
  width: 100%;
  height: 15%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
.option {
  flex-grow: 1;
  text-align: center;
  line-height: 60px;
  border: solid 1px rgba(4, 51, 78, 0.6);
  color: #fff;
  cursor: pointer;
}

.option-active {
  background: #1f2330;
  border-bottom: 1px solid rgba(7, 63, 95, 0.4);
}

.content-tab {
  width: 100%;
  height: 100%;
  color: #fff;
  display: none;
  padding: 20px;
  text-align: center;
}

.content-active {
  background: #1f2330;
  display: block;
  color: #fff;
  width: 100%;
  padding: 40px;
  height: 100%;
}

.contents {
  height: 100%;
  max-height: 700px;
}

.content-active h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  margin: 10px;
}
.content-active p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 20px;
  text-align: left;
}
.btn {
  margin-top: 20px;
  padding: 20px 80px;
  border-radius: 10px;
  color: #1f2330;
  border: none !important;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}
.btn :hover {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.08);
}

.primary {
  background: #e09e5b;
}

.container-botones {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  position: relative;
  top: -90px;
}

.container-botones img {
  width: 250px !important;
}
.info-auditorio {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 40px;
}
.info-auditorio img {
  width: 630px;
}
.info-auditorio p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  color: #fff;
  font-weight: 200;
  width: 550px;
}
.cultural {
  display: flex;
  justify-content: center;
  max-height: 500px;
}

.simbolico {
  display: flex;
  justify-content: center;
  max-height: 500px;
  position: relative;
  left: 13%;
}
/*INCIO PDF EMBED */
