@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);
}
.egreso-chico{
    display: none;
}
.titulo-egreso {
	border-right: solid 4px #33CA00;
	width: 48rem;
	padding: 2px 0px;
	margin-left: 10rem;
margin-top: 7rem;
}

.titulo-egreso p {
	font-size: 50pt;
	font-family: "Helvetica Neue LT Std Light", sans-serif;
	font-weight: bold;
	text-align: left;
	color: #33CA00;;
	line-height: 1;	
}
.container-mas-egreso{
	display: flex;
	padding-left: 10rem;
	margin-top: 2rem;
margin-bottom: 4rem;
}
.txt-mas-egreso{
	margin-top: 7px;
}
.img-chico{
	padding-left: 8rem;
}
.cont-botones-egreso{
	padding-left: 4rem;
}
.cont-botones-egreso li{
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.titulo_egreso {
    font-family: "bold";
    color: #33ca00;
    font-size: 18pt;
    margin-bottom: 2rem;
}
.txt-bold-egreso {
    font-family: "bold";
    font-size: 18px;
    color: #4e4e4e;
}
.txt-roman-egreso {
    font-family: "Helvetica Neue LT Std Light";
    padding-left: 2rem;
    text-align: justify;
}
.cont-egreso{
	margin-bottom: 4rem;
}
@media (max-width: 1112px) {
	.txt-roman-egreso {
    padding-right: 5rem;
}
.titulo-egreso {
    margin-left: 5rem;
}
.img-chico {
    padding-left: 2rem;
}
.cont-botones-egreso {
    padding-left: 1rem;
}
}
@media (max-width: 770px) {
.egreso-grande{
    display: none;
}
    .boton_caracteristicas, .boton_c_academico, .boton_actitudes {
    width: 85%;
}
.btn-egreso{
    width: 100%;
}
.cont-list-egreso{
    padding-left: 3rem;
    padding-right: 4rem;
    margin-left: 0;
}
.btn-egreso {
    width: 60%;
}
}
@media (max-width: 420px) {
.titulo-egreso {
    width: 30rem;
}
.titulo-egreso p {
    font-size: 30pt;
}
.cont-botones-egreso li {
    margin-left: 6rem;
}
.btn-egreso {
    width: 78%;
}
.titulo_egreso {
    font-size: 14pt;
    padding-left: 4rem;
margin-top: 4rem;

    }
    .cont-botones-egreso li {
    margin-bottom: 1rem;
}
}