
body {
  font-family: 'Poppins';
  font-weight: bold;
}

.h-5 {
  height: 5vh;
}

.h-10 {
  height: 10vh;
}

.h-15 {
  height: 15vh;
}

.h-20 {
  height: 20vh;
}

.h-25 {
  height: 25vh;
}

.h-30 {
  height: 30vh;
}

.h-35 {
  height: 35vh;
}

.h-40 {
  height: 40vh;
}

.h-45 {
  height: 45vh;
}

.h-50 {
  height: 50vh;
}

.h-55 {
  height: 55vh;
}

.h-60 {
  height: 60vh;
}

.h-65 {
  height: 65vh;
}

.h-70 {
  height: 70vh;
}

.h-75 {
  height: 75vh;
}

.h-80 {
  height: 80vh;
}

.h-85 {
  height: 85vh;
}

.h-90 {
  height: 90vh;
}

.h-95 {
  height: 95vh;
}

.h-100 {
  height: 100vh;
}

.w-5 {
  width: 5vw;
}

.w-10 {
  width: 10vw;
}

.w-15 {
  width: 15vw;
}

.w-20 {
  width: 20vw;
}

.w-25 {
  width: 25vw;
}

.w-30 {
  width: 30vw;
}

.w-35 {
  width: 35vw;
}

.w-40 {
  width: 40vw;
}

.w-45 {
  width: 45vw;
}

.w-50 {
  width: 50vw;
}

.w-55 {
  width: 55vw;
}

.w-60 {
  width: 60vw;
}

.w-65 {
  width: 65vw;
}

.w-70 {
  width: 70vw;
}

.w-75 {
  width: 75vw;
}

.w-80 {
  width: 80vw;
}

.w-85 {
  width: 85vw;
}

.w-90 {
  width: 90vw;
}

.w-95 {
  width: 95vw;
}

.w-100 {
  width: 100vw;
}

.section-container {
  border: solid #06305F 1px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative; /* Agregamos posición relativa para posicionar el título */
}

.section-title {
  position: absolute;
  top: -10px; /* Ajusta la posición vertical del título según sea necesario */
  left: 10px; /* Ajusta la posición horizontal del título según sea necesario */
  background-color: #06305F; /* Ajusta el color de fondo según tus preferencias */
  padding: 0 5px; /* Ajusta el relleno del título según tus preferencias */
  color: #f2f2f2;
}

/* Estilo adicional para los inputs dentro del formulario */
.section-container input {
  margin-bottom: 5px;
}

.section-container label {
  margin-bottom: 5px;
}

.row-form{
  margin-bottom:10px;
}
