/* FUENTE DE GOOGLE */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
/*font-family: 'Caveat', cursive; */

@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
/*font-family: 'Concert One', cursive;*/

@import "https://fonts.googleapis.com/css?family=Khand:300,400,600"; 
/* font-family: 'Khand', cursive; cursive;  uso  */


@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
/* font-family: 'Grand Hotel', cursive; uso  */


@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap'); 
/* font-family: 'Fira Sans Extra Condensed', sans-serif;  uso  */

@import url('https://fonts.googleapis.com/css?family=Bangers&display=swap'); 
/* font-family: 'Bangers', cursive;  uso  */

@import url('https://fonts.googleapis.com/css2?family=Atma:wght@500&display=swap'); /* <===================== SLIDER */
/* font-family: 'Atma', cursive;  uso  */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
/* font-family: 'Montserrat', sans-serif; uso */


@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* font-family: 'Roboto', sans-serif; */


@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/* font-family: 'Fjalla One', sans-serif; uso */


@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
/* font-family: 'Architects Daughter', cursive; uso */


@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
/*font-family: 'Parisienne', cursive; uso*/

@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
/*font-family: 'Luckiest Guy', cursive; uso */

@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');

/*font-family: 'Rock Salt', cursive; uso */


@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/*font-family: 'Poppins', sans-serif;*/

body {
	
  font-family: 'Poppins', sans-serif; /* <===================== CAMBIAR  */
  letter-spacing: 0px; 
  padding-top: 0px;
  padding-bottom: 0px;
  overflow-x: hidden; /*eliminio el scroll horizontal*/
}


.info-general { /*Contenedor texto emergencia*/
	background-color: #FF6317;
	color:#FFFFFF;
	border-radius: 20px;
	max-width:600px;
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10PX;

}

/**********************************************************************************************/
/**************************CAMBIAR SI ES DEMO PARA DIFERNCIAR*********************************/


.letra_titulo_catalogo {
  
	/*text-transform: lowercase; PASO TODO A MINUSCULA*/
	font-size:36px;
	color:#666666;
    
  }


	


.btn_comprar  {  /* <===================== CAMBIAR   SI CAMBIAS TAMAÑO DE LETRA TAMBIEN EN btn_agregado y btn_ver_opciones   */
	color: #FFF;
	border-color:#FF6317;
	background-color:#FF6317;
	font-size:14px;
	border-radius:0px;
	z-index:2;

	
}

.btn_comprar:hover {   /* <===================== CAMBIAR  */

	background-color: #FFF;
	border-color:#999;
	color: #000;
	
	 -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	
}








.btn_redes_sociales {  /* <===================== CAMBIAR  */
	font-size: 24px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	border-color:#FF6317;
	color:#FF6317;/* <===================== CAMBIAR  */
	background:#fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 40px;
	margin-bottom:5px;	
	
}

.btn_redes_sociales:hover {  /* <===================== CAMBIAR  */
	background-color:#FF6317;
	color:#FFF;	
}





.btn_categorias_sidebar {
	color: #000;  /* <===================== CAMBIAR  */
	/*border-color:#FFF;*/
	border: solid 1px #666;/* <===================== CAMBIAR  */
	font-size:24px;
	background-color: transparent;  /* <===================== CAMBIAR  */
	
}


.btn_categorias_sidebar:hover {

	background-color: transparent;  /* <===================== CAMBIAR  */
	color: #000;  /* <===================== CAMBIAR  */
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	
}









/***********************************************PIE DE PAGINA*/
footer {
	
	background-color:#FF6317; /* <===================== CAMBIAR  */
	background-image:url(../img/fondo_pie.jpg);

    color:#FFF; /* <===================== CAMBIAR  */
    min-height:100px;
    padding-top:20px;
    padding-bottom:10px;
	margin-top:80px;
	
}
footer .nav>li>a {
    padding:3px;
    color:#FFF; /* <===================== CAMBIAR  */
	 padding-bottom:10px;
	
}

footer .nav>li>a:hover {
    background-color: transparent; /*AL PASAR EL MOUSE POR EL MUNU DE PIE DE PAGINA */
	
	color:#FFF;/* <===================== CAMBIAR  */
	
}

footer .nav>li> a:focus {
  background-color: transparent;
  
}


/***************************************FIN PIE ***************************************/


.borde_producto {
	border: 0px solid #CCC; 
	padding:5px;
	}

.borde_producto:hover {  /* <===================== CAMBIAR  */

-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);

	
}




/****************************************GENERAL**************************************/


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading_pagina.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .9;
}



/***********************color de todos link */
a {
    color:#1F315F;
}

.centrar_horizontal_vertical  {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

.cover_imagen {
   object-fit: cover;
   width: 100%;
   height: 100%; 
   position: 50% 50%;
}


/*Saco negrita a todos los lavel*/
label {
    font-weight: normal !important;
}

/*Saco bordes a imagenes thubnail*/
.img-thumbnail{
	border:none;
	padding:0;
}

/*Escondo recaptcha logo*/
.grecaptcha-badge{
display:none !important;
}


.sombra {
-webkit-box-shadow: 10px 10px 5px -8px rgba(161,161,161,1);
-moz-box-shadow: 10px 10px 5px -8px rgba(161,161,161,1);
box-shadow: 10px 10px 5px -8px rgba(161,161,161,1);
}



/* loading animado para carga de proceso en espera ajax*/
.animar_loading {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
	color: #CCC; /****************************** <=====   CAMBIAR AQUI  */
	
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/****************************************************************************/





/****************************************FIN GENERAL**************************************/





/*******************************CONTROL RESPONSIVE********************************/
/* al achicarse */
@media (max-width:600px) {

		
	
	.letra_titulo_catalogo{

	font-size: 24px;
	
	}

	
	/********************BOTON COMPRAR SOBRE LA IMAGEN DE PRODUCTO*/
	.ver_boton_comprar_imagen {
		display:none;
		}

	

}



/* al agrandarse */
@media screen and (min-width:993px) {

		#enlaces_pie {
		display:none;
		}
		
	

		/*SEPARACION DE ELEMENTOS AL TOP */
		.separacion_top {
		margin-top:80px;
		}	
		
		

}
		
/*********************************************+++ AL ACHICARSE LA PAGINA */
@media screen and (max-width:992px) {

			
			
			#enlaces_pie {
			display:block;
			}	

			/*SEPARACION DE ELEMENTOS AL TOP */
			.separacion_top {
			margin-top:63px;
			}
			
			
			#menu_lineas { /**************MENU DE LINEAS DEL MENU RESPONSIVE*****/
			display:none;
			}
			
			
 }

/*******************************FIN CONTROL RESPONSIVE********************************/

























/*********************************************TITULOS **********************************/
	

.terecomendamos {
    
	color: #666;/* <===================== CAMBIAR  */
	font-size:16px;
	
	
}

.titulos_pie {
	margin-top:10px;
	margin-bottom:10px;
	
}
/*********************************************FIN TITULOS **********************************/














/**********************************ESTILO PAGINACION ************/

.pagination2>li>a,
.pagination2>li>span {
  
  color: #FF6317;  /* <===================== CAMBIAR  */
  background-color:#fff;  /* <===================== CAMBIAR  */
}
.pagination2 > li > a:focus,
.pagination2 > li > a:hover,
.pagination2 > li > span:focus,
.pagination2 > li > span:hover {
   
    color: #FFF;  /* <===================== CAMBIAR  */
    background-color: #FF6317;  /* <===================== CAMBIAR  */
   
}

/********************************** FIN ESTILO PAGINACION ************/












/********************************************************* BOTONES */

/* BOTON QUE APARECE AL BAJAR SCROLL */
.arrowtop{
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 40%;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../img/up.png) no-repeat;
	cursor: pointer;
	z-index:1002;
}










/**************************************BUSCADORES***********/






.li_buscar_principal{
	
	margin-top:15px;
	font-size:16px;
	color:#FF6317; /* <===================== CAMBIAR  */

}










/********************************************************/






.close  {
	color: #FF6317;
	font-size:36px;
}

/*********************************************************FIN  BOTONES */












/**************************** DESTACADOS Y DESCUENTOS CONTENEDOR PRODUCTO / LISTON IMAGENES CATEGORIAS ******************/



.liston_precio{
position:absolute;
color:#FF6317;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:0px;
font-size:18px;
margin-top:85px; 
z-index:1;
background-color: #fff;   /* <===================== CAMBIAR  */
border-color:#FF6317;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:5px;
width:auto;
height:30px;
border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;

}





.liston_oferta_producto{
position:absolute;
color:#FF6317;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:5px;
font-size:10px; 
margin-top:10px; 
z-index:1;
background-color: #FFF;   /* <===================== CAMBIAR  */

text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:2px;
border-radius: 50%;
	width: 60px;
	height: 60px;

}



.liston_estado_disponible{
position:absolute;
color:#FFF;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:0px;
font-size:12px; 
margin-top:50%; 
z-index:1;
background-color: #3C0;   /* <===================== CAMBIAR  */
padding:2px;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:2px;
width:100px;
height:30px;

border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;

}



.liston_estado_vendida{
position:absolute;
color:#FFF;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:0px;
font-size:12px; 
margin-top:50%; 
z-index:1;
background-color: #F5007A;   /* <===================== CAMBIAR  */
padding:2px;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:2px;
width:100px;
height:30px;

border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;

}



.liston_categoria_producto{
position:absolute;
color:#FFF;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:0px;
font-size:12px; 
margin-top:60%; 
z-index:1;
background-color:#FF6317;   /* <===================== CAMBIAR  */
padding:2px;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:2px;
width:auto;
min-width:100px;
height:30px;

border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;

}





.liston_comuna{
position:absolute;
color:#FFF;  /* <===================== CAMBIAR  */
margin-right:5px;
margin-left:0px;
font-size:12px; 
margin-top:70%; 
z-index:1;
background-color:#FF6317;   /* <===================== CAMBIAR  */
padding:2px;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:5px;
width:auto;
height:30px;

border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;

}
   
/********************************************************************************/




/************************CONTENEDOR ICONOS MOVILES PIE DE PAGINA */
div#enlaces_pie 
{
bottom: 0;
background-color:#FFF;
position:fixed;
padding:10px;
width:100%;
font-size:30px;
z-index:1001;
}

/************************ FIN CONTENEDOR ICONOS MOVILES PIE DE PAGINA */















/********************CAJAS INPUT*************/


input {
 
  width: 100%;
  max-width:600px;
  background: transparent;
  height: 3em;
  padding: 16px 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
 border: 1px solid #39F; /**************<===CAMBIAR */
 margin-bottom:15px;

}



.estilo_cajita_input {
 
  width: 100%;
  max-width:600px;
  background: #FFF;
  height: 3em;
  padding: 8px 8px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
 border: 1px solid #39F; /**************<===CAMBIAR */
 margin-bottom:15px;

}

/***************************************************************************************/













/**********************TICKET ANIMADO OK PARA VENTANAS DE EXITO**********/

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 2% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/*******************************************************************************************************/













/*******************************************EFECTO HOVER IMAGEN SOBRE STOCK */

.view-sixth img {
	
	 
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background: rgba(255,255,255,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}

.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}


/* BORDE IMAGEN */
.view {
   width: auto;
   height: auto;
   margin: 0px;
   border: 0px;
   /*border: 1px solid #CCC; */
   overflow: hidden;
   position: relative;
   text-align: center;
   
   /*
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   */
   cursor: default;
   background: #fff;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
  
}

/***********************************************************FIN MASCARA IMAGEN/









/*******************************************EFECTO HOVER IMAGEN STOCK 0*/

.view-sixth2 img {
	
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth2 .mask2 {
   background: rgba(255,255,255,0.6);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
   filter: alpha(opacity=60);
   opacity: 60;
	
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}

.view-sixth2:hover .mask2 {
background: rgba(255,255,255,0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 100;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth2:hover img {

   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

/* BORDE IMAGEN */
.view2 {
   width: auto;
   height: auto;
   margin: 0px;
   border: 0px;
   /*border: 1px solid #CCC; */
   overflow: hidden;
   position: relative;
   text-align: center;
   
   /*
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   */
   cursor: default;
   background: #fff;
}
.view2 .mask2,.view2 .content2 {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view2 img {
   display: block;
   position: relative;
  
}

/***********************************************************FIN MASCARA IMAGEN/










/***********************************EFECTO 2 IMAGEN**************/

.efecto2_imagenes {
    overflow: hidden; /*esta propiedad evita que la imagen ocupe mas espacio que su contenedor*/
    width:100%;
    border: 0px solid #FFF;
    box-sizing:border-box;
    float:left;
}
 
.efecto2_imagenes img {
    transition: all .4s ease;
    width:100%;
}
 
.efecto2_imagenes img:hover {
    transform:scale(1.5) rotate(20deg); /*cuando nos posicionamos sobre la imagen con esta propiedad aumentamos su escala y ademas la giramos*/
    /*opacity:0.6;*/
	
}


















/****************************RESPONSIVE IFRAME */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***************************FIN RESPONSIVE IFRAME***************/




.liston_contactabilidad{
position:absolute; 
right:10%;
/*bottom:0px;*/
margin-top:60%;
z-index:1;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
padding:2px;
}




/********************************************************* TOLTIP  WS */
/* Tooltip container */
.tooltip_ws {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;  /*If you want dots under the hoverable text*/
}

/* Tooltip text */
.tooltip_ws .tooltiptext_ws {
  
  visibility: visible;
  /*antes visibility: hidden;*/
  width: 120px;
  background-color: #FFF;  /************ <------ CAMBIAR AQUI   */
  color: #FF6317;
  text-align: center;
  padding: 5px 0;
  border-radius: 10px;
  border-color:#FF6317;
  border: 3px solid;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 1;
  
  /*antes opacity: 0; */
  transition: opacity 15s;
}

/* Tooltip arrow */
.tooltip_ws .tooltiptext_ws::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #EAEAEA transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip_ws:hover .tooltiptext_ws {
  
  visibility: visible;
  opacity: 1;
  
  
   transition: opacity 0.3s;
  
  
}

/****************************************************************************/