.allCoursess {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    min-height: 465px;
}

p.titleExcel {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #002f9e;
}

table td {
    font-size: 14px !important;
    vertical-align: middle;
    border: 1px solid #DEDFE0;
}

table th {
    font-size: 16px;
}ç

/*BORDES REDONDEADOS TABLA*/

  th:first-child {
    border-top-left-radius: 8px;
    border-right: 0.25px solid #002f9e;
  }

  th:last-child {
    border-top-right-radius: 8px;    
  }
  tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }

  tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
    border-bottom: none;
  }
  tr:last-child td:nth-last-child(2) {
    border-bottom: none!important;
  }

/*FIN BORDES REDONDEADOS TABLA*/
.getDataAPI {
    max-width: 80%;
    margin: 0 auto !important;
    display: inline-grid;
    text-align: center;
    margin-left: -16%;
}
/* .table-responsive{
    overflow-x: scroll;
    max-width: 1152px;
    margin: 0 auto;

} */

.excelResults,
form#filtar_resultados,
form#subirarchivoform {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}
.page-template-templateCurso .nombrecurso_form label, .page-template-templateCurso .empresa_form label,.page-template-templateCurso .personacontacto_form label, .page-template-templateCurso .correoelectronico_form label,.page-template-templateCurso .telefono_form label,.page-template-templateCurso .mensaje_form label,.page-template-templateCurso label.gfield_label{
    width: fit-content !important;
    height: fit-content !important;
    display:block !important
}
#filtar_resultados input::placeholder {
    color: black;
}
h1.entry-title {
  font-size: 2.5em !important;
  line-height: 1.3em !important;
}
.updateExcel {
    margin-bottom: 60px;
}

.excelCourseSubmit {
    background: #ffae00;
    color: white !important;
    border: none !important;
    padding: 6px 20px!important;
}

.excelCourseSubmit:hover {
    background: #002f9e;
    color: white;
    padding: 6px 20px!important;
    
}
/* FIN BTN DESCARGAR Y ENVIAR CALENDARIO*/

a.descargarPDF {
    background: #002f9e;
    padding: 12px 25px;
    color: white;
    font-size: 16px;
    border-radius: 8px !important;
    margin-right: 10px;
}

a.descargarPDF img.imgExcel {
    width: 20px;
    margin-right: 10px;
}

a.enviarAmigo {
    background: #7aa7d9;
    padding: 12px 25px;
    color: white;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 8px !important;
}

a.enviarAmigo img.imgExcel {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.botonesFinal {
    text-align: center;
    padding: 20px;
    min-height: 180px;
}

.botonesFinal a:hover {
    background: #ffae00;
}

/* FIN BTN DESCARGAR Y ENVIAR CALENDARIO*/

/*POP UP ENVIAR MAIL*/
.enviarAmigoDiv {
    position: fixed;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 40%;
    margin-left: 20%;
    background: #002f9e;
    border-radius: 20px;
    padding: 50px 30px;
    z-index: 999;
}

form#enviarForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

span.enviarAmigoClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #ffae00;
    color: white;
    cursor: pointer;
    border-radius: 0px 20px 0px 20px;
}

span.enviarAmigoClose:hover {
    color: #002f9e;
}

.enviarAmigoDiv input,
.enviarAmigoDiv textarea {
    width: 80%;
    padding: 5px;
    margin: 5px;
    resize: none;
    margin-top: 15px;
    border: none !important;
    outline: none;
}

.enviarAmigoDiv input::placeholder,
.enviarAmigoDiv textarea::placeholder {
    color: #002f9e
}

.enviarAmigoDiv input:focus {
    outline: none;
}

.enviarAmigoSubmit {
    width: 30% !important;
    font-weight: 500;
    background: #ffae00;
    border: none;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 5px 15px !important;
}

p.enviarAmigoTitle {
    font-size: 25px;
    color: white;
}

/*POP UP ENVIAR MAIL*/

table.results {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-color: white;
}

.lastCol2{
    visibility:hidden;
    height:0;
    overflow: hidden;
    border:none;
    max-width: 0px !important;
}

.contactLink {
    background: transparent;
    color: white;
    border: none !important;
}

table.results thead {
    background: #002f9e;
}

table.results thead th {
    color: white;
    vertical-align: middle;
}

form#filtar_resultados input {
    padding: 5px 20px;
    color: #002f9e;
    border: 1px solid #002f9e;
}

select#busqueda_provincia {
    background: none;
    padding: 5px 20px;
    border: 1px solid #002f9e;
    color: #002f9e;
}

form#filtar_resultados input::placeholder {
    color: #002f9e;
}

input.localidad,
input.nombre_curso {
    padding: 5px !important;
}

.lastCol {
    border: none;
    text-align: left;
    width: 100px;
    display: flex;
}
td.lastCol a, .lastCol button.contactLink {
    width: 48%;
    padding: 0;
    margin: 1%;
}




.excelUpdateFile:hover {
    background: #ffae00 !important;
    color: white !important;
    border: none !important;
}

input.excelUpdateFile {
    background-color: transparent !important;
    border: 1px solid #111111 !important;
    color: #151515 !important;
    padding: 5px 20px;
}

.formularioContactoExcel form {
    width: 100%;
    padding: 2% 10%;
    background: #002f9e;
    color: white;
}

.asunto_form,
.empresa_form,
.personacontacto_form,
.correoelectronico_form,
.telefono_form,
.mensaje_form {
    width: 50%;
    display: inline-block;
}

.formularioContactoExcel input {
    background: transparent;
    box-shadow: none !important;
    color: #002f9e;
    padding: 10px !important;
}

.nombrecurso_form label,
.empresa_form label,
.personacontacto_form label,
.correoelectronico_form label,
.telefono_form label,
.mensaje_form label,
label.gfield_label {
    display: none !important;
}

.gform_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.gform_footer.top_label {
    text-align: center;
}

.gform_footer.top_label input {
    background: #ffae00;
    padding: 5px 10px !important;
    border: none !important;
}

.gform_footer.top_label input:hover {
    background: none;
    border: 1px solid white !important;
}

.titleForm {
    color: #002f9e !important;
    font-weight: 600 !important;
    padding-top: 40px;
    font-size: 3rem;
    padding-bottom: 15px !important;
    line-height: 1.2;
}

.enviarEmailAmigo {
    position: fixed;
    top: 20%;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    min-height: 200px;
    background: #002f9e;
    padding: 30px;
    border: 3px solid #ffae00;
}

.enviarEmailAmigo form input::placeholder,
.enviarEmailAmigo form textarea::placeholder {
    color: black;
}

.enviarEmailAmigo .email_amigo,
.enviarEmailAmigo .asunto_amigo {
    width: 100%;
    margin: 8px;
    padding: 5px;
}

.enviarEmailAmigo .mensaje_amigo {
    width: 100%;
    margin: 8px;
    resize: none;
    height: 80px;
}

.cerrrarEnviarEmailAmigo span {
    font-size: 20px;
    font-weight: 900;
}

p.enviarPorMail {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.enviarMensajeAmigo {
    background: #ffae00;
    color: white;
    border: none !important;
    padding: 5px 20px;
    margin: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.cerrrarEnviarEmailAmigo {
    position: absolute;
    right: 0;
    color: white;
    top: 0px;
    padding: 5px 10px;
    background: #ffae00;
}

.cerrrarEnviarEmailAmigo span:hover,
input.enviarMensajeAmigo:hover {
    color: #002f9e;
    cursor: pointer;
}

div#gform_confirmation_message_22 {
    font-size: 20px;
    padding: 30px;
    color: white;
    background: #002f9e;
    line-height: 1.2;
}

@media only screen and (max-width:767px) {
    .contactLink {
        width: 30px;
    }
    .botonesFinal a {
        font-size: 15px !important;
        padding: 15px 10px;
    }
    .botonesFinal {
        display: grid;
        min-height: unset !important;
    }
    form#filtar_resultados {
        display: grid;
        margin: 25px;
    }
    form#filtar_resultados input {
        margin: 5px;
    }
    a.contactLink {
        padding: 5px !important;
    }
    .lastCol {
        margin: 0 !important;
        padding-left: 0;
    }
    input.excelCourseSubmit {
        margin: 15px;
    }
    a.enviarAmigo {
        padding: 5px;
        margin-top: 10px;
    }
    select#busqueda_provincia {
        padding: 3px 14px;
        color: #002f9e;
        border: 1px solid #002f9e;
        margin: 5px;
    }
}


.lastCol img {
    width: 100% !important;
}

.cabeceraExcel {
    background-image: url(https://www.vitaly.es/media/background-formulario.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 60px 0 20px 0 !important;
}

.h1ExcelCursos {
    font-size: 3rem;
    line-height: 1.2em;
    margin: 0 0 4px 0;
    position: relative;
    text-transform: none;
    color: #6dbfd6;
    font-weight: bold;
    margin-left: 10%;
}

h1.h1ExcelCursos span {
    font-weight: 100 !important;
    color: #FFFFFF;
    border-left: 1px solid #6dbfd6;
    margin: 0 0 0 18px;
    padding: 0 0 0 18px;
}

.contentExcelPage {
    font-size: 1.6em;
}

.breadcrumbs {
    margin-left: 10%;
    font-size: 12px;
}

.filtrosAplicados span {
    margin: 10px;
    background: lightgray;
    padding: 5px 15px;
}

.filtrosAplicados {
    display: none;
}



table#results thead tr th:hover {
    cursor: pointer;
    background: #ffae00;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit] {
    font-size: 16px !important;
}

.formacionPractica{
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    font-weight: 600;
}
.formacionPractica label{
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    font-weight: 400!important;
}
.formacionPractica label input {
    margin-right: 5px;
}
.formularioContactoExcel_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1128px;
}

#footer>.row.bottom-spacing-med>.container {
    padding-bottom: 50px;
}

#footer>.row.top-spacing-med>.container {
    padding-top: 50px;
}
#footer>.row>.container {
    padding-left: 0px;
    padding-right: 0px;
}
#footer *:last-child {
    margin-bottom: 0;
}

.parteformu {
    display: flex;
    width: 75%;
    align-items: normal;
    margin: 0 auto;
}