@charset "UTF-8";

body {
  position: relative;
  padding-bottom: 150px;
  min-height: 100vh; 
}

/*Header*/
.header__barra {
  height: 30px;
  background-color: black; }

/* Main */
main {
  height: 150vh; } 


/* Productos*/
.mainProductos {
  padding-left: 50px; 
  padding-right: 50px;
  padding-bottom: 50px;
  height: auto;
  display: flex;
  flex-direction: column; }

/*Acceso clientes*/

.mainAccesoClientes {
  padding-left: 50px; 
  padding-right: 50px;
  padding-bottom: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.imgCatalogos{
  width: 428px; 
  height:184px
}

/* Quiénes Somos*/
.mainQuienesSomos__fondo {
  width: 100%;
  height: auto;
  background-image: url(../imagenes/2-fondo-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 80px; }

/* Contacto*/
.mainContacto {
  height: auto;
  width: 100%;
  background-image: url(../imagenes/2-fondo-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-bottom: 80px; }

/*Footer*/
footer {
  background-color: #191919;
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  footer div {
    margin-top: 10px; }
    footer div ul {
      padding-left: 0; }
      footer div ul li {
        padding-top: 0;
        margin-top: 0;
        padding-left: 0; }


.footer__nav--margen {
  margin-left: 20px; }

.footer__nav-ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-end;
  line-height: 1.5; }

.footer__contacto {
  justify-self: center;
  margin-left: 15px; }

.footer__logo-whatsapp {
  margin-top: 80px;
  margin-bottom: 20px;
  margin-right: 20px; }

/*Para todo el sitio*/
h1 {
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold; }

h2 {
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold; }

h5 {
  color: #259cbe;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold; }

h6 {
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

/*Header*/
.header__p--claro {
  text-decoration: none;
  display: inline-block;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  margin-left: 5px; }

.header__p--claro2 {
  transition-property: color 2s; }

.header__p--claro2:hover {
  color: #259cbe; }

.header__nav {
  text-decoration: none;
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  transition-property: color 2s, font-weight 2s; }

.header__nav:hover {
  color: #259cbe;
  font-weight: bolder; }

.header__nav--activo {
  font-weight: bolder; }

/* Index_Main */
@media only screen and (min-width: 992px) {
  .main__titulo {
    letter-spacing: 3px;
    margin-top: 35px; }
  .main__texto {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; } }

@media only screen and (max-width: 992px) {
  .main__titulo {
    color: white;
    letter-spacing: 3px;
    margin-top: 35px; }
  .main__texto {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    width: 70%; } }

@media only screen and (max-width: 767px) {
  .main__titulo {
    letter-spacing: 3px;
    margin-top: 5px;
    font-size: 28px;
    color: white; }
  .main__texto {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 70%; } }

.p {
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

/* Productos_Main */
a {
  text-decoration: none; }

.mainProductos__p {
  width: 90%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
  transition: display 2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none; }

.mainProductos__titulo {
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  text-align: center; }

/* Quienes Somos_Main */
@media only screen and (min-width: 992px) {
  .mainQuienesSomos__titulo {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 30px; }
  .mainQuienesSomos__titulo2 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 80px;
    margin-left: 30px; }
  .mainQuienesSomos__p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 2.5;
    text-align: justify;
    margin: 5px 30px; } }

@media only screen and (max-width: 992px) {
  .mainQuienesSomos__titulo {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 30px; }
  .mainQuienesSomos__titulo2 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 80px;
    margin-left: 30px; }
  .mainQuienesSomos__p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 2.5;
    text-align: justify;
    margin: 5px 30px; } }

@media only screen and (max-width: 767px) {
  .mainQuienesSomos__titulo {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 15px; }
  .mainQuienesSomos__titulo2 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 15px; }
  .mainQuienesSomos__p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 5px 15px; } }

/* Contacto_Main */
.mainContacto__titulo {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 10px; }

.mainContacto__parrafo {
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none; }

.mainContacto__parrafo2 {
  transition-property: color 2s; }

.mainContacto__parrafo2:hover {
  color: #259cbe; }

/* Footer */
.footer__p--claro {
  text-decoration: none;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0; }

.footer__p--claro2 {
  transition-property: color 2s; }

.footer__p--claro2:hover {
  color: #259cbe; }

ul li {
  list-style-type: none; }
  ul li a {
    text-decoration: none;
    color: #c8c8c8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    transition-property: color 2s, font-weight 2s;
    font-weight: normal;
    text-transform: uppercase; }

.footer__nav--activo {
  font-weight: bolder; }

ul li a:hover {
  color: #259cbe;
  font-weight: bolder; }

/*Error-404*/
.main-error__titulo {
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 30px; }

.main-error__p {
  color: #363636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 30px; }

/*Header*/
.header__btn--logoW {
  width: 30px;
  height: 30px;
  background-image: url(../imagenes/icon-whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px; }

.header__iconos {
  width: 20px;
  height: 20px;
  margin-left: 10px; }

.header__logoIndex {
  height: 110px;
  animation-name: aparecer;
  animation-duration: 3s;
  animation-delay: 0s; }

@keyframes aparecer {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header__logoIndex2 {
  height: 90px; }

/* Index_Main */
@media only screen and (min-width: 992px) {
  .main__fondo {
    background-image: url(../imagenes/2-fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 5px;
    display: grid;
    grid-template-areas: ". bienvenidos ."
 "marcas marcas marcas";
    grid-template-columns: 5% 50% 45%;
    grid-template-rows: 65% 35%; } }

@media only screen and (max-width: 992px) {
  .main__fondo {
    background-image: url(../imagenes/2-fondo-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 5px;
    display: grid;
    grid-template-areas: ". bienvenidos ."
 "marcas marcas marcas";
    grid-template-columns: 5% 65% 30%;
    grid-template-rows: 65% 35%; } }

@media only screen and (max-width: 767px) {
  .main__fondo {
    display: none; }
  .main__fondo2 {
    height: 120vh;
    background-image: url(../imagenes/2-fondo-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 5px;
    display: grid;
    grid-template-areas: ". bienvenidos ."
 "marcas marcas marcas";
    grid-template-columns: 5% 80% 15%;
    grid-template-rows: 60% 40%; } }

.main-index__div-bienvenidos {
  grid-area: bienvenidos;
  margin-top: 55px; }

.main-index__div-marcas {
  grid-area: marcas;
  align-self: center; }

.main-index__div-marcas__imagenes {
  width: 155px;
  height: 148px;
  justify-self: center;
  align-self: center; }

/* Productos_Main*/
hr {
  background-color: black;
  color: black;
  height: 12px;
  width: 90%;
  align-self: center; }

.mainProductos__div_categoria {
  width: 90%;
  height: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: auto;
  padding: 40px 0;
  overflow: hidden; }

.mainProductos__div_categoria-1 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-1.png);
  background-size: cover; }

.mainProductos__div_categoria-2 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-2.png);
  background-size: cover; }

.mainProductos__div_categoria-3 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-3.png);
  background-size: cover; }

.mainProductos__div_categoria-4 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-4.png);
  background-size: cover; }

.mainProductos__div_categoria-5 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-5.png);
  background-size: cover; }

.mainProductos__div_categoria-6 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-6.png);
  background-size: cover; }

.mainProductos__div_categoria-7 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-7.png);
  background-size: cover; }

.mainProductos__div_categoria-8 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-8.png);
  background-size: cover; }

.mainProductos__div_categoria-9 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-9.png);
  background-size: cover; }

.mainProductos__div_categoria-10 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-10.png);
  background-size: cover; }

.mainProductos__div_categoria-11 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-11.png);
  background-size: cover; }

.mainProductos__div_categoria-12 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-12.png);
  background-size: cover; }

.mainProductos__div_categoria-13 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-13.png);
  background-size: cover; }

.mainProductos__div_categoria-14 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-14.png);
  background-size: cover; }

.mainProductos__div_categoria-15 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-15.png);
  background-size: cover; }

.mainProductos__div_categoria-16 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-16.png);
  background-size: cover; }

.mainProductos__div_categoria-17 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-17.png);
  background-size: cover; }

.mainProductos__div_categoria-18 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-18.png);
  background-size: cover; }

.mainProductos__div_categoria-19 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-19.png);
  background-size: cover; }

.mainProductos__div_categoria-20 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-20.png);
  background-size: cover; }

.mainProductos__div_categoria-21 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-21.png);
  background-size: cover; }

.mainProductos__div_categoria-22 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-22.png);
  background-size: cover; }

.mainProductos__div_categoria-23 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-23.png);
  background-size: cover; }

.mainProductos__div_categoria-24 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-24.png);
  background-size: cover; }

.mainProductos__div_categoria-25 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-25.png);
  background-size: cover; }

.mainProductos__div_categoria-26 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-26.png);
  background-size: cover; }

.mainProductos__div_categoria-27 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-27.png);
  background-size: cover; }

.mainProductos__div_categoria-28 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-28.png);
  background-size: cover; }

.mainProductos__div_categoria-29 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-29.png);
  background-size: cover; }

.mainProductos__div_categoria-30 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-30.png);
  background-size: cover; }

.mainProductos__div_categoria-31 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-31.png);
  background-size: cover; }

.mainProductos__div_categoria-32 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-32.png);
  background-size: cover; }

.mainProductos__div_categoria-33 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-33.png);
  background-size: cover; }

.mainProductos__div_categoria-34 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-34.png);
  background-size: cover; }

.mainProductos__div_categoria-35 {
  width: 100%;
  height: 150px;
  background-image: url(/imagenes/productos-35.png);
  background-size: cover; }

.mainProductos__div_categoria--desaparecer {
  width: 100%;
  height: 150px;
  display: inline-block;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9); }

.mainProductos__div_categoria--desaparecer:hover {
  display: none; }

/* Quiénes Somos_Main */
.mainQuienesSomos__texto {
  height: auto;
  width: 80%;
  margin: auto;
  padding-top: 30px; }

/* Contacto_Main */
.mainContacto__div-ubicacion {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  width: 45%;
  max-width: 500px;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center; }

.mainContacto__div-ubicacion2 {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center; }

.mainContacto__div-ubicacion-mapa {
  margin-top: 20px;
  border-radius: 15px;
  width: 90%;
  max-width: 450px;
  height: 80%;
  max-height: 400px;
  overflow: hidden;
  padding: 10px; }

.mainContacto__div-contacto {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-top: 30px; }

.mainContacto__logoWhatsapp {
  width: 50px;
  height: 50px;
  background-image: url(../imagenes/icon-whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px; }

.mainContacto__iconos {
  width: 25px;
  height: 25px;
  margin-right: 10px; }

/*Footer*/
.footer__iconos {
  width: 20px;
  height: 20px; }

.footer__logoWhatsapp {
  width: 50px;
  height: 50px;
  background-image: url(../imagenes/icon-whatsapp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

/*Error-404*/
.main-error__fondo {
  width: 100%;
  height: 100vh;
  background-image: url(../imagenes/fondo-error.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: center; }