
html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 100%;
  color: black;
  background-color: #ebf3fa;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  /*background-image: url(../imagenes/racoresBosado.webp);*/
}

h1 {
  margin: 40px;
}

/*NUEVOS*/


.logotipo img {
  padding: 3px;
  text-align: left;
  background-color: white;
  border: black solid 1px
}

#cabecera h1 {
  color: #70b231;
  text-shadow: 0px 2px 1px #333;
  font-size: 40px;
  font-family: 'Roboto', sans-serif, Helveta, arial;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  transition: all 300ms;
  /*tiempo que tardara en cambiar de estilo. En este caso con el hover de abajo*/
}

  #cabecera h1:hover {
    text-shadow: 0px 2px 1px #333, 0px 0px 4px #333;
    /*Transicion de sombreado. Cambia y da la sensacion de iluminado*/
  }

#menu {
  width: 100%;
  height: 180px;
  background-color: #878787;
  color: white;
  font-family: 'Roboto', sans-serif, Helveta, arial;
  text-align: center;
  box-shadow: 0px 0px 2px gray;
}

  #menu ul {
    list-style-type: none;
    text-decoration: none;
    margin: 0px auto;
    height: 180px;
  }

  #menu > ul > li {
    line-height: 180px;
    float: left;
    /* border-right: 1px solid gray; */
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
  }

    #menu > ul > li a {
      display: block;
      /*transformo a block para añadir padding y darle separacion que quiera a <a>*/
      padding-left: 20px;
      padding-right: 20px;
      color: white;
      text-decoration: none;
      transition: all 300ms;
      /*para el cambio de estilo en el hover*/
    }


/*
FIN NUEVO
*/
/* efectos para el contenedor de pantalla completa */
#contenedor {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column;
  margin: 30px;
  margin-bottom: 160px;
  /* padding: 0px;*/
  min-width: 100vw;
  /*min-height: 100vh;*/
  width: 100%;
  height: 100%;
  background-color: #ebf3fa;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/* efectos para el contenedor de pantalla completa */
#contenedorLogin {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 160px;
  min-width: 100vw;
  width: 100%;
  height: 100%;
  background-color: #ebf3fa;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}



/* contenedor del login a la izquierda */
#contenedorcentrado {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column;
  min-width: 380px;
  max-width: 900px;
  width: 90%;
  height: 80%;
  background-color: white;
  /*opacity: 0.50;
    filter: alpha(opacity=50);*/

  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  box-sizing: border-box;
}

#abajo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.Filtros input {
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  color: black;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

/* formulario de login */
#login {
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  padding: 30px 30px 50px 30px;
  background-color: rgb(145, 41, 41);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  opacity: 1;
  text-align: center;
}


#recuperar_pass {
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  padding: 30px 30px 50px 30px;
  background-color: rgb(145, 41, 41);
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  opacity: 1;
  text-align: center;
}

.Login1 {
  width: 100%;
}

#login label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 120%;
  color: white;
  margin-top: 15px;
}

#login input {
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  color: black;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

  #login input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: #E4E4E4;
  }

  #login input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 110%;
    color: white;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: #3c4245;
    margin-top: 10px;
    cursor: pointer;
  }

    #login input[type=submit]:hover {
      background-color: black;
      color: #dfcdc3;
      cursor: pointer;
    }

#login a {
  text-decoration: none;
  color: white;
}


#recuperar_pass input {
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  color: black;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

  #recuperar_pass input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: #E4E4E4;
  }

  #recuperar_pass input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 110%;
    color: white;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background-color: #3c4245;
    margin-top: 10px;
    cursor: pointer;
  }

    #recuperar_pass input[type=submit]:hover {
      background-color: black;
      color: #dfcdc3;
      cursor: pointer;
    }

#recuperar_pass a {
  text-decoration: none;
  color: white;
}

#recuperar_pass label {
  text-decoration: none;
  color: white;
}

#recuperar_pass p {
  text-decoration: none;
  color: white;
}

#recuperar_pass span {
  text-decoration: none;
  color: white;
}

/* seccion de la derecha */
/* por defecto */
#derecho {
  text-align: center;
  width: 100%;
  padding: 0px 20px 20px 20px;
  box-sizing: border-box;
}

.titulo {
  font-size: 300%;
  color: black;
}

.logo-empresa img {
  width: 60%;
}

hr {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #dfcdc3;
}

.pie-form {
  font-size: 90%;
  text-align: center;
  margin-top: 15px;
}

  .pie-form ul {
    text-align: left;
    /*list-style-image: url("../imagenes/icons8-orden-de-producción-8.png");*/
    list-style-type: none;
  }

  .pie-form .list li {
    list-style: none;
    /*font-size: 24px;*/
    /*font-weight: bold;*/
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }

.pie-form .list li img.icon {
  margin-right: 10px; /* Espacio entre el icono y el texto */
  width: 20px; /* Ajusta el tamaño del icono */
  height: 20px; /* Ajusta el tamaño del icono */
}



ul li {
  position: relative;
  /* Necesario para posicionar el marcador */
  padding-bottom: 0px;
  /* Espacio para el marcador personalizado */
  /*margin-bottom: 5px;*/
}

.pie-form ul li {
  margin-bottom: 10px;
  font-size: large;
}



.pie-form a {
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 3px;
}

  .pie-form a:hover {
    color: #719192;
  }

.pie-form p{
  font-size:large;
}


.content,
.sidebar,
.wf-cell,
.wf-usr-cell,
.wf-wrap,
.wpb_row {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}


.wf-float-left {
  padding: 5px;
}


#DivDescarga input {
  background-color: rgb(145, 41, 41);
  color: white;
}

  #DivDescarga input:hover {
    background-color: #3c4245;
    color: white;
  }


.UsuarioConectado {
  font-size: 16px;
  /* margin-right: 20px;*/
}

/*FIN DEL FOOTER*/

/*MEDIAS QUERYS*/


@media (max-width: 780px) {

  #abajo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #derecho {
    text-align: center;
    width: 100%;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
  }

  .wf-1-5 {
    width: 40%;
  }
}
