
.desplaza_espacio_nav{
	margin-top: 100px;
}
@media (max-width:767px){
	.desplaza_espacio_nav{
		margin-top: 0px;
	}
}

.top_nav_left{
  margin-left: 200px !important; /*sapani 17042022*/
}

@media (max-width:850px){
	.top_nav_left{
	  margin-left: 180px !important; /*sapani 17042022*/
	}
}
@media (max-width:767px){
	.top_nav_left{
	  margin-left: auto !important; /*sapani 17042022*/
	}
}


/* --------------------------------------- */
/* ----- SWITCH */
/* --------------------------------------- */

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider_button {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c5c5c5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_button:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_button {
  background-color: #B21374;
}

input:focus + .slider_button {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_button:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
}

input:checked+ .slider_button .on
{display: block;}

input:checked + .slider_button .off
{display: none;}



/* Rounded sliders  */ 
.slider_button.round {
  border-radius: 34px;
}

.slider_button.round:before {
  border-radius: 50%;
}

 
/* --------------------------------------- */
/* ----- SWITCH */
/* --------------------------------------- */


input:invalid {
  border-color: #B21374 !important;
  border-width: 3px !important;
}


/* --------------------------------------- */
/* ----- LOGO */
/* --------------------------------------- */

.logo_footer{
	max-width: 200px;
}
/*
@media (max-width: 767px) {
	.logo_footer{
		max-width: 160px;
	}		
}

@media (max-width: 359px) {
	.logo_footer{
		max-width: 140px;
	}		
}


.logo_footer.inner_page_log {
    position: absolute;
    z-index: 99;
    left: 7%;
  
	margin-top: 0px;
}
@media (max-width: 992px) {
	.logo_footer.inner_page_log {
		margin-top: 72px;
	}
}
@media (max-width: 767px) {
	.logo_footer.inner_page_log {
		margin-top: 0px;
		left: 20%;
	}
}
*/

.logo_tienda{
	max-width: 200px;
}
@media (max-width: 767px) {
	.logo_tienda{
		max-width: 160px;
	}		
}

@media (max-width: 359px) {
	.logo_tienda{
		max-width: 140px;
	}		
}


.logo_tienda.inner_page_log {
    position: fixed; /*sapani 17042022*/
	/*position: absolute; sapani 17042022*/
    z-index: 90;
	/*left: 7%; sapani 17042022*/
    left: 1%; /*sapani 17042022*/	
    margin-top: 9px; /*sapani 17042022*/
	/*margin-top: 78px; sapani 17042022*/
}
@media (max-width: 992px) {
	.logo_tienda.inner_page_log {
		/*margin-top: 72px; sapani 17042022*/
	}
}
@media (max-width: 767px) {
	.logo_tienda.inner_page_log {
		position: absolute;
		margin-top: 0px; /*sapani 17042022*/
		left: 20%;
	}
}


.logo_portada{
	max-width: 300px;
}
@media (max-width: 900px) {
	.logo_portada{
		max-width: 250px;
	}		
}
@media (max-width: 640px) {
	.logo_portada{
		max-width: 200px;
	}		
}
@media (max-width: 568px) {
	.logo_portada{
		max-width: 160px;
	}		
}
@media (max-width: 414px) {
	.logo_portada{
		max-width: 120px;
	}		
}

.logo_portada.inner_page_log {
    position: absolute;
    z-index: 90;
    left: 7%;
    /*margin-top: 47px; /*sapani*/
	margin-top: 20px;
}
/* --------------------------------------- */
/* ----- LOGO */
/* --------------------------------------- */



@media (min-width: 600px) {
  .corregido{
    width: 50% !important;
	float: left;
  }
}


#imagen_logo_marcas_centrada{
    max-width: 250px;
	max-height: 250px;
    margin: auto;
}



/* --------------------------------------- */
/* ----- Filtros dropdown */
/* --------------------------------------- */

.filtros{
	display: inline-block;
	margin-top: 3px;
}
.filtros-opciones{
	left: 0px;
	min-width: 250px;
	padding: 5px 5px;
	margin: 2px 2px;
}


@media (min-width: 600px) {
	.filtros-opciones{
		min-width: 400px;
	}
}
@media (min-width: 800px) {
	.dropdown_ancho{
		min-width: 900px;
	}	
	
}


.cambia-colores{
	color: #333;
	background-color: #fff;
	border-color: #515151;	
}
.cambia-colores:hover, .cambia-colores:focus, .open > .cambia-colores{
	color: #fff !important;
	background-color: #B21374 !important;
	border-color: #515151 !important;
}
.open > .cambia-colores{
	transition: 1s;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#buscaMarca, #buscaColeccion, #buscamenuWeb  {
  box-sizing: border-box;
  background-image: url('../images/search2.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#buscaMarca:focus, #buscaColeccion:focus, #buscamenuWeb:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1000;
}
@media (min-width: 450px) {
	.dropdown-content {
	  min-width: 330px;
	}
}
@media (min-width: 600px) {
	.dropdown-content {
	  min-width: 400px;
	}
}
@media (min-width: 800px) {
	.dropdown-content {
	  min-width: 600px;
	}
}
@media (min-width: 1000px) {
	.dropdown-content {
	  min-width: 800px;
	}
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*
.dropdown a:hover {background-color: #ddd;}
*/

.show {display: block;}







/* --------------------------------------- */
/* ----- Filtros dropdown */
/* --------------------------------------- */





/* --------------------------------------- */
/* ----- Radio Button */
/* --------------------------------------- */
/* --------------------------------------- */
/* ----- Checkbox */
/* --------------------------------------- */
.formulario_etiqueta h2 {
	font-size: 16px;
	color: #001F3F;
	margin-bottom: 20px;
	margin-left: 20px; 
}
.formulario_etiqueta > div {
	/*
	padding: 20px 0;
	border-bottom: 1px solid #ccc; 
	*/
}
.formulario_etiqueta .radio label,
.formulario_etiqueta .checkbox label {
	display: inline-block;
	cursor: pointer;
	color: #B21374; /*#FF4136*/
	position: relative;
	padding: 5px 15px 5px 15px;
	font-size: 15px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	margin-left: 0px;
	margin-bottom: 5px;
	background: #EB294117; /*rgba(255, 65, 54, 0.09)*/
	
}
.formulario_etiqueta .radio label:hover,
.formulario_etiqueta .checkbox label:hover {
	background: #EB29414D; /*rgba(255, 65, 54, 0.3)*/ 
}
.formulario_etiqueta input[type="radio"] {
	display: none; 
}
.formulario_etiqueta input[type="radio"]:checked + label {
	  /*padding: 5px 15px;*/
	  background: #B21374; /*#FF4136*/
	  border-radius: 2px;
	  color: #fff; 
	 
 }
 
 .formulario_etiqueta .checkbox, .formulario_etiqueta .radio {
	 margin-top: 8px;
	 margin-bottom: 8px;
	 margin-left: 5px;
	 margin-right: 5px;	
	transition: 1s;	 
 }
 
.formulario_etiqueta .checkbox input[type="checkbox"] {
		display: none; 
}
.formulario_etiqueta .checkbox input[type="checkbox"]:checked + label {
	  background: #B21374; /*#FF4136*/
	  color: #fff;
	  
	 /* padding: 5px 15px; */
}

label[class^='color_']{ 
	border-style: solid; 
	border-color: #ffffff;
	border-width: 2px;
} 
label[class^='color_']:hover{ 
	border-color: #B21374 !important;
	color: white !important;
} 

label.color_Negro:hover { background: #000000 !important;  }  /*Color:01*/
label.color_Blanco:hover { background: #ffffff !important; color: black !important; }  /*Color:02*/
label.color_Azul:hover { background: blue !important; }  /*Color:03*/
label.color_Marrón:hover { background: #4b3029 !important; }  /*Color:04*/
label.color_Naranja:hover { background: #ff8000 !important; }  /*Color:29*/
label.color_Beige:hover { background: #f5f5dc !important; color: black !important; }  /*Color:07*/
label.color_Rojo:hover { background: #ff0000 !important; }  /*Color:10*/
label.color_Rosa:hover { background: #ea899a !important; }  /*Color:14*/
label.color_Verde:hover { background: #008000 !important; }  /*Color:15*/
label.color_Amarillo:hover { background: #ffff00 !important; color: black !important; }  /*Color:19*/
label.color_Morado:hover { background: #572364 !important; }  /*Color:82*/
label.color_Gris:hover { background: #9c9c9c !important; }  /*Color:23*/
label.color_Multicolor:hover { background: -webkit-linear-gradient(top left, purple 25%, orange 50%, blue 75%, green) !important; } /*Color:26*/ /*Color:32*/ /*Color:76*/ /*Color:28*/
label.color_Transparente:hover { background: #d3d3d3 !important; color: black !important; }  /*Color:59*/
label.color_Bicolor:hover { background: -webkit-linear-gradient(top left, #008000, blue) !important; } /*Color:91*/


label.color_Negro,input[type="checkbox"]:checked + .color_Negro { background: #000000 !important; color: white !important; }  /*Color:01*/
label.color_Blanco,input[type="checkbox"]:checked + .color_Blanco { background: #ffffff !important; color: black !important; border-color: #d3d3d3; }  /*Color:02*/
label.color_Azul,input[type="checkbox"]:checked + .color_Azul { background: blue !important; color: white !important; }  /*Color:03*/
label.color_Marrón,input[type="checkbox"]:checked + .color_Marrón { background: #4b3029 !important; color: white !important;}  /*Color:04*/
label.color_Naranja,input[type="checkbox"]:checked + .color_Naranja { background: #ff8000 !important; color: white !important;}  /*Color:29*/
label.color_Beige,input[type="checkbox"]:checked + .color_Beige { background: #f5f5dc !important; color: black !important; border-color: #d3d3d3; }  /*Color:07*/
label.color_Rojo,input[type="checkbox"]:checked + .color_Rojo { background: #ff0000 !important; color: white !important;}  /*Color:10*/
label.color_Rosa,input[type="checkbox"]:checked + .color_Rosa { background: #ea899a !important; color: white !important;}  /*Color:14*/
label.color_Verde,input[type="checkbox"]:checked + .color_Verde { background: #008000 !important; color: white !important;}  /*Color:15*/
label.color_Amarillo,input[type="checkbox"]:checked + .color_Amarillo { background: #ffff00 !important; color: black !important; }  /*Color:19*/
label.color_Morado,input[type="checkbox"]:checked + .color_Morado { background: #572364 !important; color: white !important;}  /*Color:82*/
label.color_Gris,input[type="checkbox"]:checked + .color_Gris { background: #9c9c9c !important; color: white !important;}  /*Color:23*/
label.color_Multicolor,input[type="checkbox"]:checked + .color_Multicolor { background: -webkit-linear-gradient(top left, purple 25%, orange 50%, blue 75%, green) !important; color: white !important;} /*Color:26*/ /*Color:32*/ /*Color:76*/ /*Color:28*/
label.color_Transparente,input[type="checkbox"]:checked + .color_Transparente { background: #d3d3d3 !important; color: black !important; }  /*Color:59*/
label.color_Bicolor,input[type="checkbox"]:checked + .color_Bicolor { background: -webkit-linear-gradient(top left, #008000, blue) !important; color: white !important;} /*Color:91*/

/* --------------------------------------- */
/* ----- Radio Button */
/* --------------------------------------- */
/* --------------------------------------- */
/* ----- Checkbox */
/* --------------------------------------- */




/*Para el efecto de enviar producto al carrito*/
.u-flyer {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: fixed;
	z-index: 9999;
}
.fly_start{
	max-width: 100px;
}

/*Cantidad de productos en el carrito*/
.circulo-productos {
	position: fixed;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: red;
	text-align: center;
	margin: 0px auto;
	padding: 1px;
	margin-left: 24px;
	margin-top: -3px;
	font-family: sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;	
}






@media (max-width: 991px) {
	.no_mostrar{
		display: none;
	}
}
@media (max-width: 568px) {
	.col-md-1.sinborde,.col-md-2.sinborde,.col-md-3.sinborde,.col-md-4.sinborde,.col-md-6.sinborde,.col-md-12.sinborde{
		padding-right: 3px;
		padding-left: 3px; 
	}
}



.grecaptcha-badge { visibility: hidden; }

.size_text15{
	font-size: 15px;
}

.size_text13{
	font-size: 13px !important;
}
.text_desc_producto{
	font-size: 14px;
	margin: 1.2em 0;
	text-align: justify;
	line-height: 1.6em;
	color: #515151;
	letter-spacing: 1px;
}
.text_detalles_producto{
	line-height: 0.8em;
}
.text_interlineado{
	line-height: 2em;
}

.color_red {
    color: #ff322e !important; 
}
.color_black {
    color: black !important;
}
.color_blue {
    color: blue !important;
}
.bold {
	font-weight: bold;
}
.color_red_tachado {
    color: #ff322e;
	text-decoration:line-through;
}
.tachado {
	text-decoration:line-through;
}
.cursiva {
	font-style: italic;
}
.centrado {
	text-align: center;
}
.centrado.margin {
	text-align: center;
	margin: 12px;
}
@media (max-width: 767px) {
	.centrado.margin {
		margin: 6px;
	}
}

/*
.right {
	text-align: right;
} 
*/

.cuadrado_colores {
   width: 30px;
   height: 30px;
}
.selected {
   border: 3px solid red;
   box-shadow: 0 0 10px red;
}

input.simple {
	border: none; 
	/*direction: rtl;*/
	text-align: right;
	width: auto !important;
}



.Negro {
   background: black;
}
.Azul {
   background: blue;
}
.Blanco {
   background: white;
}
.Rojo {
   background: red;
}
.Verde {
   background: green;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}


td.sin-borde {
	border: none;
}
td.borde-superior-negro {
	border-top: 2px solid black;
}
td.borde-inferior-negro {
	border-bottom: 2px solid black;
}


/*-- columna que ocultamos si la resolucion  --*/
@media (max-width: 600px) {
    .oculta_columna_si_no_coge{
		display:none;	
    }
}

.pintar-borde {
	width: 100%;
	border: 1px solid black;
	margin-right: 15px;
}
	
.oculto {
	display: none;
}

.visible {
	display: block;
}

.label_normal {
	font-weight: normal;
}

 .logo_max {
	margin-top: 15px;
	max-width: 200px;
	max-weight: 200px;
	min-width: 160px;
}
 
@media (max-width: 600px) {
	.logo_max {
		max-width: 140px;
		max-weight: 140px;
		min-width: 100px;
	}
}
@media (max-width: 800px) {
	.logo_max {
		max-width: 160px;
		max-weight: 160px;
		min-width: 120px;
	}
}


ul.margen_color, li.margen_color{
    line-height: 1.9em;
	color:#515151;
    margin-left: 25px;
	margin-bottom: 8px;
}


.items_encontrados{
	text-align: right !important;
	/*position: absolute !important;*/
	right: 3px !important;
	padding-top: 11px;
	letter-spacing: 1px;
	margin-left: 40px;
}

/*--
.items_encontrados2{
	letter-spacing: 1px;
}


@media (min-width: 992px) {
	.items_encontrados{
		display: none;
	}	
}
@media (max-width: 991px) {
	.items_encontrados2{
		display: none;
	}	
}
--*/


.max_2lineas{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 4px;
}

/*********************/
/*CIRCULOS DE COLORES*/
/*********************/
.circulo{
	border-radius: 15px;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	margin-left: 10px;
	margin-top: 3px;
	position: relative; 
	display: inline-block;
}
.grande{
	width: 30px;
	height: 30px;	
}

 
.circulo_Azul {
	background: blue;
}





.circulo_Negro,.circulo_grande_Negro { background: #000000; }  /*Color:01*/
.circulo_Azulina,.circulo_grande_Azulina { background: #0000ff; }  /*Color:20*/
.circulo_Verde,.circulo_grande_Verde { background: #008000; }  /*Color:15*/
.circulo_Celeste,.circulo_grande_Celeste { background: #00aae4; }  /*Color:13*/
.circulo_Verdina,.circulo_grande_Verdina { background: #00ff7f; }  /*Color:17*/
.circulo_Petróleo,.circulo_grande_Petróleo { background: #084d6e; }  /*Color:64*/
.circulo_AzulMarino,.circulo_grande_AzulMarino { background: #1e2040; }  /*Color:03*/
.circulo_Jeans,.circulo_grande_Jeans { background: #343f51; }  /*Color:33*/
.circulo_Ducados,.circulo_grande_Ducados { background: #3e5f8a; }  /*Color:85*/
.circulo_Turquesa,.circulo_grande_Turquesa { background: #40e0d0; }  /*Color:99*/
.circulo_Chocolate,.circulo_grande_Chocolate { background: #45322e; }  /*Color:88*/
.circulo_Marrón,.circulo_grande_Marrón { background: #4b3029; }  /*Color:04*/
.circulo_Kaki,.circulo_grande_Kaki { background: #556b2f; }  /*Color:18*/
.circulo_Violeta,.circulo_grande_Violeta { background: #4c2882; }  /*Color:21*/
.circulo_Morado,.circulo_grande_Morado { background: #572364; }  /*Color:82*/
.circulo_Nuez,.circulo_grande_Nuez { background: #5b3a29; }  /*Color:67*/
.circulo_Tostado,.circulo_grande_Tostado { background: #5e4429; }  /*Color:30*/
.circulo_Castaño,.circulo_grande_Castaño { background: #633a34; }  /*Color:49*/
.circulo_Rata,.circulo_grande_Rata { background: #646b63; }  /*Color:37*/
.circulo_Tabaco,.circulo_grande_Tabaco { background: #665743; }  /*Color:45*/
.circulo_Lila,.circulo_grande_Lila { background: #6c4675; }  /*Color:22*/
.circulo_Arcilla,.circulo_grande_Arcilla { background: #734222; }  /*Color:74*/
.circulo_Bronce,.circulo_grande_Bronce { background: #763c28; }  /*Color:83*/
.circulo_Cobre,.circulo_grande_Cobre { background: #763c28; }  /*Color:86*/
.circulo_Piedra,.circulo_grande_Piedra { background: #78866b; }  /*Color:47*/
.circulo_Platino,.circulo_grande_Platino { background: #7f7679; }  /*Color:50*/
.circulo_Guinda,.circulo_grande_Guinda { background: #800040; }  /*Color:11*/
.circulo_Burdeos,.circulo_grande_Burdeos { background: #800040; }  /*Color:12*/
.circulo_Camuflaje,.circulo_grande_V.Camuflaje { background: #808000 ; }  /*Color:16*/
.circulo_Avellana,.circulo_grande_Avellana { background: #89743d; }  /*Color:75*/
.circulo_Taupe,.circulo_grande_Taupe { background: #937a76; }  /*Color:40*/
.circulo_Pistacho,.circulo_grande_Pistacho { background: #93c572; }  /*Color:77*/
.circulo_Visón,.circulo_grande_Visón { background: #9c9695; }  /*Color:87*/
.circulo_Gris,.circulo_grande_Gris { background: #9c9c9c; }  /*Color:23*/
.circulo_Plomo,.circulo_grande_Plomo { background: #9c9c9c; }  /*Color:84*/
.circulo_Líbano,.circulo_grande_Líbano { background: #9e5c00; }  /*Color:39*/
.circulo_Aguamar,.circulo_grande_Aguamar { background: #9fd5d1; }  /*Color:55*/
.circulo_Café,.circulo_grande_Café { background: #a18262; }  /*Color:90*/
.circulo_Coñac,.circulo_grande_Coñac { background: #a3481b; }  /*Color:69*/
.circulo_Moka,.circulo_grande_Moka { background: #a38068; }  /*Color:78*/
.circulo_Caoba,.circulo_grande_Caoba { background: #a56d5d; }  /*Color:71*/
.circulo_Miel,.circulo_grande_Miel { background: #a98307; }  /*Color:70*/
.circulo_Jacinto,.circulo_grande_Jacinto { background: #b15f02; }  /*Color:35*/
.circulo_Adra,.circulo_grande_Adra { background: #b22222; }  /*Color:56*/
.circulo_Glacial,.circulo_grande_Glacial { background: #b2c5ba; }  /*Color:51*/
.circulo_Brandy,.circulo_grande_Brandy { background: #b48448; }  /*Color:66*/
.circulo_Cuero,.circulo_grande_Cuero { background: #be6c04; }  /*Color:06*/
.circulo_Camel,.circulo_grande_Camel { background: #bf8a3d; }  /*Color:05*/
.circulo_Camello,.circulo_grande_Camello { background: #bf8a3d; }  /*Color:52*/
.circulo_Carmín,.circulo_grande_Carmín { background: #c30b4e; }  /*Color:46*/
.circulo_Cuerda,.circulo_grande_Cuerda { background: #c39660; }  /*Color:36*/
.circulo_Ocre,.circulo_grande_Ocre { background: #c69c04; }  /*Color:62*/
.circulo_Teja,.circulo_grande_Teja { background: #c93c20; }  /*Color:72*/
.circulo_Sedan,.circulo_grande_Sedan { background: #cd853f ; }  /*Color:80*/
.circulo_Tierra,.circulo_grande_Tierra { background: #ce8661; }  /*Color:31*/
.circulo_Magenta,.circulo_grande_Magenta { background: #cf3476; }  /*Color:89*/
.circulo_Whisky,.circulo_grande_Whisky { background: #d29062; }  /*Color:65*/
.circulo_Transparente,.circulo_grande_Transparente { background: #d3d3d3; }  /*Color:59*/
.circulo_Fucsia,.circulo_grande_Fucsia { background: #e30052; }  /*Color:73*/
.circulo_Hueso,.circulo_grande_Hueso { background: #e3dac9; }  /*Color:63*/
.circulo_Plata,.circulo_grande_Plata { background: #e3e4e5; }  /*Color:24*/
.circulo_Marfil,.circulo_grande_Marfil { background: #e6d690; }  /*Color:34*/
.circulo_Mostaza,.circulo_grande_Mostaza { background: #e9bd15; }  /*Color:54*/
.circulo_Perla,.circulo_grande_Perla { background: #eae6ca; }  /*Color:68*/
.circulo_Nude,.circulo_grande_Nude { background: #ebc8b2; }  /*Color:44*/
.circulo_Arena,.circulo_grande_Arena { background: #ece2c6; }  /*Color:41*/
/*.circulo_Desert,.circulo_grande_Desert { background: #edc9af; }*/  /*Color:57*/
.circulo_Natural,.circulo_grande_Natural { background: #eed09d; }  /*Color:61*/
.circulo_Beige,.circulo_grande_Beige { background: #f5f5dc; }  /*Color:07*/
.circulo_Champagne,.circulo_grande_Champagne { background: #f7e7ce; }  /*Color:43*/
.circulo_Hielo,.circulo_grande_Hielo { background: #f8f8ff; }  /*Color:08*/
.circulo_Linen,.circulo_grande_Linen { background: #faf0e6; }  /*Color:81*/
.circulo_Rojo,.circulo_grande_Rojo { background: #ff0000; }  /*Color:10*/
.circulo_Rosa,.circulo_grande_Rosa { background: #ea899a; }  /*Color:14*/
.circulo_Coral,.circulo_grande_Coral { background: #ff7f50; }  /*Color:42*/
.circulo_Naranja,.circulo_grande_Naranja { background: #ff8000; }  /*Color:29*/
.circulo_Salmon,.circulo_grande_Salmon { background: #ff8c69; }  /*Color:58*/
.circulo_Oro,.circulo_grande_Oro { background: #ffbf00; }  /*Color:25*/
.circulo_Vainilla,.circulo_grande_Vainilla { background: #fff6d5; }  /*Color:27*/
.circulo_Crudo,.circulo_grande_Crudo { background: #fff8dc; }  /*Color:48*/
.circulo_Arroz,.circulo_grande_Arroz { background: #fffaf0; }  /*Color:09*/
.circulo_Maquillaje,.circulo_grande_Maquillaje { background: #fbc398; }  /*Color:53*/
.circulo_Amarillo,.circulo_grande_Amarillo { background: #ffff00; }  /*Color:19*/
.circulo_Crema,.circulo_grande_Crema { background: #ffffbf; }  /*Color:38*/
.circulo_Blanco,.circulo_grande_Blanco { background: #ffffff; }  /*Color:02*/



/*Color:57*/
.circulo_Blanco-Burdeos { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 #800040 #800040 ;
	transform: rotate(180deg);
}  
/*Color:60*/
.circulo_Blanco-Negro { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 black black ;
	transform: rotate(180deg);
}  
/*Color:79*/
.circulo_Blanco-Lila { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 #6c4675 #6c4675 ;
	transform: rotate(180deg);	
}  
/*Color:91*/
.circulo_Blanco-Azul, .circulo_Bicolor  { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 blue blue ;
	transform: rotate(180deg);	
}  
/*Color:92*/
.circulo_Blanco-Celeste { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 #00aae4 #00aae4 ;
	transform: rotate(180deg);	
} 
/*Color:93*/
.circulo_Blanco-Fucsia { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 #e30052 #e30052 ;
	transform: rotate(180deg);	
}
/*Color:94*/
.circulo_Blanco-Rosa { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 #ff0080 #ff0080 ;
	transform: rotate(180deg);	
}
/*Color:95*/
.circulo_Blanco-Rojo { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 red red ;
	transform: rotate(180deg);	
} 
/*Color:96*/
.circulo_Blanco-Verde { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 green green ;
	transform: rotate(180deg);	
}  
/*Color:97*/
.circulo_Blanco-Amarillo { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 yellow yellow ;
	transform: rotate(180deg);	
}   
/*Color:98*/
.circulo_Blanco-Naranja { 
	border-width: 10px;
	border-color: #f4f4f4 #f4f4f4 orange orange ;
	transform: rotate(180deg);	
}
/*Color:26*/ /*Color:32*/ /*Color:76*/ /*Color:28*/
.circulo_Multicolor { 
	border-width: 10px;
	border-color: purple orange blue green;
	transform: rotate(45deg);	
}

/*Color:57*/
.circulo_grande_Blanco-Burdeos {
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 #800040 #800040 ;
	transform: rotate(180deg);
}
/*Color:60*/
.circulo_grande_Blanco-Negro { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 black black ;
	transform: rotate(180deg);
}  
/*Color:79*/
.circulo_grande_Blanco-Lila { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 #6c4675 #6c4675 ;
	transform: rotate(180deg);	
}  
/*Color:91*/
.circulo_grande_Blanco-Azul { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 blue blue ;
	transform: rotate(180deg);	
}  
/*Color:92*/
.circulo_grande_Blanco-Celeste { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 #00aae4 #00aae4 ;
	transform: rotate(180deg);	
} 
/*Color:93*/
.circulo_grande_Blanco-Fucsia { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 #e30052 #e30052 ;
	transform: rotate(180deg);	
}
/*Color:94*/
.circulo_grande_Blanco-Rosa { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 #ff0080 #ff0080 ;
	transform: rotate(180deg);	
}
/*Color:95*/
.circulo_grande_Blanco-Rojo { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 red red ;
	transform: rotate(180deg);	
} 
/*Color:96*/
.circulo_grande_Blanco-Verde { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 green green ;
	transform: rotate(180deg);	
}  

/*Color:97*/
.circulo_grande_Blanco-Amarillo { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 yellow yellow ;
	transform: rotate(180deg);	
}   
/*Color:98*/
.circulo_grande_Blanco-Naranja { 
	border-width: 15px;
	border-color: #f4f4f4 #f4f4f4 orange orange ;
	transform: rotate(180deg);	
}
/*Color:26*/ /*Color:32*/ /*Color:76*/ /*Color:28*/
.circulo_grande_Multicolor { 
	border-width: 15px;
	border-color: purple orange blue green;
	transform: rotate(45deg);	
}


/*Color:57*/
.div_Blanco-Burdeos { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, #800040 50%);
}
/*Color:60*/
.div_Blanco-Negro { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, black 50%);
}  
/*Color:79*/
.div_Blanco-Lila { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, #6c4675 50%);
}  
/*Color:91*/
.div_Blanco-Azul { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, blue 50%);	
}  
/*Color:92*/
.div_Blanco-Celeste { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, #00aae4 50%);
} 
/*Color:93*/
.div_Blanco-Fucsia { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, #e30052 50%);
}
/*Color:94*/
.div_Blanco-Rosa { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, #ff0080 50%);
}
/*Color:95*/
.div_Blanco-Rojo { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, red 50%);
} 
/*Color:96*/
.div_Blanco-Verde { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, green 50%);
}  
/*Color:97*/
.div_Blanco-Amarillo { 
	background: linear-gradient(to right bottom, #f4f4f4 50%, yellow 50%);	
}
/*Color:98*/
.div_Blanco-Naranja {
	background: linear-gradient(to right bottom, #f4f4f4 50%, orange 50%);
}
/*Color:26*/ /*Color:32*/ /*Color:76*/ /*Color:28*/
.div_Multicolor { 
	background: linear-gradient(to right, purple 0%, purple 50%, orange 50%, orange 100%), linear-gradient(to right, blue 0%, blue 50%, green 50%, green 100%);
	background-size: 100% 50%;
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	transform: none !important;
}

.div_Bicolor {
	background: linear-gradient(to right bottom, green 50%, #f4f4f4 50%);
}








/*********************/
/*CIRCULOS DE COLORES*/
/*********************/






/*GALERY de la plantilla bicycle*/
/*//////////////////////////////////////////////////////*/


.ajusta100{
	width: 100%;
}


.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%; 
}



/*--gallery--*/

.gal-sec {
	padding: 0;
}

.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background: #fbeff7;  /*sapani #040404*/
	bottom: 0%;
	position: absolute;
	padding: 1em 1.3em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px);
	-moz-transform: translate3d( 0px, 100%, 0px);
	-ms-transform: translate3d( 0px, 100%, 0px);
	-o-transform: translate3d( 0px, 100%, 0px);
	transform: translate3d( 0px, 100%, 0px);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
}

.gallery-grid1 .p-mask .p-desc {
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}

.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px);
	-moz-transform: translate3d( 0px, 0px, 0px);
	-ms-transform: translate3d( 0px, 0px, 0px);
	-o-transform: translate3d( 0px, 0px, 0px);
	transform: translate3d( 0px, 0px, 0px);
}

.p-mask h4 {
	color: #B21374;   /*#ff3c41*/
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.8em;
	letter-spacing: 1px;
}

.p-mask p {
	margin: 0;
	color: #737171;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1em;
}

.gallery-grid1 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

section.gallery {
	background: #f7f7f7;
	/*padding-top: 6em; 18/01/2023*/
}

/*--//gallery--*/

/*//////////////////////////////////////////////////////*/




/*--/content --*/

.product {
	background: url(../images/banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
}

.about-info {
	padding: 0;
}

.about-img-mujer {
	background: url(../images/BANNERS/bloque3_2_mujer_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 800px;
}

.about-img-hombre {
	background: url(../images/BANNERS/bloque3_2_hombre_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 800px;
}

.about-img-niño {
	background: url(../images/BANNERS/bloque3_2_niño_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 800px;
}

.about-img-niña {
	background: url(../images/BANNERS/bloque3_2_niña_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 800px;
}

.about-img-accesorios {
	background: url(../images/BANNERS/bloque3_2_accesorios_1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 800px;
}

.ab-info-text {
	padding: 5em;
}

.banner-bottom {
	padding: 6em 0;
}

.read.inner a {
	color: #555;
}

.inner-sec {
	margin-top: 3em;
}

h3.tittle,
.feature h3 {
	font-size: 2.5em;
	color: #373b3e;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-weight: 700;
	text-transform: uppercase;
}

h4.sub-hd {
	font-size: 1.3em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	letter-spacing: 3px;
	color: #353535;
	text-transform: uppercase;
	font-weight: 700;
}

h3.tittle.cen {
	color: #fff;
}

.banner-bottom.services {
	background: #B21374;
}

/*--/services--*/

.card-body {
	padding: 1.25rem;
	background: none;
}

.card {
	background: none;
	border: none;
}

.card-title {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #ed79b3;  /*sapani #d0162d*/
	padding-bottom: 1em;
}

.card i {
	font-size: 2em;
	margin-bottom: 1.5em;
	color: #fff;
}

p.card-text {
	margin-bottom: 1em;
	color: #fff;
}

.card-body:hover {
	box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
	border-color: transparent !important;
}

.feature h3 {
	margin: 1em 0;
}

.feature {
	margin-top: 5em;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
	border: 2px solid #B21374;
}

a.animated-button.victoria-two:after {
	background: #B21374;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

/* Global Button Styles */

a.animated-button:link,
a.animated-button:visited {
	position: relative;
	padding: 13px 35px;
	color: #aea0a0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	z-index: 9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
	height: 450%;
}


/*-- /feature --*/

.feature-main {
	padding: 0 8em;
}

/*-- //feature --*/




/*--responsive--*/

@media(max-width:1440px) {
	.banner-bottom {
		padding: 5em 0;
	}
	section.gallery {
		/*padding-top: 5em;18/01/2023*/
	}
}

@media(max-width:1280px) {
	section.gallery {
		/*padding-top: 4em;18/01/2023*/
	}
}

@media(max-width:1080px) {
	.banner-bottom {
		padding: 4em 0;
	}
	.feature h3 {
		font-size: 2em;
	}
	.ab-info-text {
		padding: 3em;
	}
}

@media(max-width:991px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.4em 1.4em;
		font-size: 0.9em;
		text-align: center;
	}
	li.nav-item {
		margin: 6px 0px 0 0;
	}
	.dropdown-item {
		text-align: center;
	}
	.active>.nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #555;
		text-shadow: 1px 1px 2px #000000;
		border: 2px solid #ffffff;
		border-radius: 3px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 0.7em 1.4em;
		font-size: 0.9em;
		text-align: center;
		color: #555;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
	}

	.service-in:nth-child(2) {
		margin-top: 1.5em;
	}
	.card.feature {
		border: 0;
		width: 50%;
	}

	.subscribe-grid {
		padding: 1em 0em;
		margin: 0 auto;
		width: 90%;
	}
	.navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
	}
	.about-info {
		margin-top: 2em;
	}
	.service-in:nth-child(2) {
		margin: 2em 0em;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: none;
	}
	span.navbar-toggler-icon i {
		line-height: 1.2em;
		font-size: 1.4em;
	}
	.navbar-toggler {
		padding: 0.3rem 0.6rem;
		font-size: 1.25rem;
		border: 1px solid transparent;
		border-radius: 0;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
		position: absolute;
		width: 97%;
		z-index: 99;
		top: 100%;
	}
	.feature {
		margin-top: 0em;
	}
	.form {
		padding: 3em 2em;
	}
	.feature.fea-slider {
		margin-top: 3em;
	}
	.text-info-sec {
		margin-top: 2em !important;
	}
}

@media(max-width:900px) {
	span.navbar-toggler-icon i {
		line-height: 1.1em;
		font-size: 1.4em;
	}
}

@media(max-width:800px) {
	#navbarSupportedContent {
		width: 96%;
	}
	.feature-main {
		padding: 0 3em;
	}
	.inner-sec {
		margin-top: 2em;
	}
	.about-img {
		min-height: 536px;
	}
}

@media(max-width:768px) {
	#navbarSupportedContent {
		width: 95.5%;
	}
}

@media(max-width:767px) {

	a.animated-button:link,
	a.animated-button:visited {
		position: relative;
		padding: 10px 30px;
	}
}

@media(max-width:667px) {


	h3.tittle,
	.feature h3 {
		font-size: 2.3em;
	}
	h2.logo a {
		font-size: 2em;
	}
	.about-info {
		margin-top: 0em;
	}
	.ab-info-text {
		padding: 3em 1em;
	}
}

@media(max-width:600px) {



	.feature-main {
		padding: 0 1em;
	}
	.tabs {
		width: 95%;
	}
	.t-in {
		margin: 0;
	}
	.main_grid_contact {
		width: 100%;
		position: static;
		bottom: 0;
		left: 0;
	}
	.map {
		margin-bottom: 0em;
	}
	.address {
		margin-top: 2em;
	}
	.map iframe {
		height: 282px;
	}
	h2.logo a {
		font-size: 1.8em;
	}
	section.gallery {
		/*padding-top: 3em;18/01/2023*/
	}
}

@media(max-width:568px) {
	#navbarSupportedContent {
		width: 97%;
	}

	h3.tittle,
	.feature h3 {
		font-size: 2em;
	}
	.banner-bottom {
		padding: 3em 0;
	}
	p {
		margin: 0;
		font-size: 0.875em;
	}
	.feedback-top {
		padding: 2em 2em;
	}
	.feedback-grids {
		width: 95%;
	}
}

@media(max-width:480px) {
	.about-img {
		min-height: 375px;
	}
	h3.tittle,
	.feature h3 {
		font-size: 1.6em;
	}
	.tabs {
		width: 100%;
	}
}

@media(max-width:440px) {


	a.animated-button:link,
	a.animated-button:visited {
		position: relative;
		padding: 10px 20px;
		font-size: 13px;
	}



	#navbarSupportedContent {
		width: 96%;
	}
	.navbar-light .navbar-nav .nav-link,
	.dropdown-item {
		font-size: 12px;
		letter-spacing: 1px;
	}
	ul#pills-tab {
		margin-left: 1em;
		margin-top: 0 !important;
	}
	.text-info-sec h5 {
		font-size: 1.2em;
	}
	h2.logo a {
		font-size: 1.6em;
	}
	h4.sub-hd {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.feedback-top {
		padding: 2em 1em;
	}
	.feedback-top p {
		font-size: .875em;
		line-height: 2em;
		letter-spacing: 1px;
	}
}

@media(max-width:384px) {
	.banner-bottom {
		padding: 2.2em 0;
	}

	.feedback-img-info {
		float: left;
		width: 60%;
		margin: 0.9em 0 0 1em;
	}
	.feedback-img-info h5 {
		font-size: 1.1em;
	}
	.feedback-img-info p {
		font-size: .8em;
	}
	h2.logo a {
		font-size: 1.4em;
	}
	.feedback-info {
		margin: 0em 0 !important;
	}
}

@media(max-width:375px) {
	a.animated-button:link,
	a.animated-button:visited {
		position: relative;
		padding: 8px 20px;
		font-size: 12px;
	}
	section.gallery {
		/*padding-top: 2em;18/01/2023*/
	}
	.inner-sec {
		margin-top: 1.6em;
	}
	.text-info-sec h5 {
		font-size: 1.1em;
	}
}

@media(max-width:320px) {
	h3.tittle,
	.feature h3 {
		font-size: 1.4em;
	}
	.banner-bottom {
		padding: 1.8em 0;
	}
	.inner-sec {
		margin-top: 1.5em;
	}
	.p-mask h4 {
		font-size: 1.2em;
	}
}

/*--//responsive--*/
