:root {
    --black: #000;
    --white: #fff;

    --gray: #B1B1B1;
    --gray-light: #EAEAEA;
    --gray-dark: #6C6C6C;
    --dark: #212121;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    background: #F2F2F2;
    /* font-family: Raleway, sans-serif !important; */
    font-size: 16px !important;
    padding: 0;
}

.texto-white {
    color: var(--white);
}




p,
.p,
li,
label {
    font-size: 0.938rem;
    line-height: 20px;
}

label {
    font-size: 0.813rem;
    line-height: 2;
    color: #B1B1B1;
    background-color: transparent;
}
.form-group.mb-4 label,
.inputs-list label {
    background-color: transparent;
}
input[type=email],
input[type=text],
select {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 0.813rem;
    line-height: 2.65;
    /* font-family: Raleway, sans-serif !important;
    font-size: 16px !important; */
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gray-light);
    color: var(--dark);
    margin-bottom: 8px;
    outline: none;
    padding: 0;
    text-indent: 0;
    width: 100% !important;
}

input::placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: var(--gray);
    /* font-family: Raleway, sans-serif !important;
    font-size: 16px; */
    opacity: 1;
}

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

input[type=submit] {
    background: #fafafa !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;
    background: var(--white);
    border none;
    border-bottom: 1px solid var(--gray-light);
    color: var(--gray);
    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 0;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-position: 98% 50%;
    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='%23B1B1B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

div.input {
    position: relative;
}

/* div:has(>select):after {
    border-color: #fafafa #999 #999 #fafafa;
    border-bottom: 2px solid #fafafa;
    border-right: 2px solid #fafafa;
    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 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: var(--dark);
    background-color: var(--white);
    /* font-family: Raleway, sans-serif !important;
    font-size: 16px !important; */
    margin-bottom: 6px;
    white-space: pre-wrap;
    width: inherit;
}

select:focus,
option:checked,
option:hover,
select[multiple]:focus {
    background-color: var(--white);
    color: var(--dark);
}

button[type=submit] {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    transition: color 0.4s, border 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 24px;
    width: 100%;
    border: none;
    max-width: 458px;
    width: 100%;
}

button[type=submit].btn_form {
    font-weight: bold;
    color: var(--white);
    background-color: var(--dark);
}

button[type=submit].btn_form:hover {
    color: var(--white);
    background-color: var(--gray-dark);
    border-color: var(--gray-dark);
    border: none;
}

form .form-group {
    position: relative;
}

form .label_input {
    color: var(--gray);
}

form .input input:not(:-moz-placeholder-shown)+label {
    top: -1rem;
}

form .input input:focus+label,
form .input input:not(:placeholder-shown)+label {
    top: -1rem;
}

form .input input:focus {
    border-bottom-color: var(--dark);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin-top: .5rem;
}

.inputs-list input[type=checkbox] {
    width: 1.25em;
    height: 1.25em;
    margin: .45rem .5rem 0 0;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--dark);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.inputs-list input[type=checkbox]:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

.inputs-list input:checked[type=checkbox]::before {
    content: "";
    position: relative;
    top: -1px;
    left: -2px;
    display: block;
    width: 1.25em;
    height: 1.25em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M10.97 4.97a.75.75 0 011.07 1.05l-4 4.5a.75.75 0 01-1.08 0l-2-2.25a.75.75 0 111.08-1.05L7 8.384l3.97-3.414z'/%3e%3c/svg%3e");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.inputs-list a {
    color: var(--dark);
    text-transform: inherit;
    text-decoration: underline;
}

.inputs-list a:hover {
    color: var(--gray);
    text-transform: inherit;
    text-decoration: underline;
}

/* Navbar y footer */

header {
    padding: 24px;
    background-color: #fff;
}

header .logo {
    max-width: 145px;
    width: 100%;
    height: auto;
}

header p {
    position: relative;
    font-family: "Georgia", Georgia, Arial, serif;
    font-size: 0.938rem;
    font-weight: bold;
    color: #212121;
    margin: 0 0 0 1.4rem;
    padding: 0 1rem;
}

header p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #212121;
}

@media only screen and (min-width: 0px) {
    .cs-tec-header-001 p {
        text-align: right;
        padding-right: 0;
    }

    .cs-tec-header-001 p::before {
        display: none;
    }
}

@media only screen and (min-width: 991px) {
    .cs-tec-header-001 p {
        text-align: inherit;
        padding-right: 1rem;
    }

    .cs-tec-header-001 p::before {
        display: block;
    }
}






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

input[type=submit] {
    background: #fafafa;
    border: none;
    color: #212121;
    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: #fafafa;
}

.actions span {
    color: #000 !important;
    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: #fafafa !important;
}



strong {
    font-family: "Georgia", Georgia, Arial, serif;
    font-size: 0.938rem;
    font-weight: normal;
    line-height: 20px;
    font-style: italic;
    padding: 8px 0;
}

strong span {
    color: var(--dark);
    font-weight: 400;
}

.submitted-message {
    margin: 0;
    padding: 2rem;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

p,
span {
    color: var(--dark) !important;
}

.hs_error_rollup {
    display: none !important;
}

.col {
    display: inline-block;
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 16px;
    position: relative;
    width: 50%;
}

#fechaPivote_grupo {
    margin-right: 8px;
}

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

div {
    display: block;
    unicode-bidi: isolate;
}

a,
a:hover {
    color: hsla(0, 0%, 98%, 0.6);
    text-decoration: none;
    text-transform: uppercase;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-column {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
}

.full-width {
    flex: 1 1 100%;
}

.actions {
    text-align: center;
}

.actions input {
    padding: 10px 20px;
    font-size: 16px;
}

.alerta {
    color: #fe2057;
}

#Estudiante_FechaNacimiento {
    cursor: pointer;
}

section[class^=cs-tec-form].bg-gray-light {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.text-dark {
    color: var(--dark) !important;
}

.section__checkboxs label {
    color: var(--dark);
}


/* Calendar styles */
.calendar-container {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-column {
    display: flex;
    align-items: center;
}

.calendar-column button,
.calendar-column input[type="number"],
.calendar-column input[type="text"] {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
    color: var(--white);
    border: 1px solid var(--dark);
    background-color: var(--dark);
}

.calendar-column input[type="number"] {
    width: 60px;
    color: var(--dark);
    background-color: var(--white);
    padding: 0 5px;
}

.calendar-column input[type="text"] {
    width: 100px;
    color: var(--dark);
    background-color: var(--white);
    padding: 0 5px;
    /* Adjusted font color */
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
    padding: 5px;
    border: 1px solid #ccc;
}

.calendar-table th {
    color: var(--white);
    background-color: var(--dark);
}

.calendar-table td:hover {
    background-color: var(--dark);
    color: var(--white);
    cursor: pointer;
}

/* Form container */
.form-container {
    padding: 20px;
}

/* Form styles */
form {
    width: 100%;
}

/* Telephone input styles */
.iti {
    margin-top: 5px;
}
.iti.iti--container {
    width: auto;
}

input[type=tel].iti {
    font-size: 0.813rem;
    width: 100% !important;
    /* Adjust width to match other inputs */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray-light);
    /* Adjust border if needed */
    color: var(--dark);
    /* font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 32px; */
    padding: 8px 0;
    /* Adjust padding as per your design */
    margin-bottom: 8px;
    outline: none;
    box-sizing: border-box;
    /* Ensure padding and border are included in width */
}

/* Placeholder text color */
input[type=tel].iti::placeholder {
    font-size: 0.813rem;
    line-height: 2;
    color: var(--gray);
}

/* Country list styles */
.iti__country-list {
    background-color: var(--gray-light) !important;
    border: 1px solid var(--gray);
    color: var(--dark) !important;
    font-family: Arial, sans-serif;
    font-size: 0.813rem;
    line-height: 2;
    margin-top: -1px;
    /* Adjust to align with input */
    max-height: 200px;
    /* Set max height for scroll */
    overflow-y: auto;
    /* Enable scrolling */
}

.iti--separate-dial-code .iti__selected-flag,
.iti__flag-container {
    background-color: var(--white) !important;
}

.iti__flag-box,
.iti__country-name {
    font-family: Arial, sans-serif;
    font-size: 0.813rem;
    line-height: 2;
}

/* Country list item styles */
.iti__country-list .iti__country {
    background-color: var(--gray-light);
    color: dark !important;
    padding: 8px 16px;
}

.iti__selected-flag .iti__selected-dial-code {
    font-size: 0.813rem;
    color: dark !important;
}

/* Override intl-tel-input styles */
.iti {
    width: 100%;
    /* Ensure the input spans the entire width */
    /* Add more overrides as necessary */
}

.iti__country.iti__highlight {
    color: var(--white);
    background-color: var(--dark);
}

.iti__country.iti__highlight .iti__flag-box,
.iti__country.iti__highlight .iti__country-name,
.iti__country.iti__highlight .iti__dial-code {
    color: var(--white) !important;
}

/* Disabled input */
.disabledFormInput {
    pointer-events: none;
    opacity: 0.5;
}

.disabledFormInput select,
select:disabled {
    opacity: .5;
}