@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");

header {
  height: 300px;
}

#contenedor {
  width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#botonera_principal {
  width: 940px;
  height: 70px;
  border-left: 20px solid #02c39a;
  background-color: #fff;
}

#botonera_principal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#botonera_principal ul li {
  display: inline;
}

#botonera_principal ul li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  text-align: center;
  border-right: 1px dotted #ccc;
  width: 187px;
  height: 70px;
  line-height: 70px;
  margin: 0px;
}

#botonera_principal ul li a:hover {
  background-color: #f0f3bd;
  padding: 0;
}

#marca {
  height: 200px;
  padding-top: 27px;
  border-left: solid 20px #fd286f;
  background: rgb(160, 244, 215);
  background: linear-gradient(0deg,
      rgba(160, 244, 215, 0.9957876175548589) 0%,
      rgba(18, 161, 123, 1) 100%);
}

#contenido {
  margin: 30px !important;
  padding: 20px;
  background-color: #fff;
  border-left: 20px solid #02c39a;
  border-top: 20px solid #02c39a;
  border-bottom: 20px solid #02c39a;
  border-right: 20px solid #02c39a;
}

#contenido2 {
  margin: 30px !important;
  padding: 50px;
  border-radius: 16px;
  background-color: #fff;
  border-left: 8px solid #02c39a;
  border-top: 8px solid #02c39a;
  border-bottom: 8px solid #02c39a;
  border-right: 8px solid #02c39a;
}

input,
textarea {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
}

body {
  background: #f6f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  /* height: 100vh;
  margin: -20px 0 50px; */
}

h1 {
  font-weight: bold;
  margin: 0;
  font-size: 36px;
  color: rgb(255, 255, 255);
  padding: 20px;
}

h2 {
  text-align: center;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 1px 10px;
}

button {
  border-radius: 20px;
  border: 1px solid #212529;
  background-color: #4b43c5;
  /* border: 1px solid #ff4b2b;
  background-color: #ff4b2b; */
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

/* div.menu.sticky-top {
  position: fixed;
} */

.enviar2 {
  border-radius: 20px;
  border: 1px solid #ff4b2b;
  background-color: #ff4b2b;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 0 50px;*/
  /* padding: 20px 0px 0px 10px;
  height: 100%; */
  text-align: center;
}

input,
input#nombre,
input#apellido,
input#telefono,
input#email,
input#pwd,
input#correo {
  text-align: center;
  width: 18rem;
}

input {
  background-color: #eee;
  border: none;
  padding: 8px 5px;
  margin: 8px 0;
  width: 100%;
}

.actividad {
  height: auto;
  width: 100%;
  /* background-color: chartreuse; */
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card {

  padding: 26px;
  box-shadow: 10px 15px 20px 15px #6060f3;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.card-body {

  /* background-color: #ff0000; */
  margin: auto;
}

.item-1 {

  /* background-color: blueviolet; */
  width: 120px;
  height: 120px;
  padding: 20px;
  margin: auto;
  border: 10px solid #000000 !important;
  border-radius: 90px !important;
  /* min-width: 300px; */
}

input.enviar2 {
  border: 2px solid rgb(0, 81, 255);
  background-color: rgb(0, 81, 255);

}

a.boton_ver {
  color: #fff;
  border-radius: 16px;
  border: 2px solid rgb(0, 81, 255);
  background-color: rgb(0, 81, 255);
  font-weight: bold;
  padding: 10px 15px;
}

a.boton_editar {
  color: #000000;
  border-radius: 16px;
  border: 2px solid rgb(81, 255, 0);
  background-color: rgb(81, 255, 0);
  font-weight: bold;
  padding: 5px 15px;
}

.boton_borrar {
  border-radius: 16px;
  border: 2px solid red;
  background-color: red;
  font-weight: bold;
  padding: 5px 15px;
}

.contenedor-tabla {
  width: 75% !important;
}

/* ************** Tabla Fichadas ************** */
.boton_borrar_fichada {
  border-radius: 16px;
  border: 2px solid red !important;
  background-color: red !important;
  font-weight: bold;
  padding: 0px 35px;
}

#boton_send {
  /* border: 2px solid rgb(0, 81, 255);
  background-color: rgb(0, 81, 255); */
  border: 2px solid rgb(28, 24, 24);
  background-color: rgb(99, 99, 100);
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
}

a.boton_editar {
  color: #000000;
  border-radius: 16px;
  border: 2px solid rgb(81, 255, 0) !important;
  background-color: rgb(81, 255, 0) !important;
  font-weight: bold;
  height: 40px !important;
  margin-top: -5px;
  /* padding: 0px 35px; */
}

#uno_dos {
  height: auto;
  width: 100%;
  /* background-color: chartreuse; */
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#uno {
  /* background-color: blueviolet; */
  width: 25rem;
  height: 100px;
  margin-bottom: 100px;
  /* min-width: 300px; */
}

#dos {
  /* background-color: rgb(209, 222, 28); */
  width: 50rem;
  height: 100rem;
  padding-top: 40px;
  /* min-width: 300px; */
}

#contenedor-tabla-fichada {
  display: block;
  /* block; none; */
}

#alerta {
  margin-top: 1 0px;
  display: none;
}

#alerta p {
  color: mediumseagreen;
}

/* tabla {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  margin-right: auto;
} */

thead {
  color: rgb(36, 36, 36);
}

/* tbody.tr {
  border-style: solid !important;
  border-color: black !important;
  border-width: 5px !important;
}

tbody, thead, tr {
  /*border-color: inherit;
  height: 10px !important;
  border-style: solid !important;
  border-width: 5px !important;
  border-color: black !important;
}*/

tr,
th {
  text-align: center;
  /* width: 15px !important; */
  /*120px !important;*/
  border-style: solid !important;
  border-color: black;
  border-width: 5px;
}

th,
td {
  text-align: center;
  padding: 5px 0;
  /* text-align: center;
  width: 150px !important; */
}

tbody tr:hover {
  background: #fff;
  color: #565a5d;
}

.danger {
  color: red;
}

footer {
  background-color: #02c39a;
  padding: 20px;
  border-left: 20px solid #fd286f;
}

.alerta-advertencia {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alerta {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* ================== Novedades ===================*/
h1,
h2 {

  font-family: 'Alfa Slab One', cursive;
}

.lista-novedades {

  margin: 0;
  padding: 0;
  list-style: none;
}

.lista-novedades li {

  margin-top: 10px !important;
  margin: 4px 0;
}

.lista-novedades li a {

  background-color: #fff;
  font-family: 'Alfa Slab One', cursive;
  text-decoration: none;
  font-size: 1.2rem;
  color: #a0a0a0;
  transition: all .2s ease-in-out;
  display: block;
}

.lista-novedades li a:hover {

  color: #212529;
  background-color: #dadada;
}

.lista-novedades li a img {

  width: 120px;
  height: 50px;
  filter: grayscale();
  transition: all .2s ease-in-out;
  margin-right: 1rem;
  opacity: 0.7;
}

.lista-novedades li a:hover img {

  filter: none;
  margin-right: 1.4rem;
  opacity: 1;
}

#Novedades div.mb-3 {
  width: 100% !important;
}

#Novedades {
  box-shadow: 10px 15px 20px 15px #6060f3;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#titulo-boton {
  display: flex;
}

/* ================== Testimonios ================= */
.testimonios {

  background-color: #dadada;
  padding-bottom: 4rem !important;
}

.testimonio {

  text-align: center;
  padding: 50px 20px;
}


/* ================== epp ==================== */
#seccion_epp {
  margin-left: 40%;
  margin-right: 40%;
}

@media (max-width: 1024px) {
  #seccion_epp {
      margin-left: 10%;
      margin-right: 10%;
  }    
}

#epp {

  /* background-image: url("/image/operator.jpg"); */
  background-position: 20px 20px;
  /* background-position: center; */
  background-size: 600px 410px;
  /* background-color: rgb(35 74 207 / 27%); */
  /* background: linear-gradient(#e66465, #9198e5); */
  background: #c6ccd4;
  /* rgba(67, 68, 67, 0.096);*/
  background-repeat: no-repeat;
  /* background-color: red;/* rgba(67, 68, 67, 0.096); */
  border-radius: 15px;
  box-shadow: 0px 10px 10px -6px black;
  /* width: 650px; */
  height: 1700px;
  margin-top: 30px;
  /* padding: auto; */
  margin-bottom: 110px;
}

form.row.g-32 {
  /* width: 512px !important; */
  /* align-content: center; */
  /* margin-left: 30px !important; */
  padding-left: 8px !important;
  padding-top: 22px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
}

#wrapper {
  background: #e5e5e5;
}

#vehi {
  display: none;
  /* visibility: hidden; */
}


/* ======================= Fin ================== */


