.btn-solicitar {
    background: brown;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-solicitar:hover {
    background: cadetblue;
}

div#respuesta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

span.select2-selection.select2-selection--single {
    height: 38px;
}

#talasoform div {
    display: flex;
    flex-wrap: wrap;
}

#talasoform{
    margin-bottom: 30px
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    margin: 0 !important;
}