#main-content .logoscorp .container:before {
  background-color: transparent;
}

.title {
  color: #152b3a !important;
  font: normal normal normal 50px/61px Rajdhani;
}

.title > b {
  color: #0560a2 !important;
  font: normal normal bold 50px/61px Rajdhani;
}

.head_1 {
  background: #0560a2 0% 0% no-repeat padding-box;
  opacity: 1;
}

.head_1 > th {
  border: 1px solid #0560a2 !important;
  text-align: center;
  letter-spacing: -0.7px;
  color: #ffffff !important;
  opacity: 1;
}

.head_2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}

.head_2 > th {
  border: 1px solid #0560a2 !important;
  border: none;
  text-align: center;
  letter-spacing: -0.7px;
  color: #0560a2 !important;
  opacity: 1;
}

#destination-detail-body td {
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #b4b4b4;
  letter-spacing: -0.16px;
  color: #152b3a;
  opacity: 1;
}

.backer{
  border: 1px solid #0560A2;
  opacity: 1;
  color: #0560A2;
}
/*--------------------------------- ESTILOS DEL INPUT ----------------------------------------------------*/
.form-codigo-postal {
  display:flex;
  flex-direction:column;
}

#site-search {
  height:100%;
  width:100%;
  padding-top:25px;
  padding-left:20px;
  padding-bottom:23px;
  border: 1px solid #B4B4B4;
  color:#484649;
}

.buscar-input {
  display:flex;
  height:64px;
  margin-top:9px;
  width:100%;
  
}

#site-submit {
  background:#0560A2;
  color:transparent !important;
  border:none;
  background-image:url('../../../../../../wp-content/uploads/2021/10/lupa.gif');
  background-size: 24px;
  background-position:center;
  background-repeat:no-repeat;
}

.label-estado {
  color: #1B181C;
  font-weight:500;
  font-size:16px;
}

@media only screen and (max-width:767px) and (min-width:200px) {

  .label-estado {
    color: #1B181C;
    font-weight:500;
    font-size:14px;
  }

  #site-search {
    font-size:12px;
  }

  .codigo-postal-table.table thead tr th,td {

    width:50px;
    padding:0px;
    font-size:11px;
  }
  
  .codigo-postal-table.table thead tr td{
  
    padding-top:12px ;
    padding-bottom:12px;
  }
  
  .codigo-postal-table.table thead tr th{
  
    padding-top:12px;
    padding-bottom:12px;
  }

}

.completo {
  display:block;
  flex-direction:column;
}

#mensaje {
  font: normal normal bold 50px/61px Rajdhani;
  font-size:28px;
  color:#0560a2;
}