label {
    color: white; /* Add this line */
}

input[type=email],
input[type=text],
select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    color: black;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    line-height: 32px;
    margin-bottom: 8px;
    outline: none;
    padding: 0;
    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;
}

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: white;
    border: 1px solid #000000;
    color: black;
    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;
    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 #000000;
    border-right: 2px solid #000000;
    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;
}

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

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

option {
    background: #fff;
    color: black;
    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: #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;
}
h1 {
    padding: 0;
    width: 100% !important;
}

h1,
strong {
    color: black;
    margin: 0;
}

strong {
    font-family: Raleway, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    text-transform: uppercase;
}

strong span {
    color: white;
    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: #000 !important;
}
button.btn_form {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    box-shadow: none;
    border: 1px solid #212121;
    padding: 16px;
    margin: 15px auto;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
button.btn_form:hover {
   color: #ffffff;
   border-color: #000000;
   background-color: #0000008c;
}
button.btn_form:disabled,
button.btn_form[disabled] {
  opacity: .5;
}
.btn_form::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-left: 16px;
}
.btn_form:hover::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.hs_error_rollup {
    display: none !important;
}

body {
    background: white;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    padding: 0;
}

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

.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;
}
 body {
        font-family: "Raleway", sans-serif;
    }
    label {
        color: black;
    }
    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;
    }
    /* 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;
        border: 1px solid #ccc;
    }
    .calendar-column input[type="number"] {
        width: 60px;
    }
    .calendar-column input[type="text"] {
        width: 100px;
        color: black; /* 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 {
        background-color: #f0f0f0;
    }
    .calendar-table td:hover {
        background-color: #f4f4f4;
        cursor: pointer;
    }
        /* Form container */
        .form-container {
            padding: 20px;
        }

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

/* Telephone input styles */
input[type=tel].iti {
    width: 100% !important; /* Adjust width to match other inputs */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000; /* Adjust border if needed */
    color: #000000;
    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 */
}
 .cont_PersonaEnlace_Email, .cont_Estudiante_Email{
padding-top: 10px;
}

/* Placeholder text color */
input[type=tel].iti::placeholder {
    color: #666;
}

        /* Country list styles */
        .iti__country-list {
            background-color: #ffffff !important;
            border: 1px solid #fafafa;
            color: white !important;
            font-family: Raleway, sans-serif;
            font-size: 16px;
            line-height: 32px;
            margin-top: -1px; /* Adjust to align with input */
            max-height: 200px; /* Set max height for scroll */
            overflow-y: auto; /* Enable scrolling */
        }

        /* Country list item styles */
        .iti__country-list .iti__country {
            color: white !important;
            padding: 8px 16px;
        }
   .iti__selected-flag .iti__selected-dial-code {
    color: #000000 !important;
}
/* Override intl-tel-input styles */
.iti {
    width: 100%; /* Ensure the input spans the entire width */
    /* Add more overrides as necessary */
}
/* Disabled input */
.disabledFormInput, .disabledFormInput + *, select:disabled, div:has(>select:disabled) {
    pointer-events: none;
    opacity: 0.5 !important;
}
/* Disabled input */
.disabledCalendarInput {
    pointer-events: none;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: none !important;
}

/* Estilo - Call Center UI */
.section__formstyle {
    position: relative;
}
.bg-graylight {
    margin: 50px 0;
    padding: 3rem 2rem;
    background-color:rgba(102, 102, 102, 0.1);
}
.section__formstyle .form-check {
    margin-bottom: .25rem;
}
.section__formstyle .form-check-input {
    background-color: transparent;
    border-color: #fff;
}
.section__formstyle .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(91, 91, 91, 0.25);
}
.section__formstyle #Actividades label {
    margin-bottom: 10px;
}
.section__formstyle #Actividades select {
    max-width: 500px;
    width: 100%;
}
.section__formstyle #Actividades option:checked, .section__formstyle #Actividades option:hover, .section__formstyle #Actividades select[multiple]:focus {
    color: #ccc;
}
.section__formstyle strong {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .section__formstyle strong {
        font-size: 22px;
    }
    .bg-graylight {
        padding: 3rem 1rem;
    }
}

@media (max-width: 768px) {
  .calendar-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .calendar-header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .calendar-column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }

  .calendar-column button {
    padding: 4px 6px;
    font-size: 12px;
    width: auto;
    min-width: 30px;
  }

  .calendar-column input[type="number"] {
    width: 60px;
    font-size: 14px;
  }

  .calendar-column input[type="text"]#month {
    width: 120px;
    font-size: 14px;
  }

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

  .calendar-table th,
  .calendar-table td {
    font-size: 13px;
    padding: 6px 2px;
    white-space: nowrap;
    text-align: center;
  }
}



