@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500&family=Chelsea+Market&family=Fredoka+One&family=Knewave&family=Londrina+Shadow&family=Mirza:wght@400;500;600;700&family=Rampart+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap");
/*********************************   MENU    *********************************/
/*********************************   MENU PRINCIPAL    *********************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menuTabla {
  display: none;
  flex-direction: column;
  justify-content: center;
}
.menuTabla td {
  font-size: 14px;
  padding: 4px;
}
.menuTabla td a {
  font-weight: 400;
  font-size: 14px;
}
.menuTabla th {
  font-weight: 300;
}

.activo {
  background-color: rgba(255, 255, 255, 0.406);
  cursor: pointer;
}
.activo:hover {
  background-color: rgb(83, 5, 83);
}

#checkbox {
  display: none;
}

#checkbox:checked ~ .menuResponsive {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateX(-100%);
}

/* .menu{
    background-color: rgba(100,0,100,.8);
    position: fixed;
    top: 0;
    width: 100%;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    display: none;
}
.menu a{
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 0;
}
@media(max-width: 1200px){
    .menu{
        display: none;
    }
} */
/*********************************   MENU RESPONSIVE    *********************************/
@media (min-width: 1260px) {
  .icono-menu {
    display: none;
  }
  .icono-menu-index {
    display: none;
  }
  .menuResponsive {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(27, 1, 44, 0.9);
    width: 100%;
    padding: 4px;
    z-index: 100;
  }
  .menuResponsive a {
    white-space: nowrap;
    display: inline-table;
    color: white;
    font-size: 14px;
    background-color: rgba(250, 250, 250, 0.1);
    padding: 2px 8px 2px 8px;
    margin: 2px;
    text-align: center;
    height: 100%;
    cursor: pointer;
  }
  .menuResponsive a::before {
    content: "➤ ";
  }
}
@media (max-width: 1260px) {
  .icono-menu {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 200;
    background-color: rgba(28, 4, 52, 0.303);
    padding: 7px;
    border-radius: 0px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .icono-menu-index {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 200;
    background-color: rgba(28, 4, 52, 0.303);
    padding: 5px 7px 7px 7px;
    border-radius: 0px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 1s;
    opacity: 0.5;
  }
  .menuResponsive {
    padding: 30px 0px 30px 0px;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    top: 0;
    right: -100%;
    /* background-color: rgba(100,0,100,.9); */
    background-color: rgba(59, 2, 75, 0.975);
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    z-index: 12;
  }
  .menuResponsive a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 200;
    transform: translateY(-3vh);
    padding: 5px;
    /* background-color: rgba(250,250,250,.4); */
    background-color: rgba(250, 250, 250, 0.2);
    min-width: 100%;
    margin: 2px;
    /* border-radius: 10px; */
    text-align: center;
    transform: translateY(0);
  }
  .menuResponsive a:hover {
    background-color: rgba(255, 255, 255, 0.406);
  }
  .menuResponsive h3 {
    margin-top: 20px;
  }
  #enlacesDelMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #enlacesDelMenu a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 200;
    transform: translateY(-3vh);
    padding: 5px;
    /* background-color: rgba(250,250,250,.4); */
    background-color: rgba(250, 250, 250, 0.2);
    min-width: 100%;
    margin: 2px;
    /* border-radius: 10px; */
    text-align: center;
    transform: translateY(0);
  }
  #enlacesDelMenu a:hover {
    background-color: rgba(255, 255, 255, 0.406);
  }
}
@media (max-width: 1450px) {
  .menuResponsive a {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  .menuResponsive a {
    font-size: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
* a {
  text-decoration: none;
  color: black;
}

p,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Roboto", sans-serif;
}

h2 {
  padding: 0px 20px 20px 0px;
  font-size: 20px;
}

.contenedor-texto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.titulo {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.texto-lg, .texto-md, .texto-sm {
  width: 80%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.texto-lg p, .texto-md p, .texto-sm p {
  margin-top: 10px;
  text-align: justify;
}
.texto-lg h3, .texto-md h3, .texto-sm h3 {
  padding: 20px 10px 10px 0px;
  font-size: 18px;
}

.texto-lg {
  max-width: 1200px;
}

.texto-md {
  max-width: 1000px;
}

.texto-sm {
  max-width: 800px;
}

.c-morado1 {
  color: #391d5b;
}

.c-morado2 {
  color: #2a1346;
}

.c-morado3 {
  color: #672588;
}

.c-morado4 {
  color: #8d0dc4;
}

.c-rojo {
  color: red;
}

.c-blanco {
  color: white;
}

.btn {
  padding: 10px;
  color: white;
  border: white solid;
}

.cursor {
  cursor: pointer;
}

.first::first-letter {
  color: #8d0dc4;
  font-weight: bolder;
  font-size: 20px;
  padding-right: 10px;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}

.bgc-morado1 {
  background-color: #391d5b;
}

.bgc-morado2 {
  background-color: #2a1346;
}

.bgc-morado3 {
  background-color: #672588;
}

.bgc-morado4 {
  background-color: #8d0dc4;
}

.df100 {
  width: 100%;
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.my-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.my-100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.col-2 {
  column-count: 2;
  column-gap: 3em;
}
.col-2 img {
  width: 100%;
}

.col-3 {
  column-count: 3;
  column-gap: 3em;
}
.col-3 img {
  width: 100%;
}

.dn {
  display: none;
}

@media (max-width: 1000px) {
  .col-3 {
    column-count: 2;
    column-gap: 3em;
  }
  .col-3 img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .col-3, .col-2 {
    column-count: 1;
    column-gap: 3em;
  }
  .col-3 img, .col-2 img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .texto {
    width: 90%;
  }
}
.bajar2 {
  color: rgba(255, 255, 255, 0.634);
  position: fixed;
  bottom: 0;
  font-size: 50px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  right: 0;
  transition: 1s;
  animation: flechaAbajo 2s ease-out infinite;
}

.bajar {
  color: rgba(255, 255, 255, 0.634);
  position: fixed;
  bottom: 0;
  font-size: 50px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  right: 0;
  transition: 1s;
  animation: flechaAbajo 2s ease-out infinite;
}

@media (max-width: 800px) {
  .bajar {
    display: none;
  }
}
@keyframes flechaAbajo {
  0% {
    transform: translateY(20px);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
@media (min-width: 900px) and (max-width: 1400px) {
  .bajar {
    font-size: 45px;
  }
}
.headerDegradado {
  background: linear-gradient(0deg, #62009b 10%, #eee0ff 50%);
  color: rgba(0, 0, 0, 0.5);
}
.headerDegradado hgroup {
  background-color: transparent;
  text-shadow: rgb(63, 6, 73) 3px 3px 4px;
}
.headerDegradado hgroup h1 {
  background-color: rgba(98, 0, 155, 0.1843137255);
  padding: 0px 25px 0px 25px;
}

@media (max-width: 800px) {
  .headerDegradado hgroup h1 {
    padding: 0px;
  }
}
.headerDegradado2 {
  background: linear-gradient(0deg, rgb(71, 4, 43) 10%, #eee0ff 50%);
  color: rgba(0, 0, 0, 0.5);
}
.headerDegradado2 hgroup {
  background-color: transparent;
  text-shadow: rgb(63, 6, 73) 3px 3px 4px;
}
.headerDegradado2 hgroup h1 {
  background-color: rgba(98, 0, 155, 0.1843137255);
  padding: 0px 25px 0px 25px;
}

@media (max-width: 800px) {
  .headerDegradado2 hgroup h1 {
    padding: 0px;
  }
}
.borde-img {
  border: solid black 2px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.borde-img2 {
  border: solid black 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.borde-img3 {
  border: solid black 1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.borde-img4 {
  border: solid #672588 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.borde-img-rojo {
  border: solid rgb(118, 2, 2) 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.BreadcrumbList {
  position: absolute;
  font-family: "Roboto", sans-serif;
  width: 60%;
}
.BreadcrumbList a {
  font-size: 15px;
  font-weight: 100;
  color: rgba(250, 250, 250, 0.3);
}
.BreadcrumbList a:hover {
  color: rgba(250, 250, 250, 0.7);
}
.BreadcrumbList small {
  font-size: 15px;
  font-weight: 100;
  color: rgba(250, 250, 250, 0.3);
}

@media (max-width: 400px) {
  .BreadcrumbList a {
    font-size: 14px;
  }
  .BreadcrumbList small {
    font-size: 14px;
  }
}
.BreadcrumbList2 {
  position: absolute;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  width: 60%;
}
.BreadcrumbList2 a {
  font-size: 15px;
  font-weight: 100;
  color: #2a1346;
}
.BreadcrumbList2 a:hover {
  color: #8d0dc4;
}
.BreadcrumbList2 small {
  font-size: 15px;
  font-weight: 100;
  color: #2a1346;
}

@media (max-width: 400px) {
  .BreadcrumbList2 a {
    font-size: 14px;
  }
  .BreadcrumbList2 small {
    font-size: 14px;
  }
}
.BreadcrumbList3 {
  position: absolute;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  width: 60%;
}
.BreadcrumbList3 a {
  color: rgb(250, 250, 250);
  font-size: 15px;
  font-weight: 100;
}
.BreadcrumbList3 a:hover {
  color: rgba(250, 250, 250, 0.9);
}
.BreadcrumbList3 small {
  font-size: 15px;
  font-weight: 100;
  color: rgb(250, 250, 250);
}

@media (max-width: 400px) {
  .BreadcrumbList3 a {
    font-size: 14px;
  }
  .BreadcrumbList3 small {
    font-size: 14px;
  }
}
.BreadcrumbList4 {
  position: absolute;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  width: 60%;
}
.BreadcrumbList4 a {
  color: rgb(250, 250, 250);
  font-size: 15px;
  font-weight: 100;
}
.BreadcrumbList4 a:hover {
  color: rgb(250, 250, 250);
}
.BreadcrumbList4 small {
  font-size: 15px;
  font-weight: 100;
  color: rgb(255, 255, 255);
}

@media (max-width: 400px) {
  .BreadcrumbList4 a {
    font-size: 14px;
  }
  .BreadcrumbList4 small {
    font-size: 14px;
  }
}
.BreadcrumbList5 {
  position: absolute;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  width: 60%;
}
.BreadcrumbList5 a {
  color: rgb(43, 0, 66);
  font-size: 15px;
  font-weight: 300;
}
.BreadcrumbList5 a:hover {
  color: rgb(43, 0, 66);
}
.BreadcrumbList5 small {
  font-size: 15px;
  font-weight: 300;
  color: rgb(43, 0, 66);
}

@media (max-width: 400px) {
  .BreadcrumbList5 a {
    font-size: 14px;
  }
  .BreadcrumbList5 small {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .BreadcrumbList, .BreadcrumbList2, .BreadcrumbList3, .BreadcrumbList4, .BreadcrumbList5 {
    top: 60px;
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .BreadcrumbList, .BreadcrumbList2, .BreadcrumbList3, .BreadcrumbList4, .BreadcrumbList5 {
    top: 15px;
    left: 15px;
  }
}
.contenedorFooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #391d5b;
  color: white;
  text-align: center;
}
.contenedorFooter img {
  width: 70%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 30px;
}
.contenedorFooter h2 {
  font-size: 15px;
  padding-bottom: 15px;
}
.contenedorFooter p {
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 10px;
  color: white;
}
.contenedorFooter a {
  color: white;
  padding: 30px;
  font-weight: 200;
}

.certificado {
  background-color: rgb(28, 6, 41);
  width: 100%;
  padding: 30px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 18px;
}
.certificado a {
  color: rgb(250, 250, 250);
  cursor: pointer;
  padding: 3px;
  z-index: 100;
}
.certificado p {
  margin-bottom: 10px;
}

@media (max-width: 300px) {
  footer p {
    font-size: 15px;
  }
}
header {
  width: 100%;
  height: 100vh;
  color: rgba(59, 32, 85, 0.5);
  text-align: center;
}
header div {
  width: 100%;
  height: 100%;
  background-image: url("../../Indoafroasialatinoamerica/Peru/img/Peru.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
}
header hgroup {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(30, 0, 50, 0.4);
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px #391d5b;
}
header h1 {
  font-size: 50px;
  text-align: center;
  padding: 0;
}
header h2 {
  padding: 0;
  font-weight: 400;
}
header h2 a {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding: 10px;
  color: white;
}
header h2 span {
  color: white;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  header h1 {
    font-size: 35px;
  }
  header div {
    background-image: url("../../Indoafroasialatinoamerica/Peru/img/Peru-cel.png");
    background-size: cover;
    background-position: right center;
  }
}
.atribucion {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(250, 250, 250, 0.3);
  margin: 5px;
  font-size: 13px;
  z-index: 200;
}
.atribucion a {
  color: rgba(250, 250, 250, 0.3);
  font-size: 13px;
}
.atribucion :hover {
  color: rgba(250, 250, 250, 0.6);
}

.Peru-articulos-contenedor_general {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.Peru-articulo-contenedor_general {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1600px;
  border-top: 2px solid #2a1346;
  color: #2a1346;
  padding: 20px 0px 0px 0px;
}
.Peru-articulo-contenedor_general h2 {
  padding: 20px;
  width: 100%;
  text-align: center;
}
.Peru-articulo-contenedor_general p {
  width: 100%;
  padding: 5px 20px 5px 20px;
  text-align: left;
}
.Peru-articulo-contenedor_general a {
  color: rgb(195, 0, 255);
  padding: 20px;
}
.Peru-articulo-contenedor_general small {
  padding: 30px;
}
.Peru-articulo-contenedor_general:nth-child(1) {
  border-top: 0;
}

.Peru-articulo-contenedor_imagen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2% 2% 0% 2%;
  width: 30%;
}
.Peru-articulo-contenedor_imagen img {
  width: 90%;
}

.Peru-articulo-contenedor_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.tituloDeDocumentoRelevanteParaResponsivo {
  display: none;
}

@media (max-width: 800px) {
  .Peru-articulo-contenedor_general {
    padding: 0;
  }
  .Peru-articulo-contenedor_general h2 {
    padding: 10px 10px 20px 10px;
    font-size: 17px;
  }
  .Peru-articulo-contenedor_imagen {
    width: 100%;
    padding: 7% 7% 2% 7%;
  }
  .Peru-articulo-contenedor_texto {
    width: 100%;
    padding: 20px;
  }
  .Peru-articulo-contenedor_texto a {
    padding: 20px;
  }
  .tituloDocumentoRelevanteParaDesktop {
    display: none;
  }
  .tituloDeDocumentoRelevanteParaResponsivo {
    display: block;
  }
}
.Peru-articulo-contenedor_general2 {
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.Peru-articulo-contenedor_general2 a {
  color: #672588;
  margin-top: 20px;
}

.Peru-articulo-contenedor_general2-texto {
  padding: 20px;
  margin-bottom: 0px;
  color: #2a1346;
}
.Peru-articulo-contenedor_general2-texto h3 {
  text-align: center;
  padding: 0px 5px 40px 5px;
}
.Peru-articulo-contenedor_general2-texto h4 {
  text-align: center;
  padding-bottom: 10px;
}
.Peru-articulo-contenedor_general2-texto p {
  text-align: justify;
}

.imagenDeGrupo {
  max-width: 600px;
  padding: 10px;
}
.imagenDeGrupo img {
  width: 100%;
}

@media (max-width: 800px) {
  .imagenDeGrupo {
    margin-top: 20px;
    width: 100%;
  }
  .imagenDeGrupo img {
    width: 100%;
  }
}
.Peru-articulo-contenedor_general2-imagen {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.Peru-articulo-contenedor_general2-imagen img {
  height: 40vh;
  border: rgb(111, 3, 95) solid 1.5px;
  margin: 10px;
}

@media (max-width: 800px) {
  .Peru-articulo-contenedor_general2-imagen {
    width: 80%;
  }
  .Peru-articulo-contenedor_general2-imagen img {
    width: 100%;
    height: auto;
    margin: 5px 0px 0px 0px;
    padding: 0;
  }
}
.main-documentos_relevantes-explicacion-contenedor_general {
  padding: 50px;
  background-color: #2a1346;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-documentos_relevantes-explicacion-contenedor_texto {
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.main-documentos_relevantes-explicacion-contenedor_texto p {
  text-align: justify;
}

.main-documentos_relevantes-contenedor_indice {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #391d5b;
}
.main-documentos_relevantes-contenedor_indice h2 {
  color: white;
  padding: 20px;
}

#main-documentos_relevantes-contenedor_indice-lista {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main-documentos_relevantes-contenedor_indice-lista li {
  padding: 5px 20px 5px 20px;
  list-style: none;
  text-align: center;
}
#main-documentos_relevantes-contenedor_indice-lista a {
  color: white;
  font-weight: 600;
}
#main-documentos_relevantes-contenedor_indice-lista a h2 {
  padding: 0;
  font-size: 15px;
}
#main-documentos_relevantes-contenedor_indice-lista a h3 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 200;
  color: rgb(241, 40, 255);
}

.documentos_relevantes-contenedor_general {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.documento_relevante-contenedor_general {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1600px;
  border-top: 2px solid #2a1346;
  color: #2a1346;
  padding: 50px 0px 50px 0px;
}
.documento_relevante-contenedor_general h2 {
  padding: 40px 40px 10px 40px;
  width: 100%;
  text-align: center;
}
.documento_relevante-contenedor_general h3 {
  padding: 10px 20px 30px 20px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.documento_relevante-contenedor_general h4 {
  padding: 10px 0px 10px 0px;
}
.documento_relevante-contenedor_general ul {
  padding: 20px;
}
.documento_relevante-contenedor_general p {
  width: 100%;
  padding: 5px 20px 5px 20px;
  text-align: left;
}
.documento_relevante-contenedor_general a {
  color: rgb(195, 0, 255);
  padding: 10px 20px 0px 20px;
  cursor: pointer;
}
.documento_relevante-contenedor_general small {
  padding: 20px;
  text-align: center;
}
.documento_relevante-contenedor_general time {
  color: rgb(158, 0, 61);
}
.documento_relevante-contenedor_general:nth-child(1) {
  border-top: 0;
}

.documento_relevante-contenedor_imagen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3%;
  width: 30%;
}
.documento_relevante-contenedor_imagen img {
  width: 100%;
}

.documento_relevante-contenedor_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.documento_relevante-contenedor_texto video {
  width: 30%;
  margin-top: 20px;
}

.tituloDeDocumentoRelevanteParaResponsivo {
  display: none;
}

@media (max-width: 800px) {
  .documento_relevante-contenedor_general {
    padding: 0;
  }
  .documento_relevante-contenedor_general h2 {
    padding: 10px 10px 20px 10px;
    font-size: 17px;
  }
  .documento_relevante-contenedor_imagen {
    width: 100%;
    padding: 7% 7% 2% 7%;
  }
  .documento_relevante-contenedor_texto {
    width: 100%;
    padding: 20px;
  }
  .documento_relevante-contenedor_texto a {
    padding: 20px;
  }
  .tituloDocumentoRelevanteParaDesktop {
    display: none;
  }
  .tituloDeDocumentoRelevanteParaResponsivo {
    display: block;
  }
}
#documentoRelevando-imagen-documentoCentralVIMarchaLesbicaFeminista {
  border: rgb(111, 3, 95) solid 2px;
}

.titulo-img {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
}

.documento_relevante-contenedor_imagenes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: center;
  text-align: center;
}
.documento_relevante-contenedor_imagenes a {
  width: 16.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.documento_relevante-contenedor_imagenes a img {
  width: 100%;
  padding: 7px;
}

.contenedor-enlaces-documentos_relevantes {
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 700px) {
  .contenedor-enlaces-documentos_relevantes {
    flex-direction: column;
  }
  .documento_relevante-contenedor_imagenes {
    display: flex;
    justify-content: center;
  }
  .documento_relevante-contenedor_imagenes a {
    width: 30%;
  }
}
@media (max-width: 700px) {
  .contenedor-enlaces-documentos_relevantes {
    flex-direction: column;
  }
  .documento_relevante-contenedor_imagenes {
    display: flex;
    justify-content: center;
  }
  .documento_relevante-contenedor_imagenes a {
    width: 50%;
  }
}

/*# sourceMappingURL=indoafroasialatinoamerica-Peru.css.map */
