.my-body {
  background-color: #f2f2f4;
}

*/ .container {
  margin: 1rem;
}

*/ .my-container {
  /* max-width: 1320px; */
}

.content-navbar {
  background-color: black;
  width: 100%;
}

.sub-navbar {

  display: flex;
  justify-content: space-between;
}

.sub-navbar-into {
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.sub-navbar-img {
  align-self: center;
  padding-right: 1.1rem;
}

.sub-navbar p {
  color: white;
  font-size: 0.75em;
}

.sub-navbar img {
  float: right;
}

.sub-navbar span {
  color: white;
  font-size: 1.1em;
}

.title-warranty {
  /*    width: 90%;   */
  margin: 1rem;
  text-align: center;
}

.title-warranty p {
  color: black;
  font-size: 0.9em;
}

.title-warranty span {
  color: black;
  font-size: 1.2em;
  font-weight: bold;
}

fieldset {
  margin: 1rem !important;
}

fieldset select {
  border: none;
  width: -webkit-fill-available;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
}

fieldset input {
  border: none;
  width: -webkit-fill-available;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  background-color: transparent;
}

fieldset input:hover {
  border: none;
  outline: none;
}

fieldset legend {
  margin-bottom: 0rem !important;
  font-size: 1em;
  margin-left: 0.5rem;
}

.data-form {
  /* display: flex; */
  justify-content: space-between;
}

.container-data {
  /*    width: 90%;   */
  margin: 1rem;
  justify-content: flex-start;
  display: flex;
}

.alc {
  align-self: center;
}

.als-m5 {
  align-self: start;
  margin: 0.5rem;
}

.captcha {
  text-align: -webkit-center;
}

.div-register {
  /*    width: 90%;       */
  margin: 1rem;
  text-align: center;

}

.div-register input {
  width: 100%;
  background-color: black;
  color: white;
  border-radius: 10px;
  padding: 0.5rem;
}

.list-footer {
  display: none;
}

.confirm-warraty {
  background-image: url(../assets/img-garantia-mobile.jpg );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  padding: 5% 10% 5% 10%;
}

.card-confirm {
  background-color: white;
  /* width: 84%; */
  /* height: 80%; */
  border-radius: 8px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.div-conf {
  margin: 1rem;
  justify-content: flex-start;
  display: flex;
}

.fs-8 {
  font-size: 0.8em;
}

.data-confirm {
  background-color: #f2f2f4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.div-data-contact {
  background-color: #f9f9f9;
  text-align: center;
  padding: 1rem;
  color: black;
}

.div-data-notify {
  padding: 1rem;
  display: flex;
  align-items: center;

}

.card-confirm {
  background-color: white;
}

.card-confirm-c {
  width: auto;
  margin: 1rem;
  background-color: white;
  text-align: left;
  padding: 1rem;
}

.fs-11 {
  font-size: 1.1em;
}

.fs-10 {
  font-size: 1.0em;
}

.fs-9 {
  font-size: 0.9em;
}

.ml-5 {
  margin-left: 0.5rem;
}

.mr-5 {
  margin-right: 0.5rem;
}

.mb-7 {
  margin-bottom: 0.7rem;
}

.mxw-11 {
  max-width: 1140px;
  margin: 0 auto;
}

.is-invalid {
  border-bottom: red 1px solid;
}

.term-frav {
  margin: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .confirm-warraty {
    background-image: url(../assets/img-garantia-mobile.jpg );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    width: 100%;
    padding: 8% 15% 8% 15%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .data-form {
    display: flex;
  }

  .data-form fieldset {
    width: 100%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .list-footer {
    display: block;
  }

  .confirm-warraty {
    background-image: url(../assets/img-garantia-mobile.jpg );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    width: 100%;
    padding: 10% 20% 10% 20%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .confirm-warraty {
    background-image: url(../assets/img-garantia-mobile.jpg );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    width: 100%;
    padding: 10% 30% 10% 30%;
  }
}