@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

header {
  background-color: #024e4f;
  width: 100%;
  padding: 15px;
}

header .lg {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  display: flex;
  gap: 5px;
  border-left: 3px solid white;
  border-right: 3px solid #00bf63;
  padding-right: 10px;
  padding-left: 10px;
  width: fit-content;
}

header .lg p {
  margin: 0px;
  padding: 0px;
}

header .lg .d {
  color: #00bf63;
}

.xinder {
  max-width: 1100px;
  width: 93%;
  margin: auto;
}

.formulario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 100px;
}

.formulario h1 {
  color: #024e4f;
  gap: 10px;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}

.formulario h1 .estado {
  color: #00bf63;
}

.formulario .texto {
  font-size: 17px;
}

.ximput label {
  font-size: 15px;
  font-weight: 500;
}

.ximput select {
  margin-top: 5px;
  outline: none;
  width: 100%;
  height: 55px;
  text-indent: 10px;
  font-size: 16px;
}

.continuar {
  width: 100%;
  height: 55px;
  margin-top: 30px;
  border: none;
  background-color: #004f50;
  color: white;
  font-size: 19px;
  cursor: pointer;
}

.tarjetas svg {
  width: 60px;
  color: #00bf63;
}

.tarjetas .tarjeta p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.tarjetas .tarjeta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 20px;
}

.tarjetas {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 50px;
}

.xinder-1 {
  color: white;
  background-color: #024e4f;
  padding: 45px;
  text-align: center;
  margin-top: 60px;
}

.xinder-1 h2 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
}

.xinder-1 p {
  font-size: 20px;
}

.xinder-2 {
  margin-top: 50px;
}

.linea {
  border-bottom: 1px solid #3b3b3b4a;
  padding-bottom: 10px;
  color: #004f50;
  font-size: 22px;
}

footer {
  text-align: center;
  background-color: #024e4f;
  color: white;
  font-size: 13px;
  padding: 20px;
  margin-top: 100px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #71717a;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e4e4e7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%2371717a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.2rem;
}

@media (max-width: 800px) {
  .formulario {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 20px;
  }

  .formulario h1 {
    font-size: 35px;
  }

  .formulario .texto {
    font-size: 16px;
  }
  .tarjetas {
    grid-template-columns: 1fr;
  }

  .xinder-1 h2 {
    font-size: 25px;
  }

  .xinder-1 p {
    font-size: 17px;
  }

  .tarjetas .tarjeta p {
    font-size: 17px;
  }

  .tarjetas .tarjeta {
      padding: 10px;
    }
}
