@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    height: 0;
    width: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    height: 0;
    width: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    height: auto;
    width: auto;
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.animate.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animate.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animate.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animate.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animate {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.animate.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animate.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.animate.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.animate.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.animate.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.animate.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
#cartilla {
  background-color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  height: fit-content;
  border-radius: 20px;
}
#cartilla * {
  padding: 0;
  margin: 0;
}
#cartilla *:focus {
  outline: 0;
}
@media (max-width: 824px) {
  #cartilla {
    min-width: 280px;
  }
}
#cartilla .wrap {
  float: left;
  width: 825px;
}
#cartilla .wrap .header {
  width: 820px;
  height: fit-content;
  float: left;
  margin-bottom: 15px;
  margin-top: 10px;
}
#cartilla .wrap .header .logo {
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
}
#cartilla .wrap .header .logo .imgLogo {
  background-image: url("../images/cartilla/logo-soquina.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 70px;
  width: 150px;
  top: 0;
}
#cartilla .wrap .header .logo .imgLogo.soquina {
  background-image: url("../images/cartilla/logo-soquina.png");
}
#cartilla .wrap .header .titulo {
  width: auto;
  float: left;
}
@media (max-width: 824px) {
  #cartilla .wrap .header .titulo {
    width: 100%;
    margin-left: auto;
    text-align: center;
    margin-top: 50px;
  }
}
#cartilla .wrap .header .titulo h2 {
  color: #3247AA;
  font-size: 3vw;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 824px) {
  #cartilla .wrap .header .titulo h2 {
    font-size: 10vw;
    text-align: center;
  }
}
#cartilla .wrap .header .buscar {
  width: auto;
  float: right;
  margin-top: 12px;
}
#cartilla .wrap .header .buscar input {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 148px;
  height: 25px;
  border: none;
  background-color: #ededed;
  background-image: url("../images/icons/icon-search.png");
  background-position: 122px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 5px 30px 5px 5px;
  font-family: sans-serif;
  font-size: 12px;
  color: #000000;
}
#cartilla .wrap .header .buscar input::placeholder {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
#cartilla .wrap .header .buscar::-webkit-input-placeholder,
#cartilla .wrap .header .buscar:-moz-placeholder,
#cartilla .wrap .header .buscar::-moz-placeholder,
#cartilla .wrap .header .buscar:-ms-input-placeholder {
  color: #999999;
  font-size: 11px;
}
@media (max-width: 725px) {
  #cartilla .wrap .header .buscar {
    width: auto;
    float: left;
    margin-top: 12px;
    clear: both;
  }
}
@media (max-width: 824px) {
  #cartilla .wrap .header {
    width: 100%;
    height: auto;
  }
}
#cartilla .wrap .footer {
  width: 100%;
  float: left;
  text-align: center;
}
#cartilla .wrap .footer p {
  color: #777777;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 3px 0 0;
  margin: 0;
}
#cartilla .wrap .conter {
  width: 820px;
  float: left;
  height: 400px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
#cartilla .wrap .conter .colorLef {
  width: 15%;
  height: 400px;
  float: left;
}
#cartilla .wrap .conter .colorLef .gamaColor {
  float: left;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #EEE;
}
#cartilla .wrap .conter .colorLef .gamaColor::-webkit-scrollbar {
  width: 12px;
  background-color: var(--cartilla-thumb-bar);
}
#cartilla .wrap .conter .colorLef .gamaColor::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--cartilla-bar);
}
#cartilla .wrap .conter .colorLef .gamaColor ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--cartilla-thumb-bar);
}
#cartilla .wrap .conter .colorLef .gamaColor a.linkColor {
  float: left;
  width: 100%;
  height: auto;
  background-color: white;
  text-decoration: none;
}
#cartilla .wrap .conter .colorLef .gamaColor a.linkColor ul {
  float: left;
  height: auto;
  width: 100%;
  text-decoration: none;
}
#cartilla .wrap .conter .colorLef .gamaColor a.linkColor ul li {
  float: left;
  height: 10px;
  width: 14.5px;
  text-decoration: none;
  list-style: none;
}
#cartilla .wrap .conter .colorLef .gamaColor a.linkColor ul.each7 li {
  width: 12.5px;
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorLef {
    width: 30%;
    float: left;
    height: auto;
  }
}
#cartilla .wrap .conter .colorRig {
  width: 85%;
  height: 400px;
  float: left;
}
#cartilla .wrap .conter .colorRig .ContgamaColor {
  width: 100%;
  height: 400px;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#cartilla .wrap .conter .colorRig .ContgamaColor::-webkit-scrollbar {
  width: 12px;
  background-color: var(--cartilla-thumb-bar);
}
#cartilla .wrap .conter .colorRig .ContgamaColor::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--cartilla-bar);
}
#cartilla .wrap .conter .colorRig .ContgamaColor ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--cartilla-thumb-bar);
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor {
  float: right;
  width: 100%;
  height: auto;
  background-color: #fff;
  text-decoration: none;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul {
  float: right;
  height: auto;
  width: 100%;
  text-decoration: none;
  color: #000;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li {
  float: left;
  height: 78px;
  width: 13%;
  text-decoration: none;
  list-style: none;
  padding: 10px 0 2px 8px;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.breakline {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li div {
  width: 100%;
  height: 45px;
  float: left;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li div span {
  float: left;
  text-align: center;
  width: 100%;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li div p {
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
}
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.blancos,
#cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.oscuros {
  width: 16%;
  padding: 10px 2px 15px;
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.blancos,
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.oscuros {
    width: 16%;
    padding: 10px 2px 15px;
  }
}
@media (max-width: 753px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.blancos,
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.oscuros {
    width: 13%;
    padding: 10px 2px 15px;
  }
}
@media (max-width: 725px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.blancos,
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li.oscuros {
    width: 95%;
    padding: 10px 2px 15px;
  }
}
@media (max-width: 753px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li {
    width: 12%;
  }
}
@media (max-width: 725px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor ul li {
    width: 95%;
  }
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor {
    width: 99%;
  }
}
@media (max-width: 725px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor .ContlinkColor {
    width: 99%;
    float: right;
    margin-right: 5px;
  }
}
#cartilla .wrap .conter .colorRig .ContgamaColor.result ul li {
  width: 13%;
  padding: 10px 0 2px 8px;
}
@media (max-width: 725px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.result ul li {
    width: 93%;
    padding: 10px 0 2px 8px;
  }
}
#cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
  background-repeat: no-repeat;
  background-position: center;
  width: 717px;
  height: 398px;
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
    background-position: 55%;
    background-size: 60%;
  }
}
@media (max-width: 765px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
    background-size: 50%;
    background-position: 87%;
  }
}
@media (max-width: 725px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
    background-size: 40%;
    background-position: 87%;
  }
}
@media (max-width: 550px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
    background-size: 28%;
    background-position: 92%;
  }
}
@media (max-width: 349px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor.noresult {
    background-size: 20%;
    background-position: 97%;
  }
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorRig .ContgamaColor {
    width: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #cartilla .wrap .conter .colorRig .ContgamaColor::-webkit-scrollbar {
    width: 12px;
    background-color: var(--cartilla-thumb-bar);
  }
  #cartilla .wrap .conter .colorRig .ContgamaColor::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--cartilla-bar);
  }
  #cartilla .wrap .conter .colorRig .ContgamaColor ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--cartilla-thumb-bar);
  }
}
@media (max-width: 824px) {
  #cartilla .wrap .conter .colorRig {
    width: 70%;
    float: left;
    height: auto;
  }
}
@media (max-width: 824px) {
  #cartilla .wrap .conter {
    width: 99%;
  }
}
@media (max-width: 824px) {
  #cartilla .wrap {
    width: 100%;
    float: left;
  }
}
@media (max-width: 725px) {
  #cartilla .wrap {
    width: 100%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
