@charset "UTF-8";
/* CSS Document */

.card-wizard {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 15px 30px;
}

.icono-sm {
    position: relative;
    content: '';
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    margin-top: 12px;
}

.paso1 {background-image: url(iconos/documento.svg);}
.paso2 {background-image: url(iconos/domicilio.svg);}
.paso3 {background-image: url(iconos/datos.svg);}
.paso4 {background-image: url(iconos/info.svg);}

li.active .paso1 {background-image: url(iconos/documento-active.svg);}
li.active .paso2 {background-image: url(iconos/domicilio-active.svg);}
li.active .paso3 {background-image: url(iconos/datos-active.svg);}
li.active .paso4 {background-image: url(iconos/info-active.svg);}


.accordion-heading {
    padding: 10px 20px;
    border: 1px solid #fff;
    background-color: #f6f7f7;
    border-radius: 6px;
    margin-top: 15px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
}

a.accordion-toggle {
    color: #000;
}

.badge-notification {
    background-color: red;
    float: right;
    margin-top: 10px;
}

.badge-danger {
    background-color: #e6175a!important;
}

.badge-warning {
    background-color: #fcce67!important;
}

.badge-success {
    background-color: #19cc92!important;
}

.wizard li.active:after {
    display: none;
}

.wizard li.active span.round-tab {
    background-color: #35c3ed;
    box-shadow: 0 0 10px 0 rgb(62 204 240);
}

.wizard .nav-tabs {
    border-bottom-color: #fff;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    transform: scale(1.25);
    z-index: 1;
}

label {
    font-weight: 400!important;
	color: #000!important;
}

div#mensaje_nivel {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

div#mensaje_nivel2{
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.logo-escuela {
    content: '';
    width: 180px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    top: 6px;
    position: relative;
}

.file-caption .file-caption-name {
    font-size: 14px;
    font-weight: 400;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border: 1px solid #fcde67!important;
}



@media screen and (max-width: 768px) {
.logo-escuela {
    width: 160px;
    height: 60px;
    top: -75px;
}
	
#ba-logo {
    display: block;
    margin-top: 9px!important;
}
}