@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
body {
    font-family: Raleway, sans-serif !important;
}

form {
    border: none;
    border-radius: inherit;
    padding: 0;
}

label {
    display: inherit !important;
    margin-bottom: 0;
}

label span {
    font-size: 16px !important;
}

a,
a:hover {
    color: #0033b4;
    text-decoration: none;
    text-transform: uppercase;
}

input[type=checkbox] {
    margin-left: 0;
}

input[type=email],
input[type=text],
select {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #b1b1b1 !important;
    color: gray;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    line-height: 32px;
    margin-bottom: 8px;
    outline: none;
    padding: 0 !important;
    text-indent: 1em;
    width: 100% !important;
}

input::placeholder {
    color: #666;
    font-family: Raleway, sans-serif !important;
    font-size: 16px;
    opacity: 1;
}

.hs-error-msg {
    color: #ff3a75 !important;
}

.inputs-list {
    list-style: none;
}

input[type=submit] {
    background: gray !important;
    cursor: pointer;
    padding: 1rem !important;
}

select[name=en_que_horario_te_contactamos_] {
    max-height: 5rem;
}

select[name=cual_perfil_te_describe_mejor_] {
    max-height: 6rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fafafa;
    color: #666;
    display: block;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    line-height: 32px;
    margin-bottom: 8px;
    min-height: 32px;
    overflow: auto;
    padding: 0 0 0 2rem !important;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.input {
    position: relative;
}

div:has(>select):after {
    border-color: #fafafa #999 #999 #fafafa;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    border-top-color: #fafafa;
    content: "";
    display: block;
    height: 12px;
    left: .5rem;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: .7rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 12px;
}

option {
    background: gray;
    color: #fafafa;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 6px;
    white-space: pre-wrap;
    width: inherit;
}

.actions {
    margin: 1rem 0 0;
    padding: 0;
    position: relative;
    text-align: right;
}

input[type=submit] {
    background: #fafafa;
    border: none;
    color: #fafafa;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    margin-right: 0;
    padding-right: 2rem !important;
    text-transform: uppercase;
}

input[type=submit]:hover {
    background-color: #212121 !important;
    border: 1px solid #fafafa;
    color: grey;
}

.actions span {
    color: #fafafa;
    content: "";
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-weight: 400;
    height: fit-content;
    margin: 0;
    position: absolute;
    right: .5rem;
    top: .8rem;
    transition: transform .3s;
    vertical-align: middle;
    width: fit-content;
}

input[type=submit]:hover~span {
    color: grey !important;
}

.submitted-message {
    margin: 0;
    padding: 2rem;
}

.submitted-message strong:first-child {
    font-size: 2rem;
    text-transform: none;
}

.submitted-message span {
    color: gray !important;
}

.hs_error_rollup {
    display: none !important;
}

option:checked,
option:hover,
select[multiple]:focus {
    background: linear-gradient(gray, gray);
    color: #000;
}

#fechaPivote_grupo {
    margin-right: 8px;
}

.hs-form fieldset {
    max-width: none !important;
}

.col {
    color: gray;
    display: list !important;
    float: none !important;
    width: 100% !important;
}

#calendar .calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#calendar .calendar-header button,
#calendar .calendar-header input[type="number"],
#calendar .calendar-header input[type="text"],
#calendar .calendar-header datalist {
    margin: 5px;
}
