@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(data:application/octet-stream;base64,QGZvbnQtZmFjZSB7CiAgZm9udC1mYW1pbHk6ICdSb2JvdG8nOwogIGZvbnQtc3R5bGU6IG5vcm1hbDsKICBmb250LXdlaWdodDogNDAwOwogIHNyYzogbG9jYWwoJ1JvYm90bycpLCBsb2NhbCgnUm9ib3RvLVJlZ3VsYXInKSwgdXJsKGh0dHA6Ly9mb250cy5nc3RhdGljLmNvbS9zL3JvYm90by92MTUvek43R0JGd2ZNUDR1QTZBUjBIQ29MUS50dGYpIGZvcm1hdCgndHJ1ZXR5cGUnKTsKfQo=);

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/*//////CLASES GENERALES/////////*/

.center {
    text-align: center;
}

.bg_blue {
    background-color: #32518E;
    /*background-color: #34495e ;*/
    /*background-color:#546E7A;*/
}

.bg_green {
    /*background-color: #36c26e;*/
    /*0c8484*/
    /*background-color: #4bacc6;*/
    background-color: #0088d7;
    
}

.blue {
    color: #2881bf;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.bold {
    font-weight: 700;
}

/*//////NAV BAR/////////*/

.navbar-inverse {
    /*background-color: #2881bf;*/
    background-color: #32518E;
    /*background-color: #0088D7;*/
    /*background-color:  #F3F6FB;*/


    border: 0;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            /*color: #d7e1e7;*/
            background-color: #2574ab;
        }

    .navbar-inverse .navbar-nav > .active > a {
        /*text-decoration: underline;*/
        opacity: 0.75;
        background-color: transparent;
    }

        .navbar-inverse .navbar-nav > .active > a:hover {
            background-color: transparent;
        }

.container > .navbar-collapse {
}


/*//////MODAL/////////*/

.modal-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 25px;
    /*padding: 15px 15px 25px;*/
}

.modal-header p {
    font-size: 14px;
    width: auto;
    color: #666;
}

.modal-body {
    margin: 25px 45px 45px;
}

    .modal-body .col-02 {
        width: 47%;
        float: left;
        color: #666;
    }

    .modal-body .btn-primary {
        width: 100%;
        border-radius: 3px;
        padding: 10px 30px;
        font-size: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        margin-top: 15px;
    }



/*//////------------------------HOME--------------------/////////*/

/*//////banner/////////*/

.banner h1 {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.banner .text {
    float: left;
    width: 60%;
}

    .banner .text p {
        width: auto;
    }

.banner .img_bn {
    float: right;
    width: 40%;
}

    .banner .img_bn img {
        width: 100%;
    }

.banner p {
    color: #d7e1e7;
    margin-bottom: 45px;
}

.btn-primary {
    background-color: #28bb63;
    border-color: transparent;
}

    .btn-primary:hover {
        background-color: #38da79;
        border-color: transparent;
    }

.btn-lg {
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 16px;
}

.btn {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

/*//////columns/////////*/

.columns .box-icon {
    width: 136px;
    height: 136px;
    /*background-color: #ccc;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 50px;
}

    .columns .box-icon .imagen {
        text-align: center;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.columns h2 {
    color: #2881bf;
    font-weight: 700;
    font-size: 21px;
    margin-top: 35px;
}

.columns p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 0 25px 15px 25px;
    line-height: 1.65;
}

a.btn-default {
    border: 0;
    font-weight: 700;
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

    a.btn-default:before {
        background: url("../images/misc_01.png") no-repeat;
        content: "";
        display: inline-block;
        height: 9px;
        width: 13px;
    }


    a.btn-default:hover {
        background: transparent;
        text-decoration: underline;
    }


/*//////screen/////////*/

.screen {
    padding: 0 0 25px 0;
    margin-top: 150px;
}

    .screen .img {
        width: 32%;
        height: 314px;
        float: left;
        margin-top: -55px;
    }

    .screen .txt {
        width: 50%;
        float: left;
        margin-left: 5%;
    }

        .screen .txt h3 {
            color: #fff;
            width: 100%;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 700;
            padding-top: 35px;
        }

        .screen .txt p {
            font-family: 'Roboto', sans-serif;
            color: #fff;
            width: 100%;
            font-size: 16px;
            margin-bottom: 25px;
        }



a.btn-secondary {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    font-weight: 700;
}

    a.btn-secondary:hover {
        background-color: #fff;
        color: #4bacc6;
    }


/*//////caracteristicas/////////*/

.caracteristicas .col-md-3 {
    padding: 50px 27px;
    margin-bottom: 25px;
}


.caracteristicas h2 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-top: 45px;
}


.caracteristicas h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2881bf;
}

.caracteristicas .subtitulos {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #666;
}

.caracteristicas h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2881bf;
}

.caracteristicas p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.caracteristicas .box-icon {
    /*margin-top: 20px;*/
}


/*//////FOOTER/////////*/

footer {
    border-top: 1px solid #ccc;
    padding: 20px 0 40px 0;
}

    footer .logo {
        float: left;
        /*display: inline-block;*/
    }

    footer .txtLeft {
        float: left;
        /*display: inline-block;*/
    }

    footer .txtRight {
        float: right;
        margin-left: 25px;
        font-weight: 700;
        color: #2881bf;
    }




/*//////---------------SOLUCIONES-------------/////////*/


.soluciones {
    padding: 60px;
    padding-bottom: 120px;
}

    .soluciones .container {
        padding: 0 240px;
    }

    .soluciones .text {
        text-align: center;
        color: #fff;
    }

    .soluciones h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .soluciones p {
        font-size: 18px;
        width: auto;
    }



/*//////tabla/////////*/

.tablaMobile {
    display: none;
}

.table {
    margin-bottom: 0;
}

.table-bordered {
    border: 0;
}

.tabla {
    border: 3px solid #666;
    /*height: 400px;*/
    width: 100%;
    margin-top: -90px;
    border-radius: 10px;
    background-color: #fff;
}

.table-bordered > tbody > tr > td {
    border-right: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
}

.table > tbody > tr > th {
    vertical-align: middle;
}

.tabla h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.7;
}

.tabla th {
    padding: 0 45px 0 37px !important;
}

.tabla .descripcion {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

.table-bordered > thead > tr {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
}

.table > thead > tr > th {
    vertical-align: middle;
    padding: 38px !important;
    text-align: center;
}

.tabla img {
    margin-bottom: 2px;
}

/*//////---proceso----/////////*/

.proceso {
    padding: 50px 11%;
    text-align: center;
    /*color: #fff;*/
    margin-top: 25px;
}

    .proceso h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .proceso p {
        font-size: 18px;
        width: auto;
    }

    .proceso .box {
        /*margin: auto;*/
        width: 100%;
        float: left;
        margin-top: 30px;
    }

        .proceso .box .col_01 {
            width: 28%;
            float: left;
            /*background-color: #ccc;*/
            padding-top: 25px;
        }

    .proceso .col_01 .loop {
        width: 170px;
        height: 307px;
        display: inline-block;
        float: left;
        text-align: left;
    }

        .proceso .col_01 .loop p {
            font-size: 16px;
        }

    .proceso .col_01 .pasos {
        width: 50px;
        height: 600px;
        float: left;
        display: inline-block;
    }

    .proceso .col_01 {
    }

    .proceso .box .col_02 {
        width: 55%;
        float: left;
        /*background-color: #666;*/
        text-align: left;
        padding: 0 139px 0 23px;
    }

        .proceso .box .col_02 p {
            font-size: 16px;
        }


        .proceso .box .col_02 .sub_p {
            font-size: 14px;
        }

        .proceso .box .col_02 .step01 {
            margin-top: 33px;
        }

        .proceso .box .col_02 .step02 {
            margin-top: 52px;
        }

        .proceso .box .col_02 .step03 {
            margin-top: 52px;
        }

        .proceso .box .col_02 .step04 {
            display: none;
        }

        .proceso .box .col_02 .step05 {
            margin-top: 76px;
        }

    .proceso .box .col_03 {
        width: 95px;
        float: right;
    }

        .proceso .box .col_03 img {
            margin-bottom: 45px;
        }


    .proceso .cta {
        background-color: #f6f6f6;
        padding: 25px 35px;
        float: left;
        width: 100%;
        margin-top: 45px;
    }

        .proceso .cta p {
            color: #666666;
            font-family: 'Roboto', sans-serif;
            padding-top: 10px;
        }



/*//////---------------CARACTERISTICAS-------------/////////*/

.configuraciones {
    padding: 60px 120px 30px 120px;
}


    /*.soluciones .container {
	padding: 0 240px;
}*/



    .configuraciones h1 {
        font-size: 32px;
        font-weight: 700;
        color: #333;
    }

    .configuraciones p {
        font-size: 18px;
        width: auto;
        color: #666;
    }

.item {
    width: 728px;
    margin: 50px auto 0px auto;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    padding-left: 0;
}

    .item .ic {
        width: 169px;
        height: 169px;
        display: inline-block;
    }

    .item .texto {
        color: #666;
        width: 72%;
        display: inline-block;
        padding-left: 35px;
    }

        .item .texto h2 {
            font-weight: 700;
            font-size: 24px;
            margin-top: 0;
        }

        .item .texto ul {
            list-style-image: url("../images/positivo_min.png");
            font-size: 16px;
            color: #666;
            font-family: 'Roboto', sans-serif;
            margin: 25px 0;
            padding: 0 0 0 25px;
        }

            .item .texto ul li {
                padding-bottom: 15px;
            }

.otrasCaracteristicas {
    margin-bottom: 45px;
    margin-top: 25px;
}


    .otrasCaracteristicas h1 {
        font-size: 32px;
        font-weight: 700;
        color: #333;
    }

.marginTop {
    margin-top: 45px !important;
}

.otrasCaracteristicas p {
    font-size: 18px;
    width: auto;
    color: #666;
}

.otrasCaracteristicas .row {
    margin: 20px 60px;
}

.otrasCaracteristicas .col-md-6 img {
    vertical-align: bottom;
}

.otrasCaracteristicas .col-md-6 h3 {
    font-size: 16px;
    color: #2881bf;
    font-weight: 700;
}

.otrasCaracteristicas .col-md-6 p {
    font-size: 14px;
}


/*//////---------------FAQ-------------/////////*/

.faq h1 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
}

.faq p {
    color: #666;
    font-size: 18px;
}

.faq {
    padding: 50px 25px;
    margin-top: 25px;
}

.panel-group .panel {
    border-radius: 0;
    width: 75%;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        color: #2881bf;
        background-color: transparent;
        border-color: transparent;
        border-bottom: 1px #ccc solid;
        padding-bottom: 20px;
    }

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 25px;
}

    .panel h4 {
        font-weight: 700;
        font-size: 18px;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 16px;
    border: transparent;
    line-height: 1.6;
}

.panel-heading {
    padding: 10px 15px 10px 0;
}



.nombreInt{
    color:#4bc665;
    font-weight:bold;
}