.header-lic{
    background-image: url(../imgs/lic-background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    height: 400px;
}

.objetivo-lic{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    font-size: 38px;
    letter-spacing: -0.2px;
    color: #cb4f1d;
}

.text-lic{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.pad-lic{
    padding: 30px 20px 30px 20px;
}

.pad-egresado{
    padding: 30px 5px 10px 20px;
}

.monse-egresado{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #05347f;
}

.listas{
    list-style: inside;
    display: block;
    /*list-style-type: disc;*/
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*padding-inline-start: 40px;*/
}

.plan{
    background-image: url(../imgs/plan-lic.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
    height: 846px;
}

.monse-plan{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #cb4f1d;
}

.pad-plan{
    padding: 30px 5px 30px 20px;
}

.monse-plan2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #05347f;
}

.pad-btn{
    padding: 12px 25px;
}

.turnos-background{
    background-image: url(../imgs/formar-para-tramsformar.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    margin-bottom: -710px;
    height: 145vh;
}

.pad-turnos{
    padding: 50px 0px 43px 55px;
} 

.pad-requisitos{
    padding: 50px 45px 43px 0px;
} 

.turnos-title{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    font-size: 38px;
    letter-spacing: -0.2px;
    color: #05347f;
}

.requisitos{
    font-family: 'Average Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.borde-medio-lic{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #000;
  }

  .header-lic-verano{
    background-image: url(../imgs/verano.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    height: 400px;
}

.plan-verano{
    background-image: url(../imgs/plan-verano.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
    height: 846px;
}

.textito{
    font-family: 'Average Sans';
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.monsee{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 0.30px;
    color: #ffffff;
}

.padisca{
    padding: 85px 0px 20px 0px;
}

.borde-medio-white{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        background-color: #ffffff;
}

.turnos-background2{
    background-image: url(../imgs/formar-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    margin-bottom: -710px;
    height: 145vh;
}