@font-face {
  font-family: "Helvetica Neue LT Std Light";
  src: url(../../assests/fuente/HelveticaNeueLTStd-Lt.otf);
}

@font-face {
    font-family: "Helvetica Neue LT Std ultra";
    src: url(../../assests/fuente/HelveticaNeueLTStd-UltLt.otf);
}

@font-face {
    font-family: "italic";
    src: url(../../assests/fuente/HelveticaNeueLTStd-It.otf);
}

@font-face {
    font-family: "roman";
    src: url(../../assests/fuente/HelveticaNeueLTStd-Roman.otf);
}

@font-face {
    font-family: "bold";
    src: url(../../assests/fuente/HelveticaLTStdBold.otf);
}

.ingreso-chico{
	display: none;
}
strong {
	color: #000;
	line-height: 1.4;
}

.perfil-ingreso{
	margin-bottom: 4rem;
}

.cont-img-obj{
	position: relative;
	top: 4rem;
}

.container-mas{
	margin-top: 5rem;
	margin-bottom: 4rem;
}

.cont-mas{
	display: flex;
	padding-left: 10rem;
}

.ico-mas{
	margin-top: -7px;
margin-right: 1rem;
}

.img-obj{
	width: 100%;
}

#seccion-objetivo {
	padding-top: 50px;
	padding-left: 10rem;
}


#titulo-objetivo {
	border-right: solid 4px #33CA00;
	width: 48rem;
	padding: 2px 0px;
}

#titulo-objetivo p {
	font-size: 50pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: bold;
	text-align: left;
	color: #33CA00;;
	line-height: 1;	
}

.boton_caracteristicas, .boton_c_academico, .boton_actitudes{
	width: 75%;
}

.cont-botones{
	padding-left: 102px;
}

.liboton_caracteristicas, .liboton_c_academico{
	margin-bottom: 3rem;
}

#caracteristicas ul{
	margin-top: 2rem;
}

#academico ul{
	margin-top: 2rem;
}

#actitudes ul{
	margin-top: 2rem;
}


.text-selecciona{
	font-family: "italic";
	color: #4e4e4e;
}

.txt-caracteristicas{
	font-family: "bold";
	color: #33ca00;
	font-size: 18pt;
}

.txt-bold{
	font-family: "bold";
	font-size: 18px;
	color: #4e4e4e;
}

.txt-roman{
	font-family: "Helvetica Neue LT Std Light";
	padding-left: 2rem;
}



#contenedor-objetivo {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap-reverse;

	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-end;
	-webkit-flex-wrap: wrap-reverse;
}

#texto-objetivo {
	display: flex;
	align-items: flex-end;
	height: 440px;
	width: 700px;
	padding-bottom: 35px;

	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-align-items: flex-end;
}

#texto-objetivo p {
	font-size: 12pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #4D4D4D;;
	line-height: 1.4;
}

#img-objetivo {
	height: 440px;
	width: 550px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;

	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-justify-content: flex-end;
	-webkit-align-items: flex-end;
}
@media (max-width: 1300px ) {
	.perfil-ingreso {
    height: auto;
    margin-bottom: 2rem;
}
}
@media (max-width: 1112px ) {
#seccion-objetivo {
    padding-left: 5rem;
}
.cont-mas {
    padding-left: 6rem;
}
.cont-botones {
    padding-left: 6rem;
}
.cont-list-egreso{
	margin-left: 4rem;
}
}
@media (max-width: 420px ) {
.ingreso-grande{
	display: none;
}
#titulo-objetivo p {
    font-size: 30pt;
    }
    #titulo-objetivo {
    width: 30rem;
}
.cont-botones {
    padding-left: 5rem;
    padding-right: 5rem;
}
.txt-roman {
    margin-bottom: 2rem;
}
.actitudes_chico{
	margin-top: 3rem;
}
}