@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
.blue_one_color {
  --color-blue-one: #334059;
}
.blue_two_color {
  --color-blue-two: #263147;
}
.blue_tree_color {
  --color-blue-tree: #51a6ea;
}
.blue_four_color {
  --color-blue-four: #4f5c75;
}
.color_menu_bar {
  --color-menu-bar: rgba(0,0,0,0.4);
}
input,
a,
button {
  outline: none !important;
  -webkit-appearance: none;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
body {
  font-family: 'Open Sans' !important;
  font-size: 16px;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
img {
  max-width: 100%;
}
img:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  font-family: 'Open Sans';
  outline: none;
}
button.icon-vs-text {
  display: inline-block;
  font-size: 11px;
  width: 48.9%;
  margin: 0 auto 1%;
  background: #51a6ea;
  color: #fff;
  padding: 4px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
  line-height: 12px;
  min-height: 44px;
  vertical-align: top;
}
button.icon-vs-text img {
  margin-right: 6px !important;
  height: auto;
  width: 25px !important;
}
button.icon-vs-text:hover {
  background: #334059;
}
button.icon-vs-text span {
  text-align: center;
  line-height: 14px;
  width: calc(100% - 47px);
}
button.icon-vs-text.only-text span {
  width: 100%;
}
button.btn-square {
  border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  background: #c95789;
  margin-bottom: 60px;
}
button.btn-suscrip {
  background: #21c4fc;
  margin: 0 0 20px;
  text-transform: uppercase;
}
button.btn-suscrip:hover {
  background: #1990c3;
}
button.pink-button {
  background: #d8818f;
}
a.closeX,
button.closeX {
  height: 14px;
  width: 14px;
  color: #374750;
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 999;
}
a.closeX:hover,
button.closeX:hover {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
a.closeX:after,
button.closeX:after,
a.closeX:before,
button.closeX:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #374750;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
a.closeX:after,
button.closeX:after {
  transform: rotate(45deg);
}
a.closeX:before,
button.closeX:before {
  transform: rotate(-45deg);
}
a.closeX:hover:before,
button.closeX:hover:before {
  transform: rotate(-135deg);
}
a.closeX:hover:after,
button.closeX:hover:after {
  transform: rotate(-45deg);
}
.userPadding .closeX {
  top: 14px;
  right: -4px;
}
header {
  height: 53px;
  width: 100%;
  padding: 0 15px 3px 10px;
  background: #2fada4;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
header .leftSide button {
  width: 20px;
  font-size: 20px;
  color: #fff;
}
header .leftSide .logo {
  width: 127px;
}
header .leftSide .userProfile {
  margin-left: 10px;
  width: auto;
  padding-right: 30px;
}
header .leftSide .userProfile:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  transform: rotate(45deg) translateY(-50%);
  content: '';
  position: absolute;
  right: 10px;
  top: 42%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
header .leftSide .userProfile figure {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
header .leftSide .userProfile figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
header .leftSide .userProfile span {
  color: #e6e6e6;
  font-size: 13px;
  font-family: 'Open Sans';
  position: relative;
}
header .leftSide .userProfile:hover:after {
  top: 33%;
  transform: rotate(135deg) translateY(-50%);
}
header .rightSide {
  margin-top: 2px;
}
header .rightSide .nameProyect-fieldSearch:hover button {
  opacity: 1;
}
header .rightSide input {
  border: 1px solid transparent;
  background: none;
  -webkit-appearance: none;
  text-align: right;
  font-family: 'Open Sans';
}
header .rightSide input:focus {
  border-bottom: 1px solid #fff;
}
header .rightSide input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
}
header .rightSide input::-moz-placeholder {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
}
header .rightSide input:-ms-input-placeholder {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
}
header .rightSide input:-moz-placeholder {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
}
header .rightSide i {
  font-style: normal;
}
header .rightSide button {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
header .rightSide span {
  font-family: 'Open Sans';
  font-weight: 300;
  border-left: 1px solid rgba(255,255,255,0.15);
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
header .rightSide span a i {
  font-weight: normal;
  display: block;
}
header .rightSide span a img {
  display: none;
}
header .rightSide select {
  font-family: 'Open Sans' !important;
  font-weight: 300;
}
header .rightSide select#categoriaTemplate {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  width: 90px;
  border: none;
  background: #424141;
  color: #fff !important;
  height: 29px;
  -webkit-appearance: menulist;
  outline: 0;
}
header .rightSide select#categoriaTemplate:hover {
  color: #fff;
}
@media (max-width: 540px) {
  header .leftSide {
    width: auto;
  }
}
header .leftSide button,
header .leftSide .logo,
header .leftSide .userProfile {
  display: inline-block;
}
@media (max-width: 540px) {
  header .leftSide .logo {
    width: 60px !important;
  }
}
@media (max-width: 941px) {
  header .leftSide .userProfile:after {
    right: 16px;
  }
}
@media (max-width: 640px) {
  header .leftSide .userProfile {
    margin: 0;
  }
}
@media (max-width: 540px) {
  header .leftSide .userProfile {
    padding: 0;
  }
}
@media (max-width: 320px) {
  header .leftSide .userProfile {
    padding-right: 24px;
  }
}
header .leftSide .userProfile figure,
header .leftSide .userProfile span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  header .leftSide .userProfile:after {
    right: -13px;
  }
  header .leftSide .userProfile figure {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 941px) {
  header .leftSide .userProfile span span {
    display: none;
  }
  header .leftSide .userProfile span .desplegable-hidden {
    top: -9px;
    right: -29px;
  }
}
header .rightSide input,
header .rightSide span {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 941px) {
  header .rightSide i.fa-pen {
    display: none;
  }
  header .rightSide #NombreCanvas_user,
  header .rightSide .emojis-switch,
  header .rightSide input {
    display: none;
  }
}
@media (max-width: 980px) {
  header .rightSide span i {
    display: block !important;
  }
  header .rightSide span img {
    display: none !important;
    width: 15px;
  }
}
@media (max-width: 560px) {
  header .rightSide span img {
    width: 12px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 560px) {
  header .rightSide select {
    width: 60px !important;
  }
}
@media (max-width: 560px) {
  select {
    font-size: 12px !important;
  }
}
section {
  height: calc(100vh - 53px);
  display: flex;
  overflow: hidden;
}
@media (max-width: 480px) {
  section {
    height: calc(100vh - 39px);
  }
}
section .sidebar,
section .workspace {
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
}
.sidebar {
  display: flex;
  width: 33.33%;
  width: 482px;
  position: relative;
  z-index: 99999;
}
.sidebar .sidebarMenu {
  justify-content: space-between;
  background-color: #c3c7c9;
  width: 80px;
  padding-top: 8px;
}
.sidebar .sidebarMenu .open-guide {
  padding: 0 2px;
  text-align: center;
  line-height: 13px;
  background-color: #404d66;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webki-transition: all 0.4s;
  height: 45px;
}
.sidebar .sidebarMenu .open-guide:hover {
  background-color: #51a6ea;
}
.sidebar .sidebarMenu .open-guide:hover span {
  color: #fff;
}
.sidebar .sidebarMenu .open-guide span {
  font-size: 10px;
  text-transform: uppercase;
  color: #afb8ca;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webki-transition: all 0.4s;
}
.sidebar .sidebarMenu .sideBarNav {
  height: 100%;
}
.sidebar .sidebarMenu .sideBarNav button {
  height: auto;
  width: 100%;
  text-align: center;
  transition: all 0.01s;
  -moz-transition: all 0.01s;
  -webki-transition: all 0.01s;
  font-family: 'Open Sans';
  color: #374750;
  text-transform: uppercase;
  padding: 20px 0 15px;
  position: relative;
}
.sidebar .sidebarMenu .sideBarNav button:before {
  top: 0;
  border-radius: 0 0 0 6px;
}
.sidebar .sidebarMenu .sideBarNav button:after {
  bottom: 0;
  border-radius: 6px 0 0 0;
}
.sidebar .sidebarMenu .sideBarNav button .conteo {
  position: absolute;
  top: 52px;
  right: 16px;
  min-width: 14px;
  border-radius: 50%;
  height: 14px;
  color: #fff;
  z-index: 9999;
  background: #cd2e78;
  font-size: 8px;
  padding: 0 2px;
  line-height: 14px;
}
.sidebar .sidebarMenu .sideBarNav button svg {
  width: 36px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.sidebar .sidebarMenu .sideBarNav button svg g {
  display: block;
  fill: #374750;
}
.sidebar .sidebarMenu .sideBarNav button span {
  margin-top: 10px;
  display: block;
  font-size: 10px;
  transition: all 0.01s;
  -moz-transition: all 0.01s;
  -webki-transition: all 0.01s;
}
.sidebar .sidebarMenu .sideBarNav button.active {
  background: #dbdcdd;
}
.sidebar .sidebarMenu .sideBarNav button.active svg g {
  fill: #1b9b8b;
}
.sidebar .sidebarMenu .sideBarNav button.active span {
  color: #1b9b8b;
}
.sidebar .sidebarMenu .sideBarNav button:hover svg g {
  fill: #1b9b8b;
}
.sidebar .sidebarMenu .sideBarNav button:hover span {
  color: #1b9b8b;
}
.sidebar .sidePanel {
  background-color: #dbdcdd;
  width: calc(100% - 72px);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  padding: 5px 2px 5px 0;
}
.sidebar .sidePanel .closePanel {
  display: none;
}
.sidebar .sidePanel .panelSearch {
  width: 90%;
  margin: 0 auto;
  height: 37px;
  position: relative;
  justify-content: space-between;
  display: flex;
}
.sidebar .sidePanel .panelSearch button {
  width: 37px;
  background: #51a6ea;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.sidebar .sidePanel .panelSearch input.search {
  width: calc(100% - 37px);
  background: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  color: #818490;
  padding-left: 10px;
  border: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.sidebar .dropdown {
  top: 0;
  right: 37px;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  background: #fff !important;
}
.sidebar .dropdown button {
  width: 80px !important;
  color: #535b65 !important;
  font-size: 12px;
  background: #fff !important;
  height: 37px;
  display: flex !important;
}
.sidebar .dropdown button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 21px;
  border-left: 1px dotted #525c6e;
}
.sidebar .dropdown button:after {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .sidebar {
    width: 493px;
  }
}
@media (max-width: 941px) {
  .sidebar {
    position: fixed;
    width: 100%;
    max-width: none;
    min-width: auto;
    left: 0;
    height: calc(100% - 30%);
    top: 100%;
    z-index: 9999;
  }
  .sidebar.sideBarShow {
    top: 30%;
  }
}
@media (max-width: 941px) {
  .sidebar .sidebarMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 0;
  }
}
@media (max-width: 941px) {
  .sidebar .sidebarMenu .sideBarNav {
    height: auto;
  }
}
@media (max-height: 941px) {
  .sidebar .sidebarMenu .sideBarNav button {
    padding: 15px 0 10px;
  }
}
@media (max-height: 640px) {
  .sidebar .sidebarMenu .sideBarNav button {
    padding: 10px;
  }
}
@media (max-height: 414px) {
  .sidebar .sidebarMenu .sideBarNav button {
    padding: 0 10px;
  }
}
.sidebar .sidebarMenu .sideBarNav button:after,
.sidebar .sidebarMenu .sideBarNav button:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 4px;
  background: #c3c7c9;
  transition: 0.5s;
}
@media (max-width: 941px) {
  .sidebar .sidebarMenu .sideBarNav button svg {
    width: 24px;
    position: relative;
  }
  .sidebar .sidebarMenu .sideBarNav button:after,
  .sidebar .sidebarMenu .sideBarNav button:before {
    display: none;
  }
}
@media (max-height: 640px) {
  .sidebar .sidebarMenu .sideBarNav button svg {
    width: 26px;
  }
}
@media (max-height: 414px) {
  .sidebar .sidebarMenu .sideBarNav button svg {
    width: 18px;
  }
}
@media (max-height: 640px) {
  .sidebar .sidebarMenu .sideBarNav button span {
    margin-top: 5px;
    font-size: 9px;
  }
}
@media (max-width: 941px) {
  .sidebar .sidebarMenu .sideBarNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar .sidebarMenu .sideBarNav button {
    display: inline-block;
    width: 16.4%;
    margin-left: -3px;
    height: 32px;
    padding: 6px 0 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .sidebar .sidebarMenu .sideBarNav button i {
    font-size: 14;
  }
  .sidebar .sidebarMenu .sideBarNav button span {
    display: none;
  }
}
@media (max-width: 941px) {
  .sidebar .sidePanel {
    width: 100%;
    position: absolute;
    top: 100%;
    height: calc(100% - 50px);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
  }
  .sidebar .sidePanel.slideUpPanel {
    top: 0;
    padding-top: 20px;
  }
  .sidebar .sidePanel.slideUpPanel .closePanel {
    color: #263147;
    width: 22px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: block;
  }
}
@media (max-width: 480px) {
  .sidebar .sidePanel {
    padding-top: 0 !important;
    height: calc(100% - 38px);
  }
  .sidebar .sidePanel.slideUpPanel .closePanel i {
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  }
}
.sidebar .sidePanel .panelSearch input,
.sidebar .sidePanel .panelSearch button {
  display: inline-block;
}
.hidden-sidebar {
  width: 72px;
}
.workspace {
  background-color: #dadde0;
  width: calc(100% - 482px);
  position: relative;
  height: 100%;
  z-index: 99;
}
.workspace .workspace-section {
  height: calc(100% - 40px);
  position: relative;
  width: 100%;
}
.workspace .workspace-section .simplebar-content {
  display: flex;
  align-items: center;
  margin-top: -1.3%;
}
.workspace .workspaceContent {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webki-transition: 0.5s;
  position: absolute;
  background: #fff;
  box-shadow: rgba(83,85,87,0.11) 0 0 0.25px 1px;
}
.workspace.wide-nosidePanel {
  width: calc(100% - 73px);
}
@media (max-width: 941px) {
  .workspace {
    width: 100% !important;
  }
}
.double-templates .sidebar {
  width: 63.33% !important;
  max-width: inherit;
}
.double-templates .workspace {
  width: calc(100% - 63.33%);
}
.double-templates .content-sub-cats.catTemplates .fieldTemplates {
  width: 49%;
  margin-right: 17px;
}
.wrapHeight,
.wrapHeight1,
.wrapHeight2,
.wrapHeight3,
.wrapHeight4,
.wrapHeight5,
.wrapHeight6,
.wrapHeight7,
.wrapHeight8 {
  height: 100%;
}
.wrapHeight .boxContent,
.wrapHeight1 .boxContent,
.wrapHeight2 .boxContent,
.wrapHeight3 .boxContent,
.wrapHeight4 .boxContent,
.wrapHeight5 .boxContent,
.wrapHeight6 .boxContent,
.wrapHeight7 .boxContent,
.wrapHeight8 .boxContent {
  padding: 0 5px;
  display: none;
}
.wrapHeight .boxContent ul,
.wrapHeight1 .boxContent ul,
.wrapHeight2 .boxContent ul,
.wrapHeight3 .boxContent ul,
.wrapHeight4 .boxContent ul,
.wrapHeight5 .boxContent ul,
.wrapHeight6 .boxContent ul,
.wrapHeight7 .boxContent ul,
.wrapHeight8 .boxContent ul {
  margin: 0;
  padding: 0 2% 0 4%;
  list-style-type: none;
  margin: auto;
}
@media (max-width: 980px) {
  .wrapHeight .boxContent ul,
  .wrapHeight1 .boxContent ul,
  .wrapHeight2 .boxContent ul,
  .wrapHeight3 .boxContent ul,
  .wrapHeight4 .boxContent ul,
  .wrapHeight5 .boxContent ul,
  .wrapHeight6 .boxContent ul,
  .wrapHeight7 .boxContent ul,
  .wrapHeight8 .boxContent ul {
    text-align: center;
  }
}
.wrapHeight .boxContent ul li,
.wrapHeight1 .boxContent ul li,
.wrapHeight2 .boxContent ul li,
.wrapHeight3 .boxContent ul li,
.wrapHeight4 .boxContent ul li,
.wrapHeight5 .boxContent ul li,
.wrapHeight6 .boxContent ul li,
.wrapHeight7 .boxContent ul li,
.wrapHeight8 .boxContent ul li {
  width: 47.5%;
  height: 150px;
  display: inline-block;
  background: #f00;
}
.wrapHeight .boxContent ul li:nth-of-type(2n+1),
.wrapHeight1 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight2 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight3 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight4 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight5 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight6 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight7 .boxContent ul li:nth-of-type(2n+1),
.wrapHeight8 .boxContent ul li:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media (max-width: 980px) {
  .wrapHeight .boxContent ul li,
  .wrapHeight1 .boxContent ul li,
  .wrapHeight2 .boxContent ul li,
  .wrapHeight3 .boxContent ul li,
  .wrapHeight4 .boxContent ul li,
  .wrapHeight5 .boxContent ul li,
  .wrapHeight6 .boxContent ul li,
  .wrapHeight7 .boxContent ul li,
  .wrapHeight8 .boxContent ul li {
    width: 90%;
    display: block;
    margin: 0 auto 8px !important;
  }
}
.wrapHeight .boxContent.contentDesign li,
.wrapHeight1 .boxContent.contentDesign li,
.wrapHeight2 .boxContent.contentDesign li,
.wrapHeight3 .boxContent.contentDesign li,
.wrapHeight4 .boxContent.contentDesign li,
.wrapHeight5 .boxContent.contentDesign li,
.wrapHeight6 .boxContent.contentDesign li,
.wrapHeight7 .boxContent.contentDesign li,
.wrapHeight8 .boxContent.contentDesign li {
  background: #000;
}
.wrapHeight .boxContent.contentPhotos li,
.wrapHeight1 .boxContent.contentPhotos li,
.wrapHeight2 .boxContent.contentPhotos li,
.wrapHeight3 .boxContent.contentPhotos li,
.wrapHeight4 .boxContent.contentPhotos li,
.wrapHeight5 .boxContent.contentPhotos li,
.wrapHeight6 .boxContent.contentPhotos li,
.wrapHeight7 .boxContent.contentPhotos li,
.wrapHeight8 .boxContent.contentPhotos li {
  background: #ccc;
}
.wrapHeight .boxContent.contentBackground li,
.wrapHeight1 .boxContent.contentBackground li,
.wrapHeight2 .boxContent.contentBackground li,
.wrapHeight3 .boxContent.contentBackground li,
.wrapHeight4 .boxContent.contentBackground li,
.wrapHeight5 .boxContent.contentBackground li,
.wrapHeight6 .boxContent.contentBackground li,
.wrapHeight7 .boxContent.contentBackground li,
.wrapHeight8 .boxContent.contentBackground li {
  background: #d07;
}
.wrapHeight .boxContent.contentTexts li,
.wrapHeight1 .boxContent.contentTexts li,
.wrapHeight2 .boxContent.contentTexts li,
.wrapHeight3 .boxContent.contentTexts li,
.wrapHeight4 .boxContent.contentTexts li,
.wrapHeight5 .boxContent.contentTexts li,
.wrapHeight6 .boxContent.contentTexts li,
.wrapHeight7 .boxContent.contentTexts li,
.wrapHeight8 .boxContent.contentTexts li {
  background: #ea7;
}
.wrapHeight .boxContent.contentObjects li,
.wrapHeight1 .boxContent.contentObjects li,
.wrapHeight2 .boxContent.contentObjects li,
.wrapHeight3 .boxContent.contentObjects li,
.wrapHeight4 .boxContent.contentObjects li,
.wrapHeight5 .boxContent.contentObjects li,
.wrapHeight6 .boxContent.contentObjects li,
.wrapHeight7 .boxContent.contentObjects li,
.wrapHeight8 .boxContent.contentObjects li {
  background: #af2;
}
.wrapHeight .boxContent.contentUploads li,
.wrapHeight1 .boxContent.contentUploads li,
.wrapHeight2 .boxContent.contentUploads li,
.wrapHeight3 .boxContent.contentUploads li,
.wrapHeight4 .boxContent.contentUploads li,
.wrapHeight5 .boxContent.contentUploads li,
.wrapHeight6 .boxContent.contentUploads li,
.wrapHeight7 .boxContent.contentUploads li,
.wrapHeight8 .boxContent.contentUploads li {
  background: #aff;
}
.zoomBar {
  background-color: rgba(27,41,53,0.75);
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 0 10px;
  height: 36px;
  width: 158px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  display: none;
}
.zoomBar hr {
  height: 100%;
  width: 1px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
  border: 0 !important;
}
.zoomBar button {
  color: #b3b7c5;
  font-size: 16px;
  display: inline-block;
  width: 20px;
}
.zoomBar button img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 4px;
}
.zoomBar img.cliqueable {
  width: 20px;
  margin: 0;
}
.zoomBar .dropdown {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.zoomBar .dropdown button {
  outline: 0;
  background: #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #263147;
  font-size: 11px;
  width: auto;
  text-align: center;
  height: 25px;
  padding: 0 7px;
  margin: 0;
}
.zoomBar .inlineField {
  display: inline-block;
  vertical-align: middle;
}
.zoomBar .inlineField .name-field {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-weight: 100;
}
@media (min-width: 1023px) {
  .zoomBar {
    display: block !important;
  }
}
.zoomBar button img,
.zoomBar button span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 860px) {
  .zoomBar {
    right: 0;
    left: auto;
    transform: translateX(0);
    bottom: 51px;
    z-index: 10;
  }
}
@media (max-width: 475px) {
  .zoomBar {
    bottom: 37px;
  }
}
#coords {
  position: absolute;
  top: 0 !important;
  right: 27px !important;
  left: auto !important;
  color: rgba(0,0,0,0.2);
  font-size: 10px;
  z-index: 99999999999;
}
#coords_size {
  position: absolute;
  bottom: 7px !important;
  left: auto !important;
  right: 7px !important;
  right: auto !important;
  color: rgba(0,0,0,0.9);
  font-size: 10px;
  z-index: 999999999999;
}
.toolsWork {
  position: relative;
  padding: 0 10px;
  z-index: 99999;
  top: 0;
  height: 40px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(63,70,82,0.15);
}
.toolsWork div {
  margin: 0 !important;
}
.toolsWork img {
  font-size: 16px;
  width: 20px !important;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
  margin: 0 !important;
}
.toolsWork img:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.toolsWork img#textOverline {
  margin: 0 1% !important;
}
.toolsWork select {
  height: 24px !important;
  padding: 0 !important;
  font-family: 'Open Sans' !important;
  font-size: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
  display: block;
  color: rgba(0,0,0,0.8);
  -webkit-appearance: inherit;
  z-index: 9999;
  background: none;
}
.toolsWork i {
  color: #9a9a9a;
}
.toolsWork #div_color,
.toolsWork #div_color2 {
  position: relative;
  width: auto;
}
.toolsWork #div_color.tool,
.toolsWork #div_color2.tool {
  width: 20px !important;
  height: 20px !important;
  box-shadow: 1px 1px #ccc;
  -moz-box-shadow: 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px #ccc;
  border: 1px solid rgba(0,0,0,0.45);
  border-radius: inherit;
  padding: 0;
  margin: 0 6px 0 0 !important;
  background: #fff;
}
.toolsWork #div_color.tool:before,
.toolsWork #div_color2.tool:before {
  display: none !important;
}
.toolsWork #div_color.tool div,
.toolsWork #div_color2.tool div {
  vertical-align: top;
  margin: 0 !important;
  border-radius: inherit;
  border: none !important;
}
.toolsWork #div_color2 {
  border-color: 6px solid #000;
}
.toolsWork #div_color2.tool div {
  background: rgba(255,255,255,0);
}
.toolsWork .border-field i {
  position: absolute;
  right: 6px;
  top: 3px;
}
.toolsWork #texOverline {
  margin: 0 !important;
}
.toolsWork .side-tools {
  position: absolute;
  right: 16px;
  width: auto;
}
.toolsWork .side-tools div.more-buttons-box {
  margin: 0 !important;
}
.toolsWork .side-tools div.more-buttons-box .more-buttons .box-tooltip {
  width: 140px;
}
.toolsWork .side-tools .layerings {
  margin-left: 0 !important;
}
.toolsWork .toolContent {
  width: 100%;
  height: 40px;
  margin: -2px 0 0 0 !important;
}
.toolsWork .toolContent::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
.toolsWork .toolContent::-webkit-scrollbar {
  height: 2px;
  background-color: none;
}
.toolsWork .toolContent::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.2);
}
.toolsWork .toolContent::-moz-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
.toolsWork .toolContent::-moz-scrollbar {
  height: 2px;
  background-color: none;
}
.toolsWork .toolContent::-moz-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.2);
}
.toolsWork .toolContent::-ms-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
.toolsWork .toolContent::-ms-scrollbar {
  height: 2px;
  background-color: none;
}
.toolsWork .toolContent::-ms-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.2);
}
.toolsWork .toolContent::-o-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: none;
  background: none;
}
.toolsWork .toolContent::-o-scrollbar {
  height: 2px;
  background-color: none;
}
.toolsWork .toolContent::-o-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.2);
}
.toolsWork .toolContent .masktoolContent {
  width: 100%;
  height: 40px;
}
.toolsWork .option-obj-resp input {
  height: 3px !important;
  width: calc(100% - 100px) !important;
}
.toolsWork .option-obj-resp i {
  font-size: 14px;
  color: #9a9a9a;
}
.toolsWork .option-obj-resp span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  margin-right: 4px;
}
.toolsWork .option-obj-resp button {
  margin: 0 1%;
}
.toolsWork .option-obj-resp.justify-options .more-buttons-box .more-buttons:before {
  left: 18px;
}
.toolsWork .option-obj-resp.justify-options .more-buttons-box .more-buttons .box-tooltip {
  width: 220px;
}
.toolsWork .option-obj-resp.justify-options .more-buttons-box .more-buttons .box-tooltip a img {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.toolsWork .minor-select {
  width: 46px !important;
  margin-right: 2px !important;
}
.toolsWork .minor-select span {
  position: absolute;
  right: 0;
  z-index: 9999;
  width: 14px;
}
.toolsWork .minor-select span img {
  width: 7px !important;
}
.toolsWork div,
.toolsWork img,
.toolsWork select {
  display: flex;
  align-items: center;
  float: none !important;
  margin: 0 4px !important;
  position: relative;
  text-align: left;
}
@media (max-width: 460px) {
  .toolsWork img {
    width: 18px !important;
  }
}
.toolsWork i:hover,
.toolsWork i.hoverColor {
  color: #263147;
}
@media (max-width: 941px) {
  .toolsWork i {
    font-size: 13px;
  }
}
@media (max-width: 414px) {
  .toolsWork #div_color.tool {
    width: 22px !important;
  }
}
@media (min-width: 1120px) {
  .toolsWork .side-tools {
    right: 6px;
  }
}
@media (max-width: 700px) {
  .workspace #toolsWork.toolsWork {
    height: 80px;
  }
  .workspace #toolsWork.toolsWork .toolContent {
    top: 20px;
    padding: 0 26px !important;
  }
  .workspace #toolsWork.toolsWork .toolContent .masktoolContent {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
  }
  .workspace #toolsWork.toolsWork .toolContent .masktoolContent .swatch,
  .workspace #toolsWork.toolsWork .toolContent .masktoolContent .button-click-tools {
    margin: 0;
  }
  .workspace #toolsWork.toolsWork .side-tools {
    right: auto;
    height: 20px;
    top: 7px;
    width: calc(100% - 20px);
    padding: 0 30px !important;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
  }
  .workspace #toolsWork.toolsWork .side-tools:before {
    content: '';
    width: 120%;
    height: 1px;
    background: rgba(0,0,0,0.15);
    position: absolute;
    bottom: -9px;
    left: -20px;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp .more-buttons-box .more-buttons {
    top: 30px;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp.aligner .more-buttons {
    left: 290%;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp.aligner .more-buttons:before {
    top: -8px;
    right: 154px;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp.layerings .more-buttons {
    left: 230%;
    width: auto !important;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp.layerings .more-buttons:before {
    top: -8px;
    right: 116px;
  }
  .workspace #toolsWork.toolsWork .side-tools .option-obj-resp.layerings .more-buttons .box-tooltip {
    width: 150px !important;
  }
}
.toolsWork .side-tools a,
.toolsWork .side-tools div {
  margin: 0 4px !important;
}
.toolsWork .side-tools a img,
.toolsWork .side-tools div img {
  margin: 0 !important;
}
.toolsWork .side-tools .trash-icon,
.toolsWork .side-tools .oval {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4%;
}
@media (max-width: 1034px) {
  .toolsWork .toolContent width 83% {
    margin: 0 !important;
    vertical-align: top;
  }
}
.toolsWork .option-obj-resp input,
.toolsWork .option-obj-resp button {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 414px) {
  .toolsWork .minor-select {
    width: 33px !important;
  }
}
@media (max-width: 414px) {
  .toolsWork .minor-select span {
    display: none;
  }
}
@media (max-width: 414px) {
  .toolsWork .minor-select span {
    width: 10px;
  }
}
@media (max-width: 860px) {
  .toolsWork .large-select select#selectOpt {
    width: 110px !important;
  }
}
@media (min-width: 1120px) {
  .toolsWork .side-tools div.more-buttons-box .more-buttons .box-tooltip {
    width: auto !important;
  }
}
.size-boxes {
  display: inline-block;
}
.size-boxes label {
  display: block;
  margin: 8px 0 0;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
.size-boxes .sizes-dimensions {
  display: inline-block;
  text-align: center;
}
.size-boxes .sizes-dimensions span {
  color: #fff;
}
.size-boxes .sizes-dimensions div {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin: 0;
}
.size-boxes .sizes-dimensions div:nth-of-type(2) {
  margin: 0 8px;
  width: 20px;
}
.size-boxes .sizes-dimensions div.lockBox {
  padding: 4px;
  border: 1px solid #51a6ea;
  width: auto;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
}
.size-boxes .sizes-dimensions div.lockBox:after {
  right: -21px;
}
.size-boxes .sizes-dimensions div.lockBox:before {
  left: -7px;
}
.size-boxes .sizes-dimensions div input[type=checkbox] {
  background: url("../images/padlock.svg") no-repeat 0 0/100%;
  width: 10px !important;
  display: block;
  margin: 0 !important;
  padding: 4px;
  border: 0;
  height: 12px;
}
.size-boxes .sizes-dimensions div input[type=checkbox]:checked {
  content: '';
  background: url("../images/padlock-unlock.svg") no-repeat 0 0/100%;
}
.size-boxes .sizes-dimensions div input[type=checkbox]:checked:before {
  display: none;
}
.size-boxes .sizes-dimensions div label {
  text-align: center;
  color: #fff;
  margin-top: 6px;
}
.size-boxes label,
.size-boxes input,
.size-boxes select {
  width: 100% !important;
}
.size-boxes select,
.size-boxes input {
  -webkit-appearance: none;
  display: block;
  border: 1px solid #51a6ea;
  color: #263147;
  background: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.size-boxes .sizes-dimensions div.lockBox:after,
.size-boxes .sizes-dimensions div.lockBox:before {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  border-top: 1px solid #51a6ea;
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}
.predeterm .boxer {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 48.9%;
  margin: 0 2px 5px 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  height: 158px;
  position: relative;
  overflow: hidden;
  background: rgba(81,166,234,0.15);
}
.predeterm .boxer:nth-of-type(odd) {
  margin-right: 0;
}
.predeterm .boxer figure {
  overflow: hidden;
  margin: auto;
  border: 1px solid #51a6ea;
}
.predeterm .boxer figure img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.predeterm .boxer .container-size-img {
  height: 58%;
  display: flex;
}
.predeterm .boxer .name {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
}
.predeterm .boxer .name small {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
}
.predeterm .boxer.original figure {
  width: 100px;
  height: 67px;
}
.predeterm .boxer.imgFB figure {
  width: 70px;
  height: 70px;
}
.predeterm .boxer.enlaceFB figure {
  width: 100px;
  height: 52px;
}
.predeterm .boxer.portadaFB figure {
  width: 100px;
  height: 37px;
}
.predeterm .boxer.publInstagram figure {
  width: 70px;
  height: 70px;
}
.predeterm .boxer.publTweet figure {
  width: 100px;
  height: 50px;
}
.predeterm .boxer.headTwitter figure {
  width: 100px;
  height: 33px;
}
.predeterm .boxer.publPint figure {
  width: 46px;
  height: 70px;
}
.predeterm .boxer.headEmail figure {
  width: 100px;
  height: 50px;
}
.predeterm .boxer.presentCard figure {
  width: 93px;
  height: 70px;
}
.predeterm .boxer.panoramic figure {
  width: 100px;
  height: 56px;
}
.predeterm .boxer.libroElec figure {
  width: 47px;
  height: 70px;
}
.predeterm .boxer:hover:before,
.predeterm .boxer.activer:before {
  background: rgba(81,166,234,0.8);
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  border: 1px solid #51a6ea;
}
.predeterm .boxer:hover:after,
.predeterm .boxer.activer:after {
  content: 'Seleccionar';
  padding: 4px 6px;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  font-size: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.predeterm .boxer figure,
.predeterm .boxer .name,
.predeterm .boxer small {
  display: block;
}
.fliping-box {
  margin-left: 8px;
}
.fliping-box a {
  margin: 0 8px;
  display: inline-block;
}
@media (max-width: 414px) {
  .fliping-box a {
    margin: 0 4px 0 0;
  }
}
.more-buttons-box {
  margin: 0 !important;
  position: relative;
}
.more-buttons-box .more-button-aperture {
  display: none;
}
.more-buttons-box .more-buttons {
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  left: -118%;
  top: 15px;
  margin: 0 !important;
  display: none;
  padding-top: 22px;
}
.more-buttons-box .more-buttons:before {
  z-index: 10;
  right: 20px;
  display: block;
  content: '';
  top: 14px;
  background: url("../images/triangle2.png") no-repeat 0 0/100%;
  width: 20px;
  height: 20px;
  position: absolute;
}
.more-buttons-box .more-buttons .box-tooltip {
  position: relative;
}
.more-buttons-box .more-buttons .box-tooltip .boldIcon img {
  width: 10px !important;
}
.more-buttons-box .more-buttons .box-tooltip .slashIcon {
  margin: 0 4px;
}
.more-buttons-box .more-buttons .box-tooltip .slashIcon img {
  width: 5px !important;
}
.more-buttons-box .more-buttons .box-tooltip .underlineIcon img {
  width: 13px !important;
}
.more-buttons-box .more-buttons .box-tooltip .uppercaseFont {
  margin: 0 4px;
}
.more-buttons-box .more-buttons .box-tooltip .uppercaseFont img {
  width: 19px !important;
}
@media (max-width: 1118px) {
  .more-buttons-box:hover .more-buttons,
  .more-buttons-box:hover .box-tooltip {
    display: block !important;
  }
}
@media (max-width: 1120px) {
  .more-buttons-box .more-button-aperture {
    display: block;
  }
}
@media (min-width: 1120px) {
  .more-buttons-box .more-buttons {
    display: inline-block;
    position: relative;
    transform: none;
    width: auto;
    top: auto;
    left: auto;
    padding: 0;
  }
  .more-buttons-box .more-buttons:before {
    display: none;
  }
}
@media (max-width: 1118px) {
  .more-buttons-box .more-buttons .box-tooltip {
    display: block;
    padding: 20px;
    width: 160px;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(63,70,82,0.15);
  }
  .more-buttons-box .more-buttons .box-tooltip:before {
    display: block;
  }
  .more-buttons-box .more-buttons .box-tooltip a {
    display: inline-block;
    width: 22px;
  }
  .more-buttons-box .more-buttons .box-tooltip.fourter {
    width: 210px;
  }
}
@media (min-width: 1120px) {
  .more-buttons-box .more-buttons .box-tooltip {
    width: auto;
  }
}
@media (max-width: 1260px) {
  .more-buttons-box .more-buttons .box-tooltip .slashIcon {
    margin: 0;
  }
}
@media (max-width: 1260px) {
  .more-buttons-box .more-buttons .box-tooltip .underlineIcon img {
    width: 10px !important;
  }
}
.more-buttons-box .more-buttons .box-tooltip #alignCenter,
.more-buttons-box .more-buttons .box-tooltip .justifyIcon {
  margin: 0 4px;
}
@media (max-width: 1260px) {
  .more-buttons-box .more-buttons .box-tooltip #alignLeft,
  .more-buttons-box .more-buttons .box-tooltip #alignCenter,
  .more-buttons-box .more-buttons .box-tooltip .justifyIcon,
  .more-buttons-box .more-buttons .box-tooltip #alignRight {
    margin: 0 !important;
  }
}
.more-buttons-box .more-buttons .box-tooltip #alignLeft img,
.more-buttons-box .more-buttons .box-tooltip #alignCenter img,
.more-buttons-box .more-buttons .box-tooltip .justifyIcon img,
.more-buttons-box .more-buttons .box-tooltip #alignRight img {
  width: 20px !important;
}
@media (max-width: 1260px) {
  .more-buttons-box .more-buttons .box-tooltip #alignLeft img,
  .more-buttons-box .more-buttons .box-tooltip #alignCenter img,
  .more-buttons-box .more-buttons .box-tooltip .justifyIcon img,
  .more-buttons-box .more-buttons .box-tooltip #alignRight img {
    width: 12px !important;
  }
}
@media (max-width: 1118px) {
  .more-buttons-box.parraf-toolt .more-buttons {
    left: -52px;
  }
}
@media (max-width: 1118px) {
  .more-buttons-box.parraf-toolt .more-buttons .box-tooltip {
    width: 190px;
  }
  .more-buttons-box.parraf-toolt .more-buttons .box-tooltip a {
    width: auto;
  }
}
@media (max-width: 1118px) {
  .more-buttons-box.text-toolt .more-buttons {
    left: -50%;
  }
}
@media (max-width: 1118px) {
  .more-buttons-box.text-toolt .box-tooltip {
    width: 110px;
  }
  .more-buttons-box.text-toolt .box-tooltip a {
    width: auto;
    margin: 0 !important;
  }
  .more-buttons-box.text-toolt .box-tooltip a#textOverline {
    margin: 0 !important;
  }
}
.option-obj-resp .more-buttons-box .more-button-aperture {
  display: inline-block;
  vertical-align: middle;
}
.option-obj-resp .more-buttons-box .more-buttons {
  position: absolute;
  transform: translateX(-50%);
  width: 140px;
  left: 210%;
  top: 0;
  margin: 34px 0 0 !important;
  padding-top: 0;
  display: none;
  z-index: 9999999999;
}
.option-obj-resp .more-buttons-box .more-buttons:before {
  z-index: 10;
  left: 20px;
  display: block;
  content: '';
  top: -5px;
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip {
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(63,70,82,0.15);
  margin: 0 !important;
  display: none;
  box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip:before {
  display: block;
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip a {
  display: inline-block;
  width: 22px;
  color: #374750 !important;
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip span {
  color: rgba(0,0,0,0.6);
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip input {
  width: 100% !important;
  margin: 5px auto 10px;
  height: 3px !important;
}
.option-obj-resp.rotate .more-buttons-box .more-buttons,
.option-obj-resp.zoom-img .more-buttons-box .more-buttons {
  left: 211%;
}
.option-obj-resp.rotate .more-buttons-box .more-buttons .box-tooltip,
.option-obj-resp.zoom-img .more-buttons-box .more-buttons .box-tooltip {
  width: 264px;
}
.option-obj-resp.aligner {
  margin-right: 0 !important;
}
.option-obj-resp.aligner .more-buttons {
  left: -211%;
  width: 189px !important;
}
.option-obj-resp.aligner .more-buttons span margin-bottom 6px {
  font-size: 12px;
}
.option-obj-resp.aligner .more-buttons:before {
  left: auto;
  right: 15px;
}
.option-obj-resp.aligner .more-buttons .box-tooltip {
  width: 190px !important;
}
.option-obj-resp.layerings .more-buttons {
  left: -271%;
  width: 218px !important;
}
.option-obj-resp.layerings .more-buttons span {
  margin-bottom: 6px;
  font-size: 12px;
}
.option-obj-resp.layerings .more-buttons:before {
  left: auto;
  right: 15px;
}
.option-obj-resp.layerings .more-buttons .box-tooltip {
  width: 196px !important;
}
.option-obj-resp.font-sprite-box {
  margin-top: 0 !important;
}
.option-obj-resp.font-sprite-box a {
  overflow: hidden;
  width: 250px;
  height: 34px;
  display: block;
}
.option-obj-resp.font-sprite-box a img {
  width: 100% !important;
  height: auto;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.option-obj-resp.font-sprite-box a.more-button-aperture {
  width: 100%;
  height: 25px;
  opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
  position: relative;
  overflow: inherit;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webki-transition: 0.5s;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 4px 3px;
}
.option-obj-resp.font-sprite-box a.more-button-aperture img {
  height: auto;
  margin: 0 !important;
}
.option-obj-resp.font-sprite-box a.more-button-aperture span {
  width: 14px;
  position: absolute;
  right: -7px;
  top: 1px;
}
.option-obj-resp.font-sprite-box a.more-button-aperture span img {
  width: 7px !important;
}
.option-obj-resp.font-sprite-box a.more-button-aperture:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.option-obj-resp.font-sprite-box .more-buttons-box {
  width: 140px;
  display: block;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons {
  left: 0;
  transform: translateX(0);
  width: 260px !important;
  padding: 0;
  height: 445px;
  margin-top: 44px !important;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons:before {
  top: -8px;
  left: 121px;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons.closeFont {
  display: none !important;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons .box-tooltip {
  width: 100%;
  padding: 3px 2px 0 0;
  height: 100%;
  display: block;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons .box-tooltip .box-font {
  height: 100% !important;
  overflow: auto;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: block;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons .box-tooltip .box-font a {
  display: block;
  width: 100%;
  height: 34px;
  margin: 0 auto;
  padding: 0;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webki-opzity: 0.4;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons .box-tooltip .box-font a img {
  width: 250px !important;
}
.option-obj-resp.font-sprite-box .more-buttons-box .more-buttons .box-tooltip .box-font a:hover {
  opacity: 1;
}
.option-obj-resp.font-sprite-box .more-buttons-box:hover {
  display: block !important;
}
.option-obj-resp.corchetes-tooltip {
  cursor: pointer;
  margin-left: -3px !important;
}
.option-obj-resp.corchetes-tooltip.no-margin-left {
  margin: 0 !important;
}
.option-obj-resp.corchetes-tooltip .more-button-aperture {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
  text-transform: none;
  font-family: 'Open Sans';
}
.option-obj-resp.corchetes-tooltip .more-button-aperture i {
  font-style: normal;
  font-size: 20px;
  margin: 0 4px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  color: #000;
}
.option-obj-resp.corchetes-tooltip .more-button-aperture i:first-of-type {
  margin-left: 0;
}
.option-obj-resp.corchetes-tooltip .more-button-aperture i:last-of-type {
  margin-right: 0;
}
.option-obj-resp.corchetes-tooltip:hover a {
  color: #000;
}
.option-obj-resp.corchetes-tooltip:hover a i {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.option-obj-resp.corchetes-tooltip .more-buttons {
  left: 0;
  transform: none;
}
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip {
  width: 380px;
}
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip .row {
  display: block;
  width: 100%;
}
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip .row input {
  width: calc(100% - 158px) !important;
}
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip .row span:first-of-type {
  width: 120px;
}
.option-obj-resp#redimension_menu .more-buttons-box {
  padding-bottom: 34px;
  margin-top: 34px !important;
}
.option-obj-resp#redimension_menu .more-buttons-box .more-buttons {
  left: 5px !important;
  width: 270px;
}
.option-obj-resp#redimension_menu .more-buttons-box .more-buttons:before {
  left: 203px !important;
}
.option-obj-resp#redimension_menu .more-buttons-box .more-buttons .box-tooltip {
  width: 100% !important;
}
.option-obj-resp#redimension_menu2 .more-buttons-box {
  padding-bottom: 34px;
  margin-top: 34px !important;
}
.option-obj-resp#redimension_menu2 .more-buttons-box .more-buttons {
  width: 138px !important;
  left: 4px !important;
}
.option-obj-resp#redimension_menu2 .more-buttons-box .more-buttons:before {
  left: 115px !important;
}
.option-obj-resp#redimension_menu2 .more-buttons-box .more-buttons .box-tooltip {
  width: 100% !important;
}
.option-obj-resp#redimension_menu2 .more-buttons-box .more-buttons .box-tooltip .box-tooltip-scroll {
  height: auto;
}
.masktoolContent .option-obj-resp .more-buttons-box,
.toolsWork .side-tools .option-obj-resp .more-buttons-box {
  padding-bottom: 10px;
  margin-top: 10px !important;
}
.masktoolContent .option-obj-resp.font-sprite-box .more-buttons-box,
.toolsWork .side-tools .option-obj-resp.font-sprite-box .more-buttons-box {
  padding-bottom: 20px;
  margin-top: 20px !important;
}
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip span,
.option-obj-resp .more-buttons-box .more-buttons .box-tooltip input {
  display: block !important;
}
.option-obj-resp .more-buttons-box:hover .more-button-aperture,
.option-obj-resp .more-buttons-box.activeMore .more-button-aperture {
  opacity: 1;
}
.option-obj-resp .more-buttons-box:hover .more-buttons,
.option-obj-resp .more-buttons-box.activeMore .more-buttons {
  display: block;
}
.option-obj-resp .more-buttons-box:hover .more-buttons .box-tooltip,
.option-obj-resp .more-buttons-box.activeMore .more-buttons .box-tooltip {
  display: block;
}
.option-obj-resp.font-sprite-box a.more-button-aperture span,
.option-obj-resp.font-sprite-box a.more-button-aperture img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 414px) {
  .option-obj-resp.font-sprite-box a.more-button-aperture span {
    display: none;
  }
}
@media (max-width: 414px) {
  .option-obj-resp.font-sprite-box a.more-button-aperture span img {
    margin-top: 0 !important;
  }
}
@media (max-width: 414px) {
  .option-obj-resp.font-sprite-box .more-buttons-box {
    width: 130px;
  }
}
@media (max-width: 375px) {
  .option-obj-resp.font-sprite-box .more-buttons-box {
    width: 94px;
  }
}
@media (max-width: 320px) {
  .option-obj-resp.font-sprite-box .more-buttons-box {
    width: 54px;
  }
}
@media (max-width: 1600px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture {
    font-size: 10px;
  }
}
.option-obj-resp.corchetes-tooltip .more-button-aperture i,
.option-obj-resp.corchetes-tooltip .more-button-aperture span {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  font-family: 'Open Sans';
}
@media (max-width: 1600px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture i,
  .option-obj-resp.corchetes-tooltip .more-button-aperture span {
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture i,
  .option-obj-resp.corchetes-tooltip .more-button-aperture span {
    font-size: 10px;
  }
}
@media (max-width: 1600px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture i {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .option-obj-resp.corchetes-tooltip .more-button-aperture i {
    font-size: 12px;
  }
}
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip .row span,
.option-obj-resp.corchetes-tooltip .more-buttons .box-tooltip .row input {
  display: inline-block !important;
  margin: 0;
  text-transform: none;
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-webkit-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@-o-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-o-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@-moz-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-moz-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
.toolsWork .button-click-tools img,
.toolsWork .button-click-tools span {
  display: inline-block;
  vertical-align: middle;
}
.workspace #toolsWork.toolsWork .button-click-tools img {
  margin-right: 8px !important;
}
.box-font::-webkit-scrollbar-track {
  background: none;
  border-radius: none;
  -webkit-box-shadow: none;
}
.box-font::-webkit-scrollbar {
  width: 6px;
  background-color: none;
}
.box-font::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.35);
}
.box-font::-moz-scrollbar-track {
  background: none;
  border-radius: none;
  -webkit-box-shadow: none;
}
.box-font::-moz-scrollbar {
  width: 6px;
  background-color: none;
}
.box-font::-moz-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.35);
}
.box-font::-ms-scrollbar-track {
  background: none;
  border-radius: none;
  -webkit-box-shadow: none;
}
.box-font::-ms-scrollbar {
  width: 6px;
  background-color: none;
}
.box-font::-ms-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.35);
}
.box-font::-o-scrollbar-track {
  background: none;
  border-radius: none;
  -webkit-box-shadow: none;
}
.box-font::-o-scrollbar {
  width: 6px;
  background-color: none;
}
.box-font::-o-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(0,0,0,0.35);
}
.dropdown ul {
  min-width: 100px;
}
.dropdown ul li {
  text-align: center;
}
.dropdown ul li a {
  width: 100%;
  font-size: 11px;
  color: #263147;
  display: block;
  padding: 4px 0;
}
.closePanels {
  color: #000;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
}
@media (max-width: 941px) {
  .frame-overflow {
    overflow: hidden;
  }
  .open-guide {
    display: none;
  }
}
#formSearcImagenes,
#formSearcImagenes2 {
  height: auto;
  position: relative;
  display: block;
  text-align: left;
  width: 92%;
  margin: 0 auto 15px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-radius: 4px;
  background: #fff;
}
#formSearcImagenes .arrowDown-drop:after,
#formSearcImagenes2 .arrowDown-drop:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg) translateY(-50%);
  content: '';
  position: absolute;
  right: 20px;
  top: 44%;
}
#formSearcImagenes .buttonsearch,
#formSearcImagenes2 .buttonsearch {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  width: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: 0;
}
#formSearcImagenes .buttonsearch svg,
#formSearcImagenes2 .buttonsearch svg {
  margin: 4px 2px 0 0;
}
#formSearcImagenes .searchInput,
#formSearcImagenes2 .searchInput {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #374750;
  padding: 0 0 0 10px;
  border: 0;
  width: 100%;
  background: none;
  position: relative;
  display: block;
  height: 30px;
}
#tipo_pixabay {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  padding: 0 0 0 4px;
  border-left: 1px solid rgba(0,0,0,0.25);
  border: none;
  font-size: 12px;
  background: none;
  height: 30px;
  padding-left: 10px;
  border-left: 1px dashed rgba(0,0,0,0.25);
  line-height: 34px;
}
.templates-input-search {
  width: calc(100% - 6%);
}
:hover .select-wrap {
  display: block;
}
.textImages select {
  right: 80px !important;
}
.textImages button {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
  right: 0;
  background: #5fa5a5;
  width: auto !important;
  line-height: 31px;
  top: 0 !important;
  transform: none !important;
}
.sampleText {
  padding-bottom: 2px;
  margin-top: 22px;
}
.sampleText button {
  display: block;
  margin: 0 auto 15px;
  font-family: 'Open Sans';
  color: #374750;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  background: none;
  border: none;
}
.sampleText button:first-of-type {
  font-weight: 800;
  font-size: 36px;
}
.sampleText button:nth-of-type(2) {
  font-weight: 700;
  font-size: 26px;
}
.sampleText button:last-of-type {
  font-weight: 300;
  font-size: 16px;
}
.sampleText button:hover {
  transform: scale(1.2);
}
#id_categoria_recurso,
#id_tipo_recurso {
  margin: 0 0 6px 0;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.canvas-container {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webki-transition: 0.5s;
  position: relative !important;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  z-index: 0 !important;
}
.canvas-container canvas {
  margin: auto;
  border: 0 !important;
  background: #fff;
}
.canvas-container canvas.upper-canvas {
  background: 0 0 !important;
  z-index: 9999;
}
.content-sub-cats,
.field-couples {
  text-align: center;
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}
.content-sub-cats img,
.field-couples img {
  display: inline-block;
  width: 48.7% !important;
  margin-bottom: 2%;
  object-fit: cover;
  cursor: pointer;
}
.content-sub-cats img:nth-of-type(2n+1),
.field-couples img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media (max-width: 980px) {
  .content-sub-cats img,
  .field-couples img {
    width: 90% !important;
    margin: 0 auto 8px !important;
  }
}
@media (max-width: 980px) {
  .content-sub-cats,
  .field-couples {
    padding: 0 2%;
  }
}
.content-sub-cats {
  text-align: left;
}
.content-sub-cats p {
  width: 92%;
  margin: 0 auto 15px;
}
.content-sub-cats .content-collapsible img {
  width: 48.7% !important;
  height: 110px;
  object-fit: contain;
}
.content-sub-cats .fieldTemplates {
  display: inline-block;
  width: 49%;
  overflow: hidden;
  position: relative;
  margin-bottom: 9px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webki-transition: 0.5s;
  overflow: inherit;
}
.content-sub-cats .fieldTemplates .shareTemplate {
  top: 6px;
  left: 6px;
  height: 20px;
  background: transparent;
  border: 0;
}
.content-sub-cats .fieldTemplates .shareTemplate button {
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  position: relative;
  height: 20px;
  width: 20px;
  color: #fff;
}
.content-sub-cats .fieldTemplates .shareTemplate button:nth-of-type(2) {
  margin: 0 2px;
}
.content-sub-cats .fieldTemplates .shareTemplate button:hover {
  background: rgba(255,255,255,0.4);
}
.content-sub-cats .fieldTemplates .deleteButton {
  right: 6px;
  top: 6px;
  width: 16px;
  height: 20px;
  display: none;
  background: transparent;
}
.content-sub-cats .fieldTemplates .deleteButton img {
  padding: 0;
  object-fit: contain;
}
.content-sub-cats .fieldTemplates .deleteMessage {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 0;
  text-align: center;
  width: 60%;
  z-index: 20;
  background: transparent;
  display: none;
}
.content-sub-cats .fieldTemplates .deleteMessage p {
  display: block;
  margin-bottom: 4px;
}
.content-sub-cats .fieldTemplates .deleteMessage button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.content-sub-cats .fieldTemplates .deleteMessage button:first-of-type {
  margin-right: 6px;
  text-transform: uppercase;
}
.content-sub-cats .fieldTemplates .deleteMessage button:hover {
  font-weight: 700;
}
.content-sub-cats .fieldTemplates .captionTemplate {
  bottom: 6px;
  right: 6px;
  padding: 2px 8px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  background: transparent;
}
.content-sub-cats .fieldTemplates img {
  object-fit: cover;
  cursor: pointer;
  display: block;
  width: 100% !important;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.content-sub-cats .fieldTemplates:hover .deleteButton {
  display: block;
}
.content-sub-cats #templates_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.content-sub-cats #templates_list .fieldTemplates {
  overflow: inherit;
  width: 49%;
  display: inherit;
}
.content-sub-cats #templates_list .fieldTemplates:hover .infoFrame {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.content-sub-cats .combination-sample.image-font img {
  width: 49.5% !important;
}
.content-sub-cats .fieldTemplates100 {
  width: 100% !important;
}
@media (min-width: 980px) {
  .content-sub-cats img {
    width: 100% !important;
  }
}
.content-sub-cats .fieldTemplates .deleteButton,
.content-sub-cats .fieldTemplates .deleteMessage,
.content-sub-cats .fieldTemplates .captionTemplate,
.content-sub-cats .fieldTemplates .shareTemplate {
  position: absolute;
  z-index: 10;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  background: rgba(50,50,51,0.8);
  font-size: 9px;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping {
  bottom: auto;
  top: 10px;
  left: 10px;
  background: none;
  border: none;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame {
  position: relative;
  right: 0;
  top: 0;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture {
  background: none;
  display: flex;
  justify-content: center;
  height: 23px;
  width: 23px;
  border: 1px solid #fff;
  background: rgba(25,33,44,0.5);
  top: 2px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:after,
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:before {
  content: '';
  background: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border: 0;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:after {
  width: 60%;
  height: 1px;
  border-bottom: 2px solid #fff;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:before {
  height: 60%;
  width: 1px;
  border-left: 2px solid #fff;
  left: 48%;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-buttons {
  left: 258% !important;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping .option-obj-resp.redimension.infoFrame .more-buttons-box .more-buttons:before {
  left: 25px !important;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping:hover .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture {
  background: #fff;
}
.content-sub-cats .fieldTemplates .shareTemplate.topping:hover .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:after,
.content-sub-cats .fieldTemplates .shareTemplate.topping:hover .option-obj-resp.redimension.infoFrame .more-buttons-box .more-button-aperture:before {
  border-color: #000;
}
.content-sub-cats .fieldTemplates .captionTemplate.star-prem {
  background: none;
  bottom: 3px;
  right: 3px;
  padding: 0;
}
.content-sub-cats .fieldTemplates .captionTemplate.star-prem img {
  width: 20px !important;
}
.content-sub-cats .fieldTemplates .deleteMessage p,
.content-sub-cats .fieldTemplates .deleteMessage button {
  font-family: 'Open Sans';
  font-size: 9px;
  color: #fff;
}
#pixabayok {
  overflow: hidden;
}
#mCSB_5 .content-sub-cats,
#mCSB_4 .content-sub-cats,
#mCSB_3 .content-sub-cats,
#mCSB_2 .content-sub-cats {
  padding: 0 2%;
}
.field-couples {
  padding: 0;
}
.field-couples img {
  width: 22.7% !important;
  height: auto !important;
  border: 2px solid rgba(0,0,0,0.6);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.field-couples img:nth-of-type(2n + 1) {
  margin-right: 0 !important;
}
.cliqueable {
  cursor: pointer !important;
}
.pegatinas {
  display: inline-block !important;
  float: none !important;
  margin: 2% 4% !important;
}
.containerPegatinas {
  width: 100%;
  text-align: center;
}
.inputfile-1 + label {
  width: 100%;
  cursor: pointer;
  margin: auto;
  position: relative;
  display: block;
  color: #fff;
  padding: 6px 0;
  text-transform: uppercase;
  background: #51a6ea;
}
.inputfile-1 + label:hover {
  background: rgba(81,166,234,0.4);
}
.content-collapsible {
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #38435b;
}
.content-collapsible img {
  width: auto;
  height: auto;
  float: left;
  margin: 1px;
}
#cajaTexto {
  width: 100%;
  margin: auto;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #818490;
  outline: none;
  -webkit-appearance: none;
  border: none;
}
.add-text-btn {
  height: 30px;
  cursor: pointer;
  margin: 0 1%;
  background-color: #4f5c75;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 300;
  padding: 7px;
  width: 44%;
  border: none;
  vertical-align: top;
}
table {
  width: 100%;
  margin: 30px auto 0;
  border-top: 1px solid #38435b;
  border-bottom: 1px solid #38435b;
  padding: 15px 0;
  display: block;
}
table tr {
  margin-bottom: 15px;
  padding: 0 15px;
}
table tr:last-of-type {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #38435b;
}
table span {
  margin-left: 6px;
}
table td {
  margin: 0 6px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-weight: 300;
}
table td input[type=range] {
  margin: 0 auto;
  width: 100% !important;
}
table td:first-of-type {
  width: 100px;
}
table td:nth-of-type(2) {
  width: calc(100% - 50px);
  margin: 0 2% 0 0;
}
table td:last-of-type {
  width: 30px;
}
table tbody,
table tr {
  width: 100%;
  display: block;
}
table p,
table span {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0;
}
.filters-box label,
.designBox label {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.filters-box p,
.designBox p,
.filters-box span,
.designBox span {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
  text-align: left;
}
.filters-box input[type=range],
.designBox input[type=range] {
  margin: 0 auto;
  width: 100% !important;
  margin-top: 8px;
  display: block;
}
.filters-box input[type=color],
.designBox input[type=color] {
  border: 1px solid #38435b;
  padding: 0;
  margin-left: 8px;
  border: 0 !important;
  border-radius: 4px;
  width: 80px !important;
}
.filters-box p,
.designBox p {
  margin-bottom: 0;
}
.filters-box .panel-group .panel-default,
.designBox .panel-group .panel-default {
  width: 100%;
  margin: 0 auto 2px;
  overflow: hidden;
}
.filters-box .panel-group .panel-default .panel-heading,
.designBox .panel-group .panel-default .panel-heading,
.filters-box .panel-group .panel-default .panel-title,
.designBox .panel-group .panel-default .panel-title,
.filters-box .panel-group .panel-default a.accordion-toggle,
.designBox .panel-group .panel-default a.accordion-toggle {
  height: 74px;
  line-height: 72px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.filters-box .panel-group .panel-default .panel-title,
.designBox .panel-group .panel-default .panel-title {
  background: #263147;
  transition: 0.5s;
  height: auto;
}
.filters-box .panel-group .panel-default .panel-title a,
.designBox .panel-group .panel-default .panel-title a {
  width: 100%;
  padding: 0 15px;
  text-align: left;
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none !important;
}
.filters-box .panel-group .panel-default .panel-title a span,
.designBox .panel-group .panel-default .panel-title a span {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  color: #fff;
}
.filters-box .panel-group .panel-default .panel-title a img,
.designBox .panel-group .panel-default .panel-title a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
}
.filters-box .panel-group .panel-default .panel-title:hover img,
.designBox .panel-group .panel-default .panel-title:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.filters-box .panel-group .panel-default .panel-heading,
.designBox .panel-group .panel-default .panel-heading {
  height: auto;
}
.filters-box .panel-group .panel-default .panel-heading.topImg .panel-title,
.designBox .panel-group .panel-default .panel-heading.topImg .panel-title {
  background: #fff;
}
.filters-box .panel-group .panel-default .panel-heading.topImg img,
.designBox .panel-group .panel-default .panel-heading.topImg img {
  top: -100%;
}
.filters-box .panel-group .panel-default .panel-heading.topImg span,
.designBox .panel-group .panel-default .panel-heading.topImg span {
  color: #263147;
}
.filters-box .panel-group .panel-default .panel-collapse,
.designBox .panel-group .panel-default .panel-collapse {
  border: 2px solid rgba(63,70,82,0.15);
}
.filters-box .panel-group .panel-default .panel-body,
.designBox .panel-group .panel-default .panel-body {
  padding: 15px 0 30px;
}
.box-button {
  margin-top: 14%;
}
.box-button button {
  display: inline-block !important;
  width: 40% !important;
  margin: 0 1% !important;
  background: #51a6ea;
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: middle !important;
}
.box-button button:hover {
  background: #334059;
}
.designBox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.designGroup {
  margin-bottom: 15px;
  text-align: left;
}
.designGroup.iconGroup button {
  width: 22px;
}
.designGroup.iconGroup button img {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.title-section {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  margin: 15px auto;
  color: #374750;
  padding: 0 10px;
  letter-spacing: 2px;
}
.title-section:first-of-type {
  margin-top: 15px;
}
.space-space {
  height: 1px;
  margin: 10px auto;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.8);
  opacity: 0.15;
  -moz-opacity: 0.15;
  -webkit-opacity: 0.15;
}
button.icon-vs-text span,
button.icon-vs-text img {
  display: inline-block;
  vertical-align: middle;
}
.parameterColor input,
.parameterColor span,
.parameterColor div {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
}
.parameterColor span {
  margin-left: 8px;
}
.parameterColor section {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 15px !important;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 300;
}
.parameterColor section input {
  margin: 0;
  width: calc(100% - 50px) !important;
  height: 3px !important;
}
.parameterColor .infoSizeTextoBorde {
  margin-right: 4px;
}
.parameterColor .sp-replacer {
  border: none;
  padding: 0;
  background: none;
  width: 80px !important;
  display: inline-block !important;
  position: relative;
  vertical-align: middle !important;
}
.parameterColor .sp-replacer .sp-preview {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #38435b;
  overflow: hidden;
}
.parameterColor .sp-replacer .sp-preview .sp-preview-inner {
  width: 100%;
}
.parameterColor .sp-replacer .sp-dd {
  display: inline-block;
  font-size: 6px;
  position: absolute;
  color: #000;
  right: 12px;
}
.parameterColor .sizeBorder input[type=range] {
  width: calc(100% - 40px) !important;
}
.parameterColor .sizeColor h3,
.parameterColor .sizeColor input {
  display: inline-block !important;
  vertical-align: middle !important;
}
.botonGuardar,
.botonUpdate,
.shareTeam {
  cursor: pointer;
  background-color: #50656d;
  position: relative;
  border-radius: 30px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-family: 'Open Sans';
  padding: 8px 25px;
  width: auto;
  border: none;
  vertical-align: top;
  height: 30px;
  text-decoration: none !important;
  line-height: 14px;
  margin: 0;
}
.botonGuardar:hover,
.botonUpdate:hover,
.shareTeam:hover {
  background: #354e56;
  color: #fff;
}
@media (max-width: 941px) {
  .botonGuardar,
  .botonUpdate,
  .shareTeam {
    padding: 8px 15px;
  }
}
.redimension {
  float: none !important;
  display: inline-block;
}
.redimension.equipoToolt {
  display: inline-block;
}
.redimension.equipoToolt .more-buttons-box .more-button-aperture {
  background: #157b76;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 0 15px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.redimension.equipoToolt .more-buttons-box .more-button-aperture img {
  width: 25px;
  object-fit: cover;
  display: inline-block;
  margin-top: 3px;
}
.redimension.equipoToolt .more-buttons-box .more-button-aperture img.star_premium {
  position: absolute;
  top: -1px;
  right: -1px;
}
.redimension.equipoToolt .more-buttons-box .more-button-aperture:after {
  display: none;
}
.redimension.equipoToolt .more-buttons-box .more-buttons {
  left: 50% !important;
  width: 220px;
}
.redimension.equipoToolt .more-buttons-box .more-buttons:before {
  left: 101px !important;
}
.redimension.equipoToolt .more-buttons-box .more-buttons .box-tooltip {
  border: 0 !important;
  width: 100% !important;
  height: auto;
  overflow: inherit;
}
.redimension.equipoToolt .more-buttons-box .more-buttons .box-tooltip a {
  position: relative;
}
.redimension.equipoToolt .more-buttons-box .more-buttons .box-tooltip a span {
  margin: 0 !important;
  padding: 0 !important;
  right: 20px;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #3a3a3a;
}
.redimension.equipoToolt .more-buttons-box .more-buttons .box-tooltip a:hover span {
  color: #374750;
}
.redimension.equipoToolt:hover .more-button-aperture {
  background: none;
}
.redimension .more-button-aperture {
  position: relative;
  color: #e6e6e6 !important;
  text-decoration: none;
  font-size: 12px;
  padding-right: 30px;
}
.redimension .more-button-aperture img {
  display: none;
}
.redimension .more-button-aperture span {
  display: block;
}
.redimension .more-button-aperture:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  transform: rotate(45deg) translateY(-50%);
  content: '';
  position: absolute;
  right: 17px;
  top: 40%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.redimension .more-button-aperture:hover:after {
  top: 26%;
  transform: rotate(135deg) translateY(-50%);
}
.redimension .more-buttons {
  z-index: 9999999999;
  left: 80% !important;
}
.redimension .more-buttons:before {
  left: 137px !important;
}
.redimension .more-buttons .box-tooltip {
  display: block !important;
  padding: 10px 0 !important;
  width: 290px !important;
  height: 460px;
  overflow: hidden;
}
.redimension .more-buttons .box-tooltip .title {
  font-weight: 600;
}
.redimension .more-buttons .box-tooltip a:hover {
  background: #d3d3d3;
  color: #374750 !important;
}
.redimension .more-buttons .box-tooltip .box-tooltip-scroll {
  height: 440px;
}
.redimension.infoFrame {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  z-index: 9999;
}
@media (max-width: 941px) {
  .redimension.infoFrame {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    display: block !important;
  }
}
.redimension.infoFrame .more-buttons-box .more-button-aperture {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  padding: 0;
  border-color: rgba(0,0,0,0.8);
  cursor: pointer;
}
.redimension.infoFrame .more-buttons-box .more-button-aperture:after {
  border-right: 1px solid rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.8);
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.redimension.infoFrame .more-buttons-box .more-buttons {
  top: -4px;
  left: -212% !important;
  margin-top: 0 !important;
  padding-top: 42px;
  width: auto;
}
.redimension.infoFrame .more-buttons-box .more-buttons:before {
  left: 133px !important;
  top: 38px;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip {
  height: auto;
  width: 160px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div {
  display: block;
  padding: 0 8px;
  font-size: 12px;
  text-align: left;
  position: relative;
  color: #19212c;
  margin-bottom: 5px;
  text-transform: none;
  font-family: 'Open Sans';
  font-weight: normal;
  cursor: pointer;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div:last-of-type {
  margin-bottom: 0;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div img,
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div svg {
  width: auto !important;
  object-fit: cover;
  margin: -2px 10px 0 0 !important;
  height: 14px !important;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div img.star_premium {
  width: 12px !important;
  margin: -2px 0 0 4px !important;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div:hover {
  background: #d3d3d3;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div:hover svg g {
  fill: #fff;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div:hover svg g#carpeta {
  stroke: #fff;
}
.redimension.infoFrame:hover .more-buttons-box .more-button-aperture:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 40%;
}
@media (max-width: 580px) {
  .redimension.equipoToolt .more-buttons-box .more-button-aperture img {
    width: 18px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
.listingForm img {
  margin: 0 5px !important;
}
input[type=checkbox] {
  -webkit-appearance: none;
  background: #334059;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
#popup_text_edit_checkbox:checked:before {
  content: '';
  border-right: 2px solid #00b5ef;
  border-bottom: 2px solid #00b5ef;
  width: 7px;
  height: 15px;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  right: 1px;
}
.fontSelection {
  width: 100%;
}
.fontSelection .titleIcon {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
}
.fontSelection .titleIcon span {
  display: block;
  width: 100%;
}
.fontSelection .titleIcon span button {
  float: right;
  font-size: 12px;
  width: auto;
}
.fontSelection button {
  width: 100%;
  padding: 4px 0;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.fontSelection .block-textBox {
  margin-top: 10px;
  padding-bottom: 20px;
}
.fontSelection .block-textBox button {
  width: 48.5%;
  height: 80px;
  position: relative;
  margin: 0 -3px 1px 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.fontSelection .block-textBox button img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  position: relative;
  opacity: 0.95;
  -moz-opacity: 0.95;
  -webkit-opacity: 0.95;
  margin: 0 !important;
}
.fontSelection .block-textBox button:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.btn-blue,
#myform label,
.sp-cancel {
  padding: 4px 0;
  text-align: center;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: center;
  background: #5fa5a5;
  text-align: center;
  font-size: 15px;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn-blue:hover,
#myform label:hover,
.sp-cancel:hover {
  text-decoration: none;
  background: #8c94a3;
}
.text-image img {
  width: 48.9% !important;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(255,255,255,0.1);
  object-fit: contain;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
}
.imagen-iconos-emojis,
.imagen-iconos {
  padding: 4px;
  width: 48.5% !important;
  margin: 0 0 4px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.25s;
  cursor: pointer;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
}
.imagen-iconos-emojis:hover,
.imagen-iconos:hover {
  background: #fff;
}
.imagen-iconos-emojis:nth-of-type(2n+1),
.imagen-iconos:nth-of-type(2n+1) {
  margin-right: 1%;
}
ul.emoji-list {
  display: block;
  margin: 0;
  padding: 0 3%;
  width: 100%;
}
ul.emoji-list img {
  margin-right: 0;
}
ul.emoji-list img:nth-of-type(2n + 1) {
  margin-right: 1%;
}
.object-elements .object-wrap {
  width: 29.2%;
  margin: 0 2% 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.object-elements .object-wrap .captionObject {
  color: #374750;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 300;
}
.object-elements .object-wrap .captionObject small {
  text-align: center;
  font-size: 9px;
  display: block;
}
.object-elements .object-wrap figure {
  width: 100%;
  height: 80px;
  padding: 21px 15px 9px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webki-border-radius: 4px;
  overflow: hidden;
  margin: 0;
  background: url("../../editor/iconos/folder-black-shape1.svg") center center no-repeat/contain;
}
.object-elements .object-wrap figure img {
  width: 100% !important;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: 0;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.object-elements .object-wrap figure svg path {
  fill: #fff;
}
.object-elements .results-object-wrap {
  position: relative;
  padding: 20px 0 15px;
  margin: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid rgba(255,255,255,0.1);
  z-index: 0;
  display: block;
}
.object-elements .results-object-wrap .back-button {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #374750;
  font-size: 12px;
  padding-left: 20px;
  font-family: 'Open Sans';
}
.object-elements .results-object-wrap .back-button:after {
  width: 10px;
  height: 2px;
  border-top: 1px solid #374750 f;
  left: 3px;
}
.object-elements .results-object-wrap .back-button:before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%) !important;
  border-left: 1px solid #374750;
  border-bottom: 1px solid #374750;
  margin-top: -1px;
  left: 0;
}
.object-elements .results-object-wrap .label-object-tag {
  display: inline-block;
  margin: 0 0.5% 1.5%;
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  font-family: 'Open Sans';
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.object-elements #header_cabeceras {
  margin: 0 !important;
}
.object-elements #header_cabeceras .object-wrap {
  width: 45.2% !important;
}
.object-elements #header_cabeceras .object-wrap.box-folder {
  width: 22% !important;
  margin: 0 1% 15px;
  min-height: 120px;
}
.object-elements #header_cabeceras .object-wrap.box-folder .folder-color {
  position: relative;
}
.object-elements #header_cabeceras .object-wrap.box-folder .folder-color .iconsCarpet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  height: 65%;
}
.object-elements #header_cabeceras .object-wrap.box-folder .folder-color .iconsCarpet img {
  display: inline-block;
  width: 100% !important;
  vertical-align: middle;
  object-fit: cover;
  margin: 0 auto;
  height: 100%;
}
.object-elements #header_cabeceras .object-wrap.box-folder .folder-color:hover svg g {
  stroke: #00c3ff;
  stroke-width: 4px;
  stroke-linecap: round;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet {
  width: 90%;
  height: 70%;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet img:first-of-type,
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet img.corner-right {
  top: 0;
  right: 0;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet img.corner-right {
  width: 12px !important;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder.favorite-folder .folder-color:hover .iconsCarpet svg g {
  stroke: none;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder.favorite-folder .folder-color:hover .iconsCarpet svg g g {
  fill: #fff;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder.favorite-folder .folder-color:hover svg g g {
  fill: #708fa0;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder.favorite-folder .folder-color svg #Page-1 {
  stroke: none !important;
}
.object-elements #header_cabeceras .folders_container .box-folder:nth-child(4n) .folder-color .option-obj-resp .more-buttons-box .more-buttons {
  left: -53px !important;
}
.object-elements #header_cabeceras .folders_container .box-folder:nth-child(4n) .folder-color .option-obj-resp .more-buttons-box .more-buttons:before {
  left: 133px !important;
}
.object-elements .selectField-myDesigns {
  padding: 0 2%;
}
.object-elements .selectField-myDesigns .title-section {
  padding: 0;
}
.object-elements .object-wrap figure,
.object-elements .object-wrap .captionObject {
  display: block;
}
.back-button {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #374750;
  font-size: 12px;
  padding-left: 20px;
  font-family: 'Open Sans';
}
.back-button:after {
  width: 10px;
  height: 2px;
  border-top: 1px solid #374750 f;
  left: 3px;
}
.back-button:before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%) !important;
  border-left: 1px solid #374750;
  border-bottom: 1px solid #374750;
  margin-top: -1px;
  left: 0;
}
.object-elements .results-object-wrap .back-button:after,
.object-elements .results-object-wrap .back-button:before,
.back-button:after,
.back-button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet img,
.object-elements #header_cabeceras .object-wrap.box-folder.share-box-folder .folder-color .iconsCarpet svg {
  position: absolute;
  width: 16px;
}
.texture-adding .first-gradient {
  width: 100%;
  height: 365px;
  display: block;
  margin-bottom: 10px;
}
.texture-adding .couples-gradient {
  display: inline-block;
  margin: 0 5px 0 0;
  height: 55px;
  width: 11.45%;
}
.texture-adding .couples-gradient:nth-of-type(8n + 1) {
  margin-right: 0;
}
.texture-adding a {
  display: inline-block;
  vertical-align: middle;
  width: 32.9%;
  position: relative;
  margin: 0 !important;
  height: 75px;
  overflow: hidden;
  padding: 0 !important;
}
.texture-adding a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  border: none;
}
.field-box {
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.field-box h3 {
  border: none;
  margin: 0;
}
.margin-topper {
  margin-top: 20px !important;
}
.group-text-properties {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.group-text-properties input {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.group-text-properties h3 {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
}
.group-text-properties h3 span {
  position: absolute;
  right: 0;
  font-size: 10px;
  color: #fff;
}
.group-text-properties h3 span:after {
  content: 'px';
  margin-left: 2px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.group-text-properties.border-color {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.group-text-properties.border-color h3 {
  width: 112px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.group-text-properties.border-color .sp-replacer {
  margin-left: 15px;
  border: none;
  width: calc(100% - 135px);
  background: none;
  padding: 0;
  height: 15px;
  position: relative;
}
.group-text-properties.border-color .sp-replacer .sp-preview {
  width: 90%;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 15px;
  overflow: hidden;
}
.group-text-properties.border-color .sp-replacer .sp-dd {
  text-indent: -1000000000px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.group-text-properties.border-color .sp-replacer .sp-dd:before {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid rgba(255,255,255,0.8);
  border-right: 2px solid rgba(255,255,255,0.8);
  content: '';
  transform: rotate(45deg);
  position: absolute;
  left: -3px;
  top: 2px;
}
.group-text-properties.border-color h3,
.group-text-properties.border-color input,
.group-text-properties.border-color .sp-replacer {
  display: inline-block;
  vertical-align: middle;
}
h3 {
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #38435b;
  border-top: 1px solid #38435b;
  padding-bottom: 12px;
  padding-top: 12px;
}
.color-percent {
  width: 90%;
  margin: auto;
}
.color-percent .name-percent {
  display: block;
  color: #fff;
  margin: 15px 0 4px;
  font-size: 10px;
}
.color-percent .box-percent {
  height: 52px;
  width: 100%;
  display: block;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.color-percent .box-percent .color-percent-bar {
  height: 52px;
  margin-bottom: 8px;
  width: auto;
}
.color-percent .box-percent .color-percent-bar span {
  height: 52px;
  display: inline-block;
  margin-left: -5px;
  border-top: 1px solid #51a6ea;
  border-bottom: 1px solid #51a6ea;
  cursor: pointer;
}
.color-percent .box-percent .color-percent-bar span:first-of-type {
  margin-left: 0;
  border-left: 1px solid #51a6ea;
}
.color-percent .box-percent .color-percent-bar span:last-of-type {
  border-right: 1px solid #51a6ea;
}
.color-percent .box-percent.dosdos .color-percent-bar span {
  width: calc(100% / 2);
}
.color-percent .box-percent.trestres .color-percent-bar span {
  width: calc(100% / 3);
}
.color-percent .box-percent.cuatrocuatro .color-percent-bar span {
  width: calc(100% / 4);
}
.color-percent .box-percent.cincocinco .color-percent-bar span {
  width: calc(100% / 5);
}
.box-wide {
  width: 100%;
  margin: auto;
}
select,
button,
input {
  cursor: pointer !important;
}
@media (max-width: 460px) {
  select {
    font-size: 12px !important;
  }
}
.workspace-section::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: none;
  background: #334059;
}
.workspace-section::-webkit-scrollbar {
  width: 6px;
  background-color: #334059;
}
.workspace-section::-webkit-scrollbar:horizontal {
  height: 6px;
}
.workspace-section::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: none;
  background-color: rgba(255,255,255,0.35);
}
#loading {
  z-index: 999999999999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  position: fixed;
}
#loading .box-loader {
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 99;
}
#loading .box-loader #img-wait {
  width: 90px;
}
#loading .box-loader span {
  margin: -10px auto 0;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 300;
}
#loading img,
#loading span {
  display: block;
  margin: 0 auto;
}
#loading img,
#loading span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tooltipBox {
  height: auto;
  width: 680px;
  position: absolute;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 999999999;
}
.tooltipBox .closeX {
  right: 5px;
  top: 10px;
}
.tooltipBox .header {
  position: relative;
}
.tooltipBox .header .row {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 8;
  background: none;
  width: 90%;
  margin: -4px auto 0;
  padding: 0;
}
.tooltipBox .header .row h1 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 14px;
}
.tooltipBox .header .row h2 {
  font-size: 16px;
}
.tooltipBox .header .row span {
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
  line-height: normal;
}
.tooltipBox .header .row .col {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tooltipBox .header .row .col:nth-of-type(2) {
  margin: 0 3%;
}
.tooltipBox .header img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
}
.tooltipBox .row {
  padding: 25px 5%;
  background: #fff;
}
.tooltipBox .row a {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #e1838e;
  color: #e1838e;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 78px;
  height: 80px;
  font-family: 'Open Sans';
  font-weight: 300;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipBox .row a:after {
  content: '';
  width: 12px;
  height: 12px;
  transform: rotate(-45deg) translateX(-50%);
  border-bottom: 2px solid #e1838e;
  border-left: 2px solid #e1838e;
  position: absolute;
  bottom: -15px;
  left: 50%;
}
.tooltipBox .row a:hover {
  background: #e1838e;
  color: #fff;
}
.tooltipBox .row a:nth-of-type(2) {
  margin: 0 3%;
}
.tooltipBox .row span {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 400;
  width: 100%;
  color: rgba(0,0,0,0.4);
}
.tooltipBox.selectFormats {
  overflow: visible;
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .header {
    height: 260px;
  }
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .header .row {
    margin: 0;
    padding: 20px;
    width: 100%;
  }
}
.tooltipBox.selectFormats .header .row .col {
  padding: 0;
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .header .row .col {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .tooltipBox.selectFormats .header .row .col:last-of-type {
    margin: 0 0 10px;
  }
}
.tooltipBox.selectFormats .header .row .col span {
  font-size: 14px;
  margin-top: 8px;
}
.tooltipBox.selectFormats .row {
  text-align: center;
}
.tooltipBox.selectFormats .row .format {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #e1838e;
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.tooltipBox.selectFormats .row .format:nth-of-type(2) {
  margin: 0 4%;
}
.tooltipBox.selectFormats .row .format a {
  height: 60px;
  line-height: 60px;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  display: block;
}
.tooltipBox.selectFormats .row .format a:after {
  bottom: auto;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.5s;
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .row .format a {
    cursor: default;
  }
  .tooltipBox.selectFormats .row .format a:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .tooltipBox.selectFormats .row .format a:hover {
    background: none !important;
    color: #e1838e !important;
  }
}
@media (min-width: 942px) {
  .tooltipBox.selectFormats .row .format a:hover {
    background: none;
    color: #e1838e;
  }
}
.tooltipBox.selectFormats .row .format div {
  position: absolute;
  top: 60px;
  width: calc(100% + 2px);
  margin-left: -1px;
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px 15px;
  border: 1px solid #e1838e;
  overflow: hidden;
  z-index: 999;
  background: none;
  display: none;
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .row .format div {
    position: relative;
    top: auto;
    display: block;
    border-bottom: 0;
  }
}
.tooltipBox.selectFormats .row .format div a {
  border: 0;
  border-top: 1px solid #e1838e;
  background: #fff;
  height: auto;
  padding: 20px;
  margin: 0;
  line-height: normal;
}
.tooltipBox.selectFormats .row .format div a:first-of-type {
  border-top: 0;
}
.tooltipBox.selectFormats .row .format div a:after {
  display: none;
}
.tooltipBox.selectFormats .row .format div a:hover {
  background: #e1838e !important;
  color: #fff !important;
}
@media (min-width: 942px) {
  .tooltipBox.selectFormats .row .format:hover {
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
  }
  .tooltipBox.selectFormats .row .format:hover a:after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .tooltipBox.selectFormats .row .format:hover div {
    display: block;
  }
}
@media (max-width: 941px) {
  .tooltipBox.selectFormats .row .format {
    width: 100%;
    display: block;
    margin: 0 0 20px !important;
    background: #fff;
  }
  .tooltipBox.selectFormats .row .format:hover {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
}
.tooltipBox.selectFormats .row span {
  margin-top: 20px;
}
@media (max-width: 941px) {
  .tooltipBox header {
    height: 166px;
  }
  .tooltipBox header .row {
    width: 100% !important;
  }
  .tooltipBox header .row span {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .tooltipBox {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .tooltipBox {
    width: 90%;
  }
}
@media (max-width: 560px) {
  .tooltipBox .header {
    height: 140px;
  }
}
.tooltipBox .header .row h1,
.tooltipBox .header .row h2,
.tooltipBox .header .row span {
  color: #fff;
  display: block;
  margin: 0;
}
.tooltipBox .header .row h1,
.tooltipBox .header .row h2 {
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 400;
}
.load-design-chargue {
  padding: 30px 0 0;
}
.load-design-chargue h1 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  color: rgba(0,0,0,0.5);
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 24px;
}
.load-design-chargue .navbar {
  width: 90%;
  margin: 0 auto;
}
.load-design-chargue .navbar .loading-box {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 100%;
}
.load-design-chargue .navbar .loading-box .color-bar {
  z-index: 10;
  left: 50%;
  background: #dcdcdc;
  height: 100%;
  width: 100%;
}
.load-design-chargue .navbar span {
  text-align: left;
  font-size: 10px;
  color: rgba(0,0,0,0.5);
  font-family: 'Open Sans';
  font-weight: 400;
}
.load-design-chargue .footer-chargue {
  margin-top: 20px;
  background: #dcdcdc;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.4);
  font-family: 'Open Sans';
  font-weight: 400;
}
.load-design-chargue .closeX:after,
.load-design-chargue .closeX:before {
  background: rgba(0,0,0,0.8);
}
.load-design-chargue .navbar .loading-box .color-bar,
.load-design-chargue .navbar .loading-box img {
  position: absolute;
  z-index: 2;
  left: 0;
}
.backblur-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.congratsBox {
  max-width: 260px;
  background: #e6e6e6;
  padding: 30px;
  height: auto;
}
.congratsBox .title {
  font-size: 21px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  font-family: 'Open Sans';
}
.congratsBox .title small {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 10px;
}
.congratsBox hr {
  width: 70%;
  margin: 20px auto;
  background: none;
  height: 1px;
}
.congratsBox span {
  text-transform: uppercase;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
  font-family: 'Open Sans';
}
.congratsBox button {
  margin: 0 auto !important;
}
.congratsBox .closeX:before,
.congratsBox .closeX:after {
  background: rgba(0,0,0,0.8);
}
.subscriptBox {
  max-width: 960px;
  width: 100%;
  transform: translate(-50%, -50%) !important;
  padding: 0;
  position: absolute !important;
  height: 690px;
}
.subscriptBox:after {
  content: '';
  background: #fff;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 53%;
}
.subscriptBox #credit_area {
  height: 100%;
  position: relative;
}
.subscriptBox .col {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  position: relative;
  z-index: 4;
}
.subscriptBox .col .check-list {
  padding: 0;
}
.subscriptBox .col .check-list li {
  font-weight: 300;
  font-family: 'Open Sans';
  margin-bottom: 15px;
}
.subscriptBox .col .check-list li:before {
  background: url("../../editor/iconos/bullet-check.svg") 0 0 no-repeat/cover;
  width: 20px;
  height: 16px;
  vertical-align: middle;
}
.subscriptBox .col .check-list li:last-of-type {
  margin-bottom: 0;
}
.subscriptBox .col .title {
  text-align: left;
  margin-bottom: 30px;
}
.subscriptBox .col .title small {
  font-size: 20px;
  margin-top: 14px;
  color: #095473;
  text-transform: none;
}
.subscriptBox .col .row {
  background: none;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.subscriptBox .col .row:last-of-type {
  margin-bottom: 0;
}
.subscriptBox .col:first-of-type {
  padding: 50px;
  width: calc(57.5% - 100px);
}
.subscriptBox .col:first-of-type .money-back {
  margin: 20px 0 25px;
  position: relative;
  color: #71ba31;
  font-size: 24px;
}
.subscriptBox .col:first-of-type .money-back img,
.subscriptBox .col:first-of-type .money-back span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.subscriptBox .col:first-of-type .money-back img {
  width: 24px;
  margin-right: 10px;
}
.subscriptBox .col:first-of-type .money-back .stamp {
  width: 130px;
  position: absolute;
  top: -20%;
  transform: translateY(-50%);
  right: -30px;
  margin: 0;
}
@media (max-width: 941px) {
  .subscriptBox .col:first-of-type .money-back .stamp {
    z-index: 9;
  }
}
.subscriptBox .col:first-of-type .row img {
  width: 58px;
  object-fit: contain;
  margin-right: 15px;
}
.subscriptBox .col:first-of-type .row span {
  width: calc(100% - 85px);
  margin: 15px 0 0;
}
.subscriptBox .col:first-of-type .row span .title {
  margin: 0 0 4px;
  font-size: 18px;
}
.subscriptBox .col:first-of-type .row span .title strong {
  font-weight: 600;
  display: inline;
  margin-right: 0;
}
.subscriptBox .col:first-of-type .row span p {
  font-size: 11px;
  line-height: 12px;
}
.subscriptBox .col:last-of-type {
  padding: 0;
  width: 53%;
  margin-left: -5px;
  height: 100%;
}
@media (max-width: 768px) {
  .subscriptBox .col:last-of-type {
    margin: 0;
  }
}
.subscriptBox .col:last-of-type .legals {
  font-size: 14px;
  color: #878787;
}
.subscriptBox .col:last-of-type .legals img {
  display: inline;
  width: 14px;
  margin-right: 4px;
  vertical-align: middle;
}
.subscriptBox .col:last-of-type .first-step,
.subscriptBox .col:last-of-type .successful-view,
.subscriptBox .col:last-of-type .error-view {
  padding: 100px 30px 0;
}
.subscriptBox .col:last-of-type .first-step {
  padding-top: 40px;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .subscriptBox .col:last-of-type .first-step {
    padding: 0;
  }
}
.subscriptBox .col:last-of-type .first-step .stamp {
  width: 130px;
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}
@media (max-width: 941px) {
  .subscriptBox .col:last-of-type .first-step .stamp {
    right: 20px;
    z-index: 9;
  }
}
.subscriptBox .col:last-of-type .first-step .title {
  color: #71ba31;
  font-size: 24px;
  display: none;
}
.subscriptBox .col:last-of-type .first-step .title img {
  width: 24px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.subscriptBox .col:last-of-type .first-step form small {
  font-size: 8px !important;
  color: rgba(0,0,0,0.4) !important;
  display: block !important;
  font-weight: 400 !important;
  margin-top: 8px;
}
.subscriptBox .col:last-of-type .first-step form .mini-title {
  color: #9d9d9c;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 30px 0 10px;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan {
  border: 2px solid #e8eaec;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan:after {
  content: '';
  height: 100%;
  position: absolute;
  width: 2px;
  top: 0;
  left: 49%;
  transform: translateX(-50%);
  background: #e8eaec;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan .col {
  width: 47.15%;
  padding: 15px !important;
  margin: 0;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan .col:last-of-type {
  width: 53%;
  margin-left: -5px;
}
@media (max-width: 941px) {
  .subscriptBox .col:last-of-type .first-step form .boxPlan .col {
    width: 100% !important;
    margin: 0 !important;
  }
}
.subscriptBox .col:last-of-type .first-step form .boxPlan input,
.subscriptBox .col:last-of-type .first-step form .boxPlan span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans';
  margin: 0;
  width: auto;
  color: rgba(0,0,0,0.4);
  text-transform: none;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #c6c6c6;
  margin-right: 10px;
  position: relative;
}
.subscriptBox .col:last-of-type .first-step form .boxPlan input[type=radio]:checked:before {
  background: #878787;
  position: absolute;
  border: none;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  --webkit-border-radius: 50%;
}
@media (max-width: 768px) {
  .subscriptBox .col:last-of-type .first-step form .boxPlan span {
    display: block;
    margin: 10px 0 0;
  }
}
.subscriptBox .col:last-of-type .first-step form .boxPlan span .offer {
  transform: none;
  top: 10px;
}
.subscriptBox .col:last-of-type .first-step form .selectCity {
  display: inline-block;
  position: relative;
}
.subscriptBox .col:last-of-type .first-step form .selectCity .border {
  display: flex;
  margin-right: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 2px solid #e8eaec !important;
  position: relative;
}
.subscriptBox .col:last-of-type .first-step form .selectCity .border:after {
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}
.subscriptBox .col:last-of-type .first-step form .selectCity .border span,
.subscriptBox .col:last-of-type .first-step form .selectCity .border select {
  margin: 0;
  border: none;
  color: #9d9d9c;
}
.subscriptBox .col:last-of-type .first-step form .selectCity .border span {
  padding: 0 6px;
  width: 100px;
  line-height: 40px;
  font-size: 14px;
  border-right: 1px solid #dee2e6;
}
.subscriptBox .col:last-of-type .first-step form .selectCity .border select {
  -webkit-appearance: none;
  width: 190;
  background: none;
}
.subscriptBox .col:last-of-type .first-step form .legals input {
  margin: 0 10px 0 0;
  background: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #e8eaec;
}
.subscriptBox .col:last-of-type .first-step form .legals a:before {
  display: none;
}
.subscriptBox .col:last-of-type .first-step form .row {
  border: 2px solid #e8eaec;
  border-bottom: 0;
  padding: 15px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}
.subscriptBox .col:last-of-type .first-step form .row.no-pad {
  padding: 0;
  margin-bottom: 20px;
  border: 2px solid #e8eaec;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.subscriptBox .col:last-of-type .first-step form .row.no-pad #card-element {
  box-shadow: none !important;
  border: none;
}
.subscriptBox .col:last-of-type .first-step form .row.border-top-line {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.subscriptBox .col:last-of-type .first-step form .row.border-bottom-line {
  border-bottom: 2px solid #e8eaec;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}
.subscriptBox .col:last-of-type .first-step form .row input {
  margin-right: 20px;
}
.subscriptBox .col:last-of-type .first-step form .row input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #c6c6c6;
  position: relative;
  margin-right: 10px;
}
.subscriptBox .col:last-of-type .first-step form .row input[type=radio]:checked:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: #878787;
  border: none;
  position: absolute;
}
.subscriptBox .col:last-of-type .first-step form .row span {
  text-transform: none;
}
.subscriptBox .col:last-of-type .first-step form .row span span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .subscriptBox .col:last-of-type .first-step form .row span.cliqueable {
    width: calc(100% - 31px);
    vertical-align: top;
    margin-top: 3px;
    text-align: left;
  }
}
.subscriptBox .col:last-of-type .first-step form .row span .offer {
  border-radius: 25px;
  padding: 6px 15px;
  color: #fff;
  font-size: 14px;
  background: #63a6a6;
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .subscriptBox .col:last-of-type .first-step form .row span .offer {
    position: relative !important;
    right: auto;
    top: auto;
    transform: none;
    display: block;
  }
}
.subscriptBox .col:last-of-type .first-step form .upgrade {
  background: #36a9e1 !important;
}
.subscriptBox .col:last-of-type .first-step form .hover-active:hover,
.subscriptBox .col:last-of-type .first-step form .hover-active.activeRadio {
  background: #e6e6e6;
}
.subscriptBox .col:last-of-type .successful-view,
.subscriptBox .col:last-of-type .error-view {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  background: #71ba31;
  color: #fff;
  padding-top: 180px;
  height: 100%;
}
.subscriptBox .col:last-of-type .successful-view .closeX:before,
.subscriptBox .col:last-of-type .error-view .closeX:before,
.subscriptBox .col:last-of-type .successful-view .closeX:after,
.subscriptBox .col:last-of-type .error-view .closeX:after {
  background: #fff;
}
.subscriptBox .col:last-of-type .successful-view .stamp,
.subscriptBox .col:last-of-type .error-view .stamp {
  width: 130px;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media (max-width: 941px) {
  .subscriptBox .col:last-of-type .successful-view .stamp,
  .subscriptBox .col:last-of-type .error-view .stamp {
    right: 20px;
    z-index: 9;
  }
}
.subscriptBox .col:last-of-type .successful-view .title,
.subscriptBox .col:last-of-type .error-view .title {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  margin: 0;
}
.subscriptBox .col:last-of-type .successful-view .check,
.subscriptBox .col:last-of-type .error-view .check {
  width: 70%;
  margin: 50px auto 40px;
  display: block;
}
.subscriptBox .col:last-of-type .successful-view .legals,
.subscriptBox .col:last-of-type .error-view .legals {
  color: #fff;
}
.subscriptBox .col:last-of-type .error-view {
  background: #ce1919;
}
.subscriptBox .col:last-of-type .error-view .check {
  width: 60%;
  margin: 35px auto;
}
.subscriptBox .col:last-of-type .error-view .row-buttons {
  text-align: center;
}
.subscriptBox .col:last-of-type .error-view .row-buttons a {
  padding: 15px 0;
  display: inline-block;
  width: 40%;
  font-weight: 100;
  font-size: 17px;
}
.subscriptBox .col:last-of-type .error-view .row-buttons a:first-of-type {
  background: #dddbdb;
  color: #4c4c4c;
  margin-right: 15px;
}
.subscriptBox .col:last-of-type .error-view .row-buttons a:last-of-type {
  background: #71ba31;
  color: #fff;
}
.subscriptBox .col:last-of-type form small {
  font-size: 10px;
}
.subscriptBox .check-list {
  padding-left: 10%;
}
.subscriptBox .select-box {
  background: none;
  position: relative;
  margin-bottom: 20px;
}
.subscriptBox .select-box .arrowers {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 40%;
  z-index: 999;
  width: 8px;
  transform: translateY(-50%);
}
.subscriptBox .select-box .arrowers:before {
  transform: rotate(-135deg);
  top: 0;
  bottom: auto;
}
.subscriptBox .select-box select {
  background: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.25);
  color: #666;
}
.subscriptBox .box-credit {
  border: 1px solid rgba(0,0,0,0.25);
  margin-bottom: 30px;
}
.subscriptBox .box-credit .row {
  padding: 0;
  background: none;
  height: 34px;
  position: relative;
}
.subscriptBox .box-credit .row:before {
  content: '';
  background: url("../../editor/iconos/credit-card-tiro.svg") 0 0 no-repeat/cover;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 12px;
}
.subscriptBox .box-credit .row input {
  width: 100%;
  display: block;
  padding: 8px 0;
  font-size: 12px;
  color: #666;
  background: none;
  border: none;
  -webkit-appearance: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  text-indent: 40px;
}
.subscriptBox .box-credit .row:last-of-type:before {
  background: url("../../editor/iconos/calendar-page-empty.svg") 0 0 no-repeat/cover;
  width: 15px;
  height: 15px;
}
.subscriptBox .box-credit .row .col {
  width: 49%;
  display: inline-block;
  padding: 0;
  position: relative;
}
.subscriptBox .box-credit .row .col:first-of-type {
  border-right: 1px solid rgba(0,0,0,0.25);
}
.subscriptBox .box-credit .row .col:last-of-type:before {
  content: '';
  background: url("../../editor/iconos/credit-card.svg") 0 0 no-repeat/cover;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: 12px;
}
.subscriptBox .box-credit .row .col input {
  border: none;
}
.subscriptBox button {
  text-transform: uppercase;
}
.subscriptBox p.legals {
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
}
.subscriptBox p.legals a {
  color: #666;
}
.subscriptBox p.legals a:before {
  display: inline-block;
  content: '';
  background: url("../../editor/iconos/lock.svg") 0 0 no-repeat/cover;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.subscriptBox.double-pages .col:first-of-type {
  padding: 50px 30px 50px 50px;
}
.subscriptBox.double-pages .col:first-of-type .title,
.subscriptBox.double-pages .col:first-of-type .sub-title {
  color: #19212c;
  font-weight: 600;
  margin-bottom: 25px;
}
.subscriptBox.double-pages .col:first-of-type ul li {
  color: #596066;
}
.subscriptBox.double-pages .col:first-of-type ul li:before {
  background: url("../../editor/check.svg");
}
.subscriptBox.double-pages .col:first-of-type .money-back {
  position: relative;
  margin: 15px 0 10px;
}
.subscriptBox.double-pages .col:first-of-type .money-back img,
.subscriptBox.double-pages .col:first-of-type .money-back span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #3dd313;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .timer {
  margin-right: 30px;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .timer div,
.subscriptBox.double-pages .col:first-of-type .discount-timer .timer span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 600;
  color: #515e6d;
  text-align: center;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .timer div small {
  display: block;
  font-weight: 300;
  margin-top: -5px;
  font-size: 14px;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .timer span {
  margin: 0 10px;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 3px solid #3dd313;
  padding: 8px;
  width: 180px;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount .get,
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount .price {
  display: block;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount .get {
  color: #19212c;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount .get small {
  display: block;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 300;
  color: #19212c;
}
.subscriptBox.double-pages .col:first-of-type .discount-timer .discount .price {
  text-align: center;
  color: #3dd313;
  font-size: 30px;
  font-weight: 600;
  line-height: 22px;
}
.subscriptBox.double-pages .col:first-of-type a {
  display: block;
  padding: 8px 0;
  width: 100%;
  background: #2eaca3;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin: 25px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
}
.subscriptBox.double-pages .col:first-of-type a:hover {
  background: #218e83;
}
@media (max-width: 941px) {
  .subscriptBox.double-pages .col:last-of-type {
    padding: 0 !important;
  }
}
.subscriptBox.double-pages .col:last-of-type img {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
}
@media (max-width: 941px) {
  .subscriptBox.double-pages .col:last-of-type img {
    position: relative;
  }
}
.incognitView {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
.incognitView span {
  margin: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #e6e6e6;
  width: 15px !important;
  height: 15px;
  font-size: 10px !important;
  line-height: 15px;
  font-weight: 600 !important;
  color: #666 !important;
}
.incognitView:hover .incognitBox {
  display: block;
}
.row.no-pad .incognitView {
  right: -22px;
}
.row.no-pad .incognitView:hover .incognitBox {
  transform: translate(-104%, -40%);
}
@media (max-width: 941px) {
  .subscriptBox {
    width: 90%;
    min-width: inherit;
    position: relative !important;
    transform: translateX(-50%) !important;
    top: auto;
    margin: 40px 0;
  }
}
@media (max-width: 941px) {
  .subscriptBox:after {
    display: none;
  }
}
@media (max-width: 941px) {
  .subscriptBox .col {
    width: 100% !important;
    padding: 40px 20px !important;
  }
}
.subscriptBox .col .title,
.subscriptBox .col .title small {
  font-family: 'Open Sans';
  font-weight: 300;
}
.subscriptBox .col:first-of-type .row img,
.subscriptBox .col:first-of-type .row span {
  display: inline-block;
  vertical-align: top;
}
.subscriptBox .col:first-of-type .row span .title,
.subscriptBox .col:first-of-type .row span p {
  display: block;
  text-align: left;
  color: #706f6f;
  font-family: 'Open Sans';
  font-weight: 300;
  text-transform: none;
  width: 100%;
}
@media (max-width: 941px) {
  .subscriptBox .col:last-of-type {
    background: #fff;
  }
}
.subscriptBox .col:last-of-type form .row input,
.subscriptBox .col:last-of-type form .row span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans';
  margin: 0;
  width: auto;
}
.subscriptBox .col:last-of-type form .upgrade,
.subscriptBox .col:last-of-type form .legals {
  font-weight: 300;
  font-family: 'Open Sans';
}
.subscriptBox .select-box .arrowers:after,
.subscriptBox .select-box .arrowers:before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(0,0,0,0.25);
  border-bottom: 2px solid rgba(0,0,0,0.25);
  transform: rotate(45deg);
  bottom: 0;
  position: absolute;
}
.scrollingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background: rgba(0,0,0,0.5);
}
.scrollingWrap .scrollingBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.scrollingWrap .scrollingBox .tooltipBox {
  position: absolute !important;
  height: 100%;
}
@media (max-width: 941px) {
  .scrollingWrap .scrollingBox .tooltipBox {
    position: relative !important;
    height: auto;
    margin: 60px auto;
    top: auto;
    transform: translateX(-50%);
    left: 47%;
  }
}
.scrollingWrap .scrollingBox .tooltipBox.congratsBox {
  height: auto;
}
.scrollingWrap .scrollingBox .tooltipBox.captureEmail {
  height: 420px;
}
.scrollingWrap .scrollingBox .tooltipBox.subscriptBox {
  height: 740px;
}
@media (max-width: 941px) {
  .scrollingWrap .scrollingBox .tooltipBox.subscriptBox {
    height: auto;
  }
}
@media (max-width: 941px) {
  .scrollingWrap .scrollingBox .tooltipBox.folderTip {
    position: absolute !important;
  }
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium {
  position: absolute !important;
}
@media (max-width: 941px) {
  .scrollingWrap .scrollingBox .tooltipBox.get-premium.invite-friends {
    position: relative !important;
    top: auto;
    transform: translateX(-50%);
    margin: 60px 0;
  }
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile {
  background: #fff;
  max-width: 380px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .title {
  margin-bottom: 20px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .title span {
  background: none;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .title span img {
  width: 100%;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .title span:last-of-type {
  width: auto;
  height: auto;
  margin-left: 15px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0 80px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block {
  width: 54%;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block:last-of-type {
  padding-top: 9px;
  width: 40%;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown,
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .descriptFile {
  display: block;
  width: 100%;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown button {
  background: #fff;
  color: #19212c;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: 2px solid #bdc4c6 !important;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown button:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown .dropdown-menu a {
  text-transform: uppercase;
  color: #19212c;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .dropdown .dropdown-menu a:hover {
  background: #bdc4c6;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .descriptFile {
  color: #374750;
  padding: 0 8px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row {
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row input,
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row span {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row input[type=checkbox] {
  margin: 0 6px 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #bdc4c6;
  height: 16px;
  width: 16px;
  top: -2px;
  position: relative;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row input[type=checkbox]:checked:before {
  content: '';
  border-right: 2px solid #00b5ef;
  border-bottom: 2px solid #00b5ef;
  width: 7px;
  height: 15px;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  right: 1px;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile .double-box .block .row span {
  display: inline;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile button {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background: #2fada4;
  margin: 0;
}
.scrollingWrap .scrollingBox .tooltipBox.get-premium.newDownloadFile button:hover {
  background: #218e83;
}
.scrollingWrap .scrollingBox .tooltipBox.registerBoxing {
  height: 100%;
}
@media (max-width: 941px) {
  .scrollingWrap#selectordeFormatos .tooltipBox {
    margin: 60px 0;
  }
}
@media (min-width: 942px) {
  .scrollingWrap#selectordeFormatos .tooltipBox {
    height: auto;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    margin: 0;
  }
}
.scrollingWrap#getPremiumRegisterHelp .scrollingBox .tooltipBox.get-premium {
  position: relative !important;
  top: auto;
  transform: translateX(-50%);
  margin: 60px 0;
}
.scrollingWrap#getPremiumRegisterHelp .scrollingBox .tooltipBox.get-premium .button {
  margin: 0;
}
.scrollingWrap#getPremiumRegisterHelp .scrollingBox .tooltipBox.get-premium .button p {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.scrollingWrap#getPremiumRegisterHelp .scrollingBox .tooltipBox.get-premium .button p iframe {
  width: 100%;
}
#suscriptionPremium2 .subscriptBox {
  height: 560px;
  max-width: 1200px;
}
#suscriptionPremium2 .subscriptBox.double-pages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 1200px) {
  #suscriptionPremium2 .subscriptBox.double-pages {
    flex-direction: column;
    height: auto;
  }
}
#suscriptionPremium2 .subscriptBox.double-pages:after {
  display: none;
}
#suscriptionPremium2 .subscriptBox.double-pages .col {
  flex-basis: inherit;
}
@media (max-width: 1200px) {
  #suscriptionPremium2 .subscriptBox.double-pages .col {
    position: initial;
  }
}
#suscriptionPremium2 .subscriptBox.double-pages .col:first-of-type {
  width: 36%;
  padding: 40px 30px 25px 30px;
  background: #e6e6e6;
}
@media (max-width: 1200px) {
  #suscriptionPremium2 .subscriptBox.double-pages .col:first-of-type {
    height: auto;
    padding: 40px !important;
  }
  #suscriptionPremium2 .subscriptBox.double-pages .col:first-of-type a {
    margin-bottom: 0;
  }
}
#suscriptionPremium2 .subscriptBox.double-pages .col:first-of-type .discount-timer {
  margin: 0 !important;
}
#suscriptionPremium2 .subscriptBox.double-pages .col:last-of-type {
  width: 64%;
}
#suscriptionPremium2 .subscriptBox.double-pages .col:last-of-type img {
  position: relative;
  object-fit: cover;
  top: auto;
  left: auto;
}
@media (max-height: 860px) {
  .scrollingWrap .scrollingBox .tooltipBox:not(.registerBoxing),
  .scrollingWrap .scrollingBox .registro-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    margin: 100px 0;
    left: 50%;
  }
}
@media (max-width: 941px) {
  .scrollingWrap .scrollingBox .tooltipBox.cropWindow {
    margin: 60px 0;
    left: 47%;
  }
}
.scrollingWrap .scrollingBox .tooltipBox.cropWindow .cropZone {
  height: calc(100% - 170px);
  overflow: auto;
}
#coupon.couponBox {
  height: auto;
  padding: 30px;
  max-width: 320px;
}
#coupon.couponBox:after {
  display: none;
}
#coupon.couponBox #coupon_area .box-credit {
  margin-bottom: 10px;
}
#coupon.couponBox #coupon_area .box-credit .row:before {
  background: url("../../editor/iconos/coupon.svg") 0 0 no-repeat/cover;
  width: 20px;
  height: 18px;
  top: 7px;
}
#coupon.couponBox #coupon_area p.legals {
  top: 0;
  right: 9px;
}
#coupon.couponBox #coupon_area p.legals a:before {
  background: url("../../editor/iconos/delete.svg") 0 0 no-repeat/cover;
}
#coupon.couponBox #coupon_area button {
  text-align: center;
  color: #fff;
  background: #cd2e78;
  padding: 11px 0;
  font-size: 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
}
#coupon.couponBox #coupon_area button strong {
  display: inline-block;
  font-weight: 400;
  font-family: 'Open Sans';
}
.captureEmail {
  display: flex;
  align-items: flex-start;
  width: 720px;
  position: relative;
}
.captureEmail .stamp {
  position: absolute;
  top: 20px;
  left: 46%;
  height: 110px;
  object-fit: contain;
  z-index: 999;
  width: auto;
  transform: translateX(-50%);
}
.captureEmail .col {
  height: 100%;
  width: 50%;
  position: relative;
  padding: 0;
  background: #fff;
}
.captureEmail .col:first-of-type {
  overflow: hidden;
}
.captureEmail .col:first-of-type img {
  height: 100%;
  object-fit: cover;
}
.captureEmail .col:last-of-type .first,
.captureEmail .col:last-of-type .second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
}
.captureEmail .col:last-of-type .title,
.captureEmail .col:last-of-type p,
.captureEmail .col:last-of-type input,
.captureEmail .col:last-of-type img,
.captureEmail .col:last-of-type button {
  display: block;
  text-align: center;
}
.captureEmail .col:last-of-type .title,
.captureEmail .col:last-of-type p {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #192c35;
  text-transform: uppercase;
}
.captureEmail .col:last-of-type p {
  font-size: 16px;
  margin: 20px auto;
  font-weight: 600;
}
.captureEmail .col:last-of-type img {
  width: 40px;
  margin: 20px auto;
}
.captureEmail .col:last-of-type input {
  width: 100%;
  border: 2px solid #bac3c6;
  -webkit-appearance: none;
  margin: 0 auto 10px;
  color: #b3b3b3;
  font-family: 'Open Sans';
  padding: 6px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: left;
  font-size: 12px;
}
.captureEmail .col:last-of-type .btn {
  color: #fff;
  padding: 8px 0;
  width: 100%;
  margin: 0 0 10px;
  background: #2b8986;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.captureEmail .col:last-of-type .legals {
  margin: 0 auto 20px;
  display: inline-block;
}
.captureEmail .col:last-of-type .legals input,
.captureEmail .col:last-of-type .legals a {
  display: inline-block;
  vertical-align: middle;
}
.captureEmail .col:last-of-type .legals input {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0;
  background: #fff;
  position: relative;
  width: 15px;
  padding: 0;
}
.captureEmail .col:last-of-type .legals input:checked {
  background: #d4dadd;
  border: none;
}
.captureEmail .col:last-of-type .legals input:checked:before {
  content: '';
  border-right: 2px solid #2b8986;
  border-bottom: 2px solid #2b8986;
  width: 5px;
  height: 12px;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  right: -1px;
}
.captureEmail .col:last-of-type .legals a {
  font-size: 10px;
  margin-left: 2px;
  text-decoration: underline;
  display: inline;
  text-transform: none;
  color: #b2b2b2;
  font-weight: 300;
}
.captureEmail .col:last-of-type .acttion {
  color: #b2b2b2;
  font-size: 10px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.captureEmail .col:last-of-type .acttion span,
.captureEmail .col:last-of-type .acttion img {
  display: inline-block;
  vertical-align: middle;
}
.captureEmail .col:last-of-type .acttion span {
  margin-right: 10px;
}
.captureEmail .col:last-of-type .acttion img {
  width: 10px !important;
  object-fit: contain;
  margin: 0 !important;
}
.captureEmail .col:last-of-type .second .title {
  font-size: 22px;
  line-height: 24px;
}
.captureEmail .col:last-of-type .second img {
  width: 160px;
  margin: 30px auto 20px;
}
.cropWindow {
  background: #fff;
  padding: 20px;
  height: 80% !important;
  width: 60%;
}
@media (max-width: 640px) {
  .cropWindow {
    width: 84%;
  }
}
.cropWindow .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  margin-bottom: 20px;
}
.cropWindow .head .title {
  font-size: 22px;
  font-weight: 700;
  color: #19212c;
  width: 150px;
}
.cropWindow .head .states {
  display: flex;
  align-items: center;
  width: 70%;
  margin-right: 7%;
}
.cropWindow .head .states button {
  position: relative;
  margin: 0;
  width: 100%;
}
.cropWindow .head .states button svg,
.cropWindow .head .states button span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.cropWindow .head .states button svg {
  height: 30px;
  object-fit: contain;
}
.cropWindow .head .states button span {
  font-size: 10px;
  color: #7d8182;
  font-weight: 300;
}
.cropWindow .head .states button:hover span,
.cropWindow .head .states button.active span {
  color: #dd2296;
}
.cropWindow .head .states button:hover svg g path,
.cropWindow .head .states button.active svg g path {
  fill: #dd2296;
}
.cropWindow .head .closeX {
  right: 15px;
  top: 20px;
}
.cropWindow .head .closeX:after,
.cropWindow .head .closeX:before {
  background: #000;
}
.cropWindow .cropZone {
  margin: 40px auto;
  width: 100%;
}
@media (max-width: 640px) {
  .cropWindow .cropZone {
    margin: 20px auto;
  }
}
.cropWindow .cropZone.croppie-container .cr-boundary {
  width: 100% !important;
}
.cropWindow .buttons {
  text-align: right;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 640px) {
  .cropWindow .buttons {
    text-align: center;
  }
}
.cropWindow .buttons .size {
  float: left;
}
@media (max-width: 640px) {
  .cropWindow .buttons .size {
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.cropWindow .buttons .size span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
}
.cropWindow .buttons .size span:first-of-type,
.cropWindow .buttons .size span:last-of-type {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  border: 1px solid rgba(0,0,0,0.4);
  width: 60px;
  padding: 6px 0;
  color: #000;
  font-weight: 400;
}
.cropWindow .buttons .size span:nth-of-type(2) {
  height: 15px;
  width: 15px;
  position: relative;
  margin: 0 8px;
}
.cropWindow .buttons .size span:nth-of-type(2):before,
.cropWindow .buttons .size span:nth-of-type(2):after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  background: rgba(0,0,0,0.4);
  top: 50%;
  left: 50%;
}
.cropWindow .buttons .size span:nth-of-type(2):before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cropWindow .buttons .size span:nth-of-type(2):after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cropWindow .buttons button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 25px;
  margin: 0;
}
.cropWindow .buttons button:first-of-type {
  margin-right: 10px;
}
.replaceTheme {
  width: 340px !important;
  height: auto !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  top: 50%;
}
.replaceTheme:after {
  display: none;
}
.replaceTheme .padding-row {
  padding: 30px 20px;
}
.replaceTheme .title {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding: 15px 30px;
}
.replaceTheme .title:after {
  background: #aa1e68;
  background: -moz-linear-gradient(left, #aa1e68 0%, #e68f98 100%);
  background: -webkit-linear-gradient(left, #aa1e68 0%, #e68f98 100%);
  background: linear-gradient(to right, #aa1e68 0%, #e68f98 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}
.replaceTheme p {
  text-transform: none !important;
  color: #727272;
  text-align: center;
  padding: 15px 30px 0;
  margin: 0;
}
.replaceTheme .line-bottom {
  border-bottom: 1px solid #bfc1be;
}
.replaceTheme .style-checkbox input {
  margin-right: 20px;
}
.replaceTheme .style-checkbox input[type=radio] {
  -webkit-appearance: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #c6c6c6;
  position: relative;
  margin-right: 10px;
}
.replaceTheme .style-checkbox input[type=radio]:checked:before {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: #878787;
  border: none;
  position: absolute;
}
.replaceTheme .style-checkbox span {
  text-transform: none;
}
.replaceTheme .style-checkbox span span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.replaceTheme .style-checkbox.row {
  border: 2px solid #9b9e9b;
  padding: 15px;
  text-align: left;
}
.replaceTheme .style-checkbox.row.border-top-line {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.replaceTheme .style-checkbox.row.border-bottom-line {
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-top: 0;
  margin-top: -1px;
}
.replaceTheme .row {
  position: relative;
  padding: 0;
  background: none;
}
.replaceTheme .row button {
  border: 1px solid transparent;
  width: 48%;
  text-transform: none;
  margin-top: 0 !important;
}
.replaceTheme .row button.outline {
  background: none;
  border: 1px solid #d26978;
  color: #585858;
}
.replaceTheme .row button.outline:last-of-type {
  float: right;
}
.replaceTheme .row button.outline:hover {
  background: #de4967;
  color: #fff;
}
.replaceTheme .btn-square {
  margin-top: 20px !important;
  background: #d26978;
  text-transform: uppercase;
}
.replaceTheme .btn-square:hover {
  background: #de4967;
}
.replaceTheme .closeX:after,
.replaceTheme .closeX:before {
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.replaceTheme .closeX:hover:after,
.replaceTheme .closeX:hover:before {
  background: rgba(0,0,0,0.4);
}
.replaceTheme p,
.replaceTheme .row,
.replaceTheme .title,
.replaceTheme .padding-row {
  display: block;
  font-family: 'Open Sans';
  font-weight: 300;
}
.replaceTheme p,
.replaceTheme p span {
  font-size: 14px;
  text-transform: none;
  margin: 0;
}
.replaceTheme .style-checkbox input,
.replaceTheme .style-checkbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans';
  margin: 0;
  width: auto;
}
.replaceTheme .row button,
.replaceTheme .row input,
.replaceTheme .row span {
  display: inline-block;
  vertical-align: middle;
}
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  position: relative;
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Open Sans';
}
.check-list li:before {
  display: inline-block;
  content: '';
  background: url("../../editor/iconos/checked.svg") 0 0 no-repeat/cover;
  width: 14px;
  margin-right: 6px;
  height: 11px;
}
.replaceTheme .desplegable-hidden {
  position: relative;
  transform: none;
  left: -5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.replaceTheme .desplegable-hidden .toolt {
  color: #fff;
  text-transform: uppercase;
  left: -1px;
  top: 52%;
  padding: 5px 12px 5px 24px;
  width: 150px;
  font-size: 11px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: none;
  z-index: -1;
}
.replaceTheme .desplegable-hidden .toolt:after {
  display: none;
}
.replaceTheme .desplegable-hidden:hover .toolt {
  display: block;
}
.capas-iframe {
  width: 100%;
  height: 400px;
}
ul#capas-layers {
  list-style-type: none;
  padding: 0;
  width: 96%;
  margin: 0 auto;
}
ul#capas-layers li {
  width: 100%;
  display: block;
  list-style-type: none;
  background: rgba(81,166,234,0.33);
  margin-bottom: 2px;
  height: 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
ul#capas-layers li input {
  -webkit-appearance: none;
  border: none;
  background: none;
}
ul#capas-layers li input.layer-eye {
  margin-left: 14px;
  background: url("../images/visible-opened-eye-interface-option.svg") no-repeat center center/16px;
  width: 20px;
  height: 20px;
}
ul#capas-layers li input.layer-eye:checked {
  background-image: url("../images/closed-eyes-with-lashes-and-brows.svg");
}
ul#capas-layers li input.layer-eye:checked:before {
  display: none;
}
ul#capas-layers li input.layer-name {
  margin-left: 14px;
  width: calc(100% - 173px);
  height: 80%;
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 300;
  text-transform: uppercase;
}
ul#capas-layers li input.layer-name::-webkit-input-placeholder {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
}
ul#capas-layers li input.layer-name::-moz-placeholder {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
}
ul#capas-layers li input.layer-name:-ms-input-placeholder {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
}
ul#capas-layers li input.layer-name:-moz-placeholder {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
}
ul#capas-layers li input.layer-lock {
  margin-left: 14px;
  background: url("../images/locked-padlock.svg") no-repeat center center/14px;
  width: 20px;
  height: 20px;
}
ul#capas-layers li input.layer-lock:checked {
  background-image: url("../images/unlocked-padlock.svg");
}
ul#capas-layers li input.layer-lock:checked:before {
  display: none;
}
ul#capas-layers li figure {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 1px 8px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.2);
  overflow: hidden;
}
ul#capas-layers li figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
ul#capas-layers li input,
ul#capas-layers li figure,
ul#capas-layers li span {
  display: inline-block;
  vertical-align: middle;
}
.inputfile + label svg,
.sp-cancel,
.sp-container button,
.sp-replacer {
  vertical-align: middle;
}
select {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,0.2);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
input[type='range']::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  background: #19212c;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-top: -4px;
}
.mCS-3d-thick.mCSB_scrollTools {
  width: 14px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 4px !important;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(81,166,234,0.4) !important;
  box-shadow: none !important;
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px !important;
}
.mCSB_vertical_horizontal >.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_vertical_horizontal >.mCSB_scrollTools.mCSB_scrollTools_vertical {
  background: #263147;
}
.tooltip-floater {
  padding: 15px;
  background: #f00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999999;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webki-border-radius: 8px;
  display: none;
  width: 200px;
}
.tooltip-floater span {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.tooltip-floater p {
  font-size: 14px !important;
}
.tooltip-floater.direction-arrow-front {
  left: -220px;
}
.tooltip-floater.direction-arrow-front:before {
  width: 15px;
  height: 15px;
  background: #f00;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  content: '';
  right: 0;
}
.tooltip-floater span,
.tooltip-floater p {
  display: block;
  margin: 0 auto;
  color: #fff;
}
.cerrar-button {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.cerrar-button:before {
  transform: rotate(-45deg);
}
.cerrar-button:after,
.cerrar-button:before {
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  bavkground: #fff;
  top: 0;
  transform: rotate(45deg);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.registerBoxing {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  transform: none;
  background: none;
}
.registerBoxing .accesos {
  position: absolute;
  top: 10px;
  right: 10px;
}
.registerBoxing .accesos a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
}
.registerBoxing .accesos a:last-of-type {
  padding: 8px 30px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 2px solid #fff;
  margin-left: 10px;
}
.registerBoxing .registro-box {
  position: absolute;
  height: 540px;
  width: 740px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  padding: 20px 0 20px 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #a90f5d;
  background: -moz-linear-gradient(left, #a90f5d 0%, #f7b5ad 50%, #5fa5a5 100%);
  background: -webkit-linear-gradient(left, #a90f5d 0%, #f7b5ad 50%, #5fa5a5 100%);
  background: linear-gradient(to right, #a90f5d 0%, #f7b5ad 50%, #5fa5a5 100%);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.registerBoxing .registro-box .col {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.registerBoxing .registro-box .col:first-of-type {
  padding: 0;
}
.registerBoxing .registro-box .col:first-of-type .title {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 38px;
}
.registerBoxing .registro-box .col:first-of-type ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.registerBoxing .registro-box .col:first-of-type ul li {
  margin: 0 0 8px;
}
.registerBoxing .registro-box .col:first-of-type ul li:before {
  content: '-';
  margin-right: 2px;
  display: inline-block;
  color: #fff;
}
.registerBoxing .registro-box .col:first-of-type ul li:last-of-type {
  margin: 0;
}
.registerBoxing .registro-box .col:first-of-type img {
  width: 130px;
  margin-bottom: 10px;
}
.registerBoxing .registro-box .col:first-of-type p {
  line-height: 16px;
  margin: 0;
}
.registerBoxing .registro-box .col:first-of-type p:last-of-type {
  text-transform: uppercase;
  font-size: 14px;
}
.registerBoxing .registro-box .col:last-of-type {
  background: #e6e6e6;
  padding: 60px 30px 20px;
  width: 364px;
  position: absolute;
  right: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.registerBoxing .registro-box .col:last-of-type .closeX {
  top: 20px;
}
.registerBoxing .registro-box .col:last-of-type hr {
  width: 80%;
  margin: 20px auto;
  background: none;
  height: 1px;
}
.registerBoxing .registro-box .col:last-of-type .title {
  color: #374750;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.registerBoxing .registro-box .col:last-of-type .formField {
  position: relative;
}
.registerBoxing .registro-box .col:last-of-type .formField .viewPassword {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.registerBoxing .registro-box .col:last-of-type .formField input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  margin: 0 auto 10px;
  color: #b3b3b3;
  font-family: 'Open Sans';
  padding: 10px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.registerBoxing .registro-box .col:last-of-type .formField input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .formField input::-moz-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .formField input:-ms-input-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .formField input:-moz-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .row {
  padding: 0;
  background: none;
  position: relative;
  margin: 0 auto 15px;
}
.registerBoxing .registro-box .col:last-of-type .row label {
  width: 80px;
}
.registerBoxing .registro-box .col:last-of-type .row input[type=checkbox] {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 8px;
  background: #fff;
  position: relative;
}
.registerBoxing .registro-box .col:last-of-type .row input[type=checkbox]:checked:before {
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #d8818f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.registerBoxing .registro-box .col:last-of-type .row a {
  padding: 0;
  border: 0;
  width: auto;
  line-height: normal;
  text-decoration: underline;
  height: auto;
  position: absolute;
  right: 8px;
  text-transform: none;
  top: 5px;
}
.registerBoxing .registro-box .col:last-of-type .row a:after {
  display: none;
}
.registerBoxing .registro-box .col:last-of-type .row a:hover {
  background: none;
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account {
  text-align: center;
  margin: 10px auto 10px;
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account span,
.registerBoxing .registro-box .col:last-of-type .row.options-login-account a {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  width: auto;
  font-size: 16px;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account span {
  color: #999;
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account a {
  color: #344750;
  position: relative;
  top: auto;
  right: auto;
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account a:hover {
  color: #4e626b;
}
.registerBoxing .registro-box .col:last-of-type .botonUpdate {
  color: #fff;
  padding: 8px 0;
  width: 100%;
  background: #2fada4;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.registerBoxing .registro-box .col:last-of-type .botonUpdate:hover {
  background: #218e83;
}
.registerBoxing .registro-box .col:last-of-type p.legals {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type p.legals a {
  color: #999;
  text-decoration: underline;
}
.registerBoxing .registro-box .col:last-of-type p.legals a:hover {
  color: #e06d82;
}
.registerBoxing .registro-box .col:last-of-type .connect {
  background: #3b5998;
}
.registerBoxing .registro-box .col:last-of-type .connect:hover {
  background: #2c497c;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .registerBoxing {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .registerBoxing .registro-box {
    width: 90%;
    padding: 60px;
    position: relative;
    margin: 70px auto;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
  }
}
@media (max-width: 520px) {
  .registerBoxing .registro-box {
    padding: 40px 30px;
  }
}
@media (max-width: 420px) {
  .registerBoxing .registro-box {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .registerBoxing .registro-box .col {
    display: block !important;
    width: 100%;
    top: auto;
    transform: none;
  }
}
@media (max-width: 768px) {
  .registerBoxing .registro-box .col:first-of-type {
    margin-bottom: 40px;
  }
}
.registerBoxing .registro-box .col:first-of-type p,
.registerBoxing .registro-box .col:first-of-type ul,
.registerBoxing .registro-box .col:first-of-type li,
.registerBoxing .registro-box .col:first-of-type img {
  display: block;
}
.registerBoxing .registro-box .col:first-of-type p,
.registerBoxing .registro-box .col:first-of-type li {
  font-size: 13px;
  color: #fff;
}
@media (max-width: 768px) {
  .registerBoxing .registro-box .col:last-of-type {
    width: 100%;
    position: relative;
    right: inherit;
  }
}
.registerBoxing .registro-box .col:last-of-type .closeX:before,
.registerBoxing .registro-box .col:last-of-type .closeX:after {
  background: #374750;
}
.registerBoxing .registro-box .col:last-of-type .title,
.registerBoxing .registro-box .col:last-of-type input,
.registerBoxing .registro-box .col:last-of-type .row,
.registerBoxing .registro-box .col:last-of-type button,
.registerBoxing .registro-box .col:last-of-type .legals,
.registerBoxing .registro-box .col:last-of-type hr {
  display: block;
  font-family: 'Open Sans';
}
.registerBoxing .registro-box .col:last-of-type .row input,
.registerBoxing .registro-box .col:last-of-type .row label,
.registerBoxing .registro-box .col:last-of-type .row a {
  display: inline-block;
  color: #d8818f;
  font-size: 12px;
  font-family: 'Open Sans';
  margin: 0;
}
.registerBoxing .registro-box .col:last-of-type .row.options-login-account span,
.registerBoxing .registro-box .col:last-of-type .row.options-login-account a {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  font-family: 'Open Sans';
  width: auto;
  font-size: 12px;
}
.membersWorkteam .registro-box {
  width: 380px;
  padding: 0;
  height: auto;
  background: #a90f5d;
  background: -moz-linear-gradient(-45deg, #a90f5d 0%, #f7b5ad 48%);
  background: -webkit-linear-gradient(-45deg, #a90f5d 0%, #f7b5ad 48%);
  background: linear-gradient(135deg, #a90f5d 0%, #f7b5ad 48%);
}
.membersWorkteam .registro-box .col {
  display: block;
  top: auto;
  transform: none;
  width: 100% !important;
  padding: 30px !important;
}
.membersWorkteam .registro-box .col:first-of-type {
  text-indent: 0;
}
.membersWorkteam .registro-box .col:first-of-type ul {
  margin: 20px 0 0;
}
.membersWorkteam .registro-box .col:first-of-type ul li {
  line-height: normal;
}
.membersWorkteam .registro-box .col:first-of-type ul li:before {
  display: none;
}
.membersWorkteam .registro-box .col:last-of-type {
  position: relative;
  right: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.membersWorkteam .registro-box .col:last-of-type .formField .btn-square {
  margin: 0;
}
.membersWorkteam .registro-box .col:last-of-type .title {
  text-align: left;
  margin: 20px 0 10px;
}
.membersWorkteam .registro-box .col:last-of-type .title:first-of-type {
  margin-top: 0;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members {
  margin-bottom: 15px;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members input {
  width: calc(100% - 70px);
  margin-right: 10px;
  padding: 3px 20px;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 30px;
  width: 30px;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members button {
  width: 20px;
  margin-left: 10px;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members button img {
  width: 100%;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  margin: 0;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members:last-of-type {
  margin-bottom: 0;
}
.membersWorkteam .registro-box .col:last-of-type .invite-members {
  margin-bottom: 15px;
}
.membersWorkteam .registro-box .col:last-of-type .invite-members input {
  width: calc(100% - 100px);
  padding: 3px 20px;
}
.membersWorkteam .registro-box .col:last-of-type .invite-members button {
  background: #a90f5d;
  color: #fff;
  width: 90px;
  margin-left: 10px;
}
.membersWorkteam .registro-box .col:last-of-type .invite-members:last-of-type {
  margin-bottom: 0;
}
.membersWorkteam .registro-box .col:last-of-type p.legals {
  margin: 15px 0 0;
  font-size: 10px;
}
.membersWorkteam .registro-box .col:last-of-type p.legals a {
  text-decoration: none;
  color: #666;
}
.membersWorkteam .registro-box .col:last-of-type p.legals a:before {
  display: inline-block;
  content: '';
  background: url("../../editor/iconos/lock.svg") 0 0 no-repeat/cover;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members input,
.membersWorkteam .registro-box .col:last-of-type .trash-members img,
.membersWorkteam .registro-box .col:last-of-type .trash-members button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.membersWorkteam .registro-box .col:last-of-type .trash-members button,
.membersWorkteam .registro-box .col:last-of-type .trash-members img {
  vertical-align: middle;
}
.membersWorkteam .registro-box .col:last-of-type .invite-members input,
.membersWorkteam .registro-box .col:last-of-type .invite-members button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.userBlock {
  position: absolute;
  top: 0;
  left: -220px;
  width: 220px;
  bottom: 0;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.userBlock.activeOptionsUser {
  left: 0;
}
.userBlock .content-userblock {
  height: 100%;
}
.userBlock .content-userblock .userPadding {
  position: relative;
  padding: 10px 14px 15px;
}
.userBlock .content-userblock .userPadding .user-header {
  margin-bottom: 30px;
}
.userBlock .content-userblock .userPadding .user-header img {
  width: 18px;
  margin-right: 14px;
}
.userBlock .content-userblock .userPadding .user-header span {
  position: relative;
}
.userBlock .content-userblock .userPadding .user-header span:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  transform: rotate(45deg) translateY(-50%);
  content: '';
  position: absolute;
  right: -18px;
  top: 40%;
}
.userBlock .content-userblock .userPadding .boxUserPic {
  position: relative;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic {
  width: 160px;
  height: 160px;
  margin: 10px auto 15px;
  position: relative;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic figure {
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  border: none;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic figure .cambiar {
  width: 100%;
  background: rgba(0,0,0,0.26);
  text-align: center;
  font-size: 12px;
  color: #fff;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 9;
  padding: 10px 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  height: 50%;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox {
  width: 110%;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 46%;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  background: #bfbfbf;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div {
  background: #bfbfbf;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px 10px 10px;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button {
  margin-bottom: 10px;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button span {
  text-indent: 0;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button img {
  margin-right: 4px;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div input::-webkit-input-placeholder {
  font-size: 12px;
  color: #5c5c5c;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div input::-moz-placeholder {
  font-size: 12px;
  color: #5c5c5c;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div input:-ms-input-placeholder {
  font-size: 12px;
  color: #5c5c5c;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div input:-moz-placeholder {
  font-size: 12px;
  color: #5c5c5c;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic:hover figure .cambiar {
  top: 70%;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic:hover .changeImageBox {
  display: block;
}
.userBlock .content-userblock .userPadding .formField {
  position: relative;
  margin-bottom: 25px;
}
.userBlock .content-userblock .userPadding .formField .nameField {
  margin-bottom: 6px;
  color: #576d77;
  font-size: 11px;
  width: 100%;
}
.userBlock .content-userblock .userPadding .formField .validacion-suscripcion {
  text-align: center;
  margin: 15px auto 10px;
  color: #808080;
  font-size: 11px;
}
.userBlock .content-userblock .userPadding .formField input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.userBlock .content-userblock .userPadding .formField input::-moz-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.userBlock .content-userblock .userPadding .formField input:-ms-input-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.userBlock .content-userblock .userPadding .formField input:-moz-placeholder {
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Open Sans';
}
.userBlock .content-userblock .userPadding .formField.buttonChange button {
  border: 1px solid #8b8b8b;
  background: none;
  text-transform: center;
  color: #fff;
  font-size: 12px;
  color: #a0a0a0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 30px;
  width: 100%;
}
.userBlock .content-userblock .userPadding .formField.arrowSelect:after {
  content: '';
  transform: rotate(45deg) translateY(-50%);
  right: 8%;
  height: 10px;
  width: 10px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  position: absolute;
  top: 35px;
}
.userBlock .content-userblock .userPadding .user-header,
.userBlock .content-userblock .userPadding .user-pic,
.userBlock .content-userblock .userPadding button,
.userBlock .content-userblock .userPadding formField,
.userBlock .content-userblock .userPadding .nameField,
.userBlock .content-userblock .userPadding input,
.userBlock .content-userblock .userPadding .validacion-suscripcion {
  display: block;
  font-family: 'Open Sans';
}
.userBlock .content-userblock .userPadding .user-header svg,
.userBlock .content-userblock .userPadding .user-header span {
  display: inline-block;
  vertical-align: middle;
  color: #374750;
  font-size: 12px;
}
.userBlock .content-userblock .userPadding .user-header svg path {
  fill: #374750;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button,
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div input {
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #8a8a8a;
  font-size: 12px;
  line-height: 16px;
  color: #5c5c5c;
  background: none;
  display: block;
  width: 100%;
  text-align: left;
  text-indent: 10px;
}
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button img,
.userBlock .content-userblock .userPadding .boxUserPic .user-pic .changeImageBox div button span {
  display: inline-block;
  vertical-align: middle;
}
.userBlock .content-userblock .userPadding .formField input,
.userBlock .content-userblock .userPadding .formField select {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  margin: 0 auto 10px;
  color: #374750;
  font-family: 'Open Sans' !important;
  padding: 6px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  background: none;
  border: 1px solid #bababa;
  height: 30px;
}
.connect {
  color: #fff;
  padding: 8px 0;
  display: block;
  text-align: center;
  width: 100%;
  background: #00c3ff;
  font-size: 13px;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: 'Open Sans';
  text-decoration: none;
}
.connect:hover {
  background: #05a2d8;
  color: #fff;
}
.userPadding .text {
  color: #374750;
  font-size: 12px;
}
.userPadding .text span {
  color: #374750;
}
.userPadding .text strong {
  font-weight: 600;
}
button.btn-rounded,
button.btn-square {
  width: 100%;
  padding: 12px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #66a2a1;
  margin-bottom: 30px;
}
.mCSB_1_container {
  height: 100%;
}
.btn-upload-photo {
  position: relative;
  z-index: 8;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop {
  background: none;
  border: 2px dotted #a5a5c7;
  padding: 10px 10px 0 10px;
  width: 420px;
  text-align: left;
  vertical-align: middle;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop .ajax-file-upload {
  background: none;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span {
  display: block;
  width: 100%;
  margin: 10px auto 0;
  overflow: hidden;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span b {
  display: none;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span:before {
  content: 'Drag & Drop Files Here to Upload';
  font-size: 13px;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span:after {
  content: 'Available JPG, PNG, SVG, GIF';
  font-size: 11px;
  margin-bottom: 0;
}
.btn-upload-photo .ajax-file-upload-container {
  display: none;
}
#fileuploader {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}
#fileuploader .ajax-upload-dragdrop {
  width: calc(100% - 16px) !important;
  text-align: center;
  padding: 8px;
  border: 2px dotted #e7e7e7;
  background: #fff;
  margin: 0;
}
#fileuploader .ajax-upload-dragdrop .ajax-file-upload,
#fileuploader .ajax-upload-dragdrop span {
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#fileuploader .ajax-upload-dragdrop .ajax-file-upload {
  background: #ececec;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  color: #555;
  font-size: 12px;
  font-weight: 100;
  margin: 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  height: auto;
  padding: 6px 15px;
}
#fileuploader .ajax-upload-dragdrop .ajax-file-upload span,
#fileuploader .ajax-upload-dragdrop .ajax-file-upload b {
  color: #555;
  font-size: 12px;
  margin-left: 8px;
  font-weight: 100 !important;
}
.ajax-file-upload-statusbar {
  border: 1px solid #0ba1b5;
  margin-top: 10px;
  width: 420px;
  margin-right: 10px;
  margin: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 5px 15px;
}
.ajax-file-upload-filename {
  width: 300px;
  height: auto;
  margin: 0 5px 5px 0px;
}
.ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0px;
  display: inline-block;
  vertical-align: middle;
}
.ajax-file-upload-progress {
  margin: 5px 10px 5px 0px;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
}
.ajax-file-upload-percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}
.ajax-file-upload-red,
.ajax-file-upload-green {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4px 15px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0px;
}
.ajax-file-upload-red {
  -moz-box-shadow: inset 0 39px 0 -24px #e67a73;
  -webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  text-shadow: 0 1px 0 #b23e35;
}
.ajax-file-upload-green {
  background-color: #77b55a;
  text-shadow: 0 1px 0 #5b8a3c;
}
.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
  line-height: 20px;
  height: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle;
}
.ajax-file-upload:hover {
  background: #3396c9;
  -moz-box-shadow: 0 2px 0 0 #15719f;
  -webkit-box-shadow: 0 2px 0 0 #15719f;
  box-shadow: 0 2px 0 0 #15719f;
}
.ajax-upload-dragdrop {
  border: 2px dotted #a5a5c7;
  width: 420px;
  color: #dadce3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}
.ajax-file-upload-container {
  margin: 20px 0px 20px 0px;
}
@media (max-width: 414px) {
  #categoriaTemplate {
    display: none;
  }
}
.row {
  margin: 0;
  flex-wrap: inherit;
  display: inherit;
}
.masonryGallery {
  overflow: hidden;
  margin: 0 -1%;
}
.masonryGallery .grid-item {
  float: left;
  width: 31.25%;
  margin: 0 1% 1.5%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0,0,0,0.15);
}
.masonryGallery .grid-item .deleteButton {
  right: 6px;
  top: 6px;
  width: 16px;
  height: 20px;
  display: none;
}
.masonryGallery .grid-item .deleteButton img {
  padding: 0;
  object-fit: contain;
  width: 100% !important;
  height: 100%;
}
.masonryGallery .grid-item .deleteMessage {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 0;
  text-align: center;
  width: 60%;
  z-index: 20;
  background: rgba(50,50,51,0.9);
  display: none;
}
.masonryGallery .grid-item .deleteMessage p {
  display: block;
  margin-bottom: 4px;
}
.masonryGallery .grid-item .deleteMessage button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.masonryGallery .grid-item .deleteMessage button:first-of-type {
  margin-right: 6px;
  text-transform: uppercase;
}
.masonryGallery .grid-item .deleteMessage button:hover {
  font-weight: 700;
}
.masonryGallery .grid-item .captionTemplate {
  bottom: 0;
  right: 0;
  padding: 2px 8px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
}
.masonryGallery .grid-item img {
  object-fit: cover;
  display: block;
  width: 100% !important;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 !important;
  max-width: 190px;
  max-height: 149px;
}
.masonryGallery .grid-item:hover .deleteButton {
  display: block;
}
.masonryGallery .grid-item .deleteButton,
.masonryGallery .grid-item .deleteMessage,
.masonryGallery .grid-item .captionTemplate {
  position: absolute;
  z-index: 10;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  background: rgba(50,50,51,0.8);
  font-size: 9px;
}
.masonryGallery .grid-item .deleteMessage p,
.masonryGallery .grid-item .deleteMessage button {
  font-family: 'Open Sans';
  font-size: 9px;
  color: #fff;
}
.box-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
#colorTextoStroke {
  border: 1px solid rgba(0,0,0,0.4);
}
form.drag-block {
  display: block !important;
}
.drag-block {
  padding: 10px 15px;
}
.drag-block img {
  width: 60% !important;
  object-fit: cover;
}
.drag-block p {
  margin: 0 auto !important;
  font-size: 16px;
  color: #fff;
  font-family: 'Open Sans';
}
.drag-block p small {
  font-size: 14px;
  font-family: 'Open Sans';
  color: rgba(255,255,255,0.4);
  margin-top: 2px;
  display: block;
}
.drag-block .button-group-drag {
  margin-top: 20px !important;
}
.drag-block img,
.drag-block p,
.drag-block .button-group-drag {
  display: block;
  margin: 0 auto !important;
  float: none !important;
  height: auto !important;
  text-align: center;
}
.drag-block img {
  width: 14%;
  object-fit: cover;
}
.free-templates {
  height: 90px;
  border: 1px dashed rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.25);
  overflow: hidden;
  margin: 0 1% 1% 0 !important;
}
.free-templates:nth-child(odd) {
  margin-right: 0 !important;
}
.free-templates .free-label {
  text-transform: uppercase;
  font-size: 14px;
  background: #dc615d;
  width: 100%;
  transform: rotate(-35deg);
  padding: 1px 0;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  top: 10px;
  left: -56px;
  position: absolute;
}
@media (max-width: 941px) {
  .free-templates .free-label {
    left: -170px;
  }
}
.text-last-free {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin: 20px auto 35px;
  text-align: center;
  font-weight: 600;
  text-align: left;
}
.buttons_format_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  margin-bottom: 20px;
}
.btnSelector {
  width: 49%;
  margin: 0;
  text-align: center;
  padding: 11px 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  border: 1px solid transparent;
  line-height: 14px;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btnSelector:before {
  height: 6px;
  width: 6px;
  position: absolute;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  top: 50%;
}
.btnSelector span {
  display: inline-block;
}
.btnSelector button {
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 44%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #ff84c2;
  display: none;
}
.btnSelector button:after {
  content: 'x';
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: unset;
  margin-left: 6px;
}
.btnSelector.pinkColor {
  background: #2fada4;
}
.btnSelector.pinkColor:hover {
  background: #218e83;
}
.btnSelector.greenColor {
  background: #6a9997;
}
.btnSelector.greenColor:hover {
  background: #147a76;
}
.btnSelector.active {
  background: none !important;
  border: 1px solid #374750;
  text-align: left;
}
.btnSelector.active:before {
  transform: translateY(-50%) rotate(-135deg);
  border-color: #374750;
}
.btnSelector.active span {
  text-indent: 30px;
  color: #374750;
}
.btnSelector.active button {
  display: block !important;
}
.btnSelector.active button:after {
  color: #374750;
}
.selectField-myDesigns {
  margin: 6px auto 20px;
  text-align: center;
  position: relative;
}
.selectField-myDesigns:before {
  width: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  border-right: 1px solid rgba(255,255,255,0.8);
  content: '';
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 14px;
  z-index: 99;
  height: 8px;
}
.selectField-myDesigns select {
  padding: 8px 0 8px 11px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans';
  background: #646464;
  text-align-last: center;
  border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.float-profile {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 5px 20px;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.float-profile .name {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.float-profile .row {
  margin: 10px auto;
}
.float-profile .row figure {
  width: 30%;
  margin: 0 2% 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.float-profile .row figure img {
  width: 100% !important;
  object-fit: cover;
  height: 110%;
}
.float-profile .row div {
  width: 66%;
  color: #fff;
  font-size: 14px;
}
.float-profile .row div span {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
  position: relative;
}
.float-profile .row div span.location img {
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px !important;
}
.float-profile .row div a {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  text-decoration: underline;
  word-wrap: break-word;
  font-size: 14px;
}
.float-profile .buttons button {
  display: inline-block;
  width: 45%;
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  margin: 0;
}
.float-profile .buttons button:first-of-type {
  margin-right: 2%;
}
.float-profile .buttons button.message img {
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px !important;
}
.float-profile .name,
.float-profile .row,
.float-profile .buttons {
  display: block;
}
.float-profile .row figure,
.float-profile .row div {
  display: inline-block;
  vertical-align: middle;
}
.selectDesign {
  margin-bottom: 20px;
}
.selectDesign .title-section {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans';
}
.selectDesign .box {
  display: inline-block;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  margin: 0 2px 14px;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 47%;
}
.selectDesign .box figure {
  background: #676767;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 2px;
  height: 70px;
  padding: 8px 0;
}
.selectDesign .box span {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.selectDesign .box img {
  display: inline-block;
  height: 100%;
  object-fit: cover;
  width: auto !important;
  margin: 0;
  padding: 0;
}
.selectDesign .box figure,
.selectDesign .box span {
  display: block;
}
.selectDesign .box:hover,
.selectDesign .box.onSelect {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.tooltipSelectDesign {
  width: calc(100% - 489px);
  height: calc(100% - 53px);
  background: rgba(21,123,118,0.88);
  z-index: 9999;
  position: absolute;
}
@media (max-width: 1195px) {
  .tooltipSelectDesign {
    width: calc(100% - 482px);
  }
}
.tooltipSelectDesign.wideScreen {
  width: calc(100% - 70px);
}
@media (max-width: 941px) {
  .tooltipSelectDesign.wideScreen {
    width: 100%;
  }
}
.tooltipSelectDesign.nimize {
  width: calc(100% - 63.33%);
}
.tooltipSelectDesign .selectDesign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin: 0;
  height: 100%;
}
.tooltipSelectDesign .selectDesign .closeX {
  top: 15px;
  transform: none;
  background: none !important;
  height: 14px !important;
  width: 14px !important;
  overflow: initial !important;
  position: absolute !important;
  right: 20px !important;
  padding: 0 !important;
  margin: 0;
}
.tooltipSelectDesign .selectDesign .overflowSelect {
  height: 89%;
  overflow: auto;
  position: absolute;
}
.tooltipSelectDesign .selectDesign .title-section {
  font-size: 22px;
  text-align: center;
  margin: 50px auto 15px;
  position: relative;
  width: 90%;
}
@media (max-width: 560px) {
  .tooltipSelectDesign .selectDesign .title-section {
    margin: 50px 25px 25px;
    width: auto;
  }
}
.tooltipSelectDesign .selectDesign .searchBar {
  position: relative;
  display: inline-block;
  margin: 10px auto 15px;
  text-align: right;
  width: auto;
  height: auto;
  margin-bottom: 60px;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  border: 1px solid #374750;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 0 0 0 15px;
  height: 30px;
  display: inline-block;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField input {
  width: 100%;
  background: none;
  border: none;
  font-size: 12px;
  color: #374750;
  height: 30px;
  position: absolute;
  left: 15px;
  width: 90%;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Open Sans';
}
.tooltipSelectDesign .selectDesign .searchBar .searchField input::-webkit-input-placeholder {
  font-family: 'Open Sans';
  color: #374750;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField input::-moz-placeholder {
  font-family: 'Open Sans';
  color: #374750;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField input:-ms-input-placeholder {
  font-family: 'Open Sans';
  color: #374750;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField input:-moz-placeholder {
  font-family: 'Open Sans';
  color: #374750;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
}
.tooltipSelectDesign .selectDesign .searchBar .searchField button img {
  width: 100%;
  object-fit: contain;
  vertical-align: top;
}
.tooltipSelectDesign .selectDesign .p-title-section {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  font-family: 'Open Sans';
  display: block;
  width: 90%;
  margin: 0 auto;
}
.tooltipSelectDesign .selectDesign .box {
  width: 160px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  margin: 0 2px 10px;
  height: auto;
}
.tooltipSelectDesign .selectDesign .box figure {
  background: #717171;
}
.tooltipSelectDesign .selectDesign .box span {
  font-size: 14px;
}
.tooltipSelectDesign.overlay-darker {
  background: rgba(0,0,0,0.8);
}
.tooltipSelectDesign.overlay-darker .closeX {
  right: 0;
}
.tooltipSelectDesign.overlay-darker .text-box {
  padding: 15px 25px;
  background: #000;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  right: 35px;
  text-align: center;
  z-index: 9999;
  text-transform: uppercase;
}
.tooltipSelectDesign.overlay-darker .text-box:after {
  background: #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: -1px;
  content: '';
}
@media (max-width: 941px) {
  .tooltipSelectDesign {
    width: 100%;
    height: calc(100vh - 90px);
  }
  .tooltipSelectDesign .selectDesign {
    left: auto;
    position: relative;
    transform: translateY(-50%);
  }
}
@media (max-width: 560px) {
  .tooltipSelectDesign .selectDesign .title-section {
    font-size: 18px !important;
    text-align: center;
    margin: 50px auto 15px !important;
    position: relative;
    width: 90%;
  }
  .tooltipSelectDesign .selectDesign .searchBar .searchField {
    width: 222px;
  }
}
.tooltipSelectFormat {
  opacity: 0.97;
  -moz-opacity: 0.97;
  -webkit-opacity: 0.97;
  background: #fff;
}
.tooltipSelectFormat .selectDesign {
  width: 100%;
  max-width: 100%;
}
.tooltipSelectFormat .selectDesign .overflowSelect {
  width: 100%;
  height: 100%;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow {
  display: block;
  border-top: 1px solid rgba(255,255,255,0.4);
  padding: 20px;
  text-align: left;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .title {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-weight: 100;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post {
  width: 150px;
  margin: 0 15px 15px;
  cursor: pointer;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figure {
  margin-bottom: 15px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figure img {
  width: 88%;
  height: auto;
  object-fit: contain;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(241,255,163,0);
  -moz-box-shadow: 0px 0px 23px 0px rgba(241,255,163,0);
  box-shadow: 0px 0px 23px 0px rgba(241,255,163,0);
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figcaption {
  font-size: 14px;
  color: #374750;
  font-family: 'Open Sans';
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figcaption span {
  color: #88979e;
  font-size: 10px;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post:hover figure img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 23px 0px #f1ffa3;
  -moz-box-shadow: 0px 0px 23px 0px #f1ffa3;
  box-shadow: 0px 0px 23px 0px #f1ffa3;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post:hover figcaption span {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .inlineField {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .inlineField input {
  -webkit-appearance: none;
  display: block;
  background: #dbdcdd;
  color: #374750;
  text-align: center;
  border: none;
  height: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX {
  display: inline-block;
  vertical-align: middle;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX height 18px {
  width: 18px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 999;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .dropdown {
  margin: 0 5px 0 0;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .dropdown button {
  border: 1px solid #dbdcdd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #dbdcdd;
  background: none;
  margin: 0;
  font-weight: 100;
  font-family: 'Open Sans';
  line-height: 20px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .dropdown button:after {
  display: none;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .dropdown button:before {
  content: '';
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .dropdown button:before display inline-block {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .btn-square {
  display: inline-block;
  background: #15b7b5;
  color: #fff;
  width: auto;
  padding: 10px 20px;
  margin: 0;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories {
  text-align: center;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure {
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  -mix-blend-mode: none !important;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure img:last-of-type {
  display: none;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure:hover img,
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure.check img {
  -mix-blend-mode: none !important;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure:hover img:first-of-type,
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure.check img:first-of-type {
  display: none;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure:hover img:last-of-type,
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a figure.check img:last-of-type {
  display: block;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories a span {
  width: calc(100% + 3px);
  bottom: 0;
  background: #edeeef;
  color: #374750;
  top: auto;
  padding: 6px 10px;
  letter-spacing: normal;
  font-weight: 600;
  transform: none;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 31px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories.new_categories_sub {
  display: block;
  margin: 50px auto 0;
  clear: both;
  max-width: 1283px;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories.new_categories_sub .alone-line {
  display: block;
  margin-bottom: 20px;
  clear: both;
  text-align: right;
}
.tooltipSelectFormat .selectDesign .overflowSelect .new_categories.new_categories_sub .alone-line a {
  display: inline-block;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post,
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .inlineField {
  display: inline-block;
  vertical-align: bottom;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figure,
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post figcaption,
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .post span {
  display: block;
  width: 100%;
  text-align: center;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:before content '',
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:after content '' {
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:before:before,
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:after:before {
  transform: rotate(-45deg);
}
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:before:after,
.tooltipSelectFormat .selectDesign .overflowSelect .formatRow .closeX:after:after {
  transform: rotate(45deg);
}
.tooltipSelectCategories .title-section {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.tooltipSelectCategories .title-section span {
  left: 5%;
  font-size: 12px;
  text-transform: none;
  font-weight: 300;
}
.tooltipSelectCategories .title-section a {
  right: 5%;
}
.tooltipSelectCategories .overflowSelect {
  height: 100% !important;
}
.tooltipSelectCategories .overflowSelect .wide {
  width: 96%;
  margin: 0 auto;
  text-align: left;
  text-align: center;
}
.tooltipSelectCategories .overflowSelect a {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 122px;
  width: 100%;
  max-width: 198px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipSelectCategories .overflowSelect a.blend-block:after {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipSelectCategories .overflowSelect a span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 16px;
  text-align: center;
  z-index: 9;
}
.tooltipSelectCategories .overflowSelect a img {
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}
.tooltipSelectCategories .overflowSelect a:first-of-type {
  background: #2fada4;
}
.tooltipSelectCategories .overflowSelect a:hover {
  box-shadow: 4px 5px 20px 0 #102321;
  -moz-box-shadow: 4px 5px 20px 0 #102321;
  -webkit-box-shadow: 4px 5px 20px 0 #102321;
}
.tooltipSelectCategories .overflowSelect a:hover img {
  mix-blend-mode: multiply;
}
.tooltipSelectCategories .overflowSelect a:hover.blend-block:after {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  background: #12b1a6;
}
.tooltipSelectCategories .overflowSelect .block-packs .row {
  display: inline-block;
  vertical-align: middle;
  padding: 33px 0 0;
  width: calc(100% / 3.05);
}
@media (max-width: 941px) {
  .tooltipSelectCategories .overflowSelect .block-packs .row {
    width: calc(100% / 2.05);
  }
}
@media (max-width: 540px) {
  .tooltipSelectCategories .overflowSelect .block-packs .row {
    width: 100%;
  }
}
.tooltipSelectCategories .overflowSelect .block-packs .row:last-of-type {
  margin-top: -2px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .title,
.tooltipSelectCategories .overflowSelect .block-packs .row .modles {
  display: block;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles {
  padding: 12px 2%;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .mod-mod {
  display: inline-block;
  margin: 0 0 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .mod-mod .title {
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-indent: 4px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a {
  height: 160px;
  vertical-align: middle;
  width: 160px;
  max-width: 160px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a:first-of-type {
  background: #323232;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden {
  left: auto;
  top: 10px;
  right: 10px;
  transform: none;
  background: #000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: auto;
  line-height: 12px;
  padding: 2px 10px 1px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span,
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden img {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 0;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span {
  margin-right: 6px;
  width: auto;
  letter-spacing: 1.5px;
  font-weight: 100;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span:after {
  display: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span span {
  margin: 0 !important;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span span:first-of-type {
  display: inline-block;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden span span:last-of-type {
  display: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a .desplegable-hidden img {
  width: 12px !important;
  height: 100%;
  z-index: 999;
  position: relative;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  mix-blend-mode: inherit;
  inline-block: !important;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a:hover {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a:hover .desplegable-hidden span span:first-of-type {
  display: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a:hover .desplegable-hidden span span:last-of-type {
  display: inline-block;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a:hover img {
  mix-blend-mode: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a.more {
  height: auto;
  text-decoration: none;
  font-weight: 100;
  color: #000;
  font-size: 12px;
  width: 1100px;
  background: none;
  margin: 0 auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #9c9c9c;
  padding: 8px 10px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  display: block;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles a.more:hover {
  background: #d9317f;
  border: 1px solid #d9317f;
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webki-box-shadow: none;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements:first-of-type {
  margin: 5px 30px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements span,
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements span {
  font-weight: 100;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements a {
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements a img {
  object-fit: contain;
  width: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  mix-blend-mode: inherit !important;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements a:first-of-type {
  margin-bottom: 4px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles .selectElements a:hover {
  background: none !important;
  box-shadow: none !important;
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles:hover .mod-mod:first-of-type {
  transform: scale(1.1);
}
.tooltipSelectCategories .overflowSelect .block-packs .row .modles:hover .mod-mod:last-of-type .selectElements {
  transform: scale(1.1);
}
.tooltipSelectCategories .overflowSelect .block-packs .row.one-cover {
  width: auto;
}
.tooltipSelectCategories .overflowSelect .block-packs .row.one-cover .modles .mod-mod a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  overflow: inherit;
  margin: 0;
  max-width: 319px;
  height: 210px;
  width: 320px;
}
.tooltipSelectCategories .overflowSelect .block-packs .row.one-cover .modles .mod-mod a img {
  position: relative;
  top: auto;
  left: auto;
}
.tooltipSelectCategories .title-section span,
.tooltipSelectCategories .title-section a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tooltipSelectCategories .overflowSelect a span,
.tooltipSelectCategories .overflowSelect a img {
  position: absolute;
}
.filters-box {
  margin-bottom: 20px;
}
.filters-box .title-section {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans';
}
.filters-box .panel-group .panel-default {
  background: none;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  overflow: inherit;
}
.filters-box .panel-group .panel-default .panel-heading {
  line-height: normal;
}
.filters-box .panel-group .panel-default .panel-heading .boxFiltering figure {
  border-right: 0;
  border-left: 0;
}
.filters-box .panel-group .panel-default .panel-heading.topImg .boxFiltering figure {
  border: 2px solid #fff;
}
.filters-box .panel-group .panel-default .panel-collapse {
  border: 0 !important;
  margin-bottom: 20px;
  width: 200%;
  padding-top: 8px;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body {
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  position: relative;
  background: #c3c7c9;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #c3c7c9;
  position: absolute;
  top: 0;
  left: 75%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid rgba(255,255,255,0.25);
  border-left: 1px solid rgba(255,255,255,0.25);
  display: block;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body p,
.filters-box .panel-group .panel-default .panel-collapse .panel-body strong {
  color: #19122c;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body button.closeX {
  height: 8px;
  width: 8px;
  top: 6px;
  right: 6px;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body button.closeX:before {
  left: 0;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body button.closeX:before,
.filters-box .panel-group .panel-default .panel-collapse .panel-body button.closeX:after {
  background: #19212c !important;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body .box-button {
  text-align: center;
  margin-top: 20px;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body .box-button button {
  background: #9e9e9d;
  width: 36%;
  padding: 6px 6px;
  text-transform: uppercase;
  font-size: 11px;
}
.filters-box .panel-group .panel-default .panel-collapse .panel-body .box-button button:hover {
  background: #218e83;
}
.filters-box .panel-group .panel-default:nth-child(odd) .panel-collapse .panel-body:before {
  left: 25%;
}
.filters-box .panel-group .panel-default:nth-child(even) .panel-collapse {
  margin-left: -100%;
}
.filters-box .panel-group .panel-default .panel-heading .boxFilterNone,
.filters-box .panel-group .panel-default .panel-heading .boxFiltering {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: normal;
  margin-bottom: 10px;
  text-decoration: none;
}
.filters-box .panel-group .panel-default .panel-heading .boxFilterNone figure,
.filters-box .panel-group .panel-default .panel-heading .boxFiltering figure {
  height: 60px;
  width: 100%;
  position: relative;
  display: block;
  border: 2px solid transparent;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  margin: 0 0 5px;
}
.filters-box .panel-group .panel-default .panel-heading .boxFilterNone figure:hover,
.filters-box .panel-group .panel-default .panel-heading .boxFiltering figure:hover {
  border: 2px solid #fff;
}
.filters-box .panel-group .panel-default .panel-heading .boxFilterNone figure img,
.filters-box .panel-group .panel-default .panel-heading .boxFiltering figure img {
  height: 100%;
  width: 100% !important;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.filters-box .panel-group .panel-default .panel-heading .boxFilterNone span,
.filters-box .panel-group .panel-default .panel-heading .boxFiltering span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: auto;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
  color: #374750 !important;
  font-weight: bold;
}
.palette-color {
  width: 100%;
  padding-right: 0;
}
.palette-color .sample-color .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 0;
  padding: 0;
}
.palette-color .sample-color .col:first-of-type {
  margin-right: 2%;
}
.palette-color .sample-color .col .color-tone {
  width: 100%;
  height: 140px;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.palette-color .sample-color .col .color-tone .input-tone {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fff;
  width: 62px;
  padding: 2px 6px;
  height: 22px;
}
.palette-color .sample-color .col .color-tone .input-tone input {
  width: 100%;
  color: #4d4d4d;
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  font-size: 12px;
}
.palette-color .sample-color .col .row.similar-sample {
  margin-bottom: 8px;
}
.palette-color .sample-color .col .row.similar-sample .border-content-color div {
  height: 30px;
}
.palette-color .sample-color .col .row.similar-sample .border-content-color div:first-of-type {
  width: 100%;
  cursor: pointer;
}
.palette-color .sample-color .col .row.similar-sample .border-content-color div:last-of-type span {
  width: calc(100% / 2);
  float: left;
  height: 100%;
  cursor: pointer;
}
.palette-color .sample-color .col .row.suggest-color div {
  height: 30px;
}
.palette-color .sample-color .col .row.suggest-color div span {
  width: calc(100% / 4);
  float: left;
  height: 100%;
}
.palette-color .sample-color .row.color-row {
  margin: 15px 23px 0 18px;
}
.palette-color .sample-color .row.color-row div {
  height: 30px;
}
.palette-color .sample-color .row.color-row div span {
  width: calc(100% / 12);
  float: left;
  height: 100%;
  cursor: pointer;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
}
.palette-color .sample-color-tabs {
  margin: 30px -10px 0;
  position: relative;
}
.palette-color .sample-color-tabs:before {
  width: 100%;
  content: '';
  height: 55px;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 0;
  background: #4d4d4d;
  background: -moz-linear-gradient(top, #dbdcdd 0%, #c3c7c9 100%);
  background: -webkit-linear-gradient(top, #dbdcdd 0%, #c3c7c9 100%);
  background: linear-gradient(to bottom, #dbdcdd 0%, #c3c7c9 100%);
}
.palette-color .sample-color-tabs .sample-tabs {
  width: 33%;
  float: left;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #374750;
  position: relative;
  z-index: 9;
  cursor: pointer;
  background: #c3c7c9;
}
.palette-color .sample-color-tabs .sample-tabs img {
  margin-right: 4px;
  height: 18px;
  object-fit: cover;
  margin: 0 2px 0 0;
  width: auto !important;
}
.palette-color .sample-color-tabs .sample-tabs:hover,
.palette-color .sample-color-tabs .sample-tabs.active {
  background: none !important;
}
.palette-color .sample-color-tabs .sample-tab-combination {
  display: block;
  padding-top: 50px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample {
  position: relative;
  text-align: center;
  padding: 10px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination {
  width: 90px;
  height: 60px;
  display: inline-block;
  margin: 0 4% 10px;
  text-align: center;
  vertical-align: top;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination .container-sample {
  position: relative;
  height: 44px;
  width: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.6);
  cursor: pointer;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.35), inset -1px -1px 0 rgba(255,255,255,0.35);
  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.35), inset -1px -1px 0 rgba(255,255,255,0.35);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.35), inset -1px -1px 0 rgba(255,255,255,0.35);
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination .container-sample img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 34px !important;
  object-fit: cover;
  display: none;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination .container-sample span {
  width: calc(100% / 2);
  height: 100%;
  float: left;
  cursor: pointer;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination .square-sample {
  height: 15px;
  width: 15px;
  margin: 6px 12px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.6);
  display: none;
  cursor: pointer;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination .square-sample.first-of-type {
  margin-left: 3px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination:hover .container-sample img {
  display: block;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination:hover .square-sample {
  display: inline-block;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleTres {
  width: 135px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleTres .container-sample span {
  width: calc(100% / 3);
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleCuatro {
  width: 180px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleCuatro .container-sample span {
  width: calc(100% / 4);
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleCinco {
  width: 225px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleCinco .container-sample span {
  width: calc(100% / 5);
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleSeis {
  width: 270px;
}
.palette-color .sample-color-tabs .sample-tab-combination .combination-sample .container-combination.sampleSeis .container-sample span {
  width: calc(100% / 6);
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample {
  text-align: center;
  display: block;
  padding: 10px;
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample .title input {
  background: #c3c7c9 !important;
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample .title input:before {
  border-color: #2fada4;
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample .container-gradient {
  position: relative;
  text-align: center;
  width: 14%;
  height: 120px;
  display: inline-block;
  margin: 0 0.5% 1%;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample .container-gradient img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 30% !important;
  object-fit: cover;
  display: none;
}
.palette-color .sample-color-tabs .sample-tab-combination .gradient-sample .container-gradient:hover img {
  display: block;
}
.palette-color .sample-color,
.palette-color .sample-color-tabs,
.palette-color .row {
  display: block;
}
.palette-color .sample-color .title,
.palette-color .sample-color-tabs .title,
.palette-color .row .title {
  color: #274750;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 4px;
}
.palette-color .sample-color .border-content-color,
.palette-color .sample-color-tabs .border-content-color,
.palette-color .row .border-content-color {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
}
.palette-color .sample-color-tabs .sample-tabs span,
.palette-color .sample-color-tabs .sample-tabs img {
  display: inline-block;
  vertical-align: middle;
}
.palette-color .sample-color-tabs .sample-tabs.comb-tab.active,
.palette-color .sample-color-tabs .sample-tabs.comb-tab:hover {
  background: #4d4d4d;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
}
.palette-color .sample-color-tabs .sample-tabs.grad-tab.active,
.palette-color .sample-color-tabs .sample-tabs.grad-tab:hover {
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  background: #4d4d4d;
}
.palette-color .sample-color-tabs .sample-tabs.colors-tab.active,
.palette-color .sample-color-tabs .sample-tabs.colors-tab:hover {
  background: #34454f;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
}
.grid-item {
  width: 160px;
  margin-right: 3px;
  float: left;
  margin-bottom: 10px;
}
.grid-item img {
  width: 100% !important;
  margin: 0 !important;
}
.grid {
  margin-left: 5px;
}
.shareTeam {
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  font-weight: 300;
  background: #34454f !important;
  padding: 8px 35px;
}
.shareTeam span {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-family: 'Open Sans' !important;
}
.shareTeam span i {
  display: inline;
}
.shareTeam span i:last-of-type {
  display: none;
}
.shareTeam button {
  position: absolute;
  left: 2px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #a1a1a1 !important;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -webkit-opacity: 1 !important;
}
.shareTeam.deslice {
  background: #157a76 !important;
}
.shareTeam.deslice span i:first-of-type {
  display: none;
}
.shareTeam.deslice span i:last-of-type {
  display: inline;
}
.shareTeam.deslice button {
  right: 2px;
  left: auto;
  background: #cdcdcd;
}
@media (max-width: 941px) {
  .shareTeam {
    display: none;
  }
}
@media (max-width: 580px) {
  .redimension {
    display: none;
  }
  .redimension .more-button-aperture span {
    display: none;
  }
  .redimension .more-button-aperture img {
    display: block;
  }
  .redimension.equipoToolt {
    display: none;
  }
}
.redimension .more-buttons .box-tooltip .title,
.redimension .more-buttons .box-tooltip a {
  color: #374750 !important;
  display: block;
  width: 100% !important;
  padding: 4px 6px;
  font-size: 12px;
  text-decoration: none !important;
  text-align: left;
  text-indent: 10px;
}
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div span,
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div img,
.redimension.infoFrame .more-buttons-box .more-buttons .box-tooltip div svg {
  display: inline-block;
  vertical-align: middle;
}
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span:before,
.btn-upload-photo #fileuploader .ajax-upload-dragdrop span:after {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.scrollUp {
  height: 44px;
  width: 44px;
  position: absolute;
  z-index: 9999999;
  bottom: 10px;
  right: 10px;
}
.scrollUp img {
  display: block;
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
circle {
  fill: #ed1a8a;
}
circle.bounce {
  fill: #5fa5a5;
  animation: bounce 2.5s ease infinite;
}
circle.bounce2 {
  animation: bounce2 2.5s ease infinite;
}
.svgLoading svg {
  height: 100px;
  width: 100%;
}
.svgLoading g {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-30%);
}
#payment-form .form-row {
  display: block;
  flex-wrap: inherit;
  margin: 0;
}
#payment-form label {
  font-size: 12px;
  color: #666;
  font-family: 'Open Sans';
}
#payment-form button {
  margin: 5px 0 0 !important;
  color: #fff;
  padding: 8px 0;
  width: 100%;
  background: #d8818f;
  font-size: 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#payment-form input {
  font-size: 12px !important;
  color: #666 !important;
}
#payment-form label,
#payment-form button {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.box-backround {
  padding-top: 20px;
}
.box-backround .row {
  padding: 0;
  margin: 0 0 25px;
}
.box-backround .row span {
  font-size: 12px;
  text-transform: uppercase;
  color: #374750;
  margin-bottom: 10px;
  margin-left: 17px;
}
.box-backround .row div {
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: 6px;
}
.box-backround .row div:last-of-type {
  margin: 0;
}
.box-backround .row div button {
  height: 44px;
  width: 44px;
  margin: 5px;
  float: left;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
}
.box-backround .row div button.more {
  background: #a1a1a1;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #374750;
}
.box-backround .row div button:first-of-type,
.box-backround .row div button:last-of-type {
  border-radius: 0;
  -moz-border-radius: 0;
  -webbkit-border-radius: 0;
}
.box-backround .row.textureBox button {
  width: 32.33%;
  height: 120px;
  margin: 0 0.5% 1%;
  float: left;
}
.box-backround .row.textureBox button img {
  width: 100% !important;
  margin: 0;
  height: 100%;
}
.box-backround .row span,
.box-backround .row div {
  display: block;
  width: 100%;
}
#members_team_to_invite .title .connect {
  margin: 20px 0 0 0;
}
.simplebar-track {
  z-index: 999;
}
.simplebar-track.vertical {
  background: none;
}
.categTemplate {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
}
.categTemplate .name-more {
  text-align: left;
  margin: 20px 0 4px;
}
.categTemplate .name-more .title {
  text-transform: uppercase;
}
.categTemplate .name-more button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 10px;
  cursor: pointer;
}
.categTemplate .name-more:first-of-type {
  margin-top: 0;
}
.categTemplate .row div {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  margin-right: 1%;
}
.categTemplate .row div:last-of-type {
  margin-right: 0;
}
.categTemplate .row div img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.categTemplate .name-more,
.categTemplate .row {
  display: block;
  position: relative;
}
.categTemplate .name-more .title,
.categTemplate .name-more button {
  display: inline-block;
  color: #374750;
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 600;
  cursor: pointer;
}
.create-folder {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  width: 100%;
}
.create-folder button {
  color: #374750;
  cursor: pointer;
  padding: 2px 15px;
  border: 1px dashed #374750;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.create-folder button span {
  text-transform: uppercase;
}
.create-folder button span:last-of-type {
  font-size: 24px;
}
.create-folder button:hover {
  border: 1px solid #374750;
}
.create-folder button .desplegable-hidden {
  top: auto;
  left: auto;
  transform: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.create-folder button .desplegable-hidden span {
  left: -6px;
  width: 130px;
  top: 333%;
  z-index: 1;
}
.create-folder button .desplegable-hidden span:after {
  left: 10.5px;
  right: auto;
  background: #50656d;
  top: 0;
}
.create-folder button .desplegable-hidden img {
  width: 18px !important;
  z-index: 999;
  position: relative;
}
.first-post {
  border-radius: 6px;
  width: 100%;
  padding: 25px 20px;
  background: #e8eaec;
  box-shadow: 0px 0px 10px 1px rgba(55,71,80,0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(55,71,80,0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(55,71,80,0.5);
  margin: 20px auto 40px;
}
.first-post .title {
  text-transform: uppercase;
}
.first-post img {
  margin: 15px 0 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
}
.first-post span {
  margin-bottom: 15px;
}
.first-post p {
  margin-bottom: 30px;
}
.first-post p:last-of-type {
  margin: 0;
}
.first-post a {
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  text-align: center !important;
  border: none !important;
  margin-top: 40px;
  text-decoration: none;
  background: #2eaca3;
  color: #fff;
  font-weight: 300;
}
.first-post a:hover {
  background: #218e83;
}
.first-post .title,
.first-post img,
.first-post span,
.first-post p,
.first-post a {
  display: block;
  font-family: 'Open Sans';
  color: #19212c;
  font-weight: 400;
  text-align: left;
}
.first-post .title,
.first-post span {
  font-size: 16px;
  font-weight: 600;
}
.first-post span,
.first-post p {
  text-transform: none;
}
.first-post a {
  color: #fff;
}
@media (max-width: 980px) {
  .content-sub-cats .combination-sample.image-font img {
    margin-right: 1% !important;
  }
  .content-sub-cats .combination-sample.image-font img:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media (max-width: 560px) {
  .content-sub-cats .fieldTemplates {
    display: inline-block;
    width: 149px;
  }
}
.changeImageBox button form {
  position: relative;
  display: block;
  background: url("../../editor/iconos/clip.svg") left 5px top 5px no-repeat;
}
.changeImageBox button form#myform #file_upload_button1 {
  background: none;
  color: #5c5c5c;
  font-size: 12px;
  text-transform: none;
}
.folderTip {
  background: #fff;
  padding: 30px 20px 20px;
  text-align: center;
  width: 320px;
  height: auto !important;
}
.folderTip .divCreate .borderR {
  border: 2px solid #d4d4d4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #19212c;
}
.folderTip .divCreate .limit {
  margin: 25px -20px;
  height: 1px;
  background: #d4d4d4;
  width: calc(100% + 40px) !important;
}
.folderTip .divCreate .title {
  font-size: 20px;
  color: #19212c;
  margin-bottom: 20px;
  font-weight: 600;
}
.folderTip .divCreate .title img {
  display: inline-block;
  width: 40px;
  object-fit: contain;
  margin-right: 8px;
}
.folderTip .divCreate .title small {
  display: block;
  font-size: 8px;
  margin-top: 210px;
  text-align: center;
  color: #19212c;
}
.folderTip .divCreate .smaller {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}
.folderTip .divCreate input {
  background: none;
  border: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 10px 0;
  text-indent: 15px;
  font-size: 12px;
  color: #19212c;
}
.folderTip .divCreate .boxShare {
  text-align: left;
  margin-top: 30px;
}
.folderTip .divCreate .boxShare div {
  padding: 8px;
}
.folderTip .divCreate .boxShare div:first-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.folderTip .divCreate .boxShare input[type=radio] {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #bdc4c6;
  height: 16px;
  width: 16px;
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
}
.folderTip .divCreate .boxShare input[type=radio]:checked:before {
  content: '';
  border-right: 2px solid #2fada4;
  border-bottom: 2px solid #2fada4;
  width: 7px;
  height: 15px;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  right: 1px;
}
.folderTip .divCreate .boxShare span {
  font-size: 12px;
  color: #777;
}
.folderTip .divCreate .boxShare button {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 12px;
  posiion: relative;
  text-align: left;
}
.folderTip .divCreate .boxShare button img {
  width: 16px;
  object-fit: cover;
}
.folderTip .divCreate .boxShare button .share {
  position: absolute;
  border: 0;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.folderTip .divCreate .boxShare button:hover {
  background: #c1236d;
}
.folderTip .divCreate .boxShare button:hover span {
  color: #fff;
}
.folderTip .divCreate .btnSelector {
  margin: 20px 0 0;
  background: #2fada4;
  display: block;
  width: 100%;
}
.folderTip .divCreate .btnSelector:before {
  display: none;
}
.folderTip .divCreate.addingFolder {
  padding: 0;
}
.folderTip .divCreate.addingFolder .boxShare {
  height: 200px;
}
.folderTip .divCreate.addingFolder .boxShare div {
  padding: 0;
}
.folderTip .divCreate .title,
.folderTip .divCreate .smaller,
.folderTip .divCreate input,
.folderTip .divCreate .limit {
  display: block;
  width: 100%;
  font-family: 'Open Sans';
}
.folderTip .divCreate .boxShare input,
.folderTip .divCreate .boxShare span {
  display: inline-block;
}
.folderTip .divCreate .boxShare button img,
.folderTip .divCreate .boxShare button span {
  display: inline-block;
}
.get-premium {
  max-width: 760px;
  width: 90%;
  text-align: center;
  padding: 25px;
  height: auto !important;
}
.get-premium .title {
  text-align: left;
  margin-bottom: 40px;
}
.get-premium .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #374750;
}
.get-premium .title span:first-of-type {
  background: #157b76;
}
.get-premium .title span:nth-of-type(2) {
  margin: 0 10px 0 0;
  background: #36a9e1;
}
.get-premium p {
  text-align: left;
  margin: 0;
}
.get-premium .button {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 20px auto 0;
}
.get-premium .button a {
  display: inline-block;
  width: 45%;
  margin: 0;
  background: #36a9e1;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
}
.get-premium .button a:first-of-type {
  margin-right: 2%;
}
.get-premium .button a:hover {
  text-decoration: none;
}
.get-premium .button:hover {
  background: none;
}
.get-premium img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 30px;
}
.get-premium.invite-friends {
  max-width: 941px;
  background: #fff;
  padding-bottom: 0;
}
.get-premium.invite-friends .title {
  margin-bottom: 20px;
}
.get-premium.invite-friends .title span {
  background: #e79c51;
  margin-right: 10px;
}
.get-premium.invite-friends .title span:last-of-type {
  width: auto;
  height: auto;
  background: none;
}
.get-premium.invite-friends p a {
  text-transform: uppercase;
  color: #0096bd;
  text-decoration: underline;
}
.get-premium.invite-friends p small img {
  margin: -6px 0 0;
}
.get-premium.invite-friends .copyLink,
.get-premium.invite-friends .share,
.get-premium.invite-friends .counterInvite {
  display: block;
}
.get-premium.invite-friends .col {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.get-premium.invite-friends .copyLink {
  margin-top: 30px;
}
.get-premium.invite-friends .copyLink .col:first-of-type,
.get-premium.invite-friends .copyLink .col:last-of-type {
  width: 130px;
}
.get-premium.invite-friends .copyLink .col:first-of-type img,
.get-premium.invite-friends .copyLink .col:last-of-type img,
.get-premium.invite-friends .copyLink .col:first-of-type p,
.get-premium.invite-friends .copyLink .col:last-of-type p {
  display: block;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .copyLink .col:first-of-type img,
  .get-premium.invite-friends .copyLink .col:last-of-type img,
  .get-premium.invite-friends .copyLink .col:first-of-type p,
  .get-premium.invite-friends .copyLink .col:last-of-type p {
    display: inline-block;
    vertical-align: middle;
  }
}
.get-premium.invite-friends .copyLink .col:first-of-type img,
.get-premium.invite-friends .copyLink .col:last-of-type img {
  width: 100%;
  width: 120px;
  margin: 0 auto;
}
.get-premium.invite-friends .copyLink .col:first-of-type p,
.get-premium.invite-friends .copyLink .col:last-of-type p {
  margin-top: 6px;
  padding-left: 25px;
  color: #bdbdb8;
  font-size: 10px;
  position: relative;
  line-height: 14px;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .copyLink .col:first-of-type p,
  .get-premium.invite-friends .copyLink .col:last-of-type p {
    padding: 0;
    margin-left: 10px;
  }
}
.get-premium.invite-friends .copyLink .col:first-of-type p span,
.get-premium.invite-friends .copyLink .col:last-of-type p span {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 34px;
  font-weight: 700;
  color: #bdbdb8;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .copyLink .col:first-of-type p span,
  .get-premium.invite-friends .copyLink .col:last-of-type p span {
    position: relative;
    left: auto;
    margin: 0 6px 0 0;
    line-height: normal;
    top: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
.get-premium.invite-friends .copyLink .col:nth-of-type(2) {
  width: calc(100% - 300px);
  margin: 0 10px;
}
.get-premium.invite-friends .copyLink .col:nth-of-type(2) input,
.get-premium.invite-friends .copyLink .col:nth-of-type(2) button {
  display: inline-block;
  vertical-align: middle;
}
.get-premium.invite-friends .copyLink .col:nth-of-type(2) input {
  border: none;
  background: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 7px 20px;
  border: 1px solid #b2b6b4;
  width: calc(100% - 120px);
}
.get-premium.invite-friends .copyLink .col:nth-of-type(2) button {
  background: #0096bd;
  font-size: 16px;
  margin-left: 8px;
  width: auto;
  padding: 6px 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .copyLink .col:nth-of-type(2) img {
    display: none;
  }
}
@media (max-width: 768px) {
  .get-premium.invite-friends .copyLink .col {
    display: block;
    width: 100% !important;
    margin: 0;
  }
  .get-premium.invite-friends .copyLink .col:nth-of-type(2) {
    margin: 20px auto;
  }
}
.get-premium.invite-friends .share {
  margin: 20px auto 60px;
}
@media (max-width: 680px) {
  .get-premium.invite-friends .share {
    margin-bottom: 30px;
  }
}
.get-premium.invite-friends .share span {
  display: block;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 12px;
  max-width: 498px;
  text-align: left;
  color: #bdbdb8;
}
.get-premium.invite-friends .share a {
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 2px;
  padding: 1px 12px 3px;
  display: inline-block;
}
@media (max-width: 680px) {
  .get-premium.invite-friends .share a {
    display: inline-block;
    margin: 0 auto 4px;
    width: 49%;
    text-align: center;
  }
}
.get-premium.invite-friends .share a img,
.get-premium.invite-friends .share a span {
  display: inline-block;
  vertical-align: middle;
}
.get-premium.invite-friends .share a img {
  width: 14px;
  object-fit: contain;
  margin: 0;
}
.get-premium.invite-friends .share a span {
  margin: 0 0 0 10px;
  color: #fff;
  max-width: inherit;
}
.get-premium.invite-friends .share a:last-of-type {
  margin-right: 0;
}
.get-premium.invite-friends .share a.fb {
  background: #464e7f;
}
.get-premium.invite-friends .share a.tweet {
  background: #528fbc;
}
.get-premium.invite-friends .share a.pin {
  background: #a93037;
}
.get-premium.invite-friends .share a.mail {
  background: #737372;
}
.get-premium.invite-friends .share a.shareY {
  background: #dfb24a;
}
.get-premium.invite-friends .share a.shareG {
  background: #7ebb5d;
}
.get-premium.invite-friends .counterInvite {
  margin: 0 -25px;
  border-top: 1px solid #b2b6b4;
}
.get-premium.invite-friends .counterInvite .col {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .counterInvite .col {
    width: 100%;
    display: block;
  }
}
.get-premium.invite-friends .counterInvite .col:first-of-type {
  border-right: 1px solid #b2b6b4;
}
@media (max-width: 768px) {
  .get-premium.invite-friends .counterInvite .col:first-of-type {
    border-bottom: 1px solid #b2b6b4;
    border-right: none;
  }
}
.get-premium.invite-friends .counterInvite .col p {
  text-align: center;
  font-size: 16px;
  color: #bdbdb8;
  font-weight: 400;
}
.get-premium.invite-friends .counterInvite .col p small {
  display: block;
  fon-size: 12px;
  font-weight: 300;
}
.get-premium.invite-friends .counterInvite .col p small img {
  display: inline;
  vertical-align: tex-top;
  width: 14px;
}
.get-premium.invite-friends .counterInvite .col span {
  font-size: 52px;
  font-weight: 700;
  color: #71767c;
  margin: 20px 0 0;
  line-height: 70px;
}
.get-premium.invite-friends .counterInvite .col:last-of-type span {
  color: #68b45a;
}
#getPremiumPacks .get-premium .title span:nth-of-type(2) {
  background: none !important;
}
.get-premium .title,
.get-premium span,
.get-premium p {
  display: block;
}
.get-premium .title span:first-of-type,
.get-premium .title span:nth-of-type(2) {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
}
.get-premium .title span:nth-of-type(2) {
  line-height: normal;
}
.get-premium .title span:first-of-type img,
.get-premium .title span:nth-of-type(2) img {
  display: inline-block;
  object-fit: cover;
  width: 70%;
  margin: 0 !important;
}
.ampling-button {
  display: block;
  text-align: left;
  margin: 10px 0;
  position: relative;
}
.ampling-button a {
  display: inline-block;
}
.ampling-button a img {
  width: 18px !important;
  object-fit: cover;
  margin-right: 10px !important;
}
.ampling-button a span {
  font-size: 14px;
  color: #374750;
  font-weight: 300;
  position: relative;
}
.ampling-button a span:first-of-type {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  background: #505c63;
}
.ampling-button a span:first-of-type:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 5px;
  left: 5px;
}
.ampling-button a span:first-of-type:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 4px;
  right: 4px;
}
.ampling-button a:hover span:first-of-type {
  background: #00c3ff;
}
.ampling-button a img,
.ampling-button a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.ampling-button a span:first-of-type:after,
.ampling-button a span:first-of-type:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.not-valid {
  position: absolute;
  top: 60px;
  left: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  background: #fff;
  z-index: 99999;
  padding: 25px;
  min-width: 260px;
  width: 25%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.not-valid img {
  width: 36px;
  object-fit: cover;
  margin-bottom: 5px;
}
.not-valid p {
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 400;
  margin: 0;
}
.not-valid .closeX:before,
.not-valid .closeX:after {
  background: #999;
}
.not-valid img,
.not-valid p {
  display: block;
}
.breadcrumb-gral {
  display: block;
  margin: 10px 0;
}
.breadcrumb-gral button {
  cursor: pointer;
}
.breadcrumb-gral button:after {
  position: absolute;
  border-bottom: 1px solid #374750;
  border-right: 1px solid #374750;
  transform: translateY(-50%) rotate(-45deg);
  right: 8px;
  content: '';
  top: 50%;
  height: 6px;
  width: 6px;
}
.breadcrumb-gral button,
.breadcrumb-gral span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #374750;
}
.folder-color .redimension.infoFrame.accionesFold {
  right: 4px;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons-box a.more-button-aperture {
  padding: 3px 4px;
  display: block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #2b393f;
  width: auto;
  height: auto;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons-box a.more-button-aperture:after {
  display: none;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons-box a.more-button-aperture img {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 !important;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons-box:hover a.more-button-aperture {
  background: #5fa5a5;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons {
  top: -19px !important;
  left: 80% !important;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons:before {
  left: 63px !important;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons .box-tooltip div img,
.folder-color .redimension.infoFrame.accionesFold .more-buttons .box-tooltip div svg {
  width: 20px !important;
  object-fit: cover;
  margin-right: 10px;
}
.folder-color:hover .infoFrame {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.folder-color .redimension.infoFrame.accionesFold .more-buttons .box-tooltip div img,
.folder-color .redimension.infoFrame.accionesFold .more-buttons .box-tooltip div span {
  display: inline-block;
  vertical-align: middle;
}
#linkLogout {
  background: #ff6464;
  margin-top: 64px;
}
#linkLogout:hover {
  background: #ef3f3f;
}
#linkMyDesigns.btn-square,
#linkTeamDesigns.btn-square {
  margin: 0 auto 10px;
  background: none;
  border: 1px solid #374750;
  color: #374750;
}
#linkTeamDesigns.btn-square {
  margin-bottom: 30px;
}
#linkMyDesigns.btn-square:hover,
#linkTeamDesigns.btn-square:hover {
  background: #6f9d9c;
  border-color: #6f9d9c;
}
.button-click-tools {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  width: auto;
}
.button-click-tools img,
.button-click-tools span {
  display: inline-block;
  vertical-align: middle;
}
.button-click-tools img {
  height: 20px;
  object-fit: contain;
  width: auto !important;
  margin: 0 8px 0 0 !important;
}
.button-click-tools span {
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans';
}
.button-click-tools span:first-of-type {
  font-size: 16px;
  display: none;
}
.button-click-tools span:last-of-type {
  display: inline-block;
}
@media (max-width: 1023px) {
  .button-click-tools span:first-of-type {
    display: inline-block;
  }
  .button-click-tools span:last-of-type {
    display: none;
  }
}
.button-click-tools:hover {
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0);
}
span .offer {
  border-radius: 25px;
  padding: 6px 15px;
  color: #fff !important;
  font-size: 14px;
  background: #63a6a6;
  position: absolute !important;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
}
img.star_premium {
  width: 12px !important;
  margin: -18px 0 0 -57px !important;
  display: inline;
}
.percentField {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
}
.percentField .bar,
.percentField .text {
  width: 100%;
  display: block;
}
.percentField .bar {
  overflow: hidden;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #889499;
  height: 20px;
  position: relative;
}
.percentField .bar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 99;
}
.percentField .text {
  font-size: 10px;
  color: #889499;
  margin-top: 6px;
  font-weight: 300;
  text-align: center;
}
.percentField .text span,
.percentField .text button {
  display: inline !important;
  vertical-align: middle;
  margin: 0;
  width: auto;
}
.percentField .text button {
  background: #21c4fc;
  font-size: 8px;
  position: relative;
  margin-left: 5px;
  padding: 1px 10px;
  vertical-align: text-bottom;
}
.percentField .text button .upgrade-tooltip {
  position: absolute;
  left: -17%;
  transform: translateX(-50%);
  width: 120px;
  top: 26px;
  display: none;
}
.percentField .text button .upgrade-tooltip:before {
  z-index: 2;
  left: 76%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  height: 8px;
  width: 8px;
  display: block;
  content: '';
  background: #000;
}
.percentField .text button .upgrade-tooltip .upgrade-box {
  background: #000;
  padding: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.percentField .text button:hover {
  background: #1990c3;
}
.percentField .text button:hover .upgrade-tooltip {
  display: block;
}
.percentField .text img {
  position: relative;
  z-index: 999;
}
.desplegable-hidden {
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
  z-index: 999;
}
.desplegable-hidden.hide {
  display: none;
}
.desplegable-hidden .toolt {
  padding: 8px 12px;
  background: #50656d;
  color: #fff;
  font-size: 10px !important;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: -75px;
  display: none;
}
.desplegable-hidden .toolt:after {
  background: #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: -1px;
  content: '';
}
.desplegable-hidden:hover .toolt {
  display: block;
}
.iconsCarpet .desplegable-hidden,
.userProfile .desplegable-hidden {
  top: 8px;
  right: -7px;
  left: auto;
  z-index: 9999999;
}
.iconsCarpet .desplegable-hidden span,
.userProfile .desplegable-hidden span {
  left: -106px;
  top: -8px;
  transform: none;
  padding-right: 20px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 9px;
  text-transform: uppercase;
}
.iconsCarpet .desplegable-hidden span:before,
.userProfile .desplegable-hidden span:before,
.iconsCarpet .desplegable-hidden span:after,
.userProfile .desplegable-hidden span:after {
  display: none;
}
.iconsCarpet .desplegable-hidden img.corner-right,
.userProfile .desplegable-hidden img.corner-right {
  top: -4px !important;
  right: 10px !important;
  width: 12px !important;
}
.userProfile .desplegable-hidden {
  top: 1px;
  right: 6px;
  transform: none;
}
.userProfile .desplegable-hidden.reverse img {
  width: 16px !important;
  z-index: 9;
  top: 5px;
  right: -14px;
  height: auto;
  left: auto;
}
.userProfile .desplegable-hidden.reverse span {
  position: absolute;
  left: 8px;
  padding-left: 20px;
  padding-right: 10px;
  width: 125px;
  z-index: -1;
  font-size: 10px;
  display: none;
}
.userProfile .desplegable-hidden.reverse:hover span {
  display: block;
}
.workspace {
  background: #e6e8ea;
}
.workspace button.chatBtn,
.workspace a.chatBtn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 1e+23;
  background: #21c4fc;
  width: auto;
  margin: 0;
  padding: 5px;
}
@media (max-width: 941px) {
  .workspace button.chatBtn,
  .workspace a.chatBtn {
    bottom: 50px;
  }
}
.workspace button.chatBtn img,
.workspace a.chatBtn img,
.workspace button.chatBtn span,
.workspace a.chatBtn span,
.workspace button.chatBtn a,
.workspace a.chatBtn a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 7px;
}
.workspace button.chatBtn img,
.workspace a.chatBtn img {
  width: 30px;
  margin-left: 7px;
}
.workspace button.chatBtn span,
.workspace a.chatBtn span {
  margin: 0 15px 0 10px;
  text-transform: uppercase;
}
.workspace button.chatBtn a,
.workspace a.chatBtn a {
  top: auto;
  right: auto;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Open Sans';
  font-style: normal;
  padding: 6px;
  margin-right: 4px;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign::-webkit-input-placeholder {
  font-size: 13px;
  font-style: normal;
  font-family: 'Open Sans';
  text-align: center;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign::-moz-placeholder {
  font-size: 13px;
  font-style: normal;
  font-family: 'Open Sans';
  text-align: center;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign:-ms-input-placeholder {
  font-size: 13px;
  font-style: normal;
  font-family: 'Open Sans';
  text-align: center;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign:-moz-placeholder {
  font-size: 13px;
  font-style: normal;
  font-family: 'Open Sans';
  text-align: center;
}
header .rightSide .nameProyect-fieldSearch input.nameDesign:hover {
  border: 1px solid rgba(255,255,255,0.5);
}
header .rightSide .nameProyect-fieldSearch input.nameDesign:active,
header .rightSide .nameProyect-fieldSearch input.nameDesign.active {
  background: rgba(21,123,118,0.5);
}
@media (max-width: 941px) {
  header .rightSide .nameProyect-fieldSearch input.nameDesign {
    display: none;
  }
}
header .rightSide input,
header .rightSide span {
  font-size: 13px;
}
header .rightSide span {
  vertical-align: middle;
}
#reemplazarImagen {
  padding: 0 6px;
}
#reemplazarImagen img {
  width: 30px !important;
  height: 25px;
}
.incognitBox {
  padding: 40px 20px;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: none;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-90%, 4%);
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
}
@media (max-width: 640px) {
  .incognitBox {
    width: 260px;
    left: -100%;
    padding: 20px;
  }
}
.incognitBox .title,
.incognitBox p,
.incognitBox img {
  display: block !important;
  color: #000 !important;
}
.incognitBox .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.incognitBox p {
  margin: 12px 0;
  font-weight: 300;
}
@media (max-width: 640px) {
  .incognitBox p {
    margin: 0;
  }
}
.incognitBox img {
  width: 100%;
  object-fit: contain;
}
.incognitBox.viewer {
  display: block;
}
@media (max-width: 560px) {
  .workspace #toolsWork img,
  .workspace #toolsWork .more-buttons {
    margin: 0 !important;
    padding: 0 !important;
  }
  .workspace #toolsWork .fliping-box .option-obj-resp {
    margin-right: 4px !important;
  }
}
#card-errors {
  font-size: 12px;
  text-align: center;
  color: #f00;
}
.mask-striped {
  max-height: 420px;
  border: 0;
  background: rgba(255,255,255,0.2);
}
.mask-striped table.table-striped {
  padding: 0;
  margin: 0;
  border: 0;
}
.mask-striped table.table-striped tr,
.mask-striped table.table-striped td {
  margin: 0;
  padding: 0;
  width: auto;
  color: #212529;
  background: none;
}
.mask-striped table.table-striped tr {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  display: flex;
}
.mask-striped table.table-striped tr:last-of-type {
  border: 0;
}
.mask-striped table.table-striped tr td {
  width: 50%;
  border: 0;
}
.mask-striped table.table-striped tr td:first-of-type {
  text-align: left;
  text-indent: 30px;
}
#autorRights .get-premium {
  width: 941px;
  background: #fff;
}
#autorRights .get-premium .title {
  margin-bottom: 20px;
}
#autorRights .get-premium .title span:last-of-type {
  width: auto;
  background: none;
  height: auto;
  text-transform: none;
}
#autorRights .get-premium .title span:last-of-type img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px !important;
}
#autorRights .get-premium .content {
  width: 100%;
  margin: 0;
}
#autorRights .get-premium .content .col {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
#autorRights .get-premium .content .col img {
  width: auto;
}
#autorRights .get-premium .content .col:first-of-type {
  width: 39%;
}
#autorRights .get-premium .content .col:first-of-type span,
#autorRights .get-premium .content .col:first-of-type img {
  display: block;
  margin: 0;
}
#autorRights .get-premium .content .col:first-of-type span {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.6);
  text-align: left;
  text-transform: none;
}
#autorRights .get-premium .content .col:last-of-type {
  width: 60%;
  padding-left: 20px;
}
#autorRights .get-premium .content .col:last-of-type p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
}
#autorRights .get-premium .content .col:last-of-type p:last-of-type {
  margin: 0;
}
#autorRights .get-premium .content .col:last-of-type p span {
  display: block;
  margin: 0 0 2px;
  color: #333;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}
#autorRights .get-premium .content .col:last-of-type .field {
  padding: 15px 20px;
  margin: 15px 0;
  font-size: 10px;
  width: 100%;
  display: block;
  background: #e6e6e6;
  border: 1px solid #aaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: rgba(0,0,0,0.6);
}
#autorRights .get-premium .content .col:last-of-type .field a {
  display: inline;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources {
  height: 250px;
  overflow-y: auto;
  background: #f3f4f4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 15px 10px;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row {
  display: block;
  background: none;
  margin: 0 0 10px;
  padding: 0;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link,
#autorRights .get-premium .content .col:last-of-type .fieldResources .row button,
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .picture {
  display: inline-block;
  vertical-align: middle;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link span,
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link a {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Open Sans';
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link span {
  font-weight: 600;
  margin: 0 0 5px;
  color: #000;
  text-transform: none;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link a {
  text-decoration: underline;
  color: rgba(0,0,0,0.6);
  border: none;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  line-height: normal;
  font-size: 12px;
  height: auto;
  text-transform: none;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link a:after,
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .link a:hover {
  display: none;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row button {
  width: 38%;
  background: #e6e6e6;
  border: #aaa;
  font-size: 12px;
  color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 8px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #aaa;
  margin: 0 6% !important;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .picture {
  width: 20%;
}
#autorRights .get-premium .content .col:last-of-type .fieldResources .row .picture img {
  width: 100%;
  margin: 0;
}
#autorRights .get-premium .content .col:last-of-type .shareicon {
  text-align: left;
  margin-top: 15px;
}
#autorRights .get-premium .content .col:last-of-type .shareicon span,
#autorRights .get-premium .content .col:last-of-type .shareicon a {
  display: inline-block;
  vertical-align: unset;
  margin: 0;
}
#autorRights .get-premium .content .col:last-of-type .shareicon span {
  font-weight: bold;
  text-transform: none;
  color: rgba(0,0,0,0.8);
}
#autorRights .get-premium .content .col:last-of-type .shareicon a {
  height: 20px;
  margin-left: 8px;
}
#autorRights .get-premium .content .col:last-of-type .shareicon a img {
  object-fit: contain;
  height: 100%;
  margin: 0;
}
.boxPassword div {
  display: block;
  width: 100%;
}
.boxPassword .nameField {
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.boxPassword input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  margin: 0 auto 10px;
  color: #b3b3b3;
  font-family: 'Open Sans';
  padding: 10px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.boxPassword .buttonChange {
  margin-top: 15px;
}
.boxPassword button {
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #6a9997;
  text-transform: uppercase;
}
.exchange {
  margin-bottom: 25px;
}
.exchange button {
  padding: 6px 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #7d9ca9;
  display: inline-block;
  vertical-align: middle;
}
.exchange button:first-of-type {
  margin-right: 30px;
}
.exchange button:hover {
  background: #527a86;
}
body .popover.tour-tour {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0 20px;
}
body .popover.tour-tour .arrow {
  display: none;
}
body .popover.tour-tour .popover-title,
body .popover.tour-tour .popover-content {
  color: #fff;
  background: none;
  border: none;
  font-family: 'Open Sans';
  font-size: 14px;
  padding: 0;
  margin: 0;
}
body .popover.tour-tour .popover-title {
  margin-bottom: 10px;
}
body .popover.tour-tour .popover-navigation {
  padding: 0;
  margin-top: 20px;
}
body .popover.tour-tour .popover-navigation .btn-group button {
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  color: #fff;
  background: #66a2a1;
  border: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  padding: 5px 15px;
  height: auto;
  font-family: 'Open Sans';
}
body .popover.tour-tour .popover-navigation button {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #fff;
  background: #cd2e78;
  padding: 5px 15px;
  border: none;
  height: auto;
  font-family: 'Open Sans';
}
body .tour-backdrop {
  z-index: 999999999999;
}
.simplebar-scrollbar {
  cursor: pointer;
}
.sidebar .sidePanel {
  padding-right: 0;
}
.sidebar .sidePanel #wrapHeight .simplebar-scrollbar {
  right: 0;
}
.sidebar .sidePanel #wrapHeight .simplebar-scrollbar:before {
  background: #566975;
}
#tooltipSelectCategories .selectDesign .overflowSelect .simplebar-scrollbar:before {
  background: #d1d3d3;
}
.simplebar-content {
  position: relative;
  margin: 0 !important;
}
.underlineyes {
  text-decoration: underline;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
  background: #fffafa;
}
.Zebra_Tooltip .Zebra_Tooltip_Close {
  color: #795548;
}
.min150 {
  min-height: 150px;
}
.displaynone {
  display: none;
}
.objectfitcover {
  object-fit: cover;
}
.heightView.stage {
  height: 62vh !important;
}
.toolt {
  z-index: 999999999999;
}
.btnSelectorGreen {
  font-size: 13px;
  color: #66b3b3;
}
#button_select_categories .selectField-myDesigns {
  margin: 6px 8px 20px;
}
.sp-palette .sp-thumb-el {
  width: 23px !important;
  height: 23px !important;
  margin: 2px !important;
}
.sp-palette .sp-thumb-inner {
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05), inset -1px -1px 0 rgba(0,0,0,0.05);
}
.black_and_white {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  cursor: move;
}
.sp-picker-container {
  height: 182px;
}
.sp-picker-container .sp-input-container:before {
  content: '# HEX:' !important;
  font-size: 12px;
}
.sp-picker-container .sp-input-container input {
  width: 60px;
  content: '# HEX:' !important;
  font-size: 12px;
}
.degradeeCool {
  background: #a90f5d /* Old browsers */;
  background: -moz-linear-gradient(bottom, #a90f5d 0%, #5fa5a5 50%, #f7b5ad 100%) /* FF3.6-15 */;
  background: -webkit-linear-gradient(bottom, #a90f5d 0%, #5fa5a5 50%, #f7b5ad 100%) /* Chrome10-25,Safari5.1-6 */;
  background: linear-gradient(to bottom, #a90f5d 0%, #5fa5a5 50%, #f7b5ad 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}
.state-hover {
  border: 2px solid #a5a5c7;
}
.StripeElement {
  background-color: #fff;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.container-narrow {
  margin: 0 auto;
  max-width: 700px;
}
.container-narrow > hr {
  margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
  margin: 60px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
#subCategories.resultContent {
  padding: 0 2%;
}
#subCategories.resultContent .title-section {
  padding: 0;
}
#subCategories.resultContent .content-sub-cats {
  padding: 0;
}
#subCategories.resultContent .content-sub-cats p {
  width: 100%;
  font-size: 12px;
}
#subCategories.resultContent .content-sub-cats p.instruction {
  color: #374750;
}
#subCategories.resultContent form {
  width: 100%;
  padding: 0;
}
.gradient-sample .title-section {
  margin-top: 20px;
  display: block;
}
.gradient-sample #button_select_categories {
  margin: 15px auto 5px;
}
.gradient-sample .selectField-myDesigns:before {
  border-color: #fff;
}
.gradient-sample .instruction {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 10px 0;
}
.gradient-sample label {
  font-size: 12px;
  color: #374750;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.gradient-sample label input {
  margin-left: 0;
}
@media (max-width: 480px) {
  html,
  body {
    height: 100%;
    width: 100%;
  }
  .frame-overflow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sidebar {
    position: absolute;
  }
  .workspace .workspace-section {
    height: calc(100% - 200px);
  }
  .workspace .workspace-section .simplebar-content {
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .simplebar-scroll-content {
    margin-bottom: 0 !important;
  }
  .userProfile .desplegable-hidden.reverse img {
    margin: -4px 0 0 -41px !important;
  }
  .option-obj-resp .more-buttons-box .more-buttons {
    top: 30px;
  }
  .option-obj-resp .more-buttons-box .more-buttons:before {
    display: none;
  }
}
.object-elements .buttons_format_cat {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}
.object-elements .buttons_format_cat div {
  width: 49.5%;
  margin: 0;
}
.btn-button-text {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  padding: 2px 6px 2px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans';
  margin-bottom: 6px;
}
.btn-button-text:hover {
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0);
}
#exampleModal {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  background: rgba(240,248,255,0.1);
  top: 0;
  width: 500px;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
}
@media (max-width: 941px) {
  #exampleModal {
    background: rgba(0,0,0,0.85);
    height: 100%;
    width: 100%;
  }
}
#exampleModal .modal-content {
  border: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
@media (max-width: 941px) {
  #exampleModal .modal-content {
    background: none;
  }
}
#exampleModal .modal-content .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 941px) {
  #exampleModal .modal-content .modal-header {
    display: none;
  }
}
#exampleModal .modal-content .modal-header div span {
  font-weight: 700;
  color: #19212c;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: relative;
}
#exampleModal .modal-content .modal-header div span:first-of-type {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 10px 0 0;
  background: #00c3ff;
}
#exampleModal .modal-content .modal-header div span:first-of-type:after {
  content: '';
  height: 21px;
  width: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#exampleModal .modal-content .modal-header button {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
#exampleModal .modal-content .modal-header button:after,
#exampleModal .modal-content .modal-header button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 2px;
  background: rgba(0,0,0,0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
#exampleModal .modal-content .modal-header button:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#exampleModal .modal-content .modal-header button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#exampleModal .modal-content .modal-header button:hover {
  transform: rotate(90deg);
}
#exampleModal .modal-content .modal-body {
  padding: 20px 15px 0;
}
#exampleModal .modal-content .modal-body textarea.form-control {
  font-size: 16px;
  line-height: 18px;
  min-height: 101px;
}
@media (max-width: 941px) {
  #exampleModal .modal-content .modal-body textarea.form-control {
    border-color: #fff;
    color: #fff;
    background: none;
  }
  #exampleModal .modal-content .modal-body textarea.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#exampleModal .modal-content .modal-footer {
  justify-content: space-between;
}
@media (max-width: 941px) {
  #exampleModal .modal-content .modal-footer {
    display: none;
  }
}
#exampleModal .modal-content .modal-footer button {
  width: auto;
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
  line-height: normal;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  margin: 0;
}
#exampleModal .modal-content .modal-footer button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#exampleModal .modal-content .modal-footer button:hover {
  background: #ed48b6;
}
#exampleModal .modal-content .modal-footer button.arrow {
  margin-right: 10px;
  border-color: #ced4da;
  height: 39px;
}
#exampleModal .modal-content .modal-footer button.arrow:after {
  width: 16px;
  height: 16px;
  content: '';
  border-bottom: 2px solid rgba(0,0,0,0.5);
  border-left: 2px solid rgba(0,0,0,0.5);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
#exampleModal .modal-content .modal-footer button.arrow.arrow-left:after {
  transform: rotate(45deg) translate(-50%, -50%);
  top: 60%;
  left: 39%;
}
#exampleModal .modal-content .modal-footer button.arrow.arrow-right {
  padding-right: 30px;
}
#exampleModal .modal-content .modal-footer button.arrow.arrow-right:after {
  transform: rotate(225deg) translateY(-50%);
  top: 28%;
  right: 12%;
  left: auto !important;
  height: 10px;
  width: 10px;
}
#exampleModal .modal-content .modal-footer button.arrow:hover {
  background: none;
}
#exampleModal .modal-content .modal-footer button.arrow:hover:after {
  border-color: #000;
}
#exampleModal .modal-content .modal-footer .input label {
  font-size: 12px;
  color: #19212c;
  width: auto;
}
#exampleModal .modal-content .modal-footer .input label input[type=checkbox] {
  margin: 0 6px 0 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #bdc4c6;
  height: 16px;
  width: 16px;
  top: -2px;
}
@media (min-width: 942px) {
  #exampleModal .buttons-mobile {
    display: none;
  }
}
@media (max-width: 941px) {
  #exampleModal .buttons-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    background: #192a33;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 15px 0 10px;
  }
  #exampleModal .buttons-mobile button {
    height: 30px;
    width: 39px;
    position: relative;
    margin: 0;
    padding: 0;
  }
  #exampleModal .buttons-mobile button.close {
    width: 39px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
  }
  #exampleModal .buttons-mobile button.close:after,
  #exampleModal .buttons-mobile button.close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 2px;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  #exampleModal .buttons-mobile button.close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #exampleModal .buttons-mobile button.close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #exampleModal .buttons-mobile button.check:after {
    width: 30px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
border
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transform: rotate(-47deg) translate(-50%, -50%);
    top: -5%;
    left: 50%;
    position: absolute;
    content: '';
  }
  #exampleModal .buttons-mobile .buttons {
    position: relative;
    height: 30px;
  }
  #exampleModal .buttons-mobile .buttons button {
    border-color: #ced4da;
  }
  #exampleModal .buttons-mobile .buttons button:after {
    width: 16px;
    height: 16px;
    content: '';
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  #exampleModal .buttons-mobile .buttons button.left:after {
    transform: rotate(45deg) translate(-50%, -50%);
    top: 60%;
    left: 39%;
  }
  #exampleModal .buttons-mobile .buttons button.right:after {
    transform: rotate(225deg) translate(-50%, -50%);
    top: -5px;
    left: 26%;
  }
}
.modal-backdrop {
  display: none !important;
}
.modal-backdrop.show {
  opacity: 0.85 !important;
  -moz-opacity: 0.85 !important;
  -webkit-opacity: 0.85 !important;
}
@media (max-width: 390px) {
  .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .modal-footer {
    border-top: 0px;
  }
  .modal-footer .form-group {
    margin-bottom: 0rem;
  }
}
.filas {
  display: block;
  margin-bottom: 30px;
}
.filas .text,
.filas .elementos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filas .text {
  margin-bottom: 15px;
}
.filas .text span,
.filas .text button {
  font-size: 10px;
  color: #374750;
}
.filas .text span {
  text-transform: uppercase;
}
.filas .elementos img {
  margin: 0 auto !important;
  object-fit: contain;
}
body .tippy-popper {
  z-index: 999999999 !important;
}
body .tippy-popper .tippy-tooltip.light-border-theme {
  width: 240px;
  padding: 20px 25px;
  border: 1px solid rgba(63,70,82,0.15);
  box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,0.4);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content span,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content div,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .title {
  display: block;
  width: 100%;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content span,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .title {
  text-align: left;
  margin: 0 auto 8px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .title {
  font-size: 11px;
  color: rgba(0,0,0,0.6);
  text-align: left;
  margin-bottom: 6px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content div {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content div input[type=range] {
  width: 100% !important;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content div a {
  width: 20px;
  margin: 0 6px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content div a img {
  width: 100%;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button {
  width: 100%;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button {
  width: 50%;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button {
  text-align: left;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button img,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button img,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button span,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button img,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button img {
  margin-right: 10px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.simple- button span,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.double- button span {
  width: auto;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text span,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text button,
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text input {
  margin: 0;
  text-transform: uppercase;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text input {
  margin-right: 10px;
  width: 90px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text button {
  color: rgba(0,0,0,0.6);
  font-size: 20px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text button:first-of-type {
  margin-right: 10px;
  height: 28px;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis.input-text button:first-of-type:after {
  content: '';
  width: 10px;
  height: 2px;
  background: rgba(0,0,0,0.4);
  position: relative;
  display: block;
}
body .tippy-popper .tippy-tooltip.light-border-theme .tippy-content .flexis:last-of-type {
  margin-bottom: 0;
}
.arrow-css {
  border: solid #374750;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin: 0 0 3px 4px;
}
.mod-visit .title-section {
  letter-spacing: normal;
}
.mod-visit .visitField {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.mod-visit .visitField .box {
  width: 32%;
}
.mod-visit .visitField .box figure,
.mod-visit .visitField .box figcaption {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mod-visit .visitField .box figure {
  height: 170px;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
}
.mod-visit .visitField .box figure img {
  height: 100%;
  object-fit: cover;
}
.mod-visit .visitField .box figcaption {
  padding: 6px 0;
  text-align: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  background: #fff;
}
.arrow-fixed {
  position: absolute;
  bottom: 15px;
  right: 25px;
  border: solid #374750;
  border-width: 0 2px 2px 0;
  border-radius: 2px;
  padding: 8px;
  transform: rotate(45deg);
  z-index: 99999;
}
.zoom-svg {
  width: 21px;
  padding: 0;
  margin: 0;
  transform: rotate(-70deg);
  margin-top: -2px;
}
.zoom-svg path {
  fill: #374750 !important;
}
.instruction {
  color: #374750;
}
.userBlock .content-userblock .userPadding button {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}
.registerBoxing .registro-box#registro-box {
  background: none;
}
.content-sub-cats .content-collapsible {
  margin: 0;
  padding: 0;
  border: none;
}
.fonts_list a {
  display: block;
  margin: 0 0 2%;
}
.fonts_list a img,
.fonts_list a .bottom {
  display: block;
}
.fonts_list a img {
  margin: 0;
}
.fonts_list a .bottom {
  background: #e7e7e7;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fonts_list a .bottom .name {
  color: #374750;
  font-size: 12px;
  text-transform: uppercase;
}
.fonts_list a .bottom .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fonts_list a .bottom .group .upgrade {
  margin-right: 10px;
  height: 19px;
  position: relative;
}
.fonts_list a .bottom .group .upgrade span {
  background: #22c5fc;
  color: #fff;
  padding: 3px 40px;
  font-size: 9px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: block;
}
.fonts_list a .bottom .group .upgrade div {
  position: absolute;
  top: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #22c5fc;
  font-size: 8px;
  color: #fff;
  background: #1a2e36;
  padding: 8px 5px;
  line-height: 11px;
  display: none;
}
.fonts_list a .bottom .group .upgrade div:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  background: #1a2e36;
  left: 50%;
  top: 1px;
  position: absolute;
  z-index: -1;
}
.fonts_list a .bottom .group .upgrade:hover div {
  display: block;
}
.fonts_list a .bottom .group span {
  color: #2fada4;
  font-size: 8px;
}
.yellow-btn {
  background: #fff8b3;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.yellow-btn span {
  font-size: 12px !important;
}
@media (max-width: 1023px) {
  .yellow-btn span {
    display: block !important;
  }
}
.yellow-btn:hover {
  background: #fee769;
}
.box-range-inline span {
  font-size: 12px;
}
.box-range-inline input {
  margin: 0 10px;
}
.style-bt button {
  background: #fff;
  color: #19212c;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: 2px solid #bdc4c6 !important;
}
.style-bt button:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.style-bt .dropdown-menu {
  width: 100%;
}
.style-bt .dropdown-menu a {
  text-transform: uppercase;
  color: #19212c;
}
.style-bt .dropdown-menu a:hover {
  background: #bdc4c6;
}
.content-sub-cats .style-bt {
  height: auto;
  background: none !important;
  position: relative;
  right: auto;
  top: auto;
  margin: 0 0 15px;
}
.content-sub-cats .style-bt button {
  width: 100% !important;
  background: #e8e8e8 !important;
  margin: 0;
  border: 0;
  text-align: center;
  padding: 10px;
  display: block !important;
}
.content-sub-cats .style-bt button.dropdown-toggle {
  margin-bottom: 10px;
}
.content-sub-cats .style-bt button.dropdown-toggle:before {
  display: none;
}
.content-sub-cats .style-bt button.dropdown-toggle:after {
  height: 8px;
  width: 8px;
  border-top: 1px solid #374750;
  border-right: 1px solid #374750;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  right: 12px;
}
.content-sub-cats .style-bt .dropdown-menu {
  padding: 0;
  background: #e8e8e8 !important;
}
.content-sub-cats .style-bt .dropdown-menu a {
  color: #535b65;
  font-size: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  text-align: center;
}
.tooltipSelectFormat .overflowSelect .row-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 20px;
  flex-wrap: wrap;
}
.tooltipSelectFormat .overflowSelect .row-inline .box {
  width: 160px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  height: 40px;
  color: #374750;
  padding: 0 10px;
  background: none;
  text-align: center;
  margin: 10px;
}
.tooltipSelectFormat .overflowSelect .row-inline .box span {
  font-size: 10px;
  color: #374750;
  width: 100%;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
}
.tooltipSelectFormat .overflowSelect .row-inline .box img {
  z-index: 1;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.outline {
  border: 1px solid rgba(55,71,80,0.5);
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-text {
  border-color: transparent;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-text:after {
  content: '';
  position: absolute;
  background: #00211f !important;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-text span {
  color: #fff;
  z-index: 3;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-text img {
  height: 100%;
  width: 100% !important;
  z-index: 2;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  mix-blend-mode: inherit !important;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption {
  height: 70px;
  display: inherit;
  background: none;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption img,
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption span {
  position: absolute;
  width: 100%;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption img {
  height: 100%;
  object-fit: cover;
  z-index: 999;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption span {
  z-index: 2;
  bottom: 0;
  top: auto;
  left: 0;
  transform: none;
  background: #edeeee;
  color: #374750;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9999;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption span img {
  margin-right: 3px;
  width: 9px !important;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.tooltipSelectFormat .overflowSelect .row-inline .box.image-caption span i {
  font-style: normal;
}
.tooltipSelectFormat .overflowSelect .row-inline .box:hover {
  box-shadow: 0px 0px 10px 0 rgba(16,35,33,0.8);
  -moz-box-shadow: 0px 0px 10px 0 rgba(16,35,33,0.8);
  -webkit-box-shadow: 0px 0px 10px 0 rgba(16,35,33,0.8);
  border-color: transparent;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box:after {
  display: none;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box span {
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #dbdddd;
  margin: 4px auto;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box span:after,
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box span:before {
  display: block;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #dbdddd;
  content: '';
  position: absolute;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box span:before {
  top: -8px;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .box span:after {
  bottom: -8px;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .dropdown-menu {
  overflow: visible;
  top: 46px !important;
  left: 10px !important;
  transform: none !important;
  width: 160px;
  max-width: initial;
  min-width: initial;
  padding: 0;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .dropdown-menu a.dropdown-item {
  height: auto;
  width: 100%;
  padding: 15px 10px;
  margin: 0;
  background: none;
  color: #374750;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(55,71,80,0.5);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown .dropdown-menu a.dropdown-item:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #dbdddd;
}
.tooltipSelectFormat .overflowSelect .row-inline .dropdown.show .box {
  border-radius: 10px 10px 0 0;
}
@-moz-document url-prefix() {
  .option-obj-resp.font-sprite-box .more-buttons-box .more-buttons {
    width: 276px !important;
  }
}
@media (max-width: 320px) {
  .tooltipSelectCategories .overflowSelect a {
    margin: 17px auto;
  }
}
@-moz-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-o-keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@keyframes bounce {
  0% {
    transform: translate(25%, 0);
  }
  50% {
    transform: translate(-25%, 0);
  }
  100% {
    transform: translate(25%, 0);
  }
}
@-moz-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@-o-keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@keyframes bounce2 {
  0% {
    transform: translate(0%, 0);
  }
  50% {
    transform: translate(50%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
