body,
.ciclo p,
.ciclo {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-size: 18px;
    font-weight: 300;
}

    .ciclo h1,
    .ciclo h2,
    .ciclo h3 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #000000;
        font-weight: 400;
        font-size: 35px;
    }

    .ciclo h2 {
        font-size: 28px;
    }

    .ciclo h3 {
        font-size: 20px;
    }

#topNav {
    background: rgb(237,37,037);
    border: none;
    margin: 0;
    border-radius: 0;
}

    #topNav button {
        background-color: #570800;
    }

    #topNav .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #topNav .nav li a {
        color: #fff;
    }

    #topNav .nav > li > a:hover,
    #topNav .nav > li > a:focus {
        background: #3a0701;
    }

    #topNav ul.navbar-nav {
        margin-top: 0;
    }

    #topNav .navbar-nav > li > a {
        padding: 10px 12px 15px;
        font-size: 21px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        padding-bottom: 15px;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #topNav a > img {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    #topNav .navbar-header button {
        margin-top: -71px;
    }

/*Content*/
#banner {
    background: url(images/lg_banner.jpg) center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

    #banner img {
        margin-top: 30px;
        margin-bottom: 20px;
    }

#topContent {
    background: #b60004;
    padding-top: 30px;
    padding-bottom: 45px;
}

    #topContent h1 {
        color: #fff;
        font-size: 24px;
        margin: 0;
    }

    .portfolio-modal:hover,
     .portfolio-modal:focus {
        cursor:pointer;
    }

   .close-modal {
       background:#8a0003 !important;
       color:#fff;
       border-radius:15px;
       padding:4px 10px !important;
   }

   .close-modal:hover,.close-modal:focus {
       color:#fff !important;
   }

.arrowServices {
    margin: -16px auto 0;
    display: table;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .arrowServices img {
        width: 33px;
        height: 33px;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

#services .service img {
    margin: 0 auto;
    display: inline-block;
}

#services .service {
    padding: 20px 0;
}

#paquetes {
    margin: 10px auto 20px;
    display: table;
}

    #paquetes a,
    #paquetes a:hover {
        color: #fff;
        text-decoration: none;
    }

    #paquetestoggle {
    display: none;
    }

    #paquetes.btn-primary,
    #paquetes.btn-primary:focus,
    #paquetes.btn-primary:active {
        background-color: #b60004;
        border-color: #8a0003;
        color: #fff;
    }

        #paquetes.btn-primary:hover {
            background-color: #fe1b14;
        }

        .smallpaq {
            font-size:16px;
            display:block !important;
        }


.service .slideInLeft,
.service .bounceInDown,
.service .slideInRight {
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

#idea .flipInX {
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

#idea {
    background: #570800;
    padding: 40px 0;
    color: #fff;
}

    #idea,
    #idea p {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

        #idea h2 {
            color: #ffa000;
            text-align: center;
            font-size: 25px;
        }


.ideaImage img {
    margin: auto;
    display: inline-block;
}

#weare {
    padding-bottom: 40px;
    background: #f2f2f2;
    text-align: center;
}

.rocket {
    display: table;
    margin: 0 auto;
}

.rocketsmoke {
    display: table;
    margin: -34px auto 0;
}

#weare .wetxt {
    border-radius: 0;
    background: #e81b14;
    padding: 15px;
}

#weare h3 {
    font-size: 23px;
}

#weare .weimg {
    padding-top: 35px;
}

.wetxt,
.wetxt p {
    color: #fff;
    font-size: 17px;
}

#weare .leftTxt {
    display: table;
    margin: 0 auto;
    padding: 0 0 9px;
}

#projects {
    background: #570800;
    padding-bottom: 20px;
}

#contact {
    background: #570800; /* Old browsers */
    background: -moz-linear-gradient(top, #570800 0%, #570800 66%, #ffffff 66%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#570800), color-stop(66%,#570800), color-stop(66%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570800', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.moreprojects {
    background: none repeat scroll 0 0 #b60004;
    border-radius: 11px;
    display: table;
    margin: -28px auto 0;
    padding: 0 17px 11px;
    text-align: center;
}

    .moreprojects h2 {
        color: #fff;
        line-height: 0.7;
    }

.projectsimg {
    margin: 20px auto 20px;
    display: table;
    text-align: center;
}

.formBottom {
    background: #fff;
    min-height: 0;
}

.formdata {
    margin-top: 25px;
}

.formBottom input,
.formBottom textarea {
    background: #fff;
    border: 2px solid #b60004;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 17px;
    padding: 5px;
    width: 100%;
}

.formBottom button {
    background: #b60004;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 7px;
    font-size: 21px;
    margin-bottom: 10px;
    border: none;
}

    .formBottom button:hover {
        background: #e81b14;
        color: #fff;
        border: none;
    }

.mailicon {
    display: table;
    margin: 20px auto 30px;
}

.projectrounded {
    background: none repeat scroll 0 0 #e81b14;
    border-radius: 30px;
    color: #fff;
    display: table;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 36px;
    font-weight: bold;
    height: 50px;
    line-height: 1.2;
    margin: 10px auto 20px;
    padding: 0;
    text-align: center;
    width: 50px;
}

.projecttxt {
    margin-bottom:20px;
}

.projecttxt ul {
 padding-left:20px;
 display:inline-block;
}


#answer .btn-danger,
#answer .btn-danger:hover,
#answer .btn-success:hover,
#answer .btn-success {
    background: #009313;
    cursor: inherit;
    border: none;
    width: 100%;
    margin: 5px 0;
    padding: 15px;
    font-size: 18px;
}

    #answer .btn-danger,
    #answer .btn-danger:hover {
        background: #8a0003;
    }

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e81b14;
    color: #fff;
}

    #footer a {
        color: #fff;
    }

    #footer ul {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

        #footer ul li {
            display: block;
            width: 100%;
            text-align: center;
        }

#formfalse,
#formsucces {
    display: none;
}

#scrollup {
    background:rgba(0,0,0,.8);
    height:30px;
    position:fixed;
    bottom:0;
    width:100%;
    display:none;
}

#scrollup .toup {
    display:table;
    margin:-17px auto 0; 
    width:42px;
    height:42px;
    background:url(images/toup.png);
}

#scrollup .toup:hover {
    cursor:pointer;
}

/**Media query*/
@media screen and (min-width:768px) {

    #idea,
    #idea p {
        text-align: left;
        font-size: 18px;
    }

        #idea h2 {
            text-align: left;
            font-size: 28px;
        }

    .ideaImage img {
        float: right;
    }

    #weare {
        padding-top: 30px;
        padding-bottom: 55px;
    }

        #weare .wetxt {
            border-radius: 10px;
            height: 540px;
        }

        #weare .weimg {
            padding-top: 0;
        }

    .mailicon {
        display: inline-block;
        margin: 49px 0;
        float: right;
    }

    .formBottom {
        min-height: 200px;
        padding-top: 20px;
    }

    #contact {
        background: #570800; /* Old browsers */
        background: -moz-linear-gradient(left, #570800 0%, #570800 66%, #ffffff 66%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#570800), color-stop(66%,#570800), color-stop(66%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to right, #570800 0%,#570800 66%,#ffffff 66%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570800', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

    #footer ul li {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width:992px) {
    .projectsimg {
    display: inherit;
    }
}


@media screen and (max-width:991px) {
    #navbar {
        width: 100%;
    }
}

@media screen and (min-width:540px) {

    #topContent {
        padding-top: 45px;
        padding-bottom: 60px;
    }

        #topContent h1 {
            font-size: 32px;
        }

    .arrowServices img {
        width: 59px;
        height: 59px;
    }

    .arrowServices {
        margin: -28px auto 0;
    }
}

@media screen and (min-width:768px) {
    #topNav ul.navbar-nav {
        margin-top: 25px;
        float: right;
    }
}

@media screen and (min-width:991px) {

    #topNav .navbar-nav > li > a {
        padding: 10px 10px 15px;
        font-size: 25px;
    }
}
