@import url(https://fonts.cdnfonts.com/css/itc-avant-garde-gothic-std-book);
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
#root {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  overflow-y: hidden;
  overflow-x: hidden;
}
p {
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.each-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  width: "100%";
}
.profesionalText,
span {
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.inputProfesionalNavbar {
  width: 100%;
  padding: 6px 10px;
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.watchVerify {
  position: fixed;
  width: 250px;
  height: 50px;
  bottom: 80px;
  left: 35px;
  z-index: 999;
  cursor: pointer;
}
.fila {
  display: flex;
  flex-direction: row;
}
.columna {
  display: flex;
  flex-direction: column;
}
.productContainer {
  height: 500;
  max-height: 500;
  overflow-y: hidden;
}
.inputProfesional {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.inputProfesional,
button {
  font-family: "ITC Avant Garde Gothic LT Condensed Regular", Arial, FontAwesome;
}
.iconProfesional {
  fontsize: 5px;
}
.placeholderCentrado {
  text-align: center;
}
.btnPrimary {
  background-color: #2e2e2e;
  color: #fff;
}
.inputDelgado {
  border: 2px solid #c1c1c1;
}
.btnChat {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 30px;
  border-radius: 25px;
  border: 1px solid #000;
  z-index: 999;
}
.msgBox {
  width: 100%;
  height: 400px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}
.msgLeft,
.msgRight {
  padding: 5px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: #c1c1c1;
  color: #000;
  width: 60%;
  text-align: center;
}
.containerMsgLeft {
  text-align: left;
}
.containerMsgRight {
  text-align: right;
}
.inputBox {
  width: 100%;
  border: 1px solid #c1c1c1;
}
.windowChat {
  width: 400px;
}
.windowChat,
.windowChatMobile {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.windowChatMobile {
  width: 100%;
}
.headerChat {
  width: 100%;
  background-color: #1a1a1a;
}
.minisizeable {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
input[type="number"] {
  -webkit-appearance: textfield !important;
  margin: 0;
  -moz-appearance: textfield !important;
}
.backgroundProfesional {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url(https://static.vecteezy.com/system/resources/previews/004/736/717/non_2x/abstract-black-background-design-banner-pattern-background-template-suitable-for-various-background-design-template-banner-poster-presentation-etc-vector.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  overflow-y: auto;
}
.dropdown-profesional {
  text-align: left;
  position: relative;
  display: inline-block;
}
.dropdown-content-profesional {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: auto;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  z-index: 10;
}
.dropdown-subcategorie-element:hover {
  background-color: #00cd60;
}
.dropdown-category {
  padding: 10px;
  min-width: 400px;
  cursor: pointer;
  margin-top: 20px;
}
.dropdown-content-profesional:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.dropdown-content-profesional-mobile {
  min-width: 400px;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  z-index: 10;
}
.dropdown-profesional:hover .nav-principal {
  display: flex;
}
.home-footer {
  margin-top: 20px;
  background-color: #333;
  width: 80vw;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.divMarcoLogin {
  max-height: 300px;
  width: 500px;
  padding: 20px;
  margin-top: 20px;
}
.divMarcoRegister {
  width: 600px;
  padding: 20px;
  margin-top: 20px;
}
.divMarcoLoginMobile {
  width: 100%;
  padding: 20px;
}
.backgroundProfesionalNoAlign {
  display: flex;
  height: 100vh;
  flex-direction: column;
}
.backgroundProfesionalNoAlign,
.backgroundProfesionalNoAlignMobile {
  width: 100%;
  background-image: url(https://static.vecteezy.com/system/resources/previews/004/736/717/non_2x/abstract-black-background-design-banner-pattern-background-template-suitable-for-various-background-design-template-banner-poster-presentation-etc-vector.jpg);
  background-repeat: no-repeat;
  background-position: fixed;
  background-size: cover;
  padding-top: 20px;
}
.backgroundProfesionalNoAlignMobile {
  height: auto;
}
.btn-profesional {
  padding: 4px 10px;
  border-color: #a1a1a1;
  border-radius: 4px;
  background-color: transparent;
  font-weight: 700;
}
.prof-success,
.prof-success:hover {
  color: #3c6;
}
.prof-error,
.prof-error:hover {
  color: red;
}
.prof-info,
.prof-info:hover {
  color: #0ff;
}
.btn-profesional-disabled {
  background-color: #a1a1a1;
  cursor: no-drop;
}
.input-prof-grab-container {
  width: 3.7%;
  height: 20;
}
.input-prof-grab {
  width: 100%;
  outline: solid #171717;
  text-align: center;
}
.container-image-grabado-line1 {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 48%;
  left: 35%;
}
.container-image-grabado-line2 {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  left: 35%;
}
.text-image-grabado {
  color: #c7ae38;
  font-size: 11px;
  font-family: Arial;
}
.text-image-grabado-mobile {
  color: #c7ae38;
  font-size: 7px;
  font-family: Arial;
}
.mobile-header-text {
  font-size: 15px;
  font-weight: 700;
  color: #c1c1c1;
}
.mobile-body-text {
  font-size: 10px;
  color: #fff;
}
.mobile-text-container {
  display: flex;
  flex-direction: column;
}
.mobile-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mobile-image-list {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.mobile-container-element {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 20px;
}
.mobile-input-element {
  width: 70px;
  height: 20px;
  text-align: center;
  background: "#686868";
  color: #000;
  font-weight: 700;
}
.form__group {
  position: relative;
  padding: 15px 0 0;
}
.form__error {
  color: #9b9b9b;
}
.form__error,
.form__error__green {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.form__error__green {
  color: #3c6;
}
.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #9b9b9b;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::-webkit-input-placeholder {
  color: #fff;
}
.form__field:-ms-input-placeholder {
  color: #fff;
}
.form__field::-ms-input-placeholder {
  color: #fff;
}
.form__field::placeholder {
  color: #fff;
}
.form__field:-ms-input-placeholder ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}
.form__label {
  color: #000;
}
.form__label,
.form__label_white {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
}
.form__label_white {
  color: #9b9b9b;
}
.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(90deg, #000, #9b9b9b);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}
.form__field:invalid,
.form__field:required {
  box-shadow: none;
}
.alineado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comboBoxOption {
  padding: 5px;
}
.error-prof-container {
  width: 350px;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid;
  text-align: center;
}
.error-prof-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.search-container {
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  width: 90%;
  display: block;
  border: none;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}
.search-container-elements {
  max-height: 600px;
}
.search-container-elements,
.search-container-elements-mobile {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
  border: 2px solid grey;
  overflow-y: auto;
  cursor: pointer;
}
.search-container-elements-mobile {
  max-height: 300px;
}
.show-container {
  display: block;
}
.hide-container {
  display: none;
}
.product-container {
  display: flex;
  flex-direction: row;
}
.product-container:hover {
  background-color: #171717;
}
.product-container:hover .meta-word,
.product-container:hover .meta-word-mobile,
.product-container:hover .product-label,
.product-container:hover .product-label-mobile {
  color: #fff;
}
.product-image-container {
  width: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.product-image {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.product-image-mobile {
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
.product-tager-container {
  width: 80%;
  padding: 5px;
}
.product-label {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  font-size: 20px;
}
.product-label-code {
  font-size: 15px;
}
.product-label-code,
.product-label-code-mobile {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7a7a7a;
}
.product-label-code-mobile,
.product-label-mobile {
  font-size: 10px;
}
.metawords-container {
  display: flex;
  flex-direction: row;
}
.metawords-div {
  padding: 0 3px;
  text-align: center;
  margin-right: 5px;
}
.meta-word {
  color: #171717;
  font-size: 10px;
}
.meta-word-mobile {
  color: #171717;
  font-size: 8px;
}
.title-profile {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.list-profile-container {
  margin-top: 15px;
  padding: 0;
}
.list-profile-text {
  color: #fff;
  cursor: pointer;
}
.list-profile-disabled {
  color: #a1a1a1;
  cursor: no-drop;
}
.footer-profile-container {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.footer-profile-btnContainer,
.profile-header-img-cont {
  display: flex;
  flex-direction: row;
}
.profile-header-img {
  border-radius: 50%;
}
.profile-header-name-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-text-profile {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 20px;
}
.nav-fam-container {
  padding: 10px;
}
.fam-text-title {
  font-size: 20px;
  cursor: pointer;
}
.fam-text-title:hover {
  color: #3c6;
}
.fam-text-item {
  font-size: 12px;
  cursor: pointer;
}
.fam-text-item:hover {
  color: #3c6;
}
.nav-prod-viewer {
  padding: 5px;
}
.nav-prod-image {
  width: 100%;
}
.nav-prod-text {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.nav-prod-text:hover {
  color: #3c6;
}
.nav-error-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 10px;
}
.nav-principal {
  display: none;
  position: absolute;
  z-index: 10;
  border-radius: 10px;
}
.nav-contenedor {
  display: flex;
  flex-direction: row;
  width: 900px;
}
.nav-contenedor-mobile {
  display: flex;
  flex-direction: row;
  width: 400px;
}
.nav-contenedor-izq {
  width: 30%;
  background-color: #171717;
  height: 400px;
  overflow-y: auto;
}
.nav-contenedor-drc {
  width: 70%;
  background-color: #fff;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-contenedor-cat {
  padding: 7px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.nav-contenedor-cat:hover .nav-text-cat {
  color: #3c6;
}
.nav-contenedor-cat-text {
  width: 90%;
}
.nav-contenedor-cat-icon {
  width: 10%;
}
.nav-text-cat {
  color: #fff;
  font-size: 12px;
}
.nav-text-cat-icon {
  font-size: 15px;
}
.input-document-profesional {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #a1a1a1;
  margin-top: 10px;
}
.input-document-profesional::-webkit-input-placeholder {
  color: "#fff";
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.input-document-profesional:-ms-input-placeholder {
  color: "#fff";
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.input-document-profesional::-ms-input-placeholder {
  color: "#fff";
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.input-document-profesional::placeholder {
  color: "#fff";
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
}
.input-document-profesional:focus {
  outline: none;
}
.btn-profesional-success {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  color: green;
  background-color: transparent;
  min-width: 150px;
}
.btn-profesional-success:hover {
  border-color: green;
}
.navbar-profesional {
  position: "fixed";
  top: 0;
  left: 0;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-row {
  display: flex;
  flex-direction: row;
}
.navbar-logo-container {
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navbar-logo-profesional {
  width: 100%;
  cursor: pointer;
  min-height: auto;
}
.navbar-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navbar-align-center > div {
  text-align: center;
}
.navbar-right-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navbar-right-container > div {
  text-align: center;
}
.navbar-text-profesional {
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
  color: #000;
  cursor: pointer;
}
.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.watch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}
/*# sourceMappingURL=main.0fb87064.chunk.css.map */
