/*
Theme Name: 
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecochile
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.

Museo Arte Publico is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* Sticky footer styles
-------------------------------------------------- */

body > .container > section { margin-top: 240px; }




/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */


.slick-isquierdo{
    content:"/f053";   
    line-height: 0;
    position: absolute;
    top: 0%;
    display: block;
    width:20%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.73);
}

 .slick-derecho {
    content:"/f054";   
    line-height: 0;
    position: absolute;
    top:0%;
    display: block;
    width:20%;
    height:100%;
    padding: 0;
    background-color: transparent;
    border: 0;
   color: #fff;
text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.73);  
}


.slick-derecho{
    
   right:-1%; 
}

.slick-isquierdo{
    
 left:-1%;
z-index:999;    
    
}
.slick-isquierdo:hover,
.slick-derecho:focus,
.slick-isquierdo:hover,
.slick-derecho:focus
{

    outline: none;
     color: #fff;
}


.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;
}


/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.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 {
    margin: 1.5em 0 0;
}

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/


/* CUSTOM CSS */

.row-eq-height {
    display: block;
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    font-family: 'Raleway', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background-color: #fff;
    /*margin-bottom: 110px;*/
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

.menu li a {
    font-weight: 100;
    color: #000;
    text-decoration: none;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100 !important;
}

.container {
    /*background-color: #fff;*/
    /*padding: 30px;*/
}

.navbar-nav {
    float: right;
    margin: 0;
    position: relative;
    top: 2px;
    text-align: right;
    padding-bottom: 20px;
}

#navbar{
    opacity: 0;
    transition: 0.3s all;
}

.menu li.active {
    border-bottom: 2px solid #fff;
}

#navbar {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
}

.icon-bar {
    background-color: #000;
}

.logo-fundacion {
    height: 160px;
    margin-bottom: 30px;
    transition: 0.8s all;
}

.logo-fundacion img {
    float: right;
    transition: 0.8s all;
    height:120px;
}

.proyectos .item,
.noticias .item {
    margin-bottom: 20px;
}

.proyectos .item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.proyectos .item:last-child {
    border-bottom: 0px solid #ccc;
}

.descargar {
    line-height: 35px;
}

.descargar a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: 300;
}

.descargar img {
    float: left;
    margin: 8px 8px 0 0;
    width: 20px;
    height: auto;
}

.ver-mas a {
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
}


/*** Tabs ***/

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    margin-top: 20px;
}

div.bhoechie-tab-menu {
    /*    padding-right: 0;
*/
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 10px;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #000;
}


/*div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}*/

div.bhoechie-tab-content {
    background-color: #ffffff;
    color: #4f4f4f;
    font-weight: 400;
    font-size: 12px;
}

div.bhoechie-tab-content .titulo h2 {
    font-size: 20px;
    font-weight: 400;
}

div.bhoechie-tab-content .descripcion {
    font-size: 12px;
}

div.bhoechie-tab-content .descripcion .correo {
    margin-bottom: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #fff!important;
    background-image: none;
    text-shadow: none;
    color: #000;
    background-repeat: no-repeat;
    border-color: #fff;
    overflow: hidden;
}

.list-group-item {
    padding: 0;
    border: 0;
    position: relative;
}

.bhoechie-tab-menu h4 {
    text-align: left;
    padding: 0;
    font-size: 12px;
    margin: 0 auto 4px;
    font-weight: 400 !important;
}

.foto-active {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #d6ca88;
    opacity: 0.5;
    z-index: 999999;
    height: 100%;
    bottom: 0;
    top: 17px;
}

.list-group-item.active .foto-active {
    display: block;
}
#inicio {
    margin-top: 375px;
    transition: 0.8s all;
}
#inicio .imagenes > div {
    padding: 4px;
}

#inicio .noticias {
    margin-top: 20px;
}

.noticia-destacada {
    background-color: #fff;
    padding-bottom: 20px;
    border: 4px solid #fff
}

.noticia-destacada h2 {
    color: #000;
    font-weight: 100 !important;
    font-size: 21px;
    margin-top: 10px;
}

.noticia-destacada p {
    color: #333;
    font-weight: 300;
    font-size: 15px;
    width: 100%;
}

.noticia-destacada a {
    color: #333;
    font-weight: 300;
    font-size: 11px;
}

.vertical-align-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer {
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.footer hr {
    margin-top: 0;
}

.footer a {
    font-size: 12px;
    color: #000;
}

.footer a:first-child {
    margin-right: 5px;
}

.footer a.btn-contacto {
    background-color: #867a38;
    color: #fff;
    text-align: right;
    width: 50%;
    margin-left: 50%;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
}

.baja-archivos {
    margin-top: 20px;
    margin-bottom: 20px;
}

.baja-archivos label {
    font-size: 11px;
    font-weight: 300;
}

.img-archivo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 100%;
}

.info p.bajada {
    font-size: 16px;
}

.info p.contenido {
    font-size: 13px;
}

#main-nav {
    transition: 0.8s all;
    overflow: hidden;
    background-color: #fff;
}

.fundador img {
    margin: 0 auto;
    width: 70%;
}

.fundador h2,
.descripcion-fundacion h2 {
    font-size: 42px;
    text-align: center;
    margin-top: 0;
}

.descripcion-fundacion p {
    font-size: 18px;
}

.miembros-fundacion {
    margin-top: 60px!important;
}

.miembros-fundacion .panel-heading a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.miembros-fundacion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    width: 100%;
    font-weight: 400!important;
}

.miembros-fundacion .panel-title i {
    float: right;
    padding-right: 5px;
}

.miembros-fundacion .panel-default {
    border-color: transparent;
}

.miembros-fundacion .panel-default>.panel-heading {
    background-image: none;
}

.miembros-fundacion .panel-default>.panel-heading {
    color: #4f4f4f;
    background-color: #e9e9e9;
    border-color: transparent;
    font-size: 18px;
}

.miembros-fundacion .panel-heading {
    padding: 5px 15px;
    border-bottom: 0;
    border-radius: 0;
    height: auto;
    min-height: 50px;
}

.miembros-fundacion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.miembros-fundacion .panel-body {
    font-size: 18px;
}

.miembros-fundacion .panel {
    box-shadow: none;
}

.miembros-fundacion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e9e9e9;
}

.miembros-fundacion .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.colaboradores h2 {
    margin-bottom: 70px;
}

.colaboradores p {
    font-size: 18px;
}

.objetivos {
    background-image: url(img/seccion-ilustracion.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    padding-top: 55px!important;
    color: #Fff;
    font-size: 13px;
}

.objetivos h2 {
    margin-bottom: 20px;
}

.objetivos span {
    margin-right: 15px;
}

.equipo-alianzas h3 {
    font-size: 30px;
}

.equipo-alianzas p {
    font-size: 14px;
    margin-bottom: 40px;
}

.equipo-alianzas p .nombre {
    font-size: 24px;
    margin-right: 5px;
}

.equipo-alianzas p .cargo,
.equipo-alianzas p .titulo {
    font-size: 18px;
}

.equipo-alianzas p .mail a {
    color: inherit;
    text-decoration: none;
}

.logos {
    width: 182px;
    margin: 70px auto;
    height: auto;
    overflow: hidden;
}

.logos li {
    width: 182px;
    margin-bottom: 20px;
}

.logos li img {
    margin: 0 auto;
}

#timeline{
    width:100%;
    height:auto;
    min-height:600px;
    max-height: 600px;
    margin:30px auto;
}

#timeline .tl-caption {
    display: none !important;
}

.bgfull {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
}

.bg-full {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.croquis{
    position: absolute;
    height: 345px;
    top:0;
    z-index: -1;
    background-position: left center;
    width: 100%
}

.tl-credit {
    display: none;
}

cite p{ 
    margin: 30px 0;
    font-style: italic;
    padding-left:20px;
    border-left:5px solid #ccc;
}

a.pdf{
    color: #333;
    font-size: 12px;
    border: 1px solid #999;
    padding: 5px 15px;
}

a.pdf:hover{
    color: #fff;
    font-size: 12px;
    border: 1px solid #999;
    background-color: #999;
    padding: 5px 15px;
    text-decoration: none;
}

/*** Responsive ***/

@media screen and (min-width: 480px) {
    .miembros-fundacion .panel-heading {
        padding: 5px 15px;
        border-bottom: 0;
        border-radius: 0;
        height: auto;
        min-height: 30px;
    }
}

@media screen and (min-width: 640px) {
    .logos {
        width: 546px;
        margin: 70px 0;
    }
    .logos li {
        float: left;
    }
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 42px;
    }
    .equipo-alianzas h3 {
        font-size: 48px;
    }
    div.bhoechie-tab-content .descripcion {
        padding-top: 20px;
        font-size: 15px;
    }
    div.bhoechie-tab-content .titulo h2 {
        font-size: 25px;
    }
    .noticia-destacada p {
        width: 70%;
        margin-left: 30%;
        font-size: 12px;
    }
    .descripcion-fundacion h2 {
        text-align: left;
    }
    .fundador h2,
    .descripcion-fundacion h2 {
        font-size: 48px;
    }
    .miembros-fundacion .panel-heading {
        height: 32px;
    }
    .objetivos h2,
    .equipo-alianzas h2 {
        margin-bottom: 70px;
    }
    .objetivos {
        font-size: 18px;
    }
    body > .container > section{margin-top: 210px;}
    body > .container > section.proyectos,
    body > .container > section.institucional,
    body > .container > section.noticias {
        margin-top: 240px;
    }

    .w100pct{
        width: 100%;
        text-align: right;
    }

    .li25pct {
        width: 25%;
    }

    .li25pct a{
        padding: 0 5px !important;
    }

    .navbar-nav {
        padding-bottom: 0px;
    }

}

@media screen and (min-width: 992px) {
    div.bhoechie-tab-content .titulo h2 {
        font-size: 35px;
    }
    .miembros-fundacion .panel-default>.panel-heading {
        padding: 5px 110px;
    }
    .miembros-fundacion .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 5px 110px;
    }
    .colaboradores,
    .objetivos,
    .equipo-alianzas {
        padding: 5px 110px;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .fundador img {
        width: 50%;
    }
    .miembros-fundacion .panel-default>.panel-heading {
        padding: 5px 135px;
    }
    .miembros-fundacion .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 5px 135px;
    }
    .colaboradores,
    .objetivos,
    .equipo-alianzas {
        padding: 5px 135px;
        padding-bottom: 70px;
    }
}