@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
#__gatsby
{
    text-align: left;
}
#__gatsby *
{
    font-family: "Roboto" , sans-serif;
}
#outerbox,
#outerboxB {
  width: 100%;
  height: 75px;
  max-width: 810px;
  background: #fff;
  padding-top: 13px;
}

#outerbox.sticky,
#outerboxB.sticky {
  transition: box-shadow 0.3s;
}

#outerbox.sticky,
#outerboxB.sticky {
  margin-top: -10px !important;
  position: fixed;
  top: 57px;
  z-index: 10000;
  -webkit-box-shadow: 0px 14px 13px -11px rgba(54, 53, 58, 0.75);
  -moz-box-shadow: 0px 14px 13px -11px rgba(54, 53, 58, 0.75);
  box-shadow: 0px 14px 13px -11px rgba(54, 53, 58, 0.75);
}
.uvs-container #outerbox.sticky,
.uvs-container #outerboxB.sticky
{
    top: 0px;
}

#outerboxB.sticky img {
  max-width: 55px;
}
#bigButts {
  width: 100%;
  max-width: 470px;
  margin: auto;
  text-align: center;
}

#bigButts img {
  max-width: 105px;
  border-radius: 3px;
  padding: 2px;
}

#chartB {
  display: none;
}
#botonA,
#botonA1 {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
}

#botonB1 a:hover img,
#botonA1 a:hover img {
  box-shadow: 1px 1px 2px 2px #c7c7c7;
}

#botonB,
#botonB1 {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}
.topButt {
  max-width: 230px;
}

#botonA span {
  display: block;
  display: inline-block;
}

#ciudadanos,
#permanentes,
#temporales,
#refugiados,
#tps,
#daca,
#sinDoc,
#sinDoc2 {
  max-width: 600px;
  padding-bottom: 15px;
  margin: auto;
  margin-top: 20px;
  padding-left: 10px;
  border-bottom: 1px dotted #b9b9b9;
}

.numero {
  max-width: 30px;
  float: left;
}

.explicacion {
  margin-top: 10px;
}

.container {
  display: inline-block;
  position: relative;
  left: 7px;
  width: 75%;
  padding-top: 4px;
}
.container p {
  line-height: 26px;
  margin-bottom: 20px;
}

.cuadrado {
  width: 30px;
  height: 30px;
  background-color: #91c03f;
  border-radius: 3px;
  position: relative;
}

#sinDoc .cuadrado,
#sinDoc2 .cuadrado {
  background-color: #ff9055;
}

.cuadrado h1 {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.title h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.photos {
  margin-bottom: 15px;
  margin-top: 20px;
}

.photoUnica {
  float: left;
}

.otroDoc {
  margin-bottom: 5px;
  margin-top: 20px;
}

.photos h3,
.otroDoc h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0;
}
.photos img {
  width:100%;
  height: auto;
}
.photos p,
.otroPhoto p,
li {
  color: #6b6c6f;
  padding-left: 4px;
  font-size: 16px;
  line-height: 19px;
}

.photo {
  display: inline-block;
  margin: 0 20 0 0;
}

.photo:last-child {
  margin: 0 0 0 0;
}

.otroPhoto {
  margin-top: 10px;
  float: left;
  position: relative;
}

.photoDoc2 {
  display: inline-block;
  position: relative;
  width: 70%;
}

.photoDoc2 p {
  font-size: 16px;
  line-height: 18px;
}

.otroPhoto img {
  width: 110px;

  vertical-align: middle;
}

.photo img {
  width: 190px;
  height: 120px;
}

#rec {
  margin-top: 10px;
}

#rec ul {
  margin-top: 0;
  margin-left: 20px;
}
#rec li {
  line-height: 22px;
  margin-bottom: 10px;
  /* padding-left: 30px; */
  list-style-type: disc;
}
.extralong img {
  float: left;
}

.extralong .photoDoc2 {
  float: left;
  padding-top: 5px;
}

#sinDoc2 .photoDoc {
  width: 190px;
}

#tps ul {
  margin-top: 10px;
}

.pic {
  max-width: 600px;
  padding-bottom: 10px;
  margin: auto;
  margin-top: 20px;
  padding-left: 30px;
}

.pic img {
  width: 155px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  #botonA1 {
    padding-right: 0;
  }

  #botonA span {
    display: none;
  }
  .topButt {
    text-align: left;
    vertical-align: top;
    max-width: 155px;
  }
  #botonA1 {
    max-width: 135px;
  }
}

@media screen and (max-width: 320px) {
  #botonA,
  #botonB {
    font-size: 12px;
  }
}
