body {
  font-family: 'Titillium Web', sans-serif;
}

nav.bg-light {
  background-color: #00609b !important;
}

.navbar-brand > img {
  width: 230px;
  height: 70px;
}

.navbar-toggler {
  border: solid 2px white !important;
}

.fa-bars {
  color: white;
  font-size: 1.2em;
}

/* nav > ul{
    margin: 0px 0px;
}
nav > ul > a{
    font-size: 1.2em;
    color: white;
    padding: 10px 10px;
}
nav > ul > a:hover{
    color: black;
    background-color: white;
    text-decoration: none;
} */
.nav-link {
  color: white !important;
  border: 2px solid transparent;
  font-size: 1.2em;
}

.nav-link:hover {
  border: 2px solid white;
}

section {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  padding: 100px 80px;
}

#titulo {
  /* position: relative; */
  justify-content: center;
  text-align: center;
  height: 100vh;
}

#img-title {
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  background: url(../img/img_title2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#img-titlebk {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}

/* #img-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/img_title2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#img-titlebk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}*/

#txt-title {
  z-index: 4;
}

/* Temporal */

#txt-title h1 {
  color: white;
  font-weight: bold;
  font-size: 2.5em;
}

/* #ctc-title {
  text-align: center;
  margin: 20px 20px;
  padding: 30px 30px;
} */

/* Anuncio */

.anuncio {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

#contenido-anuncio {
  z-index: 99;
  border-radius: 5px;
  position: relative;
  width: 1000px;
}

#contenido-anuncio img {
  width: 100%;
}

.boton-cerrar {
  position: absolute;
  margin: 0;
  font-size: 32px;
  right: 14px;
}

.boton-cerrar:hover {
  cursor: pointer;
  color: #be0027;
}

.texto-anuncio {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.anuncio-img {
  padding-top: 20px;
  width: 60%;
}

.anuncio-img img {
  width: 100%;
}

.texto-anuncio h2,
.texto-anuncio p {
  padding-top: 30px;
}

.texto-anuncio h2 span {
  color: #3c3f94;
  font-weight: bold;
}

.texto-anuncio p span {
  font-size: 22px;
  font-weight: bold;
}

#contacto {
  display: flex;
  flex-direction: column;
  padding: 0;
}

#contacto > div > ul {
  list-style-type: none;
}

.detalle {
  width: 100%;
  height: 200px;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.2em;
}

.detalle ul {
  padding: 0;
  margin: 0;
}

.detalle i {
  color: #00609b;
}

#detalles {
  background-color: white;
}

#horario {
  background-color: #f0f0f0;
}

#redes ul li {
  display: inline;
  padding: 0 10px;
}

#redes ul li a i {
  font-size: 3em;
  color: #00609b;
}

footer {
  text-align: center;
}

.link-legal a {
  text-decoration: none;
  font-weight: 400;
  color: white;
}

section#legal {
  display: block;
  padding: 100px 20px;
}

section#legal h1 {
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 0;
}

#texto-legal h3 {
  text-align: left;
  text-transform: uppercase;
  padding: 20px 0;
}

#texto-legal {
  text-align: justify;
}

#texto-legal span {
  font-weight: 600;
  color: #00609b;
}

span#liga {
  font-weight: 400;
  color: #00609b;
}

thead {
  background-color: #00609b !important;
  color: white !important;
  text-align: left !important;
}

div#texto-legal span.direccion {
  color: black !important;
  font-weight: 400 !important;
  font-style: italic;
}

.resp {
  font-weight: 700;
}

@media (min-width: 700px) {
  #txt-title h1 {
    color: white;
    font-weight: bold;
    font-size: 60px;
  }
  #contacto {
    flex-direction: row;
    padding: 0;
  }
  section#legal {
    padding: 100px 80px;
  }

  #texto-legal {
    font-size: 1.2em;
  }
}
