html {
  height: 100%;
  width: 100%;
  /*font-family: 'Oswald', sans-seri;*/
  font-family: "PT Sans", sans-serif;
}

h1 {
  font-size: 2.3em;
}
p {
  font-size: 1.2em;
  word-spacing: 0.2em;
}

hr {
  border-color: #424242;
  height: 4px;
}

footer {
  text-align: center;
  background-color: #00d5ff;
  padding: 1em 0;
  margin-top: auto;
}

body {
  margin: 0;
  background-color: #231f1f;
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.contenidoDiv {
  margin: 1cm;
}

.logo {
  background-color: #00d5ff;
  text-align: center;
  padding: 1cm;
  margin: 0;
}

.fullscreen {
  margin: 0;
}

.imageninicio {
  width: 100%;
  height: 17.5cm;
}

@media only screen and (max-width: 600px) {
  .imageninicio {
    content: url('../trabajos/IMG3Corto.jpg');
  }
}

.contenedor {
  position: relative;
}
.contenedor img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.contenido {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: white; /* El COLOR del la letra de inicio RECORDAR*/
}

.contenido h1, .contenido h2 {
  color: white;
}

.over {
  white-space: nowrap;
}
.botonLink {
  padding: 15px 40px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  border-color: #007bff;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s, border-color 1s; 
}
.botonLink:hover {
  background-color: #2a1dd7;
  border-color: #2a1dd7;
}
.botonLink a {
  color: white;
  text-decoration: none;
}

.qs{
  margin-left: 8cm;
  margin-right: 8cm;
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 600px) {
  .qs {
  margin-left: 0.5cm;
  margin-right: 0.5cm;
  }
}


/*
.empresarios {
  margin-left: 7cm;
  margin-right: 7cm;
}
.empresariosIMG {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  align-items: center;
}*/

.empresasDiv {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 5cm;
}
.parrafoEmpresas {
  width: 700px;
  margin-right: 2cm;
}
.empresasIMG {
  width: 700px;
  margin-right: none;
}
@media only screen and (max-width: 600px) {
  .empresasDiv {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .empresasIMG {
    content: url('../trabajos/IMGTrabajoCorto.jpg');
    width: 300px;
  }
  .parrafoEmpresas {
    width: calc(100% - 0cm);
    margin: 0.2cm auto;
    align-items: center;
  }
}

.cualquierCosa {
  padding-left: 40px;
}

.aEmpr {
  text-decoration: none;
  color: white;
}

.taman {
   font-size: 1.4em;
}