* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  width: 100%;
  height: 100%;
  background-color: rgb(3, 58, 80);
  /* border: 1px solid red; */
}

.head {
  width: 100%;
  height: 80px;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 1;
}

.nav {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.navegation a {
  /* width: 160px; */
  visibility: visible;
}

/* .navegation img {
  display: none;
  justify-content: space-around;
  position: absolute;
  width: 100px;
  padding-left: 60px;
  align-items: center;
  top: 500px;
  opacity: 0.5;
} */

ul {
  justify-content: space-between;
  display: flex;
  gap: 1rem;
}

ul li a:hover {
  color: rgb(35, 131, 159);
}

ul li a {
  display: inline-flex;
  /* width: 200px; */
  height: 80px;
  text-decoration: none;
  /* list-style-type: none; */
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
}

.logo img{
  display: inline-flex;
  width: 40px;
}

.homebutton {
  position: relative;
  /* margin: 10px 10px; */
  height: 40px;
  width: 140px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgb(19, 19, 19), #000);
  /* -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); */
}

.step4 {
  width: 36px;
  height: 36px;
  margin-top: 3px;
  transform: rotate(-22.5deg) skewX(45deg) scaleY(cos(45deg));
  border: 4px solid #fff;
  border-bottom: 0px;
  border-left: 0px;
  margin-left: 50px;
  position: relative;
}

.element1 {
  position: absolute;
  width: 45px;
  height: 22px;
  transform: rotate(45deg); 
  border-right: 3px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 3px solid #fff;
  margin-top: 10px;
  margin-left: -11px;
}

.toggle-button {
  display: none;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
}
/* head end */

/* mainbody start */
.mainbody { 
  margin: 80px auto;
  width: 1600px;
  height: calc( 100% - 80px );
  border: 1px solid rgb(3, 58, 80);  
}

form {
  width: 1600px;
  top: 30px;
  display：flex;
  align-items: center;
}

.title {
  background-color: transparent;
  padding-top: 0px;
  margin: 30px auto;
  display: flex;
  gap: 2rem;
}

.title01 {
  background-color: transparent;
  display: inline-block;
  display: flex;
  gap: 2rem;
}

form .title01 input::placeholder {
  font-size: 1.2em;
  padding-left: 2px;
  color: rgb(205, 205, 205);
}

form .title02 input::placeholder {
  font-size: 1.2em;
  padding-left: 16px;
  color: rgb(205, 205, 205);
}

form .title02 input[type="text"]::placeholder {
  font-size: 1.2em;
  padding-left: 2px;
  color: rgb(205, 205, 205);
}

.title02 {
  background-color: transparent;
  display: inline-block;
  display: flex;
  gap: 2rem;
}

form .title01 input[type="text"] {
  background-color: transparent;
  width: 200px;
  height: 36px;
  border-radius: 20px;
  border: 0.23rem solid rgb(205, 205, 205);
  gap: 2rem;
  outline:0;
  caret-color: #fff;
  padding-left: 14px;
  color: #fff;
}

form .title02 input[type="select"] {
  width: 200px;
  height: 36px;
  border-radius: 18px;
  border: 0.3rem double transparent;
  background-image: linear-gradient(to bottom, #fff, rgb(153, 153, 153)),
    linear-gradient( 180deg, rgb(73, 97, 142), rgb(9, 54, 70), rgb(15, 55, 75), rgb(22, 47, 65), rgb(13, 108, 172));
  background-origin: border-box;
  background-clip: content-box, border-box;
  outline:0;
}

form .title02 input[type="text"] {
  width: 200px;
  height: 38px;
  border-radius: 20px;
  border: 0.3rem double transparent;
  /* background-image: linear-gradient(to bottom, rgb(44, 82, 119), rgb(15, 39, 49)),
    linear-gradient( 180deg, rgb(14, 33, 53), rgb(16, 66, 97), rgb(15, 72, 91), rgb(49, 84, 111)); */
  background-color: rgb(6, 38, 60);
  /* background-origin: border-box;
  background-clip: content-box, border-box; */
  gap: 2rem;
  outline:0;
  caret-color: #fff;
  padding-left: 14px;
  color: #fff;
}

.title .inquiry-button,
.title .report-button  {
  height: 36px;
  width:  200px;
  border-radius: 20px;
  background-color: rgb(35, 131, 159);
  font-size: 1rem;
  border: 0.3rem;
  /* filter: blur(2px); */
  text-transform: uppercase;
  line-height: 36px;
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  border: 0!important;
  width: 160px;
  height: 32px; 
  background-color: transparent;
  font-size: 1.1rem;
  color: rgb(55, 55, 55);
  margin-left: 1rem;
}

.custom-select {
  position: relative;
  width: 200px;
  height: 38px;
  border-radius: 20px;
  border: 0.3rem double transparent;
  background-image: linear-gradient(to bottom, #fff, rgb(106, 105, 105)),
    linear-gradient( 180deg, rgb(73, 97, 142), rgb(64, 92, 114), rgb(11, 27, 38), rgb(28, 60, 82), rgb(102, 149, 181));
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.custom-arrow {
  position: absolute;
  top:0;
  right: 0;
  display: block;
  width: 2rem;
  height: 100%;
  pointer-events: none;
  background: none;
}

.custom-arrow::before,
.custom-arrow::after {
  --size: 0.5em;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 30%;
  top: 50%;
  transform: translate(-60%, -60%);
}

.custom-arrow::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid rgb(55, 55, 55);
  top: 35%;
}

.custom-arrow::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid rgb(55, 55, 55);
  top: 65%;
}

#id03 {
  position: fixed;
  width: 100%;
  height: calc( 100% - 80px );
  z-index: 3;
  top: 80px;
  left: 0;
  filter: alpha(opacity=60); 
  background-color: rgba(0, 0, 0, 0.6); 
  display: none;
}

.close-box {
  float: right;
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  background-color: rgb(220, 100, 100);
  cursor: pointer;
}

.container {
  width: 96%;
  margin: 0px auto;
  color: rgb(35, 131, 159);
}

.content {
  width: 60%;
  height: 60%;
  background-color: rgb(3, 58, 80);
  margin: 100px auto;
}

h2 {
  color: #fff;
  line-height: 80px;
  text-align: center;
}

.choose-select {
  display: inline-block;
  width: 48%;
  height: 40px;
  color: rgb(35, 131, 159);
  background-color: rgb(205, 205, 205);
  margin-left: 14px;
  padding-left: 10px;
}

.detail-list label {
  margin-left: 14px;
  padding-top: 24px;
  display: block;
}

.detail-list input {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-left: 14px;
  height: 40px;
  padding-left: 10px;
  background-color: rgb(35, 131, 159);
  font-size: 18px;
  outline: none;
  border: none;
  color: #fff;
}

.detail-list input::-webkit-input-placeholder {
  color: rgb(205,205, 205);
}

.detail-list input:-moz-placeholder {
  color: rgb(205,205, 205);
}

.detail-list input::-moz-placeholder {
  color: rgb(205,205, 205);
}

.detail-list input:-ms-input-placeholder {
  color: rgb(205,205, 205);
}

.last-box {
  margin-top: 40px;
}

.detail-list .default-address {
  appearance: none;  
  -moz-appearance:none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline;
  border: 1px solid red;
  margin-left: 14px;
  top: 24px;
  outline: none;
  border: 3px solid grey;
  width: 25px;
  height: 15px;
  padding: 0 10px;
  background-color: transparent;
}

.last-box button {
  display: inline-block;
  width: 28%;
  margin-left: 14px;
  margin-top: 24px;
  height: 40px;
  color: #fff;
  background-color: rgb(6, 38, 60);
  border: none;
}

.last-box span {
  margin-left: 30px;
  width: 30%;
  height: 40px;
  background-color: #fff;
  padding: 8px 20px;
  font-size: 900;
}

.close-container {
  display: inline-block;
  margin-left: 14px;  
  color: rgb(220, 100, 100);
  margin-top: 30px;
  width: 20%;
  height: 40px;
  background-color: rgb(220 100, 100);
  color: #fff;
  font-size: 16px; 
}

.detail-list a {
  color: rgb(220, 100, 100);
  margin-left: 600px;
}

.next-step {
  padding: 10px 36px;
  color: #fff;
  margin-left: 20px;
  background-color: rgb(220, 100, 100);
  width: 100px;
  height: 40px;
  cursor: pointer;  
}

.wrapper {
  color: rgb(205, 205, 205);
  margin: 0 auto;
  padding: 0px;
  max-width: 1600px;
  text-transform: uppercase;
}

option {
  background: none;
}

.pagelist {
  /* left: 40%; */
  position: relative;
  display: flex;
  /* display: flex; */
  margin: auto;
  width: 380px;
  height: 40px;
  background: none;
  border: 3px solid rgb(6, 38, 60);
}

.pagelist .page-up {
  float: left;
  display: inline-block;
  padding-left: 5px;
  width: 48px;
  height: 36px;
  background: rgb(6, 38, 60);
}

.page-up span {
  margin: 8px 4px;
  position: absolute;
  /* background-color: #fff; */
  width: 20px;
  height: 20px;
  border-bottom: 18px solid rgb(205, 205, 205);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

.page-up:hover {
  background: rgb(35, 131, 159);
}

.page-down {
  float: left;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 36px;
  display: inline-block;
}

.page-down:hover {
  background: rgb(35, 131, 159);
}

.page-down span {
  display: inline-block;
  margin: 10px 10px;
  position: absolute;
  height: 20px;
  background: none;
  border-top: 18px solid rgb(205, 205, 205);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

#page-number {
  padding: 0px;
  margin: 0px;
  width: 140px;
  height: 36px;
  display: inline-block;
  background: rgb(6, 38, 60);
}

.pagelist .pagejump {
  display: inline-block;
  margin-top: 0px;
  /* width: 143px; */
  height: 36px;
}


.pagejump {
  display: inline-block;
  width: 140px;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
}

.first-page {
  float: left;
  display: inline-block;
  width: 68px;
  height: 36px;
  /* line-height: 36px; */
  background-color: rgb(5, 58, 80);
  color: rgb(205, 205, 205);
  border: 0.3rem
}

.first-page:hover {
  background-color: rgb(35, 131, 159);
}

.last-page:hover {
  background-color: rgb(35, 131, 159);
}

.last-page {
  float: right;
  display: inline-block;
  width: 71px;
  height: 36px;
  /* line-height: 36px; */
  background-color: rgb(6, 38, 60);
  color: rgb(205, 205, 205);
  border: 0.3rem
}

.table {
  background: rgb(35, 131, 159);
  padding: 0px;
  margin: 0px;
  width: 1600px;
  display: table;
  background-color: transparent;
  border-collapse: collapse;
  margin: 0 0 40px 0;  
}

.header-row {
  background: rgb(35, 131, 159);
  color: #fff;
  line-height: 20px;
}

.row {
  /* background-color: rgb(35, 131, 159); */
  display: table-row;
  line-height: 24px;
  /* background-color: #fff; */
}

.row:nth-child(2):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(3):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(4):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(5):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(6):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(7):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(8):hover {
  background-color: rgb(205,205, 205);
}
.row:nth-child(9):hover {
  background-color: rgb(205,205, 205);
}

.cell {
  display: table-cell;
  border: 1px solid rgb(156,164,167);
  padding: 8px;
  text-align: center;
  color: #fff;
} 

.primary {
  text-align: left;
  color: #fff;
}

input[type='radio'],
input[type="checkbox"] {
  display: none;
}

.experiment {
  width: 100%;
  height: 500px;
  margin: 40px auto;
  display: flex;
}

.experiment-discribe {
  width: 50%;
  height: 300px;
  background: rgb(6, 38, 60);
  display: flex;
}

.requiry {
  width: 32%;
  height: 36px;
  background: rgb(35, 131, 159);
  color: rgb(6, 38, 60);
  font-size: 1.1rem;
  line-height: 38px;
  padding: 0 20px;
  display: flex;
}

.drop-down {
  position: relative;
  width: 42px;
  height: 36px;
  background-color: rgb(3, 58, 80);
}

.drop-down:hover {
  background: #fff;
}

.arrow-down {
  margin-left: 10px;
  position: absolute;
  top: 12px;
  border-top: 16px solid rgb(205, 205, 205);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.test-project {
  color: rgb(205, 205, 205);
  line-height: 38px;
  padding-left: 12px;
  font-size: 1.1rem;
}

.standard {
  width: 50%;
  height: 300px;
  background: rgb(205, 205, 205);
}

.standard p {
  color: rgb(6, 38, 60);
  font-size: 1.1rem;
  padding-left: 10px;
  line-height: 32px;
}


@media screen and (max-width: 580px) {

.head {
  width: 100%;
  height: 80px;
  background-color: #000;
  position: fixed;
  z-index: 3;
}

.nav {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc( 100vh - 80px );
  flex-direction: column;
  list-style: none;
  justify-content: center;
  display: none;
  background-color: rgb(3, 58, 80, .9);
}

.navegation a {
  display: block;
  visibility: visible;  
}

.navegation li a {
  width: 100%;  
  text-align: center;
  font-size: 14px;
}

.navegation img {
  visibility: hidden;
}

.homebutton {
  display: none;
}

.logo img {
  position: absolute;
  top: 1.25rem;
}

.toggle-button {  
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  display: block;
  width: 36px;
  height: 21px;
}

.toggle-button .bar {
  flex-direction: column;
  justify-content: space-between;
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  display: block;
}

.navegation.active {
  display: flex;
}

.mainbody {
  width: 98%;
  height: calc( 100vh - 80px );
}

.mainbody .title {
  margin: 30px auto;
  width: 100%;
  /* position: relative; */
  display: flex;
  flex-direction: column;
}

 /* .box {
 margin: 30px auto;
} */

/* .title01 {
  display: block;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
} */

.title {
  margin: 30px auto;
}

.wrapper {
  /* position: absolute;    */
  margin: 30px auto;
  width: 100%;
}

.table {
  font-size: 12px;
  width: 100%;
}

.row {
position: relative;
display: block;
background-color: rgb(3, 58, 80);
background-color: transparent;
}

.header-row {
display: none;
}

.cell {
display: block;
position: relative;
height: 40px;
line-height: 20px;
text-align: left;
padding-left: 10px;
border: none;
}

.row:first-child {
display: none;
}

.primary:after {
content: "";
display: block;
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right: 12px solid #ccc;
}

.cell:nth-of-type(n+2) {
display: none;
}

input[type="radio"],
input[type="checkbox"] {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
}

input[type="radio"]:checked ~ .cell,
input[type="checkbox"]:checked ~ .cell {
background-color: rgb(35, 131, 159);
display: block;
}

.row:last-child {
display: block;
}

input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
background-color: rgb(35, 131, 159);
}

input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
content: attr(data-label);
display: inline-block;
width: 140px;
height: 30px;
background-color: rgb(35, 131, 159);
margin-right: 100px;
font-size: 12px;
line-height: 20px;
text-align: left;
color: #fff;
}

input[type="radio"]:checked ~ .primary,
input[type="checkbox"]:checked ~ .primary  {
}

input[type="radio"]:checked ~ .primary:after,
input[type="checkbox"]:checked ~ .primary:after {
position: absolute;
right:8px;
top:12px;
border-right: 10px solid transparent;
border-left: 10px solid transparent; 
border-top:10px solid #fff;
z-index: 2;
}
.row:nth-child(2):hover{
background-color: #fff;
}
.row:nth-child(3):hover{
background-color: #fff;
}
.row:nth-child(4):hover{
background-color: #fff;
}
.row:nth-child(5):hover{
background-color: #fff;
}
.row:nth-child(6):hover{
background-color: #fff;
}
.row:nth-child(7):hover{
background-color: #fff;
}

.experiment {
  display: block;
  /* width: 100%; */
}

.experiment-discribe {
  width: 100%;
}

.standard {
  display: block;
  width: 100%;
}

#id03 {
  width: 100%;
  height: 100%;
  /* display: none; */
}

.content {
  width: 98%;
  height: 100%;
}

.container select {
  width: 95%;
  margin-bottom: 5%;
}

.detail-list input {
  width: 95%;
}

.last-box {
  margin-top: 4px;
}

.last-box button {
  width: 50%;
}
  
.detail-list .close-container {
  width: 30%;
  margin-right: 0;
  display: block;
}

.detail-list .full-detail {
  margin-left: 14px;
  display: inline-block;
  margin-top: 30px;
  height: 4px;
  padding-right: 1rem;
}



}