.term {
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  font-size: 13px;
  background-color: #0c090a ;
  color: #b3b8c3;
  width: 320px; /*333*/
  height: 240px; /*no*/
  border: solid 2px #ccc8c8;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  word-wrap: break-word;
}

.containerter{
  margin: auto;
  max-width: 688px;
  overflow: auto;
  padding: 5px 5px; 
}

#proy .term2 {  
  margin: 0;
  

  overflow: auto;
  font-size: 13px;
  background-color: #0C090A;
  color: #b3b8c3;
  width: 333px; /*333*/

  border: solid 2px #ccc8c8;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  word-wrap: break-word;
}

#proy .term2der {  
  margin: 0;
  float: right;

  overflow: auto;
  font-size: 13px;
  background-color: #0C090A;
  color: #b3b8c3;
  width: 333px; /*333*/

  border: solid 2px #ccc8c8;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  word-wrap: break-word;
}

#proy .term2der img{
  display: block;
  margin: auto;
  width: 50%;
  border: solid 2px #ccc8c8;
   
}

#proy .term2izq {
  margin: 0;
  float: left;

  overflow: auto;
  font-size: 13px;
  background-color: #0C090A;
  color: #b3b8c3;
  width: 333px; /*333*/

  border: solid 2px #ccc8c8;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  word-wrap: break-word;
}

#proy .term2izq img{
  display: block;
  margin: auto;
  width: 50%;
  border: solid 2px #ccc8c8;
   
}

.links {
    /*background-color: #0C090A!important;*/
    text-decoration: none;
    color: #7d8fa4!important;
    
}


#autoplay {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}

.pdf {
    width: 100%;
    aspect-ratio: 4 / 3;
    }
.pdf,html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    }
h1,h3 {
    text-align: center;
    }
h1 {
    color: #222222;
    }