@font-face {
  font-family: "avenir-roman";
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirroman.eot") format("eot");
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirroman.ttf") format("truetype");
}

@font-face {
  font-family: "avenir-light";
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirlight.eot") format("eot");
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirlight.ttf") format("truetype");
}

@font-face {
  font-family: "avenirbook";
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirbook.eot") format("eot");
  src: url("_themes/SPSAsertaTheme/designs/default/dependencias/css/fonts/avenirbook.ttf") format("truetype");
}

#Body {
  font-size: 16px !important;
  font-family: "avenir-light" !important;
}

a {
  text-decoration: none !important;
}

.header-formatos {
  width: 100% !important;
  margin-top: 10rem !important;
  display: flex;
  flex-direction: column;
}

.title-p {
  width: 100%;
  text-align: left;
}

.title-p h3 {
  color: #ff9500;
  margin-left: 17%;
  margin-bottom: 10rem;
  font-size: 30px;
}

.buscador {
  width: 100%;
  text-align: right;
  margin-bottom: 3rem;
}

.buscador #searcher {
  border: #ccc solid 1px !important;
  border-radius: 5px;
  width: 25% !important;
}

.buscador img {
  margin-right: 5%;
}

#contador {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0px;
  justify-content: left;
  font-size: 14px;
}

.container-formatos {
  display: flex;
  justify-content: space-around;
  width: 85%;
}

.imagen-centrada {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.image-size {
  width: 100px;
  height: 100px;
}

#contador-sec {
  padding-left: 5% !important;
  padding-bottom: 10% !important;
}

.documentos-formatos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-formatos-lista {
  display: flex;
}
.cont-formatos-lista ul li{
  font-size: 16px;
  color: #555759;
}
.cont-formatos-lista ul li:hover{
  text-decoration: underline;
  cursor: pointer;
}
.cont-documentos-lista {
  width: 40%;
}

.lista-carpetas {
  word-break: break-word;
  font-size: 16px;
}

.documento {
  margin-top: 15px !important;
  display: flex;
}

.document-size {
  width: 50px;
  height: 51px;
}

.documento span {
  word-break: break-word;
  font-size: 16px;
  margin-left: 1.5rem;
}

input {
  border-width: 1px !important;
  border-style: inset;
  border-color: -internal-light-dark(rgb(173, 173, 173), rgb(133, 133, 133));
}

@media screen and (max-width: 700px) {
  .header-formatos {
    margin-top: 8rem !important;
  }

  .container-formatos {
    flex-direction: column;
    width: 100%;
  }

  .buscador img {
    width: 2rem;
  }

  .title-p h3 {
    margin-top: 3rem;
    margin-left: 2rem;
    margin-bottom: 3rem;
  }

  .buscador #searcher {
    width: 80% !important;
  }

  .cont-documentos-lista {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .documento {
    margin-left: 1rem;
  }

  .document-size {
    width: 45px;
    height: 51px;
  }

  .documento span {
    margin-left: 0.5rem;
  }
}

@media (max-width: 960px) {
  .spacer {
    margin-bottom: 50px !important;
  }
}

.spacer {
  margin-bottom: 50px !important;
}

.yellow {
  color: #FFA603 !important;
}

.gray {
  /* color: #4C4F52; */
  color: #4C4F52;
}

.black {
  color: #000;
}

.title {
  text-decoration: none;
  margin-top: 3%;
  padding-left: 5%;
  font-weight: 600;
  font-size: 30px;
}

.subtitle {
  text-decoration: none;
  margin-top: 3%;
  padding-left: 5%;
  font-weight: 600;
  font-size: 24px;
}

.text-down {
  display: flex;
  vertical-align: bottom;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.criterios {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
  justify-self: left;
}

.formatos-text {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 80px !important;
  padding-bottom: 0 !important;
  font-size: 40px;
  justify-self: center;
}

.aserta-text {
  font-family: "avenir-light";
}

#Formatos ul {
  list-style: none;
  /* Remove default bullets */
}

#Formatos ul li::before {
  content: "○";
  /* ● */
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #68879b;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.FillBullet {
  list-style: none !important;
  /* Remove default bullets */
}

.ListaDocumentos {
  display: flex;
  justify-self: left;
}

.FillBullet::before {
  content: "●" !important;
  /* ○ */
  color: #6F9795 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.FillBullet li {
  list-style: none !important;
  /* Remove default bullets */
}

.FillBullet li::before {
  content: "●" !important;
  /* ○ */
  color: #6F9795 !important;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.spacer {
  margin-bottom: 200px;
}

@media (max-width: 960px) {
  .spacer {
    margin-bottom: 350px;
  }

  .col-sm-0 {
    width: 0px;
    height: 0px;
    opacity: 0;
  }

  .criterios {
    margin-left: 0px;
  }



  #Formatos {
    margin-left: 5%;
  }

  .formatos-text {
    padding-bottom: 10% !important;
  }

  .image-size {
    width: 0px;
    height: 0px;
  }
}

@media (min-width: 960px) {
  .col-md-0 {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}