#footwrap {


    padding-top: 70px;
    background: #949494;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
#pp  {
    color: #002a80;
    letter-spacing: 1.42px ;
    font-size: 16px;
}
#tt{
    font-size: 16px;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
#mo{
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
#mi{
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
/*-------------- Footer -----------*/
#footwrap p {
    color: #000000;
    margin-top: 20px;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}

#footwrap h1 {
    color: #000000;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
    font-size: 20px;
}
#footwrap h2{
    font-size: 16px;
    color: #000000;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;

}


#footwrap t {
    font-weight: 700;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}

#map {
    height: 300px;
    }

#slider3-pager a {
    display: inline-block;
}

/* Copyright Wrap */

#c {
    background: #222222;
    padding-top: 15px;
    text-align: right;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}

#c p {
    color: #ffffff;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
/*----------------- Contato --------------------*/

input#first-name.form-control{

    width: 100%;
    height: 35px;
}
input#email.form-control{

    width: 100%;
    height: 35px;
}
input#subject.form-control{

    width: 100%;
    height: 35px;
}
input#phone.form-control{

    width: 100%;
    height: 35px;
}
textarea#message{

    width: 100%;
    height: 60px;
}
label {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
}
/*-------------- Fim de Contato -----------------*/

/* Medias do Site */

@media (max-width: 979px) {

    .container {
        margin-bottom: 0;
        width: auto;
    }
    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 700px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;

    }
}
.muted{
    font-size: 21px;
    text-align: center;

}
.subt {
    text-indent: 50px;
    font-size: 1.5em;
    font-weight: normal;
    color: #ababab;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
    text-align: center;
}
.lead {
    text-align: justify;
    text-indent: 15px;
    font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;

}
#sobr.featurette-heading {
    margin-top: -20px;
}

.form-control{
    width: 10px;
}

/*---- Media da Página do Site. ----*/
@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

    .carousel .container {

    }

    .carousel .item {
        height: 300px;
    }

    .carousel img {
        height: 300px;
    }

    .carousel-caption {
        width: 65%;
        margin-bottom: 40px;
    }

    .carousel-caption h1 {
        font-size: 15px;
    }

    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 10px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

    .navbar-brand {
        display: none;
    }
    /*contatos*/
    .form-group{
        margin: 0px 25px;
    }
    input#first-name.form-control{

        width: 100%;
        height: 35px;
    }
    input#email.form-control{

        width: 100%;
        height: 35px;
    }
    input#subject.form-control{

        width: 100%;
        height: 35px;
    }
    input#phone.form-control{

        width: 100%;
        height: 35px;
    }

    label {
        font-size: 18px;
        font-weight: bold;
        font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
    }
    input#captcha.form-control{

        width: 20%;
        height: 30px;
    }
}

    @media (max-width: 360px) {

        .form-group{
            margin: 0px 25px;
        }
        input#first-name.form-control{

            width: 100%;
            height: 35px;
        }
        input#email.form-control{

            width: 100%;
            height: 35px;
        }
        input#subject.form-control{

            width: 100%;
            height: 35px;
        }
        input#phone.form-control{

            width: 100%;
            height: 35px;
        }

        label {
            font-size: 18px;
            font-weight: bold;
            font-family: 'Century Gothic', Corbel, 'Orbitron', sans-serif;
        }
        input#captcha.form-control{

            width: 20%;
            height: 30px;
        }

    }


