/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #393939;
    font-size: 100%;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Images don't exceed parent container
 */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Estilos por OVEJABEJA
   ========================================================================== */

/* ------------------------------------------ */
/* ----------------- Grid ------------------- */
/* ------------------------------------------ */

.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-1-4 {
	width: 100%;
	min-height: 1px;
	clear: both;
}

.flex-col-1-2, .flex-col-1-3, .flex-col-2-3 {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media screen and (min-width: 576px) {
    
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}

@media screen and (min-width: 768px) { 
    
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
	
	.col-1-2, .col-1-3, .col-1-4 {
		width: 48%;
		width: calc( 50% - 15px );
		float: left;
		margin-right: 15px;
		margin-left: 15px;		
	}

	.col-1-2:nth-child(odd), .col-1-3:nth-child(odd), .col-1-4:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}

	.col-1-2:nth-child(even), .col-1-3:nth-child(even), .col-1-4:nth-child(even) {
		margin-right: 0;
		clear: right;
	}
	
	.flex-container {
		align-items: stretch;
	}
	
	.flex-col-1-2, .flex-col-1-3 {
		width: 50%;		
		-ms-flex-preferred-size: 50%;		
		flex-basis: 50%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
    
}

@media screen and (min-width: 992px) {
    
    .container,
	.narrow-container {
        padding-left: 70px;
        padding-right: 70px;
    }
	
	.col-1-3:nth-child(odd), .col-1-4:nth-child(odd),
	.col-1-3:nth-child(even), .col-1-4:nth-child(even) {
		margin-left: 15px;
		margin-right: 15px;
		clear: none;
	}
	
	.col-1-3 {	
		width: 31.333%;	
		width: calc( 33.333% - 20px );
	}
	
	.col-1-3:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-3:last-child,
	.col-1-3:nth-child(3n)  {
		margin-right: 0;
		clear: right;
	}

	.col-1-4 {
		width: 23%;	
		width: calc( 25% - 23px );
	}
	
	.col-1-4:nth-child(4n+1) {
		margin-left: 0;
		clear: left;
	}
	
	.col-1-4:last-child,
	.col-1-4:nth-child(4n)  {
		margin-right: 0;
		clear: right;
	}

    .col-2-3 {
        width: 66.666%;
        width: calc( 66.666% - 40px );
        float: left;
    }
	
	.flex-col-1-3 {
		width: 33.333%;	
		-ms-flex-preferred-size: 33.333%;	
		flex-basis: 33.333%;
	}
	
	.flex-col-2-3 {
		width: 66.666%;
		-ms-flex-preferred-size: 66.666%;
		flex-basis: 66.666%;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-col-2-3:nth-child(odd) {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-col-2-3:nth-child(even) {
		-ms-flex-order: 0;
		order: 0;
	}
    
}

@media screen and ( min-width: 1366px ) {
    
    .container {
        max-width: 1155px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
	
	.narrow-container {		
		max-width: 740px;
		width: 100%;
		margin-left: auto;
        margin-right: auto;		
	}
    
}

.pull-right {
    float: right;
}


/* ------------------------------------------------------- */
/* ----------------- Estilos Genéricos ------------------- */
/* ------------------------------------------------------- */

/* Texto */

p:last-child {
    margin-bottom: 0;
}

/* Headings */

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em; /* 24px */
	letter-spacing: .083em; /* 2px */
	margin-bottom: 1.875em; /* 45px */
    margin-top: 3.125em; /* 75px */
}

/* Links */

a {
	color: #15A0C7;
    text-decoration: none;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
	
}

/* Listas */

ul, li {
    display: block;
    margin: 0;
    padding: 0;
}

.seccion_principal li {
    display: block;
    margin: 5px;
    padding: 5px;
}

/* Tablas */

table {
    margin: 0 auto;
}

th {
	text-align: left;
	font-weight: normal;
    background-color: #14a0c7;
    color: #ffffff;
    text-transform: uppercase;
	padding: .625em .938em; /* 10px 15px */
	letter-spacing: .025em; /* 0.5px */
}

td {
	padding: .625em .938em; /* 10px 15px */
}

tr:nth-child(even) td {
	background-color: #E1E1E1;
}	

@media screen and (min-width: 580px) {
	
	th {
		font-size: 1.25em; /* 20px */
		padding: .75em 1.5em; /* 15px 30px */
	}
	
	td {
		padding: .938em 1.875em; /* 15px 30px */
	}
	
}

/* Formularios */

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: 0;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
	box-shadow: inset 0 0 20px #eee;
}

/* ------------------------------------------------------- */
/* --------------- Elementos repetitivos ----------------- */
/* ------------------------------------------------------- */

/* Paralelogramo decorativo */

.paralelogramo {
	position: relative;
}

.paralelogramo:after {
	content: "";
	display: block;
	position: absolute;
	top: -1.25em; /* -20px */
    bottom: -1.25em; /* -20px */
    left: -1.25em; /* -20px */
    right: -1.25em; /* -20px */
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	border: 0 solid #51ad48;
	-webkit-transform: skew(165deg);
	-ms-transform: skew(165deg);
	transform: skew(165deg);
}

@media screen and (min-width: 768px) { 
	
	.paralelogramo:after {
		top: -2.5em; /* -40px */
		bottom: -2.5em; /* -40px */
		left: -2.5em; /* -40px */
		right: -2.5em; /* -40px */
	}
	
}

/* Formulario de búsqueda */

.search-form input[type="search"] {
	width: 75%;
	width: calc( 100% - 49px );
	border: 0;
	padding: 1.071em 1.429em; /* 15px 20px */
	font-size: .875em; /* 14px */
	color: #6f6764;
	letter-spacing: .071em; /* 1px */
}

.search-form button {
	border: 0;
	float: right;
	background-color: #999999;
	width: 25%;
	width: calc( 49px );
	height: 2.45em; /* 49px */
	color: #FAFAFA;
	font-size: 1.25em; /* 20px */
}

.search-form button:focus,
.search-form button:hover {
	background-color: #15A0C7;
}



/* Language Menu*/

li.language-wrapper {
    display: block;
    position: absolute;
    right: -102px;
    top: -176px;
    width: 150px;
}

li.language-wrapper a {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    padding: 9px;
    text-transform: none;
    background-color: #fff;
}

li.language-wrapper a:hover {
    background-color: #fafafa;
}

li.language-wrapper a:hover, li.language-wrapper a.custom-lang {
    border-bottom: 2px solid #15a0c6;
}



/* Font icon como background */

.background-font-icon {
	position: relative;
	overflow: hidden;
}

.background-font-icon:after {
	display: block;
	position: absolute;
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ---------------------------------------------- */
/* ------------------ Header -------------------- */
/* ---------------------------------------------- */

.site-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}
 
.site-logo-row {
	position: relative;
	background-color: white;
	padding: .313em 0 .313em .313em; /* 5px 0 5px 5px */
	border-bottom: .25em solid #14A0C7; /* 4px */
}

.logo {
	height: 2.5em; /* 40px */
    width: 11.25em; /* 180px */
    overflow: hidden;
}

h1.logo {
	font-size: 1em;
	margin: 0;
}

.logo img {
	height: auto;
	max-width: 100%;
	margin-left: -1.25em; /* -20px */
}


/* Toggle button */

.menu-toggle {
	font-size: 1.75em; /* 28px */
	width: 1.857em; /* 52px */
	height: 1.786em; /* 50px */
	padding-top: .107em; /* 3px */
	background-color: #14A0C7;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}

.ovejabejanav-mobile-open .menu-toggle {
	background-color: #51AD48;
}

/* Menu */

.ovejabejanav-no-scroll,
.ovejabejanav-no-scroll body {
	overflow-y: hidden;
}

.menu-principal .container {
	padding-left: 0;
    padding-right: 0;
}

.ovejabejanav-mobile-open .menu-principal {
	position: fixed;
	top: 3.375em; /* 50px + 4px */
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
}

.menu-principal ul {
	display: none;
	border-bottom: 3px solid #14A0C7;
}

.menu-principal li {
	width: 100%;
}

.menu-principal a {
	color: #6f6764;
	display: block;
	border-bottom: 1px solid #14A0C7;
	padding: 1.071em 1.071em; /* 15px 15px */
	text-transform: uppercase;
	font-weight: bold;
	font-size: .875em; /* 14px */	
	background-color: #FAFAFA;
}

.menu-principal a:hover,
.menu-principal a:focus,
.menu-principal a:active {
	text-decoration: none;
}

.menu-principal .current-menu-item a {
	color: white;
	background-color: #14A0C7;
}

@media screen and (max-width: 767px) {
	
	/* Current page link */
	
	.menu-principal li.current-page a {
		color: white;
		background-color: #14A0C7;
	}
	
	/* Search form */

	.site-header .search-form {
		background-color: #FAFAFA;
	}
	
}

@media screen and (min-width: 768px) {
	
	.ovejabejanav-mobile .menu-principal {
		width: 50%;
		float: right;
		left: auto;
	}
	
}

@media screen and (min-width: 992px) {
	
	.site-header {
		position: static;
		border-bottom: 3px solid #14A0C7;
	}
	
	.site-logo-row {
		margin-top: 2.188em; /* 35px */
		margin-bottom: 2.188em; /* 35px */
		border-bottom: 0;
		background-color: transparent;
		
	}
	
	.site-logo-row.container {
		padding: 0 70px;
	}
	
	.logo {
		height: auto;
		width: auto;
		overflow: visible;
	}
	
	.logo img {
		width: 358px;
		height: auto;
		margin: 0 auto;		
		max-width: none;
	}
	
	/* Menu button */
	
	.menu-toggle {
		display: none;
	}
	
	/* Menu */
	
	.menu-principal {
		background-color: #fafafa;
		border-top: 1px solid #e8e8e8;
	}

	.menu-principal ul {
		margin: 0 auto;
		display: table;
		position: relative;
		border-bottom: 0;
	}
	
	.menu-principal ul.container {
		padding-left: 70px;
		padding-right: 70px;
		width: 100%;
	}

	.menu-principal li {
		width: auto;
		display: table-cell;
		vertical-align: bottom;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		color: #6f6764;
	}

	.menu-principal a {
		border-bottom: 0;
		font-size: 1em; /* 16px */
		padding: 1.563em .938em; /* 25px 15px */
	}

	.menu-principal a:hover {
		color: #15a0c6;
	}
	
	.menu-principal .current-menu-item a {
		color: #14A0C7;
		background-color: transparent;
	}
	
	.menu-principal a span {
		display: block;
		font-size: .688em; /* 11px */
		font-weight: normal;
	}
	
	/* Magic Line Effect */
	
	.ovejabeja-magic-line {
		height: 2px;
		background-color: #15a0c6;
		bottom: 0;
	}
	
	/* Search Form */
	
	.menu-principal li.search-form-wrapper {
		position: absolute;
		top: -94px;
		right: 70px;		
	}
	
	.site-header .search-form {
		width: 289px;	
	}
	
	.site-header .search-form input {
		font-weight: normal;
		background-color: #FAFAFA;
	}
	
	/* Sticky header */
	
	.ovejabejanav-sticky-fixed {
		position: fixed;
		display: table;
		width: 100%;
		background-color: white;
		background-color: rgba( 255, 255, 255, 0.9 );
	}
	
	.ovejabejanav-sticky-fixed:before,
	.ovejabejanav-sticky-fixed:after {
		content: "";
		display: table-cell;
		width: 50%;
	}
	
	.ovejabejanav-sticky-fixed .site-logo-row,
	.ovejabejanav-sticky-fixed .menu-principal {
		display: table-cell;
	}	
	
	.ovejabejanav-sticky-fixed .site-logo-row.container,
	.ovejabejanav-sticky-fixed .menu-principal ul.container {
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.ovejabejanav-sticky-fixed .site-logo-row {
		margin-top: 1.563em; /* 25px */
		margin-bottom: 1.563em; /* 25px */
		vertical-align: middle;
	}	

	.ovejabejanav-sticky-fixed .logo {
		height: 2.5em; /* 40px */
		width: 8.125em; /* 130px */
		overflow: hidden;
	}

	.ovejabejanav-sticky-fixed .logo img {
		height: auto;
		max-width: 11.25em; /* 180px */
		margin-left: -1.25em; /* -20px */
	}	
	
	.ovejabejanav-sticky-fixed .menu-principal {
		background-color: transparent;
		border-top-width: 0;
	}
	
	.ovejabejanav-sticky-fixed .menu-principal a {
		background-color: transparent;
		font-size: .875em; /* 14px */
	}
	
	.menu-principal a {
		border-bottom: 0;
		font-size: 1em; /* 16px */
		padding: 1.563em .938em; /* 25px 15px */
	}
	
	.ovejabejanav-sticky-fixed .menu-principal li.search-form-wrapper {
		position: static;
		vertical-align: middle;
	}	
	
	.ovejabejanav-sticky-fixed.site-header .search-form {
		width: auto;
		margin-left: .625em;
	}	
	
	.ovejabejanav-sticky-fixed.site-header .search-form input {
		width: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Search Form Sticky */
	
	.ovejabejanav-sticky-fixed.site-header .search-form {
		position: relative;
	}
	
	.ovejabejanav-sticky-fixed.site-header .display-search-box input[type="search"] {
		z-index: 10;
		position: absolute;
		top: 100%;
		width: 289px;
		padding: 1.071em 1.429em;
		right: 0;
		border: 15px solid #999999;
	}	
	
}

@media screen and (min-width: 1200px) {
	
	.logo {
		text-align: center;
	}
	
	.menu-principal a {
		padding-left: 1.563em; /* 25px */
		padding-right: 1.563em; /* 25px */
	}
	
	.ovejabejanav-sticky-fixed .menu-principal a {
		padding-left: .938em; /* 15px */
		padding-right: .938em; /* 15px */
		font-size: 1em; /* 16px */
	}

}

@media screen and (min-width: 1366px) {
	
	.site-logo-row.container {
		padding: 0;
	}
	
	.menu-principal ul.container {
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
	
	.menu-principal li.search-form-wrapper {
		right: -100px;
	}
	
	.ovejabejanav-sticky-fixed .logo {
		width: 11.25em; /* 180px */
	}
	
}

/* --------------------------------------------------- */
/* ------------------ Page Header -------------------- */
/* --------------------------------------------------- */

.main-section-header {	
	background-color: #E7E7E7;
	margin-bottom: 80px;
}

.main-section-header .container {
	min-height: 275px;
	padding-top: 220px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-section-header .paralelogramo {	
	float: left;
	padding: 0 20px 0 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.main-section-header .paralelogramo:after {
	border-left-width: 15px;
}

.main-section-header .paralelogramo h1,
.main-section-header .paralelogramo p {
	position: relative;
	z-index: 20;
}

.main-section-header .paralelogramo h1 {
	margin-top: 0;
	color: #51ad48;
	line-height: 1.2;
	font-size: 1.5em;
}

.main-section-header .download-file {
	font-style: italic;
}

.main-section-header .download-file [class^="icon-"], .download-file [class^="icon-"] {
	color: #393939;
	margin: 0 .4em;
	font-size: 1.25em;
}

@media screen and (max-width: 579px) {
	
	.main-section-header .paralelogramo:after {		
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

@media screen and (min-width: 580px) {
	
	.main-section-header .paralelogramo {		
		padding: 0 20px 0 40px;
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (min-width: 768px) {
	
	.main-section-header .container {
		min-height: 375px;
		padding-top: 320px;
	}	
	
	.main-section-header .paralelogramo:after {
		border-left-width: 30px;
	}
	
	.main-section-header .paralelogramo h1 {
		white-space: nowrap;
		font-size: 1.5em;
	}

}

@media screen and (min-width: 992px) {
	
	.main-section-header .paralelogramo {
		margin-left: 200px;
		max-width: 375px;
	}
	
}

/* ---------------------------------------------------- */
/* ------------------ Page Content -------------------- */
/* ---------------------------------------------------- */	

.main-section-body {
	margin-top: 20px;
	margin-bottom: 50px;
}	

.main-section-body h2 {
	letter-spacing: 0;
	text-transform: none;
}

/* ------------------------------------------- */
/* ----------------- Footer ------------------ */
/* ------------------------------------------- */

.site-footer {
    background-color: #14a0c7;
    border-top: 12px solid #006699;
    padding: 0 0 2.5em; /* 40px */
    color: white;
    font-weight: lighter;
}

.site-footer .col-1-4 {
	position: relative;
	z-index: 20;
}

.site-footer h2 {
    font-weight: lighter;
	margin-top: 1.25em; /* 20px */
	margin-bottom: 1.25em; /* 20px */
}

.site-footer ul,
.site-footer li {
    display: block;
    text-decoration: none;
}

.site-footer.background-font-icon:after {
	content: "\e913";
	position: absolute;
	font-size: 13.75em; /* 220px */	
	bottom: -.091em; /* 20px */
	right: -.273em; /* 60px */
	color: #2BAACD;	
	z-index: 10;
}	

/* Menu */

.footer-menu a {
    display: inline-block;
    position: relative;
    color: white;
    border-left: 12px solid #006699;
    background-color: #40b2d2;
    padding: .313em .938em; /* 5px 15px */
    margin-bottom: .625em; /* 10px */
}

.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
	text-decoration: none;
}

.footer-menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    background-color: #40b2d2;
    border-right: 0 solid #669933;
	margin-left: 0;
	-ms-transition: width .8s ease, border-right-width .8s ease, -ms-transform .8s ease, margin-left .8s ease;
	-webkit-transition: width .8s ease, border-right-width .8s ease, -webkit-transform .8s ease, margin-left .8s ease;
	transition: width .8s ease, border-right-width .8s ease, transform .8s ease, margin-left .8s ease;
}

.footer-menu a:hover:before,
.footer-menu a:focus:before,
.footer-menu a:active:before {
	-ms-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
    transform: skew(-20deg);
	width: 50px;
	margin-left: -11px;
	border-right-width: 12px;
}

.footer-menu li:last-child a {
    margin-bottom: 0px;
}

.site-footer .search-form input {
	display: block;
    float: left;
    width: 209px;
}

/* Direccion */

.footer-contact-info p {
	margin: 0;
	text-align: center;
}

.footer-contact-info a {
	color: white;
}

.footer-contact-info a.ver-mapa {
	color: #005d77;
	display: block;
	margin: .625em 0 1.875em; /* 10px 0 30px */
}

/* Search form */

.site-footer .search-form {
	display: table;
    margin: 0 auto 1.875em; /* 0 auto 30px */
}

.site-footer .search-form input:focus {
	box-shadow: inset 0 0 .625em #ccc; /* 10px */
}

.site-footer .search-form button {
	float: left;
}

.site-footer .search-form button:hover,
.site-footer .search-form button:focus,
.site-footer .search-form button:active {
	background-color: #006699;
}

/* Redes sociales */

.site-footer .redes-sociales {
	margin-top: -.625em; /* -10px */
	margin-left: -.625em; /* -10px */
	text-align: center;
}

.site-footer .redes-sociales li {
	display: inline-block;
}

.site-footer .redes-sociales li a {
	display: block;
	color: white;
	font-size: 2em; /* 32px */
	padding: .313em; /* 10px */
}

.site-footer .redes-sociales li a:hover,
.site-footer .redes-sociales li a:focus,
.site-footer .redes-sociales li a:active {
	color: #006599;
	text-decoration: none;
}

/* Colofón */

.colophon {
    background-color: #f3f3f3;
    padding: 2.5em 1.25em; /* 40px 20px */
	text-align: center;
}

.colophon img {
    max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	
	.site-footer {
		padding: 2.5em 0; /* 40px 0 */
	}
	
	.site-footer h2 {
		margin-top: 0;
		text-align: left;
	}	
	
	.footer-menu a {
		margin-bottom: .188em; /* 3px */
	}
	
	.footer-contact-info p {
		text-align: left;
	}
	
	.site-footer .redes-sociales {
		text-align: left;
	}
	
	.site-footer .redes-sociales li a {
		font-size: 1.5em; /* 24px */
	}
	
	.site-footer .search-form {
		display: block;
	}
	
}

@media screen and (min-width: 768px) {
	
	.footer-contact-info {
		margin-left: 0;
	}
	
}

@media screen and (min-width: 992px) {
	
	.footer-contact-info {
		margin-left: 15px;
	}
	
}

/* ----------------------------------------------------- */
/* ------------------ HOME - Slider -------------------- */
/* ----------------------------------------------------- */

.slider {
    width: 100%;
}

.slider li {
    position: relative;
	height: 100vh;
	max-height: 39.313em; /* 629px */
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.slider .owl-dot {
	display: inline-block;
	padding: .625em; /* 10px */
}

.slider .owl-dot span {
	display: inline-block;
	width: .813em; /* 13px */
	height: .813em; /* 13px */
	background-color: tranparent;
	border: 3px solid white;
	border-radius: 50%;
	transition: background-color .3s ease;
}

.slider .owl-dot.active span {
	background-color: white;
}

.slider .paralelogramo {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );
	width: 60%;
    max-width: 365px;
	margin-top: 1.25em; /* 20px */
}

.slider .paralelogramo:after {
	border-left-width: 10px;
}

.slider .paralelogramo p {
	position: relative;
	z-index: 2;
	white-space: pre;
	margin: .313em .938em; /* 5px 15px */
}

.slider.owl-carousel .owl-item img {
	width: 40%;
	max-width: 168px;
	height: auto;
}

.slider .paralelogramo img {
	position: absolute;
	bottom: -1.25em; /* -20px; */
	right: -35px;
	z-index: 1;
}

@media screen and (min-width: 480px) {
	
	.slider .paralelogramo p {
		font-size: 1.25em; /* 20px */
		margin: .25em .75em; /* 5px 15px */
	}
	
}

@media screen and (min-width: 768px) {
	
	.slider .paralelogramo img {
		bottom: -2.5em; /* -40px; */
		right: -66px;
	}
	
	.slider .paralelogramo p {
		font-size: 1.625em; /* 26px */
	}
	
	.slider .owl-dots {
		bottom: 20px;
	}
	
}

@media screen and (min-width: 992px) {
	
	.slider .paralelogramo {
		position: absolute;
		top: 30%;
		left: 50%;
		-ms-transform: translateX( -50% );
		-webkit-transform: translateX( -50% );
		transform: translateX( -50% );
		margin-left: 400px;
		width: 100%;		
	}

	.slider .paralelogramo:after {
		border-left-width: 30px;
	}
	
	.slider.owl-carousel .owl-item img {
		width: auto;
	}	

	.slider .paralelogramo img {
		right: -72px;
	}
	
}

/* -------------------------------------------------------------- */
/* ------------------ HOME - Menú secundario -------------------- */
/* -------------------------------------------------------------- */

.menu-secundario ul {	
	display: block;	
}

.menu-secundario li {	
	display: block;
	overflow: hidden;
	border-bottom: 2px solid #006699;
}

.menu-secundario li:first-child {
	border-top: 2px solid #006699;
}

.menu-secundario a {
    background-color: #14a0c7;
    display: block;
    color: #ffffff;
    padding: 1.25em; /* 20px */	
	text-transform: lowercase;
	font-weight: bold;
	position: relative;
}

.menu-secundario a strong {
	display: block;
	text-transform: uppercase;
	font-size: 1.25em; /* 20px */
	line-height: 1;
}

.menu-secundario a .background-icon {
	display: block;
	font-size: 5em; /* 80px */
	position: absolute;
	left: 70%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-secundario a span {
	position: relative;
	display: inline-block;
}

.menu-secundario a span .icon-pointer {
	display: none;
}

.menu-secundario a:before,
.menu-secundario a:after {
	content: "\e916";
	display: block;
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	color: #36cdf7;
	font-family: 'icomoon' !important;
	font-size: 200px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: right 1s ease-in-out;
}

.menu-secundario a:before {    
	color: #2abbe2;
    z-index: 1;
	right: -75px;
}

.menu-secundario a:after {
	color: #36cdf7;
	z-index: 2;
	right: -90px;	
}

.menu-secundario a:hover:before,
.menu-secundario a:focus:before,
.menu-secundario a:active:before {
	right: -100px;
}

.menu-secundario a:hover:after,
.menu-secundario a:focus:after,
.menu-secundario a:active:after {
	right: -110px;
}

.menu-secundario a:hover,
.menu-secundario a:focus,
.menu-secundario a:active {
	background-color: #157895;
	text-decoration: none;
}

@media screen and (min-width: 480px) {
	
	.menu-secundario ul {
		display: table;
		width: 100%;
		table-layout: fixed;
	}	   
	   
	.menu-secundario li {
		display: table-cell;
		width: 33.333%;
	}
	
	.menu-secundario a {
		border-bottom: 0;
	}
	
	.menu-secundario li:first-child {
		border-top: 0;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 580px) {
	
	.menu-secundario a {
		font-size: .875em; /* 14px */
		padding: 1.429em .714em; /* 20px 10px */
	}
	
	.menu-secundario a strong {
		font-size: 1.286em; /* 18px */
	}
	
}

@media screen and (min-width: 480px) and (max-width: 992px) {
	
	.menu-secundario a {
		text-align: center;	
	}
	
	.menu-secundario li {
		border-bottom: 0;
		border-right: 2px solid #006699;
	}
	
	.menu-secundario li:last-child {
		border-right: 0;
	}
	
	.menu-secundario a .background-icon {
		position: static;
		display: table;
		margin: 0 auto;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;		
	}
	
	.menu-secundario a:before,
	.menu-secundario a:after {
		font-size: 400px;
		right: 50%;
		webkit-transform: translateX(50%) rotate(90deg);
		-ms-transform: translateX(50%) rotate(90deg);
		transform: translateX(50%) rotate(90deg);
		bottom: 0;
		transition: bottom 1s ease-in-out;
	}
	
	.menu-secundario a:before {    
		bottom: -260px;
	}

	.menu-secundario a:after {
		bottom: -275px;	
	}
	
	.menu-secundario a:hover:before,
	.menu-secundario a:focus:before,
	.menu-secundario a:active:before {
		right: 50%;
		bottom: -290px;
	}

	.menu-secundario a:hover:after,
	.menu-secundario a:focus:after,
	.menu-secundario a:active:after {
		right: 50%;
		bottom: -300px;
	}
	
}

@media screen and (min-width: 992px) {
	
	.menu-secundario a {
		padding: 4.722em 40% 4.722em 2.5em; /* 85px 40% 85px 40px */
		font-size: 1.125em; /* 18px */
	}
	
	.menu-secundario a strong {
		font-size: 1.556em; /* 28px */
	}
	
	.menu-secundario a .background-icon {
		font-size: 7.5em;
	}
	
	.menu-secundario a span .icon-pointer {
		display: block;
		font-size: 2.222em; /* 40px */
		position: absolute;
		right: 0;
		bottom: -1.125em; /* -45px; */
	}
	
	.menu-secundario li {
		border-bottom: 0;
	}
	
	.menu-secundario a:before,
	.menu-secundario a:after {
		font-size: 400px;
	}
	
	.menu-secundario a:before {    
		right: -155px;
	}
	
	.menu-secundario a:after {
		right: -180px;	
	}
	
	.menu-secundario a:hover:before,
	.menu-secundario a:focus:before,
	.menu-secundario a:active:before {
		right: -195px;
	}

	.menu-secundario a:hover:after,
	.menu-secundario a:focus:after,
	.menu-secundario a:active:after {
		right: -210px;
	}

	
	/*.menu-secundario a:before,
	.menu-secundario a:after {
		border-left: 30px solid #2abbe2;
		left: 80%;
	}
	
	.menu-secundario a:before {
		-ms-transform: skew(20deg);
		-webkit-transform: skew(20deg);		
		transform: skew(20deg);
	}

	.menu-secundario a:after {
		-ms-transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		transform: skew(-20deg);
	}*/
	
	
}

@media screen and (min-width: 1200px) {
	
	.menu-secundario a {
		padding: 4.722em 40% 4.722em 4.722em; /* 85px 40% 85px 85px */
	}
	
}

/* ------------------------------------------------------- */
/* -------------- Banner Estándar Calidad ---------------- */
/* ------------------------------------------------------- */

.banner-calidad {
	position: relative;
	overflow: hidden;
}

.banner-calidad .container.image-wrapper {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-calidad .container.fullscreen-height {
	height: 100vh;
    max-height: 26.25em; /* 420px */
}

.banner-calidad .container.background-font-icon:after {
	content: "\e914";
	position: absolute;
	font-size: 180px;
	bottom: 0;
}

.banner-calidad img {
    position: absolute;
    bottom: -50px;
    z-index: 20;
    width: 200px;
    height: auto;
}

.banner-calidad p {
	margin-top: 0;
	font-size: 1.25em; /* 20px */
	text-align: center;
	letter-spacing: .05em; /* 1px */
	line-height: 1.6;
	padding-top: 2.5em; /* 50px */
	z-index: 30;
    position: relative;	
}

/* Variante verde */

.banner-calidad.verde {
	background-color: #51ad48;
}

.banner-calidad.verde:after {
    content:"";
    display: block;
    background-color: #ec731e;
    height: 12px;
	position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0;
}

.banner-calidad.verde .container.background-font-icon:after {
	color: #41A038;
}

.banner-calidad.verde p {
	color: #ffffff;
}

/* Variante gris */

.banner-calidad.gris {
	background-color: #E7E7E7;
}

.banner-calidad.gris .container.background-font-icon {
	color: #DFDFDF;
}

.banner-calidad.gris p {
	color: #393939;
}

/* Variante imagen a la izquierda */

.banner-calidad.imagen-izquierda .container.background-font-icon:after {
	right: -5%;
}

.banner-calidad.imagen-izquierda img {
    left: -50px;
}	

/* Variante imagen a la derecha */

.banner-calidad.imagen-derecha .container.background-font-icon:after {
	left: -5%;
}

.banner-calidad.imagen-derecha img {
    right: -50px;
}

@media screen and (min-width: 480px) {

	.banner-calidad img {
		bottom: 0;
	}
	
	.banner-calidad .container.background-font-icon:after {
		font-size: 280px;
		margin-left: .214em; /* 60px */
		bottom: -10%;
		right: auto;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	/* Variante imagen a la izquierda */
	
	.banner-calidad.imagen-izquierda p {
		text-align: right;
		padding-left: 6.25em; /* 125px */
		padding-right: 1.5em; /* 30px */
	}
	
	.banner-calidad.imagen-izquierda img {
		left: -30px;
	}
	
	.banner-calidad.imagen-izquierda .container.background-font-icon:after {
		margin-left: .214em; /* 60px */
		right: auto;
	}
	
	/* Variante imagen a la derecha */
	
	.banner-calidad.imagen-derecha p {
		text-align: left;
		padding-right: 6.25em; /* 125px */
		padding-left: 1.5em; /* 30px */
	}
	
	.banner-calidad.imagen-derecha img {
		right: -30px;
	}
	
	.banner-calidad.imagen-derecha .container.background-font-icon:after {
		margin-right: .214em; /* 60px */
	}
	
}

@media screen and (min-width: 580px) {
	
	.banner-calidad p {
		padding-top: 2em; /* 40px */
		text-align: center;
	}
	
	.banner-calidad img {
		width: 230px;
	}
	
	/* Variante imagen a la izquierda */
	
	.banner-calidad.imagen-izquierda p {
		padding-left: 8em; /* 160px */
	}
	
	/* Variante imagen a la derecha */
	
	.banner-calidad.imagen-derecha p {
		padding-right: 8em; /* 160px */
	}
	
}

@media screen and (min-width: 768px) {
	
	.banner-calidad {
		overflow: visible;
	}

	.banner-calidad img {
		bottom: 0;		
		width: 300px;
	}
	
	.banner-calidad p {
		padding: 0;
		text-align: left;
		width: 65%;
		float: right;
		max-width: 600px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.banner-calidad .container.background-font-icon:after {
		font-size: 380px;
	}
	
	/* Variante imagen a la izquierda */
	
	.banner-calidad.imagen-izquierda img {
		left: 0;
	}
	
	.banner-calidad.imagen-izquierda p {
		float: right;
		text-align: left;
		padding-left: 0;
	}
	
	.banner-calidad.imagen-izquierda .container.background-font-icon:after {
		left: 25%;
	}
	
	/* Variante imagen a la derecha */
	
	.banner-calidad.imagen-derecha img {
		right: 0;
	}
	
	.banner-calidad.imagen-derecha p {
		float: left;
		padding-right: 0;
	}
	
	.banner-calidad.imagen-derecha .container.background-font-icon:after {
		right: -5%;
		left: auto;
	}

}


@media screen and (min-width: 992px) {
	
	.banner-calidad .container {
		max-height: 29.375em; /* 470px */
		max-width: 1000px;
	}
	
	.banner-calidad img {
		width: 340px;
	}
	
	.banner-calidad p {
		font-size: 1.5em; /* 24px */
	}
	
}

/* --------------------------------------------------- */
/* --------------- HOME - Actualidad ----------------- */
/* --------------------------------------------------- */

.actualidad {
	margin-bottom: 2.5em; /* 40px */
}
 
.actualidad a {
    color: #fcde18;
}

.actualidad a:hover,
.actualidad a:focus,
.actualidad a:active {
    text-decoration: underline;
}

.actualidad.owl-carousel .owl-stage-outer { /* Permite que no se corte el flipcard al hacer la animación de girar a pesar del overflow hidden del contenedor */
	padding-top: 50px;
	padding-bottom: 50px;
    margin-top: -50px;
	margin-bottom: -50px;
}	

/* Flipcard */

.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
	margin-bottom: .938em; /* 15px */
}

.flip-container .flipper {
	width: 100%;
	transition: 0.6s;	
	transform-style: preserve-3d;
	position: relative;
	outline: 1px solid transparent;	
}

.flip-container .flipper:after {
	content: "";
}	

.flip-container .front,
.flip-container .back {
	overflow: hidden;
	backface-visibility: hidden;
	transition: 0.6s;	
	transform-style: preserve-3d;
	height: 100%;
    min-height: 100%;
	outline: 1px solid transparent;
}

.flip-container .flipper:before,
.flip-container .back:before {
	content: "";
	display: block;
	width: 1px;
	padding-top: 100%;
	float: left;
}

.flip-container .front {
	z-index: 2;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #14a0c7;
}

.flip-container .back {
	position: relative;
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color: #14a0c7;
	height: 100%;
}

.flipcard.hover .front {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flipcard.hover .back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* Imagen */

.front img {
	position: absolute;
	bottom: 50%;
	right: 50%;
	-ms-transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
	min-width: 100%;
    min-height: 100%;
    max-width: none;    
}

.slider.owl-carousel .owl-item .front img,
.actualidad.owl-carousel .owl-item .front img {
	width: auto;
}

.front.portrait img {
    height: auto;
}

.front.landscape img {
    width: auto;
}

/* Articulo */

.text-box-actualidad {
    padding: 1.25em; /* 20px */
	color: white;
}

.text-box-actualidad h3 {
	margin-top: 0;
	margin-bottom: .278em; /* 5px */
}

.text-box-actualidad time {
	font-style: italic;
	color: #005d77;
	display: block;
	margin-bottom: 1.875em; /* 30px */
}

.text-box-actualidad .leer-mas {
	display: block;
	font-weight: bold;
	margin-top: .625em; /* 10px */
}

/* Paginación */

.actualidad .owl-nav {
	position: relative;
    z-index: 50;
}

.actualidad .owl-nav button {
	border: 0;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	color: #14A0C7;
	font-size: 2.875em; /* 46px */	
	width: 50%;
	text-align: center;
}

.actualidad .owl-nav button:hover,
.actualidad .owl-nav button:focus,
.actualidad .owl-nav button:active {
	color: #006699;
}

.actualidad .owl-nav .owl-next {
	float: right;
}

.text-box-actualidad article {
    margin-top: 3.125em; /* 50px */
}

@media screen and (min-width: 480px) {

	.flip-container .flipper:before {
		padding-top: 75%;
	}
	
}

@media screen and (min-width: 580px) {

	.text-box-actualidad {
		padding: 2.188em; /* 35px */
	}
	
	.flip-container .flipper:before {
		padding-top: 50%;
	}

}

@media screen and (min-width: 768px) {
	
	.actualidad-pagina {
		margin-left: -.469em; /* -7.5px */
		margin-right: -.469em; /* -7.5px */
	}
	
	.flip-container {
		max-width: none;
	}
	
	.flip-container.flex-col-1-3 .flipper:before {
		padding-top: 100%;
	}
	
	.flip-container.flex-col-2-3 .flipper:before,
	.flip-container.flex-col-2-3 .back:before {
		padding-top: 50%;
	}
	
	.flip-container .flipper {
		margin-left: .469em; /* 7.5px */
		margin-right: .469em; /* 7.5px */
	}
	
}

@media screen and (min-width: 1366px) {
	
	.actualidad {
		max-width: 1055px;
		margin-bottom: 5em; /* 80px */
	}
	
	.actualidad .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.actualidad .owl-nav button {
		font-size: 2.875em; /* 46px */	
		width: 1em; /* 46px */
		text-align: center;
	}
	
	.actualidad .owl-nav .owl-prev {
		text-align: left;
		margin-left: -2em;
	}
	
	.actualidad .owl-nav .owl-next {
		text-align: right;
		margin-right: -2em; /* 92px */
	}
	
}

/* -------------------------------------------------------- */
/* ------------ HOME - Banner Fomento Empleo -------------- */
/* -------------------------------------------------------- */

.fomento-empleo{
	position: relative;
    background-color: #14a0c7;
	padding: 3.125em 0; /* 50px 0 */
	border-bottom: 12px solid #ec731e;
}

.fomento-empleo:after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-image: url('../img/banner-fomento-empleo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
}

.fomento-empleo .paralelogramo {
	z-index: 10;
    display: table;
	margin: 0 auto;
	width: 60%;
}

.fomento-empleo .paralelogramo:after {
    background-color: rgba(255,255,255,0.4);
    border-right-width: 10px;
    -ms-transform: skew(170deg);
	-webkit-transform: skew(170deg);
	transform: skew(170deg);
    z-index: 1;
}

.fomento-empleo .paralelogramo strong {
    font-size: 1.25em; /* 20px */
    text-transform: uppercase;
	display: block;
	margin-bottom: .5em; /* 10px */
}

.fomento-empleo .paralelogramo p {
    color: #ffffff;
    text-align: center;
	position: relative;
    z-index: 2;
	display: table;
	margin: 0 auto;
	padding-left: 1.25em; /* 20px */
    padding-right: 1.875em; /* 30px */
}

@media screen and (min-width: 480px) {
	
	.fomento-empleo{
		padding: 6.25em 0; /* 100px 0 */
	}
	
	.fomento-empleo .paralelogramo strong {
		font-size: 1.875em; /* 30px */
	}

	.fomento-empleo .paralelogramo p:after,
	.fomento-empleo .paralelogramo p:before {
		content: "";
		display: block;
		background-color: #51ad48;
		height: 2px;
		width: 70px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.fomento-empleo .paralelogramo p:after {
		margin-top: 1.25em; /* 20px */
	}

	.fomento-empleo .paralelogramo p:before {
		margin-bottom: 1.25em; /* 20px */
	}

}

@media screen and (min-width: 768px) {
	
	.fomento-empleo {
		padding: 8.125em 0; /* 130px 0 */
	}
	
	.fomento-empleo .paralelogramo:after {
		top: -3.75em; /* -60px */
		bottom: -3.75em; /* -60px */
		left: -3.75em; /* -60px */
		right: -3.75em; /* -60px */
		border-right-width: 30px;
		-ms-transform: skew(165deg);
		-webkit-transform: skew(165deg);
		transform: skew(165deg);
	}	
	
	.fomento-empleo .paralelogramo p {
		padding-left: 3.125em; /* 50px */
		padding-right: 3.750em; /* 60px */
	}
	
	.fomento-empleo .paralelogramo p:after {
		margin-top: 3.125em; /* 50px */
	}

	.fomento-empleo .paralelogramo p:before {
		margin-bottom: 3.125em; /* 50px */
	}
}

@media screen and (min-width: 992px) {
	
	.fomento-empleo .paralelogramo strong {
		font-size: 3.125em; /* 50px */
	}
	
}

/* ------------------------------------------------------- */
/* ------------ HOME - Portal transparencia -------------- */
/* ------------------------------------------------------- */

.portal-transparencia {
	margin-bottom: 2.5em; /* 40px */
}

.portal-transparencia ul, .portal-transparencia li {
    text-align: center;
}

.portal-transparencia li {
    margin-top: 1.563em; /* 25px */
    overflow: hidden;
}

.portal-transparencia a {
    background-color: #f3f3f3;
    display: block;
    color: #393939;
	font-size: 1.188em; /* 19px */
    padding: 2.105em 1.053em 2.105em 4.737em; /* 40px 20px 40px 90px */
    position: relative;   
    min-height: 120px; 
}

.portal-transparencia a:hover,
.portal-transparencia a:focus,
.portal-transparencia a:active {
	text-decoration: none;
	background-color: #ccc;
}

.portal-transparencia img {
    position: absolute;
    left: 15px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 480px) {
	
	.portal-transparencia img {
		left: 15px;
	}
	
}

@media screen and (min-width: 768px) {
	
	.portal-transparencia {
		margin-bottom: 5em; /* 80px */
	}
	
}

/* --------------------------------------------- */
/* ------------ Buzón Sugerencias -------------- */
/* --------------------------------------------- */

.form-buzon-sugerencias label {
	display: block;
	margin-bottom: 1.125em;
}

.form-buzon-sugerencias input[type="text"],
.form-buzon-sugerencias input[type="email"],
.form-buzon-sugerencias textarea {
	width: 100%;
	background-color: #F7F7F7;
	border: 0;
	border-bottom: 2px solid #15A0C7;
	padding: 1.429em;
    font-size: .875em;
    color: #6f6764;
    letter-spacing: .071em;
}

.form-buzon-sugerencias input[type="text"]:focus,
.form-buzon-sugerencias input[type="email"]:focus,
.form-buzon-sugerencias textarea:focus {
	box-shadow: inset 0 0 20px #eee;
}

.form-buzon-sugerencias .col-1-2 {
	margin-bottom: 2.375em;
}

.form-buzon-sugerencias input[type="submit"] {
	float: right;
	color: #14a0c7;
    border: 2px solid #14a0c7;
    border-radius: 3px;
	background-color: white;
	font-size: 1.25em;
	padding: .9em 3.4em;
	letter-spacing: .05em;
	position: relative;
	z-index: 20;
}

.form-buzon-sugerencias input[type="submit"]:hover,
.form-buzon-sugerencias input[type="submit"]:focus,
.form-buzon-sugerencias input[type="submit"]:active {
	background-color: #14a0c7;
	color: white;
}

.form-buzon-sugerencias .submit-row {
	position: relative;
	min-height: 11.25em; /* 180px */
}

.form-buzon-sugerencias .submit-row .pull-right {
	margin-right: 0;
}

.form-buzon-sugerencias .submit-row.background-font-icon:after {
	content: "\e907";
	position: absolute;
	font-size: 11.25em; /* 180px */	
	color: #E4E6E5;
	left: -.2em;
	bottom: 0;
	z-index: 10;
}


/* ------------------------------------------------------- */
/* -------------- Noticias ------------------------------- */
/* ------------------------------------------------------- */




.noticia_principal .subtitulo {
    font-weight: bold;
}


.noticia_principal ul li:before{
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 10px;
}
.mas_noticias {
    border-top: 3px solid #157895;
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
}

.mas_noticias div {
    margin-top: 30px;
}

.mas_noticias .leer-mas {
    color: #14a0c7;
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
    
    .mas_noticias {
        border-left: 3px solid #157895;
        border-top: none;
        padding-left: 20px;
    }
}


/* --------------------------------------------- */
/* ------------ Perfl Contratante -------------- */
/* --------------------------------------------- */

/* Tabla */

.perfil-contratante .main-section-body table {
	width: 100%;
}

.perfil-contratante .main-section-body tr td:first-child {
	padding: 0;
}

.perfil-contratante .main-section-body td a {
	display: block;
	padding: .625em .938em; /* 10px 15px */
	color: #393939;
}

.perfil-contratante .main-section-body td a:hover,
.perfil-contratante .main-section-body td a:focus,
.perfil-contratante .main-section-body td a:active {
	color: #14A0C7;
}

.perfil-contratante .main-section-body tr td:last-child {
	text-align: center;
	background-color: #F6F6F6;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .031em; /* 0.5px */
}

.perfil-contratante .main-section-body tr td.abierto:last-child {
	font-weight: bold;
	color: #51ad48;	
}

.perfil-contratante .main-section-body tr:nth-child(even) td:last-child {
	background-color: #D9D9D9;
}

/* Paginación */

.paginacion {
    display: table;
    margin: 60px auto;
}

.paginacion li {
	float: left;
}

.paginacion li a {
	display: block;
	padding: .313em .75em; /* 5px 15px */
	border-color: #E1E1E1;
	border-style: solid;
	color: #2F79BA;
	border-width: 1px 0 1px 1px;
}

.paginacion li:first-child a {
	border-radius: 3px 0 0 3px;
}

.paginacion li:last-child a {
	border-radius: 0 3px 3px 0;
	border-right-width: 1px;
}

.paginacion li.current-page a,
.paginacion li a:hover,
.paginacion li a:focus,
.paginacion li a:active {
	text-decoration: none;
	border-color: #2F79BA;
	background-color: #2F79BA;
	color: white;
}

.paginacion li.disabled a {
	color: #393939;
}

.paginacion li:first-child a,
.paginacion li:last-child a {
	padding-top: .25em; /* 4px */
	padding-bottom: .375em; /* 6px */
}

@media screen and (min-width: 580px) {
	
	.perfil-contratante .main-section-body td a {
		padding: .938em 1.875em; /* 15px 30px */
	}
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html-and-css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing-Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* **************************************************** */
/* ***** 			   Sernutec					  ***** */
/* **************************************************** */


/* error jquery validator */
.error{
	color: #a92006;
}


/* estilos boostrap  para las alertas */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
} 


/* secciones */
.seccion_principal .subtitulo {
    font-weight: bold;
}

.mas_secciones {
    border-top: 3px solid #157895;
    border-right: none;
    padding-right: 0;
    margin-top: 30px;
}

.mas_secciones a.current-menu-item {
	text-decoration: none;
	background-color: #2ABBE2;
}

.mas_secciones li li a.current-menu-item{
	text-decoration: none;
	background-color: #ccc;
}




@media screen and (min-width: 1000px) {
    
    .mas_secciones {
        border-right: 3px solid #157895;
        border-top: none;
        padding-right: 20px;
    }
}


.portal-transparencia-menu ul, .portal-transparencia-menu li {
    text-align: center;
}

.portal-transparencia-menu a {
    background-color: #f3f3f3;
    display: block;
    color: #393939;
	font-size: 1em; 
    padding: 1em 1.053em 1em 2.5em; /* 40px 20px 40px 90px */ /* top right bottom left */
    position: relative;   
    min-height: 70px; /* 120px */ 
    margin-bottom: 1em;
    overflow: hidden;
}

.portal-transparencia-menu li li {
	padding-left: 20px;	
}

.portal-transparencia-menu a:hover,
.portal-transparencia-menu a:focus,
.portal-transparencia-menu a:active {
	text-decoration: none;
	background-color: #ccc;
}

.portal-transparencia-menu img {
    position: absolute;
    left: 25px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 75% !important;
}

.main-section-header .paralelogramo h1 a{
	color: #51ad48;
}

.btn {
	float: right;
	color: #14a0c7;
    border: 2px solid #14a0c7;
    border-radius: 3px;
	background-color: white;
	font-size: 1em;
	padding: .9em 3.4em;
	letter-spacing: .05em;
	position: relative;
	z-index: 20;
}

.btn:hover,
.btn:focus,
.btn:active {
	background-color: #14a0c7;
	color: white;
	text-decoration:none;
}




.landscape h3 { 
   position: absolute; 
   left: 0; 
   width: 100%; 
   
   color: white; 
   background: rgb(102, 102, 102); /* fallback color */
   background: rgba(102, 102, 102, 0.7);
   padding: 5px; 
}