
.contenedor-individual-a{
    width: 100vw;
    margin: auto;
    background-color: #15243C;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}


.desplegable{
display:flex;
  width: 100%;
  justify-content: center;
  align-items:center;
  padding: 80px 0px 0px 0%;
}

.desplegable-titulo{
margin-right: 30px;
  font-size: 26px;
  font-family: 'roboto';
width: auto;
}

.lista-materias-titulo{
display:flex;
      background: #ff5900;
padding: 12px;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.lista-materias-titulo img{
width: 50px;
}

.lista-materias {
    display: none;
    height: 100%;
    background: #ff5900;
  padding-left: 13px;
  padding-right: 8px;
    padding-bottom: 15px;
}

.lista-materias ul {
    list-style-type: none; /* Eliminamos el tipo de viñeta predeterminado */
    padding-left: 20px; /* Ajustamos el espacio a la izquierda para que se vean las viñetas */
}

.lista-materias ul li::marker {
    content: "\2022"; /* Utilizamos el carácter Unicode del punto (•) */
    color: white; /* Color de las viñetas */
}



#plan-de-estudios{
width: 300px;
  background-color: white;
  padding: 8px;
  font-family: 'roboto';
  border: 2px solid black;
}


@media screen and (max-width: 1200px){
    .contenedor-individual{
        box-sizing: border-box;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1100px){
    .contenedor-individual{
        padding: 0 20px;
    }
}

.contenedor-plan-de-estudios{
    padding: 40px 10px;
}
.contenedor-plan-de-estudios .titulo-especialidades{
     color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 46px;
    line-height: 40px;
    margin: 30px 0;
  text-align:center;
  background-color: #ff5900;
  width:auto;
  padding:15px 30px;
  transform: translateY(80px);
  font-family: 'DMSerif';
}
}
.padre-de-trimestres .dropdown-especialidades-1{
background-color: red;
  display:flex;
}

.dropdown-especialidades select{
    background-color: #000000;
    appearance: none;
    border: none;
    height: 50px !important;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 0px 30px 0px 15px;
    text-transform: uppercase;
    outline: none;
    background-image: url('https://6397695.fs1.hubspotusercontent-na1.net/hubfs/6397695/icon-arrow-select.png');
    background-position: 100% 45%;
    background-repeat: no-repeat;
    background-size: auto;
    width: auto;
}
.padre-de-trimestres {
    margin: 30px 0px;
  background-color: white;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedor-de-trimestres{
       box-sizing: border-box;
    padding: 70px 30px;
    flex-wrap: wrap;
    display: flex;
    background-color: white;
  justify-content: center;
}
.padre-de-trimestres .contenedor-de-trimestres:nth-child(1){
    display: flex;
}
.materias-electivas-content {
    background: #bdbdbd;
    color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
    max-width: 89%;
    margin: 0px 0px 30px 53px;
}
.materias-electivas-content .titulo {
    text-align: center;
    color: #2e2d2c;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0 20px;
    font-family: Roboto, sans-serif;
}
.especialidades-semestrales{
    color: #ffffff;
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    position: relative;
    font-family: 'roboto';
    width: 315px;
    min-height: 200px;
    margin: 14px 25px;
}
.especialidades-semestrales .titulo-semestre{
    margin: 0;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 5px 0px;
}
.especialidades-semestrales ul{
    padding-left: 20px;
}
.hover-titulo-semestre{
       background: #ff5900;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.hover-titulo-semestre:hover{
    opacity: 0;
    visibility: hidden;
}
.hover-titulo-semestre .numero-semestre{
    font-size: 120px;
    line-height: 120px;
    font-family: Roboto, sans-serif;
    color: #9e9e9e;
    font-weight: 900;
    position: relative;
}
.hover-titulo-semestre .numero-semestre::before{
    content: "";
    width: 150px;
    height: 160px;
    position: absolute;
    top: 46px;
    left: 25px;
    box-shadow: 0px 2px 16px 1px rgb(0 0 0 / 60%);
    transform: rotate(45deg);
}
.hover-titulo-semestre .numero-semestre::after{
    content: "";
    background: #bdbdbd;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 3;
    border-left: 1px solid rgba(255,255,255,.6);
    transform: rotate(45deg);
    top: 42px;
    left: 17px;
}
.especialidades-semestrales .opcion-titulo-semestre{
    font-size: 25px;
    line-height: 30px;
    font-family: 'DMSerif';
    color: white;
    font-weight: 900;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
.especialidades-semestrales .subtitulo-hover-semestre{
    font-size: 21px;
    line-height: 25px;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}
.hr-separator-titles{
    width: 150px;
    border: 1px solid #fff;
    margin: 5px auto;
}
.titulo-hover-semestre{
    font-size: 32px;
    line-height: 29px;
    text-transform: uppercase;
    width: 200px;
    position: relative;
    z-index: 6;
    left: 39px;
    top: -20px;
}
@media screen and (max-width: 1100px){
    .contenedor-de-trimestres{
        justify-content: center;
    }
    .materias-electivas-content {
        width: 90%;
        margin: 0px auto 30px;
    }
}
@media screen and (max-width: 600px){
    .dropdown-especialidades{
        display: block;
    }
    .caja-select-especialidades{
        margin: 20px 0;
    }
    .dropdown-especialidades select{
        font-size: 15px;
    }
    .especialidades-semestrales{
        margin: 15px 0;
    }
}

@font-face {
    font-family: 'DMSerif';
    src: url('https://6397695.fs1.hubspotusercontent-na1.net/hubfs/6397695/webfonts/DMSerifDisplay-Regular.woff');
}

@font-face {
    font-family: 'SharpSlab';
    src: url('https://6397695.fs1.hubspotusercontent-na1.net/hubfs/6397695/webfonts/SharpSlab-Bold.woff2');
}

@font-face {
    font-family: 'roboto';
    src: url('https://6397695.fs1.hubspotusercontent-na1.net/hubfs/6397695/webfonts/Roboto-Regular.ttf');
}