/* .image_wrapper{
    width: 80%;
}
 /* #text_logistica{
    width: 90;
 } */ 

 .btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 60px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,3);
    z-index: 100;
 }

 .btn-reser{
    position: fixed;
    cursor: pointer;
    width: 55px;
    height: 55px;
    line-height: 62px;
    bottom: 100px;
    right: 30px;
    background: rgb(0, 95, 159);
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 0px 1px 10px rgba(0,0,0,3);
    text-decoration: none;
    cursor: pointer;
    z-index: 100;
 }

 @media screen and (max-width: 1200px){
   .img_colum{
    
        display:none !important;
    } 
   }
   @media screen and  (min-width: 1200px){
     .img_colum_aparece{
        display:none;
       }
   }
   /* @media screen and  (min-width: 1200px){ */
     /* .style_header{
        background-color: #0df053;
     } */
   /* } */
   @media screen and  (min-width: 1200px){
   
     
   }
   /* revisar responsibidad */
   .header-servicios{
     display: flex;
    text-align: right;
     
  }
   /* .image_wrapper_1{
     width: 50vw;
     max-width: 1000px;
     min-width: 320px;
     margin: auto;
   }
  
   .image_wrapper_1 img{
     width: 100%;
  
   } */
