body {
  font-family: "montserrat";
  margin: 0;
  --color1: #321c6e;
  --color2: #303574;
  --color3: #2b617e;
  --color4: #268b88;
  --color5: #22af8f;
  background: #767676;
  overflow: scroll;
  display: table;
}

.index-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.index-logo {
  position: absolute;
  top: 8vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to top, #d7d7d747, #d1d1d10f);
  justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 54px;
  margin: 0 auto;
  border-radius: 50%;
}

.index-logo img {
  height: 29vh;
}
.index-logo p {
  position: absolute;
  color: #fff;
  bottom: 12%;
  text-align: center;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.index-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  z-index: 5;
  bottom: 30px;
  left: 30px;
}

.index-wrap:before {
  content: "";
  display: block;
  background: url("assets/images/trama-fondo.png") repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0.4;
}

.index-menu-sec {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 19px;
}
.index-boton {
  display: flex;
  padding: 3px;
  height: 26vw;
  width: 26vw;
  max-width: 165px;
  max-height: 165px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-content: center;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 66vh;
  transform-origin: 50% -33vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.index-boton:hover {
  background: #d7d7d7 !important;
  color: var(--color2);
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%), -41px 5px 38px 0 rgb(0 0 0 / 19%);
  top: 64vh;
  z-index: 5;
}

.index-boton::before {
  content: "";
  height: 9vh;
  position: absolute;
  top: -11vh;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to top, #545454, rgba(0, 0, 0, 0)) 1 100%;
}

.index-boton-sec {
  font-size: 12px;
  display: flex;
  padding: 13px 25px;
  /* margin: 19px 0; */
  color: #fff;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border: 2px dotted #c3c3c3;
  transition: all 0.3s ease;
}

.index-boton-sec:hover {
  color: #303574 !important;
  border: 2px solid #303574;
}

.contenedor {
  position: relative;
  width: 100vw;
  display: flex;
  padding: 120px;
  justify-content: center;
  background-image: linear-gradient(to bottom, #00000030, #ffffff00);
  height: 100vh;
  box-sizing: border-box;
}

.texto-boton {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
  align-content: center;
  justify-content: center;
  font-size: 17px;
  line-height: 18px;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #0e102830, transparent, #21a98c3d);
}

.texto-boton p {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.ipsst {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
  align-content: space-evenly;
  font-size: 15px;
  padding: 15px 23px 11px 1px;
  text-transform: uppercase;
  width: fit-content;
  position: absolute;
  text-align: center;
  /* margin: 0 auto; */
  bottom: 30px;
  right: 30px;
}

.ipsst-texto {
  border-right: 1px solid #fff;
  padding-right: 26px;
  width: 244px;
  text-align: right;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.ipsst img {
  width: 100px;
}

@media (max-width: 960px) {
  .index-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    min-width: 100vw;
    overflow: scroll;
    min-height: 100vh;
  }

  .index-logo {
    position: relative;
    top: 3vh;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to top, #d7d7d747, #d1d1d10f);
    justify-content: center;
    width: fit-content;
    height: fit-content;
    padding: 40px;
    margin: 0px auto 38px;
    border-radius: 50%;
  }

  .index-logo img {
    height: 25vh;
  }
  .index-logo p {
    position: absolute;
    color: #fff;
    bottom: 12%;
    text-align: center;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .index-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 5;
    margin-bottom: 30px;
    left: 0;
    right: 0;
  }

  .index-menu-main {
    position: relative;
    margin: 0 auto 43px;
    width: 80%;
    display: flex;
    /* gap: 28px; */
    /* padding: 20px; */
    flex-wrap: wrap;
    top: 42%;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .index-wrap:before {
    content: "";
    display: block;
    background: url("assets/images/trama-fondo.png") repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 120%;
    right: 0px;
    z-index: -1;
    overflow: visible;
    opacity: 0.4;
  }

  .index-menu-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 19px;
  }
  .index-boton {
    display: flex;
    padding: 3px;
    min-height: 27vw;
    min-width: 27vw;
    max-height: 27vw;
    max-width: 27vw;
    position: relative;
    transform: unset !important;
    flex: 1 0 38%;
    top: 100%;
    flex-basis: 25vw;
    flex-grow: 1;
    margin: 11px;
    flex-shrink: 1;
    /* justify-content: space-between; */
  }

  .index-boton:before {
    display: block;
    content: "";
    margin-top: 100%;
    top: 0;
    position: unset;
    border: none;
  }

  .index-boton:hover {
    top: 56%;
  }

  .index-boton-sec {
    font-size: 12px;
    display: flex;
    padding: 13px 25px;
    /* margin: 19px 0; */
    color: #fff;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    border: 2px dotted #c3c3c3;
    transition: all 0.3s ease;
  }

  .index-boton-sec:hover {
    color: #303574 !important;
    border: 2px solid #303574;
  }

  .contenedor {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    height: fit-content;
    box-sizing: border-box;
    padding: 0;
  }

  .texto-boton {
    font-size: 13px;
    line-height: 13px;
    top: 0;
    bottom: 0;
  }

  .texto-boton p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }

  .ipsst {
    gap: 20px;
    flex-direction: row;
    align-content: space-evenly;
    font-size: 15px;
    padding: 20px;
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    bottom: -108px;
    right: unset;
  }

  .ipsst-texto {
    border-right: none;
    padding-right: unset;
    width: 244px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .ipsst img {
    width: 100px;
  }
}
