#menu {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    background-color:#D76009;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
    float:left;
    list-style:none;
}
#menu li a {
    background-color: #D76009;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    float:left;
}
#menu li a:hover {
    background-color: #EEEEEE;
    color: #D76009;
}
.menu_select {
    width:97%;
    float:left;
    display:none;
    position:relative;
}
#selectme {
    width:80%;
    background-color:#D76009;
    color:#ffffff;
    padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align:left;
    cursor:pointer;
    float:left;
}
ul#options {
    width:100%;
    float:left;
    margin:0px;
    padding:0px;
    display:none;
}
ul#options li {
    width:98%;
    float:left;
}
ul#options li a {
    color: #ffffff;
    padding:10px;
    font-weight: bold;
    text-align:left;
    text-decoration:none;
    cursor:pointer;
    margin-bottom:1px;
    width:100%;
    float:left;
}
ul#options li a:hover {
    color:#000000;
    background-color:#EEEEEE;
    text-decoration: none;
}

#arrow {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
.down {
    background-image:url("img/rollOver.png");
    background-repeat:no-repeat;
    height:20px;
    width:20px;
}
.up {
    background-image:url("img/left.png");
    background-repeat:no-repeat;
    height:20px; 
    width:20px;
}


/*************styles olvido ****************/

.Estilo15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #D76009;
}

.Estilo18 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #D76009; }

.Estilo20 {font-family: Verdana, Arial, Helvetica, sans-serif}

/************ styles crm *****************/
.contenedor-header{
    width: 100%;
    margin: 0px;
}

.Estilo1 {
	color: #000066;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.btn-salir{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    color: #f3470e;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    width: 50%;
    border:solid 2px #f3470e;
}
.btn-salir:hover{
    cursor:pointer;
    background: #ffebe6;
}
.btn-actualizar-blue{
    padding: 10px;
    background: #62c7c8;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    width: 20%;
    border:solid 2px #62c7c8;
    margin-top: 50px;
}
.btn-actualizar-blue:hover{
    cursor:pointer;
    background: #fff;
    color: #62c7c8;
}
.btn-actualizar-blue-dark{
    padding: 10px;
    background: #171717;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    width: 20%;
    border:solid 2px #171717;
    margin-top: 50px;
}
.btn-actualizar-blue-dark:hover{
    cursor:pointer;
    background: #fff;
    color: #171717;
}
.btn-consultar{    
    background: #fff;
    border-radius: 5px;
    color: #f3470e;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    border:solid 1px #f3470e;
    padding: 8px;
}
.btn-consultar:hover{
    cursor:pointer;
    background: #ffebe6;
}
.btn-consultar-blue{    
    background: #171717;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    border:solid 1px #171717;
    padding: 8px;
}
.btn-consultar-blue:hover{
    cursor:pointer;
    background: #fff;
    color:#171717;
}
.titulos-azules td span{
    color: #171717;
}
.fila1 td{
    padding-top: 8px;
    padding-bottom: 8px;
}
.fila1 td input{
    border: none;
    outline: none;
    border-radius: 0px;
    border-bottom: dashed 0.5px #171717;
}
.btn-excel{
    display: flex;
    padding: 10px 30px;
    color: #62c7c8;
    font-weight: 700;
    border: solid #62c7c8 1px;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 20px;
}
.btn-excel:hover{
    background:#62c7c8; 
    color: #fff;
}


/*****************styles pass ******************/

.cambio-pass{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D76009;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}
.cambio-pass h2{
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 20px;
}
.cambio-pass div{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
}
.cambio-pass div h3{
    color:#000033;
    font-weight: 400;
    font-size: 17px;
}
.cambio-pass div input{
    padding: 5px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
}
.cambio-pass .pass-btns{
    margin-top: 30px;
    display: flex;
    gap:30px;
}
.cambio-pass .pass-btns input{
    padding: 10px;
    background: #f3470e;
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}
.cambio-pass .pass-btns input:hover{
    background: #b93008;
}
.cabecera-img{
    width: 100%;
    height: auto;
}

/*********************styles pedidos **********************/

.Estilo25 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; }
.img_banner {
    width: 40px;
    height: 40px;
    }
.img_banner:hover {
    width: 100px;
    height: 100px;
    }


/******************************** styles gestion ***************************/

    .suggestion_list	{	background: white;	border: 1px solid;	padding: 4px;	}
    .suggestion_list ul	{	padding: 0;	margin: 0;	list-style-type: none;	}
    .suggestion_list a	{	text-decoration: none;	color: #000000;	}
    .suggestion_list .selected	{	background: #CCCCCC;	color: white;	}
    .suggestion_list .selected a	{	color: white;	}
    #autosuggest		{	display: none;				}
  
  .Estilo2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #D76009;
    font-weight: bold;
  }

  
 
/**************************styles det_pedido ******************/


.Estilo30 {font-size: 10px}


/********************styles remision****************/

.Estilo8 {
	font-size: 24px
}

.Estilo19 {color: #D76009; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.Estilo25 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Estilo26 {color: #994506}
.Estilo27 {color: #994506; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Estilo28 {color: #994506; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.Estilo29 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;}


/***************************styles leer_lista*******************/

.Estilo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D76009;
}

/***********************styles uploader**********************/


.Estilo1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 16px;
	font-weight: bold;
}
.Estilo2 {	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.Estilo5 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000066; font-size: 14px; }
.Estilo8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }

/******************************styles inf_consolidado_productos****************************/

.Estilo30 {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
}


/****************************styles inf_producto_cc_excel***************************/

.Estilo4 {color: #D76009}
.Estilo7 {color: #5F7CAD}
.Estilo12 {color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.Estilo29 {color: #000066}

/************************styles lis_usuario******************/

.Estilo24 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }


/*****************************styles crm 2025 *************************************/
.contenedor-principal{
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: url(img/fondo-texturas-3.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.contenido-principal{
    flex:1;
}
.contenedor-header{
    width: 100%;
    padding-bottom: 15px;
}
.contenedor-header header{
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 4px rgba(33, 51, 67, .12);
}
.contenedor-header header .logo-header{
    width: 20%;
}
.contenedor-header header nav{
    width: 60%;
}
.contenedor-header header nav #menu{
    display: flex;
    justify-content: center;
    background: transparent;
}
.contenedor-header header nav #menu li a{
    background: transparent;
    color: #213343;
    font-weight: 600;
}
.contenedor-header header nav #menu li a:hover{
    color: #62c7c8;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.contenedor-header header .actions{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.contenedor-header header .logo-header img{
    width: auto;
}
.banner-crm{
    width: 100%;
    height: auto;
    border-radius: 100px;
    padding:5%
}

.contenedor-principal .bienvenido{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: Verdana, sans-serif;   
}
.contenedor-principal .bienvenido h3{
    color: #213343;
    font-size: 25px;
}
.contenedor-principal .bienvenido .datos-user{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    color: #213343;
    margin-top: 20px;
}
.contenedor-footer{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Verdana, sans-serif;  
    color: #213343;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 20px rgba(33, 51, 67, .12);
    margin-top:60px;

}


*{
    box-sizing: border-box;
}
.form-index{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-inicio{
    width: 198px;
    height: 100px;
}
.inicio{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portada h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px;
}
.portada h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.ingreso h3{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #D76009;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ingreso span{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ingreso p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #113512;
    font-weight: bold;
}
.ingreso{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    padding:50px;
}
.ingreso .link-pass{
    color: #113512;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    font-size: 12px;
}
.ingreso .link-pass:hover{
    color: #54c4c8;
}
.portada{
    width: 70%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-index .tit-input{
    color: #171717;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    font-weight: 600;
}
.form-index input{
    width: 100%;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    outline: none;
}
.form-index .recordarme{
    display: flex;
    align-items: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    font-weight: bold;
}
.form-index button{
    padding: 10px;
    background: #f3470e;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border: none;
    width: 100%;
    margin: 20px 0px;
    cursor: pointer;
    font-weight: 700;
}
.form-index button:hover{
    background: #b93008;
}
.btn-liquidar{
    padding: 10px;
    background: #f3470e;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    border: none;
    width: 30%;
    margin: 20px 0px;
    cursor: pointer;
    font-weight: 700;
}
.btn-liquidar:hover{
    background: #b93008;
}
.encabezado-contable td:first-child{
    border-radius: 0px !important;
}
.encabezado-contable td:last-child{
    border-radius: 0px !important;
}
.top-encabezado-contable td{
    border-bottom: solid 1px #fff;
}
.fila-encabezados td{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 2px #f3470e;
    border-bottom: solid 2px #f3470e;
    background-color: #f3470e;
}
.informe3 td{
    font-size: 13px;
}
.informes-crm{
    width: 100%;
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}
.informes-crm .informe-os{
    display: flex;
    flex-direction: column;
    background: #62c7c8;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    row-gap: 30px;
    max-width: 25%;
    text-align: center;
    min-width: 25%;
}
.informes-crm .informe-os a{
    color: #171717;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.informes-crm .informe-os a:hover{
    color: #fff;
}
.his-pro-cc{
    border-collapse: collapse;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.gestion-pedidos{
    border-collapse: collapse;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.gestion-pedidos thead{
    background: #62c7c8;
    color:#fff;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: solid 2px #62c7c8;
}
.gestion-pedidos thead td{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.gestion-pedidos thead td:first-child{
    border-bottom:solid 1px #fff;
}
.gestion-pedidos thead tr:first-child td:first-child{
    font-size: 18px;
}
.gestion-cliente{
    color:#171717 !important;
    font-family: Verdana, sans-serif;
    font-weight: 700;
}
.gestion-input{
    border: none;
    outline: none;
    color:#171717;
    border-radius: 5px;
    padding: 10px;
}
.tit-azul{
    color:#171717;
    text-align:center;
}
.fila-encabezados td:first-child{
    border-left:solid 2px #f3470e;
    border-radius: 10px 0px 0px 0px;
}
.fila-encabezados td:last-child{
    border-right:solid 2px #f3470e;
    border-radius: 0px 10px 0px 0px;
}
.fila-encabezados td span{
    color: #fff;
    text-align: center;
    display: block;
    font-family: Verdana, sans-serif;
    font-weight: 700;
}
.prod-fila-gestion td{
    border-bottom: 1px solid #62c7c8;
}
.prod-fila-gestion td:first-child{
    border-left: 2px solid #62c7c8;
}
.prod-fila-gestion td:last-child{
    border-right: 2px solid #62c7c8;
}
.font-size14px{
    font-size: 14px !important;
}
.prod-fila-ped td{
    border-bottom: 1px solid #f3470e;
    text-align: center;
    font-family: Verdana, sans-serif;
}
.margintop100px{
    margin-top: 100px;;
}
.padding-10px td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.prod-fila-ped td:first-child{
    border-left: 2px solid #f3470e;
}
.prod-fila-ped td:last-child{
    border-right: 2px solid #f3470e;
}
.prod-fila-ped td input{
    border: none;
    border-bottom: solid 1px #62c7c8;
    outline: none;
    text-align: center;
}
.prod-fila-ped td span{
    font-size: 10px;
    text-align: center;
}
.buscador-prod-pedidos{
    display: flex;
    padding-left: 10%;
}
.buscador-prod-pedidos input{
    outline: none;
    padding: 10px;
    border: none;
    border-bottom: solid 1px #f3470e;
    box-shadow: 0px 6px 10px rgba(33, 51, 67, .12);
}
.pedido-numero{
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
    justify-content: space-between;
    padding-bottom: 20px;
}
.pedido-numero span{
    color:#f3470e ;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.pedido-numero a{
    display: flex;
    font-family: Verdana, sans-serif;
    color: #62c7c8;
    font-weight: 600;
    text-underline-offset: 5px;
    text-decoration: underline;
}
.pedido-numero a:hover{
    color:#f3470e;
}
.margin-bottom-20px{
    margin-bottom: 20px;
}

/* Estilo del div que tendrá el video de fondo */
.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa toda la pantalla */
    overflow: hidden;
}

/* El video debe cubrir todo el espacio del div */
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el video cubra todo el div sin distorsión */
    transform: translate(-50%, -50%); /* Centra el video */
}

/* Contenido encima del video */
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/********************************RESPONSIVE***************************/
@media only screen and (max-width: 768px) {
  .inicio {
    flex-direction: column;
  }
  .ingreso{
    width: 100%;
  }
  .portada{
    width: 100%;
    min-height: 50vh;
  }
  .informes-crm .informe-os{
    width: 40%;
  }
}
#menu-mobile{
    display: none;
}
@media only screen and (max-width: 768px) {
    #menu-desktop { 
        display: none !important; 
    }
    #menu-mobile{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .contenedor-header #menu-mobile .logo-header{
        width: 50%;
    }
    .contenedor-header #menu-mobile .actions{
        width: 50%;
    }
    .contenedor-header #menu-mobile nav{
        width: 100%;
    }
    nav select { display: inline-block; width:100%; background-color: #000; color:#FFF; font-size: 16px; font-weight: bold; }
    nav .menu_select { display: inline-block; width:100%; background-color: #000; color:#FFF; font-size: 16px; font-weight: bold; }
}
