@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');

:root {

  --cor-principal: #05AFEA;
  --cor-principal-escuro: #FFBB09;
  --cor-principal-claro: #080640;
  --cor-secundaria: #04005F;
  --cor-secundaria-escuro: #080640;

  --cor-svg-principal: invert(54%) sepia(68%) saturate(2160%) hue-rotate(158deg) brightness(96%) contrast(96%);
  --cor-svg-secundaria: invert(54%) sepia(68%) saturate(2160%) hue-rotate(158deg) brightness(96%) contrast(96%);

  --primary: var(--cor-principal);
  --primary-dark: var(--cor-principal-escuro);
  --secondary: var(--cor-secundaria);
  --secondary-dark: var(--cor-secundaria-escuro);
  --preto-escuro: #222324;
  --preto: #000;
  --branco: #FFF;  
  --success: #5AC648;
  --danger: #E91111;
  --warning: #FCB867;
  --info: #2D9CDB;
  --light: #F8F8F8;
  --dark: #24262B;
  --gray: #C4C6C8;
  --info: #2D9CDB;
  --azul: #4BF4FF;
  --shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  --center: translate(-50%, -50%);
  --center-y: translate(0, -50%);
  --animate: all 0.2s linear;

  --proporcao-x: 288px; /* divido por 2.5 da resolução original 720 */
  --proporcao-y: 576px; /* divido por 2.5 da resolução original 1440 */

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--cor-principal-escuro) !important;
}
a:hover{
  color: var(--cor-principal-claro) !important;
}		
img {
  border: none;
}
.clear {
  clear: both;
}
p {
  text-align: justify;
}
#cp-content {
  width: 682px;
  background: #f6f6f6;
  border: 3px solid white;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#cp-content #cp-start .cp-row {
  display: table;
  height: 170px;
}
#cp-content #cp-start .cp-row .cp-device {
  display: table-cell;
  vertical-align: bottom;
}
#cp-content #cp-start .cp-row .cp-device li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding-right: 24px;
}
#cp-content #cp-start .cp-row .cp-device li a {
  display: block;
}
#cp-content #cp-start .cp-row .cp-device li img {
  display: block;
  margin: 0 auto 5px;
}
#cp-content #cp-start .cp-row .cp-device li span {
  font-size: 13px;
  color: #a3a3a3;
}
#cp-content #cp-start .cp-row .cp-device li a:hover span {
  color: #333333;
}
#cp-content .none {
  display: none;
}
#cp-content #cp-customize-device {
  min-height: 455px;
  position: relative;
  overflow: hidden;
}
#cp-device-ori, #cp-device-ori-gen {
  margin: 0 auto;
  width: 282px;
  position: relative;
  overflow: hidden;
}
#cp-device-ori-gen .cp-h-v{
  display: none !important;
}
#cp-content #cp-customize-device .cp-btn-action {
  position: absolute;
  left: 40px;
  top: 375px;
  display: none;
}
#cp-content #cp-customize-device .cp-btn-action a {
  font-size: 15px;
  color: #4c4c4c;
  float: left;
  clear: both;
  margin-bottom: 15px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#cp-content #cp-customize-device .cp-btn-action a i {
  color: #c6c6c6;
  font-size: 19px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#cp-content #cp-customize-device .cp-btn-action a:hover, #cp-content #cp-customize-device .cp-btn-action a:hover i {
  color: #333333;
}
#cp-content #cp-customize-device .cp-btn-action .cp-btn-shuffle i {
  margin-right: 9px;
}
#cp-content #cp-sel-layout {
  position: relative;
  left: 30px;
  bottom: 0;
  width: 830px;
  overflow: hidden;
  height: 100px;
}
#cp-content #cp-sel-layout ul {
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
#cp-content #cp-sel-layout li {
  background-color: #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 99px;
  margin: 0 2px 0 0;
  width: 94px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#cp-content #cp-sel-layout li a {
  display: table-cell;
  height: 99px;
  text-align: center;
  vertical-align: middle;
  width: 94px;
}
#cp-content #cp-sel-layout li:hover, #cp-content #cp-sel-layout li.cp-active {
  background: rgba(51, 51, 51, 0.3);
}
#cp-content #cp-sel-layout li.cp-active a {
  cursor: default;
}
#cp-sel-Text #cp-textarea {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10px auto 10px;
  height: 140px;
  border: 2px solid #e6e6e6;
}
#cp-sel-Text #cp-textarea #cp-size-txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
#cp-sel-Text #cp-textarea .cp-input-txt {
  -webkit-appearance: none;
}
#cp-sel-Text #cp-textarea textarea:focus, #cp-content #cp-sel-Text #cp-textarea input:focus {
  outline: 0;
}
.cp-input-txt {
  background: #fff;
  border: 0;
  height: 100%;
  padding: 10px 10px 35px 10px;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #4c4c4c;
  resize: none;
  overflow: hidden;
  margin: 0 auto;
}
.cp-list-color {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.cp-list-rotation {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 15px;
}
.cp-list-color a {
  width: 21px;
  height: 21px;
  background: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  border-radius: 10px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cp-list-color a:hover,.cp-list-color a.cp-active-color-t {
  border: 2px solid #333;
}
.cp-list-color .noir {
  background-color: #000;
}
#cp-content .cp-list-color .cp-active-color-t {
  border-color: #333333;
}
.cp-list-font {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px
}
.cp-list-font a {
  width: 31.33%;
  margin: 1%;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  float: left;
  color: #000;
  padding: 2px;
  overflow: hidden;
}
.cp-list-font a.active {
  background: var(--cor-secundaria);
  color: #fff !important;
}
.cp-list-font a:hover{
  background: var(--cor-principal-claro);
  color: #FFF !important;
}
#cp-size-txt {
  clear: both;
  overflow: hidden;
  background: #E6E6E6;
}
#cp-size-txt li {
  float: left;
  width: 25%;
}
#cp-size-txt li a {
  color: #333;
  font-size: 12px;
  width: 100%;
  float: left;
  text-align: center;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
}
#cp-size-txt li .active {
  background: none repeat scroll 0 0 var(--cor-secundaria);
  color: #fff !important;
  cursor: default;
}
#cp-size-txt li a:hover {
  background: var(--cor-principal-claro);
  color: #fff !important;
}
#cp-device-ori-gen {
  left: 280px;
  position: absolute !important;
  top: 22px;
  z-index: 1;
}
#mycase .columns-container{
  background: none;
}
#cp-input-gen {
  position: absolute;
  left: 40px;
  top: 100px;
  z-index: 40;
  display: block;
  overflow: visible;
  cursor: all-scroll;
  background: none !important;
  border: 0 !important;
  color: #333333;
  text-align: center;
}
.s-t {
  font-size: 32px;
  line-height: 40px;
}
.m-t {
  font-size: 40px;
  line-height: 50px;
}
.g-t {
  font-size: 48px;
  line-height: 60px;
}
.text-danger {
  color: #a94442;
}
.col-md-6 .col-md-6.sqr .cp-h-v, .col-md-3.sqr .cp-h-v, .col-md-3 .sqr.col-md-12 .cp-h-v {
  margin-top: 0 !important;
  top: 4px !important;
}
.col-md-6 .col-md-6.sqr .cp-modify, .col-md-3.sqr .cp-modify, .col-md-3 .sqr.col-md-12 .cp-modify {
  margin-right: 0 !important;
}
.sqr .wrap-img-drag {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
}
.sqr .wrap-img-drag img {
  display: none;
  max-width: inherit !important;
}
.sqr .wrap-img-drag .cp-h-v {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  z-index: 11;
  -webkit-transition-property: display;
  -moz-transition-property: display;
  -o-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: center;
}
.sqr .wrap-img-drag .cp-modify {
  margin: 0 10px 0 0;
}
.sqr .wrap-img-drag .cp-modify .fa-circle {
  color: #333333;
}
.sqr .wrap-img-drag .cp-modify:hover .fa-circle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#cp-btn-delete {
  background: #e95b4c !important;
  border-color: #e95b4c !important;
}
#cp-btn-delete:hover {
  background: #c0392b !important;
  border-color: #c0392b !important;
}
.cl-validate-crop{
  background: #c1d827 !important;
  border-color: #b6cc22 !important;
}
.cl-validate-crop:hover {
  background: #a3b71e !important;
  border-color: #95a71b !important;
}
#cp-main{
  width: 2000px;
  position: relative;
}
#cp-start, #cp-customize-device {
  width: 682px;
  float: left;
}
#cp-customize-device {
  display: none;
  width: 830px !important;
}
#cp-img-coque {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
#cp-mask-img {
  position: relative;
  z-index: 30;
  left: 0;
  top: 0;
}
#cp-device-ori, #cp-device-ori-prev {

}
#cp-gridme-cover .cp-cibled-row {
  background: no-repeat !important;
}
#cp-gridme, #cp-gridme-cover {
  position: absolute;
  z-index: 29;
  left: 0;
  top: 0;
  width: var(--proporcao-x);
  height: var(--proporcao-y); 
}
#cp-gridme .container-fluid, #cp-gridme-cover .container-fluid {
  height: 100%;
  width: 100%;
}
#cp-gridme .col-md-6, #cp-gridme-cover .col-md-6 {
  width: 50%;
  float: left;
}
#cp-gridme .col-md-9, #cp-gridme-cover .col-md-9 {
  width: 75%;
  float: left;
}
#cp-gridme .col-md-3, #cp-gridme-cover .col-md-3 {
  width: 25%;
  float: left;
}
#cp-gridme .col-md-12, #cp-gridme-cover .col-md-12 {
  width: 100%;
  float: left;
}
#cp-gridme .sqr, #cp-gridme-cover .sqr {
  outline: 5px solid rgba(0, 0, 0, 0.04);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 0 !important;
}
.no-bg-gen #cp-gridme .sqr, .no-bg-gen #cp-gridme-cover .sqr {
  outline: 0px solid transparent;
}
#cp-gridme .sqr {
  visibility: visible !important;
}
#cp-gridme .wrap-img-drag {
  visibility: visible !important;
}
#cp-gridme-cover:hover .sqr {
  visibility: visible !important;
}
#cp-gridme-cover {
  z-index: 32;
}
#cp-gridme-cover .cp-modify {
  -webkit-transition-property: font;
  -moz-transition-property: font;
  -o-transition-property: font;
  transition-property: font;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#cp-gridme-cover .sqr {
  outline: 5px solid rgba(51, 51, 51, 0.06);
  visibility: hidden;
}
#cp-gridme-cover .wrap-img-drag {
  display: block;
  background: none !important;
}
#cp-gridme-cover .wrap-img-drag img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 10 !important;
}
#cp-gridme-cover .no-visible {
  visibility: hidden;
}
#cp-gridme-cover .sqr:hover .wrap-img-drag {
  visibility: visible;
}
#cp-img-coque img, #cp-mask-img img {
  width: 100%;
  display: block;
  max-width: var(--proporcao-x);
  height: var(--proporcao-y);
}
.cp-cibled-row{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
  filter: alpha(opacity=72);
  -moz-opacity: 0.72;
  -khtml-opacity: 0.72;
  opacity: 0.72;
}
#cp-crop-image {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(246, 246, 246, 1);
  z-index: 200;
  width: 100%;
  height: 100%;
  display: none;
}
.eg-button a{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: none;
  color: var(--cor-secundaria) !important;
}
.eg-button a:hover{
  opacity: .9;
  filter:alpha(opacity=90);
}
#cp-crop-image #cp-cropit-me {
  margin: 0 auto;
  position: relative;
  top: calc(50% - 272px);
  width: 462px;
}
#cp-crop-image #cp-cropit-me .cropit {
  position: relative;
}
#cp-crop-image #cp-cropit-me .sliceCenter {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#cp-crop-image #cp-cropit-me .btn-crop-me {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
#cp-crop-image #cp-cropit-me .btn-crop-me a {
  float: left;
  width: 50%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.cp-delete-fast .fa-camera {
  color: #fff;
}
.text-danger {
  color: #e74c3c;
}
.cp-delete-fast:hover .text-danger {
  color: #c0392b;
}
.turk {
  color: #1abc9c;
}
.gris-f {
  color: #bdc3c7;
}
.orange {
  color: #e67e22;
}
.noir {
  color: #000;
}
.gris {
  color: #818080;
}
.blanc {
  color: #fff;
}
.marron {
  color: #976b01;
}
.bleu {
  color: #3498db;
}
.vert {
  color: #2ecc71;
}
.jaune {
  color: #f1c40f;
}
.rose {
  color: #f613d9;
}
.rouge {
  color: #e74c3c;
}
.orange-c {
  color: #f39c12;
}
.wet {
  color: #34495e;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
@media screen\9 {

  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
#cp-nav-btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 100%;
}
#cp-nav-btn a {
  font-size: 36px;
  color: #f6f6f6;
  float: left;
  margin: 0 0 0 -41px;
  display: none;
}
#cp-nav-btn .cp-btn-s {
  float: right;
  margin: 0 -46px 0 0;
}
#cp-nav-btn a:hover {
  color: #333333;
}
.eg-wrapper {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.68);
  border: 1px solid gainsboro;
  height: 460px;
  overflow: hidden;
  width: 460px;
  clear: both;
}
.eg-wrapper:after {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
}
.eg-wrapper img {
  width: 100%;
}
.preview {
  float: left;
  overflow: hidden;
}
.preview-lg {
  width: 290px;
  height: 400px;
}
.eg-button {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 15px;
  text-align: center;
}
.eg-button .fa-square {
  font-size: 30px;
  color: rgba(51, 51, 51, 0.6);
}
.eg-button .fa-stack-2x {
  font-size: 2rem !important;
  color: var(--cor-secundaria) !important;
  height: 2em;
  left: 2px;
  line-height: 1.9em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 75%;
}
.eg-button a:hover .fa-square {
  font-size: 30px;
  color: #333333;
}
.cp-preview {
  position: absolute !important;
  right: -169px;
  top: 10px;
  width: 150px !important;
}
#cp-device-ori-prev {
  width: 100%;
}
#cp-device-ori-prev .wrap-img-drag {
  background: none !important;
}
#cp-device-ori-prev #cp-gridme-cover, #cp-device-ori-prev #cp-input-gen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#cp-device-ori-prev #cp-gridme-cover .wrap-img-drag, #cp-device-ori-prev #cp-input-gen .wrap-img-drag {
  display: none;
}
.cp-wpreviw {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}
.cp-wpreviw img {
  display: block !important;
}
#cp-nav-r {
  margin: 0 auto 10px;
  overflow: hidden;
  width: auto;
}
#cp-nav-r li {
  float: left;
  margin-right: 11px;
}
#cp-nav-r li a {
  background: none repeat scroll 0 0 rgba(51, 51, 51, 0.6);
  border: 1px solid rgba(51, 51, 51, 0.6);
  color: #fff !important;
  transition: color 0.3s ease-out 0s, border 0.3s ease-out 0s;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  float: left;
}
#cp-nav-r li a:hover {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #333333;
}
.cp-show-a-crop {
  display: block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: relative;
}
#cp-device-ori-prev .cp-show-a-crop {
  display: none !important;
}
#cp-gridme .wrap-img-drag a {
  display: none !important;
}
#cp-device-ori #cp-gridme .sqr .wrap-img-drag img {
  z-index: 10 !important;
}
.no-bg-gen {
  background: none !important;
}
#cp-device-ori-to-print{
  position: absolute;
  left: 0; 
  top: 0;
  margin-left: 530px;
  overflow: hidden;
  display: block;
  z-index: 1;
}

.no-phone{ 
}   
.no-phone #cp-mask-img{
  visibility: hidden;
}
.overlay-bg{
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(5px);
  z-index: 99999 !important;
  cursor: wait;
}
.overlay-bg .loader-canvas{
 background: var(--cor-secundaria) none repeat scroll 0 0;
 border: 1px solid #e5e5e5;
 height: 20px;
 position: relative;
 width: 360px;
}
.overlay-bg .loader-canvas .progress{
  height: 19px;
  background: #fff;
  width: 0%;
  overflow: hidden;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 0px;
}
.overlay-bg .loader-canvas .progress-txt{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 100%;
  font-family: 'Nunito', sans-serif;
}
.overlay-bg .loader-canvas  .progress-title{
 color: #fff;
 display: block;
 font-size: 20px;
 font-weight: bold;
 height: 25px;
 line-height: 30px;
 position: absolute;
 text-align: center;
 top: 27px;
 width: 100%;
 font-family: 'Nunito', sans-serif;
}
a:hover,a:active,a:focus{
  outline: none;
  text-decoration: none;
}
#layer_cart{
	top: 35%;
}
#cp-device-ori-to-print #cp-device-ori, 
#imagemAlta #cp-device-ori{
  width: 100%;
  height: 100%;
  display: table;
}
#cp-device-ori-to-print #cp-gridme, 
#cp-device-ori-to-print #cp-gridme-cover,
#imagemAlta #cp-gridme,
#imagemAlta #cp-gridme-cover{
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*display: table;*/
}
#cp-device-ori-to-print #cp-device-ori #cp-mask-img, 
#imagemAlta #cp-device-ori #cp-mask-img{
  width: 100%;
  height: 100%;
}
#cp-device-ori-to-print #cp-device-ori #cp-gridme .container-fluid,
#cp-device-ori-to-print #cp-device-ori #cp-gridme-cover .container-fluid,
#imagemAlta #cp-device-ori #cp-gridme .container-fluid,
#imagemAlta #cp-device-ori #cp-gridme-cover .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.cp-wrlst {
  float: left;
  width: 545px;
  overflow: hidden;
  position: relative;
  height: 160px;
}
.cp-device{
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #cp-gridme-cover .no-visible {
    visibility: visible !important;
  }
  .cp-wrlst{
    overflow: auto;
  }
  .cp-device{
    position: static;
  }
  #cp-content #cp-sel-layout{
    width: 100% !important;
    overflow: auto;
  }
  #cp-content #cp-sel-layout ul{
    left: 0 !important;
  }
}
@media screen and (max-width: 710px) {
  .cp-wrlst {
    width: 236px !important;
  }
  #cp-content #cp-head {
    height: 57px;
  }
  #cp-content #cp-start .cp-row .cp-device {
    display: block;
    overflow: auto;
    width: 230px;
  }
  #cp-apple-dev{
    margin-bottom: 30px;
  }
  #cp-content #cp-start {
    padding: 60px 0 0;
  }
  #cp-content #cp-customize-device .cp-info-dev {
    left: 0;
    padding: 42px 20px 20px;
    position: relative;
    top: 0;
    width: 100%;
  }
  #cp-device-ori, #cp-device-ori-gen {
    right: 0;
  }
  #cp-sel-Text {
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
  }
  #cp-content #cp-customize-device .cp-btn-action {
    bottom: 0;
    left: 50px;
    position: absolute;
    width: 217px;
    top: auto;
    z-index: 60;
  }
  #cp-content #cp-customize-device .cp-btn-action a{
    clear: none;
    margin-left: 21px;
  }
  #cp-content #cp-sel-layout ul{
    width: 970px;
  }
  #cp-crop-image #cp-cropit-me {
    margin: 0 auto;
    position: relative;
    top: 29px;
    width: 310px;
  }
  .eg-wrapper {
    height: 310px;
    width: 310px;
  }
  .cp-preview {
    position: absolute !important;
    left: 15px;
    top: 439px;
    width: 150px !important;
  }
  #cp-crop-image {
    background: none repeat scroll 0 0 rgba(246, 246, 246, 0.98);
  }
  .overlay-bg .loader-canvas {
    position: relative;
    top: 90px;
  }
}
#mycase{
  min-height: 600px;
  height: 100%;
}
#mycase #wrap-phone p, #mycase #wrap-phone samp, #mycase #wrap-phone span,#mycase #wrap-phone a{
  font-family: 'Nunito', sans-serif;
}
#wrap-phone .col{
  position: relative;
}
#mycase #columns{
  overflow: hidden;
  padding: 0;
}
#mycase{
  background: #f6f6f6;
}
#mycase .cp-info-dev{
  margin-bottom: 60px;
  padding-top: 160px;
}
.cp-device li, #cp-sel-layout li{
  width: 33.3%;
  float: left;
  border-bottom:2px solid #f6f6f6;
  border-right:2px solid #f6f6f6;
  height: 100px; 
}
.cp-device li:nth-child(3n+0), #cp-sel-layout li:nth-child(3n+0){
  border-right:0;
}
.cp-device li a, #cp-sel-layout li a{
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 120px;
}
#cp-sel-layout li, #cp-sel-layout li a{
  height: 100px;
}
.cp-device li a:hover, #cp-sel-layout li a:hover,.cp-device li a.active, #cp-sel-layout li a.active{
  background: #f6f6f6;
}
.cp-device li a span{
  display: block;
  text-align: center;
}
#cp-add-cart{
  text-align: center;
}
.cp-btn-action a{
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
.cp-btn-action a i{
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.btn-open{
  height: 50px;
  display: block;
  background: #333;
  color: #fff !important;
  font-size: 22px;
  padding: 0 20px;
  line-height: 50px;
}
.cp-model{
  padding: 20px 0 17px;
  overflow: hidden;
}
.cp-model li{
  width: 25%;
  float: left;
}
.cp-model li a{
  display: block;
  overflow: hidden;
  position: relative;
  border:1px solid #f6f6f6;
  padding-bottom: 20px;
}
.cp-model li a:hover, .cp-model li a.active{
  border-color:#333;
}
.cp-model li a span{
 position: absolute; 
 left: 0;
 bottom: 0;
 display: block;
 width: 100%;
 text-align: center;
 background: #333;
 height: 20px;
 line-height: 20px;
 color: #fff;
}
.cp-model li img{
  width: 100%;
  display: block;
}
.disabled .list{
  display: none;
}
.cp-device img{
  height: 51px;
}
#wrap-phone{
  padding-bottom: 40px;
  overflow: hidden;
}
.btn-open:hover{
  opacity : .9;
  filter: alpha(opacity = 90);
}
.cp-h-v a:hover{
  opacity : .9;
  filter: alpha(opacity = 90);
}
.cp-h-v a i{
  color: #F6F6F6 !important;
}
.cp-h-v a i.escuro{
  color: #504C4C !important;
}
.cp-h-v a i.vermelho{
  color: #ff0030 !important;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .btn-open{
    font-size: 15px;
  }
  .jscroll{
    margin: 0;
  }
  #cp-crop-image #cp-cropit-me{
    margin-left:30px; 
  }
}
@media only screen and (max-width: 767px) {
  #wrap-phone{
    width: 320px;
    margin: 0 auto;
  }
  #mycase .cp-info-dev {
    margin-bottom: 13px;
    padding-top: 30px;
    text-align: center;
  }
  #mycase .cp-info-dev .cp-title {
    color: #333;
    display: inline;
    font-size: 30px;
    line-height: normal;
  }
  .cp-btn-action{
    text-align: center;
  }
}

.bt-enviar-imagem{
  border:none;
  background: none;
  color: #333;
  padding: 10px 8px;
  height: 96px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}

.bt-enviar-imagem:hover{
  background:#eee;
  color: #333;
}

.bt-enviar-imagem:active,.bt-enviar-imagem:focus{
  color: #333;
  background-color: #eee;
  border:none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.bt-enviar-imagem .icon-span-filestyle{
  font-size: 3.8rem;
  width: 100%;
  display: table;
  filter: var(--cor-svg-secundaria);
}

#cp-device-ori-to-print .cp-modify, #cp-device-ori-to-print .cp-delete-fast, #imagemAlta .cp-modify, #imagemAlta .cp-delete-fast{
  display: none;
}

.btn-super-lg{
  padding: 10px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-mini-lg{
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3333333;
  border-radius: 6px;
}
.pWhite{
  background: #FFF;
  margin-top: 4px;
}
.br-none-1{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.br-none-2{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.no-border{
  border: none;
}
.no-bg{
  background: none;
}