/* ----------GENERAL-------------*/

.tcn_trabaja_con_nosotros * {
  color: #000;
  font-size: 21px;
}

.tcn_banner_top {
  position: relative;
  margin-bottom: 60px;
}

.tcn_banner_top .tcn_banner_text {
  position: absolute;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tcn_banner_top .tcn_banner_text h1{
  color: #0d4b7a;
  font-size: 3em;
  font-weight: 700;
  background-color: #e8f2fd7e;
  padding: 5%;
}


.tcn_banner_top .tcn_banner_text p{
  margin: auto;
}

.tcn_banner_top img {
  width: 100%;
}

.tcn_info{
  text-align: center;
}

.tcn_send_request {
  width: 40%;
  margin: 35px auto;
}

.tcn_send_request input,
.tcn_send_request textarea {
  background-color: #e8f2fd;
}

.tcn_send_request input,
.tcn_send_request textarea {
  background-color: #e8f2fd;
}


/* ---------- FRONT -------------*/