﻿@charset "utf-8";

@media screen and (min-width:0px){ 
	/* Enlaces */
	#enlaces {
	    width: 70%;
	    margin: 0 auto;
	}

    #enlaces img {
        padding: 0px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 1s ease-in-out;
    }

    #enlaces a:hover img {
        transition: all 1s;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
        
	.max-w { 
		max-width: 60% !important; 
	} 
}

@media screen and (min-width:375px){ 
	.max-w { 
		max-width: 50% !important; 
	} 
}

@media screen and (min-width:425px){ 
	.max-w { 
		max-width: 40% !important; 
	} 
}

@media screen and (min-width:640px){ 
	.max-w { 
		max-width: 90% !important; 
	} 
	
	#enlaces {
		width: 100%;	 
	}
}

@media screen and (min-width: 1024px){
	.max-w {
		max-width: 70% !important;
	}
}

/* Color */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#Slider li{
		display:table !important;
	}
}

.uk-modal-dialog #txtContenido img {
    max-width: 500px;
    height: auto;
    box-sizing: border-box;
}
/*.valueIndicador{
	display:block !important;
}*/
.Indicador span{
	display:block !important;
}
/*#rows{
	position:absolute;
	width:94%;
}

#rows a{
	position:relative !important;
}

#row-left{
	float:left !important;
}

#row-rigth{
	float:right !important;
}*/
.datos{
	/*padding-left:10px;*/
    font-size: 1.25rem;
	padding-bottom:4px;
}
#Slider li{
	height: fit-content !important;
	height: -moz-fit-content !important;
	padding-left:10px;
	padding-right:10px;
}

#Slider h3{
	padding-left:10px;
	padding-right:10px;
}

.uk-navbar-left a:hover{
	background-color:white !important;
}
.ms-signInLink
{
	display:none !important;	
}

.dark-blue {
    background: #003561;
}

.dark-blue-text {
    color: #003561 !important;
}

.grey{
    background:#f1f1f1;
}

/* Nav */
.orange-border {
    color: #d99307 !important;
}

    .orange-border div {
        border-bottom: 3pt solid #d99307;
    }

    .orange-border:hover {
        color: #ffffff !important;
    }

        .orange-border:hover div {
            background: #d99307 !important;
            transition: all 0.5s ease-in-out;
        }


.purple-border {
    color: #963fa5 !important;
}

    .purple-border div {
        border-bottom: 3pt solid #963fa5;
    }

    .purple-border:hover {
        color: #ffffff !important;
    }

        .purple-border:hover div {
            background: #963fa5 !important;
            transition: all 0.5s ease-in-out;
        }


.red-border {
    color: #c93a3a !important;
}

    .red-border div {
        border-bottom: 3pt solid #c93a3a;
    }

    .red-border:hover {
        color: #ffffff !important;
    }

        .red-border:hover div {
            background: #c93a3a !important;
            transition: all 0.5s ease-in-out;
        }
        
/*UL DEL MENU SHAREPOINT*/       

/*.ms-core-listMenu-horizontalBox
{
	width: 100%;
}

.ms-core-navigation > div > ul.root
{
	display: flex;
    text-align: center;
   	list-style-type: none;
    margin: 0;
    padding: 0;
    will-change: transform;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}*/

/*PRIMER LI DEL MENU SHAREPOINT*/    
/*.ms-core-navigation > div > ul.root > li:nth-child(1)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(1) span
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.ms-core-navigation > div > ul.root > li:nth-child(1) > a:nth-child(1)
{
	color: #c93a3a !important;
	border-bottom: 3pt solid #c93a3a;
	display: block;
    height: 80px;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(1) > a:nth-child(1):hover
{
	color: #ffffff !important;
	background: #c93a3a !important;
    transition: all 0.5s ease-in-out;
}
*/
/*SEGUNDO LI DEL MENU SHAREPOINT*/
/*.ms-core-navigation > div > ul.root > li:nth-child(2)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(2) span
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.ms-core-navigation > div > ul.root > li:nth-child(2) > a:nth-child(1)
{
	color: #5f7bbe !important;
	border-bottom: 3pt solid #5f7bbe;
	display: block;
    height: 80px;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(3)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(4)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(5)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.ms-core-navigation > div > ul.root > li:nth-child(6)       
{
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}*/

.ms-core-navigation > div > ul.root > li:nth-child(7)       
{
	display:none;
}

.light-blue {
    color: #5f7bbe !important;
}

    .light-blue div {
        border-bottom: 3pt solid #5f7bbe;
    }

    .light-blue:hover {
        color: #ffffff !important;
    }

        .light-blue:hover div {
            background: #5f7bbe !important;
            transition: all 0.5s ease-in-out;
        }


.green {
    color: #76a66b !important;
}

    .green div {
        border-bottom: 3pt solid #76a66b;
    }

    .green:hover {
        color: #ffffff !important;
    }

        .green:hover div {
            background: #76a66b !important;
            transition: all 0.5s ease-in-out;
        }


.blue {
    color: #2f5ac0 !important;
}

    .blue div {
        border-bottom: 3pt solid #2f5ac0;
    }

    .blue:hover {
        color: #ffffff !important;
    }

        .blue:hover div {
            background: #2f5ac0 !important;
            transition: all 0.5s ease-in-out;
        }


/* Background */
.orange {
    background: #d99307;
    color: #ffffff;
}

.purple {
    background: #963fa5;
    color: #ffffff;
}

.red {
    background: #c93a3a;
    color: #ffffff;
}


/*General*/
.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.uk-grid {
    margin-left: 0;
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}

body {
    min-height: 100%;
    overflow-x: hidden;
    font-family: Arial, 'sans-serif';
}

/*Typography*/
h1, h2, h3, h4 {
    width: 100%;
    text-align: center;
}

#Slider h3
{
	text-align:left !important;
	text-transform:uppercase !important;
}

h2 {
    color: #ffffff !important;
}

#searchBox
{
	padding-top:28px;
}

#searchBoxMovil
{
	padding-top:28px;
}

/* General */
#main-content {
    min-height: calc(100vh - 58px);
}

#seconday-content .uk-first-column {
    width: 20%;
}

/*Ale*/
#information-footer
{
	padding:0 20px;
}

#footer-informacion a
{
	color:#FFFFFF;
}
/*Ale*/
#footer-informacion a:visited
{
	color:#FFFFFF;
}

.section-padding-ind-news {
   padding: 20px 40px;
}


.section-padding {
   padding: 20px 40px;
}

.uk-card-default .uk-card-title {
    color: #003561;
}

/* Menú Principal */
#main-nav {
    border-bottom: #003561 3px solid;
    background: #ffffff;
}

    #main-nav img {
        width: 200px;
        padding: 15px;
    }

    #main-nav a {
        font-weight: 600;
        color: #003561;
    }

        #main-nav a:hover {
            color: #ffffff;
            background: #5f7bbe;
        }

/* Navegación Secundaria*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav {
    will-change: transform;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav--active {
    transform: translateY(0);
}

.nav-list {
    display: flex;
    text-align: center;
}

.nav-item {
    flex: 1;
    position: relative;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-thumb {
    display: block;
    height: 80px;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

    .nav-thumb:before {
        content: attr(data-letter);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 70px;
        text-transform: uppercase;
        opacity: 0;
    }

.nav-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

@media (max-width: 850px) {
    .nav-label {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .nav-label {
        display: none;
    }

    .nav-thumb {
        height: 60px;
    }

        .nav-thumb:before {
            font-size: 14px;
            opacity: 1;
        }

    .tooltip:hover .tooltiptext, .tooltip:focus .tooltiptext {
        visibility: visible;
    }
}

/* Tooltip */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(15, 58, 97, 1);
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    font-size: 12px;
    margin-left: -60px;
}

/* Slider */
#slider-principal div, #slider-principal img, #slider-principal ul, #slider-principal li {
    max-height: 450px;
}

#slider-secundario div, #slider-secundarioimg, #slider-secundario ul, #slider-secundario li {
    max-height: 400px;
}

#slider-principal uk-slideshow-items, #slider-secundario uk-slideshow-items {
    min-height: 450px;
}


/* Indicadores */
#indicador .uk-card {
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: #003561;
}

#indicador li, #indicador h3 {
    color: #003561;
}

#indicador h3 {
    text-decoration: underline solid #76a66b;
    text-underline-position: under;
}

#indicador a, #indicador a:visited {
    color: #2f5ac0;
}

    #indicador a:hover, #indicador a:focus {
        color: #663399;
        text-decoration: none;
    }

/* Noticias */
#noticias{
    background: #003561;
    padding: 0 0 30px;
}

.descripcionNoticia span
{
	background:#003561 !important;
	color:#FFFFFF !important;
}

.descripcionNoticia span
{
    line-height: 1.3;
    font-size:14px;
}

.NombreNoticia a
{
        text-align: left !important;
        font-size: 3rem !important;
        line-height: 16px !important;
        color: #ffffff !important;
    }

    #noticias h2 {
        text-align: left;
        font-size: 3rem;
        line-height: 16px;
        color: #ffffff !important;
    }

    #noticias h3 {
        text-align: left;
        /*font-size: 2rem;*/
        font-size:16px;
        color: #ffffff !important;
        font-weight:bold;
        margin-top:5px !important;
		margin-bottom:5px !important;

    }

    #noticias p {
        color: #ffffff !important;
        font-size:14px;
        	margin: 0 0 10px 0;
    }
    
    /*#noticias h3
    {
		margin-top:15px !important;
		margin-bottom:10px !important;
	}*/
.fechaNoticia
{
   color: #ffffff;
   font-size: 14px;
}

    #noticias span {
        color: #ffffff;
        font-size: 14px;
    }

    #noticias .uk-slideshow-items {
        /*min-height: 400px !important;*/
    }

    #noticias .uk-card-default {
        background: none;
        color: #666;
        box-shadow: none;
    }

    #noticias .uk-button-default {
        background: #d99307;
        color: #ffffff;
        border: none;
    }

        #noticias .uk-button-default:hover {
            background: #963fa5;
            color: #ffffff;
        }

    #noticias .uk-dotnav > .uk-active > * {
        background-color: rgba(255, 255, 255, 0.6);
    }

    #noticias .uk-dotnav > * > :active {
        background-color: rgba(255, 255, 255, 0.2);
    }

#comunicados h3 {
    text-align: left;
    font-size: 2rem;
    color: #003561 !important;
}

#comunicados .uk-button-default {
    background: #d99307;
    color: #ffffff;
}

    #comunicados .uk-button-default:hover {
        background: #963fa5;
        color: #ffffff;
    }

/* Recursos */
.recursos-section {
    padding: 70px 40px;
    background: linear-gradient(rgba(0, 53, 97, 0.8), rgba(0, 53, 97, 0.8)), url(../img/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .recursos-section .uk-card-large {
        padding: 50px !important;
        height: 100% !important;
    }

    .recursos-section a:hover {
        text-decoration: none;
    }

    .recursos-section h3 {
        color: #003561;
		/*font-size: 1.5rem;19/12/2019*/
		font-size: 1.4rem;
		line-height: 0.5;
		padding: 0;
		margin: 20px 0 0;
    }

    .icon {
		height: 80px;
		width: 90px;
		display: block;
		background: #003561;
		text-align: center;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
	}

	.ico-marco {
		background-image: url("../img/marco_legal.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

	.ico-bolsa {
		background-image: url("../img/bolsa_empleo.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

	.ico-presupuesto {
		background-image: url("../img/presupuesto.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

	.ico-contratacion {
		background-image: url("../img/contrataciones.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

	.ico-publicaciones {
		background-image: url("../img/publicaciones.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

	.ico-tramites {
		background-image: url("../img/tramites.png") !important;
		background-repeat: no-repeat !important;
		padding-top: 10px;
	}

/* Colaboración */
#colaboracion-section {
    padding: 70px 40px;
    background: linear-gradient(rgba(0, 53, 97, 0.8), rgba(0, 53, 97, 0.8)), url(../img/2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #colaboracion-section h3 {
        color: #ffffff !important;
    }

    #colaboracion-section button {
        color: #ffffff;
    }

    #colaboracion-section .uk-button-default:active, .colaboracion-section .uk-button-default:focus{
        background-color: #76a66b !important;
        color: #ffffff !important;
        transition: all 1s;
        border-color: none;
    }

    #colaboracion-section .uk-button-default:hover {
        background-color: #76a66b !important;
        color: #ffffff !important;
        transition: all 0.8s;
        border-color: none;
    }

/* Servicios */

#servicios-section a {
    transition: all 2s ease-in-out;
}

    #servicios-section a:hover {
        transition: all 1s;
        transform: scale(1.2);
    }


/* Footer */
#information-footer .uk-card-default {
    background: none;
    color: #ffffff;
    box-shadow: none;
}

    #information-footer .uk-card-default .uk-card-title {
        color: #ffffff;
    }

    #information-footer .uk-card-default .uk-text-meta {
        font-size: .9rem;
        color: #ffffff;
    }

#list-footer {
    margin: 0 auto;
    width: 87%;
}

    #list-footer a {
        color: #ffffff;
    }

        #list-footer a:hover {
            color: #76a66b;
            text-decoration: none;
        }

#purple-footer {
    border-top: #963fa5 5px solid;
    padding-top: 20px;
}

#orange-footer {
    border-top: #d99307 5px solid;
    padding-top: 20px;
}

#red-footer {
    border-top: #c93a3a 5px solid;
    padding-top: 20px;
}

#links-footer {
    margin: 0 auto;
    text-align: center;
    /*padding: 75px; Alejandro*/
    padding: 40px;
}

    #links-footer a {
        color: #ffffff;
        padding: 0 5px;
    }

    #links-footer p {
        color: #ffffff;
    }

    #links-footer a:hover {
        color: #76a66b;
        text-decoration: none;
    }

.social-media {
    width: 40px;
    fill: #ffffff;
}

.social-media:hover {
    fill: #76a66b;
}

#copy-footer {
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ffffff;
    padding: 20px 0 10px;
    color: #ffffff;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
}

@media only screen and (max-width:1200px) {
    
    .recursos-section h3 {
    	line-height: 1.4!important;
	}
}

@media screen and (max-width: 950px) {

    #comunicados {
        padding: 0;
    }
    
    .recursos-section h3 {
    	line-height: 1 !important;
	}
}


@media screen and (max-width: 800px) {
    #indicador .uk-card-body > .uk-list {
        /*padding: 0 30px; Alejandro Indicadores*/
    }
 
}

@media screen and (max-width: 700px) {

    #noticias .uk-slideshow-items {
        min-height: 400px !important;
    }
}

@media screen and (max-width: 480px) {
	.uk-modal-dialog #txtContenido img {
    	max-width: 250px;
    	height: auto;
    	box-sizing: border-box;
	}
	
	/*Olde*/
	#slider-principal div, #slider-principal img, #slider-principal ul, #slider-principal li {
    max-height: 200px;
    max-width: 450px;
	}
	
}

@media screen and (max-width: 320px) {
			
	/*Olde*/
	#slider-principal div, #slider-principal img, #slider-principal ul, #slider-principal li {
    max-height: 150px;
    max-width: 320px;
	}
	
}


.descripcionNoticia div{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.uk-grid-medium div{
	padding-left: 17px;
	padding-right: 17px;
	/*margin-bottom: 30px; Alejandro*/
}

#s4-workspace{
	overflow-x: hidden;
	padding : 0px !important;
	margin : 0px !important;
}

#s4-bodyContainer{
	padding: 0px !important;
	margin: 0px !important;
}

#ms-designer-ribbon{
	display:none;
}

.uk-grid-medium>* {
     padding-left: 0px;
}
.uk-grid>* {
    padding-left: 0px;
}


img {
    max-width: inherit;
    height: auto;
    box-sizing: border-box;
}

.ms-srch-sb-searchImg {
    left: -35px;
    top: -57px;
    position: absolute;
   	width: auto !important;
    padding: 0px !important;
}


/*.slides{
	max-height:320px !important;
}*/

/*.slides li{
	max-height:418px !important;
}*/