/*
Theme Name: Hueman
Theme URI: https://presscustomizr.com/hueman/
Version: 3.3.21
Description: The Hueman theme helps you increase your traffic and engage your visitors. It loads fast and is 100% mobile-friendly according to Google. Best rated theme for blogs and magazines on WordPress.org. Powering 70K+ websites around the world.
Author: nikeo
Author URI: https://presscustomizr.com
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: hueman
Copyright: (c) 2015-2017 Nicolas GUILLAUME (nikeo), 2013-2015 Alexander "Alx" Agnarson
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
* The main css stylesheet of the Hueman theme is located in /assets/front/css/main.css.

* The main reason why the main stylesheet of the Hueman theme has been moved to another place is minification.
* Minification is a technique to compress a css file and therefore improve speed (page load time) of your website.

* This style.css file provides details about the Theme (in the form of comments above) that is read by WordPress, and therefore cannot be minified.

* Note : You can load the not minified stylesheet if you uncheck the option in the customizer > Advanced Options > performances
*/


/*
* Developers Recommendation
* If you want to make quick style test / changes, consider using the Custom CSS section in Appearance > customize > advanced options > Additional CSS.
* It will persist on update since it is saved in your server database.
*
* To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
* You should NEVER add your custom css rules to this file. They will be lost when updating your theme.

* If you don't know what a child theme is, you really want to spend 5 minutes learning how to use child themes in WordPress, you won't regret it :) !
* https://codex.wordpress.org/Child_Themes
*/

/*
	2020 - Subsceratía de TICs - Facultad Regional Concepción del Uruguay - Universidad Tecnológica Nacional 
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:900,300);
@import url(https://fonts.googleapis.com/css?family=Oswald|Dosis|Asap);

/*
colores 2020
*/
/** Fuentes **/
@import url('https://fonts.googleapis.com/css?family=Anton|Bebas+Neue|Abel|Fjalla+One|Roboto&display=swap');
/** **/

/*body {
background-color: #fff;
}*/

body {
background: linear-gradient(180deg, rgba(112,195,243,1) 0%, rgba(255,255,255,1) 55%) !important;
background-repeat: no-repeat !important;
}

/* h1 h2 etc Home */
h1 {color: #2ca6ed !important;
font-size: 1.6em;
}

.author-bio {
display: none;
}

#gtranslate-5 {
margin-top: -9em !important;
padding: 0.3em;
background: #000;
opacity: 0.8;
/*border-radius: 0.4em;*/
border: 1px solid #aaa;
}

/** CSS RSS **/

.wp_rss_retriever_list li{
list-style: none !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
}

.noti {
min-height: 30em !important;

padding-right: 1em !important;
padding-top: 1em !important;
/*border: 1px solid #ccc !important;
margin-right: 0.5em !important;
margin-left: 0.5em !important;*/
background: #fff;

}
.noti-l {
min-height: 30em !important;
max-width: 94%;
padding-right: 1em !important;
/*border: 1px solid #ccc !important;
margin-right: 1em !important;*/
margin-left: 1.5em !important;
background: #fff;

}
.noti-r {
min-height: 30em !important;
max-width: 94%;
padding-right: 1em !important;
/*border: 1px solid #ccc !important;
margin-left: 0.5em !important;*/
margin-right: 1.5em !important;
background: #fff;

}

.wp_rss_retriever_image {
	width: 100% !important;
}

.wp_rss_retriever_metadata {
	color: #5f6c7b;
}

.wp_rss_retriever_readmore {
	color: #3da9fc;
}

.wp_rss_retriever_title {
	font-family: 'Bebas Neue', cursive !important;
	font-size: 1.5em;
text-align: justify-all;
color: 	#2ca6ed !important;
}

.wp_rss_retriever_container {
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.9em;
	text-align: justify-all;
	color: 	#5f6c7b !important;
}

#nav-topbar.nav-container {
background: #2ca6ed !important;
-webkit-box-shadow: 0px 4px 6px -6px rgba(255,255,255,0.55);
box-shadow: 0px 4px 6px -6px rgba(255,255,255,0.55) !important;
}

.nav-container {
background: #2ca6ed !important;
}

.sub-menu {
background: #0092DB !important;
}

@media only screen and (min-width: 720px)
.nav-topbar .nav li a {
	color: #fff !important;
    color: rgba(255,255,255) !important;
}

.search-expand, #nav-topbar.nav-container {
background-color: #2ca6ed !important;
}

#footer-bottom {
background: #2ca6ed none repeat scroll 0 0 !important;
}

#back-to-top {
background: #f0f0f0 !important;
color: #2ca6ed !important;
}

::selection {
background-color: #2ca6ed;
}

#page {
padding-bottom: 60px;
margin-top: -150px;
}

#pg-3804-1> .panel-row-style {
background-color: #f9f9f9;
}

@media only screen and (min-width: 720px)
www.frcu.utn.edu.ar:126:3437#nav-topbar .nav ul {
background-color: #2ca6ed;
}

/*@media only screen and (min-width: 720px)
main.min.css:1:36651#nav-topbar .nav ul {
background: url(../img/opacity-10.png) #121d30;
}*/

@media only screen and (min-width: 720px)
#nav-topbar .nav li a {
    color: rgba(255,255,255,1) !important;
}

/*
fin colores 2020
*/

@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
  }
}

h3.widget-title {
font-family: 'Oswald', sans-serif !important; 
}
h3 a.rsswidget {
font-size: 1.5em !important;
}
h1.widget-title {
font-family: 'Oswald', sans-serif !important;
font-size: 4em !important; 
}
h1 {
font-family: 'Oswald', sans-serif !important;
}
h2 {
font-family: 'Oswald', sans-serif !important;
font-size: 1.6em !important; 
}
.ingreso p {
color: #fff !important;
font-family: 'Dosis', sans-serif !important;
}
.ingreso a {
color: #1f96db !important;
}
.ingreso h1 {
color: #fff !important;
}
.ingreso h2 {
color: #fff !important;
}
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
 .col-lg-12 {
    width: 90%;
  }
a.list-group-item {
    color: /*#0FA4D6*/ #666 !important;
    font-size: 1em;
    font-family: 'Fjalla One', sans-serif !important;
	display: block;
  	padding: 10px 15px;
	width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
}
a.list-group-item i {
	font-size: 1.2em;
	padding-right: 0.5em;
	color:#1f96db;
}
a.list-group-item strong {
  font-size: 1.2em;
  padding-right: 0.5em;
  color:#74C5F2;
}
a.list-group-item:hover {
	padding-left: 1em;
	box-shadow: inset 0px -9px 3px -8px rgba(0,0,0,0.57);
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;

}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* Listas*/

.list-group li {
	list-style-type: none;
}
.list-group i {
	font-size: 2em;
}
.list-group strong {
  font-size: 2em;
}
.linea {
border-bottom: 2px solid #fff !important;
}

/*Fin css style vieja */

/* nav */
.header-desktop-sticky #nav-topbar.nav-container {
position: relative !important;
z-index: 999;
top: 0;
margin-top: -3.1em !important;
}
/* fin nav */
.ow-button-base a {
padding: 1em 1.9em !important;
}
.sow-features-feature {
border: 1px solid #ccc !important;
border-radius: 10px !important;
margin-right: 0.3em !important;
padding-top: 1em !important;
padding-left: 0 !important;
padding-right: 0 !important;
max-width: 25% !important;
}
.so-widget-image {
border-radius: 1em;
}
.so-widget-sow-features {
margin-left: 5% /*2em*/;
}
.sow-container-round {
margin-top: 0.1em;
}
.sow-features-list {
margin: 0 !important;
}
.sow-icon-container {
}
li .rsswidget {
color: #000 !important;
font-family: 'Dosis', sans-serif !important;
}
.widget_rss {
border-bottom: 2px solid #fff;
}

#header {
background-color: transparent !important;
background: transparent !important;
}

/* corrección costa */

.site-title {
/*margin-left: -30px;*/
text-align: center;
width: 100%;
margin-top: 1em;
}

@media (max-width: 720px) {
.site-title {
  margin-top: 0;
}
}

/*fin costa*/

.main {
/*margin-top: 1em !important;*/
}
#header, #header .container-inner {
/*margin-top: 4em !important;*/
}
#header .pad {
    padding-bottom: 100px !important;
}
.post-byline {
display: none !important;
}
.titulos {
text-align: center;
color:#74C5F2;
}
#turnkey-credit {
display: none !important;
}
#credit {
display: none !important;
}
#footer-widgets {
background: #f0f0f0 none repeat scroll 0 0 !important;
}
/*
#footer-bottom {
background: #000000 none repeat scroll 0 0 !important;
} 
#back-to-top {
background: #5cb0db !important;
color: #ffffff !important;
}
*/
.entry.excerpt {
    color: #555 !important;
}
.nav > li {
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.widget {
	color: #222 !important;
}
.txt-carreras p {
font-size: 0.8em !important;
}
p {
color: #222 !important;
}
.entry-inner a {
color: #009BCF !important;
}
/*post-thumbnail > a.post-comments*/
.post-comments {
 font-size: 1.2rem !important;
}
#copyright p {
color: #ffffff !important;
}
/*img.hu-img-placeholder {
display: none;
}*/
/*.post-thumbnail*/ /*.hu-img-placeholder  {
background-image: url("http://www.frcu.utn.edu.ar/wp-content/uploads/2019/09/thumb-medium-empty.png");
}*/