/* Iconos*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2il393");
  src: url("../fonts/icomoon.eot?2il393#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2il393") format("truetype"), url("../fonts/icomoon.woff?2il393") format("woff"), url("../fonts/icomoon.svg?2il393#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'haslight';
  src: url("../fonts/HaasGrotDisp-45Light.woff") format("woff");
  src: url("../fonts/HaasGrotDisp-45Light.ttf") format("truetype");
}
@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'robotoblack';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: 'Oswaldmed';
  src: url("../fonts/Oswald-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'nunitolight';
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'creamcake';
  src: url("../fonts/creamcake.otf") format("opentype");
}
@font-face {
  font-family: 'billie';
  src: url("../fonts/billie.otf") format("opentype");
}

 @font-face {
    font-family: 'zapfino';
    font-style: normal;
    font-weight: normal;
     src: local('Zapfino'), url("../fonts/Zapfino.ttf") format('truetype');
}
@font-face {
  font-family: 'savoye';
  src: url("../fonts/savoye-let-plain-1-0.ttf") format("truetype")!important;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clientes:before {
  content: "\e905";
  font-size: 47px;
  color: #a0a0a0;
}

.icon-menu:before {
  content: "\e906";
  font-size: 45px;
  color: #a0a0a0;
}

.icon-x-altx-alt:before {
  content: "\e900";
}

.icon-x:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-error:before {
  content: "\e903";
}

.icon-exit_to_app:before {
  content: "\e904";
}

ul, li {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: 'haslight';
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: 0.75pt;
    color: #525252;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#ctn-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100000;
}

#ctn-loader img {
  width: 150px;
}

#ctn-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-animation: cookies 5s 1;
  animation: cookies 5s 1;
  z-index: 1000000;
}

#cookies {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.6rem 1rem 0.6rem;
  font-size: 0.75rem;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 650px;
}

#cookies p {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
  text-align: justify;
  line-height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cookies a.isok {
  background-color: #000;
  padding: 0.4rem 1.5rem 0.4rem;
  margin-left: 1rem;
  color: #dbd7d7;
}

#cookies a.moreinfo {
  color: #000;
  text-decoration: underline;
  margin-left: auto;
  margin-top: 0.3rem;
}

.header-products {
  width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  font-family: 'Robotolight';
  position: fixed;
  top: 0;
  left: 0;
    height: auto;
          /*background-color: rgba(255,255,255,0.4);*/
}

.topbar {
  width: 100%;
  height: 35px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 0 30px 0;
  border-bottom: dotted 1px #4d4747;
    background-color: rgba(255,255,255,0.5);
}

.topbar a {
  color: #4d4747;
  text-decoration: none;
}

#topbar-info {
  -webkit-box-flex: 280px;
  -webkit-flex: 280px 0 0;
      -ms-flex: 280px 0 0;
          flex: 280px 0 0;
  display: none;
}

#topbar-sat {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 1;
      -ms-flex: 100% 0 1;
          flex: 100% 0 1;
  display: none;
  padding-right: 20px;
}

#topbar-clientes {
  flex: 140px 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#topbar2 {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0;
  margin: 5px 0 5px;
}
#volver-area{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #000;
color: #e7cc8b;
padding: 5px 5px 5px;
border-radius: 4px;
width: 120px;
height: 30px;
margin-right: 12px;
}
#menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  width: 45px;
    padding: 0;
  font-size: 35px;
    
}

#menu img {
  width: 40px;
}

#menu a {
  color: #4d4747;
  text-decoration: none;
  display: block;
  -webkit-box-flex: 40px;
  -webkit-flex: 40px 0 0;
  -ms-flex: 40px 0 0;
  flex: 40px 0 0;
}

.ctn-logosup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 18px;
  margin-right: auto;
  padding: 0;
}

.ctn-logosup a {
  margin-top: 15px;
  margin-left: 15px;
  display: block;
  padding: 0 0 8px;
  font-family: 'zapfino';
  color: #4d4747;
  font-size: 22px;
    

    
}



#infobar {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
      -ms-flex: 100% 1 1;
          flex: 100% 1 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#infobar ul {
  max-width: 800px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style: none;
  padding: 0 2rem 0;
}

#infobar ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

#infobar ul li img {
  height: 45px;
  margin-top: 3px;
}

#infobar ul li h6 {
  margin: 5px 0 0;
  font-size: 0.80rem;
}

#topbar2-slogan {
  margin-top: 0;
  padding: 5px 30px 5px;
  width: 100%;
  height: 35px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
}

#topbar2-slogan p {
  margin: 0;
    line-height: 35px;
}
#topbar2-slogan p span {
  font-size: 1.2rem;
  font-weight: bold;
}
#hidslogan{
    display: none;
}

#lang {
  border: solid thin #4d4747;
  margin-right: 1rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 15px;
}

#lang ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  text-transform: uppercase;
}

#es, #en {
  background-color: transparent;
  border: none;
  height: 28px;
  width: 35px;
  text-transform: uppercase;
  cursor: pointer;
  color: #a0a0a0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0 0.4rem 0;
  font-size: 0.9rem;
}

.control-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  background-color: #000;
  height: 34px;
}

.control-group input {
  color: #fff;
  border: none;
  text-align: center;
}

#btn-customer {
  color: #fff;
  background-color: #1f1f1f;
  font-weight: bold;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bold;
  width: 140px;
}
#navbar ul:last-child li a#btnbarclientes{
  color: #fff;
  background-color: #1f1f1f;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px;
      text-transform: uppercase;  
}

#pass {
  color: #000;
  background-color: #cbcbcb;
  padding: 0;
  font-size: 0.9rem;
  width: 130px;
  padding-left: 15px;
}

#pass::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: left;
  font-style: italic;
}

#pass::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-align: left;
  font-style: italic;
}

#pass:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-align: left;
  font-style: italic;
}

#pass::placeholder {
  color: #fff;
  opacity: 1;
  text-align: left;
  font-style: italic;
}

#pass:focus {
  background-color: #fdfdeb;
}

.cerrar {
  display: block;
  text-align: right;
  line-height: 45px;
  font-size: 1.5rem;
padding: 1rem;
}

.cerrar button, #btnmenu {
  color: #4d4747;
  background-color: transparent;
  border: none;
  cursor: pointer;
    padding: 0;
    margin: 0;
}
#navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  margin-left: -100%;
  max-height: 700px;
  top: 0;

}

#firstnav {
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
    padding-bottom: 40px;
    padding-top: 80px;
}

#navbar ul {
  list-style: none;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  font-size: 0.9rem;
}

#navbar ul li a {
  display: block;
  line-height: 30px;
  color: #4d4747;
  text-decoration: none;
}

#navbar ul:last-child li a {
  color: #4d4747;
}

.titmenubar {
  border-bottom: solid thin #4d4747;
  font-family: 'Zapfino';
  font-size: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
#vertodo{
    font-family: 'haslight';
    font-style: italic;
    font-weight: normal;
    font-size: 0.8rem;
    display: inline-block;
    margin-left: 5px;
    
}

#divisor {
  border-top: solid thin #000;
}
#big-logo{
    max-width: 1140px;
}
#big-logo img{
    width: 100%;
}
#wrapper {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

#secondnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 65%;
  -webkit-flex: 65% 0 0;
  -ms-flex: 65% 0 0;
  flex: 65% 0 0;
  margin-top: 65px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem;
  overflow: auto;
  min-width: 285px;
}

.logoa {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.logoa img {
  width: 100%;
}

.ctnlistcat {
  width: 100%;
  max-width: 300px;
  padding-bottom: 1rem;
}

.ctnlistcat ul {
  display: block;
  list-style: none;
  font-size: 0.9rem;
  padding: 0;
  margin-top: 0;
}

.ctnlistcat ul li {
  width: 100%;
  border-top: solid 1px #4d4747;
  padding: 0.6rem;
}

.ctnlistcat ul li:last-child {
  border-bottom: solid 1px #4d4747;
}

.ctnlistcat ul li a {
  display: block;
  height: 26px;
  color: #a0a0a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctnlistcat ul li:first-child a {
  color: #a0a0a0;
}

.covid {
  background-color: #000000;
}

#list-cat li:first-child a {
  color: #4d4747;
}

#products-container {
padding: 0;
margin: 110px auto 0;
height: auto;
min-height: 400px;
width: 100%;
max-width:92%;
}

h6#titfiltro {
  color: #4d4747;
  padding: 0;
  margin: 0 0 1rem;
  font-weight: bold;
}

#icn-filtro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0 1rem;
  padding: 0;
  width: 100%;
  font-size: 0.9rem;
  border: solid 1px #4d4747;
}

#icn-filtro div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  border-bottom: solid 1px #4d4747;
  padding: 0.36rem 0 0.36rem;
}

#icn-filtro div:last-child {
  border-bottom: none;
}

#icn-filtro div a {
  display: block;
  color: #4d4747;
  text-align: center;
}

#icn-filtro div a img {
  width: 100%;
}

#icn-filtro div p {
  margin: 0;
  padding: 0;
}

.products-section {
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 40px;
}

#stock-list {
  display: block;
  max-width: 300px;
  color: #4d4747;
  padding: 1rem 0 1rem;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

.products-row {
  background-color: #fff;
  padding-bottom: 0;
}

.products-article {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-producto {
  padding: 0;
  margin: 0 0 25px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
  -ms-flex: 100% 1 1;
  flex: 100% 1 1;
}
.item-producto:hover::after {
    position: absolute;
    background-color: rgba(255,255,255,0.4);
    content: 'Más información.';
    padding: 5px;
    width: 85%;
    top:2%;
    left: 7.5%;
    font-size:0.95rem;
    text-align: center;
    font-weight: bold;
}

#ctn-promoart3 {
  position: relative;
}

#ctn-promoart3 p {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0.1rem 0.5rem;
  border-top-left-radius: 10px;
}

.marcoimagen {
  text-align: center;
  background-color: #fafafa;
}

.marcoimagen img {
  padding-top: 0.6rem;
  width: 100%;
  padding: 0;
}

.products-article h6 {
  padding: 0;
  margin: 15px 5px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content:space-between;
  color: #4d4747;
  font-weight:bold;
}
.products-article h6 span {
  font-size: 0.8rem;
  font-weight:normal;
  margin: 0;
}

.products-article .preciopuntos {
  color: #000;
  text-align: left;
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.products-article .preciopuntos p {
  margin: 0 0 0 5px;
  padding: 0;
}

.products-article .preciopuntos span {
   color: #000;
  font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.products-article .preciopuntos p span#excluidos {
  font-size: 0.75rem;
}

.tejidos {
  padding: 0;
  margin: 0 5px 0;
  font-size: 0.8rem;
}

.productos-unidadventa {
  margin:0;
  padding: 0;
  font-size: 0.8rem;
}

#ctn-floatuv {
  display: none;
  z-index: 100000;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#floatuv {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-textouv {
  width: 80%;
  background-color: #fff;
  max-width: 640px;
  padding: 1.5rem;
  margin: 0 0 0 0;
  font-size: 0.95rem;
}

#ctn-textouv:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5rem;
  border-bottom: solid 1px #000;
  background-color: #e5e5e5;
}

#ctn-textouv:first-child button {
  border: solid 1px #ccc;
  cursor: pointer;
}

.productos-unidadventa button {
  margin: 0 0 0 6px;
  padding: 0 5px;
  font-size: 0.8rem;
  border: solid 1px #ccc;
  cursor: pointer;
}

.tejidos ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
}

.tejidos ul li {
  -webkit-box-flex: 50%;
  -webkit-flex: 50% 0 0;
  -ms-flex: 50% 0 0;
  flex: 50% 0 0;
  margin: 0;
  padding: 0;
}

.tejidos ul li a {
  display: block;
  color: #000000;
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 0.6rem;
  position: relative;
  min-width: 280px;
}

.tejidos ul li a p {
  margin: 0;
  padding: 0;
}

.tejidos ul li a img {
  width: 100%;
  max-height: 45px;
  max-width: 110px;
  margin: 0.15rem 0 0.15rem;
}
#parrafo-entradas{
    padding: 0;
    margin:0;
}
#ctn-icono {
  margin: 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 0.75rem;
  flex: 90% 0  0;
}
#ctn-icono img {
  max-width: 25px;
  max-height: 28px;
  margin: 0;
  border: none;
  border-radius: 0;
}

#ctn-icono p {
  margin: 0;
  padding: 0;
  min-width: 180px;
  margin-top: 10px;
}

.no-renovado {
  color: #4d4747;
  font-size: 0.80rem;
  margin: 0;
  padding: 0;
}

.no-renovado2 {
  color: #4d4747;
  font-size: 0.8rem;
  margin: 0;
  padding: 0 0.5rem 0;
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: right;
}

#ctn-promoart {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 110px;
}

#ctn-promoart p {
  width: 30%;
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.1rem 0;
  text-align: center;
  border-top-left-radius: 10px;
  position: absolute;
  margin-bottom: 0.15rem;
}

#fondo-galeriafull {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10200;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
}

.centrador-galeria {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctn-centrador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  padding: 20px 0 20px;
  max-width: 92%;
}

.miniaturas img {
  max-height: 450px;
  padding: 0.5rem 0 0.5rem;
}

.imagen-full {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.imagen-galeria {
  width: 100%;
  border: 1px solid #fff;
    max-width: 1500px;
}

#ctn-promoartgal {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#ctn-promoartgal p {
  width: 20%;
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.1rem 0;
  text-align: center;
  border-top-left-radius: 10px;
  position: absolute;
  margin-bottom: 0;
}

.ctn-btn-cerrar {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 1rem 1rem;
}

.close-galeria {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 0 1rem 0;
  line-height: 30px;
  font-size: 0.9rem;
  font-family: "roboto";
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: solid 1px #3F3E3E;
  border-radius: 5px;
  cursor: pointer;
}

.close-galeria:hover {
  background-color: #3F3E3E;
  color: #fff;
}

#product-details {
  margin: 0;
  padding: 40px 0 0.5rem;
}

#product-details .ctn-no-renovado {
  margin: 0;
  padding: 0;
}

#product-details div .parrafo-no-renovado {
  background-color: #f5f59c;
  color: #4d4747;
  text-align: left;
  padding: 0.8rem 1rem 0.8rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1rem;
}

.ctn-details .ctn-producto-activo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ctn-details .imagenes-producto-activo {
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  margin: 0 auto 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ctn-previa-modelo {
  position: relative;
}

.ctn-previa-modelo #ct-btn-imgmodelo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.ctn-previa-modelo #ct-btn-imgmodelo button {
  cursor: pointer;
  font-size: 1.5rem;
  color: #ffffff;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 45px;
  width: 45px;
  border-radius: 3px;
  z-index: 200000;
}

.ctn-previa-modelo:hover #ct-btn-imgmodelo button {
  display: block;
}

.ctn-img-modelo-video {
  background-color: #fafafa;
    text-align: center;
}

.ctn-details .ctn-producto-activo img.imagenmodelo {
    width: 100%; 
}

#centra-video {
  position: fixed;
  top: 0;
  left: 0;

  background-color: #000;
  z-index: 10500;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#video-full {
  width: 80vw;
  max-width: 1440px;
}

#video-mini {
  max-width: 100%;
}

#product-details .ctn-details img {
  width: 100%;
}

#product-details .ctn-details .ctn-miniaturas-detalle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: -1px 0 0;
  padding: 0 0 0;
}

#product-details .ctn-details .ctn-miniaturas-detalle div {
  flex: 50% 0 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#product-details .ctn-details .ctn-miniaturas-detalle div button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#product-details .ctn-details .ctn-miniaturas-detalle img {
  width: 100%;
}

#product-details .ctn-details .icono-medidas {
  padding: 1.5rem 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: auto auto 0;
  width: 100%;
}

#product-details .ctn-details .icono-medidas img {
  width: 65%;
  max-width: 210px;
}

.ctn-details .textos-producto-activo {
  margin: 2.5% auto 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'haslight;
  letter-spacing: -0.1px;
}

.ctn-details .textos-producto-activo p.referencia {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #000;
  font-weight: bold;
  width: 100%;
}

span.referencia {
  padding: 3px 8px 3px;
  border-radius: 5px;
    margin-right: auto;
}
#product-details .ctn-details .desc {
font-family: 'haslight';
  color: #4d4747;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0;
  line-height: 1.5rem;
  margin: 0;
  text-align: left;
  background-color: #fff;
  width: 100%;
    height: auto;
}

#product-details .ctn-details .udventa {
  color: #4d4747;
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  font-size: 0.8rem;
  text-align: right;
}

.ctn-details .textos-producto-activo p.puntosdetalle {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
  padding: 0;
  color: #4d4747;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  font-size: 0.9rem;
}

#product-details .ctn-details p span {
    padding: 0;
    font-size: 0.9rem;
  
}

#descuentoaplicado {
  background-color: red;
  color: #ffffff;
  padding: 0 0.4rem;
  margin: 0 auto 0 1rem;
  font-weight: lighter;
  font-style: normal;
  border-radius: 3px;
  font-style: normal;
}

#product-details .ctn-details .ctn-row {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#product-details .ctn-details ul {
  margin: 0 8px 0;
  padding: 1rem;
  list-style: square;
  font-size: 1rem;
  background-color: #fff;
  font-family: 'nunitolight';
  letter-spacing: -0.5px;
}

#product-details .ctn-details ul li {
  line-height: 25px;
}

#product-details .ctn-details ul li::marker {
  color: #b7b7b7;
  font-size: 25px;
}

#product-details .ctn-details .entradas-detalle {
  margin: 0 0 0;
  padding: 0 0 0;
  background-color: #fff;
  font-size: 0.8rem;
  width: 100%;
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}

#product-details .ctn-details .entradas-detalle h6 {
  text-align: right;
  font-size: 0.9rem;
  padding: 0;
  margin-bottom: 0;
font-weight: bold;
    margin-top:10px;
}

#product-details .ctn-details .entradas-detalle span {
  padding: 0;
  margin: 0;
}

.textos-producto-activo .colores-detalle {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 0 1rem;
  flex-wrap: wrap;
  width: 100%;
}

.textos-producto-activo .colores-detalle h6 {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  color: #4d4747;
  font-weight: bold;
  font-size: 0.90rem;
  padding: 0;
  line-height: 1.2rem;
  margin: 0 0 0;
  text-align: left;
  background-color: #fff;
}

#ctn-promoart2 {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 110px;
  margin: auto 0 10px;
}

#ctn-promoart2 p {
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  text-align: center;
  border-top-left-radius: 10px;
  position: absolute;
  max-width: 45px;
}

.textos-producto-activo .colores-detalle .ctn-color {
  margin: 1rem 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.textos-producto-activo .colores-detalle .ctn-color a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0;
  padding: 0;
  max-width: 150px;
    
}

.textos-producto-activo .colores-detalle .ctn-color a .no-renovado {
  padding: 0;
}

.textos-producto-activo .colores-detalle p {
  font-size: 0.75rem;
  margin: 0;
    padding: 0;
  text-align: center;
}

.textos-producto-activo .colores-detalle .ctn-color {
  flex: 25% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.textos-producto-activo .colores-detalle .ctn-color img {
  height: 50px;
  max-width: 50px;
  border-radius: 5px;
  border: 1px dotted #000;
  margin: 10px 0 0;
}
#textopromoarticulo{
    margin-top: 3rem;
    font-family: 'haslight'!important;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    border: dashed 1px #000;
    padding: 20px 30px 20px;
    background-color: #fafafa;
}
#textopromoarticulo p{
margin: 0;
    padding: 0;
}

.slogan {
  font-family: 'zapfino';
  width: 100%;
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0;
  line-height: 2.8rem;
  text-decoration: underline;
  margin-top: 30px;
}

.slogan span {
  font-size: 1.8rem;
  color: #2b550b;
  text-decoration: none;
}

.notification-section {
  padding-top: 160px;
  min-height: 100vh;
  padding-bottom: 182px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
}

.notification {
  padding: 2rem 0 1.5rem;
  border-bottom: solid 1px #ce285a;
}

.notification:last-child {
  border-bottom: none;
}

.article-notification {
  padding: 0;
}

.notification .admin {
  background-color: #fff;
  padding: 0 1rem 0;
  margin: 0;
  border-radius: 5px;
  line-height: 35px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #4d4747;
}

.notification .notify {
  color: #dbd7d7;
  padding: 0;
  margin: 1rem 0 0;
}

.admin span:last-child {
  font-weight: lighter;
  font-size: 0.9rem;
}

#ctn-terms h6 {
  font-size: 1.1rem;
  color: #525252;
  font-weight: bold;
  margin: 1rem 0 2rem;
  border-bottom: solid 1px #525252;
}

#ctn-terms .title-terms {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
}

#ctn-terms span {
  font-weight: bold;
  margin-right: 0.3rem;
}

#ctn-terms p {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.4rem;
}

#ctn-terms p a {
  font-size: 1rem;
  font-weight: bold;
  color: #214406;
}

.capitalize {
  font-size: 0.8rem;
  margin: 0 0.1rem 0;
  color: #000;
}

#ctn-terms .ctn-logo-terms {
  border-bottom: solid 1px #214406;
  margin: 4rem 0 2rem;
}

.ctn-logo-terms img {
  width: 180px;
  margin-bottom: 5px;
}

.modifications span, .rates span {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
}

.customer-section {
  margin-top: 200px;
  background-color: #fff;
  margin-bottom: 50px;
  max-width:90%;
}

.ctn-customerbuttons {
  padding: 0;
  margin-top: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ctn-products-order{
    margin-top: -50px;
}

.ctn-customerbuttons:nth-child(2) {
  margin-top: 3rem;
  border-top: 1px solid #000;
  padding-top: 2rem;
}

.customer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.btn-customer2 {
  padding: 1rem;
}

.btn-customer2 div img {
  margin-bottom: 20px;
  border: solid 1px #000;
  padding: 0.8rem 0.4rem 0.8rem;
}

.btn-customer2:hover div img {
  background-color: #e6e6e6;
}

.ctn-customerbuttons .ctn-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ctn-customerbuttons div a {
  margin: 0 auto 0;
  text-align: center;
  font-size: 0.9rem;
  color: #4d4747;
    display: block;
    border-radius:2px;
    padding-bottom: 15px;
    
}
#linkdescatalog{
    max-width: 300px;
    border: dotted 1px #000;
}
.noborder {
  padding: 0;
}

.ctn-customerbuttons .noborder a {
  border-top: none;
}

.ctn-customerbuttons .noborder p {
  padding: 0 1rem 0;
}

.ctn-customerbuttons div a div img {
  width: 100%;
  max-width: 150px;
}

.ctn-customerbuttons div a div p {
  margin: 0;
  padding: 0 0  0.5rem;
}

.services {
  background: #ce285a;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  margin: 2rem auto 0;
  line-height: 30px;
}

.services .service-link {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

#form-direcciondrop {
  padding: 0.5rem 1rem 0.5rem;
  display: none;
}

#form-direcciondrop input {
  margin-bottom: 0.5rem;
  border: none;
  border: solid 1px #4d4747;
  background-color: transparent;
  color: #4d4747;
  text-align: center;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#form-direcciondrop input::-webkit-input-placeholder {
  font-size: 0.9rem;
  color: #4d4747;
  opacity: 1;
  text-align: center;
  line-height: 32px;
}

#form-direcciondrop input::-moz-placeholder {
  font-size: 0.9rem;
  color: #4d4747;
  opacity: 1;
  text-align: center;
  line-height: 32px;
}

#form-direcciondrop input:-ms-input-placeholder {
  font-size: 0.9rem;
  color: #4d4747;
  opacity: 1;
  text-align: center;
  line-height: 32px;
}

#form-direcciondrop input::placeholder {
  font-size: 0.9rem;
  color: #4d4747;
  opacity: 1;
  text-align: center;
  line-height: 32px;
}

#form-direcciondrop input[type=select] {
  text-align: center;
}

#form-direcciondrop input[type=button] {
  background-color: #ce285a;
  border: none;
  color: #fff;
  margin-top: 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#stockbar {
  background-color: #333;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  margin-bottom: 2.5rem;
}
.stockcategorias {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#stockbar #cat {
  display: block;
  border: none;
  text-align: left;
  padding-left: 1rem;
  color: #4d4747;
  border-bottom: solid 1px #4d4747;
  padding-top: 0.8rem;
  cursor: pointer;
  font-size: 0.9rem;
  background-color: #fff;
}

.stock-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 0 0;
}

.stock-producto {
  padding: 0;
  margin: 0 0 0.8rem;
  border-bottom: solid 1px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.stock-imagen img {
  width: 100%;
}

.stock-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
}

.codenumber {
  width: 100%;
  border-top: solid 1px #4d4747;
  border-bottom: solid 1px #4d4747;
  padding: 0 1rem 0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 30px;
}

.codenumber span {
  font-weight: bold;
  margin-left: 0.2rem;
}

.ctn-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

H6.stockdescription {
  padding: 0 1rem 0;
  margin: 0.5rem 0 0;
  line-height: 1.1rem;
  color: #4d4747;
  font-size: 0.75rem;
}

.qtystock {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  margin: 0.5rem 0 0rem;
  padding: 0 0 0.5rem;
}

.stocknumber {
  padding: 0.3rem;
  border: solid 1px #ce285a;
  font-size: 1.2rem;
  border-radius: 3px;
  margin: 0 0.3rem 0;
}

.entradas {
  padding: 0.5rem  1rem 0.5rem;
  font-size: 0.9rem;
}

.entradas p {
  margin: 0;
  padding: 0;
}

.entradas span {
  color: #ce285a;
  line-height: 25px;
}

#titdownload {
  color: #ce285a;
  text-align: center;
  font-weight: bold;
  padding: 0.8rem 0 0.8rem;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.catbar {
  background-color: #4d4747;
  margin: 0;
  padding: 0.4rem 1rem 0.4rem;
}

#titfamily {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #dbd7d7;
}

.download-texto {
  padding: 0;
  margin: 0;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4d4747;
  font-size: 0.75rem;
  text-align: center;
}

.logueo {
  margin-top: 3rem;
}

.botoninf a {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
  -ms-flex: 100% 1 1;
  flex: 100% 1 1;
  background-color: #000;
  padding: 0.4rem;
  cursor: pointer;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  color: #fff;
}

.ctn-logininf {
  width: 100%;
  padding: 1rem 0 0;
}

.ctn-logininf h6, .loginfdir h6 {
  color: #4d4747;
  font-size: 1.1rem;
  margin: 0 auto 0.5rem;
  padding: 0;
  max-width: 500px;
}

.ctn-rpc {
  border: dotted 1px #000;
  padding: 2rem 1rem 0rem;
  margin: 2rem auto 2rem;
}

#ctn-rpc h6 {
  text-decoration: underline;
}

.ctn-logininf form {
  padding: 1rem 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto 0;
  max-width: 500px;
}

#ctn-btn-calendario {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#ctn-frm-calendario {
  border: solid 2px #214406;
  padding: 0 1rem 1rem;
  margin: 0 0 1rem;
  background-color: #faf9f9;
}

#ctn-btn-calendario div .btn-calendario {
  width: 100%;
  margin: 0;
}

#ctn-calendario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9rem;
  margin: 1.5rem 0 1rem;
}

#ctn-calendario div {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 1;
  -ms-flex: 100% 0 1;
  flex: 100% 0 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -5px;
}

#ctn-calendario label {
  font-size: 0.85rem;
  margin: 0;
  padding: 0.3rem;
  -webkit-box-flex: 30%;
  -webkit-flex: 30% 1 1;
  -ms-flex: 30% 1 1;
  flex: 30% 1 1;
  line-height: 0.8rem;
  text-align: right;
  max-width: 100px;
}

#ctn-calendario input[type=date] {
  -webkit-box-flex: 40%;
  -webkit-flex: 40% 1 0;
  -ms-flex: 40% 1 0;
  flex: 40% 1 0;
  max-width: 110px;
  font-size: 0.85rem;
}

.ctn-input-loginped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.ctn-input-loginped label {
  -webkit-box-flex: 41%;
  -webkit-flex: 41% 0 0;
  -ms-flex: 41% 0 0;
  flex: 41% 0 0;
  text-align: right;
  margin: 0 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #4d4747;
}

.ctn-logininf form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4d4747;
  color: #4d4747;
  text-align: center;
  line-height: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: auto 1 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.ctn-logininf form input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.ctn-logininf form input::-moz-placeholder {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.ctn-logininf form input:-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.ctn-logininf form input::placeholder {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.ctn-logininf form input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.ctn-logininf form input:focus::-moz-placeholder {
  font-size: 0;
}

.ctn-logininf form input:focus:-ms-input-placeholder {
  font-size: 0;
}

.ctn-logininf form input:focus::placeholder {
  font-size: 0;
}

.ctn-logininf input[type=submit].obtener, .ctn-logininf input[type=button].obtener {
  margin: 15px 0 15px;
  border: none;
  color: #000;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  padding: 0 10px 0;
  display: block;
  min-height: 35px;
  font-weight: bold;
  border: dotted 1px #000;
    border-radius: 2px;
}

.ctn-logininf input[type=submit].obtener:hover, .ctn-logininf input[type=button].obtener:hover {
background-color: #f4f4f4;
}
.ctn-logininf a {
  display: block;
  text-align: center;
  padding: 0.5rem 0 0.5rem;
  color: #4d4747;
}

.errorloginf {
  max-width: 500px;
  margin: 1rem auto 5rem;
}

.ctn-logininf p {
  text-align: center;
  color: #4d4747;
  border-bottom: solid 1px #4d4747;
  border-top: solid 1px #4d4747;
  padding: 1.5rem;
}

#info-loginf {
  display: none;
}

#ctn-infologininf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-infologininf button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #4d4747;
  padding: 1rem 0 1rem 1rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 80px;
}

#ctn-infologininf p {
  margin: 1rem 0 2rem;
  padding: 0;
  border: none;
  text-align: left;
}

#ctn-infologininf img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1rem;
}

.loginfdir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: strecth;
  -webkit-align-items: strecth;
  -ms-flex-align: strecth;
  align-items: strecth;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
  padding: 0 1rem 60px;
  margin: 0 auto 0;
}

.loginfdir ul {
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  max-width: 500px;
}

.loginfdir form {
  margin-top: 1rem;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0;
  max-width: 500px;
}

.loginfdir form select {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 1;
  -ms-flex: 100% 0 1;
  flex: 100% 0 1;
  margin-bottom: 1.5rem;
  border: none;
  background-color: transparent;
  color: #000000;
  border: solid 1px #ce285a;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.75rem;
}

.loginfdir form input[type=submit] {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
  -ms-flex: 100% 1 1;
  flex: 100% 1 1;
  border: none;
  background-color: #fff;
  color: #000000;
  padding: 0.4rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.loginfdir form input[type=submit].btn-color {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
  -ms-flex: 100% 1 1;
  flex: 100% 1 1;
  background-color: #000;
  color: #fff;
  padding: 0.4rem;
  cursor: pointer;
  margin-bottom: 1rem;
  width: 100%;
}

#frm-versat .btn-versat {
  background-color: #ce285a;
  color: #fff;
}

.nofondo {
  background-color: transparent;
  padding: 0;
}

.ctn-customerbuttons .direccion {
  width: 100%;
}

.ctn-customerbuttons .direccion h6 {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
    margin-top: 1rem;
  margin-bottom: 1rem;
    padding: 10px;
  background-color: #9da29e;
  color: #fff;
    border-radius: 2px;
    text-align: center;
    width: 100%;
}

.ctn-customerbuttons .direccion form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.ctn-customerbuttons .direccion form select {
  font-size: 0.9rem;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 1;
  -ms-flex: 100% 1 1;
  flex: 100% 1 1;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: #4d4747;
  border: none;
  border-bottom: solid 1px #4d4747;
  padding: 0.4rem 0 0 0;
  min-height: 30px;
}

#drop, #drop2 {
  color: #ce285a;
  font-weight: bold;
  margin: 0.5rem 0 0.5rem;
  text-decoration: underline;
}

#frmproductos h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
    padding: 10px;
  background-color: #9da29e;
  color: #fff;
    border-radius: 2px;
    text-align: center;
}
#tit-envio{
background-color:#9da29e;
    border-radius: 2px;
    text-align:center;
}
#infoenvio{
color:#000; 
text-align:left;
}

.categorias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#frmproductos #cat {
  display: block;
    width: 100%;
  border: none;
  text-align: left;
  color: #4d4747;
  border-bottom: solid 1px #4d4747;
  padding: 8px 1rem 8px 0px;
  cursor: pointer;
}

#referencias {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ctncarga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.ctncarga span {
  color: #000;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.ctncarga img {
  width: 120px;
}

#ctn-buscador-referencias, #ctn-buscador-referencias-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem 0 0;
}

#frm-buscador-referencias, #frm-buscador-referencias-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #4d4747;
  border-radius: 10px;
        background-color: #fff;
}

#frm-buscador-referencias input, #frm-buscador-referencias-general input {
  height: 26px;
  border: solid 1px #ccc;
  font-size: 0.9rem;
  font-size: "roboto";
  padding: 0 13px 0;
  border-radius: 10px;
  background-color: #fff;
}

#frm-buscador-referencias input:first-child, #frm-buscador-referencias-general input:first-child {
  font-style: italic;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  max-width: 80px;
}
.ctn-buscador-pedidos{
    margin: 8px 0 40px;
}
.buscador-pedidos input:first-child {
  min-width: 180px;
}
.buscador-pedidos input:last-child {
  min-width: 50px;
}

#frm-buscador-referencias input:last-child, #frm-buscador-referencias-general input:last-child {
  cursor: pointer;
  border: none;
  border-left: dotted 1px #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
background-image: url(../images/icono-busqueda.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 26px;
}
#frm-buscador-referencias input:first-child:focus, #frm-buscador-referencias-general input:first-child:focus {
  background-color: #fdfdeb;
}

#ctn-buscador-referencias-general input[type=button] {
  background-image: url(../images/icono-busqueda.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  width: 38px;
}

#ctn-num-resultados {
  font-size: 0.85rem;
  font-style: italic;
  padding: 0;
  margin: 0;
}

#ctn-num-resultados p {
  margin: 0;
  padding: 20px 15px 25px;
}

#mostrarproductos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem;
}

#formproducto {
  -webkit-box-flex: 49%;
  -webkit-flex: 49% 0 0;
  -ms-flex: 49% 0 0;
  flex: 49% 0 0;
  font-size: 0.6rem;
  background-color: #fff;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#formproducto a {
  display: block;
  border: none;
}

#formproductoEntradas {
  background-color: #f7f7f7;
  -webkit-box-flex: 90%;
  -webkit-flex: 90% 0 0;
  -ms-flex: 90% 0 0;
  flex: 90% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 10px 0 0;
  padding: 10px 15px 10px;
  font-size: 0.85rem;
  font-weight: bold;
}

#ctn-promoart5 {
  position: relative;
}

#ctn-promoart5 p {
  background-color: red;
  color: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  padding: 0.1rem 0.5rem;
  text-align: center;
  border-top-left-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

#ctn-uv-puntos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#puntos-frm-producto {
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
}

#uv-frm-producto {
  margin: 5px 0 10px 0;
  padding: 0;
  font-size: 0.75rem;
}

#formproducto img {
  width: 100%;
}

.formproducto-subfamilia {
  font-size: 0.75rem;
  color: #4d4747;
  margin: 0;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-formproducto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 2rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}

#marcauv {
  background-color: #fff;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0 0.25rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

#ctn-formproducto .codenumberped {
  font-weight: bold;
  text-align: center;
  font-size: 0.85rem;
  padding: 0.5rem;
  border-top: solid 1px #4d4747;
  border-bottom: solid 1px #4d4747;
  margin: 0;
}

#ctn-formproducto .descriptionped {
  text-align: center;
  font-size: 0.80rem;
  line-height: 1rem;
  padding: 0.5rem;
  margin: 0.3rem 0 0;
  color: #4d4747;
}

.frm-productoped {
  margin-top: auto;
}

.qtystock {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0.5rem;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
}

#ctn-formproducto .stocknumber {
  padding: 0.3rem;
  border: solid 1px #ce285a;
  font-size: 1rem;
  border-radius: 3px;
  margin: 0 0.15rem 0;
}

#ctn-formproducto .frm-productoped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-formproducto .frm-productoped span {
  font-size: 1.1rem;
  margin: 0.5rem .5rem 0 0;
}

#ctn-formproducto .frm-productoped input[type=text] {
  width: 40px;
  font-size: 1.2rem;
  line-height: 25px;
  margin: 0.5rem 0 0;
  text-align: center;
  font-weight: bold;
}

#ctn-formproducto .frm-productoped input[type=text]:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border: inset 2px #8AC05C;
}

#ctn-formproducto .frm-productoped #Asignar {
  -webkit-box-flex: 90%;
  -webkit-flex: 90% 0 0;
  -ms-flex: 90% 0 0;
  flex: 90% 0 0;
  background-color: #9da29e;
  color: #fff;
  line-height: 30px;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  margin: 1rem 0 0;
}

#link-vieworder {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}

#btn-vieworder {
  width: 100%;
  background-color: #464646;
  color: #fff;
  border: none;
  line-height: 54px;
  text-transform: uppercase;
  display: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1rem;
  -webkit-animation: color 2s infinite;
  animation: color 2s infinite;
}

#bubble {
  padding: 0.2rem 0.8rem 0.2rem;
  background-color: #fff;
  margin-left: 0.5rem;
  border-radius: 5px;
  color: #ce285a;
  line-height: 25px;
}

#cart img {
  height: 42px;
  margin-left: 0.6rem;
}

#tablapedido {
  margin: 0.5rem auto 0;
  color: #fff;
  padding: 0.3rem;
  text-align: center;
}

#tablapedido .no {
  margin: 0;
  padding: 0.5rem;
  color: #dbd7d7;
  font-size: 1rem;
}

#grabando {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 0 0;
}

#grabando span {
  color: #ce285a;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

#grabando img {
  width: 60px;
}

.wrapper-ctn-tableorder {
  height: 80vh;
  overflow: auto;
  width: 100%;
  display: none;
  background-color: #fff;
  padding: 2rem 1rem 2rem;
}

.ctn-tableorder table {
  width: 100%;
}

.ctn-tableorder table tr td, .ctn-tableorder table tr th {
  text-align: center;
  font-size: 0.7rem;
  padding: 0 0.2rem 0;
  color: #4d4747;
}

.ctn-tableorder table tr th {
  background-color: #fff;
  padding: 0.3rem 0 0.3rem;
  font-size: 0.7rem;
  border: solid 1px #333333;
}

.ctn-tableorder table tr:nth-child(odd) {
  background-color: #fff;
}

.ctn-tableorder table tr:nth-child(even) {
  background-color: #fff;
}

.ctn-tableorder table tr td {
  padding: 0.5rem 0 0.5rem;
  border: solid 1px #333333;
}

.tablehead-ref {
  width: 18%;
}

.tablehead-desc {
  width: 45%;
}

.tablehead-ctd {
  width: 7%;
}

.tablehead-ud {
  width: 10%;
}

.tablehead-date {
  width: 10%;
}

.tablehead-delete {
  width: 10%;
}

td.tablehead-delete input {
  margin: 0.5rem auto 0;
  max-width: 45px;
}

.ctn-tableorder .ctn-amount {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.6rem;
  border: solid 1px #333333;
  border-top: none;
  color: #4d4747;
}

.ctn-tableorder .totalamount, .ctn-discount .totalamount {
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.total {
  border-top: solid 1px #fff;
  width: 210px;
  text-align: right;
}

#logo-victransa {
  margin: 0 0.2rem 0 0.2rem;
  width: 130px;
}

.ctn-discount {
  background-color: #5c5c5c;
  -webkit-box-flex: 1;
  -webkit-flex: auto 0 0;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
  border: solid 1px #333333;
  border-top: none;
  padding: 0.8rem 0.6rem 0.8rem;
}

.warning-drop {
  background-color: #f2f29f;
  font-size: 0.95rem;
  padding: 1rem;
}

.warning-drop .warning-drop1 {
  color: #ce285a;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  margin: 0;
  padding: 0 1rem 0.5rem;
}

.warning-drop .warning-drop2 {
  color: #000;
  font-size: 0.9rem;
  padding: 0 1rem 0;
}

.warning-drop button {
  display: block;
  width: 75%;
  margin: 0 auto 0;
  border: none;
  background-color: #ce285a;
  padding: 0.3rem 1rem 0.3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.85rem;
}

.vaciar {
  background-color: #ef4242;
  display: block;
  width: 37%;
  margin: 0.5rem 0 1rem 63%;
  color: #fff;
  line-height: 35px;
  border: none;
  cursor: pointer;
}

#ctn-form-drop {
  margin: 2rem 0 2rem;
}

#ctn-form-drop h6 {
  text-align: left;
  padding-left: 0.5rem;
  font-weight: bold;
  border-bottom: 1px solid #4d4747;
  color: #4d4747;
}

#frm-selector-pago {
  margin: 0;
}

#frm-selector-pago div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#frm-selector-pago div:first-child {
  margin: 0 0 0.8rem;
}

#frm-selector-pago label {
  margin: 0 1rem 0 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: bold;
}

#frm-selector-pago input[type=radio] {
  width: 18px;
  height: 18px;
}

#ctn-link-pedido {
  display: none;
  margin: 2rem 0 0;
  padding: 0;
}

#ctn-link-pedido input[type=submit] {
  display: block;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  background-color: #ce285a;
  line-height: 35px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}

#ctn-link-pedido a:hover {
  background-color: #4d4747;
}

#frm-pago-drop {
  text-align: left;
  padding: 1.5rem;
  background-color: #fff;
  color: #000;
  margin: 2rem auto 0;
  max-width: 480px;
  width: 100%;
}

#frm-pago-drop p {
  font-size: 0.95rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  text-align: left;
}

#ctn-btn-pago {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  text-align: left;
}

#ctn-btn-pago form img {
  width: 50%;
  margin: 0 auto 1.5rem;
  max-width: 200px;
}

#ctn-btn-pago frm {
  margin-top: 1rem;
}

#ctn-btn-pago form input[type=text], #ctn-btn-pago form input[type=email] {
  margin: 0 0 1rem;
  border: solid 1px #dbd7d7;
  padding-left: 1rem;
  font-size: 0.9rem;
  height: 30px;
  border-radius: 3px;
}

#ctn-btn-pago form input[type=text]:focus, #ctn-btn-pago form input[type=email]:focus {
  background-color: #f2f2c0;
}

#ctn-btn-pago #btn-pago-drop {
  border: none;
  background-color: #ce285a;
  color: #fff;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  margin: 0;
}

#ctn-btn-pago #btn-pago-drop:hover {
  background-color: #000;
}

#frm-pago-tarjeta {
  display: none;
  margin: 2rem 0 0;
}

#frm-pago-tarjeta h6, #frm-pago-habitual h6 {
  margin: 0 0 1.5rem;
}

.ctn-reforder {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#refpedido, #observaciones {
  display: block;
  width: 100%;
  border: solid 1px #4d4747;
  background-color: transparent;
  margin-bottom: 0.3rem;
  padding-left: 0.5rem;
  color: #dbd7d7;
}

#refpedido::-webkit-input-placeholder, #observaciones::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #dbd7d7;
}

#refpedido::-moz-placeholder, #observaciones::-moz-placeholder {
  font-size: 0.8rem;
  color: #dbd7d7;
}

#refpedido:-ms-input-placeholder, #observaciones:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #dbd7d7;
}

#refpedido::placeholder, #observaciones::placeholder {
  font-size: 0.8rem;
  color: #dbd7d7;
}

#btn-grabar {
  display: block;
  width: 100%;
  background-color: #76c376;
  color: #fff;
  line-height: 35px;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.ctn-textsucess {
  padding: 0 0 1rem;
  margin-top: 1rem;
  color: #4d4747;
  display: block;
}

.ctn-success {
  padding: 0 5% 1.5rem;
}

.ctn-success h6 {
  margin: 0 0 1.5rem;
  border-bottom: solid 1px #4d4747;
  color: #4d4747;
  font-weight: bold;
  font-size: 1.2rem;
}

.ctn-linkcopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctn-success .copiaped {
  background-color: #4d4747;
  color: #dbd7d7;
  border-radius: 5px;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px 0 1;
  -ms-flex: 200px 0 1;
  flex: 200px 0 1;
  margin-left: 1rem;
  padding: 0.5rem;
  text-align: center;
}

.ctn-success ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ctn-success ul a {
  color: #4d4747;
  display: block;
  width: 100%;
  border-bottom: solid 1px #4d4747;
  padding-top: 0.5rem;
}

.ctn-error {
  margin: 0 auto 0;
  text-align: center;
  padding: 2rem;
  border-radius: 10px;
}

.linea-error1 {
  font-size: 1.05rem;
  color: #4d4747;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}

.infoname {
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #4d4747;
  margin: 0.5rem  0 0;
  border-top: solid 1px #4d4747;
}

.errorinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 0.95rem;
}

.errorinfo span {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #4d4747;
  font-weight: bold;
}

.imagenes-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 1rem 0.5rem;
}

.imagenes-info div {
  -webkit-box-flex: 30%;
  -webkit-flex: 30% 0 0;
  -ms-flex: 30% 0 0;
  flex: 30% 0 0;
  max-width: 180px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  margin: 0.25rem;
}

.imagenes-info div:first-child {
  border: solid 3px rgba(0, 0, 0, 0.4);
}

.imagenes-info .miniatura {
  width: 100%;
  cursor: pointer;
}

.ctn-tablaentradas {
  font-size: 0.7rem;
  margin: 2rem 1rem 0;
}

#tabladatos {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.mb {
  margin-bottom: 2rem;
}

.mb:last-child {
  margin-bottom: 0;
}

.ctn-tablaentradas th {
  text-align: center;
  background-color: #ce285a;
  color: #fff;
  border: solid 2px #fff;
}

.ctn-tablaentradas td {
  border: solid 2px #fff;
}

#pie {
  width: 100%;
  background-color: #fff;
  color: #525252;
  padding: 0;
}

#ctn-banpie {
  background-color: #cfcfcf;
  padding: 15px;
  display: none;
}

#centrador-banpie {
  max-width: 1140px;
  margin: 0 auto 0;
  text-align: center;
}

#centrador-banpie img {
  width: 100%;
  margin: 0 auto 0;
}

#ctn-footercenter {
  background-color: 000;
  color: #525252;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 0;
  padding: 60px 15px 60px;
}

.footer-list2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  padding: 60px 20px 60px;
  text-align: center;
  border-top: 1px solid;
  font-size: 0.9rem;
}

.footer-list {
  padding: 0;
 
}

.footer-list h4 {
  margin-bottom: 25px;
      font-size: 1.1rem;
    font-weight: bold;
}

.footer-list p {
  line-height: 30px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list:last-child {
  display: none;
}

.footer-list:last-child p {
  line-height: 35px;
  font-size: 0.95rem;
}

.footer-list ul li a {
  display: block;
  line-height: 35px;
  color: #525252;
  font-size: 0.95rem;
}

#footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#footer-logo img {
  max-width: 180px;
  margin: 0 auto 0;
}

#license {
  background-color: #fff;
  color: #4d4747;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
      -ms-flex: 100% 0 0;
          flex: 100% 0 0;
  padding: 10px 20px 10px;
}

#license p {
  margin: 0;
  padding: 0;
}

#license p span {
  font-weight: bold;
  font-size: 1rem;
  margin-right: 0.2rem;
}

#ctn-texto-man {
  background-color: #fff;
  padding: 2rem 1rem 1rem;
  text-align: center;
  border-radius: 10px;
  margin-top: 2rem;
}

#ctn-texto-man p:first-child {
  border-bottom: solid 1px #ce285a;
  padding-bottom: 1rem;
}

#generando {
  position: fixed;
  z-index: 100000;
  color: #dbd7d7;
  text-align: left;
  font-size: 0.9rem;
}

#generando span {
  color: #ce285a;
  font-size: 1rem;
}

#wrapper-sat {
  margin-top: 80px;
  margin-bottom: 100px;
  font-size: 0.9rem;
}

.maxwidth {
  max-width: 880px;
  margin: 0 auto 0;
}

#tit-sat {
  border-bottom: solid 1px black;
  font-weight: bold;
  margin-bottom: 25px;
}

#listainruccionessat {
  padding: 15px 15px 15px 30px;
  border: dashed 1px #000;
  max-width: 500px;
  margin: 30px auto 20px;
}

.ctn-frm-sat {
  margin-top: 40px;
  border: solid 1px #999;
  background-color: #faf9f9;
  padding: 20px;
}

#ctn-frm-contact-sat {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 2rem;
}

#ctn-frm-contact-sat .advertising {
  text-align: left;
}

#ctn-frm-contact-sat input, #ctn-frm-contact-sat textarea {
  text-align: center;
}

#tipoclientesat {
  width: 100%;
  height: 28px;
  font-family: "Roboto";
  font-weight: lighter;
}

#mgbottom {
  margin-bottom: 0px;
}

#cliente-particular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#ctn-frm-nifsat, .maxancho {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
}

#ctn-frm-codnifsat {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
}

.ctn-nif-sat {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 500px;
  margin: 0 auto 0;
}

#nifsat, #titulo {
  padding-left: 10px;
}

.ctn-nif-sat input[type=button], #btnsatview, #btn-contact-sat {
  margin-top: 10px;
  border: none;
  min-height: 30px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.confirm-sat {
  margin: 10px 0 10px;
}

.p-confirm-sat {
  margin: 0;
}

.explain {
  font-size: 0.70rem;
  font-style: italic;
  color: #999;
  margin: 10px 0 10px;
}

.avisosat {
  max-width: 500px;
  margin: 25px auto 0;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}

#ctn-btn-crf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.1rem;
  padding: 1rem 0 1rem;
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
}

#ctn-btn-crf label {
  -webkit-box-flex: 70%;
  -webkit-flex: 70% 1 0;
  -ms-flex: 70% 1 0;
  flex: 70% 1 0;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

#ctn-btn-crf input {
  -webkit-box-flex: 27%;
  -webkit-flex: 27% 0 1;
  -ms-flex: 27% 0 1;
  flex: 27% 0 1;
  margin: 0;
  padding: 0.3rem 0.5rem;
  font-size: 0.8rem;
}

#ctn-frm-enviosatcliente {
  display: none;
}

#ctn-frm-enviosatcliente select {
  width: 100%;
  height: 25px;
  font-family: 'roboto';
  font-weight: lighter;
  font-size: 0.8rem;
}

.last {
  margin-bottom: 0;
}

#ctn-frm-enviosatcliente input {
  width: 100%;
}

#nuevadirsat {
  color: #c12626;
  font-weight: bold;
}

#ctn-frm-enviosat {
  display: none;
}

#ctn-envio-sat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.long-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fija-columna {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 1;
  -ms-flex: 100% 0 1;
  flex: 100% 0 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ctn-row-envio {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ctnPD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  padding: 5px 10px;
}

.ctnPD label {
  margin: 0 15px 0 0;
  padding: 0;
}

#checkpdsat {
  height: 25px;
  width: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#fixedsat {
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  color: #ccc;
  text-align: center;
  z-index: 1000000;
}

#fixedsat div {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#fixedsat span {
  text-decoration: underline;
}

#fixedsat button {
  color: red;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: solid 1px #ce1e4d;
  cursor: pointer;
  background-color: transparent;
}

#telefonosat {
  background-color: #76c376;
  width: 120px;
  height: 70px;
  text-align: center;
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
  top: 0px;
  right: 10px;
  color: #fff;
  font-size: 0.85rem;
  font-style: italic;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: none;
}

#telefonosat p {
  margin: 0;
  padding: 0;
}

#telefonosat span {
  font-size: 1.05rem;
  font-weight: bold;
  font-style: normal;
}

#telefonosat::before {
  content: '';
  position: absolute;
  bottom: 18px;
  left: -10px;
  background-color: #76c376;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ctn-pasossat {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000;
}

#pasossat {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0;
}

#ctn-envio-sat input {
  text-align: center;
}

#wrapper-modelos-sat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px;
}

#presultados-sat {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  text-align: left;
}

.ctn-modelo-sat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
  margin: 5px;
  border: solid 1px #999;
  padding: 10px;
}

.ctn-modelo-sat:last-child {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
}

.ctn-img-sat img {
  width: 100%;
  margin-bottom: 10px;
}

.ctn-texto-sat {
  font-size: 0.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: auto;
}

.ctn-texto-sat p {
  margin: 0;
  padding: 0;
}

#cargando2 {
  display: none;
}

.ctncarga2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.ctncarga2 span {
  color: #ce285a;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.ctncarga2 img {
  width: 60px;
}

#buscamodelo {
  padding-left: 10px;
}

#frm-selecion-modelo-sat {
  display: none;
}

#seleccion-modelo {
  text-align: right;
}

#seleccion-modelo input[type=button] {
  background-color: #000;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  border: none;
  font-size: 0.6rem;
  height: 30px;
  padding: 0 10px 0;
  cursor: pointer;
  margin: 10px 0 10px;
}
#ctn-btn347{
  
    width:90%;
    min-width:320px;
    max-width:600px;
    margin:2rem auto 0;
    padding:2rem;
}
.btn347{
    width:100%;
    background-color:#000;
    color:#fff;
    border: none;
    min-height:40px;
    cursor:pointer;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

#resultado-modelo-sat {
  width: 100%;
  max-width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
  border: solid 1px #999;
  padding: 10px;
  background-color: #fff;
  margin: 0 auto 0;
}

#ctn-img-sat {
  width: 100%;
}

#ctn-img-sat img {
  width: 100%;
}

#ctn-piezas-sat {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  padding: 15px;
  display: none;
}

#imagen-modelo-sat {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#imagen-modelo-sat img {
  width: 100%;
  max-width: 480px;
}

#piezas-modelo-sat {
  width: 100%;
  margin-top: 20px;
  font-size: 0.8rem;
  max-width: 480px;
}

#form-piezas-sat {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-input-pieza-sat {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 12px 0 3px;
}

#ctn-input-pieza-sat div {
  -webkit-box-flex: 1;
  -webkit-flex: auto 1 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

#ctn-input-pieza-sat p {
  width: 100%;
  margin: 0;
  padding: 0;
}

#ctn-input-pieza-sat input {
  width: 40px;
  margin-left: 10px;
  text-align: center;
}

#ctn-button-piezas-sat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#ctn-button-piezas-sat input[type=button] {
  width: 50px;
  height: 30px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.7rem;
}

#ctn-tabla-piezas {
  background-color: #fff;
  font-size: 0.75rem;
  padding: 18px;
  width: 100%;
  margin: 30px auto 20px;
}

.titctnsat {
  font-size: 0.95rem;
  border-bottom: solid 1px #000;
  font-weight: bold;
  max-width: 880px;
  margin: 20px auto 20px;
  width: 100%;
}

#selectsatview {
  width: 100%;
  margin: 2rem auto 0;
  padding: 2rem 1rem 2rem;
  border: solid 1px #999;
}

#numsatview {
  height: 30px;
  border: solid 1px #999;
  text-align: center;
  font-size: 0.8rem;
  width: 100%;
  display: block;
}

.btn-satview {
  display: block;
  background-color: transparent;
  border: solid 1px #000;
  color: #000;
  padding: 0.4rem;
  border: solid 1px #ce285a;
  text-align: center;
  letter-spacing: 0.75pt;
}

.btn-satview:hover {
  color: #000;
}

#accesoexpediente {
  background-color: #000;
  color: #fff;
  line-height: 28px;
  border: solid 1px #999;
  margin: 15px auto 0;
  text-transform: uppercase;
  width: 100%;
  display: block;
  cursor: pointer;
}

#ctn-tabla-piezas table {
  width: 100%;
  max-width: 880px;
  margin: 20px auto 20px;
}

#ctn-tabla-piezas table tr {
  border-bottom: solid 1px #dddddd;
}

#ctn-tabla-piezas table td {
  height: 50px;
}

#ctn-tabla-piezas table tr td:nth-child(3) {
  font-size: 0.65rem;
}

#ctn-tabla-piezas table tr td input, #ctn-tabla-piezas table tr td button {
  width: 40px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-tabla-piezas table tr td button {
  background-color: black;
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#datalog{
    font-size: 0.7rem;
    padding: 10px;
}
#datalog td, #datalog th{
    min-width: 62px;
    padding: 3px;
}
.imgtable{
    background-color: #fff;
}
#datalog tr:nth-child(even){
   background-color: #f8f8f8;
}
#ctn-btn-continuar-otro {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 20px;
}

#ctn-btn-continuar-otro button {
  background-color: black;
  color: #fff;
  border: none;
  margin: 15px 15px 0 0;
  height: 30px;
  padding: 5px 12px 5px;
  cursor: pointer;
}

#ctn-frm-tit-des-img {
  display: none;
}

#frm-tit-des-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-input-tit-sat, #ctn-input-desc-sat, #ctn-input-file-sat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-input-file-sat {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ctn-input-desc-sat {
  margin: 30px 0 0 0;
}

#ctn-input-desc-sat textarea {
  padding: 10px;
}

#btn-tit-desc {
  width: 100%;
}

#label-fotos {
  margin: 20px 0 20px 0;
  padding: 0;
}

#fotosat {
  padding-top: 5px;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #6f6f6f;
  cursor: pointer;
}

#fotos {
  border: dashed 1px #000;
  padding: 25px 15px;
  width: 100%;
  cursor: pointer;
}

#fotos:hover {
  background-color: #eaeaea;
}

#enviarsat {
  margin-top: 50px;
  background-color: #07a857;
  display: none;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cuadro-fotos-sat {
  border: 1px solid #000;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

#cuadro-fotos-sat div {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: dotted 1px #ccc;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a5a5a5;
  margin-top: 10px;
}

#cuadro-fotos-sat div:first-child {
  margin-top: 0;
}

#cuadro-fotos-sat div p {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 15px 0;
}

.explain2 {
  font-size: 0.8rem;
  color: #999;
  margin: 0;
}

#infonumsat {
  text-align: center;
  margin: 0 auto 0;
  padding: 0 12px 0 12px;
  max-width: 880px;
}

#numexpsat {
  font-size: 1.8rem;
  font-weight: bold;
  border: dashed 1px #000;
  max-width: 150px;
  text-align: center;
  margin: 20px auto 20px;
  padding: 8px 5px 8px;
}

.negritasat {
  font-weight: bold;
  margin: 1rem 0 0;
}

#informacionsat {
  margin: 0 auto 0;
  padding: 0 12px 0 12px;
  max-width: 880px;
}

.linkfinsat {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  padding: 2px 20px 2px;
  margin: 0;
  border-right: solid 1px #000;
}

.linkfinsat:hover {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  border-right: solid 1px #000;
}

.ctn-img-satview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
}

.thumbnails {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 0 0;
  -ms-flex: 100% 0 0;
  flex: 100% 0 0;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 15px;
}

.thumbnails img {
  width: 100%;
}

#wrapper-gallerysat {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  z-index: 100000;
  height: 100vh;
  width: 100vw;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#ctn-gallerysat {
  width: 100vw;
  height: 95vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#controls-gallery {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000000;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 50px;
  padding: 10px 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  max-width: 210px;
  margin-bottom: 30px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#controls-gallery button {
  -webkit-box-flex: 60px;
  -webkit-flex: 60px 0 0;
  -ms-flex: 60px 0 0;
  flex: 60px 0 0;
  color: #7e7e7e;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border: solid 1px #464646;
  margin-left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#controls-gallery button:last-child {
  color: #f43030;
  font-size: 1rem;
}

#float-gallery {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  position: relative;
}

#imgsat-principal {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

#imgsat-principal img {
  width: 100%;
}

#ctn-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}

#ctn-thumbnails button {
  -webkit-box-flex: 24.5%;
  -webkit-flex: 24.5% 0 1;
  -ms-flex: 24.5% 0 1;
  flex: 24.5% 0 1;
  padding: 5px;
  margin: 0;
  max-width: 120px;
}

.estadosat {
  color: #fff;
  font-weight: bolder;
  font-size: 0.95rem;
  padding: 0.3rem 1rem 0.3rem;
  background-color: #37a237;
  margin-left: 10px;
}

.estadobloqueado {
  color: #fff;
  font-weight: bolder;
  font-size: 0.95rem;
  padding: 0.2rem 1rem 0.2rem;
  background-color: #000;
  margin: 0 0 1rem;
  max-width: 300px;
  text-align: center;
}

#contactobloqueo {
  font-size: 1rem;
  margin-top: 4rem;
}

#contactobloqueo a {
  font-size: 1rem;
  color: #fff;
  background-color: #c92753;
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
  margin-left: 0.6rem;
}

#ctn-tablarecambiossat {
  background-color: #fff;
  padding: 1rem;
  margin: 2rem 0 4.5rem;
}

#tablarecambiossat {
  width: 100%;
  text-align: center;
}

#tablarecambiossat th {
  text-align: center;
  font-size: 0.75rem;
}

#tablarecambiossat td {
  border: solid 1px #000;
  font-size: 0.60rem;
  padding: 0.3rem;
}

#tablarecambiossat td span {
  font-size: 0.65rem;
}

.tit-frm-regcliente {
  width: 100%;
  text-align: left;
}

#regcliente {
  width: 100%;
  max-width: 500px;
  margin: 1.5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ctn-input-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ctn-input-reg input {
  -webkit-box-flex: 100%;
  -webkit-flex: 100% 1 0;
  -ms-flex: 100% 1 0;
  flex: 100% 1 0;
  text-align: center;
  background-color: #fff;
  border: solid 1px #999;
}

.first-input {
  margin-top: 1.5rem;
}

.last-input {
  margin-bottom: 1.5rem;
}

.medioinput {
  max-width: 48%;
  text-align: center;
}

.ctn-input-reg input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}

.ctn-input-reg input::-moz-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}

.ctn-input-reg input:-ms-input-placeholder {
  font-style: italic;
  font-size: 0.9rem;
}

.ctn-input-reg input::placeholder {
  font-style: italic;
  font-size: 0.9rem;
}

.labelform {
  font-weight: bold;
  margin-top: 0.8rem;
  font-size: 0.85rem;
}

#btn-numverificacion, #btn-registrar-claves {
  background-color: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin: 1.5rem 0 3rem;
  cursor: pointer;
}

#frm-setpassword {
  display: none;
}

#errordatoslogin {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.select2-selection__rendered {
  font-weight: bold;
}

#btn-cambia-estado, #btn-enviar-presupuesto {
  background-color: #37a237;
  color: #fff;
  line-height: 28px;
  border: none;
  margin: 15px auto 0;
  text-transform: uppercase;
  width: 100%;
  display: block;
  cursor: pointer;
}

#wrapper-presuspuesto {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100000;
}

#ctn-presupuesto {
  -webkit-box-flex: 90%;
  -webkit-flex: 90% 0 0;
  -ms-flex: 90% 0 0;
  flex: 90% 0 0;
  max-width: 750px;
  background-color: #fff;
  height: 90vh;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cerrar-presupuesto {
  text-align: right;
}

#btn-cerrar-presupuesto {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.3rem;
}

#img-presupuesto {
  border: dotted 1px #000;
  width: 100%;
  height: 90%;
  margin: 1rem auto 1rem;
  overflow: auto;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#tablacabecera-pre {
  width: 100%;
  font-size: 0.95rem;
  height: 140px;
}

#tablacabecera-pre img {
  width: 50%;
}

#tablacabecera-pre p {
  font-size: 0.8rem;
}

#tablacabecera-pre td:last-child {
  width: 50%;
}

#tablacabecera-pre td:last-child div {
  border: solid 1px #000;
  padding: 1rem;
}

#tablacabecera-pre td:last-child p {
  padding: 0;
  margin: 0;
}

#tablacontenido-pre {
  width: 100%;
  font-size: 0.95rem;
  margin-top: 3rem;
}

#tablacontenido-pre th {
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  border-bottom: solid 1px #000;
  height: 30px;
}

.ctn-linea-pieza-presupuesto {
  font-size: 0.65rem;
  text-align: center;
  height: 60px;
  border-bottom: solid 1px #e8e8e8;
}

.subtotales-presupuesto {
  font-weight: bold;
  border-top: solid 2px #000;
  border-bottom: none;
}

#tablacontenido-pre-final {
  margin-top: auto;
  width: 100%;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

#tablacontenido-pre-final tr:first-child {
  border-top: solid 1px #999;
  font-size: 0.75rem;
  text-align: center;
  height: 30px;
  border-bottom: solid 1px #e8e8e8;
  font-weight: bold;
  border-bottom: none;
}

.tablacontenido-pre-final-subtotales {
  font-size: 0.75rem;
  text-align: center;
  height: 25px;
  border-bottom: solid 1px #e8e8e8;
  font-weight: bold;
  border-bottom: none;
}

.total-right {
  text-align: right;
  padding-right: 15px;
}

.total-left {
  text-align: left;
}

.total-fondonegro {
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
}

.total-fondonegro p {
  margin: 0;
  padding: 0;
  line-height: 30px;
}

#ctn-response-sat {
  max-width: 880px;
  margin: 5rem auto 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: dotted 1px #000;
  padding: 2rem;
  background-color: #fff;
}

#ctn-response-sat:last-child p {
  margin-top: 1rem;
}

#gracias-response-sat {
  font-size: 1.2rem;
  text-decoration: underline;
}

#ctn-response-sat img {
  width: 100%;
  max-width: 100px;
}

#buzon-sugerencias {
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  margin-right: 12px;
}

#buzon-sugerencias img {
  height: 50px;
}

#ctn-float-sugerencias {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 320px;
  z-index: 10000000;
  margin: 0;
  background-color: #fff;
  height: 100vh;
  font-size: 0.9rem;
  display: none;
}

#centrador-response-sugerencias {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#response-sugerencias {
  background-color: #fff;
  padding: 15px 10px 15px;
  text-align: center;
  border-radius: 5px;
  font-size: 0.8rem;
}

#response-sugerencias p {
  margin: 0;
  padding: 0;
}

#ctn-form-sugerencia {
  height: 90vh;
  overflow: auto;
  padding: 35px;
}

#frm-sugerencia {
  width: 100%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}

#cerrar-sugerencia {
  text-align: right;
}

#btn-cerrar-sugerencia {
  background-color: transparent !important;
  font-size: 1.4rem;
  line-height: 35px;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.tit-sugerencia {
  margin: 0 auto 20px;
  font-size: 1rem;
  border-bottom: solid 1px #000;
  font-weight: bold;
  line-height: 1.4rem;
}

.encabezado-tarjeta {
  font-weight: bold;
  font-style: italic;
}

.ctn-tarjeta {
  text-align: center;
  margin: 20px auto 20px;
}

#ctn-datos-nombre {
  margin: 0 auto 45px;
  display: none;
}

#nombre-sugerencia, #email-sugerencia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#nombre-sugerencia {
  margin: 15px auto 30px;
}

#nombre-sugerencia label, #email-sugerencia label {
  font-size: 0.8rem;
  text-align: left;
  margin: 0;
}

#nombre-sugerencia input, #email-sugerencia input {
  border: none;
  border-bottom: solid 1px #000000;
  text-align: center;
}

#proteccion-datos-sugerencia {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1rem;
  margin-top: 25px;
}

#input-politica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#input-politica label {
  margin-left: 15px;
  margin-bottom: 0;
}

.texto-sugerencia {
  width: 100%;
  height: 120px;
  max-height: 300;
  line-height: 1.2rem;
  padding: 12px;
}

.p-valoranos {
  margin: 0 auto 0;
}

#clasificacionproducto, #clasificacionpedidos, #clasificacionpostventa {
  direction: rtl;
  /* right to left */
  unicode-bidi: bidi-override;
}

#clasificacionproducto label, #clasificacionpedidos label, #clasificacionpostventa label {
  font-size: 25px;
  color: #d6d6d6;
  margin: 5px auto 5px;
  cursor: pointer;
}

#clasificacionproducto label:hover, #clasificacionpedidos label:hover, #clasificacionpostventa label:hover {
  color: #f4db57;
}

#clasificacionproducto label:hover ~ label, #clasificacionpedidos label:hover ~ label, #clasificacionpostventa label:hover ~ label {
  color: #f4db57;
}

#clasificacionproducto input[type=radio], #clasificacionpedidos input[type=radio], #clasificacionpostventa input[type=radio] {
  display: none;
}

#clasificacionproducto input:checked ~ label, #clasificacionpedidos input:checked ~ label, #clasificacionpostventa input:checked ~ label {
  color: #f4db57;
}

#enviasugerencia {
  height: 35px;
  cursor: pointer;
  margin: 15px 0 15px;
}

.explainmotivo {
  font-size: 0.85rem;
  margin: 0 0 60px;
  display: none;
}

.explainmotivo p {
  padding: 15px;
  margin: 0;
}

.explainmotivo span {
  font-weight: bold;
  font-size: 1.2rem;
  font-style: italic;
}

#wrapper-report-sugerencias {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 15px 0px;
  margin: 0 auto 0;
}

.dataTables_scrollBody {
  padding: 0 15px 0;
  margin: 0;
}

#ctn-tabla-sugerencias {
  width: 100%;
}

#wrapper-report-sugerencias .dt-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 0.85rem;
  margin: 0 15px 20px;
  display: block;
}

#wrapper-report-sugerencias .dataTables_filter {
  width: 98%;
  max-width: 990px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px;
  font-size: 0.75rem;
  margin: 0 0 20px 15px;
}

#data-sugerencias {
  font-size: 0.8rem;
  margin: 20px auto 0;
  width: 100%;
  padding: 0;
}

.display {
  padding: 0 15px 0;
  width: 100%;
}

.cabecera {
  font-size: 0.8rem;
}

#data-sugerencias p {
  margin: 0;
  padding: 0;
}

.redpoint {
  font-weight: bold;
  color: #e54848;
}

.redpoint p {
  border: solid 1px #e54848;
  border-radius: 5px;
  line-height: 1.4rem;
}
@media screen and (min-width: 481px) {
  .ctn-modelo-sat {
    -webkit-box-flex: 45%;
    -webkit-flex: 45% 0 1;
    -ms-flex: 45% 0 1;
    flex: 45% 0 1;
  }

  .ctn-modelo-sat:last-child {
    -webkit-box-flex: 45%;
    -webkit-flex: 45% 0 1;
    -ms-flex: 45% 0 1;
    flex: 45% 0 1;
  }

  #ctn-tabla-piezas {
    font-size: 0.8rem;
  }

  #ctn-tabla-piezas table tr td:nth-child(3) {
    font-size: 0.8rem;
  }

  .ctn-row-envio {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .space-right {
    margin-right: 3px;
  }

  .CP {
    width: 68px;
  }

  .ctn-img-satview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .thumbnails {
    -webkit-box-flex: 32.5%;
    -webkit-flex: 32.5% 0 1;
    -ms-flex: 32.5% 0 1;
    flex: 32.5% 0 1;
  }

  #tablarecambiossat td {
    font-size: 0.80rem;
  }

  #tablarecambiossat td:first-child {
    font-size: 0.80rem;
  }

      #frm-buscador-referencias input:first-child, #frm-buscador-referencias-general input:first-child {
max-width: 175px;
  }

}
@media screen and (min-width: 768px) {
  .ctn-modelo-sat {
    -webkit-box-flex: 31%;
    -webkit-flex: 31% 0 1;
    -ms-flex: 31% 0 1;
    flex: 31% 0 1;
  }

  .ctn-modelo-sat:last-child {
    -webkit-box-flex: 31%;
    -webkit-flex: 31% 0 1;
    -ms-flex: 31% 0 1;
    flex: 31% 0 1;
  }

  #ctn-banpie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
    .ctn-customerbuttons .direccion h6 {
        max-width:255px;
    }
}
@media screen and (min-width: 990px) {
  .ctn-modelo-sat {
    -webkit-box-flex: 23%;
    -webkit-flex: 23% 0 1;
    -ms-flex: 23% 0 1;
    flex: 23% 0 1;
  }

  .ctn-modelo-sat:last-child {
    -webkit-box-flex: 23%;
    -webkit-flex: 23% 0 1;
    -ms-flex: 23% 0 1;
    flex: 23% 0 1;
  }

  #topbar-sat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #ctn-piezas-sat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #imagen-modelo-sat {
    -webkit-box-flex: 60%;
    -webkit-flex: 60% 0 0;
    -ms-flex: 60% 0 0;
    flex: 60% 0 0;
  }

  #ctn-input-pieza-sat {
    width: 90%;
  }

  #ctn-gallerysat {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #imgsat-principal img {
    width: 600px;
  }

  .footer-list:last-child {
    display: block;
  }

  #ctn-footercenter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-list2 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  #firstnav {
    background-color: #fff;
  }

  #topbar-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #navbar {
    max-width: 300px;
  }

  #navbar ul:last-child li a {
    color: #4d4747;
  }
    #hidslogan{
        display: flex;
        padding-left: 5px;
    }
  #secondnav {
    -webkit-box-flex: 65%;
    -webkit-flex: 65% 0 0;
    -ms-flex: 65% 0 0;
    flex: 65% 0 0;
  }

  .ctnlistcat {
    max-width: 550px;
  }

  .logoa {
    max-width: 400px;
    margin-bottom: 2rem;
  }

  .ctn-logosup a {
    max-width: 220px;
  }

  .ctnlistcat ul li {
    padding: 0 0.5rem 0;
  }

  .ctnlistcat ul li a {
    height: 40px;
    color: #a0a0a0;
  }

  #products-container {
    background-color: #fff;
  }

  .products-row {
    background-color: #fff;
    padding-bottom: 0;
  }

  #form-direcciondrop input {
    margin-bottom: 0.5rem;
    border: none;
    border-bottom: solid 1px #4d4747;
    border-right: solid 1px #4d4747;
    background-color: transparent;
    color: #ce285a;
    text-align: center;
  }

  #form-direcciondrop input {
    margin-bottom: 0.5rem;
    border: none;
    border-bottom: solid 1px #4d4747;
    border-left: solid 1px #4d4747;
    border-right: solid 1px #4d4747;
    background-color: transparent;
    color: #4d4747;
    text-align: center;
  }

  #form-direcciondrop input:nth-child(1n+2) {
    border-left: none;
  }

  #form-direcciondrop input::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: #4d4747;
    text-align: center;
  }

  #form-direcciondrop input::-moz-placeholder {
    font-size: 0.9rem;
    color: #4d4747;
    text-align: center;
  }

  #form-direcciondrop input:-ms-input-placeholder {
    font-size: 0.9rem;
    color: #4d4747;
    text-align: center;
  }

  #form-direcciondrop input::placeholder {
    font-size: 0.9rem;
    color: #4d4747;
    text-align: center;
  }

  /*.products-article:nth-child(even){
     padding-left: 0.5rem;
      }
  .products-article:nth-child(odd){
      padding-right: 0.5rem;
      }*/
  .item-producto {
    padding: 0 0.3rem 0;
    overflow: hidden;
  }

  .products-article {
    border-top: none;
  }

  #product-details {
    padding: 40px 0 2rem;
  }

  #product-details .ctn-details > h6, #product-details .ctn-details > p, #product-details .ctn-details > ul {
    padding: 0;
  }

  #product-details .ctn-details > h6 {
    margin-top: 3rem;
    border-top: solid 1px #ce285a;
  }

  #product-details .ctn-details .ctn-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #product-details .ctn-details .ctn-row ul {
    margin-top: 1rem;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
  }

  #product-details .ctn-details .ctn-row .medidas {
    margin: 1rem 0 0;
    padding: 0;
    border: none;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: auto 1 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    margin-left: 3rem;
  }

  #product-details .ctn-details .ctn-row .medidas img {
    width: 100%;
    max-width: 150px;
  }

  .notification-section {
    background-color: #fff;
  }

  .notification {
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #ce285a;
  }

  .notification:last-child {
    border-bottom: none;
  }

  .notification .admin {
    color: #ce285a;
  }

  .notification .notify {
    color: #4d4747;
    padding: 0;
    margin: 1rem 0 0;
  }

  #ctn-terms .title-terms, #ctn-terms p, .modifications span, .rates span {
    color: #4d4747;
  }

  #ctn-terms .capitalize {
    color: #000;
    text-transform: lowercase;
    font-size: 0.9rem;
  }

  #ctn-terms p a {
    color: #525252;
  }

  #customer-download img {
    max-width: 100%;
  }

  .customer-section, .download-section {
    background-color: #fff;
  }

  .ctn-customerbuttons:nth-child(2) {
    margin-bottom: 1rem;
  }

  .ctn-customerbuttons div a div img {
    width: 100%;
    max-width: 100%;
  }

  #stockbar {
    background-color: transparent;
  }

  .stockcategorias {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #stockbar #cat {
    -webkit-box-flex: 33.3333%;
    -webkit-flex: 33.3333% 1 1;
    -ms-flex: 33.3333% 1 1;
    flex: 33.3333% 1 1;
    color: #4d4747;
    border-bottom: solid 1px #4d4747;
    padding-left: 0;
  }

  #stock-list {
    margin: 0 0 0 -0.9rem;
    text-align: left;
  }

  .stock-article {
    background-color: transparent;
    border-bottom: none;
  }

  .stock-producto {
    border-bottom: none;
  }

  .stock-article {
    padding: 0 0.25rem 0;
  }

  #titdownload {
    color: #4d4747;
  }

  .catbar {
    background-color: transparent;
    padding: 0 0.25rem 0;
    margin: 1rem 0 1rem;
  }

  #titfamily {
    color: #4d4747;
    font-weight: bold;
    border-bottom: solid 1px #4d4747;
  }

  .ctn-logininf p, .ctn-logininf a, .ctn-logininf form input, .ctn-logininf form input::-webkit-input-placeholder {
    color: black;
  }

  .ctn-logininf p, .ctn-logininf a, .ctn-logininf form input, .ctn-logininf form input::-moz-placeholder {
    color: black;
  }

  .ctn-logininf p, .ctn-logininf a, .ctn-logininf form input, .ctn-logininf form input:-ms-input-placeholder {
    color: black;
  }

  .ctn-logininf p, .ctn-logininf a, .ctn-logininf form input, .ctn-logininf form input::placeholder {
    color: black;
  }

  #ctn-infologininf button {
    color: #4d4747;
  }

  .loginfdir form select {
    color: #4d4747;
  }

  .loginfdir form input[type=submit] {
    color: #000000;
  }

  .loginfdir form input[type=submit].btn-color {
    color: #fff;
  }

  .ctn-customerbuttons .direccion form select {
    color: #4d4747;
  }

  #frmproductos #cat {
    color: #4d4747;
  }

  #link-vieworder {
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #tablapedido {
    height: auto;
    overflow: auto;
    max-width: 990px;
    width: 100%;
    margin-bottom: 3rem;
  }

  #tablapedido td {
    color: black;
  }

  .ctn-tableorder table tr th {
    font-size: 0.85rem;
  }

  .ctn-tableorder .ctn-amount {
    border-top: none;
  }

  #refpedido, #observaciones {
    color: black;
  }

  #refpedido::-webkit-input-placeholder, #observaciones::-webkit-input-placeholder {
    color: black;
    font-size: 0.9rem;
  }

  #refpedido::-moz-placeholder, #observaciones::-moz-placeholder {
    color: black;
    font-size: 0.9rem;
  }

  #refpedido:-ms-input-placeholder, #observaciones:-ms-input-placeholder {
    color: black;
    font-size: 0.9rem;
  }

  #refpedido::placeholder, #observaciones::placeholder {
    color: black;
    font-size: 0.9rem;
  }

  #btn-grabar {
    display: block;
    width: 37%;
    margin: 0.5rem 0 0 63%;
  }

  .ctn-textsucess {
    color: #4d4747;
    padding-bottom: 2rem;
  }

  .ctn-success ul a {
    color: #4d4747;
  }

  .infoname {
    padding-left: 0;
  }

  .imagenes-info {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .imagenes-info div:first-child {
    margin-left: 0;
  }

  .ctn-tablaentradas {
    font-size: 0.9rem;
    margin: 2rem 0 0;
  }

  #icn-filtro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 15px 0;
    border:none;
    width: 100%;
    background-color: #fff;
  }

  #icn-filtro div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 1 1;
    -ms-flex: 50% 1 1;
    flex: 50% 0 1;
    padding: 0.36rem 0 0.36rem;
    margin-right: 0.5rem;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0.35rem 0.35rem 0;
    border-top: solid 1px #999;
    border-left: dotted 1px #999;
    border-right: dotted 1px #999;
    height: 35px;
    border-bottom: none;
  }

  #icn-filtro div:last-child {
    margin-right: 0;
  }

  #icn-filtro div a {
    display: block;
    color: #4d4747;
     padding: 0 0.4rem 0;
  }

  #icn-filtro div a img {
    width: 100%;
  }

  #icn-filtro div p {
    margin: 0;
    padding: 0 0.35rem 0;
    font-weight: bold;
  }

  #frm-pago-drop {
    border-radius: 10px;
  }

  #filtrodescuento {
    font-weight: bold;
  }

  .ctn-input-loginped label {
    color: #4d4747;
    font-size: 0.9rem;
  }

  .ctn-input-loginped input {
    color: #4d4747;
  }

  #pie {
     background-color: #fff;
    color: #fff;
    position: relative;
  }

  #license {
    border-top: solid 1px #4d4747;
  }
.products-article .preciopuntos p {
  margin: 0 5px 0 5px;
  padding: 3px 0 3px;
}
.ctn-customerbuttons .direccion h6 {
        max-width:195px;
    }
}
@media screen and (min-width: 768px) {
  #wrapper {
    background-color: transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #secondnav {
    margin-top: 0;
    height: 100vh;
    min-height: 600px;
    padding-bottom: 0;
    max-width: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /*.products-article:nth-child(even){
      padding-left: 0.3rem;
      }
  .products-article:nth-child(odd){
      padding-right: 0.3rem;
      }*/
  .products-article {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 2rem;
  }

  .products-article h6 {
    font-size: 1.05rem;
    line-height: 1.4rem;
    font-weight: bold;
    font-family: 'haslight';
  }

  .ctn-details .ctn-producto-activo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ctn-details .textos-producto-activo {
    padding: 0 0 0 5%;
  }

  .ctn-details .textos-producto-activo p.puntosdetalle {
    justify-content:space-between;
      align-items: baseline;
  }
 .ctn-details .textos-producto-activo p.puntosdetalle .referencia {
    text-align: center;
  }
  .logoa {
    max-width: 170px;
    margin-top: 100px;
  }

  .ctnlistcat ul li a {
    height: 45px;
    color: #a0a0a0;
    font-size: 0.9rem;
  }

  #ctn-terms {
    padding: 0 2rem 0;
  }

  .products-row {
    padding-bottom: 0;
  }

  #footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #footer-logo p {
    margin: 0 auto 0;
    padding: 0;
    color: #4d4747;
    height: 22px;
  }

  #footer-logo p span {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 0.2rem;
  }

  #mostrarproductos {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #formproducto {
    -webkit-box-flex: 32.5%;
    -webkit-flex: 32.5% 0 0;
    -ms-flex: 32.5% 0 0;
    flex: 32.5% 0 0;
    margin-right: 1.25%;
  }

  #formproducto:nth-child(3n+3) {
    margin-right: 0;
  }

  #cliente-particular {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #ctn-frm-nifsat {
    -webkit-box-flex: 48%;
    -webkit-flex: 48% 0 0;
    -ms-flex: 48% 0 0;
    flex: 48% 0 0;
  }

  #ctn-frm-codnifsat {
    -webkit-box-flex: 48%;
    -webkit-flex: 48% 0 0;
    -ms-flex: 48% 0 0;
    flex: 48% 0 0;
  }

  #telefonosat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
    .ctn-customerbuttons .direccion h6 {
        max-width:210px;
    }
}
@media screen and (max-width: 575px) {
  #wrapper-enr {
    padding: 1rem;
    font-size: 12px;
  }

  .ctn-details .textos-producto-activo p.puntosdetalle {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
    border-radius: 0;
    background-color: #000;
    padding: 8px 1rem 8px;
    color: #fff;
    margin-top: 10px;
      font-size: 1.1rem;
  }

  .ctn-details .textos-producto-activo p.puntosdetalle span.referencia {
    border-radius: 0;
  }

  #topbar2-slogan {
    font-size: 0.85rem;
    text-align: center;
}
  }
    #product-details .ctn-details .entradas-detalle {
        padding: 0;
        
        }
@media screen and (min-width: 1199px) {
     .ctn-customerbuttons .direccion h6 {
        max-width:255px;
    }
    
}
@-webkit-keyframes color {
  0% {
    background-color: #9da29e;
  }
  50% {
    background-color: #464646;
  }
  100% {
    background-color: #9da29e;
  }
}
@keyframes color {
  0% {
    background-color: #9da29e;
  }
  50% {
    background-color: #464646;
  }
  100% {
    background-color: #9da29e;
  }
}
@-webkit-keyframes cookies {
  0% {
    opacity: 0;
    bottom: -100%;
  }
  70% {
    opacity: 0;
    bottom: -100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cookies {
  0% {
    opacity: 0;
    bottom: -100%;
  }
  70% {
    opacity: 0;
    bottom: -100%;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=newstyle.css.map */
/*# sourceMappingURL=newstyle.css.map */
/*# sourceMappingURL=newstyle.css.map */
/*# sourceMappingURL=newstyle.css.map */

/*# sourceMappingURL=newstyle.css.map */