.modal-backdrop {
    display: none; /* No mostrar el fondo de modal predeterminado de Bootstrap */
}

#errorMessage {
    font-weight: bold;
    color: red;
}

.panel-flat>.panel-heading {
    height: 45px;
}

.panel,
.panel-heading {
    border-radius: 10px;
}

.panel {
    margin: 40px 0 0 0;
}

.estilo-button-guardar {
    width: 90%;
    height: 60px;
    font-size: 23px;
    background-color: #0082c8;
    border-color: #0082c8;
    color: #fff;
    font-weight: bold;
}

.estilo-button-guardar:hover {
    background-color: #58afdd !important;
    color: #3391c4;

}

.estilo-button {
    margin: 5px 13px;
    width: 170px;
    font-size: 20px;
    border-radius: 5px !important;
    background-color: #0082c8;
    border-color: #0082c8;

}

.estilo-button:hover {
    background-color: #0082c8;
    border-color: #0082c8;
}

.nom_seccion {
    font-weight: bold !important;
    text-align: left;
    width: 250px;
    margin: 18px 0px 10px 0px;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 30px;
    background: #ef8903;
    color: white;
}

.div_verifi {
    text-align: right;
    width: 98%;
    display: inline-block;
}

button:focus {
    outline: none;
}

.nom_verifi_completo {
    font-weight: 100 !important;
    margin: 5px 13px;
    background-color: #39b54a;
    width: 170px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 2px 0;
    border-radius: 5px !important;
}

.nom_verifi_incompleto {
    font-weight: 100 !important;
    margin: 5px 13px;
    background-color: #ff0000;
    width: 170px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 2px 0;
    font-weight: bold !important;
    border-radius: 5px !important;
}

.acordeon, .acordeon-seccion-contactenos, .acordeon-seccion-admision,
.acordeon-seccion-colegio, .acordeon-seccion-datos, 
.acordeon-seccion-documentos, .acordeon-seccion-domicilio, .acordeon-seccion-tutor{
    background-color: #f0ecec;
    color: black;
    cursor: pointer;
    padding: 10px 15px 10px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 15px;

}

.active {
    border-bottom: 0px solid #ddd;
    border-radius: 15px 15px 0px 0px;

}

.active-img-flecha-abajo {
    background-image: url('https://www.snappy.org.pe/webifv/admision/template/img/flecha-abajo.png');
    background-size: cover;
    /* Ajusta la imagen para cubrir completamente el contenedor */
    width: 16px;
    height: 16px;
    display: inline-block;
}

.active-img-flecha-arriba {
    background-image: url('https://www.snappy.org.pe/webifv/admision/template/img/flecha-arriba.png');
    background-size: cover;
    /* Ajusta la imagen para cubrir completamente el contenedor */
    width: 16px;
    height: 16px;
    display: inline-block;
}

.panel-acordeon {
    padding: 30px 20px 0px;
    /*display: none;*/
    background-color: #f0ecec;
    /*overflow: hidden;*/
    margin: 0px 0px 20px 0;
    border-radius: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /*max-height: 300px;*/
    /*overflow: hidden;*/
}

.panel-acordeon-seccion {
    display: flex;

}

input[type='text'],
select {
    border-radius: 5px !important;
}

input[type='text'],
input[type='date'],
select {
   /* border: 1px solid #b3b3b3 !important;*/
}

input:focus,
input[type='text']:focus,
select:focus,
select:hover {
    box-shadow: 0 0 0 0 #b3b3b3, inset 0 0 0 0 #b3b3b3 !important;
    border: 1px solid #b3b3b3 !important;
}

input[type='text']::placeholder,input, selectqueda{ 
    color: #b3b3b3 !important; 
}

.swal2-header{
    align-self: center !important;
}

.swal2-modal .swal2-content {
    color:  #4d4d4d !important;
}
.container-input > label{
    text-align: center;
}

.container-input {
/*text-align: center;
background: #282828;*/
/*border-top: 5px solid #c39f77;*/
/*padding: 50px 0;*/
border-radius: 15px;
/*width: 100%;*/
margin: 0 auto;
/*margin-bottom: 20px;*/
}

.nombre_archivo{
    display: block;
    margin-top: -18px;
    text-align: left !important;
    margin-left: -55px;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 115px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1px 2px;
    border-radius: 4px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
    font-size:20px; 
    font-weight:normal;
    font-family: 'Lato';
}

.inputfile-1 + label {
    color: #fff;
    background-color: #969696;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #606060;
}
    .responsive{
        display: flex !important;
    }

    .container {
        cursor: pointer;
        margin-left: -30% !important;
        margin-right: -120px !important;
        min-width: 30px;
    }

    .adicional {
        cursor: pointer;
        margin-left: 0 !important;
        margin-right: 0  !important;
    }

.container input {
display: none;
}

.container svg {
overflow: visible;
}

.path {
fill: none;
stroke: #969696;
stroke-width: 6;
stroke-linecap: round;
stroke-linejoin: round;
transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
stroke-dasharray: 241 9999999;
stroke-dashoffset: 0;
}

.container input:checked ~ svg .path {
stroke-dasharray: 70.5096664428711 9999999;
stroke-dashoffset: -262.2723388671875;
}

.seccion-botones{
    margin-top: 30px;
}


.btn_enviar {
    width: 200px;
    justify-content: center;
    font-family: inherit;
    font-size: 20px;
    background: #0082c8;
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    font-weight: bold;
    margin-left: auto;
}

.btn_enviar span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.btn_enviar svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.btn_enviar:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.btn_enviar:hover svg {
    transform: translateX(1.5em) rotate(45deg) scale(1.1);
}

.btn_enviar:hover span {
    transform: translateX(14em);
}

.btn_enviar:active {
    transform: scale(0.95);
}

label > a{
    text-decoration: none !important;
    color: #000;
}

label > a:hover{
    color: #000 !important;
}
@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}


.btn_guardar {
font-family: inherit;
width: 200px;
justify-content: center;
font-size: 20px;
background: #0082c8;
color: white;
fill: rgb(155, 153, 153);
padding: 0.7em 1em;
padding-left: 0.9em;
display: flex;
align-items: center;
cursor: pointer;
border: none;
border-radius: 3px;
font-weight: 1000;
margin-left: 0;
}

.btn_guardar span {
display: block;
margin-left: 0.3em;
transition: all 0.3s ease-in-out;
}

.btn_guardar svg {
display: block;
transform-origin: center center;
transition: transform 0.3s ease-in-out;
}

.btn_guardar:hover {
background: skyblue;
}

.btn_guardar:hover .svg-wrapper2 {
transform: scale(1.25);
transition: 0.5s linear;
}

.btn_guardar:hover svg {
transform: translateX(3.5em) scale(1.6);
fill: #fff;
}

.btn_guardar:hover span {
opacity: 0;
transition: 0.4s linear;
}

.btn_guardar:active {
transform: scale(0.95);
}

.boton_buscar{
    padding: 2px 10px;
    border-radius: 5px !important;
    height: 40px;
    width: 120px !important;
    /*font-weight: bold;*/
}

.titulo{
    text-align: center !important;
    width: 100% ;
    font-size: 18px;
}

.mover{
    margin: -30px 10px auto auto;
}

.btn_seccion_guardar{
    text-align: right !important; 
    display:block;
    margin: 0 0px 0px 15px;
}

.imagen_subir{
    margin: -5px 0px 0px 5px;
}
@media (max-width: 1630px) {
    .container {
        cursor: pointer;
        margin-left: -28% !important;
        margin-right: -110px !important;
    }
}

@media (max-width: 1590px) {
    .container {
        cursor: pointer;
        margin-left: -25% !important;
        margin-right: -100px !important;
    }
}

@media (max-width: 1500px) {
    .container {
        cursor: pointer;
        margin-right: -90px !important;
    }
}

@media (max-width: 1400px) {
    .container {
        cursor: pointer;
        margin-right: -80px !important;
    }
}

@media (max-width: 1350px) {
    .container {
        cursor: pointer;
        margin-left: -23% !important;
    }
}

@media (max-width: 1270px) {
    .container {
        cursor: pointer;
        margin-left: -21% !important;
        margin-right: -70px !important;
    }
}

@media (max-width: 1270px) {
    .container {
        cursor: pointer;
        margin-left: -19% !important;
        margin-right: -50px !important;
    }
}

@media (max-width: 700px) {

    .nombre_archivo{
        margin-left: 0px;
    }
    .container {
        cursor: pointer;
        margin-left: 0px !important;
        margin-right: 0px !important;
        min-width: 30px;
    }

    .responsive{
        display: block !important;
    }

    .btn_seccion_guardar{
        text-align: center !important; 
        margin: 0 0px 0px -15px;
    }

    .estilo-button{
        width: 100% !important;
    }

    .panel-acordeon-seccion {
        display: block;
    }

    .col-md-4 {
        width: 100% !important;
    }

    .btn_enviar, .btn_guardar {
        width: 100% !important;
    }
}

.adicional {
    cursor: pointer;
    margin-left: 0 !important;
    margin-right: 0  !important;
}
