* {
    text-decoration: none;
  }


  a:hover {
    text-decoration: none;

  }

  .button_link_pre_medicina {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e41934;
    padding: .6rem;
    max-width: 10rem;

  }
  .button_link_pre_medicina:hover{
    color: white;
  }
  /*Efecto*/
  .modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-y: scroll;
  }
  .modalmask::-webkit-scrollbar{
    width: 0px;
  }


  .modalmask:target {
    opacity: 1;
    pointer-events: auto;
  }

  /*Formato de la ventana*/
  .modalbox {
    width: calc(100% - 40px);
    max-width: 500px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
  }

  /*Movimientos*/
  .movedown {
    margin: 0 auto;
  }

  .rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5, -5);
    transform: scale(-5, -5);
  }

  .resize {
    margin: 10% auto;
    width: 0;
    height: 0;

  }

  .modalmask:target .movedown {
    /*   margin: 10% auto;*/
  }

  .modalmask:target .rotate {
    transform: rotate(360deg) scale(1, 1);
    -webkit-transform: rotate(360deg) scale(1, 1);
  }

  .modalmask:target .resize {
    width: 400px;
    height: 200px;
  }

  /*Boton de cerrar*/
  .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;

  }

  .close:hover {
    background: #FAAC58;
    color: #222;
  }

  .subrayado {
    text-decoration: underline;
  }


  .h1-text {
    font-size: 1.3rem;
    margin: 40px 0;
    color: #2c2c2c;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .h1-text i {
    background-color: #509bfc;
    color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 2px 5px 30px rgba(80, 123, 252, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin: 0 20px;
  }

  /* .container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  } */


  .box {
    position: relative;
    min-width: 250px;
    background-color: #f2f2f2;
    box-shadow: 2px 3px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    position: relative;
    border-radius: 45px;
    text-align: center;
  }

  .box .a {
    text-decoration: none;
  }

  .top-bar {
    width: 50%;
    height: 4px;
    /*background: #507bfc;*/
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 0px 10px 10px;
  }

  .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .fa-check-circle {
    color: #17b667;
  }

  /* creating heart */
  .heart {
    color: rgba(155, 155, 155);
  }

  .heart::before {
    content: '\f004';
    font-family: fontawesome;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
  }

  .box .heart-btn:checked~.heart::before {
    color: #e41934
  }

  .heart-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 1rem;
    display: none;
  }


  .content img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content strong {
    font-weight: 500;
    color: #141414;
    margin-top: 10px;
  }

  .content p {
    font-size: 0.9rem;
    color: #7a7a7a;
    margin: 4px 0px 10px 0px;
    cursor: pointer;
  }

  .content p:hover {
    text-decoration: none;
    cursor: none;
  }

  .btn {
    margin-top: 5px;

    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .btn a i {
    margin-right: 9px;
    text-decoration: initial;
  }

  .btn a {
    border-radius: 20px;
    color: #0563c1;
    /*   padding: 8px 20px;*/
    font-size: 0.9rem;
    text-decoration: underline;
  }

  /*
  .btn a:hover {
    color: #fff;
    box-shadow: 2px 5px 15px rgba(80, 123, 252, 0.05);
    background-color: #507bfc;
    transition: all ease 0.5s;
  }*/

  .cuadriculas {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    margin-right: 34px;
    margin-left: -62px;
  }

  .order-md-first {

    position: inherit;
  }

  .order-md-last {
    position: inherit;
  }

  .centrar-footer {
    display: flex;
    flex-wrap: nowrap;
    gap: 3rem;
    margin-left: 29%;
    /* border-spacing: 10px 5px; */
    /* column-span: all; */
    /* column-gap: 11rem; */
    align-content: space-around;
  }

  .titulo {
    text-align: center;
    /* font-size: 0.9rem; */
    font-weight: bold;
    color: black;
  }

  .condiciones {
    /*  margin-top: 3%;*/
    /* margin-left: -2%; */
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-right: 84%;
    font-family: 'zizou-slab-light';
  }

  @media screen and (min-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {
    .contenido-texto {
      margin-top: 3%;
      margin-right: 25%;
    }

  }


  @media screen and (min-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {
    .contenido-subtitulo {
      font-family: 'zizou-slab-light';
      font-size: 18px;
      margin-top: 3%;
      /* margin-right: 46%; */
      /* display: flex; */
      flex-wrap: nowrap;
      justify-content: flex-start;
      flex-direction: row-reverse;
      /* margin-left: -16%; */
    }
  }


  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .contenido-subtitulo {
      font-family: 'zizou-slab-light';
      font-size: 18px;
      margin-top: 6%;
      justify-content: flex-start;


    }
  }



  /*
  @media screen and (min-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
.contenido-subtitulo {
  font-family: 'zizou-slab-light';
  font-size: 18px;
  margin-top: 6%;
  margin-right: 46%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row-reverse;

}
  }

*/
  strong:before {
    content: " Admisión 2026 ";
    visibility: visible;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin-left: 4%;
  }

  strong:after {
    content: 'sssss';
  }

  strong {
    visibility: hidden;
  }

  .contenedor {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: initial;

  }
.novedades-2-opciones-medicina>div{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: solid 1px red;
}

@media (min-width: 992px) {
    .novedades-2-opciones-medicina{
        display: flex;
        flex-direction: row;
        justify-content: center;
        /* align-items: center; */
        gap: 40px;
    }
    .novedades-2-opciones-medicina>div{
        width: 45%;
    }
}


.title-reconocemos-tu-esfuerzo{
  display: flex;
  flex-direction: column;
}
.title-reconocemos-tu-esfuerzo .div1, .title-reconocemos-tu-esfuerzo .div2 {
  text-align: left;
  width: 100%;
}
@media (min-width: 992PX) {
  .title-reconocemos-tu-esfuerzo{
  display: flex;
  flex-direction: row;
}
  .title-reconocemos-tu-esfuerzo .div1{
    width: 70%;
  }
  .title-reconocemos-tu-esfuerzo .div2 {
    width: 30%;
    margin-left: 25px;
  }      
}
.size-16{
  font-size: 16px;
}
.becas-items{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  color: red !important;
}