﻿/*!

    Estilos exclusivos del SNIP - Wendollin, Warrent

/** TimeLine */

.abajo {
    position: static;
    bottom: 0;
    width: 100%;
}


@media (min-width: 1200px) {

    .abajo {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
  
      }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/* */

.carousel-control {
    width: 4%;
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }
}

@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 0%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }

            .active > div:first-child + div {
                display: block;
            }
}

@media (min-width: 992px ) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}

/*!  Landing Pages */

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-c {
    padding: 0px;
    background-color: #f8f8f8;
}

.panel-portada {
    border-color: #bbb;
}

    .panel-portada > .panel-heading {
        color: #333;
        background-color: #e5e5e5;
        border-color: #ddd;
    }

        .panel-portada > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-portada > .panel-heading .badge {
            color: #e5e5e5;
            background-color: #333;
        }

    .panel-portada > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }


/*!  Proyecto Page */

.panel-proyecto {
    border-color: #bbb;
}

    .panel-proyecto > .panel-heading {
        color: #333;
        background-color: #008cba /*!  Proyecto Page */
        ;
        border-color: #ddd;
    }

        .panel-proyecto > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-proyecto > .panel-heading .badge {
            color: #008cba;
            background-color: #333;
        }

    .panel-proyecto > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }


/*!  Custom DropDownList */

.ddlstyle {
    color: rgb(66,139,202);
    vertical-align: middle;
}

/*!  Custom TeamMembers */
.team-member {
    text-align: center;
    margin-bottom: 50px;
}

    .team-member img {
        margin: 0 auto;
        border: 7px solid white;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
    }


/*!  Custom TeamInfo */
.team-info {
    border: 1px solid rgba(204, 204, 204, 0.33);
    float: left;
    width: 100%;
    border-radius: 3px;
}

.fig-caption {
    padding: 0px 20px 0px;
}

    .fig-caption h3 {
        font-size: 20px;
    }

    .fig-caption p {
        font-size: 14px;
    }

.team-social li {
    display: inline-block;
}

.team-social li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .team-social li a {
        color: #fff;
    }

.img-sec, .fig-caption {
    width: 100%;
    float: left;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-chart {
    background-color: #e5e5e5;
    font-size: 20px;
}

/**  Footer Style */

.full {
    width: 100%;
}

.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}

.footerPortada {
    background: #EDEFF1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

    .footerPortada p {
        margin: 0;
    }

    .footerPortada img {
        max-width: 100%;
    }

    .footerPortada h3 {
        border-bottom: 1px solid #BAC1C8;
        color: #54697E;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }

    .footerPortada ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7F8C8D;
    }

        .footerPortada ul li a {
            padding: 0 0 5px 0;
            display: block;
            /*color: #7F8C8D;*/
            color: #204e76;
        }

    .footerPortada a {
        color: #78828D
    }

.social li {
    /*background: none repeat scroll 0 0 #B5B5B5;*/
    background: none repeat scroll 0 0 #337ab7;
    border: 2px solid #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }

    .social li a {
        color: #EDEFF1;
    }

    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }

    .social li a i {
        font-size: 16px;
        margin: 0 0 0 5px;
        color: #EDEFF1 !important;
    }

.footerPortada-bottom {
    background: #E3E3E3;
    /*background: #d5d5d5;*/
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .footerPortada-bottom p.pull-left {
        padding-top: 6px;
    }

/* Dates */
.agenda .agenda-date {
    width: 170px;
}

.agenda .agenda-events {
    padding-top: 15px;
}

.agenda .agenda-date .dayofmonth {
    width: 40px;
    font-size: 30px;
    line-height: 36px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

    .agenda .agenda-date .shortdate {
        font-size: 0.75em;
    }


/* Times */
.agenda .agenda-time {
    width: 140px;
    padding-top: 15px;
}


/* Events */

.agenda .agenda-muted {
    font-size: 0.75em;
}

/* Statistics */

.statistic-item {
    font-size: 54px;
    line-height: 63px;
    text-align: center;
}

    .statistic-item p {
        margin-bottom: 0;
    }

    .statistic-item h3 {
        color: #ffffff;
        padding: 0 23px;
        line-height: 33px;
    }

.statistic-round {
    margin-bottom: 69px;
}

.over2 {
    overflow: hidden;
    display: block;
}



/*El menu se colapsa al llegar a 991px*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .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;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
}

/*En celulares menor a 300px(casi no existen) se desaparece el logo y el menu colapsado se ubica a la izquierda*/

@media (max-width: 298px) {
    nav .container .navbar-header a {
        display: inline-block;
        margin-right: 25px;
        padding-right: 10px;
    }

        nav .container .navbar-header a img {
            position: fixed;
        }


    nav .container .navbar-header button {
        float: right;
    }
}



/*Comentar estas clases cuando los directores sean 6 y ocupar las clases por deafult de bootstrap*/


/*.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}*/



.button-text {
    display: inline-block !important;
    margin-right: 10px;
}

.button-text-margin {
    /*display: inline-block !important;*/
    margin-top: 10px;
}
