/* general */

body {
  background-image: url("../img/background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.me-6 {
  margin-right: 6rem !important;
}

header {
  text-align: center;
  padding: 60px 0 60px 0;
}

header img {
  width: 300px;
}

h3,
p,
.form-check-label {
  font-size: 2.2rem;
}

.buttons-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  padding: 20px 0;
  text-align: center;
}

.my-btn {
  font-size: 2rem;
  padding: 5px 80px;
  border-radius: 16px;
  border-width: 4px;
  border-style: solid;
  font-weight: bold;
  width: 430px;
}

.my-btn-primary {
  background-color: #c8cde6;
  color: #142e57;
  border-color: #142e57;
}

.my-btn-cancel {
  background-color: #142e57;
  color: #c8cde6;
  border-color: #c8cde6;
}

section {
  color: white;
}

input[type="radio"] {
  width: 30px;
  height: 30px;
}

.my-form-checks .form-check {
  display: flex;
  align-items: baseline;
}

.form-check-label {
  margin-left: 10px;
}

.my-form-check-input-inline {
  margin-top: 14px;
}

/* start */

#start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.start-logo {
  margin-bottom: 20px;
}

.start-logo img {
  width: 400px;
}

/* screen-1 */

.radio-img-pet {
  width: 40px;
}

/* screen-4 */

.blue-box {
  background-color: #0054a3;
  border-radius: 16px;
  padding: 40px 20px 30px 20px;
  text-align: center;
}

/*  screen-5 */

.perro-lado-marca,
.gato-lado-marca {
  height: 180px;
}

/* results */

#results {
  padding-bottom: 120px;
}

.my-small-text {
  font-size: 1.4rem;
}

.img-resultado {
  height: 280px;
}
