
/** Impresión ficha de 1 hija **/
.second.contenedor{
    min-height: 1060px;
  }
  .second.contenedor .logo{
      margin: 0px 0px 0px -18px;
  }
  .second.contenedor .subtitle{
      margin: 7px 0px 10px 0px
  }
  .second.contenedor #pdf .first-hr{
      margin-top: 0px;
      margin-bottom: 7px;
  }
  .second.contenedor .description_inmueble #pdf .list_values{
    letter-spacing: 0;
    border-left:0px solid transparent;
    width: 100%;
  }
  .second.contenedor .description_inmueble #pdf{
    width: 45%;
    margin-right: 5%;
  }
  .second.contenedor .description_inmueble > section{
    width: 50%;
  }
  table {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  table tbody tr td{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 5px;
    line-height: 22px;
    font-style: unset;
  }
  .titles tbody tr td:first-child{
    font-weight: 500!important;
  }
  .img-container{
    width: 100%;
  }
  .img_information > .img-container:first-child img{
    margin-bottom: 25px;
  }
  .img-container > img{
    height: 380px;
    width: 100%;
  }
  .img_information > .direccion{
    font-size: 14px;
    margin-top: 10px;
    height: 40px;
  }
  .img_information > .date {
      font-size: 14px;
      margin-top: 0px;
      position: absolute;
      right: 0;
      bottom: 0;
      font-weight: 500;
  }
  .second.contenedor .contact_information li:first-child p{
    font-size: 20px;
  }
  .second.contenedor .contact_information li p{
    font-size: 14px;
  }
@media print{
    .padding{
        padding: 0;
    }
    .second.contenedor{
        width: 1270px;
        height: auto;
        min-height: 800px;
        margin: 0 auto;
        background-color: red;
    }
    .subtitle{
        margin: 7px 0px 10px 0px
    }
    .second.contenedor .logo{
        margin: 0px 0px 0px -18px;
    }
    .img-container > img{
        height: 400px;
    }
    .img_information > .img-container:first-child img{
        margin-bottom: 5px;
    }
    #pdf .first-hr{
        margin-top: 0px;
    }
    table{
        height: 390px;
    }
    .size_description{
        height: 260px;
    }
    table tbody tr td{
        font-size: 16px;
        line-height: 19px;
    }
    .data_description p.note{
        font-size: 12px;
    }        
    .title_description{
        margin-bottom: 10px;
        margin-top:25px;
    }
    .contact_information li{
        width: 38%;
    }
    .contact_information li:last-child{
        width: 32%;
    }
    .email{
        top: 21px
    }
    .select {
        width: 20px;
        top: 22px;
    }
    .img_information > .direccion{
      height: 40px;
    }
}
@page { size: landscape; }