 

  .tom{
    margin-top: 0px;
        margin-bottom: 5px;
        
        margin-left: -15px;
       
      }
  .tom h5{
     color:#113953;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;

  }
	.barra{
            background-color: #38A95B;
            height: 100px;
            width: 100%;
        }

#banner {
  background-image:url(1a.jpg);
  height: 250px;
  max-width: 100%;
  position:relative;
  background-position: center center;
}

#banner::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  }
  #banner h1{
    z-index: 3;
    color: white;
    width: 60%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 54px;
  text-align: center;
   font-family: 'Ubuntu', sans-serif;
  }
  
  .bb{
    background-color: #191D20;
     min-height:10px; 
     width:100%; 
     overflow:auto;
  }
  #banner p{
    z-index: 3;
    color: white;
    width: 60%;
  height: 40%;
  position: absolute;
  top: 120px;
  }
  .imagen{
    margin-right: 15px;
  }
  .formulario{
    float: left;
  }
  .formu{
    margin-top:50px;
  }
  .formulario{
    width:100%;
  }
  .formu h6{
     color:#113953;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;

  }
  .bbb h1{
     color:#113953;
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;

  }
  .formu p{
      font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: left;
  }
 
  label{
    font-family: 'Montserrat', sans-serif;
  }
  input{
    font-family: 'Montserrat', sans-serif;
  }
  .formulario button{
    font-family: 'Montserrat', sans-serif;
    float:right;
     width:100px;
  }
  
  @media (max-width: 767px) {
      .logo img{
        margin-top: 30px;
        margin-left: 20px;
      }
    }
