* {
  margin: 0;
  padding: 0;
  border: 0;
}

.img-header {
  background-color: #39424e;
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

#background-loader {
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 300;
  position: absolute;
}

#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  top: 40%;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  z-index: 9999; /* Garante que o loader esteja acima de tudo */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*html {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow-x: hidden;*/
/*}*/

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 15px;
  width: auto;
  background-color: #f2f4f4 !important;
}

.container-table {
  background-color: #f2f4f4;
  width: 85%;
   margin: auto;
}

.container-table .table {
  background-color: #f2f4f4;
  width: 90%;
  margin: auto;
}

.second-table {
  position: relative;
  background-color: #f2f4f4;
  /* margin-top: 44px; */
  margin-top: 7rem;
}

.table-overlay {
  position: relative;
  z-index: 2;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
  background-color: #fff;
}

.table-overlay th {
  height: 50px;
  border-radius: 0;
}

.table-overlay th,
.table-overlay td {
  border: none;
}

.table-overlay tbody tr:nth-child(even) {
  background-color: #ffffff;
  border: 1px solid #000;
}

.table-overlay tbody tr:nth-child(odd) {
  background-color: #ffffff;
  border: 1px solid #000;
}

.second-table .table-overlay th {
  background-color: #00c7ba;
  text-align: center;
  color: #ffff;
  padding: 2px;
}

.second-table .table-overlay td {
  text-align: center;
  color: #000;
  font-weight: bolder;
  line-height: 20px;
  background: unset;
  padding: 2px;
  border-radius: 0;
}

.varejo {
  width: 40%;
  border: none;
  font-size: 30px;
  text-shadow: 1px 1px 1px black;
}

.rectangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 404px;
  height: 655px;
  background-color: darkorange;
  z-index: 1;
  border-radius: 3000px 0px 0px 4500px;
}

.titles {
  width: 85%;
  margin: auto;
}

.titles > h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: -0.2rem 0 1.68rem 0;
  font-family: "Lilita One", sans-serif;
  color: #000;
  text-shadow: 2px 2px 1px #fff;
}

.titles > h5 {
  font-size: 2.14rem;
  line-height: 110%;
  margin: -2.906667rem 0 0.656rem 0;
  font-family: "Lilita One", sans-serif;
  color: #00c7ba;
}

.titles > p {
  color: #000;
  font-weight: 900;
  font-size: large;
}

.table-one {
  width: 90%;
  margin: auto;
  background-color: #f2f4f4;
  border: 1px solid black;
}

.rodape-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 20px;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
  color: #000;
  font-weight: bold;
  width: 80%;
  margin: auto;
  /* margin-bottom: 2.3rem; */
}

.rodape-table > .span-right {
  font-family: "Lilita One", sans-serif;
  color: #000;
  font-size: 20px;
}

.rodape-table-second {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  flex-wrap: wrap;
  display: none;
}

.items-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.linkpet {
  background: #00c7ba;
  color: #ffffff;
  text-align: center;
  padding: 10px; 
}

.items-left p {
  color: #3ea469;
  font-weight: bolder;
  font-size: 21px;
  line-height: 22px;
  text-shadow: 1px 1px 1px #000000;
}

.items-left ul {
  color: #000;
  font-weight: bold;
  margin-left: 10px;
  line-height: 21px;
  text-shadow: 1px 1px 1px #222222;
}

.aviso p {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.items-right h6 {
  background-color: #4fab4f;
  padding: 11px;
  height: 60px;
  border-radius: 16px;
  text-align: right;
  width: 256px;
  color: #ffffff;
  font-weight: bolder;
}

.rectangle-second {
  width: 76px;
  height: 74px;
  background-color: #4fab4f;
  border-radius: 50%;
  border: #ffffff 1px solid;
}

.rectangle-second img {
  padding: 5px;
  margin-left: 5px;
  margin-top: 3px;
}

tr > th {
  padding: 1px 5px;
  border: 1px solid #726f6f;
}
tr > td {
  padding: 2px 1px;
  border: 1px solid #726f6f;
}

tr > .leve,
.tranquilo,
.ideal,
.essencial,
.completo,
.carencia {
  width: 30px;
  text-align: center;
  border-radius: 0;
  /*font-size: 15px;*/
  font-weight: bolder;
  line-height: 20px;
  letter-spacing: 2px;
}

th.coberturas,
th.leve,
th.tranquilo,
th.ideal,
th.essencial,
th.completo,
th.carencia {
  font-family: "patua one", sans-serif;
  font-size: 20px;
  text-shadow: 1px 1px 1px #222222;
}

th {
  background-color: #65058b;
  color: white;
}

td {
  color: #666;
}

th.coberturas {
  letter-spacing: 2px;
}

.coberturas {
  width: 30%;
  text-align: center;
}

td.coberturas {
  text-align: start;
  font-weight: bold;
  font-size: 15px;
  padding: 1px 1px 1px 6px;
}

.img-header {
  background-color: #39424e;
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-bottom: -20px;
}

.logo-pet {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: end;
  margin-right: 20px;
}

.third-container-layout {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f2f4f4;
}

.rectangle-top {
  position: absolute;
  top: 4px;
  left: 30%;
  width: 488px;
  height: 265px;
  background-color: #65058b;
  z-index: 1;
  border-radius: 10px 10px 1000px 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rectangle-top h3 {
  color: #ffffff;
  word-wrap: break-word;
  font-family: "Lilita One", sans-serif;
  font-size: 2.92rem;
  line-height: 110%;
  margin: 0.946667rem 0px 9.168rem 0;
  text-shadow: 1px 1px 1px #000000;
}

.rectangle-bottom {
  position: absolute;
  bottom: 4px;
  right: 33.5%;
  width: 488px;
  height: 265px;
  background-color: #65058b;
  z-index: 0;
  border-radius: 1000px 1000px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rectangle-bottom p {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 12.093333rem 0 0.656rem 0;
  font-family: "Lilita One", sans-serif;
  color: #ffa500;
}

.layout-titles {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.layout-titles h3 {
  font-family: "caprasimo", sans-serif;
  color: #00c7ba;
  font-size: 40px;
}

.title-right-side p {
  color: #00c7ba;
  font-weight: bold;
}

.layout-titles-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.layout-titles-bottom h3 {
  font-family: "caprasimo", sans-serif;
  color: #00c7ba;
  font-size: 40px;
}

.title-right-side-bottom {
  margin-top: 23px;
  margin-right: 118px;
}

.title-left-side-bottom {
  margin-bottom: 60px;
  margin-left: 97px;
}

.title-left-side-bottom p {
  color: #00c7ba;
  line-height: 20px;
}

.title-right-side-bottom .list-right-side-bottom ul > li {
  color: #00c7ba;
  line-height: 20px;
}

.anual, .mensal span, p {
    color: #00c7ba;
}

.form-container h5 {
    padding-left: 0 !important;
}

.destaque-green {
  color: #4fab4f;
}

.middle-div {
  display: flex;
  justify-content: space-between;
  background-color: orange;
  width: 100%;
  height: 163px;
  margin-top: 0%;
  padding: 20px;
  box-sizing: border-box;
}

.middle-div .list-right ul > li {
  color: #00c7ba;
  list-style-type: disc;
  margin-right: 100px;
  margin-top: 6px;
  line-height: 20px;
  font-weight: bolder;
  font-size: 20px;
  padding-left: 15px;
}

.middle-div .list-left ul > li {
  color: #00c7ba;
  list-style-type: disc;
  margin-left: 50px;
  margin-top: 6px;
  line-height: 20px;
  font-weight: bolder;
  font-size: 20px;
  padding-left: 15px;
}
.middle-div .list-left span {
  display: block;
  margin-top: 30px;
  margin-left: 32px;
  color: #00c7ba;
  line-height: 20px;
  font-weight: bolder;
  font-size: 15px;
}

.middle-round-div {
  position: absolute;
  top: 320px;
  left: 649px;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 380px;
  background-color: #e3e0e0;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 1px 1px 5px 0px #222222;
  border: 7px solid #ffffff;
}

.middle-round-div img {
  margin-left: 15%;
  margin-top: 16%;
}

#mensalidades-planos {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  gap: 20px;
  margin: 2rem auto;
}

.mensalidade-card {
  width: 200px;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  border: 1px solid #000;
}

.mensalidade-span-title {
  font-size: 21px;
  color: #00c7ba;
  font-family: "Lilita One", sans-serif;
  font-weight: 500 !important;
}

.mensalidade-span-value {
  font-size: 31px;
  color: #000;
  font-family: "Lilita One", sans-serif;
  letter-spacing: 1px;
}

.container-payment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: auto;
  gap: 30px;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.payment-card {
  display: flex;
  flex-direction: column;
  font-family: "caprasimo", sans-serif;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 10px;
  width: 400px;
  height: 500px;
  padding: 20px;
  gap: 20px;
}

.payment-card h3 {
  font-family: "caprasimo", sans-serif;
  color: #00c7ba;
  font-size: 40px;
  text-decoration: underline;
}

.list-payment ul {
    list-style-type: disc !important;
    font-size: 17px;
    color: #00c7ba;
}


select {
  position: relative !important;
  cursor: pointer !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #9e9e9e !important;
  outline: none !important;
  height: 3rem !important;
  line-height: 3rem !important;
  width: 100% !important;
  font-size: 16px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  display: block !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  z-index: 1 !important;
}

.select-dropdown, .caret {
  display: none !important;
}


/* Estilos padrão para telas pequenas (celulares) */
@media only screen and (max-width: 767px) {
  .third-container-layout {
    position: relative;
    width: auto;
    height: auto;
  }

  .titles-left-last-page h2 {
    font-size: 28px;
  }

  .titles-left-last-page h4 {
    font-size: 22px;
  }

  .middle-div .list-left span {
    display: block;
    font-size: 13px;
  }

  .list-left {
    position: relative;
    right: 36px;
  }

  .list-right {
    position: relative;
    left: 78px;
  }

  .title-right-side-bottom .list-right-side-bottom ul > li {
    padding-left: 0;
    line-height: 20px;
  }

  .layout-titles-bottom h3 {
    margin-top: 0;
    font-size: 40px;
  }

  .rectangle-bottom p {
    margin: 8.093333rem 0 0.656rem 0;
  }

  .rectangle-second {
    bottom: 66px;
    right: 278px;
  }

  .titles  h1 {
    font-size: 36px !important;
  }
  .titles  h5 {
    font-size: 26px !important;
  }
  .titles  p {
    font-size: 16px !important;
  }

  .rectangle {
    height: 868px;
  }
  .rectangle-bottom {
    position: absolute;
    top: 368px;
    right: 232px;
    width: 324px;
    height: 185px;
  }

  .middle-round-div {
    position: absolute;
    top: 295px;
    left: 373px;
    transform: translate(-50%, -50%);
    width: 265px;
    height: 265px;
  }

  .middle-round-div img {
    margin-left: 23px;
    margin-top: 43px;
    width: 196px;
    height: 145px;
  }

  .rectangle-top {
    position: absolute;
    top: 4px;
    left: 208px;
    width: 324px;
    height: 194px;
  }

  .rectangle-top h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 2.946667rem 0px 9.168rem 0;
  }

  .middle-div {
    width: 100%;
    height: 149px;
    bottom: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }

  .title-right-side {
    margin-top: 93px;
    margin-right: 15px;
  }

  .title-left-side-bottom {
    margin-bottom: 60px;
    margin-left: 36px;
  }

  .title-right-side-bottom {
    margin-top: 23px;
    margin-right: 24px;
  }

  .layout-titles h3 {
    margin-top: 19%;
    margin-left: 46px;
    font-size: 40px;
  }

  .titles-left-last-page h2 {
    font-size: 44px !important;
  }

  .titles-left-last-page h4 {
    font-size: 28px !important;
  }

  .big-rectangle-img-dog img {
    width: 340px !important;
    height: 340px !important;
  }

  .littler-rectangle-img-microchip {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 230px;
  }

  .littler-rectangle-img-microchip img {
    width: 100px;
    height: 100px;

  }

  .last-page .paragraph-left-bottom p {
    position: relative;
    bottom: 117px;
  }

  .last-right {
    position: relative;
    bottom: 47px;
    line-height: 31px;
    font-size: 14px;
    right: 40px;
    text-align: center;
  }

  .title-warning-right {
    position: relative;
    bottom: 38px;
    font-size: 15px;
    line-height: 22px;
  }

  .card-plan {
    height: 500px !important;
  }
}

/*Estilos específicos para ipad air*/
@media only screen and (width: 820px) and (height: 1180px) {
  .rectangle-second {
    top: 786px;
  }

  .list-right {
    position: absolute;
    left: 571px;
    top: 142px;
  }

  .middle-div .list-left span {
    font-size: 13px;
    margin-top: 30px;
    margin-left: 5px;
  }

  .middle-round-div img {
    margin-left: 3%;
    margin-top: 19%;
    width: 209px;
    height: 149px;
  }

}

/* Estilos para tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .third-container-layout {
    height: auto;
  }

  .last-page .title-warning-right {
    position: relative;
    bottom: 75px;
    font-size: 15px;
  }

  .last-page .paragraph-left-bottom p {
    position: relative;
    bottom: 64px;
  }

  .last-page .images-rectangle {
    bottom: 778px;
  }

  .titles-left-last-page h2 {
    font-size: 44px;
  }

  .titles-left-last-page h4 {
    font-size: 28px;
  }

  .last-right {
    position: relative;
    bottom: 84px;
    line-height: 28px;
    font-size: 18px;
  }

  .middle-div .list-left span {
    font-size: 13px;
  }

  .list-left {
    position: relative;
    right: 32px;
  }

  .list-right {
    position: relative;
    left: 75px;
  }

  .rectangle {
    height: 80%;
  }

  .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .rectangle-bottom,
  .rectangle-top {
    position: absolute;
    width: 36%;
    height: auto;
    /*background-color: #65058b;*/
    /*z-index: 0;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
  }

  .rectangle-bottom {
    top: 65%;
    right: 31.5%;
    border-radius: 1000px 1000px 10px 10px;
    height: 163px;
  }

  .rectangle-second {
    position: absolute;
    bottom: 66px;
    right: 278px;
    width: 76px;
    height: 74px;
    /*background-color: green;*/
    /*z-index: 2;*/
    /*border-radius: 50%;*/
    /*border: #FFFFFF 1px solid;*/
  }

  .rectangle-bottom p {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 8.093333rem 0 0.656rem 0;
    /*font-family: "Lilita One", sans-serif;*/
    /*color: #FFA500;*/
  }

  .rectangle-top {
    top: 0%;
    left: 32%;
    border-radius: 10px 10px 1000px 1000px;
    height: 142px;
  }

  .rectangle-top h3 {
    color: #ffffff;
    word-wrap: break-word;
    /*font-family: "Lilita One", sans-serif;*/
    font-size: 2.92rem;
    line-height: 110%;
    margin: 4.946667rem 0px 9.168rem 0;
    text-shadow: 1px 1px 1px #000000;
  }

  .middle-round-div {
    position: absolute;
    top: 48%;
    left: 49.5%;
    transform: translate(-50%, -50%);
    width: 258px;
    height: 54%;
    /*background-color: #e3e0e0;*/
    /*border-radius: 50%;*/
    /*z-index: 1;*/
    /*box-shadow: 1px 1px 5px 0px #222222;*/
    /*border: 7px solid #FFFFFF;*/
  }

  .middle-round-div img {
    margin-left: 19px;
    margin-top: 19%;
    width: 198px;
    height: 139px;
  }

  .middle-div {
    display: flex;
    background-color: orange;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .title-right-side {
    margin-top: 5%;
    font-size: small;
    margin-right: 2%;
  }

  .title-left-side-bottom {
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .title-right-side-bottom {
    margin-top: 2%;
    margin-right: 2%;
    font-size: small;
  }

  .layout-titles h3 {
    margin-top: 9%;
    margin-left: 5%;
    /*font-family: "Lilita One", sans-serif;*/
    /*color: #65058b;*/
    /*font-size: 40px;*/
  }

  
}

/* Estilos para laptops e desktops */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .third-container-layout {
    height: auto;
  }

  .title-right-side-bottom .list-right-side-bottom ul > li {
    font-size: larger;
  }

  .rectangle-bottom,
  .rectangle-top {
    position: absolute;
    width: 31%;
    height: auto;
    background-color: #65058b;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .rectangle-bottom {
    top: 61%;
    right: 36%;
    border-radius: 1000px 1000px 10px 10px;
    height: 204px;
  }

  .rectangle-second {
    position: absolute;
    bottom: 60px;
    right: 307px;
    width: 76px;
    height: 74px;
    /*background-color: green;*/
    z-index: 2;
    border-radius: 50%;
    border: #ffffff 1px solid;
  }

  .rectangle-bottom p {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 8.093333rem 0 0.656rem 0;
    /*font-family: "Lilita One", sans-serif;*/
    color: #ffa500;
  }

  .rectangle-top {
    top: 0.2%;
    left: 33.2%;
    border-radius: 10px 10px 1000px 1000px;
    height: 193px;
  }

  .rectangle-top h3 {
    color: #ffffff;
    word-wrap: break-word;
    /*font-family: "Lilita One", sans-serif;*/
    font-size: 2.92rem;
    line-height: 110%;
    margin: 2.946667rem 0px 9.168rem 0;
    text-shadow: 1px 1px 1px #000000;
  }

  .middle-round-div {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 306px;
    height: 56%;
  }

  .middle-round-div img {
    margin-left: 36px;
    margin-top: 19%;
    width: 210px;
    height: 149px;
  }

  .middle-div {
    width: 100%;
    height: auto;
    position: relative;
    top: 16px;
  }

  .title-right-side {
    margin-top: 5%;
    font-size: small;
    margin-right: 59px;
  }

  .title-right-side p {
    font-size: larger;
  }

  .title-left-side-bottom {
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .title-right-side-bottom {
    margin-top: 2%;
    margin-right: 97px;
    font-size: small;
  }

  .layout-titles h3 {
    margin-top: 7%;
    margin-left: 5%;
    /*font-family: "Lilita One", sans-serif;*/
    color: #65058b;
    font-size: 40px;
  }

  .list-right {
    position: relative;
    left: 50px;
  }
}

/* Estilos para telas maiores, como TVs */
@media only screen and (min-width: 1441px) {
  .third-container-layout {
    height: auto;
  }

  .list-right {
    position: relative;
    right: 64px;
  }

  .list-left {
    position: relative;
    left: 46px;
  }

  .rectangle-bottom,
  .rectangle-top {
    position: absolute;
    width: 28%;
    height: auto;
    background-color: #65058b;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .rectangle-bottom {
    top: 66%;
    right: 37.8%;
    border-radius: 1000px 1000px 10px 10px;
    height: 200px;
  }

  .rectangle-bottom p {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 8.093333rem 0 0.656rem 0;
    /*font-family: "Lilita One", sans-serif;*/
    color: #ffa500;
  }

  .rectangle-top {
    top: 0%;
    left: 34%;
    border-radius: 10px 10px 1000px 1000px;
    height: 201px;
  }

  .rectangle-top h3 {
    color: #ffffff;
    word-wrap: break-word;
    /*font-family: "Lilita One", sans-serif;*/
    font-size: 2.92rem;
    line-height: 110%;
    margin: 2.946667rem 0px 9.168rem 0;
    text-shadow: 1px 1px 1px #000000;
  }

  .rectangle-second {
    position: absolute;
    bottom: 58px;
    right: 317px;
    width: 76px;
    height: 74px;
    background-color: #4fab4f;
    z-index: 2;
    border-radius: 50%;
    border: #ffffff 1px solid;
  }
  .middle-round-div {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 26%;
    height: 63%;
  }

  .middle-round-div img {
    margin-left: 18%;
    margin-top: 16%;
    width: 240px;
    height: 175px;
  }

  .middle-div {
    display: flex;
    background-color: orange;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .title-right-side {
    margin-top: 5%;
    margin-right: 109px;
    font-size: larger;
  }

  .title-left-side-bottom {
    margin-bottom: 3%;
    margin-left: 8%;
    font-size: larger;
  }

  .title-right-side-bottom {
    margin-top: 2%;
    margin-right: 138px;
    font-size: larger;
  }

  .layout-titles h3 {
    margin-top: 6%;
    margin-left: 100px;
    /*font-family: "Lilita One", sans-serif;*/
    color: #65058b;
    font-size: 41px;
  }
}

.last-page {
  width: 85%;
  margin: auto;
  height: 709px;
  background-color: #f2f4f4;
}

.titles-left-last-page {
  font-family: "caprasimo", sans-serif;
}

.titles-left-last-page h2 {
  color: #000;
  font-size: 50px;
}

.titles-left-last-page h4 {
  color: #00c7ba;
  font-size: xx-large;
}

.larger-left-rectangle {
  position: absolute;
  background-color: #f7d7b1;
  width: 333px;
  height: 607px;
  border-radius: 0 424px 424px 0;
  top: 72px;
}

.smaller-left-rectangle {
  position: absolute;
  background-color: #eab97e;
  width: 307px;
  height: 555px;
  border-radius: 0 410px 410px 0;
  box-shadow: 0 0 13px 4px #afa3a3;
  top: 101px;
}

.last-page {
  margin-top: 5rem !important;
}

.last-page .images-rectangle {
  position: absolute;
  left: 94px;
}

.big-rectangle-img-dog img {
  border-radius: 50%;
  width: 430px;
  height: 430px;
}

.images-chipagem {
  position: relative;
}

.littler-rectangle-img-microchip {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 230px;
}

.littler-rectangle-img-microchip img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.list-right-last-page {
  display: flex;
  color: #00c7ba;
  font-size: 20px;
  font-weight: bolder;
  line-height: 44px;
  flex-direction: column;
}

/* .last-page .list-right-last-page img {
  margin-right: 10px;
} */

.title-warning-right {
  color: #00c7ba;
}

.title-warning-right h4 {
  font-family: "caprasimo", sans-serif;
}

.paragraph-left-bottom {

  font-weight: bolder;
}

.form-container {
  background-color: #f2f4f4;
  padding: 0 90px 0 90px;
}

.form-container h5 {
  text-decoration: underline;
  font-weight: 800;
  padding-left: 10px;
}

.button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
button.finbyz-button {
  /*color:  #00c7BA;*/
  text-decoration: none;
  background-color: #f2f4f4;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 144px;
  font-weight: 700;
  padding: 14px 0;
  border: 3px solid #00c7ba;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
button.finbyz-button:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  /*background-color: #00c7BA;*/
  z-index: -1;
}
button.finbyz-button:hover,
button.finbyz-button:focus {
  color: #fff;
}
button.finbyz-button:hover:before,
button.finbyz-button:focus:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

#cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.card-plan {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 20px;
  background-color: white;
  width: 420px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.title-plan {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: "Lilita One", sans-serif;
  text-decoration: underline;
  color: #00c7ba;
  font-weight: 500 !important;
}
.coverage {
  margin-left: 13px;
}

.coverage li {
  list-style-type: disc !important;
  font-weight: 500;
}

.checkmark {
  color: green !important;
}

.carencia {
  width: 100%;
  font-size: 18px;
  font-family: "Lilita One", sans-serif;
  font-weight: 500 !important;
  color: #00c7ba;
}

.mensagem-sucesso {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%;
  text-align: center;
}

.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #1b5f70;
  border-radius: 120px;
  box-sizing: border-box;
}

.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  /*background: #f2f4f4;*/
  background: #ffffff;
  transform-origin: center;
  z-index: 0;
}

.e-loadholder:after {
  width: 100px;
  height: 105%;
  -webkit-animation: outerRotate2 30s infinite linear;
  -moz-animation: outerRotate2 30s infinite linear;
  -o-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}

.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #2a93ae;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}

.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  /*background: #f2f4f4;*/
  background: #ffffff;
  transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  -moz-animation: outerRotate1 15s infinite linear;
  -o-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}

.e-loadholder .m-loader .e-text {
  font-size: 14px;
  /*font-size: 1.1rem;*/
  line-height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  -moz-animation: textColour 1s alternate linear infinite;
  -o-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #3bb2d0;
  border-radius: 70px;
  box-sizing: border-box;
  z-index: 20;
}

.e-loadholder .m-loader .e-text:before,
.e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  /*background: #f2f4f4;*/
  background: #ffffff;
  transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  -moz-animation: outerRotate2 3.5s infinite linear;
  -o-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}

.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 40%;
  -webkit-animation: outerRotate1 8s infinite linear;
  -moz-animation: outerRotate1 8s infinite linear;
  -o-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  height: 50%;
  opacity: 0.1;
}

#particleCanvas-Blue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 300px;
  height: 300px;
}

/****Animação do loader**/

@-webkit-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3bb2d0;
  }
}
@-moz-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3bb2d0;
  }
}
@-o-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3bb2d0;
  }
}
@keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3bb2d0;
  }
}
