section {
    padding-bottom: 75px;
    padding-top: 75px;
    background-image: url(../../images/inscripcionesFront/fondo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 17px;
}
section h1 {
    margin-bottom: 40px;
    color: #005EA4;
    font-size: 25px;
    text-transform: uppercase;
}
section h1 img {
    width: 400px;
    margin-top: 15px;
}
section h2,
#previsualizarInscripcion h2 {
    margin-bottom: 20px;
    color: #005EA4;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
section h2 {
    margin-top: 40px;
}
section h3 {
    color: #005EA4;
    font-size: 22px;
    font-weight: bold;
}
section .alumno {
    position: relative;
}
section .alumno .alumno-id span {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-color: #005EA4;
    color: white;
    font-size: 48px;
    line-height: 78px;
    display: block;
}
section .alumno .alumno-remove {
    border: 0;
    background-color: transparent;
    color: #005EA4;
}
section .alumno .alumno-remove:hover {
    color: black;
}
section .alumno .alumno-remove > * {
    display: inline-block;
    vertical-align: middle;
}
section .alumno .alumno-remove > span {
    font-size: 14px;
    font-style: italic;
    white-space: normal;
}
section .alumno .text-center .checkbox {
    margin: 0;
}
section .alumno .divBus .dest {
    padding: 5px;
    margin-top: 20px;
    background-color: #761E66;
    color: white;
    text-align: center;
}
section .alumno .divBus .row > div {
    margin-top: 20px;
}
section .alumno .divBus .row > div:nth-of-type(odd) {
    clear: left;
}
section #nuevoAlumno {
    margin-top: 30px;
    background-image: url('../../images/inscripcionesFront/linea.png');
    background-repeat: repeat-x;
    background-position: center center;
    text-align: center;
}
section #nuevoAlumno .btn,
section #inscripcion-pie #adjuntar .btn {
    border: 1px solid #005EA4;
    background-color: white;
    color: #005EA4;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
section #nuevoAlumno .btn:hover,
section #inscripcion-pie #adjuntar .btn:hover {
    background-color: #005EA4;
    color: white;
}
section #inscripcion-pie {
    margin-top: 30px;
    text-align: center;
}
section #inscripcion-pie h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
section #inscripcion-pie .row > div:last-of-type h2 {
    font-size: 30px;
}
section #inscripcion-pie .btn-corp,
#previsualizarInscripcion .btn-corp {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 40px;
    background-color: #761E66;
    font-size: 18px;
    font-weight: 400;
}
section #inscripcion-pie .btn-corp:hover,
#previsualizarInscripcion .btn-corp:hover {
    background-color: #005EA4;
}
section #inscripcion-pie #precioFinal,
#previsualizarInscripcion .precio {
    font-weight: bold;
    line-height: 1;
}

@media (min-width: 992px) {
    section #inscripcion-pie .row {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    section #inscripcion-pie .row > div:last-of-type {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    section .alumno .alumno-remove {
        position: absolute;
        top: 70px;
        right: 0;
    }
    section #inscripcion-pie #precioFinal,
    #previsualizarInscripcion .precio {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    section .alumno .alumno-remove {
        margin-bottom: 15px;
    }
    section #inscripcion-pie #precioFinal,
    #previsualizarInscripcion .precio {
        font-size: 40px;
    }
}

#previsualizarInscripcion {
    font-size: 17px;
}
#previsualizarInscripcion h2 span {
    font-size: 30px;
    font-weight: bold;
}
#previsualizarInscripcion h3 {
    max-width: 300px;
    margin: 30px auto 10px;
    padding: 5px 10px;
    background-color: #005EA4;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
#previsualizarInscripcion h4 {
    margin-top: 25px;
    font-size: 20px;
}
#previsualizarInscripcion h4 span {
    display: inline-block;
    vertical-align: middle;
}
#previsualizarInscripcion h4 span:first-of-type {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #005EA4;
    color: white;
    font-size: 20px;
    line-height: 32px;
}
#previsualizarInscripcion h4 span:last-of-type {
    font-weight: bold;
}
#previsualizarInscripcion table {
    width: 100%;
    table-layout: fixed;
}
#previsualizarInscripcion table tr td {
    width: 50%;
    padding: 2px 10px;
}
#previsualizarInscripcion table tr td:first-of-type {
    color: #005EA4;
    font-weight: bold;
    text-align: right;
}
#previsualizarInscripcion table tr td:last-of-type {
    text-align: left;
}
#previsualizarInscripcion .filtro-radio-option {
    margin: 5px 0;
}