.navbar {
	border-bottom:  3px solid #8EB842;
	padding-left: 3rem;
	padding-right: 4rem;
	color: #fff;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}

.bg-dark {
	background-color: #000000 !important;
}


#headerNews {
  width: 100%;
  height: 350px;
  margin-top: 63px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#headerNews:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  height: 350px;
  z-index: 1;
  background-image: url("../images/tecsanews/header-tecsanews.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  opacity: 0.6;
}
#headerNews h1 {
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 4em;
  text-shadow: 0px 0px 14px #000000, 0px 0px 14px #000000;
  font-family: 'Exo 2', sans-serif;
}

#headerCarreras {
  width: 100%;
  height: 350px;
  margin-top: 63px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#headerCarreras:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  height: 350px;
  z-index: 1;
  background-image: url("../images/p020.jpg?crc=495923340");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
}

#bloqueNotas {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#bloqueNotas .nota__container {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
}
#bloqueNotas .nota__media {
  overflow: hidden;
}
#bloqueNotas .nota__content {
  padding: 12px;
}
#bloqueNotas .nota__content .link-leermas {
  font-size: 10px;
  font-weight: bold;
}
#bloqueNotas .nota__titulo {
  margin-bottom: 12px;
}

#bloqueNotas a,
#bloqueNotas a:visited {
  color: #141414;
}

#bloqueNotas a:hover {
  color: #8CC63F;
}

footer {
  width: 100%;
  background-image: url("../images/bgcontacto-u105370-fr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
footer .contacto div {
  padding-top: 2.65em;
  padding-bottom: 2.65em;
}
footer p {
  font-size: 1.25em;
  color: white;
  text-align: right;
  margin-bottom: 0;
}
footer .btn-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff;
}
footer a {
  text-align: left;
  font-size: 0.85em !important;
}
@media (max-width: 991.98px) {
  footer .contacto div {
    text-align: center;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
  }
  footer p {
    text-align: center;
  }
}
footer .copyright {
  display: flex;
  flex-flow: row;
  width: 100%;
  background-color: #141414;
  justify-content: space-between;
  padding: 0.45em 8.95em 0.45em 8.95em;
}
footer .copyright p {
  font-size: 0.75em;
  margin-bottom: 0;
  color: #878787;
}
@media (max-width: 575.98px) {
  footer .copyright {
    flex-flow: column;
    justify-content: center;
    padding: 0.45em 0;
  }
  footer .copyright p {
    text-align: center;
  }
}
footer .copyright .fa-facebook-square,
footer .copyright .fa-linkedin-square {
  color: #878787;
}
footer .copyright .fa-facebook-square:hover,
footer .copyright .fa-linkedin-square:hover {
  color: #8CC63F;
}
footer .copyright .linkAviso {
  color: #878787;
  text-decoration: none;
  font-size: 0.975em !important;
}
footer .copyright .linkAviso:hover {
  color: #8CC63F;
}

form .form__tecsa__error {
  float: right;
  font-size: 0.85em;
  font-weight: bold;
}
form .form__tecsa__success {
  text-align: center;
  font-weight: bold;
  font-size: 0.958em;
  color: #8CC63F;
}

#headerNewsNota {
  width: 100%;
  height: 262px;
  margin-top: 63px;
  background-color: #8cb63b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#headerNewsNota:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 36px;
  width: 100%;
  height: 290px;
  background-image: url("../images/tecsanews/tecsanews-notaheader.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  opacity: 1;
}

@media (min-width: 992px) {
  #headerNewsNota:after {
    top: -2px;
    width: 100%;
    height: 330px;
    background-position: top left;
  }
}


#footerNewsNota {
  width: 100%;
  height: 119px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footerNewsNota:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 119px;
  z-index: 1;
  background-image: url("../images/tecsanews/tecsanews-notafooter.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  opacity: 1;
}

#notaTecsaNews .headparrafo {
  color: #2f5597;
  font-weight: bold;
}

#notaTecsaNews p {
  text-align: justify;
}


.error {
  color: darkred;
}

figure {
  background: #f1f1f1;
  display: block;
  display: inline-flex;
  flex-direction: column;
  padding: 1em;
}
figure img.img-thumbnail {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
}