* {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    line-height: 1.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.center {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

.menu {
    padding: 10px 0;
    position: absolute;
    z-index: 10000;
    top: 0;
    width: 100%;
}

    .menu nav .menuItem {
        display: inline-block;
    }

    .menu nav ul {
        list-style: none;
        margin-top: 15px;
    }

        .menu nav ul.mainMenu {
            position: absolute;
            left: 0;
        }

    .menu nav div.logo {
        position: relative;
        left: 50%;
        margin-left: -80px;
    }

        .menu nav div.logo img {
            width: 160px;
        }

    .menu nav ul.menuBotones {
        position: absolute;
        right: 0;
    }

    .menu nav ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .menu nav ul.mainMenu li a {
        padding: 0 5px 5px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
        border-bottom: 2px solid transparent;
    }

        .menu nav ul.mainMenu li a:hover {
            border-color: #00d45a;
            color: #00d45a;
        }

    .menu nav ul.menuBotones li a {
        background: #00d45a;
        border: 2px solid #00d45a;
        padding: 8px 16px;
        border-radius: 100px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    .menu nav ul.menuBotones li.btnIngresa a {
        background: none;
        border: 2px solid #00d45a;
        color: #00d45a;
    }

    .menu nav ul.menuBotones li.btnPrueba a:hover {
        background: #00a844;
        border-color: #00a844;
        color: #fff;
    }

    .menu nav ul.menuBotones li.btnIngresa a:hover {
        background: #00d45a;
        color: #fff;
    }

.headerIndex {
    position: relative;
    width: 100%;
    height: 750px;
    top: 0;
    overflow: hidden;
}

    .headerIndex .bgOverlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: -moz-linear-gradient(top, rgba(0,212,90,0) 0%, rgba(0,212,90,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,212,90,0) 0%,rgba(0,212,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,212,90,0) 0%,rgba(0,212,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000d45a', endColorstr='#00d45a',GradientType=0 ); /* IE6-9 */
        mix-blend-mode: screen;
        opacity: 0.5;
    }

    .headerIndex #bgHeader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .headerIndex .center {
        height: 100%;
    }

    .headerIndex h1 {
        font-size: 50px;
        width: 700px;
        font-weight: 300;
        color: #fff;
        position: absolute;
        top: 50%;
        text-align: center;
        left: 50%;
        margin-left: -350px;
        margin-top: -77px;
        height: 154px;
        z-index: 3;
        letter-spacing: 3px;
    }

        .headerIndex h1 b {
            color: #00d45a;
        }

    .headerIndex a {
        position: absolute;
        z-index: 3;
        width: 400px;
        text-align: center;
        left: 50%;
        margin-left: -200px;
        color: #fff;
        background: #00d45a;
        padding: 10px;
        font-size: 22px;
        border-radius: 50px;
        bottom: 175px;
        text-decoration: none;
    }

        .headerIndex a:hover {
            background: #00a844;
        }

    .headerIndex .microsoft {
        position: absolute;
        z-index: 3;
        bottom: 60px;
        right: 0;
        height: 40px;
    }

.footerInfo {
    padding: 30px 0;
    background: #333;
}

    .footerInfo .menuFooter ul {
        list-style: none;
        margin: 0;
    }

        .footerInfo .menuFooter ul li a {
            color: #919191;
            text-decoration: none;
        }

            .footerInfo .menuFooter ul li a:hover {
                color: #fff;
            }

    .footerInfo .infoFooter {
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }

        .footerInfo .infoFooter h4 {
            font-size: 30px;
            color: #919191;
        }

        .footerInfo .infoFooter h5 {
            font-size: 25px;
            color: #00d45a;
        }

        .footerInfo .infoFooter p {
            font-size: 18px;
            color: #fff;
            font-weight: 300;
        }

        .footerInfo .infoFooter a {
            color: #919191;
            text-decoration: none;
        }

            .footerInfo .infoFooter a:hover {
                color: #fff;
            }

    .footerInfo .redesFooter {
        text-align: center;
        margin-top: 64px;
    }

        .footerInfo .redesFooter ul {
            list-style: none;
            margin: 0;
        }

            .footerInfo .redesFooter ul li {
                display: inline-block;
                vertical-align: middle;
                margin: 0 5px;
            }

        .footerInfo .redesFooter .redesBtn {
            width: 40px;
            height: 40px;
            border: 2px solid #00d45a;
            border-radius: 32px;
        }

            .footerInfo .redesFooter .redesBtn:hover {
                border-color: #fff
            }

            .footerInfo .redesFooter .redesBtn.FB {
                background: url(../img/icono-33.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.IN {
                background: url(../img/icono-34.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.YT {
                background: url(../img/icono-35.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.TW {
                background: url(../img/icono-36.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.FB:hover {
                background: url(../img/icono-37.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.IN:hover {
                background: url(../img/icono-38.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.YT:hover {
                background: url(../img/icono-39.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

            .footerInfo .redesFooter .redesBtn.TW:hover {
                background: url(../img/icono-40.png);
                background-position: center;
                background-size: 20px;
                background-repeat: no-repeat;
            }

.footer {
    background: #111;
    padding: 10px;
    text-align: center;
}

    .footer p {
        font-size: 18px;
        color: #565656;
    }

.funcionalidades {
    padding: 60px 0;
}

    .funcionalidades .funcionItem {
        margin: 20px 0;
    }

        .funcionalidades .funcionItem:nth-child(odd) .funcionInfo {
            text-align: right;
        }

        .funcionalidades .funcionItem:nth-child(even) .funcionInfo {
            text-align: left;
        }

        .funcionalidades .funcionItem .funcionInfo h2 b {
            color: #00d45a;
        }

        .funcionalidades .funcionItem .funcionImg img {
            width: 100%;
        }

/************************************************************************************/
/************************************************************************************/
/********************************* R E S P O N S I V E ******************************/
/************************************************************************************/
/************************************************************************************/

/*@media (min-width : 2301px) {
}

@media (min-width : 2001px) and (max-width: 2300px) {
}

@media (min-width : 1751px) and (max-width: 2000px) {
}

@media (min-width : 1501px) and (max-width: 1750px) {
}

@media (min-width : 1251px) and (max-width: 1500px) {
}

@media (min-width : 1025px) and (max-width: 1250px) {
}*/

@media (min-width : 481px) and (max-width: 767px) {
}

@media (min-width : 320px) and (max-width: 480px) {
}