/*---------------------------- Variables ------------------------*/
/*-------------------------- Fin Variables ----------------------*/
/*-------------------------- Fonts ----------------------*/
@import url(http://allfont.es/allfont.css?fonts=arial-narrow);
@font-face {
  font-family: impact;
  font-style: normal;
  src: url("../fonts/impact.ttf"); }

/*-------------------------- Fin Fonts ----------------------*/
/*--------------------------- Globales --------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  max-width: 100%; }

html {
  font-size: 62.5%;
  font-family: 'Arial Narrow', arial; }

.ocultar {
  display: none; }

.mostrar {
  display: block; }

fieldset {
  padding: 30px; }

label:hover {
  cursor: pointer; }

/********* Loader *******/
.divcarga1 {
  background: #ff2f3d;
  width: 100vw;
  position: fixed;
  animation-name: crecimeintoderecuedro;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  z-index: 999994;
  pointer-events: none; }

.divcarga2 {
  background: #787878;
  width: 100vw;
  position: fixed;
  animation-delay: .5s;
  animation-name: crecimeintoderecuedro;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 999995;
  pointer-events: none; }

.divcarga3 {
  background: #50565a;
  width: 100vw;
  position: fixed;
  animation-delay: 1.5s;
  animation-name: crecimeintoderecuedro;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 999996;
  pointer-events: none; }

.divcarga4 {
  background: rgba(206,206,206,1.00);
  width: 100vw;
  position: fixed;
  animation-delay: 2s;
  animation-name: crecimeintoderecuedro;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  z-index: 999997;
  pointer-events: none; }

.loaderdiv {
  background: #f0f0f0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  animation-delay: 2s;
  animation-name: desaparecer;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 999991;
  pointer-events: none;
  top: 0px; }

@keyframes desaparecer {
  from {
    display: 1; }
  to {
    opacity: 0; } }

@keyframes crecimeintoderecuedro {
  from {
    height: 0%; }
  to {
    height: 100%; } }

/*---------------------------- NAV ------------------------*/
.navlateral {
  position: fixed;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 10%;
  z-index: 9; }

.contnav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  background: #ff2f3d; }

.logo {
  height: 25%;
  display: flex;
  align-items: center; }

.logo img {
  height: auto;
  min-width: 134px;
  filter: brightness(20); }

.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  position: relative; }

.menu button {
  filter: invert(100%);
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  position: relative;
  float: none;
  background-color: transparent;
  outline: 0;
  border: none;
  text-rendering: geometricPrecision; }

.menu button:before, .menu button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 32px;
  background-color: currentColor;
  transition: transform 150ms cubic-bezier(0, 0, 0.01, 1);
  transform-origin: left center; }

.menu button span {
  position: absolute;
  width: 33px;
  background-color: currentColor;
  left: 0;
  overflow: hidden;
  height: 2px;
  transition: transform 150ms cubic-bezier(0, 0, 0.01, 1);
  transform-origin: left center;
  transform: scale(0.5, 1) translate(0, -50%);
  top: 50%; }

.menu button:after {
  top: auto;
  bottom: 10px; }

.menu button:hover:before, .menu button:hover:after {
  transform: scale(0.5, 1); }

.redessociales {
  height: 35%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }

.iconoredes {
  width: 100%;
  padding: 7px; }

.redessociales .bolita:nth-child(2) .iconoredes {
  padding: 4px;
	transition: all 0.3s ease;

}

.bolita {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 8px;
    margin-top: 8px;
	transition: all 0.3s ease;
}

.bolita img {
  filter: contrast(40%) sepia(1) hue-rotate(129.8deg) saturate(5000%) invert(1);
	transition: all 0.3s ease;
}

.bolita:hover {
  background-image: url(../img/1.png);
  background-position: center;
  background-size: 331% 350%;
  background-color: rgba(30, 30, 30, 0.6);
  background-blend-mode: soft-light; 
	transition: all 0.3s ease;

}

.bolita:hover > img {
  filter: none;
  filter: invert(1); 
	transition: all 0.3s ease;

}

.menuppal {
  background-color: #50565a; }
  .menuppal ul li span img {
    width: 2.5rem;
    filter: invert(1); }

/*------------------- Fin NAV -------------------------------*/
.owl-dots {
  position: absolute;
  top: 44%;
  left: 15%; }

.owl-dot span {
  background-color: white; }

.owl-dot.active span {
  background-color: #ff2f3d !important; }

.titulo-slider {
    top: 25%;
    position: absolute;
    left: 15%;
    color: white;
    font-size: 50pt;
    letter-spacing: 1px;
    font-family: impact;
    font-weight: 400;
    line-height: 50pt;
    width: 55%;
}

.subtitulo-slider {

    color: white;
    font-size: 22pt;
    line-height: 20pt;
	font-family: 'Arial Narrow', arial;
}

.width-45rem {
  width: 45rem; }

.boton-slider {
  position: absolute;
  top: 50%;
  left: 15%;
  text-decoration: none;
  color: white;
  font-size: 2.3rem;
  background-color: #ff2f3d;
  padding: 5px 25px; }

.contenedor-linea {
  transform: rotate(5deg) scale(1.05) translateX(-0.5px);
  height: 10rem;
  width: 100%;
  margin-left: auto;
  padding: 5px;
  background: white;
  background: -moz-linear-gradient(left, white 0%, #9e9e9e 21%, white 43%, #8f8d8f 62%, #d6d6d6 83%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(21%, #9e9e9e), color-stop(43%, white), color-stop(62%, #8f8d8f), color-stop(83%, #d6d6d6), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #9e9e9e 21%, white 43%, #8f8d8f 62%, #d6d6d6 83%, white 100%);
  background: -o-linear-gradient(left, white 0%, #9e9e9e 21%, white 43%, #8f8d8f 62%, #d6d6d6 83%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #9e9e9e 21%, white 43%, #8f8d8f 62%, #d6d6d6 83%, white 100%);
  background: linear-gradient(to right, white 0%, #9e9e9e 21%, white 43%, #8f8d8f 62%, #d6d6d6 83%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  transform: skewY(6deg);
  padding-left: 0;
  padding-right: 0; }

.linea-plateada {
  height: 100%;
  background-image: url(../img/steel-.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1rem solid;
  border-right: 0;
  border-left: 0;
  border-image: url(../img/steel-.png);
  border-image-repeat: space; }

/*--------------------------- Fin Globales --------------------------*/
/*------------------------------ Index -------------------------------*/
.index-contenedor {
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    position: relative;
}

.somos {
  display: flex;
  width: 100%;
  height: 50rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.somos-texto {
  width: 60%;
  font-size: 3rem;
  text-align: center;
  color: #606060; }

.servicios {
  background-color: #50565a;
  width: 100%;
  height: 55rem;
  margin-top: 7rem;
  margin-bottom: 9rem;
  transform: rotate(5deg) scale(1.05) translateX(-0.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }

.servicios-item {
  width: 70%;
  display: flex;
  transform: rotate(-5deg);
  justify-content: space-between; }

.itemserv {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .itemserv img {
    width: 100%; }

.textos-servicios {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .textos-servicios h2 {
    font-size: 2.5rem;
    font-family: impact;
    font-weight: 500;
    padding: 1.3rem 0; }

.textos-servicios p {
    text-align: center;
    font-size: 10pt;
    font-family: arial;
    font-weight: 500;
    width: 96.7%;
    line-height: 14pt;
}

.productos {
  width: 100%;
  height: auto;
  position: relative;
	padding-bottom: 50PX;

}
  .productos h2 {
    color: #ff2f3d;
    font-family: impact;
    font-weight: 400;
    position: absolute;
    top: 2%;
    left: 39%;
    right: 0;
    font-size: 5rem; }

.owl-dos.owl-carousel .owl-stage-outer {
  padding-bottom: 40px; }

.owl-dos .item {
  transform: scale(0.8);
  width: 100%;
  opacity: .5; }

.owl-dos .item img {
  width: 85%; }

.item:hover {
  cursor: grab; }

.owl-dos.owl-theme {
  height: 350px; }

.owl-dos .owl-stage-outer, .owl-dos .owl-stage {
  height: 300px; }

.owl-dos.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 84%;
    margin: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.owl-nav {
  display: none; }

.owl-dos.owl-theme .owl-nav.disabled + .owl-dots:hover {
  cursor: pointer; }

.owl-dos .owl-item.active.center {
  transform: scale(1.5);
  margin: 0 30px; }

.owl-dos .owl-item.active.center > .item {
  opacity: 1; }

.owl-dos.owl-theme .owl-dots .owl-dot.active span, .owl-dos.owl-theme .owl-dots .owl-dot:hover span {
  background: black; }

.owl-dos .owl-theme .owl-dots .owl-dot span {
  background-color: black; }


.descripcioncarrousel {
    text-align: center;
    padding: 5px 15px;
    width: 75%;
    background-color: #ff2f3d;
    color: white;
    position: absolute;
    bottom: 3.5rem;
    right: -1rem;
    font-size: 12pt;
    clip-path: polygon(1% 1%, 0% 100%, 90% 100%, 100% 0%);
    -webkit-box-shadow: 10px 10px 5px 0px black;
    -moz-box-shadow: 10px 10px 5px 0px black;
    box-shadow: 10px 10px 5px 0px black;
    text-align: left;
}

.width-40 {
  width: 40%; }

/*------------------------ Fin Index -------------------------*/
/*------------------------ Footer -------------------------*/
.footer {
  width: 100%;
  background-color: #50565a;
  height: auto;
  max-width: 100%; }

.contfooter {
    width: 100%;
    height: auto;
    padding: 58px 130px;
        padding-top: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}

.contfooter h2 {
  color: white;
  text-transform: capitalize;
  font-size: 4.5rem;
  text-align: center;
  font-family: impact;
  padding-bottom: 30px;
  font-weight: 400; }

.contenedorcolumnas {
  width: 80%;
  font-family: arial; }

.rowfooter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px; }

.rowfooter div {
  display: flex;
  justify-content: center;
  width: 100%; }

.rowfooter input {
  background: white;
  width: 72%;
  border: 1px solid #fff;
  border-left: 0px;
  color: #000;
  height: 35px;
  font-size: 1.7rem;
  padding-left: 2rem;
  font-family: arial; }

.rowfooter input#nombre {
  text-transform: capitalize; }

.rowfooter label {
  border: 1px solid transparent;
  width: 23%;
  display: flex;
  color: white;
  text-align: center;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.botonesfooter {
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 10px auto;
  margin-bottom: 0; }

.botonesfooter input[type="submit"] {
  padding: 7px 45px;
  border-radius: 15px;
  font-family: arial;
  color: #ff2f3d;
  font-size: 1.8rem; }

.redessocialesfooter {
  display: flex;
  justify-content: space-around;
  width: 80%; }

.bolitafooter {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid white;
  padding: 5px; }

.bolitafooter > img {
  filter: invert(100%); }

.bolitafooter:hover {
  background-color: #FFF;
  border-radius: 50%; }

.bolitafooter:hover > img {
  filter: none; }

#map {
  height: 420px; }

/*------------------------ Fin Footer -------------------------*/
/*------------------------ Nostros -------------------------*/
.contenedor-video {
  position: absolute;
  top: 10%;
  left: auto;
  right: auto;
  width: 75%;
  z-index: 2; }

.video-nosotros hr {
  border: 1px solid #606060;
  color: black;
  margin: 1rem 0; }

.texto-nosotros {
    width: 100%;
    font-size: 2.4rem;
    margin-top: 120px;
}
.heightN {
  height: auto;
  justify-content: flex-start; }
.heightN .contenedor-linea:last-child {
    margin-top: 25rem;
}
.empresa {
  transform: skew(20deg);
  transform: skewY(6deg);
  width: 100%;
  background-color: #50565a;
  height: 50rem;
  margin-top: 5rem;
  display: flex;
  padding-bottom: 3rem; }

.mision, .vision {
  width: 50%;
  height: 104%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mision .noskew, .vision .noskew {
    transform: skew(-20deg);
    transform: skewY(-6deg);
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white; }
    .mision .noskew img, .vision .noskew img {
      width: 37%; }
    .mision .noskew div, .vision .noskew div {
      height: 50%;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .mision .noskew div h2, .vision .noskew div h2 {
        font-family: impact;
        font-size: 3rem;
        font-weight: 400;
        margin-bottom: 2rem; }
      .mision .noskew div p, .vision .noskew div p {
        font-size: 1.8rem;
        font-family: 'Arial Narrow',arial;
        width: 96%;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        word-wrap: norm; }

.vision {
  background-color: #ff2f3d; }

.valores {
  transform: skew(20deg);
  transform: skewY(6deg);
  width: 100%;
  background-color: transparent;
  height: 47rem;
  display: flex; }
  .valores .sub-valores {
    position: absolute;
    top: -10rem;
    transform: skew(-20deg);
    transform: skewY(-6deg);
    background-image: url(../img/Fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-top: 0rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }

.certificaciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -7rem; }

.contenedor-certificaciones {
    width: 50%;
    margin-top: 5rem;
    padding-bottom: 60px;
}
  .contenedor-certificaciones p {
    font-family: 'Arial Narrow', arial;
    font-size: 2.2rem;
    text-align: center;
    color: #606060;
    width: 93%;
    margin: 0 auto; }

.valores-contenido {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  color: white;
  font-size: 2rem; }
  .valores-contenido img {
    width: 30%; }
  .valores-contenido div {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 53%;
    margin-top: 5rem; }
    .valores-contenido div h2 {
		text-align: center;
      height: 20%;
      width: 100%; }
    .valores-contenido div ul {
      column-count: 2;
      height: 70%;
      padding-left: 3rem; }

.logos-cert {
  display: flex;
  justify-content: space-around;
  width: 100%; }
  .logos-cert img {
    width: 20%; }

.hacia-abajo {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hacia-abajo img {
    height: 40%;
    width: 8%; }

.plomeria {
  height: 65rem;
  justify-content: flex-start; }

.plomeria-contenedor {
  display: flex;
  margin-top: 7rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 119rem;
  margin-bottom: 5rem; }

.imagen-plomeria {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  position: relative; }
  .imagen-plomeria div {
    border-radius: 50%;
    width: 47rem;
    height: 47rem;
    background-image: url(../img/plomero.png);
    background-size: cover;
    background-position: center; }
  .imagen-plomeria div::after, .imagen-plomeria div::before {
    content: '';
    width: 12rem;
    height: 12rem;
    background-color: #50565a;
    border-radius: 50%;
    position: absolute;
    border: 3px solid white; }
  .imagen-plomeria div::after {
    top: 37%;
    left: 0%; }
.imagen-plomeria div::before {
    top: 80%;
    left: 20%;
}

.texto-plomeria {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem; }
  .texto-plomeria h2 {
    color: #ff2f3d;
    font-size: 5rem;
    font-family: impact;
    font-weight: 400; }
.texto-plomeria p {
    font-size: 16pt;
    font-family: 'Arial Narrow', arial;
    color: #606060;
    margin: 1rem 0;
    width: 86%;
    line-height: 15pt;
    padding-bottom: 20px;
}
  .texto-plomeria button {
    width: 17rem;
    color: white;
    font-size: 2rem;
    background-color: #ff2f3d;
    padding: 5px 0px;
    border: none; }

.contenedor-productos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 119rem;
    padding-bottom: 35px;
}
  .contenedor-productos .row {
    width: 100%;
    height: 43%;
    display: flex;
    justify-content: space-around;
    padding: 0 5rem; }
.contenedor-productos .item-producto {
    width: 25%;
    height: 375px;
    border: 2px solid #50565a;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 50px;
	background: #fff;

border-radius: 5px;
}
.contenedor-productos .item-producto img {

    max-height: 200px;
    width: auto;
    padding-top: 40px;

}
.contenedor-productos .item-producto div {
    height: 50%;
    padding-top: 2rem;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.contenedor-productos .item-producto div h2 {

    font-size: 14pt;
    font-family: 'Arial Narrow', arial;
    text-transform: uppercase;
    line-height: 15pt;
    text-align: center;
    padding-top: 10px;

}
      .contenedor-productos .item-producto div p {
        font-size: 1.8rem;
        font-weight: 600;
        text-align: center;
        font-family: 'Arial Narrow', arial;
        text-transform: uppercase;
        color: #606060;
        line-height: 2rem;
        margin-bottom: 1rem; }
.contenedor-productos .item-producto div button {
    width: 17rem;
    color: white;
    font-size: 2rem;
    background-color: #ff2f3d;
	border: 2px solid rgba(0,0,0,0.00);
    padding: 5px 0px;
    border: none;
    position: absolute;
    bottom: 15px;
}

.contenedor-productos:hover > .item-producto > div > button {
    width: 17rem;
    color: white;
    font-size: 2rem;
    background-color: #fff;
    padding: 5px 0px;
    border: none;
    position: absolute;
    bottom: 15px;
	border: 2px solid #ff2f3d;
	color: #ff2f3d;
}

.articulo {
    width: 100%;
    margin-top: 150px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row !important;
    padding-bottom: 165px;
}

.sliderr {
  display: flex;
  justify-content: center;
  width: 50%; }

.texto-sliderr {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Arial Narrow', arial;
  color: #606060;
  padding-right: 4%; }


.texto-sliderr h2 {
    font-family: impact;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff2f3d;
    font-size: 25pt;
    line-height: 20pt;
    padding-top: 50px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
}


  .texto-sliderr p {
    margin: 10px 0;
    font-size: 2.4rem;
    font-weight: 400; }
  .texto-sliderr div {
    margin-top: 10px;
    font-size: 2.4rem; }
    .texto-sliderr div ul {
      padding-top: 2rem;
      padding-left: 20%; }

.botones-descarga {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem !important;
  justify-content: space-around;
	cursor: pointer;
}
.botones-descarga .descarga {
    width: 45%;
    border: 2px solid #606060;
    color: #606060;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-top: 5px;
    padding-bottom: 5px;
	height: auto;
}
.descarga:hover{
    color: #fff;
	background-color: #ff2f3d;
	transition: all 0.3s ease;
}
.botones-descarga button:last-child {
    color: white;
    font-size: 2rem;
    background-color: #ff2f3d;
    padding: 5px 0px;
    border: none;
    width: 95%;
    margin-top: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid #ff2f3d;
}
.botones-descarga button:last-child:hover{

    background-color: #fff;
	border: 2px solid #606060;
    color: #606060;
	transition: all 0.3s ease;

}



.filtroimg {
  filter: contrast(40%) sepia(1) hue-rotate(129.8deg) saturate(5000%) invert(1) !important;
  opacity: 1 !important; }

/*------------------------ Fin Nosotros -------------------------*/

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





.textboxcontac2{
    background: white;
    width: 72%;
    border: 1px solid #fff;
        border-left-color: rgb(255, 255, 255);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: 0px;
    color: #000;
    height: 35px;
    font-size: 1.7rem;
    padding-left: 2rem;
    font-family: arial;
}
.titulosinput{

    color: #fff;
    font-size: 23pt;
    padding-bottom: 10px;
    font-family: impact;
	padding-top: 30px;

}
.inicioterr {
    background: none;
    color: #191919;
    border: 2px solid #191919;
    width: 227px;
    font-size: 15pt;
    padding: 5px;
    margin-top: 25px;
    background: #fff;
}

.inicioterr:hover {

    background: #fff;
    color: #191919;
	cursor: pointer;

}
.inciiodesecion {

    background: none;
    color: #fff;
    border: 2px solid #fff;
    width: 30%;
    font-size: 15pt;
    padding: 5px;
    margin-top: 25px;

}

.inciiodesecion:hover {

    background: #fff;
    color: #191919;
	cursor: pointer;

}




.divcontenedordecategorias {
    width: 90%;
    padding: 2%;
    background: #DDDDDD;
    text-align: center;
    border: 2px solid;
	margin-top: 20px;
}
.recuadroinercategoria {
    width: 45%;
    padding: 1%;
    display: inline-block;
    border: 2px solid #000;
	background: #FFFFFF;
	margin: 1%;
	font-size: 15pt;
}
#sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 90%; 
  }
#sortable li { 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    border: 0;
    background: none;
	  position: relative;
	  width: 32%;
	  height: 200px;
	padding-bottom: 25px;
	padding-top: 20px;
  }
.imgpanel{
    height: 200px;
	  width: auto;
	  max-width: 100%;
	  max-height: 200px;
    
  }
.eliminarimg{
position: absolute;
width: 50px;
top: -15px;
right: 5px;
}
.divtitusoagregar {
    font-size: 30px;
    text-align: center;
    font-family: titulos;
}
.instruccionesdes{
	
    font-size: 16px;
    color: 
    #2B2B2B;
    font-family: titulos;
    padding-bottom: 20px;
    text-align: center;
}
.divformacionmoradohome{
	border: 2px solid
#121212;
padding: 20px;
width: 60%;
margin: 30px;
	cursor: pointer;
}
.fondosiniciopanel{
	background-color: #cccccc;
height: 300px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
	width: 80%;
}
.recuadronegtrofirmacion {

    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 300px;
    font-size: 45pt;
    font-family: impact;

}
.formaicondepedisoformacin {
    background: 
    #fff;
    width: 40%;
    padding: 20px;
    text-align: center;
    font-family: titulos;
    top: 20%;
    position: absolute;
    left: 30%;
}
.maintitulospedidso{
	font-size: 25px;
padding-bottom: 15px;
padding-top: 15px;
	font-family: titulos;
color:#000;
}
.textosdeordenesformato {	
	font-family: titulos;
font-size: 20px;
color:
#000;
border-radius: 10px;
width: 50%;
cursor: pointer;
padding: 5px;
}
.selectoorderfor {
	background: rgba(243, 243, 243, 0.8);
}
.textosdeordenesformato:hover{
	background: rgba(243, 243, 243, 0.8);
	
}
.tdtitlomodifpanelfrmacion{
	background:#121212;
color:#fff;
font-family: titulos;
font-size: 16px;
padding: 10px;
text-align: center;
}
.textodeordenes{
	font-family: titulos;
	font-size: 30px;
	padding-bottom: 5px;
	color: #464646;
}
.barralateraldemayan{
	float: left;
	width: 20%;
	height: 100vh;
	box-shadow: 9px 11px 36px -14px rgba(0,0,0,0.27);
	background: #121212;
	position: fixed;
}
.espacioparamodificacione{
	float: right;
	width: 79%;
	padding-bottom: 100px;
}
.imagendepersil{
	width: 100px;
	height: 100px;
	border-radius: 70px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.textotitulosnombre{
	font-family: titulos;
font-size: 20px;
	padding-bottom: 5px;
  color: #fff;
  user-select: none;
}
.textotitulosnombre{
	font-family: titulos;
font-size: 16px;
	padding-bottom: 5px;
	color: #fff;
}
.tabladeovermenuforma{
	width: 100%;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 10px;
}
.tabladeovermenuforma:hover{
	background: #424242;
}
.tabladeovermenuformaoverpor{
	background: #424242;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 10px;
}
.texttostitulosproductos{
	font-family: titulos;
font-size: 45px;
padding-bottom: 5px;
color: #000;
text-align: center;
padding-top: 20px;
}
.botonparaagregar{
	width: 200px;
	padding: 10px;
	border: 2px #000 solid;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	margin-top: 15px;
	margin-left: 30px;
}
.botonparaagregar:hover{
	color:#ff2f3d;
border: 2px solid #ff2f3d;
}
.imgaddformacion{
	width: 70%;
}
.agregaraddproductos{
	font-family: titulos;
font-size: 20px;
}
#galeriadefotosmain{
	padding-top: 50px;
}
#divvertamycolorflotante{
	position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
#divflotanteparaagregarproducto{
    position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
#divdecategoriasflotante{
	position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
#divdemodificarcategoria{
	position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
	z-index: 6;
}
#divdemodificarcategoriapop {
    position: absolute;
    top: 0px;
    height: auto;
    width: 90%;
    overflow: visible;
    background: 
#fff;
box-shadow: 10px 10px 35px -4px
    rgba(0, 0, 0, 0.21);
    padding: 40px;
        padding-top: 40px;
    padding-top: 0px;
    left: 0px;
    z-index: 6;
    padding-top: 30px;
}
* {
    margin: 0 auto;
    padding: 0;
}
#divmodificabledeproductos{
    position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
#divdetamycolormain{
    position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
#divmaingaleriadeimagenes{
    position: absolute;
    top: 25px;
    height: auto;
    width: 70%;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
    padding: 40px;
	padding-top: 0px;
left: 22%;
}
.cerrardiv {
    font-family: titulos;
    font-size: 40px;
    color: #000;
    text-align: right;
    padding-right: 10px;
	cursor: pointer;
}
.recuadrodeformacionformatoeg{
	border: 2px solid #000;
	width: 80%;
	padding: 5px;
	margin: 10px;
	font-family: titulos;
}
.recuadrodeformacionformatoeggra100{
	border: 2px solid #000;
	width: 90%;
	padding: 5px;
	margin: 10px;
	font-family: titulos;
	height: 400px;
}
.colorsfielset{
	    font-family: titulos;
    font-size: 20px;
    padding: 11px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid;
    margin: 40px;
}
.recuadrodecolorselect{
	width: 15px;
height: 15px;
display: inline-block;
}
.divinlineblockdeformacion{
	display: inline-block;
	padding: 10px;
}
.formatodesubirdecarga{
	background: rgba(0, 0, 0, 0.5);
width: 100%;
position: fixed;
top: 0;
height: 100vh;
z-index: 99999;
}
.divcargadeformato{
	width: 25%;
height: 40vh;
background: #fff;
position: fixed;
top: 30%;
left: 40%;
border-radius: 10px;
}
.gifloader{
	width: 50%;
position: relative;
top: 35px;
}
.textosdeerrorcrearprod{
	font-family: titulos;
	display: inline-block;
	font-size: 25px;
	color: #000;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.ledgendfotnini{
font-family: titulos;
font-size: 30px;
padding: 10px;
}
.tdtitlomodifpanel{
	background: #121212;
color: #fff;
font-family: titulos;
font-size: 22px;
padding: 10px;
}
.espaciodeformatodediv{
	padding-top: 25px;
width: 90%;
}
.espaciotittle{
	color: #000;
	font-family: titulos;
	font-size: 20px;
}
.textoformatotdini{
	font-family: titulos;
font-size: 17px;
padding: 10px;
border: 2px #000 solid;
	
	background: #fff;
}
.eleminartd{
	background: #A70002;
color: #fff;
text-align: center;
	font-family: titulos;
font-size: 17px;
padding: 10px;
border: 2px #000 solid;
	cursor: pointer;
}
.eleminartd:hover{
	background: #600001;
}
.modificarproductos{
	background: #9b9b9b;
color: #fff;
text-align: center;
	font-family: titulos;
font-size: 14px;
padding: 10px;
border: 2px #000 solid;
	cursor: pointer;
}
.modificarproductos:hover{
	background: #000;
}
.imgdemofidicarvistaprevio {
    width: auto;
    margin-left: 20%;
    margin-right: 20%;
    max-height: 300px;
}
.selectdedivmayan{
	border: 2px solid
#000;
width: 83%;
padding: 5px;
margin: 10px;
font-family: titulos;
}
.textosdescricpiconcrear{
	font-family: titulos;
	font-size: 20px;
	color: #000;
}
.scrollformato{
	position: relative;
	top: -100px;
}
.owl-prev{
	color: #000;
font-size: 95pt;
left: 5%;
position: absolute;
width: 30rem;
height: 20rem;
}
.owl-prev:hover{
	background: rgba(0,0,0,1.00);
	color: #ff2f3d;
}

.owl-nav {

    display: none;
    top: -80%;
    position: relative;
    margin-top: 0px;

}

.owl-next{
	color: #000;
font-size: 95pt;
right: 3%;
position: absolute;
width: 30rem;
height: 20rem;
}
.owl-next:hover{
	background: rgba(0,0,0,1.00);
	color: #ff2f3d;
}
.cajadetextodescripcionarticulo{
	width: 100%;
border: none;
height: 280px;
font-size: 18px;
padding-bottom: 15px;
color: #2B2B2B;
padding-top: 5px;
	resize: none;
	font-family: 'Arial Narrow', arial;
}

.nombredecategoriatitulo {
    font-family: impact;
    font-size: 40pt;
    color: #ff2f3d;
    padding-bottom: 40px;
}
.eliminar{
    background: #ff2f3d;
    margin-top: 30px;
    color: #fff;
    font-size: 18pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

.classerrocontacto {
    background: rgb(193, 2, 48);
    color: rgb(255, 255, 255);
    display: none;
    font-size: 18pt;
    padding: 5px 100px;
    margin-top: 10px;
}

.mercadolibremaintienda {
    position: fixed;
    bottom: 0px;
    right: -40px;
    width: 275px;
    z-index: 9;
}
.divoficedepot {
    position: fixed;
    bottom: 80px;
    right: -40px;
    width: 275px;
    z-index: 9;
}
.titulosdevisitamercadolibre {
    background: #ff2f3d;
    color: #fff;
    font-size: 15pt;
    margin-top: 2px;
    width: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: -20px;
    left: 7px;
}
.logomercadlibre {
    width: 25%;
    display: inline-block;
    border-radius: 215px;
    border: solid 5px #ff2f3d;
    background: #ff2f3d;
}
.parascrolldiv{
	position: relative;
	top: -100px;
}

.owl-nav2{
	position: absolute;
top: 0%;
left: 0;
right: 0;
width: 80%;
	z-index: 10
}
.owl-prev2{
	color:rgba(0,0,0,1.00)  !important;
font-size: 80px !important;
font-family: pt-sans-narrow, sans-serif !important;
position: absolute !important;
left: -13% !important;
width: 40%;
height: 290px ;
}
.owl-next2{
	color: rgba(0,0,0,1.00)  !important;
	font-size: 80px !important;
	font-family: pt-sans-narrow, sans-serif !important;
	position: absolute !important;
right: -13% !important;
width: 40%;
height: 290px ;
	
}

.divmedidasmain{
	width: 100%;
	text-align: center;
}

.ppresentacionarticulomain {
    font-family: impact;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff2f3d;
    font-size: 5rem;
    line-height: 35pt;
    padding-bottom: 15px;
}



.divrecudaropresentacionmain {
    width: 30%;
    padding: 1%;
    display: inline-block;
    background: gray;
    color: #fff;
    font-size: 10pt;
	margin: 1%;
	position: relative;
}

.divrecudaropresentacionmain p {
    margin: 0px 0;
    font-size: 12pt;
    font-weight: normal;
}

.divproductosduf{
	padding-top: 0px;
	width: 100%;
	background: #fff;
}
.subcategoriasubtitulo {
    font-size: 30pt;
    color: #000;
    padding-bottom: 40px;
    font-family: impact;
}
.titulosrecomendacionarticulo {
    font-family: impact;
    font-size: 30pt;
    color: #ff2f3d;
    padding-bottom: 40px;
    text-align: center;
    line-height: 30pt;
}

.recuadrodecolor {
    background: #ffffff;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 5px solid gray;
    border-radius: 40px;
    top: -50%;
    left: 5%;
}




.icon-barslide {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	right: 0px;
}
.icon-barslide a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-barslide a:hover {
  background-color: #ff2f3d;
}
.facebook {
  background: #3A5795;
  color: white;
	display: none;
}
.fmesseger {
  background: #55ACEE;
  color: white;
}
.intagram {
background:#405de6;
  color: white;
	display: none;
}
.whatsapp {
  background: #25D366;
  color: white;
}
.twitter{
	background:#00acee;
	display: none;
}
.linkedin{
	background:#0e76a8;
	display: none;
}
.telefono{
	background:#FF8000;
}
.imgbarlog{
	width:18px;
}


.sidemovil{
	display: none;
}
.sidebarparadesk{
	display: block;
}

.subcategroias {
    width: 90%;
    margin-left: 3%;
    font-size: 15pt;
    padding-top: 20px;
    line-height: 20pt;
}

.subsubcategroias {
    width: 90%;
    margin-left: 7%;
    font-size: 12pt;
    padding-top: 5px;
    line-height: 20pt;
}

.imgdaplogotitulo {
    width: 80px;
    position: absolute;
    top: -30px;
    left: 75%;
}


.imgdaplogotituloprincipal {
    width: 120px;
    top: -45px;
    position: absolute;
    left: 80%;
}

.divparalogodappricipal{
    position: relative;
    width: 40%;
    text-align: center;
    margin-left: 25%;
}



.divparalogodap{
	position: relative;
	width: 100%;
	text-align: center;
}
.espaciotitulosdafproductos{
	padding-bottom: 70px;
}
.imgdelogosprincialtapini{
	width: 100%;
}


.imgfilrtroblanco{
	width: 100%;
	filter: contrast(40%) sepia(1) hue-rotate(129.8deg) saturate(5000%) invert(1);
}

.divbalncoderedesocieles {

    display: inline-block;
    background: #fff;
    border-radius: 80px;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin: 5px;

}

.logomark{
    width: 85%;
	transition: all 0.3s ease;

}

.logomarkscroll{
    width: 50%;
	transition: all 0.3s ease;

}

.maindivmenu {
    background: rgb(0,0,0,0);
    position: fixed;
    top: 0px;
    width: 100%;
    height: 90px;
    z-index: 999;
	transition: all 0.3s ease;

}

.maindivmenuscroll {
    background: #ff2f3d;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 90px;
    z-index: 999;
	transition: all 0.3s ease;

}

.redesdesk{
	text-align:right; 
	padding-right: 55px;
	display: block;
	width: 100%;
	margin-top: 50px;
	transition: all 0.3s ease;

}

.redesdeskscroll {

    text-align: right;
    padding-right: 55px;
    display: block;
    margin-top: 20px;
    width: 100%;
	transition: all 0.3s ease;


}

.redesmoviles{
	display: none;
}

.divdeproductosmaincatefgorias {
    width: 80%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.imgservicsatribu{
	object-fit: cover;
}
.letrasdecontacotmini{
	font-size: 14pt;
}
.espaciodivdeavisodeprivacidad{
  text-align: center;
color: #fff;
font-size: 20pt;
padding-bottom: 40px;
cursor: pointer;
}
.avisodeprivfor{
  height: 130vh;
  margin-top: 90px;
}

.itemdeprincipioseccion{
  position: relative;
height: 1000px;

}

.img-carousel{
  position: absolute;
  object-fit: cover;
  width: 100%;
height: 100%;
}