@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HELVETICANEUELTSTD-ROMAN.OTF");
}

* {
  font-family: Helvetica;
  color: #404040;
}

/*

* {
  font-family: 'Roboto Condensed', sans-serif;
  color: #404040;
}

.roboto500 {
font-family: 'Roboto Condensed';
font-weight: 500; 
}

.roboto700 {
  font-family: 'Roboto Condensed';
  font-weight: 700; 
  }
*/

/* Modifico el estilo relacionado con el aspecto del botón con el foco activo */
.btn-libre:focus {
    outline: none;
    box-shadow: none;
}

div.fijo {
  position: relative;
}
@media only screen and (max-width: 500px) {
  div.fijo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;   }
}

.bg-purple {
  background-color: #6f42c1!important;
}
.text-purple {
  color: #6f42c1;
}

.text-pink {
  color: #e83e8c;
}

.bg-teal {
  background-color: #20c997!important;
}
.text-teal {
  color: #20c997;
}

.bg-orange {
  background-color: #0d0dc9!important;
}
.text-orange {
  color: #0d0dc9;
}

.text-celsias {
  color: ##0d0dc9;
}


.text-celsia {
  color: #16019e;
}
.bg-celsia {
  background-color: #16019e;
}
.bg-electro {
  background-color: #c3d3e2;
}

.btn-celsia,
.btn-celsia:active {
  color: white;
  background-color: #16019e;
}

.btn-celsia:hover{
  color: white;
  background-color: #16019e;
  opacity: 0.9;
}

.btn-celsia-disabled {
  cursor: not-allowed;
  color: white;
  background-color: #64adf1;
}

.btn-celsia-disabled:hover {
  opacity: 0.9;
  color: white;
  background-color: #64adf1;
}

.bgd-celsia {
  color: white;
  background: linear-gradient(to bottom, #16019e 0 10%, #93b2ec);
}

.border-celsia {
  color: #16019e;
}

.detalle-producto hr{
  margin-top: 5px;
  margin-bottom: 5px;
}

.detalle-producto hr{
  margin-top: 5px;
  margin-bottom: 5px;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-border-color: #16019e;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.226);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #16019e;
  --bs-accordion-active-bg: white;
}
.accordion-button:not(.collapsed){
  color: #16019e;
  /*background-color: rgba(0, 0, 0, 0.03);*/
}

.accordion-button::after {
  color: #16019e;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #16019e;
  outline: 0;
  box-shadow: #16019e;
}

.detalle-categoria:hover{
  background-color: #16019e;
}

.detalle-linea hr{
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  border-top: 3px solid #16019e; 
  opacity: 1;
}


a:link, a:visited, a:active {
  text-decoration:none;
}

/* Formato para tablas */
#tablephp
table th{background-color:#16019e;
 color:#fff;
}

.table td {
  padding-top:0;
  padding-bottom:0;
  vertical-align:middle;
}

.img-zoom img {
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
  /* width:100%; */
}
  
.img-zoom:hover img {
  -webkit-transform:scale(1.025);
  -moz-transform:scale(1.025);
  -ms-transform:scale(1.025);
  -o-transform:scale(1.025);
  transform:scale(1.025);
}

.img-zoom {/*Ancho y altura son modificables al requerimiento de cada uno*/
  overflow:hidden;
}

.form-control-white{
  border: 0;
  box-shadow: none;
}
.form-control-white:focus{
  border: 0;
  box-shadow: none;
}

#menu {
  padding: 0;
  margin: 0;
  border: 0; 
}

#menu ul, li {
  list-style: none;
  margin: 0;
  padding: 0; 
}

#menu ul {
  position: relative;
  z-index: 597;
  float: left; 
}

#menu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle; 
}

#menu ul li.hover,
#menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; 
}

#menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%; 
}

#menu ul ul li {
  float: none; 
}

#menu ul li:hover > ul {
  visibility: visible; 
}

#menu ul ul {
  top: 0;
  left: 100%; 
}

#menu ul li {
  float: none; 
}

#menu {
  width: 255px; 
}

#menu span, #menu a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none; 
}

#menu:after, #menu ul:after {
  content: '';
  display: block;
  clear: both; 
}

#menu ul, #menu li {
  width: 100%; 
}
#menu li {
  background: #dddddd;
}
#menu li:hover {
  background: #f6f6f6; 
}
#menu a {
  color: #666666;
  line-height: 160%;
  padding: 11px 28px 11px 28px;
  width: 253px; 
}
#menu ul ul li {
  background: #f6f6f6; 
}
#menu ul ul li:hover {
  background: #dddddd; 
}
#menu ul ul li:hover a {
  color: #666666; 
}
#menu ul ul li ul li {
  background: #dddddd; 
}
#menu ul ul li ul li:hover {
  background: #b7b7b7; 
}
#menu .has-sub {
  position: relative; 
}

#menu .has-sub:after, #menu .has-sub > ul > .has-sub:hover:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}

#menu .fa-angle-right {
  float: right;
}

/* Media querie para dispositivos más grandes de 1080*/
@media (min-width:1080px) {
	.menor1080{display:none;}
	.mayor1080{display:block;}
}
	
/* Media querie para dispositivos menores de 1080*/
@media (max-width:1080px){
	.menor1080{display:block;}
	.mayor1080{display:none;}
}
  
  /* #main-img {
    display: block;
    margin: 20px auto;  
    border: 1px solid rgba(255,255,255,0.2);
    filter: grayscale(0);
  } */
  
  #zoom-img {
    pointer-events: none;
    position: relative;
    top: 50%;
    left: 50%;
  }
  
  #zoom {
    position: absolute;
    width: 250px;
    height: 250px;
    box-shadow: 0 0 0 2px #16019e,
      5px 5px 10px 5px rgba(0,0,0,0.2);
    border-radius: 50%;  
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

.square {
  position: relative;
  width: 80%;
  padding-bottom: 80%; /* Mantiene una relación de aspecto 1:1 */
  overflow: hidden;
}

.imagen-base {
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.superpuesta {
	position: absolute;
	border-radius: 50%;  
	bottom: 2%;
	right: 2%;
	width: 40%; /* Ajusta el tamaño de la imagen superpuesta */
	height: 40%; /* Ajusta el tamaño de la imagen superpuesta */
	z-index: 1; /* Asegura que la imagen superpuesta esté por encima */
	background-color: transparent;
}

.superpuesto {
  position: absolute;
  bottom: -7%;
  right: 2%;
  width: 40%; /* Ajusta el tamaño de la imagen superpuesta */
  height: 10%; /* Ajusta el tamaño de la imagen superpuesta */
  z-index: 1; /* Asegura que la imagen superpuesta esté por encima */
}

/* 
.square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
} */

.contenedor {
  position: relative;
  width: 300px; /* Ajusta el ancho según tus necesidades */
  height: 300px; /* Ajusta el alto según tus necesidades */
}

.contenedor2 {
  position: relative;
  width: 250px; /* Ajusta el ancho según tus necesidades */
  height: 250px; /* Ajusta el alto según tus necesidades */
}

#carruselportada {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}
/*   
Para mi adminlte
.text-teal {
  color: #20c997 !important;
}

.text-orange {
  color: #fd7e14 !important;
}


.bg-purple {
  color: #6f42c1 !important;
}
 */

 @-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
 
