
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');
PRONET_FONT_FAMILY
body h1, body h2, body h3, body h4, body h5, body h6, body p, body li, body a {
    font-family: 'Montserrat', sans-serif;
}
h1{
font-size: 30px;
font-weight: bold;
margin-top: 10px;
text-transform: uppercase;
text-rendering: optimizeLegibility;
}
a {
   outline: 0;
}
.btn{
border-bottom-left-radius:0px;
border-top-left-radius:0px;
border-bottom-right-radius:0px;
border-top-right-radius:0px;
}
#page-loader{
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #FFF none repeat scroll 0% 0%;
z-index: 99999;
}
#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #89b9e3;
 
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #89b9e3;
 
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #89b9e3;
 
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   { 
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
	-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg);  /* IE 9 */
	transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
	-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(360deg);  /* IE 9 */
	transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.my-primary {
	color: #342f2b !important;
	background-color: white;
}

.my-primary a {
	color: #342f2b ;
}

.precio-en-oferta {
	color: #89b9e3 !important;
}

.my-primary a{
  color: #342f2b ;
}


.center{
width: 150px;
  margin: 40px auto;
  
}
.error_box {
	max-width: 650px;
	margin: 25px auto;
	padding: 50px;
	color: #342f2b;
	background-color: #f4c7c7;
}
.sucess_box {
	max-width: 650px;
	margin: 25px auto;
	padding: 50px;
	color: #342f2b;
	background-color: #f4f4f4;
}
.tabla-col {
        padding: 10px 5px;
}
.tabla-encabezado {
	background-color: #17202A;
	color: #FDFEFE;
}
.tabla-linea-par {
        background-color: #ECF0F1;
        color: #17202A;
}
.tabla-linea-impar {
        background-color: #F8F9F9;
        color: #17202A;
}
.my-primary:focus, .my-primary:hover{
  color: #342f2b ;
  background-color: white;
 text-decoration:none;
}
.categorias .btn:hover{
color: #89b9e3 ;
}
.categorias h3{
color: #89b9e3;
font-size:1.4rem;
}
.page-item.active .page-link{
    z-index: 1;
    color: white;
    background-color: #342f2b;
    border-color: #342f2b;
}
.page-item.active .page-link:hover{
    color: white;
}
.page-link:hover{
 z-index: 1;
 color: #89b9e3;
 background-color: white;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 0, 0, 0.25);
}
.page-link{
color: #4e4e4e;
}
.titulo-categorias{
color: #89b9e3;
font-size:1.6rem;
padding:15px;
margin-bottom:20px;
}
.badge-primary {
    color: #fff;
    background-color: #89b9e3;
}
.cat-header{
  color: #89b9e3 ;
  /*background-color: white;*/
 font-size:0.85rem;
font-weight:400;
}
.fam-header{
  color: #89b9e3 ;
  background-color: white;
 font-size:0.85rem;
font-weight:400;
}
.accordion{
line-height:18px;
}
.categorias a{
color: #000 ;
font-size:0.85rem;
display: inline-block;
max-width: 85%;
}
.categorias:focus, .categorias:hover{
color: #89b9e3 ;
text-decoration:none;
}
.btn{
background-color: white;
}
.bg-light{
background-color: white !important;
}
.top {
margin-top: 0.8em;
color:#342f2b;
font-size:14px;
}
.top a{
color:#342f2b;
}
.form-control{
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
border-top-right-radius:0px;
border-top-left-radius:0px;
}
.navbar {
padding: 0;
}
.my-btn{
background-color:#89b9e3 ;
color:white !important;
border:0px;
padding:10px;
font-weight:500;
text-align:center;
}
.my-btn a{
color:white;
}
.my-btn:hover{
background-color:#89b9e3 !important;
}
.inactive{
background-color:#dcdcdc ;
color:#999 !important;
border:0px;
padding:10px;
font-weight:500;
text-align:center;
}
.my-btn-outline{
background-color:white;
color:#89b9e3 !important;
border:1px solid #89b9e3;
padding:10px;
font-weight:500;
}
.my-btn-outline:hover{
color:#89b9e3;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height:220px; */
  padding: 20px 10px 0px 10px;
  background-color: #89b9e3;
  color: white;
  font-size: 12px;
}

.milista {
       list-style-type: none;
       margin-left: -50px;
       text-align:left;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 220px;

}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  padding: 0 15px;
}
h2{
color:#89b9e3;
}
.container .text-muted {
  margin: 20px 0;
}

.link {
   color: white;
}

.link:hover {
  color: white;
}
.avisos-legales{
  position:absolute;
  bottom:0;
  right:0;
}
.nav-item {
  border-right: 2px solid #ffffff ;
  font-size: 14px;
  color: black;
}

.nav-item:last-child {
  border-right: 0px;
}
.navbar-nav .active > .nav-link{
  color: #4b4b4b !important;
  font-weight: bold;

  background-color:white;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background-color: #89b9e3;
}
.navbar-nav :hover > .nav-link{
  font-weight: 600 !important ;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.my-table{
  
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
padding:15px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
 color: #89b9e3 !important ;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: white !important;
  background-color: #89b9e3;
  border-color: #89b9e3;
}
.nav-tabs .nav-link:hover{
border-color: transparent;
}
.centered{
text-align:center;
padding:40px !important;
}

.centered2{
	text-align:center;
	padding: 10px !important;
}

.imagenes{
padding-right: 0px !important;
padding-left: 0px !important;
padding-bottom: 10px !important;
}
.img-caption {
    position: absolute;
    max-width: 200px;
    margin:auto;
    height:60px;
    right: 0;
    bottom: 0;
    left:0;
    top:0;
    z-index: 10;
    color: #fff;
    font-size: 1rem;
}
.title-img-caption{
  font-size: 1.2rem;
  text-shadow: 2px 2px 8px #000;
}

.marc {
  padding: 20px 10px 10px 10px;
  background-color: #89b9e3;
  color: white;
  text-align:center;
}

.detalles {
  border-left: 2px solid white;

}
.detalles:first-child {
  border-left: 0px;
/*  padding-left: 100px; */
}

.detalles:last-child {
/*  padding-right: 130px; */
}

.imagenes2 {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.visible-movil{
display:none;
}

#h2 {
  font-size:25px; text-align: center;
  margin-top: 20px;
}
.alert{
border-radius: 0rem;
}
.marcas {
  margin-left: 10px;
/*  margin-bottom: 40px;*/
  height: 40px;
}
.fila-marcas{
  margin-bottom:15px;
}

.fluid-sm{
  max-width: 1200px;
}
#fila1marcas > .marcas{
  padding-right: 39px;
}
#fila2marcas > .marcas{
  padding-right: 34px;
}
#fila3marcas > .marcas{
  padding-right: 84px;
}
#fila1marcas > .marcas:last-child{
  padding-right: 0px;
}
#fila2marcas > .marcas:last-child{
  padding-right: 0px;
}
#fila3marcas > .marcas:last-child{
  padding-right: 0px;
}
.abox:hover{
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
padding:15px;
}
.abox{
box-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
padding:15px;
}
/* Responsive. */
@media screen and (max-width:768px) {
.oculta-movil{
display:none;
}
.text-small-movil{
font-size:medium !important;
}
.movil-center{
text-align:center;
}
.movil-registro{
text-align:center !important;
margin-bottom:10px;
font-size:large;
}
.visible-movil{
display:block;
}
.avisos-legales{
position:relative;
margin-top:15px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position:relative;
}
.detalles {
  border-left: 0px solid white;
  padding-left: 15px;
  padding-right: 15px;

/*border-bottom: 2px solid white;*/
}
.detalles:first-child {
  border-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.detalles:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:991px) and (min-width:768px)  {
.title-img-caption{
  font-size: 0.9rem;
}
.img-caption {
    max-width: 150px;
}

}
@media screen and (max-width:991px) {
  .nav-item {
    border-right: 0px solid #ffffff ;
  }
  .fluid-sm{
    display:none;
  }
  .marc {
    margin-bottom:20px;
  }
  .milista {
	 margin-left: 0px;
	padding:0px;
  }
}
@media screen and (max-width:1100px){

  #fila1marcas > .marcas{
    padding-right: 0px;
  }
  #fila2marcas > .marcas{
    padding-right: 0px;
  }
  #fila3marcas > .marcas{
    padding-right: 20px;
  }

}
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    border-right:3px solid #fff;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
    }
}
.grecaptcha-badge{
	display:none !important;
}

#paypal-button-container {
	width: 100%;
}

.carousel-inner > .carousel-item {
	height: 732px;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > video {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     /*max-height: 800px;*/
     width: auto;
}

#tabla-politica-cookies {
	width:100%;
}

#tabla-politica-cookies, #tabla-politica-cookies tr, #tabla-politica-cookies tr th, #tabla-politica-cookies tr td {
	border: 1px solid black;
}

#tabla-politica-cookies tr th, #tabla-politica-cookies tr td { 
    padding: 10px;
}

#tabla-politica-cookies tr th {
	text-align: center;
	background-color: #D5DBDB;
}

.over-image {
	width: 64px;
	height: 48px;
	position: absolute;
	margin-left: -25px;	
}

.cuadro-stock {
  display: inline-block;
  padding: 1em 2.5em;
  font-size: 75%;
  font-weight: 350;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.stock-si {
  color: #342f2b;
  background-color: #f4f4f4;
}

.stock-no {
  color: #342f2b;
  background-color: #f4c7c7;
}

.accordion .cat-header:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea0b";
	float: right;
	color:#ffffff;
	margin-left:10px;
	background-color:#89b9e3;
	padding:5px;
	cursor:pointer;
	font-size:8px;
}

.accordion .cat-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\ea0a";
	color:#89b9e3;
	background-color:#ffffff;
	border-style: solid;
	border-color: #89b9e3;
	border-width: 1px;
	padding:5px;
}

.blinking{
    animation:blinkingText 2s infinite;
}

@keyframes blinkingText{
    0%  { color: #FFF;       }
    49% { color: #FFF;       }
    60% { color: #FFF;       }
    80% { color:transparent; }
    99% { color:transparent; }
    100%{ color: #FFF;       }
}

