/* @import url('css/bootstrap.min.css');  */
/*
Theme Name: acaila-theme
Theme URI: http://acai-la.org/
Author: Manuel Perez
Author URI: http://acai-la.org/
Description: Tema personalizado para el sitio Acaila
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acaila-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Page
# Header
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Typography
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Images
# Footer
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page {
/*	background-color: #ededed;*/
}
body {
	background-color: #ededed !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	/*border-top: inset 2px #ededed;*/
	/*border-bottom: solid 5px #4479a2;*/
	background-color: #ffffff;
	margin-left: 6%;
	margin-right: 6%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}

.site-branding {
	margin-top: 3.2%;
}

#pre-header {
    height: 50px;
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
    z-index: 1010;
}

#nav-preheader {
    float: right;
    margin: 0;
}

#nav-preheader > li {
    float: left;
}

#pre-header,
#nav-preheader, 
.navbar-nav > li,
#nav-preheader > li > a {
    height: 3vw;
}

#nav-preheader > li > a {
    padding-top: 1vw;
    padding-bottom: 1vw;
    line-height: 1vw;
}

.lang-item a img {
    height: 1vw;
    width: auto;
}

.container-fluid,
#preheader-collapse,
.navbar-header,
#pre-header {
    /*background: rgba(106,162,200,1);
    background: -moz-linear-gradient(top, rgba(106,162,200,1) 0%, rgba(68,121,162,1) 33%, rgba(41,73,97,0.99) 76%, rgba(68,121,162,0.99) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(106,162,200,1)), color-stop(33%, rgba(68,121,162,1)), color-stop(76%, rgba(41,73,97,0.99)), color-stop(100%, rgba(68,121,162,0.99)));
    background: -webkit-linear-gradient(top, rgba(106,162,200,1) 0%, rgba(68,121,162,1) 33%, rgba(41,73,97,0.99) 76%, rgba(68,121,162,0.99) 100%);
    background: -o-linear-gradient(top, rgba(106,162,200,1) 0%, rgba(68,121,162,1) 33%, rgba(41,73,97,0.99) 76%, rgba(68,121,162,0.99) 100%);
    background: -ms-linear-gradient(top, rgba(106,162,200,1) 0%, rgba(68,121,162,1) 33%, rgba(41,73,97,0.99) 76%, rgba(68,121,162,0.99) 100%);
    background: linear-gradient(to bottom, rgba(106,162,200,1) 0%, rgba(68,121,162,1) 33%, rgba(41,73,97,0.99) 76%, rgba(68,121,162,0.99) 100%);*/
    background-color: #274E77;
}

#pre-header a {
	color: #ffffff;
	position: relative;
    padding-right: 1vw;
    padding-left: 1vw;
    font-size: 1.1vw;
}

.navbar-default .navbar-brand {
    color: #fff !important;
}

#pre-header a:hover,
#pre-header a:focus,
#pre-header a:active {
	background-color: rgba(22, 48, 73, 0.6) !important;
	color: #FFFFFF;
}

.site-logo-container {
	width: auto;
	height: auto;
	text-align: center;
	float: left;
}

.site-description-container {
	width: auto;
	height: auto;
	padding:4%;
	float: left;
}

.site-description-mobile {
    display: none;
    /*background: url('../../uploads/2016/03/fondo-acaila.jpg');*/
    background-size: cover;
    text-align: center;
    padding: 1vw;
    background-color: rgba(0, 0, 0, 0.7);
}

.site-description-mobile h3 {
    margin: 0;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: Verdana, serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-family: Verdana, serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	background-color: #ffffff;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
    font-size: 3vw !important;
    margin-top: 0.5vw !important;
    margin-bottom: 1vw !important;
}

.titulo-pagina > li > a {
    font-size: 1.4vw;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input.wpcf7-form-control.wpcf7-submit {
	font-size: 1.2vw;
}

button#regresar a:link,
button#regresar a:visited {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 1.1rem !important;
}

button#regresar {
    height: 30px;
    line-height: 0;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 0.9vw !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.pre-header a:link,
.pre-header a:visited {
	text-decoration: none;
	color: #ffffff;
}
.entry-content {
	background-color: #ffffff;
	margin-top: 1px;
}
.entry-content p {
	font-size: 1.1vw;
	text-align: justify;
	margin-bottom: 0.1vw;
}

.entry-content a:hover {
	font-weight: bold;
}
.entry-content a:link,
.entry-content a:visited {
	color: #4479a2;
	text-decoration: none;
}

h2.entry-title {
	font-size: 1.4vw !important;
	margin-top: 0.1vw !important;
	margin-bottom: 0.1vw !important;
}

/*h2.entry-title a:hover {
	font-weight: bold;
}
*/
h2.entry-title > a:visited,
h2.entry-title > a:link,
.read-more > a:visited,
.read-more > a:link {
	color: #4479a2;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

h1.site-description {
	font-size: 2.8rem;
	line-height: 4rem;
	font-weight: bold;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#4479a2), to(#4479a2));  
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
  text-shadow: 17px 17px 17px #333;
	-webkit-text-shadow: 17px 17px 17px #333;
	-moz-text-shadow: 17px 17px 17px #333;
}

h1.entry-title {
    margin-top: 1vw;
	margin-bottom: 0px;
    font-size: 2.2vw;
}

.fa-2x {
    line-height: 0 !important;
}

h1.title-mobile {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    margin: 0;
}

p.description-mobile {
    font-size: 1rem;
    margin-bottom: 0;
    color: #FFF;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	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;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.lang-item {
	display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

#display_options {
	display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #4479a2;
    margin-right: 1px;
    outline-width: 0;
    height: 40px
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover,
#display_options, 
#display_options:focus,
#display_options:hover {
    background-color: transparent !important;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4479a2 !important;
}

.navbar-header {
    display: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: none !important;
}

a:hover,
a:active {
	outline: 0;
}

.nav-single
.nav-single a,
.nav-single a:link,
.nav-single a:visited {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:1.75rem;
	color: #4479a2;
	text-decoration: none;
    outline: none;
}
.nav-single a:hover {
	font-weight: bold;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-previous, 
.nav-next {
    font-size: 1.2vw;
}

.enlace-noticias {
	float:right;
	color:#4479a2;
	font-size: 1.3vw;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}
.enlace-noticias:link,
.enlace-noticias:visited {
	color:#4479a2;
	text-decoration: none;
}

/**
* Brackets Effect
*/
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	font-family: FontAwesome;
    content: '\f0a4';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.menu-item a {
    font-family: Verdana, serif !important;
}

#main-navbar-collapse {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

#main-navbar-collapse > ul > li {
    height: auto !important;
}

#main-navbar-collapse > ul > li > a {
    padding: 1vw;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-device-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.gutter {
	padding: 0 3%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#main-navbar li > a {
    font-size: 1.1vw;
}

#main-navbar-collapse > ul > li:before,
#language-divider, 
#social-divider,
#other-links-container {
    display: none;
}

#language-divider,
#social-divider {
	background-color: #4479a2;
}

/*--------------------------------------------------------------
# Fixes for new design of main-navbar
--------------------------------------------------------------*/
#main-navbar {
	background-color: transparent;
	border-color: transparent;
}

#main-navbar-collapse {
	background-color: transparent;
}

#main-navbar-collapse > ul {
	background-color: #274E77;
}

#main-navbar-collapse > ul > li > a,
#main-navbar-collapse > ul > li::before,
#main-navbar-collapse > ul > li::after {
	color: #F7FBFF;
}

#main-navbar-collapse > ul > li > a:active,
#main-navbar-collapse > ul > li > a:focus,
#main-navbar-collapse > ul > li > a:hover  {
	background-color: rgba(22, 48, 73, 0.6) !important;
	color: #F7FBFF !important;
	font-weight: normal;
}

/**
* Sub menu
*/

.menu-item-has-children > ul {
	background-color: #4F677F;
	margin: 0;
	display: none;
	height: auto;
	padding: 0;
	z-index: 999;
}

#main-navbar-collapse > ul > li[class*="ac-"]:after {
	font-family: FontAwesome;
	content: "\f0dd";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2vw;
	line-height: 2.5vw;
	z-index: 101;
	text-align: center;
	width: 15%;
}

#main-navbar-collapse > ul > li.ac-display:after {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    transition-duration: 0.6s;
}

#main-navbar-collapse > ul > li.ac-hide:after {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition-duration: 0.6s;
}

#main-navbar-collapse > ul > li.ac-hide:after {
	line-height: 2;
}

.menu-item-has-children > ul > li {
	height: auto;
	list-style: none;
	position: relative;
	display: block;
	float: none;
}

.menu-item-has-children > ul > li > a {
	color: #FFF;
	height: auto;
	text-decoration: none;
	padding: 1vw;
	position: relative;
	display: block;
	padding-left: 2vw;
}

.menu-item-has-children > ul > li > a:active,
.menu-item-has-children > ul > li > a:focus,
.menu-item-has-children > ul > li > a:hover {
	background-color: rgba(22, 48, 73, 0.3) !important;
}

.menu-item-has-children > ul > .current_page_item > a,
.menu-item-has-children > ul > .current_page_item > a:active {
	background-color: rgba(22, 48, 73, 0.6) !important;
}

.current_page_item > a,
.current_page_item > a:active {
	background-color: #163049 !important;
	color: #F7FBFF !important;
}

.current_page_item:before {
	color: #F7FBFF !important;
}

.nav-stacked > li {
	border-bottom: none !important;
}

.nav-pills > li > a {
    border-radius: 0 !important;
}

.nav-stacked > li + li {
	margin-top: 0 !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.columns {
	padding-right: 1rem;
	padding-left: 1rem;
	float: left;	
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
.site-content {
	margin-left: 6%;
	margin-right: 6%;
	padding-top: 1%;
	border-bottom: solid 5px #4479a2;
	background-color: #ffffff;	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}

#main {
	clear: both;
	overflow: hidden;
	margin-bottom: 1rem;
}

#news-content {
	margin-top: 0.5rem;
	margin-bottom: 1vw;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
p {
	font-size: 1.2vw;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
div.simple-post {
	display: flex;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	padding: 0 !important;
	border-radius: 3px 3px 0 0;
}

.simple-post:not(:first-child) { margin-top: 2vw; }
.simple-post:not(:last-child) { margin-bottom: 2vw; }
.simple-post:last-child { margin-bottom: 3vw; }

.read-more {
	position: absolute;
	height: 2.5vw;
	bottom: -2.5vw;
	line-height: 2.5vw;
	border-radius: 0 0 3px 3px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.read-more > a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1vw;
}

.read-more > a:hover,
.read-more > a:active,
.read-more > a:focus,
.enlace-noticias:hover,
.enlace-noticias:active,
.enlace-noticias:focus {
	color: #1D3B5A;
}

.content-post {
	align-self: center;
	padding: 1vw 0;
}

.thumbnail-post {
	align-self: center;
	padding: 0 !important;
}

.has-post-thumbnail {
	margin-bottom: 0px !important;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary, 
.entry-content-single {
	padding: 0.5vw 0 0 0;
    text-align: justify;
    font-size: 1.2vw;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--- HUGE IT MICRO RESPONSIVE --*/
@media only screen and (max-width: 1024px) {
	.hugeitmicro {
    	height: auto !important;
	}

	.hugeitmicro > .hugeitmicro-item {
    	position: relative !important;
	    transform: none !important;
	    float: left !important;
	    max-width: 45% !important;
	    margin-right: 1% !important;
		height: auto !important;
		width: auto !important;
	}

	.hugeitmicro > .hugeitmicro-item:last-child {
    	margin-right: 0 !important;
	}

	.hugeitmicro > .hugeitmicro-item > div {
	    max-width: 100% !important;
	}

	.hugeitmicro div > div:last-child {
	    height: auto !important;
	    padding-top: 2px !important;
	    padding-bottom: 1px !important;	
	}
	
	.hugeitmicro div > div:last-child > a {
	    font-size: 1.5vw !important;
	    line-height: 1 !important;
	}

	div[class^="description-block_"] > p {
    	text-align: left !important;
    	font-size: 1vw !important;
	}

	.open-close-button {
	    top: 1px !important;
    	bottom: 1px !important;
	}

	img[id^="wd-cl-img"] {
        max-height: 12vw !important;
		min-height: 12vw;
    }

    div[id^="huge_it_portfolio_container_"] .lighboxable {
        height: auto !important;
    }

    div[class^="wd-portfolio-panel_"] {
        position: relative !important;
        height: auto !important;
        top: 0 !important;
        display: none;
    }

	div[class^="title-block_"] > h3 {
		font-size: 1.1vw !important;
	}	
}
	
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.post-index-img {
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.header-image {
	width: 100%;
	height: 20vw;
	background-size: cover;
	box-shadow: 0px 3px 7px -2px #000;
}

.navbar-brand.logo {
    padding: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

#banner-socios {
    width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
	margin-left: 6%;
	margin-right: 6%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
/*	padding-top: 1%;
	padding-bottom: 1%;*/
}

.site-info {
    display: flex;
    justify-content: space-between;
    background-color: #274E77;
}

.navbar-fixed-top {
    position: relative;
}

#social-content {
    float: left;
    align-self: center;
}

#erasmus-content {
	position: relative;
    float: right;
    background-color: #FFFFFF;
    padding-right: 0 !important;
	padding-left: 4vw !important;
	overflow: hidden;
}

#erasmus-content::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 0;
	background-color: #274E77;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: skewY(-45deg);
	z-index: 1;
}

#erasmus-text,
#erasmus-text p {
	align-self: center;
	margin-bottom: 0;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
}

span.awesome-social {
    height: 4vw !important;
    width: 4vw !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0;
}

.awesome_social_icons_links {
    font-size: 0;   
}

.svg-icon {
  display: block;
  width: 4vw;
  height: 4vw;
  color: #FFFFFF;
  padding: 0 5px !important;
}

#cambio_version {
	background-color: #333;
	padding: 1vw;
	text-align: center;
}

#version_escritorio, 
#version_movil {
	display: none;
	font-weight: bold;
}

/*------------------------------
# Partners
------------------------------*/
#partnersCarousel {
	height: auto;
	clear: both;
	padding: 1%;
	text-align: center;
	background-color: #FFF;
}

#partnersCarousel > .carousel-inner {
	text-align: center;
}

#partnersCarousel > .carousel-inner > .active {
	display: block;
	width: 100%;
	text-align: center;
}

#partnersCarousel > .carousel-inner > .item > .inner-item {
	display: flex;
	justify-content: center;
}

#partnersCarousel > .carousel-inner > .item > .inner-item > .partner {
	height: auto;
	display: inline-block;
	align-self: center;
	float: left;
	padding: 0 1vw;
}

#partnersCarousel > .carousel-inner > .item > .inner-item > .partner > img {
	height: auto;
	max-height: 6vw;
	width: auto;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* Show Navbar Collapse for small screens */
@media only screen 
    and (min-device-width : 100px) {

    /*--- Show NavBar Collapse ---*/
    #main-navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        left: 0 !important;
    }
        
    ul.nav-stacked {
        display: block;
    }
}

/* Small Screens */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
	/* sub-menu */
	#main-navbar-collapse > ul > li[class*="ac-"]:after {
		right: 0;
		top: 0;
		font-size: 25px;
	}

	#main-navbar-collapse > ul > li.ac-display:after {
		line-height: 25px;
	}

    /*-- NavBar --*/
    #main-navbar-collapse {
        padding: 0 !important;
        overflow: visible !important;
		position: fixed;
		height: 90% !important;
		overflow-y: scroll !important;
    }

    #main-navbar-collapse > ul > li {
        height: auto !important;
        border-bottom: none;
        margin: 0;
    }
    
    #main-navbar-collapse > ul > li:before {
        position: absolute;
        margin-left: 15px;
        z-index: 101;
        line-height: 30px;
    }
    
    #main-navbar li > a {
        font-size: 85% !important;
        border-radius: 0 !important;
        line-height: 30px;
    }
    
    #main-navbar-collapse > ul > li > a {
        padding: 0vw 0px 0px 35px;
    }
    
    ul.nav-stacked {
        margin: 0 !important
    }
    
    #main-navbar-collapse > ul > li:before,
    #language-divider, 
    #social-divider {
        display: block;
    }
    
    #language-divider, 
    #social-divider {
        padding: 0 0 0 10px !important;
    }
    
    #main-navbar-collapse > ul > .lang-item a {
        padding: 0 0 0 15px !important;
    }
    
    #main-navbar-collapse > ul > .lang-item a > img {
        margin-right: 5px;
        height: 10px;
    }

    .menu-item-has-children > ul > li > a {
		padding: 0 1vw;
	}

	.menu-item-has-children > ul > li > a {
		padding-left: 45px;
	}
    
    /*--- Header ---*/
    #pre-header {
        display: none;
        position: fixed;
        top: 4rem;
        right: 0;
        left: 0;
        z-index: 1010;
        height: 25px;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
        border-left: inset 2px #fcfffc;
        border-right: outset 2px #fcfffc;
    }
    
    #nav-preheader {
        width: auto;
        float: right;
        margin-right: 1px;
        margin-top: 0px;
    }
    
    #nav-preheader > li > a {
        height: 25px;
        padding: 5px;
        line-height: 15px;
    }
    
    #toggle-navbar {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        height: 40px;
    }

    #pre-header a {
        font-size: 1rem;
    	padding-right: 0.3rem;
	    padding-left: 0.3rem;
    }
    
    #salto-contenido,
    #site-map {
        display: none;
    }
    
    .nav li {
        float: left;
    }
    
    #main-navbar {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
        min-height: 0;
        max-height: 40px;
    }
    
    #main-navbar-collapse {
        height: 0;
    }
    
    ul.nav-stacked, 
    .site-description-mobile {
        display: none;
    }
    
    .site-header,
    .site-content,
    .site-footer {
        margin: 0;   
    }
    
    .navbar-header {
        display: block;
        min-height: 0;
        height: 40px;
        background: #fff !important;
    }
    
    .site-branding {
        margin-top: 3.8rem;
        max-width: 100%;
    }
    
    /*--- Main Content ---*/
    #news-content {
        padding: 0 2% !important;
        width: 100%;
        max-width: 100%;
		margin-bottom: 0rem;
    }
    
    #page-content {
        width: 100%;
    }
        
    /*--- Posts ---*/
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    div.simple-post {
        padding: 0;
        display: flex;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        max-width: 100%;
        width: 100%;
    }

	.simple-post:not(:first-child) { margin-top: 2rem; }
    .simple-post:not(:last-child) { margin-bottom: 2rem; }
    .simple-post:last-child { margin-bottom: 3rem; }

    .read-more {
	    height: 20px;
	    bottom: -20px;
	    line-height: 20px;
	}

	.read-more > a {
		font-size: 1rem !important;
	}

	.enlace-noticias {
		padding-top: 1rem;
	}
    
    .thumbnail-post {
        align-self: auto;
        max-width: 25%;
        align-self: center;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .content-post {
        align-self: auto;
        max-width: 75%;
        overflow: hidden;
        padding: 0 2% !important;
        text-overflow: ellipsis;
        max-height: 60px;
        align-self: center;
    }
    
    .entry-header h2.entry-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.2rem !important;
    }
    
    h1.entry-title {
        font-size: 1.8rem;
        margin: 5px;
    }
    
    h2.entry-title {
        font-size: 1.5rem;
    }

    p, 
    a {
    	font-size: 1.3rem !important;
    }

    p.description-mobile {
	font-size: 1rem !important;
    }

    #erasmus-text, #erasmus-text p {
    	font-size: 2.1vw !important;
    }
    
    .entry-content,
    .entry-content p {
        padding: 0;
        font-size: 1.1rem !important;
    }
    
    .entry-content-single {
        padding: 5px 5px 0 5px;
        font-size: 1.3rem;
    }
    
    .nav-previous,
    .nav-next {
        font-size: 1.2rem;
    }
    
    /*--- Navigation ---*/
    .navbar-default .navbar-collapse {
        max-width: 200px;
        border-radius: 0 0 3px 0;
        background: #fff;
    }
    
    .nav-stacked > li a {
        font-size: 1rem;
    }
    
    /*-- Footer --*/
    #social-content {
        display: none;
    }

    #version_escritorio {
    	display: inline;
    }

    span.awesome-social {
		height: 10vw !important;
		width: 7vw !important;
	}

	/*-- Partners --*/
	#partnersCarousel > .carousel-inner > .item > .inner-item > .partner > img {
		max-height: 9vw;
	}

	/*-- HUGE IT GALLERIES --*/
	.hugeitmicro > .hugeitmicro-item {
		width: auto !important;
		max-width: none !important;
	}

	.hugeitmicro > .hugeitmicro-item > div > a > img {
		max-width: 100% !important;
	}

	/*-- Footer --*/
	#erasmus-text { width: 60%; }
	#erasmus-content { width: 40%; }
}

/* Medium Screens */
@media only screen 
    and (min-device-width : 480px) 
    and (max-device-width : 728px) {

	/* sub-menu */
	#main-navbar-collapse > ul > li[class*="ac-"]:after {
		right: 0;
		top: 0;
		font-size: 25px;
	}

	#main-navbar-collapse > ul > li.ac-display:after {
		line-height: 25px;
	}

     /*-- NavBar --*/
    #main-navbar-collapse {
        padding: 0 !important;
        overflow: visible !important;
		position: fixed;
		height: 90% !important;
		overflow-y: scroll !important;
    }

    #main-navbar-collapse > ul > li {
        height: auto !important;
        border-bottom: none;
        margin: 0;
    }
    
    #main-navbar-collapse > ul > li:before {
        position: absolute;
        margin-left: 15px;
        z-index: 101;
        line-height: 30px;
    }
    
    #main-navbar li > a {
        font-size: 85%;
        border-radius: 0 !important;
        line-height: 30px;
    }
    
    #main-navbar-collapse > ul > li > a {
        padding: 0vw 0px 0px 35px;
    }
    
    ul.nav-stacked {
        margin: 0 !important;
    }
    
    #main-navbar-collapse > ul > li:before,
    #language-divider, 
    #social-divider {
        display: block;
    }
    
    #language-divider, 
    #social-divider {
        padding: 0 0 0 10px !important;
    }
    
    #main-navbar-collapse > ul > .lang-item a {
        padding: 0 0 0 15px !important;
    }
    
    #main-navbar-collapse > ul > .lang-item a > img {
        margin-right: 5px;
        height: 10px;
    }

    .menu-item-has-children > ul > li > a {
		padding: 0 1vw;
	}

	.menu-item-has-children > ul > li > a {
		padding-left: 45px;
	}
    
   /*--- Header ---*/
    #pre-header {
        display: none;
        position: fixed;
        top: 4rem;
        right: 0;
        left: 0;
        z-index: 1010;
        height: 25px;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
        border-left: inset 2px #fcfffc;
        border-right: outset 2px #fcfffc;
    }
    
    #nav-preheader {
        width: auto;
        float: right;
        margin-right: 1px;
        margin-top: 0px;
    }
    
    #nav-preheader > li > a {
        height: 25px;
        padding: 5px;
        line-height: 15px;
    }
    
    #toggle-navbar {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        height: 40px;
    }

    #pre-header a {
        font-size: 1rem;
    	padding-right: 0.3rem;
	    padding-left: 0.3rem;
    }
    
    #salto-contenido,
    #site-map {
        display: none;
    }
    
    .nav li {
        float: left;
    }
   
    #main-navbar {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
        min-height: 0;
        max-height: 40px;
    }
    
    #main-navbar-collapse {
        height: 0;
    }
    
    ul.nav-stacked, 
    .site-description-mobile {
        display: none;
    }
    
    .site-header,
    .site-content,
    .site-footer {
        margin: 0;   
    }
    
    .navbar-header {
        display: block;
        min-height: 0;
        height: 40px;
        background: #fff !important;
    }
    
    .site-branding {
        margin-top: 3.8rem;
        max-width: 100%;
    }
    
    /*--- Main Content ---*/
    #news-content {
        padding: 0 2% !important;
        width: 100%;
        max-width: 100%;
		margin-bottom: 0;
    }
    
    #page-content {
        width: 100%;
    }
    
    /*--- Posts ---*/
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    div.simple-post {
        padding: 0;
        display: flex;
        padding-top: 1%;
        padding-bottom: 1%;
        max-width: 100%;
        width: 100%;
    }

    .simple-post:not(:first-child) { margin-top: 2rem; }
    .simple-post:not(:last-child) { margin-bottom: 2rem; }
    .simple-post:last-child { margin-bottom: 3rem; }

    .read-more {
	    height: 20px;
	    bottom: -20px;
	    line-height: 20px;
	}

	.read-more > a {
		font-size: 1.1rem !important;
	}

	.enlace-noticias {
		padding-top: 1rem;
	}
    
    .thumbnail-post {
        align-self: auto;
        max-width: 25%;
        align-self: center;
    }
    
    .content-post {
        align-self: auto;
        padding: 0 2% !important;
        max-width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 100px;
        align-self: center;
    }
    
    .entry-header h2.entry-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.6rem !important;
    }
    

    /* Typography */
    h1.entry-title {
        font-size: 1.8rem;
        margin: 5px;
    }
    
    h2.entry-title {
        font-size: 1.8rem;
    }

    p {
    	font-size: 1.4rem;
    }

    #erasmus-text, #erasmus-text p {
    	font-size: 2.1vw !important;
    }
    
    .entry-content,
    .entry-content p {
        padding: 0;
        font-size: 1.3rem;
    }

    .enlace-noticias {
    	font-size: 1.5rem;
    }
    
    .entry-content-single {
        padding: 5px 5px 0 5px;
    }
    
    .nav-previous,
    .nav-next {
        font-size: 1.4rem;
    }

    /*--- Navigation ---*/
    .navbar-default .navbar-collapse {
        max-width: 200px;
        border-radius: 0 0 3px 0;
        background: #fff;
    }
    
    .nav-stacked > li a {
        font-size: 1rem;
    }
    
    /*--- Footer ---*/
	#version_escritorio {
    	display: inline;
    }

    span.awesome-social {
		height: 10vw !important;
		width: 7vw !important;
	}

	/*-- Partners --*/
	#partnersCarousel > .carousel-inner > .item > .inner-item > .partner > img {
		max-height: 9vw;
	}

	/*-- HUGE IT GALLERIES --*/
	.hugeitmicro > .hugeitmicro-item {
		max-width: 45% !important;
		width: auto;
	}

	img[id^="wd-cl-img"] {
		max-width: 100% !important;
		height: 25vw !important;
	}
}

/* Big Screens */
@media only screen 
and (min-device-width : 728px)
and (max-device-width : 1024px) {
    
	/* sub-menu */
	#main-navbar-collapse > ul > li[class*="ac-"]:after {
		font-size: 20px;
	}

	#main-navbar-collapse > ul > li.ac-display:after {
		line-height: 25px;
	}

    /* Navigation */
    .site-description-mobile {
        display: none !important;
    }

    /*--- Show NavBar Collapse ---*/
    #main-navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
        
    ul.nav-stacked {
        display: block !important;
    }

    #other-links-container {
    	display: none !important;
    }

    /* Footer */
	#version_escritorio {
    	display: inline;
    }

    /* Typography */
	h2.entry-title a {
		font-size: 1.4rem !important;
	}

	#main-navbar li > a {
		font-size: 1.1rem !important;
		line-height: 1.5;
	}

    p,
    a {
    	font-size: 1.4vw;
    }

    .entry-content p,
    .entry-content a,
    .nav-previous a, 
    .nav-next a, 
    #pre-header a {
    	font-size: 1.4vw;
    }

    #erasmus-text, #erasmus-text p {
    	font-size: 1.2vw !important;
    }

	/*-- HUGE IT GALLERIES --*/
	.hugeitmicro > .hugeitmicro-item {
		max-width: 45% !important;
		width: auto;
	}

	img[id^="wd-cl-img"] {
        max-width: 100% !important;
        height: 15vw !important;
    }
}

/* From 320 to 1024 Screens */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 1024px) {
	
	/* font-size send button in contact form */
	input.wpcf7-form-control.wpcf7-submit {
		font-size: 1.5rem;
	}

	.hugeitmicro div > div:last-child > a {
		font-size: 1.5rem !important;
	}

	.hugeitmicro > .hugeitmicro-item > div > a > img {
		max-width: 100% !important;
	}

	img[id^="wd-cl-img"] {
        max-height: none !important;
    }

	div[class^="description-block_"] > p {
		font-size: 1.3rem !important;
	}

	.navbar-header {
		box-shadow: 0px 2px 10px rgba(0,0,0,.8);
	}

	#main-navbar {
	    right: -2px;
	    left: -2px;
	    top: -2px;
	}
}

@media only screen and (min-device-width : 1024px) {
	/*--- Show NavBar Collapse ---*/
    #main-navbar-collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
        
    ul.nav-stacked {
        display: block !important;
    }

    #other-links-container {
    	display: none !important;
    }

	/* Footer */
    #cambio_version {
    	display: none !important;
    }
}