html, body {
	min-height:100vh;
    overflow-x: hidden;
}

body {
    background: url(img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

a, a:hover, a:visited, a:link {
    outline: none;
}

p {
    margin-bottom: 20px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.margin-top {
    margin-top: 15px;   
}

.margin-top.big-margin {
    margin-top: 30px;  
}

.margin-top.small-margin {
    margin-top: 5px;  
}

.margin-bottom {
    margin-bottom: 15px;   
}

.margin-bottom.big-margin {
    margin-bottom: 30px;   
}

.margin-bottom.small-margin {
    margin-bottom: 5px;   
}

.padding-top {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.full-height {
	min-height:100vh;
}

.middle-height {
	min-height:50vh;
}

.v-align {
    display: table;
    height: 100vh;
    min-height: 100vh;
    table-layout: fixed;
    width: 100%    
}

.v-align .section-container {
    display: table-cell;
    padding: 100px 0;
    width: 100%;    
}

.v-align-middle .section-container {
    vertical-align: middle;
}

.v-align-top .section-container {
    vertical-align: top;
}

.v-align-bottom .section-container {
    vertical-align: bottom;
}

.img-background {
    background-repeat: no-repeat;
    background-position: center middle;
    background-size: cover; 
}

.white-text {
    color: #ffffff;
}

.no-gutter {
    padding-left:0;
	padding-right: 0;
}

.wrap {
	padding: 15px;
}

.wrap-horizontal {
	padding: 0px 15px;
}

.img-border {
    border: 1px solid #aaa;
}

.center-img {
    margin: 0 auto;
}

.opacity-efect {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.opacity-efect:hover {
    opacity: 0.5;
}

.mobile-only {
    display: none !important;
}

textarea.big-textarea {
    height: 20em;
}

select.big-select {
    font-size: 2.0rem;
    height: 6.0rem;
    font-weight: bold;
}

.separator {
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
   	border-bottom: 1px solid #e3e3e3;
}

.inline, input.inline {
    display: inline;
    width: auto;
    margin: 0;
    margin-right: 0.5em;
    padding: 0;
    height: auto;
}

.loading {
    width: 128px;
    height: 15px;
    background: url(img/loading.gif) no-repeat scroll 0 0;
    margin: 0 auto;
    margin-top: 2em;
}

.pub-top {
    position: absolute;
    top: 70px;
    width: 100%;
}

#top-bar {
    background-color: #000000;
    color: #ffffff;
    padding: 3px 0px;
}

#top-bar.fixed-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 9999;   
}

#top-bar a {
	color: #fff;
}

#top-bar a:hover {
	text-decoration: none;
}

#top-bar .admin-nav a, .admin-nav a {
    color: red;
}

#top-bar #newspaper-logo img {
    max-height: 35px;
    width: auto;
}

.breadcrumb {
    font-size: 1.0rem;
    margin-bottom: 1em;
    background-color: #ffffff;
}

.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    column-gap: 20px;
}

/* ENLACES SOCIALES */
.social-links {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.social-links .social-link {
    margin-left: 1em;
}

.social-links .social-link a {
    padding: 0.5em 1em;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
    background-color: #303030;    
}

.social-links img {
    height: 20px;
    width: auto;
}

.social-links .social-link.fb-social-link a, .fb-social-link {
    background-color: #3b5998;
    /*background-color: #3B3633;*/
}

.social-links .social-link.twitter-social-link a, .twitter-social-link {
    background-color: #29c5f6;
    /*background-color: #C6BBA7;*/
}

.social-links .social-link.googleplus-social-link a, .googleplus-social-link {
    background-color: #d13e2f;
    /*background-color: #786954;*/
}

.social-links .social-link.linkedin-social-link a, .linkedin-social-link {
    background-color: #006dc0;
    /*background-color: #DDD4C3;*/
}

.social-links .social-link.whatsapp-social-link a, .whatsapp-social-link {
    background-color: #5fd242;
    /*background-color: #2A261B;*/
}

.social-links .social-link a:hover {
    background-color: #303030;
    /*background-color: #303030;*/
}

.social-links .social-link:first-child {
    margin-left: 0;
}

.social-links .social-link .social-link-counter {
    font-size: 1.1rem;
    background-color: #ffffff;
    color: #808080;
}

.social-links.fixed-social-links {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    padding-bottom: 0em;
    padding-top: 0em;
    width: 100%;
    text-align: center;
}

.social-links.fixed-social-links img {
    height: 20px;
    width: auto;   
}

.fixed-bar-padding {
    height: 40px;
}

/* NAVIGATION */
#nav {
    border: none;
    background: #009dce;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1.2rem;    
    margin-bottom: 0;
}

#nav a {
    color: #ffffff;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
}

#navbar-collapse {
    padding-left: 0;
}

.navbar-brand {
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
}

#nav li.active a, #nav li a:hover, #nav a.navbar-brand:hover, #nav a.navbar-brand.active {
    color: #303030;
    background-color: inherit;
}

#nav .navbar-collapse.collapse ul li a {
    display: block;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
}

#nav .navbar-collapse.collapse.in ul li a {
    border-bottom: none;   
}

#nav li {
    margin-right: 5px;
}

#nav .navbar-collapse.collapse.in ul li a {
    height: auto;
    line-height: 1em;
}

#nav.nav-home .navbar-collapse.collapse ul {
    padding: 1em; 
}

/* Menú portada */
#nav.nav-home {
    background-color: transparent;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 9999;
}

#nav.nav-home .navbar-collapse.collapse.in {
    background-color: rgba(0,0,0,0.5);
}

#nav.nav-home li a:hover {
    color: #a3a3a3;
}

/* SLIDES */
.home-slide {
    position: relative;    
}

.home-slide .slide-content {
    color: #ffffff;  
}

.home-slide .slide-title {
    font-size: 3.0rem;    
    padding: 0;
    color: #ffffff;
}

.home-slide h1.slide-title {
    font-size: 4.0rem;    
    padding: 0;
    color: #ffffff;
    margin-bottom: 0.5em;
}

.home-slide .slide-title .hour {
    font-family: 'Roboto Mono', monospace;
    background: #3a3a3a;
    padding: 0px 3px;
    font-size: 80%;
    font-weight: 700;
    color: #eeba38;
}

.home-slide .slide-title a {
    color: #ffffff;
}

.home-slide .slide-subtitle {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0em;
    padding: 0;
    margin-bottom: 1em;
}

.home-slide .slide-subtitle a {
    color: #ffffff;
}

.home-slide .slide-description {
    font-size: 1.4rem;
}

.home-slide .slide-exif {
    font-size: 1.2rem;
    font-style: italic;
}

.home-slide .slide-author {
    font-weight: bold;
    text-transform: uppercase;
}

.home-slide .slide-img {
    padding: 2px;
    background-color: #ffffff;
    position: relative;
    width: auto;
    display: block;
}

.home-slide.slide-vertical .slide-img  {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
}
/*
.home-slide .slide-img .tape-1 {
    top: -15px;
    left: -40px;
    position: absolute;
    transform: rotate(-20deg);
}

.home-slide .slide-img .tape-2 {
    bottom: -15px;
    right: -40px;
    position: absolute;
    transform: rotate(-7deg);
}

.home-slide .slide-img.rotate-left {
    transform: rotate(-3deg);
}

.home-slide .slide-img.rotate-right {
    transform: rotate(3deg);
}
*/
.arrow-slide {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0; 
    font-size: 5rem;
    color: #ffffff;
}

.arrow-slide span {
    cursor: pointer;
}

.top-arrow-slide {
    top: 25px;
    bottom: auto;
}

.arrow-slide span {
    text-shadow: 0px 0px 10px #303030;
}

/* Person */
#page-person .person-img {
    margin-bottom: 2em;
}

/* PIE */
footer {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #a3a3a3;
}

footer #footer-text {
    font-size: 1.2rem;
}

/* ALINEACIÓN RESPONSIVE */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

.inline-not-xs, .inline-not-sm, .inline-not-md, .inline-not-lg {
    display: inline-block;
    width: auto;
}

.block-center-not-xs, .block-center-not-sm, .block-center-not-md, .block-center-not-lg {
    margin-left: auto;
    margin-right: auto; 
    display: block;
    text-align: center;   
}

.block-center {
    margin-left: auto;
    margin-right: auto; 
    display: block;
    text-align: center;         
}

@media (max-width: 779px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    
    .inline-xs {
        display: inline-block;
        width: auto;
    }
    
    .block-center-xs {
        margin-left: auto;
        margin-right: auto; 
        display: block;
        text-align: center;   
    }
    
    .hide-border-left-xs {
        border-left: none !important;
        padding-left: 0 !important;
    }
    
    .mobile_fix {
        padding:0;
    }
    
    .v-align-bottom-xs .section-container {
        vertical-align: bottom;
    }
    .v-align-bottom-xs .section-container .slide-content {
        margin-bottom: 40px;
    }
    
    .home-slide .slide-description {
        font-size: 1.3rem;
    }
    .home-slide .slide-author {
        font-size: 1.2rem;
    }
    .arrow-slide {
        bottom: 45px;
    }
    
    .top-arrow-slide {
        top: 0px;
    }
    
    .home-slide.slide-vertical .slide-img  {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }
    :not(#home-slide-000).v-align {
        display: table;
        height: auto;
        min-height: 0;
    }
    :not(#home-slide-000).full-height {
    	min-height:0;
    }
    :not(#home-slide-000).v-align .section-container {
        padding: 30px 0;
    }
    body {
        /*background: url(img/bg-v.jpg) no-repeat center 0 scroll;*/
        background: url(img/bg-v.jpg) repeat-y center 0 fixed;
        background-size: auto;
    }

}
@media (min-width: 780px) and (max-width: 1019px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    
    .inline-sm {
        display: inline-block;
        width: auto;
    }
    
    .block-center-sm {
        margin-left: auto;
        margin-right: auto; 
        display: block;
        text-align: center;   
    }
    
    .hide-border-left-sm {
        border-left: none !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 1020px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    
    .inline-md {
        display: inline-block;
        width: auto;
    }
    
    .block-center-md {
        margin-left: auto;
        margin-right: auto; 
        display: block;
        text-align: center;   
    }
    
    .hide-border-left-md {
        border-left: none !important;
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    
    .inline-lg {
        display: inline-block;
        width: auto;
    }
    
    .block-center-lg {
        margin-left: auto;
        margin-right: auto; 
        display: block;
        text-align: center;   
    }

    .hide-border-left-lg {
        border-left: none !important;
        padding-left: 0 !important;
    }

}

/* TAMAÑO XS */
@media (max-width: 780px) {
    
    .page-title { 
        font-size: 3rem;    
    } 
    
    #lateral-panel {
        margin-right: -70%;
        width: 70%;
    }

    ul.columns {
        padding-left: 0;
    }
    .home-slide .slide-title {
        font-size: 2rem;   
    }
    
    .home-slide h1.slide-title {
        font-size: 3rem;
    }
}

/* COLLAPSE EN SM */
@media (max-width: 1019px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}