html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Arial';
}
.content-section {
    padding-top: 10%;
}
.navbar-custom .navbar-toggle {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    font-size: 12px;
    display: none;
}
.bg {

    background: url("../img/bg.jpg") no-repeat center fixed;
    background-size: cover;
}

section {
    height: 100vh;
}

.tab-pane {
    position: relative;
}

.pie {
   color: #fff;
    font-size: 13px
}

.piecitos{
    color: #fff;
    width: 88%;
    margin: 1% 0 0 6%;
}

.alinefirst{
        float: left;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 6%;
    top: 15%;
    z-index: 1000;
    padding: 5px;
    width: 6%;
    text-align: center;
}
.alinesecond{
        float: left;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 6%;
    top: 15%;
    z-index: 1000;
    padding: 5px;
    width: 6%;
    text-align: center;
}
.ba-slider {
        position: relative;
    overflow: hidden;
    width: 89%;
    margin: 0 auto;
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
/* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0,0,0,0.5);
    cursor: ew-resize;
}

.handle:after {
/* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\21d4';
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    background: #ffb800;
/* @orange */
    border: 1px solid #e6a600;
/* darken(@orange, 5%) */
    border-radius: 50%;
    transition: all .3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3),inset 0 2px 0 rgba(255,255,255,0.5),inset 0 60px 50px -30px #ffd466;
/* lighten(@orange, 20%)*/
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
}

.fa-chevron-right,
.fa-chevron-left {
    color: #fff;
    position: absolute;
    top: 44%;
}

.fa-chevron-right:hover,
.fa-chevron-left:hover {
    cursor: pointer;
    color: #8c8c8c;
}

.fa-chevron-right{
    right: 20px;
}

.fa-chevron-left{
    left: 20px;
}


.intro .intro-body .brand-heading {
    font-size: 40px!important;
}


body .intro-text {
    font-size: 20px!important;
}

.top{
        padding-top: 19%;
}

a {
    color: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nav>li>a{
        background: rgba(255, 205, 76, 0.2);
        cursor: pointer;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #FFCD4C!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555!important;
    cursor: default!important;
        background-color: #FFCD4C;
    border: 1px solid #ffcd4c!important;
    border-bottom-color: transparent!important;
        font-weight: bold;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: 1px solid #000!important;
    /* width: 49%; */
    padding-left: 6%!important;
}
@media (min-width: 768px){
.lead {
    font-size: 28px;
    font-weight: bold;
}
.movil{
    display: none;
}
.desk{
    display: block;
}
}
@media (max-width: 500px){
.lead {
    font-size: 20px;
    font-weight: bold;
}
.movil{
    display: block;
}
.desk{
    display: none;
}
.intro .intro-body .brand-heading {
    font-size: 28px!important;
}
body .intro-text {
    font-size: 16px!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   
    font-size: 13px;
}
.fa-chevron-right, .fa-chevron-left {
    top: 22%;
    font-size: 1.5em;
}
.redes{
    position: absolute;
       top: 3% !important;
       }
}
.redes{
    position: absolute;
       top: 5%;
    right: 5%;
    z-index: 999;
}
.navbar-custom {

    z-index: 1;
}