@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;700;800&display=swap');

body
{
	background-color:#ecf0f5;
	/*background-color: #f9fafb;*/
	margin:0;
	height:100%;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#000;
}

#todo
{
     width: 100%;
	 height: auto;
	 max-width: 1280px;
	 margin: 0 auto;
	 padding-top: 20px;
	 box-sizing: border-box;
	 padding-left: 70px;
	 padding-bottom: 60px;
}



#contenedorbuscarcliente
{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.4); 
	display: flex; 
	justify-content: center; 
	align-items:flex-start; 
	z-index: 1000;
	top: -120%;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}


#contenedorbuscarcliente.toggle
{
	top: 0%;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}



.cargandoprincipal
{
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}



.titulo_seccion
{
	font-size: 23px;
	font-weight: 600;
	color: #42414c;
}

.liga_seccion
{
	font-size: 12px;
	font-weight: 500;
	color: #7E8299;
}


.ContenedorBlanco
{
	width: 100%; 
	height: auto; 
	box-sizing: border-box; 
	font-size: 14px; 
	color: #414242; 
	background-color: #fff; 
	border-radius: 10px; 
	padding: 30px; 
	padding-top: 25px; 
	padding-bottom: 25px;
}


.ventanasuscribir
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanasuscribir.toggle
{
    top: 0; 
}



.ventananota
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventananota.toggle
{
    top: 0; 
}



.ventanabuscarcliente
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanabuscarcliente.toggle
{
    top: 0; 
}


.ocultarabsoluto
{
    left: -100%;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ocultarabsoluto.toggle
{
    left: 0;
}

.limpiar
{
    clear: both;
}

.Negroticket
{
    color: #000;
}

a
{
	text-decoration: none;
	color: #000;	
}

.tipografia
{
	
}



.encabezado_lado_derecho
{
	padding: 0px; 
	display: flex; 
	justify-content: flex-end;
}

.encabezado_lado_izquierdo
{
	padding: 0px; 
	display: flex; 
	justify-content: flex-start;
}




.VentanaModalVenta
{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	left: -100%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.VentanaModalVenta.toggle
{
	left: 0%;
}

.VentanaModalVentaMostrar
{
	left: 0%;
}

.MarcaTextoHover
{
    background-color: #fff; 
    font-weight: 400;
}

.MarcaTextoHover:hover
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}

.MarcaTexto
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}



.FaltaEditar
{
   /* background-color: #ffd7d7; */
	color:red;
    font-weight: 400;
    cursor: pointer;
}
/*
.FaltaEditar:hover
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}

*/


	
.flexdirection
{
    flex-direction: row;	
}
	



input[type="checkbox"]
{
    -webkit-appearance: none;
    border: 1px solid #e9e7e3;
    position: relative;
	outline:0px;
	width:20px;
	height:20px;
	background-color:#fff;
}

input[type="checkbox"]:hover
{
    border: 1px solid #000;
	cursor:pointer;
}
 
input[type="checkbox"]:checked
{
    border: 1px solid #000;
    background-color: #000;
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	background-position:center;
}


.sombra
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.Redondo
{
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.Redondo10
{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
	border-radius: 10px;
}




/* VENTANA MODAL */

.VentanaModal
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	display:none;
	justify-content:center;
	align-items:center;
}
.VentanaModal.toggle
{
	display:flex;
}

.VentanaModalContenedor
{
	width:65%;
	max-width:700px;
	background-color:#FFFFFF;
	text-align:center;
}


/* ALTERNAR FILAS EN TABLAS */
table tr:nth-child(even) td 
{
    /*background-color: #f7f7f7;*/
}
/* *********************** */

.renglon:hover td
{
	/*background-color:#fafcff;*/
	border-radius: 10px;
}

h1
{
	font-size:18px;
}

/* TEXT BOX */
.textbox-linea
{
	box-sizing:border-box;  
	width:100%;
	padding:10px;
	border:none;
	border:1px solid #e4e6ef;
	font-size:14px;
	color:#5e6278;
	font-weight:500;
	border-radius: 6px;
	font-family: 'Poppins', sans-serif;
}
.textbox-linea:hover
{
	outline:none;
}
.textbox-linea:focus
{
	outline:none;
	border:1px solid #a37e49;
}


.textbox-buscar
{
	box-sizing:border-box;  
	width:100%;
    max-width: 100px;
	padding:9px;
	padding-left:20px;
	border:none;
	border:1px solid #e8edf3;
	font-size:12px;
	color:#555555;
}
.textbox-buscar
{
	outline:none;
}



.textbox-sensillo
{
	box-sizing:border-box;  
	width:100%;
	padding:10px;
	border:none;
	border-bottom:2px solid #d2d2d2;
	font-size:16px;
	color:#555555;
	font-weight:300;
	
}
.textbox-sensillo:hover
{
	outline:none;
}
.textbox-sensillo:focus
{
	outline:none;
	border-bottom:2px solid #a37e49;
}




.Campo_gris
{
	box-sizing:border-box;  
	width:100%;
	padding:15px;
	border:none;
	font-size:16px;
	color:#555555;
	font-weight:500;
	background-color: #f5f8fa;
	border-radius: 10px;
}
.Campo_gris:hover
{
	outline:none;
}
.Campo_gris:focus
{
	outline:none;
}


.Campo_gris::-webkit-input-placeholder 
{
    color:    #a1a5b7;
}
.Campo_gris:-moz-placeholder 
{
    color:    #a1a5b7;
}
.Campo_gris::-moz-placeholder 
{
    color:    #a1a5b7;
}
.Campo_gris:-ms-input-placeholder 
{
    color:    #a1a5b7;
}




.oculta_buscar
{
	width:100px; 
	height:35px; 
	position:absolute;
	margin-left:180px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.oculta_buscar.toggle
{
	margin-left:100px;
}
/* ****************************** */

/* SELECT 
select{
	width:100%;
	box-sizing:border-box;
	background: #fff url(images/arrow.png);
	background-position:99.5% center;
    background-repeat: no-repeat;
   	padding: 10px;
   	font-size: 14px;
   	border:1px solid #e8edf3;
   	-webkit-appearance: none;
	border-radius:0px;
}
select:hover{
	outline:none;
}
select:focus{
	outline:none;
	border:1px solid #00b6ce;
}
*/



select
{
	box-sizing:border-box;  
	width:100%;
	padding:15px;
	border:none;
	font-size:16px;
	color:#555555;
	font-weight:500;
	border-radius: 10px;
	background: #f5f8fa url(images/chevron.svg);
	background-position:90% center;
    background-repeat: no-repeat;
	background-size: 12px;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select:hover
{
	outline:none;
}
select:focus
{
	outline:none;
}

select > option
{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 50px;
}

select:before {
   font-weight: 600;
   padding-right: 5px;
}



/* ****************************** */


.sub_titulo
{
	font-size:15px;
	color:#555555;
	font-weight:700;
}

.raya
{
	border-bottom:1px solid #ebebeb;
	width:100%;
}

.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor3
{
	float:left;
	width:33.3333%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor5
{
	float:left;
	width:20%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor75
{
	float:left;
	width:75%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor30
{
	float:left;
	width:30%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor40
{
	float:left;
	width:40%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
}

.contenedor6
{
	float:left;
	width:16.66%;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
}


.contenedor8
{
	float:left;
	width:12.5%;
	height:auto;
	padding: 10px;
	box-sizing:border-box;
}


.fondo_color1
{
	background-color:#a37e49;
}

.fondo_color2
{
	background-color:#42414c;
}


.fondo_naranja
{
	background-color:#ff9a24;
}
.fondo_naranja_claro
{
	background-color:#ffc7c8;
}
.fondo_naranja_fuerte
{
	background-color:#aa0003;
}


.fondo_gris
{
	background-color:#353b46;
}
.fondo_gris_claro
{
	background-color:#fff;
}
.fondo_gris_fuerte
{
	background-color:#23272e;
}



.fondo_azul
{
	background-color:#00b5cc;
}
.fondo_azul_claro
{
	background-color:#23b6c9;
}
.fondo_azul_fuerte
{
	background-color:#1fa3b5;
}

.fondo_amarillo
{
	background-color:#ffbf00;
}
.fondo_amarillo_claro
{
	background-color:#c9a523;
}
.fondo_amarillo_fuerte
{
	background-color:#b5941f;
}

.fondo_rosa
{
	background-color:#da2677;
}
.fondo_rosa_claro
{
	background-color:#c9236e;
}
.fondo_rosa_fuerte
{
	background-color:#b51f63;
}

.fondo_rojo
{
	background-color:#fe5546;
}
.fondo_rojo_claro
{
	background-color:#ffc7c8;
}
.fondo_rojo_fuerte
{
	background-color:#aa0003;
}



.fondo_verde
{
	background-color:#00b15f;
}
.fondo_verde_claro
{
	background-color:#14aa7b;
}
.fondo_verde_fuerte
{
	background-color:#12996e;
}

.fondo_blanco
{
	background-color:#fff;
}

.box_grande
{
	width:100%;
	height:120px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}

.box_grande_contenedor
{
	width:100%;
	height:240px;
	position:absolute;
	
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}

.box_grande_contenedor:hover
{
	margin-top:-120px;
}

.minibox_grande
{
	width:100%;
	height:120px;
	float:left;
	box-sizing:border-box;
	padding:20px; 
	display:flex; 
	align-items:center; 
	justify-content:center;
	position:relative;
	overflow:hidden;
}

.box_grande_link
{
	color:#3A3A3A;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
}

.cuarto_circulo
{
	width:120px;
	height:120px;
	background-color: rgba(0, 0, 0, 0.1);
	position:absolute;
	border-radius:50%;
	top:-60px;
	left:-60px;
}


.select10
{
	font-size: 12px !important;
}


/* BOTONES */
.boton_color1
{
	padding-top:9px;
	padding-bottom:9px;
	padding-left: 20px;
	padding-right: 20px;
	color:#fff;
	font-size:13px;
	background-color:#a37e49;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:10px;
	border:1px solid #a37e49;
	font-weight: 600;
	cursor: pointer;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_color1:hover
{
	background-color:transparent;
	border:1px solid #40404b;
	color: #40404b;
}



.boton_color2
{
	padding: 20px;
	padding-top:9px;
	padding-bottom:9px;
	color:#fff;
	font-size:13px;
	background-color:#42414c;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:10px;
	cursor: pointer;
	font-weight: 600;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_color2:hover
{
	background-color:#000;
}



.boton_listo
{
    width: 100%;
    display: block;
    box-sizing:border-box;
    height: 50px;
    background-color:#16b985;
    border-radius:5px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_listo:hover
{
    background-color:#13a275;
}


.boton_rojo
{
	padding-top:9px;
	padding-bottom:9px;
	padding-left: 20px;
	padding-right: 20px;
	color:#fff;
	font-size:13px;
	background-color:#f1416c;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:10px;
	border:1px solid #f1416c;
	font-weight: 600;
	cursor: pointer;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_rojo:hover
{
	background-color:transparent;
	border:1px solid #f1416c;
	color: #f1416c;
}


.boton_gris
{
	padding-top:10px;
	padding-bottom:10px;
    padding-left: 20px;
    padding-right: 20px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#4d5667;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_gris:hover
{
	background-color:#313641;
}


.boton_verde
{
	padding-top:9px;
	padding-bottom:9px;
	padding-left: 20px;
	padding-right: 20px;
	color:#000;
	font-size:13px;
	background-color:#dae400;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:10px;
	border:1px solid #dae400;
	font-weight: 600;
	cursor: pointer;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_verde:hover
{
	background-color:transparent;
	border:1px solid #000;
}


.boton_azul
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#00bcc3;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_azul:hover
{
	background-color:#009494;
}

.boton_negro
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro:hover
{
	background-color:#000;
}

.boton
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.fondoboton_verde
{
	background-color:#16b985;
}

.fondoboton_verde:hover
{
	background-color:#13a275;
}


.fondoboton_rojo
{
	background-color:#ff6565;
}

.fondoboton_rojo:hover
{
	background-color:#ff4c4c;
}


.fondoboton_azulrey
{
	background-color:#2095e8;
}

.fondoboton_azulrey:hover
{
	background-color:#1077c0;
}


.fondoboton_gris
{
	background-color:#403f4b;
}

.fondoboton_gris:hover
{
	background-color:#2d2c33;
}

/* ETIQUETAS */

.etiqueta_azul
{
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#26c6da;
	text-decoration:none;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.etiqueta_roja
{
	padding:7px;
	color:#f2416c;
	font-size:12px;
	background-color:#fff5f8;
	text-decoration:none;
	border-radius: 10px;
	font-weight: 600;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.etiqueta_verde
{
	padding:7px;
	color:#b6dc00;
	font-size:12px;
	background-color:#f5ffce;
	text-decoration:none;
	border-radius: 10px;
	font-weight: 600;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}




.etiqueta_dorada
{
	padding:7px;
	color:#fff;
	font-size:12px;
	background-color:#a37e49;
	text-decoration:none;
	border-radius: 10px;
	font-weight: 600;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}




.etiqueta_gris
{
	padding:7px;
	color:#3f4254;
	font-size:12px;
	background-color:#e4e6ef;
	text-decoration:none;
	border-radius: 10px;
	font-weight: 600;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.etiqueta_naranja
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#f0ad4e;
	text-decoration:none;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}



/***********************************************/





.boton_paginador
{
    width: 30px; 
    height: 30px; 
    display: flex; 
    justify-content: center; 
    align-items: center;  
    font-weight: 600; 
    font-size: 14px; 
    border: 1px solid #dee2e6; 
    border-radius: 10px;
    margin-left: 5px;
    color: #474747;
    
     -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.boton_paginador:hover
{
    background-color:#f1f1f1;
    cursor: pointer;
}

.boton_paginador_seleccionado
{
    color: #000;
    border: 0px solid #e90809;
	background-color: #a37e49;
}











.boton_azul_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#00b5cc;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_azul_cuadrado:hover
{
	background-color:#22b3c5;
}




.boton_negro_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro_cuadrado:hover
{
	background-color:#000;
}



/* ******************************************* */


#top_bar
{
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
    height: 50px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	box-sizing:border-box;
	padding-right: 10px;
	position: relative;
	padding-left: 70px;
}

#top_bar_titulo
{
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	height:50px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding-left: 70px;
}

#boton_menu_movil
{
	background-color: #a37e49; 
	width: 120px; 
	height: 120px; 
	position: absolute; 
	display: none; 
	justify-content: center; 
	align-items: center; 
	top: -60px; 
	left: -60px; 
	border-radius: 100px; 
	cursor: pointer;
}

.boton_top
{
	text-decoration:none;
	float:right; 
	width:50px; 
	height:auto; 
    padding: 0px;
	display:flex; 
	justify-content:center; 
	align-items:center;
}

.boton_top > span
{
	text-decoration:none;
}

.boton_top:hover
{
	/*background-color:#f9fafc; */
}

.circulo
{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px #ccc solid;
}


.menu_scroll
{
	float:left;
	position:fixed;
	background-color:#fff;
	width:140px;
	height:100%;
	top:0;
	left:0;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}


.menu_scroll.toggle
{
	left:0;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
	

#menu
{
	background-color:#fff;;
	width:140px;
	height:100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}



/* SCROOL */
#menu::-webkit-scrollbar {
    -webkit-appearance: none;
}

#menu::-webkit-scrollbar:vertical {
    width:5px;
}

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

#menu::-webkit-scrollbar:horizontal {
    height: 5px;
}

#menu::-webkit-scrollbar-thumb {
    background-color: #97a0af;
    border-radius: 20px;
    border: 1px solid #f1f2f3;
}

#menu::-webkit-scrollbar-track {
    border-radius: 5px;  
}
/* SCROOL */

#espaciador_menu
{
	float:left;
	width:74px;
	height:100px;
}

.boton_menu
{
	width:60px;
	height:60px;
	margin-top:10px;
	background-color:#f7f9fb;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
    box-sizing: border-box;
	text-decoration:none;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton_menu .icono_menu
{
	font-size:22px;
	color:#42414c;
	text-decoration: none;
}

.boton_menu .icono_menu:hover
{
	color:#a37e49;
}

.boton_menu:hover
{
	cursor:pointer;
	background-color: #f7f9fb;
	overflow: visible;
}



.etiqueta
{
	font-size: 12px; 
	margin-left: 10px; 
	position: absolute; 
	padding: 15px; 
	border-radius: 5px; 
	background-color: #fff; 
	color: #42414c; 
	cursor: pointer;
	opacity: 0;
	left: 30px;
	
	-webkit-box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.33); 
	box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.33);
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_menu:hover .etiqueta
{
	left: 100px;
	opacity: 1;
}


.boton_configuracion
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:auto;
	font-size:30px;
	color:#97a0af;
	text-align:center;
	cursor:pointer;
	background-color:#2e343c;
	padding-top:10px;
    box-sizing: border-box;
}

.boton_configuracion:hover
{
	color:#fff;
}




@media only screen and (max-width:1400px)
{
	#todo
	{
		padding-left: 140px;
	}
	
	#top_bar
	{
		padding-left: 140px;
	}

	#top_bar_titulo
	{
		padding-left: 140px;
	}
}





@media only screen and (max-width:1050px)
{

	.menu_scroll
	{
		left: -180px;
	}
	
	#boton_menu_movil
	{
		display: flex;
	}

	.margentopcomanda
	{
		margin-top:20px;
	}
	
	.flexdirection
	{
		flex-direction: row;
	}
	
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
  
  
.contenedor3
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor4
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}


.contenedor5
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}


	
	
}



@media only screen and (max-width:1024px)
{
	#todo
	{
		padding-left: 0px;
	}
	
	#top_bar_titulo
	{
		padding-left: 0px;
	}
}




@media only screen and (max-width:750px)
{

.encabezado_lado_derecho
{
	margin-top: 10px;
	justify-content: center;
}

.encabezado_lado_izquierdo
{
	justify-content: center;
}

.flexdirection
{
	flex-direction: column;	
}
	
.oculta_buscar
{
	margin-left:100px;
}

.contenedor2
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
  
  
.contenedor3
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor4
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor5
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
	
	.contenedor75
	{
			float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
	}
	
	

}


@media print
{
    .NoImprimir
    {
        display: none;
    }
    
    #resultados
    {
        padding-left: 30px;
    }
    
    #top_bar_titulo
    {
        padding-left: 0px;
    }
    
    #menu_scroll
    {
        left: -180px;
    }
    
    #todo
    {
        padding: 0px;
    }
    
    #top_bar_titulo
    {
        display: none;
    }
    
    #botonera
    {
        display: none;
    }
    
    body
    {
        background-color: #fff;
    }
    
    #top_bar
    {
        display: none;
    }
}