.btn-primary {
    background-color: #ffffff !important;
    color: black;
    border-radius: 0;
    border-color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    /*border-bottom: 2px solid #f4f4f4;*/
    font-family: 'Fira Sans', sans-serif;
    justify-content: space-between;
    display: flex;
    padding: 4%;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000000;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;;

}
 
.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%)!important;
    }

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #ff5e14 !important;
    color: white;
    border-color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
}

.btn-primary i {
    padding-top: 1.5%;
}

.dropdown-toggle::after {
    margin-top: 2.5%;
}

footer a{
  text-decoration: none 

}

footer p{
      color: #9b9b9b;
}

header a{
      text-decoration: none 
} 

.titulomain{
    font-size: 70px;
}

@media screen and (max-width: 600px) {
    .widget-help{
        display: none;
    }

    .titulomain{
        font-size: 47px !important;
    }
}

.seccion{
    padding: 26px;
}


