@import "http://untref.edu.ar/wp-content/themes/portaluntref/css/style-base.css";

/* RESET STYLES
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}

/* HTML5 RESETS FOR OLDER BROWSERS */
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {  }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }


/* GENERAL STYLES
----------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	min-height: 1000px;
	margin: 0 auto;
	line-height: 1;
	color: #333;
	background: #eff3f6;
	/*font-family: 'distefano', cursive;*/
	-webkit-text-size-adjust: 100%;
	    font-family: "distefano", Helvetica, Arial, sans-serif;
}

/*!
* font-family: 'distefano', sans-serif;
* font-family: 'distefano', sans-serif;
*/

img,
embed,
object,
video {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.hide { display: none;  }
.clear { clear: both; }


/* ----- LINKS ----- */
a{
	    margin: 10px 0;
    color: #2e979a !important;
    display: block;
    font-weight: 600;
}

.navbar a{
	color: white !important;
}

a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus { /*color: #EC6635;*/ }


/* ESTRUCTURA
----------------------------------------------- */

.page-container{
	width: 960px;
	margin: 0 auto;
}

.content{
	width: 960px;
	margin: 0 auto;
	display: table;
	min-height: 530px;
}

.wrap{
	width: 100%;
	height: auto;
	display: block;

	position: absolute;
}

.clear{
	width: 100%;
	display: block;
	clear: both;
}

/* TOP MENU
----------------------------------------------- */

.site-nav{
	width: 100%;
	background: rgb(55,53,51);
	display: table;
}

.menu-top{
	padding: 5px 5px;
	display: block;
	float: right;
}

.menu-top ul{
	list-style: none;
	width: auto;
	float: left;
}

.menu-top ul li{
	float: left;
	margin-left: 10px;
}

.menu-top ul li .icon-1{
	background: url(img/institucional-icon.png) no-repeat;
	background-position: 0 center;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 1px;
}

.menu-top ul li .icon-2{
	background: url(img/mail-icon.png) no-repeat;
	background-position: 0 center;
	width: 17px;
	height: 11px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.menu-top ul li button{
	background: none;
	border: none;
	margin-left: 10px;
}

.menu-top ul li a{
	font-family: 'distefano', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: rgb(184,176,155);
	font-size: 13px;
}

/* HEADER
----------------------------------------------- */

header{
	width: 100%;
	background: #2e979a;
	padding: 10px 0px 10px;
	display: flex;
	
	    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #164a4b;
}

header > .container{
	width: 100%;
	padding: 0 20px;
}

header .navbar-burger {
	position: absolute;
	right: 0;
	color: #fff;
}

#logo{
	/*width: 254px;
	height: 53px;*/
	
	margin-top: 8px
}

#logo img{
	    width: 175px;
}

.navbar{
	
	margin-top:0px;
	    padding: 10px;
	list-style: none;
	width: 100%;
	display: flex;
	

}

@media screen and (max-width: 1087px){
.navbar-menu.is-active {

    width: calc(100% + 16px);
    position: absolute;
    left: -8px;
    top: 119px;
    background: #2e979a;
}

.slider-img{
	height: auto !important;
	}

}

.navbar .navbar-start a{
	font-family: 'distefano', sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: white;
	-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: color 0.4s;
        font-size: 0.9em;
}

.navbar .navbar-start a:hover, .navbar .navbar-start a.active {
	    color: #79f3fc;
	        background: inherit;
}

.navbar{
	background: inherit;
}

.navbar .navbar-start{
	margin: 0 auto;
	padding-left: 10px;
}
/* FOOTER
----------------------------------------------- */

footer{
	width: 100%;
	background: #fff;
	display: block;
	padding: 20px 5px;
	position: relative;
	bottom: 0;
}

.footer-content{
	/*width: 412px;*/
	display: table;
	padding: 20px 0px;
}

.legales{
	font-family: 'distefano', sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 12px;
	padding-bottom: 10px;
}

.menu-footer{
	display: table;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(184,176,155);
	width: 100%;
}

.nav-footer{
	width: auto;
	float: left;
}

.nav-footer ul{
	list-style: none;
	width: auto;
	float: left;
}

.nav-footer ul li{
	float: left;
	padding: 10px 15px;
}

.nav-footer ul li:first-child{
	padding-left: 0;
}

.nav-footer ul li a{
	font-family: 'distefano', sans-serif;
	font-size: 14;
	font-weight: 600;
	text-decoration: none;
	color: #B8B09B;
	-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: color 0.4s;
}

.nav-footer ul li a:hover{
	color: white;
}

.legales-avanzados{
	width: auto;
	float: right;
}

.legales-avanzados ul{
	list-style: none;
	width: auto;
	float: left;
}

.legales-avanzados ul li{
	float: left;
	padding: 10px 10px;
}

.legales-avanzados ul li:first-child{
	padding-left: 0;
}

.legales-avanzados ul li a{
	font-family: 'distefano', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: #B8B09B;
	-webkit-transition: color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: color 0.4s;
}

.nav-footer ul li a:hover{
	color: white;
}

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

.bloques{
	
	width: 100%;
	height: 285px;
	position: relative;
	margin: 0px 22px 0px 0px;
}

.bloques img {
	max-width: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.bloques:hover img{
	opacity: 0.6;
}

.bloque-doble{
	width: 100%;
	/*height: 270px;*/
	position: relative;
}

.bloque-doble img {
	max-width: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.bloque-doble:hover img{
	opacity: 0.7;
}

.titulo{
	font-family: 'distefano', sans-serif;
    font-weight: 600;
    font-size: 17px;
    background: rgba(55,53,51,.8);
    padding: 8px 20px;
    position: absolute;
    
    bottom: 0px;
    z-index: 99;
    color: white;
    width: calc(100% - 0px);
    text-transform: initial;
}

.white-cont{
	padding: 20px 25px;
	    border: 1px solid #e5e5e5;
	background: white;
}
.entry-title{
	font-weight: 500;
	text-transform: uppercase;
}
.entry-title:after {
    border: 1px solid #2e979a;
    display: block;
    margin: 15px auto 1px;
    width: 100%;
    content: " ";
}


/* NOTICIAS
----------------------------------------------- */

.noticia{
	width: 100%;
}

.noticia h1, p{
	font-family: 'distefano', sans-serif;
	color: rgb(56,53,51);
	text-align: left;
}

.noticia h1 {
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 20px;
}

.noticia p {
	font-size: 15px;
	line-height: 1.5em;
}

.noticia p a {
	color: #00999b
}
.noticia p a:hover {
	color: #0c6a6b
}

.noticia a.boton, .boton {
	background: #F05820;
	color: white;
	padding: 5px;
	transition: ease 0.25s;
}
.noticia a.boton:hover, .boton:hover {
	background: #373533;
	color: white;
}

.mas-noticias{
	background: rgb(227,227,227);
	display: table;
	margin-top: 25px;
	padding: 20px 20px;
}

.img-noticia {
	margin: 0 auto;
	width: 632px;
	margin-bottom: 20px;
}

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

.item{
	width: 285px;
	float: left;
	color: #383533;
}

.mas-noticias h3{
	font-family: 'distefano', sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}

.titulo-item{
	font-family: 'distefano', sans-serif;
	display: block;
	margin: 10px 0;
	color: #BF262C;
	font-size: 16px;
}

.parrafo-item{
	font-family: 'distefano', sans-serif;
	display: block;
	color: rgb(56,53,51);
	line-height: 1.3em;
	font-size: 14px;
}

/* PAGINA INTERNA
----------------------------------------------- */



.pag-interna h1, h2, h4, p{
	font-family: 'distefano', sans-serif;
	color: rgb(56,53,51);
	text-align: left;
}



.pag-interna h1{
	font-size: 24px;
	line-height: 2em;
}

.pag-interna h2{
	font-size: 22px;
	line-height: 2em;
}

.pag-interna .sep {
    margin-bottom: 20px;
    display: table;
    border-bottom: thin solid;
}

.pag-interna .sep h3 {
    font-weight: bold;
}

.pag-interna p, .pag-interna ul {
	/*font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 20px;*/
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
}

.pag-interna ul {
    list-style: outside none disc;
    margin-left: 12px;
}

.pag-interna ul li {
	margin-bottom: 15px;
}

strong { font-weight: bold; }
em { font-style: italic; }

.pag-interna a {
	color: inherit;
	
}

.pag-interna a:hover {
	text-decoration: underline;
}

/* Social */

.social {
        margin-top: -7px;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.social ul li {
    list-style: none;
    display: inline-block;
}

.social .mail img {
    position: relative;
    top: -2px;
}

.social img {
    width: auto;
}

/* Red Esial logos */

#slideshow {
width: 100%;
/*height: 150px;*/
}
.caroufredsel_wrapper {
	/*width: 955px !important;*/
    height: 150px !important;
}

#slideshow nav {
    display: none;
}

.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
    margin-left: 0px !important;
    height: 150px !important;
}
.list_carousel li {
/*font-size: 40px;
color: #999;*/
width: 150px !important;
height: 150px;
/*padding: 0;*/
margin: 0px 22px 0px 23px !important;
/*display: block;
float: left;*/
}

.list_carousel a {
    text-decoration: none;
}
.list_carousel a:hover {
    color: #F05820
}

.next {
    /*float: right;*/
    right: 0;
    margin-right: 10px;
    position: absolute;
    top: 90px;
}
.prev {
    /*float: left;*/
    left: 0;
    margin-left: 10px;
    position: absolute;
    top: 90px;
}

.modulo-sponsors {
    width: 100%;
    padding: 20px 0px;
    display: table;
    position: relative;
    background: #FFF;
    z-index: 1;
    overflow: hidden;
}

.modulo-sponsors img {
	width: 150px;
	height: auto;
}

.modulo-sponsors li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

svg { display: none; }

.is-relative{position: relative;}
.is-fixed{position: fixed;}
/* ASIDE
----------------------------------------------- */

.side-bar{
	    /* float: left; */
    width: 100%;
    
    background: rgb(55,53,51);
    min-height: 285px;
    /* margin-left: 22px; */
}

.red-esial .side-bar { background: transparent; }

ul.botones_esial{
	float:left;
	/*margin-top:20px;*/
	
    width: 297px;
}

ul.botones_esial li {
	float:left;
	width:100%;
}

ul.botones_esial li a{
	float:left;
	width:100%;
	background:#666;
	padding:4px;
	margin-bottom:4px;
	color:#FFF;
	text-align:center;
}
.seccion{
	margin-bottom: 25px;
}

.img-responsive{
	display: block;
	max-width: 100%;
}


.slider-img{
	overflow: hidden;
	height: 350px;
}


.entry-title-small{
	font-weight: 500;
	text-transform: initial;
	font-size: 18px;
    color: #2e979a;
}

.cbp-qtrotator {
  position: relative;
  margin: 20px auto 0 auto;
  width: 100%; }

.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%; }

.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none; }

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1; }

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table; }

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both; }

.cbp-qtprogress {
  position: absolute;
  background: #2E979A;
  height: 2px;
  width: 0%;
  top: 0;
  z-index: 1000; }

.cbp-qtrotator blockquote {
  background-color: rgba(25, 25, 25, 0.7);
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  bottom: 0; }

.cbp-qtrotator blockquote p {
  font-size: 1.5em;
  color: white;
  font-weight: 300;
  margin: 0.4em 0.6em 0.9em;
  font-family: 'Lato', sans-serif; }

.cbp-qtrotator blockquote footer {
  font-size: 1.2em; }

.cbp-qtrotator blockquote footer:before {
  content: 'â€• '; }

.cbp-qtrotator .cbp-qtcontent img {
  width: 1200px;
  z-index: 1; }

  .st-accordion ul li {
    border-top: 2px solid #fff;
    overflow: hidden;
    padding: 5px !important;
    margin-bottom: 0;
    background: white !important;
    text-align: center;
}
.st-accordion ul li  a{
	    line-height: 15px !important;
	color: #00999b !important;
}

.pag-interna h1 {
    font-size: 24px;
     line-height: inherit !important;
}


#contact-form-page label {
  color: #2e989a;
  font-weight: 600;
  font-size: 14px; }
#contact-form-page #cf-submit input {
  padding: 14px;
  border: none;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  background-color: #2e989a;
  color: #fff; }

#contact-form-page form p{
	    line-height: 25px !important;
	        margin-bottom: 15px;
}

#contact-form-page form{
	margin-top: 30px;
}

input, select, textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'distefano', sans-serif;
}

  input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  font-family: 'distefano', sans-serif;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

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

.agenda-widget header{
	box-shadow: none;
	background: transparent;
}
.agenda-widget footer{
	background: transparent;
}

