/**********************************
TABLETA
**********************************/
@media screen and (min-width: 480px) {

 html {
    font-size: 14px;
  }
  
#listado li p {
  margin-left: 20%;
  margin-right:15%;
  text-align:justify;
}
}

/**********************************
COMPUTADOR
**********************************/
@media screen and (min-width: 800px) {
   html {
    font-size: 14px;
  }
  
 #intro .text #cielo img {
    max-width:170px;
    margin:-18px;
    margin-bottom: -12px;
  }

#intro .text button img {
  max-width:80px;
  }  

#barra {
  display:block;
  margin: 10px 0% 10px 0%;
  background-color:#FC593D;
}
 
  #listado li p {
  margin-left: 20%;
  margin-right:20%;
  text-align:justify;
}
  
}


/**********************************
CELULAR
**********************************/
@media screen and (max-device-width: 480px)  { 

/***DESCARGABLES***/
/*Esconder PDF*/
object {
    display: none !important;
}

img.cruz-descarga {
    position: absolute;
    top: 40vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    display: block !important;
}

.boton-descarga {
    display: block !important;
}

p.boton-descarga {
    font-size: 4em;
    border: solid #fbae02 7px;
    padding: 0.5em;
    background: black;
}

.boton-descarga a {
    color: #fff;
}

    
}
