*{
  margin: 0px;
}
body {
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  color: #4A4A3C;
}

header{
  background: #0a0705;
  width: 100%;
}

nav{
  margin-top: 3%;
  margin-bottom: 3%;
  width: 100%;
  align-content: center;
}

form{
  input:hover {
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
  }

  button{
    padding: 10px 20px;
    background-color: #E69502;
    color: #4A4A3C;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: Arial;
    font-size: 20px;
  }

  button:hover{
    margin-top: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
  }

}

.ElementosForm {
  position: relative;
  margin-bottom: 20px;
}

.icon-input {
  background: transparent;
  margin: 20px 0;
  width: 10%;
  padding: 10px;
  padding-left: 50px;
  border-radius: 10px;
  border: 1px solid #7A4F01;
  /*#FFA502;*/
  font-family: Arial;
  font-size: 20px;
  outline: none;
}
.input-icon {
  position: absolute;
  top: 50%;
  left: 44.5%;
  transform: translateY(-50%);
  color: #777;
  font-size: 20px;
}

.divsubmitcentrales{
  display: flex;
  justify-content: center;
}

.msjerror{
  color: darkred;
}

.plantilla {
  max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  justify-content: center;
}

.PlantillaTabla{
  width: 732px;
  margin: auto;
  border-radius: 20px;
  border: 2px solid #2D2D2D;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
}

.headerPlantillaTabla{
  background-color: #FAA802;
  padding: 2rem;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  text-align: center;
  text-transform: uppercase;
  font-size: larger;
  font-family: "Arial Black";
}

.tabla-info{
  width: 100%;
  border 2px solid #0a0705;

  th{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  tbody {
    tr {
      &:nth-child(2n) {
        background-color: rgba(250, 168, 2, 0.2);
      }

      &:nth-child(2n+1) {
        background-color: rgba(250, 168, 2, 0.1)
      }
    }
  }

  thead{
    th{
      text-align: center;
      padding-bottom: 30px;
    }
  }

  tfoot{
    tr{
      background: #FFFFFF;
    }
  }

  margin-bottom: 20px;

}


@media (min-width: 757px){
  header{
    min-height: 120px;
  }

  #logo{
    width: 240px; /* Ancho deseado */
    height: auto;
    margin: 20px 0px;
  }

  #logocliente{
    width: 30%;
    height: 30%;
  }

  #imgrecipiente{
    width: 40%;
    height: 40%;
  }

}

@media (min-width: 1200px){
  header{
    min-height: 120px;
  }

  #logo{
    width: 240px; /* Ancho deseado */
    height: auto;
    margin: 20px 0px;
  }

  #logocliente{
    width: 20%;
    height: 20%;
  }

  #imgrecipiente{
    width: 30%;
    height: 30%;
  }

}

@media(max-width: 1550px){
  .plantilla {
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    justify-content: center;
  }

  .PlantillaTabla{
    width: 595px;
    margin: auto;
    border-radius: 20px;
    border: 2px solid #2D2D2D;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: medium;
    font-family: "Arial";
  }

  .headerPlantillaTabla{
    background-color: #FAA802;
    padding: 2rem;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    text-align: center;
    text-transform: uppercase;
    font-size: medium;
    font-family: "Arial Black";
  }

  .tabla-info{
    width: 100%;
    border 2px solid #0a0705;

    th{
      padding-top: 25px;
      padding-bottom: 25px;
      padding-right: 20px;
      padding-left: 20px;
      text-align: left;
    }
    tbody {
      tr {
        &:nth-child(2n) {
          background-color: rgba(250, 168, 2, 0.2);
        }

        &:nth-child(2n+1) {
          background-color: rgba(250, 168, 2, 0.1)
        }
      }
    }

    thead{
      th{
        text-align: center;
        padding-bottom: 30px;
      }
    }

    tfoot{
      tr{
        background: #FFFFFF;
      }
    }

    margin-bottom: 20px;

  }
}

@media (min-width: 1900px){
  header{
    min-height: 120px;
  }

  #logo{
    width: 240px; /* Ancho deseado */
    height: auto;
    margin: 20px 0px;
  }

  #logocliente{
    width: 15%;
    height: 15%;
  }

  #imgrecipiente{
    width: 25%;
    height: 25%;
  }

}

@media (min-width: 2500px){
  header{
    min-height: 120px;
  }

  #logo{
    width: 240px; /* Ancho deseado */
    height: auto;
    margin: 20px 0px;
  }

  #logocliente{
    width: 10%;
    height: 10%;
  }

  #imgrecipiente{
    width: 20%;
    height: 20%;
  }

}


@media (max-width: 756px){
  header{
    min-height: 120px;
  }

  #logo{
    width: 240px; /* Ancho deseado */
    height: auto;
    margin: 20px 0px;
  }

  #logocliente{
    width: 40%;
    height: 40%;
  }

  #imgrecipiente{
    width: 50%;
    height: 50%;
  }

  .plantilla {
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    justify-content: center;
  }

  .PlantillaTabla{
    width: 400px;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #2D2D2D;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    font-size: small;
    font-family: "Arial";
  }

  .headerPlantillaTabla{
    background-color: #FAA802;
    padding: 2rem;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    text-transform: uppercase;
    font-size: small;
    font-family: "Arial Black";
  }

  .tabla-info{
    width: 100%;
    border 1px solid #0a0705;

    th{
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px;
      padding-left: 10px;
      text-align: left;
    }
    tbody {
      tr {
        &:nth-child(2n) {
          background-color: rgba(250, 168, 2, 0.2);
        }

        &:nth-child(2n+1) {
          background-color: rgba(250, 168, 2, 0.1)
        }
      }
    }

    thead{
      th{
        text-align: center;
        padding-bottom: 10px;
      }
    }

    tfoot{
      tr{
        background: #FFFFFF;
      }
    }

    margin-bottom: 10px;

  }
}