* {
  padding: 0%;
  margin: 0%;
}

body {
  width: 100%;
  height: 100%;
  margin: 1px 4px;
  min-width: 900px;
  min-height: 1000px;
  font-family: 'Times New Roman', Times, serif;
  background-color: rgb(226, 226, 226);
}

.logoTM {
  width: 86px;
  height: 80px;
  border-radius: 100%;
  align-items: center;
}

.containerEncabezado {
  background-color: black;
  border-radius: 15px;
  border-style: double;
  border-color: darkgoldenrod;
  display: flex;
  align-items: center;
}

.title {
  font-size: 78%;
  margin: auto;
  color: white;
  display: inline-block;
  width: 100%;
}

h1 {
  width: 80%;
  height: auto;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.texto {
  display: inline-block;
  font-size: 5rem;
  justify-content: center;
  text-align: center;
}

.div-home {
  align-items: center;
  justify-content: center;
  width: clamp(150px, 250px, 300px);
  height: auto;
}

.home {
  font-size: clamp(10px, 6vw, 40px);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-decoration: none;
  margin: auto;
  border-style:double;
  color: white;
  border-color: rgb(0, 0, 0);
  border-radius: 10px;
  animation: home 8s infinite;
  
}

@keyframes home {

  0%{
    border-bottom-color: rgb(255, 255, 255);
  }
  25%{
    border-left-color: rgb(255, 255, 255);
  }
  50%{
    border-top-color: rgb(255, 255, 255);
  }
  75%{
    border-right-color: rgb(255, 255, 255);
  }
  87%{
    box-shadow: 0px 0px 15px 5px rgb(104, 103, 103);
  }
}

.containerEncabezado .title {
  display: inline-flex;
  align-items: center;
}

.pictureIllustrative {
  float: right;
  margin-right: 35%;
  border-radius: 10px;
}

.containerPicture .pictureIllustrative {
  width: 150px;
  height: 122px;
}

.box {
  width: 70%;
  min-width: 710px;
  height: auto;
  margin-left: 14%;
  margin-top: 2%;
  position: absolute;
  /*animation: cambioDeColor 10s infinite;*/
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, red, blue, green, yellow) 1;
  animation: borderAnimation 2s infinite;
}

.container {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.788);
  width: 100%;
  max-width: 100em;
  min-width: 700px;
  justify-content: space-between;
  padding: 1em;
  box-shadow: 10px 15px 28px black;
}

.caja {
  display: inline-flex;
  margin: 14px 0px;
}

.caja label {
  flex-basis: 130px;
  color: wheat;
}

.caja input {
  border: 2px solid #968888;
  height: 25px;
  flex: 1;
  padding: 5px;
  background-color: rgb(173, 201, 252);
  font-style: italic;
}

.caja #select {
  height: 32px;
  background-color: rgb(173, 201, 252);
  border: 2px solid #968888;
  flex: 1;
  padding: 5px;
  background-color: rgb(173, 201, 252);
  font-style: italic;
  color: rgb(44, 44, 44);
}

.caja .label:hover {
  background-color: gray;
}

.buttons {
  margin-top: 15px;
  margin-left: 15%;
}

div .buttons {
  width: 100%;
  height: 100%;
}

.buttons2 {
  margin-top: 15px;
  margin-left: 15%;
}

div .buttons2 {
  width: 100%;
  height: 100%;
}

.buttons .boton-enviar {
  padding: 2px;
  background-color: rgb(57, 120, 238);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  color: white;
  width: 200px;
  margin-left: 30%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.buttons .boton-enviar:hover {
  background-color: green;
  box-shadow: 8px 13px 24px rgb(5, 5, 5);
  width: 205px;
  height: 30px;
  border-color: darkkhaki;
}

.buttons2 .boton-cancelar {
  padding: 2px;
  background-color: darkred;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2rem;
  color: white;
  width: 200px;
  margin-left: 30%;
  cursor: pointer;
  transition: all ease 0.4s;
}

.buttons2 .boton-cancelar:hover {
  background-color: rgb(206, 3, 3);
  box-shadow: 8px 13px 24px rgb(5, 5, 5);
  width: 205px;
  height: 30px;
  border-color: darkkhaki;
}

.buttons3 {
  width: 100%;
  height: 30px;
}

.boton-volver {
  padding: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  color: white;
  margin-left: 90%;
  cursor: pointer;
  transition: all ease 0.7s;
  text-align: center;
  align-items: center;
  text-decoration: none;
  background-color: rgb(122, 117, 40);
  border-radius: 10px;
}

.boton-volver:hover {
  color: black;
  font-size: 1.55rem;
  border-style: double;
  border-radius: 15px;
  border-color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

@keyframes borderAnimation {
  0% {
    border-image: linear-gradient(45deg, darkblue, rgb(179, 179, 247), darkgreen, rgb(97, 32, 202)) 1%;
  }

  25% {
    border-image: linear-gradient(45deg, yellow, darkblue, rgb(179, 179, 247), darkgreen) 10%;
  }

  50% {
    border-image: linear-gradient(45deg, darkgreen, yellow, darkblue, rgb(179, 179, 247)) 10%;
  }

  75% {
    border-image: linear-gradient(45deg, rgb(179, 179, 247), darkgreen, yellow, darkblue) 1%;
  }

  100% {
    border-image: linear-gradient(45deg, darkblue, rgb(179, 179, 247), darkgreen, rgb(97, 32, 202)) 5%;
  }
}

/*
.archivo-comprobante{
  color: white;
  text-align: center;
  display: inline-block;
  background-color: rgba(32, 178, 171, 0.650);
  height: 90px;
}
.archivo-comprobante p{
  margin-top: 4px;
  font-size: 1.8rem;
}
.file{
  font-family: 'Courier New', Courier, monospace;
  font-size: 1rem;
  margin-top: 15px;
}
*/
.medalla {
  width: 100%;
  height: auto;
  margin-top: 1px;
  display: inline-block;
}

.medalla-oro {
  height: 700px;
  width: 96.5%;
  max-width: 100%;
  min-width: 855px;
  max-height: 100%;
  min-height: 800px;
  margin: 0vh 3.1vh;
  object-fit: cover;
}