/* MODIFICACIONES NICKY */



/*FORMATO DE TEXTO*/
.column {
	font-family: "Century Gothic" , CenturyGothic , AppleGothic , sans-serif;
	font-size: 16.0px;
        border: 0px solid white !important;
}


/*CLASE OCULTO*/
.oculto{
       visibility: collapse; 
}


/* SUBPÁGINAS*/
.pageType .itemlink span {
        align-items: center;
        display: flex;
       	padding: 10px 50px;
       	width: auto;
       	margin:0 auto;
       	text-decoration: none !important;
        background: #132e6f;
        color: #ffffff !important;
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
}

.pageType .itemlink span:hover {
        background-image:url('https://poliformat.upv.es/access/content/group/ESP_0_3054/iconos%20plantilla/bggrande.png');
        background-repeat:no-repeat;
        background-position:center;
        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;
        justify-content: center;
       	padding: 15px 80px;
       	width: max-content;
       	margin:0 auto;
       	text-decoration: none !important;
        background: #0770cd;
        color: #FFFFFF !important;
        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_3054/iconos%20plantilla/parasabermas%2050.png');
        position: relative;
        bottom: 8px;
        right: 3px;
}

.fa-warning::before, .fa-exclamation-triangle::before {
        content: url('https://poliformat.upv.es/access/content/group/ESP_0_3054/iconos%20plantilla/warning30.png');
        position: relative;
        top: 5px;
        right: 3px;
}

.fa-star::before {
        content: url('https://poliformat.upv.es/access/content/group/ESP_0_3054/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;
        color: #b90505 !important;
        font-weight: 600;
        cursor: pointer;
        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;
      }