@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "Source Sans Pro Light";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro Semibold";
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
a,
p,
li,
span {
  font-family: "Source Sans Pro Regular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00264b;
  font-family: "Source Sans Pro Semibold", sans-serif;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-family: 24px;
}

strong,
b {
  font-family: "Source Sans Pro Regular", sans-serif;
}

.md_search_field {
  color: #9D9D9C;
  font-size: 50px;
  font-family: "Source Sans Pro Regular", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.md_anchoPagina {
  width: 1140px;
}

.md_anchoCompleto {
  width: 100%;
}

@media (max-width: 1150px) {
  .md_anchoPagina {
    width: 100%;
  }
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
}

::-webkit-scrollbar-button:increment, ::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #04C1F3;
}

::-webkit-scrollbar-track {
  background-color: #9D9D9C;
}

.nap-form p{
  margin: 0;
}

.nap-form .wpcf7-text{
  border: unset;
  border-bottom: 1px solid #004AC2;
  color: #004AC2;
  font-family: "Source Sans Pro Regular", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}

.nap-form .wpcf7-text::placeholder{
  color: #004AC2;
  font-family: "Source Sans Pro Regular", sans-serif;
}

.nap-form .wpcf7-text:focus-visible{
  border: unset;
  border-bottom: 2px solid #004AC2;
  outline: unset;
}

.nap-form .wpcf7-submit{
  background-color: #ffffff;
  border: unset;
  color: #004AC2;
  font-family: "Source Sans Pro Regular", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
  padding: 0;
  width: fit-content;
  padding: 0px;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 40px;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.nap-form .wpcf7-submit:hover{
  color: #ffffff;
  background-color: #004AC2;
  padding: 10px 20px;
}

.nak-ocultar-producto{
	display: none !important;
}


@media (max-width: 769px){
	.nak-productos-destacados .products{
		display: flex !important;
		gap: 3% !important;
	}
}

.nak-productos-destacados  .products .product{
	border: 2px solid #004AC2;
	padding: 10px !important;
	width: 250px !important;
	height: auto ;
	border-radius:  18px
}

@media (max-width:767px){
	.nak-productos-destacados  .products .product{
    border: 1px solid #004AC2;
    flex: 0 0 100%;
    border-radius: 14px;
    padding: 5px !important;
	}
}



.nak-productos-destacados  .woocommerce-loop-product__title{
	font-weight: 100 !important;
	text-transform: uppercase;
} 

@media (max-width:767px){
	.nak-productos-destacados  .woocommerce-loop-product__title{
		padding-bottom: 0 !important;
	}
}

@media (max-width: 600px){
	.nak-productos-destacados  .products .product{
		border: 1px solid #004AC2;
		flex: 0 0 32%;
		border-radius:  14px;
		padding:5px !important;
	}
}
/*
.nak-productos-destacados  .products .product img,
.nak-productos .products .product img
{
	margin: 0 !important;
	aspect-ratio: 3/2;
	height: 150px !important;
	background: #E8F2FD;
	border-radius: 10px;
	object-fit: cover;
}*/


@media (max-width: 769px){
	.nak-productos-destacados  .products .product img,
	.nak-productos  .products .product img{
		width: 100%;
		height: auto !important;
			border-radius: 7px !important;
		
	}
}

@media (max-width: 769px) {
  .nak-productos-destacados .products {
      display: flex !important;
      gap: 20px !important;
      flex-direction: column;
  }
}

.nak-ocultar-producto{
	display: none;
}

.nak-productos  .woocommerce .products{
	display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
	
}

.nak-productos .woocommerce .products li{
	width: 100% !important;
	max-width: 200px;
	flex: 0 0 50%;
	border: 2px solid #004AC2;
	padding: 10px !important;
	border-radius:  18px;
	position: relative;
	cursor: pointer;
}
@media (max-width: 767px){
	.nak-productos .woocommerce-loop-product__title{
		font-size: 12px !important;
			padding-bottom: 0 !important;
	}
}


.nak_attr_imagen{
	aspect-ratio: 3/2;
	width: 100%; 
	/*height:100%;*/
  height: auto;
	overflow: hidden;
	position: relative;
}

.nak_attr_imagen img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.nak_attr_imagen_hover{
	position: absolute;
	display: block;
	background: rgba(0, 74, 194, 0.5);
	position: 0;
	left:0;
	aspect-ratio: 3 / 2;
	width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
	z-index: 1;
	display: flex;
	justify-content:center;
	align-items: center;
	opacity: 0;
	visibility: 0;
	z-index: 0;
	margin: 0 !important;
    
}

.nak_attr_btn_blanco{
	background: #ffffff;
}

.nak-productos .woocommerce .products li:hover .nak_attr_imagen_hover,
.nak-productos-destacados .woocommerce .products li:hover .nak_attr_imagen_hover{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

@media (max-width: 600px){
	.nak-productos .woocommerce .products li{
		flex: 0 0 100%;
		height: auto;
}
}

.nak_attr_capacidad{
	color: #004AC2;
	font-family: "Roboto Regular", Sans-serif;
	font-size: 20px;
	line-height: 1;
	
}

@media (max-width: 767px){
	.nak_attr_capacidad{
		font-size:12px;
	}
}

.nak_attr_titulo{
	   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
	  font-weight: 800;
    line-height: 1;
    font-size: 20px;
	 width: 100%;
	border-bottom: 1px solid #004AC2;
	padding: 10px 0;
}

.nak_attr_dimension,
.nak_attr_material{
	color: #004AC2;
	font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    font-weight: 800;
	padding-top: 10px
}

.nak_attr_capacidad_texto{
		color: #004AC2;
	font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    font-weight: 100;
}

.nak_attr_btn{
	text-align:center;
	font-size:12px;
	line-height: 1;
	font-weight:800;
	border: 1px solid #004AC2;
	color: #004AC2;
	padding: 10px;
	border-radius: 20px;
	margin: 20px auto 0;
	display: block;
	width: fit-content;
}

.nak_attr_btn:hover{
	background: #004AC2;
	color: #ffffff;
}

.woocommerce .single-product{
	max-width:1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px
}

div[data-context="qr-code"]{
	pointer-events: none;
	display: none;
}


/*

.fpd-wrapper{
	padding-top: 0px !important; 
	background: #ffffff;
}

.fpd-wrapper>fpd-main-wrapper{
	overflow: unset;
	width: 0;
}


#fpd-3d-preview{
	width: 100% !important;
	height: 400px !important;
	top: 0;
	left: 0;
	box-shadow: unset !important;
}

#fpd-3d-preview canvas{
	width: 100% !important;
	height: auto !important;
}

@media (max-width: 600px){
	#fpd-3d-preview canvas{
		width: 450px !important;
		height: 200px !important;
	}
}

#fpd-3d-preview-placeholder{
	min-height: 100%;
	margin: 0;
	padding: 20px 0;
	background: #ffffff;
}
*/

.product-template-default .woocommerce{
	padding-bottom: 60px;
}

.nak_filter{
	cursor: pointer;
}