* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p,
span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


figure {
  margin-bottom: 0;
}

blockquote {
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 20px;
  border-left: 5px solid rgb(238, 238, 238);
  /*border-left: 5px solid #eeeeee;*/
  font-style: italic;
}

blockquote p {
  margin: 0;
}

ol>ul {
  list-style-type: disc !important;
}

.cursor-pointer {
  cursor: pointer;
}

.clear {
  clear: both;
}

/*fuentes institucionales*/

.fuente-zizou-bold, .fuente-slab-bold {
    font-family: 'zizou-slab-bold' !important;
}

.fuente-zizou {
  font-family: 'zizou-slab-regular';
}

.fuente-zizou-light {
  font-family: 'zizou-slab-light';
}

.fuente-solano {
  font-family: 'sgothic-bdcap';
}

.fuente-slab-bold {
  font-family: 'zizou-slab-bold';
}

.fuente-ghoty-mvb {
  font-family: 'solano_gothic_mvb_stdBd';
}

.helvetica-neue {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-italic {
  font-style: italic;
}

/* Color de textos */

.color-rojo {
  color: #FA0107;
}

.rojo-innova {
  color: #e0040b;
}

.color-blanco {
  color: #ffffff;
}

.color-negro {
  color: #000000;
}

.color-gris {
  color: #333333;
}

/* IA Searching */
.menu-desplegable-searching {
    display: none;
    position: fixed;
    right: -166%;
    padding-top: 15px;
    width: 100%;
    color: #b0b1b2;
    opacity: 0;
    background-color: #1f1e1e;
    transition: visibility 2s linear, opacity 0.2s linear;
    transition: all 2.5s;
    text-align: center;
    z-index: 8;
    min-height: 100vh;
  }

.text-red {
    color: red;
}

/**********************************/


/*********FONT-SIZES **********************/

.size-1 {
  font-size: 1.2rem;
}

.size-07 {
  font-size: 0.8rem !important;
}

.size-08 {
  font-size: 0.9rem;
}

.size-26 {
  font-size: 26px !important;
}

/**** paddings ***/

.p-t-home {
  margin-top: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

/* Color de fondo - Generales */
.fondo-blanco {
  background: #ffffff;
}

.fondo-oscuro {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.fondo-oscuro-gray {
  background-color: #454545;
  color: #C0C0C0;
}

.fondo-oscuro-2 {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
}

.fondo-negro {
  background: #000;
  color: #fff;
}

.fondo-rojo {
  background: #FA0107;
}

.bg-red {
  background-color: #D50000;
}
.bg-black {
  background-color: #000000;
}
.bg-blue {
  background-color: #270B73;
}
/* Sprite, íconos para redes sociales  */

.bg-iconos {
  /* background: url('../img/iconos/iconos.gif'); */
  background-image: url("https://www.upc.edu.pe/static/img/iconos/iconos.gif");
  display: inline-block;
  height: 30px;
  width: 30px;
}

.fb-icono {
  background-position: 0px 0px;
}

.fb-icono:hover {
  background-position: 0px -30px;
}

.yt-icono {
  background-position: -30px 0px;
}

.yt-icono:hover {
  background-position: -30px -30px;
}

.tw-icono {
  background-position: -60px 0px;
}

.tw-icono:hover {
  background-position: -60px -30px;
}

.gm-icono {
  background-position: -90px 0px;
}

.gm-icono:hover {
  background-position: -90px -30px;
}




/********************** COMPONENTE HEADER ***************************************************/

/************** MENU MOBILE & DESKTOP *****************/

.ico--flecha {
  color: red;
  margin-left: 7px;
  font-size: 24px;
}

.content-nav {
  background: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
}

.content-img img {
  width: 48px;
}

.content-menu {
  display: inline-block;
  width: 45px;
  padding: 10px;
}

.content-list-menu {
  margin: 0;
  list-style: none;
  color: black;
}

.content-list-menu li {
  display: inline-block;
  padding: 0.5% 0.3%;
}

.content-list-menu li.active-admision{
  padding: 0 !important;
  display:inline;
}

.content-list-menu a,.content-list-menu .item-span-desktop {
  color: black;
  font-family: 'sgothic-bdcap';
  display: inline-block;
}
.content-list-menu .item-span-desktop {
  font-size: 1.2rem;
}

.content-list-menu a:hover {
  text-decoration: none;
}

.boton-admision-mobile a{
  font-size: 1.2rem; 
  background: #d50000; 
  color: white; 
  font-family: 'sgothic-bdcap';
}

.content-idioma {
  margin-top: 18px;
  text-align: center;
}

.content-idioma-2 {
  margin-top: 10px;
  display: inline-block;
  flex-direction: row;
  text-align: center;
}

.content-idioma a:hover {
  text-decoration: none;
}

.line-menu {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-top: 3.8px;
  background-color: black;
}

.active-span {
  border-bottom: 1.5px solid red;
}

.content-idioma a {
  color: #737373;
  font-size: 1rem;
  font-family: 'sgothic-bdcap';
}

.content-idioma-2 a {
  color: #c8c8c8;
  font-size: 1rem;
  font-family: 'sgothic-bdcap';
}

.content-idioma-2 .active-span a {
  color: white !important;
}

.pr-10 {
  padding-right: 15px;
}

/***** MENU - MODO MOBILE *******/

.movil-img-white {
  text-align: left;
}

.movil-img-white img {
  width: 40px;
}

.content-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.menu-desplegable {
  display: none;
  position: fixed;
  right: -166%;
  padding-top: 15px;
  width: 100%;
  color: #b0b1b2;
  opacity: 0;
  background-color: black;
  transition: visibility 2s linear, opacity 0.2s linear;
  transition: all 2.5s;
  text-align: center;
  z-index: 9999999;
  min-height: 100vh;
}

.menu-active {
  display: block !important;
  right: 0;
  opacity: 1;
  transition: all 2.5s;
}

/*.active-admision {
  background: #d50000;
}*/

.active-admision a {
  color: #ffffff !important;
  display: inline-block;
  padding-left: 3% !important;
  padding-right: 3% !important;
  background: #d50000;
  padding-top: 0.5% 2.5%;
  text-decoration: underline;
  line-height: 1.625rem;
}

.list-movil-menu {
  list-style: none;
  text-align: left;
}
.list-movil-menu .item-span-menu {
  padding: 0;
}
.list-movil-menu .item-span-menu,.list-movil-menu a  {
  text-align: initial;
  width: 85%;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  color: white;
  font-family: 'sgothic-bdcap';
}

.list-movil-menu span {
  padding: 0 10px;
  text-align: right;
  display: inline-block;
  width: 12%;
}

.list-oculto-movil {
  display: none;
  list-style: none;
  margin-top: 5px;
}

.list-oculto-movil li {
  padding: 2% 0;
}

.list-oculto-movil a {
  padding-left: 20px;
  font-size: 1.2rem;
  font-family: 'zizou-slab-regular';
}

.list-oculto-movil-activo {
  display: block;
}

.list-movil-menu a:hover {
  color: red;
}

.active-list {
  top: 0;
  transition: all 1s;
  transform: translateX(0%);
}

.img-alight {
  text-align: left;
}

.ocultar-img {
  vertical-align: bottom;
  width: 100%;
}

.border-list {
  border-bottom: 1px solid white;
  padding: 3.2% 0;
}

.list-oculto {
  display: none;
  position: absolute;
  width: 205px;
  margin-top: 7px;
  margin-left: -31.3px;
  z-index: 9999999;
}

.list-oculto li {
  padding: 6px 20px !important;
}

.list-oculto a {
  font-family: 'zizou-slab-regular';
}

.outline:hover {
  color: red ;
}

.outline:hover>a,.outline:hover > .item-span-desktop{
  color: #FA0107;
}

/* style bloque oculto desktop */

.outline:hover .list-oculto {
  display: block;
  background: white;
}

/* menu movil && desktop */

.list-oculto a {
  display: block;
  font-size: 1rem !important;
}

.list-oculto li {
  display: block;
}

.list-oculto li:hover  {
  color: white;
  background-color: black;
}

.list-oculto li:hover a {
  color: white;
}

.content-nav {
  padding-top: 8px;
  padding-bottom: 12px;
}


.border-ocultar {
  border-radius: 100%;
  background-color: black;
  padding: 5px;
  margin-top: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.sub-active {
  display: inline-block;
  width: 5px;
  height: 30px;
  background: red;
}

/******* fin menu movil && desktop *******/

/**********menu FOOTER ********************/

#footer {
  width: 100%;
  font-size: 0.875rem;
  margin-top: 35px;
}

#footer .footer-upc {
  background-color: #636363;
  padding: 30px 0 30px 0px;
}

.menu-footer {
  float: left;
  /*width: 100%;*/
  width: 90%;
  margin: 0 5%;
}

.menu-footer-title {
  width: 100%;
  display: block;
  background: #4A4A4A;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  line-height: 26px;
  padding-left: 4px;
  margin-bottom: 3px;
}

.menu-footer-title:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.menu-content {
  padding-left: 0;
  list-style: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8125rem;
}

.menu-content li a {
  color: #fff;
  line-height: 1.38rem;
}

.menu-content li a:hover {
  text-decoration: none !important;
}

@media (min-width: 768px){
  /* menu header */
  .content-list-menu {
      margin-top: 10px !important;
  }
  .content-list-menu {
      margin: 0;
      list-style: none;
      color: black;
  }
  .content-list-menu a {
      font-size: 1.2rem;
  }
  .ico--flecha {
    color: red;
    font-size: 18px;
  }
  /* fin menu header */
}

@media (min-width:1024px){
  /* menu header */
  .content-list-menu li {
    padding: 0.5% 0.6%;
  }

  .active-admision a {
    padding: 0.5% 0.6%;
    height: 37px;
  }

  .content-img img {
    width: 70px;
  }
  /* fin menu header */
}
@media (min-width: 1200px) {
  /* menu header */
  .content-list-menu li {
    padding: 0.5% 2.2%;
  }

  .active-admision a {
    /* padding: 0.5% 2.2%; */
    padding: 8px;
    text-align: center;
    width: 180px;
    height: 40px;
    font-size: 24px;
  }

  /* fin menu header */
}


/* Estilos para tablas */

table.tablaneo td {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.pregunt-upc {
    font-weight: bold;
    margin-top: 50px;
}

.d50{
    color: #d50000 !important;
}

/* Css video modal admisión */

.video-play-home {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 38px 20px 18px 35px;
}

.video-play-home:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #f5f5f566;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-home:after {
  background: rgb(247, 247, 247, 0.75);
  border-radius: 50%;
  border: 1px solid #ffffff;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  transition: all 200ms;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 1;
}

.video-play-home span {
  border-left: 14px solid #626060;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  height: 0;
  margin-top: 4px;
  margin-left: 4px;
  position: relative;
  width: 0;
  z-index: 3;
}

.video-play-home:hover span {
  border-left: 14px solid #FF0000;
}

/* logo wasc */

.w-wasc {
  width: 100%;
  padding: 0 40px;
}

.card-red-border {
  box-shadow: 0 0 0 3px #D50000;
}

.style-card-academic.card-red-border {
  min-height: initial;
}

@media (min-width:768px) {
  .w-wasc {
    width: 100px;
    padding: 0;
  }
} 
@media (max-width: 420px){
  .sobrewasc-logo{
    width: 50%;
  }
}

@media (min-width:1200px) {
  .moveToTop {
    transform: translateY(-30px);
  }
} 
/**/
.medicina-campus-M .descrip{
  font-size: 0.6rem;
  line-height: 1!important; padding-left: 36px;
}
.medicina-campus-M h5{
  height: 44px;
}
@media (min-width:1200px) {
  .medicina-campus-M .descrip{
    font-size: 0.8rem;
  }
  .medicina-campus-M h5{
  height: 28px;
}
}
.msnrojo{
  background-color: red;
  color: white;
}
/**/
