* {
    margin: 0%;
    padding: 0%;
    font-family: Montserrat, sans-serif;
}

/* banner */

section .banner-box {
    width: 100%;
    height: 490px;
    position: relative;
    display: inline-block;
    text-align: center;
    
  }
  section .banner-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section .banner-box .text_img {
    color: #ccc !important;
    text-shadow: 1px 1px 4px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* contenido */

  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }


  .lh-1{
    padding-top: 30px;
  }
  .lead{
    padding-bottom: 30px ;
  }

  .pub_containner{
    margin-top: 25px;
  }

  .francesa{
    margin-left: 2em;
    text-indent: -2em;
  }


  /* footer */
  
  .footer{
    padding: 3%!important; 
  }

  footer{
    margin-top: 4%;
  }

  @media (max-width:440px) {

    section .banner-box img {
      -o-object-fit: fill;
         object-fit: fill;
    
    }
  
  }