/* ----------GENERAL-------------*/
* {
  color: #000;
}

.tcn_offer,
.tcn_search_offers_page,
.tcn_trabaja_con_nosotros {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.tcn_offer h1,
.tcn_search_offers_page h1,
.tcn_trabaja_con_nosotros h1 {
  font-size: 52px;
}

.tcn_banner {
  margin: auto;
  margin-bottom: 60px;
}

.tcn_search_offers {
  margin: auto;
  margin-bottom: 120px;
}

button#tcn_search_offers {
  color: white;
  background-color: black;
  border-radius: 4px;
  height: 45px;
  width: 130px;
  line-height: 45px;
}

.tcn_column_select,
.tcn_search_select {
  margin-right: 35px;
}

.tcn_select_control {
  background-color: #fbfbfb;
  color: black;
  width: 450px;
  height: 45px;
  border-bottom: 1px solid black;
  cursor: pointer;
}

.tcn_select_control>p {
  line-height: 45px;
  padding-left: 15px;
}

.tcn_select_data {
  z-index: 999;
  background-color: white;
  position: absolute;
  margin-top: 5px;
  display: none;
  box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.tcn_column_select .tcn_select_data {
  flex-direction: row;
}

.tcn_search_select .tcn_select_data {
  flex-direction: column;
  height: 350px;
  overflow-y: scroll;
}

.tcn_select_item {
  cursor: pointer;
}

.tcn_column_select .tcn_select_data p:first-of-type {
  font-weight: bold;
}

.tcn_column_select .tcn_select_data>div {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.tcn_info {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 1200px;
  margin-bottom: 60px
}

.tcn_find {
  margin-bottom: 60px;
}

.tcn_send_request {
  width: 1000px;
  margin: auto;
}

.tcn_send_request .tcn_form_header {
  text-align: center;
}

form#tcn_form_request .form-row {
  display: flex;
  flex-direction: row;
}

form#tcn_form_request .form-row .form-group {
  flex: 1 1 50%;
}

form#tcn_form_request select,
form#tcn_form_request input {
  background-color: #fbfbfb;
  color: black;
  width: 450px;
  height: 45px;
  border: none;
  border-bottom: 1px solid black;
}

.tcn_search_bar {
  margin-bottom: 5px;
  margin-right: 5px;
}

form#tcn_form_request .tcn_search_bar {
  background-color: white;
  width: 450px;

  border-radius: 2px;
  border: 1px solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}


form#tcn_form_request textarea {
  width: 950px;
  background-color: #fbfbfb;
  border: none;
  border-bottom: 1px solid black;
}

form#tcn_form_request #adjunto {
  display: none;
}

form#tcn_form_request #tcn_false_adjunto {
  width: 950px;
  height: 45px;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

form#tcn_form_request #tcn_false_adjunto_button {
  height: 45px;
  width: 250px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}

form#tcn_form_request .tcn_checkbox {
  display: flex;
}


form#tcn_form_request #tcn_privacy {
  width: auto;
  margin-right: 5px;
}

form#tcn_form_request #tcn_privacy+label {
  height: 45px;
  line-height: 45px;
}

form#tcn_form_request button {
  width: 140px;
  height: 50px;
  background-color: black;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
}

.tcn_underline {
  text-decoration: underline 0.15em rgba(229, 77, 38, 0);
  transition: text-decoration-color 600ms;
}

a:hover .tcn_underline {
  text-decoration: underline 0.15em rgba(0, 0, 0, 1);
}

.tcn_find {
  display: flex;
  flex-direction: column;
}

.tcn_find .tcn_banner {
  position: relative;
  margin-bottom: 2.5%;
}

.tcn_find .tcn_banner .tcn_banner_text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  top: 90px;
  bottom: auto;
  right: 120px;
  left: auto;
  background-color: white;
  color: black;
  width: 450px;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
}

.tcn_last_offers {
  width: 1200px;
  margin: auto;
}

.tcn_last_offers h2 {
  text-align: center;
  margin-bottom: 32px;
}


.tcn_offers_list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}

.tcn_last_offers_cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tcn_offer_card {
  color: black;
  border: 1px solid black;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  margin-right: 40px;
  margin-top: 20px;
}

.tcn_offer_card i {
  margin-right: 10px;
}

.tcn_offer_card .tcn_offer_card_footer {
  align-self: flex-end;
}

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

/* ----------- SUCCESS ----------*/
.tcn_failure,
.tcn_success {
  margin-top: 10%;
  text-align: center;
  font-size: 16px;
}

.tcn_success_header {
  font-weight: bold;
}

.tcn_back {
  margin-top: 15px;
}

/* -------- OFFERS PAGE ---------*/

.tcn_search_offers_page .tcn_search_offers {
  margin-bottom: 0;
}

.tcn_search_offers_page .tcn_filters {
  margin-top: 2.5%;
  display: flex;
  flex-direction: row;
}

.tcn_search_offers_page .tcn_filters a {
  background-color: #f0f0f0;
  color: black;
  padding: 12px;
  margin-right: 15px;
}

.tcn_search_offers_page .tcn_items_count {
  margin-top: 30px;
}

.tcn_search_offers_page .tcn_offers_list {
  margin-bottom: 60px;
  margin-left: 80px;
}

/* ---------- OFFER -------------*/

.tcn_offer i {
  margin-right: 5px;
}

.tcn_offer .tcn_offer_name {
  width: 1200px;
  margin: auto;
}

.tcn_offer .tcn_offer_desc {
  width: 1200px;
  margin: auto;
  margin-bottom: 60px;
}

.tcn_offer .tcn_offer_button {
  margin-top: 50px;
}

.tcn_offer .tcn_offer_desc {
  margin-top: 75px;
}

.tcn_offer .tcn_offer_button a {
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}