:root {
  --colorPrincipal: rgba(18, 70, 151, 1.00);
}

* {
  margin: 0 auto;
  padding: 0;
}

body {
  background-image: url('../img/slider/fondo.png');
  background-position: center;
  background-repeat: repeat;
  background-size: 256px;
  font-family: cuerpo;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.divcarga1 {
  background: #12469F;
  height: 100vh;
  position: fixed;
  animation-name: crecimeintoderecuedro;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  z-index: 999994;
  pointer-events: none;

}

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

}

.divcarga3 {
  background: #c0c0c0;
  height: 100vh;
  position: fixed;
  animation-delay: 1.5s;
  animation-name: crecimeintoderecuedro;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 999996;
  pointer-events: none;

}

.divcarga4 {
  background: #fff;
  height: 100vh;
  position: fixed;
  animation-delay: 2s;
  animation-name: crecimeintoderecuedro;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  z-index: 999997;
  pointer-events: none;

}

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

@keyframes desaparecer {
  from {
    display: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes crecimeintoderecuedro {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@font-face {
  font-family: titulos;
  src: url("../tipografia/Roboto-Regular.ttf");
}

@font-face {
  font-family: cuerpo;
  src: url("../tipografia/Roboto-Light.ttf");
}

.btn {
  background-color: unset;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
  padding: 5px;
  text-decoration: none;
  border: none;
  margin-top: 5px;
  border: 2px solid white;
  margin-bottom: 15px;
  font-weight: bolder;
}

.icon-barslide {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-barslide a {
  display: block;
  text-align: center;
  padding: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barslide a:hover {
  background: #12469F;
}

.facebook {
  background: #3A5795;
  color: white;
}

.fmesseger {
  background: #55ACEE;
  color: white;
}

.intagram {
  background: #405de6;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
}

.telefono {
  background: #FF8000;
}

.youtube {
  background: #FF0000;
}

.tiktok {
  background: #000;
}

.pinterest {
  background: #E60023;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.imgbarlog {
  width: 18px;
}

.logosprincialformacion {
  display: block;
  padding-top: 60px;
  width: 210px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  display: block;
}

.logosprincialformacionscroll {
  padding-top: 0px;
  width: 0px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.recuadroredes {
  margin-left: 7px;
  margin-right: 7px;
  background: #FFF;
  text-align: center;
  border-radius: 7px;
}

.recuadroredes:hover {
  margin-left: 7px;
  margin-right: 7px;
  background: #fff;
  text-align: center;
  border-radius: 7px;
}

.imgrededdesk {
  width: 30px;
  height: 30px;
  margin: 4px;
}

.imgrededmovil {
  width: 30px;
  height: 30px;
}

.movmenu {
  display: none;
}

.deskmenu {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.deskmenuscroll {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}

.tdlogo {
  width: 30%;
  text-align: center;
  display: none;
}

.tdmenu {
  width: 60%;
  padding-top: 0px;
  margin-left: 20px;
  padding-left: 20%;
}

.tdcarro {
  width: 20%;
  text-align: center;
  margin-top: 5rem;
}

.redessocterre {
  width: 20%;
}

.tdiniciarcesmov {
  display: none;
  position: relative;
  width: 143%;
  right: 43%;
}

.imglogo {
  width: 250px;
  margin: 10px;
  position: relative;
  left: 15%;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.inicarsesiondiv {
  background: #fff;
  width: 100%;
  height: 80%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.menuscroll {
  background: #12469F;
  width: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.imglogoscroll {
  width: 150px;
  margin: 10px;
  position: relative;
  left: 15%;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.menu {
  width: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.espaciodemenudesk {
  height: 110px;
  display: none;
}

.logocarro {
  width: 45px;
}

.recuadrodecarro {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #12469F;
  top: 7px;
  right: 5px;
  border-radius: 10px;
  color: white;
  display: block;
  font-family: cuerpo;
  font-size: 13px;
  font-weight: bolder;
}

.carrodiv {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 30px;
  margin-top: 4rem;
}

.carromovil {
  display: none;
}

.negritasfooter {
  border-right: 1px solid #000;
  padding-right: 60px;
}

.formulariofootercontact {
  padding-bottom: 30px;
  background-color: white;
}

.formulariofootercontact center .contactar {
  display: flex;
  margin-left: 0;
  margin-right: 0;

}

.formulariofootercontact center .contactar input[type="email"] {
  width: 40%;
  margin-right: 0;
}

.formulariofootercontact center .contactar input[type="tel"] {
  width: 40%;
  margin-left: 0;
}

.formulariofootercontact center button.inicioterr {
  background-color: rgba(18, 70, 151, 1.00);
  border-color: rgba(18, 70, 151, 1.00);
  color: white;
  font-size: 12px;
  padding: 6px;
  width: 20%;
  margin: 0;
  align-self: flex-end;
}

.formulariofootercontact .contact-form {
  display: flex;
  flex-direction: column;
}



.letraindexprinver {
  font-family: cuerpo;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.letraventasinideprop {
  font-family: cuerpo;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.letraindexprinvernos {
  font-family: cuerpo;
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.letraindexprinvernosquien {
  font-family: cuerpo;
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}

.subletrasindexinver {
  font-size: 30px;
  padding-top: 10px;
}

.textboxcontac2 {
  border: 1px solid #2B2B2B;
  font-family: cuerpo;
  color: #2B2B2B;
  background: #fff;
  padding: 10px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  resize: none;
}

.textboxcontac {
  border: 2px solid rgba(18, 70, 151, 1.00);
  font-family: cuerpo;
  color: #2B2B2B;
  background: #fff;
  padding: 10px;
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  resize: none;
}

.textboxcontac:focus {
  border: 3px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.atributostex {
  color: #FFFFFF;
  font-family: cuerpo;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

.textosesdfooter {
  color: #000;
  font-family: cuerpo;
  font-size: 16px;
  text-align: left;
}

.titulostext {
  font-family: titulos;
  text-align: left;
  margin-top: 35px;
  font-size: 30px;
  color: #12469f;
  font-weight: bold;
  margin-bottom: 1rem;
}

.inicioterr {
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: cuerpo;
  font-size: 15px;
  padding: 10px 30px;
  text-decoration: none;
  border: none;
  margin-top: 5px;
  border: 3px solid #000;
  margin-bottom: 15px;
  font-weight: bolder;
}

.inicioterr:hover {
  color: #12469F;
  border: 3px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.inicioterrinvertido {
  background: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: cuerpo;
  font-size: 15px;
  padding: 10px 30px;
  text-decoration: none;
  margin-top: 10px;
  border: 3px solid #fff;
  margin-bottom: 15px;
  font-weight: bolder;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.inicioterrinvertido:hover {
  color: #12469F;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tableinfgpsfoot {
  width: 80%;
}

.tableinfgpsfoot2 {
  width: 100%;
  margin-left: 20px;
}

.footertd {
  width: 20%;
}

.footerinfotd {
  width: 90%;
}

.imgatribufoot {
  width: 50%;
}

.footerbar {
  background: #12469F;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footerbar .derechos {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.footerbar .redes-footer {
  margin: 0;
}

.footerbar .redes-footer a {
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  border-color: white;
  background-color: unset;
}

.footerbar .redes-footer a img {
  width: 30px;
}

.rigtfooter {
  color: #fff;
  font-family: cuerpo;
  border-right: 1px solid #fff;
  padding-right: 5px;
  font-size: 14px;
  width: 50%;
  text-align: right;
}

.leftfooter {
  color: #fff;
  font-family: cuerpo;
  padding-left: 5px;
  font-size: 14px;
}

.tablaredesosciales2 {
  border-collapse: collapse;
}

.imglogofooterdesk {
  display: block;
  width: 75%;
}

.imglogofootermovil {
  display: none;
  width: 75%;
}

.mouse {
  position: absolute;
  bottom: 10px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.mouse .mouse-icon {
  display: block;
  width: 25px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.mouse .mouse-wheel {
  height: 4px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.mouse:hover .mouse-icon {
  border-color: #fff;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}



.fondosinicio {
  height: 100vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.recuadroneg {
  background: rgba(0, 0, 0, 0);
  height: 530px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 40%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 80%;
}

.owl-nav2 {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 100% !important;
}

.owl-dots2 {
  margin-bottom: 30px;
}

.owl-prev {
  color: #FFFFFF !important;
  font-size: 130px !important;
  font-family: 'Montserrat', sans-serif !important;
  position: absolute !important;
  left: 0px !important;
  font-weight: lighter !important;
}

.owl-prev2 {
  color: #fff !important;
  font-size: 80px !important;
  font-family: 'Montserrat', sans-serif !important;
  position: absolute !important;
  left: -5% !important;
}

.owl-next {
  color: #FFF !important;
  font-size: 130px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: lighter !important;
  position: absolute !important;
  right: 0px !important;
}

.owl-next2 {
  color: #12469F !important;
  font-size: 80px !important;
  font-family: 'Montserrat', sans-serif !important;
  position: absolute !important;
  right: -5% !important;
}

.owl-dots {
  position: absolute;
  bottom: 10%;
  left: 40%;
  right: 40%;
  text-align: center;
}


.textosinipar {
  font-family: titulos;
  width: 64%;
  text-align: center;
  font-size: 35px;
  color: #FFF;
  position: absolute;
  top: 35%;
  margin-left: 18%;
  margin-right: 18%;
}

.textosinipar a.inicioterr {
  position: absolute;
  left: 0;
  background-color: unset;
  border-color: white;
  color: white;
  display: inline-block;
}

.nosotros-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.nosotros-title a {
  margin: 0;
  margin-top: 1.5rem;
  width: 30%;
  text-align: center;
  font-size: 12px;
}

div.mision-vision {
  padding: 1rem;
  background-image: url(../img/slider//fondo.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mision-vision .contenido {
  text-align: center;
  background-color: #124697;
  margin: 0;
  margin-right: 0px;
  margin-right: 3rem;
  height: 300px;
  width: 400px;
  padding: 1rem;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  height: 290px;
}

.mision-vision .contenido img {
  width: 100px;
}

.mision-vision .contenido p {
  display: inline-block;
  margin: 0;
  width: 80%;
  margin-top: 1rem;
  font-size: 12pt;
  margin-bottom: 1rem;
}

.videofondo {
  height: auto;
  transform: scale(1);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.recuadrodevideovista {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 26, 85, 0.80);
  z-index: 2;
  top: 0;
}

.esapciodetextodivrecuado {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 100%;
  z-index: 4;
}

.textotitulonostros {
  font-size: 15pt;
}

@media screen and (max-width: 700px) {

  .categoriasp {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    width: 75%;
    text-align: center;
  }

  .textotitulonostros {
    font-size: 12pt;
    margin-top: 60px;
    width: 100%;
  }

  .nosotros-title a {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

.mainformaiconproductos {
  position: relative;
  width: 100%;
}

.leftdivinfromaneustroproducto {
  width: 50%;
  float: left;
}

.rightdivinfromaneustroproducto {
  width: 50%;
  float: right;
}

.rec1index {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}

.textoinimayanindex {
  font-family: cuerpo;
  font-size: 15px;
  text-align: left;
  width: 100%;
  color: #2B2B2B;
  font-size: 17pt;
  text-align: left;
  line-height: 17pt;
}

.logosrecmayan {
  width: 20%;
  margin-bottom: 20px;
}

.matgenesindexpro {
  width: 80%;
  height: 350px;
  position: relative;
  margin-top: 5%;
}

.titulosproductos {
  font-size: 50px;
  font-family: titulos;
  margin-bottom: 30px;
}

.textoinimayanindexproductos {
  font-family: cuerpo;
  font-size: 15px;
  text-align: left;
  width: 100%;
  color: #2B2B2B;
}

.contactolineadeproductos {
  position: absolute;
  bottom: 15%;
}

.fondosproductos {
  background-color: #cccccc;
  height: 550px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.imgves1 {
  display: block;
}

.imgves2 {
  display: none;
}

.tabladefromaciondex {
  text-align: left;
  font-size: 40px;
  line-height: 55px;
  font-weight: bolder;
  /* margin-top: 80px; */
  padding-bottom: 30px;
}

.categoriasp {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 75%;
}

.contendor-categoriasp {
  padding: 5rem 0 0 0;
}

.categoriasp__nombre {
  color: var(--colorPrincipal);
  font-size: 17pt;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.productos-contenedor {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem;
}

.product {
  border: 2px solid var(--colorPrincipal);
  background-color: white;
  height: 375px;
  width: 210px;
}

.product-header {
  height: 70%;
}

.product-header__img {
  width: 100%;
  height: 100%;
}

.product-header__nombre {
  font-size: 10pt;
  font-weight: bold;
}


.product-footer {
  height: 30%;
  padding: 8px;
  display: flex;
}

.product-footer__cavidades img {
  width: 20px;
}

.product-footer__capacidad img {
  width: 20px;
}



.atributostienda {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.widatribut {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.recuadoespacioatributo {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.logoatributo {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30%;
}

.atributosalidad {
  font-size: 25px;
  font-family: titulos;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40%;
  color: #fff;
}

.tiendaspadding {
  width: 80%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.divtiendasatirbu {
  text-align: center;
  width: 70%;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.divtiendasatirbu:hover {
  border: 2px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tiendasatrivuto {
  background-color: #cccccc;
  height: 150px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.titlospropiedad {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: titulos;
  font-weight: bold;
}

.textosdetiendas {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: cuerpo;
}

.textostilsonearyou {
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-family: titulos;
  margin-bottom: 25px;
  font-weight: bolder;
}

.divtiendasatirbu:hover>.inicioterr {
  color: #12469F;
  border: 1px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.principaldivtablearriba {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* background-image: url("../img/slider/fondo.png"); */
  background-size: 220px;
  border-top: 20px solid #12469F;
  border-bottom: 20px solid #12469F;
}

.principaldivtableabajo {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 5%;
}

.principaldivtable {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.classtable {
  width: 80%;
  padding-top: 40px;
  display: flex;
}

.classtable2 {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 10px;
  position: relative;
}

.divatribuprin {
  width: 250px;
  background-color: #cccccc;
  height: 250px;
  border-radius: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.degradadoarcoirs {
  width: 250px;
  height: 250px;
  width: 100%;
  border-radius: 200px;
  background: #12469F;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.classtiendainter:hover>.divatribuprin>.degradadoarcoirs {
  opacity: .6;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.letrasennegrowoman {
  font-family: titulos;
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
}

.classtiendainter {
  width: 60%;
  border: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  cursor: pointer;
}

.classtiendainter:hover>.inicioterr {
  color: #12469F;
  border: 3px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.textosprincipaldelineas {
  font-family: titulos;
  font-size: 78px;
  text-align: center;
  margin-bottom: 0px;
  position: absolute;
  transform: rotate(-90deg);
  left: -200px;
  top: 200px;
  color: #808080;
}

.classtiendainterwon:hover>.divatribuprinwom>.degradadoarcoirswoman {
  opacity: .6;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.classtiendainterwon:hover>.inicioterr {
  color: #12469F;
  border: 3px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.classtiendainterwon {
  width: 85%;
  border: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  cursor: pointer;
  height: 250px;
}

.divatribuprinwom {
  background-color: #cccccc;
  height: 200px;
  border-radius: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 200px;
  max-height: 250px;
}

.degradadoarcoirswoman {
  width: 250px;
  height: 200px;
  width: 100%;
  border-radius: 200px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

recuadortiendadecurso {
  width: 100%;
  background-color: #fff;
  height: 300px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.tindadivdeprodcuto {
  width: 33%;
  float: left;
}

.divprincipalproductos {
  width: 70%;
  border: 1px #000 solid;
  cursor: pointer;
  padding: 20px;
  background: #fff;
  margin-bottom: 60px;
}

.titulosdetinedadeproductos {
  font-size: 15px;
  width: 90%;
  font-family: titulos;
  padding-bottom: 15px;
  padding-top: 10px;
}

.textprincipalforma {
  text-align: center;
  background: #fff;
}

.divprincipalproductos:hover>.textprincipalforma>.inicioterr {
  color: #12469F;
  border: 3px solid;
  border-image-source: #12469F;
  border-image-slice: 1;
}

.agregar-carrito-seccion {
  display: flex;
  align-items: center;
}

.titulosformatitulosdes {
  font-family: titulos;
  font-size: 12pt;
  font-weight: bold;
  color: var(--colorPrincipal);
  text-align: center;
}

.cantidad-compra {
  display: flex;
  align-items: center;
}

.alertadecatidaddeproductos {
  font-family: cuerpo;
  font-size: 15px;
  margin: 36px 0;
  text-align: center;
}

.textousprecio {
  font-size: 18px;
  font-family: cuerpo;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: var(--colorPrincipal);
  font-weight: bold;
}

.titlosopcionesprodcto {
  font-family: titulos;
  font-size: 25px;
}

.selectboxes {
  font-family: titulos;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bootnagregarcarrito {
  width: 85%;
  padding: 7px;
  text-align: center;
  background: var(--colorPrincipal);
  font-family: titulos;
  font-size: 13pt;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.bootnagregarcarrito:hover {
  background: #353535;
  cursor: pointer;
}

.tableespaciofroma {
  padding-bottom: 30px;
  font-family: titulos;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  left: 90px;
  top: 210px;
}

.imgproductos {
  width: 60% !important;
}

.productosleft {
  width: 50%;
}

.productosright {
  width: 40%;
}

.espacioparacolores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 10px auto;
}

.espaciodecolormain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bolitadecolo {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-bottom: 5px;
  border: 1px solid;
}

#previotex {
  display: block;
}

.categorias {
  width: 25%;
  float: left;
}

.flotantemedidas {
  display: inline-block;
  width: 22%;
  margin: 2%;
  border: 1px #000 solid;
  padding: 2%;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.medidas {
  font-family: titulos;
  font-size: 16px;
  line-height: 15px;
}

.divdetamycolor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inputdescrip {
  text-align: center;
  width: 40%;
  font-family: titulos;
  font-size: 18px;
  border: 2px solid var(--colorPrincipal);
  padding: 5px;
  margin-left: .6rem;
}

.colorredondoblotante {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  position: absolute;
  top: -15px;
  left: 40%;
}

.divformacionmoradohome {
  border: 2px solid #96009d;
  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;
}

.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: cuerpo;
  color: #000;
}

.textosdeordenesformato {
  font-family: cuerpo;
  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: #4b0044;
  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;
  -webkit-box-shadow: 9px 11px 36px -14px rgba(0, 0, 0, 0.27);
  box-shadow: 9px 11px 36px -14px rgba(0, 0, 0, 0.27);
  background: #12469F;
  position: fixed;
}

.espacioparamodificacione {
  float: right;
  width: 79%;
}

.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;
}

.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: #3d203a;
}

.tabladeovermenuformaoverpor {
  background: #3d203a;
  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;
  float: left;
  padding: 10px;
  border: 2px #000 solid;
  border-radius: 10px;
  cursor: pointer;
}

.imgaddformacion {
  width: 70%;
}

.agregaraddproductos {
  font-family: titulos;
  font-size: 20px;
  color: #000;
}

#divflotanteparaagregarproducto {
  position: absolute;
  top: 25px;
  height: 550px;
  width: 70%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
  padding: 40px;
  padding-top: 0px;
  left: 22%;
}

#divmodificabledeproductos {
  position: absolute;
  top: 25px;
  height: 550px;
  width: 70%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
  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: 550px;
  width: 70%;
  overflow: auto;
  background: #fff;
  -webkit-box-shadow: 10px 10px 35px -4px rgba(0, 0, 0, 0.21);
  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;
}

.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: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
  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: #4b0044;
  color: #fff;
  font-family: titulos;
  font-size: 22px;
  padding: 10px;
}

.espaciodeformatodediv {
  padding-top: 100px;
  width: 80%;
}

.espaciotittle {
  color: #000;
  font-family: titulos;
  font-size: 20px;
}

.textoformatotdini {
  font-family: cuerpo;
  font-size: 17px;
  padding: 10px;
  border: 2px #000 solid;
  background: #fff;
}

.eleminartd {
  background: #A70002;
  color: #fff;
  text-align: center;
  font-family: cuerpo;
  font-size: 17px;
  padding: 10px;
  border: 2px #000 solid;
  cursor: pointer;
}

.eleminartd:hover {
  background: #600001;
}

.modificarproductos {
  background: #12469F;
  color: #fff;
  text-align: center;
  font-family: cuerpo;
  font-size: 17px;
  padding: 10px;
  border: 2px #000 solid;
  cursor: pointer;
}

.modificarproductos:hover {
  background: #000040;
}

.imgdemofidicarvistaprevio {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.selectdedivmayan {
  border: 2px solid #000;
  width: 83%;
  padding: 5px;
  margin: 10px;
  font-family: titulos;
}

.textosdescricpiconcrear {
  font-family: cuerpo;
  font-size: 20px;
  color: #000;
}

.scrollformato {
  position: relative;
  top: -100px;
}

.imgformaciondeimg {
  max-width: 80%;
  max-height: 150px;
}

.nombresdeproductos {
  font-family: cuerpo;
  font-size: 18px;
  color: #000;
}

.letraschiquitasmayan {
  font-family: cuerpo;
  font-size: 14px;
  color: #000;
  text-align: right;
  width: 60%;
  padding-left: 36%;
  padding-bottom: 10px;
}

.colorytamproductos {
  font-family: cuerpo;
  color: #fff;
  width: 100%;
  background: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

.catidadtamproductos {
  font-family: cuerpo;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.eliminartddeforma {
  width: 70%;
  height: 19px;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #fff;
  font-family: cuerpo;
  cursor: pointer;
  font-weight: bold;
}

.eliminartddeforma:hover {
  background: gray;
  color: #fff;
}

.tableproductos {
  height: 150px;
  width: 90%;
  border: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}

.recuadroenblanco {
  height: 300px;
  width: 80%;
  border: 3px solid #878787;
  background: #f8f8f8;
  margin-bottom: 30px;
  border-radius: 10px;
}

.preciototalcarrito {
  font-family: cuerpo;
  font-size: 25px;
  color: #000;
  width: 96%;
  text-align: right;
  padding-bottom: 10px;
}

.textoeliminar {
  font-family: cuerpo;
  font-size: 15px;
  color: #878787;
  width: 100%;
  text-align: center;
  padding-top: 130px;
}

.divderecuadroproductocarrito {
  width: 80%;
}

.divfacerpedido {
  text-align: right;
}

.enviarpedidobuttonforma {
  color: #fff;
  border: 1px solid #000;
  font-family: titulos;
  font-size: 16px;
  background: #000;
  padding: 10px;
  margin-right: 25px;
  cursor: pointer;
}

.enviarpedidobuttonforma:hover {
  background: #4a4a4a;
}

.recuadrooscuro {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0px;
  left: 0px;
}

.textosnohayproductos {
  background: #fff;
  width: 30%;
  padding: 60px;
  text-align: center;
  font-family: titulos;
  top: 40%;
  position: absolute;
  left: 30%;
}

.tabladecontactoterminarpedido {
  width: 80%;
}

.tddeformacondeespacios {
  padding: 10px;
  width: 50%;
}

.enviarpedidobuttonformaleft {
  color: #fff;
  border: 1px solid #000;
  font-family: titulos;
  font-size: 16px;
  background: #000;
  padding: 10px;
  margin-left: 25px;
  cursor: pointer;
  float: left;
}

.formacionbaseparaformatos {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.divpopterminodepedido {
  position: fixed;
  top: 40%;
  height: 90px;
  width: 300px;
  font-size: 20px;
  font-family: cuerpo;
  text-align: center;
  left: 35%;
  padding: 40px;
  border-radius: 5px;
  border: 5px solid;
  background: #FEFEFE;
}

.imgproductosslider {
  width: 300px;
  /* max-width: 474px; */
  height: 300px;
  object-fit: contain;
  border: 2px solid var(--colorPrincipal);
  background-color: #e9e9e9;
}

.titulosinput {
  font-family: cuerpo;
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-top: 40px;
}


.mas-vendido {

  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}

.mas-vendido .mas-vendido__contenido {
  text-align: center;
  width: 100%;
}

.mas-vendido .mas-vendido__contenido h2 {
  text-align: center;
  color: var(--colorPrincipal);
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2rem;
  font-size: 25pt;
}

.mas-vendido__contenido .mas-vendido__productos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 80%;
}

.mas-vendido__productos .mas-vendido__prodcuto {
  border: 2px solid var(--colorPrincipal);
  margin: 0;
  width: 20%;
  height: 400px;
  flex: 0 1 calc(24% - 3rem);
  margin: 2%;
  margin-top: 2%;
  margin-top: 1.5rem;
  background-color: white;
  position: relative;
}

.mas-vendido__prodcuto .producto__body {
  width: 100%;
  position: relative;
}

.mas-vendido__prodcuto .producto__body .img-producto {
  width: 100%;
  height: 300px;
  object-fit: contain;


}

.mas-vendido__prodcuto .producto__body .img-estrella {
  width: 25px;
  position: absolute;
  top: 5%;
  right: 5%;
}

.mas-vendido__prodcuto .producto__body p {
  /* position: absolute; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  /* left: 40%; */
  font-size: 14px;
}


.mas-vendido__prodcuto .producto__footer {
  background-color: white;
  height: auto;
  padding: 5px;
  position: absolute;
  width: 100%;
  padding: 0px;
  bottom: 0px;
}

.producto__footer .producto__footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.producto__footer__info .producto_capacidad {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.producto__footer__info .producto_capacidad p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(190, 190, 190, 1.00);
}

.producto__footer__info .producto_cavidades {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.producto__footer__info .producto_cavidades img {
  width: 20px;
}

.producto__footer__info .producto_capacidad img {
  width: 20px;
}

.producto__footer__info .producto_cavidades p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgba(190, 190, 190, 1.00);
}

.mas-vendido__prodcuto .producto__footer .inicioterr {
  background-color: var(--colorPrincipal);
  border-color: var(--colorPrincipal);
  color: white;
  font-size: 13pt;
  padding: 4px;
  width: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-top: 15px;
}

.algo-nosotros {
  width: 100%;
  display: flex;

}

.algo-nosotros .algo-nosotros__texto {
  background-color: rgba(18, 70, 151, 1.00);
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 1.5rem 0;
}

.__texto__nosotros {
  width: 60%;
}


.algo-nosotros .algo-nosotros__texto .__texto__nosotros h2 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 12px;

}

.algo-nosotros__texto .__texto__nosotros p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: gainsboro;
  font-size: 11pt;
  line-height: 1.5;

}

.algo-nosotros .algo-nosotros__texto .__texto__nosotros .inicioterr {
  background-color: white;
  border-color: white;
  color: rgba(18, 70, 151, 1.00);
  font-size: 12px;
  padding: 5px;
  margin-top: 1rem;
  text-align: center;
  width: 40%;

}

.algo-nosotros .algo-nosotros__imagen {
  background-color: rgba(236, 237, 232, 1.00);
  width: 80%;
  position: relative;
  display: block;
}

.algo-nosotros .algo-nosotros__imagen img {
  width: 390px;
  position: absolute;
  right: 25%;
  bottom: 0;
}

.espaciorespaldodedirec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: white;
  /* margin: 3% 10%; */
  padding: 1rem 0 1rem 0;
  align-items: baseline;
  margin-top: 5rem;
}

.textoinimayanindextextoformacion {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  width: 80%;
  margin: 0 10%;
}

.productos-recomendados {
  background-color: #e4e4e4;
  height: 350px;
  width: 100%;
  display: flex;

}

.productos-recomendados .parte_der {
  background-image: url(../img/slider/2.jpg);
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
  width: 65%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte_der .info {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

.parte_der .info h2 {
  font-size: 2.8rem;
}

.parte_der .info a {
  width: 60%;
  text-align: center;
  font-weight: 300;
  margin-top: 1rem;
}

.productos-recomendados .parte_izq {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parte_izq .producto {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin-left: 20%;
  text-align: center;
}

.parte_izq .producto img {
  width: 200px;
  position: relative;
  margin: 0;
}

.parte_izq .producto .producto_nombre {
  margin: 0;
}

.producto .caract {
  display: flex;
  align-items: center;
  margin: 0;
}

.producto .caract .caract-info {
  display: flex;
  align-items: center;
  width: 65%;
}

.producto a.btn {
  background-color: var(--colorPrincipal);
  border-color: var(--colorPrincipal);
  width: 50%;
  text-align: center;
  padding: 10px;
  font-size: 13pt;
}

.caract .caract-info img {
  width: 25px;
  margin-right: 8px;
}

.caract .caract-info p {
  margin: 0;
  font-size: 12px;
}

.textosnosbreformacion {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: titulos;
  font-weight: bolder;
  line-height: 60px;
  text-align: left;
  padding-top: 150px;
}

.logoinicialdeatributos {
  width: 35%;
}

.flotantelogo {
  width: 0px;
  display: block;
  opacity: 0;
  position: fixed;
  z-index: 999999;
  margin-top: 10px;
  left: 5%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.flotantelogoscroll {
  width: 150px;
  display: block;
  opacity: 1;
  position: fixed;
  z-index: 999999;
  margin-top: 10px;
  left: 5%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.flotantelogodesk {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.imgdecarruselsldier {
  width: 65% !important;
  padding-top: 10% !important;
}

.tablaespacialdenosotros {
  text-align: left;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  margin-top: 80px;
  font-weight: bold;
}

.imgformaciondedivforma {
  width: 100%;
  position: absolute;
  top: -15%;
  right: -5%;
}

.espaciodeprodctosimpulsaazul {
  background: #12469F;
  height: 170px;
}

.titutlosdeformacioshop {
  font-family: titulos;
  font-size: 22px;
  text-align: left;
  color: #000;
}

.dviatributosimpulsa {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;

}

.dviatributosimpulsa img {
  width: 150px;
}

.imagenprincipalindex {
  width: 100%;
}

.nosotros-parrafo {
  /* background-image: url(../img/slider/fondo.png); */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /* height: 100px; */
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  margin-top: 8rem;
  background-color: white;
  width: 90%;
}

.nosotros-parrafo p {
  width: 70%;
  font-size: 12pt;
}

.titulsoindexin {
  text-align: left;
  font-size: 60px;
  color: #808080;
  font-family: titulos;
  font-weight: bolder;
  line-height: 60px;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 10px;
}

.recuadortiendadecurso {
  width: 100%;
  object-fit: contain;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tiendasatrivuto {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}

.divmaintinedareco {
  width: 50%;
  height: 350px;
  margin-top: 60px;
  text-align: center;
  background: #fff;
  border: 4px #12469F solid;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 5%;
}

.contacto-info {
  padding: 1rem;
  margin-left: 2rem;
}

.contacto-info .contacto-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.contacto-info .contacto-item:hover {
  cursor: pointer;
}

.contacto-info .contacto-item img {
  width: 40px;
  margin: 0;
  margin-right: 1rem;
}

.contacto-info .contacto-item p {
  margin: 0;
}

.clientesdesk {
  display: block;
  width: 85%;
}

.clientesmov {
  display: none;
}

@media screen and (max-width: 700px) {

  .footerbar {
    padding-right: 5rem;
  }

  .mas-vendido .mas-vendido__contenido h2 {
    width: 80%;
    font-size: 18pt;
  }

  .clientesdesk {
    display: none;
  }

  .clientesmov {
    display: block;
    width: 100%;
  }

  .categoriasp {
    display: block;
    justify-content: space-evenly;
    align-items: center;
    width: 75%;
    text-align: center;
  }

  .categoriasp__nombre {
    color: var(--colorPrincipal);
    font-size: 17pt;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 49%;
    display: inline-block;
    margin-bottom: 12px;
  }

  .espaciodeprodctosimpulsaazul {
    display: none;
  }


  .contacto-info {
    padding: 1rem;
    margin-left: 0;
    width: 90%;
    margin-top: 30px;
  }

  .contacto-info .contacto-item img {
    width: 15%;
    margin: 0;
    margin-right: 0px;
    margin-right: 0rem;
  }

  .textobasefinal {
    width: 85%;
    text-align: left;
    font-size: 10pt;
  }

  .algo-nosotros .algo-nosotros__texto {
    background-color: rgba(18, 70, 151, 1.00);
    width: 80%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0 5rem 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .mas-vendido__prodcuto .producto__body .img-producto {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 200px;
  }

  .mas-vendido__prodcuto .producto__body {
    width: 100%;
    position: relative;
    height: 315px;
  }

  .nosotros-parrafo p {
    width: 80%;
    font-size: 12pt;
    line-height: 12pt;
  }

  .algo-nosotros .algo-nosotros__texto .__texto__nosotros .inicioterr {
    width: 98%;
    font-size: 12pt;
  }

  .mas-vendido__prodcuto .producto__footer {
    padding: 0px;
    bottom: 10px;
  }

  .cantidad-compra {
    margin: 2rem 0;
  }

  .agregar-carrito-seccion {
    flex-direction: column;
  }

  .bootnagregarcarrito {
    margin-top: 1rem;
    padding: 1rem;
  }

  .productos-recomendados .parte_der {
    width: 100%;
    height: 100%;
  }

  .parte_der .info {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
  }

  .parte_der .info h2 {
    margin: 0;
    font-size: 22pt;
  }

  .parte_der .info a {
    width: 90%;
    text-align: center;
    margin-top: 1rem;
    font-size: 12pt;
  }

  .productos-recomendados .parte_izq {
    display: none;
  }

  .nosotros-parrafo {
    padding: 3rem 0;
    font-size: 14pt;
  }

  div.mision-vision {
    flex-direction: column;
    margin: 5rem 0;
  }

  .mision-vision .contenido {
    margin: 3rem 0;
    width: auto;
    height: auto;
  }

  .mas-vendido__contenido .mas-vendido__productos {
    flex-direction: column;
  }

  .mas-vendido__productos .mas-vendido__prodcuto {
    /* flex: 0 1 calc(25% - 3rem); */
    flex: 1;
    flex-direction: column;
    margin: 0;
    width: 70%;
    margin-bottom: 3rem;
  }

  .negritasfooter {
    border-right: none;
    padding-right: 0;
  }

  .formulariofootercontact center .contactar {
    flex-direction: column;
    align-items: center;
  }

  .formulariofootercontact center .contactar input[type="email"] {
    margin: 0;
    width: 70%;
  }

  .formulariofootercontact center .contactar input[type="tel"] {
    margin: 0;
    margin-bottom: 10px;
    width: 70%;
  }

  .formulariofootercontact center button.inicioterr {
    align-self: center;
    width: 76%;
  }


  .espaciorespaldodedirec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .textoinimayanindextextoformacion {
    font-size: 11pt;
    padding: 0% 10%;
    margin: 0px;
    width: 80%;
  }

  .algo-nosotros__texto .__texto__nosotros p {
    font-size: 15px;
  }

  .algo-nosotros .algo-nosotros__imagen {
    display: none;
  }

  .__texto__nosotros {
    width: 100%;
    padding: 1rem;
  }

  .imgformaciondedivforma {

    width: 100%;
    position: absolute;
    top: 75px;
    right: -5%;

  }


  .titlospropiedad {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: titulos;
    font-weight: bold;
  }

  .divmaintinedareco {
    width: 75%;
    height: 375px;
    margin-top: 60px;
    text-align: center;
    background: #fff;
    border: 4px #12469F solid;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    padding: 5%;
  }

  .titulsoindexin {
    text-align: left;
    font-size: 45px;
    color: #808080;
    font-family: titulos;
    font-weight: bolder;
    line-height: 40px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .textoinimayanindex {
    font-family: cuerpo;
    font-size: 15px;
    text-align: left;
    width: 100%;
    color: #2B2B2B;
    font-size: 13pt;
    text-align: left;
    line-height: 14pt;
  }

  .classtable {
    flex-direction: column;
  }

  .classtable2 {
    width: 80%;
    margin-left: 5%;
    margin-right: 10%;
    padding-top: 10px;
    position: relative;
  }

  .tablaespacialdenosotros {
    text-align: left;
    font-size: 45px;
    line-height: 50px;
    margin-top: -35px;
  }

  .tableinfgpsfoot {
    padding-top: 30px;
  }

  .formulariofootercontact {
    padding-bottom: 45px;
    padding-top: 40px;
  }

  .imgdecarruselsldier {
    width: 70% !important;
    padding-top: 0% !important;
  }

  ul.slimmenu {
    background: #12469F;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .flotantelogo {
    opacity: 1;
    width: 150px;
  }

  .flotantelogoscroll {
    opacity: 1;
    width: 150px;
  }

  .owl-next2 {
    color: #12469F !important;
  }

  .leftdivinfromaneustroproducto {
    width: 100%;
    padding-top: 60px;
  }

  .textosnosbreformacion {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: titulos;
    font-weight: bolder;
    line-height: 31px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .rightdivinfromaneustroproducto {
    width: 100%;
  }

  .logoinicialdeatributos {
    width: 50%;
  }

  .owl-next {
    font-size: 95px !important;
  }

  .owl-prev {
    font-size: 95px !important;
  }

  .textosinipar a.inicioterr {
    margin-right: 0;
    position: unset;
  }

  .tabladefromaciondex {
    text-align: center;
    font-size: 20pt;
    line-height: 30px;
    margin-bottom: .8rem;
  }

  .imgsldierprincipal {
    float: right !important;
    width: 85% !important;
    margin-right: 13px;
    margin-top: 50px;
  }

  #menudesk {
    background: #12469F;
  }

  .principaldivtablearriba {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .textosnohayproductos {
    background: #fff;
    width: 45%;
    padding: 25px;
    text-align: center;
    font-family: titulos;
    top: 35%;
    position: absolute;
    left: 22%;
    font-size: 22px;
  }

  .recuadroenblanco {
    margin-top: 60px;
  }

  .divfacerpedido {
    width: 100%;
    position: fixed;
    z-index: 99999999;
    background: #000;
    bottom: 0px;
    left: 0;
    padding: 10px;
    text-align: center;
  }

  .enviarpedidobuttonforma {
    background: #000;
    color: #fff;
    font-family: titulos;
    font-size: 18px;
    width: 100%;
  }

  .tableproductos {
    height: 385px;
    width: 80%;
    border: 1px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
  }

  .letraschiquitasmayan {
    font-family: cuerpo;
    font-size: 10px;
    color: #000;
    text-align: right;
    width: 96%;
    padding-left: 0%;
    padding-bottom: 10px;
  }

  .nombresdeproductos {
    padding-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
  }

  .divderecuadroproductocarrito {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .catidadtamproductos {
    font-size: 13px;
  }

  .colorytamproductos {
    font-size: 18px;
  }

  .letrasennegrowoman {
    font-size: 20px;
  }

  .textosprincipaldelineas {

    font-family: titulos;
    font-size: 50px;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    transform: rotate(90deg);
    top: 120px;
    color: #808080;
    right: -80%;
    left: auto;
    line-height: 0px;

  }

  .textprincipalforma {
    text-align: center;
    padding-bottom: 19px;
  }

  .tindadivdeprodcuto {
    width: 100%;
    float: left;
  }

  .divprincipalproductos {
    width: 90%;
    border: 1px #000 solid;
    cursor: pointer;
    margin-bottom: 15px;
  }

  .recuadortiendadecurso {
    height: 200px;
  }

  .titulosdetinedadeproductos {
    font-size: 15px;
    padding-bottom: 2px;
    padding-top: 10px;
  }

  .inicioterr {
    margin-bottom: 10px;
  }

  .categorias {
    width: 50%;
    float: left;
  }

  .inicioterr {
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: cuerpo;
    font-size: 15px;
    padding: 5px 30px;
    text-decoration: none;
    border: none;
    margin-top: 5px;
    border: 3px solid #000;
    margin-bottom: 0px;
    font-weight: bolder;
  }

  .classtiendainterwon {
    width: 90%;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    cursor: pointer;
    height: 150px;
  }

  .divatribuprinwom {
    height: 120px;
    width: 120px;
  }

  .degradadoarcoirswoman {
    height: 120px;
    width: 100%;
  }

  #avaliblessizes {
    text-align: center;
  }

  #avaliblescolors {
    text-align: center;
  }

  .titlosopcionesprodcto {
    font-family: titulos;
    font-size: 18px;
    text-align: center;
  }

  .textousprecio {
    font-size: 15pt;
    font-family: cuerpo;
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .titulosformatitulosdes {
    font-family: titulos;
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .alertadecatidaddeproductos {
    font-family: cuerpo;
    font-size: 10pt;
    padding-bottom: 10px;
    text-align: center;
  }

  .imgproductosslider {
    width: 97%;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    border: 2px solid var(--colorPrincipal);
    background-color: #e9e9e9;
  }

  #previotex {
    display: none;
  }

  .tableespaciofroma {
    padding-bottom: 30px;
    font-family: titulos;
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    left: 4px;
    top: 78px;
  }

  .productosleft {
    width: 100%;
    float: none;
  }

  .productosright {
    width: 90%;
    float: none;
  }

  .degradadoarcoirs {
    width: 200px;
    height: 200px;
  }

  .classtiendainter {
    width: 100%;
  }

  .classtiendainter {
    width: 100%;
    border: 0px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .divatribuprin {
    width: 200px;
    height: 200px;
  }

  .flotantemedidas {
    width: 25%;
    margin: 2%;
    border: 1px #000 solid;
    padding: 2%;
    text-align: center;
    border-radius: 3px;
    position: relative;
    display: inline-block;
  }

  .colorredondoblotante {
    width: 25px;
    height: 25px;
    top: -10px;
    left: 35%;
  }

  .owl-dots2 {
    margin-top: 10px;
  }

  .textostilsonearyou {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .tiendaspadding {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .divtiendasatirbu {
    width: 75%;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .logoatributo {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;
  }

  .atributosalidad {
    font-size: 25px;
    font-family: titulos;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    color: #fff;
  }

  .widatribut {
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .imgves1 {
    display: none;
  }

  .imgves2 {
    display: block;
  }

  .titulosproductos {
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .contactolineadeproductos {
    width: 100%;
    bottom: 5%;
  }

  .matgenesindexpro {
    height: 300px;
  }

  .fondosproductos {
    height: 350px;
  }

  .textosinipar {
    font-family: titulos;
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fondosinicio {
    height: 100vh;
  }

  .recuadroneg {
    height: 250px;
  }

  .owl-nav {
    display: block !important;
    top: 40%;
    width: 85%;
  }

  .textoinimayanindex {
    width: 100%;
  }

  .logosrecmayan {
    width: 50%;
  }

  .rec1index {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .imgatribufoot {
    width: 50%;
  }

  .tablaredesosciales2 {
    border-collapse: collapse;
    margin-right: 31%;
  }

  .rigtfooter {
    color: #fff;
    font-family: VERDANA;
    border-right: 1px solid #fff;
    padding-right: 15px;
    font-size: 14px;
    width: 50%;
  }

  .leftfooter {
    color: #fff;
    font-family: VERDANA;
    padding-left: 8px;
    font-size: 14px;
    width: 90%;
    float: left;
  }

  .margintestos1footer {
    width: 91%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .textboxcontac {
    border: 1px solid rgba(18, 70, 151, 1.00);
    font-family: cuerpo;
    color: #2B2B2B;
    background: #fff;
    padding: 10px;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
    resize: none;
    font-weight: bolder;
  }

  .textboxcontac2 {
    border: 1px solid #2B2B2B;
    font-family: cuerpo;
    color: #2B2B2B;
    background: #fff;
    padding: 10px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    resize: none;
  }

  .imglogofooterdesk {
    display: none;
    width: 75%;
  }

  .imglogofootermovil {
    display: block;
    width: 65%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .titulostext {
    font-family: titulos;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-top: 15px;
  }

  .footertd {
    text-align: center;
  }

  .logosprincialformacion {
    display: none;
    padding-bottom: 10px;
  }

  .tdcarro {
    display: none;
  }

  .inicarsesiondiv {
    background: #669b0a;
    width: 100%;
    height: 80%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .imglogo {
    width: 90%;
    margin: 10px;
    margin-top: 10px;
    margin-top: 17px;
    position: relative;
    padding: 0px;
    left: 0%;
  }

  .movmenu {
    display: block;
    width: 55%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .deskmenu {
    display: none;
  }

  .deskmenuscroll {
    display: none;
  }

  .tdlogo {
    width: 80%;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tdmenu {
    width: 100%;
    padding-top: 0px;
    text-align: center;
    height: 75px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .menu-collapser {
    padding-top: 75px;
  }

  .redessocterre {
    width: 0%;
    display: none;
  }

  .tdiniciarcesmov {
    display: block;
    position: relative;
    width: 224%;
    right: 107%;
    background: #fff;
  }

  .imglogoscroll {
    width: 90%;
    margin: 10px;
    margin-top: 10px;
    margin-top: 10px;
    padding: 0px;
    position: relative;
    left: 0%;
  }

  .espaciodemenudesk {
    height: 75px;
    display: block;
  }

  .carromovil {
    display: none;
    position: fixed;
    right: 10%;
    z-index: 999999999;
    padding-top: 5px;
  }

  .carrodiv {

    position: relative;
    width: 45px;
    top: 10px;
    height: 45px;
    margin-right: 30px;
    margin-top: 0;
  }

  .logocarro {
    width: 40px;
  }

  .recuadrodecarro {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #12469F;
    top: 5px;
    right: 4px;
    border-radius: 30px;
    color: white;
    display: block;
    font-family: cuerpo;
    font-size: 13px;
    font-weight: bolder;
    text-align: center;
  }

  .icon-barslide {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-barslide a {
    display: block;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  .icon-barslide a:hover {
    background-color: #000;
  }

  .imgbarlog {
    width: 15px;
  }

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

  .thead {
    display: none;
    text-align: center;
  }

  .tr:nth-of-type(2n) {
    background-color: inherit;
    text-align: center;
  }

  .tr .td:first-child {
    width: 100%;
    text-align: center;
  }

  .tbody .td {
    width: 100% !important;
    text-align: center;
    display: block;
  }

  .tbody .td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}


.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%;
}

#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;
}

.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: #12469F;
  position: fixed;
}

.espacioparamodificacione {
  float: right;
  width: 79%;
}

.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;
}

.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;
  margin-bottom: 35px;
  margin-right: 30px;
  min-height: 55px;
}

.botonparaagregar:hover {
  color: #b08b53;
  border: 2px solid #b08b53;
}

.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;
}

.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: #12469F;
  color: #fff;
  text-align: center;
  font-family: titulos;
  font-size: 14px;
  padding: 10px;
  border: 2px #000 solid;
  cursor: pointer;
}

.modificarproductos:hover {
  background: #000040;
}

.imgdemofidicarvistaprevio {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.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;
}

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