.ficha-contenedor-principal {
    max-width: 1600px;
    margin: 12px auto ;
    display: flex;
    justify-content: center;
    margin-left: auto;
    
}

/*.ficha-contenedor-principal section{
    max-width: 200%;

}*/

 

  .info-ficha{
    
     height: 750px;
     flex-wrap: wrap;
     border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;

  }

  .ficha_titulos{
      display: flex;
      align-items: flex-end;

  }

  
  .ficha_estado {
        width: 100%;
       /* position: absolute;
        top: 20px;
        left: 20px;*/
        background-color: #db6300;
        width: auto;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
 }

 .ficha_precio {
    display: inline-block;
    font-size: 26px;
    color: #0099CC;
    margin: 5px 0;
}




.ficha_contenedor-imagen-principal img {
    width: 100%;
    max-height: 480px;
    margin-top: 15px;
    border-radius: 10px;
}

.ficha_galeria img {
    width: 20%;
    max-width: 240px;
    object-fit: cover;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10px;

}

.ficha-form-contacto-publicacion{
    max-width: 420px;
    height: 750px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 10px;
   
}

.printbutton2{
    font-size: 16px;
   width: 200px;
   height: 35px;
   cursor: pointer;
   border-radius: 10px;
   background:  #db6300;
   
   color: white;
   border-style: none;
  
}


.video_prop{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.img_banner{
    height: 500px !important;
   
    
}


.banner_100{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
