:root {
  --main-color: #6ca7cf;
}

.lopdContainer {
  max-width: 1080px;
  margin: auto;
}

.lopd,
.infobasica {
  background-image: url(../images/sign.jpg);
  background-position: center;
  background-size: cover;

  border: var(--main-color);
  border-radius: 0px;
  border-bottom-style: solid;
  padding: 0;
  margin-top: 0px;
  height: 200px;
  margin-bottom: 50px;
}

.infobasica {
  background-image: url(../images/sign2.jpg);
}

.lopdOver,
.infobasicaOver {
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lopdOver div,
.infobasicaOver div {
  color: white;
  font-size: 3em;
  text-align: center;
}
.lopdPunto {
  width: 80%;
  margin: auto;
  text-align: justify;
}

.lopdPunto h3 {
  font-weight: 800;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.lopdPunto h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.lopdPunto p,
.lopdPunto ul li {
  font-weight: 200;
  margin-bottom: 0.5em;
}
.lopdPunto p {
  margin-bottom: 1em;
  text-indent: 1.5em;
}

.lopdPunto a,
.lopdPunto a:visited {
  font-weight: 400;
}

.lopdPunto a:hover {
  color: var(--main-color);
}
.lopdPunto ul li {
  margin-left: 2em;
}

table {
  border-style: solid;
  border-collapse: collapse;
  border-width: 2px;
  margin-bottom: 2em;
  margin-top: 1em;
}
th {
  font-weight: 400;
  border-style: solid;
  border-width: 2px;
  padding: 1%;
}

td {
  font-weight: 200;
  border-style: solid;
  border-width: 2px;
  padding: 1%;
  text-align: justify;
}
.lopdEnlace,
.lopdEnlace:visited {
  text-align: center;
  display: block;
  color: var(--main-color);
  text-decoration: underline;
  margin-bottom: 2em;
}
