.formulario {
    background: white;
    border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    border: 0px solid white;
    -webkit-box-shadow: 21px 24px 11px -17px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 21px 24px 11px -17px rgba(0, 0, 0, 0.37);
    box-shadow: 21px 24px 11px -17px rgba(0, 0, 0, 0.37);
}

.textgreen {
    color: #56c401;
}

.textwhite {
    color: #ffffff;
}

.bg-green {
    background: #56c401;
}

.bg-green2{
    background:#25790a;
}

.input {
    border-radius: 2.25rem !important;
    border-color: #56c401 !important;
}
.select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #979797;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: 2.25rem !important;
    border-color: #56c401 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btnrosa {
    background-color: #eb268f !important;
    border-color: #eb268f !important;
    border-radius: 2.25rem !important;
    font-style: italic !important;
    font-size: 19px;
}

.tilde {
    vertical-align: text-bottom;
}

.margenes {
    display: contents;
}

.btnrosa:hover {
    background-color: #a11660 !important;
}

.bg-grey {
    background: #e6e7e9;;
}

p,a {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}

h2,h3,h4 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
}