@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);
}

.programa{
    color: white;
    font-size: 11pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    font-style: italic;
    text-align: center;
    padding-top: 20px;
}

.hidden-header {
  min-height: 197px;
}


@media (max-width: 1199px) {
  .hidden-header {
    min-height: 180px;
  }
}

@media (max-width: 650px) {
  .hidden-header {
    min-height: 150px;
  }
}

.t-requisito-a {
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 0px;
}

#seccion-proceso {
    background-color: #33CC00;
    padding: 5% 0%;
}

.t-posgrado {
    margin-left: auto;
    margin-right: auto;
}

#proceso-admision {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex; /* Safari 6.1+ */
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

.paso {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex; /* Safari 6.1+ */
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}

#titulo-paso {
    padding: 40px;
    width: 100%;
    text-align: center;
}

#descripcion-paso {
    text-align: center;
    width: 80%;
}

#periodos-seleccion {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-flex; /* Safari 6.1+ */
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    padding-bottom: 30px;
}

.periodos-contenido {
    width: 300px;
}

.titulo-a {
    color: white;
    font-size: 20pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    line-height: 1.3;
}

.titulo-b {
    color: white;
    font-size: 14pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: center;
    font-weight: lighter;
    font-style: italic;
    padding:15px;
}

.titulo-c {
    color: white;
    font-size: 12pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding:20px;
}

.texto-titulo {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 11pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    padding:15px;
    width: 80%;
}

#proceso {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    display: -webkit-flex; /* Safari 6.1+ */
    -webkit-justify-content: space-around;
    -webkit-align-items: flex-start;
    -webkit-flex-wrap: wrap;
}

.item {
    width: 250px;
    padding: 40px 10px 20px;
}

.item p {
   margin-left: auto;
   margin-right: auto;
   color: white;
   font-size: 12pt;
   font-family: "Helvetica Neue LT Std Light", sans-serif;
   text-align: center;
   font-weight: lighter;
   letter-spacing: 1px;
}

.item a {
   color: #0000CC;
   font-size: 12pt;
}

.item a:hover {
   color: #FFFFFF;
   font-size: 12pt;
}

.item ul li {
    color: white;
    font-size: 12pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: left;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 1.5;
    list-style: circle;
    margin-left: 25px;
}

.itemB {
    width: 220px;
    padding: 40px 10px 20px;
}

.itemB p {
   margin-left: auto;
   margin-right: auto;
   color: white;
   font-size: 12pt;
   font-family: "Helvetica Neue LT Std Light", sans-serif;
   text-align: center;
   font-weight: lighter;
   letter-spacing: 1px;
}

.itemB a {
   color: #0000CC;
   font-size: 12pt;
}

.itemB a:hover {
   color: #FFFFFF;
   font-size: 12pt;
}

.itemB ul li {
    color: white;
    font-size: 12pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: left;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 1.5;
    list-style: circle;
    margin-left: 25px;
}

.itemC {
    width: 160px;
    padding: 40px 10px 20px;
}

.itemC p {
   margin-left: auto;
   margin-right: auto;
   color: white;
   font-size: 12pt;
   font-family: "Helvetica Neue LT Std Light", sans-serif;
   text-align: center;
   font-weight: lighter;
   letter-spacing: 1px;
}

.itemC a {
   color: #0000CC;
   font-size: 12pt;
}

.itemC a:hover {
   color: #FFFFFF;
   font-size: 12pt;
}

.itemC ul li {
    color: white;
    font-size: 12pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: left;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 1.5;
    list-style: circle;
    margin-left: 25px;
}

.imagen-proceso{
    width: 100%;
    text-align: center;
}

.imagen-proceso img{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.img-dos, .img-tres {
    display: none;
}

#img-dos, #img-tres {
    display: none;
}

.item .texto-extra {
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 10pt;
    font-family: "Helvetica Neue LT Std Light", sans-serif;
    text-align: center;
    font-weight: lighter;
}

#horario {
    width: 500px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex; /* Safari 6.1+ */
    -webkit-justify-content: space-around;
    -webkit-align-items: flex-start;
    -webkit-flex-wrap: wrap;
}

.item-horario {
    width: 150px;
    padding: 40px 0px 20px;
}

.item-horario p {
   margin-left: auto;
   margin-right: auto;
   color: white;
   font-size: 12pt;
   font-family: "Helvetica Neue LT Std Light", sans-serif;
   text-align: center;
   font-weight: lighter;
   letter-spacing: 1px;
}


@media (max-width: 999px) {
    .item {
        width: 150px;
    }

    .itemB {
        width: 200px;
    }
}

@media (max-width: 850px) {
    .item {
        width: 200px;
    }

    .itemB {
        width: 160px;
    }

    .img-uno {
        display: none;
    }

    .img-dos {
        display: block;
    }

    #img-tres {
        display: block;
    }

}

@media (max-width: 666px) {
    .item {
        width: 150px;
    }

    .itemB {
        width: 135px;
    }
}

@media (max-width: 840px) {
    .item {
        width: 300px;
    }

    .itemB {
        width: 300px;
    }

    .img-dos {
        display: none;
    }

    .img-tres {
        display: block;
    }

    #img-dos {
        display: block;
    }

    .imagen-proceso img{
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    #horario {
        width: 300px;
    }
}

@media (max-width: 400px) {
    .texto-titulo {
        width: 95%;
    }

    .paso {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        display: -webkit-flex; /* Safari 6.1+ */
        -webkit-justify-content: center;
        -webkit-align-items: center;
        -webkit-flex-wrap: wrap;
    }

    #descripcion-paso {
        text-align: center;
        width: 100%;
    }
}