/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.gwt-body-edit, body {
	background-color:white;
}
.edit_h2
{
 font-size: 18px;
 color: SteelBlue;
 padding:10px;
 background-color:AliceBlue; 
}

.edit_h3
{
 font-size: 15px;
 color: Teal;
 padding:10px;
 background-color:GainsBoro; 
}

.edit_label
{
 font-size: 14px;
 color: Tomato;
 padding-left:10px; 
 padding-right:15px; 
}

.edit_bloque
{
  border:2px solid green;  
  z-index:1000;
  background-color:white;
  
}

.edit_div
{
  line-height: 1.3;
  font-size:14px;
}  

/*  */

a.nav__lang--active{
    color: white;
    padding: 4px;
    font-weight: 600!important;
}  



/* _main-home:scss: 356
 */
.home .upna__actualidad .swiper__news .swiper-wrapper .swiper-slide .news .news__route {
    display:block;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    color: white;
    color: white;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.5rem .5rem .5rem .5rem;
}

.home .upna__actualidad .swiper__news .swiper-wrapper .swiper-slide .news .news__route a {
  color: white;
}


/* _main-home:scss: 428
 */
.home .upna__actualidad .swiper__events .swiper-wrapper .swiper-slide .event__wrap .event p.title  {
    display: block;
    margin: 0 0 7px 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 23px;
    line-height: 1.4375rem;
}

/* _main-home:scss: 434
 */
.home .upna__actualidad .swiper__events .swiper-wrapper .swiper-slide .event__wrap .event p.location  {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;  
    color: #363636;
}
.title .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    padding: 0 0 0.9375rem 0;
}
.-border--no-b {
    border-bottom: 0 !important;
}
/* _main-home:scss: 199
 */

.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p.h1, 
.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p.h2, 
.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .-btn {
    transform: translate(0, 0px);
    opacity: 1;
}



@media (max-width:1366px){
.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide .slide__content p.h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin: 0 0 50px 0;
}  
.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide .slide__content p.h2 {
    font-size: 21px;
    font-size: 1.3125rem;
}

}


.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide .slide__content p.h1 ,
.swiper-container .swiper-wrapper .swiper-slide .slide__content p.h1 {
  
    margin: 0 0 60px 0;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 53px;
    line-height: 3.3125rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transform: translate(0, -100px);
 /*   opacity: 0;  */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem .5rem .5rem .5rem;
}

.-header.-header--full .-header__content header p.h1 {
    display: inline-block;
    margin: 0 0 1.875rem 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5125rem;
    transform: translate(0, -100px);
 /*   opacity: 0;  */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem .5rem .5rem .5rem;


}

p.h3 {
  font-size: 1.425rem;
  padding-right: 1em;
  padding-left: 1em;
/*  padding: 0 1em 1em 0;  Suprimo el padding superior */
  
}
.home .upna__intro .col:nth-child(2) .swiper-container .swiper-wrapper .swiper-slide .slide__content p.h2 {
    margin: 0 0 40px 0;
    font-size: 25px;
    font-size: 1.5625rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transform: translate(0, -100px);
/*    opacity: 0;  */
    display: block;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem .5rem .5rem .5rem;
}

/*  los títulos en las páginas de grados y similares  */

h1 {
    font-size: 2.0rem;
    font-weight: 400;
}

h2 {
    font-size: 1.825rem;
    font-weight: 400;
  
}

h3 {
    font-size: 1.525rem;
    font-weight: 500;
  
}

/* En estudios se sustituyen p y br por ul li */
.estudios a  {
    font-weight: 300;
    line-height: 25px;
    line-height: 2.2625rem;
    margin: 0 0 35px 0;
}

@media (max-width: 1024px)
.estudios a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.575rem;
    margin: 0 0 30px 0;
}

/* main-boletines.scss 26 se aclara el background */

.boletines .boletines__content .wrap {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background: #e6e6e6;
    background: #eeeeee;
}

/* _iconos.scss */

.icon24 {
    width: 25px;
    height: 25px;
    margin: 4px 0 1em 0;
    display: inline-block;
}

/* Ya añadido en ui/_sizing.scss */

.-h-30vh  {
    height: 30vh !important;

}
.-text-center {
  text-align:center;
}
/* _fonts.scss:84 
   Se ha cambiado el h4 por p */ 

p.h4--underline a svg {
    transform: rotate(180deg) translate(10px, 0);
    stroke: #dc2c2a;
    transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
/* _fonts.scss:174 
   Se ha cambiado el h4 por p */ 

.upna p.h4--underline a svg {
    stroke: #b21880;
}


.-linkUPNA h4 {
  margin-top: 4%; 
  margin-bottom: 4%;
  
}

/*
 Accesibilidad: Se ha incorporado encabezados que envuelven a los botones de los acordeones y 
   se ha creado este estilo para mantener el formato que llevan los botones de acordeón sin encabezados.  */

.header-acordeon {
    font-size: 1em;
    margin-bottom: 1%;
  
}

h4.header-acordeon {
    font-size: 1em;
    margin-bottom: 1%;
    margin-top: 1%;
  
}


/* Hay que borrar esto de app.css. Demasiado específico

#cCentralUPNA h4{
  margin-top: 4%; 
  margin-bottom: 4%;
}
 */


/* Estilo para el listado de nodos que se pinta con menuDesde (llamado menú grados) se adapta para el estilo "upna"
   Los estilos para "estu" se encuentran en el fichero _estilosUpna.scss : 616
*/

.upna .menuPagHer {
    border-top: 1px solid #B21880;
    border-bottom: 1px solid #B21880;
    background-color: #f0f0f0;
}
.-section__aside .inner > article > section .swiper-slide {
    height: auto;
}
.-section__aside .inner > article > section .swiper-slide.no-objectfit img {
    width: 100%;
    height: auto;
    min-height: unset;


/*     object-fit: cover;

    min-width: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  */
}

/* INICIO de El menu izquierda cambia a responsive en 1024 y el contacto se mantiene hasta 780px */
/* Se unifica el comportamiento */

@media (max-width: 1024px) {
  .-section__aside .inner { 
    
            flex-direction:column-reverse;

	}
 .-section__aside .inner > aside {
        top: 0;
        max-width: 100%;
        margin-right: 0;
        position: relative;
	} 
} /* FIN de media max-width 1024px */

/* INICIO Estilos para las tarjetas de datos de La UPNA */
p.tituloData{ 
    display: block;
    text-align: center;
    font-size:1.375rem;
    font-size:1.125rem;
    min-height: 3rem; 
}
/*
.wrap  h2{
    text-align: center;

}
*/

.upnaCard .upnaCard__content .img__wrap {
  height: 20vh; }
.upnaCard .upnaCard__content .img__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.upnaCard .upnaCard__content .img__wrap.no-objectfit {
    overflow: hidden; }
.upnaCard .upnaCard__content .img__wrap.no-objectfit img {
      max-width: none;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      object-fit: unset;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
.upnaCard .upnaCard__content .wrap {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 15px;
  background: #e6e6e6;
  background: #e6e6e6; }
.upnaCard .upnaCard__content .wrap h4 {
    margin: 0 0 20px 0; }
.upnaCard .upnaCard__content .wrap .-btn {
    display: inline-block; }
.upnaCard .upnaCard__content .wrap .-link {
    display: flex;
    align-items: center; }
.upnaCard .upnaCard__content .wrap .-link span {
      margin-left: 10px; }
.upnaCard__H2{
   font-size:1.375rem;
   display:block;
   text-align:center;
	}

@media (max-width: 768px) {
.upnaCard .upnaCard__content .-grid {
    flex-flow: row wrap;
  }
.upnaCard .upnaCard__content .-grid .-grid__col{
  width:50% !important;
  margin:0;

  }
.upnaCard .upnaCard__content .wrap {
  min-height: 23vh;
	}
}
@media (max-width: 576px) {
.upnaCard .upnaCard__content .-grid {
    flex-flow: row wrap;
  }
.upnaCard .upnaCard__content .-grid img{
    width:60%
  }
.upnaCard .upnaCard__content .-grid .-grid__col{
  width:100% !important;
  margin:3.125rem 2rem 0 2rem;
  padding:0;
  text-align:center;
  height:fit-content;
  box-shadow: 0 -.5rem 0.75rem 0 rgba(0,0,0,.15)!important;
  border-radius: .25rem!important;
	}
.upnaCard .upnaCard__content .wrap {
  min-height: initial;
  height:auto;
	}

} 
/* FIN de Estilos para las tarjetas de datos de La UPNA */

/* INICIO Estilos para galeria de fotos galfotosList  que se ha hecho para LA UPNA */

.-section__aside .inner > article > section .swiper-slide.no-objectfit img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.-section__aside .inner > article > section .swiper-slide {
    height: auto;
    position:relative;
}
  
.-swiper__wrap.-swiper__wrap--default .-swiper__pagination {
    width: auto;
    right: 0;
    bottom: auto;
    position:relative;
    left: inherit;
    z-index: 2;
    padding: 25px;
    color: white;
    color: white;
    background: #383838;
    text-align: center;
}
  
/* FIN de Estilos para galeria de fotos galfotosList  que se ha hecho para LA UPNA */

