﻿body {
    font-family: 'Lato', sans-serif;
    color: #6d6d6d;
    background-color: #ffc500 !important;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100% !important;
}




/* Center the doc tool icons at the top */
.docs-tools .md-button.md-icon-button {
    min-height: 0;
    height: auto;
}

.docs-anchor {
    color: inherit;
}

.md-fab.docs-scroll-fab {
    position: fixed !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.docs-scroll-fab.scrolling {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 14px;
}

    .top .container .logo {
        display: inline-block;
        float: left;
        margin-top: 10px;
    }

    .top .container .burguer {
        display: inline-block;
        float: left;
        margin-top: 7px;
        font-size: 30px;
        cursor: pointer;
        color: forestgreen;
        padding-top: 15px;
        padding-right: 20px;
    }

    .top .container .btns-top {
        list-style: none;
        padding: 0;
        margin: 0;
        float: right;
        display: inline-block;
    }

    .top .container .btns-top li {
    display: inline-block;
    margin: 10px 5px;
    }

    .top .container .btns-top li a {
        white-space: nowrap;
        text-transform: uppercase;
        border-radius: 2px;
    }

.row-fluid {
    position: relative;
}

h2 {
    font-size: 2.2em;
    margin: 0 0 1em;
    background: url(../../img/bg-title.png) repeat-x 50% 50%;
}



    h2 span {
        background: none repeat scroll 0 0 white;
        display: inline-block;
        padding: 1% 3%;
        color: #373C42;
        font-size: 25px;
    }

h4 em {
    font-size: x-large !important;
    color: #595959;
    font-style: normal;
    line-height: 26px;
}

.slogan {
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-family: Lato,sans-serif;
    color: #6d6d6d;
}

    .slogan > p {
        margin-left: 10px;
        max-width: 170px;
    }

/* Steps ----------------------------*/
.steps {
    text-align: left;
}

    .steps .item h4 {
        color: #3B75BF;
        font-size: 1.2em;
        margin: 0;
    }

    .steps .item p {
        font-size: 1.0em;
        color: #737377;
        line-height:1.5em;

    }

    .steps .item span.ico {
        display: block;
        height: 138px;
        margin: 0 auto 16px;
        width: 138px;
    }

    .steps .item:hover span.ico {
        background-position: 0 0 !important;
    }

    .steps .item.first span.ico {
        background: url(../../img/ico-step-1.png) 0 100%;
    }

    .steps .item.second span.ico {
        background: url(../../img/ico-step-2.png) 0 100%;
    }

    .steps .item.third span.ico {
        background: url(../../img/ico-step-3.png) 0 100%;
    }



/*FOOTER*/
.footer {
    background-color: #37AC37;
    padding-top: 30px;
    margin-top: 20px;
    box-shadow: 0 -5px 6px -6px rgba(0, 0, 0, 0.4);
}

    .footer > .container {
        padding-bottom: 15px;
    }

    .footer a {
        color: #FFF;
        line-height: 35px;
    }

        .footer a:hover {
            color: #333334;
        }

    .footer li {
        width: auto;
        border-bottom: dashed thin #b7edb7;
        text-decoration: none;
    }

    .footer ul {
        list-style-position: inside;
        padding-left: 0;
        list-style-image: url(http://s3.amazonaws.com/Cubisima/Images/bullet.png);
    }

.adress ul {
    list-style: none;
    color: #FFF;
}

.adress li {
    border-bottom: none;
    margin-bottom: 10px;
}

.contact-info li {
    border-bottom: none;
    margin-bottom: 10px;
}

.contact-info ul {
    list-style: none;
}

    .contact-info ul li a {
        line-height: 20px;
    }

.c-details {
    color: #FFF;
}

.copyright > .container > p {
    margin-bottom: 10px;
}

.copyright {
    background-color: #FFC500;
    padding-top: 20px;
}

    .copyright a:hover {
        color: #C00;
    }

.social a {
    background: none no-repeat scroll center center #FFFFFF;
    border-radius: 50%;
    display: block;
    float: left;
    height: 50px;
    margin-right: 5px;
    width: 50px;
}

    .social a:hover {
        background-color: #37AC37;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -o-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
    }

    .social a.facebook {
        background-image: url("http://s3.amazonaws.com/Cubisima/Images/facebook.png");
    }

    .social a.googleplus {
        background-image: url("http://s3.amazonaws.com/Cubisima/Images/googleplus.png");
    }

    .social a.twitter {
        background-image: url("http://s3.amazonaws.com/Cubisima/Images/twitter.png");
    }

    .social a.linkedin {
        background-image: url("http://s3.amazonaws.com/Cubisima/Images/linkedin.png");
    }

h6 {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
}

/* Brands ----------------------------*/
.brands {
    background: url("../../img/bg-brands.jpg") center center no-repeat;
    background-size: cover;
    padding: 2% 0;
}

.list-brands {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .list-brands li {
        display: inline-block;
        margin: 0 2%;
    }
        /*.list-brands li:first-child {
	margin-left: 0;
}
.list-brands li:last-child {
	margin-right: 0;
}*/
        .list-brands li a {
        }

            .list-brands li a img {
                display: block;
            }

