.degreeHeader {
    padding-top: 80px;
    background: var(--uia-dark-grey);
    color: white;
    position: relative;
    top: 0;
    z-index: 0;
    padding-bottom: 17rem;
}

.degreeHeader .program-first-image{
    z-index: 1;
    height: 170px;
    width: 170px;
    overflow: hidden;
}

.degreeHeader .program-first-image img{
    height: 100%;
    width: auto;
}

@media (max-width: 64em) {
    .degreeHeader {
        padding-top: 250px;
        padding-bottom: 5rem;
    }

    .degreeHeader .program-first-image {
        width: 100%;
    }

    .degreeHeader .program-first-image img {
        width: 100%;
        height: auto;
    }
}

.no-gutter {
    padding: 0 !important;
}

@media (max-width:64em) {
    .degreeHeader .col-7_md-12_lg-12, .degreeHeader .col-7_md-12_lg-12 .col-4_md-12 {
        padding-bottom: 0;
    }

    .degreeHeader .col-5_md-12 img {
        height: 100% !important;
        width: auto;
    }
}


.degreeHeader .responsive-content .square {
    width: 100%;
    height: 150px;
    padding: 15px 20px;
}

.degreeHeader .responsive-content .bg-primary, .degreeHeader .responsive-content .bg-yellow{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.degreeHeader .responsive-content .square ion-icon{
    font-size: 40px;
}

.degreeHeader .responsive-content .square img {
    width: 100%;
}

/*PLAN DE ESTUDIO*/
.certificado {
    width: 150px;
    height: 150px;
    left: 31px;
    bottom: -110px;
    padding: 15px 20px;
}

.certificado img {
    width: 100%;
}

/*CONTENIDO*/
.contenido-plan {
    padding-top: 200px;
}

.contenido-plan .contenido{
    margin-bottom: 10px;
}

.contenido-plan .first-image{
    width: 420px;
    height: 510px;
    overflow: hidden;
    position: relative;
}

.contenido-plan .first-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

.contenido-plan .second-image {
    width: 367px;
    height: 450px;
    overflow: hidden;
    position: absolute;
    right: 100px;
    top: 270px;
}

.contenido-plan .second-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

/*ACORDION*/

.contenido-plan .accordion .semestre  h4{
    bottom: 0;
    left: -60px;
}

.verano h5 {
    bottom: 0;
    left: -60px;
}

.accordion-animated .accordion-item button[aria-expanded="true"] h4 {
    font-size: 26px;
    color: var(--uia-dark);
    opacity: 1;
    line-height: 1.2;
}

.accordion button h4 {
    font-size: 19px;
    line-height: 0.3;
    color: var(--uia-dark);
    opacity: .6;
}

.accordion button .number::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .number::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] .number::after {
    width: 0;
    top: 0px;
}

.accordion-animated .accordion-item button[aria-expanded=true] {
    font-size: 50px;
    color: var(--uia-dark);
    opacity: 1;
    border-bottom: 0px solid #03b5d2;
}

@media (max-width: 760px) {
    .accordion-animated .accordion-item button[aria-expanded=true] {
        font-size: 35px;
    }

    .contenido-plan .accordion .semestre h4 {
        left: -40px;
    }

    .verano h5 {
        left: -40px;
        font-size: 16px;
    }

    .accordion-animated .accordion-item button[aria-expanded="true"] h4 {
        font-size: 30px;
    }

    .accordion button h4 {
        font-size: 20px;
    }

}

.accordion-animated .accordion-item {
    border-bottom: 0px solid #03b5d2;
}

.accordion button {
    color: var(--uia-dark);
    opacity: .6;
    padding: 1em 0 13px 0;
}

#accordion-button-1 {
    padding-top: 0;
}

.accordion-content ul {
    list-style: none;
    padding-left: 0;
}

.accordion button:hover, .accordion button:focus, .accordion button h4:hover, .accordion button h4:focus {
    color: var(--uia-dark);
    opacity: 1;
}

/*MODELO EDUCATIVO*/
.section-with-card .section-card {
    padding: 40px 50px;
}


/*PERFIL DE INGRESO Y CAMPO LABORAL */

.perfilIgreso {
	padding-top: 5rem;
	padding-bottom: 2rem;
}

/*PERFIL DE EGRESO*/
.perfilEgreso {
    padding-top: 10rem;
}

.perfilEgreso .contacto {
    margin-top: 20px;
}

.perfilEgreso hr {
    margin-bottom: 0;
    background-color: var(--uia-grey-300);
}

.perfilEgreso .puntos ion-icon {
    color: var(--uia-primary);
    font-size: 16px;
}

.perfilEgreso .contacto ion-icon {
    font-size: 25px;
    right: 5px;
}

.square-button {
    height: 180px;
    width: 180px;
    padding: 10px 20px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.square-button ion-icon {
    font-size: 40px;
}

.perfilEgreso .first-image {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 80vh;
    width: 30vw;
    background: red;
}

.perfilEgreso .first-image img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0;
    bottom: 0;
}

.perfilEgreso .second-image {
    position: absolute;
    left: 30px;
    top: 100px;
    overflow: hidden;
    height: 495px;
    width: 495px;
    background: blue;
}

.perfilEgreso .second-image img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0;
    bottom: 0;
}

