    .subtitulo {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
    }
    
    .btn-verde{
        background-color: #15914B;
    }
    
    .header .hero-intro {
    margin-top: 50px !important;
    }
    
    .btn--lg {
    font-size: 19px;
    padding: 14px 32px;
    font-weight: 700;
    }
    
    .header .hero-intro__btns {
    margin: 35px 0 30px;
    }

    .logos{
        margin:0 10px;
        width:60px;
    }
    
    .columnas{
        display:flex;
        justify-content:center;
        align-items: center;
    }
    
    .header {
    padding: 0 0 70px !important;
    }
    
    .logo{
        width:50% !important;
    }
    
    h1{
        color:black !important;
    }
