/* MODIFICACIONES NICKY */


.column {
	font-family: "Century Gothic" , CenturyGothic , AppleGothic , sans-serif;
	font-size: 16.0px;
        border: 0px solid white !important;
}

.oculto{
       visibility: collapse; 
}

/* SUBPÁGINAS*/
.pageType .itemlink span {
        align-items: center;
        display: flex;
        /* height: 50px; */
        /* justify-content: center; */
        padding: 10px 50px;
        /* width: max-content; */
        /* position: absolute; */
        margin: 0 auto;
        text-decoration: none !important;
        background: #132e6f;
        color: #ffffff !important;
        /* border: #8c9eb4 1px outset; */
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        /* background-image: url('https://poliformat.upv.es/access/content/group/ESP_0_3054/Imagenes/bg.png'); */
        /* background-repeat: no-repeat; */
        /* background-position: center; */
}

.pageType .itemlink span:hover {
        /*transform: scale(1.1);*/
        background-image:url('https://poliformat.upv.es/access/content/group/ESP_0_3049/instructor-uploads/bggrande.png');
        background-repeat:no-repeat;
        background-position:center;
        /*box-shadow: 0 0 10px #000000;*/
        /*background: #ffffff;*/
        padding:40px 100px;
        color: #ffffff!important;

      }

.pageType .itemlink span:active {
        transform: scale(0.9);
        box-shadow: 0 0 20px #000000;
        color: #ffffff !important;
        background: #000000;
      }


/* EXÁMENES */
.assessmentType .itemlink span {
        
        align-items: center;
        display: flex;
        /*height: 50px;*/
        justify-content: center;
       	padding: 15px 80px;
       	width: max-content;
       	
       	/*position: absolute;*/
       	margin:0 auto;
       
        
       	text-decoration: none !important;
        background: #0770cd;
        color: #FFFFFF !important;
        /*border: red 3px outset;*/

        /*font-weight: 600;*/
        font-size: 25px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
      }

.assessmentType .itemlink span:hover {
        transform: scale(1.1);
        box-shadow: 0 0 10px #000000;
        background: #ffffff;
        color: #0770cd !important;
      }

.assessmentType .itemlink span:active {
        transform: scale(0.9);
        box-shadow: 0 0 20px #000000;
        color: #FFFFFF !important;
      }

.listType .link-div .fa-item-text {
  display: none;
  vertical-align: text-top;
}


.column a[href]{
	text-decoration: none;
}

a[href]:hover {
	text-decoration: none;
}

/*las imagenes que dirigen a un enlace, aumentan su tamaño al pasar 
por encima con el cursor*/

a img:hover{
	transition: all 0.3s ease-in-out;
}

a img:hover{
	transform: scale(1.1);
	box-shadow: 0 0 10px #000000
}


/*ICONOS DE LAS PLANTILLAS*/

.fa-lightbulb-o::before {
        content: url('https://poliformat.upv.es/access/content/group/ESP_0_3049/iconos%20plantilla/parasabermas%2050.png');
        /* display: flex; */
        position: relative;
        bottom: 8px;
        right: 3px;
}

.fa-warning::before, .fa-exclamation-triangle::before {
        content: url('https://poliformat.upv.es/access/content/group/ESP_0_3049/iconos%20plantilla/warning30.png');
        /* display: flex; */
        position: relative;
        top: 5px;
        right: 3px;
}

.fa-star::before {
        content: url('https://poliformat.upv.es/access/content/group/ESP_0_3049/iconos%20plantilla/recomendacion50.png');
        display: flex;
        bottom: 8px;
        position: relative;
        right: 10px;
}
/*ENLACE*/

.resourceType .itemlink {
        
        align-items: center;
        display: flex;
        padding: 5px 20px;
        width: max-content;
        text-decoration: none !important;
        background: #c00;
        color: #FFFFFF !important;
        cursor: pointer;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
      }

.resourceType .itemlink:hover {
        transform: scale(1.1);
        box-shadow: 0 0 10px #000000;
        background: #ffffff;
        color: #0770cd !important;
      }

.resourceType .itemlink:active {
        transform: scale(0.9);
        box-shadow: 0 0 20px #000000;
        color: #FFFFFF !important;
      }


.textbox a {
        
        text-decoration: none !important;
        /*background: #cc000045;*/
        color: #b90505 !important;
        /*border: #a64b4b2e 1px outset;*/

        font-weight: 600;
        /*font-size: 25px;*/
        cursor: pointer;
        /*border-radius: 5px;*/
        transition: all 0.3s ease-in-out;
      }

.textbox a:hover {
        transform: scale(1.1);
        box-shadow: 0 0 10px #000000;
        background: #ffffff;
        color: #0770cd !important;
      }

.textbox a:active {
        transform: scale(0.9);
        box-shadow: 0 0 20px #000000;
        color: #FFFFFF !important;
      }


/*.resourceType .itemlink {
  position: static;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.resourceType .itemlink::before {
        content: "\f061";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 25%;
        display: grid;
        border-radius: 28px;
        background: rgba(255, 171, 157, 0.5);
        width: 56px;
        height: 56px;
        transition: all 0.3s ease;
        justify-content: right;
        align-content: center;
        padding: 20px;
}
.resourceType .itemlink span {
        position: relative;
        font-size: 16px;
        line-height: 18px;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        vertical-align: middle;
        display: flex;
        top: 10px;
        left: auto;
        justify-content: center;
}
.resourceType .itemlink svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.resourceType .itemlink:hover:before {
  width: 51%;
  background: #ffab9d;
}
.resourceType .itemlink:hover svg {
  transform: translateX(0);
}
.resourceType .itemlink:active {
  transform: scale(0.96);
}*/