.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Exo 2", sans-serif;
}

body.marginApp {
  margin: 70px 0 90px;
  padding: 0;
}
body.overlayed {
  position: relative;
  overflow: hidden;
}

::-webkit-scrollbar {
  display: none;
}

p {
  font-family: "Exo 2", sans-serif;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*---- TITLES -----*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2", sans-serif;
  margin: 0;
}

.font-weightA {
  font-weight: 600;
}

/*----- Position Text ------*/
.atl {
  text-align: left;
}

.atc {
  text-align: center;
}

.atr {
  text-align: right;
}

/*-----Positon cenrer-----*/
.pc {
  margin: 0 auto;
  display: block;
}

/*---- LAYOUT -----*/
.page {
  color: #fff;
}

.hide {
  display: none !important;
}

.page {
  min-height: 100vh;
}

.paddingSection-app {
  padding: 0 6vw;
}
@media (min-width: 481px) and (max-width: 720px) {
  .paddingSection-app {
    padding: 0 10%;
  }
}
@media (min-width: 721px) and (max-width: 1022px) {
  .paddingSection-app {
    padding: 0 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .paddingSection-app {
    padding: 0 22%;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .paddingSection-app {
    padding: 0 25%;
  }
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
  display: block;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
  display: block;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
  display: block;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.cta-fixed {
  position: fixed;
  padding: 0rem 0 1rem;
  z-index: 50;
  bottom: 0;
  width: 100%;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 101;
  padding: 0.5rem;
}

.gradient-overlay {
  position: fixed;
  height: 6rem;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95) 100%);
  bottom: 0;
  z-index: 40;
  pointer-events: none;
}

.splash {
  margin-top: 15vh;
}
.splash img {
  max-width: 600px;
  margin: 0 auto;
}

.bg-up {
  background-image: url(../img/shapeUp.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-login {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dogA {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .dogA {
    width: 100%;
  }
}
.dogA img {
  width: 100%;
  max-width: 600px;
}

.dogB {
  width: 400px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .dogB {
    width: 100%;
  }
}
.dogB img {
  width: 100%;
  max-width: 600px;
  height: 390px;
}

.dogC {
  width: 400px;
  height: 390px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .dogC {
    width: 100%;
  }
}
.dogC img {
  width: 100%;
  max-width: 600px;
  height: 390px;
}

.padding-section {
  padding: 0 6vw;
}
@media (min-width: 481px) and (max-width: 720px) {
  .padding-section {
    padding: 0 10%;
  }
}
@media (min-width: 721px) and (max-width: 1022px) {
  .padding-section {
    padding: 0 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .padding-section {
    padding: 0 22%;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .padding-section {
    padding: 0 32%;
  }
}

.sect-log {
  background-color: white;
  border-radius: 30px;
  color: #34485D;
  padding: 30px;
}
.sect-log p {
  text-align: center;
  padding-bottom: 10px;
}
.sect-log a {
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
}
.sect-log select {
  padding: 0.7rem;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #D7DDE1 !important;
  width: 100%;
  margin: 6px 0;
}

.login-description {
  padding: 16px 0;
  text-align: center;
  color: white;
}

.button-section {
  background: #FF9D62 0% 0% no-repeat padding-box;
  box-shadow: 0px -17px 16px rgba(0, 0, 0, 0.1607843137);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.button-section .sec-left p {
  text-align: center;
  padding-right: 30px;
}
.button-section a {
  background: #FF9D62 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1137254902);
  color: white;
  width: 150px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  margin: 20px;
  font-weight: 700;
}

.tyc {
  font-size: 14px;
  display: inline;
}
.tyc a {
  color: black;
  display: inline;
}

.paddingSection-home {
  padding: 0 3%;
}
@media (min-width: 481px) and (max-width: 720px) {
  .paddingSection-home {
    padding: 0 10%;
  }
}
@media (min-width: 721px) and (max-width: 1022px) {
  .paddingSection-home {
    padding: 0 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .paddingSection-home {
    padding: 0 22%;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .paddingSection-home {
    padding: 0 25%;
  }
}
.paddingSection-home .singletitle {
  color: #06c9ef;
}

.sectionAdd-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.sectionAdd-home h3 {
  color: #06c9ef;
}
.sectionAdd-home a {
  color: #f17c5c;
  text-decoration: none;
  font-size: 14px;
}

.singletitle {
  margin: 10px 0;
}

.addEvent {
  display: flex;
  align-items: center;
  position: relative;
}
.addEvent i {
  color: black;
  font-size: 21px;
  position: relative;
}
.addEvent .notificacion {
  height: 8.5px;
  width: 8.5px;
  border-radius: 50%;
  background-color: #056ea1;
  border: solid 0.5px white;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
}

.font-weight {
  font-weight: 600;
  font-size: 17px;
}

.section-addPet {
  display: -webkit-box;
  overflow-x: scroll;
  padding: 0 22px;
}
@media (min-width: 481px) and (max-width: 720px) {
  .section-addPet {
    padding: 0 10%;
  }
}
@media (min-width: 721px) and (max-width: 1022px) {
  .section-addPet {
    padding: 0 20%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .section-addPet {
    padding: 0 22%;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .section-addPet {
    padding: 0 25%;
  }
}
.section-addPet .pet {
  margin: 1%;
}
.section-addPet .pet p {
  color: #323d59;
}
.section-addPet .img-petAdd {
  margin-top: 17px;
}

.section-addPetB {
  display: -webkit-box;
  overflow-x: scroll;
  padding: 0;
}

.homelog-date {
  display: flex;
  margin: 18px 0 8px;
}
.homelog-date h3 {
  font-weight: 600;
}
.homelog-date span {
  font-size: 16px;
  padding-left: 4px;
  color: #54648f;
  margin-top: 2px;
}

.qr-section {
  margin-top: 90px;
}

.qr-pet {
  width: 80%;
}
@media (min-width: 481px) and (max-width: 720px) {
  .qr-pet {
    width: 300px;
  }
}
@media (min-width: 721px) and (max-width: 1022px) {
  .qr-pet {
    width: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .qr-pet {
    width: 380px;
  }
}
@media (min-width: 1280px) and (max-width: 1920px) {
  .qr-pet {
    width: 400px;
  }
}

.ghostBtn span {
  padding: 20px 10px;
  font-size: 18px;
  color: #3c3c3c;
}

.titleInformation {
  color: #d7d7d7;
  text-transform: uppercase;
  margin-top: 4vh;
}

.text-qr {
  padding: 45px 20px 0;
  font-size: 15.5px;
}

.sectionAdd-plan {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: -5px;
}
.sectionAdd-plan img {
  width: 40px;
  margin-bottom: -10px;
}
.sectionAdd-plan h2 {
  margin: 21px 0 9px 10px;
}

.plan-title {
  font-size: 26px;
  margin-top: 20px;
}
.plan-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0;
}
.plan-contentA {
  border-top: 2px solid #FF9D62;
  border-bottom: 2px solid #FF9D62;
  padding: 5px 0 30px;
}
.plan-contentB {
  border-top: 2px solid #06c9ef;
  border-bottom: 2px solid #06c9ef;
  padding: 5px 0 30px;
}
.plan-contentC {
  border-top: 2px solid #f7d62b;
  border-bottom: 2px solid #f7d62b;
  padding: 5px 0 30px;
}
.plan-description {
  padding: 0 2px 0 18px;
  margin-bottom: 5px;
}
.plan-description li {
  padding-bottom: 10px;
}

.aplicaTerminos {
  font-style: italic;
  color: #7d7d7d;
  padding: 7px 0 12px;
}
.aplicaTerminos a {
  color: #7d7d7d;
}

.pet-info {
  background: url(../img/lovePet.jpg) no-repeat;
  height: 100vh;
  background-position: top;
  background-position-y: -42px;
}
.pet-title {
  font-size: 16px;
  font-weight: 600;
  color: #d7d7d7;
}
.pet-name {
  font-size: 22px;
  padding-bottom: 0;
}
.pet-breed {
  font-size: 18px;
  margin-bottom: 16px;
}
.pet-desctription {
  background: #fff;
  height: 64vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1.6rem 1.6rem 0 0;
}
.pet-desctription hr {
  margin-top: 10px;
  height: 6px;
}
.pet-descrip {
  background: #fff;
  height: 77vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1.6rem 1.6rem 0 0;
}
.pet-features {
  display: flex;
  justify-content: space-evenly;
}
.pet-feature {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fef6ea;
  width: 70px;
  height: 66px;
  border-radius: 15px;
}
.pet-feature p {
  font-size: 14px;
  padding-bottom: 3px;
}
.pet-chip {
  background-color: #d7d7d7;
  color: #fff;
  padding: 5px 20px;
  border-radius: 1rem;
  font-size: 13px;
}
.pet-infoOwner {
  padding: 20px 0 10px;
}
.pet-infoOwner h2 {
  font-size: 15px;
  color: #d7d7d7;
  margin-bottom: 20px;
}
.pet-infoOwner p {
  color: #d7d7d7;
}
.pet-infoOwner h4 {
  font-size: 18px;
}
.pet-qrSec {
  display: flex;
  justify-content: left;
  padding: 30px 0 14px;
}
.pet-qr {
  width: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pet-qr img {
  display: block;
  max-width: 80%;
  width: 80%;
  position: absolute;
}
.pet-qr object {
  position: absolute;
}

.owner-detail {
  margin-bottom: 10px;
}

.sectionPet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}

.upload {
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marginEvent {
  margin-bottom: 26px;
}

.sectionAdd {
  display: flex;
  justify-content: space-between;
}

.SectForm {
  margin-top: 20px;
}
.SectForm h3 {
  margin: 20px 0;
}

.sectionSwitch {
  width: 40%;
  display: flex;
  align-items: center;
}
.sectionSwitch p {
  font-size: 13px;
  padding-right: 10px;
}

.marginPet {
  margin: 20px 0;
}

.postion-avatar {
  margin-top: -40px;
}

.avatar-border {
  border: 5px solid white;
}

.poliza-inf {
  border: 1.8px solid #72808e;
  padding: 4px 11px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.plan-seleccion {
  padding-left: 20px;
}

.border-card {
  border-radius: 12px;
}

.plan-img {
  width: 60px !important;
  margin-left: 10px;
}

.sect-plan li {
  font-size: 13px;
}
.sect-plan .valor {
  margin: 0 auto;
  font-size: 30px;
}
.sect-plan h4 {
  text-align: center;
  font-weight: 300;
  color: #f9c688;
}

.w-card {
  max-width: 400px;
  margin: 10px auto 0;
}

.space-btn {
  padding-bottom: 80px;
}

.section-tricks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-tricks .circle-option {
  background-color: #c3c3c3;
  height: 100px;
  width: 100px;
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.section-tricks .circle-option-active {
  border: 3px solid #06c9ef;
}
.section-tricks .circle-option-disable {
  border: 3px solid #eaeaea;
}
.section-tricks .circle-option-game {
  border: 3px solid #f2890b;
}
.section-tricks .select-trick {
  height: 24px;
  width: 24px;
  background-color: #06c9ef;
  margin-top: -4px;
  border-radius: 2px;
  position: absolute;
}

.games {
  font-size: 26px;
  margin: 10px 10px 20px;
}

.subtex {
  font-size: 16px;
  margin-top: -7px;
}

.title-clicker {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #c3c3c3;
  margin-top: 18px;
}

/* header */
header {
  display: flex;
  justify-content: space-between;
  padding: 20px 8% 10px;
  align-items: center;
}

.header-logo {
  width: 160px;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.btn {
  border: none;
  color: black;
  background-color: #333333;
  transition: all ease 0.4s;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  height: 55px;
  box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -webkit-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -moz-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
}
.btn:focus {
  outline: none;
}
.btn object {
  margin-left: -10px;
  margin-right: 13px;
}

.btn-card {
  width: 226px;
  border-radius: 2rem;
}
.btn-card i {
  font-size: 26px;
}

.btn-big {
  width: 280px;
  border-radius: 2rem;
  font-size: 24px;
  padding-top: 10px;
}

.btn-normal {
  width: 170px;
  border-radius: 2rem;
}

.btn-small {
  width: 48%;
  border-radius: 2rem;
  height: 45px;
  font-size: 13px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -webkit-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -moz-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
}
.btn-small object {
  margin-left: 5px;
}
.btn-small-pet {
  font-size: 22px;
  margin: 0 auto;
}
.btn-small i {
  font-size: 24px;
  padding-left: 8px;
}

.btn-upload {
  display: flex;
  font-size: 15px;
  width: 140px !important;
  height: 38px !important;
}

.btn-xSmall {
  height: 30px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  color: white !important;
  box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -webkit-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
  -moz-box-shadow: 0px 6px 8px -1px rgba(62, 44, 120, 0.16);
}

.ghostBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #cacaca;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.circle i {
  color: #ffffff;
  padding-bottom: 10px;
}

.circleB {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.triangulo {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid white;
  border-bottom: 8px solid transparent;
  margin-right: 15px;
  margin-left: -1px;
}

.nav-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 3.1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.preload * {
  transition: none !important;
}

.headerApp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1;
}
.headerApp button {
  border: none;
  background: none;
}
.headerApp .headerAvatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.headerApp-background {
  background: #fff;
}
.headerApp h3 {
  font-size: 24px;
}
.headerApp .secNotifi i {
  color: black;
  font-size: 24px;
}
.headerApp .secNotifi .notificacion {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #06c9ef;
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 1;
}

.nav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 40px;
}
.nav-userAvatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.nav-links {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  height: 100vh;
  width: 280px;
  background: white;
  transform: translateX(-280px);
  transition: transform 0.3s;
}
.nav-open .nav-links {
  transform: translateX(0);
  box-shadow: 0 0 15px;
  background: white;
}
.nav-link {
  display: flex;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 30px;
  background: transform 0.2s;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
.nav-open .nav-overlay {
  visibility: visible;
  opacity: 1;
}

.x {
  margin-left: 25px;
  margin-top: 24px;
  width: 20px;
}

.item {
  display: flex;
  justify-content: space-between;
  margin-right: 14px;
}
.item img {
  width: 20px;
}
.item:hover {
  background: #eeeeee;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

* {
  margin: 0;
}

#my-tree:checked ~ .slider {
  transform: translateX(0vw);
}
#my-tree:checked ~ nav label {
  display: none;
}
#my-tree:checked ~ nav label.my-tree {
  display: initial;
}
#my-tree:checked ~ nav .buttons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#my-tree:checked ~ nav .buttons label {
  display: inline-block;
}
#my-tree:checked ~ nav .buttons label[for=my-tree] {
  cursor: default;
  opacity: 1;
}

#profile:checked ~ .slider {
  transform: translateX(-100vw);
}
#profile:checked ~ nav label {
  display: none;
}
#profile:checked ~ nav label.profile {
  display: initial;
}
#profile:checked ~ nav .buttons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#profile:checked ~ nav .buttons label {
  display: inline-block;
}
#profile:checked ~ nav .buttons label[for=profile] {
  cursor: default;
  opacity: 1;
}

#people-select:checked ~ .slider {
  transform: translateX(-200vw);
}
#people-select:checked ~ nav label {
  display: none;
}
#people-select:checked ~ nav label.people-select {
  display: initial;
}
#people-select:checked ~ nav .buttons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#people-select:checked ~ nav .buttons label {
  display: inline-block;
}
#people-select:checked ~ nav .buttons label[for=people-select] {
  cursor: default;
  opacity: 1;
}

#leaves:checked ~ .slider {
  transform: translateX(-300vw);
}
#leaves:checked ~ nav label {
  display: none;
}
#leaves:checked ~ nav label.leaves {
  display: initial;
}
#leaves:checked ~ nav .buttons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#leaves:checked ~ nav .buttons label {
  display: inline-block;
}
#leaves:checked ~ nav .buttons label[for=leaves] {
  cursor: default;
  opacity: 1;
}

input[type=radio] {
  position: fixed;
  top: -100vh;
}

label {
  cursor: pointer;
  opacity: 0.5;
}
label:hover {
  opacity: 0.75;
}

.slider {
  width: 400vw;
  position: fixed;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
  color: white;
}

.slide {
  text-align: center;
  float: left;
  height: 100vh;
  width: 100vw;
}
.slide img {
  display: block;
  max-height: 70%;
  max-width: 100%;
  margin: auto;
}
.slide h2 {
  display: inline-block;
  font-size: 5vh;
  font-weight: normal;
  text-align: left;
  margin: 0 2em;
}

#my-tree-slide {
  background-color: white;
  background-image: url("../img/pet1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 46vh;
}
#my-tree-slide p {
  color: #009fee;
  margin: 0 0 20px;
}

#profile-slide {
  /* colores  */
  background-color: #fff;
  color: #009fee;
  /* imagen fondo */
  background-image: url("../img/pet2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#people-select-slide {
  background-color: #fff;
  background-image: url("../img/pet3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#leaves-slide {
  background-color: #fff;
  color: #009fee;
  /* imagen fondo */
  background-image: url("../img/pet4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#leaves-slide h2 {
  margin-top: 1em;
  line-height: 100vh;
  vertical-align: middle;
}

.contentSlide {
  margin-top: 16Vh;
  position: relative;
  height: 70vh;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.calendar {
  height: -moz-max-content;
  height: max-content;
}
.calendar-week-day {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-week-day div {
  display: grid;
  place-items: center;
  color: #FF9D62;
  font-size: 13px;
  padding-bottom: 8px;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 14px;
}
.calendar-days div {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 3px;
  place-self: center;
  font-size: 13px;
}
@media (min-width: 481px) and (max-width: 720px) {
  .calendar-days div {
    padding: 1px;
  }
}
.calendar-days .day {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.month-picker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.month-picker span {
  font-weight: 600;
}
.month-picker div {
  display: flex;
  align-items: center;
}
.month-picker div .month-change {
  margin: 0 2px;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.date .day {
  font-weight: 600;
  font-size: 18px;
}
.date-picker {
  font-size: 14px;
}

.toDay {
  background: #06c9ef;
  width: 25px !important;
  height: 25px !important;
  color: white;
  border-radius: 50%;
  padding-left: 1px;
  font-size: 11px;
  padding: 9px;
}

.agendaDay {
  background: #cbcbcc;
  color: white;
  display: flex !important;
  border-radius: 31px;
  justify-content: center !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  margin-top: -1px;
  font-size: 11px;
  padding: 5px;
}

.events {
  display: flex;
  height: 10px;
}

.event1 {
  background: #06c9ef;
  height: 6px !important;
  width: 6px !important;
  border-radius: 50%;
  margin: 1px;
}

.event2 {
  background: #f2890b;
  height: 6px !important;
  width: 6px !important;
  border-radius: 50%;
  margin: 1px;
}

.event3 {
  background: #ffc332;
  height: 6px !important;
  width: 6px !important;
  border-radius: 50%;
  margin: 1px;
}

.overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vh;
  margin: auto;
}

.spinner {
  font-size: 60px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15vh;
  margin: auto;
}

.spinner-blade {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.199em;
  border-radius: 0.5em;
  background-color: transparent;
  transform-origin: center -0.2222em;
  animation: spinner-fade 1s infinite linear;
}
.spinner-blade:nth-child(1) {
  animation-delay: 0s;
  transform: rotate(0deg);
}
.spinner-blade:nth-child(2) {
  animation-delay: 0.083s;
  transform: rotate(30deg);
}
.spinner-blade:nth-child(3) {
  animation-delay: 0.166s;
  transform: rotate(60deg);
}
.spinner-blade:nth-child(4) {
  animation-delay: 0.249s;
  transform: rotate(90deg);
}
.spinner-blade:nth-child(5) {
  animation-delay: 0.332s;
  transform: rotate(120deg);
}
.spinner-blade:nth-child(6) {
  animation-delay: 0.415s;
  transform: rotate(150deg);
}
.spinner-blade:nth-child(7) {
  animation-delay: 0.498s;
  transform: rotate(180deg);
}
.spinner-blade:nth-child(8) {
  animation-delay: 0.581s;
  transform: rotate(210deg);
}
.spinner-blade:nth-child(9) {
  animation-delay: 0.664s;
  transform: rotate(240deg);
}
.spinner-blade:nth-child(10) {
  animation-delay: 0.747s;
  transform: rotate(270deg);
}
.spinner-blade:nth-child(11) {
  animation-delay: 0.83s;
  transform: rotate(300deg);
}
.spinner-blade:nth-child(12) {
  animation-delay: 0.913s;
  transform: rotate(330deg);
}

@keyframes spinner-fade {
  0% {
    background-color: #111111;
  }
  100% {
    background-color: transparent;
  }
}
.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.formLogin input[type=number], .formLogin input[type=password], .formLogin input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0.7rem;
  color: black;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px solid #D7DDE1;
  width: 100%;
  margin: 6px 0;
}
.formLogin select {
  background: none;
  border: none;
  font-size: 18px;
  color: #34485D;
}
.formLogin label {
  color: #34485D;
  font-weight: 700;
}
.formLogin input[type=submit] {
  margin: 20px auto 0;
  display: block;
  font-size: 20px;
  height: 48px;
}

.areaTyc {
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
}
.areaTyc input {
  margin-right: 10px;
}

.petForm input[type=text], .petForm input[type=number],
.petForm input[type=email], .petForm input[type=tel],
.petForm input[type=date], .petForm select {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  height: 26px;
  color: #b8b8b8;
}

.btn-form {
  padding: 10px;
  color: white;
  font-weight: 700;
}

.footerMenu {
  display: flex;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  background: #28A7A7;
  position: fixed;
  bottom: 0;
  align-items: center;
}

.fMenuIcon {
  width: 70px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #ffffff;
}
.fMenuIcon:hover {
  color: #066ea1;
}
.fMenuIcon i {
  font-size: 30px;
}
.fMenuIcon a {
  color: white;
}
.fMenuIcon a:hover {
  color: #066ea1;
}

.footerClicker {
  background: #06c9ef;
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  position: fixed;
  bottom: 0;
  align-items: center;
  border-radius: 30px 30px 0 0;
  box-shadow: -5px 9px 49px 4px #baeaf2;
}
.footerClicker .clicker-btn {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: solid 6px white;
  background-color: #44cbe5;
  margin: -80px auto 0;
  box-shadow: 0px 6px 8px -1px #baeaf2;
}
.footerClicker .clicker-btn:hover {
  background: #06c9ef;
}
.footerClicker .clicker-btn img {
  width: 40px;
  margin: 0 auto;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #72808e;
}

.blue-textA {
  color: #056ea1;
}

.blue-textB {
  color: #009fee;
}

.orange-textC {
  color: #f18e37;
}

.orange-textD {
  color: #FF9D62;
}

.blue-textE {
  color: #059fbd;
}

.orange-textF {
  color: #c9762e;
}

.yellow-textF {
  color: #c09226;
}

.blue-textG {
  color: #06c9ef;
}

.yellow-textH {
  color: #ffc332;
}

.yellow-textI {
  color: #f7d62b;
}

.orange-textJ {
  color: #fbc192;
}

.lightBlue-textB {
  color: #baeaf2;
}

.lightBlue-textC {
  color: #baeaf2;
}

.yelllow-bg {
  background-color: #f7d62b;
}

.light-blue-bg {
  background-color: #baeaf2;
}

.light-orange-bg {
  background-color: #f6d3a9;
}

.light-yellow-bg {
  background-color: #faf6cb;
}

.bg-gray {
  background: rgb(240, 242, 243);
  background: linear-gradient(180deg, rgb(240, 242, 243) 80%, rgb(255, 255, 255) 100%);
}

.orange-bg {
  background-color: #FF9D62;
}

.bg-green-degrade {
  background: radial-gradient(#47D5D5 0%, #0A7272 100%);
}

.orange-gradient {
  background: rgb(245, 161, 58);
  background: linear-gradient(180deg, rgb(245, 161, 58) 0%, rgb(242, 137, 13) 100%);
}
.orange-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 154, 48) 50%, rgb(248, 193, 124) 100%);
}

.orange-light-gradient {
  background: rgb(244, 164, 94);
  background: linear-gradient(180deg, rgb(244, 164, 94) 0%, rgb(241, 145, 59) 100%);
}
.orange-light-gradient:hover {
  background: linear-gradient(180deg, rgb(244, 175, 118) 0%, rgb(247, 210, 176) 100%);
}

.blue-light-gradient {
  background: rgb(199, 238, 245);
  background: linear-gradient(180deg, rgb(199, 238, 245) 0%, rgb(186, 234, 241) 100%);
}
.blue-light-gradient:hover {
  background: linear-gradient(180deg, rgb(222, 246, 249) 0%, rgb(205, 244, 247) 100%);
}

.blue-green-gradient {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}

.blue-green-gradientB {
  background: rgb(54, 211, 241);
  background: linear-gradient(180deg, rgb(54, 211, 241) 0%, rgb(10, 202, 239) 100%);
}
.blue-green-gradientB:hover {
  background: linear-gradient(180deg, rgb(110, 232, 249) 0%, rgb(47, 221, 244) 100%);
}

.yellow-dark-gradient {
  background: rgb(247, 191, 57);
  background: linear-gradient(180deg, rgb(247, 191, 57) 0%, rgb(246, 177, 12) 100%);
}
.yellow-dark-gradient:hover {
  background: linear-gradient(180deg, rgb(255, 208, 125) 50%, rgb(255, 194, 72) 100%);
}

.yellow-light-gradient {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}

.yellow-light-gradientB {
  background: rgb(248, 222, 83);
  background: linear-gradient(180deg, rgb(248, 222, 83) 0%, rgb(247, 213, 45) 100%);
}
.yellow-light-gradientB:hover {
  background: linear-gradient(180deg, rgb(252, 229, 134) 0%, rgb(249, 221, 100) 100%);
}

hr {
  background: #e5e5e5;
  height: 5px;
  width: 70px;
  border: none;
  border-radius: 10px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/font/fontello.eot");
  src: url("../fonts/font/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/font/fontello.woff") format("woff"), url("../fonts/font/fontello.ttf") format("truetype"), url("../fonts/font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.card {
  border-radius: 1.2rem;
  height: 140px;
}
.card-paddingA {
  padding: 20px 35px 16px;
}
.card-paddingB {
  padding: 10px 40px;
}
.card a {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .p-padding {
  padding-bottom: 10px;
}

.card2 {
  border-radius: 0.8rem;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.card2-border {
  border: 1px solid #7d7d7d;
}
.card2-paddingB {
  padding: 6px 14px;
}
.card2-line {
  height: 9px;
  background: #f2890b;
}
.card2-lineBlue {
  height: 9px;
  background: #06c9ef;
}
.card2-lineYellow {
  height: 9px;
  background: #ffc332;
}
.card2-title {
  font-size: 19px;
}
.card2-datos {
  display: flex;
  margin-top: 15px;
}
.card2-datos-margin {
  margin-right: 19px;
  display: flex;
  align-content: center;
}
.card2 a {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card2 span {
  font-size: 13px;
}
.card2 .p-padding {
  padding-bottom: 10px;
}
.card2 .p-size {
  font-size: 14px;
}

.card3 {
  border-radius: 8px;
}
.card3 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 8px;
}
.card3 div {
  background: #fff;
  border-radius: 10px;
  padding: 2px;
  width: 260px;
  margin-bottom: 10px;
}
.card3 div p {
  font-size: 14px;
  padding: 4px 0;
  color: black;
}
.card3 div span {
  color: #7d7d7d;
}

.marginCard {
  margin: 10px 0;
}/*# sourceMappingURL=style.css.map */