@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif:300,400,500,600,700,900&display=swap');

* {
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
	scroll-behavior: smooth;
}

html, body {
	font-size: 16px;
	background: #FFF;
	height: 100%;
    width: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-image: url("bg_auditorio.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	letter-spacing: 0px;
}
#row {
	max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
#row_logo {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 0;
}

#row_logo_1 {
	width: 25%;
	padding: 13px 0 10px 0;
    display: block;
    float: left;
	text-align: left;
}
#row_logo_2 {
	width: 75%;
	padding: 14px 0 10px 0;
	text-align: right;
    display: block;
    float: left;
}
#row_datos {
	width: 100%;
	background: #FFF;
	border-radius: 6px;
	padding: 15px 10px;
	margin: 0 auto;
	text-align: center;
    display: block;
    float: left;
	margin-bottom: 20px;
}
#row_datos_envio {
	width: 100%;
	border: 1px solid #FFF;
	border-radius: 6px;
	padding: 15px 10px;
	margin: 0 auto;
	text-align: center;
    display: block;
    float: left;
	margin-bottom: 20px;
}
#row_datos_envio a{
	color: #000;
}
#row_datos_envio_fin {
	width: 100%;
	border: 1px solid #FFF;
	border-radius: 6px;
	padding: 15px 10px;
	margin: 0 auto;
	text-align: center;
    display: block;
    float: left;
	margin-bottom: 100px;
}
#row_datos_envio_fin a{
	color: #000;
}
#row_datos_fin {
	width: 100%;
	border-radius: 6px;
	padding: 15px 10px;
	margin: 0 auto;
	text-align: center;
    display: block;
    float: left;
	margin-bottom: 50px;
}
#row_datos_fin a{
	color: #000;
}
#alerta {
    max-width: 1150px;
    background: #2F2482;
    border-radius: 6px;
    padding: 10px 10px;
    margin: 0 auto;
    text-align: center;
	position: fixed;
	bottom: 20px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	color: #FFF;
} 
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: black;
  border-radius: 6px;
}
#alerta a{
		color: #FFF;
} 
#dni {
	border-radius: 6px;
	color: #000;
	padding: 8px;
	margin: 10px 0;
	border: 1px solid #2F2482;
	text-align: center;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 150px;
}
#center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
#detalle_error {
    width: 100%;
    display: block;
    float: left;
	text-align: center;
	font-weight: bold;
	color: #C00;
	margin-top: 10px;
}
#container {
    width: 100%;
    display: block;
    float: left;
	text-align: center;
	margin: 0 auto;
}

#row {
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
.boton {
	border-radius: 6px;
	color: #FFF;
	background: #2F2482;
	padding: 8px;
	border: 0px;
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 150px;
	transition: 0.3s;
	cursor: pointer;
	letter-spacing: -0.4px;
}
.boton:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	background: #171241;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.titulo {
    width: 100%;
    display: block;
    float: left;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #2F2482;
	font-family: 'Bree Serif', sans-serif;
	padding: 10px 0;
}
.subtitulo {
    width: 100%;
    display: block;
    float: left;
	text-align: center;
	font-size: 22px;
	color: #2F2482;
	font-weight: bold;
	font-family: 'Bree Serif', sans-serif;
}
.titulo_spacer {
	padding: 20px 0;
}

.titulo_datos_archivo {
    width: 100% - 20px;
    display: block;
	text-align: left;
	font-size: 24px;
	padding: 5px 0px 10px 0px;
	color: #2F2482;
	font-family: 'Bree Serif', sans-serif;
	margin: 0 10px 15px 10px;
	font-weight: bold;
	border-bottom: 1px solid #2F2482;
	letter-spacing: -0.4px;
}
.titulo_datos_archivo i {
	font-size: 20px;
	padding-right: 10px;
}
.subtitulo_datos_archivo {
	font-size: 22px;
	padding: 5px 0px 10px 0px;
	color: #999;
	font-family: 'Bree Serif', sans-serif;
	font-weight: bold;
}
.titulo_datos {
    width: calc(100% - 20px);
    display: block;
    float: left;
	text-align: left;
	font-size: 20px;
	padding: 20px 0px 10px 0px;
	color: #2F2482;
	font-family: 'Open Sans', sans-serif;
	margin: 0 10px 15px 10px;
	font-weight: bold;
	border-bottom: 1px solid #2F2482;
	letter-spacing: -0.4px;
}
.titulo_datos i {
	font-size: 18px;
	padding-right: 5px;
}
.subtitulo_row {
    width: 100%;
    display: block;
    float: left;
	text-align: right;
	font-size: 22px;
	color: #2F2482;
	font-weight: 500;
	font-family: 'Bree Serif', sans-serif;
}
.titulo_row {
    width: 100%;
    display: block;
    float: left;
	text-align: right;
	font-size: 34px;
	font-weight: 500;
	color: #2F2482;
	font-family: 'Bree Serif', sans-serif;
	padding-bottom: 0px;
	line-height: 100%;
}
#load_area {
    width: 100%;
    display: block;
    float: left;
	padding: 0;
	letter-spacing: -0.4px;
	font-weight: 500;
}
.texto {
    width: 100%;
    display: block;
    float: left;
	letter-spacing: -0.4px;
	padding: 20px 0;
	font-weight: 500;
	transition: 0.3s;
}

.texto a{
    text-decoration: none;
	font-weight: 700;
	color: #000;
}
.texto a:hover{
    text-decoration: underline;
}
.estado_borrador {
	background: #FFF;
	color: #000;
	padding: 2px 8px;
	border-radius: 6px;
	font-weight: bold;
}
.estado_enviada {
	background: #390;
	color: #FFF;
	padding: 2px 8px;
	border-radius: 6px;
	font-weight: bold;
}

#titulo_1 {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0s;
	opacity: 0;
}
#titulo_2 {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.5s;
	opacity: 0;
}
#titulo_3 {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1s;
	opacity: 0;
}
#titulo_4 {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 1.5s;
	opacity: 0;
}
#col {
	width: 100%;
	display: block;
	float: left;
}
#col1 {
	width: 66.6%;
	display: block;
	float: left;
	text-align: justify;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: -0.4px;
    font-weight: 500;
}
#col2 {
	width: 33.3%;
	display: block;
	float: left;
	text-align: justify;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: -0.4px;
    font-weight: 500;
}
#col3 {
	width: 99.9%;
	display: block;
	float: left;
	text-align: justify;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: -0.4px;
    font-weight: 500;
}

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding: 4px 20px 0 40px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 7px;
  font-weight: bold;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
	border-radius: 6px;
	accent-color: black;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #EEE;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ingresodocumentacion {
	width: 100%;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #EEE;
	background: #fff;
	padding: 6px 10px;
	margin-top: 27px;
	transition: 0.3s;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
}
.ingresodocumentacion:hover {
	background: #EEE;
}
.ingresodocumentacion i{
	margin-right: 5px;
}
.ingresodatos_no {
	width: 10px;
	border: none;
	background: none;
	color: #FFF;
}

.ingresodatos {
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #EEE;
	background: #EEE;
	padding: 6px 10px;
	margin-top: 5px;
	text-transform: uppercase;
	transition: 0.3s;
}
.ingresodatos:hover {
	background: #CCC;
}
.ingresodatos2 {
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #EEE;
	background: #EEE;
	padding: 5px 10px;
	margin-top: 5px;
	text-transform: uppercase;
	transition: 0.3s;
}
.ingresodatos2:hover {
	background: #CCC;
}
.ingresodatos3 {
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 6px 10px;
	margin-top: 5px;
	text-transform: uppercase;
	transition: 0.3s;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.promedio_ok {
	color: #390;
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-top: 22px;
}
.promedio_no {
	color: #C00;
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-top: 22px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #FFF;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #FFF;
  margin: 5% auto;
  padding: 10px;
  width: 50%;
  border-radius: 6px;
}

.close {
  color: #2F2482;
  float: right;
  font-size: 44px;
  line-height: 85%;
  padding-right: 10px;
  font-family: 'Bree Serif', sans-serif;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#carga_documentacion {
  padding: 0 10px 10px 10px;
  text-align: center;
}

input[type="file"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  font-size: 16px;
}

input[type="file"]::file-selector-button {
  transition: 0.3s;
  padding: 6px 10px;
  font-weight: bold;
  background: #FFF;
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-right: 5px;
  cursor: pointer;
}

input[type="file"]::-ms-browse:hover {
  background: #EEE;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background: #EEE;
}

input[type="file"]::file-selector-button:hover {
  background: #EEE;
}

.ingresodatos_archivo {
    width: 100px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #EEE;
    padding: 6px 10px;
    margin-top: 5px;
    transition: 0.3s;
	cursor: pointer;
}
.ingresodatos_archivo:hover {
    background: #CCC;
}

.ingresodatos_confirma {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #000;
	color: #FFF;
    padding: 6px 50px;
    margin-top: 5px;
    transition: 0.3s;
	cursor: pointer;
}
.ingresodatos_confirma:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
#habilitado,#datospersonales,#datosescolares,#datosmadre,#datospadre,#datosproyeccion,#ingresofamiliar {
	display: block;
	float: left;
	width: 100%;
}
.agrega {
	text-align: right;
	letter-spacing: -0.4px;
	font-weight: 500;
	padding: 0 10px;
	width: 100%;
	display: block;
	float: left;
}
@media only screen and (max-width: 900px) {
.modal-content {
  width: 90%;
}
.desktop_only {
	display: none !important;
}
#row_logo {
	padding: 0 10px;
} 
.titulo_row {
	font-size: 24px;
	padding-bottom: 0px;
	text-align: center;
}
.subtitulo_row {
	font-size: 16px;
	line-height: 105%;
	text-align: center;
}
.titulo_datos {
	font-size: 20px;
}
.subtitulo_datos_archivo {
	font-size: 18px;
}
.titulo_datos_archivo {
	font-size: 20px;
}
.texto {
    width: 100%;
    display: block;
    float: left;
	letter-spacing: -0.4px;
	padding: 20px 0;
	font-weight: 500;
	transition: 0.3s;
}
#col1 {
	width: 100%;
	padding: 5px;
}
#col2 {
	width: 100%;
	padding: 5px;
}
#col3 {
	width: 100%;
	padding: 5px;
}
.promedio_ok {
	padding-top: 0px;
}
.promedio_no {
	padding-top: 0px;
}
.ingresodocumentacion {
	margin-top: 2px;
	text-align: center;
}
#alerta {
    margin: 0 10px;
	font-size: 15px;
} 
#row_datos_envio_fin {
	margin-bottom: 150px;
}
#row_datos_fin {
	margin-bottom: 180px;
}
#row_logo_1 {
	width: 100%;
	text-align: center;
}
#row_logo_2 {
	width: 100%;
	text-align: center;
	padding: 0px;
}
.container {
  display: block;
}
}