@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900|Roboto|Montserrat:100,200,300,400,500,600,700,800,900');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 300;
}
.letraBlanca {
  color: #ffffff;
}
a.letraMenu {
  font-size: 16px;
}
a.letraMenuMini {
  font-size: 12px;
}
.grisVertrek {
  color: #4d585a;
}
.azulVertrek {
  /*color: #007da5;*/
  color: #004D72;
}
.menu {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.producto {
  padding: 5px;
  margin: 5px 0;
}
.producto:hover {
  border: thin solid rgba(209,209,209,1.00);
}
.producto h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 2px 0;
  margin: 2px 0;
}
.detalle h2 {
  font-size: 16px;
  font-weight: 200;
  padding: 2px 0;
  margin: 2px 0;
}
.detalle .miniColor {
  max-width: 90px;
  max-height: 90px;
  /*
  border: thin solid rgba(209,209,209,1.00);
  margin: 5px auto;
  */
  z-index: 1000;
}

.detalle .box100x100 {
	border: thin solid rgba(209,209,209,1.00);
  width: 100px;
  height: 100px;
  margin: 5px auto;
  display: inline-block;
}
.wrapperImageOnImage {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.imageOnImage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}

.imageOnImageColores {
  position: absolute;
  left: 10px;
  top: 10px;
  /*transform: translate(-50%, -50%);*/
  height: 20px;
}

.textOnImg {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 12px;
  color: #A50000;
  font-weight: 500;
}
.home a {
  font-size: 14px;
  font-weight: 700;
  color: #004D72;
}
.home a.cat {
  font-size: 12px;
  font-weight: 500;
  color: #A50000;
}
.categoria a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #004D72;
}

.categoria  a.subcat {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #004D72;
}

.otros img {
  max-width: 100px;
}
.otros a {
  font-size: 12px;
  font-weight: 500;
  color: #A50000;
}
.otros h2 {
  font-size: 22px;
  font-weight: 200;
  color: #A50000;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.17);
}
#footer {
  background-color: #4d585a;
  color: rgba(224,224,224,1.00);
  padding: 15px 0;
  font-size: 12px;
}
#footer a {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 13px;
  color: #CBCBCB;
}
#footer a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,1.00);
  font-weight: 300;
}
#footer .nav {
  line-height: 4px;
  text-align: right;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  color: #004D72;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.17);
}
.hand { cursor: pointer; }
.page p {
  padding: 0 40px;
}
.form-control::-webkit-input-placeholder {
  color: #C9C9C9;
}
.fondoPhotoshop {
	background: url("/images/photoshop.png") repeat;
}
.fondoSombraLogo {
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.25));
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.25));
}

.big-checkbox {
  width: 15px;
  height: 15px;
  margin-top: 8px; 
}
