/* CSS Document */
body {
	font-family: 'HN-regular';
	background-color: #fff;
	font-size: 18px;
}

.texto-color-1 {
	color: #fd0061;
}


@font-face {
font-family: 'HN-bold';
src: url("../fonts/Inter_24pt-Bold.ttf");
}

@font-face {
font-family: 'HN-semibold';
src: url("../fonts/Inter_24pt-SemiBold.ttf");
}


@font-face {
font-family: 'HN-light';
src: url("../fonts/Inter_24pt-Light.ttf");
}

@font-face {
font-family: 'HN-medium';
src: url("../fonts/Inter_24pt-Medium.ttf");
}

@font-face {
font-family: 'HN-regular';
src: url("../fonts/Inter_24pt-Regular.ttf");
}



/* header */


.fs-header {
	font-size: 18px;
	font-family: 'HN-bold';
	color: #000;
}


/* mensaje importante */



.importante {
	padding-bottom: 5%;
	padding-top: 5%;
	margin-left: 10%;
	margin-right: 14%;
}


.tit_importante {
    color: #000;
    font-family: 'HN-bold';
    font-size: 20px;
	text-transform: uppercase;
}


.texto_importante {
    color: #000;
	font-family: 'HN-bold';
    margin: 0px;
	text-transform: uppercase;
}

.link {
    color: #000;
    background-color: yellow;
    text-decoration: none;
}

.link:hover {
	color: #000;
	text-decoration: none;
}

.link:link {
	color: #000;
	text-decoration: none;
}

.banner_importante {
	background-color: #f7f7f7 !important;
	padding: 20px;
	
}


/* fin mensaje importante */

/* imagen principal formulario */

#principal {
    margin-left: 10%;
    margin-right: 14%;
}

.formulario1 {
	justify-content: center;
	align-items: center; 
	background-color: #f5f5f5; 
	border-radius: 10%;
	display: flex;
	padding: 2%;
}

.form-control {
    font-size: 15px;
    background-color: #dedede;
    border: 1px solid #dedede;
    border-radius: 5px;
	height: 40px;
}

.rut{
    color: #e9364c;
    font-family: 'HN-bold';
    font-size: 18px;
}

.pass{
    color: #e9364c;
    font-family: 'HN-bold';
    font-size: 18px;
    margin-bottom: 0;
}

.olvidaste_pass{
    color: #ffffff;
    font-family: 'HN-bold';
    font-size: 12px;
    margin-bottom: 0;
}

.texto_formulario{
    font-size: 15px;
	color: #ffffff;
}

.entrar {
    color: #e9364c;
    background-color: #ffffff;
    font-family: 'HN-bold';
	border-radius: 5px;
    padding: 10px 112px;
	font-size: 18px;
}






/* fin imagen principal formulario */


/* acordeon */

#contenido {
	margin-bottom: 7%;
	margin-top: 7%;
}

.panel {
	border: 0 !important;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}


.panel-default > .panel-heading {
	color: #e9364c !important;
	font-family: 'HN-bold';
    background-color: #fff !important;
	height: 75px;
	border-bottom: 1px #ddd solid;
}

.panel-heading{
    padding: 20px 15px;
}


.panel-title {
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}

.panel-title > a {
    text-decoration: none !important;
}



.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #fff;
}

.texto_acordeon {
	font-size: 16px;
	color: #000;
}

.texto_acordeon_color {
	font-size: 16px;
	color: #e9364c;
}

/* fin acordeon*/


#superior{
  padding-left: 25%;
}

.encabezado {
	padding-top: 4rem;
}

.tit_index {
    color: #e9364c;
    font-family: 'HN-regular';
    font-size: 22px;
	text-transform: uppercase;
	text-align: center; 
}

.texto_index {
    color: #000;
	font-family: 'HN-bold';
    margin: 0px;
    line-height: normal;
	text-align: center;
}

.imginfo {
	max-width: 150px;
	margin-bottom: 2rem;
}

.padding_div{
    padding-bottom: 5rem;
} 

.interior {
    background-color: #f7f7f7; 
	

}

.importante_int {
    padding: 1rem 4rem 3rem 1rem;
    background-color: #FFFF33;
    margin: 0 14% 2rem 10%;
}

.tit_importante_int {
    color: #4D4D4D;
    font-family: 'HN-bold';
    font-size: 18px;
}

.texto_importante_int {
    color: #4D4D4D;
    margin: 0px;
}



.tit_pdf {
    color: #FF0099;
    font-family: 'HN-bold';
    font-size: 18px;
}

.imginfo {
	margin-bottom: 2rem;
	margin-left: 15%; 
	max-width: 85%;
}

.imginfo_i {
	float: left;
	margin-right: 30px;
	max-width: 100%;
	margin-bottom: 2rem;
}



/* fin footer */

.footer {
    background-color: #fff;
    padding-top: 4rem;
	padding-bottom: 4rem;
    /*padding-left: 10%;
    padding-right: 14%;*/
}

#inferior{
  padding-left: 5%;
}

.centrado {
    text-align: center;
}



/* fin footer */




@media only screen and (max-width : 900px) {

}




@media only screen 
    and (max-width : 1440px) {
		
#principal {
    margin-left: 10%;
    margin-right: 12%;
}
		
.form-control {
	height: 32px;
}
		
		
.entrar {			
	height: 32px;
	font-size: 10px;
}


.rut{
    font-size: 12px;
}

.pass{
    font-size: 12px;
}
        
.olvidaste_pass{
    font-size: 10px;
}

.texto_formulario{
    font-size: 10px;
}

 
        
}


@media only screen 
    and (max-width : 1200px) {
		
		
#principal {
    margin-left: 10%;
    margin-right: 10%;
}


.rut{
    font-size: 10px;
}

.pass{
    font-size: 10px;
}
        
.olvidaste_pass{
    font-size: 10px;
}

.texto_formulario{
    font-size: 10px;
}

.entrar {
    font-size: 10px;
	height: 32px;

}
 
        
}


@media only screen 
    and (max-width : 980px) {


.rut{
    font-size: 16px;
}

.pass{
    font-size: 16px;
}
        
.olvidaste_pass{
    font-size: 12px;
}

.texto_formulario{
    font-size: 14px;
}

.entrar {
    font-size: 10px;
	height: 32px;

}


.hiden_logos {
    display: none;  
        }
		
.img_footer {
	padding-bottom: 20%;
}
        
.margin_form {
    margin-left: 15px;
}
        
		
.panel-title {
	font-size: 19px;
}
		
		
	.logo {
		max-width: 70%;
	}
	.lineas {
		max-height: 80px !important;
	}
	
	.formulario1 {
	border-radius: 10%;
	padding: 5%;
	margin-top: 7%;
	}
		
		
.img_importante {
	margin-left: 0 !important;
}
		
.imginfo {
	margin-left: 0;	
}
		
.imginfo_i {
	max-width: 80px;
}
	


}


/* inicio botón repostulación */


a.boton {
	color: #fff; 
	background-color: #e9364c; 
	font-size: 32px; 
	text-decoration: none; 
	border-radius: 10px; 
	padding: 15px 45px;"
}

.repostulacion {
	margin-top: 7%;
}

@media only screen 
	and (max-width : 980px) {
		
		a.boton {
			font-size: 22px;
			padding: 15px 45px;
		}
		
		.repostulacion {
			margin-top: 15%;
			margin-bottom: 5%;
		}
		
		
}

/* fin botón repostulación */



